* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #2a221a;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
ul, ol{
    list-style-position: inside;
}
a {
    color: #124f99;
}

button:focus {
    outline: none !important;
}

.container-fluid {
    max-width: 1800px;
}
.header-padding{
    padding: 20px 0;
}
.no-list-type{
    list-style: none;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li a{
    font-size: 14px;
    color: #212433;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    padding: 3px 10px;
    margin: 0 2px;
}
.header-menu ul li a:hover{
    background: #e5e6ee;
}
.tel-div{
    font-size: 18px;
    color: #212433;
    display: block;
    text-decoration: none;
    margin: 0 10px;
}
.tel-div span{
    color: #ff6500;
    font-weight: 600;
}
.tel-img{
    margin-right: 5px;
}
.or-bnt{
    border-radius: 5px;
    margin-top: 8px;
    background: #e5e6ee;
    color: #0f2b8a;
    font-size: 14px;
    padding: 1px 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.or-bnt:hover{
    color: #fff;
    background: #ff6500;
}
.btn-dop{
    background: #e5e6ee;
    padding: 11px 14px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.login-block-a{
    margin-right: 15px;
}
div#cart, .a-dop {
    line-height: initial;
}
.a-dop a{
    font-size: 13px;
    color: #212433;
}
.basket-a-dop a{
    text-decoration: none;
    color: #212433;
}
.basket-a-name{
    color: #ff6500;
    font-size: 13px;
    font-weight: 600;
}
.basket-a-dop span{
    font-size: 13px;
}
.bg-menu{
    position: relative;
}
.bg-menu:after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    transform: skew(-35deg);
    border-radius: 10px;
}
.bg-menu ul{
    list-style: none;
}
.menu{
    margin: 0;
}
.menu li a{
    text-decoration: none;
}

.menu > li > a{
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 0;
    display: block;
}
.menu li .level_2{
    display: none;
}
.menu li:hover .level_2{
    display: flex;
    position: absolute;
    top: 58px;
    left: -17px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex-wrap: wrap;
    z-index: 5;
}
.menu li .level_2 .wr-t > li{
    margin-bottom: 10px;
}
.menu > li > .level_2 > .wr-t > li > a{
    font-size: 14px;
    text-transform: uppercase;
    color: #ff6500;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.menu > li > .level_2 > .wr-t > li > a:hover{
    color:#0541a4;
}
.menu > li > .level_2 > .wr-t > li > .level_3 > li > a{
    font-size: 14px;
    color: #212433;
}
.menu > li > .level_2 > .wr-t > li > .level_3 > li > a:hover{
    text-decoration: none;
    color: #ff6500;
}
.wr-text-slider{
    position: absolute;
    top: 140px;
    right: 100px;
    text-align: center;
    display: none;
}
.text-slider{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px 65px;
    width: 410px;
    min-height: 510px;
}
.text-slider:after{
    content: '';
    background: #2a2e83;
    transform: skew(-3.8deg);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-name {
    color: #ff6500;
    text-transform: uppercase;
    font-size: 45px;
    line-height: initial;
    text-align: center;
    margin-bottom: 25px;
}
.read-more{
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    display: block;
}
.read-more:hover{
    background: #ff6500;
    color: #fff;
    text-decoration: none;
}
.slider-gl.owl-carousel .owl-nav button{
    position: absolute;
    top: 45%;
}
.slider-gl.owl-carousel .owl-nav button.owl-next{
    background: #e5e6ee url("../images/next.png") center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
}
.slider-gl.owl-carousel .owl-nav button.owl-prev{
    background: #e5e6ee url("../images/prev.png") center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 20px;
}
.slider-gl.owl-carousel .owl-nav button.owl-prev span,
.slider-gl.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.wr-slider{
    margin-bottom: 95px;
}
.side-name{
    font-size: 24px;
    color: #2a2e83;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.bl-cat{
    position: relative;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
    transition: .5s;
}
.bl-cat img{
    border-radius: 5px;
    display: block;
}
.bl-cat:hover{
    text-decoration: none;
}
.bl-cat:hover .name-bl-cat{
    background: #ff6500;
    color: #fff;
    text-decoration: none;
}
.name-bl-cat{
    text-transform: uppercase;
    font-size: 20px;
    color: #212433;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.col-cat-2 .name-bl-cat{
    background: transparent;
}
.col-cat-2 .bl-cat{
    margin-bottom: 33px;
}
.mb-block{
    margin-bottom: 50px;
}
.name-title{
    font-size: 35px;
    text-transform: uppercase;
    color: #212433;
    position: relative;
    margin-bottom: 50px;
}
.name-title:after{
    content: '';
    background: url("../images/title.png") no-repeat;
    width: 75px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.icon-priim{
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    padding: 22px 0px;
    border-radius: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: -45px auto 10px;
    z-index: 1;
    position: relative;
}
.item-prod{
    max-width: 270px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #e0e1eb;
    position: relative;
}
.name-prod{
    font-size: 14px;
    text-align: center;
    margin: 15px 0 5px;
}
.img-prod{
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.img-prod .label{
    position: absolute;
    top: -11px;
    left: -11px;
    z-index: 1;
}
.instock{
    font-size: 12px;
    color: #096e34;
}
.noinstock.instock{
    color: #2a2e83;
}
.instock span {
    padding: 3px 3px 0;
}
.model-tov{
    font-size: 13px;
    color: #a0a2b1;
}
.price-dop {
    font-size: 16px;
    font-weight: 600;
    color: #ff6500;
}
.price-dop span{
    color: #212433;
    font-weight: 400;
}
.wr-str-pr {
    text-align: center;
    margin: 15px 0;
}
.w-90{
    width: 90%;
    margin: 0 auto;
}
.tov-hover{
    display: none;
}
.item-prod:hover .tov-hover{
    position: absolute;
    width: 101.8%;
    display: block;
    background: #fff;
    left: -2px;
    right: 0;
    margin: 0 auto;
    border: 2px solid #e0e1eb;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
    z-index: 2;
}
.my-btn {
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    display: inline-block;
    transition: .3s;
}
.my-btn:hover{
    background: #ef7d2d;
    text-decoration: none;
    color: #fff;
}
.normal-img.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.normal-img.owl-carousel .owl-item{
    padding-bottom: 180px;
}
.normal-img.owl-carousel .owl-nav button{
    position: absolute;
    top: 28%;
}
.normal-img.owl-carousel .owl-nav button.owl-next{
    background: #e5e6ee url("../images/next.png") center no-repeat;
    width: 35px;
    height: 50px;
    border-radius: 0 50% 50% 0;
    right: -11px;
}
.normal-img.owl-carousel .owl-nav button.owl-prev{
    background: #e5e6ee url(../images/prev.png) center no-repeat;
    width: 35px;
    height: 50px;
    border-radius: 50% 0 0 50%;
    left: -35px;
}
.normal-img.owl-carousel .owl-nav button.owl-prev span,
.normal-img.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.mar-minus{
    margin-top: -80px;
}
.name-blog-blocl a{
    font-size: 18px;
    color: #212433;
    text-decoration: none;
    display: block;
    text-align: center;
}
.name-blog-blocl a:hover{
    color: #ef7d2d;
    text-decoration: none;
}
.date-block-blog.text-center {
    font-size: 12px;
    margin: 5px 0 10px;
}
.col-blog{
    width: 30%;
}
.col-blog:nth-child(2){
    width: 40%;
}
.blog-block img{
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.all-blog{
    margin-top: 35px;
    padding: 10px 40px;
    border-radius: 5px;
}
.bg-seo-text{
    background: #e5e6ee;
    padding: 40px 60px;
}
.bg-seo-text h1, .bg-seo-text .h1{
    font-size: 35px;
    line-height: initial;
    color: #212433;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.bg-seo-text h2, .bg-seo-text .h2{
    font-size: 14px;
    line-height: initial;
    color: #212433;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.seo-text {
    width: 100%;
    height: 459px;
}
.os-content {
    padding-right: 40px !important;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    background: #fff;
    width: 5px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #0f2d8c;
}
.wr-seo{
    margin-top: 100px;
}
.os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 80px;
    max-height: 80px;
}
.os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 5px;
    max-width: 5px;
}
.os-theme-dark>.os-scrollbar, .os-theme-light>.os-scrollbar{
    padding: 0;
}
.scrollup {
    background: #2a2e83;
    display: block;
    border-radius: 20px 20px 0 0;
    color: #fff;
    max-width: 450px;
    margin: 60px auto 0;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    transition: .5s;
    font-size: 13px;
}
.scrollup img{
    margin-right: 10px;
}
.scrollup:hover{
    text-decoration: none;
    color: #fff;
    background: #d95b17;
}
footer{
    background: #212433;
    padding: 50px 0 30px;
}
footer .wr-top-tel {
    background: #2a2e83;
    max-width: 449px;
    margin: -48px auto 20px;
    padding: 20px 40px;
    color: #fff;
    text-align: center;
}
footer .tel-div{
    color: #fff;
}
footer .tel-div span{
    color: #fff;
}
footer .or-bnt {
    border-radius: 5px;
    margin: 20px 0 15px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 1px 30px;
    text-align: center;
    display: inline-block;
}
.copy, .dev {
    color: #fff;
    font-size: 13px;
}
.dev a{
    color: #ff6500;
    font-size: 13px;
}
.dev a:hover{
    color: #fff;
}
.wr-email a{
   font-size: 16px;
    color: #fff;
}
.wr-email a:hover{
    text-decoration: none;
    color: #d95b17;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-text{
    color: #fff;
    font-size: 13px;
}
.footer-text p{
    margin-bottom: 0;
}
.name-menu-footer{
    font-size: 18px;
    text-transform: uppercase;
    color: #ff6500;
    margin-bottom: 20px;
}
.menu-footer ul li a{
    color: #ffffff;
    font-size: 13px;
}
.menu-footer ul li a:hover{
    text-decoration: none;
    color: #5973b8;
}
.menu-footer.menu-footer2{
        display: none;
        text-align: center;
        
}
.menu-footer.menu-footer2 li{
       list-style-type: none;
}
.side-border{
    border-radius: 20px;
    border: 2px solid #2c37a2;
}
.menu-side-1 > li > a{
    text-transform: uppercase;
    color: #ff6500;
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto 10px;
    display: block;
    background: #fff;
    text-align: center;
    width: 80%;
    position: relative;
}
.menu-side-1 > li > a:before{
    content: '';
    width: 126%;
    height: 2px;
    background: #2a2e83;
    position: absolute;
    top: 10px;
    left: -27px;
    z-index: -1;
}
.menu-side-1 > li:first-child > a:before{
    content: '';
    display: none;
}
.menu-side-1 > li:first-child > a{
    margin: -12px auto 10px;
}
.menu-side-1 > li > a:hover{
    text-decoration: none;
}
.menu-side-2 > li > a{
    font-size: 15px;
    color: #212433;
    display: inline-block;
    padding: 10px 10px 10px 40px;
    line-height: 18px;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.ar2 {
    color: #ff6500;
    position: relative;
    display: inline-block;
    z-index: 2;
    transition: .3s;
}
.menu-all-side a .ar2:before{
    content: '\f101';
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    color: #ff6500;
    font-weight: 600;
    font-size: 16px;
    top: -17px;
    left: -20px;
}
.ar{
    color: #ff6500;
    position: relative;
    display: inline-block;
    z-index: 2;
    transition: .3s;
}
.menu-all-side a .ar:before{
    content: '+';
    position: absolute;
    color: #ff6500;
    font-weight: 600;
    font-size: 25px;
    top: -17px;
    left: -20px;
}
.menu-all-side a[aria-expanded='true'] .ar:before{
    content: '-';
}
.menu-side-2 > li{
    position: relative;
}
.menu-side-2 > li:after{
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background: #e5e6ee;
    left: 40px;
}
.menu-side-2 > li > a.active,
.menu-side-2 > li > a:hover{
    background: #e5e6ee;
    text-decoration: none;
}
.menu-side-3 > li > a{
    font-size: 14px;
    color: #212433;
    display: inline-block;
    line-height: 18px;
    position: relative;
    width: 100%;
}
.menu-side-3 {
    margin-left: 55px;
}
.menu-side-4 {
    margin-left: 15px;
}
.menu-side-4 > li > a{
    font-size: 14px;
    color: #212433;
    display: inline-block;
    line-height: 18px;
    position: relative;
    width: 100%;
}
.menu-side-4 > li > a:before {
    content: '>';
    position: absolute;
    color: #e5e6ee;
    font-weight: 600;
    font-size: 16px;
    top: 0px;
    left: -16px;
}
/*.collapsible {*/
    /*display: none;*/
/*}*/
.collapse.in{
    display: block;
}
.nav-prod-a img, #nav-left img{
    margin-right: 15px;
}
#nav-right img{
    margin-left: 15px;
}
#nav-left{
    margin-right: 30px;
}
#nav-right, #nav-left{
    color: #122582;
    font-size: 13px;
    display: block;
}
.nav-prod-a{
    color: #212433;
    font-size: 13px;
    display: block;
}
#nav-right:hover, #nav-left:hover, .nav-prod-a:hover{
   text-decoration: none;
    color: #ff6500;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0rem;
    margin-bottom: 40px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #e5e6ee;
}
.product-bread .breadcrumb{
    margin-bottom: 20px;
}
.breadcrumb li a, .breadcrumb li{
    font-size: 13px;
    color: #858c97;
}
.all-tovar .item-prod{
    margin-bottom: 30px;
}
.title.text-center {
    font-size: 35px;
    line-height: initial;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #212433;
}
.title-prod{
    font-size: 30px;
    padding: 0 30px;
    line-height: initial;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #212433;
}
button.my-btn{
    border: none;
}
.all-btn-pr{
    border-radius: 5px;
}
.page-link, .pagination .link a,
.pagination .link span{
    position: relative;
    display: block;
    padding: 13px 15px;
    margin-left: 1px;
    line-height: 1.25;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
}
.page-item.disabled .page-link,
.page-item.active .page-link,
.pagination .link span{
    background: #e5e6ee;
    color: #212433;
}
.page-item.disabled .page-link:hover{
    background: transparent;
    cursor: no-drop;
}
.page-link:hover,
.page-item.active .page-link:hover{
    background: #ff6500;
    color: #fff;
}
.all-btn-pr {
    float: right;
}
.nav-prod{
    margin-bottom: 25px;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.all-price, .all-zakaz{
    width: 50%;
    text-align: center;
    padding: 25px 0 10px;
}
.name-all-prod{
    font-weight: 600;
    font-size: 16px;
    color: #212433;
    text-transform: uppercase;
}
#all_answer span, .kol-vo span {
    font-size: 16px;
    font-weight: 600;
    color: #ff6500;
}
#all_answer, .kol-vo{
    color: #212433;
    font-weight: 400;
}
.dop-zakaz {
    border-top: 2px solid #e5e6ee;
    border-bottom: 2px solid #e5e6ee;
    margin: 20px 0 40px;
}
.all-zakaz {
    border-left: 2px solid #e5e6ee;
}
#erm .error {
    font-size: 21px;
    color: #ff6500;
    background: #e0e1eb;
    padding: 8px;
    width: 90%;
    margin: 0px auto 20px;
    border-radius: 3px;
}
#erm img{
    cursor: pointer;
}
.opt-ul li{
    width: 20%;
    margin-bottom: 30px;
}
.cl-img {
    width: 120px;
    height: 90px;
    padding: 3px;
    text-align: center;
    border: 2px solid #e5e6ee;
    border-radius: 5px;
}
.cl-text{
    margin-left: 15px;
}
.chet-wr {
    border: 2px solid #e5e6ee;
    border-radius: 5px;
    padding: 5px 0;
    background: #fff;
}
.chet-wr input{
    max-width: 75px;
    width: 100%;
    border: none;
    text-align: center;
}
.operation{
    width: 25px;
    height: 25px;
    background: #e5e6ee;
    border-radius: 5px;
    font-size: 14px;
    color: #212433;
    text-align: center;
    cursor: pointer;
}
.operation:hover{
    color: #fff;
    background: #ff6500;
}
.opt-zg, .dec-tv-name{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 600;
    color: #212433;
    text-align: center;
}
.my-opt{
    margin: 65px 0;
}
#delivery_answer{
    font-size: 15px;
    color: #ff6500;
}
.dec-tv table{
    border: none;
    width: auto !important;
}
.dec-tv table tr,
.dec-tv table td{
    border: none;
}
.dec-tv table td:nth-child(1){
    font-weight: 600;
    color: #212433;
    padding-right: 15px;
}
.wr-desc-prod{
    border: 2px solid #e5e6ee;
    border-radius: 5px;
    margin-bottom: 100px;
}
.dec-tv{
    padding: 50px 40px;
}
.dec-tv p:last-child{
    margin-bottom: 0;
}
.delivery {
    padding: 50px 40px;
    border-left: 2px solid #e5e6ee;
    height: 100%;
}
.my-btn2 {
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 10px 39px;
    display: inline-block;
    transition: .3s;
    border: none;
}
.my-btn2:hover {
    background: #ef7d2d;
    text-decoration: none;
    color: #fff;
}
.my-btn3 {
    background: transparent;
    border: 2px solid #014ab0;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #014ab0;
    font-size: 15px;
    padding: 8px 39px;
    display: inline-block;
    transition: .3s;
}
.my-btn3:hover {
    border: 2px solid #ef7d2d;
    text-decoration: none;
    color: #ef7d2d;
}
.w-250{
    width: 250px;
    margin: 0 8px;
    display: block;
}
.sa-button-container {
    display: flex;
    justify-content: space-around;
}

