@import 'new-pages.css';

html {
    scroll-behavior: smooth;
}

body {
    background: #282828;
    color: white;
    font-family: 'GillSans', Arial, Helvetica, sans-serif;
    letter-spacing: 0.04em;
}

body::-webkit-scrollbar {
    background: transparent;
    width: 0;
}

.icon::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    background-image: url(../media/icons/location.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    content: '';
}

.address {
    font-size: clamp(0.625rem, 0.4833rem + 0.5742vw, 1rem);
}

.promo__title > h1 {
    display: flex;
    place-self: end;
    margin-block-end: 35px;
    font-weight: 300;
    font-size: clamp(2.5rem, 1.3393rem + 4.7619vw, 5.625rem);
    line-height: 110px;
    letter-spacing: 6px;
    text-align: left;
    text-transform: uppercase;
}

.promo-inner ul {
    padding-inline-start: 47px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.promo-inner li {
    display: block;
    position: relative;
    max-inline-size: 558px;
    text-wrap: wrap;
}

.promo-inner li::before {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -39px;
    background: url(../media/icons/minus-white.svg) center/contain no-repeat #fff;
    width: 29px;
    height: 1px;
    content: '';
}

.promo-inner li:not(:last-child) {
    margin-block-end: 14px;
}

.promo__text > p {
    position: relative;
    margin: 0 auto;
    padding-top: 37px;
    max-inline-size: 303px;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.9px;
    text-align: left;
}

.promo__text > p::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #d5d5d5;
    width: 124px;
    height: 0;
    content: '';
}

.offers__title-left > h2 {
    font-weight: 300;
    font-size: clamp(2.2rem, 1.5643rem + 2.2786vw, 3.375rem);
    line-height: 70px;
    line-height: 100px;
    text-transform: uppercase;
}

.offers__title-left > p {
    position: relative;
    margin-bottom: 60px;
    padding-top: 32px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.9px;
}

.offers__title-left > p::before {
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid white;
    width: 125px;
    height: 0;
    content: '';
}

.offers__title-right > h2 {
    font-weight: 300;
    font-size: clamp(2.2rem, 1.5643rem + 2.2786vw, 3.375rem);
    line-height: 70px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.offers__title-right > p {
    position: relative;
    margin-bottom: 60px;
    padding-top: 32px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.9px;
}

.offers__title-right > p::before {
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid white;
    width: 125px;
    height: 0;
    content: '';
}

.offers__wrapper-slider {
    position: relative;
    height: 551px;
}

.offers .container-slider-left {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    max-inline-size: 50vw;
}

.offers .container-slider-right {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    max-inline-size: 50vw;
}

.offers__slider-left {
    width: 100%;
}

.offers__slider-right {
    width: 100%;
}

.offers .arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    height: max-content;
}

.offers__slide.slick-slide {
    width: 100%;
    height: 551px;
}

.offers__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-prev {
    display: none !important;
}

.offers .btn-slider-left {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    width: 60px;
}

.offers .btn-slider-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    width: 60px;
}

.offers__description > p {
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.8px;
}

.learn-btn::after {
    display: block;
    position: absolute;
    right: -45px;
    bottom: 43%;
    background-color: #ffffff;
    width: 34px;
    height: 1px;
    content: '';
}

.select {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    max-width: 500px;
}

.select__header {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid white;
    width: 100%;
    max-width: 500px;
    height: 66px;
}

.select__header.select__header--orange {
    background: #de9232;
}

.select.is-active .select__body {
    display: block;
}

.select.is-active .select__header {
    border-bottom: 0;
}

