:root {
    --bg: #010405;
    --primary-color: #fff;
    --secondary-color: #1B1B1B;
    --black-color: #111;
    --green-color: #8AC643;
}

html {
    scrollbar-gutter: stable;
}

body {
    min-height: 2200px;
    color: var(--primary-color);
    background: var(--bg) url(../assets/images/left-bg.jpg) no-repeat left 1320px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
}
h2 { font-size: 45px; font-weight: 500; font-style:italic;}
h3 { font-size: 35px; font-weight:300; font-style:italic;}
h4 { font-size: 32px; font-weight:300; font-style:italic;}
h5 { font-size: 24px; font-weight: 500; font-style:italic;}

svg {
    flex-shrink: 0;
}

.body-overflow {
    overflow: hidden;
    min-height: 100dvh;
}

.main {
    overflow: hidden;
}

.container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.title {
    text-align: center;
}

.top-right {
    display: none;
    position: absolute;
    top: -723px;
    right: -660px;
    z-index: -1;
}

.select {
    position: relative;
}

.select__button {

}

.select__wrapper {
    opacity: 0;
    width: fit-content;
    background-color: #010101;
    position: absolute;
    bottom: -40px;
    border-radius: 25px;
    pointer-events: none;
    transition: .4s all ease-in-out;
    padding: 10px;
}

.select__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select--active .select__wrapper {
    opacity: 1;
    bottom: -10px;
    pointer-events: painted;
}

.select__link {
    color: var(--primary-color);
    transition: .3s all linear;
}

.select__link:hover {
    color: var(--green-color);
}

.button {
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    display: grid;
    place-items: center;
    background-color: var(--green-color);
    color: var(--secondary-color);
    border-radius: 30px;
    padding: 0 26px;
    transition: .3s all linear;
}

.button:hover {
    background-color: #81fd11;
}

.button--black {
    color: var(--primary-color);
    background-color: #121212;
}

.button--black:hover {
    background-color: #181717;
}

.header { position: relative;}
.header:before { content:''; display: block; position:fixed; height: 220px; left:0; top:0; width: 100%; background: url(../assets/images/header-shadow.png) repeat-x 0 0; background-size: auto 100%; z-index: 50; pointer-events: none;}
.header-line { position: absolute; z-index: 100; top:40px; left:0; width: 100%;}
.header-row { display: flex; align-items: center; justify-content: space-between;}
.header .select__wrapper {
    padding: 40px 73px 55px 38px;
    text-wrap: nowrap;
    left: 0;
    transform: translate(0, 100%);
}
.logo-wrapper { width: 135px; top: -7px; position: relative; margin-bottom: auto;} 
.header__logo { display: inline-block; width: 135px; position: fixed; top:40px; z-index: 500;}
.header__list { display: flex; gap: 45px; font-size: 16px;}

.header__select {
    position: relative;
}

.header__select:hover .select__wrapper {
    opacity: 1;
    bottom: 0;
    pointer-events: painted;
}

.header__link,
.header__select-button {
    display: block;
    color: var(--primary-color);
    padding: 10px 0;
    font-weight: 500;
    transition: .3s all linear;
}

.header__select-button svg {
    transition: .3s all linear;
}

.header__select-button {
    display: flex;
    align-items: center;
    gap: 12px;
    --arrow-color: var(--primary-color);
}

.header__link:hover,
.header__select:hover .header__select-button {
    color: var(--green-color);
    --arrow-color: var(--green-color);
}

.header__button { font-size: 16px; font-weight: 300; border-radius: 14px; height: 55px; transition: .3s all linear;}

.header__slide { display: flex; flex-direction: column;  position: relative; height:956px;}
.header__bg {
    object-fit: cover;
    object-position: right center;
    position: absolute;
    top:0;
    right:0;
    z-index: -1;
    width:100%;
    height:100%;
}
.header__bg.slide-mobile { display: none;}

