﻿.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: inherit !important;
}

#preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloder .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloder-done {
    opacity: 0 !important;
    visibility: hidden;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

.py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-10 {
    padding-top: 6rem;
}

.pb-10 {
    padding-bottom: 6rem;
}

::marker {
    color: var(--bs-primary);
}

/* HEADER MENU */
.navbar {
    position: fixed;
    background-color: #fff;
    transition: all 1s ease;
    z-index: 1040;
}

    .navbar.sticky {
        position: fixed;
        padding-top: 8px;
        padding-bottom: 8px;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
        z-index: 1040;
    }

        .navbar.sticky.show {
            transform: translateY(0);
        }

    .navbar .navbar-brand {
        position: absolute;
        top: 0;
        background: linear-gradient(180deg, #ffffff 50%, transparent 95%);
        padding: 15px 15px 25px;
        z-index: 1030;
    }

        .navbar .navbar-brand img {
            transition: all .3s;
        }

    .navbar.sticky .navbar-brand img,
    .navbar.menu-mobile-opened .navbar-brand img {
        width: 100px;
        transition: all .3s;
    }

    .navbar .logo-spacer {
        width: 128px;
    }

.navbar-nav .nav-item {
    margin-right: 8px;
}

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-body-color);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
    color: var(--bs-primary);
}

.navbar .navbar-nav.addition-nav .nav-item {
    margin-right: 15px;
}

    .navbar .navbar-nav.addition-nav .nav-item:last-child {
        margin-right: 0;
    }

.navbar .navbar-nav .nav-link.search,
.navbar .navbar-nav .nav-link.login {
    /*    filter: brightness(0) invert(1);*/
}

.navbar-nav button.nav-link {
    position: relative;
    width: 16px;
    padding: 0 !important;
}

.navbar-nav .nav-item.dropdown.active .nav-link.active + button.nav-link .menu-arrow {
    color: var(--bs-body-color);
}

.navbar-nav button.nav-link .menu-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.navbar-nav button.nav-link:hover .menu-arrow,
.navbar-nav button.nav-link.show .menu-arrow {
    color: var(--bs-primary) !important;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    border: 0;
    background-image: url(/css/img/menu/chevron-down.svg);
    background-size: 18px;
    background-position: center center;
    height: 10px;
    width: 10px;
    filter: brightness(0) invert(0);
}

.navbar .navbar-nav .nav-link:hover.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.show.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.active.dropdown-toggle::after {
    content: "";
    filter: none;
}

.dropdown-item {
    padding: 12px 20px;
    white-space: normal;
    font-weight: 500;
}

    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: transparent;
        color: var(--bs-primary);
    }

    .dropdown-item.active {
        font-weight: 600;
    }

.navbar .megamenu {
    padding: 30px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .navbar .megamenu .description-page {
        color: #7a7a7a;
        font-size: 14px;
    }

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: var(--bs-primary);
}

.navbar .navbar-toggler .menu-text {
    color: #fff;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END HEADER MENU */

/* SEARCH */
.modal-search .input-group {
    border-bottom: 3px solid var(--bs-primary);
}

.modal-search .form-control,
.modal-search .form-control::placeholder {
    font-size: 30px;
    color: var(--bs-body-color);
    font-weight: 700;
}

.modal-search .input-group-text img {
    filter: brightness(0);
    opacity: .5;
}

#searchResults {
    height: 65vh;
    overflow-y: auto;
}

    #searchResults::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(218 218 218);
        background-color: #f1f1f1;
    }

    #searchResults::-webkit-scrollbar {
        width: 5px;
        background-color: #c1c1c1;
    }

    #searchResults::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    #searchResults .list-group-flush > .list-group-item {
        padding: 18px var(--bs-list-group-item-padding-x);
        color: var(--bs-primary);
        font-weight: 600;
    }

    #searchResults #loadingSearch {
        display: flex;
    }

    #searchResults nav {
        font-weight: 400;
    }

    #searchResults .breadcrumb {
        color: #656565;
        margin-bottom: 5px;
    }

    #searchResults .breadcrumb-item + .breadcrumb-item::before {
        color: rgb(0 0 0 / 20%);
    }
