/*
Theme Name: sc-Levstal
Author: Special case
Author URI: https://specialcase.net/
Version: 1.0
*/
/*Fonts*/
@font-face {
	font-family: "FivoSansModern";
	font-weight: 400;
	font-display: swap;
	src: url("/source/0b8fd3d8f05984e6b386a285b85efa4f/FivoSansModern-Regular.otf");
}
@font-face {
	font-family: "FivoSansModern";
	font-weight: 500;
	font-display: swap;
	src: url("/source/99883d881ed836d9e21e4c7a3b6c81d1/FivoSansModern-Medium.otf");
}
/*Wp-post-style*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 30px;
	margin-top: 15px;
}
.wp-caption-text {
	margin-top: .5em;
	font-size: .9em;
	text-align: center;
}
.wp-smiley {
	margin: 0;
}
/*Default style*/
.hidden {
	display: none !important;
}
.container-fluid {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.container-fluid.bg-white {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.container-fluid .container {
	height: inherit;
	width: 1182px;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
	padding-left: 22px;
	padding-right: 22px;
}
.container-fluid .container.type-wide {
	width: 1366px;
}
.container-fluid>.container>.section-title {
	margin-bottom: 50px;
}
.container-fluid>.container>.section-title span {
	color: #4EC9A0;
}
.container-fluid>.container>.section-subtitle {
	margin-top: -30px;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 1.3;
}
.f-c::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.fancybox-close-small,
input[type="submit"],
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	user-select: none;
}
a {
	color: inherit;
	text-decoration: none;
}
body {
	font-family: "FivoSansModern", sans-serif;
	font-size: 15px;
	color: #000c1e;
	line-height: 1;
	background-color: #f2f2f2;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body *::after,
body *::before,
body * {
	box-sizing: border-box;
	outline: none;
	transition: color 0.25s, background 0.25s, box-shadow 0.25s, opacity 0.25s,
		border 0.25s, fill 0.25s, stroke 0.25s;
}
button {
	font: inherit;
	background: none;
	border: none;
	cursor: pointer;
}
input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: none;
}
input[type="number"]::-ms-expand {
	display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	opacity: 0.8;
	color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	opacity: 0.8;
	color: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
	opacity: 0.8;
	color: inherit;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	opacity: 0.8;
	color: inherit;
}
textarea::placeholder,
input::placeholder {
	opacity: 0.8;
	color: inherit;
}
textarea,
input {
	font-family: inherit;
	font-size: inherit;
}
.img-wrap {
	position: relative;
	overflow: hidden;
	height: 0;
}
.img-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.img-wrap.contain img {
	object-fit: contain;
}
.img-wrap.scale img {
	object-fit: scale-down;
}
b,
strong {
	font-weight: 500;
}
em,
i {
	font-style: italic;
}
.section-content {
	line-height: 1.4;
}
.h1,
.section-content h1 {
	font-size: 66px;
	line-height: 1;
	text-transform: uppercase;
	word-break: break-word;
	/*http://lvs.sctest.ru/da/*/
}
.section-content h3,
.section-content h2,
.section-content h1 {
	word-break: break-word;
}
.section-content h3 *,
.section-content h2 *,
.section-content h1 * {
	font-weight: inherit;
}
.section-content h1 {
	margin: 30px 0;
}
.h2,
.section-content h2 {
	font-size: 46px;
	line-height: 1;
	text-transform: uppercase;
}
.section-content h2 {
	margin: 30px 0;
}
.h3,
.section-content h3 {
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.section-content h3 {
	margin: 30px 0;
}
.h4,
.section-content h4 {
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
}
.section-content h4 {
	margin: 18px 0;
}
.h5,
.section-content h5 {
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
}
.section-content h5 {
	margin: 30px 0;
}
.h6,
.section-content h6 {
	font-size: 18px;
	line-height: 1.4;
	text-transform: uppercase;
}
.section-content h6 {
	margin: 30px 0;
}
.section-content {
	font-size: 15px;
	line-height: 21px;
}
.section-content>*:first-child {
	margin-top: 0 !important;
}
.section-content>*:last-child {
	margin-bottom: 0 !important;
}
.link,
.section-content a {
	color: #4ec9a0;
	border-bottom: 1px solid transparent;
}
.section-content a:hover {
	border-bottom-color: #4ec9a0;
}
.section-content p {
	margin: 16px 0;
}
.section-content ul {
	margin: 32px 0;
	padding-left: 38px;
	color: #6f6f6f;
}
.section-content ul ul {
	padding-left: 0;
}
.section-content ul>li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 40px;
}
.section-content ul>li:before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
}
.section-content ul.toc_list>li:before {
	display: none;
}
.section-content ol {
	list-style: decimal;
	padding-left: 68px;
	color: #6f6f6f;
}
.section-content ol>li {
	margin-bottom: 10px;
}
.section-content ol>li:last-child {
	margin-bottom: 0;
}
.section-content .table-wrap {
	overflow: auto;
}
.section-content table {
	line-height: 1.4;
}
.section-content table th {
	height: 60px;
	vertical-align: middle;
	line-height: 1;
}
.section-content td,
.section-content th {
	border: 1px solid #d8d8d8;
	padding: 8px 16px;
}
.section-content img {
	max-width: 100%;
	height: auto;
}
.section-content a>img {
	display: block;
}
.section-content.type-narrow h6,
.section-content.type-narrow h5,
.section-content.type-narrow h4,
.section-content.type-narrow h3,
.section-content.type-narrow h2,
.section-content.type-narrow ol,
.section-content.type-narrow ul,
.section-content.type-narrow p {
	width: 580px;
	max-width: 100%;
}
.section-content.type-narrow table {
	width: 680px;
	max-width: 100%;
}
.section-content.type-narrow .wp-caption,
.section-content.type-narrow img {
	max-width: 680px;
	height: auto;
}
.section-content.type-grey-text table,
.section-content.type-grey-text li,
.section-content.type-grey-text p {
	color: #6F6F6F;
}
/* slick-slider-style */
.slick-slider {
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.slick-slider.slick-initialized {
	height: auto;
	visibility: visible;
	opacity: 1;
}
/*fontello-style*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
	margin-left: 0;
	margin-right: 0;
	line-height: initial;
	width: auto;
}
/*fancybox-style*/
.fancybox-slide--image .fancybox-content {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/*cf7-style*/
span.wpcf7-not-valid-tip {
	display: none;
}
.input.wpcf7-not-valid {
	border-color: #f00;
}
div.wpcf7-response-output {
	margin: 30px 0 0;
	border: 0;
	padding: 0;
	font-size: 14px;
	opacity: 0.7;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* buttons-style */
/* .section-content a.button-green, */
.fancybox-container #search-form .submit,
.button-green {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 46px;
	padding: 8px 40px 6px 24px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #f2f2f2;
	border-radius: 25px;
	transition: all 0.25s;
	cursor: pointer;
	z-index: 9;
	overflow: hidden;
	background: #4ec9a0;
	background: conic-gradient(from -11.54deg at 50.35% -11.11%,
			#4ec9a0 0deg,
			#0f2a69 360deg);
}
.section-content a.button-green {
	color: #f2f2f2;
}
.button-green * {
	font-size: 12px;
}
.section-content a.button-green.disabled,
.button-green.disabled {
	font-weight: 450;
	color: #000C1E;
	cursor: default;
	background: #D8D8D8;
}
.button-green.low {
	min-height: 36px;
	padding-left: 18px;
	padding-right: 34px;
}
.button-green.button-in-h1 {
	float: right;
	margin: 0 0 1rem 1rem;
}
.fancybox-container #search-form .submit:before,
.button-green:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #4ec9a0;
	background: conic-gradient(from 20.71deg at 50.35% -11.11%,
			#4ec9a0 0deg,
			#0f2a69 360deg);
	transition: all 0.25s;
	z-index: -9;
	opacity: 1;
	visibility: visible;
}
.button-green.disabled:before {
	display: none;
}
.fancybox-container #search-form .submit:before,
.button-green:hover:before {
	opacity: 0;
	visibility: hidden;
}
.section-content a.button-green:hover {
	border-bottom-color: transparent;
}
.fancybox-container #search-form .submit:after,
.button-green:after {
	content: "\e800";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "fontello";
	font-size: 0.76em;
}
.button-green.low:after {
	right: 18px;
}
.button-arrow-down,
.button-arrow {
	display: inline-flex;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000c1e;
	padding: 6px 0 4px;
	cursor: pointer;
}
.section-content a.button-arrow,
.section-content a.button-arrow-down {
	color: #000c1e;
	border-bottom: none;
}
.button-arrow-down {
	font-weight: 450;
}
.button-arrow {
	font-weight: 500;
}
.button-arrow-down *,
.button-arrow * {
	transition: none;
}
.section-content a.button-arrow:hover,
.section-content a.button-arrow-down:hover,
.button-arrow-down:hover,
.button-arrow:hover {
	color: #4EC9A0;
}
.button-arrow-down.disabled,
.button-arrow.disabled {
	color: #6F6F6F;
	cursor: default;
}
.button-arrow:after {
	content: "\e800";
	margin-left: 6px;
	font-family: "fontello";
	font-size: 0.76em;
	position: relative;
	transition: none;
}
.button-arrow-down:before {
	content: "\e803";
	margin-right: 7px;
	font-family: "fontello";
	transition: none;
}
/* header-mobile-style */
#header-mobile {
	display: none;
}
/* header-mobile-fixed-style */
#header-mobile-fixed {
	display: none;
}
/* header-style */
#header {
	position: fixed;
	width: 100%;
	overflow: visible;
	z-index: 9999;
	background-color: #f2f2f2;
}
.header-height {
	height: 76px;
}
#header.type-dark {
	background-color: #0f2a69;
}
#header.type-light:before,
#header.type-dark:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	transition: all 2s;
}
#header.type-light.dash-animated:before,
#header.type-dark.dash-animated:before {
	width: 100%;
}
#header.type-dark:before {
	background-color: rgba(216, 216, 216, 0.2);
}
#header.type-light:before {
	background-color: #d8d8d8;
}
#header .row-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 16px 0;
}
#header .section-social {
	display: none;
}
#header .section-logo {
	margin-right: 20px;
}
#header .section-logo a {
	width: 78px;
	height: 26px;
	display: block;
}
#header .section-logo img {
	object-position: 0 50%;
}
#header .section-menu {
	margin-right: 20px;
	margin-left: 134px;
}
#header .section-menu>ul {
	display: flex;
}
#header .section-menu>ul>li {
	margin: 0 2px;
}
#header .section-menu>ul>li.has-child {
	position: relative;
}
#header .section-menu>ul>li:before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: #112d6f;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
}
#header .section-menu>ul>li>a {
	display: flex;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 6px 14px 4px;
	font-size: 12px;
	line-height: 1.2;
	color: #f2f2f2;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	border-radius: 18px;
}
#header .section-menu>ul>li:hover>a {
	background-color: rgb(216, 216, 216, .3);
}
#header.type-light .section-menu>ul>li>a {
	color: #000c1e;
}
#header .section-menu>ul>li a:before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 0;
	height: 2px;
	left: 0;
	bottom: 5px;
	opacity: 0;
	background-color: #4ec9a0;
	transition: opacity 0.25s, max-width 1s;
}
#header.type-light .section-menu>ul>li.active>a {
	background-color: rgb(216 216 216 / 0.3);
}
#header .section-menu .sub-menu {
	width: 300px;
	padding: 32px 0;
	background-color: #f2f2f2;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.025);
}
#header .section-menu .sub-menu li {
	color: #6f6f6f;
}
#header.type-dark .section-menu .sub-menu li:hover,
#header .section-menu .sub-menu li:hover {
	color: #4ec9a0;
}
#header.type-dark .section-menu .sub-menu li {
	color: #fff;
}
#header.type-dark .section-menu .sub-menu a {
	transition: none;
}
#header.type-dark .section-menu .sub-menu {
	background-color: #0f2a69;
}
#header .section-menu>ul>li>.sub-menu {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	left: -15px;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.025);
	text-align: left;
	visibility: hidden;
	opacity: 0;
}
#header .section-menu .sub-menu li:hover>ul.sub-menu,
#header .section-menu>ul>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}
#header .section-menu>ul>li>.sub-menu:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 100%;
}
#header .section-menu .sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	visibility: hidden;
	opacity: 0;
}
#header .section-menu .sub-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	width: 1px;
	top: 40px;
	bottom: 40px;
	background-color: #d6d6d6;
}
#header.type-dark .section-menu .sub-menu ul.sub-menu:before {
	background-color: rgba(216, 216, 216, 0.2);
}
#header .section-menu .sub-menu li.has-child:before {
	content: "+";
	display: block;
	position: absolute;
	width: 60px;
	height: 41px;
	padding: 0 8px;
	right: 0;
	line-height: 41px;
	z-index: 9;
	cursor: pointer;
}
#header .section-menu .sub-menu li.has-child:hover:before {
	content: "-";
}
#header .section-menu .sub-menu li a {
	display: flex;
	align-items: center;
	height: 41px;
	padding: 3px 60px 3px 40px;
	font-size: 15px;
	line-height: 1.2;
}
#header .section-buttons {
	display: flex;
	z-index: 99;
	position: relative;
}
#header .section-buttons .button-green {
	white-space: nowrap;
}
#header .section-languages {
	margin-right: 12px;
}
.languages-dropdown {
	position: relative;
	width: 58px;
	border: 1px solid rgba(229, 229, 229, 0.3);
	border-radius: 18px;
}
#header.type-light .languages-dropdown {
	border-color: #d8d8d8;
}
.languages-dropdown:hover {
	border-radius: 18px 18px 0 0;
	border-bottom-color: transparent;
}
#header.type-light .languages-list a,
#header.type-light .languages-item,
#header.type-light .languages-title {
	color: #000c1e;
}
.languages-list a,
.languages-title {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
	color: #f2f2f2;
	text-transform: uppercase;
	padding: 6px 6px 4px;
}
.languages-title {
	height: 34px;
}
.languages-list a {
	height: 0;
	overflow: hidden;
	transition: all 0.25s;
}
#header.type-light .languages-list a:hover,
.languages-list a:hover {
	color: #4ec9a0;
}
.languages-dropdown:hover .languages-list a {
	height: 30px;
}
.languages-title:after {
	content: "\e801";
	position: relative;
	margin-left: 3px;
	font-family: "fontello";
	font-size: 4px;
	transition: all 0.25s;
}
.languages-dropdown:hover .languages-title:after {
	transform: rotate(-180deg);
}
.languages-list {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	padding: 6px 0;
	background-color: #0f2a69;
	border-radius: 0 0 18px 18px;
	border: 1px solid rgba(229, 229, 229, 0.3);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
#header.type-light .languages-list {
	background-color: #f2f2f2;
	border-color: #d8d8d8;
}
.languages-dropdown:hover .languages-list {
	opacity: 1;
	visibility: visible;
}

