/* ===================================================
   Стили для виджета бронирования Bnovo на главной
   =================================================== */

.hero .booking-widget-container.desktop-widget {
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1591px !important;
    max-width: calc(100% - 80px) !important;
    min-height: 500px !important;
    height: 500px !important;
    max-height: 700px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 100 !important;
}

@media (max-width: 1728px) {
    .hero .booking-widget-container.desktop-widget {
        width: calc(100% - 80px) !important;
        max-width: 1591px !important;
    }
}

#_bn_widget_,
#_bn_widget_mobile {
    overflow: visible !important;
}

#_bn_widget_ iframe,
#_bn_widget_mobile iframe {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}

#_bn_widget_ iframe {
    height: 500px !important;
    max-height: 700px !important;
    border-radius: 11px;
}

#_bnovo_link_,
#_bnovo_link_mobile {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    color: #958ad1;
    font-family: 'Coolvetica', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #958ad1;
    border-radius: 11px;
    background: #ffffff;
}
