.special-offers-container {
    padding: 60px 0;
}

.Beach .specialOfferheader {
    font-size: 32px;
    letter-spacing: .02em !important;
    font-family: "Tw Cen MT W01 Bold Cond", Arial,Helvetica,sans-serif;
    color: #303030;
    padding-top: 10px;
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
    .Beach .specialOfferheader {
        font-size: 26px;
        padding-top: 0;
    }
}

.specialoffer {
    width: 96%;
    margin: 0 auto;
    text-align: left; 
}

.specialoffer #grid-offers {
    display: grid;
    grid-auto-columns: auto;
    width: 90vw;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .specialoffer #grid-offers {
        width: 1260px;
    }
}

.specialoffer #grid-offers .slick-list {
    min-width: 100% !important;
}

.specialoffer #grid-offers .slick-list .slick-track .slick-slide {
    outline: none !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 520px) {
    .specialoffer #grid-offers .slick-list .slick-track .slick-slide {
        padding: 0;
        margin: 0 0.4%;
    }
}

.specialoffer #grid-offers .slickNavBtn.slickNavBtn-prev {
    left: 0;
    border-radius: 0 15% 15% 0;
}

@media screen and (min-width:520px) {
    .specialoffer #grid-offers .slickNavBtn.slickNavBtn-prev {
        left: 10px;
        border-radius: 0 15% 15% 0;
    }
}

.specialoffer #grid-offers .slickNavBtn.slickNavBtn-next {
    right: 0;
    border-radius: 15% 0 0 15%;
}

@media screen and (min-width:520px) {
    .specialoffer #grid-offers .slickNavBtn.slickNavBtn-next {
        right: 10px;
        border-radius: 15% 0 0 15%;
    }
}

.specialoffer #grid-offers .slickNavBtn.slick-arrow:active {
    border: none;
}

.specialoffer #grid-offers .slickNavBtn.slick-disabled {
    visibility: hidden;
}

.specialoffer #grid-offers .special-offer-item {
    width: 100% !important;
}

@media screen and (max-width:520px) {
    .specialoffer #grid-offers .special-offer-item {
        padding: 0;
    }
}

@media (min-width: 900px) {
    .specialoffer #grid-offers .special-offer-item {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lthr-container .specialOfferheader {
    color: #CB6015;
    margin: 40px 0 !important;
    font-family: "Tw Cen MT W01 Bold Cond", Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: .01em !important;
    text-align: center;
    text-transform: uppercase;
}
  
@media screen and (max-width: 980px) {
    .lthr-container .specialOfferheader {
        font-size: 35px !important;
        margin: 20px 0 !important;
        line-height: 38px;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 1;
    left: calc((100% - 80px)/2);
    top: calc((100vh - (80px + 54px + 55px + 40px + 80px))/2);
    display: block;
}

.lds-ring:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #303030;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #303030 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ceIntro-container {
    padding-bottom: 40px;
}

.intro-collectibles {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 90px;
    height: calc(100vh / 1.65); 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .intro-collectibles {
        height: 24vh;
    }
}

@media screen and (max-width: 767px) {
    .intro-collectibles {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .intro-collectibles {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .intro-collectibles {
        margin-bottom: 25px; 
    }
}

@media screen and (max-width: 767px) {
    .intro-collectibles .slider {
        height: 36.7vh;
        overflow: hidden;
    }
}

.intro-collectibles .slider:before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro-collectibles .slider .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh/1.2);
    min-height: calc(100vh/1.32);
}

