@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
}
@font-face {
    font-family: DrukCyr;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DrukCyr-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}
@media all and (max-width: 1199px) {
    body,
    html {
        scroll-padding-top: 80px;
    }
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: #1a1a1a;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.571428;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    .heading {
        margin-bottom: 32px;
    }
}
.heading h1,
.heading h2 {
    font-family: DrukCyr, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 100%;
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 50px;
    }
}
@media all and (max-width: 991px) {
    .heading h1,
    .heading h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 36px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #fff;
    padding: 18px 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-image: linear-gradient(248.9deg, #03d0b1 0, #038c9e 100%);
    border-radius: 12px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .btn {
        font-size: 16px;
        padding: 14px 32px;
    }
}
.btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(248.9deg, #038c9e 0, #03d0b1 100%);
    z-index: -1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(248.9deg, #038c9e 0, #03d0b1 100%);
    z-index: -1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 1;
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.stop-scrolling header .header__top {
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
section {
    margin-bottom: 140px;
}
@media all and (max-width: 1600px) {
    section {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 991px) {
    section {
        margin-bottom: 52px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fancybox__backdrop {
    background: rgba(26, 26, 26, 0.6);
}
.modal {
    color: #fff;
    max-width: 628px;
    width: 100%;
    padding: 80px;
    border-radius: 40px;
    background-color: #1a1a1a;
}
@media all and (max-width: 1199px) {
    .modal {
        border-radius: 24px;
        padding: 40px;
    }
}
@media all and (max-width: 575px) {
    .modal {
        padding: 24px;
    }
}
.modal .carousel__button.is-close {
    top: 12px !important;
    right: 12px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 60px;
    height: 60px;
    background-color: #242424;
}
@media all and (max-width: 1199px) {
    .modal .carousel__button.is-close {
        width: 40px;
        height: 40px;
    }
}
.modal .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
    stroke: #5a5a5a;
}
@media all and (max-width: 1199px) {
    .modal .carousel__button.is-close svg {
        width: 15px;
        height: 15px;
    }
}
.modal .carousel__button.is-close svg path {
    stroke-width: 3;
}
.modal .modal__heading {
    margin-bottom: 28px;
}
@media all and (max-width: 1199px) {
    .modal .modal__heading {
        margin-bottom: 20px;
    }
}
.modal .modal__heading h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
}
@media all and (max-width: 1199px) {
    .modal .modal__heading h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
.modal .modal__heading p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 1199px) {
    .modal .modal__heading p {
        font-size: 14px;
        line-height: 22px;
    }
}
#modal_request .form__inner form .form__policy .policy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-about {
    max-width: 1276px;
    padding: 0;
}
.modal-about .about__image {
    min-height: 680px;
}
@media all and (max-width: 1600px) {
    .modal-about .about__image {
        min-height: 600px;
    }
}
@media all and (max-width: 991px) {
    .modal-about .about__image {
        min-height: inherit;
        text-align: center;
    }
}
.modal-about .about__image .image__inner {
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
@media all and (max-width: 991px) {
    .modal-about .about__image .image__inner {
        border-radius: 24px 24px 0 0;
    }
}
.modal-about .about__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (max-width: 991px) {
    .modal-about .about__image .image__inner img {
        position: relative;
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 24px 24px 0 0;
    }
}
.modal-about .about__content .content__inner {
    padding: 80px 80px 80px 60px;
    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;
    gap: 30px;
}
@media all and (max-width: 991px) {
    .modal-about .about__content .content__inner {
        padding: 24px;
    }
}
.modal-about .about__content .content__inner .content h2 {
    font-family: DrukCyr, sans-serif;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    .modal-about .about__content .content__inner .content h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}
.modal-about .about__content .content__inner .content p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 1600px) {
    .modal-about .about__content .content__inner .content p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 575px) {
    .modal-about .about__content .content__inner .content p {
        font-size: 14px;
        line-height: 22px;
    }
}
.modal-about .about__content .content__inner .content p:not(:last-child) {
    margin-bottom: 28px;
}
@media all and (max-width: 1600px) {
    .modal-about .about__content .content__inner .content p:not(:last-child) {
        margin-bottom: 16px;
    }
}
.modal-about .about__content .content__inner .box__button .button__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.modal-about .about__content .content__inner .box__button .button__inner a {
    outline: 0 !important;
}
@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.mobile {
    display: none;
}
@media all and (max-width: 575px) {
    .desktop {
        display: none;    
    }
    .mobile {
        display: block;
    }
}
header {
    /*
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/1.jpg);
    */
    position: relative;
    overflow: hidden;
    z-index: 999;
    transform: translate3d(0, 0, 0);
}
/*
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
*/

header .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(26, 26, 26, 0)),
        to(#1a1a1a)
    );
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0, #1a1a1a 100%);
    z-index: -1;
}
@media all and (max-width: 575px) {
    header::after {
        height: 140px;
    }
}
header .header__top {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 999;
}
@media all and (max-width: 1199px) {
    header .header__top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
header .header__top .header__logo {
    position: relative;
    z-index: 12;
}
header .header__top .header__logo img {
    /* width: 113px; */
    width: 180px;
    height: auto;
}
@media all and (max-width: 1199px) {
    header .header__top .header__logo img {
        width: 83px;
    }
}
@media all and (max-width: 1600px) {
    header .header__top .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}
@media all and (max-width: 1600px) {
    header .header__top .header__menu .menu__inner ul {
        gap: 30px;
    }
}
header .header__top .header__menu .menu__inner ul li {
    position: relative;
}
header .header__top .header__menu .menu__inner ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}
@media all and (max-width: 1600px) {
    header
        .header__top
        .header__menu
        .menu__inner
        ul
        li:not(:last-child)::after {
        right: -15px;
    }
}
header .header__top .header__menu .menu__inner ul li a {
    color: #fff;
}
@media all and (max-width: 1400px) {
    header .header__top .header__menu .menu__inner ul li a {
        font-size: 14px;
    }
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #03d0b1;
}
header .header__top .header__menu .header_burger {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
    width: 55%;
    left: auto;
    right: 0;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    right: auto;
    background: #03d0b1;
    left: 0;
}
header .header__top .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 120px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 936px;
}
@media all and (max-width: 991px) {
    header
        .header__top
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 690px;
    }
}
@media all and (max-width: 767px) {
    header
        .header__top
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-menu {
    margin-bottom: 80px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-menu
    li:not(:last-child) {
    border-bottom: 1px solid #303030;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-menu
    li
    a {
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    display: block;
    padding: 20px 20px 20px 0;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-menu
    li
    a:hover {
    color: #03d0b1;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-lang {
    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;
    gap: 48px;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-lang
    li {
    position: relative;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-lang
    li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #303030;
    top: 0;
    bottom: 0;
    right: -24px;
    margin: auto;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-lang
    li.active
    a {
    color: #fff;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile-lang
    li
    a {
    font-size: 16px;
    text-transform: uppercase;
    color: #5a5a5a;
    font-weight: 700;
}
header .wrapper {
    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;
}
header .lang {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 23px;
    bottom: 0;
    right: 3%;
    margin: auto;
}
@media all and (max-width: 1600px) {
    header .lang {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media all and (max-width: 1199px) {
    header .lang {
        display: none;
    }
}
header .lang ul {
    width: 82px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
header .lang ul:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 8px;
    height: 4px;
    top: 3px;
    bottom: 0;
    right: 16px;
    margin: auto;
    z-index: 31;
}
header .lang ul:hover {
    background-color: #fff;
}
header .lang ul:hover li {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
}
header .lang ul:hover li a {
    background-color: #fff;
}
header .lang ul li {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
}
header .lang ul li:first-child {
    top: 13px;
    visibility: visible;
    opacity: 1;
}
header .lang ul li:last-child {
    top: 40px;
}
header .lang ul li:last-child a {
    border-radius: 0 0 10px 10px;
    padding-bottom: 13px;
}
header .lang ul li a {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 3px 0 3px 15px;
    -webkit-transition: none;
    transition: none;
}
header .lang ul li a:hover {
    color: #03d0b1;
}
header .header__main {
    padding-top: 210px;
    padding-bottom: 204px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1600px) {
    header .header__main {
        padding-top: 180px;
        padding-bottom: 110px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main {
        padding-top: 104px;
        padding-bottom: 70px;
    }
}
header .header__main .content {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 40px;
    max-width: 628px;
    width: 100%;
    padding: 40px;
}
@media all and (max-width: 575px) {
    header .header__main .content {
        border-radius: 24px;
        padding: 24px;
    }
}
header .header__main .content .date {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 56px;
}
@media all and (max-width: 1600px) {
    header .header__main .content .date {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .date {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 24px;
    }
}
header .header__main .content h1 {
    font-family: DrukCyr, sans-serif;
    font-size: 140px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
@media all and (max-width: 1600px) {
    header .header__main .content h1 {
        font-size: 120px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content h1 {
        font-size: 80px;
    }
}
header .header__main .content h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
    header .header__main .content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
header .header__main .content .content__item {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    header .header__main .content .content__item {
        margin-bottom: 20px;
    }
}
header .header__main .content .content__item .item__inner span {
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
@media all and (max-width: 1600px) {
    header .header__main .content .content__item .item__inner span {
        font-size: 36px;
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .content__item .item__inner span {
        font-size: 32px;
        margin-bottom: 12px;
    }
}
header .cloud {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-animation: animCloud 20s infinite linear;
    animation: animCloud 20s infinite linear;
}
@media all and (max-width: 767px) {
    header .cloud {
        display: none;
    }
}
header .cloud-two {
    -webkit-animation: animCloud 40s infinite linear;
    animation: animCloud 40s infinite linear;
}
#mainvideo {
    position: relative;
    z-index: 3;
}
#mainvideo .video {
    position: relative;
    height: 970px;
}
@media all and (max-width: 1600px) {
    #mainvideo .video {
        height: 690px;
    }
}
@media all and (max-width: 1400px) {
    #mainvideo .video {
        height: 600px;
    }
}
@media all and (max-width: 1199px) {
    #mainvideo .video {
        height: auto;
    }
}
#mainvideo .video video {
    border-radius: 60px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #mainvideo .video video {
        position: relative;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media all and (max-width: 991px) {
    #mainvideo .video video {
        border-radius: 24px;
    }
}
#answers {
    position: relative;
    z-index: 3;
    padding-top: 50px;
}
#answers:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 800px;
    height: 1600px;
    z-index: -1;
    top: 500px;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #answers {
        padding-top: 35px;
    }
    #answers:after {
        background-image: url(../img/icon_5_1.svg);
        width: 360px;
        height: 800px;
        top: -10px;
        bottom: unset;
    }
}
#answers .answers__heading {
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #answers .answers__heading {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #answers .answers__heading {
        margin-bottom: 28px;
    }
}
#answers .answers__heading .heading {
    margin-bottom: 0;
}
#answers .answers__subheading {
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #answers .answers__subheading {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #answers .answers__subheading {
        margin-bottom: 32px;
    }
}
@media all and (min-width: 991px) {
    #answers .answers__subheading .subheading__inner {
        max-width: 628px;
        width: 100%;
    }
}
#answers .answers__subheading .subheading__inner p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 575px) {
    #answers .answers__subheading .subheading__inner p {
        font-size: 16px;
        line-height: 24px;
    }
}
#answers .wrapper {
    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: 16px;
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #answers .wrapper {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #answers .wrapper {
        margin-bottom: 32px;
    }
}
#answers .wrapper .item {
    position: relative;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
}
@media all and (max-width: 991px) {
    #answers .wrapper .item {
        font-size: 16px;
        line-height: 20px;
    }
}
#answers .wrapper .item p {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#answers .wrapper .item:nth-child(2) {
    font-size: 44px;
    line-height: 48px;
}
@media all and (max-width: 991px) {
    #answers .wrapper .item:nth-child(2) {
        font-size: 20px;
        line-height: 24px;
    }
}
@media all and (max-width: 390px) {
    #answers .wrapper .item:nth-child(2) {
        font-size: 19px;
    }
}
#answers .content {
    position: relative;
    padding-top: 32px;
}
@media all and (max-width: 991px) {
    #answers .content {
        padding-top: 20px;
    }
}
#answers .content::after {
    position: absolute;
    content: "";
    max-width: 782px;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
