* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Naste';
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1300px;
  margin: 0 auto;
}

:root {
  --title-color: #0F2750;
  --text-color: #002957;
  --secondaty-color: #FE4A49;
  --secondary-hover-color: #d14040;

  --bg: #204CB6;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.time-toread {
  font-size: 18px;
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 20px;

  & span {
    color: #EF4D58;
  }
}

.tab_slider__item-body {
  & .time-toread {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.bx-auth-reg p {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 400;
}

.forget-pass {
  color: var(--title-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  & a {
    color: var(--secondary-hover-color);

    &:hover {
      transition: all .5s;
      color: var(--secondary-hover-color);
      text-decoration: underline;
    }
  }
}

.post-content h2 {
  line-height: 130%;
  display: block;
  margin-bottom: 15px;
}

.post-content ul {
  list-style: disc;
}

.post-content__list-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

ul.post-content__list {
  list-style: none;
  display: flex;

  flex-direction: column;
  gap: 10px;

  & li {
    display: flex;
    gap: 14px;
    align-items: center;

    & svg {
      min-width: 25px;
      height: 25px;
    }
  }
}

.button-download {
  border-radius: 10px;
  background-color: #75BE43;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 21px 14px 109px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  margin-top: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;

  & .btn-image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }

}

.Inmportant-info__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 18px;
  background-color: #BBD5FF;
  border-radius: 45px;
  margin-top: 15px;

  & svg {
    min-width: 64px;
  }
}

.btn-post-wrap {
  display: flex;
  justify-content: center;
}

.post-content b {
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 15px;

}

.post-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}

button,
input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

header {
  background-color: transparent;
  height: 103px;
}

