@font-face {
	font-weight: normal;
	font-family: "Inter-Bold";
	font-style: normal;
	src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.eot") format("eot"), url("../fonts/Inter-Bold.ttf") format("ttf");
}

@font-face {
	font-weight: normal;
	font-family: "Inter-Regular";
	font-style: normal;
	src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.eot") format("eot"), url("../fonts/Inter-Regular.ttf") format("ttf");
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}
a:visited {text-decoration: none;list-style-type: none;}

nav, footer, header, aside{display: block;}

html, body {
	height: 100%;
	font-size: 100%;
	line-height: 24px;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #F4F4F4;
}

input, button, textarea {font-family: inherit;}

input::-ms-clear {display: none;}
button {cursor: pointer;}
button::-moz-focus-inner {padding: 0;border: 0;}
a, a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
ul, li {list-style: none;padding: 0;margin: 0;}
img {vertical-align: top;}
p {padding: 0;margin: 0;}

h1, h2, h3, h4, h5, h6{font-size: inherit;font-weight: 400;padding: 0;margin: 0;font-family: 'Lato-Bold', sans-serif;}

body {
	font-family: 'Lato-Regular', sans-serif;
	color: #2F2F2F;
}

/*=====================Visually Hidden=================*/


	.visually-hidden:not(:focus):not(:active) {
		position: absolute;
		
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
		
		white-space: nowrap;
		clip-path: inset(100%);
		clip: rect(0 0 0 0);
		overflow: hidden;
	}

	h1 {

	}


/*=====================Адаптив=================*/

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 15px;
	}

@media (max-width: 1400px) {
	.container{
		max-width: 970px;
	}
}

@media (max-width: 992px) {
	.container{
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.container{
		max-width: none;
	}
}



.wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;*/
}

.main {
	background-image: url(../img/main-bcg-desc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 810px;
	position: relative;
}
.main::before{
	content: '';
	position: absolute;
	height: 221px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.87) 46.88%, rgba(255, 255, 255, 0) 100%);
}
.main-head {
	position: relative;
}

.container {}
.main-head-wrapper {
	padding-top: 32px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #CACACA solid;
	padding-bottom: 24px;
}

.wrapper {}
.logo-wrapper {
	align-items: center;

}
.logo-desc-wrap {
	margin-right: 84px;
}
.logo {}
.logo-img {}
.descr {
	font-size: 14px;
	color: #D83242;
	font-family: "Inter-Bold", sans-serif;
	line-height: 20px;
}
.location {
	font-size: 14px;
	max-width: 69px;
	line-height: 20px;
	position: relative;
}