#answers .content p {
    max-width: 837px;
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 36px;
}
@media all and (max-width: 991px) {
    #answers .content p {
        font-size: 20px;
        line-height: 28px;
    }
}
#program {
    position: relative;
    z-index: 3;
}
#program .wrapper {
    max-width: 1356px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #program .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#program .wrapper:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #program .wrapper:before {
        display: none;
    }
}
#program .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 100%;
    height: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #program .wrapper:after {
        display: none;
    }
}
#program .program__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #program .program__item {
        margin-bottom: 16px;
    }
}
#program .program__item .item__inner {
    background-color: #242424;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    min-height: 412px;
    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;
    gap: 28px;
    z-index: 2;
}
@media all and (max-width: 575px) {
    #program .program__item .item__inner {
        border-radius: 24px;
        padding: 24px;
        min-height: 260px;
        gap: 24px;
    }
}
#program .program__item .item__inner:hover .image {
    opacity: 1;
    visibility: visible;
}
#program .program__item .item__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    opacity: 0.2;
    /* visibility: hidden; */
}
#program .program__item .item__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#program .program__item .item__inner h3 {
    font-size: 28px;
    line-height: 32px;
}
@media all and (max-width: 575px) {
    #program .program__item .item__inner h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
#program .box__button {
    padding-top: 40px;
}
@media all and (max-width: 575px) {
    #program .box__button {
        padding-top: 16px;
    }
}
.box__button .button__inner {
    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;
    gap: 30px;
}
@media all and (max-width: 575px) {
    .box__button .button__inner {
        gap: 24px;
    }
}
.box__button .button__inner .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.box__button .button__inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media all and (max-width: 575px) {
    .box__button .button__inner .social {
        gap: 16px;
    }
}
.box__button .button__inner .social a:hover {
    opacity: 0.8;
}
.box__button .button__inner .social a img {
    width: 40px;
    height: 40px;
}
#meditation {
    position: relative;
    z-index: 2;
}
#meditation:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 800px;
    height: 1600px;
    z-index: -1;
    top: -800px;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #meditation:after {
        background-image: url(../img/icon_6_1.svg);
        width: 360px;
        height: 800px;
        top: -300px;
        bottom: auto;
    }
}
#meditation .meditation__content {
    border-radius: 40px;
    min-height: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 1600px) {
    #meditation .meditation__content {
        min-height: 630px;
    }
}
@media all and (max-width: 1199px) {
    #meditation .meditation__content {
        min-height: 540px;
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    #meditation .meditation__content {
        min-height: 500px;
        border-radius: 24px;
        padding: 24px;
        margin-bottom: 32px;
    }
}
#meditation .meditation__content .video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
#meditation .meditation__content .video video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
@media all and (min-width: 991px) {
    #meditation .meditation__content .content__inner {
        max-width: 739px;
        width: 100%;
    }
}
#meditation .meditation__content .content__inner h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #meditation .meditation__content .content__inner h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
#meditation .meditation__content .content__inner p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 575px) {
    #meditation .meditation__content .content__inner p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px) {
    #meditation .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media all and (max-width: 767px) {
    #meditation .row::-webkit-scrollbar .row::-webkit-scrollbar {
        display: none;
    }
}
#meditation .meditation__item {
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    #meditation .meditation__item {
        scroll-snap-align: start;
        width: 320px;
    }
}
#meditation .meditation__item .item__inner {
    background-color: #242424;
    border-radius: 40px;
    padding: 40px;
}
@media all and (max-width: 767px) {
    #meditation .meditation__item .item__inner {
        border-radius: 24px;
        padding: 24px;
    }
}
#meditation .meditation__item .item__inner h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    #meditation .meditation__item .item__inner h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    #meditation .meditation__item .item__inner p {
        font-size: 14px;
        line-height: 22px;
    }
}
#island {
    position: relative;
    z-index: 2;
}
#island:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 800px;
    height: 1600px;
    z-index: -1;
    top: 200px;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #island:after {
        background-image: url(../img/icon_5_1.svg);
        width: 360px;
        height: 800px;
        top: -150px;
        bottom: auto;
    }
}
#island h2 {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    #island h2 {
        margin-bottom: 28px;
    }
}
#island .heading__item {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 991px) {
    #island .heading__item {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 991px) {
    #island .heading__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
