* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: 16px "Tahoma", Arial;
	color: #414141;
	background: #f1f1f1;
	overflow-y: scroll;
}

body>.hidden {
	display: none;
}

.page {
	background-color: #f1f1f1;
	margin: 0 auto;
	padding: 0 10px 7px 10px;
	max-width: 1400px;
}

.slash {
	color: #aeafaf;
}

.code {
	color: #7e7e7e;
}

#head {
	display: flex;
	/*	justify-content: space-between; */
	align-items: flex-start;
}

#head .logo {
	height: 69px;
	width: 228px;
}

.header-icons {
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*	margin-bottom: 10px; */
	position: absolute;
	top: -20px;
}

.header-icons a {
	display: block;
	width: 18px;
	height: 18px;
}

#head .icons {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 120px;
}

#head .icons>* {
	display: block;
	width: 18px;
	height: 18px;
}

#head .icons>.home:hover,
#head>.icons>span.home {
	/*background-position: 6px -12px;*/
}

#head .email {
	background-position: -20px 7px;
	background: url(/image/layout/mail-grey.svg) center no-repeat;
	background-size: contain;
}

#head .email:hover {
	background: url(/image/layout/mail.svg) center no-repeat;
	background-size: contain;
}

#head .sitemap {
	display: none;
	/*background-position: -50px 7px;*/
	background: url(/image/layout/mapsite-grey.svg) center no-repeat;
	background-size: contain;
}

#head .sitemap:hover,
#head>.icons>span.sitemap {
	background: url(/image/layout/mapsite.svg) center no-repeat;
	background-size: contain;
}

#head .search {
	background-position: -75px 7px;
	background: url(/image/layout/search-grey.svg) top center no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;
	position: relative;
	top: -1px;
}

#head .search:hover,
#head>.icons>span.search {
	background: url(/image/layout/search.svg) center no-repeat;
	background-size: contain;
}

#head .slogan {
	/*	display: none; */
	color: #e44000;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
}

#head .lang {
	/*	right: 0;
		top: 0; 
		margin-bottom: 15px;
		position: absolute; 
		align-self: flex-end; */
}

#head .lang>.en,
#head .lang>.ru {
	background-image: url(data:image/gif;base64,R0lGODlhJgAeALMAAB0e9Pr79fX19O/59////vv6/wAB/HV1dQIA6XR0dP79//n5+ekEAY+Pj66vr////yH5BAEAAA8ALAAAAAAmAB4AAAT+0MlJq714vs2739IndqFinmj6hIjCILCrwAgzr86TEvuJP7FXywYjIn695I/mGs6MR5ZhSq1Wl0ybdkbDWq2AKXJn23m/3x9jzW67z+hrKTCoCwRlVcjNb59lWzRROX2FXk0DRFBqhXxYTU5FXIyNfiyQkZKDI5whnCIZoaKjpKUZn6A5qB5zC66vsK8/CQsNCbe1C7cJDbpjscCus7S2xLq8x7/BscPExsi7zQfT1NXT0rm9vbsJ0tbfyq+9wN7f1T8N6err7OXm1613d+PMIez369jaudzo+PjNaj3bdsvfv3YhcBUTQJCgwYPqZglUeAzaj1UkVGEEYarjhQgAOw==);
	display: inline-block;
	height: 15px;
	width: 19px;
}

#head .lang>.en {
	background-position: 19px 0;
	margin-left: 10px;
}

#head .lang>.ru,
body.ru #head .lang>.ru {
	background-position: 0 0;
}

#head .lang>.en--gray,
#head .lang>.ru--gray {
	filter: grayscale(100%);
}

#head .lang>.en--gray:hover,
#head .lang>.ru--gray:hover {
	filter: grayscale(0%);
}

#head .phone {
	color: #000;
	font-family: "Arial";
	font-size: 23px;
	order: 4;
	white-space: nowrap;
}

#head .phone a {
	text-decoration: none;
	color: #000;
}

.g_menu {
	list-style: none;
	width: 100%;
}

.g_menu>li {
	/*	border-left: 1px solid #aeafaf; */
	display: inline-block;
	position: relative;
	/* margin-bottom: 10px; */
	margin-right: 35px;
}

