html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;outline: 0;}

* {margin: 0;padding: 0;}
html {overflow-y: scroll;background-color: #fff;height: 100%;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none; display: flex;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: none;}
table {border-collapse: collapse;border-spacing: 0;}
strong {margin: 0;padding: 0;border: 0;outline: 0;}
a {text-decoration: none;transition: 0.3s;color: #0d6efd}
a:hover {color: #0846E2}

body {
background: #fff;
font: 16px Roboto, Arial, Helvetica, serif;
color: #2a3348;
line-height: 1.5;
text-align: left;
width: 100%;
}

.top-line {
width: 100%;
border-bottom: 1px solid #eee;
height: 40px;
}

.wrap {
width: 1470px;
padding: 0 10px;
margin: 0 auto;
}

.wrap.top {
display: flex;
line-height: 40px;
}

.top-line .wrap ul {
display: flex;
padding: 0;
gap: 10px;
}

.skrmenu {display: flex; padding: 0; margin: 0 10px 0 auto; width: 100px; flex-wrap: wrap;}
.skrmenu > li {position: relative; }
.skrmenu a {display: flex; padding: 0 20px; text-decoration: none; }
.skrmenu a:hover {background: #efefef;}
.dropbtn1 {display: flex; cursor: pointer; width: 100px; height: 40px; justify-content: flex-end;color: #737373;}

.top-line .wrap ul.dropdown-content1 {
display: none;
position: absolute;
max-width: 120px;
gap: 0;
}

.top-line .wrap ul.dropdown-content1 li {
border-bottom: 1px solid #aaa;
}

.top-line .wrap ul .dropdown1:hover .dropdown-content1 {flex-direction: column; display: flex; z-index: 1000; background: #fff; border-radius: 5px; border: 1px solid #000}

.top-line .wrap .dropdown-content1 li a {color: #000; display: flex; height: 50px;line-height: 50px;justify-content: center}

.navbar {
position: fixed;
width: 100%;
z-index: 101;	
background: #fff;
}

.navbar.poehali {
top: 0;
transition: all .3s ease;
width: 100%;
top: 0;
padding: 0 0 20px 0;
box-shadow: 0 0 10px rgba(52, 60, 75, 0.15);
}

.navbar.poehali .menu-popup {
top: 82px;
}

.wrap.sredn, .wrap.sredn-dva {
height: 54px;
position: relative;
display: flex;
margin-top: 22px;
}

.logo {
width: 220px;
height: 50px;
margin-right: 44px;
display: flex;
}

.logo img{
width: 38px;
height: 50px;
}

.logo .ltext{
text-align: right;
display: flex;
flex-direction: column;
margin-right: 20px;
margin-left: auto;
}

.logo .ltext-verh{
text-transform: uppercase;
color: #111;
font-size: 24px;
font-weight: bold;
height: 24px;
line-height: 24px;
}

.logo .ltext-niz{
color: #555;
font-size: 12px;
line-height: 1;
height: 26px;
width: 147px;
}

.text-foot .logo .ltext-verh {
color: #fff;
font-size: 23px;
height: 23px;
line-height: 23px;
}

.text-foot .logo .ltext-niz {
color: #cfcfcf;
}

.text-foot .logo .ltext {
margin-right: 12px;
}

.menu-triger {
display: block;
height: 50px;
line-height: 50px;	
background: #0846E2 url(/theme/img/cat.svg) no-repeat 65px 15px;
width: 245px;
border-radius: 5px;
text-transform: uppercase;
color: #fff;
font-size: 17px;
font-weight: bold;
margin-right: 22px;
background-size: 21px auto;
text-align: center;
padding-left: 12px;
}

.menu-triger:hover {	
background: #000cff url(/theme/img/cat.svg) no-repeat 65px 15px;
color: #fff;
}

.menu-triger:focus {	
background: #0846E2 url(/theme/img/cat.svg) no-repeat 65px -34px;
}

.menu-popup {
display: none;
background: #fff;
border: 5px solid #2c64f7;
position: absolute;
left: 0px;
right: 0px;
top: 122px;
box-sizing: border-box;
padding: 15px 20px 8px 8px;
z-index: 9999;	
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
border-radius: 12px;
}

.wrap.sredn-dva {
height: 62px;
line-height: 50px;
border-bottom: 1px solid #eee;
margin-top: 98px;
}

.wrap.sredn .tele {
font-weight: bold;
margin-right: 68px;
background: url(/theme/img/call-center-2.svg) no-repeat left 0px;
padding-left: 40px;
background-size: 34px auto;
}

.wrap.sredn .tele span {
line-height: 1;
font-weight: normal;
display: block;
font-size: 14px;
}

.autocomplete {
position: relative;
display: inline-block;
z-index: 102;
}

.city .autocomplete {
z-index: 1;
}

b {
font-weight: bold;
}

/*sm-n*/

#search_form {
height: 50px;
line-height: 50px;
flex-grow: 1;
max-width: 750px;
margin-right: 22px;
}

.search-input {
display: block;
background: #f3f3f7;
border-radius: 5px;
}

#search_input {
width: 100%;
line-height: 50px;
height: 50px;
padding-left: 34px;
border: none;
text-transform: uppercase;
background: url(/theme/img/poisk.svg) no-repeat 5px 12px;
background-size: 24px auto;
border-radius: 5px;
box-sizing: border-box;
}

#search_input:focus {
background: #f6f6ff url(/theme/img/nb-dva-ico.svg) no-repeat 5px -153px;
background-size: 25px auto;
border: 1px solid #d7d7f0;
box-sizing: border-box;
}

input#search_input::placeholder {
color: #525252;
font-size: 15px;
}

.search-input.focus #search_input {
color: #000;
}

#search-submit-btn {
border: none;
position: absolute;
top: 0;
right: 0;
}

.search-input.focus {
background: #fff;
}

#search_result {
position: absolute;
top: 58px;
right: 10px;
background: #fff !important;
margin: 0 !important;
padding: 0 !important;
width: 75% !important;
max-height: 500px;
z-index: 10;
overflow: auto;
border: 5px solid #2c64f7;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}

#search_result_list {
list-style: none;
margin: 0;
padding: 5px;
display: block;
}

#search_result_list li {
padding: 0;
}

#search_result_list li a {
display: flex;
padding: 0 22px;
color: #2a262a;
line-height: 44px;
height: 44px;
text-transform: none;
font-weight: normal;
font-size: 16px;
border-bottom: 1px solid #dce2f9;
}

#search_result_list li a img {
max-width: 42px;
max-height: 42px;
margin: 1px 15px 0 0;
border-radius: 5px;
}

#search_result_list li a:hover {
background-color: #dce2f9;
border-radius: 5px;
}

#search_result_list li a:hover .search-prod-price {
font-weight: bold;
}

.search-highlight {
font-weight: bold;
}

.search-prod-price {
color: #2c64f7;
margin-left: auto;
}

input[type="text"], input[type="search"], textarea {
outline: none;
padding: 0;
width: 100%;
border: 1px solid #e6e6e6;
border-radius: 5px;
box-sizing: border-box;
height: 30px;
}

.verh-rd {
margin-left: auto;
display: flex;
gap: 15px;
}