#island .wrapper {
    position: relative;
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #island .wrapper {
        margin-bottom: 32px;
    }
}
#island .wrapper .swiper__nav {
    height: 48px;
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #island .wrapper .swiper__nav {
        height: 40px;
    }
}
#island .wrapper .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
@media all and (max-width: 575px) {
    #island .wrapper .swiper__nav .swiper-button {
        width: 40px;
        height: 40px;
        background-image: url(../img/arrow_white.svg);
    }
}
#island .wrapper .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
#island .wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
#island .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -88px;
}
@media all and (max-width: 1600px) {
    #island .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: -20px;
    }
}
@media all and (max-width: 575px) {
    #island .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: 16px;
    }
}
#island .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -88px;
}
@media all and (max-width: 1600px) {
    #island .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: -20px;
    }
}
@media all and (max-width: 575px) {
    #island .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: 16px;
    }
}
#island .wrapper .island__slider {
    padding-bottom: 50px;
}
#island .wrapper .island__slider .slide__inner a {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    height: 720px;
}
@media all and (max-width: 1600px) {
    #island .wrapper .island__slider .slide__inner a {
        height: 600px;
    }
}
@media all and (max-width: 767px) {
    #island .wrapper .island__slider .slide__inner a {
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #island .wrapper .island__slider .slide__inner a {
        height: 300px;
        border-radius: 24px;
    }
}
@media all and (max-width: 400px) {
    #island .wrapper .island__slider .slide__inner a {
        height: 184px;
    }
}
#island .wrapper .island__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#island .items__main {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #island .items__main {
        margin-bottom: 32px;
    }
}
#island .items__main .main__inner {
    position: relative;
    width: 1810px;
    margin: 0 auto;
}
@media all and (max-width: 1820px) {
    #island .items__main .main__inner {
        width: 1600px;
    }
}
@media all and (max-width: 1600px) {
    #island .items__main .main__inner {
        width: 1400px;
    }
}
@media all and (max-width: 1524px) {
    #island .items__main .main__inner {
        width: 100%;
    }
}
@media all and (max-width: 1199px) {
    #island .items__main .main__inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#island .items__main .items__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 14%;
}
@media all and (max-width: 1820px) {
    #island .items__main .items__list {
        width: 1540px;
        padding-left: 6%;
    }
}
@media all and (max-width: 1600px) {
    #island .items__main .items__list {
        width: 1460px;
        padding-left: 4%;
    }
}
@media all and (max-width: 1524px) {
    #island .items__main .items__list {
        width: 100%;
        padding-left: 0;
    }
}
@media all and (max-width: 1199px) {
    #island .items__main .items__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media all and (max-width: 1199px) {
    #island .items__main .items__list::-webkit-scrollbar {
        display: none;
    }
}
#island .items__main .item {
    border-radius: 40px;
    padding: 40px;
    background-color: #242424;
}
@media all and (max-width: 1524px) {
    #island .items__main .item {
        padding: 24px;
        border-radius: 24px;
    }
}
@media all and (max-width: 1199px) {
    #island .items__main .item {
        scroll-snap-align: start;
        min-width: 300px;
    }
}
@media all and (max-width: 575px) {
    #island .items__main .item {
        min-width: 242px;
    }
}
#island .items__main .item h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
@media all and (max-width: 1600px) {
    #island .items__main .item h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
@media all and (max-width: 1600px) {
    #island .items__main .item p {
        font-size: 14px;
        line-height: 22px;
    }
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #242424;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}
#location {
    position: relative;
    z-index: 3;
}
#location .wrapper {
    max-width: 1356px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #location .wrapper {
        padding-top: 0;
        padding-bottom: 16px;
    }
}
#location .wrapper:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #location .wrapper:before {
        display: none;
    }
}
#location .heading {
    margin-bottom: 0;
}
#location .heading h2 {
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    #location .heading h2 {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #location .heading h2 {
        margin-bottom: 32px;
    }
}
#location .heading h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 40px;
}
@media all and (max-width: 1199px) {
    #location .heading h3 {
        font-size: 20px;
    }
}
@media all and (max-width: 991px) {
    #location .heading h3 {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
#location .heading__item .item__inner {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 1600px) {
    #location .heading__item .item__inner {
        font-size: 18px;
        line-height: 26px;
    }
}
@media all and (min-width: 991px) {
    #location .heading__item .item__inner {
        max-width: 580px;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #location .heading__item .item__inner {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 991px) {
    #location .heading__item .item__inner:first-child {
        margin-bottom: 20px;
    }
}
#location .heading__item .item__inner p:not(:last-child) {
    margin-bottom: 32px;
}
@media all and (max-width: 1199px) {
    #location .heading__item .item__inner p:not(:last-child) {
        margin-bottom: 20px;
    }
}
#location .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #location .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#location .slider__wrapper {
    position: relative;
}
#location .slider__wrapper .swiper__nav {
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1228px;
    width: 100%;
    margin: auto;
}
@media all and (max-width: 575px) {
    #location .slider__wrapper .swiper__nav {
        height: 40px;
        top: calc(50% - 32px);
        bottom: auto;
    }
}
#location .slider__wrapper .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_white.svg);
}
@media all and (max-width: 575px) {
    #location .slider__wrapper .swiper__nav .swiper-button {
        width: 40px;
        height: 40px;
    }
}
#location .slider__wrapper .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
#location .slider__wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
#location .slider__wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 16px;
}
#location .slider__wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: 16px;
}
@media all and (max-width: 575px) {
    #location .location__slider {
        padding-bottom: 32px;
    }
}
#location .location__slider .slide__inner a {
    height: 400px;
    border-radius: 40px;
    overflow: hidden;
    display: block;
}
@media all and (max-width: 1600px) {
    #location .location__slider .slide__inner a {
        height: 350px;
    }
}
@media all and (max-width: 767px) {
    #location .location__slider .slide__inner a {
        height: 300px;
    }
}
@media all and (max-width: 575px) {
    #location .location__slider .slide__inner a {
        height: 208px;
        border-radius: 24px;
    }
}
#location .location__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#location .swiper-pagination {
    display: none;
}
@media all and (max-width: 575px) {
    #location .swiper-pagination {
        display: block;
    }
}
#price {
    position: relative;
    z-index: 2;
}
#price:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 800px;
    height: 1600px;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #price:after {
        background-image: url(../img/icon_6_1.svg);
        width: 360px;
        height: 800px;
        top: -300px;
        bottom: auto;
    }
}
@media all and (max-width: 1199px) {
    #price .price__left {
        margin-bottom: 16px;
    }
}
#price .price__left .left__inner {
    background-color: #242424;
    border-radius: 40px;
    overflow: hidden;
    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;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner {
        border-radius: 20px;
    }
}
#price .price__left .left__inner .image {
    height: 358px;
    border-radius: 40px 40px 0 0;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .image {
        height: 200px;
        border-radius: 24px 24px 0 0;
    }
}
#price .price__left .left__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#price .price__left .left__inner .price__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px;
    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;
    gap: 24px;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .price__details {
        padding: 24px;
    }
}
#price .price__left .left__inner .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#price .price__left .left__inner .details__inner .price {
    padding-bottom: 28px;
    border-bottom: 1px solid #383838;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .details__inner .price {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
