.mainwrapper {
	transition: 0.3s;
	height: 100%;
	}
.mainheader {
	width: 100%;
	height: 125px;
	background: var(--white);
	z-index: 12;
	position: relative;
	}
.mainheader.fix {
	position: fixed;
	top: 0;
	left: 0;
	}
.mainheader-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	}
.mainheader-container-line {
	width: 100%;
	background: var(--black-bg);
	}
.mainheader-container-line-wrap {
	height: 38px;
	min-height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.maincolumn-wrap {
	min-height: calc(100vh - 433px);
	background: var(--white);
	padding-bottom: 70px;
	}
.lang-block {
	font-weight: bold;
	font-size: 14px;
	color: var(--white);
	}
.lang-block a {
	color: var(--white);
	}
.lang-block a:hover {
	color: var(--gray4);
	text-decoration: none;
	}
.lang-block span {
	padding: 0 4px;
	}
.header-phone {
	color: var(--white);
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	}
.header-phone:hover {
	text-decoration: none;
	}
.flex-line-v-center {
	display: flex;
	align-items: center;
	}
.header-callback {
	color: var(--white);
	font-size: 13px;
	text-decoration: underline;
	margin-right: 30px;
	}
.header-time {
	color: var(--white);
	font-size: 13px;
	margin-right: 30px;
	}
.header-time svg {
	margin-right: 10px;
	}
.header-email {
	color: var(--white);
	font-size: 13px;
	margin-right: 30px;
	text-decoration: none;
	}
.header-email:hover {
	text-decoration: none;
	}
.header-email svg {
	margin-right: 10px;
	}
.header-local {
	color: #b3b3b3;
	font-size: 13px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	}
.header-local svg {
	margin-right: 10px;
	}
.header-local span {
	color: var(--white);
	display: inline-block;
	margin-left: 10px;
	}
.header-world {
	color: var(--white);
	font-size: 13px;
	margin-right: 60px;
	text-decoration: none;
	}
.header-world:hover {
	text-decoration: none;
	}
.header-world svg {
	margin-right: 10px;
	}
.mainheader-container-menu {
	width: 100%;
	height: 45px;
	min-height: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 30px;
	}
.mainheader-container-menu .button {
	margin-left: 16px;
	}
.menu-item {
	display: block;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
	color: var(--black);
	position: relative;
	}
.menu-item:last-child {
	padding: 0 0 0 16px;
	}
.menu-item:hover, .menu-item.selected {
	text-decoration: none;
	color: var(--blue);
	}
.mainheader-container-logo svg {
	min-width: 156px;
	}
.mainheader-container-wrap {
	width: 100%;
	height: 87px;
	min-height: 87px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.mainfooter-social-container .social-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid var(--white-b);
	margin: 0 16px 0 0;
	}
.mainfooter-social-container .social-item:hover {
	border: 1px solid var(--white);
	}
.mainfooter-social-container {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
	}
.mainfooter-social-container .social-item:last-child {
	margin-right: 0;
	}
.mainfooter {
	padding: 50px 0;
	background: var(--black-bg);
	position: relative;
	}
.mainfooter-container {
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	}
.mainfooter-container-united {
	display: flex;
	justify-content: space-between;
	}
.mainfooter-logo-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.f-copy {	
	font-size: 13px;
	color: var(--white-b2);
	margin-top: 40px;
	}
.mainfooter-infoblock {
	display: flex;
	justify-content: flex-end;
	}
.mainfooter-phone {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: var(--white-b);
	text-align: right;
	}
.mainfooter-phone:hover {
	text-decoration: none;
	color: var(--white);
	}
.mainfooter-worktime {
	font-size: 14px;
	color: var(--white-b);
	margin-top: 8px;
	text-align: right;
	}
.mainfooter-email {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: var(--white-b);
	margin-top: 22px;
	text-align: right;
	}
.mainfooter-email:hover {
	text-decoration: none;
	color: var(--white);
	}
.mainfooter-phone-column {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 100px;
	}
.mainfooter-adress-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 300px;
	font-size: 14px;
	line-height: 24px;
	color: var(--white-b);
	margin-left: 100px;
	}
.mainfooter-adress-column a {
	color: var(--white-b);
	}
.mainfooter-adress-column a:hover {
	color: var(--white);
	text-decoration: none;
	}
