:root {
    --main-color: #1f2427;
    --font-main: 'Alegreya Sans', sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.font-main{
    font-family: var(--font-main);
}
body{
    background: #ffffff;
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: var(--main-color);
}
.container-fluid{
    max-width: 1800px;
}
.dlet{
  background: rgb(255 237 21);
  color: #074f82;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  line-height: 30px;
}
.cont-top{
    background: rgba(0,104,183,1);
    background: -moz-linear-gradient(left, rgba(0,104,183,1) 0%, rgba(0,104,183,1) 79%, rgba(19,123,197,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,104,183,1)), color-stop(79%, rgba(0,104,183,1)), color-stop(100%, rgba(19,123,197,1)));
    background: -webkit-linear-gradient(left, rgba(0,104,183,1) 0%, rgba(0,104,183,1) 79%, rgba(19,123,197,1) 100%);
    background: -o-linear-gradient(left, rgba(0,104,183,1) 0%, rgba(0,104,183,1) 79%, rgba(19,123,197,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,104,183,1) 0%, rgba(0,104,183,1) 79%, rgba(19,123,197,1) 100%);
    background: linear-gradient(to right, rgba(0,104,183,1) 0%, rgba(0,104,183,1) 79%, rgba(19,123,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#137bc5', GradientType=1 );
}
.cont-bottom{
    margin-top: 1px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 5px solid #e6e6e6;
}
.cont-top .top-tel, .cont-top .top-tel a{
    color: #eeeeee;
    display: block;
    text-decoration: none;
    margin: 3px 20px;
}
.cont-top .top-tel:first-child, .cont-top .top-tel:first-child a{
    margin-left: 0;
}
.cont-top .top-tel:last-child, .cont-top .top-tel:last-child a{
    margin-right: 0;
}
.lang-div{
    padding: 3px 0;
    border: 1px solid #0069b3;
    border-bottom: none;
    border-top: none;
    position: relative;
    background: #137cc5;
}
.lang-div-btn{
    font-size: 12px;
    color: #fff;
    background: transparent;
    border: none;
}
.lang-div .dropdown-toggle::after{
    border: none;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: -30px;
    margin: 0 1em;
    font-size: 11px;
}
.cab-top{
    border-right: 1px solid #0b79cd;
    position: relative;
}
.cab-top a{
    padding: 3px 0;
    font-size: 12px;
    color: #fff;
    border: none;
    background: #137cc5;
    display: block;
    width: 100%;
    text-align: center;
}
.cab-top i {
    margin-right: 10px;
}
.menus-top ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menus-top ul.first-level > li > a{
    font-family: var(--font-main);
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    display: block;
    padding: 20px 14px;
    position: relative;

}
.item-cat-n .desc-pod-t{
    display: none;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    padding: 10px;
    height: 62%;
    max-height: 275px;
    width: 100%;
    background: rgba(0, 82, 139, 0.8);
    color: #fff;
    font-size: 13px;
    text-align: left;
    cursor: pointer;

}
.desc-pod-t.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #fff;
}
.item-cat-n:hover .desc-pod-t{
    display: flex;
}
section.tab-prod-gl {
    border: 2px solid #e6e6e6;
    background: #f0f8fd;
    padding: 50px 0 0 0;
}
.menus-top ul.first-level > li > a.item-home:hover{
    color: #00528b;
}
.menus-top ul.first-level > li > a:hover{
    text-decoration: none;
}
.menus-top ul.first-level > li > a:hover:after,
.menus-top ul.first-level > li > a.active:after{
    content: '';
    background: url("/catalog/view/theme/autopp/images/li-a.png") no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.menus-top ul.first-level > li > a.item-home:hover:after,
.menus-top ul.first-level > li > a.item-home.active:after{
    content: '';
    display: none;
}
.menu-footer .foot-none{
    display: none;
}
.menus-top ul.first-level > li{
    position: relative;
}
.menus-top ul.first-level > li:first-child > a{
    padding-left: 0;
}
.menus-top ul.first-level > li:last-child > a{
    padding-right: 0;
}

.first-level li:hover ul{
    display: block;
}
@media (min-width: 801px) {
    .two-level{
        display: none;
        position: absolute;
        top: 60px;
        left: -48px;
        background: #fff;
        z-index: 10;
        min-width: 215px;
        border: 1px solid #0068b7;
        border-top: 0;
        padding: 10px 0px !important;
        text-align: center;
    }
    .two-level li a{
        display: inline-block;
        border-bottom: 4px solid transparent;
        text-align: center;
        color: #1f2427;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .two-level li a:hover{
        color: #0069b3;
        border-bottom: 4px solid #0069b3;
        text-decoration: none;
    }
}
#xd_zvonok-form .hidden{
    display: none !important;
}
#xd_zvonok_phone_button{
    font-family: var(--font-main);
    color: var(--main-color);
    text-align: center;
    display: block;
    padding: 13px 0px;
    border-left: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}
