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,strong,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-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none;}em,i {font-style: italic;}strong,b{font-weight: 900;}sub {font-size: 0.8em;position: relative;top: 0.5em;}sup {font-size: 0.8em;position: relative;top: -0.5em;}blockquote {font-style: italic;margin: 40px 0 40px;line-height: 19px;font-size: 13px;position: relative;color: #555555;}

*,*::before,*::after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

:root{
	--bg-color:#f2f3f6;
	--color:#2b2a29;
	/* --green:#2eab43; */
	--green:#e10808;
	/* --orange:#f77b20; */
	--orange:#410500;
}

@font-face {
    font-family: 'PT-Sans';
    src: url( '../fonts/PT_Sans/PTSans-Regular.woff2') format( 'woff2'),url( '../fonts/PT_Sans/PTSans-Regular.woff') format( 'woff'),url( '../fonts/PT_Sans/PTSans-Regular.ttf') format( 'truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Sans';
    src: url( '../fonts/PT_Sans/PTSans-Italic.woff2') format( 'woff2'),url( '../fonts/PT_Sans/PTSans-Italic.woff') format( 'woff'),url( '../fonts/PT_Sans/PTSans-Italic.ttf') format( 'truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Sans';
    src: url( '../fonts/PT_Sans/PTSans-Bold.woff2') format( 'woff2'),url( '../fonts/PT_Sans/PTSans-Bold.woff') format( 'woff'),url( '../fonts/PT_Sans/PTSans-Bold.ttf') format( 'truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
	scroll-behavior: smooth;
}
a{
	color: var(--green);
	transition: all 0.3s ease;
}
a:hover{
	color: var(--orange);
}

body{
	padding:0;
	margin:0;
	font-family: 'PT-Sans', Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	min-width:340px;
	background-color:#fff;
}
p, li{
	font-size:14px;
	line-height:18px;
}
main ul li{
	position:relative;
}
main ul ul{
	    margin-top: 0;
    margin-left: 20px;
}
main ul li::before
{
	content: ' ';
	display:block;
	position:absolute;
	width:12px;
	height:3px;
	border-radius:2px;
	background-color:#2b2a29;
	margin-left: -18px;
    top: 7px;
}
main ul ul li::before
{
	    background-color: var(--green);
}
li p {
	margin:0;
}
p, ul{
	margin:20px 0;
}
header{
	padding:35px 0;
	height:120px;
}
.logo{
	text-indent:-5000px;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	background-image:url('../img/geoboss-logo-2026.svg'); 
	width:180px;
	height:49px;
	background-size:180px 49px;
	background-repeat:no-repeat;
	background-position:center center;
}
.logo:hover{
	opacity:0.8
}
.cnt{
	width:1000px;
	margin:0 auto;
}

footer, header, nav, section, .columns {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.columns {
flex-direction:row;
flex-wrap: wrap;
}
.column1-2,.column1-3,.column2-3,.column1-4,.column3-4 {
margin:0;
padding:0;
position:relative;
align-items:stretch;
}
.column4-5{
width:80%;
}
.column3-4 {
width:75%;
}
.column2-3 {
width:66.666666%;
width:calc( 200% / 3);
}
.column3-5 {
width:60%;	
}
.column1-2 {
width:50%;
}
.column2-5 {
width:40%;	
}
.column1-3 {
width:33.333333%;
width:calc( 100% / 3);
}
.column1-4 {
width:25%;
}
.column1-5 {
width:20%;
}
.column2-9{
width:22.222222%;
width:calc( 200% / 9  );
}

.a-c{text-align:center;}
.a-l{text-align:left;}
.a-r{text-align:right;}

h1,h2,h3,h4,h5 {margin:30px 0 15px;color:#000;font-weight: 600;}
h1 {font-size:20px;line-height:24px;}
h2 {font-size:18px;line-height:22px;}
h3 {font-size:16px;line-height:20px;}


.searchWrapper{
	    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding: 0 30px;
	margin-top: 4px;
}
.searchWrapper .search{
	margin: 0 0 0 10px ;
	display:flex;
	position:relative;
	width: 100%;
	width: calc(100% - 10px);
}
.searchWrapper .search input[type=text]{
	width:100%;
	margin-right: -4px;
}
.searchWrapper .search button{
	
}
.suggestionsWrapper{
	width:100%;
	position:relative;
}
.suggestions{
     position: absolute;
    top: 37px;
    left: 10px;
    width: 100%;
    box-shadow: -1px 5px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    z-index: 3;
    padding: 5px 15px 5px 11px;
	display:none;
	
	top: 40px;
    left: -85px;
    width: calc(100% + 85px);
}

.phone a,
.email a{	
	font-weight:bold;
	text-decoration:none;
	font-size:16px;	
	    margin-top: -2px;
		line-height: 16px;
}
.email a{
	font-size:15px;	
}
.phone {
	margin:7px 0;
}
.phone--subtitle{
	font-size:10px;
	color:#828fa5;
	text-transform:uppercase;
}
.email a{
	
}
.contacts .email{
	    text-align: right;
    margin-bottom: 5px;
}
.contacts .email a{
	font-size: 15px;
    color: #141415;
}
.phoneLink{	    
    margin-bottom: 15px;
}
.phoneLink a{
	    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    font-size: 16px;
}
.contacts a span {
	color:#000;
}
.contacts{
	display: flex;
    flex-direction: column;    
	align-items: flex-end;
	margin-top:-20px;
}
.contacts .email{
	width:135px;
}

.cartBtn{
	position:fixed;
	top:20%;
	right:-100px;
	font-size:12px;
	padding:0 14px;	
	transition: right 0.5s ease; 
}
.cartBtn.visible {
	right: -4px;
	z-index: 20;
    box-shadow:11px 7px 20px 2px #00000026;
}

.cartBtn span{
	position:relative;
}
.cartBtn i{
    position: absolute;
    left: -12px;
    top: -19px;
    background-color: var(--green);
    color: #fff;
    height: 16px;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
}

.contactBox{
	    position: fixed;
    z-index: 99;
    right: 5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.contactBoxBtn{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: 3px solid var(--green);
    background-color: transparent;
    position: relative;
    margin: 0;
	background-color:#fff;
    background-image: url(../img/consulting-min.svg);
    background-position: center center;
    background-size: 37px auto;
    background-repeat: no-repeat;
    text-indent: -5000px;	
	box-shadow: 0 0 15px 20px rgb(255 8 8 / 10%);
	z-index:9;
	overflow: hidden; 
}
.pulse {
	 animation: pulse 1s ease-out 3;
}
@keyframes pulse {
	0% {		
		box-shadow: 0 0 0 0 rgba(255, 8, 8,  0.7);
	}
	70% {		
		box-shadow: 0 0 15px 20px rgba(255, 8, 8,  0);
	}
	100% {		
		box-shadow: 0 0 0 0 rgba(255, 8, 8,  0);
	}
}
.contactBoxBtn.active{
	border-color: var(--orange);
}
.contactBoxBtn.active:hover,
.contactBoxBtn:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.47);
	background-color:#d1d6e3;
	border-color:var(--orange);
}
.contactBoxContent{
	display:none;
	
  border-radius: 10px;
  background-color: rgb(255, 255, 255);  
  box-shadow: 0px 0px 9px 0px rgba(255, 8, 8, 0.47);  
  width: 241px;
  
  padding:20px 30px;
  margin-bottom:7px;
  z-index:10;
  
}
.contactBoxContent h2{
	margin: 0 0 13px;
    font-size: 14px;
    line-height: 19px;
}
.contactBoxContent p{
	text-transform:uppercase;
	margin:0;
	font-size: 13px;
}
.contactBoxContent p.intro{
margin: 0 0 15px;
    font-size: 11px;
    text-transform: none;
}

.contactBoxContent .socialLinks{
	    align-items: center;
    justify-content: center;
    margin: 7px 0 15px;
}
.contactBoxContent button.getCallBackBtn{
	margin:7px 0 0;
}
.contactBoxContent button.contactBoxCloseBtn,
.catalogMenu button.catalogMenuCloseBtn,
.cart button.cartElementRemoveBtn,
.modalOverlay button.modalCloseBtn,
.mainMenu button.mainMenuCloseBtn{
position: absolute;
    right: 7px;
    top: 7px;
    background-color: transparent;
    background-image: url(../img/close-min.svg);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -5000px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    padding: 0;
}
.cart button.cartElementRemoveBtn{
	background-size:10px 10px;	
}
.contactBoxContent button.contactBoxCloseBtn:hover,
.catalogMenu button.catalogMenuCloseBtn:hover,
.cart button.cartElementRemoveBtn:hover,
.modalOverlay button.modalCloseBtn:hover,
.mainMenu button.mainMenuCloseBtn:hover{
	opacity:0.8;
}
.catalogMenu ul.menu--level-2{
	margin:0;
}
.catalogMenu ul.menu--level-3{
	margin-top:10px;
	padding-left:30px;
}
.heroWrapper .button{
	max-width:160px;
	margin:0 auto;
}
.hero{
	background-color:#dcdcdc;
	background-position:top center;
	background-size:cover;
	height:397px;
	padding:30px;
}
.hero h1,
.hero h2{
	    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    max-width: 430px;
    margin: 10px auto;
	text-shadow: 0 0 5px #fff;
}
.hero p {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    max-width: 430px;
    margin: 40px auto;
}

strong.special{
	color:var(--green);
}

.box{
	margin:35px 0;
}
.boxDesc{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.boxDesc p
{
	margin:0 0 20px;
	padding-right:20px;
}
.boxDesc li p{
	margin:0;
}
.boxDesc h1{
	margin-top:0;
}
.boxAction{
	padding:20px;
	background-color:var(--bg-color);
}
.boxAction h2{
	font-size: 18px;
    text-align: left;
    line-height: 20px;
    padding: 25px 0 0;
    margin: 0;
    width: 100%;
}
.boxAction img{
	max-width:100%;
}
.box--vertical .boxAction {
	padding: 0;
    flex-direction: column;
    align-items: center;
	padding-bottom: 20px;
}
.box--vertical .boxActionDesc{
	padding:20px;
	text-align:center;
}
.boxActionDesc{
text-transform:uppercase;	
}
.boxActionDesc h3{
	margin:0 0 20px;
	font-size:14px;
	line-height:16px;
}
.boxActionDesc p{
	margin:0;
	font-size:14px;
	line-height:16px;
}
.boxActionCtrls{
display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;	
}
.boxActionCtrls button{
	font-size:12px;
}


.descriptionMoreWrapper{
	margin:40px 0;
}
.descriptionMore{
	max-height:100px;
	overflow:hidden;
	position:relative;
	transition: max-height 0.5s ease;
}
.descriptionMore--layer{
	width:100%;
	height:100%;
	position:absolute;    
	background: url('../img/gradient.svg') repeat;
    top: 0;
    left: 0;
    right: 0;
	border-bottom:2px solid #c0c3cc;
}
.descriptionMoreWrapper button{
	background-color: #c0c3cc;
    height: 19px;
    line-height: 19px;
    width: 160px;
    text-transform: lowercase;
    color: #000000;
    font-size: 12px;
    border-radius: 19px;
    margin: -11px auto 0;
    display: block;
    z-index: 2;
    position: relative;
}
.descriptionMoreWrapper button:hover{
	color:#fff;
}
.descriptionMoreWrapper.expanded .descriptionMore--layer{
	background:transparent;
}
.descriptionMoreWrapper.expanded .descriptionMore{
	max-height:auto;
	max-height:initial;
	max-height: fit-content;
}	
	
.menu{
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu li{
	margin:0 15px;
}
.menu a{
	color:var(--color);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 4px solid var(--green);
	padding-bottom: 2px;
		position: relative;
}
.menu a:hover{	
	border-color: var(--orange);
}
.menu a::before {
content: '';
position: absolute;
left: 50%;
bottom: -4px;
width: 0;
height: 4px;
background-color: var(--orange);
transition: width 0.3s ease, left 0.3s ease;
}

.menu a:hover::before {
width: 100%;
left: 0;
}

.categoryInlineMenu{
    background-color: var(--bg-color);
    padding: 10px;
    margin: 0;
    display: flex;
        align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.categoryInlineMenu li::before{
	display:none;
}
.categoryInlineMenu li{
	
}
.categoryInlineMenu a{
    padding: 5px 15px;
    display: inline-block;
    margin: 3px 5px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 8px;
	box-shadow: 0 0 10px 0 #dcdcdc;
}
.categoryInlineMenu a:hover{
	box-shadow: 0 0 3px 0 #dcdcdc;
}
.manufacturersLink{
    background-color: var(--bg-color);
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.manufacturersLink a.button{
	max-width:228px;
}

.articleImage{
	width:100%;
	max-width:100%;
}

.mainMenu{
	height:60px;
	background-color:var(--bg-color);
	    border-bottom: 2px solid #dcdcdc;
}

.catalogMenuWrapper{
	position:relative;
}
.catalogMenu{
	display:none;
}
 .catalogMenu.open {
	    display: block;
    position: absolute;
    background-color: var(--bg-color);
	z-index:80;
	width:100%;
	height:60vh;
	min-height:750px;
	padding:25px 20px;
	box-shadow: 0px 20px 20px 0px #2b2a2926;
}
.catalogMenu.open .menu{
	    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
	margin:0;
}
.catalogMenu.open .menu a{
	    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	min-height:29px;
	
}
.catalogMenu.open .menu a,
.catalogMenu.open .menu a:hover{
	border:none;
}
.catalogMenu.open .menu a:hover{
	color:var(--orange);
}
.catalogMenu.open .menu a::before,
.catalogMenu.open .menu a:hover::before{
	display:none;
}
.catalogMenu.open img {
	max-width:29px;
	max-height:29px;
	margin-right:20px;
	
}
.catalogMenu.open .menu .catalogMenuRow--parent{
	margin: 0 0 10px 0;
	text-align:left;
}
.catalogMenu.open .menu .catalogMenuRow--child{
	margin: 0 0 5px 0;
	text-align:left;
}
.catalogMenu.open .menu .catalogMenuRow--child a{
	    text-transform: none;
    font-weight: normal;
    min-height: auto;
    padding-left: 48px;
}
.catalogMenu.open .menu .catalogMenuRow--parent + .catalogMenuRow--child{
	margin-top:-10px;
}



button,
.button{
	font-family: 'PT-Sans', Helvetica, sans-serif;
	
	background-color:var(--green);
	border:none;
	height:38px;
	line-height:38px;
	color:#fff;
	padding:0 15px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:14px;	
	font-weight:bold;
	transition: all 0.3s ease;
	user-select: none;
	    white-space: nowrap;
}
.button{
display:block;
text-align:center;
text-decoration:none;
}
button.smallText,
.button.smallText {
	font-size:12px;
}
button.mini,
.button.mini{
	height:19px;
	line-height:19px;
	background-color:#2b2a29;
	color:#fff;
	font-size:10px;
	width:135px;
}
button.alt,
.button.alt{
	background-color:var(--bg-color);
	color:#000;
}
button.dark,
.button.dark{
	background-color:#2b2a29;
	color:#fff;
}
button.active,
.button.active{
	background-color:#d1d6e3;	
	color:#000;
}


button.active:hover,
.button.active:hover,
button:hover,
.button:hover,
button.alt:hover,
.button.alt:hover,
button.dark:hover,
.button.dark:hover{
	cursor:pointer;
	background-color:var(--orange);	
	color:#fff;
}
button.mini:hover{
	
}


button:disabled,
button[disabled],
button:disabled:hover, 
button[disabled]:hover{
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}


form{
	width:100%;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
select,
textarea
{
	font-family: 'PT-Sans', Helvetica, sans-serif;
	
	height:38px;
	line-height:38px;
	border-radius:4px;
	border:1px solid #8a98ac;
	padding:0 15px;
	
	-webkit-appearance: none;
}
input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=tel].error,
select.error,
textarea.error{
	border-color:red;
}
textarea{
	min-height:57px;
	height:160px;
	line-height:16px;
	padding-top:10px;
}
form input,
form select,
form textarea{
	width:100%;
}
input:focus,
select:focus,
textarea:focus{
	outline:none;
}
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=text]:focus,
select:focus,
textarea:focus{
	border-color:#000;
}
.group{
	margin:15px 0;
}
.controls{
	margin-top:20px;
}

button.searchBtn{
	
}
button.mainMenuBtn,
button.mainMenuCloseBtn{
display:none;	
}


label {
display: block;
margin-bottom: 5px;
color:#8a98ac;
}

input[type="checkbox"] {
width: auto;
}
.checkboxLabel {
display: flex;
align-items: center;
min-height:26px;
}
.checkboxLabel a {

}

.msg{
display: block;
background-color: var(--bg-color);
padding: 20px;
font-weight: 600;
box-shadow: -9px 6px 10px 1px #d7d7d785;
border-radius:4px;
}
.msg.info{
    background-color: #fff2ce;	
	box-shadow:none;
}
.msg.alert{
    background-color: #fffca8;	
}
.msg.success{
	background-color: #a8ffbb;
}
.msg.error{
	    background-color: #ffa8a8;
}
.sample{
	    padding: 10px 30px;
    background-color: var(--bg-color);
    margin: 30px 0;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    user-select: none;
    margin: 0;
    line-height: 12px;
}
input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 1px solid #8a98ac;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}
input[type="checkbox"]:checked + label::before {
    background-color: #28a745;
    border-color: #28a745;
	background-color: var(--green);
    border-color: var(--green);
}
input[type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
}








.productCategories {
margin:60px 0;	
}
.categories,
.manufacturers{
display: flex;
flex-wrap: wrap;
margin-left: -30px;
max-width: calc(100% + 30px);
}
.manufacturers{
margin-top:20px;
margin-left: -10px;
max-width: calc(100% + 10px);
margin-bottom:15px;
}
.category,
.manufacturer{
display:block;
    
	width: calc(25% - 30px);
    margin: 0 0 20px 30px;
	
text-align: center;
border: 1px solid #e3e3e3;
border-radius: 2px;
overflow: hidden;
text-decoration: none;
color: #000;
}
.manufacturer{
	width: calc(14.2% - 10px);
    margin: 0 0 10px 10px;	
}
.productImage.scaleImage {
	min-height:160px;
	line-height:160px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.category.blank,
.manufacturer.blank{
	border:none;
}
.categoryImage,
.manufacturerImage {
display:block;	
}
.category img,
.manufacturer img {
width: 100%;
height: auto;
display: block;
}
.categoryTitle,
.manufacturerTitle {
height: 40px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--bg-color);
text-transform: uppercase;
font-size: 10px;
border-top: 2px solid var(--green);
line-height: 13px;

    background-image: url(../img/arrow-min.svg);
    background-size: 5px auto;
    background-position: calc(100% - 6px) 51%;
    background-repeat: no-repeat;
}
.manufacturerTitle{
	text-transform:none;	
	font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
}
.sectionHeader{
	font-size:22px;
	line-height:26px;
	margin:0 0 35px;
}

.products{
	
}
.productList{
	display: flex;
	flex-wrap: wrap;	
	justify-content: flex-start;
	flex-direction: row;
	margin: 30px 0 60px 0;
}
.productList.productList--suggestions{
	margin:0;
}
.productList.productList--suggestions .suggestion  {
	width:100%;
}
.productList.productList--suggestions .suggestion .productName{
	height:auto;
}
.productList.productList--suggestions .suggestion .productPrice{
	
} 
.productList.productList--suggestions .suggestion img {
	width:45px;
	height:45px;
}
.productList.productList--suggestions .suggestionLink {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 53px;
    margin: 0 0 0 0;
	text-decoration:none;
	color:var(--color);
	padding:4px;
}
.productList.productList--suggestions .suggestionLink:hover,
.productList.productList--suggestions .suggestionLink.selected{
	background-color:#f2f3f6;
}
.productList.productList--suggestions .suggestionLink:hover img {
	opacity:0.9
}
.productList.productList--suggestions .suggestionLink .productName {
	color:var(--green);
	margin:0;
	font-size: 14px;
}
.productList.productList--suggestions .suggestionLink .productPrice{
	margin:0;
	height:auto;
}
.productList.productList--suggestions .suggestionLink  .productPrice--new{
	font-size:12px;
}
.productList.productList--suggestions .suggestionLink:hover .productName {
	color:var(--orange);
}
.productMeta{
width:calc( 100% - 90px );
padding-left:36px;	
}


.popularProducts{
background-color:var(--bg-color);	
padding:30px 0;
margin:60px 0 40px;
position:relative;
}
.popularProducts .productLink{
	background-color:var(--color);
}
.popularProducts .productLink:hover{
	background-color:var(--orange);
}
.swiper-slide.product,
.product
{
	width:200px;
	text-align:left;
	padding:10px;	
	background: #fff;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	
}
.productList .product{
	margin:0 0 30px 0;
	margin-right: calc( ( 100% - 800px ) / 3 );
	border:1px solid #dcdcdc;
}
.productList .product:last-child,
.productList .product:nth-child(4n+4)
{
	margin-right:0;
}
.product img{
	max-width:100%;	
    
}



.productPage__images{
	padding-right:100px;
}
.productPage__images img{
	max-width:100%;
}
.mainImageWrapper{
	border: 1px solid #cccfd7;
	height:390px;
	overflow:hidden;
	 display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:15px;
}
.mainImageWrapper img {
	max-width:90%;
	max-height:90%;
	display:block;
	height:auto;
}
.thumbs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;    
	margin:20px 20px 20px -20px;
	flex-wrap: wrap;
	    width: calc(100% + 20px);
}
.productPage__images .thumbs .thumbLink{
width: calc(20% - 20px);
margin-left:20px;
border: 1px solid #cccfd7;
border-bottom-width:3px;
height:60px;
overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productPage__images .thumbs .thumbLink img{
	max-width:80%;
	max-height:80%;
}
.productPage__images .thumbs .thumbLink.active{
	border-bottom-color:var(--green);
}
.productMarkers{
	height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.productPage__title{
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.productPage__description h1 {
    margin-bottom: 25px;
    margin-top: 0;	
}
.box--productPage{
	 margin:0 0 35px;
}
.box--productPage button {
	min-width:160px;
	margin:7px 0;
}
.productPage__priceLabel{
	font-size:12px;
	line-height:12px;
	margin-bottom:12px;
}
.productPage__price{
    margin-top: 20px;
	}
	
.tax{
font-size: 9px;
    color: #727b97;
    line-height: 20px;	
}
.productPage__priceValue{
font-size:18px;	
font-weight:bold;
}

.productPage__status{
	margin:10px 0 0;
}
.productPage__status span{
	font-size:10px;
	height:22px;
	line-height:22px;
	background-color:#fff;	
	display:inline-block;
	padding:0 8px 0 30px;
}
.productPage__status .instock{
	background-image:url('../img/instock-min.svg');
	background-size:10px auto;
	background-repeat:no-repeat;
	background-position: 10px center;
}
.productList .product img{
    max-height: 178px;
    aspect-ratio: 1 / 1;
    display: block;
    width: 100%;
}
a.scaleImage{
	display:block;
}
a.scaleImage,
a.scaleImage:hover{
	text-decoration:none;
	border:none;
}
.scaleImage{
	overflow: hidden;
}
.scaleImage img {
	transition: transform 0.3s ease-in-out;	
}
.scaleImage:hover img {
    transform: scale(1.1);
}

.swiper-container {
	width: 100%;
	padding-bottom: 40px;
	overflow:hidden;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;	
}
.productName{
	font-weight: bold;
	font-size:14px;
	line-height:16px;
	margin-bottom: 5px;
	margin-top:10px;
}
.productName{
	height:51px;
	overflow: hidden;
}
.productCategory {		
	height:18px;	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productCategory{
	font-size:12px;
	line-height:14px;
}
.productPrice {	
	margin: 10px 0 15px;
	display: flex;
    flex-direction: column;
	height: 40px;
}
.productPrice--new{
	font-weight:bold;
	font-size:16px;
}
.currency{
	text-transform:uppercase;
	font-size: 10px;
}
.units{
	font-size: 10px;
}
.productPrice--old {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;

}
.productLink {      
    width: 100%;
}
.swiper-pagination {
	bottom: 10px;
	margin-bottom:17px;
	flex-wrap: wrap;
    padding: 0 5%;
}


.swiper-pagination {
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 21px;
	height: 21px;
	background-color: #fff;
	opacity: 1;
	border-radius: 50%;
	margin: 0 5px 7px;
	border:6px solid #fff;
	box-shadow: 0 0 10px #9ca3af;
}

.swiper-pagination-bullet-active {
	background-color: #00B050;
	background-color: #000;
}




.deliveryAndPayment{
	background-color:var(--bg-color);
	padding:0 0 1px;
	margin:0;
}
.deliveryAndPayment h2{
	background-color:var(--green);
	color:#fff;
	margin:0;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	font-size:14px;
	padding:0 20px;
}
.deliveryAndPayment > ul {
	padding: 0 20px;
    margin: 28px 0;
}
.deliveryAndPayment > ul strong{
	font-weight:normal;
	text-transform:uppercase;
}
.deliveryAndPayment > ul > li{
	margin-bottom:15px;
}



.articles,
.applications{
	margin:20px 0;
}
.article__link,
.application__link{
    height: 173px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    background-color: var(--bg-color);
    text-decoration: none;
}
.article__image{
	width:298px;
	height:173px;
	overflow:hidden;
}
.article__image img{
	max-width:100%;
}
.article__image:hover img{
	
}
.article__content{	
	width: calc(100% - 298px);
}
.application__content h3,
.article__content h3{
    background-color: var(--green);
    color: #fff;
    margin: 0;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
}
.application__content h3,
.application__date,
.application__description,
.article__content h3,
.article__date,
.article__description{
	padding-left:30px;
	    padding-right: 20px;
}

.application__date,
.article__date {
color:#a1a6b6;
font-size:12px;
line-height:14px;
margin:10px 0 25px;
}
.application__description,
.article__description{
	color:#000;
}

.applicationType{
	margin:30px 0;
}
.applicationType .column1-2:first-child{
	padding-right:30px;
}
.applicationType .column1-2 > h1,
.applicationType .column1-2 > h2,
.applicationType .column1-2 > h3{
	margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
	position:relative;
	margin-bottom:20px;
}
.applicationType .column1-2 > h1::before,
.applicationType .column1-2 > h2::before,
.applicationType .column1-2 > h3::before{
    content: ' ';
    width: 11px;
    height: 11px;
    background-color: var(--green);
    position: absolute;
    margin-left: -17px;
    top: 5px;
	
}
.applicationType img{
	max-width:100%;
}

ul.pagination{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
}
ul.pagination li::before{
	display:none;
}

ul.pagination a{
	height: 38px;
	display: block;
	line-height: 38px;
	min-width: 38px;
	margin: 0 5px;	
	text-align: center;
	border-radius: 4px;
	background-color: #2b2a29;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
ul.pagination .active a{
	background-color: var(--bg-color);
	color:#2b2a29;
}
ul.pagination .active a:hover,
ul.pagination a:hover{
	background-color:var(--orange);
	color:#fff;
}

.benefits{
	padding:30px 0;
	margin:40px 0 60px;
}
.benefitRows{
display: flex;
flex-wrap: wrap;
gap: 60px;
justify-content: space-between;
}
.benefit{
flex: 1 1 calc(25% - 60px);
box-sizing: border-box;
max-width:200px;
padding:7px;
background-color:var(--bg-color);
margin:0 auto;	
}
.benefit h3{
	font-size:18px;
	line-height:20px;
	margin:15px 0;
}
.benefit p {
	margin:0 0 10px;
}
.benefitImage{
	width:70px;
	height:70px;
	border-radius:70px;
	background-color:#fff;
	margin:0 auto;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.benefitImage img{
	width:36px;
}
.benefitImage--efficiency img{
	margin-left: -4px;    
}
.benefitImage--economy img{
	    width: 24px;
}
.benefitImage--speed img{
	 width: 26px;
}
.benefitImage--eco img{
	    margin-left: 4px;
    margin-top: 4px;
}

.zayavka{
	margin:60px 0;
}
.zayavka strong{color:var(--green);}

.socialLinks{
	display:flex;
	margin:25px 0;
}
.socialLink{
	width:36px;
	height:36px;
	text-indent:-5000px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:36px 36px;
	margin:0 13px 0 0;
}
.socialLink.tg{
background-image:url('../img/tg-min.svg');
}
.socialLink.wa{
background-image:url('../img/wa-min.svg');	
}
.socialLink:hover{
	box-shadow:0 0 10px #dcdcdc;
	opacity:0.8
}

ul.crumbs {
	margin:15px 0;
}
ul.crumbs li::before{
	display:none;
}
.crumbs a{
color:#000;
text-transform:uppercase;
font-size:12px;	
text-decoration:none;
}
.crumbs a:hover{
	color:var(--orange);
}
.crumbs .separator{
    padding: 0 3px;
    font-size: 12px;	
}


footer{
	background:linear-gradient(180deg, #f2f3f6, #d6dae6);
	padding:40px 0 0;
	margin-top:70px;
}
footer .menu{
	    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
	margin:0;
	padding-right:20px;
}
footer .menu a{
	border:none;
	font-size:14px;
	line-height:16px;
}
footer .menu a:hover{
	color:var(--orange);
}
footer .menu li{
	margin:0 0 10px 0;
}
footer .menu a + ul{
	margin-top:10px;
	margin-bottom:-10px;
}
		
footer .phone{
	margin:0;
}
footer address,
.copyright{
	font-size:12px;
	line-height:16px;
}
footer address{
	margin:20px 0;
}
.contact--footer{
	padding-left:50%;
}
.contact--footer a{
	font-size:17px;
}
.contact--footer a:hover{
	color:var(--orange);
}
.contact--footer a,
.phone--subtitle {
	color:#000;
}
.contact--footer .email{
	margin:20px 0;
}

.logo--footer {
	width:175px;
	margin-bottom:20px;
}


.footerExtra{
	margin-top:40px;	
	background-color: #2a2a2a;
	padding:15px 0;
}
.footerExtra a{
	color:#fff;
}
.footerExtra a:hover{
	color:#000;
}


.box--contacts .boxDesc .inlineLabel{
	font-size:14px;
	line-height:16px;
}
.box--contacts .boxAction .formMsg{
	width:100%;
}
.box--contacts .boxAction .msg {
	margin-top:30px;
}
.box--contacts .boxDesc p {
	font-size:21px;
	line-height:26px;
}
.yamap{
	max-width:500px;
	height:240px;
	background:var(--bg-color);
	border: 1px solid var(--bg-color);
	width: 100%;
    overflow: hidden;
}
.box--contacts .boxAction button,
.box--cart .boxAction button {
	margin: 0 auto;
    display: block;
	width:100%;
	max-width:150px;
}
.box--vertical .boxDesc{
	justify-content: flex-start;
}
.box--vertical.box--contacts .boxAction,
.box--vertical.box--cart .boxAction{
	padding: 0 20px 20px;
}

.placingOrder{
	padding-left:80px;
	margin-top:38px;
}
.cart{
	max-width:100%;
	width:100%;
}

.addToCart.clicked {
    background-color:  var(--orange);
    transition: background-color 0.3s ease;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: var(--orange);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
}

.product.cartItem {
	padding: 15px 25px 15px 20px;
    background-color: var(--bg-color);
    border-radius: 4px;
    width: 100%;
    flex-direction: row;    
    max-width: 100%;
	position:relative;
	
	height: fit-content;
    min-height: 110px;
    margin-bottom: 14px;
	margin-left:0;
}
.cartImage {
    width: 98px;
	min-width:98px;
    height: 80px;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}
.cartImage img{
	max-width:100%;
	max-height:90%;
}
.cartItem__info{
	display: flex;
    width: 80%;
}
.cartItem__controls{
	width:20%;
}
.cartItem__quantity{
	display: flex;
    width: 78px;
	position:relative;
}
.minusBtn,
.plusBtn{
position:absolute;	
background-color:transparent;
background-position:center center;
background-size:14px auto;
background-repeat:no-repeat;
}
.minusBtn{
background-image:url('../img/minus-min.svg');
left:0;
}
.plusBtn{
background-image:url('../img/plus-min.svg');	
right:-1px;
}
.cartItem__quantity input[name=quantity]
{
	width:80px;
	text-align:center;
}
.cartItem .productDetails{
	padding:0 15px;	    
    width: calc(100% - 98px);
	display:block;
	text-decoration:none;
	color:#000;
}
.cartItem__info{
    text-decoration: none;
	}
.cartItem .productName{
	font-size:14px;
	height:auto;
}
.cartItem .productCategory{
font-size:12px;
}
.cartItem .productPrice{
font-size:12px;
margin:0;
font-weight:normal;
}
.cartItem .productPrice .productPrice--new{
font-weight:normal;	
}
.box--cart{
	position:relative;
}
.placingOrderComplete{
    position: absolute;
    background-color: var(--bg-color);	
    text-align: center;
    width: 100%;
    height: 80vh;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 37px;
}
.placingOrderComplete div{
	font-size:24px;
	line-height:30px;
	background-image:url('../img/success-min.svg');
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:100px;
}


.objectTypes {
	margin: 40px 0 60px;
	padding: 35px 0;
	background-color: #fff;
}

.objectTypesIntro {
	max-width: 760px;
	margin: -18px auto 30px;
}

.objectTypesIntro p {
	margin: 0;
	font-size: 15px;
	line-height: 21px;
}

.objectTypesGrid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	max-width: calc(100% + 20px);
}

.objectType {
	width: calc(33.333% - 20px);
	margin: 0 0 20px 20px;
	padding: 20px;
	background-color: var(--bg-color);
	border-left: 4px solid var(--green);
	border-radius: 4px;
}

.objectType h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.objectType p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}

.geobossBenefits {
	margin: 40px 0 60px;
	padding: 35px 0;
	background-color: var(--bg-color);
}

.geobossBenefitsLead {
	max-width: 760px;
	margin: -18px auto 30px;
}

.geobossBenefitsLead p {
	margin: 0;
	font-size: 15px;
	line-height: 21px;
}

.geobossBenefitsGrid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	max-width: calc(100% + 20px);
}

.geobossBenefit {
	width: calc(33.333% - 20px);
	margin: 0 0 20px 20px;
	padding: 22px 20px 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 14px rgb(0 0 0 / 6%);
	position: relative;
	overflow: hidden;
}

.geobossBenefit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: var(--green);
}

.geobossBenefit h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.geobossBenefit p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}

@media screen and (max-width: 960px) {
	.objectType,
	.geobossBenefit {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 600px) {
	.objectTypes,
	.geobossBenefits {
		margin: 35px 0 45px;
		padding: 28px 0;
	}

	.objectTypesGrid,
	.geobossBenefitsGrid {
		margin-left: 0;
		max-width: 100%;
	}

	.objectType,
	.geobossBenefit {
		width: 100%;
		margin-left: 0;
	}

	.objectTypesIntro,
	.geobossBenefitsLead {
		margin-top: -15px;
	}
}




.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:999;
	
	overflow-y: auto;
}

.modalContent {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	width: 80%;
	max-width: 500px;
	position: relative;
	margin-top:0px;
	
	max-height: 100%;
	overflow-y: auto; 
}
.modalContent h2{
	margin:0 0 20px;
}
.modalOverlay textarea{
		height:90px;
	}
.modalContent button[type=submit]
{
	width:100%;
	display:block;
}

.modalCloseBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
}

.scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 5%;
	bottom:5%;
	bottom: calc( 5% + 15px );
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--color);
    color: white;
    cursor: pointer;
    border-radius: 40px;
    font-size: 9px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    padding: 0;
	box-shadow: 0 0 15px 20px rgb(40 167 69 / 10%);
	box-shadow: 0 0 20px 12px #00000042;
    z-index: 9;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABmUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5WfaagAAAAhdFJOUwCNiZgQzB2E+vF9up/A0OpNdAWUawZoXLTHMfTkPzUXRrNwbC0AAAB0SURBVCjP7dJJDoMwDAVQA4WEhKllaJn5978kLkIVUQML2PJXtp7tlYnuXM3D898H+gFktasa3xR2HWMgTSTwtGngA21GEe8ru4YZUemxiz9NWKelzNndl8l8M+3X2uFJ1+Qa3fBrBKBNVnGz6YR07h85nxmEZAcBhovpBwAAAABJRU5ErkJggg==);
    background-position: center -1px;
    background-repeat: no-repeat;
    background-size: 22px auto;
}

.scrollToTopBtn:hover {
	background-color:var(--orange);
}

.advantageList{
	    padding: 20px 40px;
    background-color: #f2f3f6;
}
.advantageList li{
	margin-bottom:10px;
}
.advantageList li:last-child{
	margin-bottom:0;
}
.advantageList li::before{
    background-image: url(../img/check-min.svg);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 16px;
    top: 2px;
    left: -9px;
}





.mainImage {cursor: pointer;}

.imageModal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color:rgba(0, 0, 0, 0.5);
}
.imageModal-content {
margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
    max-height: 100%;
    margin-top: 34px;
}
.closeImageModal  {
     position: absolute;
    top: 5%;
    right: 5%;
    color: #76879f;
    font-size: 27px;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dcdcdc;
    width: 38px;
    text-align: center;
}
.closeImageModal:hover,.closeImageModal:focus {color: #ccc;text-decoration: none;cursor: pointer;}

.profConsulting {
    background: #f2f3f6;
    padding: 20px;
    border-radius: 4px;
	margin:30px 0;
	    border-radius: 4px;
		overflow:hidden;
}
.profConsulting h2{    
    text-transform: uppercase;    
    background-size: 21px 22px;
    background-position: top left;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-color: #141415;
    color: #fff;
    padding: 20px 20px 20px 20px;
    margin: -20px -20px 0;    
}
.profConsulting p{
	    margin: 10px 0 0;
}
.profConsulting__cta{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}
.profConsulting__cta .button,
.profConsulting__cta button{
	margin:0 10px 0 0;
	    margin: 0 10px 0 0;
    width: 200px;
	font-weight:bold;	
    font-size: 13px;
}
.profConsulting__cta .emailtracking
{
	text-transform:none;
}
.profConsulting__cta .button.alt,
.profConsulting__cta button.alt{
    border: 1px solid var(--green);
}
.profConsulting__cta .button:hover,
.profConsulting__cta button:hover{
	background-color: var(--orange);
}
.profConsulting__cta .button.alt:hover,
.profConsulting__cta button.alt:hover{
	border-color: var(--orange);
}
p.profConsulting__note{
	font-size: 12px;
    margin: 22px 0 0;
}


.lookatme {
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.lookatme.visible {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.lookatbutton {
	opacity: 0;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: opacity 0.4s ease, transform 0.4s ease;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.lookatbutton.moved {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.commercialOfferWrapper{
	  background-color: #f2f3f6;
    padding: 20px;
    border-radius: 5px;
}
.commercialOffer{
    padding: 15px 20px;
    background-color: #6b7787;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0 0 3px 3px;
    background-image: url(../img/commercial-offer.svg);
    background-position: 20px center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 65px;
}
.commercialOffer--alt{
	background-color: #f2f3f6;
    color: #000000;
    border-top: 1px solid #dcdcdc;
	background-image: url(../img/commercial-offer-dark.svg);
}
.commercialOfferWrapper .commercialOffer{
	  
}
.commercialOfferWrapper button{
	width: 100%;
    margin: 0 auto;
    max-width: 300px;
    display: block;
}
.similarWrapper .productList{
	margin:30px 0 0;
}
.similarWrapper h2{
	
}
.productDescription p{
	margin: 5px 0;
}

.markers{
}
.marker{
    display: inline-block;
    padding: 1px 8px;
    background-color: var(--orange);
    border-radius: 10px;
    font-size: 10px;
    margin: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
	
	background-color: #f2f3f6;
    color: #000;
}

header .contacts{	margin-top:-9px}
header .contacts .phone{margin-top:0;}

button.mainMenuBtn{
	background-color: var(--color);
	}
	
	
	
.productProperties {
	margin: 20px 0;
}

.productPropertiesTitle {
	margin: 0 0 10px;
	font-weight: 700;
}

.productPropertiesList {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.productPropertiesList li {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.productPropertiesList li::before{
	display:none;
}
.propertyName {
	width: 50%;
	padding-right:15px;
}
.propertyValue {
	font-weight: 600;
}



.faqBlock {
	margin: 50px 0 60px;
	padding: 24px 28px;
	background-color: var(--bg-color);
	border-radius: 4px;
}

.faqBlock h2 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}

.faqItem {
	margin: 0 0 10px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faqItem:last-child {
	margin-bottom: 0;
}

.faqItem:hover {
	border-color: #c0c3cc;
	box-shadow: 0 4px 12px rgb(0 0 0 / 6%);
}

.faqItem[open] {
	border-color: var(--color);
	box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
}

.faqItem summary {
	position: relative;
	display: block;
	padding: 13px 44px 13px 16px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	user-select: none;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.faqItem summary::-webkit-details-marker {
	display: none;
}

.faqItem summary::before {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background-color: var(--green);
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.faqItem summary::after {
	content: '';
	position: absolute;
	right: 21px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease, margin-top 0.3s ease;
}

.faqItem summary:hover {
	color: var(--green);
	background-color: #fafafa;
}

.faqItem[open] summary {
	color: #000;
	background-color: #fafafa;
	border-bottom: 1px solid #eeeeee;
}

.faqItem[open] summary::before {
	background-color: var(--orange);
}

.faqItem[open] summary::after {
	margin-top: -1px;
	transform: rotate(225deg);
}

.faqAnswer {
	padding: 14px 16px 16px;
	background-color: #fff;
}

.faqAnswer div {
	font-size: 14px;
	line-height: 19px;
	color: #2b2a29;
}

@media screen and (max-width: 768px) {
	.faqBlock {
		margin: 40px 0 50px;
		padding: 18px 16px;
	}

	.faqBlock h2 {
		font-size: 17px;
		line-height: 21px;
	}

	.faqItem summary {
		padding: 12px 42px 12px 14px;
		font-size: 14px;
		line-height: 18px;
	}

	.faqAnswer {
		padding: 12px 14px 14px;
	}
}

@media screen and (max-width: 480px) {
	.faqBlock {
		margin: 35px 0 45px;
		padding: 15px 12px;
		border-left-width: 3px;
	}

	.faqItem summary {
		padding-right: 38px;
	}

	.faqItem summary::before {
		right: 13px;
	}

	.faqItem summary::after {
		right: 18px;
	}
}


.categoryInlineMenu{
	margin: 24px 0 30px;
	padding: 14px 18px;
	background-color: var(--bg-color);
	border-left: 4px solid var(--green);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.categoryInlineMenu::before{
	content: 'Разделы категории:';
	margin-right: 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #2b2a29;
}

.categoryInlineMenu li{
	margin: 0;
}

.categoryInlineMenu li::before{
	display: none;
}

.categoryInlineMenu a{
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 13px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: none;
	color: #2b2a29;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
}

.categoryInlineMenu a::after{
	content: '→';
	margin-left: 8px;
	color: var(--green);
	font-size: 13px;
	line-height: 1;
	transition: transform 0.3s ease, color 0.3s ease;
}

.categoryInlineMenu a:hover{
	border-color: var(--green);
	background-color: #fff;
	color: var(--green);
	box-shadow: none;
}

.categoryInlineMenu a:hover::after{
	transform: translateX(2px);
	color: var(--green);
}

.categoryInlineMenu li.active a{
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
}

.categoryInlineMenu li.active a::after{
	color: #fff;
}

.categoryInlineMenu--manufacturer{
margin: 18px 0 0;
    justify-content: flex-start;
    border: none;
    background-color: #f2f3f6;
    padding: 5px 20px;
    font-weight: normal;
}
.categoryInlineMenu--manufacturer li,
.categoryInlineMenu--manufacturer.categoryInlineMenu a{
	font-weight:normal;
}


.categoryInlineMenu--manufacturer::before{
	display: none;
	content: none;
}

.categoryInlineMenu__label{
	margin: 0 4px 0 0;
	font-size: 13px;
	line-height: 32px;
	font-weight: 700;
	color: #2b2a29;
}

.categoryInlineMenu__label::before{
	display: none;
}

@media screen and (max-width: 600px){
	.categoryInlineMenu{
		margin: 20px 0 25px;
		padding: 14px;
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.categoryInlineMenu::before{
		margin: 0 0 2px;
	}

	.categoryInlineMenu a{
		width: 100%;
		justify-content: space-between;
	}
}


details.manufacturerFilter{
	margin: 22px 0 24px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #e1e4ea;
	border-radius: 4px;
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.manufacturerFilter__summary{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 48px 14px 18px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #2b2a29;
	cursor: pointer;
	user-select: none;
	list-style: none;
}

.manufacturerFilter__summary::-webkit-details-marker{
	display: none;
}

.manufacturerFilter__summary::after{
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 2px solid var(--green);
	border-bottom: 2px solid var(--green);
	transform: rotate(45deg);
	transition: transform 0.3s ease, margin-top 0.3s ease;
}

.manufacturerFilter[open] .manufacturerFilter__summary::after{
	margin-top: -2px;
	transform: rotate(225deg);
}

.manufacturerFilter__summary b{
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 9px;
	background-color: var(--bg-color);
	border-radius: 20px;
	font-size: 11px;
	line-height: 22px;
	font-weight: 700;
	color: #555;
}

.manufacturerFilter__list{
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	padding: 0 18px 16px;
}

.manufacturerFilter .manufacturer{
	width: auto;
	min-width: 132px;
	margin: 0;
	border: none;
	border-radius: 4px;
	overflow: visible;
	text-decoration: none;
	color: #2b2a29;
}

.manufacturerFilter .manufacturerTitle{
	position: relative;
	height: 36px;
	padding: 0 34px 0 14px;
	background-color: var(--bg-color);
	border: 1px solid #dcdcdc;
	border-top: 3px solid var(--green);
	border-radius: 4px;
	display: flex;
	align-items: center;	
	justify-content: flex-start;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #000;
	text-transform: none;
	background-image: none;
	transition: all 0.3s ease;
}

.manufacturerFilter .manufacturerTitle::after{
	content: '›';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #2b2a29;
	font-size: 18px;
	line-height: 1;
	transition: transform 0.3s ease, color 0.3s ease;
}

.manufacturerFilter .manufacturer:hover .manufacturerTitle{
	background-color: #fff;
	border-color: var(--green);
	color: var(--green);
}

.manufacturerFilter .manufacturer:hover .manufacturerTitle::after{
	color: var(--green);
	transform: translateY(-50%) translateX(2px);
}

.manufacturerFilter .manufacturer.active .manufacturerTitle{
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
}

.manufacturerFilter .manufacturer.active .manufacturerTitle::after{
	color: #fff;
}

@media screen and (max-width: 768px){
	details.manufacturerFilter{
		margin: 20px 0 22px;
	}

	.manufacturerFilter__summary{
		padding: 13px 42px 13px 14px;
	}

	.manufacturerFilter__summary::after{
		right: 16px;
	}

	.manufacturerFilter__list{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
		padding: 0 14px 14px;
	}

	.manufacturerFilter .manufacturer{
		width: 100%;
		min-width: 0;
	}

	.manufacturerFilter .manufacturerTitle{
		justify-content: flex-start;
		height: 36px;
		padding-left: 12px;
	}
}

@media screen and (max-width: 480px){
	.manufacturerFilter__list{
		grid-template-columns: 1fr;
	}
}



.categoryLead {
	margin: 16px 0 26px;
	padding: 16px 20px;
	background-color: var(--bg-color);
	border-radius: 4px;
	border-left: 4px solid var(--green);
}

.categoryLead p {
	margin: 0 0 12px;
	max-width: 920px;
}

.categoryLead__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
	padding: 0;
}

.categoryLead__benefits li {
	position: relative;
	margin: 0;
	padding: 6px 11px 6px 28px;	
	border-radius: 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	background-color: transparent;
	border: 1px solid #d9dde5;
}

.categoryLead__benefits li::before {
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	width: 11px;
	height: 8px;
	margin-top: -5px;
	background-color: transparent;
	border-left: 3px solid var(--green);
	border-bottom: 3px solid var(--green);
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.categoryLead {
		padding: 14px 15px;
	}

	.categoryLead__benefits {
		gap: 7px;
	}

	.categoryLead__benefits li {
		width: calc(50% - 4px);
	}
}

@media screen and (max-width: 480px) {
	.categoryLead__benefits li {
		width: 100%;
	}
}



@media screen and (max-width: 1040px) 
{	
	.cnt{width:100%;padding:0 5%;}	
	.categories{	
	margin-left: -30px;
	max-width: calc(100% + 30px);
	}
	.category{
	    width: calc( 33.33333% - 30px);
	}
	.manufacturer{
		width: calc(14.2% - 10px);
	}
	
	.benefitRows{
	gap:40px;
	}
	.benefit{
	flex: 1 1 calc(50% - 40px);
	}
	.boxAction .column2-3,
	.boxAction .column1-3,
	.box--messengers .column1-2{
		width:50%;
	}
	.searchWrapper{
		    justify-content: center;
    margin-top: 0;
    align-items: center;
    height: 100%;
	}
	header .column--logo{
		width:200px;
	}
	header .column--search{
		width: calc( 100% - 300px );
	}
	header .column--contacts {
		width:95px;
	}
	.searchWrapper{
		padding:0;
	}
	button.searchBtn{
	text-indent:-5000px;
	overflow:hidden;
	background-image:url('../img/search-min.svg');
	background-size:20px auto;
	background-position:center center;
	background-repeat:no-repeat;
	min-width:38px;
	padding:0;
	}
	
	button.mainMenuBtn,
	button.mainMenuCloseBtn{
	display:block;	
	}
	
	
	header .contacts,
	.mainMenu	{
		display:none;
	}
	ul.crumbs{
		margin-top:0;
	}
	.mainMenu.open{
		        display: block;
        position: absolute;        
        width: 90%;
        left: 5%;
        right: 5%;
		min-width:307px;
        min-width: calc(340px - 10%);
		
		background-color: var(--bg-color);
		z-index: 80;		
		min-height: 60vh;
		min-height:450px;
		padding: 25px 20px;
		box-shadow: 0px 20px 20px 0px #2b2a2926;
	}
	.mainMenu.open .menu{
		    justify-content: center;
    flex-direction: column;
    align-items: center;
	}
	.mainMenu.open .menu {
		margin:0;
	}
	.mainMenu.open .menu li {
		margin: 0 0 10px 0;
		
	}
	.mainMenu.open .menu a,
	.mainMenu.open .menu a:hover	{
		text-decoration:none;
		border:none;
	}
	.mainMenu.open .menu a:hover	{
		
		color:var(--orange);
	}
	.mainMenu.open .menu a::before,
	.mainMenu.open .menu a:hover::before{
		display:none;
	}
	.mainMenu.open .contacts{
		        width: 100%;
        align-items: center;
        padding: 30px 0 0;
	}
	.mainMenu.open .contacts .email,
	.mainMenu.open .contacts .phone{
		width:100%;
		font-size:22px;
		line-height:26px;
		text-align:center;
	}
	.mainMenu.open .contacts button.mini{
		height:38px;
		line-height:38px;
		font-size:12px;
		width:100%;
		max-width:160px;
	}
	
	header .column--contacts{
		        display: flex;
        justify-content: flex-end;
        align-items: center;
	}
	.catalogMenu.open{
		    left: 5%;
    right: 5%;
    width: 90%;
	}	
	.productMarkers{padding-bottom:20px;}
}

@media screen and (max-width: 960px) {		
	footer .column1-5{
		width:33.333%;
	}
	footer .column2-5{
		width:100%;
		text-align:center;
		margin-top:40px;
	}
	footer .socialLinks{
		justify-content: center;
	}
	footer .socialLink{
		margin:0 7px;
	}
	.contact--footer{
		padding-left:0;
	}
	.footerExtra .column1-5,
	.footerExtra .column4-5{
		width:50%;
	}
	.footerExtra .column1-5{
		text-align:right;
	}
	.box--about .column3-5,
	.box--about .column2-5,
	.box--contacts .column3-5,
	.box--contacts .column2-5{
		width:100%;
	}
	.box--about .boxAction{
		max-width:400px;
		margin: 40px auto 0;
	}
	.box--contacts .boxAction{
		margin: 40px auto 0;
	}
	
	.applicationType .column1-2{
		width:100%;
		padding:0;
	}
	.applicationType img{
		width:100%;
	}
	.productPage__images{
		padding-right:40px;
	}
	
	.box--cart .boxDesc,
	.box--cart .placingOrder{
		width:100%;
	}
	.placingOrder{
		padding-left:0;
	}
	.cart{
		width:100%;
	}
	
	.productList .product,
	.productList .product:nth-child(4n+4){
		margin-right: calc((100% - 600px) / 2  );
	}
	.productList .product:nth-child(3n+3){
		margin-right:0
	}
	.productPage__images .thumbs .thumbLink{
		height:40px;
		width:40px;
	}
}

@media screen and (max-width: 768px) 
{				
	.category{	
	width: calc(50% - 30px);
	}
	.manufacturer{
		width: calc(33% - 10px);
	}
	.benefit{
	flex: 1 1 100%;
	}
	.box--calc .column1-2,
	.box--messengers .column1-2{
		width:100%;
	}
	.box--calc button{
		margin-top:20px;
	}
	.boxAction .column2-3,
	.boxAction .column1-3{
		width:100%;
		text-align:center;
		justify-content: center;
	}
	header{
		height:auto;
	}
	header .column1-5{
		width:50%;
	}	
	header .column--logo{order:1;}
	header .column--contacts{order:2;}
	header .column--search{
		width:100%;
		order:3;
		margin-top:10px;
	}
	
	.mainMenu{
		display:none;
	}
	.cartBtn{
		top:60%;
	}
	
	.article__link, .application__link{
		height:auto;
		    flex-direction: column;
			padding-bottom:40px;
	}
	.article__image,
	.article__content{
		width:100%;
	}
	.article__image img{
		width:100%;
	}
	.application__content h3, .article__content h3{
		height:auto;
		line-height:16px;
		padding:7px 20px;
	}
	.productPage .productPage__images,
	.productPage .productPage__description{
		padding-right:0;
		width:100%
	}
	.productMarkers{
		height:auto;
		padding:0;
	}
	.productPage__title{
	height:auto;
	margin:15px 0 0;
	}
	.box--productPage .boxActionCtrls{
		        flex-direction: column;
        margin-top: 15px;
	}
	
	.modalContent{
		margin-top:20px;
	}
	.modalContent h2{
		margin-bottom:15px;
	}
	.modalContent p,
	.modalContent .group{
		margin:10px 0;
	}
	.modalOverlay textarea{
		height:90px;
	}
}
@media screen and (max-width: 700px) 
{	
	.productList .product,
	.productList .product:nth-child(4n+4),
	.productList .product:nth-child(3n+3){
		margin-right: calc((100% - 400px) );
	}
	.productList .product:nth-child(2n+2){
		margin-right:0
	}
}


@media screen and (max-width: 480px) 
{		
	.hero h1, .hero h2{
	font-size: 18px;
    line-height: 24px;
	}
	.hero p{
	font-size:13px;
	line-height:18px;
	}
	.categories{	
	margin-left: -20px;
	}	
	.manufacturers{
		margin-left:0;
	}
	.manufacturer{
	margin-left:0;
	}
	.categories{
		margin-left:0;
	}
	.category{	
		width: 100%;
        margin: 0 auto 20px;
        max-width: 346px;
	}
	.manufacturer	{
		width: 49%;
        margin-right: 1%;
	}
	
	footer .column1-5{
		width:100%;
		text-align:center;
	}
	footer .menu{
		justify-content:center;
		align-items: center;
		padding-right:0;
		text-align:center;
	}
	footer .menu .parentLi {
		margin-bottom:0;
		text-align:center;
	}
	.footerExtra .column1-5,
	.footerExtra .column4-5{
		width:100%;
		margin:15px 0;
		text-align:center;
	}
	.contacts{
		margin-top:0;
	}
	header .phone{
		margin-bottom:0;
	}
	header .getCallBackBtn{
		display:none;
	}
	.logo{
		width: 150px;
		background-size: 150px auto;
	}
	
	.modalContent {	
	padding: 20px;
	border-radius: 4px;
	width: 96%;
	margin-top:0;
	}	
	.productList .product,	
	.productList .product:nth-child(3n+3),
	.productList .product:nth-child(4n+4){
		width:48%;				
		margin-right:2%;
		margin-bottom:25px;
	}
	.swiper-slide.product, .product{
		padding:10px;
	}
	.productList .product:nth-child(2n+2){
		margin-right:0;
	}
	.productPrice{
		    flex-direction: column;
	}
	.productPrice--new,
	.productPrice--old{
		width:100%;
		margin:0;
		min-height:20px;
	}	
	.productPrice--old{
		margin-left:0;
	}
	
	.cartItem__info,
	.cartItem__controls{
		width:100%;
	}
	.product.cartItem{
		flex-direction: column;
    height: auto;
	}
	.cartItem__quantity{
		margin-top:15px;
	}
	.cartItem__quantity,
	.cartItem__quantity input[name=quantity]{
		width:98px;		
	}
	.productPage__images .thumbs .thumbLink{
		height:30px;
		width:30px;
	}
	.box--productPage button{width:100%;}
	.mainImageWrapper{
		height:auto;
		padding:20px 0;
	}
	.scaleImage img{height:auto;}
	
	.profConsulting__cta{
		flex-wrap:wrap;
	}
	.profConsulting__cta button,
	.profConsulting__cta .button{
		margin-bottom:15px;		
		width:100%;
	}
}