.sitemap-link {
	margin-top: 22px;
	}
.sitemap-link span.selected {
	display: block;	
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 8px 0;
	}

.mainfooter-menu-column-wrap {
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.mainfooter-menu-column {
	column-count: 2;
	column-gap: 30px;
	min-width: 380px;
	}
.mainfooter-menu-column a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 8px 0;
	color: var(--white-b);
	text-decoration: none;	
	}
.mainfooter-menu-column a:hover {
	color: var(--white);
	}
.mainfooter-menu-column span.selected {
	display: block;	
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 8px 0;
	}
.service-grid {
       	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
	}
.service-item img {
	width: 100%;
	}
.service-item .button {
	margin-top: 24px;
	}
.service-item-title {
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
	margin: 16px 0 0 0;
	}
.service-item-description {
	font-size: 13px;
	line-height: 130%;
	color: #545454;
	margin: 16px 0 0 0;
	}	
.section-title, .section-title h1 {
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 130%;
	}
.section-title-wrap {
	padding-bottom: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.section-title-wrap {
	padding-bottom: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 16px;
	}
.content-column {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	}
.tm {
	margin: 70px auto 0 auto;
	}
.bm {
	margin: 0 auto 70px auto;
	}
.tbm {
	margin: 70px auto;
	}
.lm {
	margin-bottom: -70px;
	}
.project-list-info {
	margin: 16px 0;
	}
.project-list-info .project-flex {
	display: flex;
	justify-content: space-between;
	}
.project-list-info::before {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: var(--black);
	margin-bottom: 24px;
	}
.project-city {
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	color: #7f7f7f;
	}
.param-item {
	display: flex;
	align-items: center;
	font-size: 15px;
	}
.param-item img {
	width: 18px;
	min-width: 18px;
	margin-right: 10px;
	}
.param-item:first-child {
	margin-bottom: 24px;
	}
.param-project-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	}
.param-project-item span {
	font-size: 16px;
	font-weight: normal;
	}
.param-project-item img {
	width: 18px;
	min-width: 18px;
	margin-right: 10px;
	}
.param-project-name {
	font-size: 12px;
	font-weight: bold;
	color: var(--blue);
	text-transform: uppercase;
	margin: 0 auto 12px auto;
	text-align: center;
	}
.section-wave {
	padding: 70px 0;
	background: url(/images/wavy-bg.png) repeat;
	}
.section-black {
	background: var(--black-bg);
	padding: 70px 0;
	}
.section-black .section-title {
	color: var(--white);
	}
.section-title.center {
	text-align: center;
	}
.form-comment {
	font-size: 15px;
	line-height: 140%;
	max-width: 990px;
	margin-top: 24px;
	}
.section-black .form-comment {
	color: var(--white);
	}
.form-comment.center {
	text-align: center;
	margin: 24px auto 0 auto;
	}
.flex-field {
	display: flex;
	width: 100%;
	}
.flex-field .field-wrap-s {
	width: 100%;
	margin: 0 24px 0 0 ;
	}
.flex-field .field-wrap-s:last-child {
	margin: 0;
	}
.section-black .flex-field {
	margin: 40px auto 0 auto;
	max-width: 990px;
	}
.field-wrap-s.short-agree {
	max-width: 990px;
	margin: 24px auto 0 auto;
	}
.section-black input[type=submit] {
	border: 2px solid var(--white);
	color: var(--white);	
	background: transparent;
	font-size: 14px;
	}
.section-black input[type=submit]:hover {
	border: 2px solid var(--blue);
	background: var(--blue);
	}
.field-wrap-s.short {
	max-width: 300px;
	}
.service-block {
	background: var(--white);
	padding: 40px;
	}
.reviews-wrap .service-block, .reviews-wrap .service-item {
	margin: 0 12px;
	}
.reviews-wrap {
	margin: 0 -12px;
	}
.gray-bg .service-block {
	background: var(--gray1);
	}
.service-item-link {
	font-size: 15px;
	color: var(--black);	
	text-decoration: none;
	display: flex;
	align-items: flex-start;
	min-height: 24px;
	margin-bottom: 12px;
	page-break-inside: avoid;
	break-inside: avoid;
	}
.service-item-link:last-child {
	margin-bottom: 0;
	}
