body {
    font-family: "Roboto", sans-serif;
    background-color: #f2f2f2;
    color: #2D3134;
    line-height: 150%;
    min-width: 320px;
    transition: background 0.4s;
}
html,body {
    font-size: 14px;
}
@media (min-width: 992px) {
    html,body {
        font-size: 16px;
    }
}
@media (min-width: 1400px) {
    html,body {
        font-size: 18px;
    }
}



input::placeholder {
    color: #8e9193!important;
}


.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-border-radius: 0.3rem;
}


.redx {
    border: dashed 1px red;
}

a {
    text-decoration: none;
    color: inherit;
    text-underline-offset: 0.2rem;
}
a.link {
    color: #0163C6;
    text-decoration-color: rgba(1, 99, 198, 0.8);
    text-decoration-thickness: 1px;

}
address {
    margin: 0;
}


.btn {
    --bs-btn-padding-y: 0.61rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.88889rem;
    --bs-btn-border-width: 2px;
    font-weight: 500;
}
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.77778rem;

    font-weight: 400;
}
.btn-lg {
    --bs-btn-padding-y: 0.81rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1rem;
    font-weight: 500;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0163C6;
    --bs-btn-border-color: #0163C6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004077;
    --bs-btn-hover-border-color: #004077;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0163C6;
    --bs-btn-active-border-color: #0163C6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0163C6;
    --bs-btn-disabled-border-color: #0163C6;
}
.btn-outline-primary {
    --bs-btn-color: #0163C6;
    --bs-btn-border-color: #0163C6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0163C6;
    --bs-btn-hover-border-color: #0163C6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0163C6;
    --bs-btn-active-border-color: #0163C6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0163C6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0163C6;
    --bs-gradient: none;
    --bs-btn-border-width: 2px;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #02A3E2;
    --bs-btn-border-color: #02A3E2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0289cb;
    --bs-btn-hover-border-color: #0289cb;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #02A3E2;
    --bs-btn-active-border-color: #02A3E2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #02A3E2;
    --bs-btn-disabled-border-color: #02A3E2;
}

.btn > svg {
    transform: translateY(-1px);
    margin-top: -1px;
    margin-bottom: -1px;
}

.btn.btn-lg > svg {
    transform: translateY(-1px);
    margin-top: 2px;
    margin-bottom: 2px;
}



.btn-icon {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}


.btn-light-style {
    background: white;
    border-color: #DBDCDD!important;
}
.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.form-check-input {
    border-color: #CACECF;
}
.form-check-input:checked {
    background-color: #0163C6;
    border-color: #0163C6;
}




h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.nav-link {
    --bs-nav-link-color: #0163C6;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 500;
}
.nav.nav-underline.border-bottom > li {
    transform: translateY(1px);
}
.table>thead th {
    font-weight: 500;
}


main p a {
    color: #0163C6;
    text-decoration: underline;
}



header {

}

main {
    min-height: 360px;
}

body.top-menu-fixed header {
    /* position: sticky; */
    position: fixed;
    z-index: 1000;
    top:0;
    left:0;
    right:0;
}
body.top-menu-fixed main {
    margin-top: 0px;
}


body.top-menu-fixed #top-header-1 {
    visibility: hidden;
    display: none;
}

body.top-menu-fixed #top-header-3 {
    visibility: hidden;
    display: none;
}


#top-header-1 {
    font-size: 0.88889rem;
    padding-top: 8px;
    padding-bottom: 10px;
    visibility: hidden;
    display: none;
    padding: 0px;
    height: 0px;
    background: #f2f2f2;
}
#top-header-1 address {
    display: inline-block;
    font-weight: 500;
}
#top-header-1 li {
    list-style: none;
}
#top-header-1 li a {
    color: #777;
    display: inline-block;
    line-height: 120%;
}
#top-header-1 li a:hover {
    color:#0163C6;
    text-decoration: underline;
}





#top-header-2 {
    background: white;
    padding: 10px 0;
}

