@charset "UTF-8";
.h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 12px;
  }
}

.h2 {
  font-size: 52px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -2%;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 26px;
  }
}

.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #525B69;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

ul:not(.nav__list, .format__tags) {
  list-style: none;
  padding-left: 0;
}
ul:not(.nav__list, .format__tags) li {
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  ul:not(.nav__list, .format__tags) li {
    font-size: 14px;
  }
}
ul:not(.nav__list, .format__tags) li:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  ul:not(.nav__list, .format__tags) li:not(:last-child) {
    margin-bottom: 8px;
  }
}
ul:not(.nav__list, .format__tags) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #1DA0DB;
}

ol:not([class]) {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}
ol:not([class]) li {
  position: relative;
  padding-left: 32px;
  counter-increment: num;
}
ol:not([class]) li:not(:last-child) {
  margin-bottom: 8px;
}
ol:not([class]) li::before {
  content: counter(num) ".";
  position: absolute;
  left: 8px;
  top: 0;
  font: inherit;
  color: inherit;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/JetBrainsMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer reset {
  header *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  main *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  footer *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  .modal *:not(svg):not(svg *):not(strong):not(em):not(b):not(del) {
    all: unset;
    display: revert;
    list-style: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  overflow: clip;
  overflow-clip-margin: content-box;
}

.hidden {
  display: none !important;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  color: #11161E;
  height: 100%;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
}
html.disable-scrolling {
  overflow: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

html,
body {
  min-height: 100vh;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.main,
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
  max-width: 1440px;
}

.section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}
.section--main {
  padding: 0;
}

.section-heading,
.section-heading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.section-heading__subtitle,
.section-heading__content__subtitle {
  padding-left: 62px;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  color: #1DA0DB;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='7' viewBox='0 0 50 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.62447V7H50V0L0 5.62447Z' fill='%231DA0DB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 50px 7px;
}

@media screen and (max-width: 767px) {
  .no-mob {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-mob {
    display: block !important;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #525B69;
  border-radius: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #11161E;
  border-radius: 5px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 20px;
    gap: 8px 0;
  }
}
.breadcrumbs__item {
  position: relative;
  margin-right: 30px;
  color: #9A9A9A;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
}
.breadcrumbs__item a {
  color: #9A9A9A;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumbs__item a:hover {
  color: #11161E;
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  top: -1px;
  right: -23px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'><path d='M6.83421 10.1761L6.03734 9.38962L9.31798 6.10898H0.821429V4.97059H9.31798L6.03734 1.7003L6.83421 0.903421L11.4706 5.53978L6.83421 10.1761Z' fill='%239A9A9A'/></svg>") no-repeat center/contain;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child::before {
  display: none;
}

.swiper-container {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    overflow: visible;
  }
}
.swiper-container .swiper-notification {
  display: none;
}
.swiper-container .swiper-slide {
  height: auto;
}

.swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-controls {
    gap: 0;
  }
}

.swiper-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 16px;
  top: 5px;
}
@media screen and (max-width: 991px) {
  .swiper-button-wrapper {
    display: none;
  }
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    width: 100%;
  }
}

.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  margin: 0 !important;
  background-color: #F5F7FA;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullet-active {
  background-color: #11161E;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:hover {
    background-color: #11161E;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  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;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #FFFFFF;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  color: #E61F34;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  color: #11161E;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 880px) {
  .swiper-сategories .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
  .swiper-сategories .swiper-slide {
    width: 100% !important;
  }
  .swiper-сategories .swiper-slide:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1340px) {
  .swiper-сategories .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 879px) {
  .swiper-сategories .swiper-wrapper {
    gap: 0;
  }
}

@media screen and (min-width: 991px) {
  .swiper-staff .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
  }
  .swiper-staff .swiper-slide {
    width: 100% !important;
  }
  .swiper-staff .swiper-slide:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1340px) {
  .swiper-staff .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-staff .swiper-wrapper {
    gap: 0;
  }
}

.slider-no-btns .swiper-controls {
  display: none;
}
.slider-no-btns .swiper-controls:has(.swiper-pagination) {
  display: block;
}
.slider-no-btns .swiper-button-wrapper {
  display: none;
}

