* {margin: 0; padding: 0;}
::-webkit-scrollbar-thumb {
    background-color: #333 !important;
}
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: 18px; line-height:1;}
h3 {font-size: 17px; line-height:1;}
h4 {font-size: 17px; 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:#ee161f;}
.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%;}
@media (max-width:767px) {
    .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:#ee161f;}
p a {text-decoration: none; color:#ee161f;  -webkit-transition: color 0.6s;-moz-transition: color 0.6s;-ms-transition: color 0.6s;-o-transition: all 0.6s;transition: color 0.6s;}
p a:hover {color:#000;}
ul {list-style-position: inside;}
/****************************************MAIN*************************************************/
header {background-color: #ededed; padding-top: 10px;}
.block-logo {display: block; text-align: center;}
.logo {display:inline-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: #333;  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: #c1282a; outline: 0;}
.top-header-nav .fa-chevron-up {float:right;}
.top-nav ul {list-style:none; margin-bottom:20px;}
.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 10px; 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: #e71a1a;}
.top-nav li ul {position: absolute;  visibility:hidden; overflow: hidden; margin: 0; background-color: #f2f2f2; z-index: 99; opacity: 0; width: 125px;
     -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 {display: none; background-color: #e71a1a; color:white; border:0; outline:0; font-size:24px; width:100%; padding: 10px 35px 10px 15px; text-align: left;}
.menu-catalog {list-style:none; margin-top:20px; background-color: #333;}
.menu-catalog li {display: inline-block; vertical-align:top; text-align: center; border-right:1px solid white; position:relative; width: calc(100%/7);}
.menu-catalog li.li_parent {padding-right:15px;}
.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 {background-color: #ee161f;}
.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;}
.menu-catalog li ul li a:hover   {color:#c1282a;}
.search input[type="text"] {padding:8px; max-width:325px; width: 100%; float:left; border:2px solid #e5e5e5; border-right:0; outline:0px; font-size:13px; line-height:20px; border-radius: 20px;}
.search input[type="text"]:hover, .search input[type="text"]:focus {border:2px solid #333; border-right:0;}
.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;}
.info {text-align: right;}

ul#menu-catalog ul ul {
    position: absolute;
    top: 0;
    left: 146px;
    display: none;
}
ul#menu-catalog ul li:hover ul {
    display: block;
}
/*****favorite******/
.block-favorite {display: inline-block; color:#c1282a; float:right; /*position: absolute;*/ right:15px; width: 70px; height: 100%; color: white; 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: 100%;
        -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:0;}
   /*  .block-all-info {margin-top:20px; text-align: right;} */
    .block-all-info {text-align: right;}
    .menu-catalog a {padding:15px 15px; font-size: 14px;}

    /*.block-favorite  {padding-top:15px;}*/
    /*.favorite {right: 4px; bottom: 11px;}*/
}
@media (max-width: 767px) {
    .character td {padding: 6px !important;}
    .character table {font-size: 12px !important;}
    .top-header-nav {display:block; padding:6px 15px;}
    body {padding-top:50px;}
    .top-header-wrapper {position:fixed; top:0; bottom:0; left:0; padding:60px 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 {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;}
}
.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;}
.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;}
.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; background-color: #ededed;}
.createdby {padding-top:10px; margin-top:20px; border-top: 1px solid #d2d2d2;}
.createdby a, .createdby img {display:inline-block;vertical-align:middle; margin-right:10px; margin-bottom:10px;}

.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);}

.price-do-tovar{
    font-size: 17px;
    font-weight: 500;
    margin-left: 8px;

}
.price-tovar-sait{
    display: flex;
    align-items: center;
}
.price-do-catalog{
    font-size: 18px;
    font-weight: 500;
}


@media (max-width: 767px) {
    #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;
}
/******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 {width:100%; height:100%; margin: 0; object-fit: contain;}
.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: 767px){
    .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:#ee161f;}
.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: center;}
.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: 10px; border-right:1px solid #000;}
.nav-category li p.nav-category__title {margin-top: 20px; font-size:15px; text-transform:none; padding-right: 10px; border-right:1px solid #000; font-weight: bold;}

.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:16px; padding-right: 10px; border-right:1px solid #000; font-weight: bold; }
.nav-content li a{text-transform: none;}
.nav-content__title a{
    position: relative;
}
.nav-content__title a::after{
    content: '';
    height: 2px;
    width: 0;
    background-color: #c1282a;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-content__title a:hover::after{
    width: 100%;
}

.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 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:#777777}
.breadcrumb a {color:#ee161f;}
.breadcrumb a:hover {color:#c1282a;}

.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;}
.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;}
@media  (min-width:400px) and (max-width: 767px) {
    .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;}
#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;}
/*****search*****/
.sisea-results {font-weight: bold;}
.title-line {border: 1px solid #e6e6e6; border-bottom: 4px solid #ee161f; 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:#ee161f; color:white; line-height: 1.4; 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: #ee161f;}
.btn:hover, .btn:focus {background-color: #333;}
.btn-blue:hover, .btn-blue:focus {background-color: #333;}
.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 {opacity: 0; visibility: hidden; overflow:hidden; height: 0; transition: all 0.3s linear;}
.accordeon .active .inner {opacity: 1; visibility: visible; padding-top: 20px; height: 100%; transition: all 0.3s linear;}
.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: 767px) {
    .cardProduct-buttons {
        width: 100%;
        gap: 10px;
    }
    .product .btn-blue {
        margin: 0;
    }
    .product-image {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        height: 160px;
        flex-direction: column;
        align-items:center;
     
        justify-content: center;
        
    }
    .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;
        align-items: center;
    }
    .list-product .col-xs-12 a .product_name{
        display: initial;
    }
    .addtofavor {background-color: #000000;}
}
@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;}
.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 #ee161f!important;}
.c-marks-sale:after {border-bottom:15px solid #ee161f!important;}
.c-marks-sale {background-color:#ee161f!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;
 }
 .price_tovar {
     font-size: 17px;
    font-weight: 500;
 }
 .price_list {
     font-size: 18px;
    font-weight: 500;
 }
.s-message{
    display: none;
}
.simplesearch-paging-top{
    margin-bottom: 15px;
}

@media screen and (max-width: 991px){
    .search input[type="text"]{
        max-width: 260px;
    }
}
a.block-favorite.btn-blue {
    background-color: #ee161f;
}
a.block-favorite.btn-blue:hover{
    background-color: #333;
    color: #fff;
}
.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;
}
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;
}
.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-prev{
    left: 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: #333;
  z-index: 100;
}
.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%;
}
.block-categories .main-category{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-categories .main-category .category-img:first-child img{
    width: 70%;
    display: block;
    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;
}
.main-category .category-link a h2{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
header{
    padding-top: 1.5em !important;
}
.top-nav ul li{
    text-align: left !important;
}
.top-nav ul {
    display: flex;
}
@media screen and (max-width: 1200px) {
    .top-nav ul {
        flex-wrap: wrap;
    }
}
#menu-top-new li a{
    margin-left: 10px !IMPORTANT;
    text-align: center !important;
    white-space: nowrap;
}
.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{
    width: 160px;
    font-size: 16px;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .menu-catalog{
    display: flex;
  }
}
@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: 9999;
    }
    .menu-catalog{
        margin-top: 0;
    }
    .menu-catalog a{
        font-size: 12px;
    }
    .sticky_main_2 ul{
         margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
#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 {
    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 {
    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 {
    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 {
    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{
    height: 109px;
    width: 120px;
    max-width: inherit;
}
#menu{
    text-align: right;
}
.sisea-search-form{
    display: flex;
    padding-right: 50px;
    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;
}
#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;
}
#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;
}
#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;
}
  .mobcat {
        display:none;
    }
#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: block;
}
#count-review{
    display: block;
}
#write-review{
    display: block;
}
.NunClass{
    display: block;
}
.right_block_sale{
    top: -20px;
    right: 30px
}
.mobile_catalog_new .search{
 display: none;
}
.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;
}
.category_href h4{
    text-align: center;
}
.subMenuChildren{
    display: none;
}
.block_harakteristika{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.block_harakteristika-harakteristika{
    margin-top: 2px;
}
.block_harakteristika-znacheniye{
    margin-left: 10px;
}
.li_parent span:after{
    content: "\203A";
    transform: rotate(-270deg);
    font-size: 24px;
    margin-left: 10px;
    transition: all 300ms linear;
    position: absolute;
    top: 15%;
    right: 10px;
    color: white;
}
.li_parent ul .li_parent span:after{
    top: 10%;
    transform: rotate(0deg);
}
.search_bt {
    background-size: 45% !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: 20px;
    width: 15%;
    height: auto;
}
.search_bt:hover {
    background-color: #e5e5e5;
    border:2px solid #333;
    transform: scale(1.1);
   }
.mesenger img {
  transition: transform 0.25s;
  margin: 3%;
  margin-top: 15%;
  width: 25%;
}
.mesenger:hover img {
  transform: scale(1.1);
}
.text_content a {
    color: #ee161f;
    text-decoration: none;
}
.contenta {text-decoration: none; color:#ee161f;  -webkit-transition: color 0.6s;-moz-transition: color 0.6s;-ms-transition: color 0.6s;-o-transition: all 0.6s;transition: color 0.6s;}
.content a:hover {color:#000;}
.content a{
    color: #ee161f;
}
.block_title-price{
    min-height: 110px;
}
#menu-top-new li:nth-child(4) #menu-top-new{
    width: 200px;
}
#menu-top-new li:nth-child(4) #menu-top-new li a{
    text-align: left !important;
}
#menu-top-new li:nth-child(4) #menu-top-new{
    display: none !important;
}
.top-nav #menu-top-new li:nth-child(3) > ul{
    width: 170px;
}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #333;
    padding: 10px 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
}
.cookie_notice > div{
    margin-left: 25px;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 8px 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #ee161f;
}
.cookie_btn:hover {
    color: #FFF;
    cursor: pointer;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
.cookie_notice > a{
    color: white;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 5px;
}
.cookie_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-category__title a{
    position: relative;
    font-size: 16px;
}
.nav-category__title a::after{
    content: '';
    height: 2px;
    width: 0;
    background-color: #c1282a;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-category__title a:hover::after{
    width: 100%;
}
.form-group.form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.form-check-input{
    width: auto !important;
    margin: 0 !important;
}

/*Social-icons*/
.fixed-social-button{
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 10000;
    bottom: 110px;
    text-align: center;
    right: 20px;
}
.fixed-social-button-outer{
    margin: 10px;
}
.link-for-all-button{
    background-color: #ee161f;
    border-radius: 50%;
    padding: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}
.link-for-all-button-icon-chat {
    background-image: url('/assets/images/icons/icons8-dialog.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.link-general-style{
    padding: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ee161f;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.social-links-link-viber {
    background-image: url('/assets/images/icons/icons8-viber-50.png');
}
.social-links-link-skype{
    background-image: url('/assets/images/icons/icons8-skype.png');
}
.social-links-link-telegram{
    background-image: url('/assets/images/icons/icons8-telegram.png');
}
.social-links-link-zvonok{
    background-image: url('/assets/images/icons/icons8-tel.png');
}
.social-links-link-whatsapp{
    background-image: url('/assets/images/icons/icons8-whatsapp-50.png');
    margin-bottom: 15px;
}
.social-links-link-instagram{
    background-image: url('/assets/images/icons/icons8-instagram.png');
}
.social-links-link-mail{
    background-image: url('/assets/images/icons/icons8-mail.png');
}
.hover:hover{
    background-color: #9f1015;
    transition: all 0.5s ease;
}
.list-all-social-links{
    display: none;
    transition: all 0.5s ease;
}
.list-all-social-links ul{
    list-style: none !important;
}
.opacity-icons{
    display: flex;
    transition: all 0.5s ease;
}
.back{
    background-image: url('/assets/images/icons/icons8-cross.png') !important;
}
/* End */
.main-statii{
    padding: 10px;
}
.main-logos.slick-slider a img{
    padding: 15px;
}
.main-logos.slick-slider a:hover img{
    box-shadow: 0 0 13px rgba(0,0,0,0.12);
    transition: all 0.5s ease;
}
.g-recaptcha > div{
    margin: 15px auto 0 auto;
    display: block;
}
.products-variability{
    margin-top: 30px;
}
.products-variability_items{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.products-variability_name{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.variability-item{
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ee161f;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s ease;
    color: #333333;
}
.variability-item:hover{
    background-color: #ee161f;
    color: #fff !important;
}
.variability-item.active{
    background-color: #ee161f;
    color: #fff !important;
}
.mobile-header_call{
    display: none;
}
.wrapper-phone{
    display: none;
}
.about_icons{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:60px;
    margin-bottom:25px;
}
.about_card{
    width:100%;
    padding:50px 15px;
    border:1px solid #ee161f;
    display:flex;
    flex-direction: column;
    align-items:center;
}
.about_card:hover,.about_card:target,.about_card:active{
    box-shadow:0 0 30px #ee161f87;
}
.about_card > div{
    width: 100%;
    display:flex;
    justify-content:center;
}
.about_card img{
    width:30%;
}
.about_card p{
    font-size:20px;
    color:#ee161f;
    font-weight:500;
    text-align:center;
}
.tab_about_wrapper{
    display:flex;
    flex-direction:column;
}
.oplata_dostavka {
    margin-top:40px;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.oplata_dostavka div{
    padding:20px;
    background:#fafafa;
    display:flex;
    align-items:center;
    gap:16px;
    font-size:20px;
    transition:.5s;
}
.oplata_dostavka div:hover,.oplata_dostavka div:target,.oplata_dostavka div:active{
    background:#ee161f;
    color:#fff;
    transition:.5s;
}
.mob_OD{
    display:none;
}

.questions__wrapper .h2{
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;    
    margin-bottom: 20px;
    font-weight:700;
}
.questions__item {
    margin-bottom: 4px;
    border: 1px solid #F4F9FE;
    background: #FFFFFF;
    padding-right: 0;
    cursor: pointer;
}
.question-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 32px;
    text-align: left;
    color: #333;
    position: relative;
    padding-right: 76px;
}
.question-answer {
    display: none;
    padding-right: 76px;
}
.question-answer p{
    padding:0 32px 0 32px;
}
.questions__item:first-child .question-answer {
    display: block;
}
.question-title.active,.question-title:hover{
    color:#ee161f;
}
.question-title.active::after {
    border-color: #ee161f;
    padding-bottom: 16px;
}
.question-title::after {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    width: 12px;
    height: 0;
    border-top: 4px solid #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.question-title::before {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    width: 12px;
    height: 0;
    border-top: 4px solid #333;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.question-title.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #ee161f;
}
.questions-page .questions__wrapper{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 992px){
    .questions-page .questions__wrapper{
        width: 100%;
    }
    .questions-page .questions__item{
        padding-left: 20px;
    }
    .questions-page .question-answer{
        padding-right: 10px;
    }
}



@media (max-width:992px){
    .oplata_dostavka div{
        font-size:16px;
    }
}


@media (max-width:375px){
    .about_icons{
       grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 768px) {
    .decktop_OD{
        display:none;
    }
    .mob_OD{
        display:block;
    }
    .mob_OD .oplata_dostavka{
        margin-top:0;
    }
    .about_icons{
        gap:20px;
        margin-bottom:25px;
    }
    .about_card{
        padding:10px 5px;
    }
    .about_card:hover,.about_card:target,.about_card:active{
        box-shadow:none;
    }
    .about_card p{
        font-size:16px;
    }
    .mobile-header_call{
        display: block;
        width: 100%;
                padding: 2px 15px;
        font-size: 11px !important;

        background-color: #ee161f !important;
        color: white !important;
        line-height: 1.4;
        cursor: pointer;
        border: 2px solid transparent !important;
        max-width: 160px;
    }
    .cookie_footer{
        flex-direction: column;
    }
    .cookie_notice > div{
        margin-left: 0px;
        width: 100%;
    }
    .cookie_notice{
        flex-direction: column;
    }
    #menu-catalog .li_parent ul .li_parent .mainMenuSub:before{
        content: "\203A" !important;
        transform: rotate(-270deg);
        margin-left: 10px;
        transition: all 300ms linear;
        position: absolute;
        right: 5px;
        color: white;
        top: 10px;
        font-size: 36px;
        width: 40px;
        height: 50px;
    }
    #menu-catalog.active .li_parent_active ul .li_parent_active span:before {
        transform: rotate(-90deg);
        top: -15px;
    }
    #menu-catalog li ul li ul{
        left: 0px;
    }
    .menu-catalog li ul li a{
        width: 80%;
        margin-left: 20px;
    }
    .cookie_notice{
        padding-left: 2%;
        padding-right: 2%;
    }
    .cookie_btn{
        width: 96%;
    }
    #menu-catalog.active .li_parent_active > ul{
        display: block !important;
    }
    #menu-catalog.active .li_parent_active > span:after{
        transform: rotate(-90deg);
    }
    #menu-catalog.active .li_parent_active #menu-catalog li .mainMenuSub:after{
        display: none;
    }
    #top_menu_main .mobile_catalog_new #menu-catalog{
        padding-right: 5px !important;
    }
    .li_parent span:after{
        top: -5px;
        right: 10px;
        font-size: 36px;
        width: 40px;
        height: 50px;
    }
    #top_menu_main .mobile_catalog_new #menu-catalog{
         padding-right: 15px;
         padding-left: 15px;
    }
    .button_no_scrol{
        overflow: hidden;
    }
    #menu-catalog.active{
        height: 80vh;
        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;
        justify-content: center;
    }
    .nav-category li p.nav-category__title{
        font-size: 14px;
    }
    .mobile_catalog_new #button-catalog{
        display: flex;
        padding-left: 110px;
    }
    .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:after{
        transform: rotate(-90deg) !important;
    }
    .block-nav-category .nav-category li p{
        margin-bottom: 5px !important;
        margin-top: 5px;
    }
    .contact_btn{
        margin-bottom: 20px;
    }
    .createdby{
        margin-top: 10px;
    }
    .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;
        height: 100%;
    }
    .rekviziti_mobile{
        display: none;
    }
    .mobile_catalog_new .search{
        display: flex;
    }
    .top-nav #menu-top-new{
        margin-bottom: 5px !important;
    }
    .top-nav #menu-top-new li{
        width: 100%;
    }
    .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;
    }
    .top-nav #menu-top-new li ul li a{
        padding-top: 7px;
        padding-bottom: 4px;
    }
    .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;
        height: 100%;
    }
    .block-categories .main-category{
        margin-bottom: 1.5em;
        height: 208px;
    }
    .favorite{
        right: 10px;
        font-size: 16px;
        top: -45px;
    }
    .sticky_main{
        background-color: #e71a1a !important;
    }
    header{
        padding-top: 0px !important;
        background-color: #e71a1a !important;
        background: none;
    }
    .top-header-nav{
        box-shadow: none;
    }
    #up{
        position: fixed !important;
        bottom: 5%;
        right: 0.8em;
        background-color: rgba(0,0,0,0.3);
        padding: 10px;
        border-radius: 50%;
        color: white !important;
    }
    .top-header-nav{
        display: flex;
        gap: 15px;
    }
    .top-header-nav .info{
        margin-bottom: 0;
        max-width: 160px;
    }
    .top-header .info .block-favorite{
        width: 100%;
                 padding: 2px 15px;
        font-size: 11px !important;
    }
    .subMenuChildren{
        position: absolute;
        content: "\203A";
        transform: rotate(-270deg);
        font-size: 35px;
        transition: all 300ms linear;
        top: -9px;
        color: black;
        right: 2%;
        height: 57px;
        width: 30px;
        display: block;
        text-align: center !important;
    }
    .top-nav #menu-top-new li ul#menu-top-new{
        display: none;
    }
    .top-nav #menu-top-new li.subMenuChildren_active ul#menu-top-new{
        display: block !important;
		width: 100%;
    }
    li.subMenuChildren_active .subMenuChildren{
        transform: rotate(-90deg) !important;
    }
    .top-header-nav.changed #button-menu::before{
        content: "\f00d";
        width: 30px;
        display: block;
    }
    #menu-top-new li:nth-child(4) #menu-top-new{
        width: 100%;
    }
    #menu-top-new li:nth-child(4) #menu-top-new li a{
        text-align: center !important;
    }
    #menu-top-new li:nth-child(4) #menu-top-new li:nth-last-child(n+4){
        display: block !important;
    }
    .main-banners .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .main-statii .slick-slide img{
        width: 100%;
        height: 100%;
    }
    .main-logos.slick-slider a img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .main-new .product-image img{
        
    }
}
@media (max-width: 480px){
    .footer-text{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .fixed-social-button{
        bottom: 90px;
    }
}
@media (max-width: 426px){
    .category_href img{
        width: 100%;
        display: block;
    }
    .wrapper-phone{
        display: flex;
        align-items: center;
        padding: 3px 10px;
        text-align: center;
        border-bottom: 1px solid #fff;
        line-height: normal !important;
        justify-content: center;
        gap: 8px;
    }
    .wrapper-phone a{
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
    .wrapper-phone img{
        display: block;
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 375px){
    .nav-category li p.nav-category__title{
        font-size: 12px;
    }
}
img{
    width:auto;
    height:auto;
}
.contacts> div > div{
    margin-bottom:10px;
}
.contacts-wrapper p{
    margin-bottom:5px;
}
.contacts > div{
    margin-bottom:15px;
}
.contacts-wrapper{
    display:flex;
}
.contacts-wrapper .contacts{
    width:50%;
}
.contacts-wrapper .contact-form{
    width:50%;
}
.contacts-wrapper .contact-form .g-recaptcha > div{
    width:auto !important;
    height:auto !important;
}
.contacts-wrapper .contact-form .form-item-recaptcha{
    /* margin-top:-20px; */
}
.contacts-wrapper .contact-form .form-group.form-check{
    justify-content:flex-start;
    margin-top: 5px;
}
.contacts-wrapper .contact-form input,.contacts-wrapper .contact-form textarea,.contacts-wrapper .contact-form button{
    margin-left:0 !important;
    margin-right:0 !important;
}
.contacts >div>div{
    font-weight:500;
    font-size:16px;
}
.contacts-wrapper .contact-form .name_form{
    font-weight:500;
    font-size:16px;
}
.map{
        margin-top:40px;
    }
@media(max-width:768px){
    .contacts-wrapper{
        flex-direction:column;
        padding:0 20px;
    }
    .contacts-wrapper .contact-form{
        width:100%;
    }
    .contacts-wrapper .contacts{
        width:100%;
    }
    .contacts-wrapper .contact-form input,.contacts-wrapper .contact-form textarea,.contacts-wrapper .contact-form button{
        width:100% !important;
    }
    .map h2{
        margin-left:20px;
    }
    .sticky_main {
        margin-top: 50px;

    }
    .main-nav .container {
        display: none;
    }
    .mobcat {
        display:block;
    }
    
}

:root {
  --ang-primary:      #C62828;
  --ang-primary-dark: #B71C1C;
  --ang-radius:       6px;
  --ang-shadow:       0 2px 6px rgba(0, 0, 0, .05);
  --ang-text:         #333;
}

.intro-text {
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

/* ===== карточки ===== */
.payment-card {
  display: flex;
  gap: 24px;
  border: 1px solid rgba(198, 40, 40, 0.2); /* мягкая красная рамка */
  border-left: 5px solid var(--ang-primary); /* фирменная метка */
  border-radius: var(--ang-radius);
  padding: 28px 32px;
  margin-bottom: 2.5rem;
  background: #fff; /* можно убрать, если фон у сайта и так белый */
  box-shadow: var(--ang-shadow);
}

.payment-card .icon {
  flex: 0 0 60px;
  font-size: 2.6rem;
  color: var(--ang-primary); /* теперь иконка красная */
  line-height: 1;
}

.payment-card h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: var(--ang-primary-dark);
}

.payment-card p,
.payment-card li {
  color: var(--ang-text);
}

.payment-card ul {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
  list-style: disc;
}

.payment-icons i {
  font-size: 2.2rem;
  margin-right: 1rem;
  color: var(--ang-primary); /* красный цвет иконок Visa/Mastercard */
}

/* ===== адаптив ===== */
@media (max-width: 767px) {
  .payment-card {
    flex-direction: column;
  }

  .payment-card .icon {
    margin-bottom: .75rem;
  }
  .swiper-container {
    height: 160px;
}
}
/* скрыть характеристики в избранном */
.favorite-element .block_harakteristika {
    display: none; 
}
.favorite-element .product-image {
    margin-bottom: 10px;
}
.favorite-element .product-image img {
    border: 0;
}
/* нормальная ширина чекбокса в контактах */
.form-group.form-check .form-check-input {
    width: auto !important;
}
.formPartneram {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.formPartneram #obr-zvonok_contact input, .formPartneram #message_form, .formPartneram #obr-zvonok_contact .btn-primary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.partnerIcons .about_card img {
    width: 50%;
}
.newdata .block-rating {
    padding: 0;
    border: 0;
}
.newdata .rating__best {
    width: 100%;
    height: 20px;
}
.newdata .fa-star {
    font-size: 16px !important;
}
.newdata div[itemprop="aggregateRating"]{
    display: none;
}
.newdata .character {
    padding: 0;
    border: 0;
}
.newdata .character p {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}
.newdata {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    flex-grow: 1;
    justify-content: center;
}
.product .product__title {
    height: auto;
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    min-height: 36px !important;
    flex-grow: 1;
}
.block_title-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow:1;
}
.list-product .col-xs-12 a {
    height: auto !important;
    display: flex;
    flex-direction: column;
}
/* Для десктопов (4 колонки в ряд) */
@media (min-width: 992px) {
    .list-product.row > div > .product:nth-child(4n+1) {
        clear: left;
    }
}

/* Для планшетов (3 колонки в ряд) */
@media (min-width: 768px) and (max-width: 991px) {
    .list-product.row > div > .product:nth-child(3n+1) {
        clear: left;
    }
}
/* Выбираем тот самый лишний div, в котором лежат карточки */
.list-product.row > div {
    display: flex;
    flex-wrap: wrap;
}

/* Убираем стандартные псевдоэлементы Bootstrap 3, которые мешают Flexbox */
.list-product.row > div:before, 
.list-product.row > div:after {
    display: none !important;
}

/* Заставляем внутреннюю обертку карточки (внутри .product) занимать 100% высоты */
.list-product.row .product {
    display: flex;
}

/* Если внутри .product есть еще один div (сама карточка с рамкой), 
   растягиваем его на всю высоту колонки */
.list-product.row .product > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cardProduct-buttons {
    display: flex;
}
.rating__best {
    width: fit-content !important;
    height: auto !important;
    position: relative !important;
    margin: 0 auto;
}
.rating__current, .rating__default {
    width: 100%;
    height: 100% !important;
}