/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Name", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

* {
  font-family: "Kaspersky Sans Display";
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

body {
  background: #0f151c;
}

.container {
  max-width: 1232px;
  padding: 0 16px;
  margin: auto;
}

.h-fixed {
  margin-top: 67px;
}

.burger-btn {
  display: none;
}

.last-years {
  position: relative;
  background: #0f151c;
  padding: 7px 0;
  z-index: 2;
}

.last-years__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.last-years__wrapper span {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.last-year {
  padding: 0 16px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.last-year:last-child {
  border: none;
}

.last-year a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.last-year a:hover {
  color: #3de8ca;
}

.tablet,
.mobile {
  display: none;
}

.main {
  overflow: hidden;
  padding: 48px 0 195px;
  background-image: url("../img/2024/kv_update@2x.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: url("../img/KV.jpg") center/100% 100% no-repeat; */
}

.main.test {
  overflow: hidden;
  padding: 48px 0 195px;
  background-image: url("../img/kv_update_v004-1-edit 2@2x-min.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: url("../img/KV.jpg") center/100% 100% no-repeat; */
}
.main.broadcast {
  overflow: hidden;
  padding: 48px 0 195px;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: url("../img/KV.jpg") center/100% 100% no-repeat; */
}

.main-wrapper {
  position: relative;
}

.main-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 1668px;
  height: 1438px;
  left: -470px;
  top: -630px;
  background: url("../img/Ktextures.png") left center/contain no-repeat;
  z-index: 1;
}

.main.test .main-wrapper::after {
  content: none;
}

.main.broadcast .main-wrapper::after {
  content: none;
}

.main-content {
  position: relative;
  max-width: 723px;
  z-index: 2;
}

.main-content__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 32px;
}

.main-content__info > span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  border-radius: 24px;
  color: #1d1d1b;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(236, 239, 243, 0.7) 100%
  );
}

.main-content__info .loc {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.12em;
  padding-left: 29px;
  text-transform: uppercase;
  color: #fff;
  background: url("../img/location.svg") left center/24px 100% no-repeat;
}

.main-content__preview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 32.47px;
}

.main-content__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  max-width: 541px;
}

.main-content__descr {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  margin-bottom: 24px;
}

.main-content__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.main-content__btns .register {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0px 8px 32px 0px rgba(35, 209, 174, 0.4);
  background: #00a88e;
  border: 2px solid #00a88e;
  padding: 16px 24px;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s;
}

.main-content__btns .register:hover {
  background: #29ccb1;
  border: 2px solid #29ccb1;
}

.main-content__btns .conference-map {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: 2px solid #29ccb1;
  background: transparent;
  padding: 16px 24px;
  border-radius: 8px;
  color: #29ccb1;
  transition: all 0.3s;
}

.main-content__btns .conference-map:hover {
  background: #29ccb1;
  color: #fff;
}
.main-bottom__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 80px;
  padding-top: 24px;
}
.main-bottom__text {
  max-width: 430px;

  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;

  color: #fff;
}

.main-bottom__text.en {
  padding-top: 24px;
  max-width: 830px;
}

.main-bottom__text span {
  color: #29ccb1;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}

.main-bottom__text p {
  margin-bottom: 15px;
}

.main-bottom__text p:last-child {
  margin-bottom: 0;
}

.main-bottom__text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  padding-left: 24.5px;
  margin-bottom: 24px;
}
.main-bottom__text ul li {
  position: relative;
  max-width: 776px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  list-style-type: none;
}
.main-bottom__text ul li span {
  display: block;
  margin-bottom: 2px;
  color: #29ccb1;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.main-bottom__text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -24px;
  background-color: #3de8ca;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.main-bottom__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 650px;
}

.main-bottom__list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #cfd3d3;
}

.main-bottom__list span {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;

  color: #29ccb1;
}

.main-bottom__list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;

  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.main-bottom__list li {
  position: relative;
  max-width: 776px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #cfd3d3;
  list-style-type: none;
}
.main-bottom__list li span {
  display: block;
  margin-bottom: 2px;
  color: #29ccb1;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.main-bottom__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -24px;
  background-color: #3de8ca;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.main-test {
  margin-bottom: 64px;
}

.main-test__container {
  padding: 40px;
  max-width: 640px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(8, 94, 84, 1) 0%,
    rgba(15, 21, 28, 1) 100%
  );
}

.main-test__container h1 {
  margin-bottom: 18px;

  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.start-screen {
  display: none;
}

.start-screen p {
  margin-bottom: 32px;

  font-weight: 500;
  font-size: 24px;
  line-height: 1.125;
  color: #fff;
}
.test .visible {
  display: block;
}

.start-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;

  border-radius: 8px;
  padding: 16px 24px;
  width: 130px;
  height: 48px;

  background: #00a88e;

  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.question-screen {
  display: none;
}

.question-screen h2 {
  margin-bottom: 16px;

  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #fff;
}

.question-number {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #fff;
}
.question-total {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.2);
}
.question-text {
  margin-bottom: 24px;

  font-weight: 400;
  font-size: 18px;
  line-height: 1.16667;
  color: rgba(255, 255, 255, 0.8);
}
.answer-options {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.answer-options input[type="text"] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;

  border: 2px solid #29ccb1;
  background-color: transparent;
  border-radius: 8px;
  padding: 16px 12px;
  width: 100%;
  height: 48px;

  color: #fff;
}
.answer-options label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;

  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  color: rgba(255, 255, 255, 0.8);
}
/* для элемента label, связанного с .custom-checkbox */
.answer-options label span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.answer-options label span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.answer-options label .checkbox::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.answer-options input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* стили при наведении курсора на checkbox */
.answer-options
  label
  > input:not(:disabled):not(:checked)
  + span:hover::before {
  border-color: #b3ffdd;
}

/* стили для активного чекбокса (при нажатии на него) */
.answer-options label > input:not(:disabled):active + span::before {
  /* background-color: #b3ffdc; */
  border-color: #b3ffd4;
}

/* стили для чекбокса, находящегося в фокусе */
/* .answer-options label>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 119, 0.25);
} */

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.answer-options label > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.answer-options label > input:checked + span::before {
  border-color: #3de8ca;
  /* background-color: #0b76ef; */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiMzREU4Q0EiLz4KPC9zdmc+Cg==");
}
.answer-options label > input:checked + .checkbox::before {
  border-color: #3de8ca;
  /* background-color: #0b76ef; */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMiIgZmlsbD0iIzNERThDQSIvPgo8L3N2Zz4K");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.answer-options label > input:disabled + span::before {
  background-color: #e9efed;
}