@media screen and (min-width: 991px) {
  .slider-workers .swiper-controls {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .history .swiper-pagination {
    display: none;
  }
  .history .swiper-controls {
    margin-bottom: -50px;
  }
}

.swiper-partners, .swiper-certificates {
  position: relative;
  overflow: hidden;
}
.swiper-partners::before, .swiper-partners::after, .swiper-certificates::before, .swiper-certificates::after {
  content: "";
  position: absolute;
  top: 0;
  width: 126px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .swiper-partners::before, .swiper-partners::after, .swiper-certificates::before, .swiper-certificates::after {
    display: none;
  }
}
.swiper-partners::before, .swiper-certificates::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-partners::after, .swiper-certificates::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-partners.first-slide::before, .swiper-certificates.first-slide::before {
  opacity: 0;
}
.swiper-partners.last-slide::after, .swiper-certificates.last-slide::after {
  opacity: 0;
}

.burger {
  display: none;
  z-index: 1;
  width: 46px;
  height: 46px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .burger {
    display: block;
    margin-left: auto;
  }
}
.burger span {
  position: absolute;
  right: 5px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #11161E;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}
.burger span:nth-child(1) {
  top: 14px;
}
.burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.burger span:nth-child(3) {
  bottom: 14px;
}
.burger--open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.burger--open span:nth-child(2) {
  opacity: 0;
}
.burger--open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 142px;
  padding-bottom: 82px;
  min-height: 800px;
  height: 100vh;
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banner {
    padding-top: 24px;
  }
}
.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .banner .container {
    gap: 40px;
  }
}
.banner__image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .banner__wrapper {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.banner__head {
  max-width: 712px;
}
@media screen and (max-width: 991px) {
  .banner__head {
    max-width: 270px;
  }
}
.banner__logo {
  width: 598px;
}
.banner__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .banner__aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner__place {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
  letter-spacing: -2%;
}
.banner__place-city {
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .banner__place-city {
    display: none;
  }
}
.banner__place-name {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .banner__place-name {
    display: none;
  }
}
.banner__place-entry {
  color: #E61F34;
}
@media screen and (max-width: 991px) {
  .banner__place-entry {
    text-align: left;
    font-size: 16px;
    line-height: 120%;
  }
}
.banner__date {
  font-family: "JetBrainsMono", sans-serif;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .banner__date {
    font-size: 24px;
  }
}
.banner__date-days {
  font-size: 66px;
}
@media screen and (max-width: 991px) {
  .banner__date-days {
    font-size: 33px;
  }
}
.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .banner__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 71px;
  }
}
.banner__card {
  position: relative;
  width: 310px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media screen and (max-width: 991px) {
  .banner__card {
    width: 160px;
    padding: 16px;
  }
}
.banner__card::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.banner__card:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .banner__card:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner__card:last-child {
    margin-left: auto;
  }
}
.banner__info-text {
  color: #11161E;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .banner__info-text {
    font-size: 12px;
  }
}
.banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .banner__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.inputholder {
  width: 100%;
  position: relative;
}
.inputholder__textarea {
  min-height: 112px;
}
.inputholder__error {
  position: absolute;
  font-size: 12px;
  line-height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 10px;
  bottom: 100%;
  padding: 3px 8px 2px;
  background-color: red;
  color: #FFFFFF;
  background-color: #FF0000;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.inputholder.form-error .inputholder__error {
  visibility: visible;
  opacity: 1;
}
.inputholder__input, .inputholder__textarea {
  width: 100%;
  font-family: inherit;
  padding: 14px 16px;
  background-color: #FFFFFF;
  border-radius: 11px;
  border: 1px solid #D6DBDF;
}
@media screen and (max-width: 767px) {
  .inputholder__input, .inputholder__textarea {
    font-size: 16px;
  }
}
.inputholder__input::-webkit-input-placeholder, .inputholder__textarea::-webkit-input-placeholder {
  color: #D6DBDF;
}
.inputholder__input::-moz-placeholder, .inputholder__textarea::-moz-placeholder {
  color: #D6DBDF;
}
.inputholder__input:-ms-input-placeholder, .inputholder__textarea:-ms-input-placeholder {
  color: #D6DBDF;
}
.inputholder__input::-ms-input-placeholder, .inputholder__textarea::-ms-input-placeholder {
  color: #D6DBDF;
}
.inputholder__input::placeholder, .inputholder__textarea::placeholder {
  color: #D6DBDF;
}
.inputholder__input.error, .inputholder__textarea.error {
  border-color: #FF0000 !important;
}
.inputholder__input.error::-webkit-input-placeholder, .inputholder__textarea.error::-webkit-input-placeholder {
  color: #FF0000;
}
.inputholder__input.error::-moz-placeholder, .inputholder__textarea.error::-moz-placeholder {
  color: #FF0000;
}
.inputholder__input.error:-ms-input-placeholder, .inputholder__textarea.error:-ms-input-placeholder {
  color: #FF0000;
}
.inputholder__input.error::-ms-input-placeholder, .inputholder__textarea.error::-ms-input-placeholder {
  color: #FF0000;
}
.inputholder__input.error::placeholder, .inputholder__textarea.error::placeholder {
  color: #FF0000;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 280px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 19px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    height: 52px;
    width: 100%;
  }
}
.button--primary {
  background-color: #E61F34;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    background-color: #C41527;
  }
}
.button--white {
  background-color: #FFFFFF;
  color: #11161E;
}
@media (hover: hover) and (pointer: fine) {
  .button--white:hover {
    background-color: #D6DBDF;
  }
}
.button--blue {
  background-color: #1DA0DB;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--blue:hover {
    background-color: #1985B6;
  }
}
.button[disabled], .button--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button * {
  pointer-events: none;
}