.verh-rd a {
color: #585858;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}

.verh-rd a:hover {
color: #0d6efd;
}

.verh-rd a span.ico {
background-size: 28px auto;
width: 28px;
height: 28px;
}

.verh-rd a.b1 span.ico {
background: url(/theme/img/sravnenie.svg) no-repeat 0 -27px;
}

.verh-rd a.b2 span.ico {
background: url(/theme/img/sravnenie.svg) no-repeat 0 -56px;
}

.verh-rd a.b3 span.ico {
background: url(/theme/img/sravnenie.svg) no-repeat 0 3px;
}

.verh-rd .b3 sup {
color: #fff;
position: absolute;
top: -6px;
right: 0;
width: 18px;
height: 18px;
line-height: 18px;
background-color: #ef3d3d;
text-align: center;
border-radius: 50%;
font-size: 12px;
}

ul.nb-dva {
gap: 10px;
}

ul.nb-dva a {
color: #333;
background: #dee7ff;
border-radius: 32px;
padding: 8px 15px 8px 35px;
}

ul.nb-dva a.nb1 {
background: #dee7ff url(/theme/img/nb-dva-ico.svg) no-repeat 11px -81px;
background-size: 20px auto;
width: 20px;
height: 20px;
}

ul.nb-dva a.nb2 {
background: #dee7ff url(/theme/img/nb-dva-ico.svg) no-repeat 11px -36px;
background-size: 20px auto;
width: 20px;
height: 20px;
}

ul.nb-dva a.nb3 {
background: #dee7ff url(/theme/img/nb-dva-ico.svg) no-repeat 11px 8px;
background-size: 20px auto;
width: 20px;
height: 20px;
}

ul.nb-dva a:hover {
background: #ccdafe url(/theme/img/nb-dva-ico.svg) no-repeat 11px -125px;
background-size: 20px auto;
width: 20px;
height: 20px;
}

ul.nb-tri {
gap: 20px;
margin-left: 22px;
}

.dropdown-content {display: none;}

ul.nb-tri a {
color: #333;
}

ul.nb-tri a.ubr {
background: url(/theme/img/poisk.svg) no-repeat -5px -78px;
background-size: 20px auto;
padding-left: 12px;
}

ul.nb-chetire {
margin-left: auto;
}

ul.nb-chetire a {
background: #efefef url(/theme/img/kalk.svg) no-repeat 11px 50%;
background-size: 20px auto;
color: #333;
border-radius: 5px;
padding: 8px 15px 8px 35px;
}

ul.nb-chetire a:hover {
background: #ccdafe url(/theme/img/nb-dva-ico.svg) no-repeat 11px -125px;
background-size: 20px auto;
width: 20px;
height: 20px;
}

.top-line .wrap ul li a {
display: block;
height: 39px;
color: #757575;
}

.top-line .wrap ul li a.dostavka {
background: url(/theme/img/dostavka-ico.svg) no-repeat 0 7px;
background-size: 25px auto;
padding-left: 32px;
}

.top-line .wrap ul li a:hover {
color: #0846E2
}

.gorod {
height: 40px;
line-height: 40px;
max-width: 150px;
}

.goro {
display: flex;
}

.goro a {
background: url(/theme/img/poisk.svg) no-repeat 0 -27px;
background-size: 18px auto;
padding-left: 22px;	
color: #757575;
max-width: 141px;
overflow: hidden;
height: 40px;
}

.goro a:hover {
color: #0846E2
}

.wrap.osn {
margin-top: 20px;
min-height: 320px;
}

.bread-cont {
min-height: 20px;
margin-top: 10px;
}

.breadcrumbs {
font-size: 15px;
color: #757575;
flex-wrap: wrap;
}

.breadcrumbs li{
margin-left: 10px;
}

.breadcrumbs li:first-child{
margin-left: 0;
padding-left: 23px;
background: url(/theme/img/stabmir-logo-breadcrumbs.svg) no-repeat 0 50%;
background-size: 18px auto;
}

.breadcrumbs a {
color: #757575;
}

.breadcrumbs a:hover {
color: #2c64f7;
}

h1 {
margin-top: 10px;
font-size: 38px;
color: #343c4b;
line-height: 1.2;
max-width: 1100px;
}

h2 {
margin-top: 50px;
font-size: 32px;
color: #343c4b;
}

.karusel h2, .karusel h2 {
text-align: center;
}

h3 {
margin-top: 50px;
font-size: 28px;
color: #343c4b;
}

.pohoz h3 {
text-align: center;
font-weight: bold;
}

h4 {
font-size: 23px;
color: #343c4b;
}

p {
margin-top: 22px;
font-size: 18px;
}

.product {
display: flex;
flex-direction: column;
margin-top: 22px;
}

.sektor {
display: flex;
flex-wrap: wrap;
}

.sektor .gfast {
display: flex;
flex-wrap: wrap;
width: 590px;
}

.sektor .gallery {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 80px;
}

.sektor .photo {
margin: 0 0 0 10px;
width: 500px;
}

.sektor .photo img {
cursor: pointer;
width: 100%;
}

.sektor .photo ul {
overflow: hidden;
width: 500px;
}

.sektor a.gall {
border: 2px solid #efefef;
border-radius: 10px;
}

.sektor a.gall:hover {
border-color: #9cb7ff;
}

.sektor a.gall.active {
border: 2px solid #6c94ff;
}

.sektor .gallery a {
display: block;
max-width: 100%;
padding: 0.4em 0.53em 0.4em 0.53em;
}

.sektor .gallery img {
max-width: 100%;
}

.fancybox__image {
border-radius: 10px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
border-color: #2c64f7 !important;
}

.product article ul, .product article ol {
flex-direction: column;
gap: 11px;
margin-top: 22px;
}

.product article ul li {
padding: 0 7px 0 27px;
background: url(/theme/img/yes.svg) no-repeat 0 1px;
background-size: 20px auto;
}

.product article ol {
list-style-type: decimal;
margin-left: 22px;
}

.product article blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc; 
margin: 1.5em 10px; 
padding: 0.5em 10px;
border-radius: 8px;
}

.expert-note {
border: 1px solid #e0e0e0; 
padding: 15px; 
background-color: #fcfcfc;
border-radius: 8px;
}

.sek {
margin: 30px 0 0 auto;
width: 380px;
}

.har-krat {
min-height: 300px;
}

.har-krat ul{
flex-direction: column;
font-size: 18px;
}

.har-krat ul li{
margin: 8px 0;
}

.har-krat ul li span:first-child {
display: block;
float: left;
padding-right: 0.5em;
color: #6C7584;
}

.har-krat ul li span:last-child {
display: block;
float: right;
padding-left: 0.5em;
}

.har-krat ul li::after {
content: '';
display: block;
overflow: hidden;
height: 1em;
border-bottom: 1px dotted #6C7584;
}

.har-krat ul li.nogr::after {
content: '';
display: block;
overflow: hidden;
height: 1em;
border-bottom: none;
}

.har-krat ul li.nogr {
margin-bottom: 0;
}

.har-krat ul li.nogr a {
background: url(/theme/img/product.svg) no-repeat right -15px;
padding-right: 20px;
background-size: 14px auto;
height:38px;
line-height:38px;
display: inline-block;
}

.pok {
margin-left: auto;
width: 380px;
display: flex;
flex-direction: column;
}

.pok .price {
margin-top: 22px;
color: #111;
font-size:36px;
text-align: center;
font-weight: bold;
}

a.buy-btn {
display: block;
height: 50px;
line-height: 50px;
background: #0846E2 url(/theme/img/product.svg) no-repeat 59px 12px;
width: 258px;
padding-left: 22px;
border-radius: 5px;
text-transform: uppercase;
color: #fff;
font-size: 18px;
font-weight: bold;
margin: 22px auto 0 auto;
background-size: 21px auto;
text-align: center;
box-sizing: border-box;
}

a.buy-btn:hover {
background: #000cff url(/theme/img/product.svg) no-repeat 59px 12px;
background-size: 21px auto;
}

.pok-vn {
background: #f7f7f7;
width: 100%;
padding: 0 0 20px 0; 
border-radius: 5px;
align-items: center;
display: flex;
flex-direction: column;
}

.pok .oplata, .pok .dostavka {
margin-top: 18px; 
padding: 12px 8px 12px 28px;
border: 2px solid #eee;
border-radius: 5px;
display: flex;
flex-direction: column;
color: #555;
font-size: 15px;
}

/*vremenno*/
.pok .skidka {
margin-top: 18px; 
padding: 22px 11px;
border: 2px solid #eaa3a3;
border-radius: 15px;
color: #332727;
text-align: center;
line-height: 1.2;
font-weight: bold;
}

.pok .skidka b {
color: #B30000;
}

.pok .pok-vn .skidka {
margin-top: 18px; 
padding: 22px 0px;
color: #332727;
text-align: center;
line-height: 1.2;
font-weight: normal;
border-top: 1px solid #d9d9d9;
border-left: none;
border-right: none;
border-bottom: none;
padding-bottom: 0;
border-radius: 0;
font-size: 14px;
}
/*vremenno-knc*/

.pok .dostavka .city {
margin-top: 5px;
height: 34px;
}

.pok .dostavka .city > div {
height: 22px;
}