/* END SEARCH */

/* BANNER */
.swiper-container {
    width: 100%;
    height: 60vh;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .swiper-slide img {
        width: auto;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
}

.swiper.banner .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swiper.banner .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .swiper.banner .swiper-slide .bg-overlay {
        background-color: rgb(29 29 29 / 50%);
    }

.swiper.banner .slide-content .slide-title, .swiper.banner .slide-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper.banner .slide-content .slide-title {
    font-size: 76px;
    line-height: 1.1;
    color: #fff;
    -webkit-line-clamp: 2;
}

.swiper.banner .slide-text p {
    font-size: 20px;
    color: #fff;
    -webkit-line-clamp: 4;
}

.swiper.banner .swiper-button-next, .swiper.banner .swiper-button-prev {
    height: 30px;
    width: 30px;
}

    .swiper.banner .swiper-button-next::after, .swiper.banner .swiper-button-prev::after {
        content: '';
        background-image: url(img/arrow.svg);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
    }

    .swiper.banner .swiper-button-prev::after {
        transform: rotate(-90deg);
    }


.swiper-button-lock {
    display: none !important;
}

.swiper.banner .swiper-pagination-bullet {
    border-radius: 0;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.swiper.banner .swiper-pagination-bullet-active {
    opacity: 1;
}
/* END BANNER */

/* HEADER BANNER */
.bg-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-banner {
    padding-top: 80px;
}

    .header-banner .bg-overlay {
        background-color: rgb(29 29 29 / 50%);
    }

    .header-banner .description {
        color: rgb(255 255 255 / 85%);
    }

        .header-banner .description p:last-child {
            margin-bottom: 0;
        }
/* END HEADER BANNER */

/* BREADCRUMB */
.breadcrumb a {
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 3px;
    transition: all ease-in-out .3s;
}

    .breadcrumb a:hover {
        background: rgb(255 255 255 / 20%);
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 50%);
}

.breadcrumb-item + .breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
/* END BREADCRUMB */

/* CONTENT */
.list-blocks .container:first-child {
    padding-top: 3rem;
}

.alert p:last-child {
    margin-bottom: 0;
}

.page-update-date {
    font-size: 14px;
    line-height: 2;
    color: var(--bs-body-color);
    display: inline-block;
    border-top: 0.5px solid #e1e1e1;
}
/* END CONTENT */

/* SIDEBAR */
.sidebar-navigation-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -17%;
    width: 40vw;
    height: 100%;
    box-shadow: inset 2px 0 0 #dfe8f5;
    overflow: hidden;
    z-index: 0;
}

.sidebar-navigation {
    top: 90px;
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 100px);
}

    .sidebar-navigation::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(218 218 218);
        background-color: #f1f1f1;
    }

    .sidebar-navigation::-webkit-scrollbar {
        width: 5px;
        background-color: #c1c1c1;
    }

    .sidebar-navigation::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    .sidebar-navigation .sidebar-title {
        color: #1d1d1d;
        font-size: 16px;
        line-height: 1.3;
        padding: 10px 15px 10px 10px;
        border-bottom: 2px solid #eeeeee;
    }

        .sidebar-navigation .sidebar-title a {
            color: #1d1d1d;
            border-bottom: 0;
        }

        .sidebar-navigation .sidebar-title:hover {
            color: var(--bs-primary);
        }

        .sidebar-navigation .sidebar-title.active,
        .sidebar-navigation .sidebar-title a.active {
            color: var(--bs-primary);
            font-weight: 600;
        }

        .sidebar-navigation .sidebar-title a + a[aria-expanded="false"] img {
            transform: rotate(0deg);
            transition: transform .3s;
        }

        .sidebar-navigation .sidebar-title a + a[aria-expanded="true"] img {
            transform: rotate(180deg);
            transition: transform .3s;
        }

        .sidebar-navigation .sidebar-title img {
            transform: rotate(180deg);
            transition: transform .3s;
        }

        .sidebar-navigation .sidebar-title.collapsed img {
            transform: rotate(0);
        }

    .sidebar-navigation .list-group-item {
        color: #575757;
        font-size: 14px;
        line-height: 1.3;
        border-color: #eeeeee;
        background-color: transparent;
        border-left: 0.125rem solid transparent;
    }

        .sidebar-navigation .list-group-item:hover {
            color: var(--bs-primary);
        }

        .sidebar-navigation .list-group-item.active {
            background-color: transparent;
            color: inherit;
            font-weight: 600;
            color: var(--bs-primary);
        }

        .sidebar-navigation .list-group-item:last-child {
            border-bottom: 1px solid #eeeeee;
        }
