﻿body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;

}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;

    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #37a2b5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #37a2b5;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Gilroy", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Gilroy", sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #37a2b5;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

a:hover {
    color: #256d7a;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.34375rem
}

h2, .h2 {
    font-size: 1.875rem
}

h3, .h3 {
    font-size: 1.640625rem
}

h4, .h4 {
    font-size: 1.40625rem
}

h5, .h5 {
    font-size: 1.171875rem
}

h6, .h6 {
    font-size: .9375rem
}

.lead {
    font-size: 1.171875rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.171875rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 767px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #c7e5ea
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #97cfd9
}

.table-hover .table-primary:hover {
    background-color: #b4dce3
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #b4dce3
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8fd1dd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.8
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.171875rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .8203125rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.8;
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.73046875rem + 2px);
    padding: .25rem .5rem;
    font-size: .8203125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.7578125rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8203125rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: 2.4375rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.4375rem / 4);
    background-size: calc(2.4375rem / 2) calc(2.4375rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.4375rem;
    background-position: top calc(2.4375rem / 4) right calc(2.4375rem / 4)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: 3.578125rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.21875rem 1.21875rem
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8203125rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 2.4375rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.4375rem / 4);
    background-size: calc(2.4375rem / 2) calc(2.4375rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.4375rem;
    background-position: top calc(2.4375rem / 4) right calc(2.4375rem / 4)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: 3.578125rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.21875rem 1.21875rem
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.8;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.btn-primary:hover {
    color: #fff;
    background-color: #2e8898;
    border-color: #2b7f8e
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(85, 176, 192, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b7f8e;
    border-color: #287684
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(85, 176, 192, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #37a2b5;
    border-color: #37a2b5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #37a2b5;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #37a2b5
}

.btn-link:hover {
    color: #256d7a;
    text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .8203125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9375rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #37a2b5
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .8203125rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend, .input-group-append {
    display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(2.7578125rem + 2px)
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.73046875rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .8203125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6875rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #37a2b5;
    background-color: #37a2b5
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8fd1dd
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b6e1e9;
    border-color: #b6e1e9
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #37a2b5;
    background-color: #37a2b5
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(55, 162, 181, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(55, 162, 181, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(55, 162, 181, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(0.34375rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(55, 162, 181, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #8fd1dd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(143, 209, 221, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.73046875rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .8203125rem
}

.custom-select-lg {
    height: calc(2.7578125rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.171875rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.4375rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #8fd1dd;
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.4375rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.4375rem;
    padding: .375rem .75rem;
    line-height: 1.8;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #37a2b5;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b6e1e9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #37a2b5;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b6e1e9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #37a2b5;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b6e1e9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #37a2b5
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .2890625rem;
    padding-bottom: .2890625rem;
    margin-right: 1rem;
    font-size: 1.171875rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.171875rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card {
    overflow: hidden
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #37a2b5;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #256d7a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.171875rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .8203125rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #37a2b5
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #2b7f8e
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.90625rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1d545e;
    background-color: #d7ecf0;
    border-color: #c7e5ea
}

.alert-primary hr {
    border-top-color: #b4dce3
}

.alert-primary .alert-link {
    color: #113137
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .703125rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #37a2b5;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #37a2b5;
    border-color: #37a2b5
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #1d545e;
    background-color: #c7e5ea
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1d545e;
    background-color: #b4dce3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1d545e;
    border-color: #1d545e
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.8
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8203125rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8203125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
    bottom: calc((0.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
    top: calc((0.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0) no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #37a2b5 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #2b7f8e !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #37a2b5 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.3333333333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #37a2b5 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #256d7a !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.8
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none!important;
    outline: 0;
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block
}

template {
    display: none
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-size-adjust: none
}

img, iframe, video, audio, object {
    max-width: 100%
}

img, iframe {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b, strong {
    font-weight: bold
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden
}

a, button, input[type=submit], input[type=button], input[type=reset], input[type=file], input[type=image], label[for] {
    cursor: pointer
}

a[href^=tel], button[disabled], input[disabled], textarea[disabled], select[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, a[href^=tel] {
    appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button, select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ul, nav ol {
    list-style: none outside none
}

body {
    min-width: 320px;
    background: white_background_color-color-color;
    font-family: "Gilroy", sans-sarif;
    font-size: .9375rem;
    line-height: 1.8;
    color: #1c1c1c;
    font-weight: 500;
    -webkit-overflow-scrolling: touch
}

a {
    color: inherit;
    text-decoration: underline;
    transition: all .4s
}

a:hover, a[href^=tel] {
    text-decoration: none
}
a:focus, button:focus {
    outline: none
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400
}

.h1 {
    font-size: 45px;
    line-height: 1.11
}

.h2 {
    font-size: 32px
}

.h3 {
    font-size: 23px
}

.h4 {
    font-size: 21px
}

.h5 {
    font-size: 18px
}

.h6 {
    font-size: 16px
}

.title-header {
    font-size: 32px
}

.item-title-blue {
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.uppercase {
    text-transform: uppercase
}

@media (max-width: 992px) {
    body {
        font-size: 13px;
        line-height: 1.92
    }
}

[data-read-more] {
    overflow: hidden;
    transition: height .5s ease-in-out
}

.link-expand {
    background: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    margin-top: 33px;
    text-transform: capitalize;
    text-decoration: underline;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Gilroy", sans-sarif
}

.link-expand.link-read-more {
    position: relative
}

.link-expand.link-read-more:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}

.link-expand:focus {
    outline: none
}

@media (min-width: 1025px) {
    body .cms-hide-desktop {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 1024px) {
    body .cms-hide-tablet {
        display: none !important
    }
}

@media (max-width: 767px) {
    body .cms-hide-mobile {
        display: none !important
    }
}

.sub__title__color {
    font-size: 32px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.group-template #main {
    position: relative
}

.group-template #main .section {
    z-index: 1
}

.group-template #main .splash {
    position: absolute;
    width: 610px;
    background: #f2f3f3;
    height: 200%;
    bottom: 0;
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: -32%;
    z-index: 0
}

@media (max-width: 992px) {
    .group-template #main .splash {
        display: none
    }
}

.group-template .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .nice-select {
    background: rgba(0, 0, 0, 0)
}

html[lang=ru] p {
    font-weight: 400
}

html[lang=ru] .property-accommodations-list .panel__content h4 {
    font-size: 19px
}

html[lang=de] .group-template .footer .footer__links li, html[lang=ru] .group-template .footer .footer__links li {
    margin: 0 4px
}

.clear {
    @util clearfix
}

.notext {
    @util text-hide
}

[hidden], .hidden {
    display: none !important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

[disabled], .disabled {
    cursor: default
}

.col {
    max-width: 100%;
    flex: 1
}

.cols {
    display: flex;
    flex-flow: row wrap
}

.col--1of2 {
    max-width: 50%;
    flex: 0 0 50%
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 576px) {
    .hidden-xs {
        display: none !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 577px)and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px)and (max-width: 992px) {
    .hidden-md {
        display: none !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 993px) {
    .hidden-lg {
        display: none !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 1200px) {
    .only-desktop {
        display: none !important
    }

    .visible-only-desktop-block {
        display: block !important
    }

    .visible-only-desktop-inline {
        display: inline !important
    }

    .visible-only-desktop-inline-block {
        display: inline-block !important
    }
}

.hide-nth-child__container3 .hide-nth-child__item:nth-child(n+4) {
    display: none
}

@media (max-width: 767px) {
    .cms-hide-mobile {
        display: none
    }
}

@media (min-width: 768px)and (max-width: 1199px) {
    .cms-hide-tablet {
        display: none
    }
}

@media (min-width: 1200px) {
    .cms-hide-desktop {
        display: none
    }
}

.wrapper {
    overflow: hidden
}

@media (max-width: 991px) {
    .wrapper {
        padding-bottom: 0;
    }
}

.shell {
    max-width: 1323px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto
}

.shell--fluid {
    max-width: none
}

.container {
    max-width: 1323px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto
}

@media only screen and (min-width: 1024px)and (max-width: 1279px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.container--full {
    max-width: 1366px;
    padding-right: 0;
    padding-left: 0
}

.container--small {
    max-width: 1240px
}

.container--xs {
    max-width: 1165px
}

@media (max-width: 992px) {
    .container--full {
        padding-right: 10px;
        padding-left: 10px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1px 0 12px;
    background-color: #fff
}

.header .container {
    padding: 0 30px
}

@media (max-width: 1200px) {
    .header .container {
        padding: 0 15px
    }
}

.header:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 6px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    content: ""
}

.header .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .header__inner .header__logo {
    padding-top: 14px
}

.header .header__utilities {
    margin-bottom: 15px;
    margin-top: 8px
}

@media (max-width: 1024px) {
    .header .header__content {
        margin-right: 10px
    }
}

.header + .section {
    padding-top: 72px
}

@media (max-width: 992px) {
    .header.scrolled .header__bar {
        background-color: #000
    }

    .header .header__utilities {
        display: none
    }

    .header .header__bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .21);
        color: #fff;
        padding: 13px 0 10px;
        transition: background .4s
    }

    .header .header__bar ul {
        display: flex;
        list-style: none;
        font-size: 13px;
        font-family: "Trajan", sans-sarif
    }

    .header .header__bar li {
        width: 50%;
        text-align: center
    }

    .header .header__bar li + li {
        border-left: 1px solid #fff
    }

    .header .header__bar li a {
        text-decoration: none
    }

    .header .header__menus {
        display: flex;
        align-items: center;
        margin-left: auto
    }

    .header .header__menus .select-language {
        margin-right: 13px
    }

    .header .header__menus .select-language .nice-select {
        padding: 0 15px 0 10px;
        margin-right: 15px;
        width: auto;
        margin-bottom: 0
    }

    .header .nav {
        position: fixed;
        top: 86px;
        right: 0;
        bottom: 0;
        z-index: 10;
        overflow-y: auto;
        width: 100%;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform .3s;
        border-top: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece
    }
}

@media (max-width: 992px)and (max-width: 767px) {
    .header .nav {
        top:0;
    }
}

@media (max-width: 992px) {
    .header .nav.opened {
        transform: translateX(0%)
    }
}

@media (max-width: 992px) {
    .header.no-hero .header__bar {
        background: #cecece;
        color: #37a2b5
    }

    .header.no-hero .header__bar li + li {
        border-color: #37a2b5
    }
}

@media (max-width: 992px) {
    .header.no-hero + #main {
        padding-top: 47px
    }
}

@media (max-width: 767px) {
    .header {
        padding: 2px 0 2px 0
    }

    .header .header__inner {
        padding: 0
    }

    .header .header__inner .header__logo {
        padding-top: 2px
    }

    .header .header__logo img {
        width: 110px;
    }

    .header .header__menus .select-language {
        margin-right: 20px
    }

    .header .phone-icon-on-mobile {
        margin-right: 10px
    }

    .header .phone-icon-on-mobile .telephone-svg {
        left: -10px;
        transform: scale(2);
        top: -4px
    }
}

.our-hotels-link.current .text-our-hotels {
    color: #37a2b5
}

@media (max-width: 767px) {
    .property .nav {
        display: block;
        padding: 81px 40px;
        font-size: 17px;
        text-align: right;
        top: 0
    }
}

@media (max-width: 1024px) {
    .property .nav li {
        margin-bottom: 17px;
        line-height: 1
    }
}

@media (max-width: 767px) {
    .property .nav li span {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.92
    }
}

.property .header-property .select-language .list {
    padding: 8px;
    background-color: #fff
}

.property .header-property .select-language .list .option {
    text-transform: capitalize;
    color: #1c1c1c
}

.footer {
    padding: 63px 0 30px;
    background-color: #1c1c1c
}

.footer.group-footer {
    margin-top: 30px;
    background-repeat: repeat;
    background-size: cover
}

.footer.group-footer background-image {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: cover
}

@media (max-width: 1200px) {
    .footer {
        padding: 63px 0 75px
    }
}

.footer .footer__bar {
    position: relative;
    display: inline-block;
    padding: 18px 18px;
    margin-top: 0;
    margin-bottom: 33px;
    /*background-color: #1d1d1d;*/
    color: #fff;
    height: 91px;
    width: 100%
}

.footer .footer__bar:after {
    position: absolute;
    bottom: 0;
    width: 9999px;
    background-color: #707070;
    content: "";
    height: 1px;
    right: -4500px
}

.footer .footer__contacts {
    width: auto;
    float: left;
    position: relative
}

.footer .footer__contacts p {
    line-height: 1.53
}

.footer .footer__contacts a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
}

.footer .footer__credits {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    color: #fff
}

.footer .footer__credits .reservation .res-text {
    font-size: 13px;
    text-transform: capitalize;
    margin-left: 40px
}

.footer .footer__credits .reservation .res-text a {
    color: #37a2b5;
    cursor: pointer;
    transition: .1s
}

.footer .footer__credits .reservation .res-text a:hover {
    border-bottom: 1px solid #37a2b5;
    padding-bottom: 2px
}

.footer .footer__credits .copy-right {
    margin-top: 5px;
    line-height: 1;
    margin-right: 38px
}

.footer .footer__credits .copy-right p {
    font-size: 14px;
    font-weight: 500
}

.footer .footer__credits p br {
    display: none
}

.footer .footer__links {
    display: inline-block;
    margin-top: 10px;
    list-style: none;
    margin-left: 20px
}

.footer .footer__links a {
    text-decoration: none;
    margin: 0;
    transition: .1s
}

.footer .footer__links a:hover {
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 2px
}

.footer .footer__links li {
    margin: 0 15px;
    float: left
}

@media (max-width: 1200px) {
    .footer .footer__links li {
        margin: 0 7px
    }

    .footer .footer__links li a {
        font-size: 13px
    }
}

.footer .socials {
    width: auto;
    float: right;
    display: block;
    margin-right: 37px
}

.footer .socials ul {
    justify-content: flex-end
}

.footer .footer-hotel-list .logo-wrapper {
    margin-left: 41px;
    padding: 0;
    margin-top: 3px;
    display: inline-block
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .logo-wrapper {
        width: 100%;
        margin: 0 0 51px 0;
        text-align: center
    }
}

.footer .footer-hotel-list .hotel-list-footer {
    position: relative;
    display: inline-block;
    width: calc(100% - 195px)
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer {
        width: 100%;
        text-align: center;
        padding-bottom: 17px
    }

    .footer .footer-hotel-list .hotel-list-footer:after {
        position: absolute;
        bottom: 0;
        width: 9999px;
        background-color: #707070;
        content: "";
        height: 1px;
        right: -4500px
    }
}

.footer .footer-hotel-list .hotel-list-footer .wrapped-hotels {
    position: relative;
    float: left;
    width: 33.3%
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .wrapped-hotels {
        width: 100%;
        float: none;
        display: block
    }
}

.footer .footer-hotel-list .hotel-list-footer .wrapped-hotels .hotel-set-footer {
    position: relative;
    float: none;
    width: auto;
    display: block;
    padding-left: 22%;
    margin-bottom: 55px
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .wrapped-hotels .hotel-set-footer {
        padding: 0;
        margin-bottom: 23px
    }
}

.footer .footer-hotel-list .hotel-list-footer .wrapped-hotels .hotel-set-footer .list-center-wrap {
    padding-left: 0
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer {
    position: relative;
    float: left;
    width: 33.3%
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 20px
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer.Berlin .list-center-wrap {
    padding-left: 7%
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer.Berlin .list-center-wrap {
        padding: 0
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap {
    padding-left: 11%
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap {
        padding: 0
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap h3 {
    color: #fff;
    font-family: "Trajan", sans-sarif;
    font-size: 21px;
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap h3 {
        font-size: 15px;
        margin-bottom: 7px
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list {
    padding-left: 37px
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list {
        padding: 0
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list li {
    margin-bottom: 13px
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list li {
        margin-bottom: 1px
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list li a {
    color: #a7a7a7;
    transition: .3s;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none
}

@media (max-width: 992px) {
    .footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list li a {
        font-size: 13px
    }
}

.footer .footer-hotel-list .hotel-list-footer .hotel-set-footer .list-center-wrap ul.region-list li a:hover {
    color: #fff
}

@media (max-width: 992px) {
    .footer {
        padding: 22px 0
    }

    .footer .footer__bar {
        display: block;
        text-align: center
    }

    .footer .footer__contacts {
        width: 100%
    }

    .footer .footer__links li {
        margin: 0 12px;
        float: left
    }

    .footer .socials {
        width: 100%;
        margin-top: 60px;
        margin-right: 0;
        margin-bottom: 40px
    }

    .footer .socials ul {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 111px 0 40px
    }

    .footer .footer__logo {
        margin-bottom: 31px
    }

    .footer .socials {
        margin-top: 36px;
        float: none;
        display: block;
        width: 100%
    }

    .footer .socials::after {
        position: absolute;
        bottom: 0;
        width: 9999px;
        background-color: #707070;
        content: "";
        height: 1px;
        right: -4500px
    }

    .footer .footer__credits {
        display: block;
        margin-top: 0;
        text-align: center
    }

    .footer .footer__credits .copy-right {
        margin-top: 5px;
        margin-right: 0;
        padding: 0 20px;
        line-height: 22px;
        font-size: 15px;
        font-weight: 500
    }

    .footer .footer__credits p {
        margin-top: 18px;
        font-size: 15px
    }

    .footer .footer__credits p span {
        display: none
    }

    .footer .footer__credits p br {
        display: block
    }

    .footer .footer__links {
        justify-content: center;
        font-size: 15px;
        margin-left: 0
    }

    .footer .footer__links li {
        margin: 0 0 3px 0;
        float: left;
        width: 100%
    }

    .footer .footer__contacts {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 11px
    }

    .footer .footer__contacts::after {
        position: absolute;
        bottom: 0;
        width: 9999px;
        background-color: #707070;
        content: "";
        height: 1px;
        right: -4500px
    }

    .footer .footer__bar {
        padding: 11px 30px 11px;
        margin-top: 0;
        height: auto;
        margin-bottom: 0
    }

    .footer .footer__bar::after {
        display: none
    }

    .footer .footer__bar .mobile-res {
        margin-top: 28px;
        text-align: center
    }

    .footer .footer__bar .mobile-res .reservation .res-text {
        font-size: 13px;
        text-transform: capitalize
    }

    .footer .footer__bar .mobile-res .reservation .res-text a {
        color: #37a2b5;
        cursor: pointer;
        transition: .1s
    }

    .footer .footer__bar .mobile-res .reservation .res-text a:hover {
        border-bottom: 1px solid #37a2b5;
        padding-bottom: 2px
    }

    .footer .footer__contacts p {
        font-size: 13px;
        line-height: 1.77
    }

    .footer .container .subscribe {
        position: relative;
        padding: 35px 10px 15px 10px
    }

    .footer .container .subscribe .subscribe__title {
        margin-bottom: 17px;
        padding: 0 30px;
        color: #37a2b5
    }

    .footer .container .subscribe::after {
        display: none
    }
}

.footer-property {
    padding: 0;
    overflow: hidden;
    background-repeat: repeat;
    background-size: cover
}

@media (max-width: 1024px) {
    .footer-property {
        padding-bottom: 50px
    }
}

@media (max-width: 992px) {
    .footer-property {
        padding-bottom: 0
    }
}

.footer-property .secondary-nav-section {
    background-color: #707070;
    padding: 0
}

@media (max-width: 992px) {
    .footer-property .secondary-nav-section .nav-secondary ul {
        padding: 19px 0
    }
}

.footer-property .secondary-nav-section .nav-secondary ul li {
    line-height: 100px
}

@media (max-width: 992px) {
    .footer-property .secondary-nav-section .nav-secondary ul li {
        margin: 0 auto;
        line-height: initial;
        padding: 7.5px 17px
    }
}

.footer-property .secondary-nav-section .nav-secondary ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

.footer-property .logo-wrapper {
    margin-bottom: 13rem;
    margin-top: 58px;
    text-align: center
}
@media(max-width:767px){
   .footer-property .logo-wrapper {
    margin-bottom: 13rem;
}
}
.footer-property .footer__bar {
    margin-bottom: 0;
    display: block
}

.footer-property .footer__bar .footer__contacts {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-property .footer__bar .footer__contacts a {
    color: #fff;
    cursor: pointer;
    text-transform: lowercase
}

@media (max-width: 992px) {
    .footer-property .footer__bar .footer__contacts {
        width: auto;
        text-align: left
    }
}

@media (max-width: 767px) {
    .footer-property .footer__bar .footer__contacts {
        text-align: center
    }
}

@media (max-width: 767px) {
    .footer-property .footer__bar .footer__contacts p {
        width: 100%
    }
}

@media (max-width: 767px) {
    .footer-property .footer__bar .footer__contacts::after {
        display: none
    }
}

@media (max-width: 992px) {
    .footer-property .footer__bar .socials {
        width: auto;
        margin: 0
    }

    .footer-property .footer__bar .socials::after {
        position: absolute;
        bottom: 0;
        width: 9999px;
        background-color: #707070;
        content: "";
        height: 1px;
        right: -4500px
    }
}

@media (max-width: 767px) {
    .footer-property .footer__bar .socials {
        margin-bottom: 20px;
        margin-top: 12px
    }
}

.footer-property .footer__bar .socials a:hover {
    background-color: #165b67
}

.footer-property .footer__credits {
    height: 80px;
    margin: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .footer-property .footer__credits {
        height: auto;
        display: block;
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .footer-property .footer__credits .copy-right {
        padding-bottom: 76px;
        font-size: 15px
    }
}

.footer-property .footer__links {
    margin: 0
}

@media (max-width: 767px) {
    .footer-property .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px
    }
}

.footer-property .footer__links li {
    margin: 0
}

@media (max-width: 767px) {
    .footer-property .footer__links li {
        line-height: 1;
        width: auto
    }
}

.footer-property .footer__links li + li {
    padding-left: 12px;
    border-left: 2px solid white_border_color-color-color;
    margin-left: 13px
}

@media (max-width: 767px) {
    .footer-property .footer__links li + li {
        padding: 0;
        margin: 0;
        border-left: 1px solid white_border_color-color-color;
        margin-left: 13px;
        padding-left: 12px
    }
}

.footer-property .footer__links li a:hover {
    color: #37a2b5;
    border: none
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    appearance: none
}

.btn-default {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-width: 260px;
    height: 50px;
    padding: 4px 5px 0;
    border: 0;
    border-radius: 0;
    background-color: #1c71b6;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trajan", sans-sarif;
    font-size: 17px
}

.btn-default:hover {
    background-color: #1c71b6;
    color: #fff
}

.btn-xs {
    min-width: 174px
}

.btn-sm, .btn-group-sm > .btn {
    min-width: 190px
}

.btn-md {
    min-width: 254px
}

.btn-lg, .btn-group-lg > .btn {
    min-width: 310px
}

.btn-outline {
    padding-top: 3px;
    border: 1px solid #37a2b5;
    background-color: #fff;
    color: #37a2b5;
    text-transform: none;
    font-size: 18px
}

.btn-outline:hover {
    background-color: rgba(55, 162, 181, .24);
    color: #37a2b5
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn-ghost {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #37a2b5;
    padding: 26px 37px;
    letter-spacing: .1px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.btn-ghost:hover {
    background: rgba(36, 119, 134, .15);
    border: 1px solid #1b6b79;
    color: #247786
}

.btn-link {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: 700;
    appearance: none;
    transition: color .5s;
    text-decoration: none
}

.btn-link--primary {
    font-size: 18px;
    color: #1c71b6
}

.btn-link--primary:hover {
    color: #1c71b6
}

.btn-link--secondnary-17 {
    font-size: 17px !important
}

.btn-link .btn__text {
    text-decoration: underline
}

.btn-link svg {
    position: relative;
    top: 1px;
    left: 2px
}

@media (max-width: 767px) {
    .btn-link--primary {
        font-size: 13px
    }
}

.pause-button {
    position: absolute;
    right: 60px;
    bottom: 24%;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px
}

.pause-button.pause .play-icon {
    visibility: hidden;
    opacity: 0
}

.pause-button.pause .pause-icon {
    visibility: visible;
    opacity: 1
}

.pause-button.play .pause-icon {
    visibility: hidden;
    opacity: 0
}

.pause-button.play .play-icon {
    visibility: visible;
    opacity: 1
}

.pause-button svg {
    transition: visibility 0s, opacity .5s linear;
    position: absolute;
    left: 0;
    top: 0
}

input::placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.field {
    width: 100%;
    height: 20px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #1c71b6;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.2
}

.field--textarea {
    height: 168px;
    border-width: 1px;
    resize: none
}

.select-language .nice-select {
    float: none;
    border: 0;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    font-weight: 500;
    z-index: 50
}

.select-language .option.selected {
    display: none
}

.select-language .nice-select .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.select-language .nice-select:after {
    right: 0;
    height: 8px;
    width: 8px;
    border-color: #1c71b6;
    margin-top: -6px
}

.select-language .list {
    width: 110%;
    padding: 20px 5px;
    border-radius: 0;
    background-color: #1d1d1d;
    color: #fff
}

.select-language .option {
    min-height: auto;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    white-space: pre-wrap
}

.select-language .option + .option {
    margin-top: 5px;
    color: #000;
    padding: 0;
    text-align: center;
    border: none
}

.select-language .option:hover, .select-language .option.focus, .select-language .option.selected.focus .option.selected {
    background: rgba(0, 0, 0, 0) !important;
    color: #1c71b6;
}

.select-default .nice-select {
    float: none;
    border: 0;
    height: 20px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #1c71b6;
    border-radius: 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0)
}

.select-default .nice-select:after {
    right: 13px;
    height: 8px;
    width: 8px;
    border-color: #1c71b6;
    margin-top: -9px
}

.select-default .list {
    width: 100%;
    padding: 5px;
    border-radius: 0;
    background-color: #1c71b6;
    color: #fff
}

.select-default .option {
    min-height: auto;
    padding: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: 600
}

.select-default .option + .option {
    margin-top: 5px
}

.select-default .option:hover, .select-default .option.focus, .select-default .option.selected.focus .option.selected {
    background: rgba(0, 0, 0, 0) !important;
    color: #fcf2e2
}

.select-gallery {
    max-width: 330px;
    margin: 0 auto
}

.select-gallery .nice-select {
    height: 23px;
    font-size: 18px;
    font-family: "Trajan", sans-sarif;
    color: #1c71b6;
    text-transform: uppercase
}

.checkbox {
    position: relative
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.checkbox input:checked + label:before {
    background-color: rgba(55, 162, 181, .24)
}

.checkbox label {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    font-family: "Trajan", sans-sarif;
    color: #1c71b6;
    line-height: 1
}

.checkbox label:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #1c71b6;
    content: "";
    transition: all .4s
}

.form-ajax .form-success, .form-ajax .form-error {
    display: none
}

.form-ajax.success .form-success {
    display: block
}

.form-ajax.success form {
    display: none
}

.form-ajax.error .form-error {
    display: block;
    padding-top: 10px;
    color: #c90a14
}

.form-default {
    max-width: 1030px;
    margin: 0 auto
}

.form-default .form__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    margin: 0 -50px
}

.form-default .form__row {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 50px
}

.form-default .form__row:last-child {
    margin-bottom: 0
}

.form-default .form__row--1of3 {
    width: 33.33%
}

.form-default .form__row--1of4 {
    width: 25%
}

.form-default .form__row--1of2 {
    width: 50%
}

.form-default .form__label {
    display: block;
    margin-bottom: 0;
    font-family: "Trajan", sans-sarif;
    font-size: 18px;
    color: #1c71b6;
}

.form-default .form__controls {
    line-height: 0;
    font-size: 0
}

.form-default .form__hint {
    margin-bottom: 40px;
    font-family: "Trajan", sans-sarif;
    color: #1c71b6;
}

.form-default .form__actions {
    display: flex
}

.form-default .form__actions .form__submit {
    width: 260px
}

.form-default .form__actions .form__content {
    width: calc(100% - 260px);
    padding-right: 70px
}

.form-newsletter .form__inner {
    margin: 0 -25px
}

.form-newsletter .form__row {
    padding: 0 25px
}

@media (max-width: 992px) {
    .form-default .form__row--1of3 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .form-default .form__inner {
        padding: 29px 20px;
        margin: 0
    }

    .form-default .form__row {
        width: 100%;
        padding: 0;
        margin-bottom: 46px
    }

    .form-default .form__actions {
        display: block
    }

    .form-default .form__actions .form__submit {
        width: 100%;
        margin-top: 18px
    }

    .form-default .form__actions .form__submit .btn {
        min-width: 100%
    }

    .form-default .form__actions .form__content {
        width: 100%;
        padding-right: 0
    }

    .form-default .form__hint {
        margin-bottom: 28px;
        font-size: 13px
    }

    .form-default .checkbox label {
        font-size: 15px;
        line-height: 1.2
    }

    .form-reservation .form__col.active {
        position: relative !important
    }

    .form-reservation .form__col.active .dropdown {
        height: auto !important;
        top: 0 !important;
        padding-bottom: 80px
    }
}

.form-reservation .form__inner {
    display: flex;
    justify-content: center
}

.form-reservation .form__row {
    display: flex;
    margin-right: 12px
}

.form-reservation .form__row:last-child {
    margin-right: 0
}

.form-reservation .form__col + .form__col {
    margin-left: 12px
}

.form-reservation .form__controls {
    position: relative
}

.form-reservation .field {
    width: 100%;
    height: 50px;
    padding: 15px 13px 0;
    border: 0;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1d;
    transition: all .4s
}

.form-reservation .form__label {
    position: absolute;
    top: 3px;
    left: 13px;
    margin-bottom: 0;
    color: #1c71b6;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s
}

.form-reservation .form__col--size1 {
    width: 190px
}

.form-reservation .form__col--size2 {
    width: 178px
}

.form-reservation .form__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto
}

@media (max-width: 1360px) {
    .property .form-reservation .form__inner {
        justify-content: space-between
    }

    .property .form-reservation .form__row {
        width: 16.67%
    }

    .property .form-reservation .form__row.datepicker-holder {
        width: 33.34%
    }

    .property .form-reservation .form__row .btn {
        display: block;
        width: 100%;
        min-width: auto;
        font-size: 12px
    }

    .property .form-reservation .form__col {
        width: 100%
    }

    .form-reservation .form__row .btn {
        display: block;
        width: 100%;
        min-width: auto;
        font-size: 12px
    }

    .form-reservation .form__col {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .form-reservation {
        max-width: 281px;
        margin: 0 auto
    }

    .form-reservation .form__inner {
        display: block
    }

    .form-reservation .form__row {
        display: block;
        width: 100%;
        margin: 20px 0 0 0
    }

    .form-reservation .form__row:first-child {
        margin-top: 0
    }

    .form-reservation .form__row.datepicker-holder {
        width: 100%
    }

    .form-reservation .form__row .btn {
        font-size: 17px
    }

    .form-reservation .form__col + .form__col {
        margin: 20px 0 0 0
    }

    .form-reservation .form__col.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: #1d1d1d
    }

    .form-reservation .form__col.active .fake-select__icon {
        display: none
    }

    .form-reservation .form__col.active .fake-select__icon-close {
        display: block
    }

    .form-reservation .form__col.active .dropdown {
        top: 50px;
        bottom: auto;
        left: 0;
        right: 0;
        height: calc(100vh - 50px)
    }

    .form-reservation .form__col.active .dropdown .list-counter {
        display: flex;
        flex-direction: column-reverse
    }

    .property .form-reservation {
        max-width: 281px;
        margin: 0 auto
    }

    .property .form-reservation .form__inner {
        display: block
    }

    .property .form-reservation .form__row {
        display: block;
        width: 100%;
        margin: 20px 0 0 0
    }

    .property .form-reservation .form__row:first-child {
        margin-top: 0
    }

    .property .form-reservation .form__row.datepicker-holder {
        width: 100%
    }

    .property .form-reservation .form__row .btn {
        font-size: 17px
    }

    .property .form-reservation .form__col + .form__col {
        margin: 20px 0 0 0
    }

    .property .form-reservation .form__col.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: #1d1d1d
    }

    .property .form-reservation .form__col.active .fake-select__icon {
        display: none
    }

    .property .form-reservation .form__col.active .fake-select__icon-close {
        display: block
    }

    .property .form-reservation .form__col.active .dropdown {
        top: 50px;
        bottom: auto;
        left: 0;
        right: 0;
        height: calc(100vh - 50px)
    }

    .property .form-reservation .form__col.active .dropdown .list-counter {
        display: flex;
        flex-direction: column-reverse
    }
}

[class^=list-] {
    list-style: none outside none
}

.list-counter button {
    display: block;
    width: 100%;
    padding: 5.5px 0;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    text-align: center;
    cursor: pointer;
    transition: all .4s
}

.list-counter button:hover {
    background-color: #1c71b6
}

.list-counter li.active button {
    background-color: #1c71b6
}

ul.list-circle-numbers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -2px -7px
}

ul.list-circle-numbers li {
    padding: 0 2px;
    margin-bottom: 7px
}

ul.list-circle-numbers button {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    transition: background .3s
}

ul.list-circle-numbers button.active, ul.list-circle-numbers button:hover {
    background: #1c71b6;
    color: #fff
}

.nav {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d
}

.nav ul {
    display: flex;
    margin-bottom: 0
}

.nav li + li {
    margin-left: 35px
}

.nav a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.3px
}

.nav a.current {
    color: #1c71b6;
}

.nav a:hover {
    color: #1c71b6;
}

.nav .mobile-menu-holder {
    display: none
}

@media (max-width: 1200px) {
    .nav {
        font-size: 12px
    }
}

@media (max-width: 992px) {
    .nav {
        display: block;
        padding: 25px 28px;
        color: #1c1c1c;
        font-size: 17px;
        text-align: left
    }

    .nav ul {
        display: block
    }

    .nav li + li {
        margin: -5px 0 24px 0;
        line-height: 1
    }

    .nav li + li span {
        font-size: 17px;
        font-weight: 500
    }

    .nav .our-hotels-link .text-our-hotels {
        font-size: 17px
    }
}

@media (max-width: 767px) {
    .nav {
        display: block;
        padding: 25px 28px;
        color: #1c1c1c;
        font-size: 17px;
        text-align: left
    }

    .nav ul {
        display: block
    }

    .nav li + li {
        margin: -5px 0 24px 0;
        line-height: 1
    }

    .nav li + li span {
        font-size: 14px;
        font-weight: 500
    }

    .nav .our-hotels-link .text-our-hotels {
        font-size: 14px
    }
}

.nav-utilities {
    font-size: 13px;
    font-weight: 500
}

.nav-utilities > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0
}

.nav-utilities li.dark {
    color: #247786
}

.nav-utilities > ul > li > a {
    padding: 0 10px
}

.nav-utilities > ul > li > a:hover {
    color: #37a2b5
}

.nav-utilities > ul > li:last-child a {
    padding-right: 0
}

.nav-utilities > ul > li + li {
    border-left: 1px solid rgba(55, 162, 181, .2)
}

.nav-utilities a {
    text-decoration: none
}

.nav-utilities .select-language .nice-select {
    padding: 0 15px 0 10px;
    margin: 0
}

.nav-secondary {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: .02em;
    color: #1d1d1d
}

.nav-secondary a {
    text-decoration: none;
    text-transform: uppercase
}

.nav-secondary a:hover {
    color: #37a2b5
}

.nav-secondary ul {
    display: flex;
    justify-content: space-between;
    list-style: none
}

@media (max-width: 992px) {
    .nav-secondary ul {
        display: block;
        margin: 0 -17px;
        text-align: center
    }

    .nav-secondary ul li {
        display: inline-block;
        padding: 0 17px;
        margin-bottom: 4px
    }
}

.nav-btn {
    display: none;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 24px
}

.nav-btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    margin: auto;
    background: #1c71b6;
    transition: all .2s
}

.nav-btn span:nth-child(1) {
    top: 0
}

.nav-btn span:nth-child(2) {
    top: 10px
}

.nav-btn span:nth-child(3) {
    top: 20px
}

.nav-btn.active span {
    height: 3px;
    background-color: #1c71b6;
    transition: all .3s
}

.nav-btn.active span:nth-child(2) {
    opacity: 0
}

.nav-btn.active span:nth-child(1) {
    transform: rotate(45deg)
}

.nav-btn.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.nav-btn.active span:nth-child(1), .nav-btn.active span:nth-child(3) {
    top: 10px
}

@media (max-width: 992px) {
    .nav-btn {
        display: block;
        margin-right: 5px
    }
}

.our-hotels-link .text-our-hotels {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    position: relative;
    padding-right: 15px;
    cursor: pointer
}

@media (max-width: 992px) {
    .our-hotels-link .text-our-hotels {
        font-size: 14px;
        font-weight: 700;
        padding-right: 18px;
        color: #37a2b5
    }

    .our-hotels-link .text-our-hotels.open {
        margin-bottom: 15px;
        display: inline-block
    }
}

.our-hotels-link .text-our-hotels::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
    right: 0;
    height: 8px;
    width: 8px;
    border-color: #37a2b5;
    margin-top: -6px
}

.our-hotels-link .text-our-hotels.open::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width: 992px) {
    .our-hotels-link .mobile-menu-holder {
        display: block;
        padding-left: 20px;
        padding-top: 10px
    }

    .our-hotels-link .mobile-menu-holder .hotel-set .region-name {
        font-family: "Trajan", sans-sarif;
        font-weight: 400;
        font-size: 15px;
        color: #1c1c1c
    }

    .our-hotels-link .mobile-menu-holder .hotel-set .region-list {
        padding-top: 2px;
        padding-bottom: 12px
    }

    .our-hotels-link .mobile-menu-holder .hotel-set .region-list .region-hotel {
        line-height: 1;
        margin-top: 0;
        margin-bottom: 8px
    }

    .our-hotels-link .mobile-menu-holder .hotel-set .region-list .region-hotel .hotel-link {
        font-size: 14px;
        color: #4e4e4e;
        font-weight: 500;
        text-transform: capitalize;
        margin-left: 17px
    }

    .our-hotels-link .mobile-menu-holder .hotel-link-wrap {
        margin-bottom: 50px;
        margin-top: 10px
    }

    .our-hotels-link .mobile-menu-holder .hotel-link-wrap .view-all-link {
        width: auto;
        min-width: 135px;
        height: 41px
    }
}

@media (max-width: 767px) {
    .our-hotels-link {
        margin-bottom: 16px
    }

    .our-hotels-link .text-our-hotels {
        font-weight: 500;
        color: #1c1c1c
    }

    .our-hotels-link .text-our-hotels.open {
        color: #37a2b5;
        font-weight: 700
    }

    .our-hotels-link .mobile-menu-holder {
        display: none
    }
}

.hotel-list-wrap {
    position: fixed;
    display: none;
    max-width: 100%;
    background-color: #fff;
    height: auto;
    z-index: 10;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 45px;
    top: 87px
}

.hotel-list-wrap .hotel-link-wrap {
    text-align: center
}

.hotel-list-wrap .hotel-link-wrap .view-all-link {
    width: auto;
    min-width: 135px;
    font-weight: 700;
    font-size: 14px;
    height: 41px;
    margin-top: 140px
}

@media (max-width: 992px) {
    .hotel-list-wrap .hotel-link-wrap .view-all-link {
        margin-top: 40px
    }
}

.hotel-list-wrap .wrapped-hotels {
    float: left;
    width: 33%;
    padding-left: 52px
}

.hotel-list-wrap .wrapped-hotels .hotel-set {
    float: none;
    width: 100%
}

.hotel-list-wrap .hotel-set {
    float: left;
    width: 33%;
    padding-top: 6px
}

.hotel-list-wrap .hotel-set.Istanbul {
    padding-left: 17px
}

.hotel-list-wrap .hotel-set.Berlin {
    padding-left: 36px
}

.hotel-list-wrap .hotel-set.Berlin .list-center-wrap {
    width: 212px
}

.hotel-list-wrap .hotel-set.Bodrum {
    margin-top: 22px
}

.hotel-list-wrap .hotel-set .list-center-wrap {
    position: relative;
    display: block;
    width: 212px;
    margin: 0 auto
}

.hotel-list-wrap .hotel-set .list-center-wrap .region-name {
    font-family: "Trajan", sans-sarif;
    color: #1c1c1c;
    font-size: 13px;
    text-transform: none
}

.hotel-list-wrap .hotel-set .list-center-wrap .region-list {
    list-style-type: none;
    margin-left: 38px
}

.hotel-list-wrap .hotel-set .list-center-wrap .region-list li {
    list-style-type: none
}

.hotel-list-wrap .hotel-set .list-center-wrap .region-list li a.hotel-link {
    color: #1c1c1c;
    font-size: 12px;
    text-decoration: none
}

.hotel-list-wrap .hotel-set .list-center-wrap:last-child {
    width: 235px
}

.section {
    position: relative;
    padding: 35px 0 0 0;
}

.section .section__separator {
    margin-bottom: 45px;
    text-align: center
}

.section .section__decoration {
    position: absolute;
    top: 78px;
    z-index: -1
}

.section .section__decoration-right {
    right: -265px
}

.section .section__actions {
    margin-top: 15px;
    text-align: center
}

.section .section__actions .btn-link {
    font-size: 15px;
    color: #37a2b5
}

.section .section__actions .btn-link:hover {
    color: #268090
}

.back-to-home {
    position: relative;
    margin: 0 auto 50px;
    display: block;
    max-width: 290px;
    padding-top: 12px
}

@media (max-width: 1200px) {
    .section .section__decoration-right img {
        width: 321px;
        height: 82px
    }
}

@media (max-width: 992px) {
    .section {
        padding: 15px 0
    }

    .section .section__separator {
        display: none
    }

    .section .section__decoration-right {
        right: -237px
    }

    .section .section__actions .btn-link {
        font-size: 13px
    }
}

.section--with-decoration-left .decoration {
    position: absolute;
    left: -11px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
}

.section--with-decoration-left-top .decoration {
    top: 10px;
    transform: none
}

@media (max-width: 767px) {
    .section--with-decoration-left-top .decoration {
        top: 133px;
        left: -15px
    }

    .section--with-decoration-left-top .decoration img {
        width: 32px;
        height: 578px
    }
}

.section--solid .section__inner {
    /*background-color: #000*/
}

.section--light .section__inner {
    background-color: #fcf2e2
}

.section-welcome .section__decoration {
    position: absolute;
    top: 78px;
    z-index: -1
}

.section-welcome .section__decoration-left {
    left: -216px
}

.section-welcome .section__decoration-right {
    right: -265px
}

@media (max-width: 992px) {
    .section-welcome .section__decoration {
        top: 155px
    }

    .section-welcome .section__decoration-left {
        display: none
    }

    .section-welcome .section__decoration-right {
        right: -237px
    }

    .section-welcome .section__decoration-right img {
        width: 321px;
        height: 82px
    }
}

.section-decoration {
    text-align: center
}

@media (max-width: 767px) {
    .section-decoration {
        display: none
    }
}

.section--with-logo .section__inner {
    position: relative
}

.section--with-logo .section__logo {
    position: absolute;
    bottom: calc(100% + 68px);
    right: 192px
}

.section--with-logo .section__logo:after {
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    right: 0;
    height: 28px;
    width: 1px;
    margin: auto;
    background: #37a2b5;
    content: ""
}

.section + .section--with-logo {
    padding-top: 69px
}

@media (max-width: 767px) {
    .section--with-logo .section__logo {
        right: 0;
        bottom: calc(100% + 37px);
        left: 0;
        text-align: center
    }

    .section--with-logo .section__logo:after {
        height: 15px;
        top: calc(100% + 22px)
    }

    .section + .section--with-logo {
        padding-top: 69px
    }
}

.section-feed {
    padding-top: 205px
}

.section-feed .section__head {
    position: relative;
    display: flex;
    align-items: center;
    width: 885px;
    margin: 0 auto 137px
}

.section-feed .section__head .decoration-left {
    position: absolute;
    left: -169px;
    bottom: -52px
}

.section-feed .section__head .decoration-left:before {
    position: absolute;
    bottom: calc(100% + 29px);
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 310px;
    background-color: #37a2b5;
    content: ""
}

.section-feed .section__head .decoration-right {
    position: absolute;
    bottom: 100%;
    right: -284px
}

.section-feed .heading {
    width: 592px;
    border-right: 1px solid #37a2b5;
    margin-bottom: 0
}

.section-feed .socials {
    width: calc(100% - 592px);
    padding-left: 31px
}

@media (max-width: 1200px) {
    .section-feed {
        padding-top: 35px
    }

    .section-feed .section__head .decoration-left, .section-feed .section__head .decoration-right {
        display: none
    }
}

@media (max-width: 992px) {
    .section-feed .section__head {
        display: block;
        width: auto;
        margin-bottom: 23px
    }

    .section-feed .heading {
        width: 100%;
        border-right: 0
    }

    .section-feed .socials {
        width: 100%;
        padding: 0;
        margin-top: 24px;
        text-align: center
    }

    .section-feed .socials .h2 {
        margin-bottom: 20px
    }

    .section-feed .socials ul {
        justify-content: center
    }
}

.section-special {
    position: relative
}

.section-special .decoration-left {
    position: absolute;
    top: 63px;
    left: -12px;
    z-index: 2;
    pointer-events: none
}

.section-special .decoration-right {
    position: absolute;
    top: 94px;
    right: -62px;
    z-index: 2;
    pointer-events: none
}

@media (max-width: 1200px) {
    .section-special .decoration-left, .section-special .decoration-right {
        display: none
    }

    .section-special .details__actions {
        margin-top: 27px;
        text-align: center
    }
}

.section-meetings .heading--decor-right .heading-decor {
    position: absolute;
    top: 78px;
    right: -265px;
    z-index: -1
}

.section-meetings--alt .heading--decor-right .heading-decor {
    position: absolute;
    top: 56px;
    right: -64px;
    z-index: -1
}

@media (max-width: 1200px) {
    .section-meetings .heading--decor-right .heading-decor {
        top: 29px;
        right: -254px
    }

    .section-meetings .heading--decor-right .heading-decor img {
        width: 320px
    }

    .section-meetings--alt .heading--decor-right .heading-decor {
        display: none
    }
}

.g_group-home .slider-intro .paging-circle .paging__prev, .g_group-home .slider-intro .paging-circle .paging__next {
    top: calc(50vh - 78px)
}

.slider-intro {
    position: relative
}

.slider-intro .swiper-container {
    z-index: auto
}

.slider-intro.not-initialized .paging, .slider-intro.not-initialized .paging-circle {
    display: none
}

.slider-intro .slider__title {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
    font-family: "Trajan", sans-sarif;
    font-size: 50px
}

.slider-intro .paging {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center
}

.slider-intro .paging-circle .paging__prev, .slider-intro .paging-circle .paging__next {
    position: absolute;
    top: 46%;
    border: 0;
    z-index: 3;
    margin-top: -35px
}

.slider-intro .paging-circle .paging__prev {
    left: 59px
}

.slider-intro .paging-circle .paging__next {
    right: 59px
}

.slider-intro .pause-button {
    position: absolute;
    right: 60px;
    bottom: 45px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px
}

.slider-intro .pause-button.pause .play-icon {
    visibility: hidden;
    opacity: 0
}

.slider-intro .pause-button.pause .pause-icon {
    visibility: visible;
    opacity: 1
}

.slider-intro .pause-button.play .pause-icon {
    visibility: hidden;
    opacity: 0
}

.slider-intro .pause-button.play .play-icon {
    visibility: visible;
    opacity: 1
}

.slider-intro .pause-button svg {
    transition: visibility 0s, opacity .5s linear;
    position: absolute;
    left: 0;
    top: 0
}

.slider-intro::before {
    content: "";
    width: 100%;
    /*height: 34vh;*/
    bottom: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    z-index: 2;
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0)*/
}

.slider-intro--title-bottom-left .slider__title {
    top: auto;
    bottom: 40px;
    max-width: 1084px;
    text-align: left;
    transform: none
}

@media (max-width: 1200px) {
    .slider-intro .paging-circle .paging__prev {
        left: 10px
    }

    .slider-intro .paging-circle .paging__next {
        right: 10px
    }

    .slider-intro .pause-button {
        right: 36px;
        bottom: 5%
    }
}

@media (max-width: 992px) {
    .slider-intro .slider__title {
        font-size: 32px
    }

    .slider-intro .paging-circle .paging__prev, .slider-intro .paging-circle .paging__next {
        margin-top: -25px
    }
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .filter-gallery .search-filter .nice-select ul.list li {
        font-size: 15px !important;
        line-height: 13px !important;
        padding: 12px 6px !important;
    }
    .property-gallery {
        padding-top: 8px!important;
    }
    .slider-intro .paging {
        right: auto;
        bottom: 7rem;
        left: 25px;
        width: auto
    }

    .slider-intro .paging-circle {
        position: absolute;
        bottom: 6rem;
        right: 21px;
        z-index: 3
    }

    .slider-intro .paging-circle .paging__prev, .slider-intro .paging-circle .paging__next {
        position: static;
        margin-top: 0
    }

    .slider-intro .paging-circle .paging__prev {
        margin-right: 7px
    }

    .slider-intro .slider__title {
        max-width: 320px
    }

    .slider-intro .pause-button {
        right: 143px;
        bottom: 17px
    }

    .slider-intro--title-bottom-left .slider__title {
        margin: 0 auto 0 24px
    }
}

.slider-images .slider__clip {
    overflow: visible
}

.slider-images .slider__slide {
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.slider-images .swiper-slide-active {
    opacity: 1;
    visibility: visible
}

.slider-images .paging-circle {
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: 2
}

.slider-images .paging-circle button + button {
    margin-left: 25px
}

.slider-images.not-initialized .paging-circle {
    display: none
}

.poi-list .slider-images .paging-circle button + button {
    margin-left: 5px
}

@media (max-width: 992px) {
    .slider-images .paging-circle {
        bottom: 12px;
        right: 20px
    }

    .slider-images .paging-circle button + button {
        margin-left: 10px
    }
}

.slider-accommodations .slider__clip {
    overflow: visible
}

.slider-accommodations .slider__slide {
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.slider-accommodations .swiper-slide-active {
    opacity: 1;
    visibility: visible
}

.slider-accommodations .paging-circle {
    position: absolute;
    bottom: -47px;
    right: -25px;
    z-index: 2
}

.slider-accommodations .paging-circle button + button {
    margin-left: 25px
}

.slider-accommodations .paging-circle--gutters-small {
    font-size: 0
}

.slider-accommodations .paging-circle--gutters-small button + button {
    margin-left: 5px
}

.slider-accommodations .slider__slide-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 242, 226, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.slider-accommodations .slider__slide-image {
    position: relative;
    display: block
}

.slider-accommodations .slider__slide-image:hover .slider__slide-overlay {
    opacity: 1;
    visibility: visible
}

.slider-accommodations .slider__slide-image:after {
    position: absolute;
    top: -50px;
    right: -114px;
    bottom: -43px;
    width: 420px;
    background-color: #fcf2e2;
    content: "";
    z-index: -1
}


.slider-accommodations .slider__slide-image:before {
    display: block;
    padding-top: 0;
    content: ""
}

@media (max-width: 992px) {
    .slider-accommodations .slider__slide-image:after {
        background-color: transparent !important;
        top: 9px !important;
    }
    .slider-accommodations .paging-circle {
        bottom: 12px;
        right: 17px
    }

    .slider-accommodations .paging-circle button + button {
        margin-left: 10px
    }
}

.slider-rooms {
    position: relative;
    margin-right: 148px
}

.slider-rooms .slider__slide {
    opacity: .4;
    transition: all .4s
}

.slider-rooms .swiper-slide-active {
    opacity: 1
}

.slider-rooms .slider__clip {
    overflow: visible
}

.slider-rooms .paging {
    width: 490px;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 3;
    padding: 0 76px
}

.slider-rooms .paging .paging__counter {
    justify-content: flex-start
}

.slider-rooms .paging .swiper-pagination-bullet {
    background: rgba(29, 29, 29, .4)
}

.slider-rooms .paging .swiper-pagination-bullet-active {
    background-color: #1c71b6;
}

.slider-rooms .paging-circle {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 490px;
    margin-top: -25px;
    pointer-events: none
}

.slider-rooms .paging-circle .paging__prev, .slider-rooms .paging-circle .paging__next {
    position: relative;
    pointer-events: all
}

.slider-rooms .paging-circle .paging__prev {
    left: -25px
}

.slider-rooms .paging-circle .paging__next {
    right: -25px
}

.slider-rooms .halfpane__image {
    height: 600px
}

@media (max-width: 992px) {
    .slider-rooms .halfpane__image {
        height: auto
    }
}

@media (max-width: 767px) {
    .slider-rooms .halfpane__image {
        height: auto
    }
}

.slider-rooms .halfpane__entry {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 992px) {
    .slider-rooms {
        padding: 30px 40px 0;
        margin-right: 0
    }

    .slider-rooms .paging-circle {
        display: none
    }

    .slider-rooms .paging {
        bottom: calc(100% + 30px);
        width: 100%;
        padding: 0
    }

    .slider-rooms .paging .paging__counter {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .slider-rooms {
        padding: 30px 30px 0
    }

    .slider-rooms .slider__slides {
        align-items: stretch
    }

    .slider-rooms .slider__slide {
        height: auto
    }

    .slider-rooms .halfpane {
        display: flex;
        flex-flow: column wrap;
        height: 100%
    }

    .slider-rooms .halfpane .halfpane__content {
        flex-grow: 1
    }
}

.slider-about .paging-circle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 594px;
    height: 0;
    margin: -25px auto 0
}

.slider-about .paging-circle .paging__prev, .slider-about .paging-circle .paging__next {
    position: relative
}

.slider-about .paging-circle .paging__prev {
    left: -25px
}

.slider-about .paging-circle .paging__next {
    right: -25px
}

.slider-about .slider__clip {
    overflow: visible
}

.slider-about .slider__slide-image {
    position: relative;
    display: block;
    transition: opacity .4s;
    cursor: pointer
}

.slider-about .slider__slide-image:hover {
    opacity: .8
}

.slider-about .slider__slide-image:before {
    display: block;
    padding-top: 79.8%;
    content: ""
}

.slider-about .slider__slide-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #000000a6, rgb(55 137 152 / 0%));
    height: 35.66% !important;
    content: ""
}

.slider-about .slider__slide-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.slider-about .slider__slide-title {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700
}

.slider-about .slider__slide-actions .btn-link {
    font-size: 10px;
    color: #fff
}

.slider-about .slider__slide-actions .btn-link svg {
    width: 5px;
    height: 9px
}

.slider-about .slider__slide .slider__slide-image {
    opacity: .2;
    transition: opacity .3s, transform .3s
}

.slider-about .swiper-slide-active .slider__slide-image {
    opacity: 1;
    transform: scale(1.52);
    backface-visibility: hidden
}

.slider-about .swiper-slide-active .slider__slide-content {
    opacity: 1;
    visibility: visible
}

@media (max-width: 992px) {
    .slider-about {
        padding: 0 18px
    }

    .slider-about .swiper-slide-active .slider__slide-image {
        transform: none
    }
}

@media (max-width: 767px) {
    .slider-about .paging-circle {
        top: auto;
        left: auto;
        bottom: 18px;
        right: 13px;
        display: block;
        width: auto;
        height: auto;
        margin: 0
    }

    .slider-about .paging-circle button + button {
        margin-left: 5px
    }

    .slider-about .paging-circle .paging__prev, .slider-about .paging-circle .paging__next {
        position: static;
        background-color: #fff
    }

    .slider-about .paging-circle .paging__prev svg path, .slider-about .paging-circle .paging__next svg path {
        fill: #37a2b5
    }

    .slider-about .slider__slide-image:before {
        padding-top: 85%
    }

    .slider-about .slider__slide-image:after {
        height: 100%
    }

    .slider-about .slider__slide-content {
        bottom: 19px;
        left: 13px;
        right: 101px;
        text-align: left
    }

    .slider-about .slider__slide-title {
        margin-bottom: 7px;
        font-size: 21px
    }

    .slider-about .slider__slide-actions .btn-link {
        font-size: 13px
    }
}

.slider-items {
    position: relative;
    padding: 23px 30px 0
}

.slider-items .slider__clip {
    overflow: visible
}

.slider-items .swiper-slide-active .item {
    opacity: 1
}

.slider-items.not-initialized .slider__slide .item {
    opacity: 1
}

.slider-items .item {
    opacity: .2;
    transition: opacity .4s
}

.slider-items .item .item__image:before {
    padding-top: 92%
}

.slider-items .item .item__title {
    font-size: 22px;
    text-align: center
}

.slider-items .item .item__content {
    text-align: center
}

.slider-items .item .item__rate strong {
    display: inline-block
}

.slider-items .paging {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 30px);
    width: 100%;
    padding: 0
}

.slider-items .paging .paging__counter {
    justify-content: center
}

.slider-items .paging .swiper-pagination-bullet {
    background: rgba(29, 29, 29, .4)
}

.slider-items .paging .swiper-pagination-bullet-active {
    background-color: #37a2b5
}

.slider-boxes {
    padding: 0 19px 16px;
}

.slider-boxes .slider__clip {
    overflow: visible
}

.slider-boxes .swiper-slide-active .box {
    opacity: 1
}

.slider-boxes .box {
    opacity: .2;
    transition: opacity .4s
}

.slider-boxes .box .box__image {
    margin: 0 0 15px
}

.slider-boxes .box .box__image:after {
    padding-top: 64%
}

.slider-boxes .box .box__entry {
    font-size: 13px;
    line-height: 2.08
}

.slider-boxes .box .box__title {
    margin-bottom: 18px;
    font-size: 22px;
    text-align: center
}

.slider-boxes .box .box__content {
    padding-left: 0;
    text-align: center
}

.slider-boxes .box .box__link {
    margin-top: 11px
}

.slider-boxes .box .box__link .btn-link {
    font-size: 13px
}

.slider-boxes .box .box__actions {
    padding-right: 0
}

.slider-boxes .box .box__actions .btn {
    width: 100%;
    min-width: 100%
}

.slider-boxes .paging {
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: calc(100% + 30px);*/
    width: 100%;
    padding: 0
}

.slider-boxes .paging .paging__counter {
    justify-content: center
}

.slider-boxes .paging .swiper-pagination-bullet {
    background: rgba(29, 29, 29, .4)
}

.slider-boxes .paging .swiper-pagination-bullet-active {
    background-color: #37a2b5
}

.slider-gallery {
    margin: 0 -24px 37px
}

.slider-gallery .slider__slide-image:after {
    display: block;
    padding-top: 100%;
    content: ""
}

.slider-gallery .paging {
    position: absolute;
    bottom: 26px;
    left: 23px;
    z-index: 3
}

.slider-gallery .paging .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4);
    box-shadow: 0px 0px 5.82px .18px rgba(0, 0, 0, .5);
    opacity: 1
}

.slider-gallery .paging .swiper-pagination-bullet-active {
    background-color: #37a2b5
}

.slider-gallery .paging-circle {
    position: absolute;
    bottom: 17px;
    right: 21px;
    z-index: 3
}

.slider-gallery .paging-circle .paging__prev {
    margin-right: 7px
}

@media (max-width: 1024px) {
    .group-template .hero .slider-intro .paging {
        bottom: 42%
    }
}

@media (max-width: 992px) {
    .group-template .hero .slider-intro .paging {
        bottom: 43%
    }
}

@media (max-width: 767px) {
    .group-template .hero .slider-intro .paging {
        right: auto;
        bottom: 25px;
        left: 25px;
        width: auto
    }
}

.group-template .hero.hero-subpage .slider-intro .paging {
    bottom: unset;
    top: 46%;
    margin-top: -17px
}

@media (max-width: 992px) {
    .group-template .hero.hero-subpage .slider-intro .paging {
        margin-top: -6px
    }
}

@media (max-width: 767px) {
    .group-template .hero.hero-subpage .slider-intro .paging {
        top: auto;
        bottom: 25px;
        left: 25px
    }
}

.widgets {
    list-style: none outside none
}

.intro {
    position: relative;
    height: calc(100vh - 90px);
    color: #fff
}

.intro:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    pointer-events: none;
    content: ""
}

.intro .intro__title {
    margin-bottom: 0;
    font-family: "Trajan", sans-sarif;
    font-size: 50px;
    color: currentColor;
    line-height: 1;
    text-transform: uppercase
}

.intro .intro__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 47%;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.intro .btn-link {
    color: currentColor
}

.intro .btn-link:hover {
    color: #37a2b5
}

@media (max-width: 1024px) {
    .intro .intro__content {
        bottom: 45.5%
    }
}

@media (max-width: 992px) {
    .intro .intro__title {
        font-size: 32px
    }

    .intro .intro__content {
        max-width: 600px
    }
}

@media (max-width: 767px) {
    .intro {
        height: calc(100vh - 190px)
    }

    .intro .intro__content {
        top: 43%;
        bottom: auto;
        transform: translateY(-50%)
    }

    .intro .intro__content .intro__title {
        font-size: 30px;
        line-height: 46px
    }

    .intro .intro__content .intro__actions {
        position: relative;
        top: 14px
    }
}

.intro--small {
    height: 415px
}

.intro--small:after {
    content: none
}

@media (max-width: 767px) {
    .intro--small {
        height: 168px;
        margin-top: 47px
    }
}

.fullsize-image {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.fullsize-image > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    font-size: 0
}

.g_offers-details .fullsize-image > img {
    visibility: hidden
}

.paging-circle .paging__autoplay, .paging-circle .paging__prev, .paging-circle .paging__next {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #1c71b6;
    appearance: none;
    transition: all .4s
}

.paging-circle .paging__autoplay .pause {
    display: none
}

.paging-circle .paging__autoplay .play {
    display: inline-block
}

.paging-circle .paging__autoplay.active .pause {
    display: inline-block
}

.paging-circle .paging__autoplay.active .play {
    display: none
}

.paging-circle .paging__prev:hover, .paging-circle .paging__next:hover {
    background: #37a2b5
}

.paging-circle .paging__prev:hover svg path, .paging-circle .paging__next:hover svg path {
    fill: #fff
}

.paging-circle svg path {
    transition: all .4s
}

.paging-circle .paging__autoplay--dark, .paging-circle .paging__prev--dark, .paging-circle .paging__next--dark {
    border: 1px solid #1d1d1d;
    background-color: #1d1d1d;
    color: #fff
}

.paging-circle .paging__prev--transparent, .paging-circle .paging__next--transparent {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.paging-circle .paging__autoplay--dark:hover, .paging-circle .paging__prev--dark:hover, .paging-circle .paging__next--dark:hover {
    background: #fff
}

.paging-circle .paging__autoplay--dark:hover svg path, .paging-circle .paging__prev--dark:hover svg path, .paging-circle .paging__next--dark:hover svg path {
    fill: #1d1d1d
}

.paging-circle .paging__prev--transparent:hover, .paging-circle .paging__next--transparent:hover {
    background: none
}

.paging-circle .paging__prev--transparent:hover svg path, .paging-circle .paging__next--transparent:hover svg path {
    fill: #fff
}

.paging-circle .paging__prev--reversed, .paging-circle .paging__next--reversed {
    background-color: #37a2b5
}

.paging-circle .paging__prev--reversed svg path, .paging-circle .paging__next--reversed svg path {
    fill: #fff
}

.paging-circle .paging__prev--reversed:hover, .paging-circle .paging__next--reversed:hover {
    background-color: #fff
}

.paging-circle .paging__prev--reversed:hover svg path, .paging-circle .paging__next--reversed:hover svg path {
    fill: #37a2b5
}

.paging-circle .paging__prev--white, .paging-circle .paging__next--white {
    background-color: #fff
}

.paging-circle .paging__prev--white svg path, .paging-circle .paging__next--white svg path {
    stroke: #37a2b5
}

.paging-circle .paging__prev--white:hover, .paging-circle .paging__next--white:hover {
    background-color: #37a2b5
}

.paging-circle .paging__prev--white:hover svg path, .paging-circle .paging__next--white:hover svg path {
    stroke: #fff
}

.paging .paging__counter {
    display: flex;
    justify-content: center;
    align-items: center
}

.paging span + span {
    margin-left: 6px
}

.paging .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .4);
    transition: all .3s;
    opacity: 1
}

.paging .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #37a2b5
}

.block-text-media .block__text {
    position: relative
}

.block-text-media .block__text .block__decoration {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    pointer-events: none
}

.block-text-media .block__subtitle {
    margin-bottom: 8px;
    color: #1d1d1d
}

.block-text-media .block__title {
    margin-bottom: 15px;
    color: #1c71b6;
    font-family: "Trajan", sans-sarif
}

.block-text-media .block__media .slider__slide-image, .block-text-media .block__media .block__video {
    position: relative;
    z-index: 2;
    height: auto
}

.block-text-media .block__media .block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1200px) {
    .block-text-media .block__subtitle {
        font-size: 30px
    }

    .block-text-media .block__title {
        font-size: 22px
    }

    .block-text-media .block__media {
        width: 500px
    }

    .block-text-media .block__text {
        padding: 0 30px 0 30px
    }
}

@media (max-width: 992px) {
    .block-text-media {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .block-text-media .block__text {
        text-align: center
    }

    .block-text-media .block__subtitle {
        margin-bottom: 10px
    }

    .block-text-media .block__title {
        margin-bottom: 5px;
        line-height: 1.25
    }

    .block-text-media .block__media {
        width: 100%
    }

    .block-text-media .slider-images {
        margin: 0 -10px
    }

    .block-text-media .block__decoration {
        display: none
    }

    .block-text-media .block__media .slider__slide-image {
        height: 375px
    }

    .block-text-media .block__media .video {
        height: 270px
    }
}

.block-text-background {
    display: flex;
    align-items: center
}

.block-text-background .block__text {
    width: calc(100% - 533px);
    padding: 0 40px 0 60px
}

.block-text-background .block__background {
    width: 606px;
    margin-right: -73px
}

.block-text-background .block__background:after {
    display: block;
    padding-top: 45%;
    content: ""
}

.block-text-background .block__link {
    margin-top: 3px
}

.block-text-background .block__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 9px
}

.block-text-background .btn-link {
    font-size: 15px;
    color: #37a2b5
}

.block-text-background .btn-link:hover {
    color: #268090
}

@media (max-width: 1280px) {
    .block-text-background {
        display: block
    }

    .block-text-background .block__text {
        width: 100%;
        margin-bottom: 20px
    }

    .block-text-background .block__background {
        width: 100%
    }

    .block-text-background .block__actions {
        justify-content: flex-start
    }

    .block-text-background .block__actions .btn + .btn {
        margin-left: 20px
    }
}

@media (max-width: 992px) {
    .block-text-background .block__text {
        padding: 0
    }
}

.hotel-info {
    display: flex;
    max-width: 990px;
    margin: 0 auto 50px
}

.hotel-info .hotel-info__content {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 7px 0 29px 30px;
    border-left: 1px solid #37a2b5
}

.hotel-info .hotel-info__list {
    width: 40%;
    padding: 17px 5px 17px 16px
}

.hotel-info .hotel-info__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none
}

.hotel-info .hotel-info__list li {
    position: relative;
    width: calc(50% - 19px);
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 2px
}

.hotel-info .hotel-info__list li img {
    position: absolute;
    top: 4px;
    left: -15px
}

.hotel-info .hotel-info__list li a img {
    position: static;
    width: 120px
}

.hotel-info .hotel-info__list li p {
    margin-bottom: 0;
    font-size: 12px;
    color: #4e4e4e;
    font-weight: 500
}

.hotel-info .hotel-info__list li p a {
    text-decoration: none
}

.hotel-info .hotel-info__list li p a:hover {
    color: #37a2b5
}

.hotel-info .hotel-info__list li p strong {
    font-weight: 500;
    color: #a0a0a0
}

.hotel-info .hotel-info__subtitle, .hotel-info .hotel-info__title {
    margin-bottom: 0;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.hotel-info .hotel-info__image {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover
}

.hotel-info .hotel-info__text {
    width: calc(100% - 186px);
    padding-right: 26px
}

.hotel-info .hotel-info__entry {
    position: relative;
    padding-left: 23px
}

.hotel-info .hotel-info__entry:before {
    position: absolute;
    top: 4px;
    left: -4px;
    width: 16px;
    height: 16px;
    background-color: #1d1d1d;
    content: ""
}

.heading {
    max-width: 100%;
    margin: 0 auto 37px
}

.heading .heading__subtitle {
    color: #1d1d1d;
    font-size:32px!important;
}

.heading .heading__title {
    color: #1c71b6;
    font-family: "Trajan", sans-sarif;
    text-transform: uppercase
}

.heading .heading__logo {
    margin-bottom: 20px
}

.heading .heading__logo:last-child {
    margin-top: 20px;
    margin-bottom: 0
}

.heading .heading__actions {
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .heading {
        text-align: center
    }
}

@media (max-width: 767px) {
    .heading {
        margin-bottom: 30px
    }

    .heading .heading__subtitle {
        margin-bottom: 10px;
        font-size: 22px!important;
    }

    .heading .heading__title {
        font-size: 22px;
        line-height: 1.45
    }
}

.heading--left {
    margin: 0 0 37px 0
}

@media (max-width: 992px) {
    .heading--left {
        text-align: left
    }
}

@media (max-width: 767px) {
    .heading--left {
        text-align: left
    }

    .heading--left.expandable-mobile.has-expandable-content .expandable__actions {
        text-align: left
    }

    .heading--center-mobile {
        text-align: center
    }

    .heading--center-mobile.expandable-mobile.has-expandable-content .expandable__actions {
        text-align: center
    }
}

.heading--large .heading__title, .heading--large .heading__subtitle {
    font-size: 40px
}

@media (max-width: 767px) {
    .heading--large .heading__subtitle, .heading--large .heading__title {
        font-size: 26px
    }

    .heading--large .heading__title {
        margin-bottom: 0;
    }
}

.halfpane {
    display: flex
}

.halfpane .halfpane__content {
    width: 490px;
    padding: 95px 76px 125px;
    background-color: #ededed
}

.halfpane .halfpane__image {
    display: block;
    width: calc(100% - 490px);
    transition: opacity .4s;
    cursor: pointer;
    background-size: cover
}

.halfpane .halfpane__image:hover {
    opacity: .7
}

.halfpane .halfpane__image:after {
    display: block;
    padding-top: 82.5%;
    content: ""
}

.halfpane .halfpane__title {
    margin-bottom: 12px;
    color: #1d1d1d;
    font-family: "Trajan", serif
}

.halfpane .halfpane__title a {
    transition: opacity .4s;
    text-decoration: none;
    cursor: pointer
}

.halfpane .halfpane__title a:hover {
    color: #37a2b5;
    opacity: .7
}

.halfpane .halfpane__link {
    margin-top: 10px
}

.halfpane .halfpane__link .btn-link {
    font-size: 15px;
    color: #1c71b6;
    cursor: pointer
}

.halfpane .halfpane__link .btn-link:hover {
    color: #1c71b6
}

.halfpane .halfpane__rate {
    margin-top: 8px;
    font-size: 14px;
    color: #707070
}

.halfpane .halfpane__rate strong {
    display: block;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.19;
    color: #1c1c1c
}

.halfpane .halfpane__rate strong span {
    padding-left: 12px;
    border-left: 1px solid #707070;
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle;
    color: #707070
}

.halfpane .halfpane__actions {
    margin-top: 12px
}

.halfpane .halfpane__actions .btn {
    min-width: 280px
}

@media (max-width: 992px) {
    .halfpane {
        display: block
    }

    .halfpane .halfpane__content {
        width: 100%;
        padding: 40px 30px
    }

    .halfpane .halfpane__image {
        width: 100%
    }

    .halfpane .halfpane__image:after {
        padding-top: 56.25%
    }
}

@media (max-width: 767px) {
    .halfpane .halfpane__image:after {
        padding-top: 74.25%
    }

    .halfpane .halfpane__content {
        padding: 30px 30px;
        text-align: center
    }

    .halfpane .halfpane__title {
        margin-bottom: 3px;
        font-size: 22px
    }

    .halfpane .halfpane__link {
        margin-top: 20px
    }

    .halfpane .halfpane__link .btn-link {
        font-size: 13px
    }

    .halfpane .halfpane__rate {
        margin-top: 21px
    }

    .halfpane .halfpane__rate strong {
        display: inline-block
    }

    .halfpane .halfpane__actions .btn {
        min-width: auto;
        width: 100%
    }
}

.items {
    position: relative;
    padding: 0 25px
}

.items .items__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px -50px
}

.items .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px
}

.items .items__foot {
    margin-top: 45px;
    text-align: center
}

.items .items__foot .btn-link {
    font-size: 15px;
    color: #37a2b5
}

.items .items__foot .btn-link:hover {
    color: #268090
}

.items .items__logo {
    position: absolute;
    bottom: calc(100% + 75px);
    right: 0
}

.items .items__logo:after {
    position: absolute;
    top: calc(100% + 39px);
    left: 0;
    right: 0;
    z-index: -1;
    height: 29px;
    width: 1px;
    margin: auto;
    background: #37a2b5;
    content: ""
}

.item .item__link .btn-link {
    color: #37a2b5;
    font-size: 15px
}

.item .item__link .btn-link:hover {
    color: #268090
}

.item .item__image {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden
}

.item .item__image-inner {
    display: block;
    position: relative;
    transition: all .6s cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer
}

.item .item__image-inner:hover {
    transform: scale(1.1)
}

.item .item__image-inner:before {
    display: block;
    padding-top: 92%;
    content: ""
}

.item .item__image-inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    content: ""
}

.item .item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 40px 30px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.item .item__title a {
    text-decoration: none;
    cursor: pointer
}

.item .item__title a:hover {
    color: #37a2b5
}

.item .item__subtitle a {
    text-decoration: none
}

.item .item__subtitle a:hover {
    color: #37a2b5
}

.item .item__content {
    text-align: center
}

.item .item__rate {
    font-size: 14px
}

.item .item__rate strong {
    margin-left: 10px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.19
}

.item .item__rate strong span {
    font-size: 14px;
    vertical-align: middle
}

.item .item__actions {
    margin-top: 22px
}

@media (max-width: 1200px) {
    .item .item__actions .btn {
        display: flex;
        min-width: auto
    }
}

@media (max-width: 992px) {
    .items .item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .items {
        padding: 0 29px
    }

    .items .items__body {
        margin: 0
    }

    .items .item {
        width: 100%;
        padding: 0;
        margin-bottom: 0
    }

    .item + .item {
        padding-top: 31px;
        border-top: 1px solid rgba(112, 112, 112, .3);
        margin-top: 31px
    }

    .item .item__image:before {
        padding-top: 74%
    }

    .item .item__image:after {
        height: 62%
    }

    .item .item__content {
        text-align: left
    }

    .item .item__rate strong {
        display: block;
        margin-left: 0
    }

    .item .item__title {
        padding: 0 24px 20px;
        font-size: 20px;
        text-align: left
    }
}

.items--modified {
    padding: 0 40px
}

.items--modified .items__body {
    margin: 0 -19px -50px
}

.items--modified .item {
    padding: 0 19px
}

.items--modified .item .item__entry {
    margin-bottom: 20px
}

.items--modified .item .item__subtitle {
    font-family: "Trajan", sans-sarif
}

.items--modified .item .item__image {
    margin-bottom: 33px
}

.items--modified .item .item__image:after {
    content: none
}

.items--modified .item .item__image:before {
    padding-top: 108%
}

.about {
    position: relative;
    padding: 0 0 37px
}

.about .about__head {
    text-align: center
}

.about .about__body {
    margin-top: 132px
}

.about .about__foot {
    margin-top: 115px;
    text-align: center
}

.about .about__foot .btn-link {
    font-size: 15px;
    color: #37a2b5
}

.about .about__foot .btn-link:hover {
    color: #268090
}

.about .about__subtitle {
    color: #fff
}

.about .about__title {
    color: #268090;
    font-family: "Trajan", sans-sarif
}

@media (max-width: 767px) {
    .about {
        padding: 0 0 30px
    }

    .about .about__subtitle {
        margin-bottom: 14px;
        font-size: 22px
    }

    .about .about__title {
        font-size: 22px
    }

    .about .about__body {
        margin-top: 28px
    }

    .about .about__foot {
        margin-top: 28px
    }
}

.boxes {
    display: flex;
    margin: 0 -15px
}

.boxes .box {
    width: 50%;
    padding: 0 15px
}

.boxes--list {
    flex-wrap: wrap;
    margin: 0 -15px -160px
}

.boxes--list .box {
    margin-bottom: 160px
}

.boxes--list .box .box__inner {
    display: flex;
    flex-direction: column
}

.boxes--list .box .box__logo {
    display: none
}

.boxes--list .box:nth-child(3n+3) {
    width: 100%
}

.boxes--list .box:nth-child(3n+3) .box__image {
    order: 1;
    margin: 0 -74px
}

.boxes--list .box:nth-child(3n+3) .box__image:after {
    padding-top: 32.5%
}

.boxes--list .box:nth-child(3n+3) .box__content {
    max-width: 979px;
    margin-bottom: 18px
}

.boxes--list .box:nth-child(3n+3) .box__entry {
    margin-bottom: 29px
}

.boxes--list .box:nth-child(3n+3) .box__logo {
    display: block;
    position: absolute;
    bottom: calc(100% + 183px);
    right: 73px;
    z-index: -1
}

.boxes--list .box:nth-child(3n+3) .box__logo:after {
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    right: 0;
    z-index: -1;
    height: 143px;
    width: 1px;
    margin: auto;
    background: #1c71b6;
    content: ""
}

.box .box__title {
    margin-bottom: 28px;
    font-family: "Trajan", sans-sarif;
    color: #1c71b6;
    text-transform: uppercase
}

.box .box__title a {
    transition: opacity .4s;
    text-decoration: none;
    cursor: pointer
}

.box .box__title a:hover {
    color: #1c71b6;
    opacity: .7
}

.box .box__image {
    display: block;
    margin-bottom: 15px;
    transition: opacity .4s;
    cursor: pointer
}

.box .box__image:hover {
    opacity: .7
}

.box .box__image:after {
    display: block;
    padding-top: 64%;
    content: ""
}

.box .box__link {
    margin-top: 11px
}

.box .box__link a {
    font-size: 15px;
    color: #1c71b6;
}

.box .box__link a:hover {
    color: #1c71b6;
}

.box .box__actions {
    margin-top: 25px
}

.box--eq-title-height .box__title {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .boxes {
        flex-wrap: wrap
    }

    .boxes .box {
        width: 100%
    }

    .boxes .box + .box {
        margin-top: 46px
    }

    .boxes--list {
        margin-bottom: 0
    }

    .boxes--list .box {
        margin-bottom: 0
    }

    .boxes--list .box:nth-child(3n+3) .box__logo {
        display: none
    }

    .boxes--list .box:nth-child(3n+3) .box__image {
        order: 0;
        margin: 0 -10px 35px
    }

    .boxes--list .box:nth-child(3n+3) .box__image:after {
        padding-top: 45%
    }

    .box .box__content {
        padding-left: 57px
    }

    .box .box__title {
        margin-bottom: 0px
    }

    .box .box__entry {
        font-size: 15px;
        line-height: 1.8
    }

    .box .box__image {
        margin: 0 -10px 35px
    }

    .box .box__image:after {
        padding-top: 45%
    }

    .box .box__link {
        margin-top: 26px
    }

    .box .box__actions {
        padding-right: 27px
    }

    .box .box__actions .btn {
        width: 100%;
        min-width: 100%
    }
}

.boxes--with-decoration {
    position: relative
}

.boxes--with-decoration .boxes__logo {
    position: absolute;
    bottom: calc(100% + 115px);
    right: 15px
}

.boxes--with-decoration .boxes__logo:after {
    position: absolute;
    top: calc(100% + 39px);
    left: 0;
    right: 0;
    z-index: -1;
    height: 150px;
    width: 1px;
    margin: auto;
    background: #37a2b5;
    content: ""
}

.property .section-home-explore .boxes--with-decoration .boxes__logo:after {
    display: none
}

.property .section-home-experiences .section__logo::after {
    display: none
}

@media (max-width: 1100px) {
    .boxes--with-decoration .boxes__logo {
        display: none
    }
}

.subscribe {
    max-width: 565px;
    margin: 0 auto;
    text-align: center
}

.subscribe .subscribe__title {
    margin-bottom: 20px;
    font-family: "Trajan", sans-sarif;
    color: #fff
}

.subscribe .subscribe__controls {
    display: flex;
    position: relative
}

.subscribe .subscribe__controls #mail-error {
    position: absolute;
    bottom: -37px;
    left: 0
}

@media (max-width: 767px) {
    .subscribe .subscribe__controls #mail-error {
        position: absolute;
        top: -24px
    }
}

.subscribe .subscribe__btn {
    width: 190px;
    min-width: 190px;
    height: 50px;
    font-size: 18px
}

.subscribe .subscribe__field {
    width: calc(100% - 190px);
    height: 50px;
    padding: 0 30px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d
}

@media (max-width: 767px) {
    .subscribe .subscribe__title {
        margin-bottom: 38px
    }

    .subscribe .subscribe__controls {
        display: block
    }

    .subscribe .subscribe__btn {
        width: 100%;
        margin-top: 10px
    }

    .subscribe .subscribe__field {
        width: 100%;
        text-align: center
    }
}

.footer .subscribe {
    position: relative;
    padding-bottom: 45px
}

.footer .subscribe:after {
    position: absolute;
    bottom: 0;
    width: 9999px;
    background-color: #707070;
    content: "";
    height: 1px;
    right: -4500px
}

.socials ul {
    display: flex;
    list-style: none
}

.socials li + li {
    margin-left: 10px
}

.socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1c71b6;
}

.socials a:hover {
    background-color: #1c71b6;
}

.welcome {
    text-align: center
}

.welcome .welcome__subtitle {
    color: #1d1d1d;
}

.welcome .welcome__title {
    margin-bottom: 30px;
    color: #1c71b6;
    font-family: "Trajan", sans-sarif
}

.welcome .welcome__separator {
    margin-bottom: 33px
}

.welcome .welcome__image {
    margin-top: 75px;
    margin-bottom: 37px
}

.welcome .welcome__image img {
    visibility: hidden
}

.welcome .welcome__image:before {
    display: block;
    padding-top: 18%;
    content: ""
}

.welcome .welcome__entry {
    max-width: 950px;
    margin: 0 auto
}

@media (max-width: 992px) {
    .welcome .welcome__subtitle {
        margin-bottom: 17px;
        font-size: 30px
    }

    .welcome .welcome__title {
        margin-bottom: 12px;
        font-size:28px!important;
    }

    .welcome .welcome__separator {
        margin-bottom: 26px
    }

    .welcome .welcome__image {
        margin: 0 -10px 21px
    }

    .welcome .welcome__image:before {
        padding-top: 45%
    }

    .welcome .welcome__entry {
        color: #707070
    }

    .welcome .welcome__image + .welcome__subtitle {
        margin-bottom: 11px;
        font-size: 22px
    }
}

.filters {
    margin-bottom: 30px
}

.filters ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.filters li.active button {
    text-decoration: underline
}

.filters li + li {
    margin-left: 63px
}

.filters button {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    text-transform: uppercase;
    font-size: 18px
}

.filters button:hover {
    text-decoration: underline
}

.filters.hide {
    display: none
}

@media (max-width: 992px) {
    .filters li {
        position: relative
    }

    .filters li + li {
        margin-left: 29px
    }

    .filters li + li:before {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 6px;
        left: -15px;
        width: 1px;
        background: #37a2b5
    }

    .filters button {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .filters-small-screens {
        margin-bottom: 38px
    }
}

.panels--hide-after-second .panel:nth-child(n+3) {
    display: none
}

.panels-holder {
    max-width: 1143px;
    margin: 0 auto
}

.panels {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -33px -88px
}

.panels .panel {
    width: 50%;
    padding: 0 33px;
    margin-bottom: 88px
}

.panel .panel__image {
    margin-bottom: 10px;
    overflow: hidden
}

.panel .panel__image-inner {
    display: block;
    transition: all .6s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.panel .panel__image-inner:hover {
    transform: scale(1.1)
}

.panel .panel__image-inner:before {
    display: block;
    content: ""
}

.panel .panel__title {
    font-family: "Trajan", sans-sarif
}

.panel .panel__rate {
    margin-top: 17px;
    font-size: 14px;
    min-height: 57px
}

.panel .panel__rate strong {
    display: block;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.19
}

.panel .panel__rate strong span {
    padding-left: 12px;
    border-left: 1px solid #707070;
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle
}

.panel .panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px
}

.panel .panel__title a {
    text-decoration: none
}

.panel .panel__title a:hover {
    color: #37a2b5
}

@media (max-width: 1200px) {
    .panels {
        margin: 0 -20px -40px
    }

    .panels .panel {
        padding: 0 20px;
        margin-bottom: 40px
    }

    .panel .panel__actions {
        display: block
    }

    .panel .panel__actions .btn {
        display: flex
    }

    .panel .panel__actions .btn + .btn {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .panels-holder {
        padding: 0 29px
    }

    .panels {
        display: block;
        margin: 0
    }

    .panels .panel {
        width: 100%;
        padding: 0;
        margin-bottom: 0
    }

    .panel + .panel {
        padding-top: 31px;
        border-top: 1px solid rgba(112, 112, 112, .3);
        margin-top: 31px
    }

    .panel .panel__image {
        margin-bottom: 20px
    }
    .panel .panel__title {
        font-size: 22px
    }
}

.js-expand-to-paragraph .expandable__actions, .expandable-mobile .expandable__actions {
    display: none
}

@media (max-width: 767px) {
    .expandable-mobile.has-expandable-content .expandable__body {
        position: relative;
        height: 65px;
        overflow: hidden
    }

    .expandable-mobile.has-expandable-content .expandable__toggle {
        display: inline-block;
        margin-top: 19px;
        font-size: 13px;
        font-weight: 500;
        color: #37a2b5
    }

    .expandable-mobile.has-expandable-content .expandable__toggle svg {
        transition: transform .3s
    }

    .expandable-mobile.has-expandable-content .expandable__actions {
        display: block;
        text-align: center
    }

    .expandable-mobile.has-expandable-content .expandable__toggle-text-less {
        display: none
    }

    .expandable-mobile.has-expandable-content .expandable__toggle-text-less svg {
        transform: rotate(180deg)
    }

    .expandable-mobile.has-expandable-content.active .expandable__body {
        height: auto;
        overflow: visible
    }

    .expandable-mobile.has-expandable-content.active .expandable__toggle-text-less {
        display: inline
    }

    .expandable-mobile.has-expandable-content.active .expandable__toggle-text-more {
        display: none
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__body {
        position: relative;
        overflow: hidden;
        height: 65px
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__toggle {
        display: inline-block;
        margin-top: 19px;
        font-size: 13px;
        font-weight: 500;
        color: #37a2b5
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__toggle svg {
        transition: transform .3s
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__actions {
        display: block;
        text-align: center
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__toggle-text-less {
        display: none
    }

    .js-expand-to-paragraph.has-expandable-content .expandable__toggle-text-less svg {
        transform: rotate(180deg)
    }

    .js-expand-to-paragraph.has-expandable-content.active .expandable__body {
        height: auto !important;
        overflow: visible
    }

    .js-expand-to-paragraph.has-expandable-content.active .expandable__toggle-text-less {
        display: inline
    }

    .js-expand-to-paragraph.has-expandable-content.active .expandable__toggle-text-more {
        display: none
    }
}

.contacts {
    display: flex
}

.contacts .contacts__map {
    width: 878px
}

.contacts .contacts__content {
    width: calc(100% - 878px);
    padding: 19px 45px 19px 75px
}

.contacts .contacts__title {
    font-family: "Trajan", sans-sarif;
    color: #37a2b5
}

.contacts .contacts__entry strong {
    font-weight: 600
}

.contacts .contacts__entry a {
    text-decoration: none
}

.contacts .contacts__info + .contacts__info {
    padding-top: 20px;
    border-top: 1px solid #37a2b5;
    margin-top: 20px
}

@media (max-width: 1280px) {
    .contacts .contacts__map {
        width: 700px
    }

    .contacts .contacts__content {
        width: calc(100% - 700px)
    }
}

@media (max-width: 1200px) {
    .contacts .contacts__map {
        width: 50%
    }

    .contacts .contacts__content {
        width: 50%
    }
}

@media (max-width: 992px) {
    .contacts .contacts__content {
        padding: 20px 30px
    }
}

@media (max-width: 767px) {
    .contacts {
        display: block;
        margin: 0 -10px
    }

    .contacts .contacts__content {
        width: 100%;
        padding: 0 0 0 31px;
        margin-bottom: 25px
    }

    .contacts .contacts__map {
        width: 100%
    }

    .contacts .contacts__entry {
        font-size: 15px;
        line-height: 1.8
    }

    .contacts .contacts__info {
        padding-right: 32px
    }

    .contacts .contacts__info + .contacts__info {
        margin-top: 12px
    }
}

.map .map__container {
    height: 463px
}

@media (max-width: 767px) {
    .map .map__container {
        height: 375px
    }
}

.details .details__nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 44px
}

@media (max-width: 767px) {
    .details .details__nav ul {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .details__actions {
        display: none
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .expandable__body {
        color: #4e4e4e;
        margin-top: 12px
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .details__aside {
        padding-top: 35px;
        margin-top: 32px;
        border-color: #d6d6d6
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .details__info-entry .availability, .details.offer-group-details .details__holder .details__info-entry p {
        color: #4e4e4e;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .details__info-entry a {
        text-decoration: none
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .availability {
        color: #4e4e4e;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .details.offer-group-details .details__holder .details__info.text-center {
        border-color: #d6d6d6
    }
}

.details .details__nav .btn-link {
    color: #37a2b5;
    font-size: 18px
}

@media (max-width: 767px) {
    .details .details__nav .btn-link {
        font-size: 15px;
        font-weight: 500
    }
}

.details .details__holder {
    display: flex;
    align-items: flex-end;
    margin-top: 32px
}

.details .details__holder .details__title {
    margin-bottom: 3px;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.details .details__holder .details__actions {
    margin-bottom: 30px
}

.details .details__holder .details__content {
    width: 656px;
    padding-left: 106px
}

.details .details__holder .details__aside {
    width: calc(100% - 656px);
    padding-left: 91px
}

.details .details__holder .details__info-title {
    font-family: "Trajan", sans-sarif;
    color: #37a2b5
}

.details .details__holder .details__info-entry a:hover {
    color: #268090
}

.details .details__holder .details__info-actions {
    margin-top: 16px
}

.details .details__holder .details__info + .details__info {
    padding-top: 20px;
    border-top: 1px solid #37a2b5;
    margin-top: 20px
}

.details .details__holder .details__buttons {
    display: inline-block;
    margin-top: 10px
}

.details .details__holder .details__menu {
    color: #37a2b5;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-family: "Trajan", sans-sarif
}

.details .details__holder .details__menu:hover {
    color: #268090
}

.details .details__gallery {
    display: flex;
    padding: 0 39px;
    margin: 42px -19px 0
}

.details .details__gallery .details__gallery-item {
    width: 33.33%;
    padding: 0 19px
}

.details .details__gallery .details__gallery-inner:before {
    display: block;
    padding-top: 62%;
    content: ""
}

@media (min-width: 768px) {
    .destination-details .slider-images .slider__slide {
        padding-top: 66.6%;
        height: 0;
        overflow: hidden
    }

    .destination-details .slider-images .slider__slide .slider__slide-image {
        position: absolute;
        bottom: 0
    }
}

@media (max-width: 1200px) {
    .details .details__info-actions .btn {
        min-width: 100%;
        width: 100%
    }
}

@media (max-width: 992px) {
    .details .details__holder {
        display: block
    }

    .details .details__holder .details__buttons {
        display: none
    }

    .details .details__holder .details__content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }

    .details .details__holder .details__aside {
        width: 100%;
        padding-left: 0
    }

    .destination-details .slider-images .slider__slide {
        padding-top: 0;
        height: auto;
        overflow: hidden
    }

    .destination-details .slider-images .slider__slide .slider__slide-image {
        position: relative;
        bottom: auto
    }
}

@media (max-width: 767px) {
    .details {
        padding: 0 14px
    }

    .details .details__nav {
        margin-bottom: 37px
    }

    .details .details__gallery {
        display: none
    }

    .details .details__holder {
        margin-top: 61px
    }

    .details .details__holder:last-child {
        margin-top: 0
    }

    .details .details__title {
        font-size: 32px
    }

    .details .details__aside {
        padding-top: 20px;
        border-top: 1px solid #37a2b5;
        margin-top: 20px
    }

    .details .details__aside:last-child {
        margin-top: 0
    }

    .details .expandable-mobile.has-expandable-content .expandable__actions {
        text-align: left
    }

    .details .details__info-entry {
        font-size: 15px
    }

    .details .details__buttons .btn {
        display: block;
        background-color: rgba(0, 0, 0, 0);
        color: #37a2b5;
        text-align: left;
        position: relative
    }

    .details .details__buttons .btn::before {
        bottom: 10px;
        left: 0
    }

    .details .details__buttons .btn::after {
        bottom: -12px !important
    }
}

.photos {
    display: flex;
    margin: 0 -73px 100px
}

.photos .photo {
    width: 50%
}

.photos .photo:after {
    display: block;
    padding-top: 67.5%;
    content: ""
}

.block-filters-list {
    display: flex
}

.block-filters-list .block__filters {
    width: 300px
}

.block-filters-list .block__list {
    width: calc(100% - 300px);
    padding-left: 128px
}

.block-filters-list.hide-filter .js-filters__form {
    display: none
}

.block-filters-list.hide-filter .block__list {
    width: 100%;
    padding: 0
}

.block-filters-list .search .search__label {
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 500
}

.block-filters-list .search .search__controls {
    position: relative
}

.block-filters-list .search .search__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: auto
}

.block-filters-list .search .search__field {
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #707070
}

.block-filters-list .btn-clear-filters {
    margin-left: 11px;
    font-size: 15px;
    color: #37a2b5
}

.block-filters-list .btn-clear-filters:hover {
    color: #268090
}

.block-filters-list .accordion-filters {
    margin: 20px 0
}

.block-filters-list .accordion-filters .accordion__section.active .accordion__head svg {
    transform: rotate(0)
}

.block-filters-list .accordion-filters .accordion__head {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 25px 0px 4px;
    border-bottom: 1px solid #37a2b5;
    text-decoration: none
}

.block-filters-list .accordion-filters .accordion__head svg {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    transition: transform .4s
}

.block-filters-list .accordion-filters .accordion__head:hover, .block-filters-list .accordion-filters .accordion__head:focus {
    color: #268090
}

.block-filters-list .accordion-filters .accordion__head p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500
}

.block-filters-list .accordion-filters .accordion__body {
    display: none;
    padding: 17px 11px 12px
}

.block-filters-list .accordion-filters .accordion__body.active {
    display: block
}

.block-filters-list .accordion-filters .checkbox label {
    padding-left: 29px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: "Gilroy", sans-sarif;
    color: #1c1c1c
}

.block-filters-list .accordion-filters .checkbox label:before {
    top: -2px;
    width: 17px;
    height: 17px
}

.block-filters-list .button-list {
    margin-top: 51px
}

.block-filters-list .button-list .btn {
    height: 42px;
    padding-right: 25px;
    justify-content: flex-end;
    text-align: right
}

.block-filters-list .button-list .btn + .btn {
    margin-top: 9px
}

.block-filters-list .button-list .btn:hover {
    background-color: rgba(55, 162, 181, .24)
}

.block-filters-list .button-list .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

@media (max-width: 1200px) {
    .block-filters-list {
        padding: 0 20px
    }

    .block-filters-list .block__list {
        padding-left: 30px
    }
}

@media (max-width: 992px) {
    .block-filters-list {
        display: block
    }

    .block-filters-list .block__filters {
        width: 100%
    }

    .block-filters-list .block__list {
        width: 100%;
        padding: 0
    }

    .block-filters-mobile {
        margin-bottom: 18px
    }

    .block-filters-mobile ul {
        display: flex;
        justify-content: space-between;
        padding: 0 17px;
        font-size: 15px;
        text-transform: uppercase;
        color: #37a2b5;
        font-family: "Trajan", sans-sarif;
        list-style: none
    }

    .block-filters-mobile li.active a {
        text-decoration: underline
    }

    .block-filters-mobile ul a {
        text-decoration: none
    }

    .block-filters-mobile ul a:hover, .block-filters-mobile ul a:focus {
        color: #268090
    }

    .block-filters-mobile ul a span {
        font-family: "Gilroy", sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: none;
        text-decoration: underline
    }

    .block-filters-mobile ul a svg {
        transform: rotate(180deg)
    }

    .block-filters-mobile ul a.active svg {
        transform: rotate(0)
    }

    .block-filters-mobile .block-filters-mobile__body {
        display: none;
        padding: 32px 28px 47px;
        margin: 25px -10px 0;
        background-color: #f2f2f2
    }

    .block-filters-mobile .block-filters-mobile__body .search .search__label {
        font-family: "Gilroy", sans-sarif;
        font-size: 15px;
        color: #37a2b5
    }

    .block-filters-mobile .block-filters-mobile__body .search .search__field {
        border-color: #37a2b5;
        background-color: rgba(0, 0, 0, 0)
    }

    .block-filters-mobile .checkboxes {
        margin-top: 24px
    }

    .block-filters-mobile .checkboxes .checkboxes__title {
        margin-bottom: 21px;
        font-family: "Gilroy", sans-sarif;
        font-size: 15px;
        color: #37a2b5
    }

    .block-filters-mobile .checkboxes .checkboxes__body {
        display: flex;
        flex-wrap: wrap;
        padding: 0 8px
    }

    .block-filters-mobile .checkboxes .checkboxes__body .checkbox {
        width: 50%;
        margin-bottom: 28px
    }

    .block-filters-mobile .checkboxes .checkbox label {
        padding-left: 29px;
        margin-bottom: 0;
        font-size: 15px;
        font-family: "Gilroy", sans-serif;
        color: #1c1c1c
    }

    .block-filters-mobile .checkboxes .checkbox label:before {
        top: -2px;
        width: 17px;
        height: 17px
    }

    .block-filters-mobile .block-filters-mobile__actions .btn {
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (max-width: 767px) {
    .block-filters-list {
        padding: 0
    }
}

.checkbox input:checked + label::before {
    background-color: rgba(55, 162, 181, .24)
}

.segment {
    display: flex
}

.segment .segment__image {
    display: block;
    width: 193px;
    transition: opacity .4s;
    cursor: pointer
}

.segment .segment__image:hover {
    opacity: .7
}

.segment .segment__content {
    width: calc(100% - 193px);
    padding: 20px 18px 5px 23px;
    background-color: rgba(55, 162, 181, .24)
}

.segment .segment__title {
    margin-bottom: 3px;
    font-family: "Trajan", serif;
    color: #1d1d1d
}

.segment .segment__entry {
    max-height: 54px;
    overflow: hidden
}

.segment .segment__title a {
    text-decoration: none;
    cursor: pointer
}

.segment .segment__title a:hover {
    color: #37a2b5
}

.segment .segment__inner {
    display: flex;
    align-items: flex-end
}

.segment .segment__inner .segment__text {
    width: 100%;
    padding-right: 40px
}

.segment .segment__inner .segment__actions {
    width: 174px
}

.segment .segment__link a {
    color: #37a2b5;
    font-size: 15px
}

.segment .segment__link a:hover {
    color: #268090
}

.segment + .segment {
    margin-top: 45px
}

@media (max-width: 1200px) {
    .segment .segment__inner {
        display: block
    }

    .segment .segment__inner .segment__text {
        width: 100%;
        padding-right: 0
    }

    .segment .segment__inner .segment__actions {
        width: 100%;
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .segments {
        padding: 0 10px
    }

    .segment {
        display: block;
        margin-bottom: 27px !important;
    }

    .segment .segment__image {
        width: 100%
    }

    .segment .segment__image:before {
        display: block;
        padding-top: 81%;
        content: ""
    }

    .segment .segment__content {
        width: 100%;
        padding: 35px 24px 30px 24px
    }

    .segment .segment__title {
        margin-bottom: 7px;
        font-size: 22px
    }

    .segment .segment__link {
        margin-top: 12px
    }

    .segment .segment__inner .segment__actions {
        margin-top: 22px
    }

    .segment .segment__actions .btn {
        display: flex
    }

    .segment .segment__entry p {
        font-size: 15px;
        font-weight: 500
    }

    .segment + .segment {
        margin-top: 32px
    }
}

.experience {
    position: relative;
    display: flex;
    align-items: center
}

.experience .experience__content {
    width: calc(100% - 533px);
    padding-left: 77px
}

.experience .experience__image {
    position: relative;
    display: block;
    width: 606px;
    margin-left: 0;
    transition: opacity .4s
}

.experience .experience__image:hover {
    opacity: .7
}

.experience .experience__image:before {
    display: block;
    padding-top: 45%;
    content: ""
}

.experience .experience__title {
    font-family: "Trajan", sans-sarif;
    color: #37a2b5
}

.experience .experience__title a {
    text-decoration: none;
    transition: opacity .4s
}

.experience .experience__title a:hover {
    color: #37a2b5;
    opacity: .7
}

.experience .experience__link {
    margin-top: 7px
}

.experience .experience__link a {
    color: #37a2b5;
    font-size: 15px
}

.experience .experience__link a:hover {
    color: #268090
}

.experience .experience__logo {
    display: none;
    position: absolute;
    bottom: calc(100% + 69px);
    left: 74px
}

.experience .experience__logo:after {
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    right: 0;
    z-index: -1;
    height: 29px;
    width: 1px;
    margin: auto;
    background: #37a2b5;
    content: ""
}

.experience + .experience {
    margin-top: 140px
}

.experience:nth-child(3), .experience:nth-child(4n+3) {
    margin-top: 200px
}

.experience:nth-child(3):after, .experience:nth-child(4n+3):after {
    position: absolute;
    top: -158px;
    right: -136px;
    content: "";
    width: 432px;
    height: 110px
}

.experience:nth-child(3) .experience__logo, .experience:nth-child(4n+3) .experience__logo {
    display: block
}

.experience:nth-child(even) {
    flex-direction: row-reverse
}

.experience:nth-child(even) .experience__image {
    margin-left: 0;
}

.experience:nth-child(even) .experience__content {
    padding-right: 77px
}

@media (max-width: 1200px) {
    .experience .experience__content {
        padding-left: 30px
    }

    .experience .experience__title {
        font-size: 32px
    }

    .experience:nth-child(even) .experience__content {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 992px) {
    .experience {
        display: block
    }

    .experience .experience__image {
        width: auto;
        margin: 0 -10px 35px
    }

    .experience .experience__link {
        margin-top: 36px
    }

    .experience .experience__content {
        width: 100%;
        padding: 0 15px 0 58px
    }

    .experience .experience__entry p {
        font-size: 15px;
        line-height: 1.8;
        font-weight: 500
    }

    .experience .experience__logo {
        bottom: calc(100% + 34px);
        left: 0
    }

    .experience .experience__logo:after {
        top: calc(100% + 11px);
        height: 15px
    }

    .experience + .experience {
        margin-top: 67px
    }

    .experience:nth-child(even) .experience__image {
        margin: 0 -10px 35px
    }

    .experience:nth-child(even) .experience__content {
        padding: 0 15px 0 58px
    }

    .experience:nth-child(4n+3), .experience:nth-child(3) {
        margin-top: 91px
    }

    .experience:nth-child(4n+3):after, .experience:nth-child(3):after {
        top: -95px;
        right: -377px;
        z-index: -1
    }
}

.room {
    display: flex;
    max-width: 1145px;
    margin: 30px auto 21px;
}

.room .room__content {
    width: calc(100% - 480px);
    padding-left: 26px;
    padding-right: 94px
}

.room .room__content strong {
    font-weight: 600
}

.room .room__subtitle {
    font-size: 45px
}

.room .room__title {
    font-family: "Trajan", sans-sarif;
    color: #37a2b5
}

.room .room__actions {
    width: 480px
}

.room .room__entry p {
    margin-bottom: 0
}

.room .room__rate {
    margin-top: 23px;
    font-size: 14px
}

.room .room__rate strong {
    display: block;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.19
}

.room .room__rate strong span {
    padding-left: 12px;
    border-left: 1px solid #707070;
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle
}

.room .room__buttons {
    margin-top: 13px
}

.room .gallery__popup + .room__buttons {
    margin-top: 60px
}

@media (max-width: 1200px) {
    .slider-accommodations .paging-circle {
        right: 0
    }

    .panel__entry {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .panel__entry * {
        margin: 0
    }
}

@media (max-width: 992px) {
    .room {
        display: block
    }

    .room .room__content {
        width: 100%;
        margin-bottom: 70px
    }

    .room .room__actions {
        width: 100%
    }

    .room {
        margin-top: 15px
    }

    .room .room__actions {
        display: block;
    }

    .room .room__content {
        margin-bottom: 0
    }

    .room .room__subtitle {
        margin-bottom: 14px;
        font-size: 22px
    }

    .room .room__title {
        font-size: 32px
    }

    .room .room__rate {
        margin-top: 6px
    }

    .room .room__entry {
        margin-top: 22px
    }

    .room .room__entry p {
        line-height: 1.92
    }
}

@media (max-width: 767px) {
    .room .room__content {
        padding: 0
    }
}

.amenities {
    padding: 15px 15px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cecece;
    margin-top: 18px
}

.amenities ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px -26px;
    list-style: none
}

.amenities li {
    position: relative;
    width: 11.11%;
    padding: 0 14px;
    margin-bottom: 26px
}

.amenities span {
    display: none
}

.amenities span.image {
    display: block;
    min-height: 36px
}

.tooltip {
    padding: 0;
    top: -30px !important
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: auto;
    padding: 10px 5px;
    background-color: #015560;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600
}

.tooltip .arrow {
    top: 100%;
    bottom: auto;
    width: 24px;
    height: 12px
}

.tooltip .arrow::before {
    border-top-color: #015560;
    border-width: .7rem .7rem 0
}

@media (max-width: 992px) {
    .amenities {
        padding: 23px 9px
    }

    .amenities ul {
        margin: 0 -10px -40px
    }

    .amenities li {
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 40px;
        text-align: center
    }

    .amenities span {
        display: block;
        font-size: 11px;
        font-weight: 500;
        color: #015560
    }

    .amenities span.image {
        margin-bottom: 13px
    }

    .tooltip {
        display: none
    }
}

.mfp-bg {
    background: rgba(0, 0, 0, .7);
    z-index: 1000
}

.mfp-container {
    padding-right: 0;
    padding-left: 0
}

.mfp-gallery .mfp-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    padding-top: 4px;
    border: 0;
    background-color: #000;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 18px;
    font-family: "Trajan", sans-sarif;
    color: #fff;
    opacity: 1
}

.mfp-gallery .mfp-counter {
    display: none
}

.mfp-gallery .mfp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #37a2b5;
    appearance: none;
    transition: all .4s;
    opacity: 1;
    margin: 0
}

.mfp-gallery .mfp-arrow:hover {
    background: #37a2b5
}

.mfp-gallery .mfp-arrow:hover svg path {
    fill: #fff
}

.mfp-gallery .mfp-arrow:before, .mfp-gallery .mfp-arrow:after {
    display: none
}

.mfp-gallery .mfp-arrow-right {
    right: -25px
}

.mfp-gallery .mfp-arrow-left {
    left: -25px;
    transform: rotate(180deg)
}

.mfp-image-holder .mfp-close {
    top: 19px;
    right: 9px;
    padding-right: 0
}

.mfp-image-holder .mfp-img {
    padding: 0
}

.hero {
    position: relative
}

.hero.hero-subpage {
    padding-bottom: 48px
}

@media (max-width: 992px) {
    .hero.hero-subpage {
        padding-bottom: 0
    }
}

.booking-mask {
    position: absolute;
    bottom: 34px;
    left: 40px;
    right: 40px;
    z-index: 9;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0)
}

.booking-mask .booking-mask__close {
    display: none
}

.booking-mask.hide-bm {
    display: none
}

@media (max-width: 1200px) {
    .booking-mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 25;
        padding: 90px 10px;
        background-color: #1d1d1d;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        overflow-y: auto
    }

    .booking-mask .booking-mask__close {
        position: absolute;
        top: 9px;
        right: 9px;
        display: block
    }

    .booking-mask.opened {
        opacity: 1;
        visibility: visible
    }
}

.booking-mask-inner-pages {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    padding: 90px 10px;
    background-color: #1d1d1d;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all .4s
}

.booking-mask-inner-pages .booking-mask__close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: block
}

.booking-mask-inner-pages .datepicker-holder .date-picker-wrapper, .booking-mask-inner-pages .field-numbers .dropdown {
    bottom: auto;
    top: calc(100% + 20px)
}

.booking-mask-inner-pages .form-reservation .dropdown .list-counter {
    display: flex;
    flex-direction: column-reverse
}

.booking-mask-inner-pages.opened {
    opacity: 1;
    visibility: visible
}

.booking-mask-inner-pages .accordion-children {
    flex-flow: column wrap
}

.booking-mask-inner-pages .accordion-children .accordion__section:first-child {
    margin-bottom: 19px
}

.booking-mask-inner-pages .accordion-children .accordion__section:last-child {
    margin-bottom: 0
}

.toggle-booking-inner-page {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    display: block
}

.toggle-booking-inner-page.hide-bm {
    display: none
}

.toggle-booking-inner-page.group-bm .btn.js-toggle-booking-mask {
    height: 55px
}

.toggle-booking-inner-page .btn {
    width: 100%
}

@media (max-width: 992px) {
    .toggle-booking-inner-page {
        top: auto !important;
        bottom: 0;
        width: 100%
    }

    .toggle-booking-inner-page .btn {
        width: 100%
    }
}

.toggle-booking {
    display: none
}

.toggle-booking .btn {
    width: 100%
}

@media (max-width: 1200px) {
    .toggle-booking {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        display: block
    }
}

.datepicker-holder {
    position: relative
}

.datepicker-holder .date-picker-wrapper {
    position: absolute;
    bottom: calc(100% + 20px);
    background-color: #1d1d1d;
    padding: 33px 40px;
    border: 0
}

.datepicker-holder .date-picker-wrapper .month-wrapper {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0)
}

.datepicker-holder .date-picker-wrapper .footer {
    display: none
}

.datepicker-holder .date-picker-wrapper .date-range-length-tip {
    display: none !important
}

.datepicker-holder .date-picker-wrapper .drp_top-bar {
    display: none
}

.datepicker-holder .date-picker-wrapper .first-date-selected {
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important
}

.datepicker-holder .date-picker-wrapper .first-date-selected:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .last-date-selected {
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important
}

.datepicker-holder .date-picker-wrapper .last-date-selected:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    z-index: -1;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-element {
    font-size: 32px;
    font-family: "Trajan", sans-sarif;
    font-weight: 400;
    letter-spacing: .02em;
    color: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    width: 100% !important
}

.datepicker-holder .date-picker-wrapper .month-wrapper table {
    width: 100%;
    margin: 0
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .week-name th {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
    font-family: "Gilroy", sans-sarif
}

.datepicker-holder .date-picker-wrapper .month-wrapper table th, .datepicker-holder .date-picker-wrapper .month-wrapper table .day {
    color: #fff !important;
    font-size: 21px;
    font-weight: 400;
    font-family: "Gilroy", sans-sarif;
    padding-bottom: 10px
}

.datepicker-holder .date-picker-wrapper .month-wrapper table th abbr[title], .datepicker-holder .date-picker-wrapper .month-wrapper table th abbr[data-original-title], .datepicker-holder .date-picker-wrapper .month-wrapper table .day abbr[title], .datepicker-holder .date-picker-wrapper .month-wrapper table .day abbr[data-original-title] {
    text-decoration: none
}

.datepicker-holder .date-picker-wrapper .month-wrapper table th {
    padding-bottom: 15px
}

.datepicker-holder .date-picker-wrapper .month-wrapper table td {
    text-align: center;
    width: 14.2857142857%
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
    padding: 16.5px 0;
    cursor: pointer
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.checked.invalid {
    opacity: 1
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.invalid {
    opacity: .2;
    cursor: text
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.checked {
    background: #37a2b5;
    position: relative;
    color: #fff !important;
    padding: 0
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth, .datepicker-holder .date-picker-wrapper .month-wrapper table .day.lastMonth {
    opacity: .2
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.lastMonth.checked, .datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth.checked {
    opacity: 1
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .caption th {
    padding-bottom: 35px;
    line-height: 32px
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .caption .prev {
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center center;
    opacity: 1;
    font-size: 0;
    height: 31px;
    display: block;
    cursor: pointer
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .caption .next {
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center center;
    opacity: 1;
    font-size: 0;
    height: 31px;
    display: block;
    cursor: pointer
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.lastMonth, .datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: block
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth {
    opacity: .7
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell {
    position: relative;
    z-index: 2
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell + td .day.checked:not(.first-date-selected):not(.last-date-selected) {
    position: relative;
    z-index: 1
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell + td .day.checked:not(.first-date-selected):not(.last-date-selected):before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .last-date-selected {
    position: relative
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .last-date-selected:after {
    content: none;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -2;
    width: 50%;
    height: 100%;
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-selected:after {
    content: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    height: 100%;
    width: 50%;
    background: #37a2b5
}

.datepicker-holder .date-picker-wrapper .month-wrapper table .real-today {
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important
}

@media (max-width: 1200px) {
    .datepicker-holder .date-picker-wrapper {
        left: -47px;
        top: 100%;
        bottom: auto;
        right: -47px;
        padding: 33px 10px;
        width: auto
    }

    .datepicker-holder .date-picker-wrapper .month-element {
        font-size: 22px
    }

    .datepicker-holder .date-picker-wrapper .month-wrapper table .day, .datepicker-holder .date-picker-wrapper .month-wrapper table .week-name th {
        font-size: 19px !important
    }
}

@media (max-width: 767px) {
    .datepicker-holder .date-picker-wrapper {
        left: 0;
        right: 0
    }

    .datepicker-holder .date-picker-wrapper .month-wrapper tablet th {
        font-size: 14px !important
    }

    .datepicker-holder .date-picker-wrapper .month-element {
        font-size: 16px
    }

    .datepicker-holder .date-picker-wrapper .month-wrapper table .day, .datepicker-holder .date-picker-wrapper .month-wrapper table .week-name th {
        font-size: 14px !important
    }

    .datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        padding: 13px 0
    }

    .datepicker-holder .date-picker-wrapper .first-date-selected:before, .datepicker-holder .date-picker-wrapper .last-date-selected:before {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px
    }
}

.field-numbers {
    position: relative
}

.field-numbers .dropdown {
    display: none;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 12px;
    right: 17px;
    padding: 18px 0;
    background-color: #1d1d1d
}

.field-numbers .dropdown--children {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 21px 34px 24px 41px
}

@media (max-width: 1200px) {
    .field-numbers .dropdown--children {
        transform: none;
        width: 100%
    }
}

@media (max-width: 767px) {
    .field-numbers .dropdown--children {
        left: auto
    }
}

.fake-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 16px 15px 0;
    background-color: #fff;
    text-decoration: none
}

.fake-select .fake-select__value .text-plural {
    display: none
}

.fake-select .fake-select__label {
    position: absolute;
    top: 3px;
    left: 15px;
    display: block;
    color: #37a2b5;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.fake-select .fake-select__value {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 500
}

.fake-select .fake-select__icon {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    transition: transform .2s
}

.fake-select .fake-select__icon-close {
    display: none
}

.fake-select.active {
    background: #1d1d1d;
    color: #fff
}

.fake-select.active .fake-select__label, .fake-select.active .fake-select__value {
    color: #fff
}

.fake-select.active .fake-select__icon {
    transform: rotate(180deg)
}

.fake-select.active .fake-select__icon path {
    fill: #fff
}

@media (max-width: 1200px) {
    .fake-select.active {
        background-color: #fff;
        color: #1c1c1c
    }

    .fake-select.active .fake-select__label {
        color: #37a2b5
    }

    .fake-select.active .fake-select__value {
        color: #1d1d1d
    }

    .fake-select.active .fake-select__icon path {
        fill: #1c1c1c
    }
}

.select-gallery .list .hide {
    display: none
}

.gallery .grid-sizer, .gallery .grid-item {
    width: calc(25% - 30px);
    padding-top: calc(25% - 30px);
    margin: calc(30px / 2)
}

.gallery .gallery-item__inner, .gallery .gallery-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0 none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.gallery .gallery-item__overlay {
    background: rgba(255, 255, 255, .48);
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.gallery .gallery-item__overlay svg path:first-child {
    fill: #37a2b5
}

.gallery .gallery-item__overlay svg path:last-child {
    fill: none
}

.gallery .gallery-item__inner:hover .gallery-item__overlay {
    opacity: 1;
    visibility: visible
}

/*.gallery:not(.filtered) .grid-item:nth-child(10n+3), .gallery:not(.filtered) .grid-item:nth-child(10n+6) {*/
/*    width: calc(50% - 30px);*/
/*    padding-top: calc(50% - 30px)*/
/*}*/

@media (max-width: 992px) {
    .gallery .grid-item {
        width: calc(50% - 30px) !important;
        padding-top: calc(50% - 30px) !important
    }
}

@media (max-width: 767px) {
    .gallery .grid-item {
        width: calc(100% - 30px) !important;
        padding-top: calc(100% - 30px) !important
    }
}

.autocomplete-wrapper {
    position: absolute;
    box-shadow: 0px 0px 5.82px .18px rgba(0, 0, 0, .2);
    max-height: 230px;
    overflow: auto !important;
    top: auto;
    z-index: 3
}

.autocomplete-wrapper ul {
    display: block;
    list-style-type: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white_background_color-color-color;
    margin-bottom: 0;
    padding: 0
}

.autocomplete-wrapper ul li {
    display: block;
    width: 100%;
    padding: 8px 16px
}

.autocomplete-wrapper ul li.ui-state-disabled {
    pointer-events: none
}

.dropdown--children {
    width: 244px;
    padding: 21px 34px;
    background: #1d1d1d;
    color: #fff
}

.dropdown--children:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #1d1d1d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.accordion-children {
    counter-reset: accordion-sections;
    display: flex;
    flex-flow: column-reverse wrap;
    font-family: "Trajan", sans-sarif
}

.accordion-children .accordion__section {
    counter-increment: accordion-sections;
    width: 100%;
    margin-bottom: 19px
}

.accordion-children .accordion__section:first-child {
    margin-bottom: 0
}

.accordion-children .accordion__head {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color .3s
}

.accordion-children .accordion__head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: rotate(-135deg);
    transform-origin: 66% 66%;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    margin-top: -5px;
    transition: transform .2s
}

.accordion-children .accordion__head.collapsed:after {
    transform: rotate(45deg)
}

.accordion-children .accordion__head:hover {
    color: #37a2b5
}

.accordion-children .accordion__counter {
    flex-shrink: 0;
    width: 36px;
    border-right: 1px solid #707070;
    margin-right: 10px;
    line-height: 1.4
}

.accordion-children .accordion__counter:before {
    content: counter(accordion-sections, decimal-leading-zero);
    display: inline-block;
    font-family: "Gilroy", sans-sarif;
    font-size: 21px
}

.accordion-children .accordion__title {
    flex-grow: 1;
    display: block;
    border-bottom: 1px solid rgba(55, 162, 181, .5);
    font-size: 14px;
    line-height: 1.5;
    text-align: left
}

.accordion-children .accordion__body {
    width: calc(100% - 43px);
    padding-top: 3px;
    margin-left: auto
}

@media (max-width: 767px) {
    .accordion-children {
        flex-direction: column
    }

    .accordion-children .accordion__section {
        margin-bottom: 0;
        margin-top: 19px
    }
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    font-size: 14px
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    z-index: 9999
}

.cc-window--container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.cc-window.cc-static {
    position: static
}

.cc-window {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px !important;
    background: #1d1d1d
}

@media (min-width: 1366px) {
    .cc-window {
        bottom: 0 !important
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .cc-window {
        bottom: 0 !important
    }
}

.cc-window.cc-floating .cc-window--container {
    padding: 2em
}

.cc-window.cc-banner .cc-window--container {
    padding: 1em 0;
    width: 100%;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: inherit
}

.cc-btn {
    display: inline-flex;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline
}

.cc-close {
    display: block;
    margin-left: auto;
    font-size: 1em;
    opacity: .9
}

.cc-close svg {
    pointer-events: none;
    width: 100%
}

@media (max-width: 1199px) {
    .cc-close {
        margin: 18px auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .cc-close {
        position: absolute;
        right: 5px;
        top: 3px;
        margin: 0
    }
}

@media (max-width: 767px) {
    .cc-compliance {
        position: absolute;
        right: 0;
        display: block !important;
        width: auto;
        margin-right: 0px !important;
        text-align: right;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 143px
    }

    .cc-compliance .cc-btn {
        min-width: auto !important
    }
}

@media (max-width: 767px) {
    .cc-message {
        width: 100% !important;
        margin-bottom: .5em !important;
        font-size: 12px
    }
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 1199px) {
    .cc-banner .cc-message {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding-top: 12px
    }
}

.cc-message {
    width: 100%
}

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
    margin-left: 17em;
    margin-right: 1em;
    flex-basis: 14%
}

.cc-compliance > .cc-btn {
    flex: 1 1 auto;
    width: 143px
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .cc-compliance {
        margin-left: 2em
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 767px) {
    .cc-compliance {
        margin: 0
    }

    .cc-close {
        right: 5px;
        width: 12px;
        top: 5px
    }
}

@media screen and (max-width: 414px)and (orientation: portrait), screen and (max-width: 736px)and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner .cc-window--container {
        flex-direction: column
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner .cc-window--container {
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.icon {
    fill: #fff;
    height: 20px
}

@media (max-width: 767px) {
    .cc-window.cc-banner .cc-window--container {
        display: block;
        text-align: center
    }

    .cc-compliance {
        position: static;
        transform: none;
        margin: 0 auto !important
    }
}

.fill-stroke {
    fill: #1c71b6;
    stroke: #1c71b6;
}

.fill-default {
    fill: #1c71b6;
}

.fill-white {
    fill: #fff
}

.fill-none {
    fill: none
}

.fill-stroke-default {
    fill: #37a2b5;
    stroke: #37a2b5;
    stroke-width: 2px
}

.fill-stroke-default:hover {
    fill: #268090;
    stroke: #268090
}

.fill-stroke-white {
    fill: #37a2b5;
    stroke: #fff;
    stroke-width: 2px
}

.fill-stroke-white:hover {
    fill: #268090
}

.telephone-svg {
    position: relative;
    height: auto;
    left: 10px;
    top: -3px;
    width: 20px;
    height: 29px;
    cursor: default
}

.pause-button-custom .a, .pause-button-custom .c {
    fill: none
}

.pause-button-custom .a {
    stroke: #fff;
    stroke-width: 2px
}

.pause-button-custom .b {
    stroke: none
}

.secondary-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    height: 50px;
    padding: 4px 5px 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #37a2b5;
    text-transform: uppercase;
    font-family: "Trajan", serif;
    font-size: 17px;
    border: 1px solid #37a2b5;
    text-decoration: none
}

.secondary-btn:hover {
    background: rgba(36, 119, 134, .15);
    border: 1px solid #247786;
    color: #247786
}

.btn-default {
    font-weight: 400;
    line-height: 49px
}

@media (min-width: 1200px)and (max-height: 630px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-slide--image {
        padding: 80px 0
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-slide--video .fancybox-content .fancybox-custom-wrap {
    bottom: -90px
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-content {
    top: -40px
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-content .fancybox-image {
    margin: auto;
    right: 0;
    width: auto
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-content .fancybox-image {
        max-width: 90%
    }
    .btn-default {
        line-height: 18px!important;
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-infobar, .fancybox-container.ima-popup .fancybox-inner .fancybox-button--zoom, .fancybox-container.ima-popup .fancybox-inner .fancybox-button--play {
    display: none !important
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-button--close {
    background-color: rgba(0, 0, 0, 0)
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation {
    position: relative;
    height: 61px;
    width: 138px;
    z-index: 9999999;
    float: right;
    text-align: right
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation.hide {
    display: none
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-navigation {
        width: 110px;
        top: 0px;
        min-height: 45px;
        height: auto
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button {
    position: relative;
    background: rgba(0, 0, 0, 0);
    visibility: visible;
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
    top: auto
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button .fill-default {
    fill: #fff
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button .fill-white {
    fill: #37a2b5
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button:hover .fill-default {
    fill: #37a2b5
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button:hover .fill-white {
    fill: #fff
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button div {
    padding: 0 0 0 10px
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button svg {
    width: 50px;
    height: 50px
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-navigation .fancybox-button svg {
        width: 44px;
        height: 44px;
        padding: 0
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-caption {
    padding: 0;
    position: relative;
    top: 0;
    bottom: unset;
    margin: 0;
    display: inline-block;
    background: none
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-caption {
        width: calc(100% - 112px)
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-caption a {
    position: relative;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 60px;
    text-align: left;
    width: auto;
    height: 50px;
    overflow: hidden;
    line-height: 48px
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-caption a {
        height: auto;
        width: 100%;
        min-height: 45px;
        padding-left: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-caption a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-caption a span {
        font-size: 15px;
        line-height: 20px
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-caption a::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/download.svg") no-repeat;
    position: absolute;
    left: 0
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-caption a::before {
        width: 44px;
        height: 44px;
        background-size: 44px;
        top: 0px
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-caption a.brows-arrow::before {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/download-brown.svg") no-repeat
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-toolbar {
    opacity: 1;
    visibility: visible
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-toolbar .fancybox-button--download {
    position: fixed;
    bottom: 15px;
    left: 125px;
    width: auto
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-toolbar .fancybox-button--close .close {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/close.svg") no-repeat;
    opacity: 1;
    position: relative;
    top: 10px;
    right: 20px;
    background-size: 20px
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-toolbar .fancybox-button--close .close {
        width: 21px;
        height: 21px;
        background-size: 19px
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap {
    position: absolute;
    width: 100%;
    min-height: 50px;
    bottom: 0;
    z-index: 99999;
    display: none
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap .fancybox-innerwrap {
    position: relative;
    margin: 0 auto;
    width: 80%;
    min-height: 50px;
    display: block;
    transition: width .2s
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap .fancybox-innerwrap {
        max-width: 90%
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-content .fancybox-custom-wrap {
    display: block;
    bottom: -86px
}

@media (max-width: 767px) {
    .fancybox-container.ima-popup .fancybox-inner .fancybox-content .fancybox-custom-wrap {
        bottom: -65px
    }
}

.fancybox-container.ima-popup .fancybox-inner .fancybox-content .fancybox-custom-wrap .fancybox-innerwrap {
    width: 100%
}

.fancybox-container.html-popup .fancybox-button.fancybox-button--close {
    opacity: 0
}

.fancybox-container.html-popup.personalization.fancybox-is-open .fancybox-bg {
    opacity: .24;
    background-color: #1c1c1c
}

.fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content {
    max-width: 633px;
    padding: 47px 45px;
    text-align: center
}

@media (max-width: 767px) {
    .fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content {
        max-width: 98%
    }
}

.fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content h3 {
    font-size: 36px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    padding-top: 23px;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content h3 {
        font-size: 20 pxc
    }
}

.fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content .text {
    font-size: 15px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Gilroy", sans-sarif;
    line-height: 25px;
    margin: 0
}

.fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content .link {
    min-width: 160px;
    margin-top: 25px;
    text-decoration: none;
    font-size: 18px
}

.fancybox-container.html-popup .fancybox-inner .fancybox-stage .fancybox-content .fancybox-close-small {
    color: currentColor;
    padding: 2px;
    right: 5px;
    top: 5px
}

.only-mobile {
    display: none
}

@media (max-width: 767px) {
    .only-mobile {
        display: block
    }
}

.enabel-magnifier {
    position: relative
}

.enabel-magnifier .light-box-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin: auto;
    opacity: 0
}

.enabel-magnifier:hover .hover-img {
    opacity: .7
}

@media (max-width: 767px) {
    .enabel-magnifier:hover .hover-img.remove-hover-effect-mobile {
        opacity: 1
    }
}

.enabel-magnifier:hover .light-box-link {
    opacity: 1
}

@media (max-width: 767px) {
    .enabel-magnifier a.magnifier-right-mobile {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 20px;
        opacity: 1
    }
}

.property-free-content .link-expand.link-read-more {
    margin-top: 8px
}

@media (max-width: 767px) {
    .link-expand {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .property .fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap {
        bottom: -80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .property .fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap .fancybox-innerwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .property .fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap .fancybox-innerwrap .fancybox-caption a {
        line-height: inherit
    }
}

@media (max-width: 767px) {
    .property .fancybox-container.ima-popup .fancybox-inner .fancybox-custom-wrap .fancybox-innerwrap .fancybox-caption a::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

a.ada-skip {
    position: absolute;
    background: #37a2b5;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #37a2b5;
    z-index: 9999;
    left: 0;
    padding: 10px;
    top: -200%;
    transition: all .2s;
    color: #fff
}

a.ada-skip:focus {
    top: 0
}

button.skip-to-nxt {
    position: absolute;
    background: #37a2b5;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #37a2b5;
    z-index: 9999;
    left: 0;
    padding: 10px;
    transition: all .2s;
    color: #fff;
    height: 0;
    opacity: 0
}

button.skip-to-nxt:focus {
    top: 0;
    left: 0;
    height: auto;
    opacity: 1;
    visibility: visible
}

:focus {
    outline: none
}

.acc-focused:focus {
    outline: 1px solid #37a2b5 !important;
    outline-offset: 2px
}

@media (max-width: 767px) {
    .property .cc-floating .cc-window--container {
        padding: 1.5em
    }
}

.property .cc-floating .cc-window--container .cc-message {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .property .cc-floating .cc-window--container .cc-message {
        margin-right: 10px
    }
}

.details .details__holder .details__info-title {
    text-transform: uppercase;
    font-family: "Trajan", sans-sarif
}

@media (max-width: 767px) {
    body.property .section .section__actions .btn-link {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    body.property .slider-boxes .box .box__link .btn-link {
        font-size: 15px
    }
}

body.property .halfpane .halfpane__rate {
    color: #2c2c2c
}

body.property .halfpane .halfpane__rate strong span {
    color: #2c2c2c
}

body.property .swiper-slide .halfpane .halfpane__link .btn-link {
    color: #216c78
}

@media (max-width: 767px) {
    body.property .swiper-slide .halfpane .halfpane__link .btn-link {
        font-size: 15px
    }
}

@media (min-width: 1366px) {
    body.property .btn-link {
        font-size: 19px !important
    }
}

@media (max-width: 767px) {
    body.property .btn-link {
        font-size: 15px
    }
}

@media (min-width: 1366px) {
    body.property .h5, body.property h5 {
        font-size: 19px !important
    }
}

@media (min-width: 1366px) {
    body.property .btn-default {
        font-size: 19px !important
    }
}

@media (min-width: 1366px) {
    body.property .btn__text {
        font-size: 19px !important
    }
}

@media (min-width: 1366px) {
    body.property button.filter {
        font-size: 19px !important
    }
}

@media (max-width: 767px) {
    .property .details .details__aside .details__info.opening-hours {
        margin-top: 0;
        padding-top: 20px
    }
}

.property .link_ghost {
    background: rgba(0, 0, 0, 0);
    border: none;
    text-decoration: none
}

.ada-skip {
    position: absolute;
    background: #37a2b5;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #1b6b79;
    z-index: 9999;
    left: 0;
    padding: 10px;
    top: -200%;
    transition: all .2s;
    color: #fff
}

.ada-skip:focus {
    top: 0
}

.header .select-language {
    text-transform: capitalize
}

@media (max-width: 767px) {
    .group-template .cc-floating .cc-window--container {
        padding: 1.5em
    }

    .group-template .cc-floating .cc-window--container .cc-message {
        margin-right: 10px
    }
}

@media (max-width: 1200px) {
    .group-booking-mask .form-reservation .form__col.active .dropdown .list-counter {
        flex-direction: column
    }
}

.details__entry ul {
    padding-left: 20px
}

.details__entry ul li {
    display: list-item
}

body.group-template .halfpane .halfpane__rate {
    color: #2c2c2c
}

body.group-template .halfpane .halfpane__rate strong span {
    color: #2c2c2c
}

body.group-template .swiper-slide .halfpane .halfpane__link .btn-link {
    color: #216c78
}

@media (max-width: 767px) {
    body.group-template .swiper-slide .halfpane .halfpane__link .btn-link {
        font-size: 15px
    }
}

@media (min-width: 1366px) {
    body.group-template .btn-link {
        font-size: 19px !important;
        font-weight: 700 !important
    }
}

@media (max-width: 767px) {
    body.group-template .btn-link {
        font-size: 15px
    }
}

@media (min-width: 1366px) {
    body.group-template .h5, body.group-template h5 {
        font-size: 19px !important;
        font-weight: 700 !important
    }
}

@media (min-width: 1366px) {
    body.group-template .btn-default {
        font-size: 19px !important;
        font-weight: 700 !important
    }
}

@media (min-width: 1366px) {
    body.group-template .btn__text {
        font-size: 19px !important;
        font-weight: 700 !important
    }
}

@media (min-width: 1366px) {
    body.group-template button.filter {
        font-size: 19px !important;
        font-weight: 700 !important
    }
}

#two-column-modal-popup {
    overflow: visible;
    padding: 36px 29px
}

#two-column-modal-popup .left-column.Single {
    padding: 0
}

#two-column-modal-popup .left-column img {
    width: 136px
}

#two-column-modal-popup .left-column img.single-image {
    height: 100%;
    width: auto
}

@media (max-width: 767px) {
    #two-column-modal-popup .left-column img.single-image {
        display: none
    }
}

#two-column-modal-popup .left-column img.single-image-mobile {
    display: none
}

@media (max-width: 767px) {
    #two-column-modal-popup .left-column img.single-image-mobile {
        display: block;
        width: 100%;
        padding: 20px 0;
        max-width: 360px;
        position: relative;
        margin: 0 auto
    }
}

#two-column-modal-popup .right-column {
    text-align: left
}

#two-column-modal-popup .right-column h2 {
    font-size: 1.6em;
    margin-bottom: 6px
}

#two-column-modal-popup .right-column h3 {
    font-size: 2.5em;
    padding-top: 0;
    margin-bottom: 0
}

#two-column-modal-popup .right-column .text {
    font-size: .9em;
    margin-bottom: 12px
}

#two-column-modal-popup .right-column .pop-up-links p {
    margin-bottom: 8px
}

#two-column-modal-popup .right-column .pop-up-links p.button-link {
    margin-top: 20px
}

#two-column-modal-popup .right-column .pop-up-links p.button-link a {
    font-family: "Trajan", sans-sarif;
    padding: 13px 22px 11px 22px;
    border: 1px solid #37a2b5;
    display: inline-block;
    line-height: 18px
}

#two-column-modal-popup .right-column .pop-up-links p.button-link a:hover {
    background-color: rgba(36, 119, 134, .15)
}

#two-column-modal-popup .right-column .pop-up-links a {
    color: #37a2b5;
    margin-top: 0
}

#two-column-modal-popup .right-column .pop-up-links a .link-text {
    text-decoration: underline
}

#two-column-modal-popup .right-column .pop-up-links a:hover {
    color: #268090
}

@media (min-width: 768px) {
    #two-column-modal-popup .fancybox-close-small {
        color: #fff;
        right: -46px;
        top: -13px
    }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.picker-holder {
    left: -20px;
    position: absolute;
    bottom: -5px
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #1c1c1c;
    background: #fff;
    font-family: Lato, sans-serif;
    box-shadow: 0px 25px 20px rgba(0, 0, 0, .263);
    margin: 0;
    padding: 20px
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute
}

.pika-single {
    *zoom: 1
}

.pika-single:before, .pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: left;
    text-transform: uppercase
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 0 3px 5px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #1c1c1c;
    background-color: #fff
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: absolute;
    outline: none;
    border: 0;
    padding: 0;
    width: 15px;
    height: 12px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0
}

.pika-prev:hover, .pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-prev, .is-rtl .pika-next {
    float: left;
    right: 30px
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    *right: 0
}

.pika-next {
    background-image: url("../../../../../../integration/titanic-hotels/public/images/svgs/nxtArrow.svg");
    background-position: center;
    background-size: cover
}

.pika-prev {
    background-image: url("../../../../../../integration/titanic-hotels/public/images/svgs/pevArrow.svg");
    background-position: center;
    background-size: cover
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th, .pika-table td {
    width: 14.2857142857%;
    padding: 0
}

.pika-table th {
    color: #37a2b5;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    position: relative;
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #1c1c1c;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%
}

.is-today .pika-button {
    color: #37a2b5;
    font-weight: 700
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.is-inrange .pika-button {
    color: inherit;
    border-radius: 0
}

.is-inrange .pika-button:after {
    width: calc(100% + 2px);
    height: 27px;
    background: rgba(55, 162, 181, .4);
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 3px
}

.is-startrange .pika-button {
    color: #000;
    background: #fff;
    box-shadow: none;
    border: 1px solid #37a2b5;
    border-radius: 50%;
    font-weight: 700
}

.is-startrange .pika-button:after {
    width: calc(50% + 2px);
    height: 27px;
    background: rgba(55, 162, 181, .4);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 3px;
    z-index: -1
}

.is-endrange .pika-button {
    color: #000;
    background: #fff;
    border: 1px solid #37a2b5;
    box-shadow: none;
    border-radius: 50%;
    font-weight: 700
}

.is-endrange .pika-button:after {
    width: 50%;
    height: 27px;
    background: rgba(55, 162, 181, .4);
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
    z-index: -1
}

.pika-button:hover {
    color: #fff;
    background: #37a2b5;
    box-shadow: none;
    border-radius: 50%
}

.pika-button:hover:after {
    width: 50%;
    height: 27px;
    background: rgba(55, 162, 181, .4);
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
    z-index: -1;
    display: none
}

.pika-week {
    font-size: 11px;
    color: #fff
}

@media (max-width: 767px) {
    .open .picker-holder {
        left: 0;
        position: fixed;
        bottom: 0;
        z-index: 99
    }

    .pika-single {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 auto;
        width: 94%;
        top: 140px !important;
        position: fixed !important;
        margin: 0 auto;
        box-shadow: 0 0 50px rgba(0, 0, 0, .11);
        background-color: #fff
    }

    .pika-single .pika-lendar {
        float: none;
        margin: 8px auto;
        width: auto
    }

    .pika-single .pika-lendar .pika-button {
        height: 11.7647058824vw
    }

    .pika-single .pika-lendar .pika-button:after {
        height: 90%
    }
}

.group-welcome .container {
    padding-top: 43px
}

@media (max-width: 767px) {
    .group-welcome .container {
        padding-top: 0
    }
}

.group-welcome .container .block__text {
    padding-left: 46px
}

@media (max-width: 767px) {
    .group-welcome .container .block__text {
        padding: 0
    }
}

.group-welcome .container .block__text h1 {
    padding: 7px 0 0 0
}

@media (max-width: 767px) {
    .group-welcome .container .block__text h1 {
        margin-bottom: 20px
    }
}

.group-welcome .container .block__text h1 .h2.block__subtitle {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

@media (max-width: 767px) {
    .group-welcome .container .block__text h1 .h2.block__subtitle {
        margin-bottom: 2px
    }
}

.group-welcome .container .block__text .expandable__body {
    margin-top: 16px;
    line-height: 25px
}

@media (max-width: 767px) {
    .group-welcome .container .block__text .expandable__body {
        margin-top: 4px;
        line-height: 25px;
        color: #4e4e4e;
        font-size: 14px;
        padding: 0 10px
    }

    .group-welcome .container .block__text .expandable__body .block__entry {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .group-welcome .container .block__text .expandable__body .block__entry {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical
    }
}

@media (max-width: 767px) {
    .group-welcome .container .block__text .expandable__body .link-expand.link-read-more, .group-welcome .container .block__text .expandable__body .link-expand.link-read-less {
        text-decoration: none;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .group-welcome .container .block__text .expandable__body .link-expand.link-read-more span, .group-welcome .container .block__text .expandable__body .link-expand.link-read-less span {
        text-decoration: underline
    }
}

.group-welcome .container .block__media {
    margin-top: 14px
}

@media (max-width: 767px) {
    .group-welcome .container .block__media {
        margin-top: 33px
    }
}

.group-welcome .container .block__media .block__video {
    height: 340px
}

@media (max-width: 992px) {
    .group-welcome .container .block__media .block__video {
        width: 570px;
        margin: 30px auto 30px
    }
}

@media (max-width: 767px) {
    .group-welcome .container .block__media .block__video {
        width: 100%;
        margin-top: 0;
        height: 375px;
        margin-bottom: 0
    }

    .group-welcome .container .block__media .block__video iframe {
        position: absolute;
        top: 0;
        left: -10px;
        width: calc(100% + 20px);
        height: 100%;
        max-width: unset
    }
}

.group-welcome .container .block__media .paging-circle {
    bottom: -24px;
    right: -20px
}

@media (max-width: 767px) {
    .group-welcome .container .block__media .paging-circle {
        bottom: 20px;
        right: 20px
    }
}

@media (max-width: 767px) {
    .group-welcome .container .block__media .paging-circle .paging__prev, .group-welcome .container .block__media .paging-circle .paging__next {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (max-width: 1024px) {
    .group-welcome .container .block__media .slider__slide-image {
        height: auto
    }

    .group-welcome .container .block__media .slider__slide-image img {
        width: 100%;
        height: auto
    }
}

.g_free-content.group-template .group-welcome .container .block__text .expandable__body .block__entry {
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: unset
}

@media (max-width: 992px) {
    .g_free-content.group-template .group-welcome .container .block__media .paging-circle {
        right: 30px
    }
}

@media (max-width: 992px) {
    .g_free-content.group-template #main .section.group-welcome {
        padding-bottom: 0
    }
}

.group-form-builder {
    position: relative;
    background: #f4f5f5;
    margin-top: 37px;
    padding-top: 66px;
    padding-bottom: 55px
}

.group-form-builder.remove-margin {
    padding-top: 0px
}

@media (max-width: 992px) {
    .group-form-builder {
        padding: 1px 23px 62px 23px;
        margin-top: 26px
    }
}

.group-form-builder .form-default {
    max-width: 1075px
}

.group-form-builder .form-default .careers {
    margin-top: -100px;
    padding-bottom: 62px
}

@media (max-width: 1024px) {
    .group-form-builder .form-default .careers {
        padding: 0 30px
    }
}

@media (max-width: 992px) {
    .group-form-builder .form-default .careers {
        margin-top: -35px;
        padding: 0 0 27px 0
    }
}

.group-form-builder .form-default .careers .align-self-top.gdpr.check.box {
    margin-top: 26px
}

.group-form-builder .form-default .careers .align-self-top.submit.button {
    margin-top: 19px;
    margin-bottom: 0
}

.group-form-builder .form-default .group-contact .align-self-top.drop.down {
    margin-top: 0
}

.group-form-builder .form-default .select-default.validation-error {
    position: relative;
    margin-bottom: 37px
}

.group-form-builder .form-default .select-default.validation-error .form__label {
    font-size: 13px;
    font-weight: 500;
    color: #c90a14;
    font-family: "Gilroy", sans-sarif
}

.group-form-builder .form-default .select-default.validation-error .error {
    position: absolute;
    bottom: -37px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .form__row {
        margin-bottom: 17px
    }
}

.group-form-builder .form-default .form__label {
    font-size: 20px
}

.group-form-builder .form-default .text.input .form__label {
    margin-top: 2px
}

.group-form-builder .form-default .text.input .field {
    border-color: #a7a7a7;
    padding-left: 3px
}

.group-form-builder .form-default .text.area .field {
    border-color: #a7a7a7;
    margin-top: 10px;
    height: 160px;
    padding: 10px
}

.group-form-builder .form-default .submit.button {
    text-align: center
}

.group-form-builder .form-default .submit.button .btn-default {
    min-width: 191px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .submit.button .btn-default {
        min-width: 311px
    }
}

.group-form-builder .form-default .gdpr.check.box .form__label {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 31px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .gdpr.check.box .form__label {
        font-size: 14px;
        line-height: 25px
    }
}

.group-form-builder .form-default .gdpr.check.box .form__label::before {
    top: 4px;
    left: 0px;
    width: 23px;
    height: 23px;
    border: none;
    content: "";
    transition: all .4s;
    background: #a7a7a7;
    cursor: pointer
}

.group-form-builder .form-default .gdpr.check.box .checkbox-wrp input {
    z-index: 14;
    width: 24px;
    top: 5px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    left: 0
}

.group-form-builder .form-default .gdpr.check.box input:checked ~ .custom-chkbox-input {
    background-color: #37a2b5
}

.group-form-builder .form-default .gdpr.check.box .custom-chkbox-input {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: 4px;
    z-index: 10;
    cursor: pointer
}

.group-form-builder .form-default .gdpr.check.box input:hover ~ .checkmark {
    background-color: #37a2b5
}

.group-form-builder .form-default .gdpr.check.box input:checked + label:before {
    background-color: rgba(55, 162, 181, .24)
}

.group-form-builder .form-default .select-default .nice-select {
    height: 26px;
    border-color: #a7a7a7;
    padding-left: 3px
}

.group-form-builder .form-default .select-default .nice-select::after {
    right: 15px;
    width: 14px;
    border-color: #37a2b5;
    margin-top: -15px;
    height: 14px
}

.group-form-builder .form-default .align-self-top {
    margin-bottom: 16px
}

.group-form-builder .form-default .align-self-top.drop.down {
    margin-top: 32px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.drop.down {
        margin-top: 0
    }
}

.group-form-builder .form-default .align-self-top.file.upload {
    margin-top: 32px;
    position: relative
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.file.upload {
        margin-top: 1px;
        position: relative;
        margin-bottom: 12px
    }
}

.group-form-builder .form-default .align-self-top.file.upload svg {
    position: absolute;
    right: 43px;
    top: 22px;
    cursor: pointer
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.file.upload svg {
        right: 14px
    }
}

@media all and (-ms-high-contrast: none) {
    .group-form-builder .form-default .align-self-top.file.upload *::-ms-backdrop, .group-form-builder .form-default .align-self-top.file.upload svg {
        display: none
    }
}

.group-form-builder .form-default .align-self-top.file.upload .field {
    width: 100%;
    height: 27px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #a7a7a7;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.2
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top {
        margin-bottom: 29px
    }
}

.group-form-builder .form-default .align-self-top.hotel.drop.down {
    margin-top: 16px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.hotel.drop.down {
        margin-top: 0
    }
}

.group-form-builder .form-default .align-self-top.message.text.area {
    margin-top: 3px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.message.text.area {
        margin-top: 5px;
        margin-bottom: 0px
    }
}

.group-form-builder .form-default .align-self-top.gdpr.check.box {
    margin-top: 14px
}

.group-form-builder .form-default .align-self-top.submit.button {
    margin-top: 14px
}

@media (max-width: 992px) {
    .group-form-builder .form-default .align-self-top.submit.button {
        margin-top: 53px
    }
}

@media (max-width: 767px) {
    .group-form-builder .form-default .nice-select {
        margin-bottom: 0
    }
}

.group-form-builder .form-default .nice-select .current {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif
}

.group-form-builder .form-default .nice-select ul.list {
    background: #fff;
    padding: 5px 15px;
    max-height: 400px;
    overflow-y: auto
}

.group-form-builder .form-default .nice-select ul.list li {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 31px;
    background: #fff;
    padding: 0px 5px;
    margin-top: 0
}

.group-form-builder .form-default .nice-select ul.list li:last-child {
    border: 0
}

.group-form-builder .form-default .gdpr.check.box .form-label.gdpr-title {
    margin-bottom: 20px;
    font-family: "Trajan", sans-sarif;
    font-size: 18px;
    color: #37a2b5
}

form .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 1;
    display: none
}

form .loader svg {
    position: relative;
    top: calc(50% - 50px)
}

form .validation-error .form__label {
    color: #c90a14
}

form .validation-error label.error {
    font-size: 13px;
    font-weight: 500;
    color: #c90a14;
    font-family: "Gilroy", sans-sarif
}

form .gdpr-check-box {
    position: relative
}

form .gdpr-check-box.validation-error {
    padding-bottom: 24px
}

form .gdpr-check-box.validation-error label.error {
    position: absolute;
    bottom: 0;
    padding: 0 0 0 35px
}

form .gdpr-check-box.validation-error label.error::before {
    display: none
}

form .gdpr-check-box.validation-error .form-label.gdrp::before {
    border: 1px solid #c90a14 !important
}

.g_free-content-property .form-default .select-default .nice-select {
    height: 24px;
    padding-left: 3px
}

.g_free-content-property .form-default .select-default .nice-select ul.list {
    padding: 5px 15px;
    max-height: 400px;
    overflow-y: auto
}

.g_free-content-property .form-default .select-default .nice-select ul.list li {
    padding: 0px 5px;
    margin-top: 0
}

.g_free-content-property .form-default .select-default .nice-select ul.list li:last-child {
    border: 0
}

.group-awards {
    padding-bottom: 190px
}

@media (max-width: 767px) {
    .group-awards {
        padding-bottom: 135px
    }
}

.group-awards .heading {
    text-align: center
}

.hotel-items {
    margin-top: 35px;
    max-width: 1060px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .hotel-items {
        margin: 0 15px;
        padding-top: 55px;
        position: relative
    }
}

.hotel-items #year-tab-list {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .hotel-items #year-tab-list {
        width: 100vw;
        position: absolute;
        top: 0;
        left: -24px;
        height: 46px;
        margin: 0;
        overflow-y: hidden;
        scroll-direction: horizontal;
        white-space: nowrap
    }
}

.hotel-items #year-tab-list li {
    display: inline-block;
    background-color: #f4f5f5;
    font-size: 20px;
    line-height: 2.3
}

@media (max-width: 767px) {
    .hotel-items #year-tab-list li {
        display: inline-block;
        position: relative
    }
}

.hotel-items #year-tab-list li.active {
    background-color: #37a2b5
}

.hotel-items #year-tab-list li.active button {
    color: #fff
}

.hotel-items #year-tab-list li button {
    background: rgba(0, 0, 0, 0);
    border: none;
    min-width: 95px;
    font-family: "Gilroy", sans-sarif;
    font-size: 20px;
    line-height: 2.3;
    font-weight: 500
}

@media (max-width: 767px) {
    .hotel-items #year-tab-list li button {
        color: #7e7e7e
    }
}

.awards-item-wrap {
    display: none;
    margin-bottom: 33px
}

@media (max-width: 767px) {
    .awards-item-wrap {
        border-bottom: 1px solid #cecece;
        padding-bottom: 35px;
        padding-top: 20px
    }
}

.awards-item-wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.awards-item-wrap .award-content {
    margin-left: 10px
}

.awards-item-wrap .award-content .hotel-name {
    font-family: "Gilroy", sans-sarif;
    font-size: 22px;
    color: #1c1c1c;
    font-weight: 500
}

.awards-item-wrap .award-content .award-title {
    font-family: "Gilroy", sans-sarif;
    font-size: 15px;
    color: #1c1c1c;
    line-height: 25px
}

@media (max-width: 767px) {
    .awards-item-wrap .award-content .award-title {
        color: #4e4e4e
    }
}

.custom-accordion {
    position: relative;
    padding-top: 73px;
    padding-bottom: 30px
}

.custom-accordion h2.about__subtitle {
    text-align: center
}

.custom-accordion h2.about__subtitle span.about__title {
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block
}

@media (max-width: 1024px) {
    .custom-accordion {
        padding-top: 64px
    }
}

.custom-accordion .container {
    max-width: 1072px
}

@media (max-width: 1024px) {
    .custom-accordion .container {
        padding: 0 15px
    }
}

.custom-accordion .container .accordion {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 1;
    cursor: pointer;
    padding: 18px 0 7px 2px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: .4s;
    background: none;
    border-bottom: 1px solid #a7a7a7;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative
}

@media (max-width: 767px) {
    .custom-accordion .container .accordion {
        padding: 18px 30px 7px 2px;
        font-size: 18px
    }
}

.custom-accordion .container .active, .custom-accordion .container .accordion:hover {
    background-color: none
}

.custom-accordion .container .accordion:after {
    right: 10px;
    width: 14px;
    margin-top: -15px;
    height: 14px;
    border-bottom: 2px solid #37a2b5;
    border-right: 2px solid #37a2b5;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 33px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.custom-accordion .container .active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.custom-accordion .container .panel {
    padding: 0 21px 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin-bottom: 4px
}

@media (max-width: 1024px) {
    .custom-accordion .container .panel {
        padding: 0 16px 11px
    }
}

.custom-accordion .container .panel .content {
    line-height: 24px;
    font-size: 15px;
    padding-left: 38px;
    padding-top: 27px;
    padding-bottom: 23px
}

@media (max-width: 1024px) {
    .custom-accordion .container .panel .content {
        padding-left: 16px;
        padding-top: 15px;
        padding-bottom: 4px
    }
}

.custom-accordion .container .panel .content p {
    margin-bottom: 4px
}

.highlight-text .text-container {
    font-size: 28px;
    font-weight: 400;
    color: #a7a7a7;
    font-family: "Trajan", sans-sarif;
    text-align: center;
    margin-top: 8px;
    padding: 0 30px
}

@media (max-width: 767px) {
    .highlight-text .text-container {
        font-size: 17px
    }
}

.highlight-text .text-container p {
    font-size: 28px;
    font-weight: 400;
    color: #a7a7a7;
    font-family: "Trajan", sans-sarif;
    text-align: center;
    margin: 0 auto;
    line-height: 39px
}

@media (max-width: 767px) {
    .highlight-text .text-container p {
        font-size: 17px
    }
}

.group-free-content .highlight-text.custom-color .title {
    margin-top: 45px
}

.group-free-content .highlight-text h4.title {
    font-size: 25px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    width: 100%;
    text-align: center
}

.group-free-content .highlight-text .text-container {
    color: #a7a7a7;
    margin-top: 31px;
    padding: 0 80px;
    margin-bottom: 38px
}

@media (max-width: 992px) {
    .group-free-content .highlight-text .text-container {
        font-size: 22px;
        padding: 0 20px;
        margin-top: 38px
    }

    .group-free-content .highlight-text .text-container p {
        font-size: 22px
    }
}

.offers-block {
    position: relative
}

@media (max-width: 767px) {
    .offers-block {
        padding-top: 30px
    }
}

.offers-block .container {
    position: relative;
    max-width: 1320px;
    padding: 0 50px 46px
}

@media (max-width: 767px) {
    .offers-block .container {
        max-width: unset;
        padding: 0 10px
    }
}

.offers-block .container .arrow-decoration {
    position: absolute;
    top: -36px;
    right: 27px;
    height: calc(100% + 36px);
    width: 18px
}

.offers-block .container .arrow-decoration::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background: #37a2b5;
    height: calc(100% - 37px);
    top: 37px;
    left: 9px
}

.offers-block .heading {
    max-width: 1158px;
    margin: 59px auto 0
}

@media (max-width: 992px) {
    .offers-block .heading {
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .offers-block .heading {
        max-width: unset
    }
}

.offers-block .heading .h2.heading__title {
    margin-top: 12px;
    display: inline-block
}

@media (max-width: 767px) {
    .offers-block .heading .h2.heading__title {
        margin-top: 5px;
        margin-bottom: 26px
    }
}

.offers-block .heading .btn-wrap {
    text-align: right
}

@media (max-width: 992px) {
    .offers-block .heading .btn-wrap {
        text-align: center
    }
}

.offers-block .heading .btn-wrap a {
    margin-top: 56px;
    margin-right: 7px
}

@media (max-width: 992px) {
    .offers-block .heading .btn-wrap a {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .offers-block .slider-items {
        position: relative;
        padding: 16px 30px 0
    }

    .offers-block .slider-items .paging {
        bottom: calc(100% + 23px)
    }

    .offers-block .slider-items .slider__clip .item__image .item-picture {
        position: absolute;
        top: 0;
        left: 0
    }

    .offers-block .slider-items .slider__clip .item__image .hover-magnifier {
        display: none !important
    }

    .offers-block .slider-items .slider__clip .item__image .item__title {
        text-align: center;
        font-size: 22px
    }

    .offers-block .slider-items .slider__clip .item__content {
        margin-top: 17px
    }

    .offers-block .slider-items .slider__clip .item__content .item__link .btn-link {
        font-size: 15px
    }

    .offers-block .slider-items .slider__clip .item__content .item__rate .link_ghost {
        background: rgba(0, 0, 0, 0);
        border: none;
        text-decoration: none
    }

    .offers-block .slider-items .slider__clip .item__content .item__avail {
        font-size: 15px;
        margin-top: 17px;
        line-height: 1;
        cursor: default
    }

    .offers-block .slider-items .slider__clip .item__content .item__avail.empty {
        min-height: 15px
    }

    .offers-block .slider-items .slider__clip .item__content .item__actions {
        margin-top: 12px
    }

    .offers-block .section__actions .btn-link {
        font-size: 18px
    }
}

.offers-block .items {
    position: relative;
    padding: 33px 37px 0 29px
}

.offers-block .items .items__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0
}

.offers-block .items .items__body .item .item__inner .item__image {
    position: relative
}

.offers-block .items .items__body .item .item__inner .item__image .item-picture {
    position: absolute;
    top: 0;
    left: 0
}

.offers-block .items .items__body .item .item__inner .item__image .hover-magnifier {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear;
    z-index: 3;
    background-color: rgba(255, 255, 255, .3)
}

.offers-block .items .items__body .item .item__inner .item__image .hover-magnifier svg {
    position: relative;
    top: calc(50% - 26px);
    cursor: pointer
}

.offers-block .items .items__body .item .item__inner .item__image:hover .hover-magnifier {
    visibility: visible;
    opacity: 1
}

.offers-block .items .items__body .item .item__title {
    padding: 0 32px 28px;
    text-align: left;
    font-size: 22px
}

.offers-block .items .items__body .item .item__content {
    margin-top: 23px
}

.offers-block .items .items__body .item .item__content .item__link .btn-link {
    font-size: 18px
}

.offers-block .items .items__body .item .item__content .item__avail {
    font-size: 15px;
    margin-top: 17px;
    line-height: 1;
    cursor: default
}

.offers-block .items .items__body .item .item__content .item__avail.empty {
    min-height: 16px
}

.offers-block .items .items__body .item .item__content .item__actions {
    margin-top: 12px
}

.destinations-hotels-block {
    position: relative
}

@media (max-width: 992px) {
    .destinations-hotels-block {
        padding-top: 52px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap {
    padding: 0 34px 0 41px;
    overflow: hidden
}

.destinations-hotels-block .container .destinations-hotels-wrap .heading {
    max-width: unset;
    margin: 0 auto
}

.destinations-hotels-block .container .destinations-hotels-wrap .heading .heading__subtitle {
    padding: 0
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap {
        padding: 0 30px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap.our-hotels {
    padding: 0 59px 0 16px
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels {
        padding: 0 34px 0 41px
    }
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels {
        padding: 0 30px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 40px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels {
        max-width: 550px;
        margin: 0 auto
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging {
    position: absolute;
    top: 360px;
    right: 25px;
    z-index: 2
}

@media (max-width: 1024px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging {
        top: 52%
    }
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging {
        top: auto;
        right: 14px;
        bottom: 242px
    }
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging {
        top: 206px;
        right: 18px;
        bottom: auto !important
    }
}

@media (max-width: 320px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging {
        top: 182px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging .paging__next {
    margin-left: 6px
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
    top: 360px;
    right: 145px
}

@media (max-width: 1024px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
        top: 52%
    }
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
        top: auto;
        bottom: 242px;
        right: 134px
    }

    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button svg {
        overflow: visible
    }
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
        top: 206px;
        right: 138px;
        bottom: auto
    }
}

@media (max-width: 320px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
        top: 182px
    }
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 110px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color {
    line-height: 1;
    margin-top: 9px;
    width: 100%;
    margin-bottom: 3px;
    min-height: 64px
}

@media (max-width: 1024px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color {
        font-size: 22px
    }
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color {
        text-align: center;
        margin-top: 0;
        margin-bottom: 21px
    }

    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color a {
        text-decoration: none
    }
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color {
        min-height: 44px;
        font-size: 18px;
        padding-top: 3px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .sub__title__color a {
    text-decoration: none
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__image {
        margin-bottom: 0
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__image img {
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__image img {
        height: 208px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__image::after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 267px;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.058) 10%, rgba(28, 28, 28, 0.356) 41%, #1D1D1D 100%) 0% 0% no-repeat padding-box;
    opacity: .85;
    bottom: 0
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__image::after {
        position: absolute;
        left: 15px;
        content: "";
        height: 100%;
        top: 0;
        width: calc(100% - 30px)
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content {
    position: relative;
    padding: 9px 0;
    text-align: left;
    line-height: 26px
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .content-intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .content-intro {
        -webkit-line-clamp: 2;
        height: 50px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 {
    margin-top: 19px;
    min-height: 52px
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 {
        margin-top: 6px
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .item__link {
    position: relative;
    float: left
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .item__link {
        float: none;
        display: block;
        text-align: center
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .item__link .btn-link {
    margin-top: 14px
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .item__link .btn-link {
        margin-top: 5px;
        font-size: 18px !important
    }
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .item__link .btn-link:hover .fill-stroke-default {
    fill: #268090;
    stroke: #268090
}

.destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .buutha-button {
    float: right
}

@media (max-width: 992px) {
    .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .swiper-wrapper .swiper-slide .item .item__inner.row .item__content .btn-wrap.col-12 .buutha-button {
        float: none;
        font-size: 17px;
        letter-spacing: 0;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        margin-top: 27px
    }
}

.group-template #main .section.experiences .heading {
    max-width: 1028px
}

.section-home-news.section--with-logo {
    padding-top: 106px
}

@media (max-width: 992px) {
    .section-home-news.section--with-logo {
        padding-top: 35px
    }
}

.section-home-news .about {
    padding: 65px 0 52px
}

@media (max-width: 992px) {
    .section-home-news .about {
        padding: 48px 0 26px
    }
}

.section-home-news .about .h2.about__title {
    display: block;
    margin-top: 12px;
    margin-bottom: 0
}

.section-home-news .about .about__body {
    margin-top: 122px
}

@media (max-width: 992px) {
    .section-home-news .about .about__body {
        margin-top: 57px
    }
}

@media (max-width: 767px) {
    .section-home-news .about .about__body {
        margin-top: 57px
    }
}

@media (max-width: 992px) {
    .section-home-news .about .about__foot {
        margin-top: 22px
    }
}

.section-home-news .about .about__foot .btn-link {
    font-size: 18px;
    line-height: 1
}

.section-home-news .slider-about .slider__slide-image::after {
    display: none
}

.section-home-news .slider-about .slider__slide-image::before {
    padding-top: 52.8%
}

@media (max-width: 767px) {
    .section-home-news .slider-about .slider__slide-image::before {
        padding-top: 85%
    }
}

.section-home-news .slider-about .slider__slide-image .slider__slide-content {
    bottom: 38px
}

@media (max-width: 767px) {
    .section-home-news .slider-about .slider__slide-image .slider__slide-content {
        bottom: 62px;
        width: calc(100% - 46px);
        padding: 0 0 0 23px
    }
}

.section-home-news .slider-about .slider__slide-image .slider__slide-content .h2.slider__slide-title {
    line-height: 1
}

@media (max-width: 992px) {
    .section-home-news .slider-about .slider__slide-image .slider__slide-content .h2.slider__slide-title {
        font-size: 32px
    }
}

@media (max-width: 992px) {
    .section-home-news .slider-about .slider__slide-image .slider__slide-content .slider__slide-actions .btn-link {
        font-size: 16px;
        width: 100%;
        text-align: center
    }
}

.section-home-news .slider-about .swiper-slide-active {
    z-index: 99
}

.section-home-news .slider-about .swiper-slide-active .slider__slide-image {
    background-size: cover
}

.section-home-news .slider-about .swiper-slide-active .slider__slide-image::after {
    display: block;
    height: 77%
}

@media (max-width: 767px) {
    .section-home-news .slider-about .swiper-slide-active .slider__slide-image::after {
        display: none
    }
}

.section-home-news .slider-about .swiper-slide-active .slider__slide-image::before {
    padding-top: 52.8%
}

@media (max-width: 767px) {
    .section-home-news .slider-about .swiper-slide-active .slider__slide-image::before {
        padding-top: 85%
    }
}

.section-home-news .slider-about .paging-circle {
    width: 68%
}

@media (max-width: 992px) {
    .section-home-news .slider-about .paging-circle {
        width: 100%
    }
}

.section-home-news .slider-about .paging-circle .pause-button {
    display: none
}

@media (max-width: 767px) {
    .section-home-news .slider-about .paging-circle {
        top: auto;
        bottom: 3px;
        right: 0;
        height: 50px;
        width: 178px
    }

    .section-home-news .slider-about .paging-circle .paging__prev {
        position: absolute;
        left: 52px
    }

    .section-home-news .slider-about .paging-circle .paging__next {
        right: 15px;
        position: absolute
    }

    .section-home-news .slider-about .paging-circle .pause-button {
        display: inline-block;
        position: static;
        background: rgba(0, 0, 0, 0);
        border: none
    }

    .section-home-news .slider-about .paging-circle .pause-button .pause-icon {
        width: 50px;
        height: 50px
    }

    .section-home-news .slider-about .paging-circle .pause-button .play-icon {
        width: 50px;
        height: 50px
    }
}

.group-template .section--solid .section__inner {
    background-color: #1c1c1c
}

.group-instagram-feed {
    position: relative;
    padding-top: 77px
}

@media (max-width: 992px) {
    .group-instagram-feed {
        padding-top: 0
    }
}

.group-instagram-feed .juicer-feed .j-paginate {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #37a2b5;
    letter-spacing: .1px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.group-instagram-feed .juicer-feed .j-paginate:hover {
    background: rgba(36, 119, 134, .15);
    border: 1px solid #247786;
    color: #247786
}

.group-instagram-feed h1.referral {
    display: none !important
}

@media (max-width: 767px) {
    .group-instagram-feed .juicer-feed li.feed-item {
        width: calc(50% - 12px);
        margin: 6px;
        float: left;
        background: #fff
    }
}

.property-instagram-feed h1.referral {
    display: none !important
}

.social-module {
    position: relative;
    padding-top: 103px
}

@media (max-width: 992px) {
    .social-module {
        padding-top: 72px;
        padding-bottom: 18px
    }
}

.social-module .section__head {
    margin-bottom: 0
}

.social-module .h2.heading__title {
    margin-bottom: 2px
}

@media (max-width: 992px) {
    .social-module .h2.heading__title {
        margin-bottom: 14px
    }
}

@media (max-width: 992px) {
    .social-module .h2.heading__subtitle {
        margin-bottom: 3px
    }
}

.social-module .heading__entry {
    line-height: 22px;
    margin-top: 5px
}

@media (max-width: 992px) {
    .social-module .heading__entry {
        padding: 0 40px;
        color: #707070
    }
}

.social-module .socials {
    margin-top: -12px
}

@media (max-width: 992px) {
    .social-module .socials {
        margin-top: 45px
    }
}

.social-module .socials .h2.socials__title {
    margin-bottom: 20px
}

.group-template #main .section.hotels-map {
    z-index: 2
}

.section.hotels-map {
    position: relative;
    z-index: 2
}

.section.hotels-map .heading {
    max-width: 1118px;
    margin: 50px auto 35px
}

@media (max-width: 1200px) {
    .section.hotels-map .heading {
        padding-left: 30px
    }
}

@media (max-width: 992px) {
    .section.hotels-map .heading {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .section.hotels-map .heading {
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 31px
    }
}

.section.hotels-map .heading .h2.heading__subtitle {
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .section.hotels-map .heading .h2.heading__subtitle {
        margin-bottom: 5px
    }
}

.section.hotels-map .heading .heading__title {
    text-transform: capitalize
}

.section.hotels-map .hotels-dropdown-filter {
    position: relative;
    display: block
}

.section.hotels-map .section__body .map-hotels {
    position: relative
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .map-hotels .title-in-mobile {
        position: relative;
        padding-left: 4px;
        margin-bottom: 10px
    }
}

.section.hotels-map .section__body .map-hotels .nice-select {
    border-bottom: 1px solid #37a2b5;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .map-hotels .map.js-map-simple {
        display: inline-block;
        margin-left: -10px;
        width: calc(100% + 20px);
        position: relative
    }

    .section.hotels-map .section__body .map-hotels .map.js-map-simple .map__container {
        height: 240px
    }
}

.section.hotels-map .section__body .hotels-list {
    position: relative
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap {
    padding-left: 8px;
    margin: 0;
    padding-right: 57px
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap {
        padding-left: 25px;
        padding-right: 25px
    }
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .item-title-black {
    font-size: 25px;
    padding: 0;
    font-weight: 500
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap {
    padding: 0
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .nice-select {
    border-bottom: 1px solid #37a2b5
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items {
    display: inline-block;
    padding: 0;
    margin-top: 8px
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item {
    padding: 0;
    display: none
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item.item-1 {
    display: block
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .item-picture {
    position: relative;
    display: block
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .hotel-name {
    margin-top: 23px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .hotel-name {
        margin-top: 3px;
        margin-bottom: 0;
        line-height: 35px
    }
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contact {
    margin-top: 23px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contact {
        margin-top: 17px;
        margin-bottom: 11px
    }
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .description {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 81px
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .description {
        font-size: 15px;
        max-height: 55px;
        line-height: 18px;
        margin-top: 4px;
        color: #707070
    }
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contacts__entry {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contacts__entry p {
    margin: 4px 0 8px 0;
    line-height: 1
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contacts__entry p {
        margin: 4px 0 0 0;
        color: #707070
    }
}

@media (max-width: 767px) {
    .section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contacts__entry p.address-text {
        line-height: 18px
    }
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .contacts__entry p.email-text a {
    text-decoration: none
}

.section.hotels-map .section__body .hotels-list .select-hotel-wrap .selector-wrap .hotel-items .hotel-item .hotel-link {
    position: relative;
    margin-top: 8px;
    margin-bottom: 10px
}

.group-introduction {
    display: block
}

@media (max-width: 767px) {
    .group-introduction {
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.group-introduction .welcome {
    padding-top: 3px
}

@media (max-width: 992px) {
    .group-introduction .welcome {
        padding: 3px 20px 0 20px
    }
}

@media (max-width: 1024px) {
    .group-introduction .welcome {
        padding: 3px 20px 0 20px
    }
}

@media (max-width: 767px) {
    .group-introduction .welcome {
        padding: 3px 0 0 0
    }
}

.group-introduction .welcome.left-align {
    text-align: left;
    position: relative
}

.group-introduction .welcome.left-align .welcome__subtitle {
    position: relative;
    margin: 0 auto;
    max-width: 1130px
}

.group-introduction .welcome.left-align .welcome__title {
    position: relative;
    margin: 0 auto;
    max-width: 1130px
}

@media (max-width: 767px) {
    .group-introduction .welcome.left-align .welcome__title {
        font-size: 32px;
        margin-top: 5px
    }
}

.group-introduction .welcome.left-align .expandable__body {
    position: relative;
    margin: 0 auto;
    max-width: 1130px
}

@media (max-width: 767px) {
    .group-introduction .welcome.left-align .expandable__body .link-expand.link-read-more {
        margin-top: 26px
    }
}

.group-introduction .welcome.left-align .expandable__body .welcome__entry {
    max-width: 782px;
    margin: 16px 0 0 0;
    line-height: 25px
}

@media (max-width: 767px) {
    .group-introduction .welcome.left-align .expandable__body .welcome__entry {
        margin-top: 10px
    }

    .group-introduction .welcome.left-align .expandable__body .welcome__entry p {
        line-height: 2
    }
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center {
        padding: 3px 0 0 0;
        text-align: left
    }
}

@media (max-width: 767px) {
    .group-introduction .welcome.align-center {
        text-align: center
    }
}

.group-introduction .welcome.align-center .welcome__subtitle {
    margin-bottom: 0px
}

.group-introduction .welcome.align-center .welcome__title {
    margin-bottom: 12px
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center .welcome__title {
        font-size: 32px;
        line-height: 40px;
        padding-top: 13px
    }
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center.has-image {
        padding: 3px 0 0 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .group-introduction .welcome.align-center.has-image {
        text-align: center
    }
}

.group-introduction .welcome.align-center.has-image .welcome__subtitle {
    margin-bottom: 0px;
    margin-top: 10px
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center.has-image .welcome__subtitle {
        margin-top: 0;
        line-height: 1
    }
}

.group-introduction .welcome.align-center.has-image .welcome__title {
    margin-bottom: 32px;
    padding-top: 14px
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center.has-image .welcome__title {
        font-size: 32px;
        line-height: 40px;
        padding-top: 13px;
        margin-bottom: 22px
    }
}

.group-introduction .welcome.align-center.has-image .welcome__image {
    margin-bottom: 13px;
    margin-top: 43px
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center.has-image .welcome__image {
        margin-bottom: 0px
    }
}

.group-introduction .welcome.align-center.has-image .welcome__image::before {
    padding-top: 16%
}

@media (max-width: 992px) {
    .group-introduction .welcome.align-center.has-image .welcome__image::before {
        padding-top: 42%
    }
}

.group-introduction .welcome.align-center.has-image .welcome__entry {
    margin-top: 58px
}

.group-introduction .welcome .welcome__title {
    font-size: 45px;
    padding-top: 7px
}

.group-introduction .welcome__image {
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .group-introduction .welcome__image {
        margin-left: -20px;
        width: 100vw
    }
}

.hotels-map-filter {
    position: relative;
    padding-bottom: 80px
}

@media (max-width: 992px) {
    .hotels-map-filter {
        padding-top: 0
    }
}

@media (max-width: 992px) {
    .hotels-map-filter.offer-list .section__body .content-section .hotel-items-wrap.main-wrp .hotel-items {
        margin: 0 40px 40px !important;
        padding: 20px 0px 0px !important;
        background: #fff
    }
}

@media (max-width: 767px) {
    .hotels-map-filter.offer-list .section__body .content-section .hotel-items-wrap.main-wrp .hotel-items {
        padding: 20px 10px 0px !important;
        margin: 0 0 20px !important
    }
}

@media (max-width: 992px) {
    .hotels-map-filter.offer-list .section__body .content-section .hotel-items-wrap.main-wrp .hotel-items .hotel-item {
        margin: 0 !important;
        padding-bottom: 45px !important
    }
}

@media (max-width: 767px) {
    .hotels-map-filter.offer-list .section__body .content-section .hotel-items-wrap .offer-wrp {
        padding: 0 10px !important
    }
}

@media (max-width: 992px) {
    .hotels-map-filter.offer-list .section__body .filter-section .filter-outter .search-results {
        background: rgba(0, 0, 0, 0);
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .hotels-map-filter.offer-list .section__body .filter-section .filter-outter .search-results {
        margin-top: 0
    }
}

@media (max-width: 992px) {
    .hotels-map-filter.offer-list .section__body .filter-section .filter-outter .item-filters {
        display: block;
        margin-top: 20px
    }
}

@media (max-width: 992px) {
    .hotels-map-filter.offer-list .section__body .filter-section .btn-clear-filters {
        margin-left: 39px;
        margin-bottom: 39px
    }
}

@media (max-width: 767px) {
    .hotels-map-filter.offer-list .section__body .filter-section .btn-clear-filters {
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .hotels-map-filter .container {
        background: #fafafa;
        padding: 0
    }
}

.hotels-map-filter .section__body {
    margin-top: 9px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body {
        margin-top: 0
    }
}

.hotels-map-filter .section__body .filter-section .filter-outter {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 294px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .filter-section .filter-outter {
        margin: 0;
        width: 100%;
        padding: 0
    }
}

.hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap {
    display: none
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap {
        display: block;
        padding: 0 3px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection {
        position: relative;
        width: 100%;
        text-align: right;
        padding: 0 16px;
        margin-bottom: 10px;
        min-height: 30px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button {
        position: relative;
        border: none;
        background: none;
        color: #1c1c1c;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0px;
        float: left;
        margin-right: 0;
        margin-top: 9px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button.filter {
        font-size: 13px;
        font-weight: 500;
        color: #1c1c1c;
        font-family: "Trajan", sans-sarif;
        float: left;
        margin-top: 9px;
        padding-right: 34px;
        padding-bottom: 5px;
        text-transform: uppercase;
        padding-top: 4px;
        position: relative;
        margin-right: 36px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button.filter svg {
        position: absolute;
        right: 6px;
        left: auto;
        top: 0px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button svg {
        position: relative;
        top: -2px;
        left: 0px;
        transition: all .15s ease-in-out
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button svg .fill-stroke {
        fill: #1c1c1c;
        stroke: #1c1c1c
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button svg .fill-stroke-white {
        fill: #1c1c1c
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button.active {
        color: #37a2b5
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button.active .fill-stroke {
        fill: #37a2b5;
        stroke: #37a2b5
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection button.active .fill-stroke-white {
        fill: #37a2b5
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection .grid-view {
        position: absolute;
        width: 110px;
        left: calc(50% - 55px);
        margin-right: 0;
        margin-top: 11px
    }

    .hotels-map-filter .section__body .filter-section .filter-outter .mobile-wrap .view-selection .map-view {
        float: right
    }
}

.hotels-map-filter .section__body .filter-section .filter-outter .search-results {
    font-size: 22px;
    padding: 0 0px 0 2px;
    font-weight: 500
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .filter-section .filter-outter .search-results {
        line-height: 1;
        background: #fff;
        padding: 0 21px 7px 21px
    }
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters {
    margin-top: 22px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .filter-section .filter-outter .item-filters {
        display: block;
        padding: 0 39px;
        margin-top: 39px;
        display: none
    }
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap {
    margin-bottom: 41px
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-title {
    font-size: 15px;
    padding: 0 20px 9px 3px;
    font-weight: 500;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #37a2b5;
    margin-bottom: 0;
    cursor: pointer
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-title svg {
    position: absolute;
    right: 7px;
    top: 9px;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-title.active svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body {
    margin-top: 10px;
    display: none
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body.active {
    display: block
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 6px;
    margin-top: 0
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap.no-offers {
    display: none !important
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap .check-box-label {
    line-height: 1
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap .check-box-label .check-box-item {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #37a2b5;
    margin: 4px 13px 0 2px;
    top: 5px;
    transition: background-color .5s ease;
    cursor: pointer
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap .check-box-label .check-box-item:hover {
    background-color: #268090
}

.hotels-map-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap .check-box-label .check-box-item.active {
    background-color: #268090
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .filter-section .filter-outter .item-filters .btn-clear-filters {
        margin-bottom: 39px
    }
}

@media (max-width: 767px) {
    .hotels-map-filter .section__body .filter-section .filter-outter .item-filters .btn-clear-filters {
        margin-bottom: 39px
    }
}

.hotels-map-filter .section__body .content-section {
    position: relative
}

.hotels-map-filter .section__body .content-section .arrow-slide {
    display: none
}

.hotels-map-filter .section__body .content-section .view-selection {
    position: relative;
    width: 100%;
    text-align: right;
    padding-right: 117px;
    margin-bottom: 24px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .view-selection {
        display: none
    }
}

.hotels-map-filter .section__body .content-section .view-selection button {
    position: relative;
    border: none;
    background: none;
    color: #1c1c1c;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0px
}

.hotels-map-filter .section__body .content-section .view-selection button svg {
    position: relative;
    top: -3px;
    left: 0px;
    transition: all .15s ease-in-out
}

.hotels-map-filter .section__body .content-section .view-selection button svg .fill-stroke {
    fill: #1c1c1c;
    stroke: #1c1c1c
}

.hotels-map-filter .section__body .content-section .view-selection button svg .fill-stroke-white {
    fill: #1c1c1c
}

.hotels-map-filter .section__body .content-section .view-selection button.active {
    color: #37a2b5
}

.hotels-map-filter .section__body .content-section .view-selection button.active .fill-stroke {
    fill: #37a2b5;
    stroke: #37a2b5
}

.hotels-map-filter .section__body .content-section .view-selection button.active .fill-stroke-white {
    fill: #37a2b5
}

.hotels-map-filter .section__body .content-section .view-selection .grid-view {
    position: relative;
    margin-right: 56px
}

.hotels-map-filter .section__body .content-section .map-main-wrap {
    display: none;
    margin-top: 38px;
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap {
        margin-top: 0
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 308px;
    height: 100%;
    z-index: 10;
    background: #f2f3f3;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1607843137);
    transition: transform 500ms ease;
    transform: translateX(338px)
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder {
        position: relative;
        width: 100%;
        border-bottom: 20px solid #f2f3f3
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .slider__slide {
    margin: 0 auto
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .slider__slide {
        width: 100vw !important;
        max-width: unset;
        margin-left: 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider {
    min-height: 155px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider img {
    height: 155px;
    width: auto
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider img {
        width: 100%;
        height: auto
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider .light-box-link, .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider .item-picture.cms-hide-mobile {
    display: block !important;
    max-width: 306px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider .light-box-link, .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .mini-slider .item-picture.cms-hide-mobile {
        max-width: none
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .light-box-link, .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .item-picture.cms-hide-mobile {
    display: block !important;
    max-width: 306px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .light-box-link, .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .item-picture.cms-hide-mobile {
        max-width: none
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .single-image {
    min-height: 155px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .single-image img {
    height: 155px;
    width: auto
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .single-image img {
        width: 100%;
        height: auto
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .region-country {
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Trajan", sans-sarif;
    padding: 22px 20px 0 40px;
    letter-spacing: 1px;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .region-country {
        padding: 16px 18px 0 24px;
        font-size: 14px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name {
    font-size: 22px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Trajan", sans-sarif;
    padding: 5px 30px 0 39px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name {
        padding: 10px 30px 0 25px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/star.svg") repeat-x;
    position: relative;
    display: inline-block;
    height: 9px;
    width: 0;
    top: -7px;
    margin-left: 5px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-1 {
    width: 16px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-2 {
    width: 32px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-3 {
    width: 48px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-4 {
    width: 64px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-5 {
    width: 80px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-6 {
    width: 96px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-7 {
    width: 112px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .description {
    display: none
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .address-text {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    padding: 8px 22px 0 39px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    display: block
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .address-text {
        padding: 11px 22px 0 23px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap {
    display: block;
    position: relative;
    padding-top: 17px;
    padding-left: 17px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate {
    position: relative;
    display: inline-block;
    min-height: 70px;
    padding: 12px 0px 0px 22px;
    cursor: default;
    margin-bottom: 7px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate {
        padding-left: 9px;
        padding-top: 41px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate a {
    text-decoration: none;
    color: #1c1c1c
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate .from {
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 1
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate .rate {
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    display: inline-block;
    padding-top: 0;
    border-right: 1px solid #a7a7a7;
    padding-right: 16px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate .rate {
        font-size: 23px;
        margin-top: 1px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .lead-rate .sep {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 9px;
    line-height: 1;
    top: -3px
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .hotel-link {
    position: absolute;
    left: 39px;
    top: -12px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .links-wrap .hotel-link {
        left: 26px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .booking-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 22px;
    text-align: center
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .booking-wrap {
        position: absolute;
        right: -4px;
        bottom: 10px;
        width: auto
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .booking-wrap .btn {
    width: 241px;
    min-width: auto;
    font-size: 11px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .hotel-content .booking-wrap .btn {
        width: 206px;
        min-width: auto;
        font-size: 15px
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .close-panel {
    display: block;
    position: absolute;
    left: -29px;
    top: 168px;
    width: 57px;
    height: 52px;
    cursor: pointer;
    z-index: 1
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .map-main-wrap .hotel-item-holder .close-panel {
        display: none
    }
}

.hotels-map-filter .section__body .content-section .map-main-wrap.active-hotel .hotel-item-holder {
    transform: translateX(0)
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap {
    position: relative;
    display: block;
    width: 100%
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items {
        margin: 0
    }
}

@media (max-width: 767px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items {
        padding-top: 0
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
    max-width: 388px;
    padding: 0 0 28px 0;
    margin-right: 31px;
    background-color: #fafafa;
    margin-bottom: 31px
}

@media (max-width: 1024px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
        max-width: calc(50% - 20px);
        margin: 0 10px 20px
    }
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
        max-width: calc(50% - 20px);
        margin: 0 10px 20px
    }
}

@media (max-width: 767px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
        max-width: calc(100% - 20px);
        margin: 0 10px 20px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .mini-slider .item-picture {
    display: block !important
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .mini-slider .item-picture img {
    width: 100%;
    height: auto
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .single-image .item-picture {
    display: block !important
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .single-image .item-picture img {
    width: 100%;
    height: auto
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .region-country {
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Trajan", sans-sarif;
    padding: 19px 22px 0 22px;
    letter-spacing: 1px;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .region-country {
        padding-top: 7px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name {
    font-size: 22px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    padding: 11px 100px 0 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/star.svg") repeat-x;
    position: relative;
    display: inline-block;
    height: 9px;
    width: 0;
    top: -7px;
    margin-left: 5px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-1 {
    width: 16px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-2 {
    width: 32px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-3 {
    width: 48px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-4 {
    width: 64px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-5 {
    width: 80px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-6 {
    width: 96px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .hotel-name .star-rating.rate-7 {
    width: 112px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .description {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    padding: 8px 22px 0 22px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 112px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .description {
        padding-top: 6px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .address-text {
    display: none
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap {
    display: block;
    position: relative;
    min-height: 86px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap {
        min-height: 73px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate {
    position: relative;
    display: inline-block;
    min-height: 70px;
    padding: 12px 0px 0px 22px;
    cursor: default
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate a {
    text-decoration: none;
    color: #1c1c1c
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate {
        padding-top: 0;
        min-height: 57px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate .from {
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 1
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate .rate {
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    display: inline-block;
    padding-top: 0;
    border-right: 1px solid #a7a7a7;
    padding-right: 16px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .lead-rate .sep {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 9px;
    line-height: 1;
    top: -3px
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .hotel-link {
    position: relative;
    float: right;
    margin-right: 28px;
    margin-top: 36px
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .hotel-link {
        margin-top: 21px;
        margin-right: 19px
    }
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .booking-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 22px;
    text-align: center
}

.hotels-map-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .booking-wrap .btn {
    width: 100%
}

.hotels-map-filter .section__body .content-section.map-view .arrow-slide {
    display: block;
    position: absolute;
    z-index: 15;
    width: 57px;
    height: 57px;
    left: 0;
    top: 167px;
    cursor: pointer
}

.hotels-map-filter .section__body .content-section.map-view .arrow-slide svg {
    width: 100%;
    height: 100%
}

.hotels-map-filter .section__body .content-section.map-view .map-main-wrap {
    display: block
}

.hotels-map-filter .section__body .content-section.map-view .map-main-wrap .map .map__container {
    height: 500px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap {
    position: absolute;
    top: 65px;
    right: 0;
    left: auto;
    width: 0;
    height: 0;
    overflow: hidden
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap.active {
    width: 337px;
    height: 500px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row {
    display: block;
    margin: 0
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item {
    opacity: 0;
    visibility: hidden
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item {
    opacity: 1;
    visibility: visible;
    margin: 0;
    max-width: none;
    position: relative;
    width: 309px;
    left: 29px;
    top: 0;
    height: 500px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .mini-slider {
    min-height: auto
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .mini-slider .item-picture img {
    height: 155px;
    width: auto
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .region-country {
    font-size: 19px;
    padding: 23px 24px 0 39px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .hotel-name {
    padding: 6px 20px 0 39px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .description {
    display: none
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .address-text {
    font-size: 14px;
    padding: 1px 23px 0 39px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 80px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .links-wrap {
    display: block;
    position: relative;
    padding: 0 39px 21px 39px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .links-wrap .lead-rate {
    padding: 0;
    top: 41px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .links-wrap .lead-rate a {
    text-decoration: none;
    color: #1c1c1c
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .links-wrap .hotel-link {
    position: absolute;
    left: 39px;
    margin: 0;
    top: 0
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .booking-wrap {
    padding: 0px 24px 0 34px
}

.hotels-map-filter .section__body .content-section.map-view .hotel-items-wrap .hotel-items.row .hotel-item.active-item .booking-wrap .btn {
    min-width: auto
}

@media (max-width: 992px) {
    .hotels-map-filter .section__body .content-section.grid-view .mini-slider .swiper-wrapper .slider__slide .light-box-link .hover-magnifier {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, 0);
        width: 51px;
        height: 52px;
        right: 20px;
        bottom: -28px;
        top: auto;
        left: auto
    }
}

.event-rooms {
    position: relative;
    padding-top: 53px
}

@media (max-width: 992px) {
    .event-rooms {
        padding-top: 0
    }
}

.event-rooms .room-item {
    margin-bottom: 70px
}

@media (max-width: 992px) {
    .event-rooms .room-item {
        margin-bottom: 5px
    }
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap {
        padding: 20px 20px 0 20px;
        order: unset
    }
}

.event-rooms .room-item .slider-wrap .slider-images {
    margin-left: 6px
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images {
        margin-left: 0
    }
}

.event-rooms .room-item .slider-wrap .slider-images .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: visible
}

.event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide {
    max-width: 631px
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide {
        max-width: none
    }
}

.event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .hover-magnifier {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .hover-magnifier {
        width: 50px;
        height: 50px;
        visibility: visible;
        opacity: 1;
        right: 130px;
        bottom: 20px;
        background: rgba(0, 0, 0, 0)
    }
}

.event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .hover-magnifier svg {
    position: relative;
    top: calc(50% - 26px)
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .hover-magnifier svg {
        top: 0
    }
}

.event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide:hover .hover-magnifier {
    visibility: visible;
    opacity: 1
}

.event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .item-picture {
    position: relative;
    display: block
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .slider__slides .slider__slide .item-picture img {
        width: 100%;
        height: auto
    }
}

.event-rooms .room-item .slider-wrap .slider-images .paging-circle.js-paging {
    right: 35px;
    bottom: 13px
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .paging-circle.js-paging {
        right: 10px;
        bottom: 20px
    }
}

.event-rooms .room-item .slider-wrap .slider-images .paging-circle.js-paging .paging__next.paging__next--white {
    margin-left: 6px
}

.event-rooms .room-item .slider-wrap .slider-images .paging-circle.js-paging .pause-button {
    position: absolute;
    right: 119px;
    bottom: 1px;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: #ffdead
}

@media (max-width: 992px) {
    .event-rooms .room-item .slider-wrap .slider-images .paging-circle.js-paging .pause-button {
        right: 180px
    }
}

.event-rooms .room-item .content-wrap {
    padding: 0
}

@media (max-width: 992px) {
    .event-rooms .room-item .content-wrap {
        padding: 0 20px 0 20px
    }

    .event-rooms .room-item .content-wrap .inner-wrap {
        background: #fafafa;
        padding-top: 20px;
        text-align: center
    }
}

.event-rooms .room-item .content-wrap .sub__title__color {
    font-size: 24px;
    margin-top: 3px
}

@media (max-width: 992px) {
    .event-rooms .room-item .content-wrap .sub__title__color {
        font-size: 21px;
        line-height: 28px;
        padding: 0 20px;
        text-align: left
    }
}

.event-rooms .room-item .content-wrap .content-intro {
    padding: 7px 5px 0 18px;
    line-height: 25px
}

@media (max-width: 992px) {
    .event-rooms .room-item .content-wrap .content-intro {
        text-align: left
    }
}

.event-rooms .room-item .content-wrap .btn {
    margin: 70px 0 0 13px;
    min-width: 297px
}

@media (max-width: 992px) {
    .event-rooms .room-item .content-wrap .btn {
        margin: 20px auto 20px;
        position: relative
    }
}

.section.two-column-filter .container {
    position: relative
}

@media (max-width: 767px) {
    .section.two-column-filter .container {
        padding: 0
    }
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .offer-wrp {
    padding-right: 60px;
    max-width: 100%
}

@media (max-width: 1024px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .offer-wrp {
        padding-left: 30px
    }
}

@media (max-width: 992px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .offer-wrp {
        padding: 0 40px
    }
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .load-more {
    position: relative;
    left: calc(50% - 28px);
    transform: translateX(-50%);
    min-width: 191px
}

@media (max-width: 992px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .load-more {
        left: 50%
    }
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
    max-width: 365px;
    background-color: rgba(0, 0, 0, 0);
    max-width: calc(50% - 31px)
}

@media (max-width: 1024px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
        max-width: 270px
    }
}

@media (max-width: 992px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item {
        max-width: none;
        margin-right: 0;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .item {
        overflow: hidden
    }
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    background-image: linear-gradient(to top, #000, transparent);
    content: "";
    z-index: 0
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .item .image-link {
    display: inline-block
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .item a.light-box-link {
    z-index: 3
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item h3.title {
    position: absolute;
    max-width: 297px;
    bottom: 30px;
    left: 60px;
    margin: auto;
    font: normal normal bold 22px/28px Gilroy;
    color: #fff;
    z-index: 1
}

@media (max-width: 1024px) {
    .section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item h3.title {
        max-width: calc(100% - 25px)
    }
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .btn-link {
    float: none;
    left: 50%;
    transform: translateX(-50%);
    margin: 12px 0 0
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .links-wrap .btn-link .btn__text {
    font-size: 19px
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-item .booking-wrap {
    max-width: 254px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin-top: 8px
}

.section.two-column-filter .section__body .content-section .hotel-items-wrap .hotel-items .hotel-availability {
    text-align: center;
    margin-top: 5px
}

@media (max-width: 767px) {
    .section.two-column-filter .section__body .filter-section {
        background: #f4f5f5;
        height: 100%;
        overflow: hidden;
        padding: 40px 0;
        margin-bottom: -20px
    }
}

.section.two-column-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.section.two-column-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap.hotel-list {
    width: 100%;
    display: block
}

.section.two-column-filter .section__body .filter-section .filter-outter .item-filters .filter-wrap .filter-body .checkbox-wrap.hotel-list.city-check {
    width: 50%;
    float: left;
    position: relative
}

.section.two-column-filter .arrow-decoration {
    position: absolute;
    top: -35px;
    right: 50px;
    height: calc(100% + 70px);
    width: 18px
}

@media (max-width: 992px) {
    .section.two-column-filter .arrow-decoration {
        right: 15px
    }
}

.section.two-column-filter .arrow-decoration::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background: #37a2b5;
    height: calc(100% - 37px);
    top: 37px;
    left: 9px
}

.three-column-news {
    background: #f4f5f5;
    padding: 103px 0;
    margin-top: 50px
}

@media (max-width: 767px) {
    .three-column-news {
        margin-top: 0;
        padding: 50px 0
    }
}

.three-column-news .main-wrp .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.three-column-news .main-wrp .items-wrp {
    width: calc(100% - 218px);
    margin: auto
}

@media (max-width: 1024px) {
    .three-column-news .main-wrp .items-wrp {
        width: 100%
    }
}

.three-column-news .main-wrp .items-wrp .hotel-item {
    margin-bottom: 45px
}

.three-column-news .main-wrp .items-wrp .item-wrp picture {
    width: 100%
}

.three-column-news .main-wrp .items-wrp .item-wrp img {
    height: 194px;
    width: 100%
}

@media (max-width: 1200px) {
    .three-column-news .main-wrp .items-wrp .item-wrp img {
        height: auto
    }
}

.three-column-news .main-wrp .items-wrp .item-wrp .sub-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    padding: 11px 35px;
    background: #37a2b5;
    color: #fff;
    z-index: 1
}

.three-column-news .main-wrp .items-wrp .wrp {
    background: #fff;
    padding: 27px 0;
    height: calc(100% - 194px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 1024px) {
    .three-column-news .main-wrp .items-wrp .wrp {
        height: calc(100% - 174px)
    }
}

@media (max-width: 767px) {
    .three-column-news .main-wrp .items-wrp .wrp {
        height: auto
    }
}

.three-column-news .main-wrp .items-wrp .wrp h3.title {
    font-size: 22px;
    line-height: 28px;
    color: #1c1c1c;
    max-width: 251px;
    margin: 0px auto;
    max-height: 86px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    text-overflow: ellipsis
}

.three-column-news .main-wrp .items-wrp .wrp a.link-title {
    text-decoration: none
}

.three-column-news .main-wrp .items-wrp .wrp .content {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    max-width: 90%;
    margin: 10px auto;
    color: #1c1c1c
}

.three-column-news .main-wrp .items-wrp .wrp .links-wrap {
    text-align: center;
    margin-top: auto
}

.poi-list {
    padding: 85px 0 122px 0;
    background-color: #fafafa
}

@media (max-width: 767px) {
    .poi-list {
        padding: 0;
        background-color: #fff
    }
}

.poi-list .item-container {
    max-width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .poi-list .item-container {
        max-width: 996px
    }
}

.poi-list .item-container .two-col-grid-item {
    max-width: 512px;
    margin-top: 35px
}

@media (max-width: 1024px) {
    .poi-list .item-container .two-col-grid-item {
        max-width: 48%
    }
}

@media (max-width: 767px) {
    .poi-list .item-container .two-col-grid-item {
        max-width: calc(100% - 32px);
        margin: 0 auto
    }
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide {
    pointer-events: all
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide.magnifier-custom {
    position: relative
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide.magnifier-custom::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear;
    z-index: 3;
    background-color: rgba(255, 255, 255, .3)
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide.magnifier-custom:hover::after {
    visibility: visible;
    opacity: 1
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide.magnifier-custom:hover .hover-magnifier.light-box-link {
    z-index: 6;
    opacity: 1
}

.poi-list .item-container .two-col-grid-item .slider-images .slider__slide .swiper-slide.magnifier-custom .hover-magnifier.light-box-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    z-index: 0;
    opacity: 0
}

.poi-list .item-container .two-col-grid-item .slider-images .paging-circle {
    bottom: 18px;
    right: 18px
}

.poi-list .item-container .two-col-grid-item .item-image {
    padding-top: 52%
}

.poi-list .item-container .two-col-grid-item .item-content {
    text-align: center;
    padding: 30px 45px 45px 45px;
    background: #fff
}

@media (max-width: 767px) {
    .poi-list .item-container .two-col-grid-item .item-content {
        padding: 25px 0 60px 0
    }
}

.poi-list .item-container .two-col-grid-item .item-content .item-title {
    font-size: 24px;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    margin-bottom: 20px
}

.poi-list .item-container .two-col-grid-item .item-content .item-title a {
    text-decoration: none
}

.poi-list .item-container .two-col-grid-item .item-content .item-entry {
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    font-size: 15px;
    line-height: 1.8
}

.poi-list .item-container .two-col-grid-item .item-content .item-more-link {
    margin-top: 16px
}

.hotel-accordion {
    position: relative;
    padding-top: 88px;
    padding-bottom: 80px
}

@media (max-width: 1024px) {
    .hotel-accordion {
        padding-top: 84px
    }
}

.hotel-accordion .container {
    max-width: 1072px
}

@media (max-width: 1024px) {
    .hotel-accordion .container {
        padding: 0 15px
    }
}

.hotel-accordion .container .accordion {
    font-size: 20px;
    font-weight: 500;
    color: #37a2b5;
    font-family: "Gilroy", sans-sarif;
    line-height: 1;
    cursor: pointer;
    padding: 18px 0 7px 2px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: .4s;
    background: none;
    border-bottom: 1px solid #a7a7a7;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative
}

.hotel-accordion .container .active, .hotel-accordion .container .accordion:hover {
    background-color: none
}

.hotel-accordion .container .accordion:after {
    right: 10px;
    width: 14px;
    margin-top: -15px;
    height: 14px;
    border-bottom: 2px solid #37a2b5;
    border-right: 2px solid #37a2b5;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 33px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.hotel-accordion .container .active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.hotel-accordion .container .panel {
    padding: 0 21px 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin-bottom: 4px
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel {
        padding: 0 16px 11px
    }
}

.hotel-accordion .container .panel .hotel-address {
    position: relative
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-address {
        padding: 0
    }
}

.hotel-accordion .container .panel .hotel-address .address-link {
    font-size: 18px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Gilroy", sans-sarif;
    line-height: 27px;
    margin-top: 19px;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-address .address-link {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 2px
    }
}

.hotel-accordion .container .panel .hotel-address .tel-text {
    margin-bottom: 1px;
    font-weight: 700
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-address .tel-text {
        font-size: 15px;
        color: #707070;
        margin-bottom: -2px
    }
}

.hotel-accordion .container .panel .hotel-address .tel-text a {
    margin-left: 12px;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer
}

.hotel-accordion .container .panel .hotel-address .email-text {
    font-weight: 700
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-address .email-text {
        font-size: 15px;
        color: #707070
    }
}

.hotel-accordion .container .panel .hotel-address .email-text a {
    margin-left: 46px;
    font-weight: 500;
    text-decoration: underline
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-address .email-text a {
        margin-left: 46px
    }
}

.hotel-accordion .container .panel .hotel-map {
    position: relative;
    text-align: right;
    padding-bottom: 15px
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-map {
        padding: 0 0 30px 0;
        text-align: left
    }
}

.hotel-accordion .container .panel .hotel-map .btn {
    margin-top: 31px;
    min-width: 191px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .hotel-accordion .container .panel .hotel-map .btn {
        margin-top: 20px
    }
}

.group-booking-mask .form__inner {
    width: calc(100vw - 78px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1288px
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner {
        width: auto
    }
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col {
    width: calc(18vw - 3px);
    max-width: 242px
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col {
        width: 100%;
        max-width: 100%
    }
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
    width: 320px;
    left: 0
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
        width: 100%;
        max-height: 380px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
    overflow-y: scroll;
    height: 50vh;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
        overflow: visible;
        height: auto
    }
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter li button {
    padding: 5.5px 10px
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).book-now-wrp {
    width: calc(20vw - 29px)
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).book-now-wrp .btn {
    min-width: 100%
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).input-wrp {
    width: calc(20vw - 128px);
    max-width: 145px
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner .form__row:not(.datepicker-holder).input-wrp {
        width: 100%;
        max-width: 100%
    }
}

.group-booking-mask .form__inner .form__row:not(.datepicker-holder).input-wrp .form__col {
    width: 100%
}

.group-booking-mask .form__inner .form__row.datepicker-holder .form__col {
    width: calc(20vw - 128px);
    max-width: 145px
}

@media (max-width: 1024px) {
    .group-booking-mask .form__inner .form__row.datepicker-holder .form__col {
        width: 100%;
        max-width: 100%
    }
}

.group-booking-mask .date-picker-wrapper {
    bottom: calc(100% + 5px);
    z-index: 1;
    min-height: 380px;
    width: 390px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .group-booking-mask .date-picker-wrapper {
        min-height: 310px;
        width: 330px
    }
}

.group-booking-mask .date-picker-wrapper .caption .month-name {
    padding-bottom: 25px;
    text-align: center
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .group-booking-mask .date-picker-wrapper .caption .month-name {
        padding-bottom: 20px
    }
}

.group-booking-mask .date-picker-wrapper .caption .month-name .month-element {
    display: inline
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .group-booking-mask .date-picker-wrapper .caption .month-name .month-element {
        font-size: 25px
    }
}

.group-booking-mask .date-picker-wrapper .caption th:not(.month-name) {
    width: 37px;
    display: block
}

.group-booking-mask .date-picker-wrapper .caption th:not(.month-name):first-child {
    float: left
}

.group-booking-mask .date-picker-wrapper .caption th:not(.month-name):last-child {
    float: right
}

.group-booking-mask .date-picker-wrapper .caption th:not(.month-name):last-child .next {
    transform: rotate(-180deg)
}

.group-booking-mask .date-picker-wrapper .week-name th {
    text-align: center;
    text-transform: uppercase
}

.group-booking-mask .date-picker-wrapper .next, .group-booking-mask .date-picker-wrapper .prev {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/calendar-arrow.svg") no-repeat
}

.group-booking-mask .date-picker-wrapper tbody tr td {
    position: relative
}

.group-booking-mask .date-picker-wrapper tbody tr td:hover::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #37a2b5;
    border-radius: 100%
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .group-booking-mask .date-picker-wrapper tbody tr td:hover::before {
        width: 38px;
        height: 38px
    }
}

@media (max-width: 767px) {
    .group-booking-mask .date-picker-wrapper tbody tr td:hover::before {
        width: 40px;
        height: 40px
    }
}

.group-booking-mask .date-picker-wrapper tbody tr td .first-date-selected {
    position: relative
}

.group-booking-mask .date-picker-wrapper tbody tr td .first-date-selected::before {
    z-index: -1
}

.group-booking-mask .date-picker-wrapper tbody tr td .valid {
    z-index: 2;
    position: relative;
    padding: 13px 0
}

.group-booking-mask .date-picker-wrapper tbody tr td .day {
    padding: 6px 0
}

.group-booking-mask .date-picker-wrapper tbody tr td .checked {
    background-color: rgba(0, 0, 0, 0)
}

.group-booking-mask .date-picker-wrapper tbody tr td .checked::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 54px;
    background: #37a2b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .group-booking-mask .date-picker-wrapper tbody tr td .checked::before {
        width: 50px;
        height: 42px
    }
}

@media (max-width: 767px) {
    .group-booking-mask .date-picker-wrapper tbody tr td .checked::before {
        width: 40px;
        height: 40px
    }
}

.group-booking-mask .date-picker-wrapper .month-wrapper {
    background-color: #1d1d1d
}

.booking-mask-inner-pages .group-booking-mask.form-reservation .dropdown .list-counter {
    display: block
}

.booking-mask.group-booking-mask.opened {
    background-color: #fff
}

.booking-mask.group-booking-mask.opened .form__col {
    border: 1px solid #cecece
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner {
        max-width: 100%;
        transform: unset;
        position: unset
    }
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
    width: 400px
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
        width: 100%;
        max-height: calc(100vh - 50px);
        padding: 35px 0px;
        top: unset
    }
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
    scrollbar-width: thin;
    scrollbar-color: #37a2b5 #1d1d1d
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
        position: relative;
        width: 100%;
        top: unset;
        transform: unset
    }
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
    font-size: 30px;
    letter-spacing: .9px;
    line-height: 42px;
    font-family: "Trajan", sans-sarif;
    color: #fff;
    padding: 18px 18px 10px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
        font-size: 25px
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
        padding: 18px 31px 10px
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
        font-size: 27px;
        line-height: 38px;
        letter-spacing: .81px
    }
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name:first-child {
    padding-top: 0px
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub {
    margin: 0px -18px
}

.booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub li button {
    text-align: left;
    padding: 0px 18px;
    font-family: "Gilroy", sans-sarif;
    font-size: 20px;
    letter-spacing: .56px;
    font-weight: lighter
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub li button {
        font-size: 18px;
        letter-spacing: .5px
    }
}

@media (min-width: 1200px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls input {
        background-color: #1d1d1d;
        color: #fff
    }

    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls label {
        color: #fff
    }

    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls .form__icon {
        fill: #fff
    }
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .form__icon {
    fill: #37a2b5
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
    padding: 25px 10px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        padding: 20px 10px 15px
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        padding: 10px;
        min-height: 270px;
        width: auto
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        margin-top: 20px
    }
}

@media (max-width: 992px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        bottom: auto
    }
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:first-child {
    margin-left: 14px
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:last-child {
    margin-right: 14px
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th {
        padding-bottom: 5px;
        margin: 0 !important
    }
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
    width: 53px;
    height: 50px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 50px;
        height: 42px
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 51px
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 38px;
        height: 36px
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .caption th {
        padding-bottom: 20px
    }
}

.booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
    padding: 6px 0px
}

@media (min-width: 1366px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        padding: 4.5px 0px
    }
}

@media (min-width: 1366px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        font-size: 17px !important
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        font-size: 16px !important
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        padding-bottom: 0
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .dropdown {
        position: relative;
        padding-bottom: 18px
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .dropdown.dropdown--children {
        padding-bottom: 80px
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .list-counter {
        width: 100%;
        top: 39%;
        flex-direction: column-reverse
    }
}

.booking-mask.group-booking-mask .form__inner .form__row .field-numbers .list-counter li button {
    font-size: 20px;
    padding: 0
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .accordion-children {
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 19px
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 0 !important
    }
}

.booking-mask.group-booking-mask .form__inner .form__row .field-numbers .finish-icon {
    display: none;
    background: #36a2b5;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 1024px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .finish-icon {
        display: block
    }
}

@media (max-width: 767px) {
    .booking-mask.group-booking-mask .form__inner .form__row .field-numbers .finish-icon {
        bottom: 2px;
        margin-bottom: 10px
    }
}

.booking-mask.group-booking-mask .form__inner .form__row .field-numbers .finish-icon svg {
    margin: 12px
}

.booking-mask.group-booking-mask .form__inner .form__row .field-numbers .finish-icon svg .a {
    stroke-width: 0px;
    fill: #fff
}

.booking-mask-inner-pages {
    background-color: #fff
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner {
        max-width: 100%;
        transform: unset;
        position: unset
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
    width: 400px
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown {
        width: 100%;
        max-height: calc(100vh - 50px);
        padding: 35px 0px;
        top: unset
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
    scrollbar-width: thin;
    scrollbar-color: #37a2b5 #1d1d1d
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .list-counter {
        position: relative;
        width: 100%;
        top: unset;
        transform: unset
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
    font-size: 30px;
    letter-spacing: .9px;
    line-height: 42px;
    font-family: "Trajan", sans-sarif;
    color: #fff;
    padding: 18px 18px 10px
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
        padding: 18px 31px 10px
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name {
        font-size: 27px;
        line-height: 38px;
        letter-spacing: .81px
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name:first-child {
    padding-top: 0px
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub {
    margin: 0px -18px
}

.booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub li button {
    text-align: left;
    padding: 0px 18px;
    font-family: "Gilroy", sans-sarif;
    font-size: 20px;
    letter-spacing: .56px;
    font-weight: lighter
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row:not(.datepicker-holder).hotel-list .form__col .dropdown .region-name .hotel-list-sub li button {
        font-size: 18px;
        letter-spacing: .5px
    }
}

@media (min-width: 1200px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder.datepicker-open .form__controls input {
        background-color: #1d1d1d;
        color: #fff
    }

    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder.datepicker-open .form__controls label {
        color: #fff
    }

    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder.datepicker-open .form__controls .form__icon {
        fill: #fff
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .form__icon {
    fill: #37a2b5
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper {
    padding: 25px 10px
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        padding: 10px;
        min-height: 270px
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:first-child {
    margin-left: 14px
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:last-child {
    margin-right: 14px
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th {
        padding-bottom: 5px;
        margin: 0 !important
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
    width: 53px;
    height: 48px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 45px;
        height: 42px
    }
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 54px
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 38px;
        height: 36px
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
    padding: 6px 0px
}

@media (min-width: 1366px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        padding: 4.5px 0px
    }
}

@media (min-width: 1366px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        font-size: 17px !important
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        padding-bottom: 0
    }
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .dropdown {
        position: relative;
        padding-bottom: 18px
    }
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .dropdown.dropdown--children {
        padding-bottom: 80px
    }
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .list-counter {
        width: 100%;
        top: 39%
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .list-counter li button {
    font-size: 20px;
    padding: 0
}

.booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .dropdown--children:after {
    transform: rotate(180deg);
    top: -20px
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 19px
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 0 !important
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .finish-icon {
    display: none;
    background: #36a2b5;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 1024px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .finish-icon {
        display: block
    }
}

@media (max-width: 767px) {
    .booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .finish-icon {
        bottom: 2px;
        margin-bottom: 10px
    }
}

.booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .finish-icon svg {
    margin: 12px
}

.booking-mask-inner-pages.opened .form__inner .form__row .field-numbers .finish-icon svg .a {
    stroke-width: 0px;
    fill: #fff
}

.booking-mask-inner-pages.opened .form__inner .form__row .form__col {
    border: 1px solid #cecece
}

.property .booking-mask-inner-pages.opened .datepicker-holder .date-picker-wrapper {
    min-height: 400px
}

.property .booking-mask-inner-pages.opened .datepicker-holder .date-picker-wrapper .pika-single {
    position: relative !important
}

.property .booking-mask.opened {
    background-color: #fff
}

@media (max-width: 1024px) {
    .property .booking-mask.opened .form__inner {
        max-width: 100%;
        transform: unset;
        position: unset
    }
}

.property .booking-mask.opened .form__inner .form__row .form__col {
    border: 1px solid #cecece
}

@media (max-width: 1024px) {
    .property .booking-mask.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        margin-top: 20px
    }
}

@media (max-width: 992px) {
    .property .booking-mask.opened .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        bottom: auto
    }
}

@media (min-width: 1200px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls input {
        background-color: #1d1d1d;
        color: #fff
    }

    .property .booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls label {
        color: #fff
    }

    .property .booking-mask .form__inner .form__row.datepicker-holder.datepicker-open .form__controls .form__icon {
        fill: #fff
    }
}

.property .booking-mask .form__inner .form__row.datepicker-holder .form__icon {
    fill: #37a2b5
}

.property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
    padding: 25px 10px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        padding: 20px 10px 15px
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper {
        padding: 10px;
        min-height: 270px
    }
}

.property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:first-child {
    margin-left: 14px
}

.property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th:last-child {
    margin-right: 14px
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .caption th {
        padding-bottom: 5px;
        margin: 0 !important
    }
}

.property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
    width: 53px;
    height: 48px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 50px;
        height: 42px
    }
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 54px
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper tbody tr td .checked::before {
        width: 38px;
        height: 36px
    }
}

.property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
    padding: 6px 0px
}

@media (min-width: 1366px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
        padding: 4.5px 0px
    }
}

@media (min-width: 1366px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        font-size: 17px !important
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row.datepicker-holder .date-picker-wrapper .week-name th {
        padding-bottom: 0
    }
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .dropdown {
        position: relative;
        padding-bottom: 18px
    }
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .dropdown.dropdown--children {
        padding-bottom: 80px
    }
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .list-counter {
        width: 100%;
        top: 39%
    }
}

.property .booking-mask .form__inner .form__row .field-numbers .list-counter li button {
    font-size: 20px;
    padding: 0
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .accordion-children {
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 19px
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row .field-numbers .accordion-children .accordion__section:first-child {
        margin-bottom: 0 !important
    }
}

.property .booking-mask .form__inner .form__row .field-numbers .finish-icon {
    display: none;
    background: #37a2b5;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 1024px) {
    .property .booking-mask .form__inner .form__row .field-numbers .finish-icon {
        display: block
    }
}

@media (max-width: 767px) {
    .property .booking-mask .form__inner .form__row .field-numbers .finish-icon {
        bottom: 2px;
        margin-bottom: 10px
    }
}

.property .booking-mask .form__inner .form__row .field-numbers .finish-icon svg {
    margin: 12px
}

.property .booking-mask .form__inner .form__row .field-numbers .finish-icon svg .a {
    stroke-width: 0px;
    fill: #fff
}

body .booking-mask-inner-pages #bm-box-wrapper input, body .booking-mask #bm-box-wrapper input {
    cursor: pointer
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container #bm-calendars, body .booking-mask #bm-box-wrapper .bm-form-container #bm-calendars {
    display: none;
    width: 390px
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container #bm-calendars, body .booking-mask #bm-box-wrapper .bm-form-container #bm-calendars {
        width: auto;
        min-height: fit-content
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single {
    background-color: #1d1d1d;
    border: none;
    padding: 0;
    width: 100% !important;
    box-shadow: none
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single {
        left: auto !important;
        top: auto !important;
        transform: none !important;
        position: relative !important
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar {
    float: none;
    width: 100%;
    margin: 0
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title {
    text-align: center
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label {
    font-size: 30px;
    font-family: "Trajan", sans-sarif;
    font-weight: 400;
    letter-spacing: .02em;
    color: #37a2b5;
    background: none;
    padding: 0;
    line-height: normal;
    margin-right: 5px
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label {
        font-size: 16px;
        padding-top: 8px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label select, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label select {
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label select, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title .pika-label select {
        font-size: 14px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/calendar-arrow.svg") no-repeat;
    position: absolute;
    width: 31px
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-prev, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-prev {
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center center;
    opacity: 1;
    font-size: 0;
    height: 31px;
    display: block;
    cursor: pointer;
    left: 17px;
    right: auto
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-prev, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-prev {
        left: 0
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-next, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-next {
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center center;
    opacity: 1;
    font-size: 0;
    height: 31px;
    display: block;
    cursor: pointer;
    right: 17px;
    left: auto
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-next, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button.pika-next {
        right: 0
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th {
    font-size: 17px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
    font-family: "Gilroy", sans-serif;
    padding-bottom: 15px;
    padding-top: 19px
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th {
        font-size: 14px !important;
        padding-bottom: 0;
        padding-top: 5px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th abbr, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table thead th abbr {
    text-decoration: none
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td {
    position: relative;
    text-align: center;
    width: 14.28%
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button {
    font-size: 16px;
    padding: 6px 0px;
    display: block;
    font-weight: 400;
    font-family: "Gilroy", sans-serif;
    color: #fff !important;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    opacity: 1
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button {
        font-size: 14px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button::after, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td button::after {
    display: none
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-disabled.is-startrange button, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-disabled.is-startrange button {
    opacity: 1
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-disabled button, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-disabled button {
    opacity: .3
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-startrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-startrange button::before {
    content: "";
    position: absolute;
    width: 53px;
    height: 48px;
    background: #37a2b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-startrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-startrange button::before {
        width: 38px;
        height: 36px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-inrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-inrange button::before {
    content: "";
    position: absolute;
    width: 53px;
    height: 48px;
    background: #37a2b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-inrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-inrange button::before {
        width: 38px;
        height: 36px
    }
}

body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-endrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-endrange button::before {
    content: "";
    position: absolute;
    width: 53px;
    height: 48px;
    background: #37a2b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

@media (max-width: 767px) {
    body .booking-mask-inner-pages #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-endrange button::before, body .booking-mask #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-table tbody td.is-endrange button::before {
        width: 38px;
        height: 36px
    }
}

body .booking-mask svg path {
    fill: #37a2b5
}

body .booking-mask svg g {
    fill: #37a2b5
}

body .booking-mask.bm-brown-icon #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/calendar-arrow-brown.svg") no-repeat
}

body .booking-mask-inner-pages svg path {
    fill: #37a2b5
}

body .booking-mask-inner-pages svg g {
    fill: #37a2b5
}

body .booking-mask-inner-pages.bm-brown-icon #bm-box-wrapper .bm-form-container .pika-single .pika-lendar .pika-title button {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/calendar-arrow-brown.svg") no-repeat
}

.group-priavacy-policy {
    display: block;
    padding-bottom: 130px
}

@media (max-width: 767px) {
    .group-priavacy-policy {
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.group-priavacy-policy .privacy {
    padding-top: 3px
}

@media (max-width: 1024px) {
    .group-priavacy-policy .privacy {
        padding: 3px 20px 0 20px
    }
}

@media (max-width: 992px) {
    .group-priavacy-policy .privacy {
        padding: 3px 20px 0 20px
    }
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy {
        padding: 3px 0px 0 0px
    }
}

.group-priavacy-policy .privacy.left-align {
    text-align: left;
    position: relative
}

.group-priavacy-policy .privacy.left-align .privacy__subtitle {
    position: relative;
    margin: 49px auto 0;
    max-width: 935px
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy.left-align .privacy__subtitle {
        text-align: center;
        margin-top: 15px
    }
}

.group-priavacy-policy .privacy.left-align .privacy__title {
    position: relative;
    margin: 4px auto 0;
    max-width: 935px;
    line-height: 1
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy.left-align .privacy__title {
        font-size: 32px;
        margin-top: 15px;
        text-align: center;
        line-height: 40px
    }
}

.group-priavacy-policy .privacy.left-align .expandable__body {
    position: relative;
    margin: 31px auto 0;
    max-width: 935px
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy.left-align .expandable__body {
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy.left-align .expandable__body .link-expand.link-read-more {
        margin-top: 26px
    }
}

.group-priavacy-policy .privacy.left-align .expandable__body .privacy__entry {
    max-width: 782px;
    margin: 16px 0 0 0;
    line-height: 25px
}

@media (max-width: 767px) {
    .group-priavacy-policy .privacy.left-align .expandable__body .privacy__entry {
        margin-top: 10px
    }

    .group-priavacy-policy .privacy.left-align .expandable__body .privacy__entry strong {
        font-size: 15px
    }

    .group-priavacy-policy .privacy.left-align .expandable__body .privacy__entry p {
        color: #4e4e4e;
        font-size: 14px;
        font-weight: 500
    }
}

.group-priavacy-policy .privacy .privacy__title {
    font-size: 45px;
    padding-top: 7px;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.details-section {
    max-width: 1160px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .destination-details .destination-intro {
        padding: 35px 0
    }
}

@media (max-width: 992px) {
    .destination-details .destination-intro .block__text {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block__text {
        text-align: left
    }
}

.destination-details .destination-intro .block__text h1 {
    margin-top: -20px
}

@media (max-width: 992px) {
    .destination-details .destination-intro .block__text h1 {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block__text h1 {
        margin-top: 0
    }
}

.destination-details .destination-intro .details__nav {
    margin-top: 5px;
    margin-bottom: 65px
}

@media (max-width: 767px) {
    .destination-details .destination-intro .details__nav {
        margin-top: 8px
    }
}

.destination-details .destination-intro .block__entry {
    font-size: 15px;
    line-height: 1.6;
    padding-right: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .destination-details .destination-intro .block__entry {
        padding-right: 35px
    }
}

@media (max-width: 992px) {
    .destination-details .destination-intro .block-text-media {
        font-size: 32px;
        line-height: 40px;
        padding-top: 13px
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block-text-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block-text-media .block__title {
        height: auto
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block__media .slider__slide-image {
        height: auto
    }
}

.destination-details .destination-intro .block__media .slider-images .mag-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.destination-details .destination-intro .block__media .slider-images .mag-wrap svg {
    position: relative;
    top: calc(50% - 25px)
}

.destination-details .destination-intro .block__media .slider-images:hover .mag-wrap {
    visibility: visible;
    opacity: 1
}

.destination-details .destination-intro .block__media .slider-images img {
    width: 100%
}

@media (max-width: 992px) {
    .destination-details .destination-intro .block__media .slider-images img {
        max-height: 375px
    }
}

@media (max-width: 767px) {
    .destination-details .destination-intro .block__media .slider-images img {
        height: auto
    }
}

.destination-details .destination-intro .block__media .slider-images .paging-circle {
    bottom: 27px;
    right: 25px
}

@media (max-width: 1024px) {
    .destination-details .highlight-text {
        padding-top: 0
    }
}

.destination-details .back-to-overview {
    margin-top: 25px
}

.destination-details .section.experiences {
    display: none
}

.destination-details .section.show {
    display: block
}

.destination-details .section .hotel-item {
    display: none
}

.destination-details .section .hotel-item:nth-child(1), .destination-details .section .hotel-item:nth-child(2), .destination-details .section .hotel-item:nth-child(3) {
    display: block
}

.destination-details .experiences {
    margin-bottom: 105px
}

.destination-details .experiences .hotel-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.destination-details .experience-item .title {
    position: absolute;
    max-width: calc(100% - 25px);
    top: calc(100% - 70px);
    left: 15px;
    margin: auto;
    font: normal normal bold 22px/28px Gilroy;
    color: #fff;
    text-align: left
}

.destination-details .experience-item .links-wrap {
    text-align: center !important;
    margin-top: 30px
}

@media (max-width: 992px) {
    .destination-details .experience-item .links-wrap {
        margin-bottom: 50px
    }
}

.destination-details .destination-map {
    margin-top: 50px;
    margin-bottom: 55px
}

.destination-details .destination-map #destinationmap {
    height: 500px
}

@media (max-width: 767px) {
    .destination-details .destination-map #destinationmap {
        height: 300px
    }
}

.destination-details .destination-map .heading {
    text-align: center;
    margin-bottom: 50px
}

.destination-details .destination-map .destination-map-container {
    position: relative;
    overflow: hidden
}

.destination-details .destination-map .destination-map-container .hotel-points-wrap .hotel-points {
    display: none
}

.destination-details .destination-map .destination-map-container .hotel-item-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 308px;
    height: 100%;
    z-index: 4;
    background: #f2f3f3;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1607843137);
    transition: transform 500ms ease;
    transform: translateX(338px)
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder {
        position: relative;
        width: 100%;
        border-bottom: 20px solid #f2f3f3
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .slider__slide {
    margin: 0 auto
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .slider__slide {
        width: 100vw !important;
        max-width: unset;
        margin-left: 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider {
    min-height: 155px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider img {
    height: 155px;
    width: auto
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider img {
        width: 100%;
        height: auto
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider .light-box-link, .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider .item-picture.cms-hide-mobile {
    display: block !important;
    max-width: 306px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider .light-box-link, .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .mini-slider .item-picture.cms-hide-mobile {
        max-width: none
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .light-box-link, .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .item-picture.cms-hide-mobile {
    display: block !important;
    max-width: 306px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .light-box-link, .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .item-picture.cms-hide-mobile {
        max-width: none
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .single-image {
    min-height: 155px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .single-image img {
    height: 155px;
    width: auto
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .single-image img {
        width: 100%;
        height: auto
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .region-country {
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Trajan", sans-sarif;
    padding: 22px 20px 0 40px;
    letter-spacing: 1px;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .region-country {
        padding: 16px 18px 0 24px;
        font-size: 14px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name {
    font-size: 22px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    padding: 5px 30px 0 39px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name {
        padding: 10px 30px 0 25px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/star.svg") repeat-x;
    position: relative;
    display: inline-block;
    height: 9px;
    width: 0;
    top: -7px;
    margin-left: 5px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-1 {
    width: 16px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-2 {
    width: 32px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-3 {
    width: 48px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-4 {
    width: 64px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-5 {
    width: 80px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-6 {
    width: 96px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .hotel-name .star-rating.rate-7 {
    width: 112px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .description {
    display: none
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .address-text {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    padding: 8px 22px 0 39px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    display: block
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .address-text {
        padding: 11px 22px 0 23px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap {
    display: block;
    position: relative;
    padding-top: 17px;
    padding-left: 17px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate {
    position: relative;
    display: inline-block;
    min-height: 70px;
    padding: 12px 0px 0px 22px;
    cursor: default;
    margin-bottom: 7px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate {
        padding-left: 9px;
        padding-top: 41px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate a {
    text-decoration: none;
    color: #1c1c1c
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate .from {
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 1
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate .rate {
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    display: inline-block;
    padding-top: 0;
    border-right: 1px solid #a7a7a7;
    padding-right: 16px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate .rate {
        font-size: 23px;
        margin-top: 1px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .lead-rate .sep {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 9px;
    line-height: 1;
    top: -3px
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .hotel-link {
    position: absolute;
    left: 39px;
    top: -12px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .links-wrap .hotel-link {
        left: 26px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .booking-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 22px;
    text-align: center
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .booking-wrap {
        position: absolute;
        right: -4px;
        bottom: 10px;
        width: auto
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .booking-wrap .btn {
    width: 241px;
    min-width: auto;
    font-size: 11px
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .hotel-content .booking-wrap .btn {
        width: 206px;
        min-width: auto;
        font-size: 15px
    }
}

.destination-details .destination-map .destination-map-container .hotel-item-holder .close-panel {
    display: block;
    position: absolute;
    left: -29px;
    top: 168px;
    width: 57px;
    height: 52px;
    cursor: pointer;
    z-index: 1
}

@media (max-width: 992px) {
    .destination-details .destination-map .destination-map-container .hotel-item-holder .close-panel {
        display: none
    }
}

.destination-details .destination-map .hotel-items-wrap {
    display: none
}

.destination-details .destination-map.active-hotel .hotel-item-holder {
    transform: translateX(0)
}

.g_destination-details .slider-intro .intro--small {
    height: 480px;
    margin-top: 0px
}

@media (max-width: 767px) {
    .g_destination-details .destination-details .section.destination-intro {
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .g_destination-details .destination-details .section.destination-intro .details__nav {
        margin-bottom: 10px;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .g_destination-details .destination-details .section.destination-intro .details__nav ul {
        margin-bottom: 0
    }
}

.g_destination-details .destination-map .heading .tr {
    display: none
}

.section-mobile-experiences .about {
    padding-top: 0
}

.section-mobile-experiences .about .heading {
    margin-bottom: 0px
}

.section-mobile-experiences .about .about__body {
    margin-top: 12px
}

.section-mobile-experiences .paging {
    margin-bottom: 25px
}

.section-mobile-experiences .paging .paging_counter_sw {
    text-align: center
}

.section-mobile-experiences .paging .paging_counter_sw .swiper-pagination-bullet {
    background: #cecece
}

.section-mobile-experiences .paging .paging_counter_sw .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #37a2b5
}

.section-mobile-experiences {
    display: none
}

.section-mobile-experiences .slider-about .slider__slide-image::after {
    background: none
}

.section-mobile-experiences .slider-about .slider__slide-content {
    width: 100%;
    text-align: center;
    right: auto;
    left: auto
}

.section-mobile-experiences.show-mobile {
    display: block
}

.group-multimedia {
    position: relative
}

.group-multimedia .group-introduction {
    padding-bottom: 0
}

.group-multimedia .h2.welcome__title {
    padding-top: 13px
}

@media (max-width: 767px) {
    .group-multimedia .h2.welcome__title {
        padding-top: 9px !important;
        margin-bottom: 8px !important
    }
}

.group-multimedia .welcome .welcome__entry p {
    margin-bottom: 28px
}

.group-multimedia .multimedia-section {
    padding-top: 15px;
    z-index: 1
}

@media (max-width: 1200px) {
    .group-multimedia .multimedia-section {
        padding: 15px 30px 35px
    }
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section {
        padding: 28px 0 35px
    }
}

.group-multimedia .multimedia-section .container {
    max-width: 1057px;
    padding: 0
}

.group-multimedia .multimedia-section .container .tabs-wrap {
    position: relative;
    background: #000
}

.group-multimedia .multimedia-section .container .tabs-wrap .tab-item .tab-button {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: "Gilroy", sans-sarif;
    line-height: 1;
    border: none;
    text-align: center;
    padding: 13px 42px;
    background: #000;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .tabs-wrap .tab-item .tab-button {
        padding: 12px 0;
        font-size: 15px;
        width: 100%
    }
}

.group-multimedia .multimedia-section .container .tabs-wrap .tab-item .tab-button:hover {
    background: #256d7a
}

.group-multimedia .multimedia-section .container .tabs-wrap .tab-item .tab-button.active {
    background: #256d7a
}

.group-multimedia .multimedia-section .container .results.row .result-block {
    opacity: 0;
    height: 0;
    transition: height 1s ease-out;
    padding: 0
}

.group-multimedia .multimedia-section .container .results.row .result-block.active {
    height: auto;
    opacity: 1
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets.active, .group-multimedia .multimedia-section .container .results.row .results-logos.active {
    padding-top: 60px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-factsheets.active, .group-multimedia .multimedia-section .container .results.row .results-logos.active {
        padding-top: 51px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row, .group-multimedia .multimedia-section .container .results.row .results-logos .row {
    max-width: 972px;
    position: relative;
    margin: 0 auto
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap {
    padding-left: 74px;
    display: none
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap {
        padding-left: 66px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap a {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 54px;
    text-decoration: none
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap a, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap a {
        font-size: 16px;
        line-height: 43px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap a svg {
    margin-right: 7px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .factsheets-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .logo-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-logos .row .factsheets-item-wrap a svg, .group-multimedia .multimedia-section .container .results.row .results-logos .row .logo-item-wrap a svg {
        width: 24px;
        height: 27px;
        margin-right: 1px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap {
    padding-bottom: 35px;
    display: none
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap.active, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap.active, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap.active, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap.active {
    display: block
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap .logo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap .logo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap .logo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap .factsheets-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap .logo-item-wrap {
    display: block
}

.group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap .cat-title {
    font-size: 23px;
    width: 90%;
    border-bottom: 1px solid #37a2b5;
    padding-bottom: 5px;
    position: relative;
    margin: 0 auto;
    font-weight: 500
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .fact-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-factsheets .row .cat-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-logos .row .fact-wrap .cat-title, .group-multimedia .multimedia-section .container .results.row .results-logos .row .cat-wrap .cat-title {
        font-size: 18px;
        width: 80%
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos.active, .group-multimedia .multimedia-section .container .results.row .results-photos.active {
    padding-top: 35px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos.active, .group-multimedia .multimedia-section .container .results.row .results-photos.active {
        padding-top: 10px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row, .group-multimedia .multimedia-section .container .results.row .results-photos .row {
    max-width: 1082px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row, .group-multimedia .multimedia-section .container .results.row .results-photos .row {
        padding: 0 25px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper {
    padding: 0px 10px 28px 14px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper {
        padding: 18px 0px 34px 0px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery {
    max-width: none;
    margin: 0;
    width: calc((100% - 350px) / 2);
    background: #f4f5f5;
    padding: 16px 0 4px 14px;
    display: inline-block
}

@media (max-width: 992px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery {
        width: calc((100% - 330px) / 2)
    }
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery {
        border-bottom: none;
        width: 98%;
        padding: 18px 0px 0px 23px;
        margin: 0px 1% 11px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery:nth-child(2), .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery:nth-child(2) {
    margin-left: 13px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery:nth-child(2), .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery:nth-child(2) {
        margin: 0px 1% 11px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select {
    border: none;
    height: 33px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select {
        margin-bottom: 0;
        font-size: 15px;
        color: #1c1c1c
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select.open .list li, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select.open .list li {
    display: block
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select .current, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select .current {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select .current, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select .current {
        color: #1c1c1c;
        font-size: 15px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select::after, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select::after {
    right: 27px;
    height: 14px;
    width: 14px;
    border-color: #37a2b5;
    margin-top: -18px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select::after, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select::after {
        right: 15px;
        height: 11px;
        width: 11px;
        border-color: #37a2b5;
        margin-top: -14px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select ul.list, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select ul.list {
    background: #fff
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .select-gallery .nice-select ul.list li, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .select-gallery .nice-select ul.list li {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-serif;
    line-height: 31px;
    background: #fff;
    padding: 10px 15px
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .download-all, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .download-all {
    position: relative;
    display: inline-block;
    border: 1px solid #37a2b5;
    font-size: 17px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    min-width: 310px;
    cursor: pointer;
    margin-left: 16px;
    top: -2px
}

@media (max-width: 992px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .download-all, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .download-all {
        width: 290px;
        min-width: 290px
    }
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .download-all, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .download-all {
        float: none;
        display: block;
        min-width: auto;
        max-width: 346px;
        margin: 0px auto 0;
        width: 98%
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .filter-wrapper .download-all:hover, .group-multimedia .multimedia-section .container .results.row .results-photos .row .filter-wrapper .download-all:hover {
    background: rgba(36, 119, 134, .15);
    border: 1px solid #247786;
    color: #247786
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap {
    padding: 0 13.5px 20px 13.5px
}

@media (max-width: 767px) {
    .group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap {
        padding: 0 4px 8px 4px
    }
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .video-item, .group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .photo-item, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .video-item, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .photo-item, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .video-item, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .photo-item, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .video-item, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .photo-item {
    position: relative;
    display: block
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .video-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .photo-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .video-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .photo-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .video-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .photo-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .video-item .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .photo-item .img-hov {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .video-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap .photo-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .video-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap .photo-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .video-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap .photo-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .video-item .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap .photo-item .img-hov svg {
    position: relative;
    top: calc(50% - 26px);
    display: none
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap:hover .img-hov, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap:hover .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap:hover .img-hov, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap:hover .img-hov {
    display: block;
    background: rgba(0, 0, 0, .5)
}

.group-multimedia .multimedia-section .container .results.row .results-videos .row .video-item-wrap:hover .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-videos .row .photo-item-wrap:hover .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .video-item-wrap:hover .img-hov svg, .group-multimedia .multimedia-section .container .results.row .results-photos .row .photo-item-wrap:hover .img-hov svg {
    display: inline-block
}

.group-multimedia .multimedia-section.disable-hotl-fliter .container .results.row .results-photos .row .filter-wrapper .select-gallery.hotel-filter {
    display: none
}

.group-multimedia .multimedia-section.disable-hotl-fliter .container .results.row .results-photos .row .filter-wrapper .select-gallery.hide-button {
    display: none
}

.group-multimedia .multimedia-section.disable-hotl-fliter .container .results.row .results-videos .row .filter-wrapper .select-gallery.hide-button {
    display: none
}

.loader-multimedia {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 21%
}

.g_offers-details #main .offer-group-details .details__holder .details__entry ul {
    padding-left: 20px
}

.g_offers-details #main .offer-group-details .details__holder .details__entry ul li {
    display: list-item
}

.g_offers-details #main .details__info .availability {
    margin-top: 20px;
    display: inline-block
}

.g_offers-details #main .details__info .btn-link {
    text-decoration: underline;
    margin-top: 15px;
    position: relative;
    padding-left: 12px
}

.g_offers-details #main .details__info .btn-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    border-left: 2px solid;
    border-top: 2px solid;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg)
}

.g_offers-details #main .details .details__holder {
    align-items: start
}

@media (max-width: 767px) {
    .g_offers-details #main .details .details__holder .details__aside .details__info-actions {
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .g_offers-details #main .details .details__holder .details__aside .btn-default {
        min-width: 100%
    }
}

.g_offers-details .section--with-decoration-left {
    margin-bottom: 148px
}

@media (max-width: 767px) {
    .g_offers-details .section--with-decoration-left {
        margin-bottom: 15px
    }
}

.g_offers-details .section--with-decoration-left .heading {
    margin-left: 0
}

@media (max-width: 767px) {
    .g_offers-details .section--with-decoration-left .heading {
        text-align: left
    }
}

.g_offers-details .section--with-decoration-left .container {
    position: relative
}

.g_offers-details .section--with-decoration-left .container .items {
    position: unset;
    padding: 0
}

.g_offers-details .section--with-decoration-left .container .items .items__body {
    margin: 0;
    padding: 0
}

.g_offers-details .section--with-decoration-left .container .items .items__body .content-section {
    flex: 1 1 auto
}

.g_offers-details .section--with-decoration-left .container .items .item__image-inner::before {
    display: none
}

.g_offers-details .grid-view .arrow-decoration {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% + 90px);
    width: 18px
}

@media (max-width: 1024px) {
    .g_offers-details .grid-view .arrow-decoration {
        right: 25px
    }
}

.g_offers-details .grid-view .arrow-decoration::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background: #37a2b5;
    height: calc(100% - 37px);
    top: 37px;
    left: 9px
}

.g_offers-details .grid-view .hotel-items-wrap {
    width: calc(100% - 57px)
}

@media (max-width: 767px) {
    .g_offers-details .grid-view .hotel-items-wrap {
        width: 100%
    }
}

.g_offers-details .grid-view .hotel-items-wrap .hotel-items {
    margin-top: 0;
    max-width: 100%;
    margin-left: -15px
}

@media (max-width: 992px) {
    .g_offers-details .grid-view .hotel-items-wrap .hotel-items {
        margin: 0px auto
    }
}

.g_offers-details .grid-view .hotel-items-wrap .hotel-items .hotel-item:nth-child(4) {
    display: none
}

.g_offers-details .grid-view .hotel-items-wrap .offer-item {
    text-align: center;
    margin: 0 auto
}

@media (max-width: 992px) {
    .g_offers-details .grid-view .hotel-items-wrap .offer-item:last-child {
        margin-top: 50px
    }
}

@media (max-width: 992px)and (max-width: 767px) {
    .g_offers-details .grid-view .hotel-items-wrap .offer-item:last-child {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .g_offers-details .grid-view .hotel-items-wrap .offer-item {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .g_offers-details .grid-view .hotel-items-wrap .offer-item .item-wrp {
        height: 289px;
        overflow: hidden
    }
}

.g_offers-details .grid-view .hotel-items-wrap .offer-item h3.title {
    position: absolute;
    max-width: calc(100% - 25px);
    top: calc(100% - 70px);
    left: 16px;
    margin: auto;
    font: normal normal bold 22px/28px Gilroy;
    color: #fff;
    text-align: left
}

@media (max-width: 767px) {
    .g_offers-details .grid-view .hotel-items-wrap .offer-item h3.title {
        margin-left: 25px;
        max-width: calc(100% - 97px)
    }
}

.g_offers-details .grid-view .hotel-items-wrap .offer-item .links-wrap, .g_offers-details .grid-view .hotel-items-wrap .offer-item .hotel-availability, .g_offers-details .grid-view .hotel-items-wrap .offer-item .booking-wrap {
    margin-top: 10px
}

.g_offers-details .slider-intro .intro--small {
    height: 451px
}

.g_offers-details .slider-intro .intro--small .intro {
    height: 100%
}

@media (max-width: 767px) {
    .group-template #main .section.offer-detail-others .offer-item {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .group-template.g_offers-details .slider-intro .intro--small {
        margin-top: 0
    }
}

.g_news-details #main .details__holder {
    position: relative
}

.g_news-details #main .details__holder .details__content .sub-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #37a2b5
}

@media (max-width: 767px) {
    .g_news-details #main .section .details__nav {
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .g_news-details #main .section .details__holder .sub-title {
        margin-bottom: 5px
    }

    .g_news-details #main .section .details__holder .document {
        width: 100%
    }

    .g_news-details #main .section .details__holder .document a {
        padding-left: 5px;
        text-decoration: none
    }

    .g_news-details #main .section .details__holder .document a:hover {
        color: #fff
    }
}

.g_news-details #main .details__aside .document {
    position: absolute;
    top: 56px
}

@media (max-width: 992px) {
    .g_news-details #main .details__aside .document {
        margin: 25px 0;
        position: relative;
        top: 0
    }
}

.g_news-details #main .details__aside .document svg {
    width: 30px;
    height: 38px
}

.g_news-details #main .details__aside .document a {
    color: #37a2b5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 28px
}

.g_news-details #main .details__aside .details__info a {
    text-decoration: underline;
    position: relative;
    padding-left: 10px
}

.g_news-details #main .details__aside .details__info a.btn-link:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg)
}

.g_news-details #main .featured-images {
    margin-top: 54px
}

@media (max-width: 767px) {
    .g_news-details #main .featured-images .items-wrp .item-wrp .item__image-inner {
        max-height: 300px;
        overflow: hidden
    }
}

.g_news-details #main .featured-images .items-wrp .item-wrp .item__image-inner .item-picture img {
    width: 100%
}

@media (max-width: 767px) {
    .g_news-details #main .featured-images .pause-button {
        display: none
    }

    .g_news-details #main .featured-images .slider-images .hover-magnifier {
        position: absolute;
        bottom: 12px;
        width: 50px;
        height: 50px;
        left: calc(100vw - 213px);
        z-index: 1
    }

    .g_news-details #main .featured-images .paging-circle .fill-default {
        fill: #fff
    }

    .g_news-details #main .featured-images .paging-circle .fill-white {
        fill: #37a2b5
    }

    .g_news-details #main .featured-images .paging-circle button:hover .fill-default {
        fill: #37a2b5
    }

    .g_news-details #main .featured-images .paging-circle button:hover .fill-white {
        fill: #fff
    }
}

.g_news-details #main .section.section--with-decoration-left .heading {
    margin-left: 0
}

@media (max-width: 992px) {
    .g_news-details #main .section.section--with-decoration-left .heading {
        text-align: left
    }
}

.g_news-details #main .section.section--with-decoration-left .three-column-news {
    background: rgba(0, 0, 0, 0);
    padding: 0
}

@media (max-width: 767px) {
    .g_news-details #main .section.section--with-decoration-left .three-column-news {
        border-bottom: 1px solid #d6d6d6
    }
}

.g_news-details #main .section.section--with-decoration-left .three-column-news .items-wrp {
    width: auto;
    margin: -14px
}

@media (max-width: 992px) {
    .g_news-details #main .section.section--with-decoration-left .three-column-news .items-wrp .hotel-item {
        margin: 0 auto 45px
    }
}

.g_news-details #main .section.section--with-decoration-left .three-column-news .items-wrp .hotel-item:nth-child(4) {
    display: none
}

@media (max-width: 767px) {
    .g_news-details #main .section.section--with-decoration-left .three-column-news .items-wrp .hotel-item:nth-child(4) {
        display: block
    }
}

@media (max-width: 767px) {
    .g_news-details #main .section.section--with-decoration-left .three-column-news .item-wrapper {
        max-height: 260px;
        overflow: hidden
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .pause-button {
        bottom: auto;
        top: 162px;
        right: auto;
        left: calc(100vw - 185px)
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .paging-circle {
        bottom: auto;
        right: 20px;
        top: 162px
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .paging-circle .fill-default {
        fill: #fff
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .paging-circle .fill-white {
        fill: #37a2b5
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .paging-circle button:hover .fill-default {
        fill: #37a2b5
    }

    .g_news-details #main .section.section--with-decoration-left .three-column-news .paging-circle button:hover .fill-white {
        fill: #fff
    }
}

@media (max-width: 767px) {
    .g_news-details #main .details__info {
        margin-bottom: 40px
    }
}

.g_news-details #main .splash {
    z-index: -1
}

.g_news-details .slider-intro .intro.intro--small {
    height: 451px
}

@media (max-width: 767px) {
    .g_news-details .slider-intro .intro.intro--small {
        margin-top: 0
    }
}

.g_news-details .slider-intro .intro.intro--small .intro {
    height: 451px
}

.group-template.g_news-details #main .details__aside .document {
    position: relative;
    top: auto;
    margin-top: 68px;
    margin-bottom: 150px
}

@media (max-width: 992px) {
    .group-template.g_news-details #main .details__aside .document {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .group-template.g_news-details #main .details__info .btn.btn-default.btn-outline {
        min-width: 93%
    }
}

@media (max-width: 767px) {
    .group-template.g_news-details #main .three-column-news .main-wrp .items-wrp .wrp .content, .group-template.g_news-details #main .details__entry {
        color: #4e4e4e;
        font-size: 14px
    }
}

.group-template.g_news-details #main .details__entry ul {
    padding-left: 20px
}

.group-template.g_news-details #main .details__entry ul li {
    display: list-item
}

.group-template.g_news-details #main .featured-images .slider__slide iframe {
    height: 240px
}

@media (max-width: 1200px) {
    .group-template.g_news-details #main .featured-images .slider__slide iframe {
        height: 190px
    }
}

@media (max-width: 992px) {
    .group-template.g_news-details #main .featured-images .slider__slide iframe {
        height: 142px
    }
}

.group-template.g_news-details #main .featured-images.only-mobile .slider-images .slider__slide {
    opacity: 1;
    visibility: visible
}

.group-template.g_news-details #main .featured-images.only-mobile .slider-images .slider__slide.video {
    height: 254px;
    background: #000
}

.group-template.g_news-details #main .featured-images.only-mobile .slider-images .slider__slide.video iframe {
    height: 72%
}

.group-template.g_news-details #main .featured-images.only-mobile .slider-images .hover-magnifier {
    bottom: 12px;
    margin-bottom: 0
}

.group-template.g_news-details #main .featured-images.only-mobile .slider-images .swiper-container-initialized .paging-circle {
    display: block
}

.g_group-home .hero .pause-button {
    bottom: 160px
}

@media (max-width: 767px) {
    .g_group-home .hero .pause-button {
        bottom: 17px
    }
}

@media (max-width: 767px) {
    .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .paging-circle.js-paging, .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap .slider-items-destination-hotels .swiper-container .pause-button {
        bottom: 303px
    }
}

@media (max-width: 992px) {
    .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .paging-circle.js-paging, .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .pause-button {
        bottom: 250px
    }
}

@media (max-width: 767px) {
    .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .paging-circle.js-paging, .g_group-home .destinations-hotels-block .container .destinations-hotels-wrap.our-hotels .slider-items-destination-hotels .swiper-container .pause-button {
        bottom: 234px
    }
}

.browser-redirect__container {
    display: none
}

.browser-redirect__container.show-banner {
    display: block
}

.browser-redirect__wrapper {
    max-width: 100%
}

.browser-redirect__wrapper .redirect-inner {
    max-width: 1283px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__text {
    flex: 0 0 60%
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__text {
        flex: 0 0 100%
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__actions {
        flex: 0 0 100%;
        justify-content: space-between;
        margin-top: 20px
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .browser-redirect__actions-accept, .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .browser-redirect__actions-refuse {
    flex: 0 0 40%
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .browser-redirect__actions-accept, .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .browser-redirect__actions-refuse {
        flex: 0 0 calc(50% - 15px)
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .browser-redirect__actions-accept {
    margin-right: 15px
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default .icon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default .icon {
        left: 10px
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default .icon.icon-check {
    width: 20px;
    left: 23px
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default .icon.icon-check {
        left: 18px
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default span {
    width: calc(100% - 46px);
    margin-left: auto
}

@media (max-width: 992px) {
    .browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-default span {
        width: calc(100% - 30px)
    }
}

.browser-redirect__wrapper .redirect-inner .browser-redirect__actions .btn-ghost {
    padding: 4px 5px 0
}

.redirect-on {
    padding-top: 0 !important
}

.redirect-on .header {
    position: static
}

@media (max-width: 992px) {
    .redirect-on .header .nav-btn.frozen {
        pointer-events: none
    }
}

.g_property-home .h2.heading__title {
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    text-transform: capitalize
}

.g_property-home .h2.heading__subtitle {
    color: #1c71b6;
    font-family: "Trajan", sans-sarif;
    text-transform: uppercase
}

.g_property-home .section-home-experiences .h2.heading__title {
    color: #000
}

.g_property-home .item__content .item__rate .link_ghost {
    background: rgba(0, 0, 0, 0);
    border: none;
    text-decoration: none
}

.g_property-home .property-home-rooms .halfpane__rate .price-link {
    text-decoration: none
}

.g_property-home .property-home-rooms .halfpane__rate .price-link:hover {
    color: #1c1c1c
}

.section-home-experiences {
    max-height: 865px;
    overflow: hidden
}

@media (max-width: 767px) {
    .section-home-experiences.section.section--solid.section--with-logo {
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-home-experiences .slider-about .slider__slide-image::after {
    display: none
}

.section-home-experiences .slider-about .swiper-slide-active {
    z-index: 99
}

.section-home-experiences .slider-about .swiper-slide-active .slider__slide-image {
    background-size: cover
}

.section-home-experiences .slider-about .swiper-slide-active .slider__slide-image::after {
    display: block;
    height: 77%!important;
}

@media (max-width: 767px) {
    .section-home-experiences .slider-about .swiper-slide-active .slider__slide-image::after {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0))
    }
}

.section-home-experiences .slider-about .paging-circle .pause-button {
    display: none
}

.section-home-experiences .slider-about .paging-circle .paging__prev {
    background-color: #fff
}

.section-home-experiences .slider-about .paging-circle .paging__prev svg path {
    fill: #37a2b5
}

.section-home-experiences .slider-about .paging-circle .paging__prev:hover {
    background-color: #37a2b5
}

.section-home-experiences .slider-about .paging-circle .paging__prev:hover svg path {
    fill: #fff
}

.section-home-experiences .slider-about .paging-circle .paging__next {
    background-color: #fff
}

.section-home-experiences .slider-about .paging-circle .paging__next svg path {
    fill: #37a2b5
}

.section-home-experiences .slider-about .paging-circle .paging__next:hover {
    background-color: #37a2b5
}

.section-home-experiences .slider-about .paging-circle .paging__next:hover svg path {
    fill: #fff
}

.section-home-experiences .slider-about .slider__slide-title {
    text-transform: uppercase
}

@media (max-width: 767px) {
    .section-home-experiences .slider-about .slider__slide-content {
        bottom: 12px
    }

    .section-home-experiences .slider-about .paging-circle {
        bottom: 12px;
        right: 10px
    }

    .section-home-experiences .slider-about .paging-circle .pause-button, .section-home-experiences .slider-about .paging-circle .paging__prev, .section-home-experiences .slider-about .paging-circle .paging__next {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        color: #37a2b5
    }

    .section-home-experiences .slider-about .paging-circle .pause-button {
        display: inline-block;
        position: absolute;
        background: rgba(0, 0, 0, 0);
        border: none;
        left: -48px;
        top: 0
    }

    .section-home-experiences .slider-about .paging-circle .pause-button .pause-icon {
        width: 42px;
        height: 42px
    }

    .section-home-experiences .slider-about .paging-circle .pause-button .play-icon {
        width: 42px;
        height: 42px
    }

    .section-home-experiences .slider-about .paging-circle .paging__prev svg {
        margin: -1px 0 0 -4px
    }

    .section-home-experiences .slider-about .paging-circle .paging__next svg {
        margin: -1px 0 0 4px
    }
}

.side-panel {
    background-color: #fff;
    position: absolute;
    top: 147px;
    right: 0;
    padding: 19px 0px;
    width: 0;
    transition: width 800ms;
    z-index: 10;
    min-height: 165px
}

@media (max-width: 576px) {
    .side-panel {
        top: 61px;
        min-height: 140px
    }
}

.side-panel.opened {
    width: 388px
}

@media (max-width: 576px) {
    .side-panel.opened {
        width: 100%
    }
}

.side-panel.opened .panel-content {
    opacity: 1;
    overflow: hidden
}

.side-panel.opened .txt-content {
    display: inline-block
}

@media (max-width: 576px) {
    .side-panel.opened .open-close-btn {
        border: none;
        border-top: solid 34px #fff;
        border-left: solid 34px rgba(0, 0, 0, 0);
        border-right: solid 34px rgba(0, 0, 0, 0);
        bottom: -68px;
        top: unset;
        left: calc(50% - 34px)
    }
}

.side-panel.opened .open-close-btn:before, .side-panel.opened .open-close-btn:after {
    transform: rotate(45deg)
}

@media (max-width: 576px) {
    .side-panel.opened .open-close-btn:before {
        top: -28px;
        left: 2px;
        top: -32px;
        left: 0px;
        height: 17px;
        margin-left: -1px
    }
}

@media (max-width: 576px) {
    .side-panel.opened .open-close-btn:after {
        top: -21px;
        left: -7px;
        top: -25px;
        left: -9px;
        width: 17px;
        margin-top: 1px
    }
}

.side-panel .img-content {
    display: inline-block;
    width: 142px;
    margin-left: 18px
}

@media (max-width: 576px) {
    .side-panel .img-content {
        width: 37%
    }
}

.side-panel .txt-content {
    display: none;
    width: calc(100% - 164px);
    padding-right: 18px;
    padding-left: 20px;
    line-height: 1.32;
    position: relative
}

@media (max-width: 576px) {
    .side-panel .txt-content {
        width: 62%
    }
}

@media (max-width: 576px) {
    .side-panel .txt-content p {
        margin-bottom: auto;
        font-weight: 700;
        max-height: 35px;
        overflow: hidden
    }
}

.side-panel .open-close-btn {
    width: 34px;
    height: 68px;
    position: absolute;
    left: -34px;
    top: 52px;
    border-right: solid 34px #fff;
    border-bottom: solid 34px rgba(0, 0, 0, 0);
    border-top: solid 34px rgba(0, 0, 0, 0);
    cursor: pointer
}

.side-panel .open-close-btn:before, .side-panel .open-close-btn:after {
    content: "";
    position: absolute;
    background-color: #a0a0a0
}

.side-panel .open-close-btn:before {
    top: -7px;
    left: 24px;
    width: 1px;
    height: 14px;
    margin-left: -2px
}

.side-panel .open-close-btn:after {
    top: 50%;
    left: 15px;
    width: 14px;
    height: 1px;
    margin-top: -1px
}

@media (max-width: 576px) {
    .side-panel .open-close-btn {
        top: 30px
    }
}

.side-panel .panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 100ms ease-out 600ms;
    overflow: hidden
}

.side-panel .btn-link {
    font-size: 14px
}

@media (max-width: 767px) {
    .side-panel .btn-link {
        font-size: 15px
    }
}

@media (max-width: 576px) {
    .side-panel .btn-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 45%;
        transform: translateY(-50%)
    }
}

@media (max-width: 576px) {
    .side-panel .btn-link svg {
        left: 4px
    }
}

.side-panel .btn-sm, .side-panel .btn-group-sm > .btn {
    height: 41px;
    min-width: 185px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 20px
}

@media (max-width: 576px) {
    .side-panel .btn-sm, .side-panel .btn-group-sm > .btn {
        width: calc(100% - 38px);
        max-width: 200px;
        min-width: unset;
        font-size: 13px
    }
}

.group-template .side-panel .txt-content p {
    font-size: 15px
}

.property-instagram-feed.section-feed {
    padding-top: 35px
}

@media (max-width: 767px) {
    .property-instagram-feed.section-feed {
        padding-top: 12px
    }
}

.property-instagram-feed.section-feed .juicer-feed .j-paginate {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #37a2b5;
    letter-spacing: .1px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.property-instagram-feed.section-feed .juicer-feed .j-paginate:hover {
    background: rgba(36, 119, 134, .15);
    border: 1px solid #1b6b79;
    color: #247786
}

.property-social-module {
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .property-social-module {
        padding-bottom: 12px
    }
}

.property-social-module .section__head {
    margin: 0 auto
}

.property-introduction {
    display: block
}

@media (max-width: 992px) {
    .property-introduction.mobile-right-block .container--small.enable-right-block .right-side-block {
        display: block;
        position: relative;
        max-width: 332px;
        right: 0;
        min-width: auto;
        top: auto;
        margin: 25px 0 0
    }
}

@media (max-width: 767px) {
    .property-introduction {
        padding: 35px 15px 0px 15px;
    }
}

.property-introduction .welcome .welcome__image {
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .property-introduction .welcome .welcome__image {
        margin-left: -15px;
        margin-right: -15px
    }
}

.property-introduction .welcome .welcome__image img {
    font-size: 0
}

.property-introduction .welcome .welcome__entry {
    color: #707070
}

.property-introduction .welcome .welcome__entry ul {
    text-align: left;
    padding-left: 16px
}

.property-introduction .welcome .welcome__entry ul li {
    display: list-item
}

.property-introduction .welcome.left {
    text-align: left
}

.property-introduction .welcome.left .welcome__subtitle {
    font-size: 45px
}

@media (max-width: 767px) {
    .property-introduction .welcome.left .welcome__subtitle {
        font-size: 20px !important;
        line-height: 1;
        margin-bottom: 14px
    }
}

.property-introduction .welcome.left .welcome__entry {
    margin: 0;
    color: #707070
}

@media (max-width: 767px) {
    .property-introduction .welcome .expandable__body .link-expand.link-read-more {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .property-introduction .welcome .expandable__body p {
        margin-bottom: 20px
    }
}

.property-introduction .welcome__title {
    font-size: 45px
}

.property-introduction .container--small {
    position: relative
}

.property-introduction .container--small .welcome {
    max-width: 950px
}

.property-introduction .container--small.enable-right-block {
    margin-top: 59px
}

.property-introduction .container--small.enable-right-block .welcome__title {
    font-size: 39px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px
}

@media (max-width: 767px) {
    .property-introduction .container--small.enable-right-block .welcome__title {
        font-size: 36px
    }
}

.property-introduction .container--small.enable-right-block .welcome {
    width: 775px;
    margin-right: 123px
}

@media (max-width: 1024px) {
    .property-introduction .container--small.enable-right-block .welcome {
        width: 599px;
        margin-right: 83px
    }
}

@media (max-width: 992px) {
    .property-introduction .container--small.enable-right-block .welcome {
        margin-right: 0;
        width: 100%
    }
}

.property-introduction .container--small.enable-right-block .right-side-block {
    position: absolute;
    right: 0;
    margin-left: 30px;
    max-width: 405px;
    min-width: 332px;
    top: 84px
}

@media (max-width: 1024px) {
    .property-introduction .container--small.enable-right-block .right-side-block {
        max-width: 332px
    }
}

@media (max-width: 992px) {
    .property-introduction .container--small.enable-right-block .right-side-block {
        display: none
    }
}

.property-introduction .container--small.enable-right-block .right-side-block .right-title {
    font-family: "Trajan", sans-sarif;
    font-size: 18px;
    margin-bottom: 11px;
    color: #37a2b5
}

.property-introduction .container--small.enable-right-block .right-side-block .phone {
    margin-top: 11px;
    line-height: 1.7
}

.property-introduction .container--small.enable-right-block .right-side-block .phone label {
    margin: 0;
    text-transform: capitalize;
    padding-left: 1px
}

.property-introduction .container--small.enable-right-block .right-side-block .email label {
    text-transform: capitalize
}

.property-introduction .container--small.enable-right-block .right-side-block .btn {
    margin-top: 10px;
    padding: 4px 37px 0
}

.property-introduction .container--extrasmall {
    max-width: 1094px;
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 767px) {
    .property-introduction .container--extrasmall .welcome__title {
        font-size: 32px
    }
}

.property-accommodations-list {
    padding-top: 98px
}

@media (max-width: 1024px) {
    .property-accommodations-list {
        padding: 35px 0
    }
}

@media (max-width: 767px) {
    .property-accommodations-list {
        padding-top: 0;
        margin-top: -4px
    }
}

.property-accommodations-list .filters {
    display: none;
    margin-bottom: 40px
}

.property-accommodations-list .filters.show {
    display: block
}

.property-accommodations-list .filters.show li:first-child {
    display: inline-block
}

.property-accommodations-list .filters li {
    display: none
}

.property-accommodations-list .filters li.show-cat {
    display: inline-block
}

@media (max-width: 767px) {
    .property-accommodations-list .filters li + li::before {
        display: none
    }
}

.property-accommodations-list .grid-item .panel__image {
    margin-bottom: 23px
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__image {
        margin-bottom: 18px
    }
}

.property-accommodations-list .grid-item .panel__image .panel__image-inner {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.property-accommodations-list .grid-item .panel__content .panel__title {
    margin-bottom: 3px
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 168px
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container {
        display: block;
        height: auto
    }
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry {
    width: 49%;
    font-size: 13px;
    color: #707070;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry {
        width: 100%;
        height: auto;
        padding-left: 2px;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis
    }
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry ul {
    margin-left: 0
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry ul li {
    position: relative;
    padding-left: 9px
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/list-icon.svg") no-repeat
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry ul li:after {
        top: 1px
    }
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__entry ul li {
        line-height: 1;
        margin-bottom: 12px
    }
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities {
    width: calc(51% - 10px);
    padding-left: 15px;
    padding-top: 2px
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities {
        width: 100%;
        padding-left: 0
    }
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities .amenities-heading {
    font-size: 20px;
    font-family: "Gilroy", sans-sarif
}

@media (max-width: 992px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities .amenities-heading {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities .amenities-heading {
        margin-top: 12px;
        font-size: 22px;
        margin-bottom: 13px
    }
}

.property-accommodations-list .grid-item .panel__content .panel__entry__container .panel__amenities .room-amenities {
    width: 100%;
    height: 50px;
    overflow: hidden
}

.property-accommodations-list .grid-item .panel__content .panel__actions {
    margin-top: 15px
}

.property-accommodations-list .grid-item .panel__content .room-features {
    margin-bottom: 10px;
    height: 60px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cecece
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .room-features {
        height: auto
    }
}

@media (max-width: 767px) {
    .property-accommodations-list .grid-item .panel__content .btn-link--primary {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .property-accommodations-list .enabel-magnifier .light-box-link {
        opacity: 1;
        right: 9px;
        left: auto;
        bottom: 10px;
        top: auto
    }
}

.propery-theme-icon-fill {
    fill: #1c71b6
}

.property .room-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    border: none;
    color: #707070
}

@media (max-width: 992px) {
    .property .room-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

@media (max-width: 767px) {
    .property .room-features {
        display: block;
        height: auto
    }
}

.property .room-features p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1
}

@media (max-width: 992px) {
    .property .room-features p {
        min-width: 50%;
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .property .room-features p {
        margin-bottom: 12px
    }
}

@media (max-width: 767px) {
    .property .room-features p.room-area {
        margin-top: 12px
    }
}

.property .room-features p svg {
    margin-right: 8px
}

.property .room-features p + p {
    margin-left: 23px
}

@media (max-width: 992px) {
    .property .room-features p + p {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .property .room-features p + p {
        margin: 0;
        margin-bottom: 12px
    }
}

.property .facilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #707070
}

@media (max-width: 992px) {
    .property .facilities-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .property .facilities-list {
        margin: 0;
        margin-bottom: 12px
    }
}

.property .facilities-list .facilities-wrp {
    display: none;
    max-width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 992px) {
    .property .facilities-list .facilities-wrp {
        display: inherit;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .property .facilities-list .facilities-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 22px
    }
}

.property .facilities-list .facilities-wrp .facilities-name {
    font-family: "Gilroy", sans-sarif;
    font-size: 11px;
    margin-left: 10px;
    line-height: 1;
    display: inline-table
}

.property .facilities-list .facilities-wrp .facilities-icon svg {
    width: auto;
    max-width: 40px;
    height: 38px
}

@media (max-width: 767px) {
    .property .facilities-list .facilities-wrp .facilities-icon svg {
        height: 38px;
        width: auto
    }
}

.property .facilities-list .facilities-wrp .facilities-icon svg.propery-theme-icon-fill {
    fill: #707070
}

.property .facilities-list .facilities-wrp .facilities-icon svg path {
    fill: #37a2b5 !important
}

.property .facilities-list .facilities-wrp .facilities-icon svg rect {
    fill: #37a2b5 !important
}

.property .facilities-list .facilities-wrp .facilities-icon svg line {
    fill: #37a2b5 !important
}

.property .facilities-list .facilities-wrp .facilities-icon svg g {
    fill: #37a2b5 !important
}

.property .facilities-list .facilities-wrp:nth-of-type(even) {
    margin-left: 28px
}

@media (max-width: 992px) {
    .property .facilities-list .facilities-wrp:nth-of-type(even) {
        margin-left: 0
    }
}

.property .facilities-list .facilities-wrp:nth-child(1), .property .facilities-list .facilities-wrp:nth-child(2) {
    display: inherit
}

.property .panel__rate {
    min-height: unset
}

@media (max-width: 767px) {
    .property .panel__rate {
        margin-top: 12px
    }
}

.property .panel__rate p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070
}

@media (max-width: 767px) {
    .property .panel__rate p {
        display: block
    }
}

@media (max-width: 767px) {
    .property .panel__rate p .from {
        display: block
    }
}

.property .panel__rate p .price-link {
    text-decoration: none
}

.property .panel__rate p .price-link .price {
    margin-left: 8px;
    padding-right: 12px;
    border-right: 1px solid #707070;
    line-height: 27px;
    font-size: 27px;
    color: #1c1c1c;
    font-weight: 500
}

@media (max-width: 767px) {
    .property .panel__rate p .price-link .price {
        display: inline-block;
        margin: 0;
        margin-top: 12px
    }
}

.property .panel__rate p .night {
    margin-left: 10px
}

@media (max-width: 767px) {
    .property .panel__rate p .night {
        display: inline-block
    }
}

.property .banner-section.room-list-banner-section {
    margin-top: 70px
}

@media (max-width: 767px) {
    .property .banner-section.room-list-banner-section {
        margin-top: 0;
        padding: 32px 0 35px
    }
}

@media (max-width: 767px) {
    .property .banner-section.room-list-banner-section p svg {
        width: 76px;
        height: 59px
    }
}

@media (max-width: 767px) {
    .property .banner-section.room-list-banner-section p span {
        display: block;
        width: 100%;
        margin: 0 auto
    }
}

.property-free-content a.lazyloaded {
    background-size: cover;
    background-position: center
}

.property-experiences-list {
    padding-top: 7px
}

.property-experiences-list .experience + .experience {
    margin-top: 77px
}

.property-experiences-list .experience__entry {
    color: #707070
}

.property-offer-list .item .item__inner .item__image .cutom-link {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4
}

.property-offer-list .item .item__inner .item__image .item__title {
    text-align: left;
    z-index: 4
}

@media (max-width: 767px) {
    .property-offer-list .item .item__inner .item__image .item__image-inner {
        height: 220px
    }
}

.property-offer-list .item .item__inner .item__image .item__image-inner::before {
    display: none
}

.property-offer-list .item .item__inner .item__image img {
    width: 100%
}

.property-offer-list .item .item__inner .item__image .hover-magnifier {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .property-offer-list .item .item__inner .item__image .hover-magnifier {
        left: auto;
        bottom: 13px;
        transform: none;
        top: auto;
        right: 17px;
        opacity: 1;
        z-index: 4
    }
}

.property-offer-list .item .item__inner .item__image .hover-magnifier svg {
    width: 45px
}

@media (max-width: 767px) {
    .property-offer-list .item .item__inner .item__image .hover-magnifier svg {
        width: 50px
    }
}

.property-offer-list .item .item__inner .item__image:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 3
}

.property-offer-list .item .item__inner .item__image:hover .item__image-inner {
    opacity: .7
}

@media (max-width: 767px) {
    .property-offer-list .item .item__inner .item__image:hover .item__image-inner {
        opacity: 1;
        height: 220px
    }
}

.property-offer-list .item .item__inner .item__image:hover .hover-magnifier {
    opacity: 1;
    z-index: 3
}

@media (max-width: 767px) {
    .property-offer-list .item .item__inner .item__image {
        height: 220px
    }

    .property-offer-list .item .item__inner .item__image .h2.item__title {
        text-transform: capitalize;
        font-size: 19px;
        font-weight: normal;
        padding: 0 0 13px 23px;
        width: calc(100% - 85px);
        line-height: 26px
    }
}

.property-offer-list .item .item__inner .item__rate {
    margin-top: 8px
}

.property-offer-list .item .item__inner .item__rate p {
    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;
    color: #1d1d1d
}

.property-offer-list .item .item__inner .item__rate p strong {
    margin-right: 10px;
    line-height: 1
}

.property-offer-list .item .item__inner .btn-link svg {
    top: 0
}

.property-free-content .slider-intro .pause-button {
    bottom: 45px
}

.g_free-content-property .rfp-content {
    margin-bottom: 65px
}

.g_free-content-property .rfp-content.bg-enabled {
    background-color: #fafafa;
    margin-bottom: 0;
    padding-bottom: 88px;
    padding-top: 42px
}

@media (max-width: 767px) {
    .g_free-content-property .rfp-content.bg-enabled {
        padding-bottom: 44px;
        padding-top: 14px
    }
}

.g_free-content-property .rfp-content .align-self-top {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .g_free-content-property .rfp-content .form-label {
        min-height: 70px
    }
}

@media (max-width: 767px) {
    .g_free-content-property .rfp-content .form-label {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .g_free-content-property .rfp-content .nice-select {
        margin-bottom: 0
    }
}

.g_free-content-property .rfp-content .nice-select .current {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif
}

.g_free-content-property .rfp-content .nice-select ul.list {
    background: #fff;
    padding-bottom: 0
}

.g_free-content-property .rfp-content .nice-select ul.list li {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 31px;
    background: #fff;
    padding: 10px 15px
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-title {
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap {
    columns: 2
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item {
    position: relative;
    margin-bottom: 20px
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item input {
    opacity: 0
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item input:checked + span {
    background: #268090;
    top: 3px
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item .form__label {
    padding-left: 34px;
    position: relative;
    font-size: 15px;
    font-family: "Gilroy", sans-sarif;
    color: #707070
}

@media (max-width: 992px) {
    .g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item .form__label {
        min-height: auto
    }
}

.g_free-content-property .rfp-content .checkbox-wrp.checkbox-group .check-box-group-wrap .check-box-group-item .form__label::before {
    left: 0;
    content: "";
    position: absolute;
    top: 3px
}

.g_free-content-property .rfp-content .checkbox-wrp .custom-chkbox-input {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: 0px
}

.g_free-content-property .rfp-content .checkbox-wrp .form__label {
    padding-left: 34px;
    position: relative
}

.g_free-content-property .rfp-content .checkbox-wrp .form__label::before {
    width: 23px;
    height: 23px;
    border: 1px solid #37a2b5;
    top: -3px
}

.g_free-content-property .rfp-content .checkbox-wrp input {
    z-index: 14;
    width: 24px;
    top: 5px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    left: 0
}

.g_free-content-property .rfp-content .checkbox-wrp input:checked + span {
    background: #268090;
    top: -3px
}

.g_free-content-property .rfp-content .half-width .form-input {
    width: calc(50% - 15px)
}

@media (max-width: 767px) {
    .g_free-content-property .rfp-content .half-width .form-input {
        width: 100%
    }
}

.g_free-content-property .rfp-content .country .form-label {
    font-size: 18px;
    font-family: "Trajan", sans-sarif;
    color: #37a2b5;
    margin-bottom: 0
}

.g_free-content-property .rfp-content button.submit {
    min-width: 175px;
    width: 100%
}

@media (max-width: 992px) {
    .g_free-content-property .rfp-content button.submit {
        min-width: 100px
    }
}

.g_free-content-property .rfp-content .gdpr-check-box .form__label {
    font-size: 15px;
    color: #707070;
    font-family: "Gilroy", sans-sarif
}

.g_free-content-property .rfp-content .gdpr .gdpr-title {
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .g_free-content-property .rfp-content .gdpr .gdpr-title {
        min-height: auto
    }
}

.g_free-content-property .rfp-content .response-container {
    padding: 0;
    color: #37a2b5;
    margin-bottom: 25px
}

.g_free-content-property .rfp-content .section-title {
    font-family: "Trajan", sans-sarif;
    font-size: 32px;
    text-align: left;
    margin-top: 78px;
    margin-bottom: 34px
}

.g_free-content-property .rfp-content .section-title.sub {
    font-family: "Trajan", sans-sarif;
    font-size: 20px;
    color: #1d1d1d;
    margin-top: 35px
}

@media (min-width: 1200px) {
    .g_free-content-property .rfp-content .section-title.sub {
        margin-left: -34px;
        padding: 0
    }
}

@media (min-width: 1366px) {
    .g_free-content-property .rfp-content .section-title.sub {
        margin-left: -24px;
        padding: 0
    }
}

.g_free-content-property .meetings-rfp .comment {
    margin-top: 18px
}

.g_free-content-property .form-title {
    font-family: "Trajan", serif;
    font-size: 32px;
    color: #37a2b5;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .link-expand.link-read-more, .link-expand.link-read-less {
        margin-top: 4px;
        padding-right: 0
    }
}

.link-expand.link-read-more::before, .link-expand.link-read-less::before {
    background: rgba(0, 0, 0, 0)
}

.event-grid-property {
    position: relative;
    margin-top: 13px
}

@media (max-width: 992px) {
    .event-grid-property {
        width: 91%;
        margin: 13px auto 0
    }
}

.event-grid-property .container .event-wrp {
    margin-bottom: 103px
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp {
        margin-bottom: 30px;
        text-align: center
    }
}

.event-grid-property .container .event-wrp .title_wrp {
    margin: 0 0 17px;
    padding-left: 0;
    min-height: 34px
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .title_wrp {
        min-height: auto
    }
}

.event-grid-property .container .event-wrp .title_wrp h3, .event-grid-property .container .event-wrp .title_wrp h4 {
    margin: 0
}

.event-grid-property .container .event-wrp .title {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 32px;
    font-weight: 400;
    color: #1c71b6;
    font-family: "Trajan", sans-sarif
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .title {
        font-size: 22px;
        font-weight: 400;
        color: #37a2b5;
        font-family: "Trajan", sans-sarif;
        text-align: left
    }
}

.event-grid-property .container .event-wrp .subtitle {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    text-align: left
}

.event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .swiper-slide {
    height: 100%
}

@media (min-width: 1200px) {
    .event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .swiper-slide {
        min-height: 351px
    }
}

.event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .swiper-slide::after {
    display: none
}

.event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .paging-circle.js-paging {
    bottom: auto;
    top: calc(50% - 28px);
    width: 100%;
    right: auto;
    left: 0
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .paging-circle.js-paging {
        text-align: left
    }
}

.event-grid-property .container .event-wrp .slider-images .slider__clip .slider__slides .paging-circle.js-paging .paging__next {
    position: absolute;
    right: 39px
}

.event-grid-property .container .event-wrp .meeting-info {
    position: relative;
    display: block;
    margin-top: 20px
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .meeting-info {
        margin-top: 17px;
        text-align: left
    }
}

.event-grid-property .container .event-wrp .meeting-info p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold
}

.event-grid-property .container .event-wrp .meeting-info p span {
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    font-family: "Gilroy", sans-sarif
}

.event-grid-property .container .event-wrp .meeting-info p.space {
    margin-right: 16px
}

.event-grid-property .container .event-wrp .meeting-info p.dimension {
    margin-right: 16px
}

@media (min-width: 1024px)and (max-width: 1199px) {
    .event-grid-property .container .event-wrp .meeting-info p.space {
        margin-right: 5px
    }

    .event-grid-property .container .event-wrp .meeting-info p.dimension {
        margin-right: 5px
    }
}

.event-grid-property .container .event-wrp .meeting-amenities {
    position: relative;
    margin-top: 15px;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .meeting-amenities {
        width: 90%;
        margin: 0 auto 20px
    }
}

.event-grid-property .container .event-wrp .meeting-amenities .cap-item {
    position: relative;
    float: left;
    text-align: center;
    width: 12.5%;
    margin-top: 2px;
    display: block;
    height: 110px
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .meeting-amenities .cap-item {
        width: 24%;
        margin-top: 23px;
        margin-bottom: 0
    }
}

.event-grid-property .container .event-wrp .meeting-amenities .cap-item .icon-wrap {
    position: relative;
    display: block;
    min-height: 40px
}

.event-grid-property .container .event-wrp .meeting-amenities .cap-item img {
    position: relative;
    display: block;
    margin: 0 auto
}

.event-grid-property .container .event-wrp .meeting-amenities .cap-item .cap-name {
    font-size: 10px;
    font-weight: 400;
    color: #1d1d1d;
    font-family: "Gilroy", sans-sarif;
    margin-top: 3px;
    margin-bottom: 0
}

.event-grid-property .container .event-wrp .meeting-amenities .cap-item .cap-val {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    font-family: "Gilroy", sans-sarif
}

@media (max-width: 992px) {
    .event-grid-property .container .event-wrp .meeting-amenities .cap-item .cap-val {
        line-height: 1;
        margin-top: 7px
    }
}

.event-grid-property .container .event-wrp .rfp-button {
    margin-top: 25px;
    min-width: 310px
}

.property-weddings {
    position: relative
}

.property-weddings .title {
    margin-bottom: 58px
}

@media (max-width: 1200px) {
    .property-weddings .title {
        width: 95%;
        position: relative;
        display: block;
        margin: 0 auto 50px
    }
}

@media (max-width: 992px) {
    .property-weddings .title {
        width: 95%;
        margin: 0 auto 34px
    }
}

.property-weddings .title .heading__title {
    font-size: 32px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    margin-top: 15px
}

@media (max-width: 992px) {
    .property-weddings .title .heading__title {
        font-size: 22px;
        margin-top: 32px;
        margin-bottom: 0
    }
}

.property-weddings .title .description {
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    font-family: "Gilroy", sans-sarif;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 31px
}

@media (max-width: 992px) {
    .property-weddings .title .description {
        margin-top: 10px;
        margin-bottom: 18px
    }
}

.property-weddings .title .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.property-weddings .title .btn-container .rfp-button {
    margin-top: 5px;
    min-width: 310px;
    margin-left: 16px
}

@media (max-width: 767px) {
    .property-weddings .title .btn-container .rfp-button {
        margin: 0 auto
    }
}

.property-weddings .title .btn-container .btn-default {
    margin-top: 5px;
    min-width: 310px
}

@media (max-width: 767px) {
    .property-weddings .title .btn-container .btn-default {
        margin: 15px auto 0px
    }
}

.property-weddings .row.img .wedding-image {
    position: relative;
    display: block;
    margin-bottom: 0
}

.property-weddings .row.img .wedding-image img {
    width: 100%;
    height: auto
}

.property-weddings .row.img .wedding-image svg {
    display: none
}

@media (max-width: 992px) {
    .property-weddings .row.img .wedding-image svg {
        position: absolute;
        display: block;
        right: 25px;
        bottom: 25px;
        cursor: pointer;
        z-index: 3
    }
}

.property-delegate-package {
    position: relative;
    background: #fafafa;
    padding-top: 95px;
    padding-bottom: 117px
}

@media (max-width: 992px) {
    .property-delegate-package {
        padding-top: 67px;
        padding-bottom: 100px
    }
}

.property-delegate-package .container {
    position: relative
}

@media (max-width: 992px) {
    .property-delegate-package .container {
        padding: 0 25px
    }
}

.property-delegate-package .container h4.small-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #1c1c1c;
    font-family: "Trajan", sans-sarif
}

.property-delegate-package .container .deligate-info h4.small-title {
    position: relative
}

.property-delegate-package .container .deligate-info .content-left {
    position: relative;
    font-size: 21px;
    font-weight: 400;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    text-align: left;
    padding-left: 59px;
    line-height: 32px;
    padding-top: 44px
}

@media (max-width: 992px) {
    .property-delegate-package .container .deligate-info .content-left {
        padding: 19px 0 0 16px;
        font-size: 16px;
        text-align: left;
        line-height: 22px;
        color: #000
    }
}

.property-delegate-package .container .deligate-info .content-left p {
    margin-bottom: 0
}

.property-delegate-package .container .deligate-elements {
    padding-left: 88px;
    padding-top: 8px
}

@media (max-width: 1200px) {
    .property-delegate-package .container .deligate-elements {
        padding-left: 0;
        padding-top: 0
    }
}

@media (max-width: 992px) {
    .property-delegate-package .container .deligate-elements {
        padding-left: 15px;
        padding-top: 93px
    }
}

.property-delegate-package .container .deligate-elements h4.small-title {
    position: relative;
    margin-bottom: 16px
}

@media (max-width: 992px) {
    .property-delegate-package .container .deligate-elements h4.small-title {
        margin-bottom: 32px
    }
}

.property-delegate-package .container .deligate-elements .content-right {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    font-family: "Gilroy", sans-sarif
}

@media (max-width: 992px) {
    .property-delegate-package .container .deligate-elements .content-right {
        line-height: 27px
    }
}

.property-delegate-package .container .deligate-elements .content-right ul {
    list-style-type: none;
    margin-left: 10px
}

.property-delegate-package .container .deligate-elements .content-right ul li {
    list-style-type: "-";
    padding-left: 3px
}

.attraction-map .select-category {
    height: 60px
}

.attraction-map #attractionmap {
    height: 340px
}

.attraction-map .poi-list {
    display: none
}

.slider-intro.disable-slider .pause-button, .slider-intro.disable-slider .paging, .slider-intro.disable-slider .paging-circle {
    display: none
}

@media (max-width: 767px) {
    .property-attraction-list .items--modified .items__body {
        margin: 0 auto
    }
}

.property-attraction-list .item {
    display: none
}

.property-attraction-list .item.show {
    display: block
}

.property-attraction-list .item .item__content {
    text-align: left
}

.property-attraction-list .item .item__content .item__subtitle {
    font-size: 19px;
    color: #1c1c1c
}

.property-attraction-list .item .item__content .item__entry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4e4e4e;
    font-size: 15px
}

.other-spa-items .item .item__content .item__entry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4e4e4e;
    font-size: 15px
}

.attraction-map .nice-select {
    border-bottom: 1px solid #37a2b5;
    color: #37a2b5
}

.gm-style-iw {
    padding: 0 !important;
    border-radius: 0px !important;
    overflow: visible !important
}

.gm-style-iw img[src="https://maps.gstatic.com/intl/en_us/mapfiles/iw_close.gif"] {
    content: url("../../../../../../integration/titanic-hotels/public/images/pin-close.svg")
}

.gm-style-iw .gm-ui-hover-effect {
    background-image: url("../../../../../../integration/titanic-hotels/public/images/pin-close.svg") !important;
    background-size: cover !important;
    opacity: 1 !important;
    top: 78px !important;
    left: -17px
}

.gm-style-iw .gm-ui-hover-effect:hover {
    opacity: .6 !important
}

.gm-style-iw .gm-ui-hover-effect img {
    display: none !important
}

.gm-style-iw.gm-style-iw-c {
    max-height: 288px !important
}

.gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
    max-height: 320px !important
}

.gm-style-iw .gm-style-iw-d div {
    width: 233px;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    .gm-style-iw .gm-style-iw-d div {
        width: 175px
    }
}

.gm-style-iw .gm-style-iw-d div.mark-bg {
    width: 100%;
    height: 92px;
    background-position: center;
    background-size: cover
}

.gm-style-iw .gm-style-iw-d div h4 {
    font-family: "Trajan", sans-sarif;
    text-align: left;
    font-size: 17px;
    margin: 0 27px;
    word-break: break-word;
    margin-top: 15px
}

.gm-style-iw .gm-style-iw-d div .btn-link {
    margin: 0 27px 16px 27px;
    font-size: 16px;
    font-family: "Gilroy", sans-sarif;
    margin: 8px 27px 4px
}

@media (max-width: 767px) {
    .gm-style-iw .gm-style-iw-d div .btn-link {
        font-size: 15px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper {
    bottom: calc(100% + 25px);
    z-index: 1;
    min-height: 420px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper {
        width: 410px;
        min-height: 400px;
        padding: 30px 30px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption .month-name {
    text-align: center
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption .month-name .month-element {
    display: inline;
    text-transform: uppercase
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper .caption .month-name .month-element {
        font-size: 25px
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper .caption th {
        padding-bottom: 20px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption th:not(.month-name) {
    width: 37px;
    display: block
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption th:not(.month-name):first-child {
    float: left
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption th:not(.month-name):last-child {
    float: right
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption th:not(.month-name):last-child .next {
    transform: rotate(-180deg)
}

.property .js-booking-form .form__inner .date-picker-wrapper .caption .month-name {
    padding-bottom: 25px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper .caption .month-name {
        padding-bottom: 20px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper .week-name th {
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper .week-name th {
        font-size: 16px !important;
        line-height: 1 !important
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper .next, .property .js-booking-form .form__inner .date-picker-wrapper .prev {
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/calendar-arrow.svg") no-repeat
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td {
    position: relative
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td:hover::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #37a2b5;
    border-radius: 100%
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper tbody tr td:hover::before {
        width: 38px;
        height: 38px
    }
}

@media (max-width: 767px) {
    .property .js-booking-form .form__inner .date-picker-wrapper tbody tr td:hover::before {
        width: 40px;
        height: 40px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .first-date-selected {
    position: relative
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .first-date-selected::before {
    z-index: -1
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .valid {
    z-index: 2;
    position: relative;
    padding: 13px 0
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .day {
    padding: 11.5px 0
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .day {
        padding: 8px 0;
        font-size: 16px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .checked {
    background-color: rgba(0, 0, 0, 0)
}

.property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .checked::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: #37a2b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .checked::before {
        width: 50px;
        height: 48px
    }
}

@media (max-width: 767px) {
    .property .js-booking-form .form__inner .date-picker-wrapper tbody tr td .checked::before {
        width: 40px;
        height: 40px
    }
}

.property .js-booking-form .form__inner .date-picker-wrapper .month-wrapper {
    background-color: #1d1d1d
}

.property.g_property-home .js-booking-form .form__inner .date-picker-wrapper {
    width: 390px;
    min-height: 380px
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property.g_property-home .js-booking-form .form__inner .date-picker-wrapper {
        min-height: 310px;
        width: 330px
    }
}

@media (max-width: 767px) {
    .property.g_property-home .js-booking-form .form__inner .date-picker-wrapper {
        width: auto
    }
}

.property.g_property-home .js-booking-form .form__inner .date-picker-wrapper::after {
    content: "";
    width: 40px;
    height: 20px;
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/down-arrow.svg") no-repeat;
    position: absolute;
    bottom: -20px;
    left: 120px;
    background-size: 40px
}

@media (max-width: 1024px) {
    .property.g_property-home .js-booking-form .form__inner .date-picker-wrapper::after {
        display: none
    }
}

@media (min-width: 1201px)and (max-width: 1365px) {
    .property .booking-mask .dropdown .list-counter li button {
        padding: 4px 0;
        font-size: 16px
    }
}

.property .booking-mask .accordion__counter::before {
    font-size: 18px
}

.property-gallery {
    position: relative;
    padding-top: 49px
}

.property-gallery .filter-wrap {
    position: relative;
    display: block;
    min-height: 54px;
    margin-bottom: 38px;
    opacity: 0;
    padding: 0px 15px
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap {
        margin-bottom: 10px;
        padding: 0px 5px
    }
}

.property-gallery .filter-wrap .download-all {
    position: relative;
    float: right;
    display: inline-block;
    border: 1px solid #37a2b5;
    font-size: 17px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    min-width: 348px;
    cursor: pointer
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .download-all {
        float: none;
        display: block;
        min-width: 100%
    }
}

.property-gallery .filter-wrap .download-all svg path {
    fill: #37a2b5
}

.property-gallery .filter-wrap .download-all svg circle {
    fill: #37a2b5
}

.property-gallery .filter-wrap .filter-gallery {
    position: relative;
    float: left;
    width: calc(100% - 382px)
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .filter-gallery {
        float: none;
        display: block;
        width: 100%;
        margin-top: 0
    }
}

.property-gallery .filter-wrap .filter-gallery .search-filter {
    margin: 0;
    width: 100%;
    max-width: none;
    background: #f4f5f5;
    padding: 19px 0 0px 14px
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .filter-gallery .search-filter {
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #37a2b5
    }
}

.property-gallery .filter-wrap .filter-gallery .search-filter .nice-select {
    border: none;
    height: 33px
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .filter-gallery .search-filter .nice-select {
        margin-bottom: 0
    }
}

.property-gallery .filter-wrap .filter-gallery .search-filter .nice-select .current {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif
}

@media (max-width: 767px) {
    .property-gallery .filter-wrap .filter-gallery .search-filter .nice-select .current {
        color: #37a2b5
    }
}

.property-gallery .filter-wrap .filter-gallery .search-filter .nice-select::after {
    right: 27px;
    height: 14px;
    width: 14px;
    border-color: #37a2b5;
    margin-top: -18px
}

.property-gallery .filter-wrap .filter-gallery .search-filter .nice-select ul.list {
    background: #fff
}

.property-gallery .filter-wrap .filter-gallery .search-filter .nice-select ul.list li {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    line-height: 31px;
    background: #fff;
    padding: 10px 15px
}

.property-gallery .gallery .grid-item .fullsize-image-gallery {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.property-gallery .gallery .grid-item .fullsize-image-gallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

@media (max-width: 767px) {
    .property-gallery .gallery .grid-item {
        width: calc(50% - 10px) !important;
        padding-top: calc(35% - 10px) !important;
        margin: 5px
    }
}

.bar-grid.block__list {
    padding-left: 0
}

.bar-grid .segment {
    display: block;
    margin-top: 0;
    margin-bottom: 50px
}

.bar-grid .segment .segment__image {
    height: 100%;
    width: 100%
}

.bar-grid .segment .segment__image:hover {
    opacity: 1
}

.bar-grid .segment .segment__content {
    background-color: #fafafa;
    width: auto;
    padding: 14px 0 0 0;
    /*height: calc(100% - 244px)*/
}

@media (max-width: 767px) {
    .bar-grid .segment .segment__content {
        height: auto
    }
}

.bar-grid .segment .segment__content .segment__inner .segment__entry {
    max-height: none
}

.bar-grid .segment .segment__content .segment__inner .segment__entry p * {
    color: #707070
}

.bar-grid .segment .segment__content .segment__inner .segment__entry p strong {
    color: #1c1c1c
}

.bar-grid .segment .fullsize-image {
    height: 100%
}

.bar-grid .segment a.hover-magnifier {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
    height: 100%
}

.bar-grid .segment a.hover-magnifier svg {
    position: relative;
    top: calc(50% - 25px)
}

.bar-grid .segment .paging-circle {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 0;
    width: 100%;
    height: 1px
}

.bar-grid .segment .paging-circle button {
    position: relative;
    bottom: 25px
}

.bar-grid .segment .paging-circle .paging__next {
    float: right
}

.block__filters.bars .button-list {
    margin-top: 0
}

.property-restaurant-grid .segment .segment__content {
    background-color: #fafafa
}

.property-restaurant-grid .segment .segment__category {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    padding: 0 12px;
    background-attachment: fixed;
    background: #37a2b5;
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .72px;
    color: #fff
}

.property-restaurant-grid .segment .segment__category.cat_451 {
    background-color: #1d1d1d
}

@media (max-width: 767px) {
    .property-restaurant-grid .segment .segment__category {
        top: auto;
        bottom: -14px
    }
}

.property-restaurant-grid .search .resort-map-link .search__label {
    cursor: pointer
}

.property-restaurant-grid .segment .segment__category:lang(ru) {
    font-size: 9px
}

.custom-map-section {
    margin: 30px auto 64px
}

.custom-map-section .custom-map-container {
    max-width: 1031px;
    margin: 0 auto
}

.custom-map-section .custom-map-container .custom-map-categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-map-section .custom-map-container .custom-map-categories ul:after {
    content: "";
    display: block;
    clear: both
}

.custom-map-section .custom-map-container .custom-map-categories ul li {
    float: left
}

.custom-map-section .custom-map-container .custom-map-categories ul li:not(:first-child) {
    margin-left: 10px
}

.custom-map-section .custom-map-container .custom-map-categories ul li button {
    padding: 0px 20px 28px 0;
    border: none;
    background: none;
    font-family: "Trajan", sans-sarif;
    color: #37a2b5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px
}

.custom-map-section .custom-map-container .custom-map-categories ul li button:before {
    content: "●";
    font-size: 30px;
    line-height: 0;
    padding: 0;
    margin-top: 15px;
    position: absolute;
    margin-left: -20px
}

.custom-map-section .custom-map-container .custom-map-categories ul li button.poi-button-red:before {
    color: #f00606
}

.custom-map-section .custom-map-container .custom-map-categories ul li button.poi-button-green:before {
    color: #b4db4a
}

.custom-map-section .custom-map-container .custom-map-categories ul li button.poi-button-yellow:before {
    color: #f0ba06
}

.custom-map-section .custom-map-container .custom-map-categories ul li button.poi-button-orange:before {
    color: #f07522
}

.custom-map-section .custom-map-container .custom-map-categories ul li button.poi-button-purple:before {
    color: #ba06f0
}

.custom-map-section .custom-map-container .custom-map-categories ul li button[data-active=true] {
    color: #000;
    text-decoration: underline
}

.custom-map-section .custom-map-container .custom-map {
    position: relative;
    width: 1031px;
    height: 579px
}

.custom-map-section .custom-map-container .poi {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1)
}

.custom-map-section .custom-map-container .poi.hide {
    transform: scale(0)
}

.custom-map-section .custom-map-container .poi-red {
    background: #f00606
}

.custom-map-section .custom-map-container .poi-green {
    background: #b4db4a
}

.custom-map-section .custom-map-container .poi-yellow {
    background: #f0ba06
}

.custom-map-section .custom-map-container .poi-orange {
    background: #f07522
}

.custom-map-section .custom-map-container .poi-purple {
    background: #ba06f0
}

.contacts__map #mapcontact {
    height: 463px;
    width: 100%
}

.contacts__entry .address-heading {
    width: 55px;
    padding-right: 4px;
    vertical-align: top
}

.contacts__entry .phone-field {
    margin-bottom: 0
}

.g_free-content-property .contacts__map .map {
    position: relative
}

.section.property-welcome {
    margin-top: 36px
}

@media (max-width: 767px) {
    .section.property-welcome {
        margin-top: 0
    }
}

.section.property-welcome .block-text-media .block__media {
    padding-right: 15px
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__media {
        padding-right: 0
    }
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .block__video {
        width: 668px;
        height: 376px;
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .section.property-welcome .block-text-media .block__media .block__video {
        width: 100%;
        height: 200px
    }
}

.section.property-welcome .block-text-media .block__media .block__video iframe {
    height: 400px
}

@media (max-width: 1024px) {
    .section.property-welcome .block-text-media .block__media .block__video iframe {
        height: 280px
    }
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .block__video iframe {
        height: 376px;
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .section.property-welcome .block-text-media .block__media .block__video iframe {
        height: 200px
    }
}

.section.property-welcome .block-text-media .block__media .slider__slide-image {
    height: auto
}

@media (max-width: 1024px) {
    .section.property-welcome .block-text-media .block__media .slider__slide-image {
        width: 100%;
        max-height: 375px;
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__media .slider__slide-image {
        max-height: 375px;
        overflow: hidden
    }
}

.section.property-welcome .block-text-media .block__media .slider-images {
    padding-top: 8px
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .slider-images {
        width: 668px;
        margin: auto
    }
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__media .slider-images {
        margin-left: -10px
    }

    .section.property-welcome .block-text-media .block__media .slider-images .paging-circle {
        bottom: 0;
        right: auto;
        left: calc(100vw - 130px)
    }
}

.section.property-welcome .block-text-media .block__media .slider-images.not-initialized .slider__slide {
    opacity: 1;
    visibility: visible
}

.section.property-welcome .block-text-media .block__media .slider-images.not-initialized .paging-circle {
    display: none
}

.section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev .fill-default, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next .fill-default {
    fill: common_gray_black_icon-color-color
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev .fill-default, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next .fill-default {
        fill: #fff
    }
}

.section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev .fill-white, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next .fill-white {
    fill: #fff
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev .fill-white, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next .fill-white {
        fill: #37a2b5
    }
}

.section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev:hover .fill-default, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next:hover .fill-default {
    fill: #fff
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev:hover .fill-default, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next:hover .fill-default {
        fill: #37a2b5
    }
}

.section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev:hover .fill-white, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next:hover .fill-white {
    fill: #37a2b5
}

@media (max-width: 992px) {
    .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__prev:hover .fill-white, .section.property-welcome .block-text-media .block__media .slider-images .paging-circle .paging__next:hover .fill-white {
        fill: #fff
    }
}

.section.property-welcome .block-text-media .block__media .slider-images .light-box-link.mobile-only {
    display: none
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__media .slider-images .light-box-link.mobile-only {
        width: 49px;
        height: 49px;
        display: block;
        bottom: 0;
        position: absolute;
        left: calc(100vw - 256px)
    }
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__media .slider-images .pause-button {
        bottom: 0;
        right: auto;
        left: calc(100vw - 193px)
    }
}

.section.property-welcome .block-text-media .block__text {
    padding-left: 35px
}

@media (max-width: 767px) {
    .section.property-welcome .block-text-media .block__text {
        margin-bottom: 25px
    }

    .section.property-welcome .block-text-media .block__text .link-expand.link-read-more, .section.property-welcome .block-text-media .block__text .link-expand.link-read-less {
        padding-right: 0
    }
}

.section.property-welcome .block-text-media .block__text h1 .h2.block__subtitle {
    font-size: 46px
}

@media (max-width: 1024px) {
    .section.property-welcome .block-text-media .block__text h1 .h2.block__subtitle {
        font-size: 32px
    }
}

.section.property-welcome .block-text-media .block__text .h1.block__title {
    display: block;
    margin-bottom: 0
}

.property-hero .pause-button {
    bottom: 160px
}

@media (max-width: 1024px) {
    .property-hero .pause-button {
        bottom: 5%
    }
}

@media (max-width: 767px) {
    .property-hero .pause-button {
        bottom: 17px
    }
}

@media (max-width: 992px) {
    .property-free-content .hero .slider-intro .intro {
        height: calc(100vh - 135px)
    }
}

@media (max-width: 767px) {
    .property-free-content .hero .slider-intro .intro {
        height: calc(100vh - 110px)
    }
}

.property-free-content .hero .slider-intro .paging-circle .paging__prev, .property-free-content .hero .slider-intro .paging-circle .paging__next {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3px
}

@media (max-width: 767px) {
    .property-free-content .hero .slider-intro .paging-circle .paging__prev, .property-free-content .hero .slider-intro .paging-circle .paging__next {
        margin-top: 0px;
        transform: none
    }
}

@media (max-width: 1024px) {
    .property-free-content .hero .slider-intro .pause-button {
        right: 10px
    }
}

@media (max-width: 992px) {
    .property-free-content .hero .slider-intro .pause-button {
        right: 10px;
        bottom: 5%
    }
}

@media (max-width: 767px) {
    .property-free-content .hero .slider-intro .pause-button {
        bottom: 17px;
        right: 143px
    }
}

@media (max-width: 992px) {
    .g_property-home .property-hero .slider-intro .paging-circle .paging__prev, .g_property-home .property-hero .slider-intro .paging-circle .paging__next {
        top: 50%;
        transform: translateY(-50%);
        margin-top: -3px
    }
}

@media (max-width: 767px) {
    .g_property-home .property-hero .slider-intro .paging-circle .paging__prev, .g_property-home .property-hero .slider-intro .paging-circle .paging__next {
        margin-top: 0px;
        transform: none
    }
}

@media (max-width: 1024px) {
    .g_property-home .property-hero .slider-intro .pause-button {
        right: 10px
    }
}

@media (max-width: 992px) {
    .g_property-home .property-hero .slider-intro .pause-button {
        right: 10px
    }
}

@media (max-width: 767px) {
    .g_property-home .property-hero .slider-intro .pause-button {
        bottom: 17px;
        right: 143px
    }
}

.enable-video {
    height: calc(100vh - 90px)
}

@media (max-width: 1024px) {
    .enable-video {
        height: 575px
    }
}

@media (max-width: 992px) {
    .enable-video {
        height: 430px
    }
}

@media (max-width: 767px) {
    .enable-video {
        height: 360px
    }
}

@media (max-width: 576px) {
    .enable-video {
        height: 210px
    }
}

.slide-item.video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden
}

.slide-item.video .video-wrap .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.slide-item.video .video-wrap .inner-wrap .center {
    position: relative;
    display: block;
    width: 100%
}

.slide-item.video .video-wrap .inner-wrap .center .container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    max-width: none
}

.slide-item.video .video-wrap .inner-wrap .center .container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none
}

.slide-item.video .pause-button {
    display: none;
    position: absolute;
    right: 60px;
    bottom: 115px;
    z-index: 15;
    cursor: pointer;
    width: 50px;
    height: 50px
}

@media (max-width: 1024px) {
    .slide-item.video .pause-button {
        bottom: 15px
    }
}

@media (max-width: 992px) {
    .slide-item.video .pause-button {
        bottom: 15px
    }
}

@media (max-width: 767px) {
    .slide-item.video .pause-button {
        bottom: 15px
    }
}

.tvs-enabled .video .pause-button {
    display: block
}

.property-detail-hero-short .intro--small {
    height: auto
}

@media (max-width: 767px) {
    .property-detail-hero-short .intro--small {
        height: calc(110vh - 177px);
        margin: 0
    }
}

@media (max-width: 767px) {
    .property-detail-hero-short .intro--small img {
        height: 100%;
        width: auto
    }
}

.resort-map-section {
    padding-bottom: 85px
}

@media (max-width: 992px) {
    .resort-map-section {
        display: none
    }
}

.resort-map-section .container {
    padding: 0
}

.resort-map-section .container .resort-map-wrap .map-container {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding-top: 30px
}

.resort-map-section .container .resort-map-wrap .map-container .poi-container {
    display: none
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul:after {
    content: "";
    display: block;
    clear: both
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li {
    float: left
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li:not(:first-child) {
    margin-left: 10px
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button {
    padding: 0 73px 37px 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    line-height: 17px;
    position: relative;
    transition: .5s
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 25px;
    top: 13px;
    transition: 1s
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button:hover, .resort-map-section .container .resort-map-wrap .map-container .categories ul li button.active {
    color: #000
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button:hover::after, .resort-map-section .container .resort-map-wrap .map-container .categories ul li button.active::after {
    height: 1px;
    width: calc(100% - 97px);
    background: #000
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button:before {
    content: "●";
    font-size: 25px;
    padding: 5px;
    line-height: 0;
    top: 2px;
    position: relative
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button.poi-button-red:before {
    color: #f00606
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button.poi-button-yellow:before {
    color: #f0ba06
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button.poi-button-light-green:before {
    color: #b4db4a
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button.poi-button-orange:before {
    color: #f07522
}

.resort-map-section .container .resort-map-wrap .map-container .categories ul li button.poi-button-purple:before {
    color: #ba06f0
}

.resort-map-section .container .resort-map-wrap .map-container .map {
    position: relative;
    width: 1000px;
    height: 562px
}

.resort-map-section .container .resort-map-wrap .map-container .poi {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1)
}

.resort-map-section .container .resort-map-wrap .map-container .poi.hide {
    transform: scale(0)
}

.resort-map-section .container .resort-map-wrap .map-container .poi-red {
    background: #f00606
}

.resort-map-section .container .resort-map-wrap .map-container .poi-yellow {
    background: #f0ba06
}

.resort-map-section .container .resort-map-wrap .map-container .poi-light-green {
    background: #b4db4a
}

.resort-map-section .container .resort-map-wrap .map-container .poi-orange {
    background: #f07522
}

.resort-map-section .container .resort-map-wrap .map-container .poi-purple {
    background: #ba06f0
}

.info-map-section {
    padding-bottom: 85px
}

.info-map-section .container {
    padding: 0;
    max-width: 1366px
}

.info-map-section .container .container-small {
    max-width: 1216px;
    position: relative;
    margin: 0 auto;
    text-align: center
}

.info-map-section .container .container-small .h2.heading__title {
    color: #1c1c1c;
    font-family: "Gilroy", sans-sarif;
    text-transform: capitalize
}

.info-map-section .container .container-small .h2.heading__subtitle {
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    text-transform: uppercase
}

.info-map-section .container .info-map-wrap .map-container {
    max-width: 1366px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 30px
}

.info-map-section .container .info-map-wrap .map-container .poi-container {
    display: none
}

.info-map-section .container .info-map-wrap .map-container .categories {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto
}

.info-map-section .container .info-map-wrap .map-container .categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-map-section .container .info-map-wrap .map-container .categories ul:after {
    content: "";
    display: block;
    clear: both
}

.info-map-section .container .info-map-wrap .map-container .categories ul li {
    display: inline
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button {
    padding: 0 73px 37px 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    line-height: 17px;
    position: relative;
    transition: .5s
}

@media (max-width: 992px) {
    .info-map-section .container .info-map-wrap .map-container .categories ul li button {
        padding: 0 10px 20px 0
    }
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 25px;
    top: 13px;
    transition: 1s
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button:hover, .info-map-section .container .info-map-wrap .map-container .categories ul li button.active {
    color: #000
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button:hover::after, .info-map-section .container .info-map-wrap .map-container .categories ul li button.active::after {
    height: 1px;
    width: calc(100% - 97px);
    background: #000
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button:before {
    content: "●";
    font-size: 25px;
    padding: 5px;
    line-height: 0;
    top: 2px;
    position: relative
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-red:before {
    color: #f00606
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-yellow:before {
    color: #f0ba06
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-light-green:before {
    color: #b4db4a
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-orange:before {
    color: #f07522
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-purple:before {
    color: #ba06f0
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-blue:before {
    color: blue
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-brown:before {
    color: brown
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-black:before {
    color: #000
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-pink:before {
    color: pink
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-grey:before {
    color: #a9a9a9
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-cyan:before {
    color: #42d4f4
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-teal:before {
    color: #469990
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-olive:before {
    color: olive
}

.info-map-section .container .info-map-wrap .map-container .categories ul li button.poi-button-mint:before {
    color: #aaffc3
}

@media (max-width: 992px) {
    .info-map-section .container .info-map-wrap .map-container .map-wrap-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 255px;
        overflow: hidden
    }
}

.info-map-section .container .info-map-wrap .map-container .map-wrap-inner h3.pan {
    display: none
}

@media (max-width: 992px) {
    .info-map-section .container .info-map-wrap .map-container .map-wrap-inner h3.pan {
        position: relative;
        z-index: 1;
        font-size: 10px;
        width: 100%;
        text-align: center;
        display: block;
        background: #fff
    }
}

.info-map-section .container .info-map-wrap .map-container .map-wrap-inner .map {
    position: relative;
    width: 100%;
    padding-top: 27.59%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 992px) {
    .info-map-section .container .info-map-wrap .map-container .map-wrap-inner .map {
        position: absolute;
        width: 100%;
        padding-top: 27.59%
    }
}

.info-map-section .container .info-map-wrap .map-container .poi {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1)
}

@media (max-width: 992px) {
    .info-map-section .container .info-map-wrap .map-container .poi {
        border: 1px solid #fff;
        width: 10px;
        height: 10px
    }
}

.info-map-section .container .info-map-wrap .map-container .poi.hide {
    transform: scale(0)
}

.info-map-section .container .info-map-wrap .map-container .poi-red {
    background: #f00606
}

.info-map-section .container .info-map-wrap .map-container .poi-yellow {
    background: #f0ba06
}

.info-map-section .container .info-map-wrap .map-container .poi-light-green {
    background: #b4db4a
}

.info-map-section .container .info-map-wrap .map-container .poi-orange {
    background: #f07522
}

.info-map-section .container .info-map-wrap .map-container .poi-purple {
    background: #ba06f0
}

.info-map-section .container .info-map-wrap .map-container .poi-blue {
    background: blue
}

.info-map-section .container .info-map-wrap .map-container .poi-brown {
    background: brown
}

.info-map-section .container .info-map-wrap .map-container .poi-black {
    background: #000
}

.info-map-section .container .info-map-wrap .map-container .poi-pink {
    background: pink
}

.info-map-section .container .info-map-wrap .map-container .poi-grey {
    background: #a9a9a9
}

.info-map-section .container .info-map-wrap .map-container .poi-cyan {
    background: #42d4f4
}

.info-map-section .container .info-map-wrap .map-container .poi-teal {
    background: #469990
}

.info-map-section .container .info-map-wrap .map-container .poi-olive {
    background: olive
}

.info-map-section .container .info-map-wrap .map-container .poi-mint {
    background: #aaffc3
}

@media (max-width: 992px) {
    .g_free-content-property .tooltip {
        display: block
    }
}

.g_property-room-detail .slider-intro .intro {
    background-size: cover;
    background-position: center
}

.g_property-room-detail .main-slider .pause-button {
    bottom: 51px
}

@media (max-width: 767px) {
    .g_property-room-detail .main-slider .pause-button {
        bottom: 17px
    }
}

.g_property-room-detail .section-special .details .room {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .room__subtitle {
        margin-bottom: 5px
    }
}

.g_property-room-detail .section-special .details .room .room__content .panel__rate {
    margin-top: 19px
}

.g_property-room-detail .section-special .details .room .room__content .room__entry {
    color: #707070
}

.g_property-room-detail .section-special .details .room .room__content .room__entry ul {
    padding-left: 16px;
    margin: 0
}

.g_property-room-detail .section-special .details .room .room__content .room__entry ul li {
    line-height: 1
}

.g_property-room-detail .section-special .details .room .room__content .room__entry ul li + li {
    margin-top: 10px
}

.g_property-room-detail .section-special .details .room .room__content .room__entry .room-features {
    height: 60px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cecece;
    margin-top: 18px;
    padding-left: 4px
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .room__entry .room-features {
        margin-top: 44px;
        border: none;
        height: auto
    }

    .g_property-room-detail .section-special .details .room .room__content .room__entry .room-features > * {
        margin-top: 10px
    }
}

.g_property-room-detail .section-special .details .room .room__content .room__entry .middle-content strong {
    font-weight: 700
}

.g_property-room-detail .section-special .details .room .room__content .room__entry .middle-content ul {
    margin-top: 8px
}

.g_property-room-detail .section-special .details .room .room__content .room__entry .middle-content ul li {
    display: list-item
}

.g_property-room-detail .section-special .details .room .room__content .amenities {
    padding: 22px 0;
    margin-top: 0;
    border-top: none
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .amenities {
        border-top: 1px solid #cecece;
        margin-top: 40px;
        padding: 24px 0
    }
}

@media (max-width: 992px) {
    .g_property-room-detail .section-special .details .room .room__content .amenities ul li {
        width: auto
    }
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .amenities ul li {
        width: 33.3%
    }
}

.g_property-room-detail .section-special .details .room .room__content .amenities ul li img {
    height: 30px;
    width: auto
}

@media (max-width: 992px) {
    .g_property-room-detail .section-special .details .room .room__content .amenities ul li img {
        height: 40px;
        width: 40px
    }
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .amenities ul li img {
        height: 40px;
        width: 40px
    }
}

.g_property-room-detail .section-special .details .room .room__content .amenities ul li span {
    color: #37a2b5
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room__content .panel__amenities {
        margin-top: 48px
    }
}

.g_property-room-detail .section-special .details .room .room__content .panel__amenities .amenities-heading {
    margin: 20px 0;
    font-size: 20px;
    font-family: "Gilroy", sans-serif
}

.g_property-room-detail .section-special .details .room .room__content .panel__amenities .facilities-list {
    display: flex
}

.g_property-room-detail .section-special .details .room .room__content .panel__amenities .facilities-list .facilities-wrp {
    margin-right: 8px
}

.g_property-room-detail .section-special .details .room .slider-accommodations .slider__slide-image {
    background-size: cover;
    background-position: center
}

.g_property-room-detail .section-special .details .room .slider-accommodations .slider__slide-image::after {
    background-color: #f4f4f4
}

.g_property-room-detail .section-special .details .room .panel__rate {
    margin-top: 85px
}

@media (max-width: 767px) {
    .g_property-room-detail .section-special .details .room .room-amenities ul li {
        display: none
    }
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg {
    height: 38px;
    width: auto;
    max-width: 48px
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg path {
    fill: #37a2b5 !important
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg rect {
    fill: #37a2b5 !important
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg g {
    fill: #37a2b5 !important
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg line {
    fill: #37a2b5 !important
}

.g_property-room-detail .section-special .details .room .room-amenities ul li .image svg circle {
    fill: #37a2b5 !important
}

.g_property-room-detail .room__actions {
    padding-top: 100px
}

.g_property-room-detail .room__actions .slider__slide-image::before {
    display: none
}

.g_property-room-detail .room__actions .swiper-wrapper .video {
    height: 270px
}

.g_property-room-detail .room__actions .swiper-wrapper .video iframe {
    height: 270px;
    max-width: 100%;
    position: absolute;
    z-index: 3
}

.g_property-room-detail .room__actions .swiper-wrapper .video p {
    font-size: 0
}

.g_property-room-detail .room__actions .swiper-wrapper .video .slider__slide-image {
    height: 270px;
    display: inline-block;
    width: 100%;
    cursor: default
}

.g_property-room-detail .details__actions {
    display: none
}

@media (max-width: 767px) {
    .g_property-room-detail .details__actions {
        display: block
    }

    .g_property-room-detail .details__actions .btn {
        margin: 50px auto;
        left: 50%;
        transform: translateX(-50%);
        position: relative
    }
}

.g_property-room-detail .tooltip {
    top: -20px !important
}

.g_property-room-detail .tooltip .tooltip-inner {
    background-color: #1c1c1c
}

.g_property-room-detail .tooltip .arrow::before {
    border-top-color: #1c1c1c
}

.g_property-room-detail .other-room-type {
    padding-top: 66px
}

.g_property-room-detail .other-room-type .heading {
    margin: 0 auto 49px
}

.g_property-room-detail .other-room-type .heading .heading__subtitle {
    margin-bottom: 1px;
    line-height: 1
}

.g_property-room-detail .other-room-type .panel__title {
    margin-bottom: 5px;
    line-height: 1
}

.g_property-room-detail .other-room-type .panel__image {
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__image {
        margin-bottom: 18px
    }
}

.g_property-room-detail .other-room-type .room-features {
    margin-bottom: 10px;
    height: 60px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cecece
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .room-features {
        border: none;
        height: auto
    }
}

.g_property-room-detail .other-room-type .panel__entry__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 168px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container {
        display: block;
        height: auto
    }
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__entry {
    width: 49%;
    font-size: 13px;
    color: #707070;
    display: flex;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__entry {
        width: 100%;
        height: auto;
        padding-left: 2px;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis
    }
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__entry ul {
    margin-left: 0
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__entry ul li {
    position: relative;
    padding-left: 9px
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__entry ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url("../../../../../../integration/titanic-hotels/public/images/svgs/list-icon.svg") no-repeat
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__entry ul li:after {
        top: 1px
    }
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__entry ul li {
        line-height: 1;
        margin-bottom: 12px
    }
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__actions {
    margin-top: 13px
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__amenities {
    width: calc(51% - 10px);
    padding-left: 15px;
    padding-top: 2px
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__amenities {
        width: 100%;
        padding-left: 0
    }
}

.g_property-room-detail .other-room-type .panel__entry__container .panel__amenities .amenities-heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif
}

@media (max-width: 992px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__amenities .amenities-heading {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .g_property-room-detail .other-room-type .panel__entry__container .panel__amenities .amenities-heading {
        margin-top: 12px;
        font-size: 22px;
        margin-bottom: 13px
    }
}

.g_property-room-detail #load-more-items {
    font-size: 18px;
    display: none;
    margin: 10px auto 8px;
    text-decoration: underline;
    width: 100%;
    margin-top: 10px !important
}

@media (max-width: 767px) {
    .g_property-room-detail #load-more-items {
        font-size: 15px
    }
}

.g_property-room-detail .slider-accommodations.not-initialized .swiper-wrapper .slider__slide {
    opacity: 1;
    visibility: visible
}

.g_property-room-detail .slider-accommodations.not-initialized .paging-circle {
    display: none
}

.banner-section {
    margin-top: 60px;
    background-color: #37a2b5;
    padding: 48px 0
}

@media (max-width: 767px) {
    .banner-section {
        margin-top: 16px
    }
}

.banner-section.room-list-banner-section {
    margin-top: 100px
}

.banner-section p {
    text-align: center;
    font-size: 22px;
    color: #fff
}

@media (max-width: 767px) {
    .banner-section p svg {
        width: 76px;
        height: 59px
    }
}

.banner-section p span {
    margin-left: 18px
}

@media (max-width: 767px) {
    .banner-section p span {
        display: block;
        width: 100%;
        margin: 0 auto
    }
}

.panel__actions a:hover {
    background-color: rgba(55, 162, 181, .24);
    border-color: rgba(55, 162, 181, .24)
}

.panel__actions a:focus {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.panel__actions a.js-dynamic-book-url:hover {
    background-color: #37a2b5
}

.g_property-room-detail .room__actions .room__buttons .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(55, 162, 181, .25)
}

.lazyloaded {
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .property-experiences-list .experience__image:hover {
        opacity: 1
    }
}

.g_property-experiences-detail .item__content .item__subtitle {
    color: #1c1c1c;
    line-height: 1.25;
    min-height: 50px
}

.g_property-experiences-detail .item__content .item__entry {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.g_property-experiences-detail .item__content .item__entry * {
    margin: 0
}

.g_property-experiences-detail .item__content .item__link .btn-link {
    text-decoration: underline
}

@media (max-width: 767px) {
    .g_property-experiences-detail .item__content .item__link .btn-link {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .details__nav ul li {
        line-height: 1
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .details__holder {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .details__holder .details__title {
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .details__info {
        margin-top: 18px;
        margin-bottom: 29px
    }

    .g_property-experiences-detail .details__info .slider-images {
        margin-left: -24px;
        width: 100vw
    }

    .g_property-experiences-detail .details__info .slider-images .swiper-container {
        height: 400px
    }

    .g_property-experiences-detail .details__info .slider-images .swiper-container .slider__slide-image {
        width: 100vw;
        height: 400px
    }

    .g_property-experiences-detail .details__info .slider-images .swiper-container .pause-button {
        right: auto;
        bottom: 12px;
        left: calc(100vw - 192px)
    }

    .g_property-experiences-detail .details__info .slider-images .swiper-container .paging {
        bottom: 10px;
        position: absolute;
        left: 7px;
        z-index: 1
    }

    .g_property-experiences-detail .details__info .slider-images .swiper-container .light-box-link {
        position: absolute;
        bottom: 9px;
        left: calc(100vw - 253px)
    }

    .g_property-experiences-detail .details__info .btn-default {
        margin-top: 40px
    }
}

.g_property-experiences-detail .details__info .details__info-entry {
    color: #707070
}

.g_property-experiences-detail .details__entry {
    color: #707070
}

@media (max-width: 767px) {
    .g_property-experiences-detail .experiences .item__content .item__title {
        position: relative;
        text-transform: capitalize;
        font-size: 19px;
        line-height: 26px;
        color: #1d1d1d;
        font-family: "Trajan", serif
    }
}

.g_property-experiences-detail .intro--small {
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .g_property-experiences-detail .intro--small {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .item-info-section {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences {
        border-top: 1px solid #707070;
        padding-top: 43px
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences .slider-items .slider__clip .item__image .item__image-inner::before {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences .slider-items .slider__clip .slider__slide.swiper-slide-active .item .item__content .item__title {
        position: relative;
        padding: 14px 0 12px 0;
        line-height: 1;
        color: #1d1d1d;
        font-family: "Trajan", serif;
        font-size: 22px;
        font-weight: 400
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences .slider-items .slider__clip .slider__slide.swiper-slide-active .item .item__content .description {
        font-size: 13px;
        color: #707070
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences .slider-items .slider__clip .slider__slide.swiper-slide-active .item .item__content .item__link {
        line-height: 1;
        padding: 20px 0 25px 0
    }
}

@media (max-width: 767px) {
    .g_property-experiences-detail .property-other-experiences .slider-items .slider__clip .slider__slide:not(.swiper-slide-active) .item .item__content {
        opacity: 0
    }
}

li:not(.new) {
    display: block
}

.section.property-offer-detail {
    position: relative
}

.section.property-offer-detail .details__holder {
    align-items: start
}

@media (max-width: 1024px) {
    .section.property-offer-detail .details__holder .details__content {
        padding-left: 0
    }
}

.section.property-offer-detail .details__holder .details__content .details__entry {
    color: none
}

.section.property-offer-detail .details__holder .details__content .details__entry ul {
    list-style-position: inside;
    list-style: disc
}

.section.property-offer-detail .details__holder .details__aside {
    margin-top: 58px
}

@media (max-width: 992px) {
    .section.property-offer-detail .details__holder .details__aside {
        width: calc(100% - 496px);
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .section.property-offer-detail .details__holder .details__aside {
        width: 100%;
        border-bottom: 1px solid #37a2b5;
        padding: 20px 0;
        margin-bottom: 30px
    }
}

.section.property-offer-detail .details__holder .details__aside .details__info-entry {
    color: #37a2b5
}

.section.property-offer-detail .details__holder .details__aside .details__info-entry p a {
    text-decoration: none
}

.section.property-offer-detail .details__holder .details__aside .details__info-actions {
    margin-bottom: 50px
}

.section.property-offer-detail .details__holder .details__aside .back-to-overview {
    margin-top: 16px
}

@media (max-width: 1024px) {
    .section.property-offer-detail .details__holder .details__aside .back-to-overview .secondary-btn {
        min-width: 100%;
        width: 100%
    }
}

@media (max-width: 992px) {
    .section.property-offer-detail .details__holder .details__aside .back-to-overview {
        display: none
    }
}

.section.property-offer-detail .details__holder .details__aside .back-to-overview .back-to::before {
    content: "<";
    margin-right: 5px;
    line-height: 15px;
    top: -1px;
    position: relative
}

.section.property-offer-detail .featured-images {
    margin-top: 121px;
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .section.property-offer-detail .featured-images {
        flex-wrap: wrap;
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .section.property-offer-detail .featured-images {
        display: none
    }
}

.section.property-offer-detail .featured-images .item-wrp {
    width: 356px;
    position: relative;
    margin: 0 19px
}

@media (max-width: 1024px) {
    .section.property-offer-detail .featured-images .item-wrp {
        width: calc(33.3333333333vw - 40px)
    }
}

@media (max-width: 992px) {
    .section.property-offer-detail .featured-images .item-wrp {
        width: 206px
    }
}

@media (max-width: 767px) {
    .section.property-offer-detail .featured-images .item-wrp {
        width: 100vw;
        margin: 0;
        height: 400px;
        overflow: hidden
    }
}

@media (max-width: 576px) {
    .section.property-offer-detail .featured-images .item-wrp {
        height: auto
    }
}

.section.property-offer-detail .featured-images .item-wrp .hover-magnifier.light-box-link {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity: 0
}

@media (max-width: 767px) {
    .section.property-offer-detail .featured-images .item-wrp .hover-magnifier.light-box-link {
        top: auto;
        bottom: 16px;
        left: calc(100vw - 256px);
        right: auto;
        margin: auto;
        opacity: 1
    }
}

.section.property-offer-detail .featured-images .item-wrp:hover .item__image-inner img {
    opacity: .7
}

@media (max-width: 767px) {
    .section.property-offer-detail .featured-images .item-wrp:hover .item__image-inner img {
        opacity: 1
    }
}

.section.property-offer-detail .featured-images .item-wrp:hover .hover-magnifier.light-box-link {
    opacity: 1
}

.section.property-offer-detail .featured-images .paging-circle button .fill-default {
    fill: #fff
}

.section.property-offer-detail .featured-images .paging-circle button .fill-white {
    fill: #37a2b5
}

.section.property-offer-detail .featured-images .pause-button {
    bottom: 12px;
    right: auto;
    left: calc(100vw - 193px)
}

.section.property-offer-detail .featured-images.only-mobile {
    display: none
}

@media (max-width: 767px) {
    .section.property-offer-detail .featured-images.only-mobile {
        display: block;
        margin-top: 20px;
        width: 100vw;
        margin-left: -24px;
        margin-bottom: 30px
    }
}

.section.property-offer-detail + section.section--with-decoration-left {
    margin-top: 30px;
    margin-bottom: 105px
}

@media (max-width: 992px) {
    .section.property-offer-detail + section.section--with-decoration-left {
        margin-top: 0
    }
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .cutom-link {
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    z-index: 3
}

@media (max-width: 767px) {
    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .item__image-inner {
        height: 220px
    }
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .item__image-inner::before {
    display: none
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .hover-magnifier {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .hover-magnifier {
        left: auto;
        bottom: 13px;
        transform: none;
        top: auto;
        right: 17px;
        opacity: 1;
        z-index: 4
    }
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .hover-magnifier svg {
    width: 45px
}

@media (max-width: 767px) {
    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .hover-magnifier svg {
        width: 50px
    }
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 3
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image:hover .item__image-inner {
    opacity: .7
}

@media (max-width: 767px) {
    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image:hover .item__image-inner {
        opacity: 1;
        height: 220px
    }
}

.section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image:hover .hover-magnifier {
    opacity: 1;
    z-index: 3
}

@media (max-width: 767px) {
    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image {
        height: 220px
    }

    .section.property-offer-detail + section.section--with-decoration-left .item__inner .item__image .h2.item__title {
        text-transform: capitalize;
        font-size: 19px;
        font-weight: normal;
        padding: 0 0 13px 23px;
        width: calc(100% - 85px);
        line-height: 26px
    }
}

.other-offers .item__rate {
    margin-top: 15px
}

.other-offers .item__rate p {
    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;
    color: #1d1d1d
}

.other-offers .item__rate p strong {
    margin-right: 10px;
    line-height: 1pt
}

.details__nav ul li .btn-link {
    text-decoration: underline
}

@media (max-width: 767px) {
    .details__nav ul li .btn-link {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .g_property-offer-detail .slider-intro .intro--small {
        margin-top: 0px
    }
}

.g_property-dining-details .back-to-overview {
    margin-top: 16px
}

.g_property-dining-details .back-to::before {
    content: "<";
    margin-right: 5px;
    line-height: 15px;
    top: -1px;
    position: relative
}

.g_property-dining-details .details__holder {
    align-items: start
}

@media (max-width: 1024px) {
    .g_property-dining-details .details__holder .details__content {
        padding-left: 0
    }
}

.g_property-dining-details .details__holder .details__content .details__entry {
    color: #707070
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__content .expandable__body .details__buttons {
        display: block;
        padding-top: 20px;
        border-top: 1px solid #37a2b5;
        margin-top: 20px
    }

    .g_property-dining-details .details__holder .details__content .expandable__body .details__buttons .btn {
        border: 0;
        display: initial;
        padding: 0 15px 0 35px;
        position: relative;
        font-weight: normal
    }

    .g_property-dining-details .details__holder .details__content .expandable__body .details__buttons .btn:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    .g_property-dining-details .details__holder .details__content .expandable__body .details__buttons .btn::before {
        content: "";
        background: url("../../../../../../integration/titanic-hotels/public/images/svgs/menu.svg") no-repeat;
        width: 25px;
        height: 32px;
        display: block;
        position: absolute;
        bottom: -5px
    }

    .g_property-dining-details .details__holder .details__content .expandable__body .details__buttons .btn::after {
        content: ">";
        right: 0;
        position: absolute;
        bottom: -7px
    }
}

.g_property-dining-details .details__holder .details__aside {
    margin-top: 58px
}

@media (max-width: 992px) {
    .g_property-dining-details .details__holder .details__aside {
        width: calc(100% - 496px);
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 0
    }
}

.g_property-dining-details .details__holder .details__aside .details__info-entry {
    color: #707070
}

.g_property-dining-details .details__holder .details__aside .details__info-entry p a {
    text-decoration: none
}

.g_property-dining-details .details__holder .details__aside .back-to-overview {
    margin-top: 16px
}

@media (max-width: 1024px) {
    .g_property-dining-details .details__holder .details__aside .back-to-overview .secondary-btn {
        min-width: 100%;
        width: 100%
    }
}

@media (max-width: 992px) {
    .g_property-dining-details .details__holder .details__aside .back-to-overview {
        display: none
    }
}

.g_property-dining-details .details__holder .details__aside .back-to-overview .back-to::before {
    content: "<";
    margin-right: 5px;
    line-height: 15px;
    top: -1px;
    position: relative
}

.g_property-dining-details .details__holder .details__aside .details__info {
    border-top: 1px solid #37a2b5;
    padding-top: 22px
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside .details__info.image-slider {
        border-top: 0;
        margin-left: -24px;
        width: 100vw
    }

    .g_property-dining-details .details__holder .details__aside .details__info .pause-button {
        bottom: 11px;
        left: calc(100vw - 193px)
    }

    .g_property-dining-details .details__holder .details__aside .details__info .swiper-container {
        height: 344px;
        overflow: hidden
    }

    .g_property-dining-details .details__holder .details__aside .details__info .swiper-container .item-wrp .hover-magnifier {
        position: absolute;
        bottom: 10px;
        left: calc(100vw - 256px);
        z-index: 1
    }

    .g_property-dining-details .details__holder .details__aside .details__info .swiper-container .item-wrp .item__image-inner {
        width: 100vw;
        height: 100%
    }

    .g_property-dining-details .details__holder .details__aside .details__info .swiper-container .item-wrp .item__image-inner .lazyloaded {
        height: 100%;
        width: 100vw
    }

    .g_property-dining-details .details__holder .details__aside .details__info .swiper-container .paging {
        bottom: 10px;
        position: absolute;
        left: 14px;
        z-index: 1
    }

    .g_property-dining-details .details__holder .details__aside .details__info .btn-default {
        margin-top: 35px
    }
}

.g_property-dining-details .details__holder .details__aside .details__info.opening-hours {
    padding-top: 0;
    margin-top: 31px;
    border: 0
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside .details__info.opening-hours {
        margin-top: 0;
        border-top: 1px solid #37a2b5;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside .details__info .slider__slide-image img {
        width: 100%;
        height: 100%
    }
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .thumb-img {
    width: 100%;
    height: 280px;
    position: relative;
    cursor: pointer
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .thumb-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .thumb-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    z-index: 2
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    display: none
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer {
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer {
        width: 90%
    }
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer .close-btn {
    position: absolute;
    width: 20px;
    height: 30px;
    top: -40px;
    right: -40px;
    cursor: pointer;
    z-index: 1
}

@media (max-width: 767px) {
    .g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer .close-btn {
        right: 0
    }
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer .video-inner {
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    overflow: hidden;
    margin: auto;
    position: relative
}

.g_property-dining-details .details__holder .details__aside .details__info .video-block .video-popup .video-outer .video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.g_property-dining-details .featured-images {
    margin-top: 84px;
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .g_property-dining-details .featured-images {
        flex-wrap: wrap;
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .g_property-dining-details .featured-images {
        display: none
    }
}

.g_property-dining-details .featured-images .item-wrp {
    width: 356px;
    position: relative;
    margin: 0 19px
}

@media (max-width: 992px) {
    .g_property-dining-details .featured-images .item-wrp {
        width: 206px
    }
}

@media (max-width: 767px) {
    .g_property-dining-details .featured-images .item-wrp {
        width: 100vw;
        margin: 0;
        height: 400px;
        overflow: hidden
    }
}

@media (max-width: 576px) {
    .g_property-dining-details .featured-images .item-wrp {
        height: auto
    }
}

.g_property-dining-details .featured-images .item-wrp .hover-magnifier.light-box-link {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity: 0
}

@media (max-width: 767px) {
    .g_property-dining-details .featured-images .item-wrp .hover-magnifier.light-box-link {
        top: auto;
        bottom: 16px;
        left: calc(100vw - 256px);
        right: auto;
        margin: auto;
        opacity: 1
    }
}

.g_property-dining-details .featured-images .item-wrp:hover .item__image-inner img {
    opacity: .7
}

@media (max-width: 767px) {
    .g_property-dining-details .featured-images .item-wrp:hover .item__image-inner img {
        opacity: 1
    }
}

.g_property-dining-details .featured-images .item-wrp:hover .hover-magnifier.light-box-link {
    opacity: 1
}

.g_property-dining-details .featured-images .paging-circle button .fill-default {
    fill: #fff
}

.g_property-dining-details .featured-images .paging-circle button .fill-white {
    fill: #37a2b5
}

.g_property-dining-details .featured-images .pause-button {
    bottom: 12px;
    right: auto;
    left: calc(100vw - 193px)
}

.g_property-dining-details .featured-images.only-mobile {
    display: none
}

@media (max-width: 767px) {
    .g_property-dining-details .featured-images.only-mobile {
        display: block;
        margin-top: 20px;
        width: 100vw;
        margin-left: -24px;
        margin-bottom: 30px
    }
}

.g_property-dining-details .featured-images + section.section--with-decoration-left {
    margin-top: 49px
}

.g_property-dining-details + section.section--with-decoration-left {
    margin-top: 30px;
    margin-bottom: 105px
}

@media (max-width: 992px) {
    .g_property-dining-details + section.section--with-decoration-left {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .item__image-inner {
        height: 220px
    }
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .item__image-inner::before {
    display: none
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .hover-magnifier {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .hover-magnifier {
        left: auto;
        bottom: 13px;
        transform: none;
        top: auto;
        right: 17px;
        opacity: 1;
        z-index: 4
    }
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .hover-magnifier svg {
    width: 45px
}

@media (max-width: 767px) {
    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .hover-magnifier svg {
        width: 50px
    }
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 3
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image:hover .item__image-inner {
    opacity: .7
}

@media (max-width: 767px) {
    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image:hover .item__image-inner {
        opacity: 1;
        height: 220px
    }
}

.g_property-dining-details + section.section--with-decoration-left .item__inner .item__image:hover .hover-magnifier {
    opacity: 1;
    z-index: 3
}

@media (max-width: 767px) {
    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image {
        height: 220px
    }

    .g_property-dining-details + section.section--with-decoration-left .item__inner .item__image .h2.item__title {
        text-transform: capitalize;
        font-size: 19px;
        font-weight: normal;
        padding: 0 0 13px 23px;
        width: calc(100% - 85px);
        line-height: 26px
    }
}

.g_property-dining-details .other-restaurants .items .item .item__subtitle {
    min-height: 50px
}

.g_property-dining-details .other-restaurants .items .item .item__entry {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3
}

.details__info:not(.hidden-lg) {
    margin-top: 20px
}

@media (max-width: 767px) {
    .details__info:not(.hidden-lg) {
        margin-top: 0
    }
}

.page-prop-wedding-detail {
    position: relative
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .section {
        padding-top: 0
    }
}

.page-prop-wedding-detail .limit-width.container--small {
    padding: 29px 73px 0 73px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small {
        padding: 0
    }
}

.page-prop-wedding-detail .limit-width.container--small .mobile-sub-title {
    display: none
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .mobile-sub-title {
        font-size: 22px;
        font-weight: 400;
        color: #1d1d1d;
        font-family: "Gilroy", sans-sarif;
        display: block;
        padding: 2px 22px;
        line-height: 1;
        margin-top: 22px
    }
}

.page-prop-wedding-detail .limit-width.container--small .h1.details__title {
    font-size: 45px;
    font-weight: 400;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif;
    margin-top: 6px;
    margin-bottom: 12px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .h1.details__title {
        padding: 2px 22px;
        font-size: 32px;
        text-transform: uppercase
    }
}

.page-prop-wedding-detail .limit-width.container--small .expandable__body .details__entry {
    position: relative
}

.page-prop-wedding-detail .limit-width.container--small .expandable__body .details__entry ul {
    text-align: left;
    padding-left: 16px
}

.page-prop-wedding-detail .limit-width.container--small .expandable__body .details__entry ul li {
    display: list-item
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .expandable__body .details__entry {
        color: #707070
    }
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .expandable__body {
        padding: 0 23px
    }
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery {
    margin-top: 97px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .slider-two-gallery {
        margin-top: 41px
    }
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .slider__slide-image {
    height: 374px
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging.js-paging {
    margin-top: 35px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging.js-paging {
        margin-top: 10px
    }
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging.js-paging .swiper-pagination-bullet {
    background: #cecece
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging.js-paging .swiper-pagination-bullet-active {
    -webkit-box-shadow: -1px 33px 25px -18px rgba(0, 0, 0, .75);
    -moz-box-shadow: -1px 33px 25px -18px rgba(0, 0, 0, .75);
    box-shadow: -1px 33px 25px -18px rgba(0, 0, 0, .75);
    background-color: #37a2b5
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging-circle.js-paging {
    position: absolute;
    width: 100%;
    top: calc(50% - 34px);
    z-index: 1;
    left: 0
}

.page-prop-wedding-detail .limit-width.container--small .slider-two-gallery .paging-circle.js-paging .paging__next.paging__next--reversed {
    position: absolute;
    right: 0
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap {
    margin-top: 100px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap {
        padding: 0 18px;
        margin-top: 27px
    }
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .amenities-title {
    font-size: 32px;
    font-weight: 400;
    color: #1d1d1d;
    font-family: "Trajan", sans-sarif;
    line-height: 46px;
    padding-right: 20%
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .amenities-title {
        font-size: 22px;
        padding-right: 15%;
        line-height: 30px;
        margin-bottom: 1px
    }
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wed-amenities-wrap {
    margin-top: 40px;
    padding-left: 55px;
    width: 92%
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wed-amenities-wrap {
        margin-top: 0;
        padding-left: 6px;
        padding-top: 20px
    }
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wed-amenities-wrap .item-set {
    margin-bottom: 20px
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wed-amenities-wrap .item-set p {
    font-size: 15px;
    font-weight: 500;
    color: #4e4e4e;
    font-family: "Gilroy", sans-sarif;
    position: relative;
    display: inline-block
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wed-amenities-wrap .item-set img {
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wedding-text {
    margin-top: 40px;
    line-height: 24px;
    padding-right: 5%;
    color: #707070;
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .wedding-text {
        display: none
    }
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content {
    padding-left: 38px;
    padding-top: 6px
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content {
        padding: 0 32px;
        margin-top: 78px
    }
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content .wedding-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #37a2b5;
    font-family: "Trajan", sans-sarif
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content a.info {
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    font-family: "Gilroy", sans-sarif;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    display: block
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content .rfp-button {
    margin-top: 21px;
    min-width: 309px
}

.page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content .wedding-text {
    display: none
}

@media (max-width: 992px) {
    .page-prop-wedding-detail .limit-width.container--small .row.aminity--wrap .right-content .wedding-text {
        display: block;
        padding: 0
    }
}

.g_property-attraction-detail .details .details__entry {
    color: #707070
}

.g_property-attraction-detail .details .details__info-entry {
    color: #707070
}

.g_property-attraction-detail .details .basic-info p {
    line-height: 1.4;
    margin: 0
}

.g_property-attraction-detail .featured-list .item__subtitle {
    color: #1c1c1c;
    text-align: left;
    font-size: 19px;
    line-height: 1.25
}

.g_property-attraction-detail .featured-list .item__entry {
    color: #4e4e4e;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px
}

.g_property-attraction-detail .featured-list .item__link {
    text-align: left
}

.g_property-attraction-detail .featured-list .item__content {
    text-align: left
}

@media (max-width: 767px) {
    .g_property-attraction-detail .slider-intro {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .g_property-attraction-detail .slider-intro .intro--small {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .g_property-attraction-detail .slider-intro .pause-button {
        bottom: 17px
    }
}

.details .details__holder {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.details .details__holder .details__aside {
    padding-top: 2px
}

@media (max-width: 767px) {
    .g_property-spa-details .details__nav ul li {
        line-height: 1
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .details__title {
        margin-top: 20px;
        padding-bottom: 5px
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .link-expand.link-read-more {
        margin-top: 8px
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .details__info .slider-gallery .swiper-container .light-box-link {
        position: absolute;
        bottom: 17px;
        left: calc(100vw - 253px)
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .details__info .slider-gallery .swiper-container .pause-button {
        right: auto;
        bottom: 17px;
        left: calc(100vw - 192px)
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .details__info.opening-hours {
        margin-top: 0;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .slider-intro .intro--small {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .fancybox-container.ima-popup .fancybox-inner .fancybox-caption a {
        height: auto;
        min-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px)and (max-width: 767px) {
    .g_property-spa-details .fancybox-container.ima-popup .fancybox-inner .fancybox-caption a::before {
        min-height: 45px
    }
}

@media (max-width: 767px) {
    .g_property-spa-details .fancybox-container.ima-popup .fancybox-inner .fancybox-navigation {
        min-height: 45px;
        height: auto
    }
}
.mini-slider,.single-image{display:block;min-height:197px;position:relative}.mini-slider{width:100%}.mini-slider .swiper-wrapper .slider__slide .light-box-link,.single-image .light-box-link{position:relative;display:block}.mini-slider .swiper-wrapper .slider__slide .light-box-link:hover .hover-magnifier,.single-image .light-box-link:hover .hover-magnifier{visibility:visible;opacity:1}.mini-slider .swiper-wrapper .slider__slide .light-box-link .hover-magnifier,.single-image .light-box-link .hover-magnifier{position:absolute;top:0;width:100%;height:100%;text-align:center;cursor:pointer;background-color:rgba(255,255,255,.3);visibility:hidden;opacity:0;transition:visibility,opacity .5s linear}.mini-slider .swiper-wrapper .slider__slide .light-box-link .hover-magnifier svg,.single-image .light-box-link .hover-magnifier svg{top:calc(50% - 26px);position:relative}.mini-slider .swiper-wrapper .paging-circle{position:absolute;bottom:auto;right:auto;z-index:2;top:calc(50% - 26px);width:100%;height:1px;overflow:visible}.mini-slider .swiper-wrapper .paging-circle .paging__prev{float:left}.mini-slider .swiper-wrapper .paging-circle .paging__next{float:right}.rezblock{position:absolute;bottom:10px;left:0;right:0;z-index:999}.rezblock.hotel-rezblock{bottom:20px}.rezblock .rcont .closebtn{position:absolute;right:0;top:-25px;color:#fff;font-weight:800}.rezblock .container{position:relative}.rezblock .rcont{display:flex;position:relative;justify-content: center;}.rezblock .rcont .icol{height:70px;flex-grow:1;width:200px;max-width:200px;}.rezblock .rcont .icol .hselect{background-color:#fff;height:100%;width:100%}.rezblock .rcont .icol .hselect .hshead{display:flex;padding:19px 23px;width:100%}.rezblock .rcont .icol .hselect .hshead .hstitle{color:#223b5c;font-size:14px;padding-left:14px;display:flex;flex-direction:column;justify-content:center;flex-grow:1;cursor:pointer}.rezblock .rcont .icol .hselect .hshead .hstitle .top{font-weight:800;margin-bottom:2px}.rezblock .rcont .icol .hselect .hshead .hstitle .bottom{font-size:13px}
.rezblock .rcont .icol .dselect.dsgray{background-color:#f6f6f6}.rezblock .rcont .icol .dselect{background-color:#fff;height:70px;padding:7px 23px}.rezblock .rcont .icol .dselect a{display:flex;color:#223b5c}.rezblock .rcont .icol .dselect a .dstitle{position:relative;flex-grow:1;width:0;}.rezblock .rcont .icol .dselect a .dstitle input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:9}.rezblock .rcont .icol .dselect a .dstitle .top{font-size:12px;font-weight:600}.rezblock .rcont .icol .dselect a .dstitle .bottom{font-size:18px;color:#223b5c;font-weight:900;display:flex}.rezblock .rcont .icol .dselect a .dstitle .bottom>div{margin-right:4px}.rezblock .rcont .icol .dselect a .dstitle .bottom>div:last-child{margin-right:0}.rezblock .rcont .icol .dselect a .img{padding-left:15px;padding-top:10px}.rezblock .rcont .icol .snop{background-color:#f6f6f6;height:70px;padding:7px 8px}.rezblock .rcont .icol .snop .desc{font-size:12px;color:#223b5c;font-weight:600}.rezblock .rcont .icol .snop .select select{border:0;background-color:transparent;font-size:18px;color:#223b5c;font-weight:900;width:100%}.rezblock .rcont .icol .fbtn{height:100%;padding-left:0;width:62%}.rezblock .rcont .icol .fbtn button{height:100%;background-color:#1c71b6;color:#fff;font-weight:800;cursor:pointer;border:0;display:block;padding:0font-size:16px;width:100%}.rezblock .hsmenu{position:absolute;left:0;bottom:77px;background-color:#fff;padding:30px;display:none;z-index:100}.rezblock .hsmenu.active{display:block}.rezblock .hsmenu .hsmcont{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,1fr)}.rezblock .hsmenu .hsmcont .item a{display:block;color:#204162;font-size:13px;display:flex;align-items:center;padding:11px 10px}.rezblock .hsmenu .hsmcont .item.active a .icon{background-color:#223b5c}.rezblock .hsmenu .hsmcont .item a .icon{width:15px;height:15px;border:2px solid #e7e7e7;border-radius:50%;margin-right:10px;position:relative;flex:0 0 15px}.rezblock .hsmenu .hsmcont .item a .desc strong{font-weight:800}.rezblock.active{display:flex}@media (max-width:992px){.rezblock .rcont{flex-wrap:wrap}.rezblock .rcont .icol .fbtn{padding-left:0}.rezblock .hsmenu{top:-51px;bottom:initial}.rezblock .hsmenu .hsmcont{grid-auto-flow:row;grid-template-rows:repeat(1,1fr)}.rezblock .hsmenu .hsmcont .item a{padding:4px 10px}}.ui-widget-header{border:1px solid #1c71b6;background:#1c71b6;color:#fff;font-weight:700;border-radius:0}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;color:#1c71b6;border:0}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:0;background:#1c71b6;font-weight:700;color:#fff}.ui-datepicker .ui-datepicker-next .ui-icon,.ui-datepicker .ui-datepicker-prev .ui-icon{filter:brightness(0) invert(1)}.ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon,.ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon{filter:initial}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:0;cursor:pointer;background:unset!important;font-weight:700;color:#1c71b6;border-radius:0}.alt_buton_v2{display:none;position:fixed;z-index:99999;bottom:0;left:0;width:100%;height:60px;background:#fff;box-shadow:0 0 80px rgba(12,42,144,.45);-webkit-box-shadow:0 0 30px 10px rgba(0,0,0,.3);-moz-box-shadow:0 0 30px 10px rgba(0,0,0,.3);box-shadow:0 0 30px 10px rgba(0,0,0,.3)}.alt_buton_v2 .hemen_ara,.alt_buton_v2 .sizi_arayalim,.alt_buton_v2 .wp{float:left;width:50%;text-align:center}.alt_buton_v2 .wp{right:0}.alt_buton_v2 .img{float:left;width:100%;margin-top:10px}.alt_buton_v2 .img img{display:inline-block;height:25px}.alt_buton_v2 span{float:left;width:100%;line-height:20px;font-weight:700;color:#7d7e81}.alt_buton_v2 .hemen_ara{position:absolute;bottom:5px;left:50%;margin-left:-35px;width:70px;height:70px;border-radius:50%;background-color:#1c71b6;text-align:center;-webkit-box-shadow:0 0 5px 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 5px 3px rgba(0,0,0,.1);box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.alt_buton_v2 .hemen_ara span{line-height:1;font-weight:400;color:#fff;padding-top:0;font-size:15px}.alt_buton_v2 .hemen_ara img{height:20px}.alt_buton_v2 .wp span{color:#55bb81}@media only screen and (max-width:767px){.alt_buton_v2{display:block}}