.pok .oplata .zg, .pok .dostavka .zg {
font-size: 18px;
color: #000;
padding-left: 24px;
}

.pok .oplata .zg {
background: url(/theme/img/product.svg) no-repeat 0 -101px;
}

.pok .dostavka .zg {
background: url(/theme/img/product.svg) no-repeat 0 -71px;
}

.pok .dostavka a {
border-bottom:1px dotted #000;
height: 22px;
display: inline-block;
}

.pok .dostavka .red {
color: red;
}

.pok ul {
flex-direction: column;
margin-top: 8px;
}

.pok ul li > div {
height: 22px;
}

.pok .oplata ul li {
padding-left: 22px;
background: url(/theme/img/product.svg) no-repeat 0 -108px;
background-size: 16px auto;
}

.pok .oplata ul li:last-child {
background: none;
padding-left: 0;
margin-top: 12px;
}

.pok .oplata a {
padding-left: 36px;
background: url(/theme/img/product.svg) no-repeat 18px -142px;
background-size: 18px auto;
display: block;
height: 44px;
line-height: 44px;
border: 1px solid #9fadff;
border-radius: 44px;
padding: 0 4px 0 26px;
width: 150px;
text-align: center;
}

.pok .oplata a:hover {
border: 1px solid #0846E2;
background-color: #dee7ff;
}

.pok .dostavka ul li{
padding-left: 22px;
}

.pok .dostavka ul li:first-child {
background: url(/theme/img/product.svg) no-repeat 0 -165px;
background-size: 16px auto;
}

.pok .dostavka ul li:nth-child(2) {
margin-top: 10px;
background: url(/theme/img/product.svg) no-repeat 0 -205px;
background-size: 16px auto;
}

.pok .dostavka ul li:nth-child(3),.pok .dostavka ul li:last-child {
margin-top: 10px;
}

.pok .dostavka ul li:nth-child(3) a {
border: none;
text-decoration: underline;
}

.pok .dostavka .tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted #000;
color: #555;
cursor: pointer;
}

.pok .dostavka .tooltip .tooltiptext {
visibility: hidden;
width: 220px;
background-color: #dee7ff;
color: #000;
text-align: center;
border-radius: 5px;
padding: 10px;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -90px;
opacity: 1;
}

.pok .dostavka .tooltip:hover .tooltiptext {
visibility: visible;
}

.text {
width: 68%;
margin-top: -190px;
}

p.tx.komplekt {
font-size: 17px;
padding: 10px 5px 10px 70px;
border: 1px solid #ddd;
color: #585858;
background: url(/theme/img/info-modul.svg) no-repeat 10px 45%;
background-size: 40px auto;
}

p.tx.komplekt a{
color: #111;
text-decoration: underline;
}

p.tx.komplekt a:hover{
color: #000;
text-decoration: none;
}

.prodvinut, .prodvinut2 {
padding: 2px 10px;
color: #000;
background: #e5cef2;
font-size: 14px;
border-radius: 15px;
display: flex;
align-items: flex-start;
width: fit-content;
margin-top: 5px;
}

.prodvinut {
background: #d8daff;
}

.text-doc {
margin-top: 22px;
width: 350px;
margin-left: auto;
display: flex;
gap: 11px;
flex-direction: column;
}

.text-doc .text-a {
display: flex;
gap: 30px;
}

.text-a a{
color: #555;
text-decoration: underline;
padding-left: 30px;
height: 44px;
line-height: 44px;
}

.text-doc .text-a a:hover{
color: #0846E2;
}

.text-doc a.cert{
background: url(/theme/img/product.svg) no-repeat 8px -363px;
background-size: 16px auto;
}

.text-doc a.manual{
background: url(/theme/img/product.svg) no-repeat 8px -321px;
background-size: 16px auto;
}

ul.menu-moshn {
flex-wrap: wrap;
gap: 5px;
margin-top: 20px;
justify-content: center;
}

ul.menu-moshn li {
display: flex;
}

ul.menu-moshn li#aktiv {
height: 44px;
line-height: 44px;
border: 2px solid #dfdfdf;
background: #f7f7f7;
border-radius: 5px;
text-align: center;
width: 94px;
display: block;
}

ul.menu-moshn a{
height: 44px;
line-height: 44px;
border: 2px solid #dee7ff;
border-radius: 5px;
text-align: center;
width: 94px;
}

ul.menu-moshn a:hover{
border: 2px solid #0846E2;
}

.accordion {
color: #444;
cursor: pointer;
height: 50px;
line-height: 50px;
width: 100%;
border: none;
text-align: left;
outline: none;
border-radius: 5px;
padding: 0 15px 0 40px;
font-size: 15px;
margin-top: 11px;
background: #f7f7f7 url(/theme/img/product.svg) no-repeat 15px -267px;
background-size: 16px auto;
box-sizing: border-box;
}

.activno, .accordion:hover {
background-color: #dee7ff;
}

.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}

.activno:after {
content: "\2212";
}

.menu-moshn.panel {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
z-index: 2;
position: relative;
background-color: #fff;
}

ul.odna-moshn {
margin-top: 10px;
display: inline-flex;
z-index: 2;
position: relative;
}

ul.odna-moshn a {
display: block;
color: #555;
height: 50px;
line-height: 50px;
padding: 0 15px;
border: 1px solid #888;
border-radius: 5px;
background-color: #fff;
}

ul.odna-moshn a:hover {
color: #111;
border: 1px solid #0846E2;
background-color: #dee7ff;
}

ul.prod-trade {
width: 580px;
margin-top: -150px;
gap: 5px;
flex-wrap: wrap;
line-height: 38px;
}

ul.prod-trade li{
height: 38px;
padding: 0 7px 0 27px;
border: 1px solid #c1d6ff;
border-radius: 5px;
background: #f6f9ff url(/theme/img/product.svg) no-repeat 7px -241px;
background-size: 16px auto;
color: #4f4f4f;
font-size: 15px;
}

.dannie {
width: 100%;
margin-top: 10px;
}

ul.tbl {
flex-direction: column;
font-size: 18px;
gap: 2px;
margin-top: 22px;
padding: 22px 88px;
border: 2px solid #efefef;
border-radius: 5px;
}

ul.tbl li {
line-height: 44px;
}

ul.tbl li:hover {
background: #f7f7f7;
}

ul.tbl li span:first-child {
display: block;
float: left;
padding-right: 0.5em;
color: #6C7584;
}

ul.tbl li span:last-child {
display: block;
float: right;
padding-left: 0.5em;
font-weight: bold;
}

ul.tbl li::after {
content: '';
display: block;
overflow: hidden;
height: 1em;
padding-top: 10px;
border-bottom: 2px dotted #aaa;
}

.pohoz {
width: 100%;
margin-top: 25px;
}

.pohoz ul{
display: flex;
flex-direction: column;
gap: 5px;
margin-top: 11px;
}

.pohoz ul li img{
width: 110px;
height: 110px;
border-radius: 5px;
background: #fff;
padding: 5px;
border: 1px solid #ddd;
}

.pohoz li.aktiv, .pohoz li a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
color: #333;
position: relative;
padding: 8px;
background: #f5f5f5;
border-radius: 5px;
border: 1px solid #ddd;
}

.pohoz li a:hover {
border: 1px solid #2c64f7;
}

.pohoz li a:hover .cen{
background: #0846E2;
color: #fff;
}

.pohoz ul li div{
display: flex;
flex-direction: column;
margin-left: 22px;
}

.pohoz ul li.aktiv{
order: 1;
}

.pohoz ul li.noaktiv{
order: 2;
}

.pohoz ul.tehnich{
flex-direction: row;
flex-wrap: wrap;
}

.pohoz ul.tehnich li{
border-radius: 5px;
border: 1px solid #ddd;
padding: 11px;
color: #535353;
}

.pohoz ul.tehnich li:first-child{
font-weight: bold;
}

.pohoz .cen {
width: 150px;
border: 1px solid #c1d6ff;
border-radius: 5px;
background: #f6f9ff;
text-align: center;
text-transform: uppercase;
margin-left: auto;
display: flex;
align-items: center;
height: 44px;
text-align: center;
justify-content: center;
align-self: center;
}

.pohoz .aktiv .cen {
border: 1px solid #d0d0d0;
border-radius: 5px;
background: #e0e0e0;
font-weight: bold;
align-self: center;
}