.submit-answer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;

  border-radius: 8px;
  padding: 16px 24px;
  width: 130px;
  height: 48px;

  background: #00a88e;

  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.submit-answer-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.result-screen {
  display: none;
}
.result-screen__block {
  display: flex;
  justify-content: space-between;
}
.result-text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.125;
  color: #fff;
}
.timer {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.125;
  color: #fff;
}
.stars {
}
.main-partners {
  /* margin-bottom: 64px; */
}
.main-partners h2 {
  margin-bottom: 16px;

  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #fff;
}
.main-partners .partners__block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 18px;
}

.program {
  padding: 80px 0 0;
  background: linear-gradient(
      180deg,
      rgba(45, 82, 87, 0) 25.51%,
      rgba(45, 82, 87, 0.6) 105.58%
    ),
    linear-gradient(
      180deg,
      rgba(55, 255, 207, 0) 0%,
      rgba(55, 255, 207, 0.1) 100%
    );
}

.program .section-title {
  margin-bottom: 0;
}

.program-load {
  text-align: center;
}

.program-load img {
  margin-bottom: -30px;
}

.section-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.speakers {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.speakers .section-title {
  margin-bottom: 64px;
}
.speakers-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speakers-container {
  display: flex;
  justify-content: center;
}

.speakers-container.swiper-wrapper {
  justify-content: flex-start;
}

.speakers::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: -30%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/speakers-ef.svg") bottom/100% 100% no-repeat;
}

.speakers-slider {
  margin: 0 102px;
}

.speakers-slider-arrow-prev,
.speakers-slider-arrow-next {
  position: absolute;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}

.speakers-slider-arrow-prev {
  left: 0;
}

.speakers-slider-arrow-next {
  right: 0;
}

.speakers-slide {
  position: relative;
  z-index: 1;
}

.speakers-slide__img {
  margin-bottom: 19px;
}

.speakers-slide__img img {
  border-radius: 19px;
  width: 100%;
  max-width: 180px;
}

.speakers-slide__name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  text-align: center;
  max-width: 180px;
}

.speakers-slide__pos {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  max-width: 180px;
}

.speakers-pag {
  margin-top: 48px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.32);
  transition: all 0.3s;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 70px;
  background: #29ccb1 !important;
  border-radius: 5px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

#phone_1_field {
  font-size: 23px;
  height: 59px;
}

.success-form__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  color: white;
  margin-bottom: 24px;
}

.success-form__descr {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.registration {
  min-height: 850px;
  padding: 64px 0 52px;
  /* background: #152024 url("../img/KV1.jpg") left center/80% 90% no-repeat; */
  background-color: #152024;
  background-image: url("../img/2024/form_offline.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.registration-head {
  display: flex;
  justify-content: space-between;
}
.registration-form {
  padding: 48px 40px;
  border-radius: 16px;
  max-width: 641px;
  margin-left: auto;
  background: linear-gradient(361deg, #00a88e -15%, rgba(0, 168, 142, 0) 100%),
    linear-gradient(180deg, #0f151c 100%, #0f151c 100%);
}

.registration-form .section-title {
  text-align: left;
  margin-bottom: 16px;
}

.registration-form #submit {
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}

.registration-form #submit:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  cursor: no-drop;
}

.form-descr {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.form-descr span {
  color: red;
}

.form-fields {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.form-field {
  position: relative;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
}

.form-field.switch {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}

.form-field.switch p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  text-align: right;
  color: #fff;
}

.form-field:last-child {
  margin-bottom: 0;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border: 1px solid #29ccb1;
}

.form-field input,
.form-field #country {
  position: relative;
  padding: 16px 12px;
  color: #fff;
  border: 1px solid white;
  border-radius: 8px;
  background: transparent;
  z-index: 1;
  width: 100%;
}

.form-field input::-moz-placeholder,
.form-field #country::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-field input:-ms-input-placeholder,
.form-field #country:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-field input::placeholder,
.form-field #country::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-field input.mask,
.form-field #country.mask {
  padding-left: 49px;
}

.form-field input.no-correct,
.form-field input.phone-error {
  border: 1px solid #ff3355;
}

.form-field label,
.form-field #country-select {
  position: absolute;
  left: 12px;
  top: 16px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 0;
  background: transparent;
}

.form-field label span,
.form-field #country-select span {
  color: red;
}

.form-field #country-select {
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: transparent url("../img/select.svg") 100% center no-repeat;
  cursor: pointer;
  width: 34px;
}

.form-field #status-select {
  position: relative;
  padding: 16px 12px;
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid white;
  border-radius: 8px;
  background: transparent;
  z-index: 1;
  width: 100%;
  z-index: 0;
  background: transparent;
}

.form-field #status-select span {
  color: red;
}

.form-field #status-select {
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: transparent url("../img/select.svg") 98% center no-repeat;
  cursor: pointer;
}

.form-field #status-select option:disabled {
  color: red;
}

.form-field select {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.form-field select option {
  color: #000;
}

#email-error,
#error {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ff7d92;
  margin-top: 2px;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type="checkbox"]:checked {
  border-color: #00a88e;
  background: url("../img/checked.svg") center no-repeat;
}

.field-policy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.field-policy input {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  border-color: #fff;
  padding: 0;
  border-radius: 4px;
}

.field-policy span {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  max-width: 525px;
  color: #fff;
}

.field-policy span a {
  color: #3de8ca;
  text-decoration: underline;
  font-weight: 600;
}

.bottom {
  padding: 64px 0;
}

.bottom-wrapper {
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 94px;
  column-gap: 94px;
  border-radius: 16px;
  background: linear-gradient(
      269.4deg,
      rgba(45, 82, 87, 0) 7.94%,
      rgba(45, 82, 87, 0.6) 99.48%
    ),
    linear-gradient(
      268.41deg,
      rgba(55, 255, 207, 0) 12.4%,
      rgba(55, 255, 207, 0.1) 100%
    );
}