.service-item-link::before {
	content: '';
	display: block;
	background: url(/images/arrow-circle.svg) left center no-repeat;
	height: 24px;
	width: 24px;
	min-width: 24px;
	margin-right: 12px;
	}
.service-item-link:hover {
	color: var(--blue);	
	text-decoration: none;
	}
.service-block .service-item-title {
	margin-top: 0;
	}
.numbers-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 80px;
	}
.numbers-item {
	color: #545454;
	font-size: 18px;
	text-align: center;
	margin: 0 40px;
	line-height: 140%;
	}
.numbers-item.sml {
	font-size: 16px;
	}
.numbers-item span {
	color: var(--black);
	font-size: 32px;
	font-weight: normal;	
	line-height: 120%;
	}
.numbers-title {
	color: var(--blue);
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 82px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	margin-bottom: 12px;
	white-space: nowrap;
	}
.grid7 {
       	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
	}
.grid5 {
       	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
.grid4 {
       	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
	}
.icon-item {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 150%;
	}
.icon-item img {
	width: 90px;
	margin: 0 auto 20px auto;
	}
.review-cut {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	}
.review-cut::before {
	content: '';
	display: block;
	background: url(/images/quote.svg) left center no-repeat;
	height: 24px;
	width: 32px;
	min-width: 32px;
	margin-right: 18px;
	}
.review-author {
	font-size: 13px;
	font-weight: bold;
	margin-top: 24px;
	}
.content-fw {
	background: var(--white);
	padding: 70px 0;
	}
.content-fw.pic-bg {
	color: var(--white);
	position: relative;
	}
.wrap-pic-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	z-index: 1;
	}
.pic-bg-layer, .pic-bg-layer01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 0;
	}
.pic-bg-layer01 {
	opacity: 0.8;
	}
.mainbanner .pic-bg-layer01 {
	z-index: 1;
	opacity: 0.4;
	}
.pic-bg-text {
	position: relative;
	z-index: 3;
	line-height: 140%;
	}
.button-container {
	margin-top: 36px;
	}
.button-container.main {
	margin-top: 48px;
	}
.button-container.main .button {
	border: 0;
	margin-right: 48px;
	}
.button-container.main .button:hover {
	background: var(--blue);
	}
.button-container.main .button:last-child {
	margin-right: 0;
	}
.number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background: var(--gray1);
	border-radius: 36px;
	margin: 0 auto;
	margin-bottom: 24px; 
	position: relative;
	z-index: 10;
	}
.number div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: var(--gray2);
	border-radius: 26px;
	color: var(--blue);
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 120%;
	}
.number::after {
	position: absolute;
	left: 72px;
	top: 35px;
	content: '';
	display: block;
	height: 2px;
	width: 200%;
	background: var(--gray2);
	z-index: -1;
	}
.number::before {
	position: absolute;
	left: -200%;
	top: 35px;
	content: '';
	display: block;
	height: 2px;
	width: 200%;
	background: var(--gray2);
	z-index: -1;
	}
.icon-item.num {
	overflow: hidden;
	font-size: 18px;
	line-height: 180%;
	}
.number.first::before {
	display: none;
	}
.number.last::after {
	display: none;
	}
.partner-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	}
.partner-block img {
	display: block;
	margin: 0 80px 60px 0;
	}
.top-title {
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	max-width: 880px;
	}
.top-suptitle {
	font-size: 18px;
	text-align: center;
	line-height: 110%;
	max-width: 650px;
	margin-top: 25px;
	}
.mainbanner .pic-bg-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	}
.pagebanner .pic-bg-text {
	height: 100%;
	}
.mainbanner {
	height: 650px;
	}
.title-group {
	height: calc(100% - 24px);
	display: flex;
	align-items: center;
	}
.pagebanner {
	height: 360px;
	padding: 30px 0;
	}
.pathway, .pathway a {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: var(--white-b);
	text-decoration: none;
	}
.pathway {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	}
.pathway img {
	margin: 0 8px;
	}
.pathway a:hover {
	color: var(--white);
	}
.page-suptitle {
	font-size: 16px;
	color: var(--white);
	max-width: 700px;
	line-height: 150%;
	margin-top: 6px;
	}
.pagebanner .button-container.main {
	margin-top: 30px;
	}
