@charset "UTF-8";
/*_____base_____*/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	font: 18px 'proxima_nova', Arial, sans-serif;
	width: 100%;
	height: 100%;
	line-height: 26px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #262424;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

button {
	cursor: pointer;
	border: 0;
	outline: none;
}

input {
	vertical-align: middle;
	outline: none;
	border: 0;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 0;
	outline: none;
}

textarea {
	outline: none;
	resize: none;
	overflow: auto;
}

:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

ol, ul {
	list-style-position: inside;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.wrapper {
	min-height: 100%;
	height: auto;
	min-width: 320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 60px;
	/*fixed header*/
}

.content_main {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

svg {
	max-width: 100%;
	max-height: 100%;
}

/*_____connect fonts_____*/
@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/proxima_nova_extrabold-webfont.eot");
	src: url("../fonts/proxima_nova_extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_extrabold-webfont.woff") format("woff"), url("../fonts/proxima_nova_extrabold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_extrabold-webfont.svg#proxima_novaextrabold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/proxima_nova_light-webfont.eot");
	src: url("../fonts/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_light-webfont.svg#proxima_novalight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/proxima_nova_regular-webfont.eot");
	src: url("../fonts/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff"), url("../fonts/proxima_nova_regular-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_regular-webfont.svg#proxima_novaregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/Proxima Nova Semibold.eot");
	src: url("../fonts/Proxima Nova Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Semibold.woff2") format("woff2"), url("../fonts/Proxima Nova Semibold.woff") format("woff"), url("../fonts/Proxima Nova Semibold.ttf") format("truetype"), url("../fonts/Proxima Nova Semibold.svg#Proxima Nova Semibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/Proxima Nova Bold.eot");
	src: url("../fonts/Proxima Nova Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Bold.woff2") format("woff2"), url("../fonts/Proxima Nova Bold.woff") format("woff"), url("../fonts/Proxima Nova Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Bold.svg#Proxima Nova Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url("../fonts/Proxima Nova Regular Italic.eot");
	src: url("../fonts/Proxima Nova Regular Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Regular Italic.woff2") format("woff2"), url("../fonts/Proxima Nova Regular Italic.woff") format("woff"), url("../fonts/Proxima Nova Regular Italic.ttf") format("truetype"), url("../fonts/Proxima Nova Regular Italic.svg#Proxima Nova Regular Italic") format("svg");
	font-weight: normal;
	font-style: italic;
}

/*_____buttons_____*/
.btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none;
	cursor: pointer;
}

.btn-menu {
	position: relative;
	width: 25px;
	height: 20px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	z-index: 110;
}

.btn-menu span, .btn-menu:before, .btn-menu:after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #6e6e6e;
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-menu:before {
	top: 0px;
}

.btn-menu span {
	top: 8px;
	opacity: 1;
}

.btn-menu:after {
	top: 16px;
}

.btn-menu.active span {
	opacity: 0;
	top: 8px;
	width: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

.btn-menu.active:before {
	width: 25px;
	top: 8px;
	left: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

.btn-menu.active:after {
	width: 25px;
	top: 8px;
	left: 0px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
}

.btn-main {
	border: 2px solid rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 200px;
	letter-spacing: 1px;
}

.btn-main:hover {
	background: #fff;
	border-color: #fff;
	color: #32a457;
}

.btn-main:hover .icon {
	fill: #32a457;
}

.btn-main .icon {
	margin-left: 20px;
	width: 24px;
	height: 22px;
	fill: #fff;
}

.btn-social .icon {
	height: 30px;
	width: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn-social:hover .icon {
	fill: #fff;
}

/*__________main__________*/
/*_____header_____*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #F9F9F9;
	-webkit-transition: -webkit-box-shadow .7s;
	transition: -webkit-box-shadow .7s;
	-o-transition: box-shadow .7s;
	transition: box-shadow .7s;
	transition: box-shadow .7s, -webkit-box-shadow .7s;
}

.header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	width: 145px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 87px;
}

.header__main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header.fixed {
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

.header-logo {
	background: #1b6b38;
	width: 120px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
	margin-right: 47px;
	position: relative;
	z-index: 50;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.header-logo-img2 {
	display: none;
}

.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-menu > li {
	position: relative;
	margin-right: 34px;
}

.header-menu > li:last-child {
	margin-right: 0;
}

.header-menu > li > a {
	color: #6e6e6e;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
}

.header-menu > li > a:hover {
	color: #32a457;
}

.header-menu > li.current > a {
	color: #32a457;
}

.header-menu > li.current:after {
	opacity: 1;
	visibility: visible;
}

.header-menu > li:hover > a {
	color: #32a457;
}

.header-menu > li:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -17px;
	height: 1px;
	background: #32a457;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contact-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	margin-right: -20px;
}

.contact-item .fa {
	margin-right: 9px;
	color: #32a457;
}

.modal-active .btn-menu span {
	opacity: 0;
	top: 8px;
	width: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.modal-active .btn-menu:before {
	width: 25px;
	top: 8px;
	left: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.modal-active .btn-menu:after {
	width: 25px;
	top: 8px;
	left: 0px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

.popup-burger {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1b6b38;
	z-index: 100;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-burger.active {
	opacity: 1;
	visibility: visible;
}

.popup-burger__head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.popup-burger__head .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-burger__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 420px;
}

.popup-burger__col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-burger__col_1 {
	width: 28%;
}

.popup-burger__col_2 {
	width: 22%;
}

.popup-burger__col_3 {
	width: 32%;
}

.popup-burger__col_4 {
	width: 18%;
}

.popup-burger__col:nth-child(1) {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.popup-burger__col:nth-child(2) {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.popup-burger__col:nth-child(3) {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.popup-burger__col:nth-child(4) {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.popup-burger__col:nth-child(5) {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.popup-burger__col:nth-child(6) {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.popup-burger__col:nth-child(7) {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.popup-burger .contact-item {
	color: #fff;
}

.popup-burger .contact-item .fa {
	color: #fff;
}

.popup-burger .header-logo {
	z-index: 1100;
	background: #32a457;
	top: 0;
	width: 120px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-burger .header-logo-img1 {
	display: none;
}

.popup-burger .header-logo-img2 {
	display: inline;
}

.popup-menu-main {
	list-style: none;
}

.popup-menu-main > li {
	margin-bottom: 28px;
}

.popup-menu-main > li > a {
	text-decoration: none;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 800;
}

.popup-menu-main > li > a:hover {
	color: #32a457;
}

.popup-title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 800;
	margin-bottom: 41px;
}

.popup-title a {
	color: #fff;
	text-decoration: none;
}

.popup-title a:hover {
	color: #32a457;
}

.popup-submenu {
	list-style: none;
	max-width: 285px;
}

.popup-submenu > li {
	margin-bottom: 25px;
}

.popup-submenu > li > a {
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
}

.popup-submenu > li > a:hover {
	color: #32a457;
	text-decoration: none;
}

.contact-item-block {
	margin-bottom: 10px;
}

.contact-item-block:last-child {
	margin-bottom: 0;
}

/*_____footer_____*/
.footer {
	background: #1b6b38;
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer .contact-item {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer .contact-item .fa {
	color: #fff;
}

.footer__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}

.footer__row:last-child {
	margin-bottom: 0;
}

.footer__side {
	width: 230px;
}

.footer__center {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-menu {
	list-style: none;
	-webkit-columns: 4;
	columns: 4;
}

.footer-menu > li {
	margin-bottom: 15px;
}

.footer-menu > li > a {
	font-size: 18px;
	color: #32a457;
}

.footer-menu > li > a:hover {
	color: #fff;
}

.copyright {
	text-align: center;
	color: #32a457;
	font-size: 18px;
}

.socials-links {
	margin-top: -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

.socials-links > li {
	margin-right: 20px;
}

.socials-links > li:last-child {
	margin-right: 0;
}

.socials-links .icon {
	fill: #32a457;
}

/*_____main page_____*/
.main-page {
	background: #000;
}

.main-page .header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	border-bottom: 0;
	background: transparent;
}

.main-page .header .contact-item {
	color: #fff;
}

.main-page .header .contact-item .fa {
	color: #fff;
}

.main-page .header-logo {
	width: 144px;
	margin-right: 15px;
	position: relative;
	top: 15px;
	background: transparent;
	padding: 0;
}

.main-page .header-logo-img1 {
	display: inline;
}

.main-page .header-logo-img2 {
	display: none;
}

.main-page .header-menu > li > a {
	color: #fff;
}

.main-page .header-menu > li > a:hover {
	color: #32a457;
}

.main-page .header-menu > li.current > a {
	color: #32a457;
}

.main-page .btn-menu span, .main-page .btn-menu:before, .main-page .btn-menu:after {
	background-color: #fff;
}

.main-services-wrapper {
	padding-top: 105px;
	padding-bottom: 100px;
	position: relative;
	z-index: 50;
	min-height: 730px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-bg-wrapper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.main-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.main-bg.current {
	opacity: 1;
	visibility: visible;
}

.main-service {
	margin-bottom: 60px;
}

.main-service:last-child {
	margin-bottom: 0;
}

.main-service__title {
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	letter-spacing:1px;
}

.main-service__btn {
	display: none;
}

.main-service.current .main-service__title {
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 30px;
}

.main-service.current .main-service__btn {
	display: block;
}

/*_____company page_____*/
.title {
	font-weight: 800;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: 80px;
	overflow-wrap: break-word;
}

.title_no-uppercase {
	text-transform: none;
}

.text-wrapper {
	font-size: 18px;
	line-height: 26px;
}

.text-wrapper p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 31px;
	text-indent: 20px;
}

.text-wrapper p:last-child {
	margin-bottom: 0;
}

.text-wrapper ul {
	list-style: none;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 31px;
}

.text-wrapper ul:last-child {
	margin-bottom: 0;
}

.text-wrapper ul > li {
	padding-left: 24px;
	position: relative;
}

.text-wrapper ul > li:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: "—";
}

.about-block {
	margin-bottom: 15px;
}

.about-block:last-child {
	margin-bottom: 0;
}

.about-block .about-block__desc {
	padding-right: 80px;
}

.about-block__section {
	margin-bottom: 107px;
}

.about-block__section:last-child {
	margin-bottom: 0;
}

.about-block__img {
	margin-bottom: 15px;
}

.about-block .title-light {
	margin-top: -20px;
}

.title-light {
	font-size: 48px;
	line-height: 58px;
	font-weight: 300;
	margin-bottom: 40px;
}

.img-block {
	line-height: 0;
}

.container-medium {
	width: 100%;
	max-width: 925px;
	margin: 0 auto;
}

.map-block {
	height: 875px;
	background: #ccc;
}

.section-about {
	padding-top: 135px;
	padding-bottom: 120px;
}

.section-experience {
	background: #f5f5f5;
	padding-top: 145px;
	padding-bottom: 145px;
}

.section-experience .title {
	margin-bottom: 70px;
}

.photo-row {
	margin-top: 100px;
	margin-bottom: 70px;
}

.photo-row__item {
	background: #c1c1c1;
	height: 433px;
	width: 100%;
}

.section-partners {
	padding-top: 145px;
	padding-bottom: 185px;
}

.section-partners .title {
	margin-bottom: 33px;
}

.partners-logos {
	margin-bottom: -50px;
}

.partners-logos__item {
	height: 110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

.section-reviews {
	background: #f5f5f5;
	padding-top: 140px;
	padding-bottom: 205px;
}

.section-reviews .title {
	margin-bottom: 57px;
}

.reviews-items {
	padding-left: 100px;
	padding-right: 100px;
}

.reviews-items .slick-arrow {
	top: 100px;
}

.item-review {
	text-align: center;
}

.item-review.slick-slide {
	height: auto;
}

.item-review__photo {
	display: inline-block;
	position: relative;
	padding: 4px;
	margin: 6px 5px 27px;
	width: 200px;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.item-review__photo__inner {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	background: #ccc;
}

.item-review__photo:before {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #32a457;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.item-review__photo img {
	min-width: 100%;
	min-height: 100%;
	max-width: 200%;
}

.item-review__title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 3px;
}

.item-review__name {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.item-review:hover {
	color: #32a457;
}

.item-review:hover .item-review__photo:before {
	opacity: 1;
	visibility: visible;
}

.css-slider-basic .slick-arrow {
	position: absolute;
	top: 85px;
	font-size: 0;
	z-index: 50;
	background: transparent;
}

.css-slider-basic .slick-arrow .icon {
	width: 48px;
	height: 48px;
	fill: #828282;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.css-slider-basic .slick-arrow:hover .icon {
	fill: #32a457;
}

.css-slider-basic .slick-prev {
	left: 0;
}

.css-slider-basic .slick-prev:before {
	content: "\f104";
}

.css-slider-basic .slick-next {
	right: 0;
}

.css-slider-basic .slick-next:before {
	content: '';
}

.css-slider-basic .slick-next .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section-map {
	padding-top: 140px;
}

.section-map .title {
	margin-bottom: 40px;
}

/*_____equipment page_____*/
.item-equipment {
	text-decoration: none;
}

.item-equipment__title {
	text-transform: uppercase;
	border-left: 3px solid #5b5b5b;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	padding-right: 30px;
	height: 72px;
	margin-bottom: 64px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: 360px;
}

.item-equipment__photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.item-equipment__photo {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #32a457;
	width: 230px;
	height: 230px;
	margin: 0 auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom:50px;
}

.item-equipment:hover .item-equipment__title {
	color: #32a457;
	border-color: #32a457;
}

.item-equipment:hover .item-equipment__photo {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.side-menu {
	list-style: none;
	border-left: 1px solid #b7b7b7;
}

.side-menu > li {
	padding-left: 20px;
	margin-bottom: 40px;
	position: relative;
}

.side-menu > li:last-child {
	margin-bottom: 0;
}

.side-menu > li > a {
	color: #6e6e6e;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	font-weight: 600;
}

.side-menu > li:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #32a457;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.side-menu > li.current > a {
	color: #32a457;
}

.side-menu > li.current:before {
	opacity: 1;
	visibility: visible;
}

.side-menu > li:hover > a {
	color: #32a457;
}

.content-row {
	padding-top: 90px;
	padding-bottom: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.content-row__side {
	padding-left: 15px;
	padding-right: 15px;
	width: 230px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 130px;
}

.content-row__main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

.article-col {
	max-width: 961px;
}

.article-photo {
	margin-bottom: 30px;
	text-align: center;
}

.article-photo p {
	margin-top: 30px;
}

.article-photo img {
	/*min-width: 100%;*/
}

.photo-in-row {
	margin-top: 100px;
	margin-bottom: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-parametrs {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}

.table-parametrs th {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	padding: 12px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	vertical-align: top;
	text-align: left;
}

.table-parametrs th:first-child {
	background: #32a457;
	width: 70%;
}

.table-parametrs th:nth-child(2) {
	width: 30%;
	background: #000;
}

.table-parametrs tr:nth-child(odd) {
	background: #d0d1d2;
}

.table-parametrs td {
	padding: 10px 25px;
	font-size: 20px;
	line-height: 22px;
	vertical-align: top;
}

.equipment-content {
	padding-top: 190px;
	padding-bottom: 90px;
}

/*_____contact page_____*/
.title-base {
	font-size: 48px;
	line-height: 56px;
	font-weight: 800;
	margin-bottom: 30px;
}

.section-contact {
	padding-left: 120px;
	padding-top: 40px;
	padding-bottom: 100px;
}

.mod-content-full .footer {
	margin-bottom: -350px;
}

/*_____services page_____*/
.main-services .header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 0;
}

.methods-items {
	margin-top: -13px;
}

.method-item {
	margin-bottom: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.method-item__title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	min-height: 72px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.method-item__icon img,
.method-item__icon svg,
.method-card__icon img,
.method-card__icon svg,
.serv-archive__card-icon img,
.serv-archive__card-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* mix-blend-mode: screen убирает белый фон PNG только на тёмных блоках */
.main-page .method-card__icon img,
.main-page .method-card__icon svg,
.main-page .method-item__icon img,
.main-page .method-item__icon svg {
	mix-blend-mode: screen;
}
.method-item__icon {
	margin: 0 auto;
	max-width: 227px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.method-item:hover .method-item__title {
	color: #32a457;
}

.method-item:hover .method-item__icon {
	-webkit-transform: scale(1.24);
	-ms-transform: scale(1.24);
	transform: scale(1.24);
}

.section-gray {
	background: #f5f5f5;
}

.services-section {
	/*padding-top: 145px;*/
	padding-bottom: 100px;
}

.offset-left.container {
	padding-left: 250px;
}

.img-wrap {
	line-height: 0;
	margin-bottom: 20px;
}

.img-wrap img {
	min-width: 100%;

}

.images-group .row {
	margin-left: -10px;
	margin-right: -10px;
}

.images-group .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.services-photos {
	margin-bottom: 70px;
}

.text-offset {
	padding-left: 240px;
}

.method-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.method-head .method-item__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	width: 190px;
}

.method-head .title {
	max-width: 620px;
	margin-right: 30px;
}

.head-desc {
	/*max-width: 455px;*/
	margin-bottom: 40px;
}

/*_____other page_____*/
.about-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 140px;
	padding-bottom: 90px;
	min-height: 1050px;
}

.about-side {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 410px;
	margin-right: 60px;
	padding-top: 10px;
}


@media (min-width: 993px) {
	.hidePK{
	display:none;
}
}


.about-menu {
	list-style: none;
}

.about-menu > li {
	margin-bottom: 46px;
}

.about-menu > li:last-child {
	margin-bottom: 0;
}

.about-menu > li > a {
	font-size: 32px;
	line-height: 40px;
	color: #6e6e6e;
	font-weight: 400;
	text-decoration: none;
}

.about-menu > li.current > a, .about-menu > li:hover > a {
	color: #32a457;
}

.content-about {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content-about .title {
	margin-bottom: 40px;
}

.about-menu-title {
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 45px;
	max-width: 340px;
}

.about-section {
	margin-bottom: 38px;
}

.title-about {
	font-weight: 800;
}

.circle-figures_1 {
	position: absolute;
	top: 300px;
	right: -230px;
	height: 460px;
	width: 460px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 125px solid #d2e8c7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.circle-figures_2 {
	position: absolute;
	top: 770px;
	right: 155px;
	height: 315px;
	width: 315px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 85px solid #d2e8c7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.circle-figures_3 {
	position: absolute;
	top: 615px;
	right: 465px;
	height: 158px;
	width: 158px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 45px solid #d2e8c7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.bg-figures {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

/*__________plugins styles__________*/
/*_____slick_____*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*_____magnific-popup_____*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*__________responsive styles__________*/
/*_____large screens_____*/
@media (max-width: 1429px) {
	.header-menu {
		display: none;
	}
	.header__main {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.header__main .contact-item {
		margin-right: 70px;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.about-block .title-light {
		margin-top: 0;
	}
	.about-block__section {
		margin-bottom: 30px;
	}
	.about-block__section:last-child {
		margin-bottom: 30px;
	}
	.about-block__img {
		text-align: center;
	}
	.header-logo {
		margin-left: -15px;
	}
	.main-page .header-logo {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 0;
		width: 144px;
	}
	.main-page .header.fixed {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.title {
		margin-bottom: 40px;
	}
	.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-map {
		padding-top: 100px;
		padding-bottom: 0;
	}
	.popup-burger {
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 140px;
	}
	.popup-burger__col {
		width: 50%;
	}
	.popup-burger__col:nth-child(5) {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.popup-burger__inner {
		height: 730px;
	}
	.footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
    	div.content.vacancy, div.content.purchases{
	    padding-bottom: 190px;
	}
	.equipment-content.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.item-equipment {
		margin-bottom: 50px;
	}
	.about-side {
		width: 330px;
		margin-right: 50px;
	}
	.about-menu > li > a {
		font-size: 30px;
		line-height: 36px;
	}
	.about-menu-title {
		max-width: 270px;
	}
	.method-head .method-item__icon {
		width: 130px;
	}
	.text-offset {
		padding-left: 0;
	}
	.equipment-content {
		padding-top: 90px;
	}
	.section-contact {
		padding-top: 200px;
	}
}

@media (min-height: 1000px) {
	/*.contacts-content {
		display: flex;
		height: 100%;
		justify-content: center;
		flex-direction: column;
		box-sizing: border-box;
		min-height: 1020px;
	}

	.section-contact {
		padding-left: 120px;
		padding-bottom: 170px;
	}*/
}

/*_____tablets_____*/
@media (max-width: 992px) {
	.title-light {
		font-size: 34px;
		line-height: 40px;
	}
	.photo-row__item {
		margin-bottom: 20px;
	}
	.about-block .about-block__desc {
		padding-right: 15px;
	}
	.section-contact {
		padding-left: 0;
	}
	.section-contact__col {
		margin-bottom: 40px;
	}
	.section-contact__col:last-child {
		margin-bottom: 0;
	}
	.contacts-container {
		max-width: 320px;
	}
	.table-parametrs th {
		font-size: 20px;
		line-height: 24px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.table-parametrs td {
		font-size: 18px;
		line-height: 23px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.about-side {
		margin-right: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	.about-cols {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 40px;
		padding-top: 50px;
	}
	
	.hideMobile{
		display:none;

	}

	.content-about{
		padding-left:20px;
	}
	
	.about-menu-title {
		margin-bottom: 60px;
	}
	.about-menu > li {
		margin-bottom: 30px;
	}
	.about-menu > li > a {
		font-size: 38px;
		line-height: 44px;
	}
	.about-side{
	 padding-left: 20px;   
	}

	.circle-figures {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	.content-row__side {
		display: none;
	}
	.method-head {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.method-head .method-item__icon {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.method-head .title {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: 0;
		max-width: 100%;
		margin-top: 10px;
	}
	.offset-left.container {
		padding-left: 15px;
	}
	.footer__row_line2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__side .contact-item-block {
		margin-bottom: 15px;
	}
	.footer__side .contact-item-block:first-child {
		margin-top: 7px;
	}
	.socials-links {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.footer-logo {
		display: none;
	}
	.popup-title {
		font-size: 42px;
		line-height: 48px;
	}
	.popup-menu-main > li > a {
		font-size: 42px;
		line-height: 48px;
	}
	.section-contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.section-contact__col {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*_____mobile_____*/
@media (max-width: 767px) {
	.title {
		font-size: 28px;
		line-height: 34px;
	}
	.title-light {
		font-size: 28px;
		line-height: 34px;
	}
	.about-block__img {
		margin-left: -15px;
		margin-right: -15px;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-map {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.photo-row {
		margin-bottom: 35px;
	}
	.photo-row__item {
		height: 305px;
	}
	.reviews-items {
		padding-left: 15px;
		padding-right: 15px;
	}
	.map-block {
		height: 568px;
	}
	.hide-768 {
		display: none;
	} 
	.main-service__title {
		font-size: 22px;
		line-height: 28px;
	}
	.main-service.current .main-service__title {
		font-size: 30px;
		line-height: 34px;
		letter-spacing:0px;
	}
	.main-services-wrapper {
		padding-top: 70px;
		padding-bottom: 100px;
		min-height: auto;
	}
	.article-photo {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content-row {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.text-wrapper p {
		text-indent: 7px;
		margin-bottom: 20px;
	}
	.photo-in-row {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.equipment-content.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.css-slider-basic .slick-prev {
		left: -10px;
	}
	.css-slider-basic .slick-next {
		right: -10px;
	}
	.images-group {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	.images-group .img-wrap {
		min-width: 100%;
		width: auto;
	}
	.method-item {
		margin-bottom: 30px;
	}
	.services-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.popup-burger {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 120px;
	}
	.popup-burger__col {
		width: 100%;
	}
	.popup-burger__col:nth-child(6) {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.popup-burger__inner {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: auto;
	}
	.popup-menu-main > li > a {
		font-size: 30px;
		line-height: 30px;
	}
	.popup-title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 28px;
	}
	.popup-submenu > li > a {
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
	}
	.footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer .container {
		padding-left: 40px;
		padding-right: 20px;
	}
	.footer__row_line1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__row_line2 {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer .contact-item {
		margin-bottom: 0;
	}
	.footer-menu {
		-webkit-columns: 2;
		columns: 2;
		margin-bottom: 30px;
	}
	.footer-menu > li {
		margin-bottom: 5px;
	}
	.copyright {
		text-align: left;
		font-size: 15px;
		line-height: 18px;
	}
	.title-base {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.footer__side .contact-item-block {
		margin-bottom: 10px;
	}
	.footer__side .contact-item-block:first-child {
		margin-top: 0;
	}
	.footer__row {
		margin-bottom: 25px;
	}
	.contact-item {
		font-size: 16px;
		line-height: 20px;
	}
	.contacts-content {
		min-height: auto;
	}
	.about-cols {
		min-height: auto;
	}
	.circle-figures {
		display: none;
	}
	.mod-content-full .footer {
		margin-bottom: 0;
	}
	.section-contact {
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-contact__col {
		font-size: 16px;
	}
	.section-contact__col .title-base {
		margin-bottom: 10px;
	}
	.method-head .method-item__icon {
		width: 80px;
	}
}

@media (max-width: 360px) {
	.main-service.current .main-service__title {
		font-size: 28px;
		line-height: 34px;
	}
}
@media (max-width: 767px) {
    	div.content.vacancy, div.content.purchases{
	    padding-bottom: 190px;
	}
}
div.content div.section-gray.text-wrapper.services-section div.container div.content-row div.content-row__side ul.side-menu li{
padding-left:20px;	
}
div.content div.section-gray.text-wrapper.services-section div.container div.content-row div.content-row__side ul.side-menu li.current::before{
left: -1px !important;
content: ""  !important;
	}

/* ===== Breadcrumbs ===== */
.breadcrumbs {
    padding: 10px 0;
    font-size: 14px;
    color: #888;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.breadcrumbs .container {
    padding-top: 8px;
    padding-bottom: 8px;
}
.breadcrumbs a {
    color: #32A157;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/* ===== Single method: related methods block ===== */
.method-related {
	margin: 40px 0 20px;
}
.method-related__title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #1b6b38;
}

/* ===== /serv/ archive page ===== */
.serv-archive {
	background: #fff;
	padding-top: 0;
}
.serv-archive__h1 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 8px;
}
.serv-archive__section {
	padding: 50px 0 20px;
}
.serv-archive__section + .serv-archive__section {
	border-top: 1px solid rgba(0,0,0,0.08);
}
.serv-archive__title {
	font-size: 26px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom: 3px solid #32a157;
	display: inline-block;
}
.serv-archive__grid {
	row-gap: 16px;
}
.serv-archive__card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 2px solid rgba(50,161,87,0.2);
	border-radius: 8px;
	padding: 18px 20px;
	text-decoration: none;
	color: #1a1a1a;
	transition: border-color .2s;
	height: 100%;
}
.serv-archive__card:hover {
	border-color: #32a157;
	background: #fff;
	color: #1a1a1a;
}
.serv-archive__card-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.serv-archive__card-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}
.serv-archive__more {
	margin: 28px 0 30px;
	text-align: center;
}
@media (max-width: 767px) {
	.serv-archive__section {
		padding: 32px 0 10px;
	}
	.serv-archive__title {
		font-size: 20px;
	}
	.serv-archive__card {
		padding: 14px 16px;
		gap: 12px;
	}
	.serv-archive__card-icon {
		width: 38px;
		height: 38px;
	}
}

/* ===== Taxonomy method_cat page — white bg ===== */
.tax-method-cat .content {
	background: #fff;
	min-height: 60vh;
}

/* ===== Content text (category description, dop_text) ===== */
.content-text img {
	max-width: 100%;
	height: auto;
	display: block;
}
.content-text .wp-caption {
	max-width: 100% !important;
}
.content-text .wp-caption img {
	max-width: 100%;
	height: auto;
}
.content-text .wp-caption-text {
	font-size: 13px;
	color: #666;
	margin-top: 6px;
}

/* ===== Vacancies archive page ===== */
.vac-page {
	padding: 40px 0 60px;
}
.vac-page__h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 36px;
	color: #1a1a1a;
}
.vac-page__body {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 40px;
	align-items: start;
}
.vac-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.vac-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border: 2px solid #e8e8e8;
	border-radius: 8px;
	text-decoration: none;
	color: #1a1a1a;
	transition: border-color .2s, background .2s;
}
.vac-card:hover {
	border-color: #32a157;
	background: #f4fbf6;
	color: #1a1a1a;
}
.vac-card__title {
	font-size: 17px;
	font-weight: 600;
}
.vac-card__arrow {
	color: #32a157;
	flex-shrink: 0;
	margin-left: 16px;
}
.vac-empty {
	color: #666;
	font-size: 15px;
}
.vac-contact-block {
	background: #f5f7f5;
	border-radius: 12px;
	padding: 28px;
	border: 1px solid #e0ebe2;
}
.vac-contact-block__title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.vac-contact-block__desc {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.6;
}
.vac-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.vac-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #1a1a1a;
	text-decoration: none;
}
.vac-contact-item .fa {
	color: #32a157;
	width: 18px;
	text-align: center;
}
.vac-contact-item:hover {
	color: #32a157;
}
@media (max-width: 900px) {
	.vac-page__body {
		grid-template-columns: 1fr;
	}
	.vac-contact-block {
		order: -1;
	}
}
@media (max-width: 480px) {
	.vac-page__h1 { font-size: 26px; }
	.vac-card { padding: 16px 18px; }
	.vac-card__title { font-size: 15px; }
}

/* ===== Equipment page intro ===== */
.equip-intro {
	padding: 40px 0 20px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 36px;
}
.equip-intro__text {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 28px;
	max-width: 820px;
}
.equip-intro__slider {
	margin-bottom: 16px;
}
.equip-photo-slider .slick-slide {
	padding: 0 8px;
}
.equip-photo-slider .slick-list {
	margin: 0 -8px;
}
.equip-photo-slide img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.equip-photo-slider .slick-dots {
	bottom: -28px;
}
@media (max-width: 767px) {
	.equip-photo-slide img {
		height: 200px;
	}
}

/* ===== Generic page h1 ===== */
.page-h1 {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 36px 0 12px;
}
@media (max-width: 767px) {
	.page-h1 { font-size: 26px; margin: 24px 0 16px; }
}

/* ===== Cookie notice ===== */
#cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.95);
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    z-index: 9999;
    flex-wrap: wrap;
}
#cookie-notice a {
    color: #32A157;
    text-decoration: underline;
}
#cookie-notice button {
    background: #32A157;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    white-space: nowrap;
}
#cookie-notice button:hover {
    background: #1B6B38;
}

/* ===== Yandex map block ===== */
.ymap-block {
    margin-top: 30px;
    min-height: 400px;
}

/* ===== Homepage new layout ===== */
.content_main {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.main-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    pointer-events: none;
}
.main-home-wrap {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 60px;
}
.home-utp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.home-utp__item {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.home-utp__num {
    font-size: 32px;
    font-weight: 700;
    color: #32A157;
    line-height: 1;
}
.home-utp__text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
}
.home-methods-section {
    margin-bottom: 30px;
}
.home-methods-section__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.home-methods-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home-method-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: background .2s;
}
.home-method-card:hover {
    background: #32A157;
    color: #fff;
}
.home-reviews {
    margin-top: 40px;
}

/* ===== Specialists block ===== */
.section-specialists {
    padding: 60px 0;
    background: #f5f5f5;
}
.specialists-list {
    margin-top: 30px;
}
.specialist-item {
    text-align: center;
    margin-bottom: 30px;
}
.specialist-item__photo img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}
.specialist-item__name {
    font-weight: 700;
    font-size: 16px;
}
.specialist-item__position {
    color: #32A157;
    font-size: 14px;
    margin-top: 4px;
}
.specialist-item__desc {
    font-size: 13px;
    margin-top: 8px;
    color: #666;
}

/* ===== Method photo slider ===== */
.method-photos-slider {
    margin: 24px 0 32px;
}
.method-photos-slider .slick-slide {
    padding: 0 8px;
}
.method-photos-slider .slick-list {
    margin: 0 -8px;
}
.method-photo-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    cursor: zoom-in;
}
.method-photos-slider .slick-dots {
    bottom: -28px;
}
.method-photos-slider .slick-prev,
.method-photos-slider .slick-next {
    z-index: 1;
}
.method-photos-slider .slick-prev { left: -20px; }
.method-photos-slider .slick-next { right: -20px; }
@media (max-width: 767px) {
    .method-photo-slide img {
        height: 200px;
    }
    .method-photos-slider .slick-prev { left: 0; }
    .method-photos-slider .slick-next { right: 0; }
}

/* ===== Equipment intro ===== */
.equipment-intro {
    margin-bottom: 30px;
}

/* ===== Vacancies ===== */
.vac-intro {
    margin-bottom: 30px;
}
.vac-contacts {
    margin-top: 16px;
}

/* ===== UTP block (homepage stats) ===== */
.home-utp {
    display: flex;
    gap: 20px;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    color: #333;
    flex-wrap: wrap;
}
.home-utp__left {
    flex: 0 0 300px;
    max-width: 300px;
}
.home-utp__desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
}
.home-utp__desc strong {
    font-weight: 700;
}
.home-utp__photo img {
    width: 100%;
    border-radius: 6px;
    max-height: 200px;
    object-fit: cover;
}
.home-utp__right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.home-utp__card {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
}
.home-utp__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}
.home-utp__number {
    font-size: 42px;
    font-weight: 700;
    color: #32A157;
    line-height: 1;
}
.home-utp__icon {
    width: 32px;
    height: 32px;
    opacity: 0.4;
    object-fit: contain;
}
.home-utp__card-desc {
    font-size: 14px;
    color: #555;
    line-height: 18px;
}
@media (max-width: 768px) {
    .home-utp { flex-direction: column; }
    .home-utp__left { max-width: 100%; flex: auto; }
    .home-utp__right { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .home-utp__right { grid-template-columns: 1fr; }
}

/* breadcrumbs offset for fixed header */
.breadcrumbs {
    margin-top: 60px;
}
.breadcrumbs + .content {
    padding-top: 0;
}

/* ===== Privacy policy text spacing ===== */
.text-wrapper p {
    margin-bottom: 16px;
}
.text-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 12px;
}
.text-wrapper ul, .text-wrapper ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.text-wrapper ul li, .text-wrapper ol li {
    margin-bottom: 6px;
}

/* spacing before footer */
.content .text-wrapper {
    padding-bottom: 60px;
}

/* reduce gap after breadcrumbs */
.breadcrumbs + .content .container:first-child,
.breadcrumbs + .content .equipment-content {
    padding-top: 20px;
}

/* breadcrumbs single line */
.breadcrumbs .container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===================================================================
   SERVICES PAGE — category filter
   =================================================================== */

.services-page-wrap {
	padding-top: 60px;
	padding-bottom: 100px;
}

/* Filter tabs row */
.serv-cat-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 70px;
}

/* Each tab looks like a method-item card */
.serv-cat-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
	width: calc(33.333% - 14px);
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

@media (min-width: 992px) {
	.serv-cat-btn { width: calc(25% - 15px); }
}

.serv-cat-btn__icon {
	margin: 0 auto;
	max-width: 227px;
	transition: transform .3s;
}

.serv-cat-btn__icon img {
	width: 100%;
	height: auto;
	display: block;
}

.serv-cat-btn__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	min-height: 72px;
	color: #262424;
	transition: color .3s;
	margin-bottom: 10px;
}

/* Hover & active states */
.serv-cat-btn:hover .serv-cat-btn__title,
.serv-cat-btn.active .serv-cat-btn__title {
	color: #32a457;
}

.serv-cat-btn:hover .serv-cat-btn__icon,
.serv-cat-btn.active .serv-cat-btn__icon {
	transform: scale(1.08);
}

/* Active underline accent */
.serv-cat-btn.active::after {
	display: none; /* title color change is enough */
}

/* "Все" tab without icon */
.serv-cat-btn[data-cat="all"] .serv-cat-btn__title {
	min-height: auto;
	display: inline-flex;
	align-items: center;
	padding: 10px 28px;
	border: 2px solid #32a457;
	border-radius: 30px;
	font-size: 16px;
	color: #262424;
	transition: background .3s, color .3s;
}

.serv-cat-btn[data-cat="all"]:hover .serv-cat-btn__title,
.serv-cat-btn[data-cat="all"].active .serv-cat-btn__title {
	background: #32a457;
	color: #fff;
}

.serv-cat-btn[data-cat="all"] {
	width: auto;
	align-self: flex-start;
	margin-right: 10px;
}

.serv-no-results {
	text-align: center;
	color: #888;
	font-size: 18px;
	padding: 40px 0;
}

/* Mobile */
@media (max-width: 767px) {
	.serv-cat-filter { gap: 14px; margin-bottom: 40px; }
	.serv-cat-btn { width: calc(50% - 7px); }
	.serv-cat-btn[data-cat="all"] { width: 100%; }
	.serv-cat-btn__title { font-size: 15px; min-height: 48px; }
	.services-page-wrap { padding-top: 30px; padding-bottom: 60px; }
}

/* ===================================================================
   HOME PAGE REDESIGN
   =================================================================== */

/* Remove default content padding on main page (header is absolute) */
.main-page .content {
    padding-top: 0;
}

/* --- Hero --- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
    box-sizing: border-box;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,30,10,0.72) 100%);
}
.hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 48px;
    width: 100%;
}
.hero__left {
    flex: 1;
    color: #fff;
}
.hero__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #32a157;
    margin-bottom: 24px;
    font-weight: 600;
}
.hero__label::before {
    content: '•';
    font-size: 22px;
    line-height: 1;
}
.hero__label::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #32a157;
    opacity: 0.6;
}
.hero__title {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.hero__title-white { color: #fff; }
.hero__title-green { color: #32a157; }
.hero__desc {
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,0.75);
    max-width: 760px;
    margin-bottom: 44px;
    font-weight: 300;
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    background: #32a157;
    color: #fff;
    border: 2px solid #32a157;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}
.btn-hero:hover {
    background: transparent;
    color: #32a157;
}
.hero__right {
    width: 560px;
    flex-shrink: 0;
}
.hero-utp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.hero-utp__item {
    background: rgba(8, 28, 16, 0.82);
    border: 1px solid rgba(50, 161, 87, 0.18);
    border-radius: 10px;
    padding: 28px 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    transition: background .3s, border-color .3s;
}
.hero-utp__item:hover {
    background: rgba(12, 40, 22, 0.9);
    border-color: rgba(50, 161, 87, 0.35);
}
.hero-utp__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    opacity: 0.8;
    margin-top: 2px;
}
.hero-utp__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-utp__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hero-utp__num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}
.hero-utp__text {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

/* --- Hero clients --- */
.hero-clients {
    margin-top: 48px;
}
.hero-clients__label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 16px;
    font-weight: 400;
}
.hero-clients__logos {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.hero-clients__logo {
    height: 40px;
    opacity: 0.65;
    transition: opacity .3s;
}
.hero-clients__logo:hover { opacity: 1; }
.hero-clients__logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
    mix-blend-mode: darken;
}

/* --- Home services section --- */
.home-services-section {
    padding: 80px 0;
    background: #0d1f12;
}
.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.home-svc-card {
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 100px 32px 32px;
    color: #fff;
    text-decoration: none;
    transition: background .3s, border-color .3s, transform .3s;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
.home-svc-card:hover {
    background: rgba(50,161,87,0.08);
    border-color: rgba(50,161,87,0.3);
    transform: translateY(-4px);
    color: #fff;
}
.home-svc-card__num {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: rgba(50,161,87,0.15);
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: inherit;
}
.home-svc-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    opacity: 0.8;
}
.home-svc-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #32a157;
}
.home-svc-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}
.home-svc-card__desc {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin-bottom: 24px;
}
.home-svc-card__link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #32a157;
    margin-top: auto;
    padding-top: 20px;
}

/* --- Methods sections --- */
.methods-section {
    background: #111;
    padding: 80px 0;
}
.methods-section:nth-child(even) {
    background: #0e0e0e;
}
.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 2px;
    background: #32a157;
}
.methods-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 32px;
}
.methods-grid--2col { grid-template-columns: repeat(2, 1fr); }
.methods-grid--3col { grid-template-columns: repeat(3, 1fr); }
.methods-grid--4col { grid-template-columns: repeat(4, 1fr); }
.method-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    padding: 28px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
.method-card:hover {
    border-color: #32a157;
    background: #1b2a1d;
    color: #fff;
}
.method-card__icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}
.method-card__title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}
.methods-section__btn {
    text-align: center;
    margin-top: 36px;
}
.btn-outline-white {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.65);
    padding: 13px 36px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
}
.btn-outline-white:hover {
    border-color: #32a157;
    color: #32a157;
}

/* --- Footer redesign --- */
.footer {
    background: #0d0d0d;
    padding: 0;
}
.footer__top {
    display: grid;
    grid-template-columns: 270px 1fr 1fr 230px;
    gap: 48px;
    padding: 72px 0 56px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__col {}
.footer__col-brand {}
.footer-logo-link {
    display: inline-block;
    margin-bottom: 16px;
}
.footer-logo-img {
    height: 60px;
    width: auto;
}
.footer-brand__desc {
    color: rgba(255,255,255,0.45);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 24px;
}
.footer-socials {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-socials .btn-social .icon {
    fill: rgba(255,255,255,0.5);
    transition: .3s;
}
.footer-socials .btn-social:hover .icon {
    fill: #32a157;
}
.footer-social-tg {
    color: rgba(255,255,255,0.5);
    transition: .3s;
    display: flex;
    align-items: center;
}
.footer-social-tg:hover { color: #32a157; }
.footer-col__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.footer-col__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col__list li {
    margin-bottom: 11px;
}
.footer-col__list a {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: .3s;
}
.footer-col__list a:hover { color: #32a157; }
.footer__col-contacts {}
.footer-phone {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    text-decoration: none;
    transition: .3s;
}
.footer-phone:hover { color: #32a157; }
.footer-phone-note {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    margin-bottom: 18px;
}
.footer-email {
    display: block;
    color: #32a157;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 14px;
    transition: .3s;
}
.footer-email:hover { color: #fff; }
.footer-address {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-map-link {
    color: #32a157;
    font-size: 14px;
    text-decoration: none;
    transition: .3s;
}
.footer-map-link:hover { color: #fff; }
.footer__bottom {
    padding: 18px 0;
}
.footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.footer-copyright {
    color: rgba(255,255,255,0.35);
    font-size: 13px;
}
.footer-privacy {
    color: rgba(255,255,255,0.35);
    font-size: 13px;
    text-decoration: none;
    transition: .3s;
}
.footer-privacy:hover { color: #fff; }
.footer-made {
    color: rgba(255,255,255,0.35);
    font-size: 13px;
}
.footer-made a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
}
.footer-made a:hover { color: #fff; }

/* Header phone wrap */
.header-phone-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header-phone-wrap .contact-item {
    margin-right: 0;
    font-size: 17px;
}
.header-phone-note {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
    line-height: 1.2;
}

/* Header: add contact button on main page */
.main-page .btn-contact-header {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1.5px solid #32a157;
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-left: 20px;
    white-space: nowrap;
}
.main-page .btn-contact-header:hover {
    background: #32a157;
    color: #fff;
}

/* --- Responsive home page --- */

/* --- Reviews section (home page) --- */
.home-reviews-section {
    background: #0a0a0a;
    padding: 80px 0 100px;
}
.home-reviews-section .section-title {
    margin-bottom: 48px;
}
.home-reviews-section .reviews-items {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}
.home-reviews-section .item-review {
    color: #fff;
}
.home-reviews-section .item-review__title {
    color: #fff;
}
.home-reviews-section .item-review__name {
    color: rgba(255,255,255,0.5);
}
.home-reviews-section .item-review:hover {
    color: #32a157;
}
.home-reviews-section .item-review:hover .item-review__name {
    color: rgba(50,161,87,0.7);
}
.home-reviews-section .css-slider-basic .slick-arrow .icon {
    fill: rgba(255,255,255,0.3);
}
.home-reviews-section .css-slider-basic .slick-arrow:hover .icon {
    fill: #32a157;
}

/* ≤1200px: footer 2×2 */
@media (max-width: 1199px) {
    .footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 36px 48px;
    }
    .hero__title { font-size: 48px; }
    .hero__right { width: 380px; }
}

/* ≤1200px: slightly smaller right panel */
@media (max-width: 1200px) {
    .hero__right { width: 400px; }
}

/* ≤1024px: services 3→1col */
@media (max-width: 1024px) {
    .home-services-grid { grid-template-columns: 1fr; gap: 14px; }
    .home-svc-card { min-height: auto; padding: 28px 24px 24px; }
    .home-svc-card__num { font-size: 52px; }
    .home-svc-card__title { font-size: 18px; }
}

/* ≤1024px: hero stacks, 4-col methods → 2-col */
@media (max-width: 1024px) {
    .hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .hero__left { max-width: 100%; }
    .hero__right {
        width: 100%;
        max-width: 620px;
    }
    .hero-utp { grid-template-columns: repeat(2, 1fr); }
    .methods-grid--3col { grid-template-columns: repeat(2, 1fr); }
    .methods-grid--4col { grid-template-columns: repeat(2, 1fr); }
    .hero__title { font-size: 44px; }
}

/* ≤900px: hide contact button (not enough space) */
@media (max-width: 900px) {
    .btn-contact-header { display: none !important; }
}

/* ≤767px: mobile */
@media (max-width: 767px) {
    /* hero */
    .hero {
        min-height: auto;
        padding: 90px 0 60px;
        align-items: flex-start;
    }
    .hero__title { font-size: 32px; line-height: 1.1; }
    .hero__label { font-size: 11px; letter-spacing: 2px; margin-bottom: 14px; }
    .hero__desc { font-size: 15px; margin-bottom: 32px; max-width: 100%; }
    .btn-hero { font-size: 15px; padding: 13px 26px; width: 100%; justify-content: center; box-sizing: border-box; }
    .hero__right { max-width: 100%; }
    .hero-utp { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hero-utp__item { padding: 20px 16px; gap: 10px; }
    .hero-utp__icon { width: 32px; height: 32px; }
    .hero-utp__num { font-size: 18px; }
    .hero-utp__text { font-size: 12px; }
    .hero-clients { margin-top: 32px; }
    .hero-clients__logos { gap: 20px; }
    .hero-clients__logo { height: 22px; }

    /* methods sections */
    .methods-section { padding: 48px 0; }
    .section-title { font-size: 22px; margin-bottom: 24px; }
    .methods-grid--2col,
    .methods-grid--3col,
    .methods-grid--4col { grid-template-columns: 1fr; }
    .method-card { padding: 20px 18px; gap: 14px; }
    .method-card__icon { width: 36px; height: 36px; }
    .method-card__title { font-size: 14px; }
    .methods-section__btn { margin-top: 24px; }
    .btn-outline-white { padding: 12px 28px; font-size: 14px; }

    /* reviews */
    .home-reviews-section { padding: 48px 0 60px; }
    .home-reviews-section .reviews-items { padding-left: 32px; padding-right: 32px; }

    /* footer */
    .footer__top {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 48px 0 40px;
    }
    .footer-col__title { margin-bottom: 14px; }
    .footer-col__list li { margin-bottom: 9px; }
    .footer-phone { font-size: 20px; }
    .footer__bottom { padding: 16px 0; }
    .footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ≤480px: very small phones */
@media (max-width: 480px) {
    .hero__title { font-size: 26px; }
    .hero-utp { grid-template-columns: 1fr; }
    .hero-utp__item { flex-direction: row; align-items: flex-start; padding: 16px; gap: 14px; }
    .hero-utp__icon { flex-shrink: 0; }
    .hero-utp__num { font-size: 17px; }
    .hero-utp__text { font-size: 13px; }
    .hero { padding: 80px 0 48px; }
}


.method-card__icon--img img { object-fit: contain; border-radius: 4px; mix-blend-mode: normal; }

/* Certificates slider */
.section-certs { padding: 60px 0; }
.certs-slider-wrap { position: relative; }
.certs-slider-wrap .slick-arrow { top: 50%; transform: translateY(-50%); }
.certs-slider {
    padding-left: 100px;
    padding-right: 100px;
}
.certs-slider .slick-slide { padding: 0 10px; }
.cert-slide {
    display: block;
    text-decoration: none;
    padding: 6px;
}
.cert-slide__inner {
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    background: #f5f5f5;
    aspect-ratio: 210/297;
    border: 2px solid transparent;
    transition: border-color .25s;
}
.cert-slide:hover .cert-slide__inner { border-color: #32a457; }
.cert-slide__inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 600px) {
    .certs-slider { padding-left: 40px; padding-right: 40px; }
    .certs-slider .slick-slide { padding: 0; }
    .cert-slide { padding: 0; }
    .cert-slide__inner { min-height: 400px; }
}