.header-logo {
    order: 1;
    flex-grow: 1;
}
.header-catalog {
    order: 6;
}
.header-search {
    order: 6;
    display: none;
}
.header-messenger {
    order: 3;
}
.header-phone {
    order: 4;
    line-height: 150%;
    font-size: 1.111111rem;
}
.header-callback {
    order: 5;
}

#top-header-2.fixed {
    position: sticky;
    top:0px;
}
#top-header-2 .header-row-items {
    gap: 14px;
    flex-wrap: wrap;
}
#top-header-2 .logo {
    max-height: 40px;
}
#top-header-2 .header-phone a {
    display: block;
    font-weight: 500;
    white-space: nowrap;
}

#top-header-2 .search-style {
    background: #0163C6;
    border-radius:8px;
}
#top-header-2 .search-style .form-control {
    border-color:#0163C6;
    margin: 1px;
    margin-right: 0px;
}

#btn-header-callback {
    padding-left: 0.75rem;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
}
#btn-header-callback svg {
    width: 28px;
    height: 28px;
}
#btn-header-callback .text-box {
    display: flex;

    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    line-height: 100%;
    max-width: 60px;

}
#btn-header-callback .text-box .text-1 {
    font-size: 1rem;
    text-align: left;
    /*    white-space: nowrap;*/
}
#btn-header-callback .text-box .text-2 {
    display: none;
    font-size: 0.77778rem;
    white-space: nowrap;
}




.link-icon-social {
    border: solid 2px black;
    border-radius: 50%;
    height:44px;
    width:44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.24s all;
}
.link-icon-social svg {
    transition: 0.24s all;
    width: 20px;
    height: 20px;
}
.link-icon-social.icon-telegram {
    border: solid 2px #1B92D1;
}
.link-icon-social.icon-telegram svg {
    transform: translateX(-1px);
}
.link-icon-social.icon-telegram:hover {
    background: #1B92D1;
}
.link-icon-social.icon-telegram:hover svg {
    fill: white;
}

.link-icon-social.icon-viber {
    border: solid 2px #7F40BD;
}
.link-icon-social.icon-viber svg {
    transform: translateY(1px);
}
.link-icon-social.icon-viber:hover {
    background: #7F40BD;
}
.link-icon-social.icon-viber:hover svg {
    fill: white;
}

.link-icon-social.icon-whatsapp {
    border: solid 2px #3fb947;
}
.link-icon-social.icon-whatsapp:hover {
    background: #3fb947;
}
.link-icon-social.icon-whatsapp:hover svg {
    fill: white;
}
#btn-catalog {

}












#top-header-3 {
    position: static;
    background: white;
    padding-bottom: 16px;
}


#top-header-3 .menu-container {
    max-height: 1.4rem;
    overflow: hidden;

}
#top-header-3 .top-menu {
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
    gap: 24px;
    white-space: nowrap;
    overflow-x: auto;
}
#top-header-3 .top-menu li {
    display: inline-block;
    padding-bottom: 3px;
}
#top-header-3 .top-menu li a {
    display: inline-block;
    padding: 3px 0px;
}

#top-header-3 li a {
    color: #505357;
    display: inline-block;
    line-height: 120%;
}
#top-header-3 li a:hover {
    color:#0163C6;
    text-decoration: underline;
}








/* MEGA MENU */


#mega-menu {
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
    position: fixed;
    z-index: -1;
    top: 100px;
    left:0;
    right:0;
    bottom: 0;
    background: white;
    width: 100%;
    min-height: 300px;
    border: solid 0px red;
    transform: translateY(-20px);
    
    overflow-y: auto;
    overflow-x: hidden;
}
body.mega-menu-open {
    /*
    overflow: hidden;
    margin-right: 15px; */
}
body.mega-menu-open #mega-menu  {
    transition: opacity 0.5s, transform 0.3s;
    visibility: visible;
    opacity: 1;
    z-index: 900;
    transform: translateY(0px);
}
body.top-menu-fixed.mega-menu-open #mega-menu {
    top: 100px;
    bottom: 0px;
}