.lang-div .dropdown-menu.show {
    display: block;
    padding: 10px;
    font-size: 14px;
}
.lang-div .dropdown-menu.show a{
    color: #000;
}
#xd_zvonok_phone_button:hover{
    text-decoration: none;
    color: #0b79cd;
}
#xd_zvonok_phone_button span{
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
#xd_zvonok_phone_button i{
    display: block;
    transform: rotate(100deg);
    margin-bottom: 10px;
}
.cart-top-btn{
    color: var(--main-color);
}
.cart-top-btn span {
    display: block;
    line-height: 16px;
    text-align: center;
}
.title-cart-top{
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-main);
}
#cart-total{
    font-size:10px;
    color: #0b79cd;
}
div#cart {
    text-align: center;
    max-width: 125px;
    padding: 0 15px;
}
.cart-top-btn img{
    margin-bottom: 10px;
}
.col-f{

}
.col-f-1{
    width: 20%;
    padding: 50px 0 40px;
    background: url("/catalog/view/theme/autopp/images/bgfot2.jpg") no-repeat;
    background-size: cover;
}
.col-f-1 p{
    margin: 0;
}
.soc-fot a{
    color: #0069b3;
    background: #fff;
    border-radius: 50%;
    padding: 8px 10px 8px;
    font-size: 16px;
    display: inline-block;
    line-height: initial;
    margin: 0 2px;
    transition: .3s;
}
.soc-fot a:hover{
    text-decoration: none;
    color: #fff;
    background: #0069b3;
}
.col-f-2{
    color: #fff;
    width: 40%;
    background: #00528a;
    padding: 40px 60px 20px;
}
.col-f-2 a{
    color: #fff;
    text-decoration: underline;
}
.col-f-2 a:hover{
    text-decoration: none;
}
.dev{
    font-size: 13px;
}
.dev-a{
    text-align: right;
}
.foot-img{
    margin-bottom: 20px;
}
.title-footer{
    font-family: var(--font-main);
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.letter-boss{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 4px solid #fff;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.text-col-f-2{
    font-size: 13px;
}
.graf-text{
    margin-bottom: 20px;
}
.fot-tel{
    font-size: 13px;
    margin-bottom: 20px;
}
.fot-tel span{
    font-size: 11px;
    display: block;
}
.tel-f{
    margin-bottom: 5px;
}
.soc-fot{
    margin-top: 20px;
}
.col-f-3{
    background: url("/catalog/view/theme/autopp/images/bgfot1.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    width: 40%;
    padding: 40px 60px 20px;
}
.menu-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer ul li{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.menu-footer ul li a{
    color: #fff;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
}
.slider-wrap{
  position: relative;
	width:33.3%;
  margin-bottom: 5px;
}
.sl-nav{
    width: 100%;
    text-align: center;
	display:flex;
	margin-bottom:20px;
}
#slider{
    width: 100%;
    max-width: 1590px;
}
#carousel-custom-dots{
    width: 18.4%;
    /* max-width: 270px; */
}
.sl-nav .arrow{
    width: 100%;
    height: 50%;
    padding: 20px 0;
}
.sl-nav .left2{
    background: #e6e6e6;
}
.owl-cont{
    position: relative;
}
.owl-dis{
    position: absolute;
    top: 40%;
    right: 5%;
    max-width: 595px;
}
.hka{
    font-size: 49px;
    color: #fff;
    font-family: var(--font-main);
    line-height: 72px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #0069b3;
    border-color: #0069b3;
}
.f-12 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 2.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group{
    flex-wrap: nowrap;
}
.f-12{
    font-size: 12px;
}
#carousel-custom-dots{
    border-top: 4px solid #fff;
}
.opis:first-child{
    padding-top: 60px;
}
.opis:last-child{
    padding-bottom: 60px;
}
.opis{
    background: #e6e6e6;
    width: 100%;
    padding: 10px 40px;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
}
.opis span{
    display: block;
    font-size: 20px;
}
.opis.active{
    color: #024d81;
}
.opis.active span{
    font-size: 30px;
}
.img-tr img{
    width: 100% !important;
    height: auto !important;
}
.plain{
    width: 100%;
    padding: 0 15px;
}
.bt-a{
    border: 3px solid #0068b7;
    padding: 3px;
    display: inline-block;
    width: 100%;
    max-width: 245px;
    transition: .3s;
}
.bt-a a {
    background: #0068b7;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: var(--font-main);
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.plain-wr {
    position: relative;
}
.plain-wr .bt-a{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.bt-a a:hover,
.bt-a:hover a{
    text-decoration: none;
    background: #e6e6e6;
    color: var(--main-color);
}
.bt-a:hover{
    border-color: #e6e6e6;
}
.img-tr p{
    margin: 0;
}
.tab-prod-gl .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.tab-prod-gl .nav-tabs a {
    font-size: 28px;
    color: #1f2427;
    font-family: var(--font-main);
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}
.tab-prod-gl .nav-tabs .active a,
.tab-prod-gl .nav-tabs a:hover{
    color: #0068b7;
    border-bottom: 3px solid #0068b7;
    text-decoration: none;
}
.tab-prod-gl .nav-tabs li{
    padding: 0 30px;
    border-right: 1px solid #e6e6e6;
}
.tab-prod-gl .nav-tabs li:last-child{
    border-right: none;
}
.item-card{
    color: #fff;
    background-color: #0069b3;
    text-transform: uppercase;
    border-color: #0069b3;
    font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: .3rem .8rem;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.item-card:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-title {
    margin-bottom: 15px;
}
.product-layout.item{
    border: 4px solid transparent;
    padding: 6px;
    width: 100%;
    transition: .5s;
    position: relative;
}
.q-view{
    width: 100%;
}
.ma-w{
    max-width: 105px;
}
.item-list{
    margin-bottom: 20px;
}
.item-list a.item-a {
    text-align: left;
}
.item-list .item-border {
    padding: 5px 0px 5px;
    border: 2px solid transparent;
    border-bottom: 2px solid #ddd;
}
.item-list:hover .item-border {
    border: 2px solid #ddd;
}
.product-search .sort-bl {
    margin-top: 0px;
}
.wr-control-page{
    margin-top: 40px;
    padding: 75px 50px 75px;
    background: #e6e6e6;
    margin-bottom: 50px;
}
.wr-control-page .sl-nav-categ .arrow {
    position: absolute;
    top: 46%;
    left: 50px;
    z-index: 1;
}
.wr-control-page .sl-nav-categ .left2 {
    left: auto;
    right: 50px;
}
.wr-control-page .info3{
    max-width: 1630px;
    margin: 0 auto;
}
.info3-bl{
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}
.img-control img{
    border: 8px solid #fff;
    background: #fff;
    transition: .3s;
    border-radius: 50%;
}
.img-control:hover img,
.img-control.active img{
    border-color: #0069b3;
}
.uglok-control{
    /*background: url("/catalog/view/theme/autopp/images/ug.png") no-repeat;*/
    /*width: 38px;*/
    /*height: 27px;*/
    /*position: absolute;*/
    /*top: -25px;*/
    /*left: 5%;*/
}
/*.info3-bl:nth-child(2) .uglok-control{*/
    /*left: 28%;*/
/*}*/
/*.info3-bl:nth-child(3) .uglok-control{*/
    /*left: 51%;*/
/*}*/
/*.info3-bl:nth-child(4) .uglok-control{*/
    /*left: auto;*/
    /*right: 24%;*/
/*}*/
/*.info3-bl:nth-child(5) .uglok-control{*/
    /*left: auto;*/
    /*right: 3%;*/
/*}*/
.desc-control{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    border-radius: 30px;
    max-width: 1500px;
    width: 100%;
    background: #fff;
    padding: 30px 40px;
}
.info3-bl:hover .desc-control {
    display: block;
}
.blog_post .main_thumb-wr{
    float: left;
    margin: 0 30px 20px 0;
}
div.atclear {
    clear: inherit !important;
}
.addthis_default_style .at300b{
    float: none !important;
}
.blog_post .share {
    margin-bottom: 10px;
    padding: 0px 0;
}
.social-share a{
    color: #0069b3;
    font-size: 24px;
    margin-right: 10px;
}
.social-share-name{
    margin-right: 25px;
    font-size: 14px;
}
.blog_stats2{
    font-size: 12px;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.subscribe-box {
    margin: 20px 0;
    border: 4px solid #e6e6e6;
    background: #fff;
    padding: 20px 40px;
    width: 100%;
    max-width: 890px;
    margin: 20px auto 0;
    text-align: center;
}
.subscribe-wr{
    position: relative;
    width: 100%;
}
.subscribe-wr:after{
    content: '';
    background: #e6e6e6;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 57%;
    z-index: -1;
}
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    border: 4px solid #ddd;
}
#txtemail {
    border-radius: 0;
    border: none;
    background: #e6e6e6;
    font-size: 13px;
    padding: 10px 15px;
    text-shadow: 0 0 black;
    color: #1f2427;
    display: block !important;
    width: 600px;
    margin-right: 20px;
}
.subscribe-title{
    font-size: 24px;
    font-family: var(--font-main);
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*select.form-control:not([size]):not([multiple]) {
    height: auto;
}*/
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.read-more {
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    border: none;
    border-bottom: 4px solid #0069b3;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
}
.product-layout.item .desc-pr-bl{
    display: none;
}
.q-view.q-list .product-layout.item .desc-pr-bl{
    display: block;
    margin: 10px 5px;
}
.q-view.q-list .product-layout.item{
    max-width: 100%;
    margin-bottom: 40px;
}
.q-view.q-list .product-layout.item:after {
    content: '';
    transition: .5s;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 15px;
    left: 14px;
    right: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.q-view.q-list .hover-item {
    position: static;
    bottom: 25px;
    margin: 0 auto;
    width: 80%;
    padding: 0 5px;
    transition: .3s;
    opacity: 1;
    visibility: visible;
}
.q-view.q-list .image {
    position: relative;
    width: 15%;
    float: left;
}
.q-view.q-list .item-border {
    padding: 15px 15px 0px;
}
.product-layout.item:after{
    content: '';
    transition: .5s;
    border: 1px solid transparent;
    position: absolute;
    top: 15px;
    left: 14px;
    right: 15px;
    width: 91%;
    height: 92%;
    z-index: -1;
}
.product-layout.item:hover:after{
    content: '';
    border-color: #e5e5e5;
}
.product-layout.item:hover{
    border: 4px solid #e5e5e5;
}
.price-old{
    text-decoration: line-through;
}
.item-border{
    padding: 15px 15px 85px;
}
a.item-a {
    display: block;
    text-align: center;
    color: #1f2427;
}
a.item-a:hover{
    text-decoration: none;
}
.hover-item{
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    width: 88%;
    padding: 0 5px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.product-layout.item:hover .hover-item{
    opacity: 1;
    visibility: visible;
}
.product-layout.item .desc-pod-t{
    display: none;
}
.product-layout.item:hover .desc-pod-t {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    height: 40%;
    max-height: 275px;
    width: 100%;
    background: rgba(0, 82, 139, 0.8);
    color: #fff;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}
select.form-control.ocf-target {
    border: none;
    border-bottom: 3px solid #e6e6e6;
    border-radius: 0;
    font-size: 12px;
    color: #1f2427;
    width: 100%;
    max-width: 255px;
    padding: 3px 0;
}
/*select.form-control.ocf-target:not([size]):not([multiple]) {
    height: auto;
}*/
.caption{
    margin: 5px 0;
    text-align: center;
}
.product-layout.item .price-new{
    font-size: 16px;
    font-weight: bold;
    color: #00528b;
}
.input-tov-wr-in{
    max-width: 15px;
    border: none;
    padding: 0;
    background: #e5e5e5;
    color: #1f2427;
}
.tov-btn{
    border: none;
    background: #e5e5e5;
    color: #1f2427;
    font-size: 8px;
    padding: 6px;
    text-align: center;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    position: relative;
}
.breadcrumb::after {
    background: #ffffff;
    background: -moz-linear-gradient(left, #d0d0d0 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d0d0d0), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #d0d0d0 0%, #fff 100%);
    background: -o-linear-gradient(left, #d0d0d0 0%, #fff 100%);
    background: -ms-linear-gradient(left, #d0d0d0 0%, #fff 100%);
    background: linear-gradient(to right, #d0d0d0 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#fff', GradientType=1);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 10px;
}
.breadcrumb li{
    position: relative;
}
.breadcrumb li:after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 10px;
    font-size: 11px;
    color: #6b6e6f;
}
.breadcrumb li:last-child:after{
    content: '';
    display: none;
}
.breadcrumb li a{
    /*text-transform: capitalize;*/
    color: #6b6e6f;
    font-size: 12px;
}
.categ-box {
    background: #00528b;
    padding: 35px 15px 35px 40px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.categ-box2{
    background: #00528b;
    padding: 35px 15px 35px 30px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.categ-box2 .categ-box-name {
    color: #fff;
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.categ-box2 .categ-box-name i{
    margin-right: 10px;
}
.categ-box2 .categ-list-ul{
    margin: 0 0 0 32px;
}
.categ-box2 .categ-list-ul li > a{
    text-transform: none;
    margin-top: 10px;
}
.categ-box:before{
    content: '';
    border: 3px solid #e5e5e5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 0;
}
.categ-list-group {
    position: relative;
    z-index: 1;
}
.categ-box-name{
    color: #fff;
    font-family: var(--font-main);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
.categ-list-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.categ-list-ul li > a{
    color: #fff;
    font-family: var(--font-main);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    display: block;
}
.categ-list-ul li:first-child > a{
    margin-top: 0;
}
.sub-categ-list{
    margin: 15px 0 0 15px;
}
.sub-categ-list a{
    color: #fff;
    font-size: 15px;
    display: block;
}
.sub-categ-list a:hover{
    text-decoration: underline;
}
.title{
    /*color: #1f2427;*/
    /*font-family: var(--font-main);*/
    color: #00528b;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.col-my-box .title{
    color: #00528b;
}
#button-search {
    background: #0069b3;
    color: #fff;
    border: none;
    padding: 10px 65px;
    transition: .3s;
}
#button-search:hover {
    background: #137cc5;
}
.color-theme{
    color: #00528b;
}
.sub-cat-plit a.cat-plit{
    margin: 20px auto 40px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    border-bottom: 4px solid #0069b3;
}
.info1{
    margin: 80px 0;
}
.bl-cont-gl:last-child .plain .plain-wr .bt-a{
    position: absolute;
    bottom: auto;
    top: 20px;
    right: auto;
    left: 20px;
}
.wr-clider-cont-gl{
    background: #eeeeee;
    padding: 60px 0 40px 0;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}
.info2-wr img{
    border-radius: 50%;
    transition: .3s;
}

.info2-wr{
    transition: .3s;
    position: relative;
    padding-bottom: 20px;
    margin: 15px;
}
.info2-wr:hover{
    background: #fff;
    -webkit-box-shadow: 0 0 15px 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 7px rgba(0,0,0,0.1);
}
.title-info2-wr{
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    position: relative;
}
.title-info2-wr::before{
    content: '';
    background: #000;
    width: 30px;
    height: 6px;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}
.title-info2-wr:hover{
    text-decoration: none;
}
.sl-nav-categ .arrow{
    position: absolute;
    top: 38%;
    left:50px;
}
.sl-nav-categ .left2{
    left: auto;
    right: 50px;
}
.blog-module.latest {
    margin: 40px 0;
}

.border-news-info{
    transition: .3s;
    padding: 5px;
    border: 4px solid transparent;
    position: relative;
    z-index: 1;
    background: #fff;
}
.news-info{
    transition: .3s;
    border: 1px solid transparent;
    padding: 10px 20px;
}
.wr-news-bl:hover .border-news-info,
.wr-news-bl:hover .news-info{
    border-color: #e5e5e5;
}
.wr-news-bl .image{
    transition: .3s;
}
.wr-news-bl:hover .border-news-info{
    margin-top: -30px;
}
.date-news {
    color: #7b7b7b;
    font-size: 12px;
    margin-bottom: 10px;
}
.blog_title a{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 28px;
    color: #1f2427;
    line-height: initial;
    margin-bottom: 10px;
    display: block;
}
.read-news{
    text-transform: uppercase;
    font-size: 18px;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    border-bottom: 4px solid #0069b3;
    text-align: center;
    display: block;
    max-width: 135px;
    margin: 10px auto;
}
.read-news:hover{
    text-decoration: none;
}
.cat-n-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cat-n-box li a{
    color: #0069b3;
    background-color: #e5e5e5;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 2.5rem;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cat-n-box li:hover a,
.cat-n-box li.active a{
    text-decoration: none;
    border-color: #e5e5e5;
    background: #fff;
    color: #1f2427;
}
.cat-n-box li:first-child a{
    border-radius: 1.5rem 0 0 1.5em;
}
.cat-n-box li:last-child a{
    border-radius: 0 1.5rem 1.5em 0;
}
.blog-module {
    position: relative;
}
.blog-module:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: -1;
}
.pagination{
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 1.5rem;
    padding: 10px 20px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 40px auto;
}
.pagination:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: -1;
}
.pagination li a,
.pagination li span{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    color: #1f2427;
    padding: 3px 10px;
    border-radius: 50%;
    display: block;
}
.pagination li.active a,
.pagination li.active span{
    background: #e5e5e5;
}
.text-html-bl{
    background: url("/catalog/view/theme/autopp/images/seo.png") center center no-repeat;
    width: 100%;
    height: 345px;
    overflow: auto;
}
.scroll-description{
    width: 100%;
    height: 285px;
    overflow: auto;
}
footer {
    margin-top: 60px;
}
.jspTrack{
    background: #fff;
    position:relative;
}
.jspVerticalBar{
    width: 5px;
}
.jspDrag{
    background: #0068b7;
}
.blog {
    margin: 40px 0;
}
.qw-box-html{
    background:#e6e6e6 url("/catalog/view/theme/autopp/images/sp.jpg") right center no-repeat;
    padding: 0px 20px;
    margin-left: 20px;
    /*height: 125px;*/
    height: calc(100% - 0px);
    transition: 0s !important;
}
.qw-box-html-birzha{
    background:#e6e6e6 url("/catalog/view/theme/autopp/images/sp2.png") right center no-repeat;
    padding: 30px 170px 30px 40px;
    min-height: 375px;
}
.col-1-box{
    width: 100%;
    max-width: 1140px;
}
.col-2-box{
    max-width: 280px;
    width: 100%;
}
.qw-box-html-name{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.qw-box-html-text{
    text-align: left;
    font-size: 13px;
    color: #1f2427;
    margin-bottom: 27px;
}
.sub-cat-plit{
    text-align: center;
    border: 2px solid #e6e6e6;
    background: #f0f8fd;
}
#catq.error,#input-search.error{
    transition: 1s;
    border-color: red;
}
.sub-cat-plit .item-cat-n{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qweb-search-error{
    color: red;
}
.border-category{
    border: 5px solid #e6e6e6;
    position: relative;
    padding: 15px 0px;
    margin-bottom: 50px;
    background: #fff;
    width: 100%;
    z-index: 1;
}
/*.border-category::after {*/
    /*content: '';*/
    /*width: 100.5%;*/
    /*height: 105%;*/
    /*border: 1px solid #e6e6e6;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: -15px;*/
    /*z-index: 1;*/
/*}*/
.q-col-1{
    width: 100%;
    max-width: 400px;
}
#search-column{
    position: relative;
}
button.btn-search-bl {
    /*background: #e6e6e6;*/
    /*border: none;*/
    background: #fff;
    border: 1px solid #0069b3;
    border-left: unset;
    color: #0069b3;
    font-size: 20px;
    padding: 10px 15px;
}
.name-bl-search{
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.input-search-bl {
    border-radius: 0;
    /*border: none;*/
    /*background: #e6e6e6;*/
    background: #fff;
    border: 1px solid #0069b3;
    border-right: unset;

    font-size: 13px;
    padding: 10px 15px;
    text-shadow: 0 0 black;
    color: #1f2427;
}
.input-search-bl:focus {
    color: #495057;
    /*background-color: #e6e6e6;*/
    border-color: #0069b3;
    outline: 0;
    box-shadow: none;
}
.read-more {
    text-transform: uppercase;
    font-size: 18px;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    border-bottom: 4px solid #0069b3;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
}
.read-more:hover{
    text-decoration: none;
}
.search-column-form {
    margin-bottom: 10px;
}
.border-category.bc2 {
    padding:30px 20px;
}
.border-category.bc2 .search-column {
    width: 100%;
    max-width: 835px;
    position: relative;
    padding-right: 50px;
}
.border-category.bc2 .search-column::after{
    content: '';
    width: 1px;
    display: block;
    padding: 70px 0;
    background: #e6e6e6;
    position: absolute;
    top: -25px;
    right: 15px;
}
.border-category.bc2 .read-more{
    margin: 20px auto 0;
}
.name-sort {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.name-sort.name-sort2 {
    font-size: 14px;
    text-transform: inherit;
}
.name-sort.name-sort3{
    border-bottom: 4px solid #e6e6e6;
    font-weight: 600;
    margin: 0px 0 0;
    color: #7f7f7d;
    cursor: pointer;
    transition: .3s;
    padding: 0 10px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -1px);
}
/*.col-ocfilter-content .ocfilter-option:nth-child(2n){
    background: #f0f8fd;
}
.col-ocfilter-content .ocfilter-option:nth-child(2n+1){
    background: #e6e6e6;
}*/
/*#option-m{
        max-width: 25%;
    padding: 0 10px 5px;
}*/
.ocfilter-option .option-name {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}
#option-s{
    max-width: 110px;
    padding: 0 0 10px 10px;
    text-align: center;
}
#option-s .form-check-input{
        left: 22px;
    top: -1px;
}
#option-s .option-values{
    position: relative;
}
#option-s .form-check-label{

}
.col-ocfilter-content .name-sort.name-sort2 {
    /*padding: 0 20px;
    text-align: center;*/
}
.col-ocfilter-content .input-group-text {
    padding: .375rem .5rem;
    font-size: 13px;
}
.col-ocfilter-content .ocfilter-option {
    position: relative;
    max-width: 25%;
    width: 100%;
}
.name-sort.name-sort3:hover{
    color: #00528b;
    border-color: #00528b;
}
.ocfilter-option{
    position: relative;
}
.btn.btn-primary.okoc{
    font-size: 12px;
    border-radius: 0;
    z-index: 10;
    margin: 5px auto 0;
    width: 100px;
    display: block;
}
#ocfilter-button button {
    font-size: 14px;
    border-radius: 0;
}
.sort-bl{
    /*margin-top: 10px;*/
}
.sort-bl a, .sort-bl span{
    font-size: 12px;
    color: #15171a;
    margin: 0 25px 0 0;
    border-bottom: 3px solid #e6e6e6;
    display: inline-block;
}
.sort-bl a:last-child, .sort-bl span:last-child{
    margin-right: 0;
}
.sort-bl a.selected,
.sort-bl span.selected{
    border-bottom: 3px solid transparent;
}
.sort-bl a:hover,
.sort-bl span:hover{
    border-bottom:3px solid #0069b3;
    text-decoration: none;
}
.btn-sort-q{
    border: none;
    background: transparent;
}
.btn-sort-q i{
   color: #d3d3d3;
    font-size: 32px;
    margin-right: 15px;
}
.q-col-3 {
    max-width: 30%;
    padding: 0;
}
.q-col-2 {
    max-width: 420px;
}
.q-col-1 {
    max-width: 70%;
    display: flex;
    align-items: center;
}
.q-col-1 .read-more{
    margin: 0 auto;
}
.search-column{
    width: 60%;
}
.item-banner-sl{
    position: relative;
}
.title-banner-sl{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
}
.banner-sl.owl-carousel .owl-nav {
    background: #e5e5e5;
    width: 30%;
    padding: 2px 10px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -17px auto 0;
    z-index: 2;
    position: relative;
}
.banner-sl.owl-carousel .owl-nav button {
    color: #0c6fb6;
    font-size: 40px;
}
.list-spiner {
    margin-right: 30px;
}
.tov-wr-btn .input-tov-wr-btn .tov-btn[data-dir="dwn"]{
    border-radius: 10px 0 0 10px;
}
.tov-wr-btn .input-tov-wr-btn .tov-btn[data-dir="up"]{
    border-radius: 0 10px 10px 0;
}
.thumbnails-slider.thumbnails{
    list-style: none;
    margin: 0 0px;
    padding: 0;
}
.thumbnails-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 33%;
    width: 100%;
    justify-content: space-between;
}
.thumbnails-slider.owl-carousel .owl-nav button {
    color: #0c6fb6;
    font-size: 40px;
    padding: 0 10px;
}
.thumbnails-slider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
}
.thumbnails-slider.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 0;
}
.tab-div .nav-tabs {
    position: relative;
    border-bottom: none;
    margin-bottom: 30px;
}
.tab-div .nav-tabs:after{
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: -1;
}
.tab-div .nav-tabs li a{
    background: #e5e5e5;
    padding: 5px 30px;
    display: block;
    border: 1px solid #e5e5e5;
    color: #00528b;
    text-align: center;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
}
.tab-div .nav-tabs li a:hover,
.tab-div .nav-tabs li a.active{
    color: #1f2427;
    background: #fff;
    text-decoration: none;
}
.tab-div .nav-tabs li:first-child a{
    border-radius: 15px 0 0 15px;
}
.tab-div .nav-tabs li:last-child a{
    border-radius: 0px 15px 15px 0px;
}


#sync2.owl-carousel .owl-item img{

}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {

}

#sync2.owl-theme {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
#sync2.owl-theme .owl-next, #sync2.owl-theme .owl-prev {
    width: 30px;
    height: 25px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
#sync2.owl-theme .owl-prev {
    left: -20px;
}
#sync2.owl-theme .owl-next {
    right: -20px;
}
.price-new{
    color: #00528b;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.price{
    display: flex;
    flex-wrap: wrap;
}
.price .instock {
    margin-left: auto;
}
.instock span{
    font-size: 12px;
    color: #434141;
    margin-right: 15px;
}
.grid-price{
    padding: 0 20px;
}
.prod-border{
    border: 5px solid #e6e6e6;
    position: relative;
    padding: 20px;
    margin: 50px 0;
}
.prod-border::after {
    content: '';
    width: 100.5%;
    height: 105%;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
}
.prod-mar{
    margin-top: 100px;
}
.slider-dr2.owl-carousel .owl-item img,
.slider-dr.owl-carousel .owl-item img,
.slider-wied.owl-carousel .owl-item img{
    display: block;
    width: auto;
}
.my-input {
    border-radius: 0;
    border: none;
    background: #e6e6e6;
    font-size: 13px;
    padding: 10px 15px;
    text-shadow: 0 0 black;
    color: #1f2427;
}
.wr-otzivi-all {
    position: relative;
    max-width: 880px;
    max-height: 700px;
    background: #eeeeee;
    padding: 100px 60px 70px 300px;
}
.form-otzivi{
    padding: 100px 0 0;
    width: 100%;
}
.bg-otzivi{
    background: url(../images/otz-bg.jpg) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -245px;
}
.scroll-otzivi{
    width: 100%;
    height: 430px;
    overflow: auto;
}