.logo {
  width: 170px;
  max-height: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .nav {
    width: 100%;
    margin: 0;
    padding-top: 15vh;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.nav__link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 9px 15px;
  font-size: 15px;
  line-height: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover {
    color: #E61F34;
  }
}
.nav__link.active {
  color: #E61F34;
}
@media screen and (max-width: 991px) {
  .nav__link {
    font-size: 15px;
    line-height: 24px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 100;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 24px 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: none;
  }
}
.header--fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-animation: headerShow 0.3s ease ease forwards;
          animation: headerShow 0.3s ease ease forwards;
}
@media screen and (max-width: 991px) {
  .header--fixed {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #D6DBDF;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.header.menu-open {
  position: fixed;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header.menu-open {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #D6DBDF;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.header__logo {
  display: none;
  z-index: 101;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header--fixed .header__logo, .header.menu-open .header__logo {
  display: block;
}
.header .burger {
  z-index: 101;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header__btn-callback {
  min-width: unset;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 83px 16px 32px;
    opacity: 0;
    background-color: #FFFFFF;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -o-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    z-index: -1;
    overflow: auto;
    pointer-events: none;
  }
  .header__menu.vis {
    top: -24px;
    opacity: 1;
    z-index: 100;
    pointer-events: all;
  }
}

@-webkit-keyframes headerShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.overlay {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(20, 20, 20, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 700px;
  width: calc(100% - 20px);
  max-height: 98vh;
  z-index: 111;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .modal {
    left: 0;
    bottom: 0;
    top: auto;
    max-width: unset;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 991px) {
  .modal.modal--video {
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.modal.modal--video .modal__close {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
}
.modal.modal--video .modal__video {
  border: 0;
  max-height: 90vh;
  display: block;
  aspect-ratio: 15/18;
}
@media screen and (max-width: 991px) {
  .modal.modal--video .modal__video {
    max-height: 100vh;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
  }
}
.modal .form__title {
  display: block;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #11161E;
}
@media (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 24px;
    right: 16px;
  }
}
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .modal .feedback {
    border-radius: 8px 8px 0 0;
  }
}

.footer {
  background-color: #F5F7FA;
}
.footer__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-top: 50px;
  border-top: 1px solid #D6DBDF;
}
@media screen and (max-width: 991px) {
  .footer__wrapper {
    padding-top: 40px;
    border-top: none;
    gap: 0;
  }
}
.footer__top {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .footer__top {
    padding: 0 50px 40px;
    border-bottom: 1px solid #D6DBDF;
    text-align: center;
    gap: 24px;
  }
}
.footer__organizer {
  font-family: "JetBrainsMono", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .footer__organizer {
    font-size: 14px;
    color: #525B69;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 21px;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 12px;
    color: #525B69;
  }
  .footer__copyright a {
    text-decoration: underline;
  }
}

.cookie {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  z-index: 9;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05), 0 17px 17px 0 rgba(0, 0, 0, 0.04), 0 39px 23px 0 rgba(0, 0, 0, 0.03), 0 68px 27px 0 rgba(0, 0, 0, 0.01), 0 107px 30px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05), 0 17px 17px 0 rgba(0, 0, 0, 0.04), 0 39px 23px 0 rgba(0, 0, 0, 0.03), 0 68px 27px 0 rgba(0, 0, 0, 0.01), 0 107px 30px 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .cookie {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cookie {
    width: calc(100% - 32px);
    left: 16px;
  }
}
.cookie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 420px;
  padding: 16px;
  background-color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cookie__body {
    max-width: 100%;
  }
}
.cookie__text {
  font-size: 14px;
}
.cookie__text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cookie__button {
    width: 100%;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}
.social__title {
  font-size: 14px;
  color: #252B35;
}
.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__item {
  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;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #474747;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .social__item {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}
.social__item svg {
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .social__item:hover {
    background-color: #252B35;
  }
}

.policy {
  color: #FFFFFF;
}
.policy a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .policy a:hover {
    text-decoration: none;
  }
}

.feedback {
  padding: 44px;
  background-color: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #D6DBDF;
}
@media screen and (max-width: 991px) {
  .feedback {
    padding: 16px;
    border-radius: 8px;
  }
}
.feedback.is-thanks {
  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;
}

.feedback-thanks {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.feedback-thanks__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .feedback-thanks__title {
    font-size: 22px;
  }
}
.feedback-thanks__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #525B69;
}
@media screen and (max-width: 991px) {
  .feedback-thanks__text {
    font-size: 12px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.form__title {
  display: none;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .form__title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.form .button {
  width: 100%;
}
.form__directions-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #525B69;
}
.form__directions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .form__directions-list {
    gap: 2px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}
.form__policy-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #525B69;
}
.form__policy-link {
  text-decoration: underline;
}
.form__policy:has(.error) .form__policy-text {
  color: #FF0000;
}

.form-radio {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-radio__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 39px;
  padding: 10px 16px;
  border: 1px solid #D6DBDF;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #11161E;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  -webkit-transition: border-color 0.2s ease, padding 0.2s ease;
  -o-transition: border-color 0.2s ease, padding 0.2s ease;
  transition: border-color 0.2s ease, padding 0.2s ease;
  white-space: nowrap;
}
.form-radio__input:checked + .form-radio__text {
  padding-right: 42px;
  border: 2px solid #1DA0DB;
}
.form-radio__input:checked + .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #8d99a6;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-radio__input:checked + .form-radio__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7M7 1L1 7' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.pagination__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #F4F4F4;
  color: #BFBFBF;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination__item:hover {
  background: #D7DEE6;
  color: #E61F34;
}
.pagination__item.active {
  background: #E61F34;
  color: #FFFFFF;
}

.sticky {
  padding: 100px 0 50px;
}
@media screen and (max-width: 991px) {
  .sticky {
    padding: 60px 0 30px;
  }
}
.sticky > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.sticky__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .sticky__content {
    gap: 60px;
  }
}
.sticky__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding-top: 46px;
}
@media screen and (max-width: 991px) {
  .sticky__image {
    display: none;
  }
}
.sticky__image img {
  display: block;
  width: 100%;
  height: auto;
}
.sticky .section {
  padding: 0;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.about__video {
  min-height: 554px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about__video {
    min-height: 174px;
  }
}
.about__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .about__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 100%;
  padding: 30px;
  border: 1px solid #D6DBDF;
}
@media screen and (max-width: 991px) {
  .about__stat {
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
}
.about__stat-value {
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2%;
}
@media screen and (max-width: 991px) {
  .about__stat-value {
    font-size: 20px;
    width: 70px;
  }
}
.about__stat-accent {
  color: #1DA0DB;
}
@media screen and (max-width: 991px) {
  .about__stat-text {
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 3px;
  }
}

.program__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .program__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.program-card {
  width: 100%;
  background-color: #F5F7FA;
  border-top: 5px solid;
}
.program-card--blue {
  border-color: #1DA0DB;
}
.program-card--blue .program-card__label {
  background-color: #1DA0DB;
}
.program-card--red {
  border-color: #E61F34;
}
.program-card--red .program-card__item::before {
  background-color: #E61F34;
}
.program-card__image-wrapper {
  position: relative;
  height: 195px;
}
.program-card__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-card__label {
  position: absolute;
  bottom: 0;
  left: 32px;
  padding: 12px;
  color: #FFFFFF;
  background-color: #E61F34;
  font-size: 14px;
  font-weight: 700;
}
.program-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 195px);
  padding: 32px;
}
.program-card__date {
  font-size: 52px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .program-card__date {
    font-size: 26px;
  }
}
.program-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .program-card__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.program-card__text {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 24px;
  min-height: 66px;
}
@media screen and (max-width: 991px) {
  .program-card__text {
    min-height: 79px;
  }
}
@media screen and (max-width: 991px) {
  .program-card__text {
    min-height: unset;
    font-size: 14px;
    font-weight: 400;
  }
}
.program-card__list {
  margin-bottom: 40px;
}
.program-card .button {
  margin-top: auto;
}

