body{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 400;
}



.main{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.main_container{
	max-width: 1200px;
	width: 100%;
	padding: 0px 20px;
}



.section_header{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}
.section_header-phone{
	font-size: 18px;
	font-weight: 700;
}
.section_header-menu{
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
}
.section_header-menu a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}



.section_onescreen{
	min-height: 200px;
	padding: 70px 40px;
	display: flex;
	flex-direction: column;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: url(img/bg.jpg) no-repeat center / cover;
}
.section_onescreen-bg{
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.section_onescreen-btn{
	width: 270px;
	height: 65px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	line-height: 65px;
	color: #fff;
	background: #00A925;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.section_onescreen h1{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	width: 60%;
}
.section_onescreen p{
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	width: 40%;
}


.section_content{
	margin-top: 40px;
	padding: 0px 20px;
}
.section_content h2{
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
}
.section_content p{
	font-size: 14px;
	text-align: justify;
	line-height: 1.8em;
}
.section_content-foto{
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 20px;
}
.section_content-foto-item{
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.section_content-foto-item.n1{
	background-image: url(https://samisrykami.ru/wp-content/uploads/2021/02/5q3pesicst7pw_c9bo50.jpeg);
}
.section_content-foto-item.n2{
	background-image: url(https://gde.ru/images/img_ru/474x354/33199669.jpg);
}
.section_content-foto-item.n3{
	background-image: url(https://static.mk.ru/upload/entities/2021/05/31/18/articles/facebookPicture/b7/3f/9e/23/b573f9745456c255fd8bdda51b3fdf65.jpg);
}


.section_partner{
	display: flex;
	flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.section_partner p{
	font-size: 36px;
	font-weight: 700;
}
.section_partner img{
	width: 100%;
}


.section_form{
	display: flex;
	margin-bottom: 20px;
}
.section_form-left{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_form .zag_in{
	color:#000;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.section_form .pt{
	padding-top:40px;
}
.section_form form input{
	width:80%;
	margin-bottom:20px;
	height:50px;
	border:none;
	border:1px solid #d6d3d3;
	font-size: 16px;
	text-align: left;
	padding:0px 20px;
	border-radius: 5px;
}
.section_form form input[type="submit"]{
	border-radius: 5px;
	height:60px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: linear-gradient(to top, #de7a01, #ff8b01);
	width: 250px;
	text-transform: uppercase;
}
.section_form form input[type="submit"]:hover{
	background: #d88208;
	background: linear-gradient(to top, #de7a01, #ff8b01);
}


.section_utp{
	height: 350px;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: url(img/bg2.jpg) no-repeat center / cover;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section_utp-btn{
	width: 270px;
	height: 65px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	line-height: 65px;
	color: #fff;
	background: #00A925;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.section_utp-bg{
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.section_map{
	height: 250px;
	background: #f2f2f2;
	overflow: hidden;
	border-radius: 20px;
}
.section_footer{
	background: #232323;
	text-align: center;
	padding: 20px 0px;
	color: #9F9F9F;
	font-size: 14px;
	border-radius:10px 10px 0px 0px;
}