.pohoz .name{
font-weight: bold;
}

.pohoz .tut{
position: absolute;
right: 10px;
background: url(/theme/img/product.svg) no-repeat 0 -648px;
background-size: 25px auto;
padding-left: 30px;
}

.p-sort {
display: flex;
height: 44px;
line-height: 44px;
margin-top: 11px;
}

.p-sort > div{
margin-left: auto;
margin-right: 22px;
color: #757575;
}

.p-sort button{
border: none;
background: none;
border-bottom:1px dashed #333;
color: #333;
font-weight: bold;
cursor: pointer;
font-size: 16px;
margin: 0 5px 0 10px;
}

.p-sort button:hover {
border-bottom:1px dashed #000;
color: #000;
}

.p-sort button:focus {
color: #2c64f7;
}

.karusel {
width: 100%;
margin-top: 40px;
clear: both;
}

.owl-carousel {
margin-top: 22px;
}

.karusel .item {
width: 280px;
border: 1px solid #ccc;
border-radius: 5px;
height: 475px;
padding: 24px;
display: block;
}

.karusel .item.tri {
height: 505px;
}

.karusel .item img{
max-width: 200px;
max-height: 200px;
margin: 0 auto;
}

.karusel .item a, .karusel .item > div {
color: #444;
display: flex;
flex-direction: column;
}

.karusel .item a:hover {
color: #0846E2;
}

.karusel .item.ost a {
font-size: 23px;
color: #2c64f7;
width: 200px;
height: 300px;
margin-top: 50%;
margin-left: 10%;
font-weight: bold;
padding: 0;
}

.karusel .item.ost {
background: url(/theme/img/stabmir-logo2.svg) no-repeat right bottom;
background-size: 200px auto;
}

.karusel .item.ost a span{
margin: 11px auto 0 auto;
height: 44px;
line-height: 44px;
background: #2c64f7;
color: #fff;
border-radius: 5px;
text-align: center;
font-weight: normal;
padding: 0 16px;
margin-left: auto;
}

.karusel .name {
text-align: center;
margin-top: 11px;
font-weight: bold;
font-size: 17px;
height: 48px;
overflow: hidden;
}

.karusel .item ul {
flex-direction: column;
gap: 10px;
margin-top: 22px;
}

.karusel .item ul li span:first-child {
display: block;
float: left;
padding-right: 0.5em;
color: #6C7584;
}

.karusel .item ul li span:last-child {
display: block;
float: right;
padding-left: 0.5em;
}

.karusel .item ul li::after {
content: '';
display: block;
overflow: hidden;
height: 1em;
border-bottom: 1px dotted #6C7584;
}

.karusel .owl-item {
width: 330px !important;
} 

.karusel .perehod {
margin: 11px auto 0 auto;
height: 44px;
line-height: 44px;
background: #2c64f7;
color: #fff;
border-radius: 5px;
position: absolute;
bottom: 11px;
width: 120px;
text-align: center;
left: 0;
right: 0;
}

.karusel .tut .perehod {
background: #fff;
color: #111;
border-radius: 5px;
border: 3px solid #2c64f7;
height: 38px;
line-height: 38px;
width: 114px;
}

.karusel .tut .perehod:hover {
background: #2c64f7;
color: #fff;
border: 3px solid #2c64f7;
}

.karusel .tut .it-text {
text-align: center;
color: #000;
border-radius: 5px;
width: 105px;
margin: 5px auto 0 auto;
background: url(/theme/img/product.svg) no-repeat 0 -247px;
background-size: 16px auto;
padding-left: 8px;
}

.karusel .tut .it-hit {
text-align: center;
color: #EB0000;
width: 64px;
height: 44px;
position: absolute;
top: 8px;
right: 8px;
line-height: 1.2;
border: 1px solid red;
border-radius: 8px;
background-size: 16px auto;
padding: 8px 0 0 0;
display: block;
text-transform: uppercase;
font-size: 14px;
}

.karusel a:hover .perehod {
background: blue;
color: #fff;
}

.karusel .owl-nav {
position: absolute;
width: 100px;
top: -50px;
right: 0;
}

.karusel button {
width: 50px;
height: 50px;
}

ul.niz-dop {
margin-top: 100px;
width: 100%;
justify-content: space-between;
gap: 11px;
}

ul.niz-dop li{
width: 31%;
}

ul.niz-dop li a{
height: 140px;
border: 2px solid #ddd;
border-radius: 5px;
display: flex;
padding: 20px;
color: #333;
font-size: 20px;
font-weight: bold;
}

ul.niz-dop li.l1 a{
background: url(/theme/img/niz-dop.svg) no-repeat right -279px;
background-size: 180px auto;
}

ul.niz-dop li.l2 a{
background: url(/theme/img/niz-dop.svg) no-repeat right 1px;
background-size: 180px auto;
}

ul.niz-dop li.l3 a{
background: url(/theme/img/niz-dop.svg) no-repeat right -597px;
background-size: 180px auto;
}

ul.niz-dop li a:hover{
border: 2px solid #2c64f7;
}

ul.niz-dop li a span{
width: 200px;
}

.cat {
display: flex;
margin-top: 22px;
}

.cat-filtrname {
flex-grow: 1;
position: relative;
}

.cat-filtrname #myInput {
height: 44px;
line-height: 44px;
padding-left: 11px;
border: 1px solid #aaa;
text-transform: uppercase;
width: 90%;
}

.cat-filtrname .pr-sbros {
height: 44px;
line-height: 44px;
width: 44px;
background: url(/theme/img/close.svg) no-repeat 50% 50%;
border: none;
cursor: pointer;
position: absolute;
left: calc(90% - 44px);
opacity: 0.4;
}

.cat-filtrname .pr-sbros:hover {
opacity: 1;
}

.filtr-cat {
width: 300px;
flex-basis: 300px;
border: 2px solid #dfdfdf;
border-radius: 5px;
box-sizing: border-box; 
padding: 10px;
display: flex;
flex-direction: column;
gap: 22px;
}

.filtr-cat .zag {
font-size: 20px;
background: url(/theme/img/filtr.svg) no-repeat 0 50%;
background-size: 18px auto;
padding-left: 25px;
}

.filtr-zag {
font-size: 18px;
display: flex;
}

.filtr-zag span.ico {
width: 23px;
height: 20px;
background: url(/theme/img/product.svg) no-repeat 0 -245px;
background-size: 16px auto;
}

.filtr-zag.pod {
margin: 18px 0 0 0;
display: block;
background: #efefef;
padding: 0;
border-radius: 22px;
width: 100px;
text-align: center;
font-size: 15px;
}

.filtr-cat ul {
display: flex;
flex-direction: column;
padding-left: 10px;
margin-top: 11px;
}


.filtr-cat ul li a {
padding: 0 0 0 20px;
color: #333;
background: url(/theme/img/nb-dva-ico.svg) no-repeat 0 -122px;
background-size: 20px auto;
display: flex;
min-height: 44px;
line-height: 44px;
}

.filtr-cat ul li a:hover {
color: #2c64f7;
}

.filtr-sec.mod ul {
display: flex;
gap: 11px;
flex-wrap: wrap;
padding: 0;
flex-direction: row;
}

.filtr-sec.mod ul li {
display: flex;
max-width: 90px;
margin: 0;
flex-grow: 1;
}

.filtr-sec.mod ul li a {
height: 44px;
line-height: 44px;
border: 2px solid #dee7ff;
border-radius: 5px;
text-align: center;
width: 80px;
background: none;
display: flex;
justify-content: center;
padding: 0;
font-size: 15px;
flex-grow: 1;
}

.filtr-sec.mod.ibp ul li a {
width: 80px;
}

.filtr-sec.mod ul li a:hover {
border: 2px solid #0846E2;
}

.right-cat {
display: flex;
flex-direction: column;
width: calc(100% - 330px);
}

.text-cat, .sort-cat {
display: flex;
flex-wrap: wrap;
gap: 11px;
margin-left: 22px;
}

.sort-cat {
height: 44px;
line-height: 44px;
margin-top: 22px;
}

.text-cat {
color: #585858;
margin-top: 11px;
}