.select__current {
    display: -webkit-box;
    margin: auto 0;
    padding-left: 24px;
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.select.is-active .select__icon {
    rotate: 0deg;
    transition: 0.3s;
    background: url(../media/icons/select-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mr-icon {
    margin-right: 21px;
    margin-left: auto;
}

.select__icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    rotate: 180deg;
    background: url(../media/icons/select-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 9px;
    text-align: center;
}

.select__body {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    border-top: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    width: inherit;
}

.select__body--blue {
    background: #76c4c7;
}

.select__body--orange {
    background: #fca252;
}

.select__item {
    cursor: pointer;
    padding: 8.5px 24px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
}

.select__item:hover {
    color: white;
}

.crossed-out-text {
    background-image: url(../media/icons/strikethrough.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.line-dec::after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid white;
    background-color: white;
    height: 0;
    content: '';
}

.offers__price-text > p {
    max-inline-size: 403px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.offers__price-text.left-text > p {
    max-inline-size: 416px;
}

.list > div {
    padding-top: 258px;
}

.list__title > h3 {
    position: relative;
    position: relative;
    padding-top: 50px;
    max-inline-size: 417px;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 1.6px;
}

.list__title > h3::before {
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #dadada;
    width: 125px;
    height: 0;
    content: '';
}

.list__title-item > p {
    margin-top: 53px;
    margin-right: 210px;
    max-inline-size: 404px;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.7px;
}

.plus-decoration::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../media/icons/plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
}

.list__items-left > ul {
    display: flex;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
    padding-left: 86px;
    max-inline-size: 441px;
    font-weight: 300;
    line-height: 30px;
}

.list__items-left > ul > li {
    position: relative;
}

.list__items-left > ul > li::before {
    position: absolute;
    top: 15px;
    left: -54px;
    background-image: url(../media/icons/minus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 1px;
    content: '';
}

.list__items-right > ul > li {
    position: relative;
}

.list__items-right > ul > li::before {
    position: absolute;
    top: 15px;
    left: -54px;
    background-image: url(../media/icons/minus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 1px;
    content: '';
}

.list__items-right > ul {
    /*xl */
    display: flex;
    flex-direction: column;
    gap: 14px 0;
    padding-left: 85px;
    max-inline-size: 100%;
    font-weight: 300;
    line-height: 30px;
}

.list__items-right > ul > li {
    max-inline-size: 411px;
}

.btn-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    width: 60px;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.map-block {
    background: no-repeat center url(../media/img/map.jpg);
    background-size: cover;
}

.tabs-item {
    padding-bottom: 17px;
    color: #76c4c7;
}

.tabs-item--active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 17px;
    color: rgba(255, 255, 255, 0.5);
}

.slick-list {
    height: 100%;
}

.learn-more {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
}

.learn-more--active {
    grid-template-rows: 1fr;
    opacity: 1;
}

.learn-more--active div > p {
    padding: 10px 0;
}

#trainers {
    scroll-margin-block-start: 100px;
}

.reviews__slider {
    width: 100% !important;
}

.reviews__slider video {
    width: 100%;
    height: 100%;
    max-inline-size: 810px;
    object-fit: cover;
    object-position: center;
}

.reviews__slider .slick-slide {
    aspect-ratio: 810/454;
    width: 100%;
    max-height: 454px;
}

.reviews__slider .slick-slide {
    border: none !important;
}

.reviews__slider-btn {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 56.5%, #282828 74.5%);
    width: 100%;
    height: 50%;
    max-inline-size: 810px;
}

.arrow-reviews {
    position: absolute;
    top: 66%;
    left: calc(50% - 19px);
    transform: scale(1);
    translate: 0 -50%;
    transition: transform 0.3s ease-in-out;
}

.button-video {
    display: none;
}

.slick-current > .button-video.btn-muted {
    display: block;
    position: absolute;
    top: 25px;
    right: 26px;
    z-index: 1000000;
    border-radius: 50%;
    background: url(../media/icons/button-mute.svg) center/cover no-repeat;
    aspect-ratio: 1 / 1;
    width: 59px;
    font-size: 0;
}

.slick-current > .button-video {
    display: block;
    position: absolute;
    top: 25px;
    right: 26px;
    z-index: 1000000;
    border-radius: 50%;
    background: url(../media/icons/button-unmute.svg) center/cover no-repeat;
    aspect-ratio: 1 / 1;
    width: 59px;
    font-size: 0;
}

.reviews__slider-btn:hover .arrow-reviews {
    transform: scale(1.2);
}

.reviews__slider > .slick-dots {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-block: 28px 44px;
}

.reviews__slider .slick-dots li {
    padding-block: 5px;
}

.reviews__slider > .slick-dots button {
    border-radius: 50%;
    background: rgba(222, 146, 50, 0.4);
    aspect-ratio: 1 / 1;
    width: 11px;
    font-size: 0;
}

.reviews__slider > .slick-dots > .slick-active button {
    transition: 0.3s ease;
    background: #de9232;
}

.box-title {
    margin: 40px 0;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.content_rz {
    padding-top: 0 !important;
}

.nav-schedule.fixed_fit:before {
    height: 0 !important;
    top: 0 !important;
}

.nav-schedule {
    padding: 0 20px !important;
}

.fixed_fit {
    top: 0 !important;
}


@media (min-width: 2000px) {
    .promo {
        background-image: url(../media/img/promo-big.webp);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1660px) {
    .offers__slide-img {
        object-position: center 10%;
    }
}

@media (min-width: 1441px) {
    .slider-wrapper {
        right: 0;
        left: 0;
    }
}

@media (max-width: 1279px) {
    .promo__title > h1 {
        line-height: 1.5;
    }

    .promo > div {
        background-position: center center;
    }

    .offers__title-left > p {
        margin-bottom: 50px;
        padding-top: 36px;
        line-height: 28px;
    }

    .offers__title-right > p {
        margin-bottom: 50px;
        padding-top: 36px;
        line-height: 28px;
    }

    .offers__price-text > p {
        line-height: 24px;
    }
}

@media (min-width: 1280px) and (max-width: 1352px) {
    .btn-header {
        font-size: 16px !important;
    }
}

@media (max-width: 1290px) {
    .header--right-col {
        column-gap: 30px !important;
    }
}

@media (max-width: 1220px) {
    .list__title-item > p {
        margin-right: 84px;
    }

    .list__items-right > ul {
        padding-left: 18px;
    }
}

@media (min-width: 1090px) and (max-width: 1230px) {
    .promo-inner ul {
        padding-inline-start: clamp(35px, 3.34%, 41px) !important;
    }
}

@media (min-width: 1024px) and (max-width: 1089px) {
    .promo-inner ul {
        padding-inline-start: 47px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1050px) {
    .promo__text p {
        margin-block-start: 8px;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .reviews__slider .slick-list.draggable {
        margin-block-start: -1px;
    }
}

@media (min-width: 1024px) and (max-width: 1220px) {
    .list__btn-block {
        padding-left: 18px !important;
    }
}

@media (min-width: 1024px) {
    .promo-inner ul {
        padding-inline-start: 41px;
    }

    .left {
        max-inline-size: 50% !important;
    }

    .right {
        width: 50% !important;
    }

    .list > div {
        margin-top: -158px;
    }

    .offers__title-left > p {
        max-inline-size: 477px;
    }

    .offers__title-right > p {
        max-inline-size: 477px;
    }
}

@media (max-width: 1023px) {
    .promo__text > p {
        padding-top: 24px;
        max-inline-size: 274px;
        font-size: 20px;
        line-height: normal;
    }

    .select .select__header {
        height: 46px;
    }

    .select__current {
        padding-left: 17px;
        font-size: 24px;
    }

    .select__item {
        padding-left: 17px;
        font-size: 24px;
    }

    .list__title-item > p {
        margin-right: 0;
    }

    .list__items-right > ul {
        padding-left: 85px;
        max-inline-size: 100%;
    }

    .list > div {
        padding-top: 46px;
    }

    .offers__title-left > h2 {
        line-height: 80px;
    }

    .offers__title-left > p {
        margin-bottom: 40px;
        padding-top: 28px;
        font-size: 22px;
    }

    .offers__title-right > h2 {
        line-height: 80px;
    }

    .offers__title-right > p {
        margin-bottom: 40px;
        padding-top: 28px;
        font-size: 22px;
    }

    .offers__price-text > p {
        max-inline-size: max-content;
    }

    .reviews__widget-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
        max-height: 800px;
    }

    @media (width < 1024px) {
        .reviews__widget-wrapper {
            height: 800px !important;
        }
    }

    .reviews__slider video {
        max-inline-size: 760px;
    }

    .reviews__slider-btn {
        max-inline-size: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1219px) {
    .list__title-item > p {
        margin-right: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .promo__title > h1 {
        text-align: center;
    }

    .offers .container-slider-left {
        max-inline-size: calc(100% + 60px);
    }

    .offers .container-slider-right {
        max-inline-size: calc(100% + 60px);
    }

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
    }

    .select__current {
        padding-left: 17px;
    }
}

@media (min-width: 769px) and (max-width: 835px) {
    .main-title {
        max-inline-size: 500px !important;
    }

    .promo__text > p {
        max-inline-size: 260px !important;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .list__btn-block {
        padding-left: 45px !important;
    }
}

@media (max-width: 768px) {
    .offers__wrapper-slider {
        height: calc(100vw - 90px);
    }

    .offers__slide.slick-slide {
        height: 100%;
    }

    .offers .container-slider-left {
        max-inline-size: 100vw;
    }

    .offers .container-slider-right {
        max-inline-size: 100vw;
    }

    .slick-track {
        height: 100%;
    }

    .offers__slide {
        height: calc(100vw - 90px) !important;
    }

    .promo__title > h1 {
        place-self: center;
        text-align: center;
    }

    .list__title > h3 {
        padding-top: 38px;
        font-size: 30px;
        line-height: 34px;
    }

    .list__items-left > ul > li::before {
        position: absolute;
        top: 11px;
        left: -44px;
        background-image: url(../media/icons/minus.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 26px;
        height: 1px;
        content: '';
    }

    .list__items-right > ul > li::before {
        position: absolute;
        top: 11px;
        left: -44px;
        background-image: url(../media/icons/minus.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 26px;
        height: 1px;
        content: '';
    }

    .select {
        max-width: 350px;
    }

    .select__header {
        max-width: 350px;
    }

    .select.is-active .select__body {
        display: block;
    }

    .select__current {
        margin: auto 0;
        font-weight: 600;
        font-size: 22px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .select .select__item {
        font-size: 22px;
    }

    .list__title > h3::before {
        width: 82px;
    }

    .list__title-item > p {
        margin-top: 26px;
        line-height: 24px;
    }

    .list__items-right > ul {
        padding-left: 45px;
        max-inline-size: 309px;
        line-height: 24px;
    }

    .list__items-left > ul {
        padding-left: 45px;
        max-inline-size: 309px;
        line-height: 24px;
    }

    .promo__text > p {
        text-align: center;
    }

    .promo__text > p::before {
        left: 25%;
    }
}

@media (min-width: 768px) {
    .promo-inner ul {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
    }

    .promo__title > h1 {
        margin-block-end: 45px;
    }

    .reviews__slider {
        aspect-ratio: 810 / 908 !important;
        overflow: hidden;
    }

    .reviews__slider .slick-list.draggable {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .offers__title-left > h2 {
        line-height: 30px;
    }

    .offers__title-left > p {
        margin-bottom: 32px;
        padding-top: 22px;
        font-size: 20px;
    }

    .offers__title-right > h2 {
        line-height: 45px;
        letter-spacing: 0.5px;
    }

    .offers__title-right > p {
        margin-bottom: 32px;
        padding-top: 22px;
        font-size: 20px;
    }

    .reviews__widget-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .box-title {
        margin: 29px 0;
        font-size: 22px;
    }
}

@media (min-width: 645px) and (max-width: 767px) {
    .promo-inner ul {
        padding-inline-start: 15.5vw;
    }
}

@media (max-width: 639px) {
    .list__items-right > ul {
        gap: 20px;
        padding-left: 40px;
    }

    .promo__title > h1 {
        letter-spacing: 3px;
    }

    .offers__title-left > p::before {
        width: 88px;
    }

    .offers__title-right > p::before {
        width: 88px;
    }

    .offers__description > p {
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.6px;
    }

    .offers__price-text > p {
        max-inline-size: 349px;
        font-size: 12px;
    }
}

@media (min-width: 550px) and (max-width: 639px) {
    .promo-inner {
        max-inline-size: 450px;
    }
}

@media (max-width: 550px) {
    .main-title {
        margin: 0 auto;
        max-inline-size: 392px;
    }
}

@media (min-width: 500px) {
    .promo-inner li:not(:last-child) {
        margin-block-end: 6px;
    }
}

@media (min-width: 476px) and (max-width: 767px) {
    .btn-header {
        height: 30px;
    }

    .address {
        max-inline-size: 131px !important;
    }
}

@media (max-width: 475px) {
    .btn-header {
        max-inline-size: 78px;
    }
}

@media (max-width: 426px) {
    .promo-inner {
        width: 100%;
    }

    .main-title {
        line-height: 52px;
    }
}

@media (max-width: 378px) {
    .btn-offers-sm {
        flex-direction: column;
        gap: 10px 0;
    }

    .btn-sm {
        max-inline-size: 180px;
    }

    .container-sm {
        margin: 0 10px !important;
    }
}

@media (max-width: 351px) {
    .address {
        padding-right: 15px;
    }

    .crossed-out-text {
        margin-right: 7px !important;
    }
}

/* container */

.container {
    margin: 0 auto;
    max-inline-size: 1230px;
}

@media (max-width: 1536px) {
    .container {
        margin: 0 auto;
        max-inline-size: 1230px;
    }
}

@media (max-width: 1280px) {
    .container {
        margin: 0 auto;
        max-inline-size: calc(100% - 50px);
    }
}

@media (max-width: 1024px) {
    .container {
        margin: 0 auto;
        max-inline-size: calc(100% - 50px);
    }

    .offers .container {
        max-inline-size: 100% !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-inline-size: 100% !important;
    }

    .promo .container {
        margin: 0 auto;
        max-inline-size: calc(100% - 50px);
    }

    .reviews__slider-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .promo .container,
    .promo-yoga .container,
    .promo-pilates .container {
        margin: 0 auto;
        max-inline-size: calc(100% - 40px) !important;
    }
}

@media (max-width: 640px) {
    .promo__text > p::before {
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }

    .list__items-left > ul > li::before {
        top: 12px;
        left: -40px;
    }

    .list__items-right > ul > li::before {
        top: 12px;
        left: -40px;
    }

    .list__title > h3 {
        letter-spacing: 1.2px;
    }

    .list__items-left > ul {
        padding-left: 40px;
        max-inline-size: 309px;
        line-height: 24px;
    }
}

@media (max-width: 499px) {
    .promo__bottom-content {
        display: none !important;
    }

    .additional-block {
        display: block !important;
    }
}

/** Additional css **/
form .form-row.has-error .help-block {
    color: #cc4036;
    font-size: 14px;
}

.error-msg {
    color: #cc4036;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.info-box h3 {
    margin-bottom: 5px;
    color: #959595;
    font-size: 20px;
    font-family: 'GillSans', Arial, Helvetica, sans-serif;
}

.info-box h3 span {
    color: #464646;
}

.pay-result {
    padding: 100px 0 50px 0;
    min-height: 350px;
}

.pay-result .content {
    position: relative;
    margin: 0 auto;
    /*background-color: #202020;*/
    padding: 20px 0 40px;
    max-inline-size: 682px;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #75c4c7;*/
}

.pay-result .icon-box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #202020;
    width: 150px;
    height: 150px;
}

.pay-result .icon-box svg {
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.pay-result .content.success svg {
    width: 125px;
    height: 125px;
}

.pay-result h3 {
    position: relative;
    padding: 30px 0 50px 0;
    color: #e5e7eb;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
}

.pay-result .content h3:after {
    position: absolute;
    bottom: 30px;
    left: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
    left: calc(50% - 100px);
    background-color: #9c2727;
    width: 200px;
    height: 5px;
    content: '';
}

.pay-result .content.success h3:after {
    background-color: #166e00;
}

.pay-result .info-box {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #e5e7eb;
}

.pay-result .info-box ul {
    margin-left: 225px;
    text-align: left;
}

.pay-result .info-box ul li {
    margin: 5px 0;
}

.pay-result .error-box {
    margin-bottom: 60px;
    color: #9c2727;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.pay-result .error-box a.confirm-url {
    display: block;
    opacity: 0.7;
    margin-top: 30px;
    border-radius: 7px;
    background-color: #353535;
    padding: 12px 10px;
    color: #e5e7eb;
    font-size: 14px;
    line-height: 20px;
}

.pay-result .error-box a.confirm-url:hover {
    opacity: 1;
}

.btn-go-home {
    transition-duration: 300ms;
    border: 1px solid #75c4c7;
    padding: 5px 25px;
    color: #e5e7eb;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.btn-go-home:hover {
    background-color: #75c4c7;
    color: #282828;
}

@media (max-width: 640px) {
    .pay-result .content {
        max-inline-size: 350px;
    }

    .pay-result h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

/* Retina */
/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .promo > div {
    background: url(../media/img/promo-header-hd.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .list {
    background: url(../media/img/promo-footer-hd.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  @media (min-width: 2000px) {
    .promo > div {
      background-image: url(../media/img/promo-big-hd.webp);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }

  @media (max-width: 640px) {
    .promo > div {
      background: url(../media/img/promo-adaptive-hd.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 20%;
    }
  }
} */

/* button-video */

.reviews__slider video {
    object-fit: cover;
    object-position: center;
}

.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 100;
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #de9232 94%, #0000) top/9px 9px no-repeat,
    conic-gradient(#0000 30%, #de9232);
    width: 56px;
    height: 56px;
}

.spinner.loading {
    display: block;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}