body.mega-menu-open main,
body.mega-menu-open footer {
    opacity: 0.1;
}
body.mega-menu-open {
    background: rgba(0, 0, 0, 0.3);
}



ul.mega-menu {
    list-style: none;
    margin:0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3rem;
}
ul.mega-menu ul {
    list-style: none;
    margin:0;
    padding: 0;
    margin-top: 10px;
}
ul.mega-menu > li {
    margin-bottom: 8px;
}
ul.mega-menu > li > a {
    font-weight: bold;
    line-height: 1.4rem;
}
ul.mega-menu ul > li > a {
    font-size: 0.8889rem;
}
ul.mega-menu ul > li {
    margin-bottom: 8px;
}















.card-style {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    border-color: var(--bs-border-color);
    height: 100%;
}




#main-banner {
    padding-top:2rem;
    padding-bottom: 2rem;
}
#main-banner h1,
#main-banner h2 {
    /*    font-size: 2.77778rem;*/
    font-size: 24px;
    color: #004077;
}

#slider-banner .banner-image {
    background-size: cover;
    background-position: 75% 50%;
}
#slider-banner .swiper-slide {
    height: 320px;
}
#slider-banner .slide-content {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 300px;
    /*    max-width: calc(50% - 100px);
        margin-left: 100px;*/
}




#slider-banner ~ .swiper-button-prev,
#slider-banner ~ .swiper-button-next {
    display: none;
    background: white;
    border: solid 2px #0163C6;
    width: 58px;
    height: 58px;
    border-radius: 8px;
}
#slider-banner ~ .swiper-button-prev svg,
#slider-banner ~ .swiper-button-next svg {
    width: 26px;
    height: 26px;
}
#slider-banner ~ .swiper-button-prev::after,
#slider-banner ~ .swiper-button-next::after {
    content:'';
}
#slider-banner ~ .swiper-button-prev {
    left:20px;

}
#slider-banner ~ .swiper-button-next {
    right:20px;
}










#section-category {

}
#section-category .card {

}
#section-category .list-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
#section-category .list-link li a {
    display: inline-block;
    color: #0163C6;
    margin: 8px 0;
    line-height: 120%;
}
#section-category .list-link li a:hover {
    text-decoration: underline;
}
#section-category .card-body {
    padding: 30px 40px 26px 40px;
}







.slider-products .swiper-wrapper {
    align-items: stretch;
}
.slider-products .swiper-slide {
    height: auto;
}







.product-card {
    
    
}

.product-card .products-badge {
    position:absolute;
    top:10px;
    left:14px;
    right:14px;
    font-size:0.88889rem;
}
.product-card .products-badge .badge {
    float: right;
}

.product-card .card-body {
    padding: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;  
    flex-direction: column;  
}
.product-card .product-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.product-card .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-card .product-price {
    font-size: 1.333334rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-card .product-price .old-price {
    font-size: 1rem;
    color: silver;
    text-decoration: line-through;
}

.product-card .product-link {
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
    flex-grow: 1;
}
.product-card .product-link > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product-card .product-link > a::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
}

.product-card .products-badge,
.product-card .product-image, 
.product-card .product-price,
.product-card .product-info {
    pointer-events: none;
}

.product-card .product-info {
    font-size: 0.88889rem;
    margin-bottom: 14px;
    color: gray;
}
ul.product-options {
    padding:0;
    margin:0;
    list-style: none;
}
ul.product-options li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
}
ul.product-options li span {
    display: inline-block;
}
.product-options .info-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-options .info-line {
    height: 100%;
    flex-grow: 1;
    min-width: 15px;
    border-top: dashed 1px silver;
    transform: translateY(-0.44rem);
}
.product-options .info-value {
    white-space: nowrap;
}










.slider-publications .swiper-wrapper {
    align-items: stretch;
}
.slider-publications .swiper-slide {
    height: auto;
}