body {
  background: linear-gradient(180deg, #C8E6FF 0%, #F9FCFD 71.5%);
  background-repeat: no-repeat;
  background-size: cover;

}


body.lock {
  overflow: hidden;
  height: 100%;
  padding-right: 15px;
}

.left-title__container.left-border-radius {
  border-top-left-radius: 40px
}

.loginned {
  display: flex;
  align-items: center;
  gap: 5px;

  & img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    object-fit: cover;
  }

  & span {
    color: var(--title-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
  }

  &:hover {
    & span {
      transition: all .5s;
      color: var(--secondary-hover-color);
    }
  }
}


.primary-btn {
  background-color: var(--secondaty-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  transition: all .5s;

  &:hover {
    transition: all .5s;
    background-color: var(--secondary-hover-color);
  }
}

.marked-list__items {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & li {
    position: relative;
    padding-left: 33px;
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-image: url('../img/list.svg');
      width: 23px;
      height: 23px;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
}

/*accordion*/
.acc-content {
  overflow: hidden;
  max-height: 0;
  transition: all .5s;
}

.acc-title.active+.acc-content {
  max-height: 700px;
  transition: all .5s;
}

.acc-title-lk.active+.acc-content {
  max-height: 700px;
  transition: all .5s;
}

.acc-title {
  cursor: pointer;

  & img {
    transform: rotate(180deg);
    transition: all .5s;
  }
}

.acc-title-lk {
  cursor: pointer;

  & img {
    transform: rotate(180deg);
    transition: all .5s;
  }
}

.acc-title.active {
  cursor: pointer;

  & img {
    transform: rotate(0deg);
    transition: all .5s;
  }

}

.acc-title-lk {
  cursor: pointer;

  & img {
    transform: rotate(180deg);
    transition: all .5s;
  }
}

.acc-title-lk.active {
  cursor: pointer;

  & img {
    transform: rotate(0deg);
    transition: all .5s;
  }
}

.acc {
  & .acc-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: var(--text-color);
    transition: all .5s;
  }

  & .acc-title-lk {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: var(--text-color);
    transition: all .5s;
  }

  & .acc-title.active {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 25px;
    color: var(--text-color);
    transition: all .5s;
  }

  & .acc-title-lk.active {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 25px;
    color: var(--text-color);
    transition: all .5s;
  }

  & .acc-content {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    color: var(--text-color);
  }
}

/*accordion*/

.person-carts {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 50px;
}

.person-cart {
  max-width: 255px;

  & .person-avatar {
    max-width: 255px;
    width: 100%;
    height: 320px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 30px;
    }
  }

  & .person-body {
    margin-top: 22px;

    & .person-name {
      color: var(--text-color);
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%;
      margin-bottom: 20px;
      max-width: 225px;
      /* 18px */
    }

    & .person-status {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: block;
      margin-bottom: 15px;
      color: var(--text-color);
    }

    & .person-separator {
      max-width: 200px;
      width: 100%;
      height: 1px;
      opacity: .1;
      background-color: var(--text-color);
      margin: 0 auto;
    }

    & .person-description {
      color: var(--text-color);
      display: block;
      margin-top: 12px;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      max-width: 219px;
    }
  }
}




.left-title__container {
  background-color: #fff;
  border-radius: 40px;
  padding: 66px 95px;
  position: relative;
  padding-top: 0;
  border-top-left-radius: 0px;
  padding-top: 66px;

  & .h2 {
    color: var(--text-color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 91%;
    /* position: absolute;
    top: 0;
    transform: translateY(-100%); */

    & img {
      object-fit: contain;
      width: 100%;
      height: 100%;
    }

    & span {
      color: var(--secondaty-color);
    }
  }

  & .decor-block {
    max-width: 590px;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 2px;
    transform: translateY(-100%);
    border-top-left-radius: 40px;
    background-color: #fff;

    & .decor-relative {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      padding-left: 95px;

      &::before {
        content: '';
        position: absolute;
        right: 1px;
        top: 0;
        transform: translate(100%, 0px);
        background-image: url('../img/rigt-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 30%;
        height: 111px;
      }

      & .stage-date {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
        text-align: left;
        color: #00B0DF;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
    }
  }

  & .stage-name {
    color: var(--title-color);
    margin-bottom: 35px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  & .stage-content {
    padding-left: 0;

    & .stage-description__wrapper {
      display: flex;
      justify-content: space-between;
      gap: 50px;

      & .description {
        color: var(--text-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 475px;
      }

      & .image {
        height: 216px;
        width: 100%;

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }
    }

    & .stage-content__separator {
      max-width: 930px;
      width: 100%;
      margin: 30px auto 30px;
      background-color: #002957;
      height: 1px;
      opacity: .1;
    }
  }

  & .stage-disclaimer {
    color: var(--text-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-top: 52px;
    margin-bottom: 30px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    /* 20px */
  }

  & .stage-add {
    max-width: 255px;
    width: 100%;
    height: 52px;
    margin: 0 auto;
  }

}

.center-title__container {
  background-color: #fff;
  border-radius: 40px;
  padding: 66px 95px;
  position: relative;
  padding-top: 0;
  padding-top: 66px;

  & .h2 {
    color: var(--text-color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 91%;
    /* position: absolute;
    top: 0;
    transform: translateY(-100%); */

    & span {
      color: var(--secondaty-color);
    }
  }

  & .stage-date {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  & .decor-block {
    max-width: 590px;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    transform: translateY(-100%);
    /* border-top-left-radius: 40px; */
    background-color: #fff;

    & .decor-relative {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 100%;
      width: 100%;

      &::before {
        content: '';
        position: absolute;
        left: 2px;
        top: 0px;
        transform: translate(-100%, 0px);
        background-image: url('../img/center-left-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        width: 30%;
        height: 111px;
      }

      &::after {
        content: '';
        position: absolute;
        right: 2px;
        top: 0;
        transform: translate(100%, 0px);
        background-image: url('../img/center-right-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 30%;
        height: 111px;
      }

      & .stage-date {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
        text-align: left;
        color: #00B0DF;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
    }
  }

  & .stage-name {
    color: var(--title-color);
    margin-bottom: 35px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  & .stage-content {
    padding-left: 67px;

    & .stage-description__wrapper {
      display: flex;
      justify-content: space-between;
      gap: 50px;

      & .description {
        color: var(--text-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 475px;
      }

      & .image {
        height: 216px;
        width: 100%;

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }
    }

    & .stage-content__separator {
      max-width: 930px;
      width: 100%;
      margin: 30px auto 30px;
      background-color: #002957;
      height: 1px;
      opacity: .1;
    }
  }

  & .stage-disclaimer {
    color: var(--text-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-top: 52px;
    margin-bottom: 30px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    /* 20px */
  }
}


.section {
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-position: top;
  padding-top: 290px;


  /* padding-top: 350px; */


  & .section-inner {
    position: relative;

    & .clouds-decor {
      position: absolute;
      right: 11%;
      top: -14rem;
      max-width: 400px;
      width: 100%;

      & .clouds-decor__inner {
        position: relative;
        width: 100%;

        & img {
          &:first-child {
            position: absolute;
            left: 0;
            top: 0;
          }

          &:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
          }

          &:last-child {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: translate(10%, 48%);
          }
        }
      }
    }

  }


  & .section-inner.center-inner {
    position: relative;

    & .clouds-decor {
      position: absolute;
      right: initial;
      left: -7rem;
      top: -13rem;
      max-width: 400px;
      width: 100%;

      & .clouds-decor__inner {
        position: relative;
        width: 100%;

        & img {
          &:first-child {
            position: absolute;
            left: 0;
            top: 0;
          }

          &:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
          }

          &:last-child {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: translate(10%, 48%);
          }
        }
      }
    }

  }
}

/* .section.stages {
  padding-top: 350px;
} */

.wistia_responsive_padding {
  height: 100%;
}


.section.stage.active {
  pointer-events: auto;

  & .fake-blur {
    display: none;
    border-radius: 40px;
  }
}

.section.stage {
  pointer-events: auto;

  & .fake-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, .5);
    pointer-events: none;
    z-index: 5;
    border-radius: 40px;
  }
}

.table-wrap-container {
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;

  &::-webkit-scrollbar {
    width: 0;
  }
}

& table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;

  & td {
    padding: 5px;
  }
}


.detail-post {
  & img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 15px;
    object-fit: contain;
    min-width: 70px;
  }


}


.homepage {
  & .section {
    &:nth-child(2) {
      margin-top: 160px;
    }
  }
}

/* tabs */
.tabs {
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;

  & .tabs-nav {
    display: flex;
    justify-content: center;
    gap: 90px;

    & .tab-link {
      padding-top: 10px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      transition: all 0.5s;
      color: var(--title-color);
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;

      &::before {
        content: '';
        position: absolute;
        left: 1px;
        top: 0;
        transform: translate(-100%, 0px);
        background-image: url('../img/tab-left-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        width: 76px;
        height: 47px;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
      }

      &::after {
        content: '';
        position: absolute;
        right: 1px;
        top: 0;
        transform: translate(100%, 0px);
        background-image: url('../img/tab-right-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 76px;
        height: 47px;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
      }
    }

    & .tab-link.active {
      background-color: #add4f7;
      transition: all 0.5s;

      &::before {
        content: '';
        position: absolute;
        left: 1px;
        top: 0;
        transform: translate(-100%, 0px);
        background-image: url('../img/tab-left-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        width: 79px;
        height: 47px;
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
      }

      &::after {
        content: '';
        position: absolute;
        right: 1px;
        top: 0;
        transform: translate(100%, 0px);
        background-image: url('../img/tab-right-pol.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 79px;
        height: 47px;
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
      }
    }
  }

  & .tab-content {
    display: none;
    padding: 20px;
    background-color: #add4f7;
    padding: 28px 60px 22px;
    border-radius: 35px;


    /* stage-slider */
    & .tabs-content__slider-wrapper {
      position: relative;
      min-height: 370px;

      & .splide__track {
        padding-bottom: 5px;
        padding-top: 5px;
      }

      & .splide {
        max-width: 790px;
        margin: 0 auto;
      }

      & .splide__arrows {
        display: none;
      }

      & .splide__slide {
        max-width: 330px;

        & .tab-slider__item {
          border-radius: 35px;
          background-color: #fff;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          min-height: 380px;

          & .tab-slider__item-image {
            border-top-left-radius: 35px;
            border-top-right-radius: 35px;
            height: 192px;
            position: relative;
            overflow: hidden;
            display: block;
            max-width: 330px;

            & img.play-preview {
              object-fit: cover;
              width: 100%;
              height: 100%;
              border-top-left-radius: 35px;
              border-top-right-radius: 35px;
              transition: all .5s;
            }

            & img.play-tab {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              top: 50%;
              transform: translateY(-50%);
              object-fit: contain;
              width: 40px;
              height: 40px;
              z-index: 2;
            }
          }

          & .tab_slider__item-body {
            padding: 9px 16px 30px;

            & .tab_slider__item-title {
              color: var(--title-color);
              font-size: 18px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              margin-bottom: 18px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -moz-box;
              -moz-box-orient: vertical;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              line-clamp: 3;
              box-orient: vertical;
              margin-bottom: 18px;
              transition: all .5s;

              &:hover {
                transition: all .5s;
                color: var(--secondary-hover-color);
              }
            }

            & .tab_slider__item-title.not-a-link {
              pointer-events: none;

              &:hover {
                color: var(--title-color);
              }
            }

            & .tab-slider__person {
              display: flex;
              align-items: center;
              gap: 18px;

              & .tab-slider__person-avatar {
                width: 70px;
                height: 70px;
                min-width: 70px;
                border-radius: 50%;

                & img {
                  object-fit: cover;
                  width: 100%;
                  height: 100%;
                  object-position: center;
                  border-radius: 50%;
                }
              }

              & .tab-slider__person-info {
                color: var(--title-color);
                font-size: 18px;
                font-style: normal;
                font-weight: 300;
                line-height: 100%;

                & .tab-slider__person-info__status {
                  color: var(--secondaty-color);
                }

                & .tab-slider__person-info__name {}
              }
            }
          }

          &:hover {
            & .tab-slider__item-image {
              & img.play-preview {
                transform: scale(1.1);
                transition: all .5s;
              }

            }
          }
        }

      }

      & .next-arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
      }

      & .prev-arrow {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
      }
    }

    /* stage slider end */
  }

  & .tab-content.active {
    display: block;
  }

}

/* tabs end */



main {
  background: #1268B3;
}


nav {
  transition: all .5s;
  position: relative;

  & .clouds-menu {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 25;
    width: 100%;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
  }

  & .navbar {
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
    z-index: 26;
    transition: all .5s;

    & .nav-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;

      & .menu-wrapper {
        & .mobile-menu__head {
          display: none;
        }

        & .mobile-btn-area {
          display: none;
        }

        & .menu-policy__block {
          display: none;
          color: #fff;
          font-family: 'Montserrat';
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          padding: 17px;
          background-color: #0A1B38;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;

          & a {
            color: #fff;
            font-family: 'Montserrat';
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }
      }

      & .nav-left-wrap {
        display: flex;
        align-items: flex-start;
        gap: 14px;

        & .burger {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 20px;
          transform: translateY(5px);
          display: none;

          & img {
            object-fit: contain;
            width: 100%;
            height: 100%;
          }
        }
      }


      & .logo {
        display: flex;
      }

      & .menu-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
        position: relative;

        &::after {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: -25px;
          left: 0;
          background-color: #002957;
        }

        & li {
          & a {
            color: var(--title-color);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            transition: all .5s;

            &:hover {
              transition: all .5s;
              color: var(--secondary-hover-color);
            }
          }
        }
      }

      & .button-area {
        max-width: 160px;
        width: 100%;
        height: 39px;
      }
    }
  }
}

.other-header {
  & nav {

    & .clouds-menu {
      position: absolute;
      left: 0;
      top: 0%;
      z-index: 25;
      width: 100%;
      opacity: 0;
      z-index: 25;
      overflow: hidden;
    }

    & .navbar {
      padding-top: 23px;
      padding-bottom: 23px;
      position: relative;
      z-index: 26;
      transition: all .5s;
      background: linear-gradient(180deg, #C8E6FF 0%, #F9FCFD 71.5%);
      transition: all .5s;

      & .nav-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;

        & .menu-wrapper {
          & .mobile-menu__head {
            display: none;
          }

          & .mobile-btn-area {
            display: none;
          }

          & .menu-policy__block {
            display: none;
            color: #fff;
            font-family: 'Montserrat';
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 17px;
            background-color: #0A1B38;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;

            & a {
              color: #fff;
              font-family: 'Montserrat';
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
          }
        }

        & .nav-left-wrap {
          display: flex;
          align-items: flex-start;
          gap: 14px;

          & .burger {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 20px;
            transform: translateY(5px);
            display: none;

            & img {
              object-fit: contain;
              width: 100%;
              height: 100%;
            }
          }
        }


        & .logo {}

        & .menu-items {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 25px;
          position: relative;

          &::after {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -25px;
            left: 0;
            background-color: #002957;
          }

          & li {
            & a {
              color: var(--title-color);
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              transition: all .5s;

              &:hover {
                transition: all .5s;
                color: var(--secondary-hover-color);
              }
            }
          }
        }

        & .button-area {
          max-width: 160px;
          width: 100%;
          height: 39px;
        }
      }
    }
  }

}

nav.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 25;
  transition: all .5s;

  & .clouds-menu {
    opacity: 1;
    z-index: 25;
    transition: all .5s;
  }

  & .navbar {
    padding-top: 23px;
    padding-bottom: 23px;
    background: linear-gradient(180deg, #C8E6FF 0%, #F9FCFD 71.5%);
    transition: all .5s;

    & .nav-inner {




      & .nav-left-wrap {


        & .burger {


          & img {}
        }
      }


      & .logo {}

      & .menu-items {


        &::after {}

        & li {
          & a {

            &:hover {}
          }
        }
      }

      & .button-area {}
    }
  }
}

sup {
  font-size: 9px;
}

.about {
  padding-bottom: 90px;

  & .center-title__container {
    & .decor-block {
      max-width: 650px;
    }

    & .about-row {
      display: flex;
      justify-content: space-between;
      gap: 50px;

      & .marked-list__items {
        max-width: 545px;
      }

      & .about-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 255px;
        height: 52px;
        margin-bottom: 43px;
        margin-top: 30px;
      }

      & .about-sources {
        color: var(--text-color);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 539px;

        & .about-sources__title {
          font-weight: 500;
        }
      }

      & .about-carousel__wrapper {
        max-width: 400px;

        & .splide__slide {
          height: 400px;
          width: 100%;

          & img {
            object-fit: contain;
            width: 100%;
            height: 100%;
          }
        }

        & .splide__pagination {
          position: relative;
          bottom: 0;
          margin-top: 30px;

          & .splide__pagination__page {
            width: 15px;
            height: 15px;
            background: #ADD4F7;
            opacity: 1;
          }

          & .splide__pagination__page.is-active {
            transform: scale(1);
            background-color: #002957;
          }
        }
      }
    }
  }

}

footer {
  /* margin-top: 90px; */
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: var(--text-color);

  & .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    & .menu-items {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 25px;
      position: relative;

      &::after {
        display: none;
      }

      & li {
        & a {
          color: #fff;
        }

      }
    }

    & .button-area {
      max-width: 160px;
      width: 100%;
      height: 39px;
    }
  }
}

& .copyright {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0A1B38;

  & .copyright-inner {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;

    & .copyright-text {
      color: var(--White, #FFF);
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      font-family: "Montserrat", sans-serif;
    }

    & .copyright-docs {
      display: flex;
      align-items: center;
      gap: 25px;

      & a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all .5s;

        &:hover {
          transition: all .5s;
          color: var(--secondary-hover-color);
        }
      }
    }
  }
}

.post {
  & .post-title {
    color: var(--title-color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 91%;
    margin-bottom: 35px;

    & span {
      color: var(--secondaty-color);
    }
  }

  & .post-content {
    & .post-content__description {
      color: var(--text-color);
      font-size: 18px;
      font-style: italic;
      font-weight: 300;
      line-height: normal;
    }

    & .post-content__separator {
      margin-top: 35px;
      margin-bottom: 70px;
      background-color: var(--text-color);
      height: 1px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px;
      width: 100%;
    }

    & .post-content__items {
      display: flex;
      flex-direction: column;
      gap: 50px;

      & .post-content__item {
        display: flex;
        gap: 25px;


        & .in-future {
          opacity: .5;
          pointer-events: none;
          user-select: none;
        }

        & .post-content__item__preview {
          height: 248px;
          max-width: 448px;
          width: 100%;
          position: relative;
          display: block;
          border-radius: 30px;
          overflow: hidden;


          & img.post-content__item-image {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 30px;

          }

          & .post-priview__decor {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 auto;
            z-index: 3;
          }
        }


        & .post-content__item__body {
          max-width: 634px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;

          & .post-content__item__title {
            color: var(--title-color);
            font-size: 25px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            /* 25px */
            margin-bottom: 5px;
            transition: all .5s;

            &:hover {
              transition: all .5s;
              color: var(--secondary-hover-color);
            }
          }

          & .post-content__item__title.video-title {
            color: var(--title-color);
            font-size: 25px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            /* 25px */
            margin-bottom: 5px;
            transition: all .5s;

            &:hover {
              transition: all .5s;
              color: var(--title-color);
            }
          }

          & .post-content__item__information {
            color: var(--title-color);
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -moz-box;
            -moz-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-clamp: 3;
            box-orient: vertical;
          }

          & .post-content__item__author {
            color: var(--title-color);
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;

            & span {
              &:first-child {
                color: var(--secondaty-color);
              }
            }
          }

          & .post-link {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 255px;
            width: 100%;
            height: 52px;
            background-color: #00B0DF;
            transition: all .5s;
            color: #fff;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 17px;
            border-radius: 7px;

            &:hover {
              background-color: #0d7c9a;
              transition: all .5s;
            }
          }
        }
      }

      & .post-content__item.in-future {
        opacity: .5;
        user-select: none;
        pointer-events: none;
      }
    }
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .4);
  display: none;
  top: 0;
  left: 0;
}

.overlay.active {
  display: block;
  z-index: 29;
}

.popup-auth {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  opacity: 0;
  transform: scale(0);
  transition: all .5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;

  &::-webkit-scrollbar {
    width: 0;
  }

  & .popup-auth__content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: 100%;
    min-height: 472px;
    padding: 50px 80px;

    & .tab-header {
      display: flex;
      gap: 50px;
      border-bottom: 1px solid #ddd;
      position: relative;

      & .close-auth {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
      }
    }

    & .tab-button {
      /* flex: 1; */
      padding: 10px;
      cursor: pointer;
      color: var(--text-color);
      position: relative;
      outline: none;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    & .tab-button.active {
      color: var(--secondaty-color);
      font-weight: 600;
    }

    & .tab-button.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: var(--secondaty-color);
    }

    & .tab-content-area {
      display: none;
      margin-top: 20px;
    }

    & .tab-content-area.active {
      display: block;
    }

    & input[type=submit],
    & button[type=submit] {
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      background-color: var(--text-color);
      border-radius: 7px;
      transition: all .5s;
      padding: 16px 30px;
      cursor: pointer;

      &:hover {
        background-color: var(--bg);
        transition: all .5s;
      }
    }

    & .form-row {
      display: flex;
      gap: 20px;

      & .form-group {
        max-width: 370px;
      }
    }

    & .form-group {
      background-color: #F2F2F2;
      color: #7A7A7A;
      height: 56px;
      width: 100%;
      border-radius: 7px;
      position: relative;

      & input {
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;

        &::placeholder {
          font-size: 18px;
          font-style: normal;
          font-weight: 300;
          line-height: 16px;
        }
      }


    }

    #registration-form {
      display: flex;
      /* flex-wrap: wrap; */
      flex-direction: column;
      gap: 20px;


      & .form-group {
        &:first-child {
          width: 100%;
        }

        &:nth-child(3) {
          width: 100%;
        }



      }

      & .submit-wrap {
        display: flex;
        gap: 16px;

        & small {
          color: #000;
          font-family: 'Naste';
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;

          & a {
            text-decoration: underline;
            transition: all .5s;
            color: #000;

            &:hover {
              transition: all .5s;
              color: var(--secondary-hover-color);
            }
          }
        }
      }

      & .acc-group {
        height: 100%;
        min-height: 52px;

        & .acc-content {
          padding-left: 25px;
          padding-right: 25px;
          display: flex;
          flex-direction: column;
          gap: 15px;
        }

        & .acc-content.active {
          padding-bottom: 20px;
        }
      }

      & .form-acc {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 25px;
      }

    }


    & .error {
      /* display: none; */
      color: red;
      font-size: 12px;
      /* margin-top: -10px; */
      position: absolute;
      top: -15px;
    }

    & .error-message {
      display: none;
      color: red;
      font-size: 12px;
      /* margin-top: -10px; */
      position: absolute;
      top: -15px;
    }

    & #loginForm {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 279px;

      & .form-row {
        display: flex;
        flex-direction: column;
        gap: 20px;

        & .form-group {
          width: 100%;
          max-width: 100%;
        }

        & .input-group {
          & input {
            width: 100%;

          }
        }
      }

      & input[type="submit"],
      & button {
        max-width: 262px;
      }
    }
  }

  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }

  [type="radio"]:checked+label:before,
  [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    /* border: 1px solid #ddd; */
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked+label:after,
  [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #002957;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.popup-auth.active {
  opacity: 1;
  transform: scale(1);
  transition: all .5s;
}

html {
  scroll-behavior: smooth;
}

/* .non-autorized {
  pointer-events: none;
  user-select: none;

  & div {
    pointer-events: none;
    user-select: none;
  }

  & span {
    pointer-events: none;
    user-select: none;
  }

  & a {
    pointer-events: none;
    user-select: none;

  }

  & a.primary-btn {
    pointer-events: auto;
    user-select: auto;
  }
} */



.non-autorized.open-area {
  & a {
    pointer-events: auto;
    user-select: none;

    & div {
      pointer-events: none;
      user-select: none;
    }

    
  }


}

.tab-slider__item.non-autorized {
  & .wistia_responsive_padding {
    pointer-events: none;
    user-select: none;
  }
}

.alert-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 79;
  fill: rgba(0, 41, 87, 0.20);
  background: rgba(255, 255, 255, 0.5); /* Прозрачный фон */
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
  display: none;
}

.alert-overlay.active {
  display: block;
}

body.active {
  overflow: hidden;
  padding-right: 15px;
}



.alert-bottom_info.active {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #002957;
  color: #fff;
  font-family: 'Naste';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  z-index: 81;

  & img {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
  }
}

.alert-bottom_info.inactive{

  bottom: -150%;
  z-index: 1;
}


.alert-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  overflow-y: auto;
  scrollbar-width: none;

  &::-webkit-scrollbar {
    display: none;
  }

  & .alert-modal__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    & .alert-bottom_info {
      position: absolute;
      bottom: -150%;
      left: 0;
      width: 100%;
      height: 40px;
      background-color: #002957;
      color: #fff;
      font-family: 'Naste';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;

      transition: all .3s;

      & img {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        cursor: pointer;
      }
    }

  }

  & .alert-modal__content {
    max-width: 670px;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  .left-title__container {
    padding: 50px;

    & .h2 {
      max-width: 267px;

      & img {
        object-fit: contain;
        width: 100%;
        height: 100%;
      }
    }
  }

  .left-title__container {
    & .decor-block {
      max-width: 340px;
      height: 67px;

      & .decor-relative {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 58px;

        &::before {
          content: '';
          position: absolute;
          right: 1px;
          top: 0;
          transform: translate(100%, 0px);
          background-image: url(../img/rigt-pol.svg);
          background-repeat: no-repeat;
          background-size: contain;
          width: 30%;
          height: 67px;
        }
      }
    }
  }

  .alert-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    color: var(--162B50, #0F2750);
    text-align: center;
    font-family: 'Naste';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 28px */
  }

  & .alert-btns {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 74px;

    & .alert-btn {
      border-radius: 10px;
      background-color: #ADBAC3;
      max-width: 160px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 39px;
      color: #fff;
      transition: background-color ease-in .3s;

      &:hover {
        background-color: #c2ccd3;
      }
    }

    & .alert-btn.yes {
      background-color: #75BE43;

      &:hover {
        background-color: #80cf4b;
      }
    }
  }
}

.alert-modal.active {
  display: flex;
}

.under-footer {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #0A1B38;
}

.under-footer__items {
  display: flex;
  justify-content: space-between;
  gap: 50px;

  & .under-footer__item {
    & .under-footer__item-logo {
      max-width: 100%;
      & svg {
        max-width: 100%;
      }
    }

    & .under-footer__item-descr {
      font-family: "Manrope", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 33px;
      color: #fff;
    }

    & .under-footer__item-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 32px;
      & a {
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        color: #fff;
      }
    }

    & .under-footer__item-reqs {
      font-family: "Manrope", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      color: #fff;
    }
  }
}

@media(max-width: 1600px) {



  .alert-bottom_info.active {
    font-size: 14px;
  }
}

@media(min-width: 1921px) {
  header.other-header {
    & nav {
      & .clouds-menu {
        position: absolute;
        left: 0;
        top: 0%;
        z-index: 25;
        width: 100%;
        opacity: 1;
        z-index: 1;
        overflow: hidden;
        transition: all .5s;

        & img {
          width: 100%;
        }
      }
    }
  }
}

@media(min-width: 1025px) {
  header.other-header {
    background-color: #fff;

    nav {
      transition: all .5s;

      & .clouds-menu {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 25;
        width: 100%;
        opacity: 1;
        z-index: 1;
        overflow: hidden;
        transition: all .5s;
      }

      & .navbar {
        transition: all .5s;

        & .nav-inner {
          align-items: flex-start;


          & .menu-wrapper {
            & .mobile-menu__head {}

            & .mobile-btn-area {}

            & .menu-policy__block {


              & a {}
            }
          }

          & .nav-left-wrap {


            & .burger {


              & img {}
            }
          }


          & .logo {}

          & .menu-items {

            &::after {}

            & li {
              & a {

                &:hover {}
              }
            }
          }

          & .button-area {}
        }
      }
    }
  }
}

@media(min-width: 1200px) {
  .post {
    & .post-content {
      & .post-content__items {
        & .post-content__item {
          & .post-content__item__preview {
            height: 248px;
            max-width: 448px;
            min-width: 448px;
            width: 100%;
            position: relative;
            display: block;
            border-radius: 30px;
            overflow: hidden;
          }
        }
      }
    }
  }
}

@media(max-width: 1280px) {
  .container-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }


}



@media(max-width: 1200px) {
  .section {

    &:not(:first-child) {}

    & .section-inner {
      position: relative;

      & .clouds-decor {
        position: absolute;
        right: 11%;
        top: -13rem;
        max-width: 400px;
        width: 100%;

        & .clouds-decor__inner {
          position: relative;
          width: 100%;

          & img {
            &:first-child {
              position: absolute;
              left: 0;
              top: 0;
            }

            &:nth-child(2) {
              position: absolute;
              right: 0;
              top: 0;
            }

            &:last-child {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              transform: translate(10%, 48%);
            }
          }
        }
      }

    }

    & .section-inner.center-inner {
      position: relative;

      & .clouds-decor {
        position: absolute;
        right: initial;
        left: 0rem;
        top: -13rem;
        max-width: 400px;
        width: 100%;

        & .clouds-decor__inner {
          position: relative;
          width: 100%;

          & img {
            &:first-child {
              position: absolute;
              left: 0;
              top: 0;
            }

            &:nth-child(2) {
              position: absolute;
              right: 0;
              top: 0;
            }

            &:last-child {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              transform: translate(10%, 48%);
            }
          }
        }
      }

    }
  }

  .container-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team {
    & .team-inner.left-title__container {
      & .team-inner_boss-row {
        & .boss-video__frame {
          max-width: 400px;
        }
      }
    }
  }

  .person-carts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .person-cart {
    max-width: 100%;

    & .person-avatar {
      max-width: 100%;
    }

    & .person-body {
      & .person-name {
        max-width: 100%;
      }

      & .person-description {
        max-width: 100%;
      }
    }
  }

  .left-title__container {
    padding: 66px 50px;

    & .h2 {


      & span {}
    }

    & .decor-block {


      & .decor-relative {


        &::before {}

        & .stage-date {}
      }
    }

    & .stage-name {
      line-height: 100%;
    }

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {

          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}

    & .stage-add {}

  }

  .center-title__container {


    & .h2 {


      & span {}
    }

    & .stage-date {}

    & .decor-block {


      & .decor-relative {


        &::before {}

        &::after {}

        & .stage-date {}
      }
    }

    & .stage-name {}

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {


          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}
  }

  .tabs {
    & .tabs-nav {

      gap: 40px;
    }
  }

  .tabs {

    & .tabs-nav-wrapper {
      overflow-x: scroll;
      width: 100%;

      & .tabs-nav {
        margin-bottom: 20px;
        gap: 20px;
        width: 100%;


        & .tab-link {
          padding: 5px 20px;
          /* width: 100%;
          white-space: nowrap; */

          &::before {
            display: none;
          }

          &::after {
            display: none;
          }
        }

        & .tab-link.active {

          border-radius: 25px;

          &::before {
            display: none;
          }

          &::after {

            display: none;
          }
        }
      }
    }


    & .tab-content {


      /* stage-slider */
      .tabs-content__slider-wrapper {


        & .splide__track {}

        & .splide {}

        & .splide__arrows {}

        & .splide__slide {
          max-width: 100%;

          & .tab-slider__item {


            & .tab-slider__item-image {
              max-width: 100%;


              & img.play-preview {}

              & img.play-tab {}
            }

            & .tab_slider__item-body {

              & .tab_slider__item-title {


                &:hover {}
              }

              & .tab-slider__person {


                & .tab-slider__person-avatar {


                  & img {}
                }

                & .tab-slider__person-info {


                  & .tab-slider__person-info__status {}

                  & .tab-slider__person-info__name {}
                }
              }
            }

            &:hover {
              & .tab-slider__item-image {
                & img.play-preview {}

              }
            }
          }

        }

        & .next-arrow {
          right: -40px;
        }

        & .prev-arrow {
          left: -40px;
        }
      }

      /* stage slider end */
    }

    & .tab-content.active {}

  }

  .post {
    & .post-title {


      & span {}
    }

    & .post-content {
      & .post-content__description {}

      & .post-content__separator {}

      & .post-content__items {


        & .post-content__item {


          & .post-content__item__preview {


            & img {}
          }

          & .post-content__item__body {
            max-width: 550px;

            & .post-content__item__title {}

            & .post-content__item__information {}

            & .post-content__item__author {

              & span {
                &:first-child {}
              }
            }
          }
        }

        & .post-content__item.in-future {}
      }
    }
  }


  .alert-bottom_info.active {
    font-size: 11px;
  }
}

@media(max-width: 1024px) {
  .section {

    &:not(:first-child) {}

    & .section-inner {
      position: relative;

      & .clouds-decor {
        position: absolute;
        right: 3%;
        top: -13rem;

        & .clouds-decor__inner {
          position: relative;
          width: 100%;

          & img {
            &:first-child {
              position: absolute;
              left: 0;
              top: 0;

            }

            &:nth-child(2) {
              position: absolute;
              right: 0;
              top: 0;

            }

            &:last-child {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              transform: translate(10%, 48%);

            }
          }
        }
      }

    }

  }

  nav {

    & .clouds-menu {
      position: absolute;
      left: 0;
      top: 79%;
      z-index: 25;
      width: 100%;
      opacity: 0;
      z-index: -1;
      overflow: hidden;

      & img {
        object-fit: contain;
        width: 100%;
        height: 100%;

      }
    }

    & .navbar {

      & .nav-inner {
        align-items: flex-start;

        & .menu-wrapper {
          position: fixed;
          left: 0;
          top: 0;
          background: #fff;
          height: 100%;
          width: 100%;
          padding: 12px 16px;
          transition: all .5s;
          opacity: 0;
          left: -150%;

          & .mobile-menu__head {
            display: flex;
            align-items: flex-start;
            gap: 13px;
            padding-bottom: 8px;

            & .close-menu {
              transform: translateY(5px);
            }
          }

          .menu-policy__block {
            display: flex;
            flex-direction: column;
            gap: 5px;
          }

          & .mobile-btn-area {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 160px;
            width: 100%;
            height: 39px;
          }
        }

        & .menu-wrapper.active {
          position: fixed;
          left: 0;
          top: 0;
          background: #fff;
          height: 100%;
          width: 100%;
          padding: 12px 16px;
          transition: all .5s;
          opacity: 1;
          left: 0;

          & .mobile-menu__head {
            border-bottom: 1px solid rgb(15, 39, 80, .15);
            padding-bottom: 8px;
          }
        }


        & .nav-left-wrap {
          display: flex;
          align-items: flex-start;
          gap: 14px;

          & .burger {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 20px;
            transform: translateY(5px);
            display: block;

            & img {
              object-fit: contain;
              width: 100%;
              height: 100%;
            }
          }
        }


        & .logo {}

        & .menu-items {
          border: none;
          flex-direction: column;
          background-color: #fff;
          align-items: center;
          text-align: center;
          margin-top: 33px;
          margin-bottom: 25px;
          border-bottom: 0;



          &::after {
            display: none;
          }

          & li {
            & a {


              &:hover {}
            }
          }
        }

        & .mobile-btn-area {
          margin: 0 auto;
        }

        & .button-area {}
      }
    }

  }

  .other-header {
    & nav {

      & .clouds-menu {
        position: absolute;
        left: 0;
        top: 79%;
        z-index: 25;
        width: 100%;
        opacity: 1;
        z-index: -1;
        overflow: hidden;

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;

        }
      }

      & .navbar {

        & .nav-inner {
          align-items: flex-start;

          & .menu-wrapper {
            position: fixed;
            left: 0;
            top: 0;
            background: #fff;
            height: 100%;
            width: 100%;
            padding: 12px 16px;
            transition: all .5s;
            opacity: 0;
            left: -150%;

            & .mobile-menu__head {
              display: flex;
              align-items: flex-start;
              gap: 13px;
              padding-bottom: 8px;

              & .close-menu {
                transform: translateY(5px);
              }
            }

            .menu-policy__block {
              display: flex;
              flex-direction: column;
              gap: 5px;
            }

            & .mobile-btn-area {
              display: flex;
              justify-content: center;
              align-items: center;
              max-width: 160px;
              width: 100%;
              height: 39px;
            }
          }

          & .menu-wrapper.active {
            position: fixed;
            left: 0;
            top: 0;
            background: #fff;
            height: 100%;
            width: 100%;
            padding: 12px 16px;
            transition: all .5s;
            opacity: 1;
            left: 0;

            & .mobile-menu__head {
              border-bottom: 1px solid rgb(15, 39, 80, .15);
              padding-bottom: 8px;
            }
          }


          & .nav-left-wrap {
            display: flex;
            align-items: flex-start;
            gap: 14px;

            & .burger {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 30px;
              height: 20px;
              transform: translateY(5px);
              display: block;

              & img {
                object-fit: contain;
                width: 100%;
                height: 100%;
              }
            }
          }


          & .logo {}

          & .menu-items {
            border: none;
            flex-direction: column;
            background-color: #fff;
            align-items: center;
            text-align: center;
            margin-top: 33px;
            margin-bottom: 25px;
            border-bottom: 0;



            &::after {
              display: none;
            }

            & li {
              & a {


                &:hover {}
              }
            }
          }

          & .mobile-btn-area {
            margin: 0 auto;
          }

          & .button-area {
            max-width: 70px;
            /* justify-content: flex-end; */
            height: 39px;
            font-size: 16px;
          }

          & .button-area.loginned {
            max-width: 100%;
            justify-content: flex-end;
            height: 39px;
            font-size: 16px;
          }
        }
      }

    }

  }

  header {
    position: relative;
    z-index: 20;
  }

  .post {
    & .post-title {
      font-size: 38px;

      & span {}
    }

    & .post-content {
      & .post-content__description {}

      & .post-content__separator {}

      & .post-content__items {


        & .post-content__item {
          flex-direction: column;


          & .post-content__item__preview {


            & img {}
          }

          & .post-content__item__body {
            max-width: 100%;

            & .post-content__item__title {}

            & .post-content__item__information {}

            & .post-content__item__author {

              & span {
                &:first-child {}
              }
            }
          }
        }

        & .post-content__item.in-future {}
      }
    }
  }

  .popup-auth {
    & .popup-auth__content {
      width: 90%;
      padding: 50px 30px;

      & .tab-header {}

      & .tab-button {}

      & .tab-button.active {}

      & .tab-button.active::after {}

      & .tab-content-area {}

      & .tab-content-area.active {}

      & button[type=submit] {


        &:hover {
          background-color: var(--bg);

        }
      }

      & .form-row {


        & .form-group {}
      }

      & .form-group {


        & input {


          &::placeholder {}
        }


      }

      #registration-form {



        & .form-group {
          &:first-child {}

          &:nth-child(3) {}



        }

        & .submit-wrap {

          flex-direction: column;

        }

        & .acc-group {


          & .acc-content {}

          & .acc-content.active {}
        }

        & .form-acc {}

      }


      & .error {}

      & .error-message {}

      & #loginForm {


        & .form-row {


          & .form-group {}

          & .input-group {
            & input {}
          }
        }

        & button {
          max-width: 100%;
        }
      }
    }

  }
}

@media(max-width: 992px) {

  .alert-bottom_info.active {
    & img {
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%);
      cursor: pointer;
      width: 12px;
      height: 12px;
      object-fit: contain;
    }
  }


  .post-content__list-wrap {
    flex-direction: column;

    img {
      max-width: 100%;
    }
  }

  nav {

    & .navbar {
      & .nav-inner {


        & .logo {}

        & .menu-items {


          &::after {}

          & li {
            & a {


              &:hover {}
            }
          }
        }

        & .button-area {}
      }
    }


  }

  .left-title__container {
    padding: 66px 50px;
    border-top-left-radius: 40px;

    & .h2 {


      & span {}
    }

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 50px;


      & .decor-relative {
        padding-left: 0;

        &::before {
          display: none;
        }

        & .stage-date {}
      }
    }

    & .stage-name {}

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {
          margin-bottom: 25px;
        }

        & .image {
          display: none;

          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}

    & .stage-add {}

  }

  .center-title__container {
    padding: 66px 50px;

    & .h2 {


      & span {}
    }

    & .stage-date {}

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 50px;


      & .decor-relative {
        padding-left: 0;


        &::before {
          display: none;
        }

        &::after {
          display: none;
        }

        & .stage-date {}
      }
    }

    & .stage-name {}

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {
          margin-bottom: 25px;
        }

        & .image {


          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}
  }

  .tabs {

    & .tabs-nav-wrapper {
      overflow-x: initial;
      width: 100%;

      & .tabs-nav {
        margin-bottom: 20px;
        gap: 20px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        & .tab-link {
          white-space: nowrap;
          border-radius: 25px;
          border: 1px solid #add4f7;

          &::before {
            display: none;
          }

          &::after {
            display: none;
          }
        }

        & .tab-link.active {

          border-radius: 25px;

          &::before {
            display: none;
          }

          &::after {

            display: none;
          }
        }
      }
    }


    & .tab-content {
      padding-bottom: 80px;

      & .splide__pagination {
        bottom: -3em;

        & .splide__pagination__page {
          width: 15px;
          height: 15px;
          background: #fff;
          opacity: 1;
        }

        & .splide__pagination__page.is-active {
          transform: scale(1);
          background-color: #002957;
        }
      }


      /* stage-slider */
      .tabs-content__slider-wrapper {


        & .splide__track {}

        & .splide {}

        & .splide__arrows {}

        & .splide__slide {
          max-width: 100%;

          & .tab-slider__item {


            & .tab-slider__item-image {
              max-width: 100%;
              height: 285px;

              & img.play-preview {}

              & img.play-tab {}
            }

            & .tab_slider__item-body {

              & .tab_slider__item-title {


                &:hover {}
              }

              & .tab-slider__person {


                & .tab-slider__person-avatar {


                  & img {}
                }

                & .tab-slider__person-info {


                  & .tab-slider__person-info__status {}

                  & .tab-slider__person-info__name {}
                }
              }
            }

            &:hover {
              & .tab-slider__item-image {
                & img.play-preview {}

              }
            }
          }

        }

        & .next-arrow {
          right: -40px;
          display: none;
        }

        & .prev-arrow {
          left: -40px;
          display: none;
        }
      }

      /* stage slider end */
    }

    & .tab-content.active {}

  }

  .about {
    padding-bottom: 90px;

    & .center-title__container {
      & .decor-block {}

      & .about-row {
        flex-direction: column-reverse;


        & .marked-list__items {
          max-width: 100%;
        }

        & .about-btn {
          margin-left: auto;
          margin-right: auto;
        }

        & .about-sources {
          max-width: 100%;

          & .about-sources__title {}
        }

        & .about-carousel__wrapper {
          max-width: 100%;

          & .splide__slide {


            & img {}
          }

          & .splide__pagination {


            & .splide__pagination__page {}

            & .splide__pagination__page.is-active {}
          }
        }
      }
    }

  }

  footer {

    & .footer-inner {
      flex-direction: column;
      gap: 25px;

      & .menu-items {
        flex-direction: column;

        &::after {
          display: none;
        }

        & li {
          & a {}

        }
      }

      & .button-area {}
    }
  }

  & .copyright {


    & .copyright-inner {
      flex-direction: column;


      & .copyright-text {}

      & .copyright-docs {
        flex-direction: column;

        & a {


          &:hover {}
        }
      }
    }
  }

  .alert-modal {
    & .left-title__container {
      & .decor-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;

        & .decor-relative {
          padding-left: 0;
        }
      }

      & .h2 {
        max-width: 100%;
        width: 100%;
        text-align: center;
      }
    }
  }

  .alert-modal {
    & .alert-modal__content {
      width: 90%;
    }

    .alert-disclaimer {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 18px */
    }
  }

  .alert-modal {
    & .alert-btns {
      gap: 25px;

      & .alert-btn {
        max-width: 120px;
      }
    }
  }
}

