
/* container */

.wrappers{
    background-color: #f3f3f3;
}
.individual-block-view {
    display: none;
}

/* end-container */
.owl-stage-outer{
    position: relative;
}
.owerlay_slider{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.slide-item p,a{
    position: relative;
    z-index: 3;
}
/* HEADER */
    /* top */
   .header-top{
        background-color: #383838;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    
    .header .header-top{
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .header-top .top-navs{
        display: flex;
        
    }
    .header-top .top-navs li{
        display: flex;
        margin: 0 10px;
    }
    .header-top a{
        text-decoration: none;
        color: #fff;
    }
    .header-top .nav-right,.nav-left{
        padding: 5px 0;
    }
    /* bottom */
    .header-bottom{
        justify-content: space-between;
        font-family: Arial, Helvetica, sans-serif;
        margin: 15px 0;
    }
    .header-bottom .row{
        display: flex;
        align-items: center;
    }
    .header-bottom .logo{
        width: 223px;
        margin: 0 5px;
    }
    .header-bottom .logo img{
        width: 100%;
    }
    .header-bottom .about-text{
        width: 400px;
    }

    .header-bottom .hours-jobs, .contact{
        width: 200px;
        font-size: 14px;
        margin: 0 5px;
    }
    .header-bottom .contact{
        text-align: center;
    }
/* END HEADER */

/* menu */
.menu {
    background-color: #6f0000;  
}
.menu .menu-items{
    display: flex;
    justify-content: space-between;
}
.menu .menu-items .burger{
    display: none;
}
.menu .nav{
    display: flex;
}
.menu .nav li{
    padding: 10px; 
}
.menu .nav a{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    margin: 5px 0;
    border-right: 1px solid #fff;
}
.header-item{
    display: flex;
}
.basket{
    display: flex;
    color: #fff;
    align-items: center;
    margin: 0 10px;
}
.basket a{
    color: #fff;
    text-decoration: none;
    display: flex;
}
.menu .nav a:last-child{
    border-right: none;
}
.menu .menu-items .header-item .login-menu li{
    margin: 5px 0;
}
.menu .menu-items .header-item .login-menu a{
    color: #fff;
    text-decoration: none;
}
.open_cart{
    display: none;
    width: 350px;
    border: 1px solid #6f0000;
    border-radius: 3px;
    position: fixed;
    z-index: 10;
    right: 10px;
    background: #fff;
}
.cart_item{
    display: flex;
    padding: 10px;
    align-items: center;
}
.cart_item .cart_img{
    width: 75px;    
}
.cart_item .cart_img img{
    width: 100%;
}
.cart_item .cart_title{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px;
}
.cart_btn{
    margin: 10px 0;
    padding: 0 10px;
}
.cart_btn button{
    width: 140px;
    padding: 10px;
    border: none;
    background: #6f0000;
    color: #fff;
}
.active{
    display: block;
}
.search_item img{
    display: none;
    width: 40px;
    padding: 3px 15px;
}
.menu_scroll{
    background-color: #6f0000;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}
/* end menu */

/* categoru & slider */
.main_category{
    margin: 30px 15px;
}
.category_menu{
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-height: 600px;
}
.category_menu .category{
    width: 20%;
    min-width: 360px;
    min-height: 500px
}
.category_menu .category .head{
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6f0000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.category_menu .category .head h3{
    font-size: 21px;
    text-transform: uppercase;
}
.category_menu .category .category_nav a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.category_menu .category .category_nav .list_category{
    padding: 6px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

.category_nav_list{
    display: none;
}
.category_nav_list li{
    margin: 10px 0;
}
/* .arrow {
    content: '';
    display: inline-block;
    position: relative;
    top: 0px;
    right: -35px;
    width: 15px;
    height: 15px;
    background-image: url('../image/ar_bot.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
} */

    /* slider */
    .slider{
        width: 1190px;
        display: flex !important;
        align-items: center;
    }
    .slider .slick-prev{
        position: absolute;
        z-index: 2;
        border: none;
        background-color: rgba(0, 0, 0, .0);
        top: 35%;
        left: 25px;
    }
    .slider .slick-prev img {
        width: 100%;
        height: unset;
    }
    .slider .slick-next{
        position: absolute;
        z-index: 2;
        border: none;
        background-color: rgba(0, 0, 0, .0);
        top: 35%;
        right: 25px;
    }
    .slider .slick-next img {
        height: unset;
        width: 100%;
    }
    .slider img{
        display: block;
        width: 100%;
    }

/* end category */

/* main_consumables */
.consumables{
    margin: 30px 15px;
}
.consumables .title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}
.item_slider{
    display: flex;
}
.item{
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
}
.item img{
    width: 100%;
}
.item .title_item{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.item .article{
    text-align: center;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    padding: 5px 0;
}
.item .price{
    margin: 6px 0 10px 0;
}
.item .price .old_price{
    text-align: center;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}
.item .price .new_price{
    text-align: center;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
}
.item .button_item{
    margin: 10px 0 26px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.item .button_item button{
    width: 130px;
    padding: 10px 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.item .more_btn{
    background: #0033cc;
}
.item .order_btn{
    background: #6f0000;
}
.item .item_slider .slick-arrow{
    color: #fff;
}
.item_slider .slick-prev img{
    width: 100%;
}
.item_slider .slick-next img{
    width: 100%;
}
.item_slider .slick-prev{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -20px;
    background: #6f0000;
}
.item_slider .slick-next{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -20px;
    background: #6f0000;
}
/* end main_consumables */

/* tabs wrapper */
.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    
    padding: 10px 0;
}
/* 
.tab_item .slick-dots{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.tab_item .slick-dots li button{
    border: 1px solid #6f0000;
    margin: 0 5px;
    border-radius: 50%;
    color: white;
    background: #fff;
}
.tab_item .slick-dots li.slick-active button{
    background: #6f0000;
    color: #6f0000;
}
.tab_item .item{
    width: 290px;
    margin: 2px;
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
}
.wrapper_blog {
    background-color: #f3f3f3;
}
.wrapper {
    margin: 30px 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
.tab_item{
    margin: 30px 15px;
}
.wrapper_blog .wrapper p{
    color: #0033cc;
    font-size: 16px;
    font-weight: bold;
}
.wrapper_blog .tabs{
    display: flex;
    width: 75%;
    justify-content: space-around;
    color: #acacac;
    font-size: 16px;
    font-weight: bold;
}
.wrapper_blog .tabs .active{
    text-decoration: underline;
} */
/* end tabs wrapper */

/* banner category */
.banner_category{
    background: #fff;
    margin: 20px 0;
}
.banner_top1{
    display: flex;
    margin: 0px auto;
    padding: 10px 45px;
    justify-content: space-between;
    min-height: 245px;
    
}
.banner_bot{
    display: flex;
    margin: 0px auto;
    padding: 10px 45px;
    justify-content: space-between;
    min-height: 245px;
    
}

.banner_item-top {
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s;
    position: relative;
    background-position: center center;
}
.banner_item-top:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s;
    z-index: 1;
}
.elementor-element-populated{
    margin: 0px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.elementor-heading-title{
    font-family: "Archivo", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 0px;
    width: 100%;
}
.owerlay_banner{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
/* .elementor-heading-title a:hover{
    color: #0033cc;
} */
.elementor-heading-title a{
    color: #fff;
}
.elementor-text-editor{
    color: #ffffff;
    font-family: "Archivo", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}
/* end banner category */


/* CATALOG */
.main-catalog{
    margin: 30px 15px;
}
.main-catalog .title_catalog{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0033cc;
}
.main-catalog .catalog_nav{
    display: flex;
    justify-content: space-between;
}
.main-catalog .catalog_nav ul{
    padding: 0 20px;
}
.main-catalog .catalog_nav li{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.main-catalog .catalog_nav li img{
    width: 15px;
}
.main-catalog .catalog_nav ul a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
/* END CATALOG */

/* about */
.main-about{
    margin: 60px 15px 0px 15px;
    padding-bottom: 20px;
}
.about{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about h3 {
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
}

.about .right_block{
    width: 35%;
}
.about .right_block img {
    width: 100%;
}
.about .left_block p{
    margin: 11px 0;
    line-height: 25px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

/* end about */

/* consultation */

.main-consultation {
    /* padding-top: 120px;
    padding-bottom: 90px; */
    background-size: cover;
    position: relative;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.container_consult{
    width: 95%;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 5;
    padding: 81px 0;
}
.owerlay_consilt{
    position: absolute;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
}
.main-consultation .content_left{
    width: 50%;
    padding: 30px;

}
.main-consultation .big-title {
    text-align: left;
    color: #ffffff;
    margin-bottom: 24px;
    /* text-align: center; */
    font-family: "Oswald";
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-consultation .desc{
    margin-bottom: 43px;
    color: #ffffff;
    line-height: 24px;
}
.main-consultation .content-right {
    position: relative;
    min-height: 380px;
    width: 50%;
}
.main-consultation .content-right img{
    position: absolute;
    max-width: 80%;
    /* left: -40px; */
    transform: scale(1);
    transition: .7s ease-in-out;
}
.main-consultation .content-right img:hover{
    transform: scale(1.17);
    transition: .7s ease-in-out;
}
/* end consultation */


/* items */
.burger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 5px 0 5px 20px;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
}
.burger .line{
    width: 90%;
    margin: 4px auto;
    height: 5px;
    border-radius: 3px;
    background: white;
}
/* end items */

/* mobile menu */
.mobile_menu_container{
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    width: 50%;
    overflow: hidden;
    z-index: 10201;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.loaded {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile_menu_container .mobile-menu-scroll {
    margin: 10px;
    height: 300px;
    overflow: scroll;
}
.mobile_menu_container .mobile-menu-scroll ul li{
    padding: 15px 20px;
}
.mobile_menu_container .mobile-menu-scroll ul a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.mobile_menu_container .logo-menu{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.contact-mobile{
    font-size: 18px;
    line-height: 25px;
}
.contact-mobile .phone-mobile{
    margin: 25px auto;
    display: flex;
    justify-content: center;
}
.contact-mobile a {
    text-decoration: none;
    color: #000;
    font-size: 18px
}
.mobile_menu_container ul li ul{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 2;
    overflow: auto;
}
.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10200;
    background: rgba(0, 0, 0, .5);
}
.mobile_menu_container ul li a.parent {
    padding-right: 38px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
}
.none{
    display: none;
}
/* end mobile menu */

/* footer */
footer{
    background: #2d2d2d;
    padding: 15px 50px;
}
.main_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    width: 100%;
}
.right_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1345px;
}
.about_footer{
    width: 484px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 25px;
}
.footer_nav{
    display: flex;
}
.footer_nav ul{
    margin: 0 10px;
}
.footer_nav ul a{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.hours_jobs_footer,.phone_footer {
    line-height: 25px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.copy{
    color: #999999;
    padding: 10px 0;
}
/* end footer */

/* catalog */
.catalog-menu{
    display: flex;
    justify-content: space-around;
}

.head {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6f0000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.category .category_nav a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.category .category_nav .list_category:last-child {
    border-bottom: 1px solid #acacac;
}
.category .category_nav .list_category {
    padding: 6px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

.container_catalog{
    width: 1190px;
}
.item-catalog{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 5px 0;
    width: 100%;
}
.container_catalog .img_item img{
    width: 70px;
    margin: 5px;
}
.item_title{
    margin: 5px;
}
.item_title h1{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.item_title .atribute{
    display: flex;
}
.item_title .atribute .article{
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 240px;
    justify-content: space-between;
    color: #227bd6;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.item_title .atribute .article p{
    display: flex;
    justify-content: space-around;
}
.item_title .atribute .nalichie{
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: center;
    color: #84e554;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.item-catalog .price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.item-catalog .price .old_price{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: line-through;
    color: #acacac;
}
.item-catalog .price .new_price{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: red;
}
.item-catalog .catalog_btn .btn {
    width: 145px;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 3px;
}
.item-catalog .catalog_btn .more_btn{
    background: #3eb5f1;
}
.item-catalog .catalog_btn .cart_btn{
    background: #0067d0;
}
.top_panel{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.top_panel select{
    border: none;
}
.top_panel .catalog_view {
    display: flex;
    width: 100px;
    justify-content: space-around;
}
.top_panel .catalog_view .list_view{
    background: url(../image/sprite.png) no-repeat scroll -57px -3px;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: unset;
    z-index: 0
}
.top_panel .catalog_view .grid_view{
    background: url(../image/sprite.png) no-repeat scroll -3px -3px;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: unset;
    z-index: 0
}
.pagination{
    width: 100%;
}
.pagination ul{
    display: flex;
}
.pagination ul a {
    color: #989898;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.pagination_active{
    color: #0066cc !important;
    font-size: 18px !important;
}
/* .catalog{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */
    /* catalog_grid */
    .item-catalog-list{
        flex-direction: column;
        width: 261px;
        margin: 2px;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }
    .img_item .img_grid{
        width: 100% !important;
        margin: 5px;
    }
    .atribute-list{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .item_title .atribute .article-list{
        flex-direction: column;
    }
    /* end catalog grid */
/* end catalog */


/* category */
.title_category{
    display: flex;
    align-items: center;
    height: 68px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.container_category{
    display: flex;
    flex-wrap: wrap;
}

.container_category .item_category{
    width: 275px;
    border: 1px solid #7d7d7d;
    padding: 5px;
    margin: 5px;
}


.container_category a{
    text-decoration: none;
}
.container_category .item_category .img_category{
    width: 275px;
}

.item_category .img_category img{
    width: 100%;
}
.item_category .title_item_category{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
/* end category */

/* breadcrumbs */

.breadcrumbs ul {
    display: flex;
    justify-content: center;
}
.breadcrumbs_active{
    color: #bfdaff !important;
}
.breadcrumbs ul li:after {
    color: #cccccc;
    content: "/";
    padding: 0 5px;
}


.breadcrumbs ul a{
    color: #999999;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
}
/* breadcrumbs end */

/* card */

.card{
    display: flex;
    justify-content: space-between;
    margin: 25px;
}

.card .card_left{
    width: 500px;
    padding: 0 20px;
}
.card .card_right{
    width: 1000px;
    padding: 0 20px;
}
.slider_card .slick-slide img{
    width: 100%;
}
.slider-top .slick-slide img{
    width: 100%;
}
.card_right .title_product{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.product_atribute span{
    padding: 20px 0;
    font-size: 18px;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    color: #debf7d;
}
.table_atribute{
    width: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.table_atribute td{
    padding: 5px 0;
}

.product_atribute .price .old_price{
    color: #9999;
    text-decoration: line-through;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px;
}
.product_atribute .price{
    display: flex;
    align-items: center;
    color: #000;
    width: 450px;
}
.product_atribute .price .new_price{
    color: #ff0000;
    text-decoration: line-through;
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px;
}
.card_right .quantity{
    display: flex;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    justify-content: space-between;
    width: 450px;
}
.card_right .quantity input{
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #acacac;
}
.card_right .quantity .add_cart{
    width: 236px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #0067d0;
    color: #fff;
}
.form_order {
    margin: 20px 0;
    padding: 20px;
    background: #6f0000;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.form_order .order_text{
    padding: 10px 0;
    width: 449px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.form_order input{
    height: 38px;
    border: 1px solid #acacac;
    padding-left: 15px;
    font-style: italic;
    border-radius: 3px;
}
.form_order button {
    width: 220px;
    height: 42px;
    border: none;
    background: #0067d0;
    border-radius: 3px;
    color: #fff;
}
.description{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 15px;
    padding: 15px;
}
.description_title{
    background: #6f0000;
    padding: 15px;
    font-size: 18px;
    color: #fff;
}
.description p{
    line-height: 20px;
    padding: 5px 0;
}

/* end card */

/* -------------------------------------------------------------!new css code 2020 */
.green_line_about {
    height: 1px;
    width: 42%;
    background-color: #6f0000;
}
.block_lines_about {
    display: flex;
    justify-content: center;
    margin: 0px 20px 49px 20px;
}
.category{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin: 44px 50px 60px 50px;
    max-width: 1470px;
}
.content_left{
    padding: 48px;
    background: #00000091;
}

.main-consultation .content_left{
    padding: 50px;
}
.main-consultation .big-title{
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: unset;
}




.main-consultation .desc {
    margin-bottom: 43px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    
}

.content_left p{
    text-align:center;
}



.banner_top1 {
    display: flex;
    margin: 0px auto;
    padding: 0px 0px 10px 0;
    justify-content: space-between;
    min-height: 245px;
}

.banner_bot {
    display: flex;
    margin: 0px auto;
    padding: 0px 0px;
    justify-content: space-between;
    min-height: 245px;
}
.banner_item-top:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s;
    z-index: 1;
    box-shadow: 0 0 33px #000;
}

.banner_item-top:hover .elementor-heading-title,.banner_item-top:hover  .elementor-text-editor{
    padding-left: 15px;
    border-left: 1px solid #fff;
    transition: 1s;
}
.block_lines{
    display: flex;
    justify-content: center;
    margin: 56px 20px 10px 20px;  
}
.news_text, .news_text a{
  font-family: "Arial";
    font-size: 14px;
    margin-top: 15px;
    line-height: 19px;
    color: #8e8e8e;  
    text-align: justify;
}
.data-time {
    margin: 7px 0;
    color: #C6C6C6;
    font-size: 12px;
    /* text-align: right; */
}
.news_btn{
    background-color: #6f0000;
    height: 42px;
}
.news_headline{
    color:#6f0000;
}


.nav-left {
    padding: 0px 0;
}
.header-top a {
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}
.nav-right{
     padding: 5px 0;   
}
.top-navs a:hover{
    background: #a70000;
}
.user-navigation .user-item:hover{
     background: #a70000;   
}

.top-nav.p-4, .breadcrumbs {
    background-image: url(../uploads/bred-bg.jpg);
    background-position-y: 228px;
    background-color: #000000ad;
    background-position-x: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    padding: 34px;
    border-top: 1px solid #6f6f6f;
    margin-bottom: 23px;
}
.data-times, .data-times a, .breadcrumbs li a {
    color: #d0d0d0;
    font-family: "Arial";
    padding-top: 1em;
    font-size: 14px;
        padding: 15px;
}
.data-times .this-page, .breadcrumbs-item.active {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
        padding: 15px;
}


.breadcrumbs ul li:after{
    content: '';
}

.breadcrumbs {
    
    margin: 0px;
}
.news_items {
    
    background:#f3f3f3;
} 

.type_news .levo{
    max-width:23%; 
    background: #fff;
    margin-top: 17px;
    margin-bottom: 17px;
}

.type_news .news_home_img{
height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.type_news h5.news_title{
    font-size: 19px;
    margin-bottom: 56px;
    text-transform: uppercase;
    color: #a70000;
}

.type_news .text{
    margin:0;
    padding:0;
}
.new_item {
    width: 288px;
    overflow: hidden;
}
.copy {
    color: #999999;
    padding: 10px 10px 10px 50px;
}

.product table .productName .text{
    margin-bottom:0px;
}

.data-times a:hover {
    color: #86a4ff;
}

.recent-orders-article{
    margin-top:20px;
}
.table_order_view tr{
    text-align:center;
    border-top: 1px solid #bfbfbf;
}
.table_order_view td{
    padding-top: 19px;
}


/*Refistration----------------------------------*/

.registration-form {
    max-width: 590px;
    /* min-width: 65%; */
    margin: 50px auto 60px;
    font-size: 16px;
}

.registration-form .offset-md-4{
        margin-left: 30%;
}
.field {
    display: flex;
    margin-bottom: 9px;
    align-items: center;
    justify-content: space-between;
}
.field .label {
    min-width: 146px;
    margin-right: 18px;
    text-align: right;
}
.field textarea {
    width: 70%;
    height: 118px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    resize: none;
}
.field.requisites_textarea {
    align-items: flex-start;
}
.field input[type="text"], .field input[type="email"], .field input[type="password"] {
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 70%;
    box-sizing: border-box;
}
.person-type {
    padding-left: 164px;
}
.person-type input{
    margin-right: 14px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.person-type label{
    margin-right: 29px;
    position: relative;
}

.input-style{
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -2em;
    top: .2em;
}
input[type=radio]:checked+label>.input-style{
    background-color: #6f0000;
}
.personal-data__subtitle, .login-data__subtitle {
    font-weight: bold;
    color: #6f0000;
    margin: 29px 0 15px;
}
.delivery_adress {
    position: relative;
}
.delivery_adress_plus {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    color: #fff;
    background-color: #6f0000;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.delivery_adress_plus2 {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    color: #fff;
    background-color: #6f0000;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.delivery_adress_minus {
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    background-color: #6f0000;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.form__footer {
    display: flex;
    align-items: center;
    justify-content: c;
    font-size: 14px !important;
    margin-top: 30px;
}
.form__notes {
    position: relative;
}
.form__notes input {
    height: 20px;
    width: 14px;
    margin-right: 13px;
    vertical-align: middle;
    z-index: 99;
    /*opacity: 0;*/
    cursor: pointer;
}
.form__notes label{
    position: relative;
}
.accept-mailing-style{
    width: 14px;
    height: 14px;
    position: absolute;
    /*left: -2.5em;*/
    /*top: .1em;*/
    color: #99cc00;
    border: 1px solid #99cc00;
    border-radius: 3px;
}
input.input_mail_reg {
	visibility: hidden;
}
input.input_mail_reg::before {
	visibility: visible; 
	content:'';
	position:absolute;
	width: 20px;
	height: 20px;
	background: url('../img/blue_checkbox.png');
	background-size: 100%;
}
input.input_mail_reg:checked::before {
	background: url('../img/blue_checkbox_checked.png');
	background-size: 100%;
	position:absolute;
}
.input_mail_reg:checked+label>.accept-mailing-style{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.log_form_width {
    width: 100% !important;
}
input[type=checkbox]:checked+label>.accept-mailing-style{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.required-field-note .required-field {
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    min-width: 16px;
    margin-right: 13px;
    color: #f52727;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.submit-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #6f0000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 210px;
    cursor: pointer;
    margin-left: 1em;
}
.submit-btn-green {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #99cc00;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 210px;
    cursor: pointer;
    margin-left: 1em;
}


/*@media*/
@media (max-width: 1440px){
    .tel__block{
        margin: 0 15px 5px 0;
        min-width: unset;
    }
    .contacts__item-title {
        font-size: 16px;
    }
    .contacts__item-info {
        font-size: 14px;
    }
    .form__footer {
        font-size: 12px;
    }
    .contacts__img img {
        max-width: 100%;
    }
    .registration-form {
        /*max-width: 690px;*/

    }
    .delivery_adress:after {
        width: 29px;
        height: 29px;
        right: 0;
    }
}
@media (max-width: 990px){
    .compalsory-field-star_bot-wrap {
        margin-left: 0px;
    }
    .field input[type="text"], .field input[type="email"], .field input[type="password"] {
        width: 60%;
    }
    .field textarea {
        width: 60%;
    }
    .delivery_adress_plus {
        right: -15px;
    }
    .delivery_adress_minus {
        right: -15px;
    }
}
@media (max-width: 768px){
    .contacts__img {
        width: 35%;
        position: absolute;
        right: 51px;
    }
    .registration-form {
        font-size: 14px;
        max-width: 90%;
    }
    .contacts__item-info {
        font-size: 12px;
    }
    .tel {
        flex-direction: column;
    }
    .tel__block {
        justify-content: unset;
    }
    .tel__block-subtitle {
        min-width: 80px;
    }
    .form__footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .form__notes {
        margin-bottom: 10px;
    }
    .submit-btn{
        margin-left: 0;
    }
}
@media (max-width: 600px){
    .contacts__wrap {
        padding: 20px 30px;
    }
    .contacts__content {
        margin-right: 0;
    }
    .contacts__img{
        display: none;
    }
    .contacts__img-600 {
        display: block;
        float: right;
        width: 50%;
    }
    .tel__block {
        flex-direction: column;
    }
    .tel__block-subtitle{
        margin-bottom: 5px;
    }
    .map{
        height: 324px;
    }
    .field .label {
        min-width: 115px;
        text-align: left;
    }
    .field textarea {
        margin-bottom: 0;
    }
    .form__footer, .person-type {
        padding-left: 0;
    }
    .person-type label {
        margin-right: 20px;
    }
    .delivery_adress_plus {
        right: -35px;
    }
    .delivery_adress_minus {
        right: -35px;
    }
}
@media (max-width: 380px){
    .contacts__item:nth-child(1) .contacts__item-info {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
    }
    .contacts__item:nth-child(4) .contacts__item-info {
        margin-top: 15px;
    }
    .contacts__img-600 {
        float: none;
        margin-top: 10px;
        order: 1;
        width: 100%;
    }
    .tel {
        flex-direction: row;
    }
    .email {
        margin-top: 10px;
    }
    .registration-form {
        margin: 0 auto 40px;
    }
    .field {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 6px;
    }
    .field.person-type{
        flex-direction: row;
        margin: 20px 0;
    }
    .field .label {
        margin-bottom: 3px;
    }
    .form__footer {
        margin-top: 20px;
    }
    .submit-btn{
        align-self: center;
    }
    .field input[type="text"], .field input[type="email"], .field input[type="password"] {
        width: 85%;
    }
    .delivery_adress_plus {
        top: 25px;
        right: -5px;
    }
    .delivery_adress_minus {
        top: 25px;
        right: -5px;
    }
}
@media (min-width: 768px)
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    width: 204px;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

input {
    padding-left: 15px;
    padding-right: 15px;
}
.form-check-label-position {
    padding-left: 15px;
    line-height: 30px;
}
.compalsory-field-star{
    color: #6f0000;
    font-weight: 900;
}
.compalsory-field-star_bot-wrap {
    margin-left: 167px;
}
.compalsory-field-star_bot{
    color: #6f0000;
    font-weight: 900;
    margin-right: 20px;
}
.required-field {
    color: #c5282a;
    font-weight: bold;
    font-size: 19px;
}
/*------------------------------End registration-*/
@media (max-width: 1240px) {
    .navigation-list .nav-item>a {
        color: #fff;
        padding: 20px 5px;
    }
}

@media (max-width: 1024px) {
    .left_sidebar {
        display:none;
    }
    .new_item {
        margin-bottom: 40px;
        padding: 0;
}
.user-navigation {
    display: flex;
    flex-basis: 214px;
    }
    .user-item {
        padding: 10px;
}
    
}

@media (max-width: 980px) {
    .type_news .levo{
            max-width: 31%;
    }
    
}

@media (max-width: 850px){
  .about_footer {
    width: 205px;
}  
}

@media (max-width: 770px) {
    .productName aside{
        align-items: center;
    }
    .ft_cart{
        margin: 0 auto;
    }
      
}

@media (max-width: 720px) {
    .type_news .levo{
            max-width: 48%;
    }
    
}

@media (max-width: 600px) {
    .right_footer{
        flex-wrap: wrap;
    }
    .footer_nav {
        display: flex;
        flex-basis: 100%;
        justify-content: space-around;
        margin-bottom: 29px;
    }
    .top-nav.p-4, .breadcrumbs{
            padding: 1px;
    }

    
}
@media (max-width: 520px) {
    .news_h5{
        font-size:15px
    }
   .main-consultation .content_left {
        padding: 35px;
    }
    
}


@media (max-width: 350px) {
    .type_news .levo{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .main-consultation .content_left {
        padding: 2%;
    }
    .right_footer, .footer_nav {
        flex-direction: column;
    }
    .right_footer{
        margin-bottom:40px;
    }
    
}
/* -------------------------------------------------------------!new css code 2020 end */




@media (max-width: 1366px){
    
    .item-catalog-list{
        width: 264px;
    }
    .catalog-menu{
        margin: 15px;
    }
    .catalog-menu .category {
        min-width: 310px;
    }
    .catalog_btn{
        display: flex;
        flex-direction:column;

    }
    .item-catalog .catalog_btn .more_btn{
        margin: 5px 0;
    }
    .about{
        margin: 30px 15px;
    }
    .slider{
        width: 900px;
    }
    .item_slider .slick-prev {
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: -10px;
        background: #6f0000;
    }
    .item_slider .slick-next {
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: -10px;
        background: #6f0000;
    }
    .tab_item .item{
        width: 283px;
    }
    .about_footer{
        width: 360px;
    }
    footer{
        padding: 15px 20px;
    }
    .container_catalog{
        max-width: 900px;
    }
    .form_order input{
        width: 164px;
    }
}

@media (max-width: 1200px) {
    .header-bottom .about-text{
        width: 350px;
        font-size: 13px;
    }
    .header-bottom .logo{
        width: 200px;
    }
    .header-bottom .hours-jobs{
        font-size: 13px;
    }
    .header-top .top-navs{
        font-size: 16px;
    }
    .header-bottom .hours-jobs, .contact{
        font-size: 14px;
    }
    .item-catalog-list{
        width: 240px;
    }
    .container_catalog{
        max-width: 833px;
    }
    .card{
        flex-direction: column;
    }
    .card .card_left{
        margin: 0 auto;
    }
    .card .card_right{
        width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1024px){
    .menu .menu-items .burger{
        display: flex;
    }
    .header-top{
        display: none;
    }
    .header-bottom .about-text,.hours-jobs{
        display: none;
    }
    .menu .nav{
        display: none;
    }
    .menu .menu-items{
        justify-content: space-between;
    }
    .category_menu .category{
        display: none;  
    }
    .slider{
        display: flex !important;
        width: 100% !important;
        height: auto;
    }
    .main_category .slider img{
        height: auto;
    }
    .item .title_item{
        font-size: 15px;
    }
    .item .button_item button{
        width: 104px;
    }
    .tab_item .item{
        width: 230px;
    }
    .consultation .right_block{
        display: none;
    }
    .catalog-menu .category {
        display: none;
    }
    .main_footer{
        flex-direction: column;
    }
    .right_footer{
        width: 100%;
    }
    .container_catalog{
        max-width: 100%;
    }
    .item-catalog-list {
        width: 294px;
    }

    .search_item img{
        display: block;
    }
    .header-bottom .row{
        justify-content: space-between;
    }
}


@media (max-width: 992px) {
    /* .wrapper{
        flex-direction: column;
    } */
    /* .title_wrapper{
        text-align: center;
    }
    .tabs{
        width: 100% !important;
        margin: 15px 0;
        text-align:center;
    }
    .header-bottom .hours-jobs,.contact{
        font-size: 12px;
    }
    .main-catalog{
        display: none;
    }
    /* .tab_item .item{
        width: 222px;
    } */
    .about{
        flex-direction: column;
    }
    .about .left_block,.right_block{
        width: 100%;
    }
    .about .right_block{
        width: 100%;
        text-align: center;
    }
    .about .right_block img{
        width: 50%
    }
    .item-catalog-list {
        width: 224px;
    }
    .container_category .item_category{
        width: 231px;
    }
    .container_category .item_category .img_category{
        width: 231px;
    }
    .title_category{
        justify-content: center;
    }
    .banner_category{
        display: none;
    }
}

@media (max-width: 768px) {
    .header-bottom .about-text{
        font-size: 11px;
    }
    /* .tab_item .item {
        width: 281px;
    } */
    .hours_jobs_footer, .phone_footer {
        line-height: 25px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .about_footer{
        display: none;
    }
    .item-catalog-list {
        width: 314px;
    }
    .header-bottom .logo {
        width: unset;
        margin: 0 auto;
    }
    .serach_open{
        display: block;
        z-index: 999;
        position: fixed;
        top: 60px;
        width: 100% !important;
    }
    .container_category{
        justify-content: center;
    }
    .container_category .item_category{
        width: 200px;
    }
    .container_category .item_category .img_category{
        width: 200px;
    }
    /* .contact{
        display: none;
    } */
    .banner_category{
        display: none;
    }
    .we-offer{
        margin: 65px 0;
    }
}
@media (max-width: 667px){
    .item-catalog-list {
        width: 282px;
    }
}
@media (max-width: 640px){
    .item-catalog-list {
        width: 269px;
    }
}
@media (max-width: 576px) { 
    .title_tab{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    .about .right_block img{
        width: 100%;
    }
    .item-catalog-list {
        max-width: 233px;
    }
    /* .catalog{
        justify-content: center;
    } */
    .main-consultation .consultation .left_block{
        width: 100%;
        margin: 0 15px;
    }
    .catalog_view{
        display: none !important;
    }
    .product_atribute, .table_atribute, .form_order{
        width: 100%;
    }
    .product_atribute .price{
        width: unset;
    }
    .card_right .quantity .add_cart{
        width: 171px;
    }
    .card_right .quantity{
        width: 100%;
    }
    .form_order input{
        width: unset;
        margin: 5px 0;
    }
    .form_order button{
        margin: 5px 0;
    }
    .form_order .order_text{
        width: unset;
    }
    .card .card_left{
        width: 100%;
    }
    .slider_card{
        width: 100%;
    }
    .slider-top .slick-slide img{
        width: 50%;
        margin: 0 auto;
    }
    .card .card_left{
        padding: 0;
    }
}
@media (max-width: 576px) { 
    .user-name-panel {
        height: auto;
        line-height: 31px;
    }
}
/* media */