.g_menu>li>a {
	color: #6b6c6c;
	display: inline-block;
	font-size: 16px;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
	.g_menu>li {
		margin-right: 20px;
	}

	.g_menu>li>a {
		font-size: 14px;
	}
}

.g_menu>li:first-child>a {
	padding-left: 0px;
}

.g_menu>li:hover .bk {
	display: block;
}

.g_menu>li:hover>a,
.g_menu>li>.current {
	color: #e44000;
}

.g_menu .link-1 {
	white-space: nowrap;
}

@media screen and (max-width: 1100px) {
	.g_menu .link-1 {
		white-space: normal;
	}
}

.g_menu .bk {
	display: none;
	padding: 10px 0;
	position: absolute;
	z-index: 10;
}

@media screen and (max-width: 1100px) {
	.g_menu .bk {
		width: calc(100% - 15px);
		left: -20px;
		display: none;
	}
}

.g_menu .bk ul {
	display: block;
}

.g_menu ul {
	display: none;
}

.g_menu .l1 {
	background-color: rgb(228, 64, 0);
	background-color: rgba(228, 64, 0, 0.9);
	border-radius: 2px;
	filter: alpha(opacity=229);
	list-style: none;
	padding: 10px 22px;
}

.g_menu .l1 a {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}

.g_menu .l1 a:hover {
	text-decoration: underline;
}

.left_c {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 212px;
}

.left_c>.title {
	background-color: #6c6c6c;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	/*	margin-left: -30px; */
	padding: 4px 0 4px 4px;
	text-transform: uppercase;
}

.l_menu li {
	display: block;
	list-style: none;
}

.l_menu li>a {
	display: block;
	margin: 9px 0;
	text-decoration: none;
}

ul.l_menu li>a:hover {
	color: #e44000;
}

ul.l_menu li>a.current {
	color: #e44000;
}

.l_menu.l1>li>a {
	color: #ed7808;
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 4px;
}

.l_menu.l1>li>a.current {
	/*background-color: #e7e7e7;
		margin-left: -30px;
	padding-left: 30px;  */
}

.l_menu .l2 {
	margin-bottom: 20px;
}

.l_menu .l2 li>a {
	font-size: 13px;
	color: #414141;
}

.l_menu .l3>li>a {
	padding-left: 16px;
}