.header__wrapper { display: flex; flex-direction: column; position: relative; text-align: center; width: 100%; padding: 220px 0 100px;}
.header__title { font-size: 40px; line-height: 44px; font-weight: 500; text-transform:uppercase; font-style: normal;}
.header__title span { display: block; font-size: 65px; line-height: 65px; font-weight:600; margin-top: 10px}
.slide-link-bottom { margin-top: 32px;}
.slide-link-bottom .slide-link { display: inline-block; font-size: 16px; line-height: 30px; font-weight: 300; color:#fff; border-bottom:1px solid var(--green-color); text-decoration: none;}
.header__wrapper > .container { position: relative; z-index: 1;}
.header__slide-nav {
    border: 1px solid #1B1B1B;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 10;
    background-color: var(--bg);
    top: 50%;
    --arrow-color: var(--primary-color);
}

.header__slide-next {
    right: 0;
    transform: translate(50%, -50%);
}

.header__slide-next svg {
    transform: rotate(270deg);
}

.header__slide-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.header__slide-prev svg {
    transform: rotate(90deg);
}

.header__swiper-pagination {
    bottom: 20px;
    --swiper-pagination-bullet-horizontal-gap: 4.5px;
    --swiper-pagination-bullet-inactive-color: #0D0D0D;
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-height: 12px;
    --swiper-pagination-color: var(--green-color);
}

.header__menu-button { position: fixed; top:40px; z-index: 500; display: flex; justify-content: center; align-items:center;  width: 70px; height: 55px; background: #121212; border-radius: 14px; cursor: pointer;}
.header__menu-button span, .burger-mobile-wrapper .menu-close span { width: 38px; height: 23px; display: block; background: url(../assets/images/burger.png) no-repeat center; background-size: 100% 100%;}
.burger-mobile-wrapper .menu-close span { background-image: url(../assets/images/burger-mobile.png);}    
.burger-wrapper { width: 70px; height: 55px;}
.burger-mobile-wrapper .menu-close { width: 70px; height: 55px; border:1px solid var(--green-color); border-radius: 14px; display: flex; justify-content: center; align-items: center;}
.burger-mobile-wrapper .menu-close span { width: 30px; height: 30px; position: relative; background: none;}    
.burger-mobile-wrapper .menu-close span:before, .burger-mobile-wrapper .menu-close span:after { content:''; display: block; position: absolute; width: 32px; height: 2px; top:50%; left:50%; background: var(--green-color)}
.burger-mobile-wrapper .menu-close span:before { transform:translate(-50%,-50%) rotate(45deg);}
.burger-mobile-wrapper .menu-close span:after { transform:translate(-50%,-50%) rotate(135deg);}

.menu {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 250;
    color: var(--secondary-color);
    display: none;
}

.menu--active {
    display: block;
}

.menu__outline {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.37);
}

.menu__block {
    width: 540px;
    max-width:83%;
    overflow-y: auto;
    transition: .2s all ease-in-out;
    transform: translateX(100%);
    background: #fff; 
    padding: 60px 58px;
}

.menu--opened .menu__block {
    transform: translateX(0);
}
.navi-head { display: flex; justify-content:space-between; margin-bottom: 50px;}
.navi-head .navi-logo { display: inline-block; width: 120px; margin-bottom: -5px;}

.menu__lang { display: none;
    width: fit-content;
    margin-left: auto;
}

.menu__lang-button {
    position: relative;
    font-size: 16px;
    padding: 19.48px 42px 18.52px 23.45px;
    border-radius: 15px;
    background-color: #000000;
    color: var(--primary-color);
    --arrow-color: var(--primary-color);
}

.menu__lang-button svg {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.menu__list {
    display: flex;
    line-height: 63px;
    flex-direction: column;
}
.menu__item { font-weight: 300; font-size: 26px;}
.menu__item-link {
    color: var(--secondary-color);
}

.menu__socials { margin-top:40px; display: flex; gap: 28px;}
.menu__socials-link { cursor: pointer; background-color:transparent; border:1px solid #000; width: 61px; height: 61px; display: grid; place-items: center; border-radius: 50%; transition: .3s all linear;}
.menu .select__wrapper {
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
}
.navi-button { margin-top: 40px;}
.button.navi-tickets-button { display: inline-block; padding:15px 40px; font-size: 22px; line-height: 30px; height: 60px; font-weight: 600; text-transform: uppercase; background: #000; color:#fff; border-radius: 14px;}
.button.navi-tickets-button:hover { background: var(--green-color); color:var(--secondary-color);}

.section { padding-top: 185px;}
.top { position: relative; padding-top: 100px;}
.top__content {
    display: flex;
    gap: 38px;
    margin-top: 62px;
    flex-wrap: wrap;
}

.top__box {
    width: calc((100% / 3) - 26px);
    padding: 52px 60px 114px;
    border-radius: 25px;
    background:#000;
    border: 1px solid #374625;
    display: flex;
    flex-direction: column;
}

.top__box-title {
    color: var(--green-color);
}

.top__text {
    min-height: 140px;
    margin-top: 24px;
    margin-bottom: auto;
}

.top__button {
    margin-top: 24px;
    width: fit-content;
    padding: 0 36px;
}
.gallery__swiper {
    min-width: calc(100% + 800px);
    margin-top: 57px;
}

.gallery__swiper .swiper-slide {
    width: 1060px;
    height: 752px;
}

.gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.about__content {
    margin-top: 54px;
    display: grid;
    gap: 33px 38px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 315px );
}


.about__box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 23px 40px 52px 63px;
}

.about__box::before {
    content: "";
    transition: .4s all ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
}

.about__box:hover::before {
    opacity: .8;
}

.about__box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 145px;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1)
    );
    z-index: -1;
}