.text-cat img {
max-width:80px;
border-radius: 5px;
float: left;
margin-right: 11px;
}

.moshn-cat {
margin-left: 22px;
display: flex;
flex-direction: column;
gap: 11px;
}

.moshn-cat.niz {
margin-top: 55px;
}

.moshn-cat ul{
display: flex;
flex-wrap: wrap;
gap: 11px;
}

.moshn-cat ul.raz{
margin-top: 11px;
}

.moshn-cat a, .moshn-cat span{
color: #585858;
font-size: 15px;
height: 44px;
line-height: 44px;
min-width: 50px;
padding: 0 5px;
border: 1px solid #dfdfdf;
border-radius: 5px;
display: flex;
justify-content: center;
}

.moshn-cat.niz a, .moshn-cat.niz span{
color: #000;
border: 1px solid #535353;
}

.moshn-cat ul.raz a{
text-transform: uppercase;
}

.moshn-cat a:hover, .moshn-cat span{
color: #000;
border: 1px solid #cbcbf7;
background: #f6f6ff;
}

.perestanovka {
margin-left: auto;
display: flex;
height: 44px;
line-height: 44px;
font-size: 15px;
}

.perestanovka > div {
margin-left: auto;
color: #757575;
}

.perestanovka button {
border: none;
background: none;
border-bottom: 1px dashed #585858;
color: #585858;
font-weight: bold;
cursor: pointer;
font-size: 15px;
margin: 0 5px 0 10px;
}

.perestanovka button:focus {
color: #2c64f7;
}

.perestanovka button:hover {
color: #333;
}

.disain {
display: flex;
}

.disain button{
width: 44px;
height: 44px;
line-height: 44px;
background: none;
border: none;
cursor: pointer;
}

.disain button:hover{
background: #f0f0f0;
border-radius: 5px;
}

.prod-cat {
flex-wrap: wrap;
margin: 11px 0 0 22px;
gap: 22px;
}

.prod-cat.dark-theme {
flex-direction: column;
margin-left: 22px;
gap: 11px;
}

.prod-cat.dark-theme > li {
width: 100%;
box-sizing: border-box; 
border: 1px solid #efefef;
border-radius: 5px;
padding: 22px 22px;
position: relative;
height: 380px;
display: flex;
}

.prod-cat.dark-theme li .model {
margin-top: 0;
height: 44px;
text-align: left;
order: 1;
font-size: 22px;
}

.prod-cat.dark-theme li .image {
order: 2;
width: 260px;
height: 260px;
}

.prod-cat.dark-theme ul.hrt {
margin: 0;
width: 40%;
min-width: 300px;
position: absolute;
left: 380px;
top: 110px;
font-size: 17px;
}

.prod-cat.dark-theme .cat-perechen {
bottom: 8px;
position: absolute;
}

.prod-cat.dark-theme .cat-niz {
display: flex;
flex-direction: column;
bottom: auto;
top: 120px;
right: 22px;
width: 150px;
height: auto;
}

.prod-cat.dark-theme .cat-niz .krz {
height: 55px;
line-height: 55px;
background: #0846E2 url(/theme/img/product.svg) no-repeat 14px 18px;
background-size: 20px auto;
width: 115px;
padding-left: 45px;
font-size: 18px;
margin-top: 11px; 
}

.prod-cat.dark-theme .cat-niz .price {
margin: 0;
text-align: center;
font-weight: bold;
font-size: 27px;
}

.prod-cat > li {
width: 32%;
box-sizing: border-box; 
border: 1px solid #efefef;
border-radius: 5px;
padding: 22px 22px;
position: relative;
height: 685px;
}

.prod-cat li a {
color: #343c4b;
display: flex;
flex-direction: column;
}

.prod-cat li > a:hover {
color: #2c64f7;
}

.prod-cat li img {
max-width: 250px;
height: auto;
margin: 0 auto;
display: flex;
justify-content: center;
}

.prod-cat li .image {
min-height: 250px;
}

.prod-cat li .model {
margin-top: 11px;
height: 81px;
font-size: 19px;
text-align: center;
font-weight: bold;
overflow: hidden;
}

.prod-cat ul.hrt {
flex-direction: column;
font-size: 15px;
gap: 8px;
}

.prod-cat ul.hrt li span:first-child {
display: block;
float: left;
padding-right: 0.5em;
color: #6C7584;
}

.prod-cat ul.hrt li span:last-child {
display: block;
float: right;
padding-left: 0.5em;
color: #000;
}

.prod-cat ul.hrt li::after {
content: '';
display: block;
overflow: hidden;
height: 1em;
border-bottom: 1px dotted #6C7584;
}

.cat-niz {
display: flex;
position: absolute;
bottom: 5px;
right: 22px;
width: calc(100% - 44px);
height: 44px;
line-height: 44px;
}

.cat-niz .price {
margin-right: auto;
font-size: 27px;
font-weight: bold;
}

.cat-niz .krz {
margin-left: auto;
display: block;
height: 44px;
line-height: 44px;
background: #0846E2 url(/theme/img/product.svg) no-repeat 9px 12px;
background-size: 17px auto;
width: 94px;
padding-left: 35px;
border-radius: 5px;
color: #fff;
font-size: 17px;
font-weight: bold;
}

.cat-niz .krz:hover {	
background-color: #000cff;
}

.cat-perechen {
margin-top: 11px;
flex-wrap: wrap;
gap: 4px;
font-size: 13px;
}

.cat-perechen li {
background: rgb(227, 242, 224);
padding: 1px 10px;
border-radius: 5px;
color: rgb(75, 115, 87);
line-height: 1.4;
}

.karusel.catslider {
margin-top: 80px;
}

#city, #delivery, #pickup {
display: none;
}

.faq {
max-width: 800px;
margin: 40px auto;
}

.faq h2 {
text-align: center;
margin-bottom: 30px;
color: #1a1a1a;
}

.faq details {
background: white;
border: 1px solid #e0e0e0;
border-radius: 12px;
margin-bottom: 16px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
}

.faq details:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
}

.faq summary {
padding: 20px 24px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
color: #333;
position: relative;
}

.faq summary::after {
content: '+';
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 50%;
background: #f8f9fa;
color: #6c757d;
flex-shrink: 0;
transition: transform 0.3s ease;
}

.faq details[open] summary::after {
content: '−';
transform: rotate(90deg);
background: #007bff;
color: white;
}

.faq p {
padding: 0 24px 20px;
margin: 0;
color: #555;
line-height: 1.6;
}

.img-container {
margin: 2rem 0;
padding: 15px;
background: #fff;
border: 1px dashed #ccc;
text-align: center;
}

.img-container img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto 10px;
}

.img-container figcaption {
font-size: 0.9rem;
color: #5e5e5e;
line-height: 1.4;
max-width: 600px;
margin: 0 auto;
}