.bottom-left,
.bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.bottom-left span {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
.bottom-left img {
  width: 150px;
  height: auto;
}

.bottom-right span {
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #fff;
}

.bottom-right span a {
  color: #3de8ca;
  text-decoration: underline;
}

.footer {
  background: #0f151c;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 0 25px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  margin-right: 23px;
}

.footer-soc {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .copyright a {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #3de8ca;
  text-decoration: underline;
}

.popup-map {
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.popup-map.show {
  display: flex;
}

.popup-map__wrapper {
  position: relative;
  padding: 16px 48px 59px 32px;
  width: 100%;
  max-width: 1200px;
  max-height: 850px;
  margin: 0 16px;
  border-radius: 16px;
  background: #21272f;
}

.popup-map__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 39px;
}

.popup-map__title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-right: 24px;
}

.popup-map__loc img {
  margin-right: 6px;
}

.popup-map__loc span {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

.popup-map__name {
  max-width: 224px;
  margin-left: auto;
  margin-right: 15px;
}

.popup-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.header {
  position: relative;
  background: #21272f;
  z-index: 99;
}

.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-logo {
  margin-right: 23.47px;
}

.header-logo img {
  max-width: 154px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* margin-right: 195px; */
}

.header-menu li {
  padding: 0 12px;
}

.header-menu li a {
  display: block;
  padding: 25px 0 23px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: white;
}

.header-menu li a.active {
  box-shadow: 0px -4px 0px -1px #29ccb1 inset;
  /* border-bottom: 3px solid #29ccb1; */
}

.header-menu__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-live__address {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: right;
}

.header-live__address > a:first-child {
  color: #fff;
  max-width: 326px;
}

.header-live__address .register {
  display: block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  background: #00a88e;
  color: #fff;
}

.header-live__address span {
  position: relative;
  color: #29ccb1;
}

.header-live__address span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #29ccb1;
  left: -12px;
  top: 3px;
  border-radius: 50%;
}

.header-union {
  position: relative;
}

.header-union a {
  padding: 24px 22px 20px;
  display: block;
}

.header-union a img {
  min-width: 20px;
}

.header-union.active {
  position: relative;
}

.header-union.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  width: 24px;
  height: 3px;
  background: #29ccb1;
}

.header-union .language {
  position: absolute;
  right: 0;
  top: 68px;
  display: none;
  border-radius: 8px;
  border: 1px solid rgba(41, 77, 117, 0.09);
  width: 220px;
  background: #21272f;
}

.header-union .language.show {
  display: block;
}

.header-union .language a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-union .language a:last-child {
  border-bottom: none;
}

.header-union .language a.lang-active {
  background: url("../img/language.svg") 92% center no-repeat;
  transition: all 0s;
}

.program-wrapper {
  position: relative;
  min-height: auto;
}
.program-load {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax {
  height: 410px;
  width: 600px;
  margin-bottom: -46px;

  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 371px;
}

.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
}

.parallax__layer__0 {
  transform: translate(0px, -100px);
}

.parallax__layer__1 {
  transform: translate(0px, -300px);
}

.parallax__layer__2 {
  transform: translate(0px, -200px);
}

.parallax__layer__3 {
  transform: translate(0px, -350px);
}

.parallax__layer__4 {
  transform: translate(0px, -350px);
}

.parallax__layer__5 {
  transform: translate(0px, -300px);
}

.parallax__layer__6 {
  transform: translate(0px, -250px);
}

.parallax__layer__0 img {
  width: 362px;
  height: 362px;

  left: 138px;
}

.parallax__layer__1 img {
  width: 216px;
  height: 216px;

  left: -27px;
  bottom: 13px;
}
.parallax__layer__2 img {
  width: 280px;
  height: 182px;

  left: 55px;
  bottom: 13px;
}
.parallax__layer__3 img {
  width: 125px;
  height: 125px;

  right: 110px;
  bottom: auto;
  top: 80px;
}
.parallax__layer__4 img {
  width: 98px;
  height: 98px;
  bottom: auto;
  top: 132px;
  left: 147px;
}
.parallax__layer__5 img {
  width: 36px;
  height: 36px;

  bottom: auto;
  top: 165px;
  left: 180px;
}
.parallax__layer__6 img {
  width: 164px;
  height: 164px;

  right: 28px;
  bottom: -9px;
}