.about__box-image {
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    object-fit: cover;
}

.about__box:nth-child(2) {
    grid-column: 2 /3;
    grid-row: 1 / 3;
    padding-left: 58px;
}

.about__bottom {
    max-height: 0;
    overflow: hidden;
    transition: .4s all ease-in-out;
}

.about__box:hover .about__bottom {
    max-height: 200px;
}

.about__text {
    margin-top: 24px;
    min-height: 85px;
    font-size: 18px;
    font-weight: 500;
}

.team__swiper {
    margin-top: 75px;
}

.team .team__slide {
    height: auto;
    position: relative;
}

.team__slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 221px;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, .5)
    );
}

.team__wrapper {
    position: absolute;
    bottom: 45px;
    min-height: 67px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 2;
}

.team__image {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.team__position {
    font-weight:500;
    font-size: 18px;
    margin-top: 16px;
}
.reviews__content {
    margin-top: 68px;
    display: flex;
    gap: 18px;
}

.reviews__box {
    font-family: 'Open Sans', sans-serif;
    width: calc((100% / 3) - 12px);
    padding: 17px 19px 79px 39px;
    border-radius: 25px;
    background-color: var(--black-color);
}

.reviews__box-top {
    display: flex;
    justify-content: space-between;
}

.reviews__stars {
    display: flex;
    gap: 2px;
}

.reviews__right {
    position: relative;
}

.reviews__num {
    display: grid;
    place-items: center;
    width: 60px;
    height: 45px;
    font-size: 25px;
    font-weight: 700;
    color: #6BEB11;
    border-radius: 12px;
    background-color: #252525;
}

.reviews__text {
    max-width: 320px;
    margin-top: 24.5px;
    color: #ACACAC;
    font-size: 17px;
}

.reviews__tooltip {
    display: none;
    position: absolute;
    padding: 18.46px 20.16px 35.5px 24.48px;
    background-color: #252525;
    bottom: 70px;
    border-radius: 12px;
    left: 50%;
    font-size: 16px;
    font-weight: 400;
    width: 296px;
    color: var(--primary-color);
    transform: translateX(-50%);
}

.reviews__tooltip::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 100%);
    background: #252525;
    -webkit-clip-path: polygon(0% 0%, 95.6568% 0%, 47.3683% 100%, 48.2886% 100%);
    clip-path: polygon(0% 0%, 95.6568% 0%, 47.3683% 100%, 48.2886% 100%);
}

