.allRooms {
    overflow-x: hidden;
}

.allRooms .rooms-wrapper .orange-circle-1 {
    position: absolute;
    top: 21%;
    left: 5%;
    -webkit-transform: translateY(-5%, -50%);
    -ms-transform: translateY(-5%, -50%);
    transform: translateY(-5%, -50%);
}

.allRooms .rooms-wrapper .orange-circle-2 {
    position: absolute;
    bottom: 7%;
    right: 114px;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.allRooms .rooms-wrapper .asset-wrapper {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 74%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}

.allRooms .rooms-wrapper .asset-wrapper .asset {
    width: 58px;
}

.allRooms .rooms-wrapper .asset {
    position: absolute;
    top: -21px;
    right: -29px;
}

.allRooms .rooms-wrapper .asset-2 {
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.allRooms .page-cover .titleCustom {
    width: 100%;
}

.allRooms {
    background: #f7f6e2;
}

.allRooms .rooms-wrapper {
    padding: 205px 70px 0 70px;
    position: relative;
}

.allRooms .room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 187px -20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .allRooms .room.even {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.allRooms .media-wrapper {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    position: relative;
    z-index: 1;
}

.allRooms .info {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

@media (min-width: 1600px) {
    .allRooms .room.even .info {
        padding-left: 8%;
    }
}

.room .title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 300;
    font-size: 74px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #3e376d;
    text-decoration: none;
    display: block;
    margin-bottom: 34px;
}

@media (max-width: 1910px) {
    .room .title {
        font-size: 60px;
    }
}

@media (max-width: 1600px) {
    .room .title {
        font-size: 53px;
    }
}

@media (max-width: 1439px) {
    .room .title {
        font-size: 40px;
    }
}

@media (max-width: 1125px) {
    .room .title {
        font-size: 35px;
    }
}

.room:nth-child(-n + 6) .title {
    max-width: 500px;
}

.room .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e376d;
    margin-bottom: 45px;
}

.room .info .price {
    display: inline-block;
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e376d;
}

.info .type .value {
    margin-left: 10px;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.btn-group {
    margin: 54px -12px 0 -12px;
}

.btn-group a {
    margin: 0 12px;
}

@media (max-width: 1600px) {
    .allRooms .rooms-wrapper .asset {
        width: 210px;
        top: -50px;
    }
}

@media (max-width: 1024px) {
    .allRooms .room {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 84px;
    }
    .allRooms .media-wrapper,
    .allRooms .info {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .allRooms .rooms-wrapper {
        padding: 70px 10px 0 10px;
        position: relative;
    }
    .allRooms .rooms-wrapper .asset {
        width: 180px;
    }
    .room .title {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .room .specifications {
        margin-bottom: 14px;
    }
    .info .type .value {
        font-size: 20px;
    }
    .btn-group {
        margin-top: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .btn-group .booking-btn {
        font-size: 12px;
        padding: 21px 40px;
        max-height: initial;
        z-index: 1;
    }
    .allRooms .rooms-wrapper .orange-circle-1 {
        position: absolute;
        top: 26%;
        left: 83%;
        width: 41px;
    }
    .allRooms .rooms-wrapper .asset-wrapper {
        display: none;
    }
    .allRooms .rooms-wrapper .asset-2 {
        width: 70px;
        left: initial;
        right: 0;
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        top: 53%;
    }
    .allRooms .rooms-wrapper .orange-circle-2 {
        bottom: 6%;
        right: 16px;
        width: 41px;
    }
}

.room-page {
    overflow: hidden;
    height: 100vh;
    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;
    padding-bottom: 64px;
    position: relative;
}

@media (max-width: 1919px) {
    .room-page {
        padding-bottom: 54px;
    }
}

@media (max-width: 1279px) {
    .room-page {
        padding-bottom: 42px;
    }
}

@media (max-width: 1023px) {
    .room-page {
        padding-bottom: 53px;
    }
}

@media (max-width: 767px) {
    .room-page {
        padding-bottom: 28px;
    }
}

.room-page .background {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
    min-width: 375px;
}

.room-page .background,
.room-page:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.room-page:before {
    z-index: -1;
    content: "";
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.room-page h1 {
    margin: 0 auto;
    text-align: center;
    font-family: "Cera Pro";
    font-size: 84px;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.room-page h1 .bold,
.room-page h1 {
    z-index: 2;
}

@media (max-width: 1919px) {
    .room-page h1 {
        font-size: 68px;
    }
}

@media (max-width: 1439px) {
    .room-page h1 {
        font-size: 64px;
    }
}

@media (max-width: 1279px) {
    .room-page h1 {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .room-page h1 {
        font-size: 38px;
        max-width: 339px;
        width: 100%;
    }
}

.room-page .titleCustom {
    padding: 0 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .room-page .titleCustom {
        padding: 0 40px;
    }
}

.room-page .titleCustom .titleSpecial {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 300;
    font-size: 89px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

@media (max-width: 1919px) {
    .room-page .titleCustom .titleSpecial {
        font-size: 71px;
    }
}

@media (max-width: 1439px) {
    .room-page .titleCustom .titleSpecial {
        font-size: 64px;
    }
}

@media (max-width: 1279px) {
    .room-page .titleCustom .titleSpecial {
        font-size: 59px;
    }
}

@media (max-width: 767px) {
    .room-page .titleCustom .titleSpecial {
        font-size: 40px;
    }
}

.room-page .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.room-page .line path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash 5s ease-in-out;
    animation: dash 5s ease-in-out;
}

.room-page .caption-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    position: absolute;
    bottom: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

@media (max-width: 1919px) {
    .room-page .caption-wrapper {
        bottom: 52px;
    }
}

@media (max-width: 1439px) {
    .room-page .caption-wrapper {
        bottom: 48px;
    }
}

@media (max-width: 1279px) {
    .room-page .caption-wrapper {
        bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .room-page .caption-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 56px;
    }
}

@media (max-width: 767px) {
    .room-page .caption-wrapper {
        bottom: 32px;
    }
}

.room-page .caption-wrapper .caption {
    max-width: 300px;
}

.room-page .caption-wrapper .price-wrapper {
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1023px) {
    .room-page .caption-wrapper .price-wrapper {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

@media (max-width: 1919px) {
    .room-page .caption-wrapper .price-wrapper {
        right: 57px;
    }
}

@media (max-width: 1439px) {
    .room-page .caption-wrapper .price-wrapper {
        right: 49px;
    }
}

@media (max-width: 1023px) {
    .room-page .caption-wrapper .price-wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .room-page .caption-wrapper .price-wrapper {
        margin-top: 16px;
    }
}

.room-page .caption-wrapper .price-wrapper .from {
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.6);
}

.room-page .caption-wrapper .price-wrapper .price {
    margin-left: 8px;
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1919px) {
    .room-page .caption-wrapper .price-wrapper .price {
        font-size: 20px;
    }
}

.hotel-room {
    height: 1024px;
    background: #276f9c;
    padding: 64px 259px;
}

@media (max-width: 1919px) {
    .hotel-room {
        padding: 50px 181px;
        height: 744px;
    }
}

@media (max-width: 1439px) {
    .hotel-room {
        padding: 48px 160px;
        height: 720px;
    }
}

@media (max-width: 1279px) {
    .hotel-room {
        padding: 40px 72px;
        height: 688px;
    }
}

@media (max-width: 1023px) {
    .hotel-room {
        padding: 56px 32px;
        height: 944px;
    }
}

@media (max-width: 767px) {
    .hotel-room {
        padding: 32px 18px;
        height: 711px;
    }
}

.description-section {
    padding: 191px 267px 124px 191px;
    background: #f7f6e2;
    position: relative;
}

.description-section__col .section__title span {
    margin-top: 14px;
    display: inline-block;
}

.description-section .container {
    position: relative;
}

.description-section .image {
    width: 329px;
    position: absolute;
    right: 0;
    top: 0;
}

.description-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -68px;
}

.description-section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 68px;
}

.description-section__col+.description-section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.description-section__image {
    margin-bottom: 34px;
}

.description-section__image-text {
    color: #3e376d;
    font-family: "Cera Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

@media (max-width: 1600px) {
    .description-section {
        padding: 70px;
    }
    .description-section__row {
        margin: 0 -30px;
    }
    .description-section__col {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .description-section {
        padding: 88px 15px 77px 15px;
    }
    .description-section .image {
        display: none;
    }
    .description-section__row {
        margin: 0 -15px;
    }
    .description-section__col {
        padding: 0 15px;
    }
    .description-section__image {
        margin-bottom: 30px;
    }
    .description-section__image-text {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .description-section__col,
    .description-section__col+.description-section__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section__title {
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 54px;
    line-height: 90%;
    text-transform: uppercase;
    color: #3e376d;
    margin-bottom: 45px;
}

.section__title span {
    font-family: "Cormorant Garamond";
    font-weight: 300;
    letter-spacing: -0.03em;
}

.section__content {
    font-family: "Cera Pro";
    color: #3e376d;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.section__content p {
    margin-bottom: 40px;
}

.section__content p strong {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.72px;
    margin-left: 40px;
    text-transform: uppercase;
}

.section__content h5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section__content ul,
.section__content ol {
    margin-top: 0;
    margin-bottom: 40px;
}

.section__content a {
    color: #ff8605;
    text-decoration: none;
}

@media (max-width: 1500px) {
    .section__title {
        font-size: 45px;
        margin-bottom: 36px;
    }
    .section__content {
        font-size: 16px;
    }
    .section__content h5 {
        font-size: 16px;
    }
    .section__content ul,
    .section__content ol,
    .section__content p {
        margin-bottom: 35px;
    }
}

@media (max-width: 1024px) {
    .section__title {
        font-size: 40px;
        margin-bottom: 36px;
    }
    .section__content {
        font-size: 14px;
    }
    .locations .booking-btn {
        font-size: 12px;
        padding: 16px 19px;
    }
}

.locations {
    padding: 157px 225px 148px 82px;
    background: #276f9c;
    position: relative;
}

.locations__content .section__content {
    color: #fff;
}

.locations__content .section__title {
    color: #fff;
}

.locations__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -63px;
}

.locations__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    padding: 0 63px;
}

.locations__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding: 0 63px;
}

.locations__decore-asset {
    width: 96px;
    height: 96px;
    position: absolute;
    left: -48px;
    bottom: 0;
    background: #ff8605;
    border-radius: 50%;
}

@media (max-width: 1600px) {
    .locations {
        padding: 70px;
    }
    .locations__row {
        margin: 0 -30px;
    }
    .locations__slide {
        padding: 0 30px;
    }
    .locations__content {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .locations {
        padding: 50px 15px 110px 15px;
    }
    .locations__row {
        margin: 0 -15px;
    }
    .locations__slide,
    .locations__content {
        padding: 0 15px;
    }
    .locations__decore-asset {
        width: 72px;
        height: 72px;
        left: -36px;
    }
}

@media (max-width: 992px) {
    .locations__slide,
    .locations__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .locations__content {
        margin-top: 60px;
    }
}

.oneRoomSlider {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1402px;
    overflow: hidden;
}

@media (max-width: 1919px) {
    .oneRoomSlider {
        max-width: 1078px;
    }
}

@media (max-width: 1439px) {
    .oneRoomSlider {
        max-width: 960px;
    }
}

@media (max-width: 1279px) {
    .oneRoomSlider {
        max-width: 880px;
    }
}

@media (max-width: 1023px) {
    .oneRoomSlider {
        max-width: 704px;
    }
}

@media (max-width: 767px) {
    .oneRoomSlider {
        max-width: 340px;
        overflow: hidden;
    }
}

.oneRoomSlider .slidesCount {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}

.oneRoomSlider .swiper-container {
    overflow: visible;
    margin-top: 49px;
    max-height: 685px;
    width: 100%;
}

.media-wrapper .oneRoomSlider .swiper-container {
    margin-top: 0;
}

.media-wrapper .oneRoomSlider .swiper-container .swiper-slide img {
    max-width: 100%;
}

.media-wrapper .oneRoomSlider {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .media-wrapper .oneRoomSlider .swiper-container .swiper-slide img {
        height: 60vw;
    }
}

.oneRoomSlider .swiper-container .swiper-slide img {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    height: 685px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1919px) {
    .oneRoomSlider .swiper-container .swiper-slide img {
        max-width: 768px;
        height: 511px;
    }
}

@media (max-width: 1439px) {
    .oneRoomSlider .swiper-container .swiper-slide img {
        max-width: 684px;
        height: 455px;
    }
}

@media (max-width: 1279px) {
    .oneRoomSlider .swiper-container .swiper-slide img {
        max-width: 624px;
        height: 413px;
    }
}

@media (max-width: 1023px) {
    .oneRoomSlider .swiper-container .swiper-slide img {
        max-width: 464px;
        height: 307px;
    }
}

@media (max-width: 767px) {
    .oneRoomSlider .swiper-container .swiper-slide img {
        max-width: 464px;
        height: 224px;
    }
}

.oneRoomSlider .swiper-button-next,
.oneRoomSlider .swiper-button-prev {
    width: 110px;
    height: 110px;
    z-index: 2;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    top: calc(50% - 55px);
    margin: 0;
}

@media (max-width: 1439px) {
    .oneRoomSlider .swiper-button-next,
    .oneRoomSlider .swiper-button-prev {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
    }
}

@media (max-width: 767px) {
    .oneRoomSlider .swiper-button-next,
    .oneRoomSlider .swiper-button-prev {
        width: 64px;
        height: 64px;
        top: calc(50% - 32px);
        bottom: initial;
    }
}

.oneRoomSlider .swiper-button-next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    .locations__slide .oneRoomSlider .swiper-container {
        margin-top: 34px;
    }
}

.rooms-tabs {
    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;
}

.rooms-tabs .room {
    font-family: "Cera Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, 0.5);
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms-tabs .room:hover {
    color: #fff;
}

.rooms-tabs .room:not(:first-child) {
    padding-left: 24px;
}

@media (max-width: 767px) {
    .rooms-tabs .room:not(:first-child) {
        padding-left: 16px;
    }
}

.rooms-tabs .room:not(:last-child):after {
    content: "";
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-left: 24px;
    display: inline-block;
    width: 1px;
    height: 15px;
}

@media (max-width: 767px) {
    .rooms-tabs .room:not(:last-child):after {
        padding-left: 16px;
    }
}

.onerooms-tabs .room.active {
    color: #f0e635;
}

.additional-section .rooms-tabs {
    margin-top: 47px;
}

.additional-section .rooms-tabs .room {
    color: rgba(62, 55, 109, 0.5);
}

.additional-section .rooms-tabs .room:hover {
    color: rgba(62, 55, 109, 1);
}

.additional-section .rooms-tabs .room:not(:last-child):after {
    border-right-color: rgba(62, 55, 109, 0.2);
}

.additional-section .additional-tabs .room.active {
    color: rgba(62, 55, 109, 1);
}

.additional-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.additional-section__item a {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #f0e635;
    color: #3e376d;
    text-align: center;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 28px 31px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.additional-section {
    padding: 119px 120px 142px 191px;
    background: #f7f6e2;
    position: relative;
}

.additional-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -126px;
}

.additional-section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 126px;
}

.additional-section .asset {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1600px) {
    .additional-section {
        padding: 70px;
    }
    .additional-section__row {
        margin: 0 -30px;
    }
    .additional-section__col {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .additional-section__row {
        margin: 0 -15px;
    }
    .additional-section__col {
        padding: 0 15px;
    }
    .additional-section {
        padding: 60px 15px 80px 15px;
    }
}

@media (max-width: 992px) {
    .additional-section__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .additional-section .asset {
        width: 12px;
    }
    .additional-section__item a {
        padding: 16px 19px;
        font-size: 12px;
        top: calc(50% - 0px);
    }
    .additional-section .rooms-tabs {
        margin-top: 29px;
    }
}

@media (max-width: 767px) {
    .optionsList .options-right-side .options-right-side_wrapper {
        padding: 56px 15px;
    }
}