@media (max-width: 1023px) {
  .program-wrapper {
    position: relative;
    min-height: auto;
  }
  .program-load {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax {
    height: 350px;
    width: 560px;

    overflow-x: hidden;
    overflow-y: auto;
    position: relative;

    margin-bottom: -36px;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 317px;
  }

  .program-load img {
    margin-bottom: 0 !important;
  }
  .parallax__layer__0 img {
    width: 309px;
    height: 309px;

    left: 148px;
    bottom: -23px;
  }

  .parallax__layer__1 img {
    width: 184px;
    height: 184px;

    left: 6px;
    bottom: -11px;
  }
  .parallax__layer__2 img {
    width: 240px;
    height: 156px;

    left: 77px;
    bottom: -11px;
  }
  .parallax__layer__3 img {
    width: 107px;
    height: 107px;
    right: auto;
    left: 340px;
    bottom: 144px;
    top: auto;
  }
  .parallax__layer__4 img {
    width: 84px;
    height: 84px;
    bottom: 122px;
    top: auto;
    left: 156px;
  }
  .parallax__layer__5 img {
    width: 29px;
    height: 29px;

    bottom: 149px;
    top: auto;
    left: 184px;
  }
  .parallax__layer__6 img {
    width: 140px;
    height: 140px;
    right: auto;
    left: 377px;
    bottom: -30px;
  }
}

@media (max-width: 639px) {
  .program-wrapper {
    position: relative;
    min-height: auto;
  }
  .program-load {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax {
    height: 250px;
    width: 343px;

    overflow-x: hidden;
    overflow-y: auto;
    position: relative;

    margin-bottom: -36px;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 206px;
  }

  .program-load img {
    margin-bottom: 0 !important;
  }
  .parallax__layer__0 img {
    width: 201px;
    height: 201px;

    left: 84px;
    bottom: -25px;
  }

  .parallax__layer__1 img {
    width: 120px;
    height: 120px;

    left: -7px;
    bottom: -18px;
  }
  .parallax__layer__2 img {
    width: 156px;
    height: 101px;

    left: 39px;
    bottom: -18px;
  }
  .parallax__layer__3 img {
    width: 70px;
    height: 70px;
    right: auto;
    left: 210px;
    bottom: 84px;
    top: auto;
  }
  .parallax__layer__4 img {
    width: 54px;
    height: 54px;
    bottom: 70px;
    top: auto;
    left: 90px;
  }
  .parallax__layer__5 img {
    width: 18.5px;
    height: 18.5px;

    bottom: 87px;
    top: auto;
    left: 108px;
  }
  .parallax__layer__6 img {
    width: 91px;
    height: 91px;
    right: auto;
    left: 235px;
    bottom: -30px;
  }
}

/* 
.program-wrapper {
  position: relative;
  min-height: auto;
}
.program-load {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax {
  perspective: 100px;
  min-height: 100vh;
  height: 742px;
  width: 600px;
  
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 371px;
}

.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
}

.parallax__cover {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 371px;
  z-index: 2;
}

.parallax__layer__0 {
  transform: translateZ(-300px) scale(4);
}

.parallax__layer__1 {
  transform: translateZ(-250px) scale(3.5);
}

.parallax__layer__2 {
  transform: translateZ(-200px) scale(3);
}

.parallax__layer__3 {
  transform: translateZ(-150px) scale(2.5);
}

.parallax__layer__4 {
  transform: translateZ(-100px) scale(2);
}

.parallax__layer__5 {
  transform: translateZ(-50px) scale(1.5);
}

.parallax__layer__6 {
  transform: translateZ(0px) scale(1);
}

.parallax__layer__0 img {
  width: 362px;
  height: 362px;

  left: 138px;
}

.parallax__layer__1 img {
  width: 216px;
  height: 216px;

  left: -27px;
  bottom: 13px;
}
.parallax__layer__2 img {
  width: 280px;
  height: 182px;

  left: 55px;
  bottom: 13px;
}
.parallax__layer__3 img {
  width: 125px;
  height: 125px;

  right: 110px;
  bottom: auto;
  top: 80px;
}
.parallax__layer__4 img {
  width: 98px;
  height: 98px;
  bottom: auto;
  top: 132px;
  left: 147px;
}
.parallax__layer__5 img {
  width: 36px;
  height: 36px;

  bottom: auto;
  top: 165px;
  left: 180px;
}
.parallax__layer__6 img {
  width: 164px;
  height: 164px;

  right: 28px;
  bottom: -9px;
} */

.checkbox-ios {
  pointer-events: none;
  position: relative !important;
  display: inline-block !important;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  top: auto !important;
  left: auto !important;
  margin: 0;
}
.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 24px;
  /* border: 4px solid rgba(255, 255, 255, 0.32); */
  border-radius: 25%/50%;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.32);
  /* background: #eee; */
  transition: 0.2s;
}
.checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
  transition: 0.15s;
}
.checkbox-ios input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 0;
}
.checkbox-ios
  input[type="checkbox"]:not(:disabled):active
  + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.checkbox-ios input[type="checkbox"]:checked + .checkbox-ios-switch {
  background: #00a88e;
}
.checkbox-ios input[type="checkbox"]:checked + .checkbox-ios-switch:before {
  transform: translateX(20px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}

/* Disabled */
.checkbox-ios input[type="checkbox"]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}
.checkbox-ios input[type="checkbox"]:disabled + .checkbox-ios-switch:before {
  background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

._programm {
  overflow: hidden;
  padding: 80px 0 0;
  background: linear-gradient(
      180deg,
      rgba(45, 82, 87, 0) 25.51%,
      rgba(45, 82, 87, 0.6) 105.58%
    ),
    linear-gradient(
      180deg,
      rgba(55, 255, 207, 0) 0%,
      rgba(55, 255, 207, 0.1) 100%
    );
  background-size: 100% 300px;
  background-position: bottom;
  background-repeat: no-repeat;
}
._live .programm {
  margin-bottom: 36px;
}
._programm._dark {
  padding: 96px 0 80px;
}
._programm .section__title {
  text-align: center;
  margin-bottom: 8px;
}
._programm .section__title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #fff;

  margin-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.programm.swiper-slide {
  opacity: 0 !important;
  z-index: -10;
}
.programm.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.programm-download {
  width: fit-content;
  /* margin: 0 auto 32px; */
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.programm-download span {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.14286;
  text-align: center;
  color: #3de8ca;
}
.programm-download.desktop {
  display: flex;
}
.programm-download.mobile {
  display: none;
}
.programm__thumbs {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.programm__thumbs .swiper-button-next {
  /* left: 760px; */
  left: 63%;
  right: auto;
  width: 400px;
  justify-content: flex-start;
}
.programm__thumbs .swiper-button-prev {
  /* right: 760px; */
  right: 63%;
  left: auto;
  width: 400px;
  justify-content: flex-end;
}
.programm__thumbs .swiper-button-next:after {
  content: "";
  font-family: "Kaspersky Sans Display";
  width: 27px;
  height: 20px;
  background-image: url("../img/2024/icon-arr-swiper.svg");
}
.programm__thumbs .swiper-button-prev:after {
  content: "";
  font-family: "Kaspersky Sans Display";
  width: 27px;
  height: 20px;
  transform: rotate(180deg);
  background-image: url("../img/2024/icon-arr-swiper.svg");
}
.programm__thumb {
  /* max-width: 393px; */

  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #ffffff33;
  cursor: pointer;

  white-space: nowrap;
}
.programm__thumbs.en .programm__thumb {
  font-size: 40px;
}
.programm__thumb.swiper-slide-thumb-active {
  color: #fff;
}
.programm__section {
  width: 100%;
  margin: 0 auto;
}
.programm__menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.programm__menu-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 32px;
}
._live .programm__menu {
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
._live .programm__menu-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 32px;
}
.programm__menu-back {
  display: flex;
  align-items: center;
  gap: 4px;
}
.programm__menu-back svg {
}
.programm__menu-back span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.programm__menu-link {
  height: 64px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  /* padding: 0 16px; */
  border-bottom: 3px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.14286;
  color: #fff;
  text-align: center;
}
.programm__menu-link._active {
  border-bottom-color: #23d1ae;
}
.programm__menu-link svg path {
  fill: #ffffff;
}
.programm__menu-link._active svg path {
  fill: #3de8ca;
}
.programm__tab {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
._live .programm__tab .section__player {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
._live .programm__tab .section__player video {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 670px;
}
._live .programm__tab .section__player iframe {
  border-radius: 16px;
  width: 1200px;
  height: 676px;
  min-width: 100%;
  max-width: 1200px;
  max-height: 676px;
}
._live .programm__tab .section__player .now iframe {
  border-radius: 16px 16px 0 0;
}
._live .programm__tab .section__player video:hover + .play-button {
  display: flex;
  opacity: 1;
  visibility: visible;
}
._live .programm__tab .section__player {
  width: 100%;
  height: auto;
}
._live .play-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: visible;
  opacity: 1;
}
._live .play-button .play-icon {
  display: flex;
}
._live .play-button .pause-icon {
  display: none;
}
._live .play-button .play-icon.hidden {
  display: none;
}
._live .play-button .pause-icon.show {
  display: flex;
}
._live .play-button .hidden {
  opacity: 0;
  visibility: hidden;
}
.programm__tab._active {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: visible;
}
.programm__loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.programm__list .programm__item {
  display: flex;
  padding: 32px 0px;
  margin: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: 0.3s;
}
._live .programm__list .programm__item {
  display: none;
  padding: 40px;
  margin: 0;
  border-radius: 0 0 16px 16px;
  border-bottom: none;
  position: relative;
  background: linear-gradient(
    16deg,
    rgba(7, 125, 107, 1) 0%,
    rgba(13, 46, 48, 1) 75%
  );
  transition: 0.3s;
}

.card._video .card__image:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/icon_play-video.svg) no-repeat center center;
  position: absolute;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

.programm__list .programm__item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  right: 0px;
  bottom: -2px;
  height: calc(100% + 2px);
  width: calc(100% + 64px);
  /* background: linear-gradient(
    90deg,
    rgba(230, 237, 250, 0.5) 0%,
    rgba(230, 237, 250, 0) 100%
  ); */
  /* background: linear-gradient(221deg, rgba(55, 255, 207, 0.1) 0%, rgba(55, 255, 207, 0.1) 100%); */
  background: rgb(19, 44, 47);
  background: linear-gradient(
    90deg,
    rgba(19, 44, 47, 1) 0%,
    rgba(15, 21, 28, 0) 100%
  );
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
._live .programm__list .programm__item:hover::before {
  opacity: 0;
}
.programm__list .programm__item:hover::before {
  opacity: 1;
}

.programm__list .programm__item:last-child {
  margin-bottom: 0;
}

.programm__item-time {
  min-width: 134px;
  width: 134px;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.programm__item-time span:nth-child(1) {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #fff;
}
.programm__item-time span:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16667;
  color: rgba(255, 255, 255, 0.4);
}

.programm.en .programm__item-time {
  font-size: 20px;
  min-width: 203px;
}

.programm__list {
  padding-bottom: 28px;
}
.programm__list .programm__item-content {
  width: 100%;
}
.programm__item .programm__item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.programm__item .programm__item-header._single {
  align-items: center;
}
.programm__item-header img {
  margin-right: 24px;
  width: 64px;
}
.programm__item-headers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.programm__item-content .programm__title-main {
  max-width: 90%;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #fff;
}
.programm__item-content .programm__title-creative {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16667;
  color: rgba(255, 255, 255, 0.4);
}
.programm__item-content .programm__item-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16667;
  color: rgba(255, 255, 255, 0.6);
}
.programm__item-content .programm__item-description._list {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.programm__item-content .programm__item-description ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.16667;
  color: rgba(255, 255, 255, 0.8);
}
.programm__item-content .programm__item-description ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3de8ca;
}
.programm__item-container {
  padding-top: 24px;
}
.programm__item-container .programm__title-main {
  font-size: 28px;
}
.programm__item-container .programm__item-authors._multiple {
  margin: 16px 0 32px;
  width: 100%;
  row-gap: 16px;
}
.programm__item-authors {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-right: 103px;
}
.programm__item-authors._multiple {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  /* padding-right: 103px; */
  padding-right: 0;
  margin: 20px 0 0;
}
.programm__item-authors .mini-author {
  display: flex;
  align-items: center;
  width: 48%;
  max-width: 50%;
  margin-bottom: 0;
  /* padding: 0 16px; */
  margin-top: 0;
}

