:root {
	--primary: #004b9e;
	--secondary: #13538b;
	--primaryopacity: #155a97d5;

    --rgb1: rgb(24 104 175);
    --rgb2: rgb(22 88 146);
    --rgb3: rgb(32 129 214);
}

.modal-header {
    background-color: #004b9e;
    color: #fff;
    border-radius: 0;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal input {
    border-radius: 0;
}

.modal-content {
    border-radius:0 ;
}

.jhxt {
    display: none;
}



form small {
    display: inline-block;
    line-height: normal;
    font-size: 12px
}
form small a {
    display: inline-block;
    line-height: normal;
    font-size: 12px
}

.section-top-menu .submainmenu li a:hover {
    color: #fff;
}

.section-top-menu .submainmenu li.root-item-selected a {
    color: var(--primary);
}

.section-top-menu .submainmenu {
    background-color: var(--primary);
}

.mobile_top-menu .main_menu ul.nav li.root-item-selected::before {
    background-color: var(--primary);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--secondary);
}

.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--primary);
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    background-color: var(--primary);
    border-color: var(--secondary);
    box-shadow: 0 0 0 .2rem var(--primaryopacity);
}

.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    background-color: var(--primary);
    border-color: var(--secondary);
}

.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem var(--primary);
}

.btn-primary:disabled,.btn-primary.disabled {
    background-color: var(--primary);
    border-color: var(--secondary);
}

.smart-filter-slider-handle {
    border-color: var(--secondary);
}


.footer .prefooter {
    background-color: #004b9e;
    margin-bottom: 15px;
}

.footer .prefooter .submainmenu {
    margin-bottom: 0;
}

.footer .prefooter .submainmenu li.root-item-selected a {
    background-color: #022d5d;
   
}

.footer .prefooter .submainmenu a:hover {
    background-color: #022d5d;
}

.footer .prefooter .submainmenu li {
    /* width: calc( 100% / 7 ); */
    /* flex: 1; */
    text-align: center;
    
}

.footer .prefooter .submainmenu li:nth-child(5) {
    /* flex: 1.2 1 auto; */
}

.footer .prefooter .submainmenu a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 30px;
    /* white-space: nowrap; */
    font-weight: bold;
    display: block;
}

.footer {
    /* border-color: var(--primary);  */
	/* background: linear-gradient(0deg, var(--rgb1) 0%, var(--rgb2) 95%, var(--rgb3) 100%);   */
    background: #333333;
    border-top: 1px solid silver;
    padding-top: 0;
}

.footer .submainmenu li a {
    text-transform: uppercase;
    text-decoration: none;
}

/* ---------------------------- */

#bx-panel {
    /* display: none !important; */
}

.section.header .header-block {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.section.header .header-block .search.block{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* color: "#6c6969" */
.section.header .header-block .search.block {
    padding-top: 10px;
}

.section.header .header-block .search.block .curcity {
    font-size: 14px;
    color: #6c6969;
    /* font-weight: bold; */
}

.section.header .header-block .search.block .curcity b {
    background: url(/local/assets/svg/pinmap.svg) no-repeat;
    padding-left: 19px;
    /* padding-top: 5px; */
    color: #004b9e;
    position: relative;
    cursor: pointer;
    margin-right: 0px;
    border: 1px solid #fff;
    padding-right: 5px;
}

.section.header .header-block .search.block .curcity b:hover {
    border: 1px solid #019df4;
}

.section.header .header-block .search.block .curcity b::before {
    content: '';
    border: 3px solid transparent;
    border-top: 3px solid #019df4;
    position: absolute;
    top: 0;
    right: 0px;
}

.section.header .search.block .city-block {
    position: relative;
}



/* .search.block */
.section.header .city-block .city-list {
    width: 300px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #019df4;
    list-style: none;
    padding: 0;
    display: block;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    display: none;
    top: 26px;
    left: 0;
}

.section.header .search.block .city-block .city-list.active {
    display: block;
}

.section.header .search.block .city-block .city-list li {
    line-height: normal;
    display: block;
    padding: 1px;
}

.section.header .search.block .city-block .city-list li:hover a {
    background-color: #fff;
    color: #019df4;
}

.section.header .search.block .city-block .city-list li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    background-color: #019df4;
    color: #fff;
    line-height: normal;
    padding: 5px;
}

.section.header .search.block .search-page {
    /* margin-top: 5px; */
    display: block;
}

.section.header .search.block .search-page form {
    display: flex;
}

.section.header .search.block .search-page form input {
    border: none;
    outline: none;
}

.section.header .search.block .search-page form input[type=text] {
    border: 1px solid #004b9e;
    border-right: none;
    line-height: normal;
    /* margin-top: 5px; */
    padding: 5px 8px;
    font-size: 14px;
}

.section.header .search.block .search-page form input[type=submit] {
    font-size: 14px;
    line-height: normal;
    display: block;
    padding: 0;
    height: initial;
    border: 1px solid #004b9e;
    background: #004b9e;
    color: #fff;
    padding: 5px 8px;
    padding-top: 0;
    padding-bottom: 0;
}

.section.header .mainphone.block {
    margin-left: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: center;
}

.section.header .mainphone.block .phone_work {
    color: #626161;
    font-size: 14px;
    display: block;
}

.section.header .mainphone.block a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    line-height: normal;
    display: block;
}

