

/* Start:/bitrix/templates/common/components/bitrix/catalog.section/conference-detail-redesign/style.css?17786715872784*/
.btn-panaram {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
    padding: 10px 28px 8px 8px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    z-index: 2;
    color: #ffffff;
    background-color: #00000080;
}
.btn-panaram::before {
    display: block;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    content: '';
    background: url(/bitrix/templates/common/components/bitrix/catalog.section/conference-detail-redesign/tour-icon.svg) no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    z-index: 2;
}
.btn-panaram:hover {
    color: #ffffff;
    background-color: #000000e6;
}

.dropdown-panaram {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.btn-panaram {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 28px 8px 8px;
    font-size: 14px;
    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;
}

.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;
}

.btn-panaram .arrow {
    font-size: 10px;
    margin-left: 4px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.btn-panaram:hover {
    background-color: #000000e6;
}

/* 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/common/components/bitrix/catalog.section/conference-detail-redesign/style.css?17786715872784 */