/* END SIDEBAR */

/* SHORTCUTS */
.list-shortcuts .card-shortcut {
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
}

    .list-shortcuts .card-shortcut:hover {
        letter-spacing: 0;
        background-color: #0f377b;
    }

    .list-shortcuts .card-shortcut img {
        width: 45px;
        max-height: 40px;
        opacity: .5;
        filter: brightness(0) invert(1);
    }

    .list-shortcuts .card-shortcut:hover img {
        opacity: .9;
    }
/* END SHORTCUTS */

/* NEWS */
.view-all {
    color: #636363;
}

.card-news img {
    object-position: top center;
    transition: ease-in-out .3s;
}

.card-news:hover img {
    transform: scale(1.05);
}

.card-news .tags-icon {
    font-size: 5px;
    vertical-align: middle;
}

.card-news .category {
    font-size: 13px;
    background: #f7f7f7;
}

.card-news .date {
    font-size: 14px;
    top: -30px;
    right: 10px;
}

.card-news .margin-news {
    margin-right: 40px;
}

.card-news .resume {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tags .category {
    background-color: var(--bs-dark);
}

    .tags .category:hover,
    .tags .category.active {
        background-color: var(--bs-primary);
        color: #fff;
    }
/* END NEWS */

/* INFO */
.card-info img {
    width: 50px;
}
/* END INFO */

/* HIGHLIGHT */
.card-highlight .btn-primary {
    background-color: #fff;
    color: var(--bs-primary);
}

    .card-highlight .btn-primary:hover {
        background-color: var(--bs-dark);
        color: #fff;
    }
/* END HIGHLIGHT */

/* SHORTCUT PAGES */
.shortcut-subpage {
    background-color: #fff;
    border: 1px solid rgba(var(--bs-primary-rgb), .2);
    transition: all .3s;
}

    .shortcut-subpage:hover {
        border: 1px solid rgba(var(--bs-primary-rgb), .6);
    }

    .shortcut-subpage a {
        color: var(--bs-dark);
    }

    .shortcut-subpage svg {
        color: var(--bs-primary);
        width: 15px;
        height: 15px;
        transition: all .3s;
    }

    .shortcut-subpage:hover svg {
        transform: scale(1.2);
    }

    .shortcut-subpage .shortcut-subpage-text {
        font-weight: 500;
        line-height: 1;
    }
/* END SHORTCUT PAGES */

/* ROLES */
.card-role hr {
    width: 40px;
    border-top: 2px solid;
    color: #dbdbdb;
    margin: 12px 0;
    opacity: 1;
}

.card-role a:not(:hover) {
    color: #858585;
}
/* END ROLES */

/* ACCORDION */
.accordion-button {
    background-color: rgb(var(--bs-primary-rgb), 0.6);
}

    .accordion-button:not(.collapsed) {
        color: var(--bs-primary);
        background-color: var(--bs-primary);
        box-shadow: none;
    }

        .accordion-button::after,
        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgb(var(--bs-primary-rgb), 0.25);
    }

.list-files .list-group-item {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 5px;
    font-weight: 500;
}

    .list-files .list-group-item:last-child {
        border: 0;
    }

    .list-files .list-group-item:hover {
        background: rgb(var(--bs-primary-rgb), 0.05);
        color: var(--bs-body-color);
    }

    .list-files .list-group-item .icon i {
        font-size: 28px;
        color: var(--bs-secondary-color);
    }

