

/* Start:/bitrix/templates/mobile/components/bitrix/catalog.section/conference-detail-redesign/style.css?17835116836066*/
@font-face {
    font-family: 'TL Icon';
    src: url(/bitrix/templates/common/fonts/cosmos.eot);
    src: url(/bitrix/templates/common/fonts/cosmos?#iefix) format("embedded-opentype"), url(/bitrix/templates/common/fonts/cosmos.svg) format("svg"), url(/bitrix/templates/common/fonts/cosmos.woff) format("woff"), url(/bitrix/templates/common/fonts/cosmos.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.description {
    padding: 0 15px;
}

.b-category.type-detail .b-image {
    display: block;
    margin: 0 0 30px;
}

.b-image {
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.b-image .link, .b-image > .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}

.b-image img.image {
    display: block;
    max-width: 100%;
}

.b-image .overlay {
    right: 0;
    bottom: 10px;
    text-align: right;
    display: flex;
    background-color: rgba(255, 255, 255, .85);
    z-index: 5;
}

.b-image .overlay, .b-image .title {
    position: absolute;
    height: 50px;
    padding: 0 20px;
}

.b-image .overlay .item {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    text-align: right;
}

a.b-icon {
    text-decoration: none;
}

a {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}

.b-image .overlay .item .b-icon:before, .b-image .overlay .item.b-icon:before {
    margin: 0 3px 0 0;
    font-size: 20px;
    padding: 0 5px 0 0;
}

.b-category.type-detail .b-icon:before {
    font-size: 16px;
}

.overlay .icon-photo:before {
    content: "\e60a";
}

.overlay .icon-photo:before {
    font-family: 'TL Icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

a.b-icon .text {
    text-decoration: underline;
}

.b-image .inlay.lineheight2 {
    line-height: 2;
}

.b-image .inlay {
    padding: 20px;
}

.clearfix:after, .clearfix:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.float-left {
    float: left;
}

.b-button, .button, .cookie-notification__button {
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    padding: 1px 20px 0;
    text-align: center;
    background-color: #00a5b5;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0 !important;
}

.float-right {
    float: right;
}

.b-clear, .clearfix:after, .row:after {
    clear: both;
}

.b-category p {
    margin: 0 0 18px;
    font-size: 100%;
}

.b-category h2 {
    line-height: 24px;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}

.b-category h3 {
    line-height: 24px;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.setup {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.setup .item {
    display: table-cell;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}

.setup input {
    margin: 5px 4px 8px 0;
    position: relative;
    top: 2px;
}

.style-bold {
    font-weight: 700;
}

.b-list, .b-rooms .room-service {
    margin: 10px 0;
}

ol, ul {
    list-style: none;
    padding: 0;
}

.b-list li, .b-rooms .room-service li {
    position: relative;
    padding: 0 0 10px 17px;
}

.b-list li:before, .b-rooms .room-service li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\25CF';
    color: #00a5b5;
}

hr.hr-gray {
    background-color: rgb(0 0 0 / 17%);
    margin-top: 50px;
    margin-bottom: 30px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 1px;
    background-color: #54565a;
    border: 0;
}

.mt-6 {
    margin-top: 50px;
}

.btn-panaram {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 28px 8px 8px;
    font-size: 8px;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    color: #ffffff;
    background-color: #00000080;
    border: none;
    cursor: pointer;
    outline: none;
    min-height: 44px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: fit-content;
    z-index: 2;
}

.btn-panaram .icon
{
    display: block;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: url("/bitrix/templates/common/components/bitrix/catalog.section/conference-detail-redesign/tour-icon.svg") no-repeat center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.btn-panaram .text {
    white-space: nowrap;

}

.dropdown-panaram {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.btn-panaram .arrow {
    font-size: 10px;
    margin-left: 4px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

/* Dropdown Menu */
.dropdown-panaram .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 4px 0 0 0;
    padding: 0;
    width: 200px;
    background-color: #000000cc;
    border-radius: 8px;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10;
}

.dropdown-panaram:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-panaram .dropdown-menu li a {
    display: block;
    padding: 12px 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #333333;
    transition: background-color 0.2s;
}

.dropdown-panaram .dropdown-menu li a:hover {
    background-color: #111111;
}

.dropdown-panaram .dropdown-menu li:last-child a {
    border-bottom: none;
}

.btn-panaram::before {
    display: none;
}
/* End */


/* Start:/bitrix/templates/mobile/components/bitrix/catalog.section/conferences-slider/style.css?17528356595591*/
@font-face {
    font-family: 'TL Icon';
    src: url(/bitrix/templates/common/fonts/cosmos.eot);
    src: url(/bitrix/templates/common/fonts/cosmos?#iefix) format("embedded-opentype"), url(/bitrix/templates/common/fonts/cosmos.svg) format("svg"), url(/bitrix/templates/common/fonts/cosmos.woff) format("woff"), url(/bitrix/templates/common/fonts/cosmos.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.slider.-conferences {
    position: relative;
    margin: 0;
}

.slider.-conferences .slider__arrow.-prev {
    left: 10px;
    top: 130px;
    z-index: 2;
}

.slider.-conferences .slider__arrow {
    display: block;
    width: 31px;
    height: 50px;
    text-decoration: none;
    color: #ffffff40;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.style-active, a {
    color: #007b8b;
}

.slider.-conferences .slider__arrow:before {
    font-size: 51px;
    line-height: 1;
}

.-conferences .icon-left:before {
    content: "\e605";
}

.-conferences .icon-right:before {
    content: "\e60c";
}

.-conferences .icon-left:before,
.-conferences .icon-right:before {
    font-family: 'TL Icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

body .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

body .slick-slider .slick-list, body .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
}
body .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

body .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}

.slider.-conferences .slick-track .slick-slide {
    min-height: 380px;
    width: 100vw;
}
.slider.-conferences .card {
    margin: 0 5px 30px;
}
body .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.b-button, .button, .cookie-notification__button {
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    padding: 1px 20px 0;
    text-align: center;
    background-color: #00a5b5;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0 15px;
}

.slider.-conferences .slider__arrow.-next {
    right: 10px;
    top: 130px;
    z-index: 2;
}

.-conferences .card__image {
    min-height: 240px;
    height: 240px;
    position: relative;
}

.slick-initialized body .slick-slide, body .slick-slide img {
    display: block;
}
img.mx-image {
    object-fit: cover;
}
.card__image img {
    max-width: 100%;
}
.mx-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.link_as-block {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border: 0;
}

.-conferences .card__title {
    position: absolute;
    top: 10px;
    background-color: rgba(84, 86, 90, .85);
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding: 13px 20px;
    z-index: 1;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}

.-conferences .card__overlay {
    background-color: rgba(255, 255, 255, .85);
    min-height: 40px;
    line-height: 40px;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding: 5px 10px;
    z-index: 2;
    position: absolute;
    flex-direction: row;
}


.-conferences .card__overlay .item {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px;
}

.style-active, a {
    color: #007b8b;
}

.card__overlay .item .b-icon:before, .card__overlay .item.b-icon:before {
    margin: 0 3px 0 0;
    font-size: 20px;
}
.b-category.type-detail .b-icon:before {
    font-size: 16px;
}
.card__overlay > .icon-document:before {
    content: "\e602";
}

.card__overlay > .icon-document:before {
    font-family: 'TL Icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

.card__text {
    padding: 20px;
}

.card__text a {
    display: block;
}

.-conferences .card {
    width: 49%;
    margin: 0 0 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.mt-3 {
    margin-top: 30px;
}

.card__property:before {
    margin: 0 3px 0 0;
    font-size: 20px;
}

.card__property {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px;
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/mobile/components/bitrix/catalog.section/rooms-slider/style.css?17555274883905*/
@font-face {
    font-family: 'TL Icon';
    src: url(/bitrix/templates/common/fonts/cosmos.eot);
    src: url(/bitrix/templates/common/fonts/cosmos?#iefix) format("embedded-opentype"), url(/bitrix/templates/common/fonts/cosmos.svg) format("svg"), url(/bitrix/templates/common/fonts/cosmos.woff) format("woff"), url(/bitrix/templates/common/fonts/cosmos.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.slider.-rooms {
    position: relative;
    margin: 0 0 100px 0;
}

.slider.-rooms .slider__arrow.-prev {
    left: 10px;
    top: 150px;
    z-index: 2;
}

.slider.-rooms .slider__arrow.-next {
    right: 10px;
    top: 150px;
    z-index: 2;
}

.slider.-rooms .slider__arrow:before {
    font-size: 51px;
    line-height: 1;
}

.-rooms .icon-left:before {
    content: "\e605";
}

.-rooms .icon-right:before {
    content: "\e60c";
}

.-rooms .icon-left:before,
.-rooms .icon-right:before {
    font-family: 'TL Icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

.slider.-rooms .slider__arrow {
    display: block;
    width: 31px;
    height: 50px;
    text-decoration: none;
    color: #ffffff40;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

body .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

body .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

body .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}

/*.b-category.type-detail p,*/
/*.b-category.type-detail h2,*/
/*.b-category.type-detail h3 {*/
/*    padding: 0 15px;*/
/*}*/

.slider.-rooms_special-offers .slick-track .slick-slide {
    min-height: 380px;
}

body .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.slider__item {
    height: 100%;
    position: relative;
    width: 100vw;
}

.tile.-type-room {
    height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.tile.-type-room .tile__image {
    flex: 1;
    position: relative;
}

.mx-fill {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mx-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.tile.-type-room .tile__overlay {
    background-color: rgba(50, 62, 72, .8);
    height: auto;
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 5px 20px;
    overflow: hidden;
    transition: all .3s;
}

.tile.-type-room .tile__name {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.tile.-type-room .tile__description {
    position: absolute;
    color: #fff;
    bottom: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tile.-type-room .tile__content {
    padding: 15px 10px;
}

.tile__content {
    color: #fff;
}

.tile.-type-room .tile__order {
    display: flex;
    align-items: center;
}

.tile.-type-room .tile__price {
    color: initial;
    font-size: 16px;
    margin-right: 15px;
}

.-rooms .mt-3 {
    margin-top: 30px !important;
}
/* End */
/* /bitrix/templates/mobile/components/bitrix/catalog.section/conference-detail-redesign/style.css?17835116836066 */
/* /bitrix/templates/mobile/components/bitrix/catalog.section/conferences-slider/style.css?17528356595591 */
/* /bitrix/templates/mobile/components/bitrix/catalog.section/rooms-slider/style.css?17555274883905 */