.location-img {
	display: inline-block;
	width: 20px;
	height: 25px;
	margin-right: 16px;
	margin-top: 2px;
}
.contact-wrapper {
	align-items: center;
}
.contact-text {
	font-size: 14px;
	max-width: 144px;
	line-height: 20px;
	margin-right: 24px;
}
.contact-phone {
	font-family: "Inter-Bold", sans-serif;
	font-size: 24px;
	color: #2F2F2F;
	margin-right: 24px;

}
.messenger-wrapper {
	height: 24px;
	width: 24px;
	margin-left: 8px;
}
.messenger-1-link {
	display: inline-block;
}
.messenger-2-link {
	display: inline-block;
}
.messenger-3-link {
	display: inline-block;
}
.messenger-1-link>img, .messenger-2-link>img, .messenger-3-link>img {
	max-width: 100%;
}
.main-offer {
	position: relative;
	margin-top: 400px;
}
.main-wrapper {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
}
.main-text-wrapper {
	background: linear-gradient(0deg, #FFFFFF 82.67%, rgba(255, 255, 255, 0) 188.22%);
	padding-top: 48px;
	padding-left: 80px;
	padding-right: 80px;

}
.main-title {
	font-size: 64px;
	line-height: 69px;
	max-width: 623px;
	font-family: "Inter-Bold", sans-serif;
	margin-bottom: 14px;
}
.main-subtitle {
	margin-bottom: 24px;
	max-width: 803px;
}
.main-bullits-wrapper {
	padding-bottom: 24px;
}
.main-bullit {
	font-size: 24px;
	padding-left: 32px;
	position: relative;
}
.main-bullit::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #FB2946;
	left: 0;
	top: 12px;
}
.main-bullit>span{
	font-family: "Inter-Bold", sans-serif;
}
.bullit-1 {
	margin-right: 100px;
}
.bullit-2 {}
.main-contact-wrapper {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F6F6F6;
	justify-content: space-between;
	align-items: center;
}
.main-text {
	font-family: "Inter-Bold", sans-serif;
	max-width: 266px;
}
.main-phone {
	font-family: "Inter-Bold", sans-serif;
	font-size: 40px;
	color: #D83242;
}
.main-mess-wrapper {
}
.mess-1-link img {
    width: 64px;
}
.mess-2-link {
	margin-left: 20px;
}
.mess-2-link img {
    width: 64px;
}
.mess-3-link {
	margin-left: 20px;
}
.advantages {
	padding-bottom: 164px;
}
.advantages-title {}
.advantages-wrapper {
	margin-top: 260px;
	justify-content: space-around;
}
.advantage {
	position: relative;
}
.advantage::before {
	content: '';
	position: absolute;
	left: 0;
	top: 150px;
	width: 16px;
	height: 2px;
	background-color: #FB2946;
}
.advantage-1 {}
.advantage-img-wrapper {}
.advantage-img {}
.advantage-text {
	font-size: 18px;
	line-height: 27px;
}
.advantage-text>span {
	font-family: "Inter-Bold", sans-serif;
}
.advantage-text-1 {
	max-width: 194px;
	margin-top: 48px;
}
.advantage-2 {}
.advantage-text-2 {
	max-width: 194px;
	margin-top: 48px;
}
.advantage-3 {}
.advantage-text-3 {
	max-width: 142px;
	margin-top: 48px;
}
.advantage-4 {}
.advantage-text-4 {
	max-width: 168px;
	margin-top: 32px;
}
.gallery {
	padding-bottom: 108px;
}
.gallery-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery-item {
	max-width: 30%;
	margin-bottom: 23px;
}
.gallery-title {
	font-family: "Inter-Bold", sans-serif;
	text-align: center;
	font-size: 48px;
	margin-bottom: 82px;
}
.form {
	padding-bottom: 56px;
}
.form-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
	padding-top: 64px;
	padding-bottom: 56px;
	text-align: center;
	padding-left: 190px;
	padding-right: 190px;
}
.form-title {
	font-family: "Inter-Bold", sans-serif;
	text-align: center;
	font-size: 48px;
	margin-bottom: 42px;
	line-height: 58px;
}
.form-phone {
	display: inline-block;
	font-family: "Inter-Bold", sans-serif;
	font-size: 40px;
	color: #D83242;
	margin-bottom: 26px;
}
.form-mess-wrapper {
	justify-content: center;
}
.footer {
	text-align: center;
	padding-bottom: 90px;
}
.footer-copy {
	font-size: 14px;
	margin-bottom: 8px;
}
.footer-info {
	font-size: 14px;
	color: #5C5C5C;
	line-height: 20px;
}