.sweet-alert button {
    font-size: 13px;
}
.my-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #e5e6ee url("../images/modal.png") center left no-repeat;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}
.my-modal .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}
.my-modal .modal-title{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: initial;
    text-transform: uppercase;
    color: #212433;
    text-align: center;
}
#fast_order_form,
#bargain_order_form,
.mar-left-modal{
    padding-left: 240px;
}
#fast_order_result,
#bargain_order_result{
    font-size: 13px;
    width: 80%;
    margin: 0 auto 15px;
    line-height: initial;
}
.fast_order_right, .bargain_order_right {
    max-width: 420px;
    margin: 0 auto;
}
.modal-lg {
    max-width: 991px;
}
button.my-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
}
.ic-btn img{
    display: block;
    margin: 0 auto 8px;
}
.ic-btn{
    text-align: center;
    background: #e5e6ee;
    width: 225px;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    color: #212433;
    border-radius: 5px;
    cursor: pointer;
}
.wr-ic-btn{
    margin-top: 40px;
}
.ic-btn:hover{
    color: #0a3697;
}
.all-image img{
    border-radius: 5px;
}
.all-image img, #gallery_01 .item img{
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    border: 2px solid #e0e1eb;
}
.dop-img-foto {
    overflow: hidden;
    margin: 18px 0 25px;
}
#gallery_01 .item {
    border-radius: 5px;
    padding: 5px 0;
    margin: 10px 0;
}
#gallery_01 .slick-slide{
    margin-top: 5px;
    margin-bottom: 5px;
}
#gallery_01 .slick-next, #gallery_01 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0%;
    display: block;
    width: 70px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background-color: #e5e6ee;
}
#gallery_01 .slick-prev {
    left: 20px;
    top: 12px;
    border-radius: 30px 30px 0 0;
}
#gallery_01 .slick-next {
    right: auto;
    top: auto;
    left: 20px;
    bottom: -15px;
    border-radius: 0 0 30px 30px;
}
#gallery_01 .slick-next:before {
    content: '';
    background: url("../images/bottom.png") center no-repeat;
}
#gallery_01 .slick-prev:before {
    content: '';
    background: url("../images/top.png") center no-repeat;
}
#gallery_01 .slick-next:before, .slick-prev:before {
    line-height: 1;
    opacity: 1;
    width: 20px;
    height: 23px;
    display: block;
    margin: 0 auto;
}
.info-left{
    width: 30%;
}
.info-right{
    width: 65%;
}
.name-cat a, .mm-n, .simplecheckout-block-heading {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 25px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    transition: .4s;
}
.my-border{
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #e0e1eb;
}
.my-btn2.cr {
    padding: 5px 25px;
    font-size: 13px;
}
.name-cat a:hover, .mm-n:hover{
    color: #ff6500;
}
.name-cat, .mm-n, .simplecheckout-block-heading{
    position: relative;
}
.name-cat:after, .mm-n:after, .simplecheckout-block-heading:after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    transform: skew(-35deg);
    border-radius: 10px;
}
.all-wr-cat{
    margin-bottom: 40px;
}
.sitemap-1 > li > a,
.sitemap-1 > li > ul > li > a{
    color: #ff6500;
    font-weight: 600;
}
.sitemap-2 > li > a{
    color: #ff6500;
    font-weight: 600;
}
.sitemap-info ul > li > ul{
    margin-left: 20px;
}
.jumbotron {
    padding: 1rem 2rem;
}
.simplecheckout-red-border,
#checkout_customer_main_comment,
#account_info_main_email,
#account_info_main_firstname,
#account_info_main_telephone,
#account_address_main_address_1,
#account_address_main_city,
#account_address_main_firstname,
#checkout_customer_main_firstname,
#checkout_customer_main_telephone,
#checkout_customer_main_city,
#checkout_customer_main_address_1{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
#checkout_customer_main_comment{
    min-height: 50px;
}
.simplecheckout-error-text{
    margin-bottom: 10px;
    color: red;
    display: block;
    font-size: 13px;
}
#accordion .card-header{
    position: relative;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}
