@font-face {
	font-family: 'TT Norms';
	src: local('../fonts/TT Norms Bold'), local('TT-Norms-Bold'),
	    url('../fonts/TTNorms-Bold.woff2') format('woff2'),
	    url('../fonts/TTNorms-Bold.woff') format('woff'),
	    url('../fonts/TTNorms-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
.title-block {
	font-family: 'TT Norms';
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.title-block__in {
	background-image: linear-gradient(to right, rgba(42, 186, 116, 0.5) 100%, transparent 100%);
	background-position: 0.7em 0.8em;
	background-repeat: repeat-x;
	background-size: 20px 20px;
}
@media(max-width: 767px) {
	.title-block {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
.s-text {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
}
.s-text .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(42, 186, 116, 0.5);
}
.s-text .container:before, .s-text .container:after {
	content: none;
}
.s-text__left {
	max-width: 62%;
	min-width: 62%;
}
.s-text__right {
	max-width: 37%;
	min-width: 37%;
}
.s-text__right img {
	max-width: 100%;
}
.s-text p {
	line-height: 22px;
	margin: 0 0 20px;
}
@media(max-width: 992px) {
	.s-text__right {
		display: none;
	}
	.s-text__left {
		max-width: 100%;
		min-width: 100%;
	}
}

.warehouse {
	margin-bottom: 95px;
}
.warehouse .container:before, .warehouse .container:after {
	content: none;
}
.warehouse .title-block {
	text-align: center;
}
.warehouse__list {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.warehouse__item-wrap {
	position: relative;
	max-width: 35%;
	min-width: 35%;
	margin: 0 20px;
}
.warehouse__item {
    display: block;
	position: relative;
	width: 100%;
	height: 245px;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 25px 55px rgba(20, 32, 54, 0.35));
	z-index: 5;
}
.warehouse__item-wrap:after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	top: 10px;
	left: 10px;
	background: #95DDBA;
	z-index: -1;
	opacity: 0;
	transition: all linear 0.2s;
}
.warehouse__item-wrap:hover:after {
	opacity: 1;
}
@media(max-width: 992px) {
	.warehouse {
		margin-bottom: 40px;
	}
}
@media(max-width: 767px) {
	.warehouse__item-wrap {
		max-width: 47%;
		min-width: 47%;
		margin: 0 7px;
	}
	.warehouse__item {
		height: 200px;
	}
}
@media(max-width: 540px) {
	.warehouse__list {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.warehouse__item-wrap {
		max-width: 100%;
		min-width: 100%;
		margin: 0 0 10px;
	}
}

.info-block {
	font-family: 'Open Sans', sans-serif;
	padding: 55px 0;
	background: #2ABA74;
}
.info-block .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.info-block .container:before, .info-block .container:after {
	content: none;
}
.info-block__left {
	max-width: 60%;
	min-width: 60%;
}
.info-block__right {
	text-align: center;
	max-width: 30%;
	min-width: 30%;
}
.info-block__right img {
	max-width: 100%;
}
.info-block__left table {
	color: #FFF;
	font-size: 14px;
}
.info-block__left table th {
	padding: 10px 15px;
	background: #137C49;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #2ABA74;
}
.info-block__left table td {
	padding: 10px 15px;
	border: 1px solid #137C49;
}
.info-block__left table tr td:first-child {
	width: 50%;
}
@media(max-width: 767px) {
	.info-block {
		padding: 30px 0 15px;
	}
	.info-block .container {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.info-block__left {
		max-width: 100%;
		min-width: 100%;
	}
	.info-block__right {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.info-block__right img {
		width: 50%;
		height: auto;
	}
}
@media(max-width: 540px) {
	.info-block__left table {
		font-size: 12px;
	}
	.info-block__left table th {
		padding: 10px;
	}
	.info-block__left table td {
		padding: 10px;
	}
}

.montage {
	position: relative;
	top: -80px;
	margin-bottom: 50px;
}
.montage .container {
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.montage .container:before, .montage .container:after {
	content: none;
}
.montage__right {
	max-width: 30%;
	min-width: 30%;
}
.montage__right img {
	max-width: 100%;
	filter: drop-shadow(0px 25px 55px rgba(20, 32, 54, 0.35));
}
.montage__left {
	max-width: 60%;
	min-width: 60%;
	margin-right: 50px;
}
.montage .title-block {
	text-align: center;
}
.montage__imgs {
	position: relative;
	height: 410px;
}
.montage__imgs img:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	filter: drop-shadow(0px 25px 55px rgba(20, 32, 54, 0.35));
}
.montage__imgs img:first-child {
	position: absolute;
	right: 33%;
	bottom: 35%;
	filter: drop-shadow(0px 25px 55px rgba(20, 32, 54, 0.35));
}
@media(max-width: 1200px) {
	.montage {
		position: static;
		margin-bottom: 80px;
	}
}
@media(max-width: 992px) {
	.montage {
		margin-bottom: 40px;
	}
	.montage .container {
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	    -webkit-align-items: flex-start;
	            align-items: flex-start;
	}
	.montage__left {
		margin-right: 0;
		padding-top: 50px;
	}
	.montage__imgs {
		position: static;
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		height: auto;
	}
	.montage__imgs img {
		position: static !important;
		max-width: 48%;
		min-width: 48%;
		height: auto;
		filter: drop-shadow(0px 7px 15px rgba(20, 32, 54, 0.35));
	}
}
@media(max-width: 767px) {
	.montage__left {
		max-width: 100%;
		min-width: 100%;
		padding-top: 30px;
	}
	.montage__right {
		display: none;
	}
}
@media(max-width: 540px) {
	.montage__imgs {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.montage__imgs img {
		max-width: 100%;
		min-width: 100%;
	}
}

.form-consult-wrap .container:before, .form-consult-wrap .container:after {
	content: none;
}
.form-consult {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	border: 15px solid #2ABA74;
}
.form-consult__img {
	position: absolute;
	bottom: -15px;
	right: 30px;
	width: 37%;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
}
.form-consult__in {
	max-width: 63%;
	min-width: 63%;
	padding: 35px;
}
.form-consult__title {
	font-family: 'TT Norms';
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.form-consult__line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.form-consult__inp {
	max-width: 37%;
	min-width: 37%;
	height: 40px;
	padding: 0 15px;
	background: #CCDCE7;
	border: none;
	border-right: none;
}
.form-consult__btn {
	max-width: 22%;
	min-width: 22%;
	font-family: 'TT Norms';
	font-weight: bold;
	display: inline-block;
	height: 40px;
	background: #088E4D;
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0px 25px 55px rgba(20, 32, 54, 0.35);
	border: none;
}
.form-consult__btn:hover {
	opacity: 0.9;
}
.form-consult__text {
	font-style: italic;
	color: #6B7993;
}
.form-consult__text a {
	color: #1453C6;
}
@media(max-width: 1200px) {
	.form-consult__img {
		height: 330px;
		right: 0;
	}
}
@media(max-width: 992px) {
	.form-consult__img {
		display: none;
	}
	.form-consult__in {
		max-width: 100%;
		min-width: 100%;
	}
}
@media(max-width: 767px) {
	.form-consult__in {
		padding: 25px;
	}
	.form-consult__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.form-consult__line {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.form-consult__inp {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
	}
	.form-consult__btn {
		max-width: 100%;
		min-width: 100%;
		box-shadow: 0px 5px 10px rgba(20, 32, 54, 0.35);
	}
}