body {
  margin: 0;
  overflow-x: hidden;
}

.header-live__address .register {
  background-color: #00a88e;
  color: #fff;
}

.header-live__address svg {
  position: relative;
  bottom: -2px;
}

.programm__thumb {
  opacity: 0.17;
}

.swiper-slide-thumb-active {
  opacity: 1;
}

.banner {
  top: 39px;
  padding: 0 32px;
}

.main-bottom {
  display: flex;
  justify-content: center;
  padding: 76px 16px 0 16px;
}

.main-bottom__list {
  max-width: 581px;
}
.main-bottom__list ul {
  padding-top: 0;
}

.main-bottom__wrapper {
  gap: 16px 96px;
}

.main-bottom__text {
  max-width: 516px;
}

.main-bottom__text-decription {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #1d1d1b;
}

.main-bottom__text-title {
  font-weight: 500;
}

.bottom-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-left img {
  width: 214px;
}

.banner__top-logo {
  background: url("../img/2026/hero-logo.png") center / 100% 100% no-repeat;
  width: 217px;
  height: 169px;
  margin-right: 70px;
}

.banner__bottom {
  background-color: #fff;
  padding: 0 32px 32px 32px;
  border-radius: 0px 0px 32px 32px;
  left: 46.5%;
  width: 267px;
  height: 99px;
}

.background-image-container {
  /* background: url(../img/2026/hero-bg.png) center / 108% 126% no-repeat; */
}

.background-image-container .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.banner__bottom-btn {
  background-color: #1d1d1b;
  border: none;
  color: #fff;
  padding: 20px 24px;
  border-radius: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-descr {
  margin-bottom: 0;
}

.banner__bottom-btn svg {
  margin-left: 6px;
}

/* Обратные закругления с anti-aliasing */
.banner__bottom::before,
.banner__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
}

.banner__bottom::before {
  left: -31px;
  background: radial-gradient(
    circle at bottom left,
    transparent 31px,
    #fff 32px
  );
}

.banner__bottom::after {
  right: -31px;
  background: radial-gradient(
    circle at bottom right,
    transparent 31px,
    #fff 32px
  );
}

.registration {
  background-image: url("../img/2026/form-bg.png");
  border-radius: 24px;
  margin: 0 auto;
  max-width: 1312px;
}

.header {
  filter: drop-shadow(0 0 21.333px rgba(24, 39, 75, 0.1))
    drop-shadow(0 -4px 9.333px rgba(24, 39, 75, 0.12));
}

.header-menu li a {
  font-weight: 400;
}

.header-menu li a.active {
  font-weight: 600;
}

.programm__item-icon {
  width: 32px;
  height: 32px;
}

.programm__item-collection__background {
  width: 100%;
}

.programm__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.programm__bg-bottom {
  position: absolute;
  bottom: -23px;
  left: 25px;
  width: 98%;
  height: auto;
  z-index: -1;
}

.programm__bg-bottom-right {
  position: absolute;
  bottom: -23px;
  right: -317px;
  width: 100%;
  height: auto;
  z-index: -1;
}

.programm__bg-center {
  position: absolute;
  bottom: 474px;
  right: -317px;
  width: 100%;
  height: auto;
  z-index: -1;
  max-width: 1590px;
}

.programm__bg-top {
  position: absolute;
  top: 0;
  right: -317px;
  width: 100%;
  height: auto;
  z-index: -1;
  max-width: 1590px;
}

.registration-head {
  flex-direction: column;
}

.registration-head {
  margin-bottom: 32px;
}

.banner__bottom-btn:first-child {
  margin-right: 0;
}

._programm {
  position: relative;
  /* Переопределяем overflow: hidden из style.css — иначе SVG-фоны (programm__bg-center и др.) обрезаются по границе секции */
  overflow: visible;
}

.form-field .select {
  background: transparent url(../img/2026/arrow.svg) 98% center no-repeat;
}

.field-policy input[type="checkbox"] {
  border-width: 2px;
  border-color: rgba(34, 52, 73, 0.4);
}

.field-policy input[type="checkbox"]:checked {
  border-color: #1d1d1b;
}

.paing-bg__svg,
.mobile-bg__svg {
  pointer-events: none;
}

.programm__item:last-child {
  border-bottom: 2px solid rgba(29, 54, 83, 0.17);
}

.programm__item-collection .programm__item:last-child {
  border-bottom: none;
}

.programm__item_no-border {
  border-top: 0;
}

.bottom {
  position: relative;
  overflow: hidden;
}

.bottom-bg-left {
  position: absolute;
  bottom: -121px;
  left: -269px;
  z-index: -1;
  width: 635px;
  height: 331px;
}

.bottom-bg-right {
  position: absolute;
  bottom: -218px;
  right: -271px;
  z-index: -1;
  width: 628px;
  height: auto;
}

