<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/style/vars.css";
@import "/style/def.css";
@import "/style/ctrl.css";
@import "/page-content.css";
@import "/style/items.css";
@import "/style/order.css";
@import "/style/orders.css";
@import "/style/news.css";
@import "/style/faq.css";
@import "/style/contacts.css";
@import "/style/search.css";
@import "/style/certificates.css";
@import "/style/en.css";
@import "/style/Banners.css";
@import "/style/custom.css";
@import "/style/soc.css";

:root {
	--bg-color: #fff;
	--bg-color2: #f6f7f8;
	--gap-1: 10px;
	---gap-1: -10px;
	--gap: 20px;
	---gap: -20px;
	--gap2: 40px;
	---gap2: -40px;
/*
	--gap3: 60px;
	--gap4: 80px;*/
	--gap5: 100px;

	--right-gap: 260px;

	--ww: 1180px;

	--width-20p: 220px;
	--width-10p: 100px; 

	--border-radius: 3px;
	--border-radius-1: 2px;

	--font: normal 16px/24px "BaseFont",arial,helvetica,sans-serif;
	--font-1: normal 14px/20px "BaseFont",arial,helvetica,sans-serif;
	--font-1_2: normal 14px/18px "BaseFont",arial,helvetica,sans-serif;
	--font-2: normal 12px/20px "BaseFont",arial,helvetica,sans-serif;
	--font-menu: normal 13px/24px "BaseFont",arial,helvetica,sans-serif;
	--font-small: normal 10px/12px arial,helvetica,sans-serif;
	--font-big:  normal 40px/42px "BaseFont",arial,helvetica,sans-serif;
	--font-h1: normal 30px/34px "BaseFont",arial,helvetica,sans-serif;
	--font-h2: bold 24px/28px "BaseFont",arial,helvetica,sans-serif;
	--font-h2_2: normal 24px/28px "BaseFont",arial,helvetica,sans-serif;
	--font-h3: bold 20px/24px "BaseFont",arial,helvetica,sans-serif;
	--font-h4: bold 18px/24px "BaseFont",arial,helvetica,sans-serif;

	--color: #3c3c3d;
	--color-border: #b6b6b6;
	--color-select: #2a8bc0;
	--color-select-border: #a1cce3; /*#cae2ef #a1cce3;*/
	--color-seccond: #666;
	--color-seccond-border: #d9d9d9;
	--color-seccond-1: #999;
	--color-seccond-1-border: #cecece;
	--color-inverce: #fff;
	--color-inverce-border: rgba(255, 255, 255, 0.25);
	--color-separator: #ccc;
	--color-separator-1: #e6e6e6;
	--color-green: #62ba7f;

	--color-new: rgb(126, 90, 157);
	--color-new-light: rgba(126, 90, 157, 0.2);

	--color-confirm: rgb(98, 186, 127);
	--color-confirm-light: rgba(98, 186, 127, 0.2);

	--color-pay: rgb(96, 158, 193);
	--color-pay-light: rgba(96, 158, 193, 0.2);

	--color-complite: rgb(237, 99, 73);
	--color-complite-light: rgba(237, 99, 73, 0.2);
}

.m a[href] {
	display: block;
	text-decoration: none;
	border-bottom: 0;
}
.m img {
	display: block;
	max-width: 220px;
}

