body{
	background: #ffffff;
	font-family: 'Manrope', sans-serif;
	font-size: 21px;
	color: #130b04;
	min-width: 360px;
	line-height: 1;
}

/* =========main========= */
.main {
	background: url('../img/main_bg.jpg') no-repeat center bottom / cover;
}
.header {
	padding: 35px 0;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	max-width: 250px;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header-lang {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 36px;
	margin-right: 45px;
}
.header-lang img {
	display: inline-block;
	width: 100%;
}
.header-address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 34px;
}
.header-address img {
	display: inline-block;
	width: 17px;
	margin-right: 10px;
}
.header-right-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-address span {
	display: inline-block;
	color: white;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}
.header-soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 35px 0 0;
	padding: 0;
}
.header-soc li {
	margin-right: 12px;
}
.header-soc li:last-child {
	margin-right: 0;
}
.header-soc li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 36px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.header-soc li a:hover {
	opacity: 0.7;
}
.header-soc li a img {
	display: inline-block;
	width: 100%;
}
.header-contacts {
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header-tel {
	display: inline-block;
	color: white;
	font-family: Manrope;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 13px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header-tel:hover {
	color: #9ad2f5;
}
.header-mail {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-mail img {
	display: inline-block;
	width: 16px;
	margin-right: 9px;
}
.header-mail span {
	display: inline-block;
	color: white;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header-mail:hover span {
	color: #9ad2f5;
}
.main-slider {
	width: 100%;
	margin-bottom: 45px;
}
.main-slider__desc {
	display: inline-block;
	width: 100%;
	border-radius: 14px;
}
.main-slider__arrow::after {
	display: none;
}
.main-slider__arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.main-slider__arrow:hover {
	opacity: 0.7;
}
.main-slider__arrow img {
	display: inline-block;
	width: 100%;
}
.main-slider__arrow.swiper-button-prev {
	left: 14px;
}
.main-slider__arrow.swiper-button-next {
	right: 14px;
}
.main-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-left {
	padding-top: 35px;
	width: 37%;
}
.main-thumb-desc {
	display: inline-block;
	width: 52.8%;
}
.main__title {
	color: white;
	font-family: Manrope;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 33px;
}
.main__text {
	color: #a7d2e2;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 45px;
}
/* =========statistics========= */
.statistics {
	padding: 90px 0 120px;
}
.statistics-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.statistics-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.statistics__number {
	color: #f3b200;
	font-family: Manrope;
	font-size: 96px;
	font-weight: 400;
	line-height: 1;
	margin-right: 15px;
}
.statistics__text {
	color: #130b04;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5em;
}
/* =========about========= */
.about {
	padding: 0 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about-thumb {
	width: 38.75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 0 60px 0;
	margin-right: 82px;
}
.about-thumb::after {
	display: block;
	content: '';
	padding-top: 72.44%;
}
.about-cont {
	margin-right: calc((100vw - 1430px) / 2);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
}
.about__title {
	color: #130b04;
	font-family: Manrope;
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 50px;
}
.about-text p {
	color: #130b04;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.76em;
	margin-bottom: 30px;
}
.about-text p:last-child {
	margin-bottom: 0;
}
/* =========distrib========= */
.distrib {
	padding: 80px 0 160px;
}
.distrib__title {
	text-align: center;
	margin-bottom: 50px;
	color: #130b04;
	font-family: Manrope;
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
}
.distrib-slider .swiper-slide {
	position: relative;
	height: auto;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) { 
	.distrib-slider .swiper-slide {
		width: auto !important;
	}
}
.distrib-slider .swiper-slide::after {
	display: block;
	position: absolute;
	content: '';
	width: 80px;
	height: 100%;
	left: 100%;
	top: 0;
}
.distrib-slider .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.distrib-slider {
	position: relative;
}
.distrib-slider-arrow {
	width: 18px;
	height: auto;
	margin-top: -30px;
}
.distrib-slider-arrow img {
	display: inline-block;
	width: 100%;
}
.distrib-slider-arrow::after {
	display: none;
}
.swiper-button-next.distrib-slider-arrow {
	left: calc(100% + 60px);
	right: auto;
}
.swiper-button-prev.distrib-slider-arrow {
	right: calc(100% + 60px);
	left: auto;
}
@media (max-width: 1590px) {
	.swiper-button-next.distrib-slider-arrow {
		left: calc(100% - 18px);
	}
	.swiper-button-prev.distrib-slider-arrow {
		right: calc(100% - 18px);
	}
}
/* =========contacts========= */
.contacts {
	background: url('../img/contacts_bg.jpg') no-repeat left center / cover;
	padding: 80px 0 140px;
}
.contacts-wrap {
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: 90px;
}
.contacts__title {
	color: #130b04;
	font-family: Manrope;
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.contacts__text {
	color: #130b04;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 50px;
}
.contacts-form .row {
	margin-right: -7px;
	margin-left: -7px;
}
.contacts-form-item {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 15px;
}
.contacts-form-item:last-child {
	margin-bottom: 0;
}
.form-field__text, .form-field__textarea {
	width: 100%;
	background: #fefefe;
	height: 50px;
	border: none;
	border-radius: 4px;
	padding-left: 20px;
	color: #494643;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 400;
	padding-right: 10px;
}
.form-field__text::-webkit-input-placeholder {color: #494643;opacity: 1;}
.form-field__text::-moz-placeholder 			{color: #494643;opacity: 1;}
.form-field__text:-moz-placeholder 			{color: #494643;opacity: 1;}
.form-field__text:-ms-input-placeholder 		{color: #494643;opacity: 1;}

.form-field__textarea::-webkit-input-placeholder {color: #494643;opacity: 1;}
.form-field__textarea::-moz-placeholder 			{color: #494643;opacity: 1;}
.form-field__textarea:-moz-placeholder 			{color: #494643;opacity: 1;}
.form-field__textarea:-ms-input-placeholder 		{color: #494643;opacity: 1;}
.form-field__textarea {
	height: 200px;
	padding-top: 15px;
}
.btn_contacts {
	margin-top: 44px;
}
.success {
	margin-top: 20px;
	color: green;
	display: none;
}
.contacts-form.active .success {
	display: block;
}
/* =========footer========= */ 
.footer {
	padding: 80px 0 65px;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 43%;
}
.footer-logo {
	display: inline-block;
	max-width: 272px;
	width: 100%;
	margin-right: 48px;
}
.footer-logo img {
	display: inline-block;
	width: 100%;
}
.footer-copyrite {
	color: #130b04;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.47em;
}
.footer-right {
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer-right-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.footer-address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 60px;
}
.footer-address img {
	display: inline-block;
	width: 17px;
	margin-right: 14px;
}
.footer-address span {
	display: inline-block;
	color: #130b04;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}
.footer-tel {
	display: inline-block;
	color: #130b04;
	font-family: Manrope;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.footer-tel:hover {
	color: #959493;
}
.footer-mail {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-mail img {
	display: inline-block;
	width: 16px;
	margin-right: 10px;
}
.footer-mail span {
	display: inline-block;
	color: #130b04;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.footer-mail:hover span {
	color: #959493;
}
.under-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.under-footer div {
	width: 50%;
	height: 3px;
}
.under-footer-blue {
	background: #1482bf;
}
.under-footer-yellow {
	background: #f4b200;
}





@media (max-width: 1430px) {
/* =========main========= */ 
.header {
	padding: 20px 0;
}
.header-logo {
	max-width: 220px;
}
.header-lang {
	width: 30px;
}
.header-soc li a {
	width: 30px;
}
.header-address img {
	width: 14px;
}
.header-tel {
	font-size: 26px;
}
.main-slider {
	margin-bottom: 30px;
}
.main__title {
	font-size: 32px;
	margin-bottom: 25px;
}
.main__text {
	font-size: 18px;
	margin-bottom: 30px;
}
/* =========statistics========= */
.statistics__text {
	font-size: 18px;
}
.statistics__number {
	font-size: 75px;
}
/* =========about========= */
.about-cont {
	margin-right: calc((100vw - 1200px) / 2);
}
.about-thumb {
	margin-right: 30px;
}
.about__title {
	font-size: 26px;
	margin-bottom: 20px;
}
.about-text p {
	font-size: 18px;
	margin-bottom: 15px;
}
/* =========distrib========= */
.swiper-button-next.distrib-slider-arrow {
	left: calc(100% + 10px);
}
.swiper-button-prev.distrib-slider-arrow {
	right: calc(100% + 10px);
}
.distrib-slider .swiper-slide::after {
	width: 40px;
}
@media (max-width: 1235px) { 
	.swiper-button-next.distrib-slider-arrow {
		left: calc(100% - 18px);
	}
	.swiper-button-prev.distrib-slider-arrow {
		right: calc(100% - 18px);
	}
}
.distrib__title {
	font-size: 26px;
	margin-bottom: 30px;
}
/* =========contacts========= */
.contacts-wrap {
	margin-right: 0;
}
.contacts {
	padding: 40px 0 80px;
}
.contacts__title {
	font-size: 26px;
	margin-bottom: 15px;
}
.contacts__text {
	font-size: 18px;
	margin-bottom: 30px;
}
.contacts-wrap {
	max-width: 650px;
}
.form-field__text {
	height: 45px;
	padding-left: 15px;
}
.form-field__textarea {
	padding-left: 15px;
}
.form-field__text, .form-field__textarea {
	font-size: 15px;
}
.success {
	font-size: 15px;
}
/* =========footer========= */ 
.footer-logo {
	max-width: 220px;
	margin-right: 20px;
}
.footer-copyrite {
	font-size: 15px;
}
.footer-address span {
	font-size: 15px;
}
.footer-address {
	margin-right: 35px;
}
.footer-tel {
	font-size: 22px;
}
.footer-mail span {
	font-size: 15px;
}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* =========main========= */
	.header-address, .header-lang {
		margin-right: 15px;
	}
	.header-soc {
		margin-right: 15px;
	}
	.header-address span {
		font-size: 14px;
	}
	.header-tel {
		font-size: 22px;
	}
	.header-mail span {
		font-size: 14px;
	}
	.header-soc li {
		margin-right: 5px;
	}
	.header-soc li a {
		width: 25px;
	}
	.header-lang {
		width: 25px;
	}
	.header-logo {
		max-width: 200px;
	}
	.main-slider__arrow {
		width: 34px;
	}
	.main-thumb-desc {
		width: 50%;
	}
	.main-left {
		padding-top: 0;
		width: 45%;
	}
	.main__title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.main__text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.btn {
		height: 50px;
		min-width: 310px;
		-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15) !important;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15) !important;
	}
	.btn img {
		margin-right: 10px;
	}
	.btn span {
		font-size: 14px;
	}
	/* =========statistics========= */
	.statistics {
		padding: 40px 0 60px;
	}
	.statistics__number {
		font-size: 42px;
		margin-right: 5px;
	}
	.statistics__text {
		font-size: 15px;
	}
	/* =========about========= */
	.about {
		padding: 0 15px 40px;
	}
	.about-cont {
		margin-right: auto;
		padding-right: 0;
	}
	.about__title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.about-text p {
		font-size: 15px;
	}
	/* =========distrib========= */
	.distrib {
		padding: 40px 0 80px;
	}
	/* =========contacts========= */
	.contacts {
		background: #eeeeee url('../img/contacts_bg2.jpg') no-repeat center top / 100%;
	}
	.contacts-wrap {
		max-width: 100%;
	}
	.contacts__title, .contacts__text {
		text-align: right;
	}
	.form-field__text, .form-field__textarea {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	/* =========footer========= */ 
	.footer-left {
		width: 36%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-logo {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer {
		padding: 40px 0;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =========main========= */
	.main {
		background: url('../img/main_bg2.jpg') no-repeat right bottom / cover;
	}
	.header {
		padding: 0;
	}
	.header-top {
		display: block !important;
		background: #006496;
		padding: 5px 0;
	}
	.header-top-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-top-wrap > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-address {
		margin-right: 15px;
	}
	.header-address img {
		width: 9px;
		margin-right: 5px;
	}
	.header-address span {
		font-size: 12px;
	}
	.header-mail img {
		width: 12px;
		margin-right: 5px;
	}
	.header-mail span {
		font-size: 12px;
	}
	.header-lang {
		margin-right: 0;
		width: 19px;
	}
	.header-wrap {
		padding: 15px 0;
	}
	.header-logo {
		max-width: 150px;
	}
	.header-wrap .header-lang, .header-wrap .header-address, .header-wrap .header-mail {
		display: none;
	}
	.header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.header-tel {
		margin-bottom: 10px;
		font-size: 17px;
	}
	.header-soc {
		margin-right: 0;
	}
	.header-soc li {
		margin-right: 8px;
	}
	.header-soc li a {
		width: 28px;
	}
	.main-slider {
		margin-bottom: 25px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.main-slider__desc {
		display: none;
	}
	.main-slider__mob {
		display: block !important;
		width: 100%;
	}
	.main-slider__arrow {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.main-slider__arrow.swiper-button-prev {
		left: 10px;
	}
	.main-slider__arrow.swiper-button-next {
		right: 10px;
	}
	.main-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-left {
		width: 100%;
		margin-bottom: 25px;
	}
	.main__title {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.main__text {
		margin-bottom: 18px;
		font-size: 13px;
	}
	.btn {
		min-width: 260px;
		height: 48px;
	}
	.btn span {
		font-size: 13px;
	}
	.btn_main img {
		display: inline-block;
		width: 15px;
	}
	.main-thumb-desc {
		display: none;
	}
	.main-thumb-mob {
		display: block !important;
		width: 100%;
		margin-bottom: -107px;
	}
	/* =========statistics========= */
	.statistics {
		padding: 145px 0 35px;
	}
	.statistics-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-right: 5px;
	}
	.statistics-item:last-child {
		padding-right: 0;
	}
	.statistics-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.statistics__number {
		font-size: 34px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.statistics__text {
		font-size: 13px;
	}
	/* =========about========= */
	.about {
		padding: 0 15px 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-thumb {
		margin-right: 0;
		margin-bottom: 40px;
		width: 95.5%;
		margin-left: -15px;
		border-radius: 0 0 30px 0;
	}
	.about-thumb::after {
		padding-top: 61.6%;
	}
	.about__title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.about-text p {
		font-size: 13px;
	}
	/* =========distrib========= */
	.distrib-slider .swiper-slide {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.distrib-slider .swiper-slide img {
		display: inline-block;
		max-width: 70%;
		max-height: 40px;
	}
	.distrib-slider-arrow {
		width: 7px;
		margin-top: -12px;
	}
	.swiper-button-prev.distrib-slider-arrow {
		right: calc(100% - 7px);
	}
	.swiper-button-next.distrib-slider-arrow {
		left: calc(100% - 7px);
	}
	.distrib {
		padding: 30px 0 75px;
	}
	.distrib__title {
		font-size: 22px;
	}
	/* =========contacts========= */
	.contacts {
		padding: 60px 0 45px;
	}
	.contacts__title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.contacts__text {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.form-field__text, .form-field__textarea {
		font-size: 13px;
	}
	.form-field__textarea {
		height: 260px;
	}
	.btn_contacts {
		margin-top: 35px;
		margin-right: auto;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 260px;
	}
	/* =========footer========= */
	.footer {
		padding: 40px 0 30px;
	}
	.footer-top {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 7px;
	}
	.footer-tel {
		font-size: 17px;
	}
	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-left {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-logo {
		max-width: 150px;
		margin-bottom: 15px;
	}
	.footer-copyrite {
		width: 100%;
		font-size: 13px;
	}
	.footer-right .header-soc, .footer-right .footer-tel {
		display: none;
	}
	.footer-right {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer-right-top {
		margin-bottom: 5px;
	}
	.footer-address {
		margin-right: 0;
	}
	.footer-address img {
		width: 12px;
		margin-right: 10px;
	}
	.footer-address span, .footer-mail span {
		font-size: 13px;
	}
	.footer-mail img {
		width: 12px;
		margin-right: 10px;
	}

}