@charset "utf-8";
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeuil.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguili.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeuisl.woff') format('woff'), url('/bitrix/templates/main/fonts/segoeuisl.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguisli.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeui.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeuii.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguisb.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguisbi.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeuib.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/segoeuiz.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguibl.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('/bitrix/templates/main/fonts/seguibli.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
html, body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #f3f4f5;
	font: 300 18px/27px "Segoe UI", Arial, "sans-serif";
	color: #000000;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body b {
	font-weight: 700;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button, .jcf-select {
	font: normal 14px "Segoe UI", Arial, "sans-serif";
	color: #000;
	outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select, .checkbox, .radio, .jcf-select-text > * {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #cdd3d9;
	background: none;
	margin: 0;
	padding: 9px 15px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
	border-color: #7c8b9a!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #748494;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #748494;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #748494;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.3!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.3!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.3!important;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.checkbox, .radio {
	width: 17px;
	height: 17px;
	position: relative;
	cursor: pointer;
	padding: 0;
	display: block;
}
.radio {
	border-radius: 50%;
}
.checkbox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	background: url(/bitrix/templates/main/img/pic-check-grey.svg) no-repeat 50% 50%;
	background-size: auto 10px;
}
input:checked + .checkbox:before {
	opacity: 1;
}
.radio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: #7c8b9a;
	margin: 3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:checked + .radio {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.jcf-select {
	display: block;
	position: relative;
}
.jcf-select select, .jcf-select-text > * {
	font: inherit;
	color: inherit;
}
.jcf-select-text > * {
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jcf-select select {
	z-index: 5;
	cursor: pointer;
}
.jcf-select-opener {
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7c8b9a transparent;
	margin: -4px 15px;
}
.jcf-select-text > * {
	display: block;
}
.jcf-option-placeholder {
	font-weight: bold;
	text-transform: uppercase;
	color: #7c8b9a;
}
.outtaHere {
	position: fixed!important;
	left: -10000px!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
a {
	color: #009a9d;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong, .bold {
	font-weight: 600;
}
p, ol, ul {
	margin: 0 0 20px 0;
}
ol, ul {
	margin-bottom: 40px;
}
h1, .h1, h2, .h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.4;
	margin: 40px 0 20px 0;
}
h1, .h1 {
	font-weight: 100;
	font-size: 45px;
	line-height: 1.6;
	margin: 0 0 42px 0;
	letter-spacing: 0.02em;
}
h2, .h2 {
	margin: 40px 0 20px 0;
}
li {
	margin: 0 0 10px 40px;
	padding: 0 0 0 19px;
	position: relative;
}
li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
ol, ul {
	list-style: none;
	padding: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	content: counter(li)'.';
	counter-increment: li;
}
ul > li:before {
	width: 6px;
	height: 6px;
	top: 13.5px;
	margin: -3px 0;
	border-radius: 50%;
	background: #cdd3d9;
}
.btn {
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	white-space: nowrap;
	text-align: center;
	padding: 0 20px;
	text-decoration: none!important;
	font: bold 14px/36px "Segoe UI", Arial, "sans-serif";
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	height: 40px;
	position: relative;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-border-grey {
	background-color: transparent;
	border-color: #cdd3d9;
	color: #7c8b9a;
}
.btn-border-grey:hover {
	background-color: #cdd3d9;
}
.btn-border-white {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.btn-border-white:hover {
	border-color: transparent;
	background-color: rgba(255, 255, 255, 0.5);
}
.btn-border-green {
	background-color: transparent;
	border-color: #009396;
	color: #009396;
}
.btn-border-green:hover {
	color: #fff;
	background-color: #009396;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.red {
	color: #a91313;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.header {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.footer {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 32px;
	max-width: 1244px;
}
.header {
	background: #fff;
	position: relative;
	z-index: 100;
}
.index-page .header {
	background: none;
	color: #fff;
}
.header .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 106px;
	margin-bottom: -10px;
}
.header .logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	/*margin-right: auto;*/
	margin-bottom: 10px;
}
.header .logo img {
	width: 234px;
	height: auto;
}
.header .link-cart {
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	color: #748494;
 margin-left:66px;
}
.header .link-cart a {
	text-decoration: none;
	color: inherit;
}
.header .link-cart a:hover {
	text-decoration: underline;
}
.header .link-cart .pic {
	display: inline-block;
	vertical-align: middle;
	background: url(/bitrix/templates/main/img/pic-cart-grey.svg) no-repeat 50% 50%;
	width: 19px;
	height: 21px;
	background-size: 100% 100%;
	position: relative;
	top: -2px;
	margin: 0 11px 0 0;
}
.index-page .header .link-cart {
	color: inherit;
}
.index-page .header .link-cart .pic {
	background-image: url(/bitrix/templates/main/img/pic-cart-white.svg);
	opacity: 0.5;
}
.header .btn {
	width: 260px; /* 212px; */
	margin-left: 60px; /* 60px; */
}
.menu {
	position: relative;
	padding-right: 272px;
	border-bottom: 1px solid #cdd3d9;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .toggle-menu {
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 50px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -17px;
	cursor: pointer;
	display: none;
}
.menu .toggle-menu > * {
	width: 16px;
	height: 2px;
	margin: 2px 0;
	background: #000;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.index-page .menu .toggle-menu > * {
	background: #fff;
}
.menu .toggle-menu .text {
	white-space: nowrap;
	position: absolute;
	line-height: 50px;
	left: 100%;
	top: 0;
	font-weight: 600;
	font-size: 16px;
	background: none!important;
	width: auto;
	height: auto;
	margin: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.menu .links, .menu .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu .links li {
	margin: 0;
	padding: 0;
}
.menu .links li:before {
	display: none;
}
.menu .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.menu.open-search .links {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.menu .links > li {
	position: relative;
}
.menu .links > li > *:first-child {
	cursor: pointer;
	padding: 13px 0;
	color: inherit;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
}
.menu .links > li > *:first-child:before {
	content: '';
	position: absolute;
	top: 100%;
	height: 1px;
	background: #748494;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.menu .links > li > a:hover, .menu .links > li > .active, .menu .links > li.hover > .toggle {
	color: #009a9d;
}
.menu .links > li > a:hover:before, .menu .links > li > .toggle:hover:before, .menu .links > li.hover > *:first-child:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index-page .menu .links > li > *:first-child:before {
	background: #fff;
}
.index-page .menu .links > li > a:hover, .index-page .menu .links > li > .active, .index-page .menu .links > li.hover > .toggle {
	color: #fff;
}
.menu .links .sub {
	letter-spacing: 0.02em;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	margin: 11px 0 0 0;
	background: #fff;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.35);
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .links li.hover .sub {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.menu .links .sub a {
	color: inherit;
	text-decoration: none;
}
.menu .links .sub a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.menu .links .sub:before {
	height: 11px;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}
.menu .links .sub ul {
	list-style: none;
	margin: 0;
	padding: 32px 40px;
}
.menu .links .sub ul li {
	margin: 14px 0 0 0;
}
.menu .links .sub ul li:first-child {
	margin-top: 0!important;
}
.menu .links > li.for-wide {
	position: static;
}
.menu .links .sub.wide {
	right: 0;
}
.menu .links .sub.wide .text {
	min-height: 50px;
}
.menu .links .sub.wide > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0 50px 0;
}
.menu .links .sub.wide > ul > li {
	width: 25%;
	padding: 0 40px;
	margin: 0;
	border-left: 1px solid #f3f4f5;
	border-right: 1px solid #f3f4f5;
}
.menu .links .sub.wide > ul > li:first-child {
	border-left-width: 0;
}
.menu .links .sub.wide > ul > li:last-child {
	border-right-width: 0;
}
.menu .links .sub.wide .img {
	height: 120px;
	line-height: 120px;
	font-size: 0;
	text-align: center;
	margin: 0 0 34px 0;
}
.menu .links .sub.wide .img img {
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.menu .links .sub.wide li ul {
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin: 15px 0 0 0;
	padding: 0;
}
.menu .links .sub.wide li ul li {
	margin: 11px 0 0 0;
	padding: 0;
}
.menu .search {
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 212px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-bottom: 1px solid #748494;
}
.menu.open-search .search {
	width: 100%!important;
}
.menu .search input {
	display: block;
	width: 100%;
	padding: 14px 29px;
	font-weight: normal;
	font-size: 16px;
	border: 0;
	background: none;
}
.menu .search .pic {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(/bitrix/templates/main/img/pic-search-grey.svg) no-repeat 0 50%;
	width: 13px;
	height: 17px;
	background-size: 100% 100%;
	margin: -8.5px 0;
}
.menu .search .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 29px;
	background: url(/bitrix/templates/main/img/cross-grey.svg) no-repeat 100% 50%;
	background-size: auto 17px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.menu.open-search .search .close {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index-page .menu {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}
.index-page .menu .search {
	border-bottom-color: #fff;
}
.index-page .menu .search input {
	color: #fff;
}
.index-page .menu .search input::-webkit-input-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.5);
}
.index-page .menu .search input::-moz-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.5);
}
.index-page .menu .search input:-ms-input-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.5);
}
.index-page .menu .search .pic {
	background-image: url(/bitrix/templates/main/img/pic-search-white.svg);
}
.index-page .menu .search .close {
	background-image: url(/bitrix/templates/main/img/cross-white.svg);
}
.content {
	padding: 54px 0 0 0;
}
.path {
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	margin: 0 0 1px 0;
}
.path a {
	color: inherit;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}
.path > * {
	margin: 0 5px 0 0;
}
.path .arr {
	background: url(/bitrix/templates/main/img/path-arr.svg) no-repeat 50% 50%;
	width: 21px;
	height: 8px;
	background-size: 100% 100%;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	top: -1px;
}
.mainblock:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.mainblock {
	position: relative;
	padding: 43px 80px 74px 80px;
	background: #fff;
	margin: 0 0 2px 0;
}
.image {
	float: left;
	margin: 7px 50px 30px -80px;
	max-width: calc(50% + 30px);
}
.image img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-left: 80px;
	border: solid 1px #eee;
}
@media (max-width: 991px){
	.image img {padding-left: 0; width: 100%; margin-left: 0;}
}
.article-foot {
	margin: 62px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.date {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	white-space: nowrap;
}
.soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	margin: -10px;
}
.soc > * {
	margin: 10px;
}
.soc a {
	text-align: center;
	font-size: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #cdd3d9;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.soc a:hover {
	background-color: #cdd3d9;
}

@media (pointer:coarse) {
.soc a:hover {
	background-color: transparent;
}
}
.soc .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -10px 0;
}
.soc .links:first-child {
	margin-left: -10px;
}
.soc .links > * {
	margin: 10px;
	display: block;
}
.soc img {
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 22px;
	max-height: 17px;
}
.inner-slider {
	background: #e1e4e7;
}
.slider h2, .slider .h2 {
	margin-top: 0;
	margin-bottom: 38px;
}
.slider h2 a, .slider .h2 a {
	color: inherit;
	text-decoration: none;
}
.slider h2 a:hover, .slider .h2 a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.inner-slider .slick-list {
	margin: 0 -80px;
	padding: 0 0 0 80px;
}
.slider .hold {
	position: relative;
}
.inner-slider .hold:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #cdd3d9;
	margin: 1px -1px;
}
.inner-slider .el {
	padding: 0 80px 0 0;
}
.index-slider {
	padding: 30px 40px;
}
.index-slider h2, .index-slider .h2 {
	margin-bottom: 35px;
}
.index-slider .slick-arrow {
	margin-bottom: 34px;
}
.index-slider .slick-list {
	margin: 0 -40px;
}
.index-slider .slick-slide {
	padding: 0 40px;
}
.slider-catalog .slick-track {
	position: relative;
	z-index: 2;
}
.slider-catalog .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slider-catalog .lines-wrap {
	position: relative;
	margin: 0 -80px -30px -80px;
}
.slider-catalog .slick-arrow {
	right: 80px;
}
.slider-catalog .lines-wrap .lines {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.slider-catalog .lines-wrap .lines:before, .slider-catalog .lines-wrap .lines:after {
	content: '';
	display: block;
}
.slider-catalog .lines-wrap .lines > * {
	width: 2px;
	background: #f3f4f5;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
}
.slider-catalog .link-category {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
.slick-slide {
	outline: none;
	height: auto!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.slick-dots {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 550px 0 0 0;
	padding: 0;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li {
	margin: 0 15px;
	padding: 0;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slick-dots li > * {
	display: none;
}
.slick-dots li.slick-active {
	background-color: transparent;
	box-shadow: 0 0 0 1px #fff;
	cursor: default;
}
.slick-arrow {
	cursor: pointer;
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 32px;
	height: 32px;
	border: 0;
	z-index: 5;
	background: none;
	text-align: left;
	text-indent: -100000px;
	margin: 0 0 23px 0;
}
.slick-arrow:before, .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/bitrix/templates/main/img/slider-arr-grey.svg) no-repeat 50% 50%;
	background-size: auto 8px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slick-arrow:after {
	opacity: 0;
	background-image: url(/bitrix/templates/main/img/slider-arr-green.svg);
}
.slick-arrow:hover:before {
	opacity: 0;
}
.slick-arrow:hover:after {
	opacity: 1;
}
.slick-prev {
	margin-right: 47px;
}
.slick-next {
	margin-right: -3px;
}
.slick-next:before, .slick-next:after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.article-mini {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}
.article-mini + .article-mini {
	margin-top: 26px;
}
.article-mini .date {
	/*width: 75px;*/
	width: 135px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 25px;
	font-weight: 100;
	line-height: inherit;
	margin: 3px 0 0 0;
}
.article-mini .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.article-mini a {
	color: inherit;
	text-decoration: none;
}
.article-mini a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.footer {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	padding: 54px 0;
}
.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 68px;
}
.articles {
	padding: 0!important;
}
.article-wide {
	border-top: 2px solid #f3f4f5;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	padding: 33px 80px 34px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-wide:first-child {
	border-top-width: 0;
}
.article-wide .img {
	width: 160px;
	margin: -33px 0;
}
.article-wide .img img {
	width: 100%;
	height: auto;
}
.article-wide .text {
	width: calc(100% - 160px - 40px);
}
.article-wide .name {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin: 0 0 10px 0;
}
.article-wide .name a {
	color: inherit;
	text-decoration: none;
}
.article-wide .name a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.article-wide .date {
	margin: 13px 0 0 0;
}
.load-more {
	display: block;
	width: 100%;
	margin: 60px 0 10px 0;
}
/*06.04.18 start*/
.load-more .pic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 9px 0 0;
	width: 21px;
	height: 21px;
}
.load-more .pic.rotateme {
	-webkit-animation: rotate linear 1.5s infinite;
	animation: rotate linear 1.5s infinite;
}
@-webkit-keyframes rotate {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*06.04.18 end*/

.load-more .pic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/bitrix/templates/main/img/pic-load-grey.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 2px 0;
}
.descr .l {
	width: calc(75% + 1px);
	padding: 41px 80px 40px 80px;
	border-right: 2px solid #f3f4f5;
	background: #e1e4e7;
}
.descr .r {
	width: calc(25% - 1px);
	position: relative;
	background: #009a9d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.descr .r .link-catalog {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.descr .l, .descr .r {
	min-height: 350px;
}
.descr .r .link-catalog:before, .descr .r .link-catalog:after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 2;
	margin: 64px 0 0 0;
	border-style: solid;
}
.descr .r .link-catalog:before {
	border-width: 17px 18px 17px 0;
	border-color: transparent #f3f4f5;
}
.descr .r .link-catalog:after {
	top: 2px;
	border-width: 15px 16px 15px 0;
	border-color: transparent #009a9d;
}
.descr h2 {
	margin-top: 0;
}
.descr .text {
	position: relative;
	overflow: hidden;
	max-height: 220px;
}
.descr .text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: -webkit-linear-gradient(top, #e1e4e7 0%, #e1e4e7 100%);
	background: linear-gradient(to bottom, rgba(225, 228, 231, 0), rgba(225, 228, 231, 1));

	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.descr.open .text:after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.descr .toggle-text {
	margin-top: 19px;
}
.descr .toggle-text > span {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
}
.descr .toggle-text > span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 10px;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.descr.open .toggle-text > span:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.descr .toggle-text .to-close {
	display: none;
}
.descr.open .toggle-text .to-open {
	display: none;
}
.descr.open .toggle-text .to-close {
	display: inline;
}
.index-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	padding: 30px;
	color: #000;
}
.link-cat:hover {
	text-decoration: underline;
	color: #009a9d;
}
.index-link .small {
	font-weight: normal;
	font-size: 0.56em;
	line-height: 1.2;
	margin: 1em -20px;
}
.link-catalog {
	color: #fff;
	padding: 0!important;
	background: #009a9d url(/bitrix/templates/main/img/catalog.png) no-repeat 50% 100%;
	background-size: auto 194px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.index-link.link-catalog.fio {
    background: #009a9d url(/bitrix/templates/main/img/catalog-fio.png) no-repeat 50% 100%;
}
.descr .link-catalog .toggle {
	padding-top: 41px;
	margin: 0;
}
.link-catalog .toggle {
	padding: 30px 30px 203px 30px;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.link-catalog .toggle:hover {
	text-decoration: underline;
}
.link-catalog .in {
	background: #009a9d;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 30px 30px 30px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-catalog.open .in {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.link-catalog .in a {
	color: inherit;
	text-decoration: none;
}
.link-catalog .in a:hover {
	text-decoration: underline;
}
.link-catalog .in ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.link-catalog .in ul:before, .link-catalog .in ul:after {
	content: '';
	display: block;
}
.link-catalog .in ul li {
	margin: 0;
	padding: 0 0 0 35px;
}
.link-catalog .in ul li:before {
	display: none;
}
.link-catalog .in .pic {
	position: absolute;
	width: 35px;
	height: 24px;
	font-size: 0;
	line-height: 24px;
	text-align: center;
	padding-right: 16px;
	top: 2px;
	left: 0;
}
.link-catalog .in .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.link-catalog .in .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
}
.link-cat {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
}
.link-cat .img {
	height: 116px;
	line-height: 116px;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}
.link-cat .img img {
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.link-tech {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.link-tech .img {
	background: url(/bitrix/templates/main/img/tech.svg) no-repeat 50% 50%;
	width: 84px;
	height: 81px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-size: 100% 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.catalog {
	background: #f9fafa;
}
.catalog .hold {
	margin: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog .el {
	width: 25%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.link-category {
	display: block;
	border: 2px solid #f3f4f5;
	margin: -1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	padding: 0 30px 30px 30px;
	min-height: 377px;
}
a.link-category:hover {
	color: #009a9d;
	text-decoration: underline;
}
.link-category .img {
	display: block;
	font-size: 0;
	height: 233px;
	line-height: 233px;
	text-align: center;
	margin: 0 -30px 25px -30px;
}
.link-category .img img {
	display: inline!important;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 80%; /*100%*/
	max-height: 80%; /*100%*/
}
/*edited 24.10.18 start*/
.top-gallery {
	height: 376px;
	color: #fff;
	margin: -54px 0 0 0;
}
.top-gallery .el {
	color: inherit;
	text-decoration: none!important;
}
.top-gallery .hold {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f3f4f5;
	overflow: hidden;
}
.top-gallery .hold:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100px;
	box-shadow: 0 0 200px #f3f4f5, 0 0 100px #f3f4f5, 0 0 50px #f3f4f5;
}
.top-gallery .slick-list, .top-gallery .slick-track, .top-gallery .el {
	height: 671px;
}
.top-gallery .img {
	position: absolute!important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.top-gallery .img .bg {
	position: absolute!important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;/*margin: -20px -100px;*/
}
.top-gallery .img .bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #394866;
	opacity: 0;
}
.top-gallery .img .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	background-size: auto 244px;
}
.top-gallery .img .cover:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
	background: linear-gradient(to bottom, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
	mix-blend-mode: saturation;
	height: 244px;
}
.top-gallery .img .cover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 351px;
	background: -webkit-linear-gradient(top, rgba(90,105,120,0.57) 0%, rgba(90,105,120,0) 100%);
	background: linear-gradient(to bottom, rgba(90,105,120,0.57) 0%, rgba(90,105,120,0) 100%);
	mix-blend-mode: multiply;
}
.top-gallery .h1 {
	margin: 0 47% 0 0;
	font-size: 25px;
	line-height: 1.36;
	color: #fff;
}
.top-gallery .text {
	padding: 188px 0 0 0;
}
.top-gallery .btn {
	width: 148px;
}
.top-gallery .in {
	max-width: 736px;
	padding: 27px 60px 40px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 296px;
	background: rgba(0, 154, 157, 0.95);
	position: relative;
}
.top-gallery .in .pic {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px;
}
.top-gallery .in .pic img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.top-gallery .slick-arrow {
	z-index: 10;
	bottom: auto;
	left: 50%;
	right: auto;
	top: 336px;
	background: #fff;
	width: 40px;
	height: 40px;
	margin: -20px -610px;
}
.top-gallery .slick-next {
	margin-left: 126px;
}

@media only screen and (max-width: 1244px) {
.top-gallery .slick-prev {
	left: 0;
	right: auto;
	margin-left: 12px;
}
.top-gallery .slick-next {
	right: auto;
	left: 736px;
	margin-left: 12px;
}
}

@media only screen and (max-width: 800px) {
.top-gallery .slick-prev {
	left: 0;
	right: auto;
	margin-left: 12px;
}
.top-gallery .slick-next {
	right: 0;
	left: auto;
	margin-right: 12px;
}
}
/*edited 24.10.18 end*/
.index-grid {
	background: #fff;
	overflow: hidden;
}
.index-grid .wrap {
	margin: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index-grid .col {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #f3f4f5;
}
.tab-order2, .tab-order3 {
	width: 25% !important;
}
.index-grid .col > *, .index-grid .link-catalog .toggle {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-top: 20px;
}
.index-grid .col.wide {
	width: 50%;
}
.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background: #8b97a8 url(/bitrix/templates/main/img/bg-contacts.png) no-repeat 50% 50%;
	background-size: cover;
}
.contacts h2, .contacts .h2 {
	margin: 0 0 24px 0;
}
.contacts a {
	color: inherit;
	text-decoration: none;
}
.contacts a:hover {
	text-decoration: underline;
}
.contacts ul {
	margin: 0 0 33px 0;
	padding: 0;
}
.contacts li {
	margin: 10px 0 0 0;
	padding: 0;
}
.contacts li:before {
	display: none;
}
.contacts .btn {
	-ms-flex-item-align: start;
	align-self: flex-start;
	min-width: calc(50% - 30px);
	margin-top: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.link-print {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #009a9d url(/bitrix/templates/main/img/pic-print-white.svg) no-repeat 50% 50%;
	width: 40px;
	height: 40px;
	background-size: auto 22px;
	margin: 50px 0 0 0;
}
.item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding-bottom: 60px;
}
.item-head .photo {
	width: 50%;
	max-width: 388px;
	position: static;
}
.item-head .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.item-head .photo .zoom {
	position: absolute;
	top: 0;
	left: 0;
	margin: 50px 0 0 42px;
	width: 40px;
	height: 40px;
	background: #e1e4e7 url(/bitrix/templates/main/img/pic-zoom-grey.svg) no-repeat 50% 50%;
	background-size: auto 20px;
}

@media (pointer:coarse) {
.link-print {
	display: none;
}
.item-head .photo .zoom {
	margin-left: 0;
}
}
.item-head .text {
	width: calc(50% - 80px);
}
.item-head li {
	margin-left: -19px;
}
.item-head .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
}
.item-head .link .btn {
	min-width: calc(50% + 90px);
}
.item-head h2, .item-head .h2 {
	margin-top: 0;
	margin-bottom: 27px;
}
.tabs {
	margin: 2px -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tabs > * {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	margin: 0 1px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none!important;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #7c8b9a;
	height: 70px;
	line-height: 70px;
	background: #e1e4e7;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tabs > .active {
	background-color: #fff;
	height: 72px;
	margin-bottom: -2px;
}
.tabs .link-add {
	color: #fff;
	background: #009a9d;
}
.tabs .link-add .pic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
	width: 23px;
	height: 24px;
}
.tabs .link-add .pic:before, .tabs .link-add .pic:after {
	background: url(/bitrix/templates/main/img/pic-cart-arrow-white.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.tabs .link-add .pic:after {
	background-image: url(/bitrix/templates/main/img/pic-cart-arrow-green.svg);
	opacity: 0;
}
.tabs .link-add.active {
	color: #009a9d;
	background-color: #fff;
}
.tabs .link-add.active .pic:before {
	opacity: 0;
}
.tabs .link-add.active .pic:after {
	opacity: 1;
}
.hidden-tab {
	height: 0;
	overflow: hidden;
}
.hidden-tab.visible {
	height: auto;
	overflow: visible;
}
.item-descr {
	padding-top: 52px;
	padding-bottom: 35px;
}
.files {
	padding: 0;
	margin: 8px 0 25px 0;
}
.files li {
	margin: -1px 0 0 0;
	padding: 0;
	border-top: 1px solid #e7ebed;
	border-bottom: 1px solid #e7ebed;
}
.files li:before {
	display: none;
}
.files li:first-child {
	margin-top: 0;
}
.file .grey {
	color: #cdd3d9;
}
.file {
	text-decoration: none!important;
	display: block;
	position: relative;
	padding: 21px 0 22px 35px;
	color: #000;
}
.file:hover {
	color: #009a9d;
}
.file:before {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	background: url(/bitrix/templates/main/img/icon-file-grey.svg) no-repeat 50% 50%;
	width: 20px;
	height: 25px;
	background-size: 100% 100%;
	margin: -12px 0;
}
.articles2 {
	margin: 8px 0 25px 0;
}
.article-mini2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-mini2 + .article-mini2 {
	margin-top: 40px;
}
.article-mini2 a {
	color: inherit;
	text-decoration: none;
}
.article-mini2 a:hover {
	text-decoration: underline;
	color: #009a9d;
}
.article-mini2 .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 120px;
	margin: 0 40px 0 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.article-mini2 .img img {
	width: 100%;
	height: auto;
}
.article-mini2 .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: -7px 0;
}
.article-mini2 .small {
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	margin: 3px 0 0 0;
	font-weight: normal;
}
.article-mini2 .small .grey {
	font-weight: 300;
	color: #cdd3d9;
}
.article-mini2 .small .tag {
	margin-right: 8px;
}
.table {
	margin: 8px 0 25px 0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
.table th, .table td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #e7ebed;
	padding: 22px 15px 24px 15px;
}
.table th:first-child, .table td:first-child {
	padding-left: 0;
}
.table th:last-child, .table td:last-child {
	padding-right: 0;
}
.table .th, .table th {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	padding-top: 0;
	padding-bottom: 14px;
	white-space: nowrap;
}
.table .th {
	padding: 0;
	white-space: normal;
	display: none;
	margin: 0 0 3px 0;
}
.table .w0 {
	width: 1px;
}
.table a {
	color: inherit;
	text-decoration: none;
}
.table a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.adding {
	position: relative;
	width: 153px;
}
.adding .btn {
	width: 100%;
	display: block;
}
.adding .pop {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 -46px 11px -46px;
	background: #fff;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.adding .pop:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent;
	margin: 0 -7px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.adding.open .pop:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.adding .pop .in {
	display: none;
}
.adding .pop .ind {
	padding: 40px;
	position: relative;
}
.adding .pop .h2 {
	margin: -10px 0 35px 0;
}
.adding .pop .btn {
	margin: 20px 0 0 0;
}
.adding .pop .input-num {
	width: auto;
	max-width: none;
}
.adding .close {
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
}
.adding .close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/bitrix/templates/main/img/cross-grey.svg) no-repeat 50% 50%;
	background-size: auto 17px;
}
.input-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 166px;
}
.input-num .plus, .input-num .minus, .input-num input {
	border: 1px solid #cdd3d9;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 0;
	position: relative;
}
.input-num .plus, .input-num .minus {
	text-align: left;
	text-indent: -10000px;
	width: 40px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.input-num .plus:before, .input-num .plus:after, .input-num .minus:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px -7px;
	background: #7c8b9a;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.input-num .plus:hover:before, .input-num .plus:hover:after, .input-num .minus:hover:before {
}
.input-num .plus:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.input-num .plus:hover, .input-num .minus:hover {
	background-color: #cdd3d9;
}
.input-num input {
	width: calc(100% - 78px);
	margin: 0 -1px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #7c8b9a;
	z-index: 2;
}
.input-num input:focus {
	border-color: #7c8b9a;
}
.mfp-bg {
	opacity: 0.1;
	background: #000;
}
button.mfp-close {
	border: 0;
	text-align: left;
	text-indent: -100000px;
	width: 32px;
	height: 32px;
	margin: 8px;
	background: url(/bitrix/templates/main/img/cross-grey.svg) no-repeat 50% 50%;
	background-size: auto 17px;
}
.mfp-container {
	padding: 0;
}
.press-center {
	background: #fff;
	overflow: hidden;
}
.press-center .wrap {
	margin: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.press-center .col {
	width: 50%;
	border: 1px solid #f3f4f5;
	padding: 40px 40px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.press-center .col.wide {
	width: 100%;
}
.press-center .col .t {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.press-center .col .b {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.press-center .col.bg-dark {
	background: #37566d url(/bitrix/templates/main/img/bg-grad.png) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}
.press-center .col.bg-dark .link-all {
	color: inherit;
	border-top-color: rgba(255, 255, 255, 0.25);
}
.press-center .col.bg-dark .article-mini2 .small {
	color: #98a4b0;
}
.press-center .h2 {
	margin: 0 0 40px 0;
}
.press-center .h2 a {
	color: inherit;
	text-decoration: none;
}
.press-center .h2 a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.press-center .link-all {
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #748494;
	border-top: 1px solid #f3f4f5;
	margin: 44px 0 0 0;
	padding: 21px 0 24px 0;
}
.press-center .link-all a {
	text-decoration: none;
	color: inherit;
}
.press-center .link-all a:hover {
	text-decoration: underline;
}
.press-center .link-all a:after {
	content: '';
	background: url(/bitrix/templates/main/img/path-arr.svg) no-repeat 50% 50%;
	width: 21px;
	height: 8px;
	background-size: 100% 100%;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	top: -1px;
	margin: 0 0 0 10px;
}
.articles-grid:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.articles-grid {
	padding-left: calc(50% + 41px);
	margin-bottom: 9px;
}
.articles-grid .article-mini2.big {
	float: left;
	width: 100%;
	margin-left: calc(-100% - 82px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.articles-grid .article-mini2.big + * {
	margin-top: 0;
}
.articles-grid .article-mini2.big .img {
	width: 100%;
	margin: 0 0 30px 0;
}
.articles-grid .article-mini2.big .text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.case {
	margin: 0 0 2px 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 80px 40px 0;
}
.case .img {
	width: 350px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 10px 0;
}
.case .img img {
	width: 100%;
	height: auto;
}
.case .text {
	width: calc(100% - 400px);
}
.case .h2 {
	margin: 0 0 12px 0;
}
.case .h2 a {
	text-decoration: none;
	color: inherit;
}
.case .h2 a:hover {
	color: #009a9d;
	text-decoration: underline;
}
.case .tags {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	margin: 0 0 20px 0;
}
.case .tags > * {
	margin-right: 7px;
}
.case .tags a {
	color: inherit;
	text-decoration: none;
}
.case .tags a:hover {
	text-decoration: underline;
}
.case .link {
	color: #748494;
	font-weight: normal;
	font-size: 14px;
	margin: 21px 0 2px 0;
	position: relative;
	padding: 0 0 0 24px;
}
.case .link a {
	text-decoration: none;
	color: inherit;
}
.case .link a:hover {
	text-decoration: underline;
}
.case .link a:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	background: url(/bitrix/templates/main/img/pic-link-grey.svg) no-repeat 0 50%;
	background-size: auto 100%;
	width: 24px;
	height: 14px;
	margin: -5px 0;
}
.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px 58px 0;
}
.sort > * {
	margin: 0 2px 2px 0;
}
.sort a {
	display: block!important;
	white-space: nowrap;
	padding: 0 41px;
	background: #fff;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	font-size: 14px;
	color: #748494;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
}
.sort .active {
	background-color: #e1e4e7;
}
.sections {
	background: #fff;
	overflow: hidden;
}
.sections .hold {
	margin: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sections .el {
	width: 25%;
	background: #fff;
	border: 1px solid #f3f4f5;
    transition: 0.5s;
}
.link-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 30px;
	height: 137px;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}
a.link-section:hover {
	color: #009a9d;
	text-decoration: underline;
}
.cart {
	padding-bottom: 60px;
}
.cart .h2 {
	margin: 0 0 45px 0;
}
.cart .table {
	margin-bottom: 0;
}
.cart-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-num .input-num {
	margin-right: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.cart-num .delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 40px;
	height: 37px;
	display: block;
	border: 1px solid #cdd3d9;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer;
	background: url(/bitrix/templates/main/img/pic-cross-grey.svg) no-repeat 50% 50%;
	background-size: auto 12px;
}
.cart-num .delete:hover {
	background-color: #cdd3d9;
}
.cart-add {
	position: relative;
	background: #e1e4e7;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cart-add:before, .cart-add:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 80px;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: #e1e4e7 transparent;
	z-index: 3;
}
.cart-add:before {
	margin-left: -2px;
	border-width: 0 16px 16px 16px;
	border-color: #f3f4f5 transparent;
}
.cart-add .label {
	margin-top: -18px;
}
.cart-add .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart-add .row .btn, .cart-add .row input {
	border-color: #b8c1c9;
}
.cart-add .row .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	width: 210px;
}
.cart-add .row input {
	width: calc(100% - 210px - 30px);
	background: none;
}
.label {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	margin: 0 0 14px 0;
}
.form {
	padding-bottom: 60px;
	padding-top: 60px;
}
.form .h2 {
	margin: -19px 0 45px 0;
}
.form-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -82px -33px 0;
}
.form-el {
	width: 100%;
	padding: 0 82px 33px 0;
}
.form-el.w50 {
	width: 50%;
}
.input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input > * {
	width: 100%;
}
.input-tel > * {
	width: calc(100% - 164px);
	z-index: 2;
	position: relative;
}
.input-tel .w0 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83px;
	margin-right: -1px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.input-tel input:focus {
	z-index: 3;
}
.input-captcha {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.input-captcha input {
	width: 42%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.input-captcha img {
	width: auto;
	height: auto;
	max-width: 37%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: -20px 0;
}
.input-captcha .reload {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
	margin: 0 -6px;
	display: block;
}
.input-captcha .reload:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/bitrix/templates/main/img/pic-load-grey.svg) no-repeat 50% 50%;
	background-size: auto 17px;
}
.form-submit {
	color: #fff;
	background: #009a9d;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.form-submit a {
	color: inherit;
}
.form-submit .btn {
	width: 100%;
	margin: 0 auto;
}
.form-submit .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 35px 0 -3px 0;
}
.form-submit .text.just {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.form-submit .text.just > *:last-child {
	text-align: right;
}
.form-submit input, .form-submit .checkbox, .form-submit .radio {
	border-color: rgba(255, 255, 255, 0.5);
}
.form-submit .checkbox:before {
	background-image: url(/bitrix/templates/main/img/pic-check-white.svg);
}
.form-submit .radio:before {
	background: #fff;
}
.check {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
	padding: 0 0 0 32px;
}
.check .checkbox, .check .radio {
	position: absolute;
	top: 12px;
	left: 0;
	margin: -8.5px 0;
}
.checks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1px 0 0;
	margin: 0 0 7px 0;
}
.checks > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -1px 0 0;
}
.checks input + span {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid #009a9d;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #009a9d;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 7px 16px;
}
.checks input:checked + span {
	color: #fff;
	background-color: #009a9d;
}
.form .max, .form-submit .max {
	margin: 0 auto;
	max-width: 468px;
}
.form-done {
	text-align: center;
	background: #009a9d;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}
.form-done a {
	color: inherit;
}
.form-done .h2 {
	margin: -19px 0 8px 0;
}
.form-done .btn {
	display: block;
	width: 100%;
	margin: 53px 0 0 0;
}
.modal {
	width: 100%;
	margin: 0 auto;
	max-width: 630px;
	position: relative;
}
.modal .mainblock {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	margin: 0!important;
}
.hide-block {
	border-top: 2px solid #f3f4f5;
	margin: 55px -80px 0 -80px;
	padding: 0 80px;
}
.hide-block + .hide-block {
	margin-top: 0;
}
.mainblock .hide-block:last-child {
	margin-bottom: -74px;
}
.hide-block .toggle {
	position: relative;
	font-weight: 600;
	font-size: 19px;
	margin: 0 -80px;
	padding: 33px 80px 37px 80px;
	cursor: pointer;
}
.hide-block .toggle:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 40px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7c8b9a transparent;
	margin: -4px -5px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.hide-block.open .toggle:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hide-block .in {
	padding: 9px 0 57px 0;
	display: none;
}
.hide-block.open .in {
	display: block;
}
.partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.partner + .partner {
	margin-top: 46px;
}
.partner .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 80px;
	line-height: 54px;
	min-height: 54px;
	font-size: 0;
	text-align: center;
}
.partner .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.partner .text {
	width: calc(100% - 123px);
}
.partner a {
	text-decoration: none;
}
.partner a:hover {
	text-decoration: underline;
}
.main-search {
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.main-search.noactive {
	background: #e1e4e7;
}
.main-search.active {
	background: #009a9d;
	color: #fff;
}
.main-search.active a {
	color: inherit;
}
.main-search.noactive input, .main-search.noactive .btn {
	border-color: #bbc3cb;
}
.main-search.active input {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.main-search.active input:focus {
	border-color: #fff!important;
}
.main-search .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-search .row input {
	width: calc(100% - 158px);
	margin-right: -1px;
	position: relative;
	z-index: 2;
}
.main-search .row .btn {
	width: 159px;
	padding: 0;
}
.main-search .row .btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background: url(/bitrix/templates/main/img/pic-search-white.svg) no-repeat 50% 50%;
	width: 13px;
	height: 17px;
	background-size: 100% 100%;
	margin: 0 12px 0 0;
}
.main-search .row .btn-border-white:before {
	background-image: url(/bitrix/templates/main/img/pic-search-white.svg);
}
.main-search .row .btn-border-grey:before {
	background-image: url(/bitrix/templates/main/img/pic-search-grey.svg);
}
.main-search .text {
	margin: 22px 0 -16px 0;
}
.results {
	background: #fff;
	margin: 0 0 2px 0;
}
.result {
	border-top: 2px solid #f3f4f5;
	padding: 26px 80px 28px 80px;
}
.result:first-child {
	border-top-width: 0;
}
.result .h2 {
	margin: 0 0 10px 0;
}
.result .h2 a {
	color: inherit;
	text-decoration: none;
}
.result .h2 a:hover {
	text-decoration: underline;
	color: #009a9d;
}
.result .info {
	font-size: 14px;
	line-height: 24px;
	color: #748494;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 0 0;
}
.result .info .r {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 16px;
}
.result .info .path {
	margin: 0;
}
.main-table {
	margin: 34px 0;
	overflow: hidden;
	overflow-x: auto;
}
.main-table table {
	border-collapse: collapse;
	width: 100%;
}
.main-table th, .main-table td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #ced4da;
	padding: 13px 18px;
	background: #f3f4f5;

}
.main-table th {
	font-weight: 600;
	background: #e1e4e7;
}
.slogan {
	padding-left: 25px;
	margin-left: 25px;
	margin-right: auto;
	font-size: 200%;
	border-left: 1px solid #f3f4f5;
	font-size: 25px;
	color: #009a9d;
	font-family: "Segoe UI";
	font-weight: bold;
}
.link-menu-mob {
	display: none;
}

@media only screen and (max-width: 890px) {
.link-menu-mob {
	display: block;
}
}

.link-section {
    align-items: center;
    justify-content: flex-end;
    padding-right: 20%;
    flex-direction: inherit;
}

.sections .el {
	background: none;
}

.sections .ist {
    background: url(/images/icons/ist.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .pro {
    background: url(/images/icons/pro.png) no-repeat;
    background-size: 21%;
    background-position: left;
    background-position-x: 10%;
}

.sections .kar {
    background: url(/images/icons/car.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .cont {
    background: url(/images/icons/cont.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .zra {
    background: url(/images/icons/zakaz.png) no-repeat;
    background-size: 20%;
    background-position: left;
    background-position-x: 20%;
    width: 35%;
}

.zra a.link-section {
    padding-left: 45%;
    padding-right: 0;
}

.sections .sit {
    background: url(/images/icons/sbor.png) no-repeat;
    background-size: 20%;
    background-position: left;
    background-position-x: 20%;
    width: 35%;
}

.sit a.link-section {
    padding-left: 35%;
    padding-right: 10%;
}

.sections .kachestvo {
    background: url(/images/icons/kach.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .remont {
    background: url(/images/icons/rem.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.remont a.link-section {
    padding-left: 20%;
    padding-right: 5%;
}

.sections .brash {
    background: url(/images/icons/podder.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.brash a.link-section {
    padding-left: 50%;
    padding-right: 0;
}

.sections .qnx {
    background: url(/images/icons/pod.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.qnx a.link-section {
    padding-left: 50%;
    padding-right: 5%;
}

.sections .forum {
    background: url(/images/icons/for.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .el:hover {
    box-shadow: 0px 0px 10px 0px #009a9d inset;
    transition: 0.5s;
}

.sections .novosti {
    background: url(/images/icons/news.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .sobytiya {
    background: url(/images/icons/meeting.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

.sections .publikatsii {
    background: url(/images/icons/publ.png) no-repeat;
    background-size: 25%;
    background-position: left;
    background-position-x: 20%;
}

@media only screen and (max-width: 450px) {
	.sections .el {
	width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    padding-left: 50%;
	}

	.brash a.link-section, .kachestvo a.link-section, .remont a.link-section, .forum a.link-section, .qnx a.link-section {
	padding: 0 0 ;
	}

	.sections .pro {
	background-position-x: 20%;
	}

}


/* 22.12.2020 */
/*box_icon_cat_new*/
.box_icon_cat_new_relative {
	position: relative;
}
.box_icon_cat_new {
	display: flex;
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: #ddf1ef;
	padding: 0px 10px;
	height: 40px;
}
.box_icon_cat_new div {
	align-self: center;
	display: block;
}
.box_icon_cat_new div p {
	margin: 0 10px;
}

/*box_icon_cat_deny*/
.img_icon_cat_wrap {
	position: relative;
}
.box_icon_cat_deny {
	display: flex;
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: #f8eced;
	padding: 0px 10px;
	height: 40px;
	width: 65%;
}
.box_icon_cat_deny div {
	align-self: center;
}
.txt_icon_cat {
	margin-left: 10px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1em; 
}
.box_icon_cat_deny div p {
	font-size: 10px; 
	margin: 0 5px; 
	text-align: left;
}
/*box_icon_card_new*/
.box_icon_card_new {
	display: flex;
	position: absolute;
	top: 50px;
	left: 85px;
	background: #ddf1ef;
	padding: 6.5px 20px;
}
.box_icon_card_new div {
	align-self: center;
}
.box_icon_card_new p {
	margin: 0 10px;
}
/*box_icon_card_deny*/
.box_icon_card_deny {
	display: flex;
	position: absolute;
	top: 50px;
	left: 85px;
	background: #f8eced;
	padding: 6.5px 20px;
}
.box_icon_card_margin {
	margin-top: 50px;
}
.box_icon_card_deny div {
	align-self: center;
}
.img_icon_card {
	height: 25px !important;
}
.img_icon_card_wrap {
	position: relative;
}
.txt_icon_card {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em; 
}
.box_icon_card_deny p {
	margin: 0 10px;
}
@media only screen and (max-width: 710px) {
	.box_icon_cat_new {
		bottom: -5px;
		height: 20px;
		left: 0px;
	}
	.box_icon_cat_deny {
		bottom: -5px;
		height: 20px;
		left: 0px;
		width: 100%;
	}
	.img_icon_cat {
		width: 20px !important;
	}
	.txt_icon_cat {
		margin-left: 3px !important;
		font-size: 4px !important;
	}
	.box_icon_card_new {
		left: 45px;
	}
	.box_icon_card_deny {
		left: 45px;
	}
	.box_icon_card_margin {
		margin-top: 80px;
	}
}


/* 28.12.2020 */
/*box_icon_cat_dev*/
.box_icon_cat_new_relative {
	position: relative;
}
.box_icon_cat_dev {
	display: flex;
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: #edeeee;
	padding: 0px 10px;
	height: 40px;
}
.box_icon_cat_dev div {
	align-self: center;
	display: block;
}
.box_icon_cat_dev div p {
	margin: 0 10px;
}

/*box_icon_cat_order*/
.img_icon_cat_wrap {
	position: relative;
}
.box_icon_cat_order {
	display: flex;
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: #c8ecf9;
	padding: 0px 10px;
	height: 40px;
}
.box_icon_cat_order div {
	align-self: center;
	display: block;
}
.box_icon_cat_order div p {
	margin: 0 10px;
}

/*box_icon_card_dev*/
.box_icon_card_dev {
	display: flex;
	position: absolute;
	top: 50px;
	left: 85px;
	background: #edeeee;
	padding: 6.5px 20px;
}
.box_icon_card_dev div {
	align-self: center;
}
.box_icon_card_dev p {
	margin: 0 10px;
}
/*box_icon_card_order*/
.box_icon_card_order {
	display: flex;
	position: absolute;
	top: 50px;
	left: 85px;
	background: #c8ecf9;
	padding: 6.5px 20px;
}
.box_icon_card_margin {
	margin-top: 50px;
}
.box_icon_card_order div {
	align-self: center;
}
.img_icon_card {
	height: 25px !important;
}
.img_icon_card_wrap {
	position: relative;
}
.txt_icon_card {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em; 
}
.box_icon_card_order p {
	margin: 0 10px;
}
@media only screen and (max-width: 710px) {
	.box_icon_cat_dev {
		bottom: -5px;
		height: 20px;
		left: 0px;
		padding: 0 5px;
	}
	.box_icon_cat_order {
		bottom: -5px;
		height: 20px;
		left: 0px;
		padding: 0 5px;
	}
	.img_icon_cat {
		width: 15px !important;
	}
	.txt_icon_cat {
		margin-left: 3px !important;
		font-size: 4px !important;
	}
	.box_icon_card_dev {
		left: 45px;
	}
	.box_icon_card_order {
		left: 45px;
	}
	.box_icon_card_margin {
		margin-top: 80px;
	}
}