.reviews__num:hover + .reviews__tooltip {
    display: block;
}

.questions {
    position: relative;
}

.questions__list {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.questions__item {
    background-color: var(--black-color);
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #2F3E1E;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #A0A0A0;
}

.questions__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    padding: 15px 25px 14px 34px;
}

.questions__circle {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    line-height: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: #6BEC11;
}

.questions__button .questions__minus,
.questions__button--active .questions__plus {
    display: none;
}


.questions__button--active .questions__minus {
    display: block;
    height: 22px;
}

.questions__item-content {
    max-height: 0;
    transition: .7s all linear;
    overflow: hidden;
    padding: 0 25px 0 34px;
}

.questions__button--active + .questions__item-content {
    max-height: 600px;
}

.questions__text {
    margin-top: 20px;
    padding-bottom: 20px;
}

.questions__bg {
    position: absolute;
    right: -140px;
    top: -267px;
    z-index: -1;
}

.footer { margin-top: 160px;}
.footer__inner {
    padding-bottom: 70px;
    padding-top: 45px;
    border-top: 1px solid var(--black-color);
}

.footer__content {
    display: flex;
    gap: 40px 30px;
    justify-content: space-between;
}

.footer__rights { margin-top: 100px; font-size: 15px; color: #808282; text-align: center;}

.footer__list {
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer__title {
    font-size: 22px;
    color: #808282;
}

.footer__link {
    font-size: 18px;
    color: var(--primary-color);
    transition: .3s all linear;
}


.footer__link:hover {
    color: var(--green-color);
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer__socials-link {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: .3s all linear;
    cursor: pointer;
}


.footer__socials-link:hover {
    background-color: #181717;
}

.bottom-menu { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background:var(--green-color); padding:5px 0 10px; z-index: 175; transform: translateY(0);}
.bottom-menu li { flex: 0 1 100%; height: 100%;}
.bottom-menu li a { display: block; padding: 6px 10px 8px; color:var(--secondary-color); font-size: 13px; font-weight: 500; line-height: 20px; text-align: center; text-decoration: none;}
.bottom-menu li .ico { display: block; width:20px; margin: 0 auto 5px; transition: all 0.3s ease; transform:scale(1);}
.bottom-menu li .ico img { width: 20px; height: 16px; object-fit: contain; object-position: center;}
.bottom-menu li a:hover .ico { transform:scale(1.15);}

@media (max-width: 1600px) {
    .reviews__box:last-child .reviews__tooltip {
        left: auto;
        right: 0;
        transform: none;
    }

    .reviews__box:last-child .reviews__tooltip::after {
        left: 90%;
    }
}

@media (max-width: 1400px) {
    .top__box {
        padding: 30px;
    }

    .header__list {
        gap: 25px;
    }
}
@media (max-width: 1300px) {
    .top__button { font-size: 16px;}
}

@media (max-width: 1200px) {
    .top__content {
        gap: 12px;
    }

    .top__box {
        width: 100%;
    }

    .top__text {
        min-height: auto;
    }

    .gallery__swiper {
        min-width: 100%;
    }

    .gallery__swiper .swiper-slide {
        width: 600px;
        height: 400px;
    }
.header__slide { height: 750px;}
    .header__nav {
        display: none;
    }

    .about__box {
        padding: 20px 20px 40px;
    }

    .about__box:nth-child(2) {
        padding-left: 20px;
    }

    .top-right {
        display: none;
    }

    .reviews__content {
        flex-wrap: wrap;
    }

    .reviews__box {
        width: 100%;
        padding: 20px;
    }

    .reviews__text {
        max-width: 100%;
    }

    .reviews__box .reviews__tooltip {
        left: auto;
        right: 0;
        transform: none;
    }

    .reviews__box .reviews__tooltip::after {
        left: 90%;
    }

    .footer__content {
        flex-wrap: wrap;
    }

    .footer__wrapper {
        width: calc(50% - 15px);
    }

    .footer__socials {
        justify-content: end;
        width: 100%;
        flex-direction: row;
    }
}

@media (max-width: 992px) {
    .section { padding-top: 90px;}
    .footer { margin-top: 100px;}
}

@media (max-width: 768px) {
    body {
        font-size: 18px;
        background-size: 100% auto;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }

    .button {
        font-size: 16px;
        height: 45px;
    }

    .header__button { height: 45px; font-size: 14px;}

    .header__slide-nav {
        width: 40px;
        height: 40px;
    }

    .navi-head { margin-bottom:28px;}
    .menu__block { display: flex; flex-direction: column; padding: 20px 20px 30px 56px; background: #fff;}
    .burger-mobile-wrapper .menu-close { width: 45px; height: 45px; border-radius: 10px;}
    
    .menu__list { line-height: 36px;}
    .menu__item { padding: 9px 0; list-style: none; font-size: 20px;}
    .menu__socials { margin-top: 40px; gap:20px;}
    .menu__socials-link {width:43px; height:43px;}
    .navi-button { margin-top: 40px; }

    .header:before { position: fixed; height: 180px; background-image: url(../assets/images/shadow-mobile-top.png);}
    .header__slide { height:178vw;}
    .header-line { top:20px; position: fixed;}
    .logo-wrapper { width: auto; top:auto; margin-bottom: 0;}
    .header__logo { position: relative; top:auto; width: 62px; margin-bottom:0; margin-left: 10px;}
    .burger-wrapper { width:auto; height:auto;}
    .header__menu-button { position: relative; top:auto; width:45px; height:45px; border-radius: 10px;}
    .header__menu-button span, .burger-mobile-wrapper .menu-close span { width: 25px; height: 15px; background-image: url(../assets/images/burger-mobile.png);}    
    .burger-mobile-wrapper .menu-close span { background: none; height: 25px;}
    .burger-mobile-wrapper .menu-close span:before, .burger-mobile-wrapper .menu-close span:after { width: 26px;}
    .header__slide:before { content: ''; display: block; position: absolute; height:285px; left: 0; bottom: 0; width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 1) 100% );}    
    .header__slide { flex-direction: row;}
    .header__bg { display: none;}
    .header__bg.slide-mobile { display:block;}
    .header__wrapper { padding: 120px 0 185px;}
    .header__wrapper > .container { display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
    .header__title { font-size: 22px; line-height: 24px;}
    .header__title span { font-size: 36px; line-height:36px; margin-top: 5px}
    .slide-link-bottom { margin-top: auto;}
    .slide-link-bottom .slide-link { font-size: 13px; line-height: 30px; font-weight: 600; text-transform: uppercase;}
    
    .section { padding-top: 70px; }

    .top__content,
    .gallery__swiper,
    .about__content,
    .team__swiper,
    .reviews__content,
    .questions__list {
        margin-top: 30px;
    }

    .gallery__swiper .swiper-slide {
        width: 100%;
        height: auto;
    }

    .about__content {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 300px);
    }

    .about__box:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .about__box-image {
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .team__position {
        font-size: 14px;
        margin-top: 6px;
    }

    .team__wrapper {
        left: 5px;
        right: 5px;
        min-height: 48px;
    }

    .reviews__num {
        font-size: 20px;
    }

    .reviews__text {
        margin-top: 10px;
    }

    .footer { margin-top: 70px;}
    .footer__rights { margin-top: 60px;}
    
    .bottom-menu { display: flex;}
    body>jdiv>jdiv>jdiv { bottom:70px !important; z-index: 200 !important;}
}
@media (max-width: 576px) {
    .team__wrapper { min-height: 66px;}
}

    
@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    .header__button {
        display: none;
    }

    .header__rating {
        margin-top: 30px;
        margin-left: 0;
        max-width: 100%;
    }

    .about__content {
        grid-template-columns:  100%;
        grid-template-rows: repeat(5, 300px);
    }

    .about__box:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .team__wrapper { min-height: 61px;}

    .footer__inner {
        padding-bottom: 20px;
    }

    .footer__wrapper {
        width: 100%;
    }
}

.form__fields { display: flex; flex-direction: column; gap: 10px;}
.form-control { align-items: center; background-color: #fff; border: 1px solid #fff; color: #282828; border-radius: 30px; display: flex; flex-direction: row; font-family: "Montserrat", sans-serif; font-size: 18px; font-style: normal; font-weight: 400; height: 54px; width: 100%; line-height: 24px; outline: 0; padding:14px 36px;}
textarea.form-control { display: block; height:78px; resize: vertical;}
.form-control.error { border-color:red;}
.form__notice { color: #282828; font-size: 14px; font-style: normal; font-weight: 400; line-height: 19px; margin-top: 20px;}
.form__notice a { color:var(--green-color);}
.form__notice input[type="checkbox"] { margin-right: 5px;}
.form__notice input[type="checkbox"].error { box-shadow: 0 0 1px 1px red;}
.form__actions { display: flex; align-items: center; margin-top: 30px;}
.form__row label.error, .form__notice label.error { display: none !important;}
.button.button-submit { padding: 0 36px;}
.spinner-wrap { margin-left: 15px;}
.spinner-border { display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: text-bottom; border: .125em solid var(--green-color); border-right-color:transparent; border-radius: 50%; animation: spinner-border .75s linear infinite;}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.video-wrap { position: relative; padding-bottom: 56.25%;}
.video-wrap video, .video-wrap iframe { display: block; position: absolute; margin: 0; border:none; width: 100%; height: 100%; top:0; left:0;}

.fade { opacity: 0; transition: opacity .15s linear;}
.fade.show { opacity: 1;}
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color:#000;}
.modal-backdrop.show { opacity:.5;}
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow-x: hidden; overflow-y: auto; outline: 0;}
.modal-dialog { position: relative; width: auto; margin:15px;}
.modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-25%);}
.modal.show .modal-dialog { transform: translate(0,0);}
.modal-content { position: relative; width:100%; display: flex; flex-direction: column; background-color: #f5f5f5; border:none; border-radius:8px; background-clip: padding-box; outline: 0;}
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (1.75rem * 2));}
.modal-dialog-centered:before { display: block; height: calc(100vh - (1.75rem * 2)); content: "";}
.modal-dialog { width: 92%; max-width: 700px; margin:1.875rem auto;}
.modal-close { display: block; position: absolute; right:40px; top:40px; background: transparent; border: 0; margin: 0; padding: 0; cursor: pointer; color:#C9C9C9; z-index: 1; outline: none !important;}
.modal-close svg { display: block; width:40px; height:40px;}
.modal-close:hover { color:#8AC643;}
.modal-card { padding: 40px;}
.modal-card__title { color: #282828; font-size: 28px; font-style: normal; font-weight: 40; line-height: 36px; margin-bottom: 40px; padding-right: 60px;}
.modal-card__message { display: flex; align-items: center; backdrop-filter: blur(12.5px); border: 1px solid #8ac643; border-radius: 30px; box-sizing: border-box; color: #282828; flex-direction: row; font-size: 18px; font-style: normal; font-weight: 400; gap: 10px; line-height: 24px; padding: 6px 20px;}
.modal-card__success { display: none; flex-direction: column; justify-content: center;}
.modal-card.success .modal-card__content { display: none;}
.modal-card.success .modal-card__success { display: flex;}

@media (max-width: 991.98px) {
    .modal-card__title { font-size: 20px; line-height: 28px;}
    .modal-close { top:20px; right:20px;}
    #videoModal .modal-close { top:-60px;}
}