@media(max-width: 768px) {
  .section {

    &:not(:first-child) {}

    & .section-inner {
      position: relative;

      & .clouds-decor {
        position: absolute;
        right: 5%;
        top: -6rem;
        max-width: 157px;
        width: 100%;

        & .clouds-decor__inner {
          position: relative;
          width: 100%;

          & img {
            &:first-child {
              position: absolute;
              left: 0;
              top: 0;
              max-width: 47px;
              object-fit: contain;
            }

            &:nth-child(2) {
              position: absolute;
              right: 0;
              top: 0;
              max-width: 34px;
              object-fit: contain;
            }

            &:last-child {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              transform: translate(10%, 48%);
              max-width: 107px;
              object-fit: contain;
            }
          }
        }
      }

    }

    & .section-inner.center-inner {
      position: relative;

      & .clouds-decor {
        position: absolute;
        right: initial;
        left: 0rem;
        top: -6rem;
        max-width: 157px;
        width: 100%;

        & .clouds-decor__inner {
          position: relative;
          width: 100%;

          & img {
            &:first-child {
              position: absolute;
              left: 0;
              top: 0;
            }

            &:nth-child(2) {
              position: absolute;
              right: 0;
              top: 0;
            }

            &:last-child {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              transform: translate(10%, 48%);
            }
          }
        }
      }

    }
  }

  nav {

    & .navbar {
      & .nav-inner {


        & .logo {}

        & .menu-items {


          &::after {}

          & li {
            & a {


              &:hover {}
            }
          }
        }

        & .button-area {
          max-width: 70px;
          height: 39px;
          font-size: 16px;
        }

        & .button-area.loginned {
          max-width: 100%;
          justify-content: flex-end;
          height: 39px;
          font-size: 16px;
        }
      }
    }

  }

  .left-title__container {
    padding: 66px 50px;
    border-top-left-radius: 40px;

    & .h2 {


      & span {}
    }

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 50px;


      & .decor-relative {
        padding-left: 0;

        &::before {
          display: none;
        }

        & .stage-date {}
      }
    }

    & .stage-name {}

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {
          display: none;

          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}

    & .stage-add {}

  }

  .center-title__container {
    padding: 66px 50px;

    & .h2 {


      & span {}
    }

    & .stage-date {}

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 50px;


      & .decor-relative {
        padding-left: 0;


        &::before {
          display: none;
        }

        &::after {
          display: none;
        }

        & .stage-date {}
      }
    }

    & .stage-name {}

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {


          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}
  }

  .tabs {

    & .tabs-nav-wrapper {
      & .tabs-nav {
        margin-bottom: 20px;
        gap: 20px;

        width: 100%;


        & .tab-link {


          &::before {
            display: none;
          }

          &::after {
            display: none;
          }
        }

        & .tab-link.active {

          border-radius: 25px;

          &::before {
            display: none;
          }

          &::after {

            display: none;
          }
        }
      }
    }


    & .tab-content {


      /* stage-slider */
      .tabs-content__slider-wrapper {


        & .splide__track {}

        & .splide {}

        & .splide__arrows {}

        & .splide__slide {
          max-width: 100%;

          & .tab-slider__item {


            & .tab-slider__item-image {
              max-width: 100%;



              & img.play-preview {}

              & img.play-tab {}
            }

            & .tab_slider__item-body {

              & .tab_slider__item-title {


                &:hover {}
              }

              & .tab-slider__person {


                & .tab-slider__person-avatar {


                  & img {}
                }

                & .tab-slider__person-info {


                  & .tab-slider__person-info__status {}

                  & .tab-slider__person-info__name {}
                }
              }
            }

            &:hover {
              & .tab-slider__item-image {
                & img.play-preview {}

              }
            }
          }

        }

        & .next-arrow {
          right: -40px;
        }

        & .prev-arrow {
          left: -40px;
        }
      }

      /* stage slider end */
    }

    & .tab-content.active {}

  }

  .about {
    padding-bottom: 90px;

    & .center-title__container {
      & .decor-block {}

      & .about-row {
        flex-direction: column-reverse;


        & .marked-list__items {
          max-width: 100%;
        }

        & .about-btn {
          margin-left: auto;
          margin-right: auto;
        }

        & .about-sources {
          max-width: 100%;

          & .about-sources__title {}
        }

        & .about-carousel__wrapper {
          max-width: 100%;

          & .splide__slide {


            & img {}
          }

          & .splide__pagination {


            & .splide__pagination__page {}

            & .splide__pagination__page.is-active {}
          }
        }
      }
    }

  }

  footer {

    & .footer-inner {
      flex-direction: column;

      & .menu-items {
        flex-direction: column;

        &::after {
          display: none;
        }

        & li {
          & a {}

        }
      }

      & .button-area {}
    }
  }

  & .copyright {


    & .copyright-inner {


      & .copyright-text {}

      & .copyright-docs {


        & a {


          &:hover {}
        }
      }
    }
  }

  .person-carts {
    grid-template-columns: 1fr;
  }

  .person-cart {
    max-width: 100%;

    & .person-avatar {
      height: 720px;

      & img {}
    }

    & .person-body {


      & .person-name {}

      & .person-status {}

      & .person-separator {}

      & .person-description {}
    }
  }

  body {
    background: linear-gradient(180deg, #C8E6FF 0%, #F9FCFD 71.5%);
  }

  main {
    /* background: transparent; */
  }


  /* main.other-page {
    background: #204CB6;
  } */

  .other-page {
    & .section {
      &:first-child {
        padding-top: 140px;
      }
    }
  }

  .other-page {
    & .section {
      &:first-child {
        padding-top: 140px;
      }
    }
  }

  .section {

    padding-top: 150px;
    margin-top: 0;


  }


  .homepage {
    & .section {
      &:nth-child(2) {
        margin-top: 0px;
        padding-top: 250px;
      }
    }
  }


  .popup-auth {
    & .popup-auth__content {

      & .tab-header {
        gap: 20px;
      }

      & .tab-button {
        font-size: 18px;
      }

      & .tab-button.active {}

      & .tab-button.active::after {}

      & .tab-content-area {}

      & .tab-content-area.active {}

      & button[type=submit] {


        &:hover {
          background-color: var(--bg);

        }
      }

      & .form-row {
        flex-direction: column;

        & .form-group {
          max-width: 100%;
        }
      }

      & .form-group {


        & input {


          &::placeholder {}
        }


      }

      #registration-form {



        & .form-group {
          &:first-child {}

          &:nth-child(3) {}



        }

        & .submit-wrap {

          flex-direction: column;

        }

        & .acc-group {


          & .acc-content {}

          & .acc-content.active {}
        }

        & .form-acc {}

      }


      & .error {}

      & .error-message {}

      & #loginForm {


        & .form-row {


          & .form-group {}

          & .input-group {
            & input {}
          }
        }

        & button {
          max-width: 100%;
        }
      }
    }

  }

  .row-post {
    display: flex;
    flex-direction: column;
  }

  .under-footer {

  }
  
  .under-footer__items {
   flex-direction: column;
    & .under-footer__item {
      & .under-footer__item-logo {

        & svg {
   
        }
      }
  
      & .under-footer__item-descr {

      }
  
      & .under-footer__item-links {

        & a {

        }
      }
  
      & .under-footer__item-reqs {

      }
    }
  }


}