html {
	background: #e9ecf0;
}
body {
	margin: 0 auto;
	max-width: 1600px;
	visibility: visible;

	display: flex;
	flex-direction: column;

	background: var(--bg-color);
	font: var(--font);
	color: var(--color);
/*
	min-width: calc(1180px + var(--gap) * 2);*/

	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
main {
	flex-grow: 1;
}



.width {
	margin: 0 auto;
	padding-right: var(--gap);
	padding-left: var(--gap);
	box-sizing: border-box;
/*
	width: 1180px;*/
	width: 100%;
	max-width: var(--ww);
/*
	1max-width: 1600px;*/
}

.cnt:after {
	display: block;
	clear: both;

	content: "";
}
.left {
	float: left;
}
.right {
	float: right;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.cell.wide {
	flex-grow: 1;
}
.cols {
	margin: 0 var(---gap-1);
	position: relative;
}
.cols &gt; .cell {
	margin: 0 var(--gap-1);
}
.cols2 {
	margin: 0 var(---gap);
}
.cols2 &gt; .cell {
	margin: 0 var(--gap);
}
aside.cell {
	width: 250px;
	min-width: 230px;
}
aside.cell.to-menu {
	box-sizing: border-box;
	order: 0;
/*
	width: 20%;
	min-width: var(--width-20p);*/
}



header, footer {
	background: var(--bg-color2);
}
header .top, header menu.main, .search {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
header .top, .search {
	font: var(--font-2);
}
header .top {
	background: var(--bg-color);
	white-space: nowrap;
	color: var(--color-seccond);
}
/*
header .top .row {
	margin-left: var(---gap2); 
}
header .top .cell {
	margin-left: var(--gap2); 
}*/

header .top menu ul {
	margin-left: var(---gap);
}
header .top menu li, header .back {
	padding: 5px 0;
}
header .top menu li {
	display: inline-block;
	margin-left: var(--gap);
	vertical-align: top;
}
header .top menu li a.current, header .top menu li a[href].current {
	color: var(--color-select);
}
header .top menu li a[href], header .back a[href] {
	border-bottom-color: var(--color-seccond-border);
	color: inherit;
}
header .top menu li a[href].current {
	border-bottom-color: var(--color-select-border);
}

header .top .toIcon {
	position: relative;
	margin: 0 0 0 21px;
}
header .top .toIcon svg {
	position: absolute;
	fill: var(--color-seccond-1);
/*
	top: -1px;
	left: -21px;*/
	margin: 1px 0 0 -21px;
	width: 16px;
	height: 16px;
}
header .top .toIcon.current svg {
	fill: var(--color-select);
}

.bag a, .bag a[href], .is-noTouch .bag a[href]:hover {
	display: block;
	padding: 5px 20px 4px 20px;
	padding-right: var(--gap);
	padding-left: var(--gap);
	background: var(--color-green);
	border-bottom: solid 1px;
	border-bottom-color: var(--color-green);
	text-align: center;
	color: var(--color-inverce);
}
.bag svg, .bag .count, .bag .title {
	display: inline;
	vertical-align: top;
}
.bag svg {
	margin: 2px 4px 0 0;
	fill: var(--color-inverce);
	width: 16px;
	height : 16px;
}
.bag .count {
	font-size: 14px;
}
.bag .title {
	margin: 0 0 0 5px;
}
.bag a[href] .title {
	border-bottom: solid 1px;
	border-bottom-color: var(--color-inverce-border);
}
.is-noTouch .bag a[href]:hover .title {
	border-bottom: 0;
}
.bag a.empty, .bag a[href].empty, .is-noTouch .bag a[href].empty:hover {
	color: var(--color-seccond-1);
}
.bag .empty svg {
	fill: var(--color-seccond-1);
}
.bag .empty .title, .bag .current .title {
	display: none;
}

.back a {
	position: relative;
	margin-left: 16px;
}
.back .arrow {
	position: absolute;
	top: -3px;
	left: -18px;
	font-size: 18px;
}

.search input[type="text"], .search input[type="search"], .bag a.empty, .bag a[href].empty, .is-noTouch .bag a[href].empty:hover {
	background: #f0f1f2;
	border: 0;
	border-bottom: solid 1px #e1e3e6;
}

.search {
	position: relative;
}
.search input[type="text"], .search input[type="search"] {
	padding: 5px 23px 4px 32px;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	min-width: 100px;
	height: auto;
	font: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
}
.search input[type="text"]:focus, .search input[type="search"]:focus {
	background: none;
	border-bottom-color: var(--color-select);
}
.search &gt; svg {
	position: absolute;
	fill: var(--color-seccond-1);
	top: 9px;
	left: 10px;
	width: 12px;
	height: 12px;
}
.search button, .is-noTouch .search button:hover {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0 8px;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}
.search button svg, .is-noTouch .search button:hover svg {
	display: inline-block;
	position: static;
	margin: 9px 0 0 0;
	vertical-align: top;
	fill: var(--color-seccond-1);
	width: 11.469px;
	height: 8px;
}
.search.is-focus svg, .is-noTouch .search.is-focus button:hover svg {
	fill: var(--color-select);
}


header .to-search {
	flex-grow: 1;
	order: 2;
}
header .to-userMenu {
	order: 3;
}
header .to-bag {
	order: 4;
}


header &gt; .width &gt; .row {
	position: relative;
/*
	padding-top: 34px;*/
	padding-top: 85px;
	padding-bottom: 34px;
	align-items: center;
}
.logo, .logo svg {
	display: block;
	width: 200px;
}
.logo[href] {
	border-bottom: 0;
}
.logo svg {
	fill: #2a8ac0;
	width: 186px;
	height: 46px;
}
.cols  .cell. to-menu{
	margin: 0;
}
.mainMenu {
	font: var(--font-menu);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: rgb(42 138 192);
	padding: 5px 25px;
}
.mainMenu ul {
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.mainMenu li {
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.mainMenu a[href] {
	border-bottom: 0;
	color: inherit;
}
.mainMenu li svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}
.is-noTouch .mainMenu a[href]:hover {
	border-bottom: solid 1px;
	border-bottom-color: var(--color-select-border);
}

.mainMenu ul.second-menu{
	display: none;
	width: 300px;
	text-align: left;
	position: absolute;
	z-index: 6000;
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0,.28);
	padding: 5px 0px 5px 0px;
	background: #f6f7f8;
	left: 0;
}
.mainMenu ul.second-menu li{
	display: block;
	color: #3c3c3d;
	border-bottom: none;
	text-transform: initial;
	padding: 5px 10px;
}

.mainMenu ul li:hover &gt; ul.second-menu {
	display: block;
}

header h1.title {
	margin: 0;
	font: var(--font-h2);
	font-weight: normal;
}

a.phone, a.phone[href], header a.email[href] {
	white-space: nowrap;
	color: inherit;
}
a.phone, a.phone[href] {
	border-bottom: 0;
}
a.phone, a.email[href] {
	border-bottom-color: #a5a8aa;
}
header .phone, header .email {
	font-weight: bold;
}
header .width .cell.contact{
	margin-right: 20px;
}
header .contact .decriptor{
	color: #3b414d;
	width: 260px;     
	font-size: 16px;
}
header .contact .address{
	width: 220px;
}

.fa {
	margin-right: 5px;
	color: #2076a7;
}
header .contact .fa,
.cell.to-phone .fa{
	color:#2a8ac0;
	margin-right: 5px;
	text-align: center;
}

footer {
	padding: 25px 0 50px 0;
	font: var(--font-1);
	color: var(--color-seccond);
}
footer a[href] {
	border-bottom-color: #d2d3d3;
	color: inherit;
}

footer menu {
	margin-bottom: 20px;
	position: relative;
}
footer menu:after {
	display: block;
	margin: 35px 0 0 0;
	border-bottom: solid 1px;

	content: "";
}
footer menu:last-child:after {
	display: none;
}
footer menu li {
	padding: 5px 0;
}
footer menu &gt; ul.cols &gt; li.cell {
	margin-top: 25px;
	flex: 1 1 auto;
}
footer menu:last-child &gt; ul &gt; li {
	padding-bottom: 0;
}
footer menu &gt; ul &gt; li &gt; ul {
	margin: 19px 0 0 0;
	padding: 15px 0 0 0;
	border-top: solid 1px;
}
footer menu:after, footer menu &gt; ul &gt; li &gt; ul {
	border-color: #dee4e9;
}
footer menu &gt; ul &gt; li &gt; a {
	position: relative;
	white-space: nowrap;

	text-transform: uppercase;
	letter-spacing: 1px;
}
footer menu &gt; ul &gt; li {
	width: 25%;
}
footer menu &gt; ul &gt; li:last-child {
	width: 50%;
}
footer menu &gt; ul &gt; li:last-child &gt; ul {
	column-count: 2;
	-webkit-column-gap: var(--gap);
	-moz-column-gap: var(--gap);
	column-gap: var(--gap);
}
footer menu svg {
	display: inline-block;
	position: absolute;
	margin: 5px 0 0 5px;
	fill: #aeaeaf;
	width: 5px;
	height: 10px;
}
/*
footer .width &gt; .row:last-child .copy {
	align-items: center;
}*/


.redlabs a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.is-noTouch .redlabs a:hover {
	color: red;
}

footer .width {
	position: relative;
}
a[href].ig {
	text-decoration: none;
	border-bottom: 0;
	display: block;
	position: relative;
	bottom: -20px;
	width: 30px;
	height: 30px;
}
.ig::before {
	content: "";
	display: block;
	background: url("/svg/ig.svg") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.is-noTouch .ig:hover::before {
	background-image: url("/svg/ig-color.svg");
}

.ig::after {
	content: "ÐœÑ‹ Ð² Instagram";
	display: block;
	white-space: nowrap;
	position: absolute;
	left: 40px;
	top: 7px;
}


.path {
	margin: 35px 0 -40px 0;
	font: var(--font-small);
	color: var(--color-seccond-1);

	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.path li {
	display: inline-block;
	padding: 3px 0;
	vertical-align: top;
}
.path a[href] {
	margin-left: 10px;
	border-bottom-color: var(--color-seccond-1-border);
	color: inherit;
}
.path a[href]:first-child {
	margin-left: 0;
}
.path svg {
	margin: 0 5px -1px 5px;
	fill: #b2b2b2;
	width: 3px;
	height: 8px;
}
.path svg.remove, .headline nav li a svg.remove {
	margin: -2px -3px 0 3px;
	background: none;
	padding: 0;
	border: 0;
	vertical-align: middle;
	fill: var(--color-seccond-1);
	width: 10px;
	height: 10px;
}

h1.title {
	margin: 40px 0 34px 0;
}


.seccondMenu {
	margin-bottom: var(--gap2);
	border-top: solid 1px;
	border-left: 3px solid;
	border-bottom: solid 1px;
	border-color: var(--color-separator-1);
	border-left-color: var(--color-select);
	font: var(--font);
	background: var(--bg-color2);
}
.seccondMenu li {
	border-bottom: 1px solid;
	border-color: var(--color-select);
}
.seccondMenu li:last-child{
	border-bottom: none;
}
.seccondMenu a[href] {
	display: block;
	color: inherit;
	border-bottom: none;
	padding: 5px 10px;
}
.seccondMenu a[href]:hover {
	background: #eaeaea;
}
.seccondMenu a.current, .seccondMenu a[href].current {
	display: block;
	color: var(--color-inverce);
	background: var(--color-select);
	padding: 5px 10px;
}
.seccondMenu &gt; button {
	position: absolute;
	top: -81px;
	right: 0;
}
.seccondMenu .count {
	color: var(--color-seccond-1);
}



.to-home section {
	margin: 0;
	padding: 62px 0 80px 0;
}
.to-home .catInTop {
	background: var(--bg-color2);
}
.bigTitle {
	font: var(--font-big);
}
section .bigTitle {
	text-align: center;
}
section .bigTitle:after {
	display: block;
	margin: 23px auto 10px auto;
	background: #b6bcc2;
	width: 70px;
	height: 2px;
	content: "";
}


.to-home section.benefits {
	margin-bottom: 0;
	padding-bottom: 0;
	background: linear-gradient(var(--bg-color2), #fff, #fff);
	background-color: var(--bg-color2);
}
.to-home section.benefits:last-child {
	padding-bottom: var(--gap5);
}
.to-home section.pageContent:last-child {
	padding-top: 0;
	padding-bottom: 0;
}

.benefits nav {
	margin: var(--gap) 0 25px 0;
}
.benefits .row {
	flex-wrap: wrap;
}
.benefits .cols &gt; .cell {
	margin-bottom: 55px;
	flex-grow: 0;
	width: 30%;
}
.benefits a {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 80%;
}
.benefits a[href] {
	border-bottom: 0;
	color: inherit;
}
.benefits svg {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 75px;
}
.manufacture svg {
	fill: #ed6349;
}
.maps svg {
	fill: #62ba7f;
}
.logistic svg {
	fill: #6298b3;
}
.support svg {
	fill: #6298b3;
}
.team svg {
	fill: #7e5a9d;
}
.discounts svg {
	fill: #efc462;
}

.benefits .title, .benefits .text {
	display: block;
	font: var(--font-1);
}
.benefits .title {
	margin: 15px 0 7px 0;
	font-size: 18px;
	font-weight: bold;
}



section {
	margin-bottom: var(--gap2);
}
section:last-child {
	margin-bottom: var(--gap5);
}
section &gt; .pageContent:first-child, .newsList:first-child, .faqList:first-child {
	margin-top: -6px;
}
/*
.contacts:last-child {
	margin-bottom: var(--gap2);
}*/


.to-home header {
	display: flex;
	flex-direction: column;
	background: url("/images/top-image.jpg")  no-repeat center -40%;
	/*height: 100vh;
	max-height: 600px;
	min-height: 480px;*/
}
.block-services{
	background: url("/images/top-image.jpg")  no-repeat center bottom;
}
.to-home header &gt; .width {
	flex-grow: 1;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.homeTop {
	margin-bottom: 110px;
	margin-top: 30px;
}
.homeTop .row {
    align-items: flex-end;
}
.homeTop .cell {
	flex-grow: 1;
}
.homeTop .bigTitle {
	color: #49505c
}
.homeTop a[href] {
	display: inline-block;
	margin: 26px 0 0 0;
	padding: 14px 16px;
	/*background: rgba(246, 247, 248, 0.8);*/
	background:#2a8bc0;
	border: solid 1px var(--color-select);
	border-radius: var(--border-radius);
	font: var(--font-1);
	/*color: var(--color-select);*/
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.homeTop li:last-child a[href] {
	border-color: #6DB0D6;
	color: #fff;
	background: #6DB0D6;
}
.is-noTouch .homeTop a[href]:hover {
	background: #fff;
	border-bottom-width: 1px;
	color:#2a8bc0;
}
.is-noTouch .homeTop a[href]:active {
	padding-top: 15px;
	padding-bottom: 13px;
}
.homeTop li:last-child a[href]:hover {
	color: #6DB0D6;
}


input.toggle, .burgerMenuIcon, .filterOpenWin, .menuWin {
	display: none;
}

#to-filterWin {
	display: block;
	position: absolute;
	left: -1000px;
}
.artena{
	margin-top: 5px;
}
.artena a{
	vertical-align: middle;
	margin-left: 10px;
}
.img_right {
	float:right;
	margin:0 0 10px 20px;
}
.img_left {
	float:left;
	margin:0 20px 10px 0;
}
footer .contact{
	margin: 0 0 10px;
	font-size: 16px;
}
footer .social{
/*	width: 138px;*/
}
footer .contact span{
	display: block;
	margin-bottom: 5px;
}
footer .contact .fa{
	width: 20px;
	text-align: center;
}
footer .contact .fa{
	margin-right: 3px;
}
footer .row.bottom{
	margin-top: 20px;
	font-size: 13px;
}

.search_block .search &gt; svg {
	width: 15px;
	height: 15px;
}
.search_block .search button svg{
	margin: 15px 0 0 0;
}
.search_block{
	position: absolute;
	top: -130px;
  right: -180%;
}
.search_block.open{
	display: block;
}
.menu_s{
	position: relative;
}
	
.search_block .search input[type="search"] {
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px 1px #c1cbd9;
	border: solid 1px #2a8ac0;
	width: 350px;
	float: right;
	height: 35px;
	background: #f5f5f5;
}

.serach_top{
	display: none;
}
.pageContent .modal-feedback{
	margin: 5px 5px 10px 0;
}
menu.mobile{
	display: none;
}	

.vrez2 {
	background: #f6f7f8;
	padding: 25px 35px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 15px 20px;
	box-shadow: 2px 2px 0px #2a8ac0, -2px -2px 0px #2a8ac0, 1px 1px 5px 0px #bbbbbb;
}
.vrez2 div{
	width: 80%;
}
.vrez2 .modal-feedback {
	box-shadow: none;
	margin: 0;
	background: rgba(32, 118, 167 , .75);
}
.vrez2 .modal-feedback:hover {
	background: rgba(32, 118, 167);
	color: var(--bg-color2);
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 #fff;
}
.row.cols.products{
	margin-top: 40px;
}
.products aside.cell.to-menu{
	margin-top: 40px;
}
.center{
	text-align: center;
}
.pageContent .table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid var(--color-select);
	margin: 20px 0 25px;
}
.pageContent .table tr, .pageContent .table th, .pageContent .table td{
	border: 1px solid var(--color-select);
	padding: 5px 8px;
}
.pageContent .table th{
	background: var(--color-select);
	color: #fff;
}
.pageContent .table tr td:last-child,
.pageContent .table tr td:nth-last-child(2){
	text-align: center;
}
.pageContent .table tr td:first-child{
	width: 70%;
}
footer .desktop .cell.to-phone {
	position: absolute;
	right: 0;
	top: 12px;
}
footer .cell.to-phone.xs-open .modal-feedback{
	display: none;
}
.aboutCompany{
	background: var(--bg-color2);
}

.flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.aboutCompany .flex{
	gap: 0 3rem;
	flex-wrap: wrap;
}
.aboutCompany .flex .text_about{
	width: 51%;
}
.aboutCompany .flex .img_about{
	width: 40%;
	height: 450px;
	background-size: cover;
}
#more {
	padding: 0;
}


@media screen and (max-width: 1200px) {
	aside.cell {
    width: 210px;
    min-width: 210px;
	}
	header .contact .address {
    width: 150px;
	}
	header .contact .decriptor {
    width: 230px;
	}
	header .width .cell.contact {
    margin-right: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.mainMenu ul {
		margin-left: -20px;
	}
	.mainMenu li {
		margin-left: 20px;
	}

	.benefits a {
		max-width: none;
	}
	header .contact .decriptor {
		display: none;
	}
	.contact.row {
    justify-content: flex-end;
	}
	header .contact .address {
    width: 200px;
	}
}


@media screen and (max-width: 1024px) {
	.userMenu li:first-child {
		overflow: hidden;
		width: 140px;
	}
	.userMenu.is-auth li:first-child {
		text-overflow: ellipsis;
	}
	.userMenu li:last-child {
		display: none;		
	}
	.aboutCompany .flex {
    gap: 2rem;
	}
}
@media screen and (max-width: 860px) {
	.mainMenu li {
			margin-left: 10px;
	}
}
@media screen and (max-width: 800px) {
	.mainMenu li{
		font-size: 15px;
	}
	aside.cell {
    width: 180px;
    min-width: 180px;
	}
}

@media (max-width: 900px) and (min-width: 768px) {
.vrez2 {
    flex-direction: column;
	}
	.vrez2 div {
    width: 100%; 
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {

/*
	.mainMenu ul {
		text-align: left;
	}*/
	header .cell.to-userMenu {
		margin-right: 0; 
	}
	.userMenu li:first-child {
		overflow: visible;
		width: auto;
	}

	aside.to-logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		min-width: 0;
	}

	.menuWin {
		padding: var(--gap);
		background: var(--bg-color2);
		box-sizing: border-box;
		overflow: auto;
		z-index: 1000;
	}
	.menuWin, #filterWinToggle:checked ~ #to-filterWin {
		position: fixed;
		top: 30px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#burgerMenuToggle:checked ~ header .top, #filterWinToggle:checked ~ header .top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	#burgerMenuToggle:checked ~ .to-burgerMenu/*, #filterWinToggle:checked ~ #to-filterWin*/ {
		display: block;
	}

	.burgerMenuIcon {
		display: inline-block;
		cursor: pointer;
	}
	.to-logo .serach_top, .burgerMenuIcon &gt; .icon {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 20px;
	}
	.to-logo .serach_top {
		margin-right: 16px;
		fill: var(--color-seccond);
	}
	.burgerMenuIcon &gt; .icon {
		position: relative;
	}
	.burgerMenuIcon .line {
		display: block;
		margin: 0 0 7px 0;
		background: var(--color-seccond);
		width: 20px;
		height: 2px;
/*
		transition: transform .3s ease;*/
	}
	.burgerMenuIcon .line:last-child {
		margin-bottom: 0;
	}

	.menuWin .burgerMenuIcon {
		position: absolute;
		top: 42px;
		right: 20px;
		z-index: 1;
	}
	.menuWin .burgerMenuIcon &gt; svg {
		display: none;
	}
	.menuWin .burgerMenuIcon .line {
		display: none;
	}
	.menuWin .burgerMenuIcon .line:first-child, .menuWin .line:last-child {
		display: block;
		position: absolute;
		transform: rotate(45deg);
		top: 9px;
		left: -3px;
		width: 26px;
	}
	.menuWin .burgerMenuIcon .line:first-child {
		transform: rotate(-45deg);
	}

	.to-burgerMenu .row {
		text-align: center;
		flex-direction: column;
		justify-content: flex-start;
		min-height: 100%;
	}
	.to-burgerMenu .wide {
		flex-grow: 0;
	}
	
	.to-burgerMenu .to-menu {
		display: block;
	}
	.to-burgerMenu menu {
		font: var(--font-2);
		text-transform: uppercase;
		background: inherit;
		padding: 0; 
		margin-bottom: 0; 
	}
	.to-burgerMenu menu ul {
		margin: 0;
		display: block;
	}
	.to-burgerMenu menu li {
		display: block;
		margin: 16px 0;
		padding: 0;
		text-align: center;
	}
	.to-burgerMenu menu li a[href] {
		border-bottom: solid 1px var(--color-seccond-border);
		color: var(--color-seccond);
	}
	.to-burgerMenu menu li .seccondMenu a[href] {
		color: var(--color);
	}
	.to-burgerMenu .to-menu:before, .to-burgerMenu .seccondMenu:after {
		display: block;
		margin: 8px auto 24px auto;
		background: #b6bdc4;
		width: 100px;
		height: 1px;
		content: "";
	}
	.to-burgerMenu .to-menu:first-child:before {
		display: none;
	}

	.to-burgerMenu .seccondMenu {
		padding: 4px 0 0 0;
		border: 0;
		font: var(--font-1_2);
		text-transform: none;
		letter-spacing: 0;
	}
	.to-burgerMenu .seccondMenu:after {
		margin-top: 20px;
	}
	.to-burgerMenu .seccondMenu li[data-page="about"], .to-burgerMenu .seccondMenu li[data-page="contacts"] {
		display: none;
	}
	.to-burgerMenu .seccondMenu li {
		margin: 12px 0;
	}
	.langMenu {
    top: 10px;
	}
	.menuWin .to-search {
		display: block;
		margin: 0 0 10px 0;
		padding: 20px 38px 20px 0;
		flex-grow: 0;
		order: -1;
	}

	.menuWin.is-scrolled {
		padding-top: 98px;
	}
	.menuWin.is-scrolled .burgerMenuIcon, .menuWin.is-scrolled .to-search {
		position: fixed;
	}
	.menuWin.is-scrolled .burgerMenuIcon {
		top: 52px;
		z-index: 2;
	}
	.menuWin.is-scrolled .to-search {
		background: var(--bg-color2);
		top: 30px;
		right: var(--gap);
		left: var(--gap);
		z-index: 1;
	}
	.menuWin.is-scrolled .to-search:before {
		position: absolute;
		background: linear-gradient(var(--bg-color2), rgba(246, 247, 248, 0));
		top: 100%;
		right: 0;
		left: 0;
		height: 10px;
		content: "";
	}
/*
	#burgerMenuToggle:checked ~ header &gt; .width, #burgerMenuToggle:checked ~ main, #burgerMenuToggle:checked ~ footer, #filterWinToggle:checked {
		overflow: hidden;
	}*/



	.catTitle {
		padding: 40px 0 34px 0;
	}	
	.catTitle h1.title {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.filterOpenWin {
		display: inline-block;
		margin-top: 9px;
	}
	#filterWinToggle:checked ~ #to-filterWin .filter {
		padding: 34px 0 0 0;
		border-top: solid 1px var(--color-separator-1);
	}





	body .ModalWin {
		position: fixed;
		border-radius: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	body .Modal.noScroll .ModalScroll {
		overflow: auto;
	}
/*
	body .ModalScroll {
	}
	body .ModalTitle {
		padding-right: 0;
	}
	body .ModalClose {
		top: 10px;
		right: 10px;
	}*/



	.to-home header, .to-home.to-en header {
		height: auto;
		max-height: none;
	}
	.to-en header .title {
		padding: 0 0 40px 0;
		text-align: center;
		width: 100%;
	}
	.pageContent .tow {
		column-count: 1;
	}
/*
	header .top .row {
		flex-wrap: wrap;
	}
	header &gt; .width .row, main &gt; .width &gt; .row {
		flex-wrap: wrap;
	}*/
	header .cell.to-bag {
		margin-right: 0;
	}
	
	header &gt; .width .row {
		display: block;
	}
	header &gt; .width &gt; .row{
		padding-top: 50px;
    padding-bottom: 0px;
	}

	header .to-menu {
		display: none;
	}
	header .to-phone, header .to-email {
		width: auto;
	}
	header .to-phone:before {
		margin-bottom: 26px;
	}
	.to-home header .to-phone:after {
		margin-top: 26px;
	}

	header .to-phone .phone {
		font-weight: normal;
		font-size: 24px;
	}


	.homeTop {
		margin-bottom: 0;
		text-align: center;
	}
	.homeTop .bigTitle {
		margin: 0 auto;
		max-width: 300px;
/*--
		font-size: 24px;
		line-height: 26px;*/
		font: var(--font-h4);
	}
	header &gt; .width &gt; .homeTop &gt; .row {
		display: block;
/*
		flex-wrap: nowrap;*/
	}
	.homeTop .cell {
		margin-bottom: 25px;
	}
	.homeTop a[href] {
		margin-top: 14px;
	}


	main &gt; .width &gt; .row, main &gt; .width &gt; section &gt; .row {
		flex-wrap: wrap;
	}
	main aside.cell.to-menu {
		display: none;
/*
		padding-left: 0;
		order: 0;
		width: 100%;*/
	}
	.seccondMenu &gt; button {
		position: static;
		margin-top: var(--gap);
	}

	.benefits .cols &gt; .cell {
		width: 44%;
	}

	.redlabs {
		width: auto;
	}
	header .contact {
    position: relative;
    top: 30px;
    right: 0;
	}
	header .contact &gt; span{
		display: block;
		margin: 0 auto 10px;
	}
	header .contact .address{
		width: 280px;
	}
	.cell.to-phone .fa{
		display: inline-block;
		position: relative;
		top: auto;
    right: auto;
	}
	header .width .cell.contact{
		margin: 0 var(--gap-1);
	}
	header .row.contact{
		display: flex;
		flex-wrap: wrap;
		margin-top: -20px !important;
	}
	.search_block .search &gt; svg {
    left: 10px;
    right: auto;
    top: 7px;
	}
	.search_block {
    display: none;
	}
	.search_block.open{
		top: 30px;
		right: 40%;
		z-index: 1;
	}
	header .contact.open{
		padding-top: 30px;	
	}
	footer .desktop .cell.to-phone .modal-feedback {
    width: auto;
    padding: 6px 5px;
    margin: 0;
	}
	.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
	}
	.aboutCompany .flex .img_about {
    width: auto;
    background-position: 0 55% !important;
    height: 300px;
	}
	.flex {
    flex-direction: column;
    gap: 1rem;
	}
	.to-home section.aboutCompany{
    margin: 0;
    padding: 62px 0 50px 0;
	}
	.aboutCompany .flex .text_about{
		width: 100%
	}
}
@media screen and (max-width: 700px) {
	.row.top, 
	.row.bottom {
    flex-direction: column;
	}
	a[href].ig{
		bottom: 0px;
	}
	.cell.redlabs{
		margin-top: 10px;
	}
	.img_right, .img_left {
		float:none;
		margin:15px auto;
		display: block;
	}
	.search_block.open {
    right: 0;
		top: 40px;
	}
	header .contact.open{
		padding-top: 40px;	
	}
}
@media screen and (max-width: 650px) {
	menu.mobile{
		display: block;
	}	
	menu.desktop{
		display: none;
	}	
	.row.about-items { 
    flex-direction: column;
	}
	footer menu &gt; ul &gt; li:last-child, footer menu &gt; ul &gt; li {
    width: 100%;
	}
	footer menu &gt; ul &gt; li:last-child &gt; ul {
			column-count: 1;
	}
	.about-item__body {
		display: none;
		margin-top: 10px;
	}
	.about-item__head, .about-item span  {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
		align-items: center;
		transition: 0.3s ease;
		 position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
	footer menu &gt; ul &gt; li &gt; ul {
    padding: 0;
	}
	footer menu svg {
    margin: 3px 0 0 10px;
		transition: 0.3s ease;
    width: 6px;
    height: 13px;
	}
	.about-item_active svg {
    transform: rotate(90deg);
    margin: 3px 0 0 10px;
		fill: #2076a7;
	}
	.about-item_active .about-item__head{
		color: #2076a7;
	}
	footer menu &gt; ul.cols &gt; li.cell {
    margin: 0 0 15px;
	}
	footer menu:after {
    margin: 10px 0 0 0; 
	}
	.vrez2 {
    flex-direction: column;
	}
	.vrez2 div {
    width: 100%; 
		margin-bottom: 10px;
	}
	footer .cell.to-phone.xs-open .modal-feedback {
		display: block;
    width: auto;
    padding: 6px 5px;
    margin: 10px 0 0;
	}
		.m {
		padding: 20px 0;
	}
}

@media screen and (max-width: 480px) {
	header .contact .address {
			text-align: center;
	}
	.langMenu {
    top: -25px;
    left: 60%;
	}
	header &gt; .width &gt; .row {
    padding-top: 6px;
	}
	.aboutCompany .flex .img_about {
    min-height: 200px;
	}
}

@media screen and (max-width: 425px) {
	.benefits .cols &gt; .cell {
		width: 100%;
	}

	footer menu &gt; .row {
		flex-wrap: wrap;
	}
	.row.top, .row.bottom {
		align-items: center;
		text-align: center;
	}
	.search_block .search input[type="search"] {
		width: 300px;
	}
	.homeTop .row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 400px) {
	.pageContent .table {
			font-size: 13px;
	}
	.pageContent .table tr, .pageContent .table th, .pageContent .table td {
		padding: 4px 5px;
	}
}
@media screen and (max-width: 375px) {
	header .top menu ul {
		margin-left: -8px;
	}
	header .top menu li {
		margin-left: 8px;
	}
	header .top menu a {
		letter-spacing: 0;
	}

	.userMenu li:first-child {
		overflow: hidden;
		width: 95px;
	}
}
        body .Modal.noScroll .ModalScroll {
		overflow: auto;
	}</pre></body></html>