h1 {
    margin: 25px 0;
}

span.modern-page-current {
    font-size: 16px;
    background: #ee7c00;
    padding: 4px 10px;
}

.modern-page-navigation a {
    font-size: 16px;
}

.news-detail iframe {
    width: 100%;
    aspect-ratio: 16 / 9; /* Соотношение сторон 16:9 */
    height: auto; /* Высота подстроится автоматически */
    border: 0;
}

@media (max-width: 768px) {
    #finevision_banner {
        display: none;
    }
}

.soc-btns {
    margin-top: 15px;
}

.soc-btns img {
    max-width: 30px;
}

.soc-btns a {
    display: inline-block;
}

.soc-btns a:not(:last-child) {
    margin-right: 10px;
}

/** whats app */
.head-right-side .phone a.whats-app {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 478px) {
    .soc-btns {
        text-align: center;
        display: block;
        width: 100%;
        margin: 30px 0 0 0;
    }
}

/** b24-widget */
.b24-widget-button-popup-image {
    display: none;
}

/* Device = Desktops, Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {

    body .b24-widget-button-popup-content {
        width: 222px;
    }

    body .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        left: -220px;
    }

    body .b24-widget-button-popup {
        width: 212px;
    }

}

/* Device = Laptops, Desktops, Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
}

/* Device = Tablets, IPads (portrait), Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* Device = Tablets, IPads (landscape), Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* Device = Low Resolution Tablets, Mobiles (Landscape), Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Device = Most of the SmartPhones Mobiles (Portrait), Screen = B/w 320px to 479px */
@media (min-width: 350px) and (max-width: 480px) {
}

/* added  */
.form-horizontal .form-group {
    overflow: hidden;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-sm-9 {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .modal {
        max-width: 80%;
    }
}

.bx-breadcrumb-item {
    font-size: 13px;
}

.cookie-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 350px;
    font-family: Arial, sans-serif;
    display: none; /* Скрыто по умолчанию */
    z-index: 1000;
}

.cookie-text {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 14px;
}

.cookie-btn {
    background-color: #ee7c00;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

.cookie-btn:hover {
    background-color: #ee7c00;
}

.cookie-link {
    color: #ee7c00;
    text-decoration: underline;
    font-size: 12px;
}

.cookie-link:hover {
    text-decoration: underline;
}