.l_menu .l3>li>a.current {
	background: url(data:image/gif;base64,R0lGODlhFAAFAIABAORAAP///yH5BAEAAAEALAAAAAAUAAUAAAIPjI9poN0MopyUuhsYfqYAADs=) -7px 8px no-repeat;
}

.left_spec_image {
	margin-top: 40px;
}

.top_spec_image {
	margin-left: 240px;
}

.top_spec_image img,
.top_spec_image .specimg {
	margin-bottom: -20px;
	margin-top: 10px;
}

.top_spec_image .specimg {
	background: #c6154e;
	display: block;
	font-size: 0;
	white-space: nowrap;
}

.top_spec_image .specimg-caption {
	display: inline-block;
	font-size: 20px;
	height: 100%;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 150px;
}

.top_spec_image .specimg-text {
	border-left: 1px solid #fff;
	display: inline-block;
	font-size: 15px;
	min-height: 60px;
	padding: 10px 15px;
	vertical-align: middle;
	white-space: normal;
	width: 519px;
}

.route {
	color: #aeafaf;
	font: 13px Arial;
	margin: 39px 0 20px 240px;
	margin-top: 35px;
	margin-left: 240px;
	margin-bottom: 20px;
}

.route span {
	color: #000;
}

.route a,
.route a span {
	color: #6c6c6c;
}

.selector {
	margin-bottom: 30px;
}

.navigator-top {
	margin-bottom: 17px;
	padding: 15px;
	background-color: #e7e7e7;
}

.navigator-bottom {
	margin-top: 22px;
	padding: 15px;
	background-color: #e7e7e7;
}

.navigator>span {
	color: #e44000;
}

.navigator.navigator--empty {
	background-color: inherit;
	padding: 7px 15px;
}

.all-items {
	border-top: 1px solid #6c6c6c;
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	text-align: right;
}

.gallery>.zoom {
	display: inline-block;
	margin-right: 7px;
	min-width: 220px;
}

.gallery>.zoom>.in_border {
	height: 140px;
	margin-bottom: 2px;
	width: 210px;
}

.contacts__cell {
	padding-left: 15px !important;
	width: calc(100% - 15px);
}

@media screen and (max-width: 600px) {
	.contacts__row {
		display: flex;
		flex-direction: column-reverse;
	}

	.contacts__row .gallery {
		margin-left: 30px;
	}
}

.work .content {
	font-family: Arial;
	line-height: 1.3;
	margin-left: 240px;
	font-size: 16px;
	/*	overflow: hidden;  */
}

.work .content h1 {
	color: #000;
	font-family: "Arial";
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px;
}

.work .content.no-route h1 {
	margin-top: 70px;
}

.work .content h2 {
	font-size: 23px;
	color: #e44000;
	margin: 10px 0;
}

.work .content h3 {
	margin: 10px 0;
	font-size: 18px;
	color: #7c7c7c;
}

.work .content .h2 {
	font-size: 19px;
	color: #7c7c7c;
}

.work .content table {
	border-collapse: collapse;
	margin: 10px 0 20px;
}

.work .content th {
	background-color: #cecece;
	border: 1px solid #f1f1f1;
	padding: 5px;
	vertical-align: middle;
}

.work .content td {
	background-color: #e5e5e5;
	border: 1px solid #f1f1f1;
	padding: 10px;
}

.content.no-route {
	/* margin-top: 20px; */
}

@media screen and (max-width: 1100px) {
	.content.no-route {
		margin-top: 0px;
	}
}

.content p {
	margin: 10px 0;
}

.content strong,
.content b {
	font-weight: bold;
}

.content hr {
	border: 1px solid #aeafaf;
}

.content img {
	margin: 10px 0 10px;
}

.content img.in_border {
	border: 1px solid #e4e4e4;
	margin-top: 5px;
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

.content img.in_border_left {
	border: 1px solid #e4e4e4;
	margin-top: 5px;
	padding: 5px;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	box-sizing: border-box;
	max-width: 100%;
}

.content img.in_border_right {
	border: 1px solid #e4e4e4;
	margin-top: 5px;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 10px !important;
	box-sizing: border-box;
	max-width: 100%;
}

/* исправляем прибитые к низу стрелки у списков */

.content .announce_bottom ul,
.work .content

/*.page-full */
ul {
	/*	list-style-position: outside;
	list-style-image: url(data:image/gif;base64,R0lGODlhFAAFAIABAORAAP///yH5BAEAAAEALAAAAAAUAAUAAAIPjI9poN0MopyUuhsYfqYAADs=); */
	margin: 10px 0;
	list-style: none;
}

.content .announce_bottom ul>li,
.work .content

/*.page-full*/
ul>li {
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
}

.content .announce_bottom ul>li::before,
.work .content

/*.page-full*/
ul>li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 10px;
	background-image: url(data:image/gif;base64,R0lGODlhFAAFAIABAORAAP///yH5BAEAAAEALAAAAAAUAAUAAAIPjI9poN0MopyUuhsYfqYAADs=);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
	top: 5px;
}

/* исправляем прибитые к низу стрелки у списков */

.content a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content .table-col2 td {
	width: 50%;
	background: transparent;
	border: none;
}

.table-col2 img {
	display: block;
	width: 94%;
	height: auto;
}

.table-col2 .table-subtitle {
	margin-top: 0;
}

.table-col2:nth-child(odd) {
	padding-left: 10px;
}

.table-col2:nth-child(even) {
	padding-right: 10px;
}

.footer {
	border-top: 1px solid #fff;
	/*	clear: both; */
	color: #6b6c6c;
	font-size: 14px;
	line-height: 19px;
	margin-top: 25px;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 40px;
	flex-wrap: wrap;
}

.footer>div {
	/*	position: absolute;
	top: 40px; */
	/*	width: 250px; */
	margin-right: 20px;
	margin-bottom: 20px;
}

.footer .phone {
	color: #000;
	font-size: 14px;
}

.footer .phone a {
	text-decoration: none;
	color: #000;
}

.footer a {
	color: #eb7808;
}

.footer>.copy {
	width: 300px;
}

.footer>.copy>.techart {
	color: #acafaf;
	padding-top: 20px;
}

.footer>.copy>.techart>a {
	color: #acafaf;
	text-decoration: none;
}

.footer>.copy>.techart>a:hover {
	text-decoration: underline;
}

.footer>.adress {
	/*	left: 319px; */
	max-width: 200px;
}

.footer .scheme {
	background: url("/images/layout/footer-schema.png") 0 0 no-repeat;
	display: inline-block;
	height: 29px;
	margin-left: -15px;
	margin-top: 7px;
	padding: 15px 0 0 72px;
}

.footer>.phone1 {
	/*	left: 565px; */
}

.footer>.phone2 {
	/*	left: 775px; */
}

.footer>.counters {
	/*	margin: 120px 0px 10px 560px; */
	position: static;
}

img.img-left {
	display: block;
	float: left;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
}

img.img-right {
	display: block;
	float: right;
	margin-left: 20px !important;
	margin-bottom: 10px !important;
}

.enlarged {
	font-size: 14px;
}

#up {
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8BAMAAACDehesAAAAAXNSR0IArs4c6QAAACFQTFRFAAAA/fn5+vr6YGBgz0FBzDMzVVVV0UlJZ2dnz8/P////rMRmhwAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gIEBzkFauN8eAAAAIdJREFUKM9j4JyJDCYwzFqFDFYOFr4SKn+RsRYKXznNCJm/yKwjWQuJr5ysZGYE52stAnKUk2H8RasWJ4O0WMHVLzMCCipnDSb/E81Hj88hEr+CqPyFLlIofJFQR2T+QtfyECkkvkiIoKsjnC+1EMgRCYHxF65aEgLS4gVXv9QRKCgSNRziFwBwXjTGSSrTiAAAAABJRU5ErkJggg==) 0 0 no-repeat;
	height: 30px;
	margin-top: 13px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: -64px;
	width: 30px;
	z-index: 1009;
}

#up:hover {
	background-position: 0 -30px;
}