.otzivi{
    width: 500px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.otzivi-name{
    font-weight: bold;
    margin-bottom: 20px;
}
.otzivi-desc {
    font-size: 13px;
}
.nav-top-slider {
    margin-top: 100px;
}
.nav-top-slider-gl {
    margin-top: 1px;
}
.nav-top-slider .owl-nav{
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.nav-top-slider .owl-nav:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 23px;
    z-index: -1;
}
.nav-top-slider.owl-carousel .owl-nav button.owl-next,
.nav-top-slider.owl-carousel .owl-nav button.owl-prev{
    color: #0c6fb6;
    font-size: 40px;
    line-height: 40px;
    background: #e5e5e5;
    padding: 0px 15px 5px !important;
    display: inline-block;
}
.nav-top-slider.owl-carousel .owl-nav button.owl-next{
    border-radius: 0 10px 10px 0;
}
.nav-top-slider.owl-carousel .owl-nav button.owl-prev{
    border-radius: 10px 0 0 10px;
}
.modal-dialog {
    max-width: 730px;
    padding: 70px;
}
.modal-content{
    padding: 70px;
    background: #fff url("/catalog/view/theme/autopp/images/modal.png") right center no-repeat;
    border-radius: 0;
}
.title.modal-title {
    color: #1f2427;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.breadcrumb.ab-page-bread {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    position: relative;
}
.ab-block-page{
    position: relative;
    color: #fff;
}
.ab-title-page.title {
    color: #fff;
}

.ab-all-text-page {
    position: absolute;
    top: 22%;
    right: 150px;
    width: 700px;
}
.priim-block-ab-page {
    background: #eee;
    padding: 75px 0;
    margin: 100px 0;
    min-height: 570px;
    position: relative;
}
.img-priim-ab-page {
    text-align: center;
    margin-bottom: 30px;
}
.title-priim-ab-page{
    font-size: 20px;
    text-transform: uppercase;
    color: #0069b3;
    font-family: var(--font-main);
    font-weight: 400;
    margin-bottom: 5px;
}
.desc-priim-ab-page {
    padding: 0 50px;
}
.priim-block-ab-page2{
    background: url(/catalog/view/theme/autopp/images/ab-priim.png) center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;

}
.width-auto.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.width-auto{
    margin-bottom: 100px;
}
.width-auto-gl{
    margin-bottom: 20px;
}
.questions-tab{
    margin-bottom: 15px;
}
.questions-tab li{
    width: 20%;
}
.questions-tab li:nth-child(1) a{
    border-radius: 20px 0 0 20px;
}
.questions-tab li:last-child a{
    border-radius: 0 20px 20px 0;
}
.questions-tab li a{
    font-family: var(--font-main);
    border: 1px solid #e6e6e6;
    font-weight: 400;
    background: #e6e6e6;
    color: #0069b3;
    font-size: 18px;
    padding: 10px;
    line-height: initial;
    width: 100%;
    display: block;
    text-align: center;
}
.questions-tab li a:hover,
.questions-tab li a.active{
    text-decoration: none;
    background: #fff;
    color: #1f2427;
}
.wr-faq .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 4px solid transparent;
    border-radius: 0;
    padding: 10px 15px;
}
.wr-faq .card.active-card-faq{
    border: 4px solid #e6e6e6;
}
.wr-faq .card-header {
    font-size: 18px;
    font-family: var(--font-main);
    font-weight: 400;
    color: #1f2427;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    cursor: pointer;
}
.wr-faq .card-header:hover,
.wr-faq .card-header[aria-expanded="true"]{
color: #0069b3;
}
.wr-faq .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 20px;
}
.wr-faq .card-header[aria-expanded="true"]::before {
    content: " \f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-right: 5px;
    color: #0069b3;
}
.wr-faq .card-header[aria-expanded="false"]::before {
    content: " \f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-right: 5px;
    color: #0069b3;
}
.wr-form-faq{
    margin: 100px 0;
    background: url("/catalog/view/theme/autopp/images/form-faq.jpg") no-repeat;
    min-height: 415px;
    padding: 70px 30px;
}
.title.form-name-faq {
    color: #1f2427;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.form-faq {
    margin-top: 60px;
}
.title.title2{
    color: #1f2427;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.contact-desc{
    border: 5px solid #e6e6e6;
    position: relative;
}
.contact-desc::after {
    content: '';
    width: 100.5%;
    height: 103%;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 7px;
    right: -15px;
    z-index: -1;
}
.contact-desc {
    border: 5px solid #e6e6e6;
    position: relative;
    padding: 47px 0 47px 14px;
}
.contact-desc > div{
    padding-left: 20px;
}
.wr-filial-all {
    position: relative;
    max-width: 815px;
    max-height: 700px;
    background: #eeeeee;
    padding: 50px 25px;
}
.wr-contact-desc {
    max-width: 440px;
}
.filial{
    width: 50%;
    padding: 5px 15px 15px 15px;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
}
.filial:hover{
    color: #00528b;
}
.name-filial {
    font-weight: 600;
    margin-bottom: 10px;
}
.bg-filial{
    background: url("/catalog/view/theme/autopp/images/filial.png") no-repeat;
    width: 248px;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -248px;
    margin: auto 0;
}
.kont-map{
    float: right;
    width: 95%;
    margin-bottom: 100px;
    border: 4px solid #e5e5e5;
}
.name-bl-kak.title.title2{
    padding-bottom: 10px;
}
.wr-bl-kak {
    border: 4px solid #e6e6e6;
    position: relative;
    padding: 25px 25px 0;
}
.wr-bl-kak::after {
    content: '';
    width: 100.5%;
    height: 102%;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: -1;
}
.desc-bl-kak-border{
    border-top: 1px solid #e6e6e6;
}
.bl-kak-li{
    position: relative;
    width: 33%;
    cursor: pointer;
}
.slider-bl-kak-li .bl-kak-li{
    width: 100%;
}