#price .price__left .left__inner .details__inner .price ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#price .price__left .left__inner .details__inner .price ul li {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #03d0b1;
    position: relative;
}
#price
    .price__left
    .left__inner
    .details__inner
    .price
    ul
    li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #383838;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#price .price__left .left__inner .details__inner .price ul li:last-child {
    padding-left: 60px;
}
@media all and (max-width: 1400px) {
    #price .price__left .left__inner .details__inner .price ul li:last-child {
        padding-left: 40px;
    }
}
#price .price__left .left__inner .details__inner .price ul li span {
    display: block;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .details__inner .price ul li span {
        font-size: 20px;
        margin-top: 12px;
    }
}
#price .price__left .left__inner .details__inner h6 {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #03d0b1;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .details__inner h6 {
        margin-bottom: 12px;
    }
}
#price .price__left .left__inner .details__inner p {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .details__inner p {
        font-size: 20px;
    }
}
#price .price__left .left__inner .details__inner .date,
#price .price__left .left__inner .details__inner .duration {
    border-bottom: 1px solid #383838;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
#price .price__left .left__inner .details__inner .format {
    padding-bottom: 5px;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #price .price__left .left__inner .details__inner .date,
    #price .price__left .left__inner .details__inner .duration {
        padding-bottom: 4px;
        margin-bottom: 20px;
    }
    #price .price__left .left__inner .details__inner .format {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    #price .price__center {
        margin-bottom: 16px;
    }
}
#price .price__center .center__inner {
    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;
    gap: 20px;
}
@media all and (max-width: 1199px) {
    #price .price__center .center__inner {
        gap: 16px;
    }
}
#price .price__center .center__inner .included__item {
    background-color: #242424;
    border-radius: 40px;
    padding: 40px 40px 14px 40px;
}
@media all and (max-width: 575px) {
    #price .price__center .center__inner .included__item {
        border-radius: 24px;
        padding: 24px 24px 12px 24px;
    }
}
#price .price__center .center__inner .included__item h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 14px;
}
@media all and (max-width: 575px) {
    #price .price__center .center__inner .included__item h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}
#price .price__center .center__inner .included__item ul li {
    padding: 14px 0 14px 28px;
    position: relative;
}
@media all and (max-width: 575px) {
    #price .price__center .center__inner .included__item ul li {
        padding: 12px 0 12px 26px;
    }
}
#price .price__center .center__inner .included__item ul li:not(:last-child) {
    border-bottom: 1px solid #383838;
}
#price .price__center .center__inner .included__item ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #price .price__center .center__inner .included__item ul li:after {
        width: 14px;
        height: 14px;
    }
}
#price .price__right .right__inner {
    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;
}
#price .price__right .right__inner .image {
    height: 388px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #price .price__right .right__inner .image {
        display: none;
    }
}
#price .price__right .right__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#price .price__right .right__inner .form__inner {
    background-color: #242424;
    border-radius: 40px;
    padding: 40px;
}
@media all and (max-width: 575px) {
    #price .price__right .right__inner .form__inner {
        border-radius: 24px;
        padding: 24px;
    }
}
#price .price__right .right__inner .form__inner .form__title {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #price .price__right .right__inner .form__inner .form__title {
        margin-bottom: 24px;
    }
}
#price .price__right .right__inner .form__inner .form__title h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #price .price__right .right__inner .form__inner .form__title h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
.form__inner form .form__item {
    margin-bottom: 12px;
}
.form__inner form .form__item input {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 10px;
    color: #a2a2a2;
}
@media all and (max-width: 575px) {
    .form__inner form .form__item input {
        height: 52px;
        padding-left: 20px;
    }
}
.form__inner form .form__item input::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::-ms-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input:-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__item input::placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.form__inner form .form__submit {
    padding-top: 12px;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__submit {
        padding-top: 8px;
        margin-bottom: 20px;
    }
}
.form__inner form .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner form .form__policy .policy .text p {
    color: #fff;
    font-size: 12px;
    line-height: 100%;
}
@media all and (max-width: 575px) {
    .form__inner form .form__policy .policy .text p {
        font-size: 10px;
    }
}
.form__inner form .form__policy .policy .text p a {
    border-bottom: 1px solid #03d0b1;
    color: #fff;
}
.form__inner form .form__policy .policy .text p a:hover {
    color: #03d0b1;
}
.form__inner form .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #03d0b1;
    width: 24px;
    height: 24px;
    border-radius: 6px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__policy .policy .checkbox {
        width: 20px;
        height: 20px;
    }
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}
@media all and (max-width: 575px) {
    .form__inner
        form
        .form__policy
        .policy
        .checkbox
        span.wpcf7-form-control-wrap
        span.wpcf7-acceptance
        span.wpcf7-list-item
        input {
        width: 20px;
        height: 20px;
    }
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
.form__inner
    form
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
    display: none;
}
@media all and (max-width: 575px) {
    .form__inner
        form
        .form__policy
        .policy
        .checkbox
        span.wpcf7-form-control-wrap
        span.wpcf7-acceptance
        span.wpcf7-list-item
        span.wpcf7-list-item-label:after {
        left: 4px;
        top: -1px;
    }
}
#masters {
    position: relative;
    z-index: 2;
}
#masters:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 800px;
    height: 1600px;
    z-index: -1;
    top: 2000px;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1600px) {
    #masters:after {
        top: 1800px;
    }
}
@media all and (max-width: 1199px) {
    #masters:after {
        background-image: url(../img/icon_5_1.svg);
        width: 360px;
        height: 800px;
        top: calc(100% + 200px);
    }
}
#masters .wrapper {
    max-width: 1356px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #masters .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#masters .wrapper:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #masters .wrapper:before {
        display: none;
    }
}
#masters .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 100%;
    height: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #masters .wrapper:after {
        display: none;
    }
}
#masters .masters__item:not(:last-child) {
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #masters .masters__item:not(:last-child) {
        margin-bottom: 32px;
    }
}
@media all and (min-width: 991px) {
    #masters .masters__item:nth-child(2n + 1) .master__details {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (max-width: 1400px) {
    #masters .masters__item:nth-child(2n + 1) .master__details .details__inner {
        padding-right: 30px;
    }
}
@media all and (max-width: 991px) {
    #masters .masters__item:nth-child(2n + 1) .master__details .details__inner {
        padding-right: 0;
    }
}
@media all and (min-width: 991px) {
    #masters .masters__item:nth-child(2n + 1) .master__details .details__inner {
        padding-left: 0;
        padding-right: 60px;
    }
}
@media all and (max-width: 991px) {
    #masters .masters__item .master__photo {
        margin-bottom: 32px;
    }
}
#masters .masters__item .master__photo .photo__inner {
    height: 452px;
    border-radius: 40px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    #masters .masters__item .master__photo .photo__inner {
        max-width: 400px;
    }
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__photo .photo__inner {
        max-width: 328px;
        height: 360px;
        border-radius: 24px;
    }
}
#masters .masters__item .master__photo .photo__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#masters .masters__item .master__details .details__inner {
    padding-left: 60px;
}
@media all and (max-width: 1400px) {
    #masters .masters__item .master__details .details__inner {
        padding-left: 30px;
    }
}
@media all and (max-width: 991px) {
    #masters .masters__item .master__details .details__inner {
        padding-left: 0;
    }
}
#masters .masters__item .master__details .details__inner span {
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 14px;
    border: 1px solid #fff;
    padding: 8px 16px;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__details .details__inner span {
        font-size: 10px;
        padding: 7px 12px;
        border-radius: 12px;
        margin-bottom: 12px;
    }
}
#masters .masters__item .master__details .details__inner h2 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__details .details__inner h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
}
#masters .masters__item .master__details .details__inner p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
}
@media all and (min-width: 991px) {
    #masters .masters__item .master__details .details__inner p {
        max-width: 680px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__details .details__inner p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}