.print {
	text-align: right;
	font-size: 14px;
}

@media screen and (max-width: 1100px) {
	.print {
		display: none;
	}
}

.print>a {
	display: inline-block;
	padding: 3px 0 3px 20px;
	background: url(data:image/gif;base64,R0lGODlhDwAOAKECAORAAGxsbP///////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAAALAAAAAAPAA4AAAIjhIOZxhDNXkPwSIWzrJByB3pfdGnlwZ2hAjps9a7LFqWwyRQAOw==) left center no-repeat;
}

.tab-bar,
.contact-tab {
	background-color: #e7e7e7;
	margin-top: 20px;
}

.contact-tab {
	margin-bottom: 20px;
}

.tab-bar a,
.tab-bar span,
.contact-tab a,
.contact-tab span {
	background-color: #e7e7e7;
	border-right: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
	padding: 15px;
	text-decoration: none;
}

.tab-bar a {
	padding: 15px !important;
}

@media screen and (max-width: 1000px) {
	.tab-bar a {
		padding: 7px 13px !important;
	}
}

.tab-bar a:hover,
.contact-tab a:hover {
	background-color: #ed7808;
	color: #fff;
}

.tab-bar>a.active,
.tab-bar>span.active,
.contact-tab>a.active,
.contact-tab>span.active {
	background-color: #6c6c6c;
	color: #fff;
	cursor: default;
}

#question {
	background: url("/image/layout/b-ask.jpg") left top no-repeat;
	display: none;
	height: 171px;
	position: fixed;
	right: 0;
	top: 160px;
	width: 39px;
	z-index: 50;
}

#question:hover {
	background-position: right top;
}

.en #question {
	background-image: url("/images/layout/b-ask-en.jpg");
}

#visitor_number {
	position: fixed;
	bottom: 0;
	left: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #6c6c6c;
	color: #d7d7d9;
	font-size: 13px;
	z-index: 1000;
}

#visitor_number .visitor_uid {
	font-weight: bold;
	color: #d7d7d9;
}

table.none td {
	background-color: #f1f1f1 !important;
	border: none !important;
	padding: 0px !important;
}

.blacktext {
	font-size: 16px;
}