.qa-block {	
	padding: 20px 0;
	border-bottom: 2px solid var(--black-bg);
	}
.qa-block:first-child {	
	padding: 0 0 20px 0;
	}
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	transition: 0.4s;
	}
.question svg {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-left: 20px;
	color: var(--gray);
	transition: 0.4s;
	}
.question:hover svg, .question:hover, .open .question {
	color: var(--blue);
	}
.open .question svg {
	-webkit-transform: rotate(180deg); 
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--blue);
	}
.answer {
	margin: 16px 0 0 0;
	font-size: 16px;
	line-height: 140%;
	}
.tag-column {
	width: 100%;
	column-count: 3;
	column-gap: 4%;
	}
#ymap {
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	}
.service-item-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.6s;
	}
.service-item-video:hover {
	background: rgba(0, 0, 0, 0.3);
	}
.service-item-video .play {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	}
.project-video-item-wrap {
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	}
.gallery-item {
	display: block;
	width: 100%;
	}
.service-menu {
	display: flex;
	margin-top: 40px;
	}
.service-menu a {
	display: block;
	font-size: 13px;
	margin: 0 30px 0 0;
	color: var(--white-b2);
	}
.service-menu a:hover {
	text-decoration: none;
	color: var(--white);
	}
.grid2 {
       	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	}
.equipment-item-type-bg {
	height: 420px;
	padding: 40px;
	position: relative;
	}
.layer-opacity04 {
	opacity: 0.4;
	}
.layer-opacity08 {
	opacity: 0.8;
	}
.equipment-item-type-bg .layer-opacity04 {
	z-index: 2;
	}
.equipment-item-type-bg .service-item-title {
	margin-top: 0;
	color: var(--white);
	}
.equipment-item-type-bg .pic-bg-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	color: var(--gray1);
	font-size: 13px;	
	}
.equipment-item-type-bg .project-list-info::before {
	background: var(--gray1);
	}
.equipment-item-type-bg .button.outline {
	background: transparent;
	color: var(--gray1);
	border: 1px solid var(--gray1);
	padding: 0 48px;
	}
.equipment-item-type-bg .button.outline:hover {
	background: var(--gray1);
	color: var(--black);
	}
.template-noimg .pathway {
	margin: 24px 0 16px 0;
	}
.template-noimg .pathway, .template-noimg .pathway a {
	color: var(--gray);
	}
.template-noimg .pathway a:hover {
	color: var(--black);
	}
.template-noimg .pathway svg * {
	stroke: var(--gray);
	}
.pathway svg {
	margin: 0 8px;
	}
.mainheader.template-noimg {
	border-bottom: 1px solid var(--gray1);
	}
.tms {
	margin: 40px auto 0 auto;
	}
.section-wave.tags {
	padding: 32px;
	}
.section-wave.ext-info {
	padding: 24px 28px;
	margin-top: 32px;
	font-size: 15px;
	line-height: 140%;
	}
.prod-short-info {
	margin-top: 32px;
	font-size: 16px;
	line-height: 160%;
	}
.tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px 24px;
	}
.tag {
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--gray4);
	border: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	cursor: pointer;
	}
.tag:hover {
	text-decoration: none;
	border: 2px solid var(--gray4);
	background: var(--white);
	}
.tag.selected {
	color: var(--black);
	border: 2px solid var(--black);
	background: var(--white);
	}
.tag.lg {
	height: 48px;
	padding: 0 24px;
	font-size: 13px;
	border: 2px solid var(--gray4);
	background: transparent;
	color: var(--gray4);
	}
.tag.lg.selected, .tag.lg:hover {
	background: var(--black-bg);
	border: 2px solid var(--black-bg);
	color: var(--white);
	}
.prod-container {
	display: flex;
	gap: 0 50px;
	margin-top: 30px;
	align-items: flex-start;
	}
.prod-container h1 {
	font-size: 36px;
	}
.prod-container .button {
	margin-top: 32px;
	padding: 0 56px;
	height: 40px;	
	}
.box {
	display: none;
	width: 100%;
	}
.box.visible {
	display: block;
	}
.section-menu-item {
	display: block;
	margin-right: 40px;
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 21px;
	text-transform: uppercase;	
	font-weight: bold;
	line-height: 130%;
	cursor: pointer;
	}
.section-menu-item.current:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--black);
	margin-top: 10px;
	}