#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}
#accordion .card-header:before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 38px;
    right: 0;
    height: 100%;
    background: #014ab0;
    background: -moz-linear-gradient(left, #014ab0 0%, #171b76 100%);
    background: -webkit-linear-gradient(left, #014ab0 0%,#171b76 100%);
    background: linear-gradient(to right, #014ab0 0%,#171b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014ab0', endColorstr='#171b76',GradientType=1 );
    transform: skew(-35deg);
    border-radius: 10px;
}
#accordion .card-header .btn.btn-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    display: block;
    margin-left: 50px;
    overflow: hidden;
    white-space: pre-wrap;
}
.alert {
    position: relative;
    padding: 2px 5px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 13px;
}








/*SEARCH*/
.search-box {
    position: relative;
}

.input {
    position: absolute;
    right: 7px;
    top: -27px;
    box-sizing: border-box;
    width: 0px;
    height: 49px;
    padding: 0 20px;
    opacity: 0;
    outline: none;
    font-size: 18px;
    border-radius: 5px;
    color: #29313a;
    border: 2px solid transparent;
    transition: all 0.8s ease;
    background: #e5e6ee;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212433;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #212433;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #212433;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #212433;
}

.btn-s {
    position: absolute;
    width: 50px;
    height: 49px;
    background: #e5e6ee;
    border-radius: 50%;
    right: 7px;
    top: -27px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #14217e;
    transition: all 0.8s ease;
}

.input.active {
    width: 550px;
    right: 30px;
    opacity: 1;
}

.btn-s.animate {
}
.btn-s .img-dop-header.button-search{
    display: none;
}
.btn-s.animate .img-dop-header{
    display: none;
}
.btn-s.animate .img-dop-header.button-search{
    display: inline-block;
}

/*SELECT*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #e0e1eb;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #2a221a;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    content: '';
    background: url('../images/arrow.png') no-repeat;
    width: 25px;
    height: 25px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 19%;
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    display: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    line-height: initial;
    list-style: none;
    min-height: 25px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.nice-select.open .list { max-height: 300px; overflow-y: scroll;display: block;}
.content-vis{
    display: none;
}
.slicknav_menu {
    display:none;
}
.menu-li.two_row{
    display: table-caption;
}
.bannerok{
    text-align: center; 
    font-weight: bold;
    font-size: 23px;
    color: #102b8a;
    line-height: 30px;
    border: 1px solid;
    padding: 4px;
    background: #e5e6ee;
    margin: 20px 0px 20px 0px;
}

/*RESPONSIVE*/
@media (max-width: 1680px) {
    .header-menu ul li a{
        padding: 3px 5px;
    }
    .tel-div {
        font-size: 16px;
    }
    .bg-menu:after {
        left: 8px;
        width: 99%;
    }
    .menu li:hover .level_2 {
        left: 0;
    }
    .col-blog:nth-child(2) {
        width: 35%;
    }
    .seo-text {
        width: 100%;
        height: 409px;
    }
    .all-image img {
        width: 80%;
        right: 0;
    }
    #gallery_01 .item img {
        border: 2px solid #e0e1eb;
        width: 90%;
    }
    #gallery_01 .slick-next, #gallery_01 .slick-prev{
        width: 55px;
    }
}