.region_dealer {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	width: 320px;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

.region_dealer .region-info {
	background-color: rgb(237, 120, 8);
	background-color: rgba(237, 120, 8, 0.9);
	padding: 20px 15px 15px;
	/*height: 55px;*/
}

.region_dealer .dealer-info {
	background-color: rgb(65, 65, 65);
	background-color: rgba(65, 65, 65, 0.9);
	padding: 15px 20px 15px;
}

.region_dealer .close_dealer {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAALVBMVEUAAADx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH///96WwPqAAAADnRSTlMAEBEdICGFhoeWo6Sys549uh8AAABbSURBVHjaXc9BDsAgCARAEK1Y5f/fLQfWTcqFzYRAELGpgtLHEt5YClixTWZEUkFmz1ZUqQmIAOqAS6eAVIDqJ+EMAmaUwD2ENf7HGzqByQv4l20AfhfzBJCbfL1YBknu2idSAAAAAElFTkSuQmCC) 5px 5px no-repeat;
	cursor: pointer;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
}

.region_dealer .close_dealer:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAMFBMVEUAAADx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH////p+9mRAAAADnRSTlMAFxgqLi++v8DV1ujp/jWsGTcAAABeSURBVHjaXc1RDsAgCAPQMnQyp9z/uHMLHYn9oXkhAGgTMHLqgtu7EC4fiua+iOBukB4U7QApgVQIP82ApACmzHerJnBHCNsd/qr784MzIZsFkAw6PiANBdQWkEzxAAYJBsThmp+ZAAAAAElFTkSuQmCC);
}

.region_dealer a {
	color: #fff;
}

.mobile_only {
	display: none !important;
}

.active_tabs6 a.tab_in_production,
.active_tabs7 a.tab_in_production,
.active_tabs8 a.tab_in_production,
.active_tabs9 a.tab_in_production,
.active_tabs10 a.tab_in_production {
	padding: 7px 8px;
}

.zoom {
	position: relative;
	display: inline-block;
}

.zoom:hover::after {
	content: " ";
	display: inline-block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5) url("/images/layout/zoomhover.png") center no-repeat;
	border-radius: 50%;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 60px;
}

.tabs a.tab_in_production.activ,
.tabs a.tab_in_solutions.activ {
	color: #e44000;
}

.tabs a.tab_in_production.activ:hover,
.tabs a.tab_in_solutions.activ:hover {
	color: #fff;
}

.certificates .zoom:hover::after {
	/* margin-left: 33px; */
}

#fancybox-close {
	background: transparent url(/image/fancybox/fan_close.png) 0 0;
}

#fancybox-left-ico {
	background-image: url(/image/fancybox/fan_left.png);
	background-position: 0 0;
}

#fancybox-right-ico {
	background-image: url(/image/fancybox/fan_right.png);
	background-position: 0 0;
}

