@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700;900&display=swap');

body {
  	font-family: 'Montserrat', sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	min-width: 320px;
  	position: relative;
  	overflow-x: hidden;
  	overflow: visible !important;
  	font-weight: 200;
  	font-size: 17px;
  	color: #000;
}
input,
input:focus{
	outline: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a, button{
	outline: none;
}
h1, h2, h3,p{
	margin: 0;
}
h1, .s6 h2{
  	font-size: 27px;
  	font-weight: 900;
  	margin: 60px 0 50px;
}
h1{
	margin-bottom: 15px;
}
h1 span, h2 span{
	color: #82b33e;
}
h2{
	font-weight: 900;
	font-size: 38px;
}
input[type='text']{
	width: 100%;
	color: #333;
	height: 60px;
  	border: solid 3px #dcdcdc;
  	border-radius: 50px;
  	font-size: 18px;
  	margin-bottom: 10px;
  	padding-left: 20px;
}
footer input[type='text']{
	color: #fff;
}
input.error{
	border:  3px solid #da1717;
}
button, input[type='submit']{
	color: white;
	background: rgb(254,142,28);
	background: linear-gradient(180deg, rgba(254,142,28,1) 0%, rgba(250,91,14,1) 80%);
	height: 60px;
  	border: none;
  	font-size: 18px;
  	font-weight: 700;
  	box-shadow: 0 10px 20px rgba(254 142 28 / 50%);
  	border-radius: 50px;
}
button{
	display: block;
	margin: 0 auto;
	width: 35%;
  	margin-top: 20px;
}
input[type='submit']{
	width: 100%;
}
section{
	position: relative;
	padding: 50px 0;
}
.img{
	position: absolute;
}
.s1{
	background: rgb(243,247,255);
	background: linear-gradient(180deg, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 80%);
}
.s1 .header, .s1 .header .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.s1 input[type='submit']{
	margin-top: 20px;
}
.s1 .header .item{
	width: 45%;
}
.s1 .header .item p{
	max-width: 80%;
	margin-left: 15px;
}
.s1 form, .s6 form, .box-modal form{
	margin: 30px 0 50px;
}
.s1 form input,.s6 form input{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}
.s1 form input[type='checkbox'],.s6 form input[type='checkbox']{
	width: initial;
	margin-top: 0;
}
form label{
	font-size: 12px;
	font-weight: normal;
	max-width: 90%;
	margin-bottom: 10px;
}
.s1 form input[type='text'],.s6 form input[type='text']{
	margin-right: 4%;
	margin-bottom: 0;
}
.s1 .img{
	right: 0;
	width: 60%;
	bottom: -30%;
}
.s1 p{
	font-size: 14px;
}
.s2 .img1{
	display: block;
	margin: 0 auto;
	width: 50%;
}
.s2 .it{
	position: absolute;
}
.s2 .it1{
	top: 42%;
	left: 13%;
}
.s2 .it2{
	top: 55%;
	left: 16%;
}
.s2 .it3{
	top: 67%;
	left: 15%;
}
.s2 .it4{
	top: 79%;
	left: 21%;
}
.s2 .it5{
	top: 30%;
	right: 16%;
}
.s2 .it6{
	top: 38%;
	right: 18%;
}
.s2 .it7{
	top: 55%;
	right: 22%;
}
.s2 .img2{
	left: 0;
	top: 10%;
	width: 10%;
}
.s3{
	background: url('../img/s3_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
}
.s3 h2{
	color: #fff;
	margin-left: 25px;
	position: relative;
	z-index: 99;
}
.s3 .form{
	background: #fff;
	padding: 50px 30px;
	margin-top: 25px;
	width: 70%;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 25px rgba(0 0 0 / 30%);
	margin-bottom: -70px;
}
.s3 .form h3{
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 50px;
}
.s3 .form button{
	width: 60%;
	margin: 0;
}
.s3 .img{
	width: 100%;
	top: -25%;
	z-index: 1;
}
.s4{
	padding-top: 200px;
}
.s4 h2{
	text-align: center;
	margin-bottom: 30px;
}
.s4 .item{
	border-bottom: solid 3px #f8f8f8;
	padding: 30px 20%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.s4 .item.pb{
	border-bottom: none;
}
.s4 .num{
	width: 5%;
	font-size: 70px;
	font-weight: 900;
	color: #eeeeee;
	line-height: 1;
}
.s4 p{
	width: 95%;
	padding-left: 15px;
	line-height: 1.7;
}
.s4 .descr{
	text-align: center;
}
.s5{
	background: url('../img/s5_bg.png') no-repeat;
	background-size: cover;
	background-position: right bottom;
	padding: 100px 0;
	z-index: 9;
}
.s5 h2{
	margin-bottom: 70px;
	padding-left: 30px;
}
.s5 .item{
	background: #fff;
	padding: 10px 30px;
	margin-bottom: 10px;
	width: 100%;
}
.s5 .item p{
	position: relative;
}
.s5 .item p:before{
	position: absolute;
	content: '';
	background: #82b33e;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: -20px;
	top: 3px;
}
.s5 .contnt{
	padding-left: 30px;
	margin-bottom: 30px;
	width: 90%;
}
.s5 .num{
	font-size: 40px;
	font-weight: 600;
	color: #82b33e;
	margin-bottom: 30px;
	margin-top: 10px;
}
.s6{
	background: url('../img/s6_bg.png') no-repeat;
	background-size: cover;
	background-position: center left;
	margin-top: -50px;
}
.s7{
	padding-bottom: 0;
}
.s7 h2{
	margin-bottom: 50px;
}
.s7 .img{
	width: 30%;
}
.s7 .img1{
	right: 15%;
	top: 5%;
}
.s7 .img2{
	left: 15%;
	top: 40%;
}
.s7 .img3{
	right: 15%;
	bottom: -4%;
}
.s7 .row{
	margin-bottom: 170px;
}
.s7 .unik{
	margin-bottom: 90px;
}
.s7 .img4{
	right: 0;
	width: 15%;
	bottom: 25%;
}
.s8{
	background: #fdfdfd;
	padding-top: 0;
}
.s8 h2{
	margin-bottom: 70px;
}
.s8 h3{
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: 600;
}
.s8 .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}
.s8 .item div{
	width: 80%;
	margin-left: 50px;
}
.s9{
	padding: 0;
}
.s9 .items{
	display: flex;
	flex-wrap: wrap;
}
.s9 img{
	width: 50%;
}
footer{
	background: #1f1f1f;
	color: #fff;
	padding: 25px 0;
}
footer h3{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
footer input[type='text']{
	background: transparent;
}
.box-modal{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 1.3;
}
.box-modal h2{
	font-size: 35px;
}
.box-modal_close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 55px;
    line-height: 15px;
    color: #000;
    cursor: pointer;
    transform: rotate(
45deg
);
}
.thn .img{
	width: 50%;
}
.thn .row p{
	font-size: 22px;
	font-weight: 600;
}
#menu {
	display: none;
    width: 100%;
    background: #82b33e;
    padding: 15px 0;
}
#menu.default {
    width:920px;
}
#menu.fixed {
	display: block;
    position:fixed;
    bottom:0; 
    left:0;
    z-index: 9999;
}
#menu p{
	font-size: 14px;
	margin: 0;
	color: #fff;
}
#menu .newpr{
	font-size: 34px;
	color: #000;
}
#menu button{
	width: 100%;
	margin-top: 10px;
}
.gal img{
	display: block;
	margin: 0 auto;
	width: 90%;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.slick-dots li button{
	display: none;
}
.disklamer{
	font-size: 12px;
	color: #7a7a7a;
	margin-top: 20px;
    margin-bottom: 85px;
}