#masters .masters__item .master__details .details__inner ul li {
    position: relative;
    padding: 12px 0;
    padding-left: 24px;
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__details .details__inner ul li {
        padding: 8px 0;
        padding-left: 18px;
    }
}
#masters
    .masters__item
    .master__details
    .details__inner
    ul
    li:not(:last-child) {
    border-bottom: 1px solid #242424;
}
#masters .masters__item .master__details .details__inner ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #03d0b1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #masters .masters__item .master__details .details__inner ul li::after {
        width: 6px;
        height: 6px;
    }
}
#masters .masters__item .master__details .details__inner .quote {
    padding-left: 32px;
    background-size: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/icon_11.svg);
}
@media all and (min-width: 991px) {
    #masters .masters__item .master__details .details__inner .quote {
        max-width: 740px;
        width: 100%;
    }
}
#schedule {
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#schedule .heading {
    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: 28px 40px;
}
@media all and (max-width: 991px) {
    #schedule .heading {
        -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;
    }
}
#schedule .heading h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#schedule .heading .heading__content p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (max-width: 1199px) {
    #schedule .heading .heading__content p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 991px) {
    #schedule .heading .heading__content p:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    #schedule .wrapper {
        position: relative;
    }
}
#schedule .schedule__slider {
    overflow: visible;
}
#schedule .schedule__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
#schedule .schedule__slider .slide__inner {
    min-height: 520px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 40px;
    background-color: #242424;
    overflow: hidden;
    width: 1276px;
}
@media all and (max-width: 1600px) {
    #schedule .schedule__slider .slide__inner {
        width: 1000px;
        min-height: 480px;
    }
}
@media all and (max-width: 1199px) {
    #schedule .schedule__slider .slide__inner {
        width: 900px;
    }
}
@media all and (max-width: 991px) {
    #schedule .schedule__slider .slide__inner {
        width: 700px;
    }
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 280px;
        border-radius: 24px;
        width: 500px;
    }
}
@media all and (max-width: 575px) {
    #schedule .schedule__slider .slide__inner {
        width: 300px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details {
    padding: 60px;
    width: 432px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1600px) {
    #schedule .schedule__slider .slide__inner .schedule__details {
        width: 370px;
        padding: 40px;
    }
}
@media all and (max-width: 1199px) {
    #schedule .schedule__slider .slide__inner .schedule__details {
        width: 340px;
    }
}
@media all and (max-width: 991px) {
    #schedule .schedule__slider .slide__inner .schedule__details {
        width: 320px;
    }
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details {
        padding: 24px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details h4 {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 14px;
    padding: 8px 16px;
    border: 1px solid #fff;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details h4 {
        font-size: 10px;
        padding: 7px 12px;
        border-radius: 12px;
        margin-bottom: 20px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details ul li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details ul li {
        font-size: 13px;
    }
}
#schedule
    .schedule__slider
    .slide__inner
    .schedule__details
    ul
    li:not(:last-child) {
    margin-bottom: 12px;
}
@media all and (max-width: 767px) {
    #schedule
        .schedule__slider
        .slide__inner
        .schedule__details
        ul
        li:not(:last-child) {
        margin-bottom: 8px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #03d0b1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#schedule .schedule__slider .slide__inner .schedule__details p {
    margin-bottom: 28px;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__details .more {
    display: inline-block;
    color: #03d0b1;
    border-bottom: 1px solid #03d0b1;
    font-weight: 700;
    margin-top: 40px;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__details .more {
        font-size: 14px;
        margin-top: 20px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__image {
    width: 100%;
}
@media all and (max-width: 767px) {
    #schedule .schedule__slider .slide__inner .schedule__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 160px;
    }
}
#schedule .schedule__slider .slide__inner .schedule__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#schedule .swiper__nav {
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #schedule .swiper__nav {
        height: 40px;
        top: 140px;
        bottom: auto;
    }
}
#schedule .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_white.svg);
}
@media all and (max-width: 575px) {
    #schedule .swiper__nav .swiper-button {
        width: 40px;
        height: 40px;
    }
}
#schedule .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
#schedule .swiper__nav .swiper-button:after {
    display: none !important;
}
#schedule .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 16px;
}
@media all and (max-width: 575px) {
    #schedule .swiper__nav .swiper-button.swiper-button-prev {
        left: 0;
    }
}
#schedule .swiper__nav .swiper-button.swiper-button-next {
    right: 16px;
}
@media all and (max-width: 575px) {
    #schedule .swiper__nav .swiper-button.swiper-button-next {
        right: 0;
    }
}
.schedule__list .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
    gap: 20px;
}
@media all and (max-width: 1199px) {
    .schedule__list .list__item {
        font-size: 12px;
        line-height: 20px;
        gap: 16px;
    }
}
.schedule__list .list__item:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    .schedule__list .list__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.schedule__list .list__item .time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    height: 24px;
    display: inline;
    padding: 7px 14.5px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 5px;
}
@media all and (max-width: 1199px) {
    .schedule__list .list__item .time {
        width: 52px;
        margin-top: 3px;
    }
}
#about {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#about .heading {
    margin-bottom: 0;
}
#about .wrapper {
    min-height: 1206px;
    padding-top: 43px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1199px) {
    #about .wrapper {
        min-height: 930px;
    }
}
@media all and (max-width: 991px) {
    #about .wrapper {
        min-height: 700px;
        padding-bottom: 330px;
    }
}
@media all and (max-width: 575px) {
    #about .wrapper {
        padding-top: 28px;
    }
}
#about .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/31.webp");
    width: 1206px;
    height: 1206px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    #about .wrapper:after {
        width: 900px;
        height: 900px;
    }
}
@media all and (max-width: 991px) {
    #about .wrapper:after {
        width: 700px;
        height: 700px;
        bottom: -330px;
    }
}
@media all and (max-width: 767px) {
    #about .wrapper:after {
        left: -100px;
    }
}
@media all and (max-width: 575px) {
    #about .wrapper:after {
        left: -150px;
    }
}
#about .wrapper .subheading {
    margin-bottom: 60px;
}
#about .wrapper .subheading p {
    font-size: 20px;
    line-height: 28px;
}
@media all and (min-width: 991px) {
    #about .wrapper .subheading p {
        max-width: 559px;
        width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 575px) {
    #about .wrapper .subheading p {
        font-size: 16px;
        line-height: 24px;
    }
}
#about .wrapper ul {
    max-width: 844px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media all and (max-width: 991px) {
    #about .wrapper ul {
        padding-left: 80px;
    }
}
#about .wrapper ul li {
    max-width: 304px;
    width: 100%;
}
@media all and (max-width: 1199px) {
    #about .wrapper ul li {
        max-width: 250px;
    }
}
#about .wrapper ul li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 991px) {
    #about .wrapper ul li:nth-child(2n) {
        margin-left: 0;
        margin-right: auto;
    }
}
@media all and (max-width: 991px) {
    #about .wrapper ul li:not(:last-child) {
        margin-bottom: 40px;
    }
}
#about .wrapper ul li h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #about .wrapper ul li h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
#about .wrapper ul li p {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #about .wrapper ul li p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}
#about .wrapper ul li a {
    display: inline-block;
    color: #03d0b1;
    border-bottom: 1px solid #03d0b1;
    font-weight: 700;
}
@media all and (max-width: 991px) {
    #about .wrapper ul li a {
        font-size: 14px;
    }
}
#about .animated-block {
    position: absolute; /* Позиционируем линию относительно .block */
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px; /* Толщина линии */
    height: 100%; /* Высота линии равна высоте .block */
    background-color: #ccc; /* Цвет линии */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(217, 217, 217, 0)),
        color-stop(50%, #d9d9d9),
        to(rgba(217, 217, 217, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(217, 217, 217, 0) 0%,
        #d9d9d9 50%,
        rgba(217, 217, 217, 0) 100%
    );
}
@media all and (max-width: 991px) {
    #about .animated-block {
        left: 30px;
    }
}
#about .animated-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--fill-height, 0%);
    background-color: #03d0b1;
    -webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
    -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .animated-circle {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    -webkit-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16.svg);
    -webkit-transition: top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