.list-files a.list-group-item[href$=".pdf"]:before,
.list-files a.list-group-item[href$=".PDF"]:before,
.list-files a.list-group-item[href$=".doc"]:before,
.list-files a.list-group-item[href$=".DOC"]:before,
.list-files a.list-group-item[href$=".DOCX"]:before,
.list-files a.list-group-item[href$=".docx"]:before,
.list-files a.list-group-item[href$=".xls"]:before,
.list-files a.list-group-item[href$=".XLS"]:before,
.list-files a.list-group-item[href$=".xlsx"]:before,
.list-files a.list-group-item[href$=".XLSX"]:before,
.list-files a.list-group-item[href$=".zip"]:before,
.list-files a.list-group-item[href$=".ZIP"]:before,
.list-files a.list-group-item[href$=".rar"]:before,
.list-files a.list-group-item[href$=".RAR"]:before {
    font-family: bootstrap-icons;
    font-weight: 400;
}

.list-files a.list-group-item[href$=".pdf"] .icon i:before,
.list-files a.list-group-item[href$=".PDF"] .icon i:before {
    content: "\F63E";
    color: #e02424;
}

.list-files a.list-group-item[href$=".DOC"] .icon i:before,
.list-files a.list-group-item[href$=".DOCX"] .icon i:before,
.list-files a.list-group-item[href$=".doc"] .icon i:before,
.list-files a.list-group-item[href$=".docx"] .icon i:before {
    content: "\F38D";
    color: #4997f7;
}

.list-files a.list-group-item[href$=".xls"] .icon i:before,
.list-files a.list-group-item[href$=".XLS"] .icon i:before,
.list-files a.list-group-item[href$=".xlsx"] .icon i:before,
.list-files a.list-group-item[href$=".XLSX"] .icon i:before {
    content: "\F368";
    color: #7baf2c;
}

.list-files a.list-group-item[href$=".zip"] .icon i:before,
.list-files a.list-group-item[href$=".ZIP"] .icon i:before,
.list-files a.list-group-item[href$=".rar"] .icon i:before,
.list-files a.list-group-item[href$=".RAR"] .icon i:before {
    content: "\F391";
    color: #f1bb1b;
}
/* END ACCORDION */

/* CARD CONTACT */
.card-contact .content p:last-child {
    margin-bottom: 0;
}
/* END CARD CONTACT */

/* VIEW ALL */
.view-all {
    font-weight: 500;
    opacity: .8;
    text-decoration: none;
    transition: all ease .3s;
}

    .view-all:hover {
        opacity: 1;
    }
/* END VIEW ALL */

/* PAGINATION */
.pagination li {
    margin: 2px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .pagination li:hover,
    .pagination li.active {
        background: var(--bs-primary);
    }

        .pagination li:hover a {
            color: #fff;
        }

    .pagination li a {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        text-decoration: none;
        color: var(--bd-dark);
    }

    .pagination li.active a {
        color: #fff;
    }

    .pagination li.disabled {
        display: none;
    }
/* END PAGINATION */

/* CARD GALLERY */
.card-gallery {
    position: relative;
}

    .card-gallery:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255 / 30%);
        opacity: 0;
        transition: opacity .3s;
        z-index: 1;
    }

    .card-gallery:hover:before {
        opacity: 1;
    }

    .card-gallery .content {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 10px 20px;
        z-index: 1;
        background: var(--bs-primary);
    }

.glightbox {
    position: relative;
}

    .glightbox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 30%);
        opacity: 0;
        transition: opacity .3s;
        z-index: 1;
    }

    .glightbox:hover:before,
    .glightbox .search-icon {
        opacity: 1;
    }

    .glightbox .search-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: bootstrap-icons;
        font-weight: 400;
        color: var(--bs-primary);
        opacity: 0;
        transition: opacity .3s;
        z-index: 1;
    }

    .glightbox:hover .search-icon {
        opacity: 1;
    }

    .glightbox .search-icon i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: bootstrap-icons;
        font-weight: 400;
        color: var(--bs-primary);
        background-color: rgb(255 255 255 / 90%);
        border-radius: 99px;
        width: 36px;
        height: 36px;
        transform: scale(0);
        transition: transform .4s;
    }

    .glightbox:hover .search-icon i {
        transform: scale(1)
    }
/* END CARD GALLERY */