.news-menu {
	display: flex;
	}
.charact-block {
	margin-top: 40px;
	font-size: 16px;	
	line-height: 160%;
	}
.contact-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	margin-top: 50px;
	}
.contact-container {
	background: var(--gray1);
	padding: 30px 40px;
	}
.contact-container.multy {
	margin-top: 30px;
	padding: 40px;
	}
.contact-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	}
.contact-detail {
	display: block;
	color: var(--gray4);
	font-size: 14px;
	margin-top: 12px;
	}
.contact-container-second {
	margin-top: 30px;
	}
.text-nopage {
	padding: 70px 0;
	display: flex;
	min-height: calc(100vh - 433px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
.text-nopage h1 {
	font-size: 40px;
	}
.v-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.certificate-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
	}
.card2 {
	background-color: #F5F5F5;
	padding: 16px;
	margin-bottom: 30px;
	}
.card2 img {
	width: 100%;
	}
.field-wrap-s {
	width: 100%;
	margin: 18px 0 0 0;
	}
.field-wrap-r {
	width: 100%;
	margin: 40px 0 0 0 ;
	}
.field-grid2, .field-grid3, .field-grid4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px 24px;
	align-items: end;	
	}
.field-grid3 {
	grid-template-columns: 1fr 1fr 1fr;
	}
.field-grid4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
.radio {
	position: relative;
	display: inline-block;
	margin: 0 16px 0 0;
	}
.radio-wrap {
	margin-top: 12px;
	}
.limit-width1 {
	max-width: 360px;
	}
.limit-width2 {
	max-width: 100px;
	}
.limit-width3 {
	max-width: 220px;
	}
.checkbox-wrap {
	margin-top: 12px;
	display: flex;
	align-items: center;
	}
#form_app .checkbox-wrap, #form_app .radio-wrap {
	height: 40px;
	display: flex;
	align-items: center;
	}
.ul-text li, .sitemap li, .ul-text-01 li , .ul-text-02 li {
	padding-left: 35px;
	margin-top: 12px;
	position: relative;
	}
.sitemap li {	
	margin-top: 5px;
	}
ul.ul-text li::after, .sitemap ul li::after, ul.ul-text-01 li::after, ul.ul-text-02 li::after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: var(--blue);
	border-radius: 3px;
	top: 10px;
	left: 7px;
	}
ul.ul-text-01 li::after {
	border-radius: 0;
	}
ul.ul-text-02 li::after {
	border-radius: 0;
	width: 12px;
	height: 2px;
	}
ol.ul-text {
	list-style: decimal outside;
	padding-left: 28px;
	}
ol.ul-text li {	
	padding-left: 10px;
	}
.map-wrap {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	position: relative;
	}
.cart-header {
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 30px;
	}
.submit-wrap {
	display: flex;
	margin: 32px 0 0 0;
	align-items: center;
	}
.field-wrap {
	margin: 20px 0 0 0;
	}
.f-column {
	max-width: 1200px;
	margin: 0 auto;	
	padding: 0 20px;
	}
.f-column h1 {
	font-size: 40px;
	margin-top: 28px;
	text-align: center;
	}
.f-column.news h1 {
	font-size: 36px;
	margin: 48px 0 48px 0;
	}
.news-item-wrap {
	display: block;
	text-decoration: none;
	color: var(--black);
	}
.news-item-wrap:hover {
	text-decoration: none;
	color: var(--black);
	}
.news-item-wrap img {
	width: 100%;
	}
.news-item-text {
	display: block;
	background: var(--white);
	padding: 20px 0;
	font-size: 14px;
	line-height: 140%;
	}
.news-item-title {
	display: block;
	font-family: Fontin Sans, Arial, Verdana sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 140%;
	text-transform: uppercase;
	text-decoration: none;
	}
.news-item-wrap:hover .news-item-more {
	color: var(--blue);
	}
.news-item-more {
	font-size: 12px;
	text-transform: uppercase;	
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-top: 24px;
	}
.news-item-more svg, .news-item-data svg {
	margin-right: 8px;
	}
.news-item-data {
	font-size: 13px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	}
.topmenu {
	display: flex;
	align-items: center;
	}
.topmenu > li {
	display: block;
	position: relative;
	}