.programm__item-authors .mini-author__button {
  background-color: red;
}

.programm .mini-author__photo {
  border-radius: 50px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  overflow: hidden;
}
.programm .mini-author__photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.programm__item-authors .mini-author__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.programm__item-authors .mini-author__moderator {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  opacity: 1;
  font-weight: normal;
}

.programm__item-authors .mini-author__info-tag {
  color: #0000ff;
  opacity: 1;
}

.programm__item-authors .mini-author__common.no-photo {
  padding-left: 63px;
}
.programm .mini-author__common {
  padding-left: 15px;
}

.programm .mini-author__name {
  margin-bottom: 4px;

  font-weight: 600;
  font-size: 21px;
  line-height: 1.14286;
  color: #fff;
}

.programm__item-authors .mini-author__info {
  display: flex;
  flex-direction: column;
  gap: 4px;

  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  color: rgba(255, 255, 255, 0.4);
}

.programm__item-authors .mini-author__moderator {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  color: rgba(255, 255, 255, 0.4);
}

.programm__list .programm__item-content .item-sub {
  margin-top: 24px;
  margin-bottom: -12px;
}
.programm__list .programm__item-content .item-sub .item__description {
  font-size: 24px;
}
.programm__list .programm__item-content .item-sub .item__description span {
  display: block;
  font-size: 18px;
}
.programm__list .programm__item-content .item-sub .item__download {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #265951;
}
.programm__list .programm__item-content .item-sub .item__time {
  font-size: 22px;
  min-width: 164px;
}
.programm__list .item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  opacity: 1;
  margin-bottom: 3px;
}
.programm__list .item__title + .item__description {
  padding: 0;
  margin-bottom: -4px;
}
.programm__list .item__title span {
  color: #a5a5a4;
}
.programm__list .item__description {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.01em;
  padding: 12px 0;
}
.programm__list .item__download {
  position: relative;
  display: block;
  margin-top: 31px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding-left: 32px;
  color: #29ccb1;
}
.programm__list .item__download:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -1px;
  width: 24px;
  height: 24px;
  background: url("../img/pdf.svg") no-repeat center / cover;
}
.programm__list .item__video {
  position: relative;
  display: block;
  margin-top: 31px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding-left: 32px;
  color: #29ccb1;
}
.programm__list .item__video:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 18px;
  background: url("../img/video.svg") no-repeat center / cover;
}
.programm__list .item._disable .programm__item-content {
  border-left-color: #265951;
}
.programm._dark .programm__list .item {
  opacity: 0.4;
}
.programm._dark .programm__list .item._disable {
  opacity: 1;
}
.programm._dark .programm__list .item._disable .programm__item-content {
  border-left-color: #23d1ae;
}
.programm._dark .programm__list .item__download {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #265951;
}