.public-card .public-image img {
    width: 100%;
    border-radius: 4px;
}
.public-card .public-image {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.public-card .public-link {
    margin-bottom: 10px;
}
.public-card .public-link a {
    display: inline-block;
    line-height: 130%;
    font-weight: 500;
    font-size: 16px;
}
.public-card .public-intro {
    font-size: 14px;
    color: #586068;
    line-height: 135%;
}

.public-card .public-date {
    color: #9B9B9B;
    margin-bottom: 0px;
}










.factoid-icon img {
    max-width: 60px;
    margin-right: 14px;
}
.factoid-text {
    line-height: 130%;
    max-width: 380px;
}
.factoid-text .gray-text {
    font-size: 0.888889rem;
    color: #586068;
}

.pagination {
    --bs-pagination-active-bg: #0163C6;
    --bs-pagination-active-border-color: #0163C6;
    --bs-pagination-color: #0163C6;
}






#mse2_filter_box {

}
#mse2_filter_box .offcanvas {
    overflow: hidden;
}
#mse2_filter_box .offcanvas-body {
    padding:0;
}
#mse2_filters h5 {
    margin: 0;
}
#mse2_filters {
    font-size: 16px;
}

#mse2_filters button.collapse-title {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #eaeaea;
    padding: 10px 20px 11px 20px;
    text-align: left;
    font-size: 1rem;
}
#mse2_filters button.collapse-title svg {
    fill: #9B9B9B;
    float: right;
    margin-top: 5px;
    margin-right: -4px;
    transform: rotate(-90deg) translateX(2px) scaleX(1);
    transition: 0.2s;
}
#mse2_filters button.collapse-title:hover,
#mse2_filters fieldset.show button.collapse-title {
    background: #eaeaea80;
}
#mse2_filters fieldset.show button.collapse-title svg {
    transform: rotate(-90deg) translateX(2px) scaleX(-1);
}



#mse2_filters .collapse-body {
    overflow: hidden;
    border-bottom: solid 1px #eaeaea;
    padding: 12px 20px;
}
#mse2_filters .collapse-body sup {
    color: silver;
}





#mse2_selected_wrapper {
    min-height: 0px!important;
    margin: 0px!important;
    padding-top: 0px;
    padding-bottom: 0px;
}
#mse2_selected {
    border:none!important;
    background: none!important;
    margin-top: 10px;
    padding:0!important;
}
#mse2_selected .mse2_selected_link {
    display: inline-block;
    border: solid 1px;
    border-color: var(--bs-border-color);
    padding: 3px 8px;
    background: #fff;
    border-radius: 6px;
    font-size: 0.88889rem;
    margin-bottom: 4px;
}
#mse2_selected .mse2_selected_link em {
    color: #505357!important;
    font-style: normal;
}
#mse2_selected .mse2_selected_link sup {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    
}
#mse2_selected .mse2_selected_link sup::before {
    content: '×';
    position: absolute;
    padding-top: 9px;
    top: -7px;
    font-size: 20px;
    background: white;
    width: 14px;
    height: 14px;
}

#mse2_mfilter .pagination .page-item:first-child,
#mse2_mfilter .pagination .page-item:last-child {
    display: none;
}


#mse2_results .product-box {
    width: 50%;
}




.links-category-menu {
    list-style: none;
    padding:0;
    margin: 0;
    font-size: 16px;
    
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.links-category-menu li {
    display: inline-block;
    font-weight: 300;
}
.links-category-menu li a {
    display: inline-block;
    padding: 4px 10px 3px 10px;
    border: solid 1px #CACECF;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #5E6465;
    transition: 0.2s;
}
.links-category-menu li a:hover {
    background: #0163C6;
    color: white;
    border: solid 1px #0163C6;
}

.links-category-menu li.active a {
    background: #6c757d;
    color: white;
    border: solid 1px #6c757d;
}









#page-product img {
    max-width: 100%;
    height: auto;
}


#page-product .card-style > .card-body {
    /* padding: 40px 50px; */
}
#page-product ul.product-options li {
    margin-bottom: .6rem;
}
#page-product ul.product-options .info-title {
    color: gray;
}
#page-product .table-characteristics tr td:first-child {
    color: gray;
}