/* FOOTER */
footer {
    border-top: 2px solid var(--bs-primary);
    padding-top: 50px;
    background: rgba(var(--bs-primary-rgb), .1);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    footer .nav a {
        color: var(--bs-primary);
        display: inline-block;
    }

    footer .nav img {
        filter: brightness(0) invert(1);
        width: 35px;
        height: 35px;
    }

        footer .nav img:hover {
            filter: none;
        }

    footer .nav a:hover,
    footer .nav a:focus {
        color: var(--bs-primary);
        text-decoration: underline;
    }

    footer .contacts {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }

        footer .contacts img {
            height: 35px;
            width: 35px;
            margin-top: 4px;
            margin-right: 20px;
            filter: brightness(0) invert(0);
            opacity: .3;
        }

.policy {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.copyright a {
    color: #4e4e4e;
    text-decoration: none;
}

    .copyright a:hover {
        color: #f6921e;
    }
/* END FOOTER */

/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: var(--bs-primary);
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: var(--bs-primary);
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #212121;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #000;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

#s-c-bn:hover {
    background: #b0b0b0;
}

.c-bn, .c-bn:hover {
    text-transform: uppercase;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover, #s-c-bn:hover {
    color: #FFF;
}

.cc_div .title {
    font-size: 1em;
    display: block;
    margin: 0;
}

    .cc_div .title::before {
        content: none;
    }
/* END COOKIES */
@media only screen and (max-width: 1500px) {
    .swiper.banner .slide-content .slide-title {
        font-size: 50px;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-brand {
        position: relative;
        padding: 0;
    }

        .navbar .navbar-brand img {
            width: 100px;
        }

    .navbar .navbar-nav.level-2,
    .navbar .navbar-nav.level-3 {
        margin-top: 30px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 15px;
    }

        .navbar-nav .nav-item .nav-link {
            font-size: 20px;
        }

    .navbar-nav .megamenu .container {
        max-width: 100%;
        padding: 0;
    }

    .navbar-nav .megamenu {
        padding: 14px 0;
        background: transparent;
        box-shadow: none;
    }

    .navbar .megamenu .col-xl-3 {
        display: none;
    }

    .shortcuts .shortcut .content .title {
        font-size: 18px !important;
    }

    .shortcuts .shortcut .content .text {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .navbar-brand img {
        width: 250px;
        transition: all .3s;
    }

        .navbar .navbar-brand img.dropdown-opened {
            width: 100px;
            transition: all .3s;
        }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border-top: 3px solid var(--bs-primary) !important;
    }

    .swiper-container .slide-content-text {
        margin-top: 120px;
    }

    .header-banner {
        padding-top: 140px;
    }
}

@media only screen and (max-width: 991px) {
    #header .navbar {
        padding: 10px 0;
    }

        #header .navbar .megamenu {
            padding: 15px 0;
        }

    .list-shortcuts *:nth-child(even) .card-shortcut:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        background-color: rgb(255 255 255 / 15%);
    }

    .list-shortcuts *:nth-child(4n + 1) .card-shortcut:before,
    .list-shortcuts *:nth-child(4n + 2) .card-shortcut:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgb(255 255 255 / 15%);
    }

    .list-shortcuts .card-shortcut a {
        font-size: 18px !important;
    }

    .card-info .number {
        font-size: 22px !important;
    }

    .sidebar-navigation-bg:before {
        content: "";
        top: -5%;
        left: 0;
        width: 100%;
        box-shadow: inset 0 2px 0 #dfe8f5;
    }
}

@media only screen and (min-width: 992px) {
    .list-shortcuts .card-shortcut:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 3px;
        height: 100%;
        background-color: #fff;
    }

    .list-shortcuts *:last-child .card-shortcut:after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 3px;
        height: 100%;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .offset-md-n1 {
        margin-left: -8.33333333%;
    }
}

@media (max-width: 768px) {
    .modal-search .input-group svg {
        width: 25px;
        height: 25px;
    }

    .modal-search .form-control,
    .modal-search .form-control::placeholder {
        font-size: 20px;
    }

    .swiper.banner .slide-text p {
        font-size: 16px;
    }

    .card-info img {
        width: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .swiper.banner .slide-content .slide-title {
        font-size: 40px;
    }
}