@media (max-width: 1440px) {
    .wr-text-slider {
        position: absolute;
        top: 103px;
        right: 50px;
        text-align: center;
    }
    .text-slider {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 10px 30px;
        width: 325px;
        min-height: 384px;
    }
    .slider-name {
        color: #ff6500;
        text-transform: uppercase;
        font-size: 33px;
        line-height: initial;
        text-align: center;
        margin-bottom: 0;
    }
    .col-cat-2 .bl-cat {
        margin-bottom: 26px;
        padding: 0 10px;
    }
    .name-bl-cat {
        font-size: 16px;
    }
    .normal-img.owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    .normal-img.owl-carousel .owl-nav button.owl-next{
        right: -2px;
    }
    .menu-side-2 > li > a {
        font-size: 14px;
        padding: 10px 10px 10px 15px;
    }
    .menu-all-side a .ar:before{
        content: '+';
        font-size: 20px;
        top: -14px;
        left: -12px;
    }
    .menu-side-3 {
        margin-left: 25px;
    }
    .menu-side-1 > li > a{
        font-size: 15px;
    }
    .menu-side-1 > li > a:before {
        content: '';
        left: -22px;
    }
    .top-tel img{
        display: none;
    }
    .tel-div {
        font-size: 14px;
        margin: 0 5px;
    }
    .or-bnt{
        font-size: 14px;
    }
    .header-menu ul li a {
        font-size: 14px;
        padding: 3px 2px;
    }
    .wr-logo {
        width: 15%;
    }
    .btn-dop {
        background: #e5e6ee;
        padding: 6px 8px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .btn-s {
        position: absolute;
        width: 40px;
        height: 41px;
        background: #e5e6ee;
        border-radius: 50%;
        right: 7px;
        top: -24px;
        cursor: pointer;
        text-align: center;
        line-height: 36px;
        font-size: 20px;
        color: #14217e;
        transition: all 0.8s ease;
    }
    .input {
        position: absolute;
        right: 7px;
        top: -24px;
        box-sizing: border-box;
        width: 0px;
        height: 41px;
        padding: 0 20px;
        opacity: 0;
        outline: none;
        font-size: 14px;
        border-radius: 5px;
        color: #29313a;
        border: 2px solid transparent;
        transition: all 0.8s ease;
        background: #e5e6ee;
    }
    .seo-text {
        width: 100%;
        height: 347px;
    }
    .ic-btn {
        text-align: center;
        background: #e5e6ee;
        width: 170px;
        border: none;
        padding: 10px 5px 5px;
        font-size: 14px;
        color: #212433;
        border-radius: 5px;
        cursor: pointer;
    }
    .opt-ul li {
        width: 25%;
        margin-bottom: 30px;
    }
    .delivery, .dec-tv {
        padding: 20px 20px;
    }
    #gallery_01 .item img {
        border: 2px solid #e0e1eb;
        width: 100%;
    }
    .menu-side-2 > li:after {
        content: '';
        position: absolute;
        width: 75%;
        height: 1px;
        background: #e5e6ee;
        left: 40px;
    }
}
@media (max-width: 1366px){
    .wr-logo {
        width: 10%;
    }
    .seo-text {
        width: 100%;
        height: 324px;
    }
    #accordion .card-header:before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0px;
        right: 0;
        width: 97%;
    }
    #accordion .card-header .btn.btn-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        display: block;
        margin-left: 4px;
        width: 100%;
    }
    #accordion{
        overflow: hidden;
    }
    .scrollup{
        max-width: 420px;
    }
    .text-slider {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 10px 30px;
        width: 310px;
        min-height: 365px;
    }
    .wr-text-slider {
        position: absolute;
        top: 95px;
        right: 50px;
        text-align: center;
    }
    .dop-img-foto {
        overflow: hidden;
        margin: 18px 0 25px;
        width: 100%;
        max-width: 100px;
    }
}
@media (max-width: 1280px){
    .menu-side-1 > li > a {
        text-transform: uppercase;
        color: #ff6500;
        font-size: 14px;
        font-weight: 600;
        margin: 0px auto 0px;
        display: block;
        background: #fff;
        text-align: center;
        width: 100%;
        position: relative;
    }
    .menu-side-1 > li > a:before {
        content: '';
        display: none;
    }
    .scrollup {
        max-width: 390px;
    }
    .menu > li > a {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        padding: 8px 0;
        display: block;
    }
    .menu li:hover .level_2{
        top: 40px;
    }
    .text-slider {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 10px 30px;
        width: 285px;
        min-height: 351px;
    }
    .name-bl-cat {
        font-size: 14px;
        line-height: initial;
    }
    .seo-text {
        width: 100%;
        height: 297px;
    }
    .all-image img {
        width: 90%;
        right: 0;
    }
    .opt-ul li {
        width: 33%;
        margin-bottom: 30px;
    }
    .ic-btn {
        width: 33%;
    }
    .title-prod {
        font-size: 24px;
        padding: 0 10px;
        line-height: initial;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #212433;
    }
    .all-image img {
        width: 75%;
        right: 0;
    }
    .w-250 {
        width: 220px;
        margin: 0 8px;
        display: block;
    }
    .item-prod {
        max-width: 250px;
    }
}
@media (max-width: 1024px){
    .wr-logo {
        width: 50%;
    }
    .menu > li > a {
        font-size: 12px;
    }
    .menu-side-2 > li > a {
        font-size: 12px;
        padding: 10px 10px 10px 15px;
    }
    .menu-side-3 > li > a {
        font-size: 12px;
    }
    .menu-side-4 > li > a {
        font-size: 12px;
    }
    .menu-side-4 {
        margin-left: 0;
    }
    .menu-side-1 > li > a {
        font-size: 13px;
    }
    .my-btn2 {
        font-size: 13px;
        padding: 10px 20px;
        border: 2px solid transparent;
    }
    .w-250 {
        width: 200px;
        margin: 0 3px;
        display: block;
        padding: 3px 0px;
        font-size: 13px;
    }
    .ic-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .wr-ic-btn {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .all-image img {
        width: 70%;
        right: 0;
    }
    .wr-text-slider {
        position: absolute;
        top: 20px;
        right: 85px;
        text-align: center;
    }
}
@media (max-width: 991px){
    .menu-mobile {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
    .image-additional.normal-img.owl-carousel .owl-item{
        padding-bottom: 10px;
    }
    .image-additional.normal-img.owl-carousel .owl-item img{
        margin: 0 auto;
    }
    .image-mob{
        text-align: center;
    }
    .content-vis{
        display: block;
    }
    .mob-hide{
        display: none !important;
    }
    footer .wr-top-tel {
        background: #2a2e83;
        max-width: 449px;
        margin: 15px auto 20px;
        padding: 20px 40px;
        color: #fff;
        text-align: center;
    }
    .ic-btn {
        width: 33%;
        margin-bottom: 10px;
    }
    .text-slider {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 10px 30px;
        width: 100%;
        min-height: 100%;
        background: #2a2e83;
    }
    .wr-text-slider {
        position: static;
        top: 20px;
        right: 85px;
        text-align: center;
        display: block;
    }
    .slider-name {
        color: #ff6500;
        text-transform: uppercase;
        font-size: 26px;
        line-height: initial;
        text-align: center;
        margin-bottom: 10px;
    }
    .text-slider p {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .text-slider:after {
        content: '';
        display: none;
    }
    .wr-slider {
        margin-bottom: 25px;
    }
    .priim {
        text-align: center;
        margin-bottom: 15px;
    }
    .col-blog {
        width: 100%;
        margin-bottom: 25px;
    }
    .col-blog:nth-child(2) {
        width: 100%;
    }
    .wr-logo {
        width: 20%;
    }
    .delivery {
        padding: 0px 20px;
        border-left: none;
        height: 100%;
        margin-bottom: 70px;
    }
    .category-list img{
        display: block;
        margin: 0 auto;
    }
    .category-list .my-btn2{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .col-cat {
        width: 59%;
    }
    .categ-home-block {
        flex-wrap: wrap;
        justify-content: space-around !important;
    }
    .col-cat-2 .bl-cat {
        margin-bottom: 26px;
        padding: 0 0px;
    }
    .opt-ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    .item-prod {
        max-width: 250px;
        text-align: center;
        margin: auto;
    }
    .wr-seo {
        margin-top: 25px;
    }
}
@media (max-width: 600px){
    #filter_vier{
        display: none;
    }
    #block_filter_vier #name_filter {
        margin-top: 0;
        text-align: center;
    }
    .table-scroll-1 table tr,
    .table-scroll-1 table td{
        display: block;
    }
    .table-scroll-1 table tr:nth-child(1){
        display: none;
    }
    .table-scroll-1 table td:nth-child(2){
        font-weight: bold;
        text-align: center;
    }
    .table-scroll-1 table td p{
        margin: 0;
    }
    .table-scroll-1 table td{
        padding: 5px;
    }
    .wr-logo {
        width: 100%;
        text-align: center;
    }
    .wr-header-menu {
        width: 100%;
    }
    .wr-top-tel{
        text-align: center;
        width: 100%;
    }
    .wr-dop-header{
        width: 100%;
        margin-top: 20px;
    }
    .nav-prod{
        display: none !important;
    }
    .btn-s {
        position: static;
        line-height: 32px;
    }
    .dop-header{
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .header-padding {
        padding: 20px 0 0;
    }
    .search-box {
        position: static;
    }
    .input{
        display: none;
    }
    .input.active {
        width: 90%;
        opacity: 1;
        right: 0;
        left: 0;
        top: 2px;
        margin: 0 auto;
        display: block;
    }
    #fast_order_form, #bargain_order_form, .mar-left-modal {
        padding-left: 0;
    }
    .normal-img.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .normal-img.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .ic-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .w-250 {
        width: 100%;
        margin: 20px 0 0px 0;
        display: block;
        padding: 3px 25px;
        font-size: 13px;
    }
    .dop-zakaz {
        border-top: 2px solid #e5e6ee;
        border-bottom: 2px solid #e5e6ee;
        margin: 20px 0 0px;
    }
    .wr-ic-btn {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .my-opt {
        margin: 20px 0;
    }
    .header-menu ul{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .col-cat {
        width: 100%;
    }
    .name-title {
        font-size: 24px;
        line-height: initial;
    }
    .bg-seo-text h1, .bg-seo-text .h1 {
        font-size: 20px;
        line-height: initial;
        color: #212433;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    #accordion .card-header:before{
        content: '';
        display: none;
    }
    #accordion .card-header .btn.btn-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        padding: 3px 10px;
        display: block;
        margin-left: 4px;
        width: 100%;
        background: #014ab0;
        border-radius: 5px;
        white-space: normal;
    }
    .breadcrumb{
        margin-bottom: 20px;
    }
    .title.text-center {
        font-size: 24px;
        line-height: initial;
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #212433;
    }
    .menu-footer{
        display: none;
    }
        .menu-footer.menu-footer2{
        display: block;
    }
}
@media (max-width: 500px){
    .opt-ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .bg-seo-text {
        background: #e5e6ee;
        padding: 10px 10px;
    }
    .top-tel{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .bannerok{
    text-align: center; 
    font-weight: bold;
    font-size: 16px;
    color: #102b8a;
    line-height: 25px;
    border: 1px solid;
    padding: 4px;
    background: #e5e6ee;
    margin: 20px 0px 20px 0px;
    }
}
/* for sort category */
.content-all .sort{
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 20px;
}

.menu-footer .langliit {
font-weight: 700;margin-top: 10px; color: #fff
}
.header-menu .langliit {
    display: flex;
        color: #102a89;

    align-items: center;
font-weight: 700;
}
.header-menu ul li.langliit a{
        color: #102a89;

}
.header-menu ul li.langliit a.active{
         background: #e5e6ee;


}