#faq .wrapper {
    max-width: 1356px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #faq .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#faq .wrapper:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #faq .wrapper:before {
        display: none;
    }
}
#faq .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 100%;
    height: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    #faq .wrapper:after {
        display: none;
    }
}
#faq .faq_tabs {
    max-width: 844px;
    width: 100%;
    margin: 0 auto 60px auto;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs {
        margin-bottom: 32px;
    }
}
#faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item:not(:last-child) {
        margin-bottom: 32px;
    }
}
#faq .faq_tabs .tabs_item .title {
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 40px;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width: 767px) {
    #faq .faq_tabs .tabs_item .title {
        border-radius: 24px;
        padding: 24px;
    }
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}
#faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 26px;
    height: 20px;
    bottom: 10px;
    left: -10px;
}
#faq .faq_tabs .tabs_item .tab_content {
    background-color: #242424;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    display: none;
}
@media all and (max-width: 767px) {
    #faq .faq_tabs .tabs_item .tab_content {
        border-radius: 24px;
        padding: 24px;
    }
}
#faq .faq_tabs .tabs_item .tab_content.open {
    display: block;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}
#faq .faq_tabs .tabs_item .tab_content:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.svg);
    width: 26px;
    height: 20px;
    bottom: 10px;
    right: -10px;
}
#footer {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/35.jpg);
    padding-top: 140px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1600px) {
    #footer {
        padding-top: 90px;
    }
}
@media all and (max-width: 1199px) {
    #footer {
        padding-top: 52px;
    }
}
@media all and (max-width: 991px) {
    #footer {
        text-align: center;
        padding-bottom: 36px;
    }
}
#footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1a1a1a),
        to(rgba(26, 26, 26, 0))
    );
    background: linear-gradient(180deg, #1a1a1a 0, rgba(26, 26, 26, 0) 100%);
    z-index: -1;
}
@media all and (max-width: 575px) {
    #footer::after {
        height: 140px;
    }
}
#footer .footer__item {
    margin-bottom: 408px;
}
@media all and (max-width: 1600px) {
    #footer .footer__item {
        margin-bottom: 200px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__item {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__item {
        margin-bottom: 32px;
    }
}
#footer .footer__logo img {
    /* width: 113px; */
    width: 180px;
    height: auto;
}
@media all and (max-width: 991px) {
    #footer .footer__menu {
        display: none;
    }
}
#footer .footer__menu.footer__menu-links {
    display: block;
}
#footer .footer__menu ul li:not(:last-child) {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__menu ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
#footer .footer__menu ul li a {
    color: #fff;
}
#footer .footer__menu ul li a:hover {
    color: #03d0b1;
}
#footer .footer__bottom {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    #footer .footer__bottom {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__up {
        padding-top: 16px;
    }
}
#footer .footer__up #arrowup {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
@media all and (max-width: 991px) {
    #footer .footer__up #arrowup {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__up #arrowup img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page {
    padding-top: 210px;
}
@media all and (max-width: 1600px) {
    #page {
        padding-top: 180px;
    }
}
@media all and (max-width: 1199px) {
    #page {
        padding-top: 104px;
    }
}
#page article a {
    color: #03d0b1;
}