@media(max-width: 600px) {


  .alert-bottom_info.active {
    font-size: 10px;
  }

  .alert-modal {
    .left-title__container {
      padding: 33px;
    }
  }

  .person-cart {
    & .person-avatar {
      height: 420px;
    }

    nav {

      & .navbar {
        & .nav-inner {


          & .logo {}

          & .menu-items {


            &::after {}

            & li {
              & a {


                &:hover {}
              }
            }
          }

          & .button-area {}
        }
      }


    }


    .alert-modal {
      & .alert-modal__inner {
        width: 90%;
      }
    }

    .alert-modal {
      .left-title__container {
        padding: 37px;
      }
    }




  }

  .left-title__container {
    padding: 40px 20px;
    border-top-left-radius: 40px;

    & .h2 {
      font-size: 35px;
      line-height: 105%;

      & span {}
    }

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 30px;


      & .decor-relative {
        padding-left: 0;

        &::before {
          display: none;
        }

        & .stage-date {
          font-size: 17px;
        }
      }
    }

    & .stage-name {
      font-size: 24px;
      line-height: 100%;
    }

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {
          display: none;

          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}

    & .stage-add {}

  }

  .center-title__container {
    padding: 40px 20px;

    & .h2 {
      font-size: 35px;
      line-height: 105%;

      & span {}
    }

    & .stage-date {}

    & .decor-block {
      max-width: 100%;
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      transform: translateY(0);
      border-top-left-radius: initial;
      background-color: #fff;
      margin-bottom: 30px;


      & .decor-relative {
        padding-left: 0;


        &::before {
          display: none;
        }

        &::after {
          display: none;
        }

        & .stage-date {
          font-size: 17px;
        }
      }
    }

    & .stage-name {
      font-size: 24px;
    }

    & .stage-content {
      padding-left: 0;


      & .stage-description__wrapper {


        & .description {}

        & .image {


          & img {}
        }
      }

      & .stage-content__separator {}
    }

    & .stage-disclaimer {}
  }

  .tabs {

    & .tabs-nav-wrapper {
      & .tabs-nav {
        width: 100%;
        grid-template-columns: 1fr;

        & .tab-link {


          &::before {
            display: none;
          }

          &::after {
            display: none;
          }
        }

        & .tab-link.active {

          border-radius: 25px;

          &::before {
            display: none;
          }

          &::after {

            display: none;
          }
        }
      }
    }


    & .tab-content {
      padding: 28px 20px 80px;

      /* stage-slider */
      .tabs-content__slider-wrapper {


        & .splide__track {}

        & .splide {}

        & .splide__arrows {}

        & .splide__slide {
          max-width: 100%;

          & .tab-slider__item {


            & .tab-slider__item-image {
              max-width: 100%;
              height: 170px;


              & img.play-preview {}

              & img.play-tab {}
            }

            & .tab_slider__item-body {

              & .tab_slider__item-title {

                &:hover {}
              }

              & .tab-slider__person {
                flex-direction: column;
                align-items: flex-start;

                & .tab-slider__person-avatar {


                  & img {}
                }

                & .tab-slider__person-info {


                  & .tab-slider__person-info__status {}

                  & .tab-slider__person-info__name {}
                }
              }
            }

            &:hover {
              & .tab-slider__item-image {
                & img.play-preview {}

              }
            }
          }

        }

        & .next-arrow {
          right: -26px;
          display: none;

          & svg {
            height: 10px;
          }
        }

        & .prev-arrow {
          left: -26px;
          display: none;

          & svg {
            height: 10px;
          }
        }
      }

      /* stage slider end */
    }

    & .tab-content.active {}

  }

  .about {
    padding-bottom: 90px;

    & .center-title__container {
      & .decor-block {}

      & .about-row {
        flex-direction: column-reverse;


        & .marked-list__items {
          max-width: 100%;
        }

        & .about-btn {
          margin-left: auto;
          margin-right: auto;
        }

        & .about-sources {
          max-width: 100%;

          & .about-sources__title {}
        }

        & .about-carousel__wrapper {
          max-width: 100%;

          & .splide__slide {


            & img {}
          }

          & .splide__pagination {


            & .splide__pagination__page {}

            & .splide__pagination__page.is-active {}
          }
        }
      }
    }

  }

  footer {

    & .footer-inner {
      flex-direction: column;

      & .menu-items {
        flex-direction: column;

        &::after {
          display: none;
        }

        & li {
          & a {}

        }
      }

      & .button-area {}
    }
  }

  & .copyright {


    & .copyright-inner {


      & .copyright-text {}

      & .copyright-docs {


        & a {
          font-size: 14px;

          &:hover {}
        }
      }
    }
  }

  .post {
    & .post-title {
      font-size: 27px;

      & span {}
    }

    & .post-content {
      & .post-content__description {}

      & .post-content__separator {}

      & .post-content__items {


        & .post-content__item {


          & .post-content__item__preview {
            height: 190px;

            & img {}
          }

          & .post-content__item__body {
            max-width: 550px;

            & .post-content__item__title {
              font-size: 24px;
            }

            & .post-content__item__information {}

            & .post-content__item__author {

              & span {
                &:first-child {}
              }
            }
          }
        }

        & .post-content__item.in-future {}
      }
    }
  }

  .post-content ul {
    list-style: disc;
    padding-left: 20px;
  }

  ul.post-content__list {
    padding-left: 0;
  }

  .Inmportant-info__wrap {
    flex-direction: column;
    padding: 10px;
  }

  .tab_slider__item-body {
    & .time-toread {
      max-width: 140px;
      margin-top: 60px;
    }
  }

  .portion-slider-item__info-title br {
    display: none;
  }

}