.section.header .block.callback {
    margin-left: 5px;
    padding-top: 10px;
    display: flex;
    /* width: 150px; */
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-between; */
    justify-content: center;
   

}

.section.header .block.callback a {
    /* padding-top: 5px; */
    color: #004b9e;
    padding: 3px 7px;
    display: block;

}

.section.header .block.callback .callback_btn {
    text-align: center;
    background-color: #004b9e;
    color: #fff;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #004b9e;
}

.section.header .block.callback .callback_btn:hover {
    background-color: #fff;
    color: #004b9e;
}

.section.header .block.contacts a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #004b9e;
    width: 100%;
    line-height: normal;
    padding: 3px 7px;
    text-align: center;
    border: 1px solid #fff;
}

.section.header .block.contacts {
    margin-left: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
}

.section.header .block.contacts .bdr {
    border: 1px solid #004b9e;
}

.section.header .block.contacts .bdr:hover {
    background-color: #004b9e;
    color: #fff;
}

.section.header .block.contacts a:hover {
    border: 1px solid #004b9e;
}


.section.header .block.basket {
    padding-top: 10px;
    
    /* padding-left: px; */
}

.section.header .block.basket .bx-basket-block .basket-circle {
    background-color: #004b9e;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    box-sizing: content-box;
    /* vertical-align: middle;  */
}

.section.header .block.basket {
    display: flex;
    flex: 2;
    justify-content: center;
}

.section.header .block.basket .bx-basket-block a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin-right: initial;
}

.section.header .block.basket .bx-basket-block a .fa {
    font-size: 26px;
    color: #004b9e;
}

.section.header .block.basket .bx-basket-block {
    width: initial;
    padding-left: initial;
}

.pomyatka {
    padding: 20px 20px 20px 90px;
    background: #f1f1f1 url(/local/assets/img/icon_quoters.png) 20px 20px no-repeat;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.list_icon_angle {
    list-style-type: none;
}

ul.list_icon_angle li {
    background: url(/local/assets/img/icon_angle.png) 0 3px no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;

}