#msProduct .old_price {
    font-size: 1.66667rem;
    color: silver!important;
}
#msProduct .price {
    font-size: 2.22222rem;
    font-weight: 500;
}

#msGallery .swiper .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#msGallery .swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    
    max-width: 100%;
    max-height: 100%;
    
    object-fit: contain;
}




.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.breadcrumb > li {
    flex-shrink: 0;
}
.breadcrumb > li.active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
}



footer {
    background-color: #40454A;
    color: #DBDCDD;
}
footer p,
footer a {
    font-size: 0.88889rem;
    line-height: 150%;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;

}
footer .footer-header {
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}
footer ul {
    margin:0;
    padding:0;
    list-style: none;
}
footer ul li {
    margin-bottom: 10px;
    font-size: 0.88889rem;
    line-height: 150%;
}

footer .link-icon-social.icon-telegram,
footer .link-icon-social.icon-whatsapp,
footer .link-icon-social.icon-viber {
    border: solid 2px white;
    opacity: 0.7;
}
footer .link-icon-social:hover {
    opacity: 1;
}
footer .link-icon-social svg {
    fill: white;
}




.container-fluid {
    padding: 0px 16px;
}

.mse2-ac-wrapper {
    border-bottom: solid 1px #dee2e6;
    font-family: "Roboto", sans-serif;
}



#cookie-notify-panel {
    position: fixed;
    display:none;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(0,0,0,0.95);
    color: silver;
    padding: 14px 20px;
    z-index: 999999;
    border-radius: 1rem;
    font-size: 0.88889rem;
}
#cookie-notify-panel .btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

.ui-front {
    z-index: 9999!important;
}



/************************************
    EXTRA SMALL < 400
*************************************/

@media (max-width: 399.98px) {
    #btn-header-callback {
        padding-left: 0.75rem;
        padding-top: 0.72rem;
        padding-bottom: 0.6rem;
    }
    #btn-header-callback svg {
        width: 24px;
        height: 24px;
    }
    #btn-header-callback .text-box {
        display: none;
    }
    #slider-banner .slide-content {
        margin-left: 30px;
        margin-right: 30px;
    }
    
    #mse2_results .product-box {
        width: 100%;
    }

}




/************************************
    SM
*************************************/
@media (min-width: 576px) {
    #top-header-2 .header-row-items {
        flex-wrap: nowrap;
    }
    .header-logo {
        order: 1;
        flex-grow: 0;
    }
    .header-catalog {
        order: 6;
    }
    .header-search {
        order: 2;
        display: block!important;
    }
    .header-messenger {
        order: 3;
    }
    .header-phone {
        order: 4;
        line-height: 150%;
        font-size: 1.111111rem;
    }
    .header-callback {
        order: 5;
    }

    #main-banner h2 {
        font-size: 28px;
        color: #004077;
        margin-bottom: 10px;
    }
    #slider-banner .banner-image {
        background-size: cover;
        background-position: 60% 50%;
    }
    #slider-banner .swiper-slide {
        height: 300px;
    }
    #slider-banner .slide-content {
        margin-left: 50px;
        margin-right: 50px;
        max-width: 60%;
    }
    #slider-banner .slide-content p {
        font-size: 14px;
        line-height: 150%;
    }


    #mse2_mfilter .pagination .page-item:first-child,
    #mse2_mfilter .pagination .page-item:last-child {
        display: block;
    }


    #mega-menu {
        height: auto;
        min-height: 50%;
        bottom: auto!important;
    }

}


/************************************
    MD 
*************************************/
@media (min-width: 768px) {
    .container-fluid {
        padding: 0px 30px;
    }
    #top-header-1 {
        padding-top: 8px;
        padding-bottom: 10px;

        visibility: visible;
        display: block;
        height: auto;
    }
    #top-header-2 {
        background: white;
        padding: 14px 0;
    }
    #top-header-2 .header-row-items {
        gap: 20px;
    }
    #main-banner h2 {
        font-size: 36px;
        color: #004077;
        margin-bottom: 10px;
    }
    #slider-banner .banner-image {
        background-size: cover;
        background-position: 50% 50%;
    }
    #slider-banner .swiper-slide {
        height: 360px;
    }
    #slider-banner .slide-content {
        margin-left: 60px;
        margin-right: 60px;
        max-width: 60%;
    }
    #slider-banner .slide-content p {
        font-size: 16px;
        line-height: 150%;
    }
    
    .links-category-menu {
        white-space: normal;
    }
    
    #mse2_results .product-box {
        width: 33.3329%;
    }
}