@media(max-width: 390px) {



  .tabs {
    & .tab-content {
      & .tabs-content__slider-wrapper {
        & .splide__slide {
          & .tab-slider__item {
            & .tab-slider__item-image {
              height: 150px;
            }
          }
        }
      }
    }
  }

  .tabs {
    & .tabs-nav {
      & .tab-link {
        font-size: 19px;
      }
    }
  }

}



@media(max-width: 380px) {
  .post {
    & .post-content {
      & .post-content__items {
        & .post-content__item {
          & .post-content__item__preview {
            height: 175px;
          }
        }
      }
    }
  }
}


@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Regular.eot');
  src: local('../fonts/Naste Regular'), local('../fonts/Naste-Regular'),
    url('../fonts/Naste-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Regular.woff2') format('woff2'),
    url('../fonts/Naste-Regular.woff') format('woff'),
    url('../fonts/Naste-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-ExtraLight.eot');
  src: local('../fonts/Naste Extra Light'), local('../fonts/Naste-ExtraLight'),
    url('../fonts/Naste-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-ExtraLight.woff2') format('woff2'),
    url('../fonts/Naste-ExtraLight.woff') format('woff'),
    url('../fonts/Naste-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-SemiBoldItalic.eot');
  src: local('../fonts/Naste Semi Bold Italic'), local('../fonts/Naste-SemiBoldItalic'),
    url('../fonts/Naste-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Naste-SemiBoldItalic.woff') format('woff'),
    url('../fonts/Naste-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-BoldItalic.eot');
  src: local('../fonts/Naste Bold Italic'), local('../fonts/Naste-BoldItalic'),
    url('../fonts/Naste-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-BoldItalic.woff2') format('woff2'),
    url('../fonts/Naste-BoldItalic.woff') format('woff'),
    url('../fonts/Naste-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Thin.eot');
  src: local('../fonts/Naste Thin'), local('../fonts/Naste-Thin'),
    url('../fonts/Naste-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Thin.woff2') format('woff2'),
    url('../fonts/Naste-Thin.woff') format('woff'),
    url('../fonts/Naste-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Bold.eot');
  src: local('../fonts/Naste Bold'), local('../fonts/Naste-Bold'),
    url('../fonts/Naste-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Bold.woff2') format('woff2'),
    url('../fonts/Naste-Bold.woff') format('woff'),
    url('../fonts/Naste-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Italic.eot');
  src: local('../fonts/Naste Italic'), local('../fonts/Naste-Italic'),
    url('../fonts/Naste-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Italic.woff2') format('woff2'),
    url('../fonts/Naste-Italic.woff') format('woff'),
    url('../fonts/Naste-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-LightItalic.eot');
  src: local('../fonts/Naste Light Italic'), local('../fonts/Naste-LightItalic'),
    url('../fonts/Naste-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-LightItalic.woff2') format('woff2'),
    url('../fonts/Naste-LightItalic.woff') format('woff'),
    url('../fonts/Naste-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-ExtraLightItalic.eot');
  src: local('../fonts/Naste Extra Light Italic'), local('../fonts/Naste-ExtraLightItalic'),
    url('../fonts/Naste-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Naste-ExtraLightItalic.woff') format('woff'),
    url('../fonts/Naste-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-ThinItalic.eot');
  src: local('../fonts/Naste Thin Italic'), local('../fonts/Naste-ThinItalic'),
    url('../fonts/Naste-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-ThinItalic.woff2') format('woff2'),
    url('../fonts/Naste-ThinItalic.woff') format('woff'),
    url('../fonts/Naste-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Medium.eot');
  src: local('../fonts/Naste Medium'), local('../fonts/Naste-Medium'),
    url('../fonts/Naste-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Medium.woff2') format('woff2'),
    url('../fonts/Naste-Medium.woff') format('woff'),
    url('../fonts/Naste-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-MediumItalic.eot');
  src: local('../fonts/Naste Medium Italic'), local('../fonts/Naste-MediumItalic'),
    url('../fonts/Naste-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-MediumItalic.woff2') format('woff2'),
    url('../fonts/Naste-MediumItalic.woff') format('woff'),
    url('../fonts/Naste-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-ExtraBold.eot');
  src: local('../fonts/Naste Extra Bold'), local('../fonts/Naste-ExtraBold'),
    url('../fonts/Naste-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-ExtraBold.woff2') format('woff2'),
    url('../fonts/Naste-ExtraBold.woff') format('woff'),
    url('../fonts/Naste-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-ExtraBoldItalic.eot');
  src: local('../fonts/Naste Extra Bold Italic'), local('../fonts/Naste-ExtraBoldItalic'),
    url('../fonts/Naste-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Naste-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/Naste-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-Light.eot');
  src: local('../fonts/Naste Light'), local('../fonts/Naste-Light'),
    url('../fonts/Naste-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-Light.woff2') format('woff2'),
    url('../fonts/Naste-Light.woff') format('woff'),
    url('../fonts/Naste-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Naste';
  src: url('../fonts/Naste-SemiBold.eot');
  src: local('../fonts/Naste Semi Bold'), local('../fonts/Naste-SemiBold'),
    url('../fonts/Naste-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Naste-SemiBold.woff2') format('woff2'),
    url('../fonts/Naste-SemiBold.woff') format('woff'),
    url('../fonts/Naste-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}