#blackLine {
	padding: 6px;
	background-color: black;
	color: white;
}
#blackLine .row-first {
	text-align: center;
}
#blackLine .button-green {
	color: #FFF;
	min-height: 10px;
	padding-top: 2px;
	padding-bottom: 0;
	margin-left: 1em;
	border: 0;
	font-weight: normal;
}
#blackLine .button-green::after {
	font-size: .7em;
}

/* footer-style */
#footer {
	position: relative;
	padding-top: 65px;
	padding-bottom: 52px;
}
#footer:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	top: 0;
	background-color: #d6d6d6;
	transition: all 2s;
}
#footer.dash-animated:before {
	width: 100%;
}
#footer .section-dash.second {
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 100%;
	left: 100%;
	background-color: #d6d6d6;
	transition: bottom 1s;
}
#footer.dash-animated .section-dash.second {
	bottom: 0;
}
#footer .section-dash.first {
	position: absolute;
	width: 0;
	height: 1px;
	left: 100%;
	top: 100%;
	background-color: #d6d6d6;
	transition: width 2s;
}
#footer.dash-animated .section-dash.first {
	width: 100%;
}
#footer .section-body {
	display: grid;
	grid-template-areas:
		"a b c d"
		"e f f g";
	grid-template-rows: auto;
	grid-template-columns: 2.7fr 1.55fr 1.3fr 1fr;
}
#footer .section-social,
#footer .section-about,
#footer .section-companies,
#footer .section-info,
#footer .section-logo {
	margin-right: 24px;
}
#footer .section-logo {
	position: relative;
	grid-area: a;
	display: flex;
	justify-content: flex-end;
}
#footer .section-info-area,
#footer .section-logo-area {
	width: 100%;
	max-width: 430px;
}
#footer .section-logo a {
	width: 144px;
	height: 48px;
	display: block;
}
#footer .section-logo img {
	object-position: 0 50%;
}
#footer .section-info {
	grid-area: e;
	display: flex;
	justify-content: flex-end;
}
#footer .section-info-area {
	display: flex;
}
#footer .section-address a:hover,
#footer .section-menu a:hover,
#footer .section-email a:hover,
#footer .section-phone a:hover {
	border-bottom-color: inherit;
}
#footer .section-copyright,
#footer .section-email,
#footer .section-phone {
	line-height: 24px;
}
#footer .section-address a,
#footer .section-copyright,
#footer .section-email a,
#footer .section-phone a {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
#footer .section-address a,
#footer .section-email a,
#footer .section-phone a {
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}
#footer .section-address a {
	word-break: break-word;
	white-space: normal;
}
#footer .section-email {
	margin-right: 32px;
}
#footer .section-companies {
	grid-area: b;
	margin-bottom: 106px;
}
#footer .section-menu-title {
	margin-bottom: 23px;
	padding-top: 2px;
	font-size: 15px;
	line-height: 1.4;
	color: #000c1e;
}
#footer .section-menu ul {
	margin-top: 27px;
}
#footer .section-menu li {
	margin-bottom: 16px;
}
#footer .section-menu li:last-child {
	margin-bottom: 0;
}
/* #footer .section-copyright, */
#footer .section-address,
#footer .section-menu a {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
	word-break: break-word;
}
#footer .section-menu a {
	border-bottom: 1px solid transparent;
}
#footer .section-about {
	grid-area: c;
}
#footer .section-location {
	grid-area: d;
}
#footer .section-social {
	grid-area: f;
	display: flex;
}
#footer .section-social a {
	margin-right: 40px;
}
#footer .section-social a:last-child {
	margin-right: 0;
}
#footer .section-copyright {
	grid-area: g;
	max-width: 200px;
}
/* s-category-carousel-style */
.s-category-carousel {
	position: relative;
	z-index: 9;
}
.s-category-carousel .container .section-title {
	margin: 0;
}
.s-category-carousel.type-dark {
	background-color: #0f2a69;
	padding-bottom: 80px;
}
.s-category-carousel.type-dark:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background-color: #f2f2f2;
	z-index: -9;
}
.s-category-carousel.type-dark.type-image:before {
	height: 133px;
}
.s-category-carousel .section-title {
	position: relative;
	padding: 30px 0;
	min-height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.s-category-carousel.type-dark .section-title {
	color: #fff;
}
.s-category-carousel .section-title-item {
	display: none;
}
.s-category-carousel .section-title-item.active {
	display: block;
}
.s-category-carousel .section-nav-carousel {
	position: relative;
	margin: 0 -16px;
}
.s-about-carousel .item-area:before,
.s-category-carousel .section-nav-carousel:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	top: 0;
	left: 0;
	left: calc((100% - 100vw) / 2);
	transform: translateX(-100%);
	background-color: rgba(216, 216, 216, 0.2);
	transition: all 2s;
}
.s-category-carousel.type-light .section-nav-carousel:before {
	background-color: #d8d8d8;
}
.s-about-carousel.dash-animated .item-area:before,
.s-category-carousel.dash-animated .section-nav-carousel:before {
	left: 50%;
	transform: translateX(-50%);
}
.s-about-carousel .item-area:before {
	background-color: #d6d6d6;
}
.s-about-carousel .item-area:after,
.s-category-carousel .section-nav-carousel:after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 2px;
	top: -1px;
	left: 0;
	left: calc((100% - 100vw) / 2);
	transform: translateX(-100%);
	background-color: #4ec9a0;
	border-radius: 1px;
	opacity: 0;
}
.s-about-carousel .item-area.animated:after,
.s-category-carousel .section-nav-carousel.animated:after {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: all 7s;
}
.s-category-carousel .section-nav-carousel.type-align-center .slick-track {
	justify-content: center;
}
.s-category-carousel .section-nav-carousel li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}
.s-category-carousel.type-dark .section-nav-carousel li a {
	color: #d8d8d8;
}
.s-category-carousel.type-dark .section-nav-carousel li a:hover,
.s-category-carousel .section-nav-carousel li a:hover {
	color: #4EC9A0;
}
.s-category-carousel.type-light .section-nav-carousel li a {
	opacity: 0.45;
}
.s-category-carousel.type-dark .section-nav-carousel li.slick-current a {
	color: #fff;
}
.s-category-carousel.type-light .section-nav-carousel li a:hover,
.s-category-carousel.type-light .section-nav-carousel li.slick-current a {
	opacity: 1;
}
.s-category-carousel .section-nav-carousel sup {
	vertical-align: super;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.3px;
	margin-left: 5px;
	transition: none;
}
.s-category-carousel .section-image-carousel,
.s-category-carousel .section-image,
.s-category-carousel li.slick-current .section-image-carousel-item,
.s-category-carousel .section-image-carousel-item-image,
.s-category-carousel .section-image-carousel li {
	height: 370px;
}
.s-category-carousel .section-image-carousel {
	position: relative;
}
.s-category-carousel .section-image-carousel-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.s-category-carousel .section-image-carousel li {
	position: relative;
}
.s-category-carousel .section-image-carousel-item {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}
.s-category-carousel .section-image-carousel li img {
	transform: scale(1.2);
	transition: all 1s;
}
.s-category-carousel .section-image-carousel li.slick-current img {
	transform: scale(1);
}
.s-category-carousel .section-social {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
}
.s-category-carousel .section-social a {
	margin-right: 40px;
}
.s-category-carousel .section-social a:last-child {
	margin-right: 0;
}
/* s-slider-standart */
.s-slider-standart {
	padding-top: 70px;
}
.s-slider-standart .container .section-title {
	text-align: center;
}
.s-slider-standart .container .section-subtitle {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.s-slider-standart .section-slider {
	position: relative;
}
.s-slider-standart .section-slider img {
	width: 100%;
	height: calc(0.40238611713665945 * min(100vw, 1322px) - 14.954446854663775px); /* 517 -> 146 */
	min-height: 146px;
	object-fit: cover;
}
.s-projects .slick-dots,
.s-slider-standart .slick-dots {
	position: absolute;
	bottom: calc(0.03253796095444685 * min(100vw, 1322px) + 2.984815618221258px); /* 46 -> 16 */
	right: 0;
	left: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
}
.s-projects .slick-dots li,
.s-slider-standart .slick-dots li {
	width: 8px;
	height: 8px;
}
.s-projects .slick-dots li button,
.s-slider-standart .slick-dots li button {
	font-size: 0;
	line-height: 0;
	color: transparent;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #8E8E93;
	border-radius: 1000px;
}
.s-projects .slick-dots li.slick-active button,
.s-slider-standart .slick-dots li.slick-active button {
	background-color: #FFF;
}
.s-projects .slick-dots li button:hover,
.s-slider-standart .slick-dots li button:hover {
	background-color: #4EC9A0;
}
.s-projects .slick-arrow,
.s-slider-standart .slick-arrow {
	--size: calc(0.026030368763557483 * min(100vw, 1322px) + 13.587852494577007px); /* 48 -> 24 */
	--half-size: calc(var(--size) / 2);
	border-radius: 1000px;
	background-color: #FFF;
	width: var(--size);
	height: var(--size);
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	top: calc(50% - var(--half-size));
}
.s-projects .slick-arrow.slick-prev,
.s-slider-standart .slick-arrow.slick-prev {
	left: var(--size);
}
.s-projects .slick-arrow.slick-next,
.s-slider-standart .slick-arrow.slick-next {
	right: var(--size);
}
.s-projects .slick-arrow svg,
.s-slider-standart .slick-arrow svg {
	width: var(--half-size);
	height: var(--half-size);
	stroke-width: 2px;
	stroke: #000;
}
.s-projects .slick-arrow:hover svg,
.s-slider-standart .slick-arrow:hover svg {
	stroke: #4EC9A0;
}
/* s-figures */
.s-figures {
	padding-top: 70px;
}
.s-figures .section-figures {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.s-figures .section-figures .figure {
	flex: 0 1 50%;
	max-width: 555px;
	text-align: center;
	padding: 36px;
	font-size: 24px;
	line-height: 1.3;
}
.s-figures .three-columns .figure {
	flex: 0 1 33%;
}
.s-figures .section-figures .figure img {
	max-width: 90px;
	max-height: 90px;
}
.s-figures .section-figures .figure .fig-title {
	font-weight: 700;
	margin: 15px auto;
}
/* s-projects */
.s-projects {
	padding-top: 70px;
	padding-bottom: 70px;
}
.s-projects .section-projects {
	--img-w: 628px;
	--block-padding: 20px;
	position: relative;
	padding: var(--block-padding);
	background: #FFF;
	font-size: 24px;
}
.s-projects .section-projects .project,
.s-projects .section-projects .project .proj-footer {
	display: flex;
	justify-content: space-between;
}
.s-projects .section-projects .project img {
	flex: 0 0 var(--img-w);
	max-width: var(--img-w);
	height: 430px;
	object-fit: cover;
	margin-right: 32px;
}
.s-projects .section-projects .project .contant-container {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.s-projects .section-projects .proj-title {
	font-weight: 700;
	font-size: 32px;
	line-height: .8;
	margin: .5em 0;
}
.s-projects .section-projects .proj-subtitle {
	font-weight: 700;
	margin-bottom: 1.5em;
}
.s-projects .section-projects .proj-descr {
	flex-grow: 1;
	color: #6F6F6F;
	margin-bottom: 1.5em;
}
.s-projects .section-projects .proj-num .num {
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}
.s-projects .section-projects .proj-num small {
	display: block;
	line-height: 1;
	color: #6F6F6F;
	text-align: center;
}
.s-projects .section-projects .proj-num small sup {
	vertical-align: super;
	font-size: 60%;
}
.s-projects .section-projects .proj-sep {
	background: #6F6F6F;
	flex: 0 0 2px;
	border: 1px;
}
.s-projects .slick-dots {
	left: var(--block-padding);
	right: auto;
	width: var(--img-w);
}
.s-projects .slick-arrow.slick-next {
	right: auto;
	left: calc(var(--block-padding) * 2 + var(--img-w) - var(--size) * 2);
}
/* s-reasons-style */
.s-reasons {
	padding-left: 0;
	padding-right: 0;
}
.s-reasons .item-area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}
.s-reasons .item-wrap {
	flex-basis: 25%;
	flex-shrink: 0;
}
.s-reasons .item-wrap.type-image,
.s-reasons .item-wrap.type-section {
	flex-basis: 50%;
}
.s-reasons .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px 40px 44px;
	min-height: 430px;
}
#header-mobile-fixed:before,
.s-products .item:before,
.w-references-info .subsection-item:before,
.s-references .section-filters:before,
.s-references-list .item:before,
.s-team .item:before,
.s-reasons .item:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	top: 0;
	background: #d6d6d6;
}
#header-mobile-fixed:before,
.s-products .item:before,
.s-blog .item:before,
.w-references-info .subsection-item:before,
.s-references .section-filters:before,
.s-references-list .item:before,
.s-team .item:before,
.s-reasons .item:before {
	transition: all 1s;
}
.s-accordion .item:before {
	transition: all 2s;
}
#header-mobile-fixed.dash-animated:before,
.s-products.dash-animated .item:before,
.s-accordion.dash-animated .item:before,
.s-blog.dash-animated .item:before,
.w-references-info.dash-animated .subsection-item:before,
.s-references.dash-animated .section-filters:before,
.s-references-list.dash-animated .item:before,
.s-team.dash-animated .item:before,
.s-reasons.dash-animated .item:before {
	width: 100%;
}
.s-products .item:after,
.s-blog .item:after,
.w-references-info .subsection-item:after,
.s-logo-carousel .section-dash,
.s-references .section-filters:after,
.s-references-list .item:after,
.s-team .item:after,
.s-reasons .item:after {
	content: "";
	position: absolute;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 100%;
	background: #d6d6d6;
}
.s-products .item:after,
.s-blog .item:after,
.w-references-info .subsection-item:after,
.s-logo-carousel .section-dash,
.s-references-list .item:after,
.s-team .item:after,
.s-reasons .item:after {
	transition: all 1s;
}
.s-references .section-filters:after {
	transition: all 2s;
}
.s-blog.dash-animated .item:after,
.s-logo-carousel.dash-animated .section-dash,
.s-references.dash-animated .section-filters:after {
	bottom: 0;
}
.s-reasons.dash-animated .item:after {
	bottom: 40px;
}
.s-products.dash-animated .item:after,
.w-references-info.dash-animated .subsection-item:after,
.s-references-list.dash-animated .item:after,
.s-team.dash-animated .item:after {
	bottom: 30px;
}
.s-reasons .item-wrap:last-child .item:after,
.s-reasons .item-wrap.type-section .item:after,
.s-reasons .item-wrap.type-section .item:before,
.s-reasons .item-wrap.type-image .item:after {
	display: none;
}
.s-reasons .item-wrap.type-image .item {
	padding: 40px 0 40px 40px;
}
.s-reasons .item-wrap.type-section .item {
	padding-top: 94px;
	align-items: center;
	max-width: 556px;
	width: 100%;
	justify-content: flex-start;
}
.s-reasons .item-number {
	margin-bottom: 12px;
}
.s-reasons .item-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.3;
	flex-grow: 1;
}
.s-reasons .item-title:last-child {
	margin-bottom: 0;
	flex-grow: 0;
}
.s-reasons .item-descr {
	color: #6f6f6f;
}
.s-reasons .section-subtitle {
	margin-bottom: 13px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-reasons .section-image {
	height: 350px;
}
/* s-about-style */
.s-about {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.s-levstal-group:after,
.s-levstal-group:before,
.s-logo-carousel:after,
.s-logo-carousel:before,
.s-about:after,
.s-about:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	height: 1px;
	background-color: #d6d6d6;
	transition: all 2s;
}
.s-levstal-group:before,
.s-logo-carousel:before,
.s-about:before {
	top: 0;
}
.s-levstal-group:after,
.s-logo-carousel:after,
.s-about:after {
	bottom: 0;
}
.s-levstal-group.dash-animated:after,
.s-levstal-group.dash-animated:before,
.s-logo-carousel.dash-animated:after,
.s-logo-carousel.dash-animated:before,
.s-about.dash-animated:after,
.s-about.dash-animated:before {
	right: 0;
}
.s-about .section-title {
	margin-bottom: 66px;
}
.s-about .section-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.s-about .section-turnover {
	margin-right: 20px;
}
.s-about .section-turnover-value {
	margin-bottom: 6px;
	font-size: 26px;
	line-height: 1;
}
.s-about .section-turnover-label {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-about .section-descr-wrap {
	flex-basis: 458px;
}
.s-about .section-descr {
	color: #6f6f6f;
}
/* s-support-style */
.s-support {
	padding-top: 40px;
	padding-bottom: 80px;
}
.s-support .section-bg {
	padding-top: 37.8%;
	margin-bottom: 60px;
}
.s-support .row-first {
	max-width: 100%;
	width: 940px;
}
.s-support .section-title {
	margin-bottom: 20px;
}
.s-support .section-subtitle {
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 1.3;
}
.s-support .section-subtitle:last-child {
	margin-bottom: 0;
}
/* s-quote-style */
.s-quote {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-quote .row-second {
	display: flex;
	margin: 0 -6px;
}
.s-quote .row-second>.col {
	flex-basis: 50%;
	flex-shrink: 1;
	padding: 0 6px;
}
.s-quote .row-second>.col.first {
	padding: 7px 30px 0 10px;
}
.s-quote .section-descr {
	max-width: 470px;
	width: 100%;
	line-height: 1.4;
	color: #6f6f6f;
}
.s-quote .section-quote-title {
	margin-bottom: 16px;
}
.s-quote .section-quote-title:before {
	content: '"‎';
	display: block;
	margin-bottom: 15px;
}
.s-quote .section-quote-author {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
/* s-hr-style */
.s-hr {
	height: 1px;
	background-color: #d6d6d6;
}
/* s-certeficates-style */
.s-certeficates {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-certeficates .section-title {
	margin-bottom: 100px;
}
.s-certeficates .row-first {
	display: flex;
}
.s-certeficates .row-first>.col {
	flex-basis: 50%;
	flex-shrink: 0;
}
.s-certeficates .row-first>.col.first {
	padding-right: 30px;
	position: relative;
}
.s-certeficates .section-titles.sticky {
	position: fixed;
}
.s-certeficates .section-subtitle {
	margin-bottom: 25px;
	text-transform: none;
}
.s-certeficates .section-descr {
	color: #6f6f6f;
}
.s-certeficates .item-wrap {
	margin-bottom: 30px;
}
.s-certeficates .item-wrap:last-child {
	margin-bottom: 0;
}
.s-certeficates .item {
	position: relative;
	display: grid;
	grid-template-areas:
		"a b"
		"c b"
		"d b";
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr auto;
	padding: 0 0 30px;
}
.s-certeficates .item-wrap:last-child .item {
	padding-bottom: 0;
}
.s-certeficates .item:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #d6d6d6;
	transition: all 2s;
}
.s-certeficates.dash-animated .item:before {
	width: 100vw;
}
.s-certeficates .item-wrap:last-child .item:before {
	display: none;
}
.s-certeficates .item-subtitle {
	grid-area: a;
	margin-bottom: 5px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-certeficates .item-title {
	grid-area: c;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.s-certeficates .item-button {
	grid-area: d;
}
.s-certeficates .item-image {
	grid-area: b;
	width: 120px;
	height: 166px;
	margin-left: 20px;
}
/* s-contacts-map-style */
.s-contacts-map .container.type-wide {
	position: relative;
	padding-top: 80px;
	padding-bottom: 100px;
	z-index: 9;
}
.s-contacts-map .section-map-link-area,
.s-contacts-map .section-map {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.s-contacts-map .section-map {
	z-index: -9;
}
.s-contacts-map .section-map-link-area {
	display: block;
	opacity: 0;
}
.s-contacts-map .section-map:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(242, 242, 242, 0);
	background: -moz-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 70%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(70%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 70%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 70%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 70%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 70%, rgba(242, 242, 242, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=1);
}
.s-contacts-map .section-marker {
	left: 50%;
	top: 50%;
	animation: 4s linear 0s infinite marker_rotate;
}
@keyframes marker_rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.s-contacts-map .section-map img {
	width: auto;
	height: 100%;
}
.s-contacts-map .row-first .col {
	width: 700px;
	max-width: 100%;
}
.s-contacts-map .section-title {
	margin-bottom: 111px;
}
.s-contacts-map .item-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 350px;
	max-width: 100%;
}
.s-contacts-map .item-area.wide-item-area {
	width: 550px;
}
.s-contacts-map .item-area.wide-item-area .section-details {
	line-height: 1.5;
	color: #6F6F6F;
}
.s-contacts-map .item-wrap {
	max-width: 50%;
}
.s-contacts-map .item-wrap.type-location {
	width: 100%;
	max-width: none;
	margin-bottom: 70px;
}
.s-contacts-map .item-title {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}
.s-contacts-map .section-address {
	font-size: 24px;
	line-height: 1.3;
	color: #6f6f6f;
}
.s-contacts-map .section-email a,
.s-contacts-map .section-phone a,
.s-contacts-map .section-schedule {
	line-height: 1.4;
	color: #6f6f6f;
}
.s-contacts-map .section-email a:hover,
.s-contacts-map .section-phone a:hover {
	color: #4ec9a0;
}
.s-contacts-map .section-email {
	margin-bottom: 11px;
}
/* s-team-style */
.s-team.type-white {
	background-color: #fff;
}
.s-team .item-area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}
.s-team .item-wrap {
	flex-basis: 25%;
	flex-shrink: 0;
}
.s-team .item-wrap.type-section {
	flex-basis: 50%;
}
.s-team .item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 26px 26px 35px;
	text-align: center;
}
.s-team .item-wrap:nth-of-type(4n + 3) .item:after,
.s-team .item-wrap:last-child .item:after {
	display: none;
}
.s-team .item-wrap.type-section .item:after {
	display: block;
}
.s-team .item-wrap.type-section .item {
	padding-bottom: 58px;
	text-align: left;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.s-team .item>*:last-child {
	margin-bottom: 0;
}
.s-team .item-image {
	margin-bottom: 29px;
	padding-top: 76%;
	filter: grayscale(100%);
	transition: all .25s;
}
.s-team .item:hover .item-image {
	filter: grayscale(0);
}
.s-team .item-name {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.3;
}
.s-team .section-subtitle,
.s-team .item-position,
.s-team .item-email,
.s-team .item-phone {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-team .item-email a:hover,
.s-team .item-phone a:hover {
	color: #4ec9a0;
}
.s-team .item-position {
	margin-bottom: 34px;
}
.s-team .item-email {
	margin-bottom: 7px;
}
.s-team .section-subtitle {
	margin-bottom: 12px;
}
/* s-contact-form-style */
.s-contact-form {
	position: relative;
	padding-top: 92px;
	padding-bottom: 74px;
	background-color: #0f2a69;
}
.s-contact-form .section-anchor {
	position: absolute;
	top: -70px;
}
.s-contact-form .row-first {
	display: flex;
}
.s-contact-form .row-first>.col {
	flex-basis: 50%;
	flex-shrink: 0;
}
.s-contact-form .row-first>.col.first {
	padding: 7px 30px 0 54px;
}
.s-contact-form .section-titles {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.s-contact-form .section-title {
	margin-bottom: 22px;
	color: #fff;
}
.s-contact-form .section-descr {
	color: #d8d8d8;
}
.s-contact-form .section-form-wrap {
	max-width: 566px;
	width: 100%;
}
.s-contact-form form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	justify-content: space-between;
}
.s-contact-form label {
	display: block;
	padding: 0 20px;
	margin-bottom: 30px;
}
.s-contact-form .form-accept {
	max-width: 100%;
	width: 340px;
	padding-top: 4px;
}
.s-contact-form label.type-width-half {
	flex-basis: 50%;
}
.s-contact-form label.type-full-width {
	flex-basis: 100%;
}
.s-contact-form .form-attachment {
	margin-bottom: 60px;
}
.s-contact-form .submit {
	height: 48px;
	border-radius: 24px;
	margin: 0 20px;
	max-width: 100%;
}
.s-contact-form .wpcf7-response-output {
	border: none !important;
	margin: 30px 0 0 !important;
	flex-basis: 100%;
	padding: 0 20px !important;
	color: #fff;
}
/* s-downloading-form-style */
.s-downloading-form  .section-titles {
	max-width: 500px;
}
.s-downloading-form  .section-descr p {
	margin: 1.5em 0;
}
@media (min-width: 768px){
	.s-downloading-form  .section-title {
		font-size: 38px;
	}
	.s-downloading-form  .section-descr {
		font-size: 22px;
		line-height: 28px;
	}
}

/* input-group-style */
.input-group-a textarea,
.input-group-a .input {
	width: 100%;
	display: block;
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-bottom-color: rgba(242, 242, 242, 0.2);
}
.bg-grey .input-group-a textarea,
.bg-grey .input-group-a .input {
	color: inherit;
	border-bottom-color: #d6d6d6;
}
.input-group-a .input {
	height: 56px;
}
.input-group-a textarea:hover,
.input-group-a .input:hover {
	border-bottom-color: #fff;
}
.bg-grey .input-group-a textarea:hover,
.bg-grey .input-group-a .input:hover {
	border-bottom-color: #000c1e;
}
.bg-grey .input-group-a textarea:focus,
.bg-grey .input-group-a .input:focus,
.input-group-a textarea:focus,
.input-group-a .input:focus {
	border-bottom-color: #4ec9a0;
}
.input-group-a textarea.wpcf7-not-valid,
.input-group-a .input.wpcf7-not-valid {
	border-bottom-color: #EB5757;
}
.input-group-a textarea {
	height: 86px;
	resize: none;
}
.input-group-a textarea:-ms-input-placeholder,
.input-group-a input:-ms-input-placeholder {
	opacity: 0.5;
	color: #d8d8d8;
}
.input-group-a textarea::-moz-placeholder,
.input-group-a input::-moz-placeholder {
	opacity: 0.5;
	color: #d8d8d8;
}
.input-group-a textarea:-moz-placeholder,
.input-group-a input:-moz-placeholder {
	opacity: 0.5;
	color: #d8d8d8;
}
.input-group-a textarea::-webkit-input-placeholder,
.input-group-a input::-webkit-input-placeholder {
	opacity: 0.5;
	color: #d8d8d8;
}
.input-group-a textarea:hover::placeholder,
.input-group-a input:hover::placeholder {
	opacity: 0.85;
}
.input-group-a textarea:hover:-ms-input-placeholder,
.input-group-a input:hover:-ms-input-placeholder {
	opacity: 0.85;
}
.input-group-a textarea:hover::-moz-placeholder,
.input-group-a input:hover::-moz-placeholder {
	opacity: 0.85;
}
.input-group-a textarea:hover:-moz-placeholder,
.input-group-a input:hover:-moz-placeholder {
	opacity: 0.85;
}
.input-group-a textarea:hover::-webkit-input-placeholder,
.input-group-a input:hover::-webkit-input-placeholder {
	opacity: 0.85;
}
.input-group-a textarea:hover::placeholder,
.input-group-a input:hover::placeholder {
	opacity: 0.85;
}
/* .input-group-a .form-accept { */
.input-group-a .form-accept .wpcf7-list-item-label {
	display: flex;
}
.input-group-a .form-accept input[type="checkbox"] {
	display: none;
}
.s-contact-form .form-accept label {
	margin-bottom: 0;
}
.s-contact-form .form-accept span {
	display: block;
}
.input-group-a .form-accept .checkbox {
	margin-right: 16px;
}
.input-group-a .form-accept-title {
	line-height: 1.4;
	color: #fff;
	flex-grow: 1;
}
.input-group-a .form-accept-title a {
	color: #4ec9a0;
}
.input-group-a .form-accept-title a:hover {
	border-bottom: 1px solid;
}
.input-group-a .form-attachment {
	display: flex;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.input-group-a .form-attachment:before {
	content: "\e802";
	margin-right: 6px;
	font-size: 14px;
	font-family: "fontello";
}
.input-group-a .form-attachment:hover {
	color: #4ec9a0;
}
/* cf7-style */
span.wpcf7-list-item {
	margin: 0;
}
/* */
.checkbox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 6px;
	color: #fff;
	border: 1px solid #D8D8D8;
	background-color: #D8D8D8;
	border-radius: 2px;
	cursor: pointer;
	flex-shrink: 0;
}
.checkbox:hover {
	border-color: #4ec9a0;
}
.checkbox:before {
	content: "\e804";
	font-family: "fontello";
	opacity: 0;
}
input:checked+.wpcf7-list-item-label .checkbox {
	background-color: #4ec9a0;
	border-color: #4ec9a0;
}
input:checked+.wpcf7-list-item-label .checkbox:before {
	opacity: 1;
}
/* s-references-style */
.s-references {
	padding-top: 80px;
}
.s-references .section-title {
	margin-bottom: 31px;
}
/* .s-references .row-first { */
.s-references .section-area {
	display: flex;
	margin: 0 -22px;
}
.s-references .section-area>.col.first {
	flex-basis: 25%;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
}
.s-references .section-filters {
	position: relative;
	max-width: 100%;
	width: 225px;
	padding-top: 45px;
	padding-bottom: 80px;
}
.s-references .section-filter-select {
	display: none;
}
.s-references .section-filters>ul>li {
	margin-bottom: 46px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.s-references .section-filters>ul>li:last-child {
	margin-bottom: 0;
}
.s-references .section-filters ul ul {
	margin-top: 19px;
}
.s-references .section-filters ul ul>li {
	margin-bottom: 11px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #6f6f6f;
	text-transform: none;
	cursor: pointer;
}
.s-references .section-filters ul ul>li:hover {
	color: #4ec9a0;
}
.s-references .section-filters ul ul>li.active {
	position: relative;
	color: #4ec9a0;
}
.s-references .section-filters ul ul>li.active:before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	top: 0.5em;
	right: 0;
	background: #d6d6d6;
	transition: all 1s;
}
.s-references.dash-animated .section-filters ul ul>li.active:before {
	width: 100%;
}
.s-references .section-filters ul ul>li:last-child {
	margin-bottom: 0;
}
.s-references .section-filters ul ul>li span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	background-color: #f2f2f2;
	z-index: 9;
}
.s-references .section-area>.col.second {
	width: 75%;
}
/* ss-references-list-style */
.s-references-list.type-full.type-grid-4 {
	padding-top: 60px;
}
.s-references-list .section-title {
	margin-bottom: 40px;
}
.s-references-list .row-first {
	display: flex;
}
.s-references-list .row-first>.col {
	flex-shrink: 0;
}
.s-references-list .row-first>.col.first {
	flex-basis: 25%;
}
.s-references-list .row-first>.col.second {
	flex-basis: 75%;
}
.s-references-list .item-area {
	display: flex;
	flex-wrap: wrap;
}
.s-references-list.type-full.type-grid-3 .row-first,
.s-references-list.type-full.type-grid-4 .item-area {
	margin: 0 -22px;
}
.s-references-list .item-wrap {
	flex-basis: 33.33%;
	flex-shrink: 0;
	height: inherit;
}
.s-references-list .item-wrap.type-section {
	height: 100%;
}
.s-references-list.type-grid-4 .item-wrap {
	flex-basis: 25%;
}
.s-references-list .item {
	padding: 24px 24px 32px;
	position: relative;
	height: 100%;
}
.s-references-list.type-grid-3 .item-wrap:nth-of-type(3n) .item:after,
.s-references-list .item-wrap:last-child .item:after {
	display: none;
}
.s-references-list .item-wrap.type-section:last-child .item:after {
	display: block;
}
.s-references-list .item-wrap.type-section .item {
	padding-top: 64px;
	display: flex;
	justify-content: flex-end;
}
.s-references-list .item-titles {
	flex-basis: 200px;
}
.s-references-list .item-image {
	display: block;
	margin-bottom: 29px;
	padding-top: 76%;
}
.s-references-list .item-subtitle {
	margin-bottom: 14px;
	font-weight: 450;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-references-list .item-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	word-break: break-word;
}
.s-references-list .item-title a:hover {
	color: #4ec9a0;
}
.s-references-list .item-wrap.type-section .item-title {
	text-align: left;
}
.s-references-list .section-not-found {
	padding: 20px;
	color: #6f6f6f;
}
/* s-logo-carousel-style */
.s-logo-carousel {
	position: relative;
	padding-top: 126px;
	padding-bottom: 126px;
	overflow: hidden;
}
.s-logo-carousel.type-dash-nope {
	padding-top: 70px;
	padding-bottom: 70px;
}
.s-logo-carousel .section-carousel.logo-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-logo-carousel.type-dash-nope:before,
.s-logo-carousel.type-dash-down:before {
	display: none;
}
.s-logo-carousel.type-dash-nope:after,
.s-logo-carousel.type-dash-up:after {
	display: none;
}
.s-logo-carousel .section-carousel:not(.logo-center) .item-area {
	margin: 0 -32px;
}
.s-logo-carousel .item-wrap {
	padding: 0 32px;
}
.s-logo-carousel .section-carousel.logo-center .item-wrap {
	padding: 0 1vw;
}
.s-logo-carousel .item-image img {
	max-height: 28px;
	width: auto;
	height: fit-content;
}
/* s-blog-style */
.s-blog {
	padding-top: 60px;
	padding-bottom: 120px;
}
.s-blog.type-next-articles {
	padding-bottom: 60px;
}
.s-blog .row-first {
	display: flex;
	margin-bottom: 33px;
	justify-content: space-between;
	align-items: flex-end;
}
.s-blog .section-title {
	margin-right: 30px;
}
.s-blog .section-search-button {
	display: none;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-blog .section-search-button i {
	margin-left: 5px;
	font-size: 13px;
}
.s-blog .section-search {
	display: flex;
	margin-bottom: 14px;
}
.s-blog .section-search .submit,
.s-blog .section-search .input {
	height: 24px;
	line-height: 24px;
}
.s-blog .section-search .input {
	max-width: 100%;
	width: 100px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
	text-align: right;
	padding: 0;
}
.s-blog .section-search .submit {
	margin-left: 5px;
	padding: 0;
	background-color: transparent;
	color: #6f6f6f;
}
.s-blog .section-search .submit span {
	display: none;
}
.s-blog .row-second {
	width: 1228px;
	max-width: 100%;
}
.s-blog .item-area {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -22px;
}
.s-blog .item-wrap {
	flex-basis: 26.8%;
	flex-shrink: 0;
	padding: 20px 0;
	height: inherit;
}
.s-blog.type-grid-4 .item-wrap {
	flex-basis: 25%;
}
.s-blog .item-wrap.big {
	flex-basis: 46.4%;
}
.s-blog .item {
	position: relative;
	padding: 0 24px;
	height: 100%;
}
.s-blog .item-wrap:last-child .item:after {
	display: none;
}
.s-blog .item-wrap.type-section .item {
	display: flex;
	justify-content: flex-end;
}
.s-blog .item-body {
	flex-basis: 200px;
}
.s-blog .item-image {
	display: block;
	height: 260px;
	margin-bottom: 34px;
}
.s-blog .item-date {
	margin-bottom: 37px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.s-blog .item-title {
	margin-bottom: 13px;
	font-size: 24px;
	line-height: 1.3;
	word-break: break-word;
}
.s-blog .item-title a:hover {
	color: #4ec9a0;
}
.s-blog .item-wrap.type-section .item-title {
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
}
.s-blog .item-subtitle {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #4EC9A0;
}
.s-blog .item-descr {
	line-height: 1.4;
	color: #6f6f6f;
}
.s-blog .section-nav {
	margin-top: 25px;
}
/* .s-blog .section-nav ul { */
.s-blog .section-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: -2.5px;
}
.s-blog .section-nav span,
.s-blog .section-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-weight: 450;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
	border-radius: 50%;
	margin: 2.5px;
}
.s-blog .section-nav a.prev,
.s-blog .section-nav a.next {
	display: none;
}
.s-blog .section-nav a:hover {
	color: #4ec9a0;
}
/* .s-blog .section-nav li.active span { */
.s-blog .section-nav span.current {
	background-color: #4ec9a0;
	color: #fff;
}
/* .s-blog .section-nav li.dots span { */
.s-blog .section-nav span.dots {
	width: 10px;
	white-space: nowrap;
}
/* s-blog-open-style */
.s-blog-open {
	padding-top: 80px;
	padding-bottom: 60px;
}
.s-blog-open .section-title {
	margin-bottom: 34px;
}
.s-blog-open .section-date {
	margin-bottom: 65px;
	font-weight: 450;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-blog-open .section-image {
	padding-top: 45%;
	margin-bottom: 60px;
}
.s-text-area-c .section-descr,
.s-blog-open .section-descr {
	font-size: 18px;
	line-height: 29px;
}
.s-blog-open #toc_container {
	font: inherit;
	display: block;
	background: transparent;
	border: 0;
	padding: 0;
	margin-bottom: 50px;
}
.s-blog-open #toc_container .toc_title {
	font-weight: 450;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #000C1E;
	text-align: left;
	margin-bottom: 20px;
}
.s-blog-open #toc_container .toc_list {
	line-height: 1.6;
	columns: 2;
	padding-right: 335px;
	list-style-type: none;
	counter-reset: title;
}
.s-blog-open #toc_container .toc_list a:before {
	counter-increment: title;
	content: counter(title) ".";
	font-weight: 700;
	font-size: 14px;
	color: #24607B;
	margin-right: 10px;
	display: inline-block;
	width: 1.3em;
	white-space: nowrap;
}
.s-blog-open #toc_container a {
	color: #000C1E;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	transition: border .25s;
	;
}
.s-blog-open #toc_container a:hover {
	text-decoration: none;
	color: inherit;
	border-color: #000C1E;
}
.s-blog-open .section-sidebar-container {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #DCDCDC;
}
.s-blog-open .section-descr {
	flex: 1 1 60%;
}
.s-blog-open .section-sidebar-container .section-content {
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	border-left: 0;
	padding: 60px 65px 60px 0;
}
.s-blog-open .section-sidebar-container .blog-sidebar-box {
	padding: 60px 0 60px 65px;
	border-top: 1px solid #DCDCDC;
	width: 335px;
}
.s-blog-open .section-sidebar-container .sidebar-title {
	font-weight: 450;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}