.format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .format {
    gap: 24px;
  }
}
.format__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .format__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
}
.format__text {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .format__text {
    font-size: 14px;
    font-weight: 400;
  }
}
.format__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.format__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid #D6DBDF;
  border-radius: 50px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .format__tag {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
  }
}
.format__tag-dot {
  border-radius: 50%;
  border: 2px solid #E61F34;
  width: 8px;
  height: 8px;
}
.format__tag--blue .format__tag-dot {
  border-color: #1DA0DB;
}
.format__map {
  position: relative;
}
@media screen and (max-width: 991px) {
  .format__map {
    width: calc(100% + 50px);
    margin: 0 -25px;
    padding: 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.format__map-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .format__map-image {
    min-height: 500px;
    min-width: 754px;
  }
}
.format__map-points {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .format__map-points {
    min-height: 500px;
    min-width: 754px;
  }
}
.format__map-point {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}
.format__map-point-image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 991px) {
  .format__map-point-image {
    width: 27px;
    height: 27px;
  }
}
.format__map-point:hover {
  z-index: 10;
}
.format__map-point:hover .format__map-point-image {
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .format__map-point:hover .format__map-point-image {
    width: 150px;
    height: 150px;
  }
}
.format__banner {
  padding: 40px;
  background-color: #F5F7FA;
  background-image: url("../img/image-content/video-banner.png");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .format__banner {
    padding: 260px 24px 40px;
    background-size: 100% auto;
    background-position: top right;
  }
}
@media screen and (max-width: 776px) {
  .format__banner {
    background-size: 170% auto;
  }
}
.format__banner-content {
  max-width: 650px;
}
.format__banner-title {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .format__banner-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.format__banner-text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 40px;
  color: #11161E;
}
@media screen and (max-width: 991px) {
  .format__banner-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px;
  }
}

