@font-face {
	font-family: 'Proxima-Nova-Lt';
	src: url("../fonts/ProximaNova-Light.eot");
	src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

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

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

@font-face {
	font-family: 'Proxima-Nova-Th';
	src: url("../fonts/ProximaNovaT-Thin.eot");
	src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima-Nova-Bold';
	src: url("../fonts/ProximaNova-Bold.eot");
	src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

/*  === SPRITE === */
/*  ==== RESET ==== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	font-size: 10px;
}

html, body {
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}
.block-one li{list-style:none;}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

/*  ==== all style ==== */
p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.container {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

/* @media (max-width: 991px) {
	.container {
		max-width: 720px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 560px;
	}
}
@media (max-width: 575px) {
	.container {
		max-width: 100%;
	}
} */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
}

body {
	background-color: #f2f2f2;
	font-weight: normal;
	font-size: 1.6rem;
	font-family: "Proxima-Nova-Lt", sans-serif;
	color: #000;
	line-height: 1;
	position: relative;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

h2 {
	font-weight: normal;
	font-family: 'Proxima-Nova-Lt';
}

h3, h4, h5, b, strong {
	font-weight: normal;
	font-family: 'Proxima-Nova-Sem';
}

.h1 {
	font-weight: normal;
	font-size: 2.4rem;
	font-family: 'Proxima-Nova-Sem';
	color: #b52926;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

a {
	text-decoration: none;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.float-left {
	float: left;
	padding: 0 30px 20px 0;
}

.float-right {
	float: right;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.all-wrapp {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

.hide {
	display: none;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social .social__item {
	display: inline-block;
	line-height: 0;
	margin-left: 12px;
}

.social .social__item:first-child {
	margin-left: 0;
}

.social .social__item img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.social .social__item:hover img {
	opacity: .95;
	-webkit-transform: scale(1.05) translateY(-2px);
	transform: scale(1.05) translateY(-2px);
}

.button-style {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-style .button-style__icon {
	background-color: #feed01;
	position: relative;
	display: inline-block;
	width: 19px;
	height: 3px;
	border-radius: 3px;
}

.button-style .button-style__icon:before, .button-style .button-style__icon:after {
	background-color: inherit;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	height: 100%;
	border-radius: 3px;
}

.button-style .button-style__icon:before {
	width: 16px;
	-webkit-transform: translate3d(0, -180%, 0);
	transform: translate3d(0, -180%, 0);
}

.button-style .button-style__icon:after {
	width: 23px;
	-webkit-transform: translate3d(0, 180%, 0);
	transform: translate3d(0, 180%, 0);
}

.block-btn {
	text-align: center;
	margin-top: 40px;
}

.block-title {
	text-align: center;
}

.block-title .block-title__desk {
	font-weight: normal;
	font-size: 1.8rem;
	color: #888;
	display: block;
	line-height: 1.6;
}

.title {
	font-weight: normal;
	font-size: 3rem;
	font-family: 'Proxima-Nova-Lt';
	color: #000;
	display: block;
	line-height: 1.2;
	margin-bottom: 25px;
}

.section-style {
	background: #fff;
}

.btn {
	background: #01793b;
	font-weight: normal;
	font-size: 1.8rem;
	color: #FFF400;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 52px;
	padding: 0 70px 0 55px;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px #feed01;
	box-shadow: 2px 2px #feed01;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.btn span {
	position: relative;
	display: inline-block;
}

.btn span:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	background-image: url(../img/sprite.png);
	background-position: -72px -14px;
	width: 14px;
	height: 13px;
	left: auto;
	right: -25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn:hover {
	background: #019247;
}

.btn.btn--download {
	font-size: 1.6rem;
	color: #fff;
	height: 40px;
	padding: 0 45px 0 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn--download span:after {
	background-image: url(../img/sprite.png);
	background-position: -72px 0px;
	width: 16px;
	height: 13px;
}

.btn--2 {
	background: #feed01;
	font-size: 1.6rem;
	font-family: 'Proxima-Nova-Rg';
	color: #01793b;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn--2 span:after {
	background-image: url(../img/sprite.png);
	background-position: -72px -28px;
	width: 14px;
	height: 13px;
}

.btn--2:hover {
	background: #f8ef6c;
}

@media (max-width: 575px) {
	.btn {
		padding: 0 55px 0 35px;
	}
}

@media (max-width: 350px) {
	.btn {
		font-size: 1.6rem;
		padding: 0 45px 0 25px;
	}
}

.menu-bg {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-bg.active {
	opacity: 1;
	z-index: 990;
}

.slider-flex .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-flex .slick-slide {
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.slider-img .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-img .slick-slide {
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.slider-img .slick-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.read-more {
	font-size: 1.7rem;
	color: #006732;
	position: relative;
	display: inline-block;
	padding-right: 26px;
}

.read-more span {
	position: relative;
	display: inline-block;
}

.read-more span:after {
	background: #9fc6b2;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.read-more:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url(../img/sprite.png);
	background-position: -72px -28px;
	width: 14px;
	height: 13px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.read-more:hover span:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.box-video {
	position: relative;
}

.box-video iframe, .box-video object, .box-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.line-clamp {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
}

.line-clamp:after {
	content: "...";
	text-align: right;
	bottom: 0;
	right: 0;
	width: 25%;
	display: block;
	position: absolute;
	max-height: calc(1em * 1.2);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, white));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 75%);
}

@supports (-webkit-line-clamp: 1) {
	.line-clamp:after {
		display: none !important;
	}
}

.line-clamp-1 {
	--line-clamp: 1;
	-webkit-line-clamp: 1;
	max-height: calc(1em * 1.2 * 1);
}

@supports (--css: variables) {
	.line-clamp-1 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

.line-clamp-2 {
	--line-clamp: 2;
	-webkit-line-clamp: 2;
	max-height: calc(1em * 1.2 * 2);
}

@supports (--css: variables) {
	.line-clamp-2 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

.line-clamp-3 {
	--line-clamp: 3;
	-webkit-line-clamp: 3;
	max-height: calc(1em * 1.2 * 3);
}

@supports (--css: variables) {
	.line-clamp-3 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

.line-clamp-4 {
	--line-clamp: 4;
	-webkit-line-clamp: 4;
	max-height: calc(1em * 1.2 * 4);
}

@supports (--css: variables) {
	.line-clamp-4 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

.line-clamp-5 {
	--line-clamp: 5;
	-webkit-line-clamp: 5;
	max-height: calc(1em * 1.2 * 5);
}

@supports (--css: variables) {
	.line-clamp-5 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

.line-clamp-6 {
	--line-clamp: 6;
	-webkit-line-clamp: 6;
	max-height: calc(1em * 1.2 * 6);
}

@supports (--css: variables) {
	.line-clamp-6 {
		-webkit-line-clamp: var(--line-clamp);
		max-height: calc(1em * 1.2 * var(--line-clamp));
	}
}

/* === FORM === */
.box-form {
	background: #01793b;
	padding: 32px 0 33px;
}

.block-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.content-form .content-form__text {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.35;
	padding-right: 20px;
	margin: 0;
}

.content-form .content-form__text .content-form__title {
	font-weight: normal;
	font-family: 'Proxima-Nova-Bold';
	text-transform: uppercase;
	display: block;
}

.content-form .content-form__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
}

/* ! == FORM ==*/
.form-group {
	margin: 0 -5px;
}

.form-group .col {
	padding: 0 5px;
}

.block-input input, .block-message textarea {
	background: transparent;
	font-size: 1.8rem;
	font-family: 'Proxima-Nova-Lt';
	color: #fff;
	display: block;
	width: 100%;
	padding: 0 10px 0 20px;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	border-radius: 5px;
	border: 1px solid #7ebb9b;
}

.block-input input:hover, .block-input input:focus, .block-message textarea:hover, .block-message textarea:focus {
	background: transparent;
}

.block-input {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.block-input input {
	height: 47px;
	line-height: 45px;
}

.block-message textarea {
	text-align: left;
	min-height: 140px;
	max-height: 140px;
	min-width: 100%;
	max-width: 100%;
	padding: 14px 10px 10px 15px;
}

::-webkit-input-placeholder {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Lt';
	color: #939493;
	opacity: 1;
}

:-moz-placeholder {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Lt';
	color: #939493;
	opacity: 1;
}

::-moz-placeholder {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Lt';
	color: #939493;
	opacity: 1;
}

:-ms-input-placeholder {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Lt';
	color: #939493;
	opacity: 1;
}

.content-form__form .btn {
	height: 100%;
}

.content-form__form ::-webkit-input-placeholder {
	font-size: 1.8rem;
	color: #A6DABF;
}

.content-form__form :-moz-placeholder {
	font-size: 1.8rem;
	color: #A6DABF;
}

.content-form__form ::-moz-placeholder {
	font-size: 1.8rem;
	color: #A6DABF;
}

.content-form__form :-ms-input-placeholder {
	font-size: 1.8rem;
	color: #A6DABF;
}

.content-form__form--rss .block-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 300px);
	flex: 0 0 calc(100% - 300px);
	max-width: calc(100% - 300px);
	margin: 0;
}

.content-form__form--rss .block-input input {
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.content-form__form--rss .form-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}

.content-form__form--rss .btn {
	font-size: 1.8rem;
	width: 100%;
	padding: 0 50px 0 35px;
	border-radius: 0 5px 5px 0;
}

.content-form__form--post .btn {
	border-radius: 5px;
}

.content-form__form--post .block-input {
	margin: 0;
}

.content-form__form--post .form-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}

@media (max-width: 1130px) {
	.content-form--post .content-form__text, .content-form--post .content-form__form--post {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.content-form--post .content-form__text {
		text-align: center;
	}
	.content-form--post .content-form__form--post {
		margin-top: 25px;
	}
	.content-form--post .content-form__form--post .form-group {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	.box-form {
		padding: 32px 0 50px;
	}
	.content-form .content-form__text, .content-form .content-form__form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content-form .content-form__text {
		padding-right: 0;
		text-align: center;
	}
	.content-form .content-form__form {
		margin-top: 25px;
	}
}

@media (min-width: 661px) {
	.content-form__form--post .btn {
		width: 100%;
		font-size: 0;
		padding: 0;
	}
	.content-form__form--post .btn span:after {
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
}

@media (max-width: 660px) {
	.content-form--post .form-group .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.content-form--post .btn {
		font-size: 1.6rem;
		width: 100%;
		height: 47px;
	}
}

@media (max-width: 575px) {
	.content-form__form--rss .block-input, .content-form__form--rss .form-button {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.content-form__form--rss .block-input {
		margin-bottom: 20px;
	}
	.content-form__form--rss .block-input input {
		border-right: 1px solid #7ebb9b;
		border-radius: 5px;
	}
	.content-form__form--rss .form-button {
		height: 47px;
		text-align: center;
	}
	.content-form__form--rss .btn {
		width: auto;
		border-radius: 5px;
	}
}

@media (max-width: 360px) {
	.content-form__form--rss .btn {
		font-size: 1.6rem;
		width: 100%;
	}
}

/* === HEADER === */
.header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* --- begin header one --- */
.header-one {
	background-color: #f6f6f6;
	padding: 9px 0 8px;
}

.header-one .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-one .block-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-one .block-one .block-address {
	margin-left: 18px;
}

.header-one .header-personal {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 195px;
	flex: 0 0 195px;
	max-width: 195px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-one .personal-link {
	color: #01793B;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-one .personal-link svg {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-left: 11px;
}

.header-one .personal-link span {
	position: relative;
	display: inline-block;
}

.header-one .personal-link span:after {
	background: #01793B;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-one .personal-link:hover span:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* --- end header one --- */
.block-address--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-address .block-address__item {
	font-size: 1.4rem;
	color: #888;
	position: relative;
	margin: 0 0 0 30px;
}

.block-address .block-address__item:first-child {
	margin-left: 0;
}

.block-address .block-address__item:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-address .block-address__time {
	padding-left: 29px;
}

.block-address .block-address__time:before {
	background-image: url(../img/sprite.png);
	background-position: 0px -50px;
	width: 19px;
	height: 19px;
}

.block-address .block-address__address {
	padding-left: 25px;
}

.block-address .block-address__address:before {
	background-image: url(../img/sprite.png);
	background-position: -20px -50px;
	width: 14px;
	height: 19px;
}

/* --- begin header second --- */
.header-second {
	background-color: #fff;
	padding: 14px 0 20px;
}

.header-second .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-second .header-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	max-width: 320px;
}

.header-second .header-social {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	margin-right: 19px;
}

.header-second .header-lang {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 118px;
	flex: 0 0 118px;
	max-width: 118px;
}

.logo {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* --- block phone --- */
.block-phone li {
	margin: 0 5px;
}

.block-phone .block-phone__item {
	font-size: 1.8rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
}

.block-phone .block-phone__item:hover {
	color: #01793b;
}

/* --- block lang --- */
.block-lang {
	position: relative;
}

.block-lang .block-lang__link {
	background-color: transparent;
	color: #000;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.block-lang .block-lang__link img {
	display: inline-block;
	margin-right: 6px;
}

.block-lang .block-lang__toggle {
	background-color: #fff;
	padding: 9px 18px 8px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.block-lang .block-lang__toggle:after {
	position: absolute;
	display: block;
	content: "";
	font-size: 2.3rem;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000;
	content: '\203A';
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	right: 9px;
	margin-top: 1px;
}

.block-lang .block-lang__menu {
	position: absolute;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: calc(100% - 2px);
	top: 100%;
	left: 1px;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.block-lang .block-lang__menu ul {
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.block-lang .block-lang__menu ul .block-lang__link {
	padding: 6px 5px 6px 10px;
}

.block-lang .block-lang__menu ul .block-lang__link:hover {
	background: #fffbc5;
	color: #01793B;
}

.block-lang:hover .block-lang__menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* --- end header second --- */
/*--- begin header third --- */
.header-third {
	background: #01793b;
}

.header-third .container {
	position: relative;
}

.header-third .header-catalog {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 277px;
	flex: 0 0 277px;
	max-width: 277px;
	padding-right: 0;
}

.header-third .header-catalog .catalog-link {
	height: 100%;
}

.catalog-menu {
	position: relative;
	height: 100%;
}

.catalog-menu .catalog-link {
	background: transparent;
	font-size: 1.6rem;
	font-family: 'Proxima-Nova-Sem';
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	padding: 0 5px 0 26px;
	border: none;
	border-right: 1px solid #179554;
	border-left: 1px solid #179554;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.catalog-menu .catalog-link .button-style__icon {
	margin-right: 19px;
}

.catalog-menu .catalog-link.active, .catalog-menu .catalog-link:hover {
	background: #019247;
}

.catalog-menu .catalog-menu__wrapp {
	background: #fff;
	position: absolute;
	display: none;
	width: 320px;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	z-index: 10;
}

.catalog-menu .catalog-menu__wrapp ul {
	padding: 20px 0 12px;
	border-bottom: 1px solid #d7d7d7;
}

.catalog-menu .catalog-menu__wrapp ul li a {
	font-size: 1.7rem;
	color: #000;
	display: inline-block;
	width: 100%;
	line-height: 1.1;
	padding: 9px 10px 8px 25px;
}

.catalog-menu .catalog-menu__wrapp ul li a:hover {
	color: #01793b;
}

.catalog-menu .catalog-menu__wrapp .block-btn {
	padding: 25px 25px 30px;
	margin: 0;
}

.catalog-menu .catalog-menu__wrapp .block-btn .btn {
	width: 100%;
}

/* ==== MAIN MENU ===== */
.box-main-menu {
	padding: 0;
	border-right: 1px solid #179554;
}

.main-menu-div>div>ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-menu-div ul > li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.main-menu-div ul > li > a {
	font-size: 1.7rem;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 59px;
	padding: 0 5px;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.main-menu-div ul > li > a:hover, .main-menu-div ul > li > a:active {
	background: #019247;
}

.main-menu-div ul > li.active a {
	cursor: default;
}

.main-menu-div ul .drop-down > a {
	padding-right: 30px;
}

.main-menu-div ul .drop-down:after {
	position: absolute;
	display: block;
	content: "";
	font-size: 2.2rem;
	font-family: Tahoma, Verdana, sans-serif;
	color: #feed01;
	content: '\203A';
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	left: 50%;
	margin-left: 48px;
}

.main-menu-div ul .drop-down .sub-menu {
	background: #fff;
	position: absolute;
	width: 320px;
	padding: 10px 0 20px;
	top: 100%;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 5;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.main-menu-div ul .drop-down .sub-menu li a {
	font-size: 1.6rem;
	font-family: 'Proxima-Nova-Rg';
	color: #000;
	display: inline-block;
	line-height: 1.1;
	width: 100%;
	padding: 6px 10px 7px 38px;
}

.main-menu-div ul .drop-down .sub-menu li a:hover {
	background: #fffbc5;
	color: #01793b;
}

.main-menu-div ul .drop-down:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.close-menu {
	display: none;
}

/*--- header-search --- */
.header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-info .box-search {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	height: 100%;
}

.header-info .box-search:hover .header-search, .header-info .box-search.active .header-search{
	-webkit-transform: translateY(-50%) scaleX(1);
	transform: translateY(-50%) scaleX(1);
}

.header-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	padding: 0;
}

.btn-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: none;
	border-right: 1px solid #179554;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.btn-search img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-search:hover {
	background: #019247;
}

.btn-search:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.header-search {
	background: #fff;
	position: absolute;
	width: calc(100% - 30px);
	padding: 30px;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
	z-index: 15;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.block-search {
	position: relative;
}

.block-search:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	background-image: url(../img/sprite.png);
	background-position: -23px -27px;
	width: 22px;
	height: 22px;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.block-search .form-search {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.block-search input {
	background: transparent;
	font-size: 1.7rem;
	color: #000;
	display: inline-block;
	height: 59px;
	padding: 0 20px 0 60px;
	border: 1px solid #d6d6d6;
	border-right: none;
	width: calc(100% - 130px);
}

.block-search .btn-search--form {
	background: #01793b;
	font-size: 2rem;
	color: #feed01;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	max-width: 135px;
	height: auto;
	z-index: 2;
	border: none;
}

.block-search .btn-search--form:hover {
	background: #019247;
}

.block-search .ajaxishi-search {
	display: none;
	background: #fff;
	position: absolute;
	width: calc(100% - 135px);
	padding: 12px 0 45px;
	top: 100%;
	border: 1px solid #d6d6d6;
	border-top: none;
}

.block-search .ajaxishi-search a {
	font-size: 1.7rem;
	color: #000;
	display: inline-block;
	width: 100%;
	line-height: 1.1;
	padding: 7px 10px 7px 60px;
}

.block-search .ajaxishi-search a:hover {
	background: #fffbc5;
	color: #01793b;
}

/*--- basket --- */
.link-basket {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border-right: 1px solid #179554;
}

.link-basket img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-basket .link-basket__number {
	background: #feed01;
	font-family: 'Proxima-Nova-Sem';
	color: #01793B;
	position: absolute;
	display: block;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 21px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin: -17px 0 0 2px;
}

.link-basket:hover {
	background: #019247;
}

.link-basket:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*--- begin header third --- */
/* === button menu open === */
.button-menu {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 32px;
	line-height: 25px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	padding: 0;
	border: none;
	cursor: pointer;
}

.button-menu:focus, .button-menu:hover {
	background-color: transparent;
}

.button-menu span {
	background-color: #000;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 6px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.button-menu span:before, .button-menu span:after {
	background-color: inherit;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-menu span:before {
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}

.button-menu span:after {
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

.button-menu.close-menu span {
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-menu.close-menu span:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-menu.close-menu span:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.button-menu.close-menu:hover span {
	background: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-menu.close-menu:hover span:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 1120px) {
	.header-second .header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 240px;
		flex: 0 0 240px;
		max-width: 240px;
	}
	.header-second .block-phone .block-phone__item {
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	.header .block-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.logo--min {
		display: none;
	}
	.header-third .header-logo {
		display: none;
	}
	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 185px;
		flex: 0 0 185px;
		max-width: 185px;
		padding-left: 0;
	}
	.box-main-menu .menu-wrapp .header-catalog--menu {
		display: none;
	}
	.btn-search--mobil {
		display: none;
	}
}

@media (max-width: 991px) {
	/*     .header-one {
        .block-address {
            .block-address__item {
                font-size: 1.2rem;
            }
        }
    } */
	.header-one, .header-second {
		display: none;
	}
	.header-third .header-catalog--col {
		display: none;
	}
	.header-third .logo-mobil {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 387px;
		flex: 0 0 387px;
		max-width: 387px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-catalog--menu {
		position: relative;
	}
	.header-catalog--menu .logo {
		position: absolute;
		top: -1px;
		right: 0;
	}
	.link-basket:hover {
		background: transparent;
	}
	.header .row {
		height: 89px;
	}
	.header .header-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
		max-width: 45px;
	}
	.button-menu .button-style__icon {
		width: 27px;
	}
	.button-menu .button-style__icon:before {
		width: 24px;
		-webkit-transform: translate3d(0, -260%, 0);
		transform: translate3d(0, -260%, 0);
	}
	.button-menu .button-style__icon:after {
		width: 31px;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
	.header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 285px;
		flex: 0 0 285px;
		max-width: 285px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 235px;
		flex: 0 0 235px;
		max-width: 235px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-info .header-phone, .header-info .header-personal, .header-info .box-search {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25px;
		flex: 0 0 25px;
		max-width: 25px;
	}
	.header-info .box-search:hover .btn-search--mobil {
		background: transparent;
	}
	.header-info .box-search:hover .header-search {
		-webkit-transform: translateY(0) scaleX(0);
		transform: translateY(0) scaleX(0);
	}
	.header-info .box-search .btn-search--desktop {
		display: none;
	}
	.header-info .box-search .header-search {
		width: 100%;
		top: 100%;
		right: 0;
		padding: 30px 15px;
		-webkit-transform: translateY(0) scaleX(0);
		transform: translateY(0) scaleX(0);
	}
	.header-info .box-search .header-search:before {
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: 18px solid #fff;
		top: 7px;
		right: 135px;
		-webkit-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
	.header-info .box-search .header-search.search-open {
		-webkit-transform: translateY(0) scaleX(1);
		transform: translateY(0) scaleX(1);
		z-index: 991;
	}
	.header-info .box-search .header-search.search-open:before {
		top: -17px;
	}
	.btn-search {
		border: none;
	}
	.personal-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.btn-modal {
		position: relative;
	}
	.btn-modal.active {
		z-index: 991;
	}
	.btn-close {
		background: transparent;
		font-size: 3rem;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-family: 'Proxima-Nova-Lt';
		color: #fff;
		position: absolute;
		display: inline-block;
		top: -3px;
		right: -38px;
		border: none;
		cursor: pointer;
	}
	.header-phone {
		position: relative;
		/*         &:hover{
            .header-phone__dropdown {
                //transform: scaleY(1);
                &:before {
                    top: -17px;
                }
            }
        } */
	}
	.header-phone .button-phone {
		background: transparent;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.header-phone .header-phone__dropdown {
		background: #f2f2f2;
		position: absolute;
		display: none;
		width: 430px;
		top: 100%;
		right: -18px;
		text-align: center;
		padding: 66px 15px 72px;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		z-index: 991;
	}
	.header-phone .header-phone__dropdown:before {
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: 18px solid #f2f2f2;
		top: 7px;
		right: 10px;
		-webkit-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
	.header-phone .header-phone__dropdown .header-phone__title {
		font-size: 3rem;
		font-family: 'Proxima-Nova-Lt';
		letter-spacing: 0.095rem;
	}
	.header-phone .header-phone__dropdown .block-phone {
		margin-top: 30px;
	}
	.header-phone .header-phone__dropdown .block-phone .block-phone__item {
		display: inline-block;
		padding: 11px 0;
	}
	.header-phone .header-phone__dropdown.phone-open:before {
		top: -17px;
	}
	.link-basket {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		max-width: 42px;
		border: none;
	}
	.box-main-menu {
		background-color: #01793B;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: 290px;
		height: 100%;
		border: none;
		-webkit-transform: translateX(-550px);
		transform: translateX(-550px);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 999;
	}
	.box-main-menu .menu-top {
		background: #fff;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 28px 53px 27px 25px;
		z-index: 2;
	}
	.box-main-menu .menu-wrapp {
		height: calc(100% - 90px);
		overflow: hidden;
		overflow-y: auto;
		padding: 32px 15px 20px 24px;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-link {
		padding: 0;
		border: none;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-link .button-style__icon {
		margin: 0 0 0 10px;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-link.active, .box-main-menu .menu-wrapp .catalog-menu .catalog-link:hover {
		background: transparent;
		color: #feed01;
	}
	.box-main-menu .menu-wrapp .catalog-menu:hover .catalog-link {
		background: transparent;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-menu__wrapp {
		background: transparent;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 20px 5px 0 0;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-menu__wrapp ul {
		padding: 0 0 0 24px;
		border: none;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-menu__wrapp ul li a {
		font-size: 1.5rem;
		color: #fff;
		padding: 2px 0 1px;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-menu__wrapp .block-btn {
		padding: 20px 0 0;
	}
	.box-main-menu .menu-wrapp .catalog-menu .catalog-menu__wrapp .block-btn .btn {
		padding: 0 15px 0 10px;
		border: 1px solid #fff;
	}
	.box-main-menu .block-lang {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
		max-width: 90px;
	}
	.box-main-menu.open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.main-menu-div ul {
		display: block;
		margin-top: 38px;
	}
	.main-menu-div ul > li {
		margin-top: 13px;
	}
	.main-menu-div ul > li > a {
		display: inline-block;
		width: auto;
		height: auto;
		text-align: left;
		padding: 5px 0;
	}
	.main-menu-div ul > li > a:hover {
		background: transparent;
	}
	.main-menu-div ul > li:hover span {
		-webkit-transform: translateY(-115%);
		transform: translateY(-115%);
		-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.main-menu-div ul .active a, .main-menu-div ul a:hover, .main-menu-div ul > li:hover > a {
		background: transparent;
	}
	.main-menu-div ul .drop-down:after {
		top: 14px;
		margin-left: -26px;
	}
	.main-menu-div ul .drop-down .sub-menu {
		background: transparent;
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		height: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 0 0 24px;
	}
	.main-menu-div ul .drop-down .sub-menu li a {
		font-size: 1.5rem;
		font-family: 'Proxima-Nova-Lt';
		color: #fff;
		padding: 2px 0 1px;
	}
	.main-menu-div ul .drop-down:hover .sub-menu {
		height: auto;
		padding: 16px 0 5px 24px;
	}
	.close-menu {
		font-weight: normal;
		font-size: 3rem;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-family: 'Proxima-Nova-Lt';
		color: #fff;
		position: absolute;
		display: inline-block;
		top: 27px;
		right: -38px;
		opacity: .8;
	}
}

@media (min-width: 661px) {
	.header-catalog--menu .logo {
		display: none;
	}
}

@media (max-width: 660px) {
	.header-third .logo-mobil {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 232px;
		flex: 0 0 232px;
		max-width: 232px;
	}
	.header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
		max-width: 140px;
	}
	.header-logo .logo--min {
		display: none;
	}
	.catalog-menu__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.catalog-menu__top .logo--min {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
	}
}

@media (max-width: 575px) {
	.header .row {
		height: 87px;
	}
	.header-phone .header-phone__dropdown {
		width: 330px;
		right: -70px;
	}
	.header-phone .header-phone__dropdown:before {
		right: 62px;
	}
}

@media (max-width: 500px) {
	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		max-width: 180px;
	}
	.header-info .header-personal {
		display: none;
	}
	.header-info .box-search .header-search:before {
		right: 82px;
	}
	.block-search:before {
		display: none;
	}
	.block-search .btn-search--form {
		font-size: 0;
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px;
		max-width: 56px;
	}
	.block-search .btn-search--form:after {
		display: inline-block;
		content: '';
		background-image: url(../img/sprite.png);
		background-position: -29px 0px;
		width: 22px;
		height: 22px;
	}
	.block-search .ajaxishi-search, .block-search input {
		width: calc(100% - 56px);
	}
	.block-search input {
		padding: 0 10px 0 18px;
	}
	.block-search .ajaxishi-search a {
		padding: 7px 10px 7px 18px;
	}
}

@media (max-width: 430px) {
	.link-basket {
		display: none;
	}
	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		max-width: 110px;
	}
	.header-info .box-search .header-search:before {
		right: 2px;
	}
	.header-phone .header-phone__dropdown {
		right: -55px;
	}
	.header-phone .header-phone__dropdown:before {
		right: 44px;
	}
	.header-phone .header-phone__dropdown .btn-close {
		display: none;
	}
}

@media (max-width: 355px) {
	.header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		max-width: 110px;
	}
	.header-third .logo-mobil {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		max-width: 180px;
	}
	.logo-mobil .header-button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		max-width: 35px;
	}
	.logo-mobil .button-style .button-style__icon {
		width: 19px;
	}
	.logo-mobil .button-style .button-style__icon:before {
		width: 16px;
		-webkit-transform: translate3d(0, -180%, 0);
		transform: translate3d(0, -180%, 0);
	}
	.logo-mobil .button-style .button-style__icon:after {
		width: 23px;
		-webkit-transform: translate3d(0, 180%, 0);
		transform: translate3d(0, 180%, 0);
	}
	.button-menu {
		line-height: 15px;
	}
	.close-menu {
		color: #000;
		top: 4px;
		right: 10px;
		z-index: 5;
		opacity: 1;
	}
}

/* === CONTENT === */
/* === SLIDER === */
.slick-arrow {
	background: #c1c1c1;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-size: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50%;
	opacity: .25;
}

.slick-arrow:after {
	font-size: 8rem;
	font-family: 'Proxima-Nova-Th';
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -9px;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow:hover, .slick-arrow:focus {
	outline: none;
}

.slick-prev {
	left: 0;
}

.slick-prev:after {
	content: '\2039';
}

.slick-next {
	right: 0;
}

.slick-next:after {
	content: '\203A';
}

.sliderBtn-1 .slick-arrow {
	background: #000;
	width: 42px;
	height: 70px;
	opacity: .4;
	border-radius: 0;
}

.sliderBtn-1 .slick-arrow:after {
	font-size: 4rem;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: -6px;
}

.sliderBtn-1 .slick-arrow:hover {
	opacity: .7;
}

.sliderBtn-1 .slick-prev:after {
	content: '\2039';
}

.sliderBtn-1 .slick-next:after {
	content: '\203A';
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 11px;
}

.slick-dots li {
	margin: 5px 4px;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-dots .slick-active button:hover {
	cursor: default;
}

.slick-dots button {
	background: #01793b;
	font-size: 0;
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	opacity: .3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-dots button:hover {
	opacity: 1;
}

.slider-dots .slick-arrow {
	margin-top: -19px;
}

.b-nav {
	position: absolute;
	width: 100%;
	top: 93px;
	left: 0;
}

.b-nav .slick-arrow {
	background-color: transparent;
	font-size: 0;
	color: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	display: inline-block;
	width: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* &:hover {
            &:before {
                background: #fff;
            }
            path {
                fill: #FE730E;
            }
        } */
}

.b-nav .slick-arrow:before {
	background: #FE730E;
	position: absolute;
	display: block;
	content: "";
	width: 120%;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.b-nav .slick-arrow svg {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20px;
	height: 68px;
}

.b-nav .slick-arrow svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.b-nav .slick-arrow span {
	position: relative;
	display: block;
}

.b-nav .slick-arrow:not(.slick-disabled):hover:hover:before {
	background: #fff;
}

.b-nav .slick-arrow:not(.slick-disabled):hover:hover path {
	fill: #FE730E;
}

.b-nav .slick-arrow.slick-disabled {
	cursor: default;
}

.b-nav .slick-prev {
	left: -80px;
}

.b-nav .slick-prev:before {
	left: 10px;
}

.b-nav .slick-next {
	right: -80px;
}

.b-nav .slick-next:before {
	right: 10px;
}

@media (max-width: 575px) {
	.sliderBtn-1 .slick-arrow {
		visibility: hidden;
	}
}

/* === SLIDER MAIN === */
.container--content {
	margin-top: 30px;
}

.slider-main {
	height: 100%;
}

.slider-main .slick-list, .slider-main .slick-track, .slider-main .slick-slide {
	height: 100%;
}

.slider-main .slider-main__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-main .slider-main__item .slider-main__text {
	max-width: 600px;
	padding: 20px 15px 20px 70px;
}

.slider-main .slider-main__item .slider-main__title {
	font-size: 3.4rem;
	color: #fff;
	display: block;
	line-height: 1.2;background:rgba(0,0,0,0.5);padding:10px 15px;border-radius:30px;
}

.slider-main .slider-main__item .btn {
	height: 42px;
	padding: 0 63px 0 48px;
	margin-top: 21px;
}

@media (max-width: 991px) {
	.container--content {
		margin-top: 20px;
	}
	.container--content .content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.container--content.container--content--home .content {
		padding: 0;
	}
	.slider-main {
		height: 370px;
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	.slider-main .slider-main__item .slider-main__text {
		padding: 20px 15px;
	}
}

@media (max-width: 350px) {
	.slider-main {
		height: 300px;
	}
	.slider-main .slider-main__item .slider-main__title {
		font-size: 2.8rem;
	}
}

/* === LEFT BAR === */
.col--aside {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.item-nav {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

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

.item-nav .item-nav__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	padding: 10px 20px 10px 17px;
	border-radius: 5px;
	border-left: 6px solid #019247;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	/*         &:before {
            background: linear-gradient(to right, #019247 0%,#049a4d 100%); 
            @include all-pseudo();
            transform: scaleX(0);
            transform-origin: left center;
            z-index: 0;
            //@include all-transition();
            transition: all 0.2s ease;
        } */
}

.item-nav .item-nav__top .item-nav__img, .item-nav .item-nav__top .item-nav__title {
	position: relative;
	z-index: 1;
}

.item-nav .item-nav__top .item-nav__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	text-align: center;
}

.item-nav .item-nav__top .item-nav__img svg {
	fill: #34a86c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.item-nav .item-nav__top .item-nav__img svg path {
	stroke: #34a86c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.item-nav .item-nav__top .item-nav__title {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Lt';
	color: #000;
	display: inline-block;
	line-height: 1.45;
	padding-left: 20px;
}

.item-nav .item-nav__top:hover, .item-nav .item-nav__top.active {
	background: -webkit-gradient(linear, left top, right top, from(#019247), to(#049a4d));
	background: linear-gradient(to right, #019247 0%, #049a4d 100%);
}

.item-nav .item-nav__top:hover:before, .item-nav .item-nav__top.active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.item-nav .item-nav__top:hover .item-nav__img svg, .item-nav .item-nav__top.active .item-nav__img svg {
	fill: #feed01;
}

.item-nav .item-nav__top:hover .item-nav__img svg path, .item-nav .item-nav__top.active .item-nav__img svg path {
	stroke: #feed01;
}

.item-nav .item-nav__top:hover .item-nav__title, .item-nav .item-nav__top.active .item-nav__title {
	color: #fff;
}

.item-nav.item-nav--5 .item-nav__top .item-nav__img svg {
	width: 42px;
	height: 19px;
	margin-bottom: -5px;
}

.item-nav.item-nav--5:hover .item-nav__top .item-nav__img:after {
	background-position: -51px -103px;
}

.item-nav:hover .item-nav__top, .item-nav.active .item-nav__top {
	background: -webkit-gradient(linear, left top, right top, from(#019247), to(#049a4d));
	background: linear-gradient(to right, #019247 0%, #049a4d 100%);
}

.item-nav:hover .item-nav__top .item-nav__img svg, .item-nav.active .item-nav__top .item-nav__img svg {
	fill: #feed01;
}

.item-nav:hover .item-nav__top .item-nav__img svg path, .item-nav.active .item-nav__top .item-nav__img svg path {
	stroke: #feed01;
}

.item-nav:hover .item-nav__top .item-nav__title, .item-nav.active .item-nav__top .item-nav__title {
	color: #fff;
}

.item-nav.item-nav--5.active .item-nav__top .item-nav__img:after {
	background-position: -51px -103px;
}

.item-nav .item-nav__dropdown {
	padding: 0 10px 0 23px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	height: 0;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.item-nav .item-nav__list {
	height: 280px;
	margin: 0 auto;
}

.item-nav .item-nav__list li {
	position: relative;
	padding: 0 7px 0 18px;
}

.item-nav .item-nav__list li:before {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.item-nav .item-nav__list a {
	font-size: 1.5rem;
	color: #000;
	display: inline-block;
	line-height: 1.5;
}

.item-nav .item-nav__list a:hover {
	color: #01793B;
}

.item-nav .item-nav__list .jspVerticalBar {
	background: #f2f2f2;
	width: 5px;
	margin-top: 7px;
}

.item-nav .item-nav__list .jspVerticalBar .jspDrag {
	background: #c4c4c4;
}

.item-nav.active .item-nav__dropdown, .item-nav:hover .item-nav__dropdown {
	padding: 14px 10px 15px 23px;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	height: auto;
}

/*--- aside banner --- */
.aside-banner {
	background: #20b1de url("../img/aside-banner.jpg") no-repeat 20px bottom;
	padding: 20px 5px 25px 20px;
	margin-top: 31px;
	border-radius: 7px;
}

.aside-banner .aside-banner__body {
	padding-left: 77px;
}

.aside-banner .aside-banner__title {
	font-weight: normal;
	font-size: 1.9rem;
	font-family: 'Proxima-Nova-Sem';
	color: #fff;
	display: block;
	line-height: 1.2;
}

.aside-banner .aside-banner__desc {
	font-size: 1.4rem;
	color: #B1ECFF;
	display: block;
	line-height: 1.3;
	margin-top: 11px;
}

.aside-banner .btn {
	font-size: 1.6rem;
	height: 37px;
	padding: 0 39px 0 21px;
	margin-top: 16px;
}

/*--- aside banner --- */
@media (min-width: 992px) {
	.col--aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 291px;
		flex: 0 0 291px;
		max-width: 291px;
	}
	.aside-nav .slick-slide {
		width: calc(100% - 6px) !important;
		float: none !important;
	}
}

@media (max-width: 991px) {
	.col--aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.aside-nav {
		padding-right: 52px;
		margin-left: -5px;
	}
	.aside-nav .slick-slide {
		margin: 0 5px;
	}
	.aside-nav .slick-arrow {
		background: #006f40;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		opacity: 1;
	}
	.aside-nav .slick-prev {
		visibility: hidden;
	}
	.aside-nav .slick-next:after {
		content: '\203A';
		font-size: 5rem;
		font-family: 'Proxima-Nova-Th';
		color: #fff;
		margin: -4px -3px 0 0;
	}
	.item-nav .item-nav__top {
		padding: 5px 10px 5px 10px;
	}
	.item-nav .item-nav__top .item-nav__title {
		font-size: 1.5rem;
	}
	.item-nav .item-nav__dropdown {
		display: none !important;
	}
	.aside-banner {
		display: none;
	}
}

@media (max-width: 500px) {
	.aside-nav {
		padding-right: 0;
		margin-right: -5px;
	}
	.aside-nav .slick-next {
		visibility: hidden;
	}
	.item-nav .item-nav__top .item-nav__title {
		font-size: 1.4rem;
		padding-left: 15px;
	}
}

/* === PRODACTION === */
.home-prodaction {
	padding: 42px 0 80px;
	margin-top: 50px;
}

.home-prodaction .title {
	text-align: center;
	letter-spacing: 0.05rem;
}

.tabs .tabs__content {
height: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.tabs .tabs__content.active {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	height: auto;
	opacity: 1;
}

.tabs--prodaction {
	margin-top: 33px;
}

.tabs--prodaction .tabs__caption--prodaction {
	width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #01793b;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.tabs--prodaction .tabs__caption--prodaction .caption-item {
	font-size: 1.8rem;
	color: #01793b;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 52px;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.tabs--prodaction .tabs__caption--prodaction .caption-item:hover {
	color: #000;
}

.tabs--prodaction .tabs__caption--prodaction .caption-item.active {
	background-color: #01793b;
	color: #fff;
	border-radius: 5px;
	cursor: default;
}

.box-slider {
	margin: 0 -15px;
}

.box-slider .slider-production .item-product {
	padding: 0 15px;
}

.box-slider .slider-production .slick-prev {
	left: -90px;
}

.box-slider .slider-production .slick-next {
	right: -90px;
}

/*=== item product === */
.item-product {
	text-align: center;
}

.item-product .wrapp-inner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	height: 100%;
	padding: 20px 10px 27px;
	border: 1px solid #e1e1e1;
	border-radius: 7px;
}

.item-product .item-product__img {
	height: 200px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	overflow: hidden;
}

.item-product .item-product__img img {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-product .patented {
	position: absolute;
	width: 62px;
	top: 10px;
	right: 10px;
}

.item-product .patented img {
	width: 100%;
}

.item-product a.item-product__img:hover > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-product .block-title {
	height: 62px;
	margin-top: 20px;
}

.item-product .item-product__title {
	font-weight: normal;
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
	line-height: 1.26;
}

.item-product a.item-product__title:hover {
	color: #01793b;
}

.item-product .item-product__desk {
	font-size: 1.5rem;
	color: #737373;
	margin: 16px 0 0;
}

.item-product .item-product__footer {
	margin-top: 20px;
}

.item-product .read-more {
	padding-right: 25px;
}

@media (max-width: 1380px) {
	.box-slider {
		margin: 0;
	}
	.box-slider .slider-production {
		padding: 0 80px;
	}
	.box-slider .slider-production .slick-prev {
		left: 0;
	}
	.box-slider .slider-production .slick-next {
		right: 0;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
	.box-slider .slider-production {
		padding: 0 70px;
	}
	.box-slider .slider-production .item-product {
		padding: 0 7px;
	}
}

@media (max-width: 991px) {
	.home-prodaction {
		margin-top: 0;
	}
}

@media screen and (min-width: 841px) and (max-width: 991px) {
	.box-slider .slider-production {
		padding: 0 70px;
	}
	.box-slider .slider-production .item-product {
		padding: 0 7px;
	}
}

@media (max-width: 767px) {
	.home-prodaction {
		padding-bottom: 63px;
	}
	.home-prodaction .block-btn {
		margin-top: 50px;
	}
}

@media (max-width: 680px) {
	.box-slider .slider-production {
		padding: 0;
	}
	.box-slider .slider-production .item-product {
		padding: 0 7px;
	}
	.box-slider .slider-production .slick-prev {
		left: -5px;
	}
	.box-slider .slider-production .slick-next {
		right: -5px;
	}
}

@media (max-width: 575px) {
	.tabs--prodaction .tabs__caption--prodaction {
		width: 260px;
		margin: 0 auto 20px;
		border: none;
	}
	.tabs--prodaction .tabs__caption--prodaction .caption-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
		border: 1px solid #01793b;
		border-radius: 5px;
	}
}

@media (max-width: 460px) {
	.box-slider {
		max-width: 320px;
		margin: 0 auto;
	}
}

@media (max-width: 420px) {
	.home-prodaction {
		padding-bottom: 54px;
	}
	.home-prodaction .block-btn {
		margin-top: 28px;
	}
}

/* === BANNERS === */
.section-banners--home {
	background-image: url(../img/bg/bg_1.jpg);
	padding: 50px 0;
}

.block-banner--home .item-banner {
	min-height: 183px;
}

.block-banner--home .item-banner.item-banner--1 .wrapp-inner {
	background-image: url("../img/content/banner_1.jpg");
}

.block-banner--home .item-banner.item-banner--2 .wrapp-inner {
	background-image: url("../img/content/banner_2.jpg");
}

.block-banner--home .item-banner .wrapp-inner {
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 20px 35px 23px 175px;
	border-radius: 5px;
	overflow: hidden;
}

.block-banner--home .item-banner .item-banner__title {
	font-weight: normal;
	font-size: 2.2rem;
	color: #131213;
	display: block;
	height: 48px;
	line-height: 1.1;
	overflow: hidden;
}

.block-banner--home .item-banner .item-banner__desc {
	font-size: 1.5rem;
	color: #939393;
	display: block;
	height: 38px;
	margin-top: 8px;
	overflow: hidden;
}

.block-banner--home .item-banner .item-banner__btn {
	margin-top: -3px;
}

.block-banner--home .item-banner .btn {
	font-size: 1.6rem;
	height: 37px;
	padding: 0 55px 0 35px;
}

/* @media screen and (min-width: 992px) and (max-width: 1080px) {
	.section-banners--home {
        .row {
            margin: 0 -5px;
            .col {
                padding: 0 5px;
            }
        }
    }
} */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.block-banner--home .row {
		margin: 0 -5px;
	}
	.block-banner--home .row .col {
		padding: 0 5px;
	}
	.block-banner--home .item-banner .wrapp-inner {
		background-position: -45px bottom;
		padding: 20px 15px 23px 115px;
	}
	.block-banner--home .item-banner .item-banner__title {
		font-size: 2rem;
		height: 45px;
	}
	.block-banner--home .item-banner .item-banner__desc {
		font-size: 1.4rem;
		height: 34px;
	}
	.block-banner--home .item-banner .btn {
		font-size: 1.4rem;
		padding: 0 50px 0 30px;
	}
}

@media (max-width: 767px) {
	.block-banner--home .item-banner--1 {
		margin-left: -585px;
		opacity: .8;
	}
}

@media (max-width: 575px) {
	.block-banner--home .item-banner--1 {
		display: none;
	}
}

@media (max-width: 500px) {
	.block-banner--home .item-banner.item-banner--2 .wrapp-inner {
		background-image: url("../img/content/banner_2-2.jpg");
		background-position: 0 bottom;
		padding: 20px 5px 23px 105px;
	}
}

@media (max-width: 420px) {
	.block-banner--home .row .col {
		padding: 0 10px;
	}
	.block-banner--home .item-banner .item-banner__title {
		font-size: 1.8rem;
		height: 40px;
	}
	.block-banner--home .item-banner .item-banner__desc {
		font-size: 1.6rem;
		height: 40px;
	}
	.block-banner--home .item-banner .btn {
		padding: 0 35px 0 15px;
	}
}

@media (max-width: 350px) {
	.block-banner--home .item-banner .item-banner__title {
		font-size: 1.7rem;
		height: 38px;
	}
	.block-banner--home .item-banner .item-banner__desc {
		font-size: 1.4rem;
		height: 38px;
	}
	.block-banner--home .item-banner .btn {
		font-size: 1.3rem;
	}
}

/* === ABOUT === */
.section-about {
	padding: 40px 0 65px;
}

.about-home .col--1 {
	max-width: 47.2%;
}

.about-home .col--2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-home .title {
	font-size: 3.6rem;
	margin-bottom: 43px;
}

.about-home .about-home__text p {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 26px;
}

.about-home .about-home__text p a {
	color: #00662f;
	border-bottom: 1px solid transparent;
}

.about-home .about-home__text p a:hover {
	border-color: #00662f;
}

.about-home .about-home__text .block-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.about-home .about-home__text .block-footer .block-footer__desc {
	font-size: 1.5rem;
	position: relative;
	padding: 0 10px 0 60px;
	margin: 0;
	line-height: 1.2;
}

.about-home .about-home__text .block-footer .block-footer__desc:before {
	background: url("../img/patented.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	width: 48px;
	height: 48px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-home .about-home__text .block-footer .read-more {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 162px;
	flex: 0 0 162px;
	max-width: 162px;
	padding-right: 0;
}

.subdivisions {
	max-width: 920px;
}

.subdivisions .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subdivisions--home {
	margin: 53px auto 0;
}

.item-subdivisions.item-subdivisions--1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 315px;
	flex: 0 0 315px;
	max-width: 315px;
}

.item-subdivisions.item-subdivisions--1 .item-subdivisions__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}

.item-subdivisions.item-subdivisions--2, .item-subdivisions.item-subdivisions--3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	max-width: 230px;
}

.item-subdivisions.item-subdivisions--2 .item-subdivisions__img, .item-subdivisions.item-subdivisions--3 .item-subdivisions__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
}

.item-subdivisions .wrapp-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
}

.item-subdivisions .item-subdivisions__text {
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1.3;
	padding-left: 20px;
}

@media (max-width: 991px) {
	.about-home .col--1 {
		max-width: 100%;
	}
	.about-home .col--1 .about-home__text {
		display: block;
		margin-bottom: 37px;
	}
	.about-home .col--1 img {
		width: 100%;
	}
	.about-home .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.about-home .col--2 {
		margin-top: 40px;
	}
	.about-home .col--2 .about-home__text .title, .about-home .col--2 .about-home__text .title + p {
		display: none;
	}
	.about-home .about-home__text .block-footer {
		margin-top: 38px;
	}
	.about-home .about-home__text .block-footer .block-footer__desc {
		max-width: 410px;
	}
	.subdivisions--home {
		margin-top: 98px;
	}
}

@media screen and (min-width: 768px) and (max-width: 860px) {
	.item-subdivisions.item-subdivisions--1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		max-width: 310px;
	}
	.item-subdivisions.item-subdivisions--2, .item-subdivisions.item-subdivisions--3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 225px;
		flex: 0 0 225px;
		max-width: 225px;
	}
	.item-subdivisions .item-subdivisions__text {
		padding-left: 18px;
	}
}

@media (max-width: 767px) {
	.subdivisions--home {
		max-width: 300px;
		margin: 95px auto 0;
	}
	.item-subdivisions {
		margin-bottom: 42px;
	}
	.item-subdivisions:last-child {
		margin-bottom: 0;
	}
	.item-subdivisions.item-subdivisions--1, .item-subdivisions.item-subdivisions--2, .item-subdivisions.item-subdivisions--3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-subdivisions.item-subdivisions--2, .item-subdivisions.item-subdivisions--3 {
		padding-left: 55px;
	}
}

@media (max-width: 575px) {
	.section-about {
		padding-bottom: 80px;
	}
	.about-home .col--1 .about-home__text {
		margin-bottom: 31px;
	}
	.about-home figure {
		margin: 0 -15px;
	}
	.about-home .col--2 {
		margin-top: 30px;
	}
	.about-home .about-home__text .block-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-home .about-home__text .block-footer .block-footer__desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-home .about-home__text .block-footer .read-more {
		margin: 15px 0 0 60px;
	}
	.subdivisions--home {
		margin-top: 65px;
	}
}

/* === NEWS, VIDEO HOME === */
.home-news {
	padding: 62px 0 85px;
	border-top: 1px solid #ccc;
}

.home-news .title {
	font-size: 3.6rem;
	margin-bottom: 30px;
}

.item-video .item-video__img {
	position: relative;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.item-video .item-video__img:after {
	background: url(../img/play.png) no-repeat center center;
	position: absolute;
	display: block;
	content: "";
	width: 54px;
	height: 38px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-video .item-video__img img {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-video .item-video__img:hover:after {
	opacity: .8;
}

.item-video .item-video__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-video .item-video__title {
	font-weight: no-repeat;
	font-size: 1.8rem;
	color: #000;
	display: inline-block;
	line-height: 1.35;
	margin-top: 24px;
}

.item-video .item-video__info {
	font-size: 1.6rem;
	color: #939493;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 9px;
}

.item-video .item-video__info .item-video__data, .item-video .item-video__info .item-video__views {
	position: relative;
	display: inline-block;
}

.item-video .item-video__info .item-video__data {
	padding-right: 30px;
}

.item-video .item-video__info .item-video__data:after {
	background: #939493;
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.link-youtube {
	font-size: 1.8rem;
	color: #000;
	position: relative;
	display: inline-block;
	line-height: 1.35;
	padding-left: 54px;
	margin-top: 29px;
}

.link-youtube:before {
	background: url(../img/youtube.png) no-repeat center center;
	position: absolute;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.link-youtube span {
	position: relative;
	border-bottom: 2px solid #d42428;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-youtube:hover {
	color: #d42428;
}

.link-youtube:hover span {
	border-color: transparent;
}

.list-home-news {
	padding: 19px 0 0 30px;
}

.list-home-news .read-more {
	font-size: 1.8rem;
}

.vidget-news .vidget-news__item {
	margin-top: 31px;
}

.vidget-news .vidget-news__item .vidget-news__name {
	font-size: 1.8rem;
	color: #000;
	position: relative;
	display: inline-block;
	line-height: 1.35;
}

.vidget-news .vidget-news__item .vidget-news__name .vidget-news__service {
	background: #EADF43;
	font-size: 1.3rem;
	color: #01793B;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px 2px;
	border-radius: 5px;
	margin-left: 25px;
}

.vidget-news .vidget-news__item a.vidget-news__name:hover {
	color: #00662f;
}

.vidget-news .vidget-news__item .vidget-news__date {
	font-size: 1.6rem;
	color: #939493;
	display: block;
	margin-top: 11px;
}

@media (min-width: 1220px) {
	.block-video.row {
		margin: 0 -28px;
	}
	.block-video.row .col {
		padding: 0 28px;
	}
}

@media (min-width: 992px) {
	.home-news .col--1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 64%;
		flex: 0 0 64%;
		max-width: 64%;
	}
}

@media (max-width: 991px) {
	.home-news {
		padding: 51px 0 45px;
	}
	.home-news .block-video .col:first-child ~ .col {
		display: none;
	}
}

@media (max-width: 700px) {
	.list-home-news {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.home-news {
		padding-top: 40px;
	}
	.home-news .col--2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 55px;
	}
}

/* === CONTENT === */
/*=== BREADCRUMBS ===*/
.box-breadcrumbs {
	margin-top: 23px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs__item {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin: 5px 20px 5px 0;
}

.breadcrumbs .breadcrumbs__item:after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 13px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
}

.breadcrumbs .breadcrumbs__item a, .breadcrumbs .breadcrumbs__item span {
	font-size: 1.4rem;
	font-family: 'Proxima-Nova-Rg';
	color: #000;
	position: relative;
	display: inline-block;
}

.breadcrumbs .breadcrumbs__item a:after {
	background: #b5b5b5;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs .breadcrumbs__item a:hover {
	color: #01793b;
}

.breadcrumbs .breadcrumbs__item a:hover:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.breadcrumbs .breadcrumbs__item:first-child {
	padding-left: 30px;
}

.breadcrumbs .breadcrumbs__item:first-child a:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/sprite.png);
	background-position: -72px -42px;
	width: 14px;
	height: 13px;
	left: -26px;
}

.breadcrumbs .breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs .breadcrumbs__item:last-child a {
	cursor: default;
}

.breadcrumbs .breadcrumbs__item:last-child a:after {
	display: none;
}

.breadcrumbs .breadcrumbs__item:last-child a:hover {
	color: #000;
}

/*=== END BREADCRUMBS ===*/
/*=== BEGIN CATALOG ===*/
.content--page .title {
	margin-bottom: 33px;
}

.catalog {
	padding-bottom: 50px;
}

.catalog-products .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
	.catalog-products {
		margin: 0 -5px;
	}
	.catalog-products .col {
		padding: 0 5px;
	}
	.catalog-products .item-product--catalog .item-product__title {
		font-size: 1.6rem;
	}
	.catalog-products .item-product--catalog .item-product__desk {
		font-size: 1.4rem;
	}
	.catalog-products .item-product--catalog .read-more {
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	.container--page .col--aside {
		margin-top: 4px;
	}
}

@media (max-width: 991px) {
	.content--page {
		margin-top: 40px;
	}
}

@media screen and (min-width: 681px) and (max-width: 860px) {
	.catalog-products {
		margin: 0 -5px;
	}
	.catalog-products .col {
		padding: 0 5px;
	}
	.catalog-products .item-product--catalog .item-product__title {
		font-size: 1.6rem;
	}
	.catalog-products .item-product--catalog .item-product__desk {
		font-size: 1.4rem;
	}
	.catalog-products .item-product--catalog .read-more {
		font-size: 1.6rem;
	}
}

@media (max-width: 680px) {
	.catalog-products .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.content--page .title {
		font-size: 2.6rem;
	}
	.catalog {
		padding-bottom: 40px;
	}
	.catalog-products {
		margin: 0 -5px;
	}
	.catalog-products .col {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 381px) and (max-width: 480px) {
	.catalog-products .item-product--catalog .item-product__title {
		font-size: 1.6rem;
	}
	.catalog-products .item-product--catalog .item-product__desk {
		font-size: 1.4rem;
	}
	.catalog-products .item-product--catalog .read-more {
		font-size: 1.6rem;
	}
}

@media (max-width: 390px) {
	.catalog-products {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catalog-products .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 275px;
		flex: 0 0 275px;
		max-width: 275px;
	}
}

/*=== END CATALOG ===*/
/*=== BEGIN SEO TEXT ===*/
.section-text {
	padding: 60px 0 40px;
}

.staticText h2 {
	font-weight: normal;
	font-size: 3rem;
	font-family: 'Proxima-Nova-Lt';
	line-height: 1.1;
	margin-bottom: 37px;
}

.staticText h3 {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 33px;
}

.staticText p {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 29px;
}

.staticText p strong, .staticText p b {
	font-family: 'Proxima-Nova-Sem';
}

@media (max-width: 575px) {
	.section-text {
		padding: 45px 0 30px;
	}
	.staticText h2 {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.staticText h3 {
		font-size: 2rem;
		margin-bottom: 28px;
	}
	.staticText p {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 22px;
	}
}

/*=== END SEO TEXT ===*/
/* === PAGE NEWS === */
.section-news {
	padding-bottom: 100px;
}

.list-news{
	margin: 0 -15px;
}
.list-cats{    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}
.list-news .list-news__item,.list-cats .list-cats__item{
	width: 33.33333%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.item-news .wrapp-inner,.item-cats .wrapp-inner{
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
}

.item-news .item-news__img,.item-cats .item-cats__img{
	position: relative;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.item-news .item-news__img img,.item-cats .item-cats__img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-news .item-news__img:after,.item-cats .item-cats__img:after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.item-news a.item-news__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-news a.item-news__img:hover:after {
	opacity: .2;
}

.item-news .item-news__text {
	padding: 25px 15px 25px 20px;
}

.item-news .item-news__title {
	font-weight: normal;
	font-size: 1.8rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
	display: inline-block;
	line-height: 1.25;
}

.item-news a.item-news__title:hover {
	color: #01793b;
}

.item-news .item-news__desc {
	font-size: 1.6rem;
	color: #535353;
	display: block;
	line-height: 1.5;
	margin: 22px 0 0;
}

.item-news .item-news__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.item-news .item-news__footer .read-more, .item-news .item-news__footer .item-news__date {
	margin: 5px 0;
}

.item-news .item-news__footer .read-more {
	margin-right: 10px;
}

.item-news .item-news__date {
	font-size: 1.6rem;
	color: #939493;
	display: inline-block;
}
.item-cats a.item-cats__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-cats a.item-cats__img:hover:after {
	opacity: .2;
}

.item-cats .item-cats__text {
	padding: 25px 15px 25px 20px;
}

.item-cats .item-cats__title {
	font-weight: normal;
	font-size: 1.8rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
	display: inline-block;
	line-height: 1.25;
}

.item-cats a.item-cats__title:hover {
	color: #01793b;
}

.item-cats .item-cats__desc {
	font-size: 1.6rem;
	color: #535353;
	display: block;
	line-height: 1.5;
	margin: 22px 0 0;
}

.item-cats .item-cats__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.item-cats .item-cats__footer .read-more, .item-cats .item-cats__footer .item-cats__date {
	margin: 5px 0;
}

.item-cats .item-cats__footer .read-more {
	margin-right: 10px;
}

.item-cats .item-cats__date {
	font-size: 1.6rem;
	color: #939493;
	display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.list-news {
		margin: 0 -5px;
	}
	.list-news .list-news__item {
		padding: 0 5px;
	}
	.item-news .item-news__text {
		padding: 25px 10px 25px 15px;
	}
	.item-news .item-news__title {
		font-size: 1.6rem;
	}
	.item-news .item-news__desc {
		font-size: 1.4rem;
	}
	.item-news .read-more, .item-news .item-news__date {
		font-size: 1.3rem;
	}
		.list-cats {
		margin: 0 -5px;
	}
	.list-cats .list-cats__item {
		padding: 0 5px;
	}
	.item-cats .item-cats__text {
		padding: 25px 10px 25px 15px;
	}
	.item-cats .item-cats__title {
		font-size: 1.6rem;
	}
	.item-cats .item-cats__desc {
		font-size: 1.4rem;
	}
	.item-cats .read-more, .item-cats .item-cats__date {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	.section-news {
		padding-bottom: 60px;
	}
	.list-news .list-news__item {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.list-news {
		margin: 0 -5px;
	}
	.list-news .list-news__item {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 521px) and (max-width: 640px) {
	.item-news .item-news__text {
		padding: 25px 10px 25px 15px;
	}
	.item-news .item-news__title {
		font-size: 1.6rem;
	}
	.item-news .item-news__desc {
		font-size: 1.4rem;
	}
	.item-news .read-more, .item-news .item-news__date {
		font-size: 1.3rem;
	}
}

@media (max-width: 520px) {
	.list-news {
		max-width: 360px;
		margin: 0 auto;
	}
	.list-news .list-news__item {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 350px) {
	.item-news .item-news__text {
		padding: 25px 10px 25px 15px;
	}
	.item-news .item-news__title {
		font-size: 1.6rem;
	}
	.item-news .item-news__desc {
		font-size: 1.4rem;
	}
	.item-news .read-more, .item-news .item-news__date {
		font-size: 1.3rem;
	}
}

/* === PAGE ONE NEWS === */
/*=== BEGIN ARTICLE NEWS === */
.article-news {
	background: #fff;
	padding: 24px 55px 20px 30px;
	border-radius: 7px 7px 0 0;
}

.article-news .float-left {
	width: 50%;
}

.article-news p {
	font-size: 1.8rem;
	color: #252525;
	line-height: 1.6;
	margin-bottom: 28px;
}

@media (max-width: 1100px) {
	.article-news {
		padding: 25px 15px;
	}
	.news-social {
		padding: 12px 15px 12px 15px;
	}
}

@media (max-width: 991px) {
	.article-news .float-left {
		width: auto;
		max-width: 520px;
		float: none;
		padding: 0;
		margin: 0 auto 30px;
	}
}

@media (max-width: 575px) {
	.article-news p {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 22px;
	}
}

/*=== END ARTICLE NEWS === */
/*=== BEGIN NEWS SOCIAL ===*/
.news-social {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 15px 12px 30px;
	border-radius: 0 0 7px 7px;
	margin-top: 1px;
	/*     &:before {
        background: #dfdfdf;
        @include pseudo();
        width: calc(100% + 85px);
        height: 1px;
        top: 0;
        left: 0;
        margin-left: -30px;
    } */
}

.news-social .news-social__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-social .news-social__text {
	color: #959595;
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.news-social .news-social__text--date {
	padding-right: 30px;
}

.news-social .news-social__text--date:after {
	background: #ccc;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-social .news-social__social, .news-social .news-social__text--date {
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-social .news-social__social .social__item {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.news-social .news-social__text--date {
		padding-right: 15px;
	}
	.news-social .news-social__text {
		margin-right: 15px;
	}
	.news-social .news-social__social .social__item {
		width: 28px;
	}
}

@media (max-width: 575px) {
	.news-social {
		padding: 22px 15px 10px 15px;
	}
	.news-social .news-social__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.news-social .news-social__text--date {
		padding: 0;
	}
	.news-social .news-social__text--date:after {
		display: none;
	}
}

/*=== END NEWS SOCIAL ===*/
/*=== BEGIN PAGE NAV ===*/
.pagination-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.pagination-news .pagination-news__btn {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-news .pagination-news__btn .pagination-news_icon {
	background: #e0e0e0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination-news .pagination-news__btn .pagination-news_icon:after {
	font-size: 6rem;
	font-family: 'Proxima-Nova-Th';
	color: #707070;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -9px;
	transition: all 0.3s ease;
}

.pagination-news .pagination-news__btn .pagination-news_icon--prev:after {
	content: '\2039';
}

.pagination-news .pagination-news__btn .pagination-news_icon--next:after {
	content: '\203A';
}

.pagination-news .pagination-news__btn:hover {
	color: #01793B;
}

.pagination-news .pagination-news__btn:hover .pagination-news_icon {
	background: #01793b;
}

.pagination-news .pagination-news__btn:hover .pagination-news_icon:after {
	color: #fff;
}

.pagination-news .pagination-news__btn--left .pagination-news_icon {
	margin-right: 10px;
}

.pagination-news .pagination-news__btn--right .pagination-news_icon {
	margin-left: 10px;
}

@media (max-width: 480px) {
	.pagination-news .pagination-news__btn {
		font-size: 0;
	}
}

/*=== END PAGE NAV ===*/
/*=== BEGIN SLIDER NEWS ===*/
.box-sliderNews {
	padding-bottom: 100px;
	margin-top: 62px;
}

.slider-news {
	margin: 0 -15px;
}

.slider-news .slick-slide {
	padding: 0 15px;
}

.slider-news .slick-arrow {
	width: 40px;
	height: 40px;
}

.slider-news .slick-arrow:after {
	font-size: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-news {
		margin: 0 -5px;
	}
	.slider-news .slick-slide {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	.box-sliderNews {
		padding-bottom: 60px;
	}
}

@media (max-width: 640px) {
	.slider-news {
		margin: 0 -5px;
	}
	.slider-news .slick-slide {
		padding: 0 5px;
	}
}

@media (max-width: 520px) {
	.box-sliderNews {
		margin-top: 40px;
	}
	.slider-news {
		max-width: 360px;
		margin: 0 auto;
	}
	.slider-news .slick-slide {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.section-cats {
		padding-bottom: 60px;
	}
	.list-cats .list-cats__item {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.list-cats {
		margin: 0 -5px;
	}
	.list-cats .list-cats__item {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 521px) and (max-width: 640px) {
	.item-cats .item-cats__text {
		padding: 25px 10px 25px 15px;
	}
	.item-cats .item-cats__title {
		font-size: 1.6rem;
	}
	.item-cats .item-cats__desc {
		font-size: 1.4rem;
	}
	.item-cats .read-more, .item-cats .item-cats__date {
		font-size: 1.3rem;
	}
}

@media (max-width: 520px) {
	.list-cats {
		max-width: 360px;
		margin: 0 auto;
	}
	.list-cats .list-cats__item {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 350px) {
	.item-cats .item-cats__text {
		padding: 25px 10px 25px 15px;
	}
	.item-cats .item-cats__title {
		font-size: 1.6rem;
	}
	.item-cats .item-cats__desc {
		font-size: 1.4rem;
	}
	.item-cats .read-more, .item-cats .item-cats__date {
		font-size: 1.3rem;
	}
}

/* === PAGE ONE cats === */
/*=== BEGIN ARTICLE cats === */
.article-cats {
	background: #fff;
	padding: 24px 55px 20px 30px;
	border-radius: 7px 7px 0 0;
}

.article-cats .float-left {
	width: 50%;
}

.article-cats p {
	font-size: 1.8rem;
	color: #252525;
	line-height: 1.6;
	margin-bottom: 28px;
}

@media (max-width: 1100px) {
	.article-cats {
		padding: 25px 15px;
	}
	.cats-social {
		padding: 12px 15px 12px 15px;
	}
}

@media (max-width: 991px) {
	.article-cats .float-left {
		width: auto;
		max-width: 520px;
		float: none;
		padding: 0;
		margin: 0 auto 30px;
	}
}

@media (max-width: 575px) {
	.article-cats p {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 22px;
	}
}

/*=== END ARTICLE cats === */
/*=== BEGIN cats SOCIAL ===*/
.cats-social {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 15px 12px 30px;
	border-radius: 0 0 7px 7px;
	margin-top: 1px;
	/*     &:before {
        background: #dfdfdf;
        @include pseudo();
        width: calc(100% + 85px);
        height: 1px;
        top: 0;
        left: 0;
        margin-left: -30px;
    } */
}

.cats-social .cats-social__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cats-social .cats-social__text {
	color: #959595;
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.cats-social .cats-social__text--date {
	padding-right: 30px;
}

.cats-social .cats-social__text--date:after {
	background: #ccc;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cats-social .cats-social__social, .cats-social .cats-social__text--date {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cats-social .cats-social__social .social__item {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.cats-social .cats-social__text--date {
		padding-right: 15px;
	}
	.cats-social .cats-social__text {
		margin-right: 15px;
	}
	.cats-social .cats-social__social .social__item {
		width: 28px;
	}
}

@media (max-width: 575px) {
	.cats-social {
		padding: 22px 15px 10px 15px;
	}
	.cats-social .cats-social__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.cats-social .cats-social__text--date {
		padding: 0;
	}
	.cats-social .cats-social__text--date:after {
		display: none;
	}
}

/*=== END cats SOCIAL ===*/
/*=== BEGIN PAGE NAV ===*/
.pagination-cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.pagination-cats .pagination-cats__btn {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-cats .pagination-cats__btn .pagination-cats_icon {
	background: #e0e0e0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination-cats .pagination-cats__btn .pagination-cats_icon:after {
	font-size: 6rem;
	font-family: 'Proxima-Nova-Th';
	color: #707070;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -9px;
	transition: all 0.3s ease;
}

.pagination-cats .pagination-cats__btn .pagination-cats_icon--prev:after {
	content: '\2039';
}

.pagination-cats .pagination-cats__btn .pagination-cats_icon--next:after {
	content: '\203A';
}

.pagination-cats .pagination-cats__btn:hover {
	color: #01793B;
}

.pagination-cats .pagination-cats__btn:hover .pagination-cats_icon {
	background: #01793b;
}

.pagination-cats .pagination-cats__btn:hover .pagination-cats_icon:after {
	color: #fff;
}

.pagination-cats .pagination-cats__btn--left .pagination-cats_icon {
	margin-right: 10px;
}

.pagination-cats .pagination-cats__btn--right .pagination-cats_icon {
	margin-left: 10px;
}

@media (max-width: 480px) {
	.pagination-cats .pagination-cats__btn {
		font-size: 0;
	}
}

/*=== END PAGE NAV ===*/
/*=== BEGIN SLIDER cats ===*/
.box-slidercats {
	padding-bottom: 100px;
	margin-top: 62px;
}

.slider-cats {
	margin: 0 -15px;
}

.slider-cats .slick-slide {
	padding: 0 15px;
}

.slider-cats .slick-arrow {
	width: 40px;
	height: 40px;
}

.slider-cats .slick-arrow:after {
	font-size: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-cats {
		margin: 0 -5px;
	}
	.slider-cats .slick-slide {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	.box-slidercats {
		padding-bottom: 60px;
	}
}

@media (max-width: 640px) {
	.slider-cats {
		margin: 0 -5px;
	}
	.slider-cats .slick-slide {
		padding: 0 5px;
	}
}

@media (max-width: 520px) {
	.box-slidercats {
		margin-top: 40px;
	}
	.slider-cats {
		max-width: 360px;
		margin: 0 auto;
	}
	.slider-cats .slick-slide {
		padding: 0;
	}
}
/* === PAGE COMPANY === */
.section-company {
	margin-top: 39px;
}

.block-company {
	background: #fff;
	border-radius: 7px;
	padding: 52px 60px 55px 72px;
}

.company-info {
	padding-bottom: 27px;
	border-bottom: 1px solid #ccc;
}

.company-info .col--1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}

.company-info p {
	font-size: 1.8rem;
	color: #252525;
	line-height: 1.6;
	margin-bottom: 28px;
}

.company-info p:last-of-type {
	margin-bottom: 0;
}

.company-info figure {
	text-align: right;
}

.company-info figure figcaption {
	font-size: 1.5rem;
	color: #7E7E7E;
	display: inline-block;
	line-height: 1.2;
	margin-top: 5px;
}

@media (max-width: 991px) {
	.block-company {
		padding: 52px 15px 55px 15px;
		margin: 0 -15px;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	.block-company > .title {
		text-align: center;
	}
	.company-info .col--1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
	}
	.company-info figure {
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.company-info p {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 22px;
	}
}

/*=== begin subdivisions company ===*/
.subdivisions--company {
	margin-top: 63px;
}

.subdivisions--company .title {
	margin-bottom: 40px;
}

/*=== end subdivisions company ===*/
/*=== begin slider company ===*/
.company-slider {
	margin-top: 70px;
}

/*=== end slider company ===*/
/*=== begin block confidence*/
.block-confidence {
	padding-bottom: 90px;
	margin-top: 61px;
}

.block-confidence .title {
	margin-bottom: 51px;
	text-align: center;
}

.list-confidence .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 30px;
}

.item-confidence {
	color: #fff;
}

.item-confidence .wrapp-inner {
	background: #019247;
	height: 100%;
	padding: 25px 20px 33px 50px;
	border-radius: 4px;
}

.item-confidence .item-confidence__caption {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-confidence .item-confidence__caption:before {
	background: #feed01;
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 93px;
	top: 50%;
	left: -50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-confidence .item-confidence__caption .item-confidence__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100%;
	height: 101px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.item-confidence .item-confidence__caption .item-confidence__title {
	font-weight: normal;
	font-size: 2rem;
	font-family: 'Proxima-Nova-Sem';
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.45;
	padding-left: 30px;
}

.item-confidence .item-confidence__body {
	margin-top: 17px;
}

.item-confidence .item-confidence__body p {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 23px;
}

.item-confidence .item-confidence__body p:last-child {
	margin-bottom: 0;
}

.item-confidence .item-confidence__body p a, .item-confidence .item-confidence__body p span {
	color: #feed01;
}

.item-confidence .item-confidence__body p a {
	border-bottom: 1px solid #b1d117;
}

.item-confidence .item-confidence__body p a:hover {
	border-color: transparent;
}

@media (max-width: 1100px) {
	.item-confidence .wrapp-inner {
		padding: 25px 20px 33px 40px;
	}
	.item-confidence .item-confidence__caption:before {
		left: -40px;
	}
	.item-confidence .item-confidence__caption .item-confidence__title {
		font-size: 1.7rem;
	}
}

@media (max-width: 991px) {
	.list-confidence {
		margin: 0 -10px;
	}
	.list-confidence .col {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.item-confidence .item-confidence__caption .item-confidence__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80%;
	}
	.item-confidence .item-confidence__caption .item-confidence__title {
		padding-left: 15px;
	}
}

@media screen and (min-width: 701px) and (max-width: 767px) {
	.item-confidence .wrapp-inner {
		padding-right: 10px;
	}
	.item-confidence .item-confidence__caption .item-confidence__title {
		font-size: 1.4rem;
	}
	.item-confidence .item-confidence__body p {
		font-size: 1.3rem;
	}
}

@media (max-width: 700px) {
	.block-confidence {
		padding-bottom: 50px;
		margin-top: 41px;
	}
	.list-confidence {
		max-width: 380px;
		margin: 0 auto;
	}
	.list-confidence .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 420px) {
	.item-confidence .wrapp-inner {
		padding-right: 10px;
	}
	.item-confidence .item-confidence__caption .item-confidence__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60%;
	}
	.item-confidence .item-confidence__caption .item-confidence__title {
		font-size: 1.4rem;
	}
	.item-confidence .item-confidence__body p {
		font-size: 1.3rem;
	}
}

@media (max-width: 360px) {
	.list-confidence {
		margin: 0 -15px;
	}
	.item-confidence .wrapp-inner {
		border-radius: 0;
	}
}

/*=== end block confidence*/
/*=== BEGIN REPRESENT ===*/
.section-represent {
	padding: 2px 0 72px;
}

.list-country {
	margin: 0 -5px;
}

.list-country .item-country {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.list-country .item-country.item-country--1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.list-country .item-country.item-country--1 .wrapp-inner {
	padding-bottom: 0;
}

.item-country .row .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 48px;
}

.item-country .wrapp-inner {
	background: #fff;
	height: 100%;
	padding: 35px 15px 30px 48px;
	border-radius: 7px;
}

.item-country .item-country__country {
	font-size: 2.4rem;
	position: relative;
	display: inline-block;
}

.item-country .item-country__country img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	width: 30px;
	height: 23px;
	top: 50%;
	left: -48px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-country .item-country__body {
	margin-top: 50px;
	font-size: 1.8rem;
	color: #737373;
	overflow: hidden;
}

.item-country .item-country__body p {
	margin: 0;
	line-height: 1.45;
}

.item-country .item-country__body a {
	color: #01793b;
	border-bottom: 1px solid transparent;
}

.item-country .item-country__body a:hover {
	border-color: #01793b;
}

.item-country .item-country__body .item-country__email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-country .item-country__body .link-email {
	position: relative;
	padding-left: 25px;
}

.item-country .item-country__body .link-email:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	background-image: url(../img/sprite.png);
	background-position: 0px -70px;
	width: 17px;
	height: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-country .item-country__body .link-site {
	position: relative;
	margin-right: 44px;
}

.item-country .item-country__body .link-site:after {
	background: #d5d5d5;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	top: 50%;
	right: -23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-country .item-country__name {
	font-size: 1.8rem;
	color: #000;
	display: block;
	margin-bottom: 13px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.item-country .item-country__country {
		font-size: 2.2rem;
	}
	.item-country .item-country__name {
		font-size: 1.6rem;
	}
	.item-country .item-country__body {
		font-size: 1.5rem;
	}
}

@media (max-width: 575px) {
	.list-country .item-country {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-country .row .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 460px) {
	.item-country .item-country__body .item-country__email {
		display: block;
	}
	.item-country .item-country__body .link-site {
		margin-right: 0;
	}
	.item-country .item-country__body .link-site:after {
		display: none;
	}
}

@media (max-width: 380px) {
	.item-country .item-country__country {
		font-size: 2.2rem;
	}
	.item-country .item-country__name {
		font-size: 1.6rem;
	}
	.item-country .item-country__body {
		font-size: 1.5rem;
	}
}

/* === PAGE MAP === */
.section-map {
	padding-bottom: 70px;
}

.block-map {
	background: #fff;
	border-radius: 7px;
	margin: 0;
}

.block-map .col {
	padding: 0;
}

.block-map .col--map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}

.block-map .block-map__text {
	padding: 44px 15px 30px 45px;
}

.block-map .block-map__text .map-logo {
	display: inline-block;
	line-height: 0;
	margin-bottom: 29px;
}

.block-map .block-map__text--1 {
	padding-bottom: 23px;
	border-bottom: 1px solid #e2e2e2;
}

.box-map {
	position: relative;
	display: block;
	height: 100%;
}

.box-map .box-map__map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.item-map {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.item-map:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

.item-map .item-map__title {
	font-weight: normal;
	font-size: 1.6rem;
	font-family: 'Proxima-Nova-Bold';
	display: block;
}

.item-map .item-map__info {
	font-size: 1.8rem;
	line-height: 1.5;
}

.item-map .item-map__info span {
	font-size: 1.6rem;
	color: #959595;
}

.item-map .item-map__info a {
	position: relative;
	color: #01793b;
}

.item-map .item-map__info a:after {
	background: #01793b;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-map .item-map__info a:hover:after {
	opacity: 1;
}

.item-map--address:before {
	background-image: url(../img/sprite.png);
	background-position: -35px -50px;
	width: 14px;
	height: 19px;
}

.item-map--date:before {
	background-image: url(../img/sprite.png);
	background-position: -52px -23px;
	width: 19px;
	height: 19px;
}

.item-map--phone:before {
	background-image: url(../img/sprite.png);
	background-position: -50px -50px;
	width: 16px;
	height: 16px;
}

.item-map--viber:before {
	background-image: url(../img/sprite.png);
	background-position: -52px 0px;
	width: 19px;
	height: 22px;
}

.item-map--email:before {
	background-image: url(../img/sprite.png);
	background-position: -18px -70px;
	width: 17px;
	height: 12px;
}

@media (max-width: 991px) {
	.section-map {
		padding-bottom: 0;
	}
	.block-map {
		margin: 0 -15px;
	}
	.block-map .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.block-map .col--map {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.block-map .box-map {
		height: 400px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.list-map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-map .item-map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.block-map .box-map {
		height: 350px;
	}
}

@media (max-width: 420px) {
	.block-map .box-map {
		height: 250px;
	}
	.item-map .item-map__info {
		font-size: 1.6rem;
		line-height: 1.3;
	}
}

/* === PAGE PRODUCT === */
.product-style {
	background: #fff;
	border-radius: 7px;
}

.product-info {
	padding: 0 30px 35px;
	/* .title, h1 {
        position: relative;
        padding: 26px 0 23px;
        &:before {
            background: #019247;
            @include pseudo();
            width: 6px;
            height: 100%;
            border-radius: 5px 0 0 5px;
            top: 50%;
            left: -32px;
            transform: translateY(-50%);
        }
    } */
}

.style-title {
	position: relative;
	padding: 26px 0 23px;
}

.style-title:before {
	background: #019247;
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 100%;
	border-radius: 5px 0 0 5px;
	top: 50%;
	left: -32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-card__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 54.5%;
	flex: 0 0 54.5%;
	max-width: 54.5%;
}

.block-card__left .box-slider {
	margin: 0;
}

/*=== END PRODUCT BLOCK SLIDERS ===*/
.slider-card {
	margin-top: 8px;
}

.slider-card .slider-card__item {
	padding-top: 48px;
}

.slider-card .slider-card__item .slider-card__wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 305px;
}

.slider-card .slider-card__item .slider-card__wrapp img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-card .slider-card__item .slider-card__wrapp:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slider-card .slider-card__item .patented {
	background: url(../img/patented-big.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 7px;
	right: 1px;
	z-index: 3;
}

.slider-card .slick-arrow {
	background-color: transparent;
	width: 20px;
	height: 20px;
}

.slider-card .slick-arrow:after {
	font-size: 5.6rem;
	color: #898989;
}

.card-nav {
	padding: 0 10px;
	margin: 60px 0 3px;
}

.card-nav .slick-list {
	padding: 0 !important;
}

.card-nav .slick-slide {
	padding: 0 5px;
}

.card-nav .slider-card__item {
	position: relative;
}

.card-nav .slider-card__wrapp {
	background: #fff;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 1px solid #e8e8e8;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.card-nav .slider-card__wrapp img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-nav .slider-card__wrapp:after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.card-nav .slider-card__wrapp:hover {
	border-color: #01793b;
	/*             &:after {
                opacity: .4;
            } */
}

.card-nav .slick-current .slider-card__wrapp {
	border-color: #01793b;
}

.card-nav .slick-arrow {
	background-color: #fff;
	width: 30px;
	height: 30px;
	opacity: .4;
}

.card-nav .slick-arrow:after {
	font-size: 4.6rem;
	color: #01793b;
}

.card-nav .slick-arrow:hover {
	opacity: .9;
}

.card-nav .slick-prev {
	left: -15px;
}

.card-nav .slick-next {
	right: -15px;
}

/*=== END PRODUCT BLOCK SLIDERS ===*/
/*=== BEGIN PRODUCT DATA ===*/
.product-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding-left: 10px;
}

.product-data p {
	line-height: 1.5;
	margin-bottom: 24px;
}

.product-data .btn {
	font-size: 1.8rem;
	font-family: 'Proxima-Nova-Sem';
	padding: 0 60px 0 45px;
	margin-top: 27px;
}

.product-data .product-data__footer {
	padding-top: 25px;
	text-align: right;
}

.product-data .product-data__equipment {
	color: #019247;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #9fd6ba;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.product-data .product-data__equipment:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url(../img/sprite.png);
	background-position: -72px -56px;
	width: 14px;
	height: 11px;
	z-index: 5;
	top: 33px;
	left: 50%;
	-webkit-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%);
	z-index: 5;
	opacity: 0;
}

.product-data .product-data__equipment:hover, .product-data .product-data__equipment.active {
	border-color: transparent;
}

.product-data .product-data__equipment:hover:after, .product-data .product-data__equipment.active:after {
	-webkit-transform: scaleY(1) translateX(-50%);
	transform: scaleY(1) translateX(-50%);
}

.product-data .product-data__equipment.active:after {
	opacity: 1;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.product-availability {
	font-family: 'Proxima-Nova-Rg';
	color: #019247;
	position: relative;
	display: block;
	padding-left: 20px;
}

.product-availability:before {
	background: #019247;
	position: absolute;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*=== END PRODUCT DATA ===*/
@media (max-width: 768px) {
	/*     .container--product {
        .content--page {
            padding: 0;
        }
    } */
	.product-info {
		padding-bottom: 35px;
		/* .title, h1 {
            &:before {
                border-radius: 0;
            }
        } */
	}
	.section-product {
		margin-right: -15px;
		margin-left: -15px;
	}
	.product-style {
		border-radius: 0;
		border-radius: 0;
	}
	.style-title:before {
		border-radius: 0;
	}
	.block-card__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 80px;
	}
	.slider-card .slider-card__item {
		padding-top: 0;
	}
	.product-data {
		padding-left: 0;
	}
	.product-data p {
		display: inline;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.product-data .product-data__footer {
		padding-top: 43px;
		text-align: center;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.block-card__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.block-card__left .box-slider--big {
		padding-left: 25px;
	}
	.block-card__left .box-slider--nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		max-width: 70px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.block-card__left .card-nav {
		padding: 0;
		margin: 0;
	}
	.block-card__left .card-nav .slick-track {
		display: block;
	}
	.block-card__left .card-nav .slick-slide {
		padding: 5px 0;
	}
	.block-card__left .card-nav .slider-card__item {
		height: auto;
	}
	.block-card__left .card-nav .slider-card__item .slider-card__wrapp {
		height: 70px;
	}
	.block-card__left .card-nav .slick-prev {
		left: -25px;
	}
	.block-card__left .card-nav .slick-next {
		right: -25px;
	}
	.product-data {
		display: block;
		height: auto;
	}
	.product-data .product-data__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.product-data .product-data__body .product-data__1 {
		padding-right: 55px;
	}
	.product-data .product-data__body .product-data__2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 205px;
		flex: 0 0 205px;
		max-width: 205px;
	}
	.product-data .product-data__body .product-data__2 .btn {
		width: 100%;
		padding: 0 30px 0 10px;
	}
}

@media (max-width: 575px) {
	.product-info .title, .product-info h1 {
		font-size: 3rem;
		margin-bottom: 47px;
	}
	.block-card__left {
		margin-bottom: 50px;
	}
	.block-card__left .box-slider--nav {
		max-width: 340px;
		margin: 0 auto;
	}
	.slider-card .slider-card__item .slider-card__wrapp {
		height: auto;
	}
	.slider-card .slider-card__item .patented {
		top: 0;
	}
	.product-data .product-data__2 {
		margin-top: 22px;
	}
	.product-data .btn {
		width: 100%;
	}
	.product-style {
		padding-left: 15px;
	}
	.style-title {
		padding-left: 15px;
	}
	.style-title:before {
		left: -15px;
	}
}

@media (max-width: 420px) {
	.block-card__left {
		margin-bottom: 33px;
	}
}

/*=== BEGIN EQUIPMENT ===*/
.list-equipment {
	position: relative;
	display: none;
	padding-top: 33px;
	margin-top: 26px;
	z-index: 0;
}

.list-equipment:after {
	background-color: #f2f2f2;
	position: absolute;
	display: block;
	content: "";
	width: calc(100% + 60px);
	height: 1px;
	top: 0;
	left: -30px;
	z-index: 4;
}

.list-equipment .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-equipment .row .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 315px;
	flex: 0 0 315px;
	max-width: 315px;
	margin-bottom: 35px;
}

.item-equipment .wrapp-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.item-equipment .wrapp-inner:hover .item-equipment__desc {
	color: #01793B;
}

.item-equipment .item-equipment__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}

.item-equipment .item-equipment__desc {
	font-size: 1.7rem;
	color: #000;
	display: block;
	line-height: 1.5;
	padding-left: 30px;
	margin: 0;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

/*=== END EQUIPMENT ===*/
/*=== BEGIN BLOCK DESCRIPTION TAB ===*/
.product-description {
	padding: 0 30px 30px 30px;
	margin-top: 6px;
}

.tabs--product .tabs__caption--descript {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs--product .tabs__caption--descript:after {
	background: #f2f2f2;
	position: absolute;
	display: block;
	content: "";
	width: calc(100% + 30px);
	height: 1px;
	bottom: -1px;
	left: -15px;
}

.tabs--product .tabs__caption--descript .caption-item {
	font-size: 1.7rem;
	color: #000;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	max-width: 180px;
	height: 70px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tabs--product .tabs__caption--descript .caption-item:before, .tabs--product .tabs__caption--descript .caption-item:after {
	position: absolute;
	display: block;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tabs--product .tabs__caption--descript .caption-item:before {
	background: #019247;
	width: 153px;
	height: 6px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
}

.tabs--product .tabs__caption--descript .caption-item:after {
	background: #e5e5e5;
	width: 1px;
	height: 37px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tabs--product .tabs__caption--descript .caption-item.active {
	color: #019247;
	cursor: default;
}

.tabs--product .tabs__caption--descript .caption-item.active:before {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

.tabs--product .tabs__caption--descript .caption-item:hover {
	color: #019247;
}

.tabs--product .tabs__caption--descript .caption-item:last-child:after {
	display: none;
}

.tabs__content--descript .text-descript {
	padding-top: 22px;
}

.tabs__content--descript .text-descript p {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 29px;
}

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

.tabs__content--descript .document-descript {
	padding: 46px 0 17px;
}

.document-descript__item {
	margin-bottom: 41px;
}

.document-descript__item:last-child {
	margin-bottom: 0;
}

.document-descript__item .document-descript__link {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	line-height: 1.2;
}

.document-descript__item .document-descript__link span {
	font-size: 1.7rem;
	color: #019247;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.document-descript__item .document-descript__link span:before {
	background: url(../img/document-download.png);
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	width: 31px;
	height: 31px;
	left: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.document-descript__item .document-descript__link i {
	font-style: normal;
	font-size: 1.5rem;
	color: #aaa;
	display: block;
	margin-top: 5px;
}

.document-descript__item .document-descript__link:hover span {
	border-color: #019247;
}

.document-descript__item .document-descript__link:hover span:before {
	-webkit-transform: scale(1.05) translateY(-60%);
	transform: scale(1.05) translateY(-60%);
}

/*=== description tab set ===*/
.list-set {
	padding: 40px 0 15px;
}

.list-set .item-equipment--set {
	margin-bottom: 30px;
}

.list-set .item-equipment--set:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.product-description {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 30px;
		/* &:before {
            background: #f2f2f2;
            @include pseudo();
            width: 100%;
            height: 30px;
            top: 0;
            left: 0;
            z-index: 0;
        } */
	}
	.tabs--product {
		position: relative;
		border-color: #d7d7d7;
		border: none;
		/* .tabs__caption--descript {
            &:after {
                background: #d7d7d7;
                width: calc(100% + 30px);
                left: -15px;
            }
        }*/
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.tabs__content--descript {
		padding-left: 15px;
	}
}

@media (max-width: 575px) {
	.product-description {
		padding-right: 15px;
		padding-bottom: 0;
		margin-top: 24px;
	}
	.tabs--product .tabs__caption--descript {
		display: none;
	}
	.tabs--product .tabs__content--descript {
		position: relative;
		height: auto;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		padding-top: 6px;
	}
	.tabs--product .tabs__content--descript .data-descript {
		padding: 35px 0;
	}
	.tabs--product .tabs__content--descript:after {
		background: #eee;
		position: absolute;
		display: block;
		content: "";
		width: calc(100% + 30px);
		height: 6px;
		bottom: 0;
		left: -15px;
		z-index: 1;
	}
	.tabs--product .tabs__content--descript .tab-btn {
		font-size: 1.7rem;
		color: #000;
		position: relative;
		display: block;
		padding: 28px 0 25px;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.tabs--product .tabs__content--descript .tab-btn:before {
		font-size: 3.4rem;
		font-family: 'Proxima-Nova-Rg';
		color: #019247;
		position: absolute;
		display: block;
		content: '\203A';
		top: 50%;
		right: 11px;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		margin-top: 1px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tabs--product .tabs__content--descript .tab-btn:after {
		background: #019247;
		position: absolute;
		display: block;
		content: "";
		width: calc(100% + 30px);
		height: 6px;
		bottom: 0;
		left: -15px;
		z-index: 1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
	}
	.tabs--product .tabs__content--descript .tab-btn.active:before {
		right: 14px;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
	.tabs--product .tabs__content--descript .tab-btn.active:after {
		opacity: 1;
	}
	.tabs--product .tabs__content--descript .data-descript {
		display: none;
	}
	.tabs--product .tabs__content--descript:first-of-type .data-descript {
		display: block;
	}
	.list-set {
		padding: 10px 0;
	}
}

/*=== END BLOCK DESCRIPTION TAB ===*/
/*=== BEGIN PRDUCTS MORE ===*/
.products-more {
	padding: 0 30px 30px 30px;
	margin: 30px 0 40px;
}

.slider-more {
	margin: 0 -25px;
}

.slider-more .item-product {
	padding: 0 5px;
}

.slider-more .item-product .wrapp-inner {
	border-color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider-more .item-product .wrapp-inner:hover {
	border-color: #e1e1e1;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slider-more .item-product .wrapp-inner:hover .item-product__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slider-more .item-product .wrapp-inner:hover .item-product__title {
	color: #01793B;
}

.slider-more .slick-prev {
	left: -20px;
}

.slider-more .slick-next {
	right: -15px;
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
	.slider-more .item-product .item-product__title {
		font-size: 1.6rem;
	}
	.slider-more .item-product .item-product__desk {
		font-size: 1.4rem;
	}
	.slider-more .item-product .read-more {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 611px) and (max-width: 860px) {
	.slider-more .item-product .item-product__title {
		font-size: 1.6rem;
	}
	.slider-more .item-product .item-product__desk {
		font-size: 1.4rem;
	}
	.slider-more .item-product .read-more {
		font-size: 1.6rem;
	}
}

@media (max-width: 768px) {
	.products-more {
		padding-bottom: 80px;
		margin-bottom: 0;
	}
	.slider-more {
		padding: 0 47px;
		margin: 0;
	}
	.slider-more .item-product {
		padding: 0 15px;
	}
	.slider-more .item-product .wrapp-inner {
		border-color: #e1e1e1;
	}
	.slider-more .slick-prev {
		left: 0;
	}
	.slider-more .slick-next {
		right: 0;
	}
}

@media (max-width: 720px) {
	.slider-more {
		padding: 0 47px;
	}
	.slider-more .item-product {
		padding: 0 5px;
	}
}

@media (max-width: 620px) {
	.slider-more {
		max-width: 350px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.slider-more .slick-prev {
		left: -10px;
	}
	.slider-more .slick-next {
		right: -10px;
	}
}

@media (max-width: 575px) {
	.products-more {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 50px;
	}
}

@media (max-width: 355px) {
	.slider-more {
		padding: 0;
	}
	.slider-more .item-product .item-product__title {
		font-size: 1.6rem;
	}
	.slider-more .item-product .item-product__desk {
		font-size: 1.4rem;
	}
	.slider-more .item-product .read-more {
		font-size: 1.6rem;
	}
}

/*=== END PRDUCTS MORE ===*/
/*  === Footer === */
.footer {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer .footer-one {
	padding: 26px 0 39px;
}

.footer .footer-second {
	background: #fff;
	padding: 30px 0;
}

.footer .footer-second .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .footer-second .footer-second__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28.55%;
	flex: 0 0 28.55%;
	max-width: 28.55%;
	text-align: right;
}

.footer .footer-logo {
	display: inline-block;
	line-height: 0;
}

.footer .copy {
	font-size: 1.3rem;
}

.footer-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 22px;
}

.footer-phone .footer-phone__item {
	position: relative;
	padding-left: 33px;
}

.footer-phone .footer-phone__item:before {
	background: #ccc;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 31px;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-phone .footer-phone__item:first-child {
	padding-left: 0;
}

.footer-phone .footer-phone__item:first-child:before {
	display: none;
}

.footer-phone a {
	font-size: 1.7rem;
	color: #000;
	font-family: 'Proxima-Nova-Sem';
	display: inline-block;
}

.footer-phone a:hover {
	color: #01793b;
}

.footer-contact {
	margin-top: 31px;
}

.footer-contact .address {
	font-style: normal;
	display: block;
	line-height: 1.5;
}

.footer-email {
	margin-top: 21px;
}

.footer-email .link-email {
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
	position: relative;
	display: inline-block;
}

.footer-email .link-email:after {
	background: #8b8b8b;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-email .link-email:hover {
	color: #01793b;
	border-color: transparent;
}

.footer-email .link-email:hover:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 0;
}

.social--footer {
	margin-top: 28px;
}

.social--footer .social__item {
	margin-left: 40px;
}

.social--footer a {
	color: #131213;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social--footer a span {
	margin-left: 16px;
}

.social--footer a:hover {
	color: #01793b;
}

/*--- footer menu  --- */
.footer-one__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.footer-menu .footer-menu__title {
	font-weight: normal;
	font-size: 1.7rem;
	font-family: 'Proxima-Nova-Sem';
	color: #000;
	display: inline-block;
}

.footer-menu ul {
	margin-top: 17px;
}

.footer-menu li {
	padding: 6px 0;
	line-height: 1.4;
}

.footer-menu li a {
	color: #000;
	display: inline-block;
}

.footer-menu li a:hover {
	color: #01793b;
}

.footer-menu--map li:last-child {
	padding-top: 21px;
	border-top: 1px solid #ccc;
	margin-top: 17px;
}

.footer-menu--map li:last-child a {
	font-family: 'Proxima-Nova-Sem';
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
	.footer-phone .footer-phone__item {
		padding-left: 20px;
	}
	.footer-phone .footer-phone__item:before {
		left: 10px;
	}
	.footer-phone a {
		font-size: 1.5rem;
	}
	.social--footer .social__item {
		margin-left: 25px;
	}
}

@media (min-width: 992px) {
	.footer-one__1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50.8%;
		flex: 0 0 50.8%;
		max-width: 50.8%;
	}
	.footer-menu .footer-menu__title--mobil {
		display: none;
	}
}

@media (max-width: 991px) {
	.footer .footer-one .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.footer .footer-one .footer-one__2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		margin: 43px auto 0;
	}
	.footer .footer-second .footer-second__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 113px;
		flex: 0 0 113px;
		max-width: 113px;
	}
	.footer-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-contact .footer-contact__address {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}
	.footer-contact .social--footer {
		display: block;
	}
	.footer-contact .social--footer .social__item {
		display: block;
		margin: 0 0 10px 0;
	}
	.footer-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-menu .footer-menu__title--desktop {
		display: none;
	}
	.footer-menu .footer-menu__title {
		position: relative;
		padding-right: 17px;
		cursor: pointer;
	}
	.footer-menu .footer-menu__title:after {
		position: absolute;
		display: block;
		content: "";
		font-size: 2.6rem;
		font-family: 'Proxima-Nova-Th';
		font-family: 'Proxima-Nova-Lt';
		font-family: 'Proxima-Nova-Sem';
		color: #000;
		content: '\203A';
		top: calc(50% + 1px);
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		right: 0;
		margin-bottom: -2px;
	}
	.footer-menu ul {
		display: none;
		margin-top: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.footer-menu .footer-menu__title.active + ul {
		padding-top: 10px;
	}
	.footer-menu li {
		padding: 0;
	}
	.footer-menu--map li:last-child {
		padding-top: 10px;
		margin-top: 10px;
		border: none;
	}
}

@media (max-width: 767px) {
	.footer .footer-one .footer-one__2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-contact .social--footer {
		padding-left: 20px;
	}
}

@media (max-width: 575px) {
	.footer {
		text-align: center;
	}
	.footer .footer-second {
		padding: 25px 0 29px;
	}
	.footer .footer-second .footer-second__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer .footer-second .footer-second__logo .footer-logo {
		width: 83px;
	}
	.footer .copy span {
		display: block;
	}
	.footer-phone {
		display: block;
		margin-top: 19px;
	}
	.footer-phone .footer-phone__item {
		padding: 0;
	}
	.footer-phone .footer-phone__item:before {
		display: none;
	}
	.footer-phone a {
		padding: 3px 0 4px;
	}
	.footer-contact {
		margin-top: 17px;
	}
	.footer-contact .footer-contact__address {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-contact .social--footer {
		width: 215px;
		padding-left: 0;
		margin: 24px auto 0;
	}
	.footer-contact .link-map {
		display: inline-block;
		font-family: 'Proxima-Nova-Sem';
		color: #000;
	}
	.footer-email {
		margin: 16px 0 17px;
	}
}

@media (max-width: 440px) {
	.footer .footer-one .footer-one__2 {
		padding: 0;
		margin-top: 20px;
	}
	.footer .footer-one .footer-one__2 .footer-menu:last-child {
		margin-top: 28px;
	}
	.footer-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 28px;
		border-top: 1px solid #ccc;
	}
}

/*  === Footer === */
/* === MODAL === */
/* ! == MODAL == */
.box-form-modal {
	text-align: center;
}

.box-form-modal .title--modal {
	font-weight: 400;
	font-size: 3.6rem;
	position: relative;
	display: block;
	padding-bottom: 12px;
	line-height: 1.1em;
	margin-bottom: 23px;
}

.box-form-modal .title--modal:after {
	background: #69b8ae;
	position: absolute;
	display: block;
	content: "";
	width: 110px;
	height: 1px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.box-form-modal .reveal-modal__desc {
	font-size: 1.7rem;
	color: #939493;
	display: block;
	max-width: 270px;
	line-height: 1.45;
	margin: 0 auto 33px;
}

.box-form-modal .block-input {
	margin-bottom: 22px;
}

.box-form-modal .block-input:last-of-type {
	margin-bottom: 15px;
}

.box-form-modal .block-input input {
	padding-left: 25px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 3, 1, 0.08);
	box-shadow: 0px 3px 3px 0px rgba(0, 3, 1, 0.08);
}

.box-form-modal .block-message textarea {
	min-height: 120px;
	max-height: 120px;
	padding-left: 25px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 3, 1, 0.08);
	box-shadow: 0px 3px 3px 0px rgba(0, 3, 1, 0.08);
}

.box-form-modal .form-required {
	font-size: 1.4rem;
	color: #939493;
	display: block;
	margin-bottom: 23px;
}

.box-form-modal .btn {
	font-size: 1.5rem;
	font-family: 'Proxima-Nova-Lt';
	text-transform: uppercase;
	width: 100%;
	height: 57px;
	padding: 0 10px;
	-webkit-box-shadow: 3px 3px #feed01;
	box-shadow: 3px 3px #feed01;
}

.reveal-modal a, .reveal-modal button, .reveal-modal input, .reveal-modal textarea {
	-webkit-transition: none;
	transition: none;
}

/*.reveal-modal input:focus {
	border: 1px solid #FAD61E;
	box-shadow: inset 0px 0px 6px 2px #FAD61E;
}*/
.reveal-modal-bg {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	background: #fff;
	visibility: hidden;
	top: 80px;
	left: 50%;
	width: 720px;
	position: absolute;
	z-index: 110;
	overflow-y: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reveal-modal .wrapp-modal {
	position: relative;
	padding: 88px 165px 100px;
}

.thanks {
	/*width: 400px;
    width: 360px;
    */
	top: 100px !important;
	position: fixed;
	color: #fff;
	text-align: center;
}

.thanks p {
	margin: 12px 0 0;
}

.thanks p strong {
	font-size: 1.4rem;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 1.6em;
}

.thanks p span {
	font-size: 1.8rem;
	display: block;
	line-height: 1.2em;
}

.close-popap {
	background: transparent;
	cursor: pointer;
	position: absolute;
	display: block;
	width: 30px;
	height: 25px;
	top: 22px;
	right: 20px;
	z-index: 1;
	line-height: 25px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.close-popap:before, .close-popap:after {
	background: #939493;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 2px;
	top: 11px;
}

.close-popap:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-popap:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-popap:hover {
	opacity: 0.8;
}

.thanks .close-popap {
	top: 15px;
	right: 20px;
}
.scroll table{width: 100%;}
.scroll{    width: 100%;
    overflow: scroll;}
    .slick-track{/*width: 261px !important;*/}
    .podrkom{    display: contents;}
    .whitefon{display: none;z-index: 101;max-width: 500px;width: 100%;padding: 15px 20px;background: #fff;border-radius: 10px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
    .blackfon{display: none;position: fixed;z-index: 100;width: 100%;height: 100%;background: rgba(0,0,0,0.4);cursor: pointer;}
    .fa-close{cursor: pointer;float: right;
    position: absolute;
    right: 20px;
    top: 15px;}
    .whitefon form label{display: table;width: 100%;}
     .whitefon form label span{font-weight: bold;}
      .whitefon form input{border:none ;border-bottom: 1px solid #000}
.aligncenter{    margin: 0px auto;
    display: table;}
@media (max-width: 767px) {
	.reveal-modal {
		width: 420px;
	}
	.reveal-modal .wrapp-modal {
		padding: 50px 20px 70px;
	}
	.box-form-modal .title--modal {
		font-size: 3rem;
	}
	.box-form-modal .reveal-modal__desc {
		margin-bottom: 20px;
	}
}

@media (max-width: 430px) {
	.reveal-modal {
		width: 100%;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 360px) {
	.reveal-modal .wrapp-modal {
		padding: 50px 15px 50px;
	}
	.box-form-modal .title {
		font-size: 2.6rem;
	}
	.box-form-modal .reveal-modal__desc {
		font-size: 1.5rem;
	}
	.box-form-modal .block-input {
		margin-bottom: 10px;
	}
}

