@media screen and (min-width: 701px) {
  .banner-bg-top-page {
    width: 100%;
    background-image: url('/design/img/bg-top-banner-main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .banner-bg-top-page-v2 {
    width: 100%;
    background: linear-gradient(119.64deg, rgba(237, 185, 181, 0.3) 24.07%, rgba(189, 204, 234, 0.3) 71.92%);
  }

  .banner-secondary {
    width: 100%;
    margin-bottom: 0;
    padding: clamp(16px, 2rem, 32px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .banner-secondary__item {
    font-size: clamp(16px, 2rem, 32px);
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F6BCB3 0%, #BDCCEA 58.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: var(--text-color-accent)
  }

  .banner {
    padding: clamp(40px, 8.75rem, 140px) 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .banner-v2 {
    padding: clamp(20px, 2.5rem, 40px) 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .banner__logo {
    width: 35%;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .banner__logo-v2 {
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .banner__logo img {
    width: 70%;
    height: auto;
  }

  .banner__logo-v2 img {
    width: 90%;
    height: auto;
  }

  .banner__info {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .banner__info-v2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .banner__info-partners {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: clamp(30px, 3.75rem, 60px);
  }

  .banner__info-partners-item {
    height: 150px;
    margin-left: 30px;
  }

  .banner__info-partners-item img {
    height: 100%;
    width: auto;
  }

  .banner__info-button-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .banner__info-title {
    margin-bottom: clamp(30px, 3.75rem, 60px);
  }

  .banner__info-title h1 {
    text-align: right;
  }

  .banner__info p {
    text-align: right;
    font-weight: bold;
    color: var(--text-color-accent);
    margin-bottom: clamp(10px, 1rem, 16px);
  }

  .banner__info-v2 p {
    text-align: center;
    font-weight: bold;
    color: var(--text-color-accent);
    font-size: clamp(16px, 1.5rem, 24px);
    margin-top: clamp(10px, 1rem, 16px);
  }
}

@media screen and (max-width: 700px) {
  .banner-bg-top-page {
    width: 100%;
    background: radial-gradient(79.36% 171.62% at 83% 24.58%, #C8C9E0 3.37%, #F2BCB6 100%);
  }

  .banner-bg-top-page-v2 {
    width: 100%;
    background: linear-gradient(119.64deg, rgba(237, 185, 181, 0.3) 24.07%, rgba(189, 204, 234, 0.3) 71.92%);
  }

  .banner {
    padding: clamp(40px, 8.75rem, 140px) 20px;
    position: relative;
  }

  .banner-v2 {
    padding: clamp(20px, 2.5rem, 40px) 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-secondary {
    width: 100%;
    margin-bottom: 0;
    padding: clamp(16px, 2rem, 32px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .banner-secondary__item {
    font-size: clamp(16px, 2rem, 32px);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #F6BCB3 0%, #BDCCEA 58.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: var(--text-color-accent)
  }

  .banner__logo {
    width: 130px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .banner__logo img {
    width: 100%;
    height: auto;
  }

  .banner__logo-v2 img {
    width: 90%;
    height: auto;
  }

  .banner__info {
    width: 100%;
    margin-top: 158px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .banner__info-v2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .banner__info-partners {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: clamp(30px, 3.75rem, 60px);
    position: relative;
    left: 140px;
  }

  .banner__info-partners-item {
    height: 70px;
    margin-left: 30px;
  }

  .banner__info-partners-item img {
    height: 100%;
    width: auto;
  }

  .banner__info-title {
    margin-bottom: clamp(30px, 3.75rem, 60px);
  }

  .banner__info p {
    font-weight: bold;
    color: var(--text-color-accent);
    margin-bottom: clamp(10px, 1rem, 16px);
  }

  .banner__info-v2 p {
    text-align: center;
    font-weight: bold;
    color: var(--text-color-accent);
    font-size: clamp(16px, 1.5rem, 24px);
    margin-top: clamp(10px, 1rem, 16px);
  }
}





.about {
  width: 100%;
}

.about__title {
  display: inline-block;
  padding: 0;
  margin-right: min(4rem, 60px);
  position: relative;
  bottom: clamp(4px, 0.62rem, 10px);
  font-size: clamp(8px, 0.813rem, 13px);
  text-transform: uppercase;
  color: var(--text-color-secondary);
}

.about__description {
  display: inline;
  font-size: clamp(25px, 2.5rem, 40px);
  line-height: 130%;
  color: var(--text-color-basic);
}




@media screen and (min-width: 951px) {

  .stages {
    width: 100%;
    padding-top: clamp(40px, 5rem, 80px);
    padding-bottom: clamp(40px, 5rem, 80px);
  }

  .stages-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: clamp(60px, 5rem, 80px);
    margin-bottom: clamp(40px, 3.75rem, 60px);
    z-index: 1;
    position: relative;
  }

  .stages-list__item {
    width: 29.5%;
    position: relative;
  }

  .stages-list__item_wide {
    width: 64.9%;
    margin-right: 5.6%;
  }

  .stages-list__item-info {
    padding: clamp(20px, 2.5rem, 40px) 0;
  }

  .stages-list__item-info_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .stages-list__item-title {
    display: inline-block;
    position: absolute;
    top: -55px;
    left: calc(50% - 110px);
    font-size: 16px;
    padding: 15px 30px;
    background: linear-gradient(117.16deg, #D3DCEF 19.03%, #F7C1B9 95.04%);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-transform: uppercase;
  }

  .stages-list__item-info-block {
    width: 100%;
    padding: 0 clamp(20px, 2.5rem, 40px);
    position: relative;
  }

  .stages-list__item-info_flex .stages-list__item-info-block:first-child {
    border-right: 1px solid var(--text-color-accent);
  }

  .counter.mod--counter-stages-vertical {
    margin-top: min(4rem, 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .counter.mod--counter-stages-horizontal {
    margin-top: min(4rem, 60px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .counter.mod--counter-stages-vertical .counter__item,
  .counter.mod--counter-stages-horizontal .counter__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .counter.mod--counter-stages-vertical .counter__item .counter__item-desc,
  .counter.mod--counter-stages-horizontal .counter__item .counter__item-desc {
    font-size: clamp(14px, 1.125rem, 18px);
    line-height: 110%;
    margin-left: 5px;
  }

  .counter.mod--counter-stages-vertical .counter__item .counter__item-number,
  .counter.mod--counter-stages-horizontal .counter__item .counter__item-number {
    font-weight: 700;
    font-size: clamp(50px, 6.25rem, 100px);
    line-height: 80%;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color-accent);
  }

  .stages-links {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .stages-links a.stages-links__item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 10px;
    padding: clamp(10px, 1rem, 16px) clamp(20px, 2rem, 32px);
    padding-left: clamp(16px, 1.8rem, 28px);
    background-color: var(--bg-color-basic);
    font-size: clamp(16px, 1rem, 16px);
    color: var(--text-color-accent);
    text-decoration: none;
    transition: all .2s ease-in-out;
  }

  .stages-links a.stages-links__item:hover {
    background-color: var(--bg-color-accent);
  }

  .stages-links a.stages-links__item span {
    display: block;
    margin: 0 3px;
  }

  .stages-links a.stages-links__item span img {
    width: 100%;
    max-width: 25px;
    height: auto;
  }
}

@media screen and (max-width: 950px) {

  .stages {
    width: 100%;
    padding-top: clamp(40px, 5rem, 80px);
    padding-bottom: clamp(40px, 5rem, 80px);
  }

  .stages-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: clamp(60px, 5rem, 80px);
    margin-bottom: clamp(40px, 3.75rem, 60px);
    z-index: 1;
    position: relative;
  }

  .stages-list__item {
    width: 100%;
    max-width: 300px;
    position: relative;
  }

  .stages-list__item_wide {
    width: 100%;
    max-width: 600px;
    margin-bottom: 80px;
  }

  .stages-list__item-info {
    padding: clamp(20px, 2.5rem, 40px) 0;
  }

  .stages-list__item-info_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .stages-list__item-title {
    display: inline-block;
    position: absolute;
    top: -55px;
    left: calc(50% - 110px);
    font-size: 16px;
    padding: 15px 30px;
    background: linear-gradient(117.16deg, #D3DCEF 19.03%, #F7C1B9 95.04%);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-transform: uppercase;
  }

  .stages-list__item-info-block {
    width: 100%;
    padding: 0 clamp(20px, 2.5rem, 40px);
    position: relative;
  }

  .stages-list__item-info_flex .stages-list__item-info-block:first-child {
    border-right: 1px solid var(--text-color-accent);
  }

  .counter.mod--counter-stages-vertical {
    margin-top: min(4rem, 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .counter.mod--counter-stages-horizontal {
    margin-top: min(4rem, 60px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .counter.mod--counter-stages-vertical .counter__item,
  .counter.mod--counter-stages-horizontal .counter__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .counter.mod--counter-stages-vertical .counter__item .counter__item-desc,
  .counter.mod--counter-stages-horizontal .counter__item .counter__item-desc {
    font-size: clamp(14px, 1.125rem, 18px);
    line-height: 110%;
    margin-left: 5px;
  }

  .counter.mod--counter-stages-vertical .counter__item .counter__item-number,
  .counter.mod--counter-stages-horizontal .counter__item .counter__item-number {
    font-weight: 700;
    font-size: clamp(50px, 6.25rem, 100px);
    line-height: 80%;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color-accent);
  }

  .stages-links {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .stages-links a.stages-links__item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 10px;
    padding: clamp(10px, 1rem, 16px) clamp(20px, 2rem, 32px);
    padding-left: clamp(16px, 1.8rem, 28px);
    background-color: var(--bg-color-basic);
    font-size: clamp(14px, 1rem, 16px);
    color: var(--text-color-accent);
    text-decoration: none;
    transition: all .2s ease-in-out;
  }

  .stages-links a.stages-links__item:hover {
    background-color: var(--bg-color-accent);
  }

  .stages-links a.stages-links__item span {
    display: block;
    margin: 0 3px;
  }

  .stages-links a.stages-links__item span img {
    width: 100%;
    max-width: 25px;
    height: auto;
  }
}

@media screen and (max-width: 530px) {
  .stages-list__item-info_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .stages-list__item-info-block {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px;
    margin-top: 20px;
    position: relative;
  }

  .stages-list__item-info_flex .stages-list__item-info-block:first-child {
    margin-top: 0px;
    border-right: none;
    border-bottom: 1px solid var(--text-color-accent);
  }

  .stages-list__item {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}






.img-banner {
  width: 100%;
}

.img-banner img {
  width: 100%;
  height: auto;
}




@media screen and (min-width: 951px) {
  .faq-accordion {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .faq-accordion__column {
    width: 47.2%;
    position: relative;
    z-index: 1;
  }

  .faq-accordion__item {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 10px 10px 10px 60px;
  }
}

@media screen and (max-width: 950px) {
  .faq-accordion {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .faq-accordion__column {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .faq-accordion__item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 10px 10px 60px;
  }
}

.faq-accordion__title {
  width: 100%;
  min-height: 33px;
}

.faq-accordion__title:before {
  content: '';
  width: 40px;
  height: 42px;
  background-image: url('/design/img/icon/question.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -50px;
  top: -5px;
}

.faq-accordion__title-name {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: var(--text-color-accent);
}

.faq-accordion__value p {
  padding-top: 10px;
}






.reg-timer {
  width: 100%;
  padding: clamp(40px, 5.4rem, 85px) 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border-radius: 50px;
  overflow: hidden;
  background: radial-gradient(79.36% 171.62% at 83% 24.58%, #C8C9E0 3.37%, #F2BCB6 100%);
}

.reg-timer__info {
  width: 100%;
  max-width: 700px;
}

.reg-timer__title_h2 {
  width: 100%;
  margin: 0;
  margin-bottom: clamp(20px, 2rem, 32px);
  padding: 0;
  text-align: center;
  font-size: clamp(25px, 3.25rem, 52px);
  font-weight: normal;
  color: var(--text-color-accent);
}

.reg-timer__title_p {
  margin-bottom: clamp(20px, 2rem, 32px);
  text-align: center;
  color: var(--text-color-accent);
}



ul.reg-timer__timer-value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

ul.reg-timer__timer-value li {
  list-style-type: none;
  padding: 14px 5px;
  margin: 0;
  color: var(--text-color-light);
}

ul.reg-timer__timer-value li:before {
  display: none;
}

ul.reg-timer__timer-value li span {
  width: clamp(50px, 5.2rem, 82px);
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: clamp(40px, 4rem, 64px);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

ul.reg-timer__timer-value li p {
  text-align: center;
  color: var(--text-color-accent);
}

ul.reg-timer__timer-value li.seperator {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.reg-timer__link {
  text-align: center;
}