html {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

a{text-decoration:none;color:#000;}

h1{
	margin:0;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
}

h2{
	margin:0;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

h3{
	margin:0;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

p{
	padding:0;
	margin:0;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

hr{display:block;height:1px;background:#3DAE2B;border:0;margin:5px 0 25px 0;}

header{
	background-image: url(/img/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
}

.wr{
	max-width:1220px;
	margin:0 auto;
	padding: 15px;
	box-sizing: border-box;
}
.mob{display:none;}
.head{
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:112px;
}
.cg{color:#3DAE2B;}
.head h1{color:#FFF;}
.logo{display:block;}
.b{display:flex;gap:40px;padding:15px 0;}
.bb{width:50%;}
.t{display:flex;gap:15px;align-items: center;padding-top:10px;}
.i{display:flex;gap:40px;}
.ii{}
.i img{display:block;width:166px;margin: 0 auto;padding:0;border:0;}
.i h3{margin:18px 0;text-align:center;}
.k{display:flex;gap:40px;}
.kk{}
.s{display:flex;gap:15px;padding-bottom: 25px;}
.f{display:flex;gap:10px;}
.f1{font-weight: 400;font-size: 27px;line-height: 22px;color: #3DAE2B;}
.f2{font-weight: 700;font-size: 38px;line-height: 48px;color: #3DAE2B;}
.f3{font-weight: 400;font-size: 10px;line-height: 20px;color: #222222;}



@media (max-width: 1220px) {
	main{text-align: center;}
	.head {height: 68px;justify-content: center;}
	.logo{width:176px;}
    .head h1{display:none;}
	.b{flex-direction: column;gap: 0px;}
	.bb{width:100%;}
	.mob{display:block;}
	h1{font-weight: 700;font-size: 21px;line-height: 26px;}
	h2{font-weight: 700;font-size: 15px;line-height: 20px;}
	h3{font-weight: 700;font-size: 15px;line-height: 20px;}
	html{font-size: 15px;line-height: 20px;}
	p{font-size: 15px;line-height: 20px;}
	.t{flex-direction: column;padding-top: 0px;}
	.t img{width:100px;}
	.i{gap: 0px;flex-direction: column;}
	.i img{width:208px;}
	.i h3{margin: 10px auto 15px auto;max-width: 180px;}
	.k{gap: 0px;flex-direction: column;}
	.s{gap: 5px;padding-bottom: 20px;flex-direction: column;}
	.f{flex-direction: column;    gap: 5px;}
	.f1{font-size: 21px;line-height: 26px;}
	.f2{font-size: 21px;line-height: 26px;}
}
