/************************************
    LG 
*************************************/
@media (min-width: 992px) {

    .link-icon-social {
        height:48px;
        width:48px;
    }
    .link-icon-social svg {
        width: 24px;
        height: 24px;
    }

    #top-header-2 {
        background: white;
        padding: 20px 0;
    }
    #top-header-2 .logo {
        max-height: 50px;
    }
    .header-logo {
        order: 1;
    }
    .header-catalog {
        order: 2;
    }
    .header-search {
        order: 3;
    }
    .header-messenger {
        order: 4;
    }
    .header-phone {
        order: 5;
    }
    .header-callback {
        order: 6;
    }

    #btn-header-callback svg {
        width: 32px;
        height: 32px;
    }
    #btn-header-callback .text-box {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        line-height: 100%;
        max-width: initial;
    }
    #btn-header-callback .text-box .text-1 {
        font-size: 1rem;
        white-space: nowrap;
    }
    #btn-header-callback .text-box .text-2 {
        display: block;
        font-size: 0.77778rem;
        white-space: nowrap;
    }


    #main-banner h2 {
        font-size: 40px;
        color: #004077;
        margin-bottom: 16px;
    }
    #slider-banner ~ .swiper-button-prev,
    #slider-banner ~ .swiper-button-next {
        display: flex;
    }
    #slider-banner .swiper-slide {
        height: 380px;
    }
    #slider-banner .slide-content {
        margin-left: 80px;
        margin-right: 80px;
        max-width: 50%;
    }
    #slider-banner .slide-content p {
        font-size: 18px;
        line-height: 150%;
    }
    #mse2_results .product-box {
        width: 50%;
    }
    #mse2_filter_box {
        max-width: 33.3329%;
    }
    #mse2_filter_box .offcanvas {
        position: static;
        visibility: visible;
        transform: translateX(0px);
        
        border-radius: 8px;
        border: solid 1px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
        border-color: var(--bs-border-color);
    }
    #mse2_filter_box .offcanvas-header {
        display: none;
    }
    
    

}


/************************************
    XL 
*************************************/
@media (min-width: 1200px) {
    .container-fluid {
        padding: 0px 40px;
    }
    .factoid-text .gray-text {
        font-size: 14px;
        color: #586068;
        line-height: 100%;
    }
    #mse2_results .product-box {
        width: 33.3329%;
    }
    #mse2_filter_box {
        max-width: 25%;
    }
}


/************************************
    XXL 
*************************************/
@media (min-width: 1400px) {
    .container-fluid {
        padding: 0px 50px;
    }
    #top-header-2 .logo {
        max-height: 60px;
    }
    #top-header-2 .header-row-items {
        gap: 30px;
    }

    #main-banner h2 {
        font-size: 50px;
        color: #004077;
        margin-bottom: 16px;
    }
    #slider-banner .swiper-slide {
        height: 460px;
    }
    #slider-banner .slide-content {
        margin-left: 100px;
        margin-right: 100px;
        max-width: 50%;
    }
    #slider-banner .slide-content p {
        font-size: 24px;
        line-height: 150%;
    }

}
/*************************************
    1600 CUSTOM
*************************************/
@media (min-width: 1600px) {
    .container-fluid {
        padding: 0px 50px;
        max-width: 1800px;
    }
    #top-header-2 .header-row-items {
        gap: 40px;
    }
    .factoid-text .gray-text {
        font-size: 16px;
        color: #586068;
        line-height: 140%;
    }
    
    #mse2_results .product-box {
        width: 25%;
    }
    #mse2_filter_box {
        max-width: 20%;
    }
}