.box_icon {
    padding: 10px;
    padding-left: 120px;
    border: 1px solid #f0f0f0;
    min-height: 95px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box_icon .box_ttl { 
    font-size: 18px;
    color: #1569ae;
    text-transform: uppercase;
}

.box_icon.car {
    background: url(/local/assets/img/icon_car.png) 10px 20px no-repeat;
}

.basket_weel {
    background: url(/local/assets/img/Icon_basket_on_weels.png) 30px 15px no-repeat;
}

.section-top-menu {
    background-color: #004b9e;
}

.section-top-menu .submainmenu {
    border: none;
}

.vertising_block {
    background: #004b9e;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 30px;
}

.bg-blue {
    background-color: #004b9e;
}

.icon_adv {
	width: 280px;
	height: 200px;
	padding-top: 160px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: 'Arial';
	display: block;
	background: url(/local/img/ico_adv.png) top center  no-repeat;
}

.icon_adv.icon_adv1 { background: url(/local/assets/img/icons_big1.jpg) top center  no-repeat; }
.icon_adv.icon_adv2 { background: url(/local/assets/img/icons_big2.jpg) top center  no-repeat; }
.icon_adv.icon_adv3 { background: url(/local/assets/img/icons_big3.jpg) top center  no-repeat; }
.icon_adv.icon_adv4 { background: url(/local/assets/img/icons_big4.jpg) top center  no-repeat; }

.btn {
    border-radius: 0;
}

.btn.lite-blue {
    background: #019df4;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #019df4;
}

.btn.lite-blue:hover {
    background-color: #fff;
    color: #019df4;
    border: 1px solid #019df4;
}

.scan-review-block {
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
}

.scan-review-block .scan-review {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.scan-review-block .scan-review a.company_name {
    text-align: center;
    
}

.scan-review-block .scan-review a.rewiew {
    width: 153px;
    height: 206px;
    background: url(/local/assets/img/ramka.png) no-repeat;
    display: block;
    position: relative;
    /* -webkit-box-shadow: 3px 6px 5px 0px rgba(50, 50, 50, 0.37); */
    /* -moz-box-shadow:    3px 6px 5px 0px rgba(50, 50, 50, 0.37); */
    /* box-shadow:         3px 6px 5px 0px rgba(50, 50, 50, 0.37); */
    padding: 19px 23px;
    /* padding-top: 17px; */
    margin-bottom: 12px;
    transition: all .2s;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.scan-review-block .scan-review a.rewiew img {
    width: 100%;
}

.scan-review-block .scan-review a {
    text-decoration: none;
    color: #000;
}

.scan-review-block .scan-review a.rewiew:hover {
    box-shadow: 0 9px 19px 0 rgb(110 127 134 / 44%);
    transform: translateY(-1px);
}

.mobil_content_menu a.mobil-logotype {
    padding-right: 20px;
    display: block;
}

.mobil_content_menu a.mobil-logotype img {
    width: 100%;
}

.product-item-small-card .stock-status, .product-item-detail-pay-block .stock-status {
    padding-left: 20px;
}

.section-top-submenu {
    background: #029df4;
    /* background-color: #f8f8f8; */
    /* border-bottom: 1px solid #e7e7e7;  */
}

.section-top-submenu ul {
    width: 100%;
    display: block;
    background-color: initial;
}

.section-top-submenu ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.section-top-submenu ul li:nth-child(1) {
    width: 1.1%;
}

.section-top-submenu a:hover {
    background: #dedede;
    background: #f8f8f8;
    color: #333;
}

.section-top-submenu ul li.root-item-selected a {
    background: #dedede;
    background: #fff;
    /* background: #004b9e; */
    /* color: #fff; */
    color: #333;
}

.section-top-submenu a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px 11px;
    text-transform: uppercase;
    
}

.city-block .city_select {
    display: none;
}

@media (max-width: 1400px) {

    .section.header .search.block .search-page form input[type=text] {
        width: 210px;
    }

    .section.header .header-block .search.block .curcity {
        width: 260px;
    }

    .section.header .mainphone.block a {
        font-size: 20px;
    }

    .section.header .block.callback a {
        font-size: 13px;
    }

    .section.header .block.callback .callback_btn {
        font-size: 12px;
    }

    .section.header .block.contacts .bdr {
        font-size: 13px;
    }
}

@media (max-width: 1300px){

    .section.header .block.callback {
        display: flex !important;
        order: 2;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 0;
        margin-left: 0;
    }

    .section.header .block.callback .callback_btn {
        border: 1px solid #fff;
        background-color: #004b9e;
        padding: 5px;
        display: block;
        color: #fff;
    }

    .section.header .block.callback a {
        color: #fff;
        padding-left: 0;
    }

    .mobil-footer {
        z-index: 91;
    }

    .mobile_top-menu.open, .mobile_filter.open {
        display: block;
        left: 0;
        z-index: 91;
    }

    .mobile_top-menu.open .mobil_content_menu, .mobile_filter.open .mobil_content {
        left: 0;
        /* transform: translate3d(0px, 0px, 0px ); */
        display: block;
    }

    .mobile_top-menu .mobil_content_menu, .mobile_filter .mobil_content {
        height: 100%;
        width: 300px;
        background: #fff;
        position: fixed;
        z-index: 22;
        box-shadow: 3px 0px 10px 0px rgb(0 0 0 / 45%);
        left: -100%;
        top: 0;
        padding: 15px;
        overflow: scroll;
        /* display: none; */
        transition: all .3s;
        /* transform: translate3d(-100%, 0px, 0px ); */
        /* display: none; */
    }

    .mobile_top-menu .mob_menu_block {
        font-size: 12px;
        margin-bottom: 10px;
        
    }

    .mobile_top-menu .main_menu.mob_menu_block {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .mobile_top-menu .phones a {
        display: block;
        font-size: 18px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        text-align: center;
        
    }

    .mobile_top-menu .main_menu ul.nav {
        border-top: 1px solid #f2f2f2;
        margin-top: 20px;
        margin: 0;
        list-style: none;
        display: block;
    }

    .mobile_top-menu .main_menu ul.nav li {
        border-bottom: 1px  solid #f2f2f2;
        display: block;
        position: relative;
    }

    .mobile_top-menu .main_menu ul.nav li a {
        display: block;
        font-size: 16px;
        /* font-weight: bold; */
        padding: 10px 15px;
        /* border-bottom: 1px solid #000; */
        color: #333;
        text-decoration: none;
        
    }

    .mobile_top-menu .main_menu ul.nav li.root-item-selected::before {
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        display: block;
        background-color: #0d6efd;
        position: absolute;
    }

    .header-block .block.logo {
        display: block !important;
        background: #fff;
        padding: 5px 10px;
        
    }

    .header-block .block.logo a {
        background: url(/local/assets/img/metakon-logo.png) no-repeat;
        width: 140px;
        height: 31px;
        display: block;
    }

    .header-block .block.logo a img {
        display: none;
    }

    .city-block .city_select {
        display: inline;
        font-size: 14px;
        color: #fff;
    }

    .mobile_top-menu.open .mobil_content_menu, .mobile_filter.open .mobil_content {
        left: 0;
        /* transform: translate3d(0px, 0px, 0px ); */
        display: block;
    }

    .mobile_top-menu .close_mobil_window, .mobile_filter .close_mobil_window {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        display: block;
    }

    .section.header .mainphone.block {
        display: flex !important;
        order: 2;
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .mobil_content_menu a.mobil-logotype img {
        width: 210px;
        
    }

    .section.header .mainphone.block .phone_work {
        color: #fff;
        order: 2;
    }

    .section.header .mainphone.block a {
        color: #fff;
        font-size: 16px;
    }

    .mobile_top-menu .close_mobil_window::before, .mobile_filter .close_mobil_window::before {
        content:'';
        width: 20px;
        height: 2px;
        background: #b8b8b8;
        display: block;
        transform: rotate(-45deg);
        position: absolute;
        left: 0px;
        top: 8px;
    }
    .mobile_top-menu .close_mobil_window::after, .mobile_filter .close_mobil_window::after {
        content:'';
        width: 20px;
        height: 2px;
        background: #b8b8b8;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        left: 0px;
        top: 8px;
    }


    .section-top-submenu {
        display: none;
    }

    .section.header {
        background-color: #004b9e;
    }

    .header-block .block.logo, .section.header .header-block .search.block, .section.header .mainphone.block, .section.header .block.callback, .section.header .block.contacts, .section-top-menu {
        display: none;
    }

    .mobile-block {
        display: flex;
        flex-direction: column;
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
    }

    .mobile-block .line {
        width: 25px;
        height: 3px;
        background: #fff;
        margin-bottom: 6px; 
    }

    .mobile-block .miniline {
        width: 8px;
        height: 3px;
        /* margin-top: 2px; */
        background: #fff;
    }

    .section.header .block.basket {
        justify-content: flex-end;
    }

    .section.header .block.basket .bx-basket-block {
        padding-bottom: 0;
    }

    .section.header .block.basket .bx-basket-block a {
        flex-direction: initial;
    }

    .section.header .block.basket .bx-basket-block a .fa {
        color: #fff;
    }
    
    .section.header .block.basket .bx-basket-block .basket-circle {
        background-color: #fff;
        color: #004b9e;
        margin-right: 5px;
    }

    .section.slider-angle.show .container::after {
       background-image: none !important;
    }

    .section.slider-angle.show {
        background-image: none !important;
    }

    .section.slider-angle.show .owl-carousel .owl-item img {
        width: auto !important;
    }

    .search.block {
        display: block !important;
    }

    .section.header .header-block .search.block .curcity {
        color: #fff;
    }

    .section.header .header-block {
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .section.header .header-block .search.block .curcity {
        display: inline;
    }

    .mobile-block {
        border: 1px solid #fff;
    }

    .section.header .header-block .search.block {
        order: 3;
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
        padding-top: 0;
    }

    .section.header .header-block .search.block .curcity span {
        display: none;
    }

    .section.header .block.basket {
        /* order: 4;  */
        flex: initial;
    }

    .section.header .header-block .search.block .curcity b {
        /* width: 10px; */ 
        background: url(/local/assets/svg/pinmap_w.svg) no-repeat;
        background-size: 15px;
        background-position: 0px center;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 15px;
        border: none;
        padding-right: 0;
        border: 1px solid #004b9e;
        border-bottom: 1px solid #fff;
    }

    .section.header .header-block .search.block .curcity b::before {
        display: none;
    }

    .section.header .search.block .search-page {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .section.header .search.block .search-page form input[type=text] {
        width: 100%;
        border: 1px solid #fff;
    }

    .section.header .search.block .search-page form input[type=submit] {
        border: 1px solid #fff;
    }

}

@media (max-width: 1200px) {
    #bx-panel {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .section-logo {
        background-color: var(--primary);
    }

    .scan-review-block {
        flex-wrap: wrap;
    }

    .scan-review-block .scan-review {
        width: 50%;
        margin-bottom: 30px;
    }

    .icon_adv {
        width: initial;
        height: initial;
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    
    .scan-review-block .scan-review {
        width: 100%;
    }

}