* {margin: 0; padding: 0;}
::-webkit-scrollbar-thumb {
    background-color: #333 !important;
}
html{
    scroll-behavior: smooth;
}
body {font-family: 'Roboto', sans-serif, Arial, calibri; font-size:14px; line-height: 1.5; overflow-x:hidden;}
h1 {font-size: 20px; line-height:1;}
h2 {font-size: 17px; line-height:1;}
h3 {font-size: 16px; line-height:1;}
h4 {font-size: 16px; line-height:1;}
h5 {font-size: 13px; line-height:1;}
ul,ol {list-style-position: inside;}
button, textarea, input{font-family: 'Roboto', sans-serif, Arial, calibri; }
table {border-collapse: collapse;}
td {border:1px solid #ccc; padding:5px;}
td img {margin: 0!important;}
.content a {color:#333333;}
.content a:hover {color:#00736D;}
/* .content a:hover .product__title{
    font-size: 18px;
    transition: all 0.3s ease;
} */
.content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content img {margin-bottom: 20px;}
.content h1, .content h2, .content h3, .content h4, .content h5 {color:#333; text-transform: uppercase;}
.content .block-table {margin-bottom: 20px;}
.block-table table {margin:0 auto; max-width:100%;}
.top-nav{
    display: none;
}
.desktop-menu > li:last-child:hover a{
    border-right: 1px solid #00736D;
}
.service .service{
    height: 45px;
}
.swiper-container {
    max-height:600px;
}
.main-banners {
    display: inherit;
}
@media (max-width:991px) {
    .service .service{
        height: auto;
    }
    .category-img{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .top-nav{
        display: block;
    }
    .content .block-table {overflow-x:scroll;}
    .margin_auto_right{
            margin-left: 40%;
    }
    .block-categories{
        text-align: center;
    }
}
@media (max-width:960px) {
    .logo-mobile a img {margin-left:25%;}
}
@media (max-width:1076px) {
    .logo-mobile:first-child a img {width:220px;}
}
input, texterea {font-family: 'Roboto', sans-serif, Arial, calibri; font-size:14px; line-height: 1.5;}
section {padding:20px 0px 20px 0px; }
img {max-width:100%;}
a {text-decoration: none; color:#000000;  -webkit-transition: color 0.6s;-moz-transition: color 0.6s;-ms-transition: color 0.6s;-o-transition: all 0.6s;transition: color 0.6s;}
a:hover {color:#00736D;}
ul {list-style-position: inside;}
/****************************************MAIN*************************************************/
header {background-color: white; padding-top: 10px;}
.block-logo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {display: block;}
.logo img{width:100%; max-width:100px;}

.top-header-nav {display:none; position: fixed; top: 0; left: 0; right: 0; height: 50px; background-color: #fff;  z-index: 9999;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5); box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
}
.top-header-nav button {font-size: 34px; background: none; border: none; color: black; outline: 0;}
.top-header-nav .fa-chevron-up {float:right;}
.top-nav ul {list-style:none; margin-bottom:0;}
.top-nav li {display:inline-block; position: relative;}
.top-nav > ul > li {border-right:3px solid #d2d2d2;}
.top-nav > ul > li:last-child {border:0;}
.top-nav li a {display: block; margin:0 30px 0 0; padding:3px 0px; color: #000; font-size:13px; cursor: pointer;
    -webkit-transition: color 0.6s;-moz-transition: color 0.6s;-ms-transition: color 0.6s;-o-transition: color 0.6s;transition: color 0.6s;
}
.top-nav li:hover> a {color: #00736D;}
.top-nav li ul {position: absolute;  visibility:hidden; overflow: hidden; margin: 0; background-color: #f2f2f2; z-index: 99; opacity: 0; width:auto;
     -webkit-transition: opacity 0.7s;-moz-transition: opacity 0.7s;-ms-transition: opacity 0.7s;-o-transition: opacity 0.7s;transition: opacity 0.7s;
     -webkit-box-shadow: 2px 2px 9px 2px rgba(0,0,0,0.5); -moz-box-shadow: 2px 2px 9px 2px rgba(0,0,0,0.5); box-shadow: 2px 2px 9px 2px rgba(0,0,0,0.5);
}
.top-nav li ul li {padding:0px 10px; display:block;}
.top-nav li:hover ul {opacity: 1; visibility:visible;}
.button-catalog, .button-services {display: none;  color:black; border:0; outline:0; background: transparent; font-size:20px; font-weight:700;width:100%; padding: 10px 20px 10px 30px; text-align: left;}
.menu-catalog {list-style:none;}
.menu-catalog li { vertical-align:top; text-align: center; border-right:1px solid white; position:relative;}
.menu-catalog a {display: block; padding:10px 5px; color:white; font-size:14px;   font-weight: 500;}
.menu-catalog li> a:hover, .menu-catalog li> a:focus {color:white;}

.menu-catalog > li:hover {

}
.menu-catalog > li:hover a{
    background-color: white;
    color: #00736D;
}
.menu-catalog > li:hover .subMenuChildren{
    color: #00736D;
}

.menu-catalog li ul {display: block; visibility:hidden; position:absolute; width:100%; background-color:#333; z-index:999; opacity:0;
    -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}
.menu-catalog li:hover ul {visibility:visible; opacity:1;}
.menu-catalog li ul li {display:block; border:0; text-align: left; width: 100%;}
.menu-catalog li ul li a {font-size:13px; padding:10px;}
.search input[type="text"] {padding:8px;  width: 100%; float:left; border:2px solid #e5e5e5; border-right:0; outline:0px; font-size:13px; line-height:20px; border-radius: 7px;}

.form-item-recaptcha {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.search .btn {line-height:20px; font-size:15px;}
.block-all-info {/*text-align: right;*/ font-size:16px;}
.phone-block, .info {width:50%; float:left; padding:0px 0px; text-align: left;}
.info {text-align: right;}
.phone-block .contact{
    line-height: 20px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    display: flex;
    margin-bottom: 10px;
}
.phone-block .contact:nth-child(2){
    margin-bottom: 9px;
    padding-top: 2px;
}

.phone-block .contact:hover{
    text-decoration: none;
}
.phone-block .contact_text{
    text-decoration: none;
}
#menu.top-header-wrapper .phone-block{
    padding-left: 10%;
    position: relative;
    top: 7px;
}
.menu-catalog{
    display: none;
}
.desktop-menu{
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    background-color: #00736D;
}
.desktop-menu .menu-catalog .menu-catalog{
    left: 100%;
    top: 3px !important;
    margin-left: 1.5px;
}
.desktop-menu > li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    width: calc(100%/6);

}
.desktop-menu > li:hover{
    cursor: pointer;
    background-color: white;

}
.desktop-menu > li:hover span{
    color: #00736D;
    border: 1px solid #00736D;
}
.desktop-menu > li:hover span:after{
    color: #00736D;
}
.desktop-menu > li:hover a:after{
    color: #00736D;
}
.desktop-menu > li > a{
    padding: 8px 15px;
    display: block;
    height: 100%;
    border-right: 1px solid white;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
}
.desktop-menu > li:first-child > a{
    border-left: 1px solid #00736D;
}
.desktop-menu > li:hover > a{
    color: #00736D;
}
.desktop-menu > li > span{
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    height: 100%;
    border-right: 1px solid white !important;
    font-size: 20px;
    color: white;
    border: 1px solid #00736D;
}
.catalog_site:hover .menu-catalog{
    display: block;
    position: absolute;
    z-index: 1000;
    top: 48px;
}
.services_site:hover .menu-catalog{
    display: block;
    position: absolute;
    z-index: 1000;
    top: 47px;
    width: 100%;
}
.info_site:hover .menu-catalog{
    display: block;
    position: absolute;
    z-index: 1000;
    top: 48px;
    width: 100%;
}
.catalog_site span:after{
    content: "\203A";
    transform: rotate(90deg);
    color: white;
    display: block;
    position: relative;
    left: 9px;
    top: 2px;
}
.services_site a.menu_link-services:after{
    content: "\203A";
    transform: rotate(90deg);
    color: white;
    display: block;
    position: relative;
    left: 9px;
    top: 2px;
}
.catalog_site > a:after{
    content: "\203A";
    transform: rotate(90deg);
    color: white;
    display: block;
    position: relative;
    left: 9px;
    top: 2px;
}
.info_site span:after{
    content: "\203A";
    transform: rotate(90deg);
    color: white;
    display: block;
    position: relative;
    left: 9px;
    top: 3px;
}
.menu-catalog li{
    border: 1px solid #00736D;
}
ul.menu-catalog ul ul {
    position: absolute;
    top: 0;
    left: 167px;
    display: none;
}
ul.menu-catalog ul li:hover ul {
    display: block;
}
.text-company{
    text-align: left;
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    left: 0px;
    width: 100%;
    line-height: revert;
}
.menu-catalog li:hover .menu-catalog li:hover .menu-catalog li a{
    color:white !important;
}
.menu-catalog li:hover .menu-catalog li:hover .menu-catalog li:hover a{
    color:#00736D !important;
}
/*****favorite******/
.block-favorite {display: inline-block; color:#c1282a; float:right; /*position: absolute;*/ right:15px; width: 70px; height: 100%; color: black; padding-top: 0px;}
.block-favorite .fa {font-size:34px;}
.favorite {/*position: absolute;*/ right: 4px; bottom: 2px; font-size: 16px;}
.block-all-info .block-favorite {margin:0px auto; margin-top: 5px; margin-bottom:1px; float:none;}
.block-all-info .block-favorite:hover {}
@media (min-width: 992px) {
    .block-logo {text-align: left; position: absolute; z-index:99; left: 50%;
        -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
    }
    .top-header {height:140px;}
    /* .top-nav {margin-top: 15px;} */
    .menu-catalog {margin-top:-2px;}
   /*  .block-all-info {margin-top:20px; text-align: right;} */
    .block-all-info {text-align: right;}
    .menu-catalog a {padding:8px 15px; font-size: 14px;}

    /*.block-favorite  {padding-top:15px;}*/
    /*.favorite {right: 4px; bottom: 11px;}*/
}
.footer-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-2 a{
    margin-bottom: 5px;
    display: block;
}
.footer_phone,
.footer_mail{
    margin-bottom: 10px;
    font-size: 16px;
}
.footer_zvonok{
    margin-top: 1em;
}
/* .catalog_site .menu-catalog > .first a{
    height: 55px;
} */
.catalog_site .menu-catalog > .first ul li a{
    height: auto;
}
.desktop-menu .subMenuChildren_active .subMenuChildren{
    transform: rotate(0deg) !important;
}
.desktop-menu .catalog_site .menu-catalog .menu-catalog .last{
    border-right: 0px !important;
}
@media (max-width: 991px) {

    .desktop-menu{
        display: none;
    }
    .desktop-menu.active{
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 56px;
        left: 0;
        z-index: 1000000;
        display: flex;
    }
    .mobile-menu-catalog > li{
        font-weight: 700;
        line-height: 1;
        font-size: 18px !important;
    }
    .mobile-menu-catalog .active_1 ul li a{
        font-weight: 600;
        font-size: 16px !important;
    }
    .mobile-menu-catalog .active_1 ul li ul li a{
        font-weight: 400;
    }
    .mobile-menu-catalog li ul li{
        font-weight: 400;
    }
    .mobile-menu-catalog ul li{
        /* display: none; */
    }
    .mobile-menu-catalog li{
        display: block;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: 16px;
    }
    .mobile_arrow{
        width: 20px;
        height: 20px;
        display: flex;
        top: -20px;
        position: relative;
        left: 90%;
    }
    .mobile-menu-catalog li ul li .mobile_arrow{
        height: 10px;
        top: -15px;
        left: 90%;
    }

    .mobile-menu-catalog .active_1 .mobile-menu-catalog li ul{
        margin-top: 10px;
    }
    .mobile-menu-catalog .active_1 > .mobile_arrow:after{
        transform: rotate(-90deg);
    }
    .mobile-menu-catalog .active_1 > .mobile_arrow{

    }

    .mobile_arrow::after{
         display: flex;
        /* position: relative; */
        content: "\203A";
        transform: rotate(-270deg);
        font-size: 30px;
        margin-left: 10px;
        transition: all 300ms linear;
        color: #333;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-catalog .active_1 ul{
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
        background-color: transparent;
    }
    .mobile-menu-catalog .active_1 li ul{
        display: none;
    }
    .mobile-menu-catalog li ul{
        display: none;
    }
    .mobile-menu-catalog .active_1 ul .active_2 ul{
        display: block;
    }
    .desktop-menu > li > span{
        border: 0px !important;
    }
    .desktop-menu > li > a{
        border: 0px !important;
    }
    .desktop-menu > li{
        width: 100%;
    }
    .menu-catalog{
        padding-left: 0px;
    }
    .catalog_site span:after{
        /* position: absolute;
        left: 90%; */
        font-size: 40px;
        /* top: -5px; */
    }
    #top_menu_main .mobile_catalog_new .menu-catalog{
        padding-right: 0px !important;
    }
    .catalog_site:hover .menu-catalog{
        position: relative;
        left: 0px;
    }
    .catalog_site .menu-catalog.active .subMenuChildren_active ul{
        position: relative;
        z-index: 1000;
        color: white;
        left: 0px;
    }


    .character td {padding: 6px !important;}
    .character table {font-size: 12px !important;}
    .top-header-nav {display:block; padding:6px 15px;}
    a.head-icons {
    position: relative;
    float: right;
    width: 45px;
}
    body {padding-top:50px;}
    .top-header-wrapper {position:fixed; top:0; bottom:0; left:0; padding:100px 0px; max-width: 400px; background-color: white; z-index: 999; overflow-y: scroll;
        -webkit-transition: transform 0.7s;-moz-transition: transform 0.7s;-ms-transition: transform 0.7s;-o-transition: transform 0.7s;transition: transform 0.7s;
        -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%);
    }
    .top-header-wrapper.active {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
    .top-nav li {display:block;}
    .top-nav > ul > li {border-right:0}
    .top-nav li a {font-size:20px;}
    .top-nav li ul {position:static; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin-left:25px; opacity:1; visibility: visible;}
    .top-nav li ul li a {font-size:16px;}
    .phone-block, .info {width: 100%;float:none; margin-bottom: 20px;text-align: left;}
    .search {margin:30px 0px;}
    .search input[type="text"] {max-width:200px;}
    .js-fixed{overflow:hidden;}
    .js-fixed:after{content:""; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.8); padding-top: 50px; z-index: 998;}
    .button-catalog, .button-services {display:block;}
    .menu-catalog {visibility: hidden; position:absolute; left:0; right:0; z-index:99; margin:0; opacity:0; background-color:transparent; padding:0px 15px;
         -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
    }
    .menu-catalog li {display:block; border:0; border-top:1px solid white; background-color: #333; width: 100%;}
    .menu-catalog.active {visibility: visible; opacity: 1;}
    .menu-catalog li ul {display:none!important;}
    .block-all-info .block-favorite {display:none;}
    .top-header-wrapper.active .col-sm-5{
        width:100%;
    }
}
.main-banners {padding-bottom:20px; line-height:1;}
.block-banner {text-align: center; margin-top: 20px;}
.banner {display: block; position:relative;}
.text {position:absolute; width:100%; padding-top:40%; text-align: center; top: 0;}
.text h3 {font-size:48px; text-transform: uppercase; color:#333; line-height:1; margin-bottom: 5px;}
.text p {font-size:48px; line-height:1;}
.block-categories {list-style:none;}
.main-category {padding:0px; background-color: white;  position:relative; overflow:hidden;}
.main-category:after {content:''; position: absolute; top:40%; right:50%; display:block; border: 20px solid transparent; border-right: 20px solid white;}
.block-categories .main-category:nth-child(4n) .category-img, .block-categories .main-category:nth-child(4n-1) .category-img{float:right;}
.block-categories .main-category:nth-child(4n):after, .block-categories .main-category:nth-child(4n-1):after {left:50%; border-left: 20px solid white; border-right: 0;}
.category-img {width:50%; float:left; overflow:hidden; line-height:0; margin-right: 1em;}
.category-img img {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
/* .main-category:hover img {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);} */
.category-link {display: block; width: 50%; float:left; padding: 15px 10px 0px 40px; position: relative; z-index:9;}
.main-category .category-link ul a{
    text-decoration: underline;
    color: #00736D;
}
.category-img{
    display: flex;
    /* align-items: center; */
    align-items: normal;
}
.block-categories > .main-category:nth-child(4n){
    /* flex-direction: row-reverse; */
    flex-direction: row;
    padding-left: 25px !important;

}
.block-categories > .main-category:nth-child(4n-1){
    /* flex-direction: row-reverse; */
    flex-direction: row;
    padding-right: 25px !important;
}
.main-category .category-link ul a:hover{
    text-decoration: none;
}
.category-link h3 {margin-bottom:15px;}
.category-link ul {list-style:none; }
@media (max-width: 500px) {
    .category-link {float:none; width:100%;}
    .category-img {float:none; width:100%;}
    .block-categories .main-category:nth-child(4n) .category-img, .block-categories .main-category:nth-child(4n-1) .category-img{float:none;}
    .main-category:after {display:none;}
    .category-link {padding:10px 0px 20px 0px;}
}
.block-content { padding:20px 0px;}
.main-new {padding-bottom:0px;}
footer {margin-top:20px; padding:10px 0px; border-top: 1px solid; border-top: 1px solid #d2d2d2; overflow:hidden;}
.createdby {padding-top:10px; margin-top:20px; border-top: 1px solid #d2d2d2;}
.createdby a, .createdby img {display:inline-block;vertical-align:middle; margin-left:230px;}

.contact {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}

#up-dekstop {position: fixed;z-index: 99999999;bottom: 60px;right: 30px; background-color:rgba(0,0,0,0.3); font-size: 18px; border-radius: 50%; padding: 15px; border: 0; color: white; cursor: pointer; outline:0;
    -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;
}
#up-dekstop:hover {background-color:rgba(0,0,0,0.7);}
@media (max-width: 991px) {
    .createdby a, .createdby img {display:inline-block;vertical-align:middle; margin-left:0px;}
    .social_footer_links {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
    }
    footer ul{
            text-align: left;
    margin-left: 50px;
    }

    .mesenger img {
    transition: transform 0.25s;
    margin: 1%;
    width: 50px!important;
    height: 50px!important;
    }
    .footer-4 {
        margin-bottom: 20px;
    }
    .footer-1 a{
        text-align:left;
        margin-left: 50px;
    }
    .footer-title {
        margin-top:25px;
    }
    .meesanger_mobile p b{
        margin-top:25px;
        
    }
    .mesenger:nth-child(4) img {
         width: 60px!important;
         margin-top:-1px;
    }
    
    .wrapper-qr {
    width: 100%!important;
    text-align: center;
}

    .phone-block .contact {
        display: block;
                text-align: left;
        padding-left: 20px;
    }
    #up-dekstop {display:none;}
}
.list-product {overflow: hidden; padding-top:0px;}
.list-content {overflow: hidden; padding-top:0px;}
.list-product .col-xs-12 a{
    height: 500px;
}
.list-product .col-xs-12 a .product_name{
    height: 14px;
    display: block;
}
/******service*********/
.service {margin-bottom:20px; text-align: center;}
.service  a {display: block; border: 1px solid #e8e8e8; padding:10px; width: 100%; overflow: hidden;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
.service  a:hover {box-shadow: 0 0 13px rgba(0,0,0,0.12);}
.service-image {width: 100%; height:300px; display: -webkit-box; display: -webkit-flex;	display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -webkit-align-items: center;	-ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.service-image img {object-fit: cover;max-width: 100%;height: 80%;margin: 0;}
.service .service__title {margin-top: 20px; height:50px; overflow:hidden; font-size:14px; line-height: 17px; font-weight: bolder;}
/******product*********/
.product {margin-bottom:20px; text-align: center;}
.product  a {display: block; border: 1px solid #e8e8e8; padding:10px; width: 100%; overflow: hidden;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
.product  a:hover {box-shadow: 0 0 13px rgba(0,0,0,0.12);}
.product-image {width: 100%; height:300px; display: -webkit-box; display: -webkit-flex;	display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -webkit-align-items: center;	-ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.product-image img {max-width:100%; max-height:100%; margin: 0;}
.product h3 {margin-top: 20px; height:50px; overflow:hidden; font-size:14px; line-height: 17px;}
.product .product__title {margin-top: 20px; height:50px; overflow:hidden; font-size:14px; line-height: 17px; font-weight: bolder;}
.product .btn-blue {margin-bottom: 10px; font-size:15px;}
.page-product {padding-top:0;}
.product-info {width: 100%; margin-bottom:20px; overflow: hidden;}
.product-info .img {display: none; text-align: center; outline:0;}
.product-info .img.active {display: block;}
.product-info h1 {margin-top: 0px; margin-bottom: 0px; /* padding-bottom: 15px; */ color: #323232; border-bottom: 1px solid #e6e6e6; line-height: 30px;}
h1.meb {
    margin-bottom: 0px;
}
.product-info .btn-blue {margin-right:10px; margin-bottom:20px; text-transform: uppercase;}
.character {padding-bottom:10px}
.code {border-bottom: 1px solid #e6e6e6;}
.product-info .block-buttons {padding-top:31px; border-bottom: 1px solid #e6e6e6; margin-bottom:20px;}
.block-buttons button {width:220px; display: block;}
.block-rating {border-bottom: 1px solid #e6e6e6; padding-bottom:20px;}
.rating {display:inline-block; vertical-align: middle;}
#count-review {display:inline-block; color: #7e7e7e; font-weight: bold; margin:0px 5px;}
.product-info .write {color:#ee161f; display: inline-block; margin: 10px;}
.product-info .write:hover {color: #7e7e7e;}
.write .fa {font-size:26px; color: #7e7e7e;}
.product-about {overflow:hidden; margin:30px 0px;}
.tab {padding: 10px 5px; line-height: 32px; color: #323232; border: 1px solid #e6e6e6;  background-color: #f5f5f5; cursor:pointer;}
.tab h3 {margin:0; font-size: 13px;}
.tab p.tab__title {margin:0; font-size: 13px; font-weight: bold; color: #333; text-transform: uppercase; line-height: 1;}
.tab.active {background-color:white; border:0; border-left: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.tab-info {display:none; padding-top:0px; position: relative;}
@media screen and (max-width: 768px){
    .tab-info{
        padding-top: 20px;
    }
}
.tab-info.active {display: block;}
.character span, .character p {font-weight:bold; text-transform: uppercase; margin-bottom: 5px;}
.character p span {color:#00736D;}
.character table {background-color: #fafafa; font-size: 14px; width:100%;  border-collapse: collapse; padding:5px;}
.character td {width: auto; text-align:center !important; border:0; padding:10px; border-bottom:1px solid #ebebeb; text-align: left!important;}
.character td+td {width: 40%; color:#000000; text-align: center; text-transform: none; border-left:1px solid #ebebeb;}
.character.right td {text-align: right;}
.character.right td+td {text-align: left;}

.character.alot-articles td {
    width: auto;
}
.product-info h1 .character span {
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    display: block;
    margin-top: 20px;
}
.product-info h1 .code {
    border: none;
}
.block-nav-category {overflow: hidden; padding:0px;  margin-bottom: 20px;}
ul.nav-category {margin:0px; text-align: left;}
.nav-category li{list-style:none; display: inline-block; margin-right: 10px;}
.nav-category li h3 {margin: 0; font-size:11px; text-transform:none; padding-right: 4px; border-right:1px solid #000;}
.nav-category li p.nav-category__title {margin-top: 20px; font-size:15px; text-transform:none; padding-right: 4px;  font-weight: normal;}

.block-nav-content {padding: 0;}
.nav-content {list-style:none; text-align: center;  margin:0px!important; line-height: 1;}
.nav-content li{display:inline-block; margin-right:10px; margin-bottom: 20px;}
.nav-content h3 {margin-bottom:0px; font-size:11px; padding-right: 10px; border-right:1px solid #000;}
.nav-content p.nav-content__title {margin-bottom:0px; font-size:11px; padding-right: 10px; border-right:1px solid #000; font-weight: bold;}
.nav-content li a{text-transform: none;}

.nav-category li:last-child p.nav-category__title, .nav-content li:last-child p.nav-category__title {border:0;}
.nav-category a, .nav-content a {color:black;}
.nav-category a:hover, .nav-content a:hover {color:#c1282a;}
.nav-category .active a, .nav-content .active a{color:#c1282a;}

.category {margin-bottom: 20px;}
.category img {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
.category a {display: block; overflow: hidden; line-height:0;}
.category a:hover img {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.category h4 {height:60px; overflow: hidden; margin:0; margin-top:10px; position: absolute; z-index: 9; line-height: 1.5;}

.favorite-nav a {cursor:pointer;}
.favorite-element {margin-bottom:20px; text-align: center;}
.favorite-element .fa {font-size:20px; color:red; cursor:pointer; border: 0; background-color:transparent;}
.favorite-element img {border: 1px solid #e6e6e6;}
.favorite-message {position: fixed; top: 30%; z-index: 99999; Left: 0; right: 0; text-align: center; opacity:0;}
.favorite-message p {max-width: 300px; display: inline-block; padding: 30px 15px; color: white; background-color: rgba(0,0,0,0.7); border-radius: 10px;}
.favorite-del {outline:0;}

.breadcrumb {background-color: white; padding: 10px 20px; padding-left: 0px;}
.breadcrumb li {display:inline-block; font-size:13px; font-weight: bold;}
.breadcrumb li:after {content:"\f101"; margin-left:5px;font-family: fontawesome;}
.breadcrumb li:last-child:after {content:"";}
.breadcrumb li.active {color:#333}
.breadcrumb a {color:#00736D;}
.breadcrumb a:hover {color:#333 ;}

.pagination {text-align: center; margin-bottom: 30px;}
.pagination li{display: inline-block; padding:0px 3px;}
.pagination li a {padding:3px 0px}
.pagination .active a{color:red;}
/***right-column***/
.right-column  {overflow:hidden; display: none;}
.right-column  h5 {font-size: 13px;}
.product_prev {width:100%; display:inline-block; overflow:hidden; padding: 30px 30px 20px;    border: 1px solid #e8e8e8; margin-bottom: 30px;}
.product_prev h5 {margin-bottom:10px; font-size: 13px;}
.product_prev .btn-blue {width:100%; margin-bottom:5px; padding:8px 5px;}
/****news****/
.block-list-news {display: flex; flex-wrap: wrap;}
.block-news .date {margin-bottom:10px;}
.news {display:block; margin-bottom:30px; border-top:1px solid #d2d2d2; padding-top:10px;}
.news h2 {margin:10px 0px; font-size:15px;}
/* .news p.news__title {margin:10px 0px; font-size:15px; font-weight: bold;} */
.news p {color:black;}
/* .news:hover h2 {color: #c1282a;} */
/* .news:hover p.news__title {color: #c1282a;} */
.main-news {display:block; margin-bottom:20px; text-align: center; }
.main-news .descr {padding:10px 5px;}
.main-news h3 {margin:0; margin-bottom: 10px; font-size:16px; height:54px}

.block-list-main-news .block-main-news > .main-news {background-color: #2150b1; color:white}
.block-list-main-news .block-main-news+.block-main-news > .main-news {background-color: #333; color:white}
.block-list-main-news .block-main-news+.block-main-news+.block-main-news > .main-news {background-color: #f0f0f0; color: #2150b1;}
.item-news img{
    object-fit: cover;
    transition: all .5s ease;
    display: block;
    margin-bottom: 0;
}
.item-news .center{
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
}
a.item-news:hover img{
    transform: scale(1.1);
    opacity: 0.6;
}
a.item-news:hover .news__title{
    color: #00736D;
}
@media  (min-width:400px) and (max-width: 768px) {
    .block-news {width:50%; float:left; padding:0px 15px;}
    .block-list-main-news {text-align:center;}
    .block-main-news {float:none; width:auto; max-width:400px; display:inline-block}
}
/****FORM****/
.js-aDialogOpened {overflow: hidden!important;}

#aDialog {display: none; background: rgba(0,0,0,.8); opacity: 0; z-index: 99999;  overflow-x: hidden;  overflow-y: auto;  position: fixed; left: 0;  top: 0; right: 0; bottom: 0;
-wbekit-transition:opacity ease 0.5s;-moz-transition:opacity ease 0.5s;-o-transition:opacity ease 0.5s;transition:opacity ease 0.5s;
}
#aDialog #aDialog-content {background: #FFF; max-width: 450px;  min-width: 200px; padding:30px; text-align:center;  margin: 100px auto 70px; position: relative; border-radius: 5px;
-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1); box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
-wbekit-transition:margin ease 0.5s;-moz-transition:margin ease 0.5s;-o-transition:margin ease 0.5s;transition:margin ease 0.5s;}
#aDialog-close {cursor: pointer; color: #494949; font-size: 24px; padding: 8px; z-index: 1; position: absolute; top: 15px;  right: 15px;}
#callback-form * {color:#333;}
#aDialog-close_2 {cursor: pointer; color: #494949; font-size: 24px; padding: 8px; z-index: 1; position: absolute; top: 15px;  right: 15px;}
#aDialog-close_3 {cursor: pointer; color: #494949; font-size: 24px; padding: 8px; z-index: 1; position: absolute; top: 15px;  right: 15px;}
#aDialog-close_4 {cursor: pointer; color: #494949; font-size: 24px; padding: 8px; z-index: 1; position: absolute; top: 15px;  right: 15px;}
#aDialog-close_5 {cursor: pointer; color: #494949; font-size: 24px; padding: 8px; z-index: 1; position: absolute; top: 15px;  right: 15px;}
#aDialog-close_5:hover{
    color: #00736D;
}
#callback-form .field {margin-bottom: 10px}
#callback-form label {font-size:18px;margin-bottom:10px; display:block; margin-right: 0px; width:550px; text-align:left;}
#callback-form input, #callback-form textarea {min-width:200px; color:#666; padding:5px; width:100%; max-width:350px; font-size:16px;
border-radius: 5px; border:1px solid  #ccc;
}
#callback-form textarea  {height:100px;}
#callback-form input:focus, #callback-form textarea:focus {outline:0; border:1px solid  #c1282a;}
#callback-form input[type="submit"] {color:white; cursor:pointer; background-color: #ee161f; padding:10px 5px; font-weight:bold; border:1px solid transparent;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#callback-form input[type="submit"]:hover,  #callback-form input[type="submit"]:focus {background:#333333; border:1px solid white;}
#message {font-size:22px; font-weight:bold; margin-bottom:20px; color:#fc3e58;}

.choose-glue {box-shadow: 0 0 2px rgba(0,0,0,.4); background: #efefef; padding: 10px; max-width:550px; margin:0;}
.choose-glue * {vertical-align: top;}
.choose-glue .field {border-bottom: 1px solid #dfdfdf; padding:10px 0px; white-space:nowrap;}
.choose-glue h3 {margin-top: 20px;}
.choose-glue label {display: inline-block; width:50%; padding-right: 10px; white-space: normal;}
.choose-glue input:not([type="radio"]), .choose-glue select {width:50%;}
.choise {display: inline-block; width:50%}
.choise-item {display: block; margin-bottom: 5px;}
.choise-item label {width: auto;}
.form-control{
    border-radius: 7px;
}
/*****search*****/
.sisea-results {font-weight: bold;}
.title-line {border: 1px solid #e6e6e6; border-bottom: 4px solid #00736D; background-color: #f9f9f9; padding: 13px 10px; margin-bottom: 20px; text-align: center; font-size: 20px; font-weight: bolder;}
.btn, .btn-blue {width:auto; padding:8px 15px; background-color:#00736D; color:white; line-height: 1.5; cursor:pointer; border: 2px solid transparent;
    -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;
}

.btn-blue {background-color: #00736D; border-radius: 7px; border: 1px solid #00736D;}

.btn:hover, .btn:focus {background-color: #333;}
.btn-blue:hover, .btn-blue:focus {
    background-color: inherit;
    border: 1px solid #00736D;
    color: #00736D;
}
.btn-orng {
    background-color: #ef7f1b;
    border-radius: 7px; 
    border: 1px solid #ef7f1b;
}
.btn-orng:hover {
    background-color: white;
    border: 1px solid #ef7f1b;
    color: #ef7f1b;
}
.slider_btn {
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 40px;
    padding: 10px 20px;
    font-size: 20px;
}
.swiper-slide div {
    width: 100%;
    height: 100%;
}
.c-orange {color: #c1282a;}
.c-gray {color: #777777;}
.ov-hidden {overflow: hidden;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.transition {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
.margin_auto{width:47%;margin: 0 auto;margin-bottom: 10px;}
.margin_auto_right{width:50%;}
/****content***/
.border {border:1px solid #e8e8e8;}
.tisn-image {display: inline-block; overflow: hidden;width: 100px; vertical-align:top;}
.tisn-image img {margin: 0;}
.accordeon .item {border:1px solid #ccc; background-color:#f2f2f2; padding:10px; margin-bottom: 30px;}
.accordeon .title {font-size: 18px; color: #ee161f; text-transform: uppercase; margin: 0; padding-right:25px; position:relative; cursor: pointer;}
.accordeon .title:after {content:"\f078"; position: absolute; top:0; right:0; font-family: FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.accordeon .inner {display: none; overflow:hidden; padding-top: 20px;}
.accordeon .active .inner {display: block; }
.more-product button{font-size: 13px !important;padding: 8px 0px;}
@media (min-width: 767px) and (max-width: 1340px)  {
    .product .btn-blue {font-size: 14px;}
    .btn, .btn-blue {padding: 8px 15px;}
}
@media (max-width: 768px) {
    .product-image {float:left; width:40%; height:138px;margin-bottom: 10px;}
    .product h3 {    margin-top: 0px;overflow: hidden; font-size: 15px;}
    .block-buttons-cart button {width: 55%;}
    .margin_auto {width:50%;}
    .list-product .col-xs-12 a{
        height: auto;
    }
    .list-product .col-xs-12 a .product_name{
        display: initial;
    }
}
@media (max-width: 992px) {
    .block-banner {display: none;}
}
.videoLink p {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.videoLink p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.product > a > h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.product > a > p.product__title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 15px;
    min-height: 70px;
}
/***Отметки****/
.c-marks {position: absolute!important; top: 0!important; left: 15px!important; z-index: 10!important; display: none;}
.c-marks_favorite {top:40px!important;}
.c-marks__item {position: relative!important; max-width:125px!important; margin-bottom: 3px!important; color:white!important; padding:8px 10px 8px 7px!important; line-height: 1!important; font-size:14px!important; text-align: center!important;}
.c-marks__item:before, .c-marks__item:after {content:""!important; position: absolute!important; right: -15px!important; top: 0!important; bottom: 0!important; border: 15px solid transparent!important;}
.c-marks-out-of-sale {background-color:#fdcf31!important;}
.c-marks-out-of-sale:before {border-top:15px solid #fdcf31!important;}
.c-marks-out-of-sale:after {border-bottom:15px solid #fdcf31!important;}
.c-marks1 {position: absolute!important; top: 0px!important; left: 15px!important; z-index: 10!important;}
.c-marks-out-of-sale1:before {border-top:15px solid #2150b1!important;}
.c-marks-out-of-sale1:after {border-bottom:15px solid #2150b1!important;}
.c-marks-out-of-sale1 {background-color: #2150b1;}
.c-marks-sale-wrapper {position: absolute!important; top: 35px!important; left: 15px!important; z-index: 10!important;}
.c-marks-sale:before {border-top:15px solid #00736D!important;}
.c-marks-sale:after {border-bottom:15px solid #00736D!important;}
.c-marks-sale {background-color:#00736D!important;}
.plastic-row,.mdf-row {padding: 0px!important;}
.divider {height:5px;background-color:#2150b1;border: 0px;margin-bottom: 25px;}
.tcenter {text-align:center;}
.justifyleft{
    text-align: left;
}
.justifyright{
    text-align: right;
}
.justifyfull{
    text-align: justify;
}
.block-favorite {
    padding: 6px 15px;
}
.product p{
    margin-bottom: 20px;
}
 .code.l2 p {
     padding-top: 10px;
    margin-bottom: 10px;
 }
@media screen and (max-width: 991px){
    .search input[type="text"]{
        max-width: 260px;
    }
}
a.block-favorite.btn-blue {
    background-color: #00736D;
    border: 1px solid #00736D;
}
a.block-favorite.btn-blue:hover{
    background-color: inherit;
    border: 1px solid #00736D;
    color: #00736D;
}
.top-nav > ul > li:first-child a {
    margin-left: 0 !important;
}
form.sisea-search-form.search{
    position: relative;
    top: 8px;
}
ul.menu-catalog {
    text-align: center;
    background-color: #00736D;
}
li.last {
    border-right: 0;
}
.char-name{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
}
.pdf-items{
    display: flex;
    flex-wrap: wrap;
}
.pdf-item a{
    color: #000;
}
.pdf-items .pdf-item{
    flex-basis: 15%;
    text-align: center;
    margin-right: 20px;
}
.pdf-item img {
    margin-bottom: 0;
}
.price-a1 {
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0px;
}
.char-name p {
    font-weight: normal;
    text-transform: inherit;
}
.thumb-slider {
    padding: 0px 19px !important;
}
.character.code {
    padding-top: 10px;
}
h1.title-line{
    font-size: 17px;
}
.mebel-furnitura_table td{
    width: 40% !important;
    text-align: center !important;
}
.mebel-furnitura_table td+td{
    width: 60% !important;
}
.slick-button {
    border: 0;
    background: none;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-15px);
    cursor: pointer;
    outline: none;
}
.slick-next{
    right: 0;
}
.slick-slide img{
    display: inline;
}
.logo-item {
    text-align: center;
}
.logo-item a {
    text-align: center;
    display: block;
}
.tpl-product-meb-divider{
    height: 10px;
}
.under-the-order{
    width: 220px;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #2150b1;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    display: none;
}
.table-overflow {
    overflow: auto;
}
.form__title {
    font-size: 19px;
    color: #333;
    line-height: 1;
    font-weight: bold;
}
.right-column__title {
    font-size: 17px;
    line-height: 1;
    color: #2150b1;
    text-transform: uppercase;
    font-weight: bold;
}
.right-column__name {
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}
.nav-category__title-active {
    color: #c1282a;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.padding_for_slider_10{
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.right-column .product_prev #img_two{
    display: block !important;
}
.sticky_main {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 98;
    color: white;
}
.top_menu_main_1{
        display: none;
}
.sticky_main_2{
    display: block !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 10px;
    background-color: white;
    z-index: 1000;
}
.sticky_main_2 .row{
        padding: 0px 35px;
            display: flex;
    align-items: center;
        justify-content: space-between;
}
.main-nav-sticky{
    display: none;
}
.sticky_main_2 ul{
    margin-bottom: 0px;
}
.phone_sticy .phone-block{
    display: flex;
    align-items: center;
    width: 100%;
}
.phone_sticy .phone-block a{
        margin: 0px 10px;
}
.sticky_main_2 .top-nav{
        width: 100%;
}
.sticky_main_2 .phone_sticy{
    width: 100%;
}
.main-category .category-link ul{
    display: block;
}
.main-category .category-link ul li{
    display: block;
    width: 100%;
}
.main-category .category-link ul li .category-img img{
    display: none !important;
}
.main-category .category-link ul li .category-link{
    width: 100%;
    padding-left: 0px !important;
}
.block-categories .main-category{
    display: flex;
}
.block-categories .main-category .category-img:first-child img{
    display: block;
    width: 10rem;
    height: auto;
    margin: 0 auto;
}
.main-category .category-link{
    padding: 10px 10px 0px 10px !important;
    width: 100% !important;
}
.block-categories .main-category{
    margin-bottom: 3em;
}
.block-categories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main-category .category-link ul li{
    margin-bottom: 0px !important;

}
.main-category .category-link ul li .category-link div{
    font-weight: 500 !important;
    font-size: 16px !important;
    text-align: left;
}
.main-category .category-link div{
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
header{
    padding-top: 0px !important;
}
.top-nav ul li{
    text-align: left !important;
}
.menu-top-new li a{
    margin-left: 10px !IMPORTANT;
    text-align: left !important;
        padding: 0 0 0 30px;
}
.dostavka{
    border: 1px solid #333;
    padding: 10px 15px;
    margin: 10px 15px;
    height: 170px;
    width: 22%;
}
.dostavka_text{
    margin-top: 1.5em;
}
.top-header .info .block-favorite{
    width: 160px;
    text-align: center;
    margin-bottom: 10px;
}
.top-header .info .showform_zakazat_zvonok, .top-header .info .showform_contact{
    width: 160px;
    font-size: 16px;
}
#menu.top-header-wrapper .col-sm-5{
    top: 20px;
}




#aDialog_2 {
    display: none;
    background: rgba(0,0,0,.8);
    opacity: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -wbekit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
#aDialog_2 #aDialog-content_2 {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#aDialog_3 {
    display: none;
    background: rgba(0,0,0,.8);
    opacity: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -wbekit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
#aDialog_3 #aDialog-content_3 {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#aDialog_4 {
    display: none;
    background: rgba(0,0,0,.8);
    opacity: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -wbekit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
#aDialog_4 #aDialog-content_4 {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#aDialog_5 {
    display: none;
    background: rgba(0,0,0,.8);
    opacity: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -wbekit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}
#aDialog_5 #aDialog-content_5 {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
.block-logo .logo img{
    position: relative;
    top: 20px;
    display: block;
    max-width: 93%;
    height: auto;
}
#menu{
    text-align: right;
}
.sisea-search-form{
    display: flex;
    padding-right: 20px;
    justify-content: end;
}
#obr-zvonok_product input{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
#obr-zvonok_product .btn-primary{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
}
#obr-zvonok_product input:first-child{
    margin-bottom: 0px !important;
}
.name_form{
        font-weight: bold;
    font-size: 20px;
}
#obr-zvonok_category input{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
#obr-zvonok_category .btn-primary{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
}
#obr-zvonok_category input:first-child{
    margin-bottom: 0px !important;
}
#obr-zvonok_izbranoe input{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
#obr-zvonok_izbranoe .btn-primary{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    border-radius: 7px;
}
#obr-zvonok_izbranoe input:first-child{
    margin-bottom: 0px !important;
}
#obr-zvonok_contact input{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
#obr-zvonok_contact .btn-primary{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    border-radius: 7px;
}
#obr-zvonok_contact input:first-child{
    margin-bottom: 0px !important;
}
#obr-zvonok_out_site input{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
#obr-zvonok_out_site .btn-primary{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    border: 1px solid #00736D;
    border-radius: 7px;
}
#obr-zvonok_out_site .btn-primary:hover{
    background-color: #fff;
    color: #00736D;
}
#obr-zvonok_out_site input:first-child{
    margin-bottom: 0px !important;
}
#succes_product{
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
#succes_product #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#succes_category{
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
#succes_category #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#succes_izbranoe{
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
#succes_izbranoe #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#succes_contact{
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
#succes_contact #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#succes_zakazat_zvonok{
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
#succes_zakazat_zvonok #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}
#aDialog-close-product{
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
#aDialog-close-product_2{
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
#aDialog-close-product_3{
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
#aDialog-close-product_4{
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
#aDialog-close-product_5{
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
.name_succes{
    margin-top: 1em;
    font-weight: 600;
    font-size: 18px;
}
#overlay_new {
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
#overlay_new_2 {
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
#overlay_new_3{
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
#overlay_new_4{
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
#overlay_new_5{
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
.contact_btn{
    width: 50%;
}
#message_form{
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
}
.block-categories .main-category:after{
    display: none !important;
}
.menu-top-new li:nth-child(4):hover ul{
    display: none !important;
    opacity: 0 !important;
}
/* #tab-review{
    display: none;
} */
#count-review{
    display: none;
}
#write-review{
    display: none;
}
.NunClass{
    display: none;
}
.right_block_sale{
    top: -20px;
    right: 30px
}
.mobile_catalog_new .search{
 display: none;
}
.subMenuChildren_active .subMenuChildren{
    transform: rotate(-90deg) !important;
}
.subMenuChildren{
    position: absolute;
    content: "\203A";
    font-size: 26px;
    margin-left: 16px;
    transition: all 300ms linear;
    top: -2px;
    color: white;
    right: 6%;
    display: block;
    color: white !important;
    height: 6px;
}
.catalog_site .subMenuChildren:after{
    content: none;
}
.desktop-menu > li:hover .subMenuChildren{
    border: 0px !important;
}
.menu-catalog li:hover .subMenuChildren{
    color: #00736D !important;
}
.menu-catalog .last a{
    border-right: 1px solid #00736D;
}
.desktop-menu .menu-catalog .menu-catalog{
    left: 100%;
}
.desktop-menu .catalog_site .menu-catalog li .menu-catalog li:hover a{
    background-color: white;
    color: #00736D;
}
.menu-catalog li ul li{
    border: 1px solid #00736D;

}
.menu-catalog li ul li:hover{
    background-color: white;
    color: #00736D !important;
}
.menu-catalog li .menu-catalog li{
    background-color: #00736D;
}
.menu-catalog li .menu-catalog li a{
    background-color: inherit !important;
    color: white;
}
.menu-catalog > li:hover li a{
    background-color: inherit;
    color: white;
}
.menu-catalog li:hover ul li .subMenuChildren{
    color: white !important;
}
.menu-catalog li:hover ul li:hover .subMenuChildren{
    color: #00736D !important;
}
.menu-catalog li:hover ul li:hover a{
    color: #00736D !important;
}
.menu-catalog .menu-catalog .menu-catalog{
    display: none;
    top: 0px !important;
}
.menu-catalog .menu-catalog li:hover .menu-catalog{
    display: block;
}
.menu-catalog .menu-catalog .menu-catalog li a{
    color: white !important;
}
.menu-catalog .menu-catalog .menu-catalog li:hover a{
    color: #00736D !important;
}

.search_bt {
    background-size: 55% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/images/search.png);
    background-color: #ededed;
    position: absolute;
    border: 2px solid #e5e5e5;
    border-radius: 7px;
    width: 12%;
    height: auto;
}
.search_bt:hover {
    background-color: #e5e5e5;
   }
.mesenger img {
  transition: transform 0.25s;
  margin: 1%;
  width: 20px;
  margin-top: 5px;
}
.mesenger:hover img {
  transform: scale(1.1);
}
.text_content a {
color: gray;
text-decoration: underline;
}
.category_href img {
    width: 80%;
    height: auto;
    transition: transform .2s;
}

.category_href img:hover {
    transform: scale(1.2);
}


.category_href a:hover {
    text-decoration: underline;
    color: red;
}
.hover_li{
    border-right: 0px !important;
}

.wrapper_formProduct{
    padding: 2em 1.5em;
    background-color: #e6e5ef;
    border: 2px solid #00736D;
    border-radius: 7px;
}
.form_product{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_title{
    width: 40%;
    font-size: 16px;
}
.form-input{
    padding: 0.5em;
    margin-right: 1em;
    border-radius: 7px;
    border: 1px solid;
}
.button_request-submit{
    padding: 0.5em 1em;
    font-size: 16px;
    cursor: pointer;
    background-color: #00736D;
    border: 1px solid #00736D;
    color: #fff;
    border-radius: 7px;
}
.button_request-submit:hover{
    background-color: #fff;
    color: #00736D;
    border: 1px solid #00736D;
}
.nav-category li p.nav-category__title a{
    background-color: #00736D;
    border-radius: 8px;
    border: 1px solid #00736D;
    padding: 8px 15px;
    color: white;
}
.nav-category li p.nav-category__title a:hover{
    background-color: inherit;
    border: 1px solid #00736D;
    color: #00736D;
    transition: 0.3s;
}
.main-our-works .slick-slide img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-logos .slick-slide img{
    width: 100%;
    height: 135px;
    object-fit: contain;
}
.fancybox-slide{
    text-align: inherit !important;
}



@media (min-width: 768px) {
    .col-sm-1-5 {
      width: 20%;
      float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
      width: 20%;
      float: left;
    }
}
@media (max-width: 992px) {
    .sticky_main_2{
        display: none !important;;
    }
    .sticky_main{
        top: 50px;
        z-index: 99;
    }
    .sticky_main_2 ul{
         margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
      width: 20%;
      float: left;
    }
}
.mobile-menu{
    display: none;
}
.text-company-mobile{
    display: none;
}
.social_footer_links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.phone-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 991px) {

    .top-header-wrapper.active{
        padding-top: 50px !important;
    }
    .top-header-wrapper.active .social_footer_links a img{
        width: 40px !important;
        height: 40px !important;
    }
    .top-header-wrapper.active .social_footer_links .mesenger.inst img {
        width: 45px !important;
        height: 45px !important;
    }
    .top-header-wrapper.active .social_footer_links a{
        display: flex;
        align-items: center;
    }
    .top-header-wrapper.active .social_footer_links{
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .wrapper-qr img{
        width: 70%;
    }
    .menu-top-new .menu-top-new{
        display: none;
    }
    .text-company{
        display: none;
    }
    ul li.first {
        text-align: left;
        border: none;
        padding:10px 0;
    }

    .mobile-menu-catalog li {

           border: none;
        padding:10px 0;

    }

    .dop {
        padding: 0!important;
    }
    .active_top_menu .menu-top-new{
        display: block !important;
    }
    .active_top_menu .mobile_arrow_2:after{
        transform: rotate(-90deg);
    }
     .top-nav_tomain {
         padding-left:30px;
     }
    .top-nav_tomain .tomain{
        font-size: 16px;
        display: block;
        font-weight: 700;
        text-align: left;
        
    }
    .mobile_arrow_2{
        width: 20px;
        height: 0px;
        display: flex;
        top: -17px;
        position: relative;
        left: 65%;
    }
    .mobile_arrow_2.mobile_arrow_2-pos {
        left: 66%;
    }
    .mobile_arrow_2:after{
        display: flex;
        content: "\203A";
        transform: rotate(-270deg);
        font-size: 30px;
        margin-left: 10px;
        transition: all 300ms linear;
        color: #333;
        justify-content: center;
        align-items: center;
    }
    .top-nav > .mobile_arrow_2{
        display: none;
    }
    .menu-top-new li a {
        text-align: left;
    }

    a.contact {
        /* display: none!important; */
    }

    .text-company-mobile{
        display: none;
        padding-left: 15px;
        padding-right: 15px;
        top: 10px;
        text-align: center;
    }

    .block-logo .logo img{
        max-width: 100%;
        width: 50%;
        margin: 0 auto;
        top: 0px;
        display: none;
    }

    .menu-top-new > li{
        font-weight: bold;
    }
    .menu-top-new li .menu-top-new li{
        font-weight: normal;
    }
    .block-favorite{
        padding: 0px 0px 0px 15px;
                font-size: 30px;
    }


    .desktop-menu{
        display: none;
    }
    .mobile-menu ul, .mobile-menu li{
        list-style-type: none;
        margin-left: 20px;
    }
    .mobile-menu.active{
        display: block;
        overflow-y: auto;
        width: 100%;
        /* position: absolute;
        height: 100vh; */
        background-color: #fff;
        /* top:85px; */
        z-index: 99;
        left: 0;
        /* padding: 0 15px; */
        padding-top: 10px;
    }
    .mobile-menu.active > .mobile_arrow{
        display: none;
    }
    .mobile-menu-catalog ul li .mobile-menu-catalog li{
        margin-bottom: 15px;
    }
    .mobile-menu-catalog li ul li{
        margin-bottom: 15px;
    }
    .subMenuChildren{
        position: absolute;
        content: "\203A";
        transform: rotate(0deg);
        font-size: 26px;
        margin-left: 10px;
        transition: all 300ms linear;
        top: 5px;
        color: white;
        right: 2%;
        height: 55px;
        width: 30px;
        display: block;
    }
    .subMenuChildren{
        display: block;
    }
    #top_menu_main .mobile_catalog_new .menu-catalog{
         padding-right: 15px;
    }
    .button_no_scrol{
        overflow: hidden;
    }
    .menu-catalog .subMenuChildren_active .menu-catalog{
        display: block !important;
    }
    .menu-catalog .subMenuChildren_active .menu-catalog li .menu-catalog{
        display: none !important;
    }
    .menu-catalog .subMenuChildren_active .menu-catalog li .subMenuChildren{
        display: none !important;
    }
    .menu-catalog.active{
        height: 93vh;
        padding-right: 2px;
        overflow-y: auto;
    }
    .menu-catalog.active li ul{
        opacity: 1;
        visibility: inherit;
        position: relative;
        display: none !important;
    }
    .menu-catalog.active li ul li ul{
        display: none !important;
    }
    .mobile_catalog_new .menu-catalog{
        top: 100%;
    }
    .mobile_catalog_new .menu-catalog.active{
        top: 100%;
        padding-bottom: 60px;
    }
    .block-nav-category .nav-category{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile_catalog_new #button-catalog{
        display: flex;
    }
    .mobile_catalog_new .button-catalog:after{
        display: flex;
        position: relative;
        content: "\203A";
        transform: rotate(-270deg);
        font-size: 30px;
        margin-left: 10px;
        transition: all 300ms linear;
    }
    .button-catalog_active .mobile_arrow_2:after{
        transform: rotate(-90deg) !important;
    }
    .button-catalog_active .mobile_arrow_2-pos {
        left:64%;
    }
    .active_top_menu .mobile_arrow_2 {
        left:64%;
    }
    .block-nav-category .nav-category li p{
        margin-bottom: 20px !important;
        margin-top: 10px;
    }
    .contact_btn{
        margin-bottom: 20px;
    }
    .createdby{
        margin-top: 10px;
    }
    .createdby a{
        margin-top: 15px;
    }
    .container-info-logo .col-xs-12 img{
        margin-bottom: 10px;
    }
    .container-info-logo .row .col-xs-12{
        display: flex;
        justify-content: center;
    }
    footer{
        text-align: center;
    }
    .meesanger_mobile a img{
        width: 10%;
        margin-top: 10px !important;
        margin-bottom: 0px;
    }
    .rekviziti_mobile{
        display: none;
    }
    .mobile_catalog_new .search{
        display: flex;
    }
    .top-nav .menu-top-new{
        margin-bottom: 0px !important;
    }
    .top-nav .menu-top-new li{
        width: 100%;
    }
    .top-nav .menu-top-new.menu-top-new_2 {
        margin-bottom: 30px !important;
    }
    .top-nav .menu-top-new_2 li{
        font-weight: bold;
        text-align: center !important;
    }
    .top-nav .menu-top-new_2 .first a{
        margin: 0px !important;
        font-weight: bold;
               text-align: left !important;
        padding: 0 0 0 30px;
    }
    .top-header #menu .col-sm-5 .search{
        display: none;
    }
    .mobile_catalog_new{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_catalog_new .search{
        margin-bottom: 0px;
        padding-bottom: 15px;
        padding-right: 15px;
        width: 200%;
    }
    .block-all-info .phone-block{
        text-align: center;
    }
    .block-all-info .info{
        text-align: center;
    }
    .search{
        margin-top: 0px !important;
    }
    .top-nav .menu-top-new li ul{
        width: 100%;
        margin-left: 0px !important;
        background-color: white;
    }
    .top-nav .menu-top-new li ul li a{
        padding-top: 7px;
        padding-bottom: 4px;
    }
    .phone-block a{
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .phone-block .social_footer_links a{
        width:25%;
    }
    #menu.top-header-wrapper .phone-block{
        padding-left: 0px !important;
        top: 0px;
    }
    .contact.contact_text{
        justify-content: center;
    }
    .block-all-info .info{
        margin-top: 25px;
    }
    .contact_btn{
        width: 100%;
    }
    .right-column .product_prev a img{
        width: 100%;
    }
    .dostavka{
        height: auto;
        width: 100%;
        margin: 10px 0px;
    }

    .block-categories .main-category .category-img:first-child img{
        width: 50% !important;
    }
    .block-categories .main-category{
        margin-bottom: 1.5em;
    }
    .favorite{
        right: 15px;
        font-size: 16px;
        top: -22px;
        position: relative;
    }
    .sticky_main{
        background-color: #00736D !important;
    }
    header .main-nav{
        padding-top: 0px !important;
        background-color: #00736D !important;
        background: none;
    }
    .top-header-nav{
    box-shadow: none;
    }
    #up{
        position: fixed !important;
        bottom: 13%;
        right: 0.8em;
        background-color: rgba(0,0,0,0.3);
        padding: 10px;
        border-radius: 50%;
        color: white !important;
    }
    .form_product{
        flex-direction: column;
    }
    .form_title{
        width: 100%;
    }
    .form-input{
        width: 100%;
        margin: 10px 0;
    }
    .button_request-submit{
        margin: 10px auto 0 auto;
        display: block;
    }
    .block-news{
        width: 100%;
    }
    .slider__item img{
        height: auto !important;
    }
    .product-info .btn-blue{
        margin: 0 auto 15px auto;
    }
    .block-categories .main-category{
        flex-direction: column !important;
    }
    .block-categories > .main-category{
        padding-left: 25px;
        padding-right: 25px;
    }
    .block-categories > .main-category:nth-child(4n-1){
        padding-left: 25px;
    }
    .main-category .category-img{
        width: 100%;
    }
    .mobile-menu ul li.active_1 ul{
        margin-left:0;
        margin-bottom:0;
    }
    .mobile-menu ul li ul li{
        margin-left:0;
    }
    .top-nav .button-catalog, .button-services{
        font-size:16px;
    }
    .top-nav .menu-top-new a,.top-nav .menu-top-new li a,.top-nav .mobile-menu li a{
        font-size:16px;
    }
    .mobile-menu ul li{
        padding:0;
    }
    
}
.swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.swiper-slide:first-child {
    opacity: 1 !important;
    visibility: visible !important;
}
.swiper-slide:first-child {
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
.advantages-wrapper{
    display:flex;
/*     grid-template-columns:1fr 1fr 1fr;
gap:20px; */
}
.advantages-item {
    padding-left: 40px;
}
.btn-more {
    margin-top:10px;
}
.btn-more span {
    color: #fff;
}
.btn-more:hover span {
    color: #00736D;
}
.advantages-item .advantages-title{
    font-weight:bold;
    margin-top:5px;
    margin-bottom:10px;
}
.advantages-item .advantages-icon{
    height:70px;
}
.about-text a{
    color:#00736D;
}
.footer-1 a,.footer-3 a{
    margin-bottom: 5px;
    display: block;
}
.wrapper-qr{
    width: 100px;
}
.services_wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.services_wrapper .services-item-img{
    height:150px;
}
.services_wrapper .services-item-img img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.services_wrapper .services-item p{
    margin-top:10px;
}
.services_btn_wrapper{
    display:flex;
    justify-content:center;
    margin-top:24px;
}
.block-content .content .servise-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 400px;
}
.rotate-img{
    transform:rotate(90deg);
}

.form-item-recaptcha-new{
    margin-top: 20px;
}

@media(max-width:768px){
    .services_wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}
@media (max-width:425px) and (min-width:320px) {
    .category-img {
        margin: 0;
    }
    .mesenger {
        width: 56px;
        height: 56px;
    }
    .social_footer_links .mesenger.inst img{
        width: 60px !important; 
        height: 60px !important;
    }
    .wrapper-qr {
        width: 204px !important;
        height: 204px;
        margin: 0 auto;
    }
    .wrapper-qr img {
        width: 100%;
        height: 100%;
    }
}
.main-banners .swiper-wrapper{
    aspect-ratio:2 / 1;
}
.block-nav-category .nav-category li.first{
    border:none;
    padding:0;
}
.nav-category li p.nav-category__title a{
    transition:0.3s;
}

.block-news p {
    display: none !important;
}
.phoneNumber {
    line-height: 20px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.phoneNumber span:last-child {
    position: absolute;
    left: 40px;
    top: 0;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    background: white;
    font-size: 16.3px;
    padding-left: 0.1em;
    transition: all 0.3s ease-in;
    white-space: nowrap;
}
.phoneNumber_visible span:last-child {
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
    opacity: 0;
    visibility: collapse;
}
.block-nav-category {
    display: none !important;
}
.menu-catalog .menu-catalog, .subMenuChildren {
    display: none !important;
}
textarea.form-control {
    width: 80%;
    font-size: 16px;
    margin: 1em 1em;
    padding: 5px;
    margin-bottom: 0px !important;
        border-width: 2px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    max-width: 80%;
    min-width: 80%;
}
/* Контейнер для поля файла */
.file-upload-wrap {
    width: 80%;
    margin: 15px auto 0;
}

/* Скрываем дефолтный инпут выбора файла */
.custom-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Стилизуем лейбл под кнопку с макета */
.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    background-color: #fff;
    border: 2px dashed #00796b; /* Цвет пунктирной рамки */
    border-radius: 6px;
    color: #00796b; /* Цвет текста */
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

/* Эффект при наведении на область */
.custom-file-label:hover {
    background-color: rgba(0, 121, 107, 0.04);
}

/* Круглая иконка плюса */
.file-icon-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #00796b; /* Бирюзовый фон круга */
    color: #ffffff; /* Белый плюс */
    border-radius: 50%;
    font-size: 16px;
    box-sizing: border-box;
}

/* Список выбранных файлов (появится под кнопкой) */
.file-list-preview {
    margin-top: 8px;
    font-size: 13px;
    color: #555;
    padding: 0 5px;
}
.file-item-name {
    display: block;
    margin-bottom: 3px;
}