.desc-bl-kak  .owl-carousel .owl-nav button.owl-prev{
    top: 30px;
    position: absolute;
    left: 5px;
    font-size: 30px;
}
.desc-bl-kak .owl-carousel .owl-nav button.owl-next{
    top: 30px;
    position: absolute;
    right: 5px;
    font-size: 30px;
}
.bl-kak-li-name{
    color: #1f2427;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 17px;
    padding: 18px 30px;
    text-align: center;
}
.bl-kak-li:hover .bl-kak-li-name {
    color: #0069b3;
}
.bl-kak-li-desc{
    display: none;
    background: #0069b3;
    color: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
}
.li-desc{
    background: url(../images/li-tooltip.png) no-repeat;
    width: 64px;
    height: 21px;
    position: absolute;
    bottom: -20px;
    left: 50px;
}
.bl-kak-li:hover .bl-kak-li-desc{
    display: block;
    position: absolute;
    top: -100%;
    left: -15px;
    min-width: 200px;
    right: 0;
    margin: 0 auto;
}
.desc-bl-kak2 {
    padding: 18px 15px;
}
.bl-kak-li-name a{
    color: #1f2427;
    display: block;
}
.bl-kak-li-name a:hover{
    color: #0069b3;
    text-decoration: none;
}
.bl-wr-bottom{
    margin-bottom: 100px;
}
.priim-block-ab-page.manager-block .priim-block-ab-page2 {
    background: url(/catalog/view/theme/autopp/images/ab-priim2.png) center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.priim-block-ab-page.manager-block {
    background: #eee;
    padding: 70px 0;
    margin: 100px 0;
    min-height: 525px;
    position: relative;
}
.priim-block-ab-page.manager-block .img-priim-ab-page {
    text-align: center;
    margin-bottom: -30px;
}
.priim-block-ab-page.manager-block .title-priim-ab-page {
    font-size: 20px;
    text-transform: none;
    color: #1f2427;
    font-family: var(--font-main);
    font-weight: 400;
    margin-bottom: 0;
}
#content .buttons {
    width: 98%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between!important;
}
legend {
    margin-bottom: 1.5rem;
}
.wr-html-text-birzha{
    margin-bottom: 40px;
}
.item-birzha{
    border: 4px solid #e6e6e6;
    min-height: 340px;
    margin-bottom: 25px;
}
.wr-caption-birzha {
    padding: 20px 20px 10px;
}
.desc-birzha{
    padding: 10px 20px 10px;
    height: 190px;
    overflow: hidden;
}
.a-birzha{
    margin-top: 20px;
}
.caption-birzha{
    color: #515355;
    font-weight: bold;
    margin-bottom: 5px;
}
.item-birzha hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #e6e6e6;
}
.dop-birzha{
    text-align: center;
    padding: 20px 5px;
    width: 50%;
}
.date-birzha {
    border-right: 1px solid #e6e6e6;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #00528a;
}
.sa-button-container{
    display: flex;
    justify-content: center;
}
.sweet-alert button {
    background-color: #8cd4f5;
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 16px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.simpleregister-block-content .required label,
#seller-form .required label{
    position: relative;
}
.simpleregister-block-content .required label:before,
#seller-form .required label:before{
    content: '*';
    color: red;
}
.manuf-span{
    font-size: 18px;
    font-weight: 600;
    color: #00528b;
}
/*RESPONSIVE*/
@media (max-width: 1650px) {
    .menus-top ul.first-level > li > a{
        padding: 20px 4px;
    }
}
@media (max-width: 1440px) {
    .categ-box2 .categ-box-name {
        color: #fff;
        font-family: var(--font-main);
        font-size: 16px;
    }
    .title {
        line-height: initial;
    }
    .hka {
        font-size: 32px;
        color: #fff;
        font-family: var(--font-main);
        line-height: initial;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .owl-dis {
        position: absolute;
        top: 40%;
        right: 5%;
        max-width: 440px;
    }
    .menus-top ul.first-level > li > a {
        font-family: var(--font-main);
        font-size: 15px;
        text-transform: uppercase;
        color: var(--main-color);
        display: block;
        padding: 2px 4px;
        position: relative;
    }
    .two-level {
        top: 35px;
    }
    #slider {
        width: 100%;
        max-width: 1590px;
    }
    .sl-nav .arrow {
        width: 100%;
        height: 50%;
        padding: 20px 0;
    }
    .col-f-3 {
        width: 35%;
        padding: 20px;
    }
    .col-f-2 {
        width: 45%;
        padding: 20px;
    }
    .text-html-bl{
        height: 265px;
    }
    .col-2-box {
        max-width: 250px;
        width: 100%;
        margin-left: 30px;
    }

}
@media (max-width: 1366px){
    .sl-nav-categ .arrow{
        position: absolute;
        top: 38%;
        left:5px;
        z-index: 10;
    }
    .sl-nav-categ .left2{
        left: auto;
        right: 5px;
    }
    .sort-bl a {
        margin: 0 5px 0 0;
    }
    .categ-box2 .categ-list-ul {
        margin: 0;
    }
    .categ-box {
        padding: 35px 5px 35px 20px;
    }
    .menus-top ul.first-level > li > a {
        font-size: 14px;
        border-left: 1px solid rgba(19, 124, 197, 1);
    }
    .menus-top ul.first-level > li.foot-none > a{
        border-left:none;
    }
    .ab-title-page.title {
        color: #fff;
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .ab-all-text-page {
        position: absolute;
        top: 5%;
        right: 100px;
        width: 520px;
    }
    .priim-block-ab-page2{
        background: transparent;
    }
    .text-html-bl {
        height: 205px;
    }
    .wr-otzivi-all {
        position: relative;
        max-width: 880px;
        max-height: 700px;
        background: #eeeeee;
        padding: 30px 40px 30px 40px;
    }
    .title {
        color: #1f2427;
        font-family: var(--font-main);
        text-transform: uppercase;
        font-weight: 400;
        font-size: 32px;
        text-align: center;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 28px;
    }
    .info3-bl {
        width: 100%;
        max-width: 215px;
    }
    .img-control img {
        border: 8px solid #fff;
        background: #fff;
        transition: .3s;
        border-radius: 50%;
        display: block;
        width: 100%;
    }
    .bl-kak-li-name {
        color: #1f2427;
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 14px;
        padding: 18px 10px;
        text-align: center;
    }
    .priim-block-ab-page.manager-block .priim-block-ab-page2{
        display: none;
    }
    .desc-control {
        max-width: 1120px;
    }
    .priim-block-ab-page.manager-block {
        background: #eee;
        padding: 40px 0;
        margin: 100px 0;
        min-height: 395px;
        position: relative;
    }
    .bg-filial {
        display: none;
    }
    .read-more {
        font-size: 15px;
    }
    .categ-list-ul li > a{
        font-size: 16px;
    }
    .input-search-bl{
        font-size: 10px;
    }
    .name-bl-search, .name-sort, .name-sort{
        font-size: 14px;
    }
    .qw-box-html-name {
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .read-news {
        font-size: 14px;
    }
}

@media (max-width: 1280px){
    .menus-top ul.first-level > li > a {
        font-size: 14px;
        padding: 20px 2px;
    }
}
@media (max-width: 1024px){
    #xd_zvonok_phone_button {
        font-family: var(--font-main);
        color: var(--main-color);
        text-align: right;
        display: block;
        padding: 5px 15px;
        border-left: none;
        position: relative;
        overflow: hidden;
    }
    #xd_zvonok_phone_button i {
        display: initial;
        transform: rotate(100deg);
        margin-bottom: 0;
        margin-right: 10px;
    }
    .sl-nav .arrow {
        width: 100%;
        height: 33%;
        padding: 20px 0;
    }
    .owl-dis {
        position: absolute;
        top: auto;
        right: 5%;
        max-width: 100%;
        bottom: 15px;
        text-align: center;
    }
    .opis:first-child {
        padding-top: 20px;
    }
    .opis:last-child {
        padding-bottom: 20px;
    }
    .opis {
        background: #e6e6e6;
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
        font-family: var(--font-main);
        font-weight: 400;
    }
    .plain-wr .bt-a {
        position: absolute;
        bottom: 50px;
        right: 20px;
    }
    #column-left, .subscribe-wr{
        order: 2;
    }
    #content{
        order: 1;
    }
    .tab-div {
        margin-top: 30px;
    }
    .img-bl-html, .text-html-bl{
        margin-bottom: 20px ;
    }
    .ab-all-text-page {
        position: static;
        top: 5%;
        margin: 40px 0;
        width: 100%;
        color: #000;
    }
    .ab-title-page.title {
        color: #000;
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .info3-bl {
        width: 100%;
        max-width: 150px;
    }
    .desc-control {
        max-width: 768px;
    }
    .bl-kak img{
        display: block;
        margin: 0 auto;
    }
    .wr-contact-desc {
        max-width: 100%;
    }
    .kont-map {
        float: none;
        width: 100%;
        margin-bottom: 100px;
        border: 4px solid #e5e5e5;
    }
    .wr-filial-all {
        position: relative;
        max-width: 100%;
        max-height: 700px;
        background: #eeeeee;
        padding: 25px;
        margin-top: 25px;
    }
    .wr-otzivi-all {
        margin-top: 25px;
    }
}
@media (max-width: 991px){
    .logo-brand {
        text-align: center;
        margin: 20px 0;
    }
    #xd_zvonok_phone_button {
        text-align: center;
    }
    .menus-top ul.first-level > li > a {
        font-size: 14px;
        padding: 20px 5px;
    }
}
.slicknav_menu {
    display:none;
}
@media (max-width: 800px){
    .questions-tab li {
        width: 100%;
    }
    .questions-tab li a,
    .questions-tab li:nth-child(1) a,
    .questions-tab li:last-child a{
        border-radius: 20px;
        margin: 2px 0;
    }

    .slicknav_menu {
        display:block;
    }
    #carousel-custom-dots{
        display: none;
    }
    #slider {
        width: 100%;
        max-width: 1590px;
    }
    .sl-nav .arrow {
        width: 100%;
        height: 40%;
        padding: 20px 0;
    }
    .owl-cont {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .owl-dis {
        position: static;
        margin: 20px;
        order: 2;
        max-width: 100%;
        bottom: 15px;
        text-align: center;
    }
    .slider-img {
        order: 1;
    }
    .hka {
        font-size: 32px;
        color: #000;
        font-family: var(--font-main);
        line-height: initial;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .product-layout.item:after{
        content: '';
        display: none;
    }
    .wr-col-my-box{
        flex-wrap: wrap;
    }
    .col-2-box {
        max-width: 100%;
        width: 100%;
        order: 1;
        margin-left: 0px;
    }
    .col-1-box{
        order: 2;
    }
    .qw-box-html {
        background: #e6e6e6 url(/catalog/view/theme/autopp/images/sp.jpg) right center no-repeat;
        padding: 15px;
        margin-bottom: 30px;
    }
    .prod-mar {
        margin-top: 25px;
    }
    .col-f-1 {
        width: 100%;
        padding: 15px;
        background: url(/catalog/view/theme/autopp/images/bgfot2.jpg) no-repeat;
        background-size: cover;
    }
    .col-f-2, .col-f-3{
        width: 100%;
        padding: 15px;
    }
    .bg-otzivi{
        display: none;
    }
    .otzivi {
        width: 100%;
    }
    .all-otzivi {
        width: 100%;
    }
    .wr-otzivi-all {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background: #eeeeee;
        padding: 30px;
        min-width: 350px;
    }
    .modal-dialog {
        max-width: 550px;
        padding: 10px;
    }
    .modal-content {
        padding: 5px;
    }
    .title.modal-title {
        color: #1f2427;
        font-family: var(--font-main);
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    button.close {
        background-color: #0069b3;
        border: 0;
        -webkit-appearance: none;
        position: absolute;
        top: -1px;
        right: -1px;
        opacity: 1;
        padding: 0 5px;
        color: #fff;
        text-shadow: none;
        z-index: 10;
    }
    .border-category-al{
        flex-wrap: wrap;
    }
    .border-category-al .col{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .slider-wrap
    {
        width: 100%;
    }
    .tab-prod-gl{
        display: none;
    }
    .cont-top .top-tel:first-child, .cont-top .top-tel:first-child a {
        margin-left: auto;
    }
    .cont-top .top-tel {
        color: #eeeeee;
        display: block;
        text-decoration: none;
        margin: 0 auto;
        width: 50%;
        text-align: center;
    }
    .cont-top .top-tel a{
        display: block;
        text-decoration: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .tab-div .nav-tabs li a {
        background: #e5e5e5;
        padding: 5px 5px;
        display: block;
        border: 1px solid #e5e5e5;
        color: #00528b;
        text-align: center;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 14px;
    }
    .title {
        color: #1f2427;
        font-family: inherit;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .priim-block-ab-page {
        background: #eee;
        padding: 25px 0;
        margin: 25px 0;
        min-height: 100%;
        position: relative;
    }
    .img-priim-ab-page {
        text-align: center;
        margin-bottom: -25px;
    }
    .car-center .img-responsive{
        display: block;
        margin: 0 auto;
    }
    .width-auto {
        margin-bottom: 25px;
    }
}

#ocfilter-button .btn.disabled{
    /*display:none;*/
    background: #e9e9e9;
    border: #e9e9e9;
    color: gray;
}
@media (min-width: 1200px){
    .modal-dialog.modal-xl {
        max-width: 1140px;
    }
}
.modal-dialog.modal-xl {
    max-width: 1140px;
}
.q-sorting{
    display: flex;
    align-content: center;
}
.danger-message{
    color: red;
}

/* for new procces ocfilter */

input.filter-error{
    border-color: red;
}
input:focus.filter-error{
    border-color: red;
}

/* !!!!!!for new procces ocfilter */