.registration-mobile-bg {
  background-image: url("../img/2026/form-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.programm__bg {
  filter: blur(50px);
}

@media screen and (min-width: 1920px) {
  .programm__bg-top,
  .programm__bg,
  .programm__bg-bottom,
  .programm__bg-bottom-right,
  .programm__bg-center {
    filter: blur(49px);
  }

  .programm__bg-bottom {
    bottom: -153px;
  }
}

@media (max-width: 1439px) {
  .form-field #country-select {
    background: transparent url(../img/2026/arrow.svg) 100% center no-repeat;
  }
  .programm__bg {
    padding-top: 354px;
  }
}

@media screen and (max-width: 992px) {
  .programm__bg-bottom,
  .programm__bg-bottom-right,
  .programm__bg-center,
  .programm__bg-top {
    opacity: 0;
  }
  .main-bottom {
    padding: 132px 40px 0 40px;
  }

  .main-bottom__list-item-title {
    font-size: 18px;
    line-height: 21px;
  }

  .main-bottom__text {
    font-size: 24px;
    line-height: 27px;
  }

  .main-bottom__text span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media screen and (max-width: 959px) {
  .banner__top-logo {
    margin-right: 30px;
    width: 143px;
    height: 111px;
  }

  .registration-mobile-bg {
    display: block;
    width: 100%;
    height: 100%;
    flex-grow: 1;
  }

  .registration {
    display: flex;
    flex-direction: column;
    min-height: 540px;
    border-radius: 0;
  }

  .registration .container {
    margin-top: auto;
    margin-bottom: 0;
  }

  .programm__bg {
    padding-top: 0;
  }

  .registration-form #submit {
    padding: 2.1875vw;
  }

  .header {
    padding: 0;
  }

  .header-menu__wrapper {
    top: 54px;
  }

  .header-live__address p {
    margin-left: 33px;
    text-align: left;
  }

  .banner__bottom {
    padding: 20px;
    border-radius: 0px 0px 24px 24px;
    width: auto;
    height: auto;
  }

  .banner {
    padding: 0;
    border-radius: 24px;
    margin-top: 0;
    top: 21px;
  }

  ._programm {
    padding-top: 23px;
  }

  .programm__bg {
    width: auto;
    height: auto;
    top: -372px;
  }

  .bottom-left img {
    width: 157px;
    height: 121px;
  }

  .bottom-right {
    border-radius: 8px;
    padding: 30px 49px 30px 24px;
    column-gap: 3.52778vw;
  }

  .bottom-wrapper {
    padding: 0;
  }

  .mobile-bg__svg {
    display: block;
    visibility: visible;
  }

  .background-image-container {
    /* background: url(../img/2026/tablet-hero-bg.png) center / 100% 100% no-repeat; */
  }

  .programm__download-link {
    margin-top: 37px;
    font-size: 14px;
    font-weight: 600;
  }

  .programm__download-link__icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }

  ._programm .section__title h2 {
    font-size: 42px;
  }

  .banner__bottom-btn {
    font-size: 16px;
    padding: 14px 30px;
  }

  .header-live__address .register {
    background-color: #1d1d1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .programm__item-icon {
    width: 24px;
    height: 24px;
  }

  .header-live__address .register svg {
    margin-left: 6px;
    position: static;
  }

  .header-live__address svg {
    position: absolute;
    left: -16px;
    top: 2px;
  }

  .header-wrapper {
    justify-content: center;
    height: 54px;
  }

  .burger-btn {
    position: absolute;
    left: 20px;
  }
}

@media screen and (max-width: 639px) {
  .background-image-container {
    background-size: cover;
    border-radius: 16px;
    /* background-image: url(../img/2026/full-mobile-hero-bg.png); */
    background-position: 72%;
  }

  .registration {
    min-height: 463px;
  }

  .main-bottom__text {
    font-size: 16px;
    line-height: 18px;
  }

  ._programm .section__title h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .programm__thumbs {
    margin-bottom: 28px;
  }

  .programm__download-link {
    margin-top: 28px;
  }

  ._programm {
    padding-top: 13px;
  }

  .programm__bg {
    left: -150px;
  }

  .registration-form #submit {
    padding: 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .banner__top {
    flex-direction: column;
    align-items: baseline;
    gap: 24px;
  }

  .banner {
    margin-left: 32px;
    margin-left: 32px;
    border-radius: 16px;
  }

  .banner__bottom {
    width: 100%;
    transform: initial;
    padding-top: 4px;
    position: static;
  }

  .banner__bottom::after,
  .banner__bottom::before {
    display: none;
  }

  .banner__bottom-btn svg {
    width: 16px;
    height: 16px;
  }

  .banner__bottom-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .background-image-wrapper {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 114.15%;
  }

  .hero {
    position: relative;
    margin-top: 207px;
  }

  .banner__top {
    padding: 16px;
  }

  .banner__bottom {
    padding: 0 16px 16px 16px;
  }

  .banner__top-text {
    font-size: 32px;
  }

  .banner {
    position: absolute;
    width: calc(100% - 64px);
    left: 0;
    top: -189px;
  }
}

@media screen and (max-width: 480px) {
  .section .container {
    padding: 40px 16px;
  }

  .registration-form {
    padding: 10.66667vw 4.26667vw;
  }
}

@media screen and (min-width: 751px) {
  .header-live__address .register svg {
    display: none;
  }
}
