
/* spa styles
--------------------------------------------- */
.about {
    margin-top: 50px;
    position: relative;
}

.about:first-child {
    margin-top: 80px;
}

.spa {
    position: relative;
    color: #808284;
    padding-top: 88px;
    padding-bottom: 127px;
}

.spa .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.spa .section-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.spa .section-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spa .section__title {
    color: var(--soft-sage);
    font-family: Montserrat;
    font-size: 98px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    /* 104.082% */
    letter-spacing: -1.47px;
    margin: 0;
}

.spa .spa__additional {
    margin-bottom: -10px;
    color: var(--soft-sage);
}

.spa .section__top,
.spa .section__title-additional {
    position: relative;
    z-index: 2;
}

.spa .section__top {
    text-align: right;
    margin-top: 230px;
}

.spa .section__title-additional {
    max-width: 330px;
    color: var(--soft-sage);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.963%;
    /* 17.915px */
    letter-spacing: 0.21px;
    margin-left: 57%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /**/
}

@media screen and (max-width: 991px) {
    .about {
        margin-top: 40px;
    }
    .about:first-child {
        margin-top: 40px;
    }
    .spa {
        padding: 0;
    }
    .spa .container {
        min-height: 895px;
        padding-top: 100px;
        padding-bottom: 40px;
        flex-direction: column;
    }
    .spa .section-image img.mobile {
        display: none;
    }
    .spa .section-image::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
    .spa .section__top {
        margin-top: 0;
    }
    .spa .section__title {
        font-size: 62px;
    }
    .spa .spa__additional {
        color: #808284;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.21px;
    }
    .spa .spa__additional:not(.mobile) {
        display: none;
    }
    .spa .section__title-additional {
        margin: 0;
        color: var(--pure-white);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 127.963%;
        /* 15.356px */
        letter-spacing: 0.18px;
    }
}

@media screen and (max-width: 768px) {
    .spa .section__title-additional {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .spa .container {
        padding-bottom: 80px;
        min-height: 0;
    }
    .spa .section__top {
        margin-bottom: 335px;
    }
    .spa .section__title {
        color: #E5F1E2;
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.6px;
    }
    .spa .spa__additional {
        color: var(--pure-white);
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.15px;
        width: 60%;
        margin-left: 40%;
    }
}

@media screen and (min-width: 992px) {
    .spa .section-image img.mobile {
        display: none;
    }
    .spa__additional.mobile {
        display: none;
    }
}




/* bath_complex styles
--------------------------------------------- */
.bath_complex {
    position: relative;
}

.bath_complex::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    background-image: url(/wp-content/uploads/img/44.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bath_complex .container {
    display: flex;
}

.bath_complex .section__left,
.bath_complex .section__right {
    width: 50%;
    min-width: 50%;
}

.bath_complex .section__right {
    padding-left: 250px;
    padding-top: 70px;
    padding-bottom: 99px;
}

.bath_complex .section-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.bath_complex .section-image img:not(.bath_complex__additional-image) {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bath_complex .bath_complex__additional-image {
    display: block;
    width: 213px;
    height: auto;
    position: absolute;
    top: 50%;
    left: calc(100% + 18px);
    transform: translateY(-50%);
}

.bath_complex__title,
.bath_complex__subtitle {
    color: #E5F1E2;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 12px;
    text-align: right;
}

.bath_complex__subtitle {
    opacity: 1;
}

.bath_complex__description {
    margin-top: 130px;
    color: #E5F1E2;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.963%;
    /* 17.915px */
    letter-spacing: 0.21px;
    max-width: 350px;
}

.bath_complex__price {
    position: relative;
    margin-top: 25px;
}

.bath_complex__price .button__custom {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border-color: #F7F6F6;
    color: #F7F6F6;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-width: 1px;
}

.bath_complex__price .button__custom:hover {
    background-color: #F7F6F6;
    color: #404041 !important;
}

.bath_complex__price-label {
    color: #F7F6F6;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}

.bath_complex__price-value {
    color: #F7F6F6;
    font-family: Bergamasco;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}

@media screen and (max-width: 991px) {
    .bath_complex {
        padding-top: 16px;
        background-image: url(/wp-content/uploads/img/44.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .bath_complex::after {
        background-image: none;
    }
    .bath_complex .container {
        display: block;
    }
    .bath_complex .section__left,
    .bath_complex .section__right {
        width: auto;
    }
    .bath_complex .section__right {
        padding: 50px 0 80px;
        margin: 0 -12px;
    }
    .bath_complex .section-image {
        position: relative;
        width: auto;
        height: 344px;
        margin: 0 -12px 0;
    }
    .bath_complex .section-image .bath_complex__additional-image {
		display: none;
        left: auto;
        right: 17px;
        bottom: 12px;
        transform: none;
        width: 133px;
    }
    .bath_complex__title {
        text-align: left;
    }
    .bath_complex__subtitle {
        display: none;
    }
    .bath_complex__description {
        margin: 0;
        max-width: 510px;
        color: #E5F1E2;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 127.963%;
        /* 12.796px */
        letter-spacing: 0.15px;
    }
    .bath_complex__price {
        margin-top: 34px;
    }
}

@media screen and (max-width: 576px) {
    .bath_complex .section-image {
        margin-left: -4px;
        margin-right: -4px;
    }
    .bath_complex .section__right {
        margin: 0 -4px;
        padding: 20px 0 100px;
    }
    .bath_complex__title {
        color: #E5F1E2;
        margin-bottom: 8px;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .bath_complex__description {
        max-width: 283px;
    }
    .bath_complex__price {
        margin-top: 48px;
    }
}