.section-directions {
  overflow: hidden;
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .section-directions {
    padding-top: 30px;
  }
}
.section-directions .section-heading {
  position: relative;
  z-index: 2;
  max-width: 574px;
  margin-bottom: -80px;
}
@media screen and (max-width: 991px) {
  .section-directions .section-heading {
    margin-bottom: 0;
  }
}

.directions {
  position: relative;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
@media screen and (max-width: 991px) {
  .directions {
    overflow: auto;
  }
}
.directions__picture {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .directions__picture {
    min-width: 1022px;
    min-height: 600px;
  }
}
.directions__image {
  display: block;
  width: 100%;
  height: auto;
}
.directions__cards {
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .directions__cards {
    min-width: 1022px;
    min-height: 600px;
  }
}

.directions-card {
  position: absolute;
  width: 240px;
  min-height: 54px;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0 8px 30px rgba(20, 31, 43, 0.08);
          box-shadow: 0 8px 30px rgba(20, 31, 43, 0.08);
  cursor: pointer;
  border: 1px solid #D6DBDF;
  -webkit-transition: width 0.3s ease, min-height 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: width 0.3s ease, min-height 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: width 0.3s ease, min-height 0.3s ease, box-shadow 0.3s ease;
  transition: width 0.3s ease, min-height 0.3s ease, box-shadow 0.3s ease;
  transition: width 0.3s ease, min-height 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .directions-card {
    width: 150px;
    min-height: 38px;
  }
}
.directions-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .directions-card__head {
    gap: 8px;
    font-size: 12px;
  }
}
.directions-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: #1DA0DB;
}
@media screen and (max-width: 991px) {
  .directions-card__icon {
    width: 21px;
    height: 21px;
  }
}
.directions-card__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
  -o-transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.directions-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
  color: #525B69;
}
@media screen and (max-width: 991px) {
  .directions-card__text {
    font-size: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .directions-card:hover {
    z-index: 10;
    -webkit-box-shadow: 0 14px 45px rgba(20, 31, 43, 0.14);
            box-shadow: 0 14px 45px rgba(20, 31, 43, 0.14);
  }
  .directions-card:hover .directions-card__body {
    max-height: 180px;
    margin-top: 18px;
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  .directions-card.is-active {
    z-index: 10;
    -webkit-box-shadow: 0 14px 45px rgba(20, 31, 43, 0.14);
            box-shadow: 0 14px 45px rgba(20, 31, 43, 0.14);
  }
  .directions-card.is-active .directions-card__body {
    max-height: 180px;
    margin-top: 18px;
    opacity: 1;
  }
}

.section-video {
  background-image: url("data:image/svg+xml,%3Csvg width='1919' height='425' viewBox='0 0 1919 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00012207 341.502V425H1919V0L0.00012207 341.502Z' fill='%23F5F7FA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .section-video {
    background-image: none;
    padding-bottom: 60px;
  }
}
.section-video .container {
  text-align: center;
  max-width: 1122px;
}
.section-video .section-heading__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.video-report {
  position: relative;
  overflow: hidden;
}
.video-report__preview {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.video-report__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-report__play {
  position: absolute;
  inset: 0;
  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;
  margin: auto;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: rgba(29, 160, 219, 0.4);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .video-report__play {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .video-report__play:hover {
    background-color: rgba(214, 219, 223, 0.4);
  }
}
.video-report__icon {
  width: 14px;
  height: 18px;
}
@media screen and (max-width: 991px) {
  .video-report__icon {
    width: 7px;
    height: 9px;
  }
}
.video-report__video {
  display: block;
  width: 100%;
  height: auto;
}
.video-report.is-playing .video-report__preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.section-gallery {
  overflow: hidden;
}

.gallery {
  width: 100%;
}
.gallery__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  scrollbar-width: none;
}
.gallery__track::-webkit-scrollbar {
  display: none;
}
.gallery__track.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.gallery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 450px;
}
@media screen and (max-width: 991px) {
  .gallery__item {
    height: 160px;
  }
}
.gallery__image {
  display: block;
  width: auto;
  height: 450px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .gallery__image {
    height: 160px;
  }
}

.section-gallery {
  padding-bottom: 0;
}

.section-registration {
  background-image: url("data:image/svg+xml,%3Csvg width='1103' height='1030' viewBox='0 0 1103 1030' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1103 -18.0938C914.89 -18.0938 762.353 220.568 762.353 515.068C762.353 809.568 914.89 1048.23 1103 1048.23L1103 -18.0938Z' fill='%23EDEEF1'/%3E%3Cpath d='M762.356 -18.0938C607.727 -18.0938 482.284 220.568 482.284 515.068C482.284 809.568 607.727 1048.23 762.356 1048.23L762.356 -18.0938Z' fill='%23EDEEF1'/%3E%3Cpath d='M482.285 -18.0938C365.322 -18.0938 270.496 220.568 270.496 515.068C270.496 809.568 365.322 1048.23 482.285 1048.23L482.285 -18.0938Z' fill='%23EDEEF1'/%3E%3Cpath d='M270.5 -18.0879C182.833 -18.0879 111.686 220.574 111.686 515.074C111.686 809.574 182.833 1048.24 270.5 1048.24L270.5 -18.0879Z' fill='%23EDEEF1'/%3E%3Cpath d='M111.677 -18.0908C50.0014 -18.0908 7.20909e-05 220.571 6.27277e-05 515.071C5.33645e-05 809.571 50.0013 1048.23 111.677 1048.23L111.677 -18.0908Z' fill='%23EDEEF1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #F5F7FA;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .section-registration {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  background-color: #E61F34;
}
.marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 18s linear infinite;
          animation: marquee 18s linear infinite;
}
.marquee__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.marquee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4.5px 20px;
  color: #FFFFFF;
}
.marquee__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #FFFFFF;
}
.marquee__text {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-partners {
  padding-bottom: 140px;
  background-color: #F5F7FA;
  background-image: url("data:image/svg+xml,%3Csvg width='1919' height='425' viewBox='0 0 1919 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80168e-05 341.502V425H1919V0L6.80168e-05 341.502Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .section-partners {
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='85' viewBox='0 0 390 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 68.3004V85H390V0L0 68.3004Z' fill='white'/%3E%3C/svg%3E");
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.section-partners .section-heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-partners .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .section-partners .section-heading__content {
    margin-bottom: 16px;
  }
}

.partners__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 32px;
  width: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .partners__media {
    width: 100%;
    padding: 24px;
    gap: 16px;
  }
}
.partners__note {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .partners__note {
    margin-top: 16px;
  }
}
.partners__note-text {
  font-family: "JetBrainsMono", sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.partners__media-text {
  font-size: 16px;
  line-height: 140%;
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__item {
  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;
  height: 139px;
  background-color: #FFFFFF;
  border: 1px solid #F5F7FA;
}
@media screen and (max-width: 991px) {
  .partners__item {
    height: 109px;
  }
}
.partners__logo {
  display: block;
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__item--more {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #525B69;
}
.partners__more {
  display: block;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #9AA3B0;
}

.section#why {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section#why {
    padding-top: 60px;
    overflow: hidden;
  }
}

.why__picture {
	width: 907px;
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .why__picture {
    bottom: auto;
    /* right: -65%; */
    width: auto;
    right: -39%;
    left: 40%;
    top: 29px;
  }
}
.why__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 991px) {
  .why__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.why__note:last-child .why__note-text {
  font-weight: 400;
  color: #525B69;
}
.why__note-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  min-height: 56px;
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #F5F7FA;
}
.why__item-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 3px;
  color: #E61F34;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 13px;
  line-height: 21px;
}
.why__item-text {
  margin: 0;
  color: #11161E;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.why__item-text b {
  font-weight: 700;
}
.why__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .why__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.why__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #11161E;
}
@media screen and (max-width: 991px) {
  .why__note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why__note-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E61F34;
  fill: currentColor;
}
.why__note-text {
  display: block;
}
@media screen and (max-width: 991px) {
  .why__note-text {
    text-align: center;
    max-width: 270px;
  }
}