@media screen and (max-width: 767px) {
    .intro-collectibles .slider .slide {
        height: calc(100vh - 450px);
    }
}
.intro-collectibles .slider .slide img {
    opacity: 0; 
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .intro-collectibles .slider .slide img {
        opacity: 1;
        width: auto;
        height: 100%; 
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .intro-collectibles .slider .slide img {
        opacity: 1;
        width: auto;
        height: 100%; 
    }
}

@media screen and (max-width: 767px) {
    .intro-collectibles .slider .slide img {
        opacity: 1;
        width: 100%;
        height: auto; 
    }
}

.intro-collectibles .slider .slickNavBtn.slickNavBtn-prev {
    left: 40px;
    background: none;
    background-color: none;
    box-shadow: none; 
    color: #ffffff;
}

.intro-collectibles .slider .slickNavBtn.slickNavBtn-next {
    right: 40px; 
    background: none;
    background-color: none;
    box-shadow: none;
    color: #ffffff;
}

.intro-collectibles .slider .slick-arrow:before {
    display: none;
}

.intro-collectibles .slider .slick-dots {
    bottom: 10px;
}

.intro-collectibles .slider .slick-dots li {
    width: 15px;
    margin: 0;
}

.intro-collectibles .slider .slick-dots li button {
    font-size: 10px;
    color: #ffffff;
    opacity: 0.27;
}

.intro-collectibles .slider .slick-dots li button:before {
    display: none;
}

.intro-collectibles .slider .slick-dots li.slick-active button {
    opacity: 1; 
}

.intro-collectibles .text-container {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: calc((100% - 1180px)/2);
    height: 100%;
    z-index: 2;
}

@media screen and (max-width: 1150px) {
    .intro-collectibles .text-container {
        padding-left: 2.5%;
        height: 41.7vh;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .intro-collectibles .text-container {
        height: 52vh;
        padding-left: 3.5%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .intro-collectibles .text-container {
        height: 24vh;
    } 
}

.intro-collectibles .text-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.intro-collectibles .text-container .centering {
    display: inline-block;
    vertical-align: middle;
    width: 495px; 
}

@media screen and (max-width: 767px) {
    .intro-collectibles .text-container .centering {
        width: 65%;
    }
}

.intro-collectibles h1, .intro-collectibles h1 p, .intro-collectibles .pageTitle {
    font-family: "Tw Cen MT W01 Medium Cond", Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .intro-collectibles h1, .intro-collectibles h1 p, .intro-collectibles .pageTitle {
        font-size: 26px !important;
        line-height: 26px !important;
        letter-spacing: 0.52px;
    }
}

.intro-collectibles p {
    font-family: KingsCaslon-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: .02em;
    color: #FFFFFF; 
}

@media screen and (max-width: 767px) {
    .intro-collectibles p {
        font: 16px/25px "Tw Cen W01 Medium", Arial, Helvetica, sans-serif;
        letter-spacing: 0.16px;
        color: #303030;
        width: 95%;
        margin: 25px auto 0;
    }
}

.no-slider-spacer {
    min-height: 50px !important;
}

.special-offer-listing {
    width: 1180px !important;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1175px) {
    .special-offer-listing {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .special-offer-listing {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .special-offer-listing {
        padding: 0;
    }
}

.special-offer-listing .destLabel,
.special-offer-listing .hotelLabel {
    font: 22px/30px "Tw Cen MT W01 Bold Cond", Arial, Helvetica, sans-serif;
    letter-spacing: 0.44px;
    color: #303030;
    text-transform: uppercase;
}

.ru .special-offer-listing .destLabel, .ru
.special-offer-listing .hotelLabel {
    font-size: 15px;
    font-weight: bold; 
}

@media screen and (min-width: 768px) {
    .special-offer-listing .destLabel {
        margin-top: 0 !important;
    }
}

.special-offer-listing h1.main-title {
    color: #303030;
    font-family: "Tw Cen MT W01 Medium Cond", Arial,Helvetica,sans-serif;
    font-size: 26px;
    letter-spacing: 1.12px;
    margin: 0 auto 20px;
    text-transform: uppercase;
}

.special-offer-listing h2.ce-title {
    font-family: "Tw Cen MT W01 Medium Cond", Arial,Helvetica,sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    color: #303030;
    font-size: 28px;
}

@media screen and (min-width: 1440px) {
    .special-offer-listing h2.ce-title {
        font-size: 35px;
    }
}
    
@media screen and (max-width: 767px) {
    .special-offer-listing h2.ce-title {
        font-size: 26px;
        margin-bottom: 25px; 
    }
}

.special-offer-listing .results {
    font-family: "Tw Cen MT W01 Medium Cond", Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 22px;
    line-height: 38px;
    color: #303030;
}

@media screen and (max-width: 768px) {
    .ru .special-offer-listing .results {
        font-size: 12px; 
    }
}

.ru .special-offer-listing .results text {
    display: inline;
}

.special-offer-listing .results.hide-all * {
    visibility: hidden !important;
}

.special-offer-listing .results.single .single {
    display: inline;
}

.special-offer-listing .results.multiple .multiple {
    display: inline;
}

.special-offer-listing .results text {
    display: none;
}

@media screen and (min-width: 1440px) {
    .special-offer-listing .results {
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .special-offer-listing .results {
        font-size: 15px;
        font-family: "Tw Cen W01 Medium", Arial, Helvetica, sans-serif;
    } 
}

.special-offer-listing .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 665px) {
    .special-offer-listing .flexbox {
        display: block;
    } 
}

.special-offer-listing .flexbox .flex-item {
    width: 18.5%;
}

.special-offer-listing .flexbox .flex-item.flex-item-1 {
    width: 36%;
    margin-top: 0;
    font-size: 35px;
    min-height: 55px;
}

@media screen and (max-width: 768px) {
    .special-offer-listing .flexbox .flex-item.flex-item-1 {
        width: 40%; 
    } 
}

@media screen and (max-width: 767px) {
    .special-offer-listing .flexbox .flex-item.flex-item-1 {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        border-bottom: 1px solid #D9D9D6;
    }
}

.special-offer-listing .flexbox .flex-item.flex-item-2 {
    width: 64%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .special-offer-listing .flexbox .flex-item.flex-item-2 {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .special-offer-listing .flexbox .flex-item.flex-item-2 {
        width: 100%;
        margin: 0; 
    } 
}

.special-offer-listing .flexbox .flex-item.flex-item-3 {
    padding-right: 2.5%;
    border-right: 1px solid #D9D9D6;
}

@media screen and (max-width: 768px) {
    .special-offer-listing .flexbox .flex-item.flex-item-3 {
        width: 30%; 
    }
}

@media screen and (max-width: 767px) {
    .special-offer-listing .flexbox .flex-item.flex-item-3 {
        width: 100%;
        padding: 0;
        border: none;
    }
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup {
    position: fixed;
    width: 100%;
    height: calc(100vh - (80px + 38px));
    background: #FFFFFF;
    z-index: 200;
    overflow-x: auto;
    top: 70px;
    left: 0;
    padding: 80px 5% 0;
    display: block; 
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .cta-container {
    margin-top: 10px;
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .filter-tab {
    opacity: 1;
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .btn {
    width: 50%;
    padding: 10px 0;
    background: #f5f5f5;
    color: #7c7c7c;
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .btn.bt-clear {
    margin-right: 1%;
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .btn.bt-apply {
    margin-left: 1%;
    font-weight: bold;
}

.special-offer-listing .flexbox .flex-item.flex-item-3.popup .cta-container-popup {
    margin-top: 30px;
    margin-bottom: 30px; 
}

.special-offer-listing .flexbox .flex-item.flex-item-4 {
    width: 80%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    align-items: stretch;
    height: 100%;
    margin-top: -1%;
    margin-left: 1.5%;
    margin-bottom: -0.8%;
}

@media screen and (max-width: 768px) {
    .special-offer-listing .flexbox .flex-item.flex-item-4 {
        width: 68%;
    }
}

@media screen and (max-width: 767px) {
    .special-offer-listing .flexbox .flex-item.flex-item-4 {
        width: 100%;
        margin: 20px 0 0;
    }
}

.special-offer-listing .cta-container {
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
    display: none;
    margin-top: -27px;
}

@media screen and (max-width: 767px) {
    .special-offer-listing .cta-container {
        display: flex;
    }
}

.special-offer-listing .cta-container .btn-flex {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    background: #F5F5F5;
    border-radius: 3px; 
}

.special-offer-listing .cta-container a {
    display: none;
    text-transform: uppercase;
    font-family: "Tw Cen MT W01 Bold Cond", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left; 
}

@media screen and (max-width: 767px) {
    .special-offer-listing .cta-container a {
        font: 14px "Tw Cen W01 Semi Medium", Arial, Helvetica, sans-serif;
        letter-spacing: 0.28px;
        color: #303030;
    }
}

.special-offer-listing .cta-container a.bt-filter {
    display: inline;
}

.special-offer-listing .cta-container a.bt-close {
    display: none; 
}

.special-offer-listing .cta-container a:hover {
    color: #303030 !important;
}

.special-offer-listing .cta-container .icon {
    font-size: 12px;
    position: relative;
    width: 22px; 
}

.special-offer-listing .cta-container .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
}

.special-offer-listing .cta-container .icon svg * {
    fill: #303030; 
}

.special-offer-listing .cta-container .icon svg.fa-times {
    opacity: 0;
}

.special-offer-listing .cta-container:active {
    color: #303030;
}

.special-offer-listing .cta-container.active .icon svg.fa-filter {
    opacity: 0; 
}

.special-offer-listing .cta-container.active .icon svg.fa-times {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .special-offer-listing .filter-tab {
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease; 
    }
}

.special-offer-listing .inner-item {
    width: 20%;
}

.ru .special-offer-listing .inner-item.russian-results {
    display: none;
}

@media screen and (max-width: 767px) {
    .special-offer-listing .inner-item {
        width: 70%;
    } 
}

.special-offer-listing .inner-item-filters {
    width: 80%;
    position: relative;
    top: -4px;
}

@media screen and (min-width: 1440px) {
    .special-offer-listing .inner-item-filters {
        top: 0;
    } 
}

@media screen and (max-width: 767px) {
    .special-offer-listing .inner-item-filters {
        display: none;
    }
}

.special-offer-listing .filtered {
    font-family: "Tw Cen W01 Medium", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.34px;
    padding: 6px 38px 6px 10px;
    background: #f5f5f5;
    margin: 0 18px 18px 0;
    text-transform: uppercase;
    width: auto;
    border-radius: 3px;
    display: none;
    position: relative; 
}

.special-offer-listing .filtered.active {
    display: block;
}

.special-offer-listing .filtered span {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    height: 20px;
    cursor: pointer;
}

.special-offer-listing .filter-wrapper {
    border-bottom: 1px solid #D9D9D6;
}

.special-offer-listing .filter-wrapper.opened {
    padding-bottom: 32px;
}

.special-offer-listing .filter-title {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 40px 0;
}

.special-offer-listing .filter-title span {
    font-size: 8px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.special-offer-listing .opened .filter-title span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg); 
}

.special-offer-listing .opened .filters-container {
    display: block;
}

.special-offer-listing .filters-container {
    display: none;
}

.special-offer-listing .filters-list {
    display: block;
}

.special-offer-listing .filters-list label {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 25px;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: 16px "Tw Cen W01 Semi Medium", Arial, sans-serif;
    letter-spacing: 0.32px;
    color: #303030;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .special-offer-listing .filters-list label {
        font-size: 1em; 
    }
}

.ru .special-offer-listing .filters-list label {
    font-size: 0.88em;
}

@media screen and (max-width: 1024px) {
    .ru .special-offer-listing .filters-list label {
        font-size: 0.8em; 
    }

}

@media screen and (min-width: 1366px) {
    .ru .special-offer-listing .filters-list label {
        font-size: 0.9em;
    }
}

.special-offer-listing .filters-list label bdi {
    display: contents;
}

.special-offer-listing .filters-list label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.special-offer-listing .filters-list label input:checked ~ .custom-checkbox {
    background-color: #303030;
}

.special-offer-listing .filters-list label .custom-checkbox {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-right: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #303030;
    border-radius: 3px;
    position: relative;
}

.special-offer-listing .filters-list label .custom-checkbox:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
}

.special-offer-listing .filters-list label input:checked ~ .custom-checkbox:after {
    display: block; 
}

.special-offer-listing .filters-list .filter-item {
    border: none;
}

.ru .special-offer-listing #hotels .filters-list .filter-item {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .ru .special-offer-listing #hotels .filters-list .filter-item {
        font-size: 0.9em;
    }
}

.no-scroll {
    overflow: hidden;
}

.loader-container {
    height: 101% !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 1;
    left: calc((100% - 80px)/2);
    top: calc((100vh - (80px + 54px + 55px + 40px + 80px))/2);
    display: block;
}

.lds-ring:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #303030;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #303030 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg); 
    } 
}

.special-offers-container h3.resort-page-subtitle:after, .special-offers-container h3.resort-page-subtitle:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #D9D9D6;
    top: 55%;
}

.special-offers-container h3.resort-page-subtitle {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    font-family: "Tw Cen MT W01 Bold Cond", Arial,Helvetica,sans-serif;
}

.special-offer-item {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    width: calc((100% - 6%) / 3);
}

@-moz-document url-prefix() {
    .special-offer-item {
        margin: 0.8%;
    } 
}

.uninitialised .special-offer-item {
    opacity: 0; 
}  

.special-offer-item .card-link {
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column; 
}

.special-offer-item .card-link .sort {
    display: none; 
}

.special-offer-item .image-content {
    border-radius: 3px 3px 0 0;
}

@media screen and (min-width: 1290px) and (max-wdith: 1440px) {
    .special-offer-item .image-content {
        height: 325px; 
    } 
}

.special-offer-item .image-content img {
    width: 100%; 
}

.special-offer-item.full-image .card-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.special-offer-item.full-image .image-content {
    width: 100%;
    height: 100%;
    position: relative;
}

  .special-offer-item.full-image .description-container {
    position: absolute;
    top: calc(50% - 20px);
    border: 1px solid #EDE6E1; }
    @media screen and (max-width: 520px) {
      .special-offer-item.full-image .description-container {
        top: 50%; } }
    .special-offer-item.full-image .description-container .offers-title {
      color: #ffffff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }
      .special-offer-item.full-image .description-container .offers-title span {
        display: block; }
    .special-offer-item.full-image .description-container .offers-subtitle {
      color: #ffffff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2;
      text-transform: uppercase; }
    .special-offer-item.full-image .description-container .offers-description {
      color: #ffffff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }
  .special-offer-item.full-image .bt-read-more a {
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
    z-index: 2;
    cursor: pointer; }
  .special-offer-item .resortCard.description-container {
    background: #ede6e1;
  }
  .special-offer-item .resortCard.description-container.resortCard:lang(ar) {
    direction: rtl;
    text-align: right;
  }

  .special-offer-item .resortCard.description-container .booking-container {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    justify-content: left;
    position: relative;
    bottom: 0;
    left: 0;
    grid-column-gap: 20px;
  }
  .special-offer-item .resortCard.description-container .booking-container:lang(ar) {
    justify-content: right;
  }
@media screen and (max-width: 400px) {
    .fr .special-offer-item .resortCard.description-container .booking-container {
        grid-column-gap: 15px;
    }
}

  .special-offer-item .resortCard .btn-booking a {
    padding: 0;
    border: 0;
  }
  .special-offer-item .resortCard .btn-booking .btnText {
    font-family: "Tw Cen W01 Semi Bold";
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    /*background: rgb(247, 243, 240);*/
    transition: all 0.5s ease;
    display: inline-block !important;
    cursor: pointer;
    width: 100%; 
    border-bottom: 1px solid #303030;
    padding: 5px 0 3px !important;
  }
  .special-offer-item .description-container {
    width: 100%;
    padding: 25px 20px 0;
    border-left: 1px solid #EDE6E1;
    border-right: 1px solid #EDE6E1;
    border-bottom: 1px solid #EDE6E1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
    @media screen and (max-width: 665px) {
      .special-offer-item .description-container {
        width: 100%;
        height: auto; } }
    .special-offer-item .description-container .offers-title {
      text-align: left;
      font-family: "Tw Cen MT W01 Medium Cond", Arial, Helvetica, sans-serif;
      letter-spacing: 1.12px;
      color: #303030;
      width: 90%;
      margin: 0 0 20px 0;  }
    .special-offer-item .description-container .offers-title:lang(ar) {
        text-align: right;
    }
      .special-offer-item .description-container .offers-BIntro {
          margin: 0 0 20px 0; 
          line-height: 27px;
          text-align: left;
      }

      .special-offer-item .description-container .offers-BIntro:lang(ar) {
          text-align: right;
      }
      .special-offer-item .description-container .resort__duration{
          margin: 0 0 20px 0;
          display: none;
      }

      .special-offer-item .description-container .resort__duration span {
          margin-right: 8px;
          display: inline;
      }

      .special-offer-item .description-container .resort__duration span:lang(ar) {
          margin-left: 8px;
          margin-right: 0;
      }

      .special-offer-item .description-container .resort__duration p {
          display: inline;
      }

      .special-offer-item .description-container .resort__price {
          margin: 0 0 20px 0;
          display: inline-block;
      }

      .special-offer-item .description-container .resort__price p {
          line-height: 27px;
      }

      .special-offer-item .description-container .resort__price span {
          margin-right: 8px;
          display: inline;
      }

      .special-offer-item .description-container .resort__price span:lang(ar) {
          margin-left: 8px;
          margin-right: 0;
      }

      .special-offer-item .description-container .resort__price p {
          display: inline;
      }

      .ru .special-offer-item .description-container .offers-title {
        font-size: 18px;
        line-height: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .special-offer-item .description-container .offers-title {
          font-size: 23px;
          height: auto;
          margin-bottom: 20px; } }
    .special-offer-item .description-container .offers-subtitle {
      font: 18px/23px "Tw Cen W01 Medium", Arial, Helvetica, sans-serif;
      letter-spacing: 0.18px;
      color: #303030;
      text-align: center;
      margin-bottom: 45px;
      height: 41px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .special-offer-item .description-container .offers-subtitle {
          font-size: 16px;
          height: auto;
          margin: 0 0 20px; } }
      .special-offer-item .description-container .offers-subtitle .resort-name {
        border-bottom: 1px solid #303030; }
    .special-offer-item .description-container .offers-description {
      text-align: center;
      color: #303030;
      height: 83px;
      overflow: hidden;
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .special-offer-item .description-container .offers-description {
          height: auto;
          margin: 0; } }
      .special-offer-item .description-container .offers-description p {
        font: 18px/26px "Tw Cen W01 Medium", Arial, Helvetica, sans-serif;
        letter-spacing: 0.18px; }
        .ru .special-offer-item .description-container .offers-description p {
          font-size: 16px;
          line-height: 20px; }
        @media screen and (max-width: 767px) {
          .special-offer-item .description-container .offers-description p {
            font-size: 16px;
            line-height: 20px; } }
  .special-offer-item .bt-read-more {
    margin: auto; }
    .ru .special-offer-item .bt-read-more {
      width: 70%; }
    .special-offer-item .bt-read-more .bt-link {
      font-family: "Tw Cen W01 Semi Bold";
      letter-spacing: 0.04em;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      color: #303030;
      transition: all 0.5s ease;
      display: inline-block !important;
      cursor: pointer;
      width: 100%;
      border-bottom: 1px solid #303030;
      padding: 5px 0 3px !important;
    }

.collectible-item .more-ce-offers .all-offers {
  margin-bottom: 45px; }
  .collectible-item .more-ce-offers .all-offers .slick-arrow {
    background: none;
    color: #FFFFFF;
    font-size: 35px;
    top: 32%;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .collectible-item .more-ce-offers .all-offers .slick-arrow {
        height: 30px; } }
    .collectible-item .more-ce-offers .all-offers .slick-arrow:before {
      display: none; }
    .collectible-item .more-ce-offers .all-offers .slick-arrow.slick-prev {
      left: 10%; }
      @media screen and (max-width: 767px) {
        .collectible-item .more-ce-offers .all-offers .slick-arrow.slick-prev {
          left: 4%; } }
    .collectible-item .more-ce-offers .all-offers .slick-arrow.slick-next {
      right: 10%; }
      @media screen and (max-width: 767px) {
        .collectible-item .more-ce-offers .all-offers .slick-arrow.slick-next {
          right: 4%; } }

.collectible-item .slick-slide {
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .collectible-item .slick-slide {
      margin: 0; } }
  .collectible-item .slick-slide .special-offer-item {
    margin: 0; }
    .collectible-item .slick-slide .special-offer-item .description-container {
      margin: 0;
      border: none;
      display: flex;
      flex-direction: column;
      padding-top: 30px;
      padding-bottom: 30px; }
      .collectible-item .slick-slide .special-offer-item .description-container .offers-title {
        text-align: center !important;
        order: 1;
        height: 70px;
        margin-bottom: 0; }
        @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
          .collectible-item .slick-slide .special-offer-item .description-container .offers-title {
            height: 100px; } }
      .collectible-item .slick-slide .special-offer-item .description-container .offers-subtitle {
        order: 2;
        height: auto;
        margin: 0 !important;
        text-transform: none; }

.more-ce-offers .columns {
  position: relative; }
  .more-ce-offers .columns .loader-container {
    z-index: 1000; }

.special-offers-container h3.resort-page-subtitle:after {
  width: 30%;
  right: 0; }
  @media screen and (min-width: 1700px) {
    .special-offers-container h3.resort-page-subtitle:after {
      width: 36%; } }
  @media screen and (max-width: 800px) {
    .special-offers-container h3.resort-page-subtitle:after {
      top: 50%; } }
  @media screen and (max-width: 500px) {
    .special-offers-container h3.resort-page-subtitle:after {
      top: 45%;
      width: 12%; } }

.special-offers-container h3.resort-page-subtitle:before {
  width: 30%;
  left: 0; }
  @media screen and (min-width: 1700px) {
    .special-offers-container h3.resort-page-subtitle:before {
      width: 36%; } }
  @media screen and (max-width: 800px) {
    .special-offers-container h3.resort-page-subtitle:before {
      top: 50%; } }
  @media screen and (max-width: 500px) {
    .special-offers-container h3.resort-page-subtitle:before {
      top: 45%;
      width: 12%; } }