.section._partners {
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 65px;
}
.section._partners .section__title {
  margin-bottom: 60px;
}
.section._partners .section__title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #fff;

  margin-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section._partners .partners {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.section._partners .partners__section {
  /* margin-bottom: 64px; */
}

.section._partners .partners__subtitle {
  margin-bottom: 16px;

  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.section._partners .partners__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 18px;
}
.partner__photo {
  display: flex;
  justify-content: center;
  max-width: 180px;
  height: fit-content;
  width: 100%;
}

/* @media screen and (min-width: 1024px) and (max-width: 1400px) {
  .programm__item-time {
    width: 7.153vw;
    min-width: 7.153vw;
    font-size: 1.389vw;
    line-height: 1.667vw;
  }

  .page._landing .programm .programm__item-content h5 {
    font-size: 1.944vw;
    line-height: 2.5vw;
  }

  .page._landing .programm .programm__item-content h5 {
    font-size: 1.944vw;
    line-height: 2.5vw;
  }
} */
@media (max-width: 1440px) {
  .main-bottom__text {
    max-width: 31vw;
    /* font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw; */
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 1.75vw;
    color: #fff;
  }
  .main-bottom__text span {
    /* font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw; */
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 1.75vw;
  }
  .main-bottom__text ul li {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }
  .main-bottom__text ul li span {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }
  .main-bottom__text ul {
    display: flex;
    flex-direction: column;
    gap: 1.11vw;
    max-width: 100%;
    padding-left: 2vw;
  }
  .main-bottom__text ul li::before {
    top: 0.49vw;
    left: -1.67vw;
    width: 0.56vw;
    height: 0.56vw;
  }
  .main-bottom__list {
    display: flex;
    flex-direction: column;
    gap: 1.11vw;
    max-width: 42vw;
  }

  .main-bottom__list ul {
    padding-left: 2vw;
    padding-top: 8px;
  }

  .main-bottom__list li {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }
  .main-bottom__list li span {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }

  .main-bottom__list li::before {
    top: 0.49vw;
    left: -1.67vw;
    width: 0.56vw;
    height: 0.56vw;
  }
  .main-bottom__list p {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }
  .main-bottom__list span {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }
  .programm__thumb {
    /* max-width: 290px; */

    font-size: 3.23vw;
    font-weight: 500;
    line-height: 4.23vw;
    text-align: center;
    color: #ffffff33;
    cursor: pointer;
  }
  ._live .programm__tab .section__player iframe {
    border-radius: 16px 16px 0 0;
    width: 81.75vw;
    height: 46.1vw;
    min-width: 100%;
    max-width: 1200px;
    max-height: 676px;
  }
}

@media (min-width: 640px) and (max-width: 993px) {
  .main-bottom__text {
    max-width: 100%;

    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #fff;
  }
  .main-bottom__text ul li {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__text ul li span {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__text ul {
    display: flex;
    flex-direction: column;
    gap: 2.2vw;
    max-width: 100%;
    padding-left: 4vw;
  }
  .main-bottom__text ul li::before {
    top: 1vw;
    left: -3.9vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .main-bottom__wrapper {
    gap: 32px 4.4vw;
  }
  .main-bottom__list {
    display: flex;
    flex-direction: column;
    gap: 2.2vw;
    max-width: 100%;
  }
  .main-bottom__list ul {
    padding-top: 0px;
    padding-left: 4vw;
  }
  .main-bottom__list li {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__list li span {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }

  .main-bottom__list li::before {
    top: 1vw;
    left: -3.9vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .main-bottom__list p {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__list span {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  ._live .programm__tab .section__player iframe {
    border-radius: 16px 16px 0 0;
    width: 87.7vw;
    height: 50.1vw;
    min-width: 100%;
    max-width: 1200px;
    max-height: 676px;
  }
}

@media (min-width: 640px) and (max-width: 1023.9px) {
  .programm .section__title {
    text-align: center;
    margin-bottom: 18px;
  }
  .programm .section__title h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    text-align: center;
    color: #fff;
  }

  .programm__menu-link {
    height: 54px;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.125;
    text-align: center;
    color: #fff;
  }
  .programm__menu-link svg {
    width: 24px;
    height: 24px;
  }
  .programm-download span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14286;
    color: #29ccb1;
  }
  .programm-download svg {
    width: 16px;
    height: 16px;
  }
  .programm__menu {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .programm__list .programm__item {
    padding: 20px 0px 18px;
  }
  ._live .programm__list .programm__item {
    padding: 32px;
  }
  .programm__list .programm__item::before {
    left: -24px;
    width: calc(100% + 48px);
  }
  .programm__item-time {
    min-width: 72px;
    width: 72px;
  }
  .programm__item-time span:nth-child(1) {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.14286;
    color: #fff;
  }
  .programm__item-time span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-authors {
    margin-top: 16px;
  }
  ._live .programm__item-authors {
    margin-top: 16px;
    gap: 16px;
  }
  .programm__item-authors {
    margin-top: 16px;
  }
  .programm__item-content .programm__title-creative {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-content .programm__title-main {
    max-width: 100%;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.14286;
    color: #fff;
    letter-spacing: -0.1px;
  }
  .programm__item-content .programm__item-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
  }
  .programm__item-authors._multiple {
    row-gap: 16px;
    padding-right: 10px;
    margin: 20px 0 0;
  }
  .programm__item-authors .mini-author {
    width: 100%;
    max-width: 100%;
  }
  .programm .mini-author__photo {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .programm .mini-author__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14286;
    color: #fff;
  }
  .programm__item-authors .mini-author__info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-header img {
    margin-right: 16px;
    width: 32px;
  }

  /* //partners */
  .section._partners {
    padding: 48px 0;
  }
  .section._partners .section__title {
    margin-bottom: 42px;
  }
  .section._partners .section__title h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;

    color: #fff;
  }
  .partner__photo {
    display: flex;
    justify-content: center;
    max-width: 174px;
    width: 100%;
  }

  .section._partners .partners {
    gap: 42px;
  }

  .programm__thumbs {
    width: 840px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .programm__thumb {
    max-width: 290px;

    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: #ffffff33;
    cursor: pointer;
    pointer-events: none;
  }

  .programm__thumbs.en .programm__thumb {
    font-size: 36px;
  }
  .programm__thumbs .swiper-button-prev {
    right: 66%;
    left: auto;
  }
  .programm__thumbs .swiper-button-next {
    left: 66%;
    right: auto;
  }
  .programm__item-authors .mini-author {
    align-items: flex-start;
  }
  .programm__item .programm__item-header._single {
    align-items: flex-start;
  }

  .main.test {
    padding: 0 0 195px;
    background-image: none;
  }
  .main.test .container {
    max-width: 100%;
    padding: 0;
  }

  .main-test {
    margin-bottom: 48px;
  }

  .main-test__container {
    padding: 40px;
    max-width: 640px;
    border-radius: 0;
    color: #fff;
    background: linear-gradient(
      0deg,
      rgba(8, 94, 84, 1) 0%,
      rgba(15, 21, 28, 1) 100%
    );
  }

  .main-test__container h1 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    color: #fff;
  }

  .start-screen {
    display: none;
  }

  .start-screen p {
    margin-bottom: 32px;

    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }
  .test .visible {
    display: block;
  }

  .start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;

    border-radius: 8px;
    padding: 16px 24px;
    width: 130px;
    height: 48px;

    background: #00a88e;

    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
  }
  .question-screen {
    display: none;
  }

  .question-screen h2 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
  }

  .question-number {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
  }
  .question-total {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: rgba(255, 255, 255, 0.2);
  }
  .question-text {
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 18px;
    line-height: 1.16667;
    color: rgba(255, 255, 255, 0.8);
  }
  .answer-options {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .answer-options input[type="text"] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;

    border: 2px solid #29ccb1;
    background-color: transparent;
    border-radius: 8px;
    padding: 16px 12px;
    width: 100%;
    height: 48px;

    color: #fff;
  }
  .answer-options label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    color: rgba(255, 255, 255, 0.8);
  }
  /* для элемента label, связанного с .custom-checkbox */
  .answer-options label span {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  .answer-options label span::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  .answer-options input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  /* стили при наведении курсора на checkbox */
  .answer-options
    label
    > input:not(:disabled):not(:checked)
    + span:hover::before {
    border-color: #b3ffdd;
  }

  /* стили для активного чекбокса (при нажатии на него) */
  .answer-options label > input:not(:disabled):active + span::before {
    /* background-color: #b3ffdc; */
    border-color: #b3ffd4;
  }

  /* стили для чекбокса, находящегося в фокусе */
  /* .answer-options label>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 119, 0.25);
} */

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .answer-options label > input:focus:not(:checked) + span::before {
    border-color: #80bdff;
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .answer-options label > input:checked + span::before {
    border-color: #3de8ca;
    /* background-color: #0b76ef; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiMzREU4Q0EiLz4KPC9zdmc+Cg==");
  }

  /* стили для чекбокса, находящегося в состоянии disabled */
  .answer-options label > input:disabled + span::before {
    background-color: #e9efed;
  }

  .submit-answer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;

    border-radius: 8px;
    padding: 16px 24px;
    width: 130px;
    height: 48px;

    background: #00a88e;

    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
  }
  .submit-answer-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }
  .result-screen {
    display: none;
  }
  .result-screen__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .result-text {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }
  .timer {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }
  .stars {
    margin-bottom: 12px;
    order: -1;
  }
  .main-partners {
    padding: 0 40px;
    /* margin-bottom: 64px; */
  }
  .main-partners h2 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
    text-align: center;
  }
  .main-partners .partners__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 18px;
  }
}

@media (max-width: 639.9px) {
  ._programm {
    padding: 8px 0 0;
  }
  .programm .section__title {
    margin-bottom: 12px;
  }
  .programm .section__title h2 {
    margin-bottom: 20px;

    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
  }
  .programm-download span {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
  }
  .programm-download svg {
    width: 16px;
    height: 16px;
  }
  .programm-download.desktop {
    display: none;
  }
  .programm-download.mobile {
    display: flex;
    margin: 0 auto;
  }
  ._live .programm__menu {
    flex-direction: column;
  }
  ._live .programm__menu-back {
    height: 56px;
  }
  .programm__menu-link {
    height: 54px;

    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
  .programm__menu-link svg {
    width: 24px;
    height: 24px;
  }

  .programm__menu {
    margin: 0;
  }
  .programm__list .programm__item {
    padding: 20px 0px 18px;
  }
  ._live .programm__list .programm__item {
    padding: 32px 16px;
  }
  ._live .programm__tab .section__player iframe {
    border-radius: 16px 16px 0 0;
    width: 87.6vw;
    height: 49.5vw;
    min-width: 100%;
    max-width: 1200px;
    max-height: 670px;
  }
  .programm__list .programm__item::before {
    content: none;
    left: -8px;
    width: calc(100% + 16px);
  }
  .programm__item-time {
    min-width: 72px;
    width: 72px;
  }
  .programm__item-time span:nth-child(1) {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.14286;
    color: #fff;
  }
  .programm__item-time span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-authors {
    margin-top: 16px;
    padding-right: 0;
    gap: 16px;
  }
  .programm__item-content .programm__title-creative {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-content .programm__title-main {
    max-width: 100%;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.14286;
    color: #fff;
    letter-spacing: -0.1px;
  }
  .programm__item-content .programm__item-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
  }
  .programm__item-authors._multiple {
    row-gap: 16px;
    padding-right: 10px;
    margin: 20px 0 0;
  }
  .programm__item-authors .mini-author {
    width: 100%;
    max-width: 100%;
  }
  .programm .mini-author__photo {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .programm .mini-author__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14286;
    color: #fff;
  }
  .programm__item-authors .mini-author__info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;

    color: rgba(255, 255, 255, 0.4);
  }
  .programm__item-header img {
    margin-right: 16px;
    width: 32px;
  }

  /* partners */
  .section._partners {
    padding: 40px 0;
  }
  .section._partners .section__title {
    margin-bottom: 32px;
  }
  .section._partners .section__title h2 {
    margin-bottom: 20px;

    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
  }
  .section._partners .partners {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .section._partners .partners__subtitle {
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }
  .section._partners .partners__block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 18px;
  }
  .partner__photo {
    display: flex;
    justify-content: center;
    max-width: 162px;
    width: 100%;
  }

  .main-bottom__wrapper {
    gap: 28px 4.4vw;
  }
  .main-bottom__text ul li {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__text ul li span {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__text ul {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    max-width: 100%;
    padding-left: 4.5vw;
  }
  .main-bottom__text ul li::before {
    top: 0.75vw;
    left: -4.5vw;
    width: 1.67vw;
    height: 1.67vw;
  }
  .main-bottom__list {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    max-width: 100%;
  }
  .main-bottom__list ul {
    padding-left: 4.5vw;
    padding-top: 0;
  }
  .main-bottom__list li {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }
  .main-bottom__list li span {
    font-size: 2.8125vw;
    font-weight: 400;
    line-height: 3.28125vw;
  }

  .main-bottom__list li::before {
    top: 0.75vw;
    left: -4.5vw;
    width: 1.67vw;
    height: 1.67vw;
  }
  ._programm .section__title h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
  }
  .programm__thumbs {
    width: 625px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .programm__thumbs.en .programm__thumb {
    font-size: 28px;
  }
  .programm__thumb {
    max-width: 183px;
    width: fit-content;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #ffffff33;
    cursor: pointer;
    pointer-events: none;
  }
  /* .programm__thumb:first-child {
    text-align: right;
  }
  .programm__thumb:last-child {
    text-align: left;
  } */
  .programm__thumb.swiper-slide-prev {
    text-align: right;
  }
  .programm__thumb.swiper-slide-next {
    text-align: left;
  }
  .programm__thumb.swiper-slide .programm__thumb-month {
    max-width: 0;
    overflow: hidden;
    display: none;
  }
  .programm__thumb.swiper-slide-thumb-active {
  }
  .programm__thumb.swiper-slide-thumb-active .programm__thumb-month {
    max-width: fit-content;
    overflow: visible;
    display: inline-block;
  }
  .programm__thumbs .swiper-button-prev {
    right: 65%;
    left: auto;
  }
  .programm__thumbs .swiper-button-next {
    left: 66%;
    right: auto;
  }
  .programm__item-authors .mini-author {
    align-items: flex-start;
  }
  .programm__item .programm__item-header._single {
    align-items: flex-start;
  }

  .main.test {
    padding: 0 0 195px;
    background-image: none;
  }
  .main.test .container {
    max-width: 100%;
    padding: 0;
  }

  .main-test {
    margin-bottom: 48px;
  }

  .main-test__container {
    padding: 40px 16px;
    max-width: 100%;
    border-radius: 0;
    color: #fff;
    background: linear-gradient(
      0deg,
      rgba(8, 94, 84, 1) 0%,
      rgba(15, 21, 28, 1) 100%
    );
  }

  .main-test__container h1 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
  }

  .start-screen {
    display: none;
  }

  .start-screen p {
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 18px;
    line-height: 1.16667;
    color: #fff;
  }
  .test .visible {
    display: block;
  }

  .start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;

    border-radius: 8px;
    padding: 16px 24px;
    width: 130px;
    height: 48px;

    background: #00a88e;

    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
  }
  .question-screen {
    display: none;
  }

  .question-screen h2 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }

  .question-number {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
  }
  .question-total {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    color: rgba(255, 255, 255, 0.2);
  }
  .question-text {
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    color: rgba(255, 255, 255, 0.8);
  }
  .answer-options {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .answer-options input[type="text"] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;

    border: 2px solid #29ccb1;
    background-color: transparent;
    border-radius: 8px;
    padding: 16px 12px;
    width: 100%;
    height: 48px;

    color: #fff;
  }
  .answer-options label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    color: rgba(255, 255, 255, 0.8);
  }
  /* для элемента label, связанного с .custom-checkbox */
  .answer-options label span {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  .answer-options label span::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  .answer-options input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  /* стили при наведении курсора на checkbox */
  .answer-options
    label
    > input:not(:disabled):not(:checked)
    + span:hover::before {
    border-color: #b3ffdd;
  }

  /* стили для активного чекбокса (при нажатии на него) */
  .answer-options label > input:not(:disabled):active + span::before {
    /* background-color: #b3ffdc; */
    border-color: #b3ffd4;
  }

  /* стили для чекбокса, находящегося в фокусе */
  /* .answer-options label>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 119, 0.25);
} */

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .answer-options label > input:focus:not(:checked) + span::before {
    border-color: #80bdff;
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .answer-options label > input:checked + span::before {
    border-color: #3de8ca;
    /* background-color: #0b76ef; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiMzREU4Q0EiLz4KPC9zdmc+Cg==");
  }

  /* стили для чекбокса, находящегося в состоянии disabled */
  .answer-options label > input:disabled + span::before {
    background-color: #e9efed;
  }

  .submit-answer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;

    border-radius: 8px;
    padding: 16px 24px;
    width: 130px;
    height: 48px;

    background: #00a88e;

    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
  }
  .submit-answer-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }
  .result-screen {
    display: none;
  }
  .result-screen__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .result-text {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }
  .timer {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    color: #fff;
  }
  .stars {
    margin-bottom: 12px;
    order: -1;
  }
  .main-partners {
    /* margin-bottom: 64px; */
    padding: 0 16px;
  }
  .main-partners h2 {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 24px;
    line-height: 1.125;
    text-align: center;
    color: #fff;
  }
  .main-partners .partners__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 18px;
  }
}
@media (max-width: 480px) {
  .main-bottom__text ul li {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 4.26667vw;
  }
  .main-bottom__text ul li span {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 4.26667vw;
  }

  .main-bottom__text ul {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    max-width: 100%;
    padding-left: 6.5vw;
  }
  .main-bottom__text ul li::before {
    top: 1vw;
    left: -6.5vw;
    width: 2.13vw;
    height: 2.13vw;
  }
  .main-bottom__list {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    max-width: 100%;
  }
  .main-bottom__list ul {
    padding-left: 6.5vw;
  }
  .main-bottom__list li {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 4.26667vw;
  }
  .main-bottom__list li span {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 4.26667vw;
  }

  .main-bottom__list li::before {
    top: 1vw;
    left: -6.5vw;
    width: 2.13vw;
    height: 2.13vw;
  }
  ._live .programm__tab .section__player iframe {
    border-radius: 16px 16px 0 0;
    width: 91.5vw;
    height: 53vw;
    min-width: 100%;
    max-width: 1200px;
    max-height: 670px;
  }
}