.topmenu > li:last-child {
	margin-right: 0;
	}
.topmenu a, .topmenu span {
	display: block;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
	color: var(--black);
	}
.topmenu a {
	cursor: pointer;
	}
.topmenu a:hover, .topmenu a.selected, .topmenu span.selected {
	text-decoration: none;
	color: var(--blue);
	}
.submenu a, .submenu span {
	padding: 8px 0;
	white-space: nowrap;	
	font-size: 14px;
	font-weight: normal;
	height: auto;
	}
.submenu a:hover, .submenu a.selected {
	text-decoration: none;
	color: var(--blue);
	}
.submenu {
	position: absolute;
	top: 100%;
	left: 16px;
	width: auto;
	z-index: 20;
	box-shadow: 0px -1px 2px rgba(127, 127, 127, 0.08), 0px 15px 30px rgba(127, 127, 127, 0.04), 0px 8px 12px rgba(127, 127, 127, 0.07), 0px 4px 4px rgba(127, 127, 127, 0.09), 0px 1px 4px rgba(127, 127, 127, 0.12);
	border-radius: 4px;
	background: var(--white);
	padding: 8px 24px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
	}
ul.topmenu li:hover .submenu {
	visibility: visible;
	opacity: 1;
	}
ul.topmenu li {
	list-style:none;
	}
.blur {
	-webkit-backface-visibility:hidden;
	filter:url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-ms-filter:blur(5px);
	filter:blur(5px)
	}
.header-message-card {
	position: absolute;
	border-radius: 4px;
	background: var(--white);
	box-shadow: 0px -1px 2px rgba(127, 127, 127, 0.08), 0px 15px 30px rgba(127, 127, 127, 0.04), 0px 8px 12px rgba(127, 127, 127, 0.07), 0px 4px 4px rgba(127, 127, 127, 0.09), 0px 1px 4px rgba(127, 127, 127, 0.12);
	overflow: auto;
	padding: 20px 28px 24px 28px;
	top: 31px;
	left: 0;
	cursor: default;
	z-index: 18;
	column-count: 2;
	column-gap: 10%;
	width: 400px;
	display: none;
	}
.city-item {
	font-size: 13px;
	color: var(--black);
	white-space: nowrap;
	cursor: pointer;
	}
.city-item:hover {
	color: var(--blue);
	}
.v-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.mob-menu {
	display: none;
	width: 27px;
	height: 18px;
	background: url(/images/ico-menu.svg) left center no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	outline: none;
	cursor: pointer;
	}
.button-up {
	display: none;
	position: fixed;
	width: 48px;
	height: 48px;
	right: 50px;
	bottom: 180px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 24px;
	background-image: url(/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
	z-index: 800;
	}
.hidden-schema {
	display: none;
	}
.contact-container.form {
	grid-column: 2 / 2;
	grid-row: 1 / 3;
	}
.cookie-accept {
	position: fixed;
	bottom: 40px;
	left: 40px;
	max-width: 380px;
	z-index: 9000;
	background-color: #fff;
	padding: 30px 30px 20px 30px;
	box-shadow: 0px -6px 46px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	}
.cookie-accept-header {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 18px;
	text-align: center;
	}
.cookie-accept-text {
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	}
.cookie-accept-more {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	}
.cookie-accept-more a {
	color: #000;
	text-decoration: underline;
	}
.cookie-ok {
	margin-top: 20px;
	text-align: center;
	}
.cookie-ok .test-button {
	display: inline-block;
	}
.sitemap-wrap h2 {
	margin-top: 50px;
	}
.sitemap-wrap h2:first-child {
	margin-top: 0;
	}
.mob-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	}
.mob-phone {
	display: none;
	}
.mob-phone svg {
	width: 18px;
	}
.pushy-submenu > a::after, .pushy-submenu > div.cat::after {
	content: '';
	display: block;
	height: 20px;
	width: 100px;
	position: absolute;
	top: 20px;
	right: 0;
	background: url("/images/arrow-m.svg") right center no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.pushy div.cat {
	position: relative;
	}
.pushy-submenu.pushy-submenu-open > div.cat::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	background: url("/images/arrow-m.svg") left center no-repeat;
	}
.video-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 0;
	overflow: hidden;
	}
.video-frame video {
	object-fit: cover;
	object-position: 50% 50%;
	}