[data-accordions-group] {
  counter-reset: faq;
}

.faq__accordion {
  counter-increment: faq;
}
.faq__accordion .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.faq__accordion .accordion__title::before {
  content: counter(faq, decimal-leading-zero);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #525B69;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -2%;
}

.section#contacts {
  background-color: #F5F7FA;
}

.final-banner {
  background-image: url("../img/image-content/footer-bg.png");
  background-size: auto 100%;
  background-position: 475px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .final-banner {
    background-size: 130% auto;
    background-position: center 430px;
  }
}
.final-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 475px;
}
@media screen and (max-width: 991px) {
  .final-banner__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: unset;
  }
}
.final-banner__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 18px 20px;
  color: #525B69;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .final-banner__date {
    font-size: 16px;
  }
}
.final-banner__date-dot {
  width: 7px;
  height: 7px;
  background-color: #1DA0DB;
  border-radius: 50%;
}
.final-banner__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #525B69;
  text-transform: uppercase;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .final-banner__place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.final-banner__entry {
  color: #E61F34;
  text-transform: uppercase;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1%;
}
.final-banner__info {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  margin: 86px 0 22px;
}
@media screen and (max-width: 991px) {
  .final-banner__info {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
.final-banner__logo {
  width: 414px;
  margin-bottom: 86px;
}
@media screen and (max-width: 991px) {
  .final-banner__logo {
    width: 100%;
    max-width: 342px;
    margin-bottom: 364px;
  }
}

.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .registration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.registration__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.registration__form {
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .registration__form {
    max-width: 100%;
  }
}
.registration__info {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .registration__info {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}
.registration__info-item {
  position: relative;
  padding: 16px 24px 16px 48px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .registration__info-item {
    padding: 16px;
  }
  .registration__info-item:last-child {
    padding: 8px 16px 8px 66px;
    grid-column: 1/-1;
    background-color: transparent;
  }
  .registration__info-item:last-child::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 16px;
    width: 29px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0186 26.001L29.0596 26.001L29.0596 0.002388L28.0186 0.00238791L28.0186 26.001Z' fill='%2311161E'/%3E%3Cpath d='M26.2681 26.001L27.252 26.001L27.252 0.002388L26.2681 0.00238791L26.2681 26.001Z' fill='%2311161E'/%3E%3Cpath d='M24.5147 26.001L25.4414 26.001L25.4414 0.002388L24.5147 0.00238792L24.5147 26.001Z' fill='%2311161E'/%3E%3Cpath d='M22.7671 26.001L23.6367 26.001L23.6367 0.002388L22.7671 0.00238792L22.7671 26.001Z' fill='%2311161E'/%3E%3Cpath d='M21.0166 26.001L21.8291 26.001L21.8291 0.002388L21.0166 0.00238793L21.0166 26.001Z' fill='%2311161E'/%3E%3Cpath d='M19.2651 26.001L20.0205 26.001L20.0205 0.002388L19.2651 0.00238793L19.2651 26.001Z' fill='%2311161E'/%3E%3Cpath d='M17.5126 26.001L18.2109 26.001L18.2109 0.002388L17.5126 0.00238794L17.5126 26.001Z' fill='%2311161E'/%3E%3Cpath d='M15.7611 26.001L16.4023 26.001L16.4023 0.002388L15.7612 0.00238794L15.7611 26.001Z' fill='%2311161E'/%3E%3Cpath d='M14.0126 26.001L14.5967 26.001L14.5967 0.002388L14.0126 0.00238795L14.0126 26.001Z' fill='%2311161E'/%3E%3Cpath d='M12.2631 26.001L12.79 26.001L12.79 0.002388L12.2631 0.00238795L12.2631 26.001Z' fill='%2311161E'/%3E%3Cpath d='M10.5061 25.999L10.9785 25.999L10.9785 0.000434875L10.5061 0.000434834L10.5061 25.999Z' fill='%2311161E'/%3E%3Cpath d='M8.75653 26.001L9.17188 26.001L9.17188 0.002388L8.75654 0.00238796L8.75653 26.001Z' fill='%2311161E'/%3E%3Cpath d='M7.00505 26.001L7.36328 26.001L7.36328 0.002388L7.00505 0.00238797L7.00505 26.001Z' fill='%2311161E'/%3E%3Cpath d='M5.25454 26.001L5.55566 26.001L5.55567 0.002388L5.25454 0.00238797L5.25454 26.001Z' fill='%2311161E'/%3E%3Cpath d='M3.50208 26.001L3.74609 26.001L3.7461 0.002388L3.50208 0.00238798L3.50208 26.001Z' fill='%2311161E'/%3E%3Cpath d='M1.75255 26.001L1.93945 26.001L1.93946 0.002388L1.75255 0.00238798L1.75255 26.001Z' fill='%2311161E'/%3E%3Cpath d='M8.63522e-05 26.001L0.129883 26.001L0.129886 0.002388L8.96407e-05 0.00238799L8.63522e-05 26.001Z' fill='%2311161E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 26px;
    pointer-events: none;
  }
}
.registration__info-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .registration__info-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 4px;
  }
}
.registration__info-text {
  font-family: "JetBrainsMono", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .registration__info-text {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.registration__info-icon {
  width: 8px;
  height: 21px;
  position: absolute;
  left: 24px;
  top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.50947 7.67L4.61547 5.005C4.70214 4.89233 4.8018 4.784 4.91447 4.68C5.02714 4.56733 5.12247 4.48067 5.20047 4.42V4.303C5.0878 4.31167 4.9448 4.32467 4.77147 4.342C4.59814 4.35067 4.4378 4.355 4.29047 4.355H0.000468787V3.315H4.29047C4.4378 3.315 4.59814 3.32367 4.77147 3.341C4.9448 3.34967 5.0878 3.36267 5.20047 3.38V3.263C5.1398 3.211 5.05314 3.12867 4.94047 3.016C4.83647 2.90333 4.72814 2.782 4.61547 2.652L2.50947 0H3.87447L6.89047 3.835L3.88747 7.67H2.50947Z' fill='%231DA0DB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .registration__info-icon {
    display: none;
  }
}

#about, #faq {
  scroll-margin-top: 60px;
}

#format, #partners {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 991px) {
  #format, #partners {
    scroll-margin-top: 40px;
  }
}