@media all and (max-width:1505px){
.wrap {
width: 98%;
padding: 0 1%;
width: calc(100% - 20px);
padding: 0 10px;
}
ul.nb-tri .dropdown {
display: none;
}
.wrap.sredn .tele {
margin-right: 18px;
}
.sektor .photo img {
width: 450px;
}
.sektor .gfast {
width: 540px;
}
.sektor .photo {
max-width: 450px;
}
.pok {
width: 25%;
}
.sek {
width: 25%;
}
.text-doc {
width: 25%;
}
.text-doc .text-a {
gap: 10px;
}
.filtr-cat {
width: 260px;
flex-basis: auto;
}
.cat-perechen {
width: 90%;
bottom: 55px;
}
.prod-cat {
gap: 4px;
}
.prod-cat > li {
width: 33%;
}
.right-cat {
width: calc(100% - 260px);
flex-grow: 1;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 26px;
}
}
@media all and (max-width:1300px){
.menu-triger {
background: #0846E2 url(/theme/img/cat.svg) no-repeat 55px 15px;
background-size: auto;
width: 215px;
padding-left: 12px;
}
.menu-triger:hover {
background: #000cff url(/theme/img/cat.svg) no-repeat 55px 15px;
}
.menu-triger:focus {	
background: #0846E2 url(/theme/img/cat.svg) no-repeat 55px -34px;
}
ul.niz-dop li{
flex-grow: 1;
}
ul.niz-dop li a {
width: 87%;
width: calc(100% - 40px);
}
.logo {
margin-right: 14px;
}
.sektor .photo img {
width: 400px;
}
.sektor .gfast {
width: 490px;
}
.sektor .photo {
max-width: 400px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 19px;
font-weight: bold;
}
.prod-cat.dark-theme .cat-niz .price {
font-size: 26px;
}
.prod-cat > li {
padding: 22px 15px;
}
.cat-niz {
right: 15px;
width: calc(100% - 30px);
}
.prod-cat li .model {
font-size: 17px;
}
.prod-cat.dark-theme > li {
padding: 11px 22px;
height: 380px;
}
.prod-cat.dark-theme li .model {
height: 58px;
line-height: 1.4;
}
.prod-cat.dark-theme ul.hrt {
width: 34%;
min-width: auto;
left: 355px;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz {
width: calc(100% - 30px);
right: 15px;
}
.prod-cat.dark-theme .cat-niz {
top: 120px;
right: 22px;
width: 150px;
}
.cat-perechen li {
padding: 1px 2px;
border-radius: 4px;
}
}
@media all and (max-width:1160px){
.menu-triger {
background: #0846E2 url(/theme/img/cat.svg) no-repeat 10px 15px;
width: 125px;
}
.menu-triger:hover {
background: #000cff url(/theme/img/cat.svg) no-repeat 10px 15px;
}
.menu-triger:focus {	
background: #0846E2 url(/theme/img/cat.svg) no-repeat 10px -34px;
}
ul.nb-tri {
gap: 11px;
margin-left: 11px;
}
.verh-rd {
gap: 8px;
}
.verh-rd a {
font-size: 15px;
}
ul.niz-dop li.l1 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -119px;
background-size: 110px auto;
}
ul.niz-dop li.l2 a {
background: url(/theme/img/niz-dop.svg) no-repeat right 60px;
background-size: 110px auto;
}
ul.niz-dop li.l3 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -317px;
background-size: 110px auto;
}
h1 {
font-size: 33px;
max-width: 90%;
}
h2 {
font-size: 30px;
margin-top: 20px;
font-weight: bold;
}
h3 {
font-size: 27px;
font-weight: bold;
}
.sektor .gallery {
order: 2;
flex-direction: row;
flex-wrap: wrap;
max-width: 100%;
}
.sektor .gfast {
width: 380px;
}
.sektor .photo img {
width: 380px;
}
.sektor .gallery a {
width: 60px;
height: 60px;
}
.sektor .prsuper {
order: 3;
}
.sektor .photo {
margin: 0;
}
.sek {
width: 29%;
}
.pok {
width: 295px;
}
ul.prod-trade {
width: 100%;
line-height: 32px;
margin-top: 5px;
}
ul.prod-trade li {
height: 32px;
font-size: 14px;
background: #f6f9ff url(/theme/img/product.svg) no-repeat 4px -211px;
background-size: 14px auto;
padding: 0 5px 0 22px;
}
.text {
width: 80%;
margin-top: 11px;
}
.text-doc {
width: 140px;
}
.text-doc .text-a {
flex-direction: column;
height: 44px;
line-height: 44px;
}
.pohoz ul li > div, .pohoz ul li a > div{
max-width: 480px;
}
.pohoz ul.tehnich li {
padding: 5px;
}
.filtr-cat {
width: 225px;
}
.light-theme .prod-cat li img {
max-width: 210px;
}
.prod-cat li .image {
min-height: 210px;
}
.prod-cat > li {
height: 690px;
padding: 18px 9px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 18px;
}
.prod-cat.dark-theme .cat-niz .price {
font-size: 26px;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz {
width: calc(100% - 18px);
right: 9px;
}
.prod-cat.dark-theme .cat-niz {
bottom: auto;
top: 120px;
right: 22px;
width: 150px;
height: auto;
}
.prod-cat.dark-theme ul.hrt {
left: 320px;
}
.prod-cat.light-theme li img {
max-width: 220px;
height: auto;
}
}
@media (max-width: 1080px) {
.right-cat {
width: calc(100% - 270px);
}
.prod-cat > li {
width: 49%;
height: 685px;
}	
.filtr-cat {
width: 260px;
}
.cat-perechen {
bottom: 58px;
}
.prod-cat li img {
max-width: 250px;
}
.prod-cat li .image {
min-height: 250px;
}
.prod-cat li .model {
font-size: 19px;
font-weight: bold;
}
.cat-filtrname {
width: 100%;
}
.sort-cat {
height: auto;
}
.cat-filtrname #myInput {
width: 100%;
}
.cat-filtrname .pr-sbros {
left: calc(100% - 44px);
}
.prod-cat.dark-theme > li {
height: 410px;
}
.prod-cat.dark-theme .cat-niz .krz {
margin-top: 0;
}
.prod-cat.dark-theme ul.hrt {
top: 67px;
width: 45%;
}
.prod-cat.dark-theme .cat-niz {
flex-direction: row;
top: auto;
right: 5px;
width: 299px;
height: 55px;
position: absolute;
bottom: 5px;
line-height: 55px;
background: #efefef;
padding: 5px 5px 5px 5px;
border-radius: 5px;
}
.prod-cat.dark-theme .cat-perechen {
width: 53%;
max-width: 300px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 23px;
}
.prod-cat.dark-theme .cat-niz .price, .cat-niz .price {
font-size: 23px;
font-weight: bold;
margin: 0px auto;
}
.cat-niz .price {
margin: 0px;
}
ul.nb-tri {
gap: 8px;
}
.pok {
width: 285px;
}
}
@media (max-width: 1020px) {
ul.nb-tri li:last-child {
display: none;
}
.verh-rd a.b1,.verh-rd a.b2 {
display: none;
}
.wrap.sredn .tele {
margin-right: 28px;
}
.verh-rd {
padding-right: 5px;
}
.logo {
width: 210px;
margin-right: 18px;
}
.logo .ltext{
margin-right: 10px;
}
.menu-triger {
margin-right: 18px;
}
.sektor .gfast {
width: 310px;
}
.sektor .photo img {
width: 310px;
}
ul.tbl {
padding: 22px 18px;
}
ul.tbl {
padding: 22px 28px;
}
.catalog-position {
flex-direction: column;
}
ul.nb-tri {
gap: 5px;
margin-left: 8px;
}
.pok {
width: 275px;
}
.top-line .wrap ul.vrmenu {
display: none;
}
.top-line .wrap ul.skrmenu {
margin: 0;
position: absolute;
right: 33px;
}
}
@media (max-width: 920px) {
ul.nb-tri {
display: none;
}
.wrap.sredn .tele {
background: url(/theme/img/call-center-2.svg) no-repeat left 0px;
padding-left: 30px;
background-size: 25px auto;
}
#search_input {
padding-left: 27px;
background: url(/theme/img/poisk.svg) no-repeat 4px 15px;
background-size: 20px auto;
}
.breadcrumbs li.active {
display: none;
}
h1 {
font-size: 26px;
font-weight: bold;
}
h2 {
font-size: 24px;
}
.harakteristiki h2, .sektor h3 {
text-align: center;
}
h3 {
font-size: 21px;
}
#search_form {
margin-right: 10px;
}
#search_result_list li a {
flex-direction: column;
height: auto;
font-size: 15px;
padding: 11px 22px;
line-height: 1.7;
}
.search-prod-price {
margin-left: 0;
}
.sektor .gfast {
width: 400px;
}
.sektor .photo img {
width: 400px;
}
.sek {
margin: 30px 0 0 0;
max-width: 100%;
flex-grow: 1;
padding: 0 22px;
}
.pok {
margin: 22px 0 0 0;
width: 100%;
}
.text {
width: 95%;
}
.text-doc {
width: 250px;
margin-right: 44px;
}
.text-doc .text-a {
flex-direction: row;
justify-content: flex-end;
}
.op-dost {
flex-direction: row;
display: flex;
gap: 11px;
justify-content: center;
}
.pok .oplata, .pok .dostavka {
width: 45%;
}
ul.odna-moshn {
justify-content: flex-end;
margin-left: auto;
}
.cat {
margin-top: 0;
}
.cat .filtr-cat {
display: none;
}
.right-cat {
width: 100%;
}
.moshn-cat, .sort-cat, .prod-cat, .text-cat {
margin-left: 0;
}
.prod-cat > li {
padding: 22px;
}
.cat-perechen {
bottom: 60px;
}
.prod-cat {
gap: 11px;
}
.text-cat p {
font-size: 16px;	
}
.moshn-cat ul {
border-top: 1px solid #eee;
padding-top: 11px;
}
.prod-cat.dark-theme {
margin-left: 0;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz {
width: calc(100% - 44px);
right: 22px;
}
.prod-cat.dark-theme .cat-niz {
top: auto;
right: 5px;
width: 299px;
height: 55px;
position: absolute;
bottom: 5px;
}
.prod-cat.dark-theme li .image {
width: 210px;
height: 210px;
}
.prod-cat.dark-theme li img {
width: 210px;
height: auto;
}
}
@media (max-width: 840px) {
.wrap.sredn-dva {
margin-top: 22px;
}
.verh-rd {
position: absolute;
right: 0;
top: -54px;
width: 44px;
height: 44px;
}
.verh-rd .b3 sup {
color: #fff;
position: absolute;
top: -5px;
right: -5px;
width: 8px;
height: 8px;
line-height: 8px;
font-size: 10px;
}
.verh-rd span:last-child{
display: none;
}
.navbar {
position: relative;
z-index: 1;
}
.navbar.poehali {
top: 0;
padding: 0;
box-shadow: none;
}
.wrap.sredn .tele {
position: absolute;
right: 35px;
top: -54px;
height: 44px;
}
.wrap.sredn .tele span:last-child{
display: none;
}
ul.nb-chetire a span {
display: none;
}
ul.niz-dop {
flex-direction: column;
}
ul.niz-dop li a {
width: auto;
height: auto;
}
ul.niz-dop li a span {
width: auto;
max-width: 80%;
}
ul.niz-dop li.l1 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -129px;
background-size: 80px auto;
}
ul.niz-dop li.l2 a {
background: url(/theme/img/niz-dop.svg) no-repeat right 0px;
background-size: 80px auto;
}
ul.niz-dop li.l3 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -257px;
background-size: 80px auto;
}
.menu-triger {
display: none;
}
.sektor .gfast {
width: 310px;
}
.sektor .photo img {
width: 310px;
}
.pohoz ul li > div, .pohoz ul li a > div{
max-width: 350px;
}
.pohoz .cen {
margin: 11px auto 0 auto;
width: 250px; 
}
ul.tbl {
padding: 22px 5px;
}
ul.tbl li {
height: auto;
line-height: 1.4;
flex-wrap: wrap;
display: flex;
border-bottom: 1px dashed #a0a0a0;
flex-direction: column;
padding: 15px 33px;
}
ul.tbl li:first-child {
padding-top: 0;
}
ul.tbl li span {
padding: 5px 0;
}
ul.tbl li:last-child {
border-bottom: none;
padding-bottom: 0;
}
ul.tbl li::after {
content: none;
height: 0;
padding-top: 0;
border-bottom: none;
}
ul.tbl li span:last-child {
padding-left: 0;
}
ul.tbl li span:first-child {
padding-right: 0;
}
#search_form {
margin-right: auto;
}
.p-sort > div {
margin: 0;
color: #757575;
}
.prod-cat li .model {
font-size: 18px;
line-height: 1.4;
}
.cat-niz .price {
font-size: 21px;
font-weight: bold;
}
.prod-cat.dark-theme .cat-perechen {
width: 43%;
max-width: 43%;
bottom: 40px;
}
ul.nb-dva {
gap: 5px;
}
ul.niz-dop li{
width: 100%;
}
.text-foot .logo .ltext {
margin-right: 5px;
}
.top-line .wrap ul.skrmenu {
right: 240px;
}
}
@media (max-width: 650px) {
ul.nb-chetire a {
display: none;
}
.sektor .gfast {
width: 100%;
justify-content: center;
}
.sektor .photo img {
width: 400px;
}
.sek {
padding: 0 8px;
}
.sektor .prsuper {
margin-top: 22px;
}
.sektor .gallery {
width: 100%;
justify-content: center;
}
.sektor .gallery a {
width: 44px;
height: 44px;
}
.prod-cat > li {
padding: 22px 15px;
height: 655px;
}
.prod-cat li .model {
font-size: 17px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 17px;
}
.prod-cat.dark-theme .cat-niz .price {
font-size: 24px;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz {
width: calc(100% - 30px);
right: 15px;
}
.prod-cat.dark-theme .cat-niz {
top: auto;
right: 5px;
width: 299px;
height: 55px;
position: absolute;
bottom: 5px;
}
.prod-cat li img {
max-width: 220px;
}
.prod-cat li .image {
min-height: 220px;
}
.moshn-cat ul {
gap: 3px;
}
.moshn-cat.niz a, .moshn-cat.niz span {
min-width: 45px;
}
.cat-perechen {
width: 94%;
bottom: 55px;
}
.prod-cat.dark-theme ul.hrt {
left: 240px;
width: 51%;
top: 75px;
}
.prod-cat.dark-theme > li {
height: 436px;
padding: 11px;
}
.prod-cat.dark-theme li .model {
height: 75px;
font-size: 20px;
}
.text-doc {
margin-right: 31px;
}
p.vibob {
text-align: center;
justify-content: center;
display: flex;
flex-direction: column;
}
a.ctlg {
margin: 22px auto 0 auto;
}
}
@media (max-width: 590px) {
.logo {
flex-grow: 1;
}
.menu-triger {
margin-right: 0;
}
.wrap.sredn, .wrap.sredn-dva {
flex-wrap: wrap;
justify-content: flex-end;
}
.nb-dva li.net {
display: none;
}
#search_form {
flex-grow: 0;
width: 70%;
margin: 22px 0 0 0;
}
.nb-dva {
width: 105px;
position: absolute;
right: 10px;
top: -81px;
height: 44px;
z-index: 1;
}
.logo {
flex-grow: 0;
}
.wrap.sredn, .wrap.sredn-dva {
justify-content: center;
}
#search_form {
flex-grow: 1;
}
.logo {
width: 185px;
}
.logo img {
width: auto;
height: 48px;
}
.logo .ltext{
margin-right: 0;
}
.logo {
margin-right: 0;
display: flex;
}
.logo .ltext-verh {
font-size: 23px;
height: 23px;
line-height: 23px;
}
.logo .ltext-niz {
width: 141px;
}
.text-foot .logo {
width: 190px;
}

