

/* 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 */
/* /bitrix/templates/mobile/components/bitrix/catalog.section/conference-detail-redesign/style.css?17835116836066 */