#program {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 991px) {
  #directions {
    scroll-margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #registration {
    scroll-margin-top: 40px;
  }
}

.checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__title {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #D6DBDF;
  border-radius: 2.5px;
  background: transparent;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.checkbox__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%231DA0DB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.checkbox__input:hover + .checkbox__title::before, .checkbox__title:hover::before {
  border-color: #525B69;
}
.checkbox__input:checked + .checkbox__title::before {
  border-color: #525B69;
}
.checkbox__input:checked + .checkbox__title::after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.accordion {
  background-color: #FFFFFF;
  padding: 24px 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-top: 1px solid #D6DBDF;
}
@media screen and (max-width: 991px) {
  .accordion {
    padding: 16px 0;
  }
  .accordion svg {
    color: #1DA0DB;
  }
}
.accordion:last-child {
  border-bottom: 1px solid #D6DBDF;
}
.accordion.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .accordion:hover svg {
    color: #E61F34;
  }
}
.accordion__title span {
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: -1%;
}
@media screen and (max-width: 991px) {
  .accordion__title span {
    font-weight: 600;
    font-size: 16px;
  }
}
.accordion ol,
.accordion ul {
  padding-left: 30px;
}
.accordion ol li,
.accordion ul li {
  list-style-type: disc;
}
.accordion p, .accordion li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.accordion svg {
  width: 31px;
  height: 31px;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.accordion__toggle {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.accordion__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.accordion__btn {
  width: 18px;
  height: 18px;
  position: relative;
  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;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion__content-box {
  margin-top: 32px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .accordion__content-box {
    margin-top: 10px;
  }
}
.accordion__content .text {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .accordion__content .text {
    width: 100%;
  }
}

.tabs-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tabs-how .swiper-controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs-how .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs-how__subtitle p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .tabs-how__subtitle p {
    margin-top: -20px;
    font-size: 16px;
    line-height: 140%;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.tabs__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
  color: #E61F34;
  border-radius: 50px;
  border: 1px solid #E61F34;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tabs__nav-item {
    width: 100%;
    font-size: 16px;
    padding: 17px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tabs__nav-item:hover {
    background-color: #E61F34;
    color: #FFFFFF;
  }
}
.tabs__nav-item.active {
  pointer-events: none;
  background-color: #E61F34;
  color: #FFFFFF;
}
.tabs__fold {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tabs__fold.open {
  visibility: visible;
  opacity: 1;
  max-height: inherit;
}

.tabs-calc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__nav {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.tabs-calc__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__title {
    margin-bottom: 20px;
  }
}
.tabs-calc__sub-title {
  margin-bottom: 10px;
}
.tabs-calc__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 10px;
  background-color: #525B69;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
}
.tabs-calc__nav-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 100px;
  height: 50px;
  pointer-events: none;
  background-image: url("../img/image/union-btn.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #525B69;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tabs-calc__nav-item:not(:first-child)::after {
    width: 40px;
    background-image: url("../img/image/union-btn-mob.svg");
  }
}
.tabs-calc__nav-item.active, .tabs-calc__nav-item.sub-active {
  color: #FFFFFF;
  background-color: #E61F34;
}
.tabs-calc__nav-item.active::after, .tabs-calc__nav-item.sub-active::after {
  background-color: #E61F34;
}
.tabs-calc__folds {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__folds {
    margin-right: -20px;
    margin-left: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tabs-calc__fold {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tabs-calc__fold.open {
  visibility: visible;
  opacity: 1;
  max-height: inherit;
}
@media screen and (max-width: 767px) {
  .tabs-calc__fold:has(.opened) {
    width: calc(300% + 20px);
  }
}
.tabs-calc__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tabs-calc__more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.tabs-calc__more-info .button {
  max-width: 380px;
  width: 100%;
}
.tabs-calc__show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.tabs-calc__show-more svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tabs-calc__show-more.opened svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (hover: hover) and (pointer: fine) {
  .tabs-calc__show-more:hover span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tabs-calc__show-more:hover span::after {
    width: 0;
  }
}
.tabs-calc__show-more span {
  font-size: 20px;
  line-height: 140%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .tabs-calc__show-more span {
    font-size: 16px;
  }
}
.tabs-calc__show-more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #11161E;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
/*# sourceMappingURL=style.css.map */