@media (max-width: 1400px) {
.main {
	height: 550px;
}


.main-offer {
	margin-top: 340px;
}

.main-text-wrapper {
	background: linear-gradient(0deg, #FFFFFF 82.67%, rgba(255, 255, 255, 0) 188.22%);
	padding-top: 48px;
	padding-left: 40px;
	padding-right: 40px;

}
.main-title {
	font-size: 48px;
	line-height: 54px;
	max-width: 100%;
}

.main-contact-wrapper {
	padding-left: 40px;
	padding-right: 40px;
}


.advantages {
	padding-bottom: 124px;
}
.advantages-wrapper {
	margin-top: 340px;
}

.gallery {
	padding-bottom: 68px;
}
.gallery-item {
	max-width: 32%;
}
.gallery-item>a>img {
	max-width: 100%;
}
.gallery-title {
	font-size: 42px;
	margin-bottom: 82px;
}
.form {
	padding-bottom: 56px;
}
.form-wrapper {
	padding-top: 54px;
	padding-bottom: 46px;
	padding-left: 120px;
	padding-right: 120px;
}

}

@media (max-width: 992px) {
.main {
	height: 410px;
}
.logo-desc-wrap {
	margin-right: 40px;
}
.contact-text {
	display: none;
}
.main-offer {
	margin-top: 232px;
}
.main-bullit {
	font-size: 18px;
}
.bullit-1 {
	margin-right: 48px;
}
.main-text {
	display: none;
}
.advantages-wrapper {
	margin-top: 400px;
}

.form-wrapper {
	padding-right: 100px;
	padding-left: 100px;
}
.form-title {
	font-size: 32px;
	line-height: 40px;
}
}

@media (max-width: 767px) {
	.container{
	/*	max-width: 320px;
		padding: 0 15px;*/
	}
	.main {
		background-image: none;
	}
	.main-offer-img {
		background-image: url(../img/main-bcg-desc.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 142px;
	}
.main-head {
	align-items: center;
}
.container {}
.main-head-wrapper {
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.wrapper {}
.logo-wrapper {
	margin-bottom: 0;
}
.logo-desc-wrap {}
.logo {}
.logo-img {}
.descr {
	display: none;
}
.location-wrapper {
}
.location-img {}
.location {}
.contact-wrapper {
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	display: none;
}
.contact-text {	
}
.contact-phone {
	display: inline-block;
	margin-bottom: 16px;
}
.messenger-wrapper {
	width: 42px;
	display: none;
}
.messenger-wrapper--1{
	/*margin-left: 68px;*/
}
.messenger-1-link {
	width: 32px;
}
.messenger-2-link {
	width: 32px;
}
.messenger-3-link {
	width: 32px;
}
.main-offer {
	margin-top: 0;
	background-color: #fff;
}
.main-wrapper {

}
.main-text-wrapper {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 0%);
	padding: 0;
	padding-top: 24px;
}
.main-title {
	font-size: 32px;
	line-height: 36px;
}
.main-subtitle {}
.main-bullits-wrapper {
	flex-wrap: wrap;
}
.main-bullit {
	
}
.bullit-1 {
	width: 100%;
	margin-bottom: 8px;
}
.bullit-2 {
	width: 88%;
}
.main-contact-wrapper {
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}
.main-text {}
.main-phone {
	font-size: 32px;
	margin-bottom: 32px;
	text-align: center;
	width: 100%;
}
.main-mess-wrapper {}
.mess-1-link {
}
.mess-2-link {
}
.mess-1-link img {
	width: 64px;
}
.mess-2-link img {
	width: 64px;
}
.mess-3-link {}
.advantages {
	padding-bottom: 64px;
}
.advantages-title {}
.advantages-wrapper {
	margin-top: 396px;
	flex-wrap: wrap;
}
.advantage {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.advantage::before {
	display: none;
}
.advantage-1 {}
.advantage-img-wrapper {
	max-width: 100%;
	margin-right: 32px;
}
.advantage-img-wrapper--1 {
	width: 92px;
	margin-left: 0;
}

.advantage-img-wrapper--2 {
	width: 77px;
	margin-right: 48px;
	margin-left: 0px;
}

.advantage-img-wrapper--3 {
	width: 105px;
	margin-right: 22px;
	margin-left: -50px;
}

.advantage-img-wrapper--4 {
	margin-left: -26px;
	width: 83px;
	margin-right: 43px;
}

.advantage-img {
	max-width: 100%;
}
.advantage-text {
	margin-top: 0;
}
.advantage-text-1 {}
.advantage-2 {}
.advantage-text-2 {}
.advantage-3 {}
.advantage-text-3 {}
.advantage-4 {}
.advantage-text-4 {}
.gallery {
	padding-bottom: 64px;
}
.gallery-title {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 32px;
}
.gallery-wrapper {}
.gallery-item {
	max-width: 47%;
	margin-bottom: 18px;
}
.gallery-item--1 {}
.gallery-item--2 {}
.gallery-item--3 {}
.gallery-item--4 {}
.gallery-item--5 {}
.gallery-item--6 {}
.gallery-item--7 {}
.gallery-item--8 {}
.gallery-item--9 {}
.gallery-item--10 {}
.gallery-item--11 {}
.gallery-item--12 {}
.gallery-item--13 {}
.gallery-item--14 {}
.gallery-item--15 {}
.gallery-item--16 {}
.gallery-item--17 {}
.gallery-item--18 {}
.form {}
.form-wrapper {
	padding: 24px 20px;
}
.form-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 16px;
}
.form-phone {
	font-size: 28px;
}
.form-mess-wrapper {}
.footer {
	padding-bottom: 32px;
}
.footer-copy {}
.footer-info {}
}