@charset "UTF-8";
:root {
  --font-family: "VTBGroupUI";
  --content-width: 1094px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --text-color: #292929;
  --footer-color: #404040;
  --event-color: #587DC7;
  --bgc-color: #EBF1FF;
  --light-color: #ECEFF6;
  --orange-color: #EA8848;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
@font-face {
  font-family: "VTBGroupUI";
  src: url("../fonts/VTBGroupUI-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTBGroupUI";
  src: url("../fonts/VTBGroupUI-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTBGroupUI";
  src: url("../fonts/VTBGroupUI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTBGroupUI";
  src: url("../fonts/VTBGroupUI-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTBGroupUI";
  src: url("../fonts/VTBGroupUI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  font-family: "CicleBoldNpff";
}

.subtitle {
  font-family: "CicleBoldNpff";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.orange {
  color: var(--orange-color);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-a-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-a-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-j-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-j-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-j-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 213px;
  padding: 61px 0 0 10px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header {
    height: 152px;
    padding-top: 28px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    width: 54px;
  }
}

.hero {
  background-color: #000324;
  position: relative;
}
.hero:after {
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: -19px;
  background: -webkit-gradient(linear, left top, right top, from(#C77C5B), color-stop(20.67%, #D0A177), color-stop(43.75%, #E0BC9E), color-stop(61.06%, #F2E2D5), color-stop(80.29%, #D0A177), to(#C77C5B));
  background: -o-linear-gradient(left, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
  background: linear-gradient(90deg, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
}
@media (max-width: 767px) {
  .hero:after {
    height: 10px;
    bottom: -10px;
  }
}
.hero__img {
  display: block;
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1920px) {
  .hero__img {
    position: relative;
  }
}
.hero__wrapper {
  padding-top: 14px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .hero__wrapper {
    padding-bottom: 38px;
  }
}
.hero__title {
  color: #F6FBFF;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 22px;
  }
}
.hero__title .title__big {
  font-size: 43px;
  font-weight: 500;
  line-height: 102px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1023px) {
  .hero__title .title__big {
    font-size: 24px;
    display: block;
  }
}
@media (max-width: 767px) {
  .hero__title .title__big {
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
  }
}
.hero__pic {
  height: 800px;
  overflow: hidden;
  display: block;
  position: relative;
}
@media (max-width: 1920px) {
  .hero__pic {
    height: auto;
    overflow: visible;
  }
}
.hero__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 487px 1fr;
  grid-template-columns: 487px 1fr;
  gap: 60px;
}
@media (max-width: 1023px) {
  .hero__info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .hero__info {
    gap: 20px;
  }
}
.hero__date {
  font-size: 181px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: -o-linear-gradient(340deg, #D3875F 11.79%, #E0BC9E 45.6%, #F2E2D5 66.37%, #C77C5B 88.77%);
  background: linear-gradient(110deg, #D3875F 11.79%, #E0BC9E 45.6%, #F2E2D5 66.37%, #C77C5B 88.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .hero__date {
    font-size: 58px;
  }
}
.hero__schedule {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
.hero__schedule .schedule__row {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.hero__schedule .schedule__time {
  color: #E0BC9E;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .hero__schedule .schedule__time {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero__schedule .schedule__time {
    font-size: 27px;
    line-height: 140%;
  }
}
.hero__schedule .schedule__info {
  font-size: 37px;
  font-weight: 300;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .hero__schedule .schedule__info {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hero__schedule .schedule__info {
    font-size: 16px;
    text-transform: uppercase;
  }
}

.themes {
  padding: 101px 0 83px 0;
  background: #FFF1E5;
  color: #000324;
}
@media (max-width: 767px) {
  .themes {
    padding: 35px 0 50px 0;
  }
}
.themes__title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1023px) {
  .themes__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .themes__title {
    font-size: 20px;
  }
}
.themes__list {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}
@media (max-width: 1023px) {
  .themes__list {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .themes__list {
    font-size: 15px;
    line-height: 120%;
    padding: 0 0 0 22px;
  }
}
.themes__list .list__item {
  margin-bottom: 20px;
}

.video {
  background: #000324;
  position: relative;
  overflow: hidden;
  height: 640px;
}
@media (max-width: 1023px) {
  .video {
    height: 409px;
  }
}
@media (max-width: 767px) {
  .video {
    height: 350px;
  }
}
.video .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video iframe {
  height: 640px;
}
@media (max-width: 1023px) {
  .video iframe {
    height: 409px;
  }
}
@media (max-width: 767px) {
  .video iframe {
    height: 350px;
  }
}
.video__img {
  width: 100vw;
  height: auto;
}
@media (max-width: 1440px) {
  .video__img {
    position: absolute;
    height: 695px;
    display: block;
  }
}
@media (max-width: 767px) {
  .video__img {
    position: absolute;
    height: 395px;
    display: block;
  }
}
.video__wrapper {
  position: absolute;
  top: 40%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .video__wrapper {
    top: 35%;
  }
}
.video__logo {
  margin-right: 153px;
  margin-bottom: 11px;
  display: block;
}
@media (max-width: 1920px) {
  .video__logo {
    margin-right: 100px;
  }
}
@media (max-width: 1440px) {
  .video__logo {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .video__logo {
    width: 155px;
    margin-right: auto;
    margin-left: 33px;
  }
}
.video__text {
  color: #B3C5D5;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .video__text {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .video__text {
    font-size: 16px;
  }
}
.video__time {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: normal;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1920px) {
  .video__time {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .video__time {
    font-size: 48px;
    margin-top: 10px;
  }
}
.video__time .time__minute {
  color: #B3C5D5;
  display: block;
}
@media (max-width: 767px) {
  .video__time .time__minute {
    width: 61px;
  }
}
.video__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  color: #B3C5D5;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1920px) {
  .video__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
  }
}
@media (max-width: 1440px) {
  .video__info {
    gap: 5px;
  }
}
@media (max-width: 1023px) {
  .video__info {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .video__info {
    gap: 20px;
  }
}
.video__info div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
@media (max-width: 1440px) {
  .video__info div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
  }
}
@media (max-width: 1023px) {
  .video__info div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

.questions {
  display: none !important;
  padding: 68px 0 80px 0;
  background-color: #FFF1E5;
}
@media (max-width: 1023px) {
  .questions {
    padding: 24px 0 60px 0;
  }
}
.questions__title {
  color: #000324;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1023px) {
  .questions__title {
    font-size: 20px;
  }
}
.questions__text {
  color: #000324;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .questions__text {
    font-size: 12px;
  }
}
.questions__list {
  margin-top: 63px;
  display: -ms-grid;
  display: grid;
  gap: 64px;
  padding-left: 53px;
  /* плавная анимация высоты */
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  overflow: hidden; /* при свёрнутом состоянии без скролла */
  max-height: none; /* выставит JS */
}
@media (max-width: 1023px) {
  .questions__list {
    margin-top: 22px;
    gap: 20px;
    padding-left: 0;
  }
}
.questions__list.no-anim {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.questions__list.is-expanded {
  scrollbar-width: thin;
  scrollbar-color: #C77C5B #F9EDE4;
  overflow-y: scroll;
}
.questions__list.is-expanded::-webkit-scrollbar {
  width: 8px;
}
.questions__list.is-expanded::-webkit-scrollbar-track {
  background: #F9EDE4;
}
.questions__list.is-expanded::-webkit-scrollbar-thumb {
  background: #C77C5B;
  border-radius: 8px;
}
.questions__list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 47px;
}
@media (max-width: 1023px) {
  .questions__list .list__item {
    gap: 20px;
  }
}
.questions__list .list__item .item__text {
  color: #000324;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1023px) {
  .questions__list .list__item .item__text {
    font-size: 15px;
  }
}
.questions__list .list__item .item__text span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.questions__list .list__item .item__bar {
  margin-top: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 86px);
  flex: 0 0 calc(100% - 86px);
}
@media (max-width: 1023px) {
  .questions__list .list__item .item__bar {
    margin-top: 14px;
  }
}
.questions__list .list__item .item__bar .bar__fill {
  background: -webkit-gradient(linear, left top, right top, from(#C77C5B), color-stop(20.67%, #D0A177), color-stop(43.75%, #E0BC9E), color-stop(61.06%, #F2E2D5), color-stop(80.29%, #D0A177), to(#C77C5B));
  background: -o-linear-gradient(left, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
  background: linear-gradient(90deg, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
}
.questions__list .list__item .item__percent {
  color: #C77C5B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 29px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='21' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M3.66667 21V18.3334H1.66667C1.2985 18.3334 1 18.0349 1 17.6667V5.66685H3.66667' stroke='%23D3875F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M9.00004 10.333V0.999785H6.33337V10.333' stroke='%23D3875F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M8.33337 17V13.6668C8.33337 13.2986 8.63187 13.0001 9.00004 13.0001H11.6667V9.00014H14.3334V13.0001V17.6667C14.3334 18.0349 14.0349 18.3334 13.6667 18.3334H11V21' stroke='%23D3875F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M9 2.33339H11.6667V7' stroke='%23D3875F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M11.6667 10.333H5.00002H3.66669V2.99976H6.33336' stroke='%23D3875F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
  margin-top: 22px;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .questions__list .list__item .item__percent {
    margin-top: 14px;
    font-size: 15px;
  }
}
.questions__list .list__item .item__check {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  border: 2px solid #d27a52;
  border-radius: 50%;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  outline: none;
  margin: 10px 0 0 0;
}
.questions__list .list__item .item__check::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.questions__list .list__item .item__check:checked::after {
  background: #d27a52;
}
.questions__list .list__item .item__check:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
  box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
}
.questions__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #D3875F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin: 47px auto 0 auto;
}
@media (max-width: 1023px) {
  .questions__more {
    font-size: 16px;
    margin-top: 26px;
  }
}
.questions__more svg {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (max-width: 1023px) {
  .questions__more svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
.questions__more.is-active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.questions__more span {
  border-bottom: 2px dashed #D3875F;
}
.questions__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 63px auto 0 auto;
}
@media (max-width: 1023px) {
  .questions__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 25px;
    margin-top: 36px;
  }
}
.questions__btns .btns__vote, .questions__btns .btns__modal {
  border-radius: 16px;
  background: #000324;
  padding: 29px 55px 32px;
  color: #FFF;
  border: 1px solid #000324;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1023px) {
  .questions__btns .btns__vote, .questions__btns .btns__modal {
    font-size: 15px;
    width: 100%;
    padding: 20px;
  }
}
.questions__btns .btns__modal {
  background-color: transparent;
  color: #000324;
  padding: 29px 41px 32px;
}
@media (max-width: 1023px) {
  .questions__btns .btns__modal {
    padding: 20px;
  }
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  /* Капча */
  /* крестик/закрытие (если нужен) */
}
.popup.is-open {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.popup__wrapper {
  width: 454px;
  border-radius: 16px;
  background: #0e1f2e;
  padding: 52px 16px 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
@media (max-width: 1023px) {
  .popup__wrapper {
    width: 94vw;
  }
}
.popup__form {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.popup__label {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .popup__label {
    font-size: 18px;
  }
}
.popup__area {
  width: 100%;
  min-height: 152px;
  resize: vertical;
  border-radius: 14px;
  border: 1px solid #708FAA;
  background: rgba(179, 197, 213, 0.1);
  color: #fff;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.45;
  outline: none;
  margin-top: 35px;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.popup__area::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup__area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup__area:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup__area::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup__area::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup__area:hover {
  border-color: rgba(255, 255, 255, 0.28);
}
.popup__area:focus {
  border-color: #d27a52;
  -webkit-box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
  box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1023px) {
  .popup__area {
    min-height: 120px;
    font-size: 15px;
  }
}
.popup .captcha {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 12px;
}
@media (max-width: 1023px) {
  .popup .captcha {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.popup .captcha #captcha-question {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .popup .captcha #captcha-question {
    font-size: 15px;
  }
}
.popup .captcha #captcha-answer {
  width: 180px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 12px;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.popup .captcha #captcha-answer::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup .captcha #captcha-answer::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup .captcha #captcha-answer:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup .captcha #captcha-answer::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup .captcha #captcha-answer::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.popup .captcha #captcha-answer:focus {
  border-color: #d27a52;
  -webkit-box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
  box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
}
@media (max-width: 1023px) {
  .popup .captcha #captcha-answer {
    width: 100%;
  }
}
.popup .captcha #captcha-refresh {
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #d27a52;
  background: transparent;
  color: #d27a52;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.popup .captcha #captcha-refresh:hover {
  background: rgba(210, 122, 82, 0.12);
}
.popup .captcha #captcha-refresh:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.popup .muted {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.popup button[type=submit] {
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  background: #D3875F;
  color: #000324;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.06s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.06s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  -o-transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.06s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-box-shadow: 0 10px 24px rgba(255, 154, 62, 0.35);
  box-shadow: 0 10px 24px rgba(255, 154, 62, 0.35);
  margin: 32px auto 0 auto;
}
.popup button[type=submit]:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.popup button[type=submit]:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 6px 16px rgba(255, 154, 62, 0.35);
  box-shadow: 0 6px 16px rgba(255, 154, 62, 0.35);
}
@media (max-width: 1023px) {
  .popup button[type=submit] {
    font-size: 15px;
    padding: 13px 33px 13px;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.popup__close svg {
  width: 20px;
  height: 20px;
}
.popup__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* helper: скрыть при успехе/ошибке можно классами */
.is-hidden {
  display: none !important;
}

.articles {
  background: #FFF1E5;
  padding: 80px 0;
}
.articles__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 55px;
}
@media (max-width: 1023px) {
  .articles__wrapper {
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .articles__item {
    padding: 22px 0;
    border-top: 1px dashed #D3875F;
    border-bottom: 1px dashed #D3875F;
  }
}
.articles__item.active .item__question {
  color: #D3875F;
}
.articles__item.active .item__question:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.articles__item.active .item__answer {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.articles__item .item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  color: #000324;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .articles__item .item__question {
    gap: 11px;
    font-size: 15px;
    margin-bottom: 0;
  }
}
.articles__item .item__question:before {
  content: "";
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M21.3077 36L37 20L21.3077 4M34.8205 20L3 20' stroke='%23D3875F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
@media (max-width: 1023px) {
  .articles__item .item__question:before {
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px;
  }
}
.articles__item .item__question:focus-visible {
  outline: 2px solid #D3875F;
  outline-offset: 4px;
  border-radius: 8px;
}
.articles__item .item__answer {
  color: #000324;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
  height: 0; /* управляем высотой из JS */
  opacity: 0;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: height, opacity, transform;
}
@media (max-width: 1023px) {
  .articles__item .item__answer {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .articles__item .item__answer,
  .articles__item .item__question:before {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.moderators, .speakers {
  padding: 163px 0 60px;
  background: #000324;
}
@media (max-width: 1023px) {
  .moderators, .speakers {
    padding: 34px 0 49px;
  }
}
.moderators__title, .speakers__title {
  color: #FFF1E5;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-bottom: 2px solid #FFF1E5;
  padding-bottom: 9px;
  margin: 0;
}
@media (max-width: 1023px) {
  .moderators__title, .speakers__title {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.moderators__wrapper, .speakers__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 343px 343px;
  grid-template-columns: 343px 343px;
  gap: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 49px;
}
@media (max-width: 1023px) {
  .moderators__wrapper, .speakers__wrapper {
    gap: 46px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.moderators__item, .speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .moderators__item, .speakers__item {
    font-size: 12px;
  }
}
.moderators__item:nth-child(even), .speakers__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.moderators__item .item__info, .speakers__item .item__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
}
@media (max-width: 767px) {
  .moderators__item .item__info, .speakers__item .item__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 145px);
    flex: 0 0 calc(100% - 145px);
  }
}
.moderators__item .item__name, .speakers__item .item__name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .moderators__item .item__name, .speakers__item .item__name {
    font-size: 18px;
  }
}
.moderators__item .item__img, .speakers__item .item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 116px;
  flex: 0 0 116px;
  width: 116px;
  display: block;
}

.speakers {
  padding-top: 0;
}

.speakers__title {
  color: #D0A177;
  border-bottom: 2px solid #E0BC9E;
}

.speakers__item .item__name {
  color: #D0A177;
}

.footer {
  background: #000324;
  height: 300px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000324;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 20;
}
@media (max-width: 1023px) {
  .cookies {
    font-size: 13px;
  }
}
.cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.cookies__btn {
  border-radius: 8px;
  background: #D3875F;
  padding: 15px 14px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}

.opros {
  padding: 80px 0;
  background: #FFF1E5;
}
@media (max-width: 1023px) {
  .opros {
    padding: 44px 0 71px;
  }
}
.opros__title {
  color: #000324;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1023px) {
  .opros__title {
    font-size: 20px;
  }
}
.opros__wrapper {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .opros__wrapper {
    margin-top: 24px;
  }
}
.opros__wrapper.is-hidden {
  display: none;
}
.opros__wrapper.wrapper-over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 180px 0;
}
@media (max-width: 1023px) {
  .opros__wrapper.wrapper-over {
    padding: 80px 0;
  }
}
.opros__wrapper.wrapper-over.is-hidden {
  display: none;
}
.opros__wrapper.wrapper-over .over__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  color: #C77C5B;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}
.opros__wrapper.wrapper-over .over__title {
  color: #D3875F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .opros__wrapper.wrapper-over .over__title {
    font-size: 15px;
  }
}
.opros__question {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
@media (max-width: 1023px) {
  .opros__question {
    gap: 31px;
  }
}
.opros__question .question__text {
  color: #000324;
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .opros__question .question__text {
    font-size: 15px;
  }
}
.opros__question .question__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .opros__question .question__item {
    gap: 17px;
  }
}
.opros__question .question__item.selected {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opros__question .question__item .item__text {
  color: #000324;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .opros__question .question__item .item__text {
    font-size: 15px;
  }
}
.opros__question .question__item .item__check {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  border: 2px solid #d27a52;
  border-radius: 50%;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  outline: none;
  margin: 10px 0 0 0;
}
@media (max-width: 1023px) {
  .opros__question .question__item .item__check {
    margin-top: 0;
  }
}
.opros__question .question__item .item__check::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.opros__question .question__item .item__check:checked::after {
  background: #d27a52;
}
.opros__question .question__item .item__check:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
  box-shadow: 0 0 0 3px rgba(210, 122, 82, 0.25);
}
.opros__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .opros__row {
    margin-top: 35px;
  }
}
.opros__bar {
  background-color: #fff;
  height: 20px;
}
@media (max-width: 1023px) {
  .opros__bar {
    gap: 10px;
  }
}
.opros__bar .bar__fill {
  background: -webkit-gradient(linear, left top, right top, from(#C77C5B), color-stop(20.67%, #D0A177), color-stop(43.75%, #E0BC9E), color-stop(61.06%, #F2E2D5), color-stop(80.29%, #D0A177), to(#C77C5B));
  background: -o-linear-gradient(left, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
  background: linear-gradient(90deg, #C77C5B 0%, #D0A177 20.67%, #E0BC9E 43.75%, #F2E2D5 61.06%, #D0A177 80.29%, #C77C5B 100%);
}
.opros__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #C77C5B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.opros__next {
  width: 304px;
  border-radius: 8px;
  background: #D3875F;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding: 17px;
  margin: 32px auto 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.opros__next.disabled {
  background-color: transparent;
  color: #D3875F;
  border: 1px solid #D3875F;
}
.opros__next.disabled:before {
  content: none;
}
.opros__next:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 15.7px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 16.875V12.375C5.29375 12.375 3.27859 13.9575 1 16.875C1 11.2861 2.85484 5.625 10.75 5.625V1.125L19 9L10.75 16.875Z' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.opros.offline {
  width: 100vw;
  height: 100vh;
}
.opros.offline .opros__title {
  text-align: center;
}
.opros.offline .opros__row {
  display: none !important;
}
.opros.offline .over__count {
  display: none;
}

.page__body {
  font-family: var(--font-family), Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--main-color);
}
/*# sourceMappingURL=main.css.map */