.s-blog-open .blog-sidebar .wpcf7-form input,
.s-blog-open .blog-sidebar .wpcf7-form textarea {
	background-color: transparent;
	width: 100%;
	border-bottom-color: #DCDCDC;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000C1E;
	height: 50px;
	margin-top: 15px;
}
.s-blog-open .blog-sidebar .wpcf7-form textarea {
	padding-top: 15px;
}
.s-blog-open .blog-sidebar .wpcf7-form input::placeholder,
.s-blog-open .blog-sidebar .wpcf7-form textarea::placeholder {
	color: #000C1E;
	opacity: 1;
}
.s-blog-open .blog-sidebar .wpcf7-form input:hover::placeholder,
.s-blog-open .blog-sidebar .wpcf7-form textarea:hover::placeholder {
	color: #24607B;
}
.s-blog-open .blog-sidebar .wpcf7-form .form-accept {
	margin: 20px 0;
}
.s-blog-open .blog-sidebar .wpcf7-form .form-accept-title {
	color: #000C1E;
}
.s-blog-open .blog-sidebar .button-green {
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	min-height: 50px;
	max-width: 270px;
	width: 100%;
}
.s-blog-open .blog-sidebar .button-green::after {
	display: none;
}
.s-blog-open .blog-sidebar .advantage_item {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.s-blog-open .blog-sidebar .advantage_item .advantage_ico {
	flex: 0 0 44px;
	margin-right: 26px;
	text-align: center;
}
.s-blog-open .blog-sidebar .advantage_item .advantage_text {
	font-size: 14px;
	line-height: 140%;
}
.s-blog-open .blog-sidebar .advantage-button {
	margin-top: 50px;
}
.s-blog-open .blog-sidebar .reference_paragraph {
	margin: 15px 0 40px;
	font-size: 14px;
	line-height: 140%;
}
.s-blog-open .blog-sidebar .reference_item {
	margin-bottom: 35px;
}
.s-blog-open .blog-sidebar .reference_photo {
	display: block;
	width: 270px;
	height: 160px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}
.s-blog-open .blog-sidebar .reference_link {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #4ec9a0;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	transition: border .25s;
}
.s-blog-open .blog-sidebar .reference_link:hover {
	border-color: #4EC9A0;
}
/* s-about-carousel-style */
.s-about-carousel {
	padding-top: 74px;
	padding-bottom: 60px;
}
.s-about-carousel .section-title {
	margin-bottom: 80px;
}
.s-about-carousel .item-area {
	margin: 0 -12px;
	padding-top: 26px;
	position: relative;
}
.s-about-carousel .item-wrap {
	padding: 0 12px;
}
.s-about-carousel .item-image {
	padding-top: 75%;
	margin-bottom: 27px;
	filter: grayscale(1);
}
.s-about-carousel .item:hover .item-image,
.s-about-carousel .slick-current .item-image {
	filter: grayscale(0);
}
.s-about-carousel .item-title {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	opacity: 0.4;
}
.s-about-carousel .item:hover .item-title,
.s-about-carousel .slick-current .item-title {
	opacity: 1;
}
/* s-levstal-group-style */
.s-levstal-group {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px;
}
.s-levstal-group.type-dash-down:before {
	display: none;
}
.s-levstal-group.type-dash-up:after {
	display: none;
}
.s-levstal-group .row-first {
	width: 920px;
	max-width: 100%;
}
.s-levstal-group .section-title {
	margin-bottom: 20px;
}
.s-levstal-group .section-subtitle {
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 1.3;
}
.s-levstal-group .section-subtitle:last-child {
	margin-bottom: 0;
}
.s-levstal-group .section-descr {
	line-height: 1.4;
	color: #6f6f6f;
}
/* s-company-categories-style */
.s-company-categories {
	padding-top: 120px;
	padding-bottom: 120px;
}
.s-company-categories .row-first {
	display: flex;
}
.s-company-categories .row-first>.col {
	flex-basis: 50%;
	flex-shrink: 1;
}
.s-company-categories .row-first>.col.first {
	display: flex;
	justify-content: center;
	padding-right: 26px;
}
.s-company-categories .row-second {
	max-width: 100%;
	width: 454px;
}
.s-company-categories .section-title {
	margin-bottom: 63px;
	text-transform: uppercase;
}
.s-company-categories .item-area {
	max-width: 100%;
	width: 400px;
}
.s-company-categories .item-wrap {
	margin-bottom: 41px;
}
.s-company-categories .item-wrap:last-child {
	margin-bottom: 0;
}
.s-company-categories .item-title {
	margin-bottom: 3px;
	text-transform: none;
	font-size: 24px;
	line-height: 1.3;
}
.s-company-categories .item-descr {
	font-size: 18px;
	line-height: 1.6;
	color: #6f6f6f;
}
.s-company-categories .row-first>.col.second {
	position: relative;
}
.s-company-categories .section-image {
	height: 350px;
	width: 100%;
}
.s-company-categories .section-image.sticky {
	position: fixed;
}
/* s-accordion-style */
.s-accordion {
	padding-top: 60px;
	padding-bottom: 60px;
}
.s-accordion .item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 60px;
}
.s-accordion .item-icon,
.s-accordion .item-number {
	display: flex;
	height: 44px;
	flex: 0 0 40px;
}
.s-accordion .item-number {
	font-weight: 700;
	font-size: 12px;
	line-height: 44px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.s-accordion .item-spoiler {
	flex-grow: 1;
}
.s-accordion .item-title {
	line-height: 44px;
	text-transform: none;
	cursor: pointer;
}
.s-accordion .item-descr {
	margin-top: 20px;
	padding-right: calc(0.25343189017951423 * min(100vw, 1322px) - 95.03695881731785px); /* 240 -> 0 */
	line-height: 1.3;
	font-size: 1.4em;
	color: #000;
}
.s-accordion .item-more {
	margin-top: 27px;
}
.s-accordion .item-more a {
	color: #000C1E;
	border-bottom: none;
}
.s-accordion .item-more a:hover {
	color: #4ec9a0;
}
.s-accordion .item-icon {
	position: relative;
	cursor: pointer;
}
.s-accordion .item-icon:after,
.s-accordion .item-icon:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #000c1e;
	right: 4px;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.25s;
}
.s-accordion .item-icon:after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.s-accordion .item-wrap.open .item-icon:after {
	transform: translate(-50%, -50%);
}
/* s-images-style */
.s-images {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-images .item-area {
	display: flex;
	margin: -12px;
}
.s-images .item-wrap {
	padding: 12px;
	flex-shrink: 1;
}
.s-images.type-1 .item-wrap.type-big {
	flex-basis: 100%;
}
.s-images.type-2 .item-wrap.type-big {
	flex-basis: 59%;
}
.s-images.type-2 .item-wrap.type-small {
	flex-basis: 41%;
}
.s-images.type-2 .item {
	height: 100%;
}
/* .s-images .item-image { */
.s-images.type-1 .item-image {
	padding-top: 37.8%;
}
.s-images.type-2 .item-wrap.type-big .item-image {
	padding-top: 58.4%;
}
.s-images.type-2 .item-wrap.type-small .item-image {
	height: 100%;
}
/* s-enquiry-style */
.s-enquiry {
	padding-top: 60px;
	padding-bottom: 60px;
}
.s-enquiry .row-first {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	width: 1082px;
}
.s-enquiry .row-first>.col.first {
	padding-top: 3px;
}
.s-enquiry .section-title {
	margin-bottom: 7px;
}
.s-enquiry .section-subtitle {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
.s-enquiry .row-first>.col.second {
	flex-basis: 400px;
}
.s-enquiry .section-descr {
	margin-bottom: 12px;
	line-height: 1.4;
	color: #6f6f6f;
}
/* s-products-style */
.s-products .row-first {
	display: flex;
	margin: 0 -22px;
}
.s-products .row-first>.col {
	flex-shrink: 0;
}
.s-products .row-first>.col.first {
	flex-basis: 25%;
}
.s-products .row-first>.col.second {
	flex-basis: 75%;
}
.s-products .item-area {
	display: flex;
	flex-wrap: wrap;
}
.s-products .item-wrap {
	flex-basis: 33.33%;
	flex-shrink: 0;
	height: inherit;
}
.s-products .item-wrap.type-section {
	height: 100%;
}
.s-products .item {
	position: relative;
	display: block;
	padding: 60px 30px 40px;
	height: 100%;
	z-index: 9;
}
.s-products .item-wrap.type-section .item {
	display: flex;
	justify-content: flex-end;
}
/* .s-products .item-area .item-wrap:last-child .item:after, */
.s-products .item-area .item-wrap:nth-of-type(3n) .item:after {
	display: none;
}
.s-products .item-wrap.type-section .item {
	padding-top: 80px;
}
.s-products .item-titles {
	flex-basis: 200px;
}
.s-products .item-bg {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
	background: conic-gradient(from 20.71deg at 50.35% -11.11%, #4EC9A0 0deg, #0F2A69 360deg);
}
.s-products .item:hover .item-bg {
	opacity: 1;
	visibility: visible;
}
.s-products .item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-bottom: 47px;
}
.s-products .item-icon svg {
	display: block;
	height: 100%;
	width: auto;
}
/* .s-products .item-icon rect, */
.s-products .item-icon path {
	transition: all .25s;
}
/* .s-products .item:hover .item-icon rect, */
.s-products .item:hover .item-icon path {
	fill: #fff;
}
.s-products .item-title {
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
}
.s-products .item:hover .item-title {
	color: #fff;
}
.s-products .item-wrap.type-section .item-title {
	text-align: left;
	color: inherit;
}
.s-products .item-subtitle {
	margin-bottom: 12px;
	font-weight: 450;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #6f6f6f;
}
/* s-references-basic-style */
.s-references-basic {
	padding-top: 60px;
	padding-bottom: 60px;
}
.s-references-basic .row-first {
	max-width: 100%;
	width: 1024px;
}
.s-references-basic .section-title {
	margin-bottom: 36px;
}
.s-references-basic .section-image {
	margin-bottom: 41px;
	padding-top: 42%;
}
.s-references-basic .section-subtitle {
	margin-bottom: 19px;
	font-size: 36px;
	line-height: 1.2;
}
/* .s-references-basic .section-descr { */
.s-references-basic .section-descr p {
	color: #6f6f6f;
}
/* w-references-info-style */
.w-references-info {
	margin-top: 80px;
	margin-bottom: 77px;
}
.w-references-info .subsection-item-area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.w-references-info .subsection-item {
	position: relative;
	flex-basis: 33.33%;
	flex-shrink: 0;
	padding: 42px 16px 56px;
	text-align: center;
}
/* .w-references-info .subsection-item:last-child:after, */
.w-references-info .subsection-item:nth-of-type(3n):after {
	display: none;
}
.w-references-info .subsection-subtitle {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #6f6f6f;
}
.w-references-info .subsection-title {
	font-size: 24px;
	line-height: 1.3;
}
/* gallery-style */
.section-content .gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 32px -12px;
}
.section-content .gallery-item {
	flex-basis: 50%;
	flex-shrink: 0;
	margin: 0;
	padding: 12px;
}
.section-content .gallery-item:last-child:nth-of-type(2n-1) {
	flex-basis: 100%;
}
.section-content .gallery-icon a {
	display: block;
	position: relative;
	padding-top: 90%;
	overflow: hidden;
	border-bottom: none;
}
.section-content .gallery-item:last-child:nth-of-type(2n-1) a {
	padding-top: 44%;
}
.section-content .gallery-icon img {
	display: block;
	position: absolute;
	width: 100%;
	max-width: none;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 0;
	margin: 0;
	transition: all 0.5s;
}
/* s-mission-style */
.s-mission {
	padding-top: 120px;
	padding-bottom: 120px;
}
.s-mission .row-first {
	display: flex;
	margin: 0 -16px;
}
.s-mission .row-first>.col {
	flex-shrink: 1;
	padding: 0 16px;
}
.s-mission .row-first>.col.first {
	flex-basis: 39%;
}
.s-mission .section-title {
	font-size: 36px;
	line-height: 1.2;
	max-width: 100%;
	width: 360px;
}
.s-mission .row-first>.col.second {
	flex-basis: 61%;
}
.s-mission .item-area {
	max-width: 560px;
	width: 100%;
}
.s-mission .item-wrap {
	margin-bottom: 35px;
}
.s-mission .item-wrap:last-child {
	margin-bottom: 0;
}
.s-mission .item-title {
	margin-bottom: 18px;
}
.s-mission .item-descr {
	line-height: 1.4;
	color: #6f6f6f;
}
/* s-about-more-style */
.s-about-more {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-about-more.type-dark {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #0f2a69;
	color: #fff;
}
.s-about-more .section-title {
	margin-bottom: 20px;
}
.s-about-more .section-title:last-child {
	margin-bottom: 0;
}
.s-about-more .section-descr {
	max-width: 100%;
	width: 640px;
	margin-bottom: 47px;
	font-size: 24px;
	line-height: 1.3;
}
.s-about-more.type-light .section-descr {
	color: #6F6F6F;
}
.s-about-more .section-descr:last-child {
	margin-bottom: 0;
}
.s-about-more .section-button a {
	color: #4ec9a0;
}
.s-about-more .section-button a[href$="pdf"]::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: -22px 0 0 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 50 50'%3E%3Cpath fill='%234ec9a0' d='M7 2v46h36V15.4L29.2 2Zm2 2h19v13h13v29H9Zm21 1.6 9.7 9.4H30Zm-6.2 14.3c-.8 0-1.6.4-1.9 1-.3.7-.4 1.3-.3 2a15 15 0 0 0 1.3 3.7c-.3 1-.5 2-1 3.2-.6 1.5-1.3 2.7-2 4l-3 1.2c-.7.5-1.3 1-1.7 1.7-.2.4-.3 1-.1 1.4.2.5.5.8 1 1 .8.4 1.7.1 2.4-.3.7-.5 1.3-1.2 1.9-2l.9-1.6L24 34c1.5-.5 2.9-.8 4.3-1 1.2.7 2.4 1.3 3.8 1.3.8 0 1.4 0 2-.3.5-.3.9-1 .9-1.7 0-.4-.2-1-.6-1.3-.3-.3-.7-.5-1-.6-.9-.2-1.8-.2-2.8 0-.6 0-1.3.3-2 .4l-.2-.2c-1.2-1-2.4-2.5-3.3-4v-.2l.7-2.4a6 6 0 0 0-.1-2.6c-.1-.4-.3-.8-.7-1a2 2 0 0 0-1.2-.5Zm-.1 2v1.2-.4c-.1-.5 0-.8 0-.8Zm.6 7a18 18 0 0 0 2 2.5c-1 .2-1.9.3-3 .7l-.5.2 1-1.7.5-1.7Z'/%3E%3C/svg%3E") center no-repeat;
}
/*  */
.i-marker {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: conic-gradient(from 180deg at 50% 50%,
			rgba(15, 42, 105, 0) -83.94deg,
			#4ec9a0 177.49deg,
			rgba(78, 201, 160, 0) 274.53deg,
			rgba(15, 42, 105, 0) 276.06deg,
			#4ec9a0 537.49deg);
	opacity: 0.57;
	transform: rotate(-180deg);
}
.i-marker:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: conic-gradient(from 180deg at 50% 50%,
			rgba(15, 42, 105, 0) -83.94deg,
			#4ec9a0 177.49deg,
			rgba(78, 201, 160, 0) 274.53deg,
			rgba(15, 42, 105, 0) 276.06deg,
			#4ec9a0 537.49deg);
	opacity: 0.57;
}
.i-marker:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: linear-gradient(180deg, #4ec9a0 18.18%, #0f2a69 100%);
}
/* s-enterprise-area-style */
.s-enterprise-area {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-enterprise-area .section-title {
	margin-bottom: 21px;
}
.s-enterprise-area .section-nav-carousel {
	margin: 0 -12px 18px;
}
.s-enterprise-area .section-nav-carousel li {
	padding: 0 16px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	opacity: 0.45;
	cursor: pointer;
}
.s-enterprise-area .section-nav-carousel li:hover,
.s-enterprise-area .section-nav-carousel li.slick-current {
	color: #0F2A69;
	opacity: 1;
}
.s-enterprise-area .item-image {
	margin-bottom: 20px;
	padding-top: 38%;
}
.s-enterprise-area .item-image img.second {
	display: none;
}
.s-enterprise-area .item-props {
	margin-bottom: 25px;
}
.s-enterprise-area .item-props:last-child {
	margin-bottom: 0;
}
.s-enterprise-area .item-prop {
	display: flex;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	text-transform: uppercase;
}
.s-enterprise-area .item-prop:last-child {
	margin-bottom: 0;
}
.s-enterprise-area .item-prop-name {
	margin-right: 6px;
	color: #6F6F6F;
}
.s-enterprise-area .item-prop.type-status .item-prop-value {
	color: #f00;
}
.s-enterprise-area .item-wrap.type-status-ok .item-prop.type-status .item-prop-value {
	color: #4ec9a0;
}
/* s-sitemap-style */
.s-sitemap {
	padding-top: 60px;
	padding-bottom: 90px;
}
.s-sitemap .section-title {
	margin-bottom: 30px;
}
/* s-video-style */
.s-video {
	padding-top: 60px;
	padding-bottom: 60px;
}
.s-video .section-title {
	margin-bottom: 24px;
	text-align: center;
}
.s-video .section-video {
	display: block;
	padding-top: 37.8%;
}
.s-video .section-play {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #4ec9a0;
	z-index: 9;
}
.s-video .section-play:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 3px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 9px 0 9px 18px;
}
/* letters-animation-style */
.letters {
	display: inline-block
}
.letter {
	float: left;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s;
	overflow: hidden;
}
.letter.is-hidden {
	opacity: 1;
	width: 0;
	visibility: hidden;
}
/* s-our-clients-style */
.s-our-clients {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-our-clients .section-title {
	margin-bottom: 60px;
	text-align: center;
}
.s-our-clients .section-map svg {
	max-width: 100%;
	height: auto;
}
.s-our-clients rect,
.s-our-clients polyline,
.s-our-clients text {
	opacity: 0;
	visibility: hidden;
}
.s-our-clients g.hover path {
	fill: #4ec9a0;
}
.s-our-clients g.hover rect,
.s-our-clients g.hover polyline,
.s-our-clients g.hover text {
	opacity: 1;
	visibility: visible;
}
.s-our-clients svg text {
	font-family: inherit;
	font-size: 18px;
	color: #0f2a69;
}
/* s-our-products */
.s-our-products {
	padding-top: 70px;
}
.s-our-products .section-our-products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 4%;
}
.s-our-products .section-our-products .item {
	margin-bottom: 30px;
}
.s-our-products .section-our-products a.item:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.s-our-products .section-our-products a.item:hover .item-title {
	border-bottom-color: #4EC9A0;
	background-color: #FFF;
}
.s-our-products .section-our-products .item img {
	display: block;
	width: 293px;
	height: 223px;
	object-fit: cover;
}
.s-our-products .section-our-products .item .item-title {
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #020A1C;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 8px solid transparent;
}
/* s-steps */
.s-steps {
	padding-top: 70px;
}
.s-steps .video-container {
	display: block;
	position: relative;
	padding: 0;
	margin-bottom: 70px;
	color: #F2F2F2;
}
.s-steps .video-container:hover {
	color: #4EC9A0;
}
.s-steps .video-container svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14%;
	height: auto;
	transform: translate(-50%, -50%);
}
.s-steps .video-container img {
	display: block;
	width: 100%;
	height: calc(0.32537960954446854 * min(100vw, 1322px) - 10.15184381778742px); /* 420 -> 120 */
	object-fit: cover;
}
.s-steps .section-steps {
	display: flex;
	margin-bottom: 70px;
	gap: 22px;
	justify-content: space-between;
}
.s-steps .section-steps .step {
	max-width: 260px;
}
.s-steps .section-steps .step-num {
	color: #020A1C;
	font-size: 66px;
	margin-bottom: 0.25em;
}
.s-steps .section-steps .step-title {
	color: #020A1C;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 1.25em;
}
.s-steps .section-steps .step-description {
	color: #6F6F6F;
	font-size: 20px
}
/* ss-spoiler-style */
.ss-spoiler .subsection-spoiler {
	margin-top: 24px;
}
.ss-spoiler.open .spoiler-button-more {
	display: none;
}
.ss-spoiler .spoiler-button-less {
	display: none;
}
.ss-spoiler.open .spoiler-button-less {
	display: block;
}
/* s-text-area-c */
.s-text-area-c {
	padding-top: 80px;
	padding-bottom: 80px;
}
/* s-breadcrumbs-style */
.s-breadcrumbs {
	padding-top: 60px;
}
.s-breadcrumbs.type-hide {
	display: none;
}
.s-breadcrumbs i,
.s-breadcrumbs span,
.s-breadcrumbs a {
	font-weight: 450;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.s-breadcrumbs i {
	font-style: normal;
}
.s-breadcrumbs a {
	color: #6F6F6F;
	border-bottom: 1px solid transparent;
}
.s-breadcrumbs a:hover {
	border-bottom-color: inherit;
}
.s-breadcrumbs .post-ratings {
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.s-breadcrumbs .post-ratings img {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}
.s-breadcrumbs .post-ratings span {
	margin: 1px 0 0 8px;
}
/* s-cookies-style */
.s-sticky-enquiry,
.s-cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	z-index: 999;
}
.s-sticky-enquiry.disable,
.s-cookies.disable {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.s-sticky-enquiry .section-descr,
.s-cookies .section-title {
	font-size: 24px;
	line-height: 1.3;
}
.s-cookies .section-title {
	margin-bottom: 10px;
}
.s-sticky-enquiry .row-first,
.s-cookies .row-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s-sticky-enquiry .section-descr,
.s-cookies .section-descr {
	margin-right: 30px;
	flex-basis: 570px;
}
.s-cookies .section-descr {
	font-size: 15px;
	line-height: 1.4;
}
/* google-grecaptcha-style */
.grecaptcha-badge {
	display: none !important;
}
/*s-cutting-style*/
.s-cutting {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-cutting .row-first {
	width: 580px;
	max-width: 100%;
}
.s-cutting .row-first>.col.first {
	margin-bottom: 40px;
}
.s-engineering-referents .section-descr,
.s-metal-sales .section-descr,
.s-cutting .section-descr {
	font-size: 18px;
	line-height: 26px;
}
.s-cutting .item-wrap {
	margin-bottom: 61px;
}
.s-cutting .item-wrap:last-child {
	margin-bottom: 0;
}
.s-cutting .item-image {
	float: left;
	width: 70px;
	height: 70px;
	margin-top: 28px;
}
.s-cutting .item-body {
	padding-left: 109px;
}
.s-cutting .item-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 7px;
}
.s-cutting .item-descr {
	line-height: 20px;
}
/*s-metal-sales-style*/
.s-metal-sales {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-metal-sales .row-first {
	width: 580px;
	max-width: 100%;
}
.s-metal-sales .row-first>.col.first {
	margin-bottom: 40px;
}
.s-metal-sales .section-img img {
	max-width: 100%;
	height: auto;
}
.s-metal-sales .row-second {
	max-width: 100%;
	width: 440px;
}
.s-metal-sales .item-area {
	margin: -20px;
}
.s-metal-sales .item-wrap {
	float: left;
	width: 25%;
	padding: 20px;
}
.s-metal-sales .item-wrap:nth-of-type(4n+1) {
	clear: left;
}
.s-metal-sales .item-image {
	width: 88px;
	max-width: 100%;
	height: 88px;
	margin: 0 auto 10px;
}
.s-metal-sales .item-title {
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
}
/* s-full-carousel-style */
.s-full-carousel {
	padding-top: 80px;
	padding-bottom: 80px;
}
.s-full-carousel .item-area {
	width: 680px;
	max-width: 100%;
}
.s-full-carousel .item-wrap {
	margin-bottom: 40px;
}
.s-full-carousel .item-image img {
	display: block;
}
.s-full-carousel .item-wrap:last-child {
	margin-bottom: 0;
}
/* s-video-section */
.s-video-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.s-video-section.type-dark {
	background-color: #0f2a69;
	color: #fff;
}
.s-video-section .row-first {
	display: flex;
	margin: 0 -22px;
}
.s-video-section .row-first>.col {
	flex-basis: 50%;
	flex-shrink: 0;
}
.s-video-section .row-first>.col.first {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.s-video-section .section-titles {
	flex-basis: 568px;
	padding-right: 128px;
	margin-bottom: 54px;
}
.s-video-section .section-title {
	margin-bottom: 44px;
}
.s-video-section .section-subtitle {
	text-transform: none;
}
.s-video-section .section-video {
	display: block;
	padding-top: 67%;
}
.s-video-section .section-video:before {
	content: "";
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #4EC9A0;
	border-width: 72px 0 72px 120px;
	z-index: 9;
}
/* s-about-author-style */
.s-about-author {
	padding-bottom: 60px;
	flex: 0 0 100%;
	border-top: 1px solid #DCDCDC;
}
.s-about-author .container {
	display: flex;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #000C1E;
	padding: 60px 0 0;
}
.s-about-author body.author .s-about-author {
	padding-bottom: 120px;
}
.s-about-author .section-sidebar {
	--side: 170px;
	flex: 0 0 var(--side);
	margin: 0 100px 0 0;
	text-align: center;
}
.s-about-author .section-sidebar .section-image {
	margin: 20px auto;
	padding: 0;
	display: block;
	width: var(--side);
	height: var(--side);
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 50%;
}
.s-about-author .section-linkedin {
	color: #4ec9a0;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	transition: border .25s;
}
.s-about-author .section-linkedin:hover {
	border-color: #4EC9A0;
}
.s-about-author .section-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 25px;
}
.s-about-author .section-descr {
	font-weight: 400;
	padding: 0 !important;
	border: none !important;
}
/*ss-comments-style*/
.s-comments {
	padding-bottom: 40px;
}
.s-comments .row-first {
	position: relative;
	margin-bottom: 20px;
}
.s-comments .icon-comment-empty {
	color: #7d7d7d;
	height: 24px;
	line-height: 24px;
}
.s-comments .icon-comment-empty:before {
	margin-right: 13px;
	font-size: 24px;
	vertical-align: bottom;
}
/*ss-comment-list-style*/
.s-comment-list .comment {
	margin-bottom: 30px;
}
.s-comment-list .comment:last-child {
	margin-bottom: 0;
}
.s-comment-list article {
	display: table;
	width: 100%;
}
.s-comment-list article>.col {
	display: table-cell;
	vertical-align: top;
}
.s-comment-list article>.col.first {
	width: 90px;
}
.s-comment-list .item-avatar {
	width: 60px;
	height: 60px;
	border: 1px solid #d8d8d8;
}
.s-comment-list article>.col.second {
	border: 1px solid #d8d8d8;
	padding: 30px;
}
.s-comment-list .comment-row-first {
	margin-bottom: 15px;
}
.s-comment-list .comment-row-first>.col.second {
	float: right;
	white-space: nowrap;
	color: #6F6F6F;
	font-size: 14px;
	line-height: 22px;
}
.s-comment-list .comment-row-first>.col.second a:hover {
	text-decoration: underline;
}
.s-comment-list .fn {
	float: left;
	font-size: 18px;
	line-height: 22px;
	white-space: nowrap;
}
.s-comment-list .fn.second {
	display: none;
}
.s-comment-list .comment-meta {
	display: inline-block;
	margin-right: 10px;
}
.s-comment-list .reply {
	display: inline-block;
}
.s-comment-list .comment-content {
	line-height: 26px;
}
.s-comment-list .comment-row-second>.col.first {
	display: none;
}
.s-comment-list .children {
	margin-top: 30px;
	padding-left: 90px;
}
/*ss-comment-style*/
.s-comment .row-first {
	position: relative;
	margin-bottom: 20px;
}
.s-comment .icon-comment {
	color: #7d7d7d;
	height: 24px;
	line-height: 24px;
}
.s-comment .icon-comment:before {
	margin-right: 13px;
	font-size: 24px;
	vertical-align: bottom;
}
.s-comment .form-allowed-tags,
.s-comment .comment-notes {
	color: #7d7d7d;
}
.s-comment .comment-notes {
	margin-bottom: 1.75em;
	line-height: 1.625;
}
.s-comment .comment-form-comment {
	margin-bottom: 2em;
}
.s-comment .form-allowed-tags {
	margin-bottom: 3.25em;
	line-height: 1.625;
}
.s-comment .form-fields {
	margin: 0 -15px;
}
body.logged-in .s-comment .comment-form-comment-subscribe {
	display: none;
}
.s-comment .comment-form-comment-subscribe label {
	white-space: nowrap;
	text-align: right;
	display: flex;
	justify-content: end;
	align-items: center;
	line-height: 18px;
}
.s-comment .comment-form-comment-subscribe input {
	display: none;
}
.s-comment .comment-form-comment-subscribe span {
	margin-right: 6px;
	align-self: flex-start;
}
.s-comment .form-fields>span {
	display: block;
	float: left;
	width: 33.33%;
	padding: 0 15px;
}
.s-comment label {
	min-height: 16px;
	display: block;
	cursor: pointer;
}
.s-comment label i {
	color: #f00;
}
.s-comment .submit {
	margin: 0;
	width: 100%;
	height: 56px;
}

.slick-arrow {
	position: absolute;
	font-size: 1.4rem;
	background: transparent;
	bottom: 60%;
	z-index: 1;
}
.slick-arrow.slick-next {
	right: -.4rem;
	transform: rotate(-90deg);
}
.slick-arrow.slick-prev {
	left: -.4rem;
	transform: rotate(90deg);
}

.clients-slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}

.clients-slider .slick-track {
	flex: 1 1 auto;
}

.modal-vacancy {
	width: 600px;
	max-width: 100%;
}

.modal-vacancy form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.modal-vacancy input {
	max-width: 100%;
}

.modal-vacancy textarea {
	height: 80px;
}

.modal-vacancy .wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}