.file {
	background: url(data:image/gif;base64,R0lGODlhEAAQAKIAAJycnO/v7/Hx8azIOv///5ubm+7u7v///yH5BAEAAAcALAAAAAAQABAAAAM3eFrcrvAUQ6uZIEpbJ8lDKI4XYRZjOlyOSlqoG3IF5HGwjdP63vW+C9BXWwQpxc0xeSPaHNBGAgA7) left center no-repeat;
	display: inline-block;
	font-size: 14px;
	padding: 4px 0 4px 25px;
}

.file.type-pdf {
	background-image: url(data:image/gif;base64,R0lGODlhDgAOAJEAAMXEwv///74aG////yH5BAEAAAMALAAAAAAOAA4AAAItnAepeQcBI2jmRaiavVj4D4aRMJKQF5Cqmn5jm5btGoOzHOa5xkl8H5g4FsQCADs=);
}

.file.type-zip {
	background-image: url(data:image/gif;base64,R0lGODlhDgAOALMNAPH00sXEwv///5OTkzExMVNTU2ZmZnZ2dkVFRYSEhF1dXYODg9DSvf///wAAAAAAACH5BAEAAA0ALAAAAAAOAA4AAAROsMkWglK1ThkYWAsgBlsgAtdJTqYIquWZjvFpr0Ou73viC8CEQDj0HY5HwUHJPBqeBsFTSn0WroJrIQvUIr5AAUIs/iII6LRazcm4NY0IADs=);
}

.file.type-xls {
	background-image: url(data:image/gif;base64,R0lGODlhDgAOALMMAP///1aOH3KvLpOTk4C8PTExMWZmZsXEwnZ2dlNTU4SEhEVFRf///wAAAAAAAAAAACH5BAEAAAwALAAAAAAOAA4AAARMkMlJg6VTaGbDJCCjCdwlgYS4dV84lt7pruZg37jNKArQ/zyAT4FAAIzIZNHABDSZBiczkQBUr1TsYgHgcrvC7YJRKJvP5clhzW5LIgA7);
}

.file.type-ppt {
	background-image: url(data:image/gif;base64,R0lGODlhDgAOAMQQAF9fX+LSrP/78ufXssdTAvDkyPXs1f///9JYAttbAvRlAenbuftvDf58IethAP724////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAAAOAA4AAAVWICSKTWk248gwx+qmkCIfhyynTu7Qh54mwAQtmEghjogD8pgiOJ9QkWBKrVYfD4A2u9UCHgYDQEwekw2FAkDNXrMLi4VXro0D4oMBIK/n9wcBgYKDgyEAOw==);
}

.file.type-doc {
	background-image: url(data:image/gif;base64,R0lGODlhDgAOAKIEAC1ds////8XEwv7+/v///wAAAAAAAAAAACH5BAEAAAQALAAAAAAOAA4AAAMzSErS3kuJQGsQcdqKl96XAoxkaQ4DiaopkL4jrLo03cY2frv3Gu+moARE6QyJRsZjqUgAADs=);
}

.slick-dots {
	position: relative;
	display: inline-block;
	border-radius: 3.75rem;
	background: #f1f1f1;
	padding: 0.8125rem 1.25rem;
	margin: auto !important;
	margin-top: -25px !important;
	max-width: 160px;
	display: block !important;
}

/* ПЕРЕДЕЛЫВАЕМ ТАБЫ КАК НОВОСТИ НА ВЕСПЕРЕ НАЧАЛО*/

.main .tabs__news-list,
.main .list-publications,
.main .list-solutions,
.main .list-videos {
	display: flex;
	justify-content: space-between;
	list-style: none !important;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 850px) {

	.main .tabs__news-list,
	.main .list-publications,
	.main .list-solutions,
	.main .list-videos {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.main .tabs__news-list>li,
.main .solutions,
.main .publications,
.main .videos {
	padding: 0;
	margin: 0;
	margin-bottom: 15px !important;
}

.main .tabs__news-list>li:nth-last-of-type(1),
.main .solutions:nth-last-of-type(1),
.main .publications:nth-last-of-type(1),
.main .videos:nth-last-of-type(1) {
	margin-right: 0;
}

.main .tabs__news-item,
.main .solutions,
.main .publications,
.main .videos {
	margin: 0;
	flex-basis: 32%;
	/*	max-width: 285px; */
	max-width: 280px;
}

@media screen and (max-width: 850px) {

	.main .tabs__news-item,
	.main .solutions,
	.main .publications,
	.main .videos {
		flex-basis: 47%;
	}
}

@media screen and (max-width: 550px) {

	.main .tabs__news-item,
	.main .solutions,
	.main .publications,
	.main .videos {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.main .tabs__news-item:hover,
.main .solutions:hover,
.main .publications:hover,
.main .videos:hover {
	background-color: #fff;
	box-shadow: -5px 3px 43px rgb(59 72 86 / 21%);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: 0.12s;
}

.main .news__text-wrapper,
.main .solutions .info,
.main .publications .info,
.main .videos .info {
	padding: 5px 15px 20px 15px;
}

.main .solutions .info,
.main .publications .info,
.main .videos .info {
	max-width: 100% !important;
}

.tab-picture {
	width: 280px;
	height: 182px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.main .tabs__news-item .image,
.main .tab-solutions .image,
.main .tab-publications .image {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0 !important;
}

.main .tabs__news-item img,
.main-tabs__img {
	width: 100%;
	max-width: 100%;
	height: 182px;
	margin: 0 !important;
}

@media screen and (max-width: 850px) {

	.main .tabs__news-item img,
	.main-tabs__img {
		width: 280px;
		max-width: 100%;
		height: 182px;
	}
}

@media screen and (max-width: 550px) {

	.main .tabs__news-item img,
	.main-tabs__img,
	.tab-picture {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

.main .news__text-wrapper .date {
	margin-bottom: 5px;
}

.main .news__text-wrapper .title,
.main .solutions .title,
.main .publications .title,
.main .videos .title {
	color: #e44000;
	line-height: 140%;
}

@media screen and (max-width: 650px) {

	.main .news__text-wrapper .title,
	.main .solutions .title,
	.main .publications .title,
	.main .videos .title {
		font-size: 16px;
	}

	.work .content {
		font-size: 14px;
	}

	.work .content h1 {
		font-size: 18px;
	}

	.work .content .h2,
	.work .content h2 {
		font-size: 14px;
		/* font-weight: 400; */
	}

	.work .content h3 {
		font-size: 14px;
	}
}

.main .news__text-wrapper .title:hover,
.main .solutions .title:hover .main .publications .title:hover {
	text-decoration: none;
}

.main .news__text-wrapper .announce {
	margin-top: 10px;
}

.main .tabs__all-link {
	color: #000;
	font-size: 14px;
}

.main .tabs__all-link:hover {
	text-decoration: none;
}

/* ПЕРЕДЕЛЫВАЕМ ТАБЫ КАК НОВОСТИ НА ВЕСПЕРЕ КОНЕЦ*/

.content .product-slider a {
	text-decoration: none !important;
}

.list-production .product>.text {
	max-width: 568px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px 20px 15px;
}

.video-iframe__wrapper {
	max-width: 700px;
	width: 100%;
	height: 394px;
	max-height: 100%;
}

.video-iframe {
	width: 100%;
	height: 100%;
}

.about__video {
	background-image: url("/image/layout/p_video_preview-ru.jpg");
	display: block;
	float: right;
	height: 160px;
	width: 300px;
	margin: 10px 0 10px 10px;
}

@media screen and (max-width: 750px) {
	.video-iframe__wrapper {
		height: auto;
		width: 100%;
	}

	.about__images-wrapper .in_border_right {
		margin-left: 0 !important;
	}

	.about__video {
		display: flex;
		float: none;
		margin-left: 20px;
	}
}

.contacts__columns {
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	flex-wrap: wrap;
}

.contacts__columns:first-child {
	margin-right: 20px;
}

img:not(.slider img) {
	max-width: 100%;
}

#yandex_maps_ya-map {
	width: 100% !important;
	max-width: 750px !important;
	height: 427px !important;
	min-height: 300px;
	/*	overflow: scroll; */
}

.ymaps-glass-pane,
.ymaps-map {
	width: 100%;
	max-width: 750px;
}

.tab_in_production .tab13 .solutions-teaser-img,
.tab_in_production .tab14 .publications__teaser-img {
	width: 280px;
	height: 182px;
}

@media screen and (max-width: 600px) {

	.tab_in_production .tab13 .solutions-teaser-img,
	.tab_in_production .tab14 .publications__teaser-img {
		width: 100%;
		height: auto;
	}
}

.tab_in_production .tab13 .info,
.tab_in_production .tab14 .info {
	width: calc(100% - 400px) !important;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {

	.tab_in_production .tab13 .info,
	.tab_in_production .tab14 .info {
		width: 100% !important;
		display: inline-block;
		vertical-align: top;
	}
}

.tab_in_production .tab13 .solutions-image {
	display: inline-block;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.tab_in_production .tab13 .solutions-image {
		margin-bottom: 5px;
	}
}

.tab_in_production .tab14 .info {
	max-width: 900px !important;
}

/*табличка*/
.none {
	display: block;
	overflow-x: auto;
}

.wrapper-404 {
	margin-top: 20px;
}

.grid {
	display: grid;
	/* grid-template-columns: 2fr 1fr; */
	grid-template-areas:
		'first first fourth'
		'second second fourth'
		'third third third'
	;
}

.grid>.first {
	grid-area: first;
}

.grid>.second {
	grid-area: second;
}

.grid>.third {
	grid-area: third;
}

.grid>.fourth {
	grid-area: fourth;
}

.fourth:before {
	display: none;
}

/* .grid li:nth-child(3) {
	grid-column: 1/3;
}

.grid li:nth-child(4) {
	grid-column: 2/3;
    grid-row: 1/3;
}

.grid li:nth-child(4):before {
	display: none;
} */

@media screen and (max-width: 800px) {
	.grid {
		grid-template-areas:
			'first fourth'
			'second second'
			'third third'
		;
	}
}

@media screen and (max-width: 650px) {
	.grid {
		grid-template-areas:
			'first'
			'second'
			'third'
			'fourth'
		;
	}

	.fourth>a {
		margin-left: 0;
	}
}