h1 {
max-width: 100%;
}
.breadcrumbs {
font-size: 14px;
gap: 5px;
}
.breadcrumbs li {
margin-left: 0;
border: 1px solid #eee;
padding: 0 5px;
height: 28px;
border-radius: 5px;
line-height: 28px;
overflow: hidden;
}
#search_result {
top: 128px;
right: 10px;
width: 95% !important;
width: calc(100% - 20px) !important;
}
h1 {
font-size: 23px;
}
h2 {
font-size: 21px;
font-weight: bold;
}
h3 {
font-size: 19px;
}
.breadcrumbs li:first-child {
display: none;
}
.op-dost {
flex-direction: column;
}
.pok .oplata, .pok .dostavka {
width: auto;
}
.pohoz li.aktiv, .pohoz li a {
justify-content: center;
}
.pohoz .name {
font-size: 17px;
margin: 11px 0;
text-align-last: center;
}
.pohoz ul li img {
width: 130px;
height: auto;
padding: 5px 32px;
border-radius: 10px;
}
.pohoz ul {
font-size: 15px;
}
.pohoz ul.tehnich li {
padding: 5px;
flex-grow: 1;
text-align: center;
}
.pohoz ul li div, .pohoz ul li a div {
margin-left: 0;
width: 90%;
max-width: 90%;
}
.pohoz ul li.aktiv, .pohoz ul li.noaktiv a {
padding: 25px 0 25px 0;
}
.pohoz .tut {
right: 5px;
top: 2px;
background: none;
padding-left: 0;
font-size: 14px;
color: #2c64f7;
}
ul.tbl li {
padding: 5px 22px;
}
.text {
width: 98%;
}
.owl-carousel {
margin-top: 54px;
}
.perestanovka button {
margin: 0 5px;
}
.prod-cat > li {
width: 48%;
padding: 22px 8px;
}
.prod-cat li .model {
font-size: 16px;
order: 2;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .prod-cat.dark-theme .cat-niz .price {
font-size: 16px;
font-weight: bold;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz  {
right: 8px;
width: calc(100% - 16px);
}
.prod-cat.dark-theme > li {
height: auto;
padding: 22px;
flex-direction: column;
}
.prod-cat.dark-theme li img {
max-width: 220px;
width: 220px;
height: auto;
margin: 0 auto;
justify-content: center;
}
.prod-cat.dark-theme li .model {
text-align: center;
height: 81px;
}
.prod-cat.dark-theme li .image {
min-height: 220px;
order: 1;
margin: 0 auto;
width: 220px;
height: 230px;
}
.prod-cat.dark-theme ul.hrt {
left: auto;
width: 100%;
top: auto;
position: relative;
font-size: 15px;
}
.prod-cat.dark-theme .cat-perechen {
width: 94%;
max-width: 94%;
bottom: auto;
position: relative;
margin-top: 11px;
}
.prod-cat.dark-theme .cat-niz .krz {
margin-left: auto;
display: block;
height: 44px;
line-height: 44px;
background: #0846E2 url(/theme/img/product.svg) no-repeat 9px 12px;
background-size: 17px auto;
width: 94px;
padding-left: 35px;
border-radius: 5px;
font-size: 17px;
}
.prod-cat.dark-theme .cat-niz {
top: auto;
right: auto;
width: 100%;
height: 44px;
position: relative;
bottom: auto;
line-height: 44px;
background: none;
padding: 0;
margin-top: 22px;
}
.prod-cat.dark-theme .cat-niz .price {
margin: 0px;
font-size: 24px;
}
.pok .dostavka {
margin-top: 0;
}
.text-doc {
margin-right: 11px;
}
.top-line .wrap ul.skrmenu {
margin: 0;
position: absolute;
right: auto;
top:58px;
width: 55px;
height: 55px;
line-height: 55px;
z-index: 2;
font-size: 18px;
}
.dropbtn1 {
width: 55px;
height: 55px;
justify-content: center;
}
.cat-perechen {
font-size: 12px;
}
.cat-perechen li {
padding: 1px 1px;
}
}
@media (max-width: 535px) {
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz {
right: 4px;
width: calc(100% - 12px);
}
}
@media (max-width: 520px) {
.prod-cat {
gap: 11px;
}
.prod-cat > li {
width: 100%;
padding: 11px 22px;
height: auto;
}
.prod-cat.light-theme .cat-niz, .prod-cat.null-theme .cat-niz, .cat-niz {
right: auto;
width: 100%;
position: relative;
bottom: auto;
margin-top: 22px;
}
.prod-cat li .model {
font-size: 19px;
min-height: 50px;
height: auto;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 26px;
padding-left: 25px;
}
.disain {
display: none;
}
.cat-perechen {
position: relative;
bottom: auto;
margin-top: 17px;
}
.cat-perechen li {
padding: 1px 12px;
border-radius: 20px;
line-height: 1.4;
font-size: 13px;
}
.prod-cat ul.hrt {
margin-top: 22px;
}
}
@media (max-width: 480px) {
ul.niz-dop li.l1 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -89px;
background-size: 80px auto;
}
ul.niz-dop li.l2 a {
background: url(/theme/img/niz-dop.svg) no-repeat right 15px;
background-size: 80px auto;
}
}
@media (max-width: 430px) {
.sektor .photo {
max-width: 380px;
}
.sektor .photo img {
width: 380px;
}
.p-sort button {
margin: 0 3px 0 3px;
}
span.nte {
display: none;
}
.nb-dva {
width: 83px;
}
ul.nb-dva a.nb3 {
background: #dee7ff url(/theme/img/nb-dva-ico.svg) no-repeat 2px 7px;
background-size: 20px auto;
}
ul.nb-dva a {
border-radius: 5px;
padding: 8px 4px 8px 24px;
}
}
@media (max-width: 390px) {
.logo {
width: 185px;
flex-grow: 0;
}
.verh-rd {
display: none;
}
.wrap.sredn .tele {
margin-right: 0;
right: 10px;
}
.wrap.sredn, .wrap.sredn-dva {
justify-content: flex-start;
}
.nb-dva {
position: absolute;
right: 10px;
top: -81px;
height: 44px;
}
.menu-triger {
margin: 22px 0 0 0;
}
ul.niz-dop li a span {
width: 187px;
max-width: 187px;
}
h1 {
font-size: 21px;
}
h2 {
font-size: 20px;
}
.sektor .photo {
max-width: 330px;
}
.sektor .photo img {
width: 330px;
}
ul.tbl li {
padding: 15px 11px;
}
.karusel .owl-item {
width: 314px !important;
}
.karusel .item {
width: 270px;
}
.p-sort > div {
margin: 0 auto;
}
.p-sort > div span {
display: none;
}
.cat-filtrname #myInput {
font-size: 14px;
padding-left: 5px;
text-transform: none;
}
.cat-filtrname .pr-sbros {
left: calc(100% - 34px);
background: url(/theme/img/close.svg) no-repeat 14px 50%;
background-size: 16px auto;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .prod-cat.dark-theme .cat-niz .price {
font-size: 24px;
}
.prod-cat li .model, .prod-cat.dark-theme li .model {
font-size: 18px;
}
.top-line .wrap ul.skrmenu {
margin: 0;
position: absolute;
right: 12px;
top:135px;
width: 50px;
height: 50px;
line-height: 50px;
z-index: 2;
font-size: 18px;
}
.dropbtn1 {
width: 48px;
height: 48px;
justify-content: center;
border: 1px solid #eee;
border-radius: 5px;
}
.top-line .wrap ul .dropdown1:hover .dropdown-content1 {margin-left: -70px;}
#search_form {
flex-grow: 0;
width: 80%;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
padding-left: 15px;
}
}
@media (max-width: 345px) {
.wrap.sredn .tele {
background: none;
padding-left: 0;
}
.nb-dva {
right: 10px;
top: -73px;
width: 68px;
}
ul.nb-dva a.nb3 {
background: #dee7ff;
border-radius: 5px;
padding: 0;
height: 44px;
line-height: 44px;
width: 68px;
display: flex;
justify-content: center;
}
#search_input {
padding-left: 25px;
background: url(/theme/img/poisk.svg) no-repeat 2px 15px;
background-size: 21px auto;
}
.sektor .photo {
max-width: 100%;
}
.sektor .photo img {
width: 320px;
}
.karusel .owl-item {
width: 284px !important;
}
.karusel .item {
width: 240px;
}
.prod-cat > li, .prod-cat.dark-theme > li {
padding: 11px 15px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .prod-cat.dark-theme .cat-niz .price {
font-size: 21px;
}
.perestanovka {
width: 100%;
}
.disain {
margin-left: auto;
}
.menu-popup3 .tele-niz a span:first-child {
font-size: 21px;
}
p.tx.komplekt {
padding: 10px 5px 10px 55px;
background: url(/theme/img/info-modul.svg) no-repeat 5px 45%;
background-size: 40px auto;
}
.text-doc {
margin: 22px auto 0 auto;
}
}
@media (max-width: 339px) {
.sektor .photo img {
width: 310px;
}
.cat-niz .price {
font-size: 22px;
}
}
@media (max-width: 330px) {
.sektor .photo img {
width: 300px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
font-size: 20px;
}
}
@media (max-width: 320px) {
.sektor .photo img {
width: 290px;
}
.prod-cat > li, .prod-cat.dark-theme > li {
padding: 11px;
}
ul.niz-dop li.l1 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -80px;
background-size: 75px auto;
}
ul.niz-dop li.l2 a {
background: url(/theme/img/niz-dop.svg) no-repeat right 27px;
background-size: 75px auto;
}
ul.niz-dop li.l3 a {
background: url(/theme/img/niz-dop.svg) no-repeat right -241px;
background-size: 75px auto;
}
.dostavka #pickup {
line-height: 1.1;
}
}
@media (max-width: 310px) {
.sektor .photo img {
max-width: 280px;
}
.prod-cat.light-theme .cat-niz .price, .prod-cat.null-theme .cat-niz .price, .cat-niz .price {
padding-left: 0;
}
}