* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
@font-face {
	font-family: "Panton";
	src: url("../fonts/Panton-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: "Panton";
	src: url("../fonts/Panton-Bold.otf") format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: "Panton";
	src: url("../fonts/Panton-Black.otf") format("opentype");
	font-weight: 900;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Panton', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #33381A;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.container {
	max-width: 1276px;
	padding: 0 30px;
	margin: 0 auto;
}
.hidden {
	overflow: hidden;
}
.sec1 {
	background: url(../img/bg1.png) no-repeat;
	background-position: center 0;
	padding-bottom: 222px;
}
.sec1 .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 17px 0;
	-ms-align-items: center;
	align-items: center;
}
.sec1 .top .item_l {
	-webkit-flex: 0 0 58%;
	-moz-flex: 0 0 58%;
	-ms-flex: 0 0 58%;
	-o-flex: 0 0 58%;
	flex: 0 0 58%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.sec1 .top .item_l .item p.zag {
	margin: 0;
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	color: #CC2F6F;
}
.sec1 .top .item_l .item p {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.sec1 .top .item_l .item p span {
	font-weight: 700;
}
.sec1 .top .item_l .item p.ico_list {
	position: relative;
	padding-left: 30px;
	line-height: 22px;
}
.sec1 .top .item_l .item p.ico_list:before {
	content: url(../img/ico_l.png);
	position: absolute;
	left: -9px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.countbox .countbox-secs-text, .countbox .countbox-mins-text, .countbox .countbox-hours-text {
	display: none;
}
.countbox {
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 13.1692px;
	max-width: 120px;
}
.countbox .countbox-num {
	position: relative;
	color: #fff;
	-webkit-flex: 0 0 27%;
	-moz-flex: 0 0 27%;
	-ms-flex: 0 0 27%;
	-o-flex: 0 0 27%;
	flex: 0 0 27%;
	font-weight: 400;
	padding-top: 3px;
	padding-bottom: 4px;
	background: #3A883A;
	border-radius: 3px;
}
.countbox .countbox-space {
	width: auto;
	color: #3A883A;
	height: 25px;
}
.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.sec1 .top .item_r {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex: 0 0 35%;
	-moz-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	-o-flex: 0 0 35%;
	flex: 0 0 35%;
}
.sec1 .top .item_r .item {
	text-align: center;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
}
.sec1 .top .item_r p {
	margin: 0;
	font-size: 14px;
}
span.btn {
	display: block;
	font-size: 16px;
	cursor: pointer;
	line-height: 22px;
	border: 2px solid #4DB93A;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 11px 0;
	max-width: 178px;
}
.sec1 .top .item_r span.btn {
	margin-left: auto;
}
h1 {
	margin: 0;
	margin-bottom: 18px;
	max-width: 800px;
	font-size: 42px;
	font-weight: 700;
}
h1 span {
	font-weight: 900;
	font-size: 42px;
	line-height: 58px;
	color: #CC2F6F;
}
.sec1 .body_sec1 {
	padding-top: 53px;
	position: relative;
}
.sec1 .body_sec1 p.pod_zag {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 33px 0;
	max-width: 743px;
}
.sec1 .body_sec1 ul {
	padding: 0;
	margin: 0;
}
.sec1 .body_sec1 ul li {
	list-style-type: none;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	max-width: 280px;
	margin-bottom: 24px;
}
.sec1 .body_sec1 ul li span {
	font-weight: 700;
}
.sec1 .body_sec1 ul li:nth-child(1):before {
	content: url(../img/ic1.png);
	position: absolute;
	left: 0;
	top: 1px;
}
.sec1 .body_sec1 ul li:nth-child(2):before {
	content: url(../img/ic2.png);
	position: absolute;
	left: 0;
	top: 1px;
}
.sec1 .body_sec1 ul li:nth-child(3):before {
	content: url(../img/ic3.png);
	position: absolute;
	left: 0;
	top: 1px;
}
.sec1 .body_sec1 ul li:nth-child(4):before {
	content: url(../img/ic4.png);
	position: absolute;
	left: 0;
	top: 1px;
}
.sec1 .form_block {
	position: absolute;
	right: 0;
	top: 44px;
	background: #FFFFFF;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 8px;
	width: 100%;
	max-width: 384px;
	padding: 14px 32px 24px 32px;
}
.sec1 .form_block p.red {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.sec1 .form_block .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sec1 .form_block .price_l, .sec1 .form_block .price_r {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	text-align: center;
}
.sec1 .form_block .flex p {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	color: #626262;
	margin-bottom: 3px;
}
.sec1 .form_block .old {
	color: #626262;
	text-decoration: line-through;
}
.sec1 .form_block .new {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #3A883A;
	font-weight: 700;
}
form p.label {
	color: #131313;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 3px 0;
}
form input {
	font-family: 'Roboto', sans-serif;
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
	border-radius: 4px;
	display: block;
	width: 100%;
	margin-bottom: 19px;
	height: 40px;
	color: #131313;
	padding-left: 15px;
}
::-webkit-input-placeholder {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
::-moz-placeholder          {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
:-moz-placeholder           {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
:-ms-input-placeholder      {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
.sec1 .form_block form p.upper {
	text-align: center;
	color: #585858;
	margin: 27px 0 14px 0;
	font-size: 14px;
	line-height: 19px;
}
form button.btn {
	display: block;
	width: 100%;
	background: #CC2F6F;
	border-radius: 80px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	line-height: 58px;
	position: relative;
}
form button.btn:after {
	content: url(../img/capl.png);
	position: absolute;
	right: -5px;
	top: -4px;
}
.sec1 .form_block form .saffity {
	margin-top: 30px;
	padding-left: 10px;
}
.sec1 .form_block form .saffity img {
	display: inline-block;
	vertical-align: middle;
}
.sec1 .form_block form .saffity .litt {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #C4C4C4;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	text-align: left;
	padding-left: 10px;
}
.sec1 .prod {
	position: absolute;
	left: 45%;
	top: 307px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
h2 {
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
h2 span {
	color: #CC2F6F;
}
.sec2 {
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
.sec2 .block_grey {
	background: #ECEEEB;
	border-radius: 70px 0px 0px 70px;
	position: relative;
	padding: 50px 103px;
	margin-top: 32px;
	margin-left: 72px;
	padding-right: 0;
}
.sec2 .block_grey:after {
	content: '';
	background: #ECEEEB;
	position: absolute;
	right: -600px;
	width: 600px;
	height: 100%;
	top: 0;
	height: 100%;
}
.sec2 .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sec2 .item {
	-webkit-flex: 0 0 47%;
	-moz-flex: 0 0 47%;
	-ms-flex: 0 0 47%;
	-o-flex: 0 0 47%;
	flex: 0 0 47%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 48px;
}
.sec2 .item img {
	max-width: 100%;
}
.sec2 .item p {
	margin: 0;
	padding-left: 48px;
	font-size: 16px;
	line-height: 22px;
	max-width: 315px;
}
.sec2 .item p span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
.sec3 {
	padding-top: 54px;
	padding-bottom: 66px;
}
.sec3 p.ctr {
	text-align: center;
	max-width: 1008px;
	margin: 13px auto 52px;
	font-size: 16px;
	line-height: 24px;
}
.sec3 .item {
	-webkit-flex: 0 0 32%;
	-moz-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	-o-flex: 0 0 32%;
	flex: 0 0 32%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.sec3 .item .img_bl {
	-webkit-flex: 0 0 26%;
	-moz-flex: 0 0 26%;
	-ms-flex: 0 0 26%;
	-o-flex: 0 0 26%;
	flex: 0 0 26%;
	position: relative;
}
.sec3 .item img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec3 .item p {
	font-size: 16px;
	line-height: 22px;
	-ms-align-items: center;
	align-items: center;
}
.sec3 .item p span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
.sec3 .custom_bl {
	max-width: 1088px;
	margin-left: auto;
	position: relative;
	background: #ECEEEB;
	border-radius: 6px;
	padding-left: 119px;
	margin-top: 38px;
	padding-top: 24px;
	padding-right: 40px;
	padding-bottom: 26px;
}
.sec3 .custom_bl .img_cust {
	background: #fff;
	position: absolute;
	left: -120px;
	top: -6px;
	border-radius: 50%;
	overflow: hidden;
}
.sec3 .custom_bl .img_cust img {
	max-width: 100%;
}
.sec3 .custom_bl .img_cust img.listok {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec3 .custom_bl p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}
.sec3 .custom_bl p:last-child {
	margin-bottom: 0;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 15;
}
.overlay .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1009px;
	background: #FFFFFF;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 6px;
	margin: 0 auto;
	max-width: 1008px;
	overflow: hidden;
}
.overlay .popup .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.overlay .popup .l_l {
	-webkit-flex: 0 0 47.5%;
	-moz-flex: 0 0 47.5%;
	-ms-flex: 0 0 47.5%;
	-o-flex: 0 0 47.5%;
	flex: 0 0 47.5%;
	background: #FFA3B0;
	position: relative;
}
.overlay .popup .l_l img {
	position: absolute;
	top: 58%;
	left: 53%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
}
.sec4 .overlay .popup .l_l img {
	max-width: 1000px;
}
.overlay .popup .r_r {
	-webkit-flex: 0 0 52.5%;
	-moz-flex: 0 0 52.5%;
	-ms-flex: 0 0 52.5%;
	-o-flex: 0 0 52.5%;
	flex: 0 0 52.5%;
	padding: 38px 87px 40px 88px;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
}
.overlay .popup .r_r * {
	font-family: 'Noto Sans', sans-serif;	
}
.star_text {
	text-align: center;
}
.overlay .popup .r_r h4 {
	margin: 0 0 21px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 20px;
}
.overlay .popup .r_r p.fast_saler {
	margin: 22px 0 7px 0;
	font-size: 14px;
	line-height: 20px;
}
.overlay .popup .r_r p.promo {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 25px;
}
.overlay .popup .r_r p.price {
	font-size: 36px;
	font-weight: 700;
	line-height: 26px;
	color: #FF7A00;
	text-transform: uppercase;
	margin-bottom: 0;
}
.overlay .block_form {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	padding-bottom: 20px;
}
.overlay .block_form form button {
	margin-bottom: 5px;
} 
.sec4 {
	background: #3A883A;
	padding-top: 57px;
	padding-bottom: 127px;
}
.sec4 .overlay {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	display: block;
	background: none;
}
.sec4 .overlay .popup {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 6px;
	margin: 0 auto;
	max-width: 1008px;
	overflow: hidden;
}
.overlay .popup .l_l {
	position: relative;
	background: #fff;
	padding-top: 44px;
}
.overlay .popup .l_l:before {
	content: '';
	position: absolute;
	background: #FAFAFA;
	width: 150%;
	height: 200%;
	left: -302px;
	top: -80px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
.overlay .popup .l_l p {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
.overlay .popup .l_l p, .overlay .popup .l_l h1 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0;
}
.sec4 .countbox {
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 13.1692px;
	max-width: 180px;
}
.sec4 .countbox .countbox-num {
	position: relative;
	color: #fff;
	-webkit-flex: 0 0 27%;
	-moz-flex: 0 0 27%;
	-ms-flex: 0 0 27%;
	-o-flex: 0 0 27%;
	flex: 0 0 27%;
	font-weight: 400;
	padding-top: 13px;
	padding-bottom: 14px;
	background: #3A883A;
	border-radius: 3px;
}
.sec5 {
	padding-top: 106px;
	padding-bottom: 105px;
	background: #ECEEEB;
}
.sec5 h2 {
	margin-bottom: 119px;
}
.sec5 .item {
	-webkit-flex: 0 0 49%;
	-moz-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	-o-flex: 0 0 49%;
	flex: 0 0 49%;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 0 60px 13px 60px;
}
.sec5 .item img {
	display: block;
	max-width: 100%;
	margin: -80px auto 29px;
}
.sec5 .item p.name {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #3A883A;
	text-align: center;
}
.sec5 .item p.discript {
	text-align: center;
	margin: 0 0 27px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.sec5 .item p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}
.sec5 .item p.kov {
	position: relative;
}
.sec5 .item p.kov:before {
	content: url(../img/kov.png);
	position: absolute;
	left: -24px;
	top: -9px;
}
.sec6 {
	padding-top: 100px;
	padding-bottom: 92px;
}
.sec6 h2 {
	margin-bottom: 28px;
}
.sec6 p.ctr {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 88px 0;
}
.sec6 .item {
	-webkit-flex: 0 0 31.5%;
	-moz-flex: 0 0 31.5%;
	-ms-flex: 0 0 31.5%;
	-o-flex: 0 0 31.5%;
	flex: 0 0 31.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.sec6 .item .img_bl {
	-webkit-flex: 0 0 27%;
	-moz-flex: 0 0 27%;
	-ms-flex: 0 0 27%;
	-o-flex: 0 0 27%;
	flex: 0 0 27%;
}
.sec6 .item .img_bl img {
	max-width: 100%;
}
.sec6 .item p.big {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #3A883A;
	margin: 14px 0 8px 0;
}
.sec6 .item p {
	margin: 0 0 14px 0;
	font-size: 16px;
	line-height: 22px;
}
.sec7 {
	background: #3A883A;
	padding-top: 109px;
	padding-bottom: 96px;
}
.sec7 h2 {
	color: #fff;
	margin-bottom: 57px;
}
.sec7 .item {
	-webkit-flex: 0 0 32%;
	-moz-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	-o-flex: 0 0 32%;
	flex: 0 0 32%;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 21px 16px 43px 16px;
}
.sec7 .item .img_rr {
	position: relative;
	margin-bottom: 18px;
}
.sec7 .item .img_rr .block_sale {
	position: absolute;
	right: 6%;
	top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #CC2F6F;
}
.sec7 .item .img_rr .block_sale span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sec7 .item .img_rr img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.sec7 .item p.name {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}
.sec7 .item p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.sec8 {
	padding-top: 110px;
	padding-bottom: 13px;
}
.sec8 h2 {
	margin-bottom: 55px;
}
.sec8 h2 img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
.sec8 .item {
	border-bottom: 1px solid #7C8187;
	padding-bottom: 30px;
	margin-bottom: 45px;
}
.sec8 .item:last-child {
	border-bottom: none;
}
.sec8 .item h3 {
	margin: 0 0 14px 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #3A883A;
}
.sec8 .item p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	max-width: 1000px;
}
.sec8 .item p span {
	color: #CC2F6F;
	font-weight: 700;
}
.sec9 {
	position: relative;
	background: #3A883A;
	padding-top: 109px;
	padding-bottom: 156px;
}
.sec9 img.abs {
	position: absolute;
	right: -9px;
	top: -64px;
}
.sec9 h2 {
	color: #fff;
	margin-bottom: 25px;
}
.sec9 .flex {
	-ms-align-items: center;
	align-items: center;
}
.sec9 .img_bl {
	-webkit-flex: 0 0 34.2%;
	-moz-flex: 0 0 34.2%;
	-ms-flex: 0 0 34.2%;
	-o-flex: 0 0 34.2%;
	flex: 0 0 34.2%;
}
.sec9 .img_bl img {
	max-width: 100%;
}
.sec9 .text {
	-webkit-flex: 0 0 65.8%;
	-moz-flex: 0 0 65.8%;
	-ms-flex: 0 0 65.8%;
	-o-flex: 0 0 65.8%;
	flex: 0 0 65.8%;
}
.sec9 .text p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}
.sec9 .text p:last-child {
	margin-bottom: 0;
}
.sec1.last_sec {
	background: linear-gradient(180deg, #FDFDFD 0%, #ECEEEB 100%);
	padding-top: 77px;
	padding-bottom: 80px;
}
footer {
	text-align: center;
	padding: 30px 0;
	background: #fff;
}
@media only screen and (max-width: 1500px) {
	.sec9 .text {
		padding-left: 30px;
	}
	.sec1 .body_sec1 p.pod_zag {
		max-width: 700px;
	}
}
@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 32px;
		line-height: 44px;
		max-width: 470px;
	}
	h1 span {
		font-size: 36px;
		line-height: 44px;
	}
	.sec1 .body_sec1 p.pod_zag {
		max-width: 500px;
		font-size: 22px;
		line-height: 30px;
	}
	.sec1 .form_block {
		right: -10px;
		max-width: 330px;
		padding: 14px 20px 24px 20px;
	}
	.sec1 .prod {
		left: 47%;
		top: 342px;
		max-width: 546px;
	}
	.sec1 .top .item_l {
		-webkit-flex: 0 0 65%;
		-moz-flex: 0 0 65%;
		-ms-flex: 0 0 65%;
		-o-flex: 0 0 65%;
		flex: 0 0 65%;
	}
	.sec1 .top .item_l .item p {
		font-size: 12px;
		line-height: 18px;
	}
	.sec1 .top .item_l .item p.ico_list {
		line-height: 18px;
	}
	h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.sec2 .item p {
		padding-left: 10px;
	}
	.sec2 .block_grey {
		padding: 50px;
	}
	.sec2 .item .bl_img {
		-webkit-flex: 0 0 30%;
		-moz-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		-o-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	.sec3 .item p {
		font-size: 14px;
		line-height: 18px;
		padding-left: 10px;
	}
	.sec3 .item img {
		top: 50%;
	}
	.sec3 .custom_bl {
		margin: 38px auto 0;
		max-width: 800px;
		padding-left: 90px;
		padding-top: 21px;
		padding-bottom: 23px;
	}
	.sec3 .custom_bl p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0px 0;
	}
	.sec5 .item {
		padding: 0 40px 13px 40px;
	}
	.sec6 .item p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 980px) {
	.sec1 {
		-webkit-background-size: cover;
		background-size: cover;
		padding-bottom: 60px;
	}
	.sec1 .form_block {
		position: relative;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		margin: 40px auto 0;
		padding-left: 30px;
		padding-right: 30px;
		max-width: 420px;
	}
	.sec1 .prod {
		top: 259px;
		left: 66%;
	}
	h1, .sec1 .body_sec1 p.pod_zag {
		max-width: 100%;
	}
	.sec1 .top .item_l .item p.ico_list {
		display: none;
	}
	.sec1 .top .item_l {
		-webkit-flex: 0 0 30%;
		-moz-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		-o-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	.sec1 .top .item_r {
		-webkit-flex: 0 0 65%;
		-moz-flex: 0 0 65%;
		-ms-flex: 0 0 65%;
		-o-flex: 0 0 65%;
		flex: 0 0 65%;
	}
	.sec2 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec2 .block_grey {
		margin-left: 0;
	}
	.sec2 .item p {
		max-width: 100%;
	}
	.sec2 .item:nth-child(even) .bl_img {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.sec2 .item:nth-child(even) p {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.sec3 .flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec3 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec3 .item .img_bl {
		-webkit-flex: 0 0 20%;
		-moz-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		-o-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	.sec3 .custom_bl {
		margin-top: 100px;
		padding: 110px 30px 30px 30px;
	}
	.sec3 .custom_bl .img_cust {
		display: block;
		position: absolute;
		left: 50%;
		top: -100px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 180px;
		padding: 0;
	}
	.sec3 .custom_bl p {
		margin-bottom: 20px;
	}
	.overlay .popup .l_l, .overlay .popup .r_r {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.overlay .popup .l_l {
		background: #FAFAFA;
	}
	.overlay .popup .l_l p {
		padding-bottom: 300px;
	}
	.sec4 .overlay .popup .l_l img {
		display: block;
		max-width: 400px;
	}
	.overlay .popup .l_l:before {
		display: none;
	}
	.sec5, .sec6, .sec7, .sec4, .sec9 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec9 img.abs {
		top: -84px;
		max-width: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.sec1 .top .item_r {
	}
	.sec1 .top .item_l {
		-webkit-flex: 0 0 40%;
		-moz-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		-o-flex: 0 0 40%;
		flex: 0 0 40%;
		display: block;
		text-align: center;
	}
	.sec1 .top .item_r {
		-webkit-flex: 0 0 60%;
		-moz-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		-o-flex: 0 0 60%;
		flex: 0 0 60%;
	}
	.sec1 .top .item_r .item:first-child {
		display: none;
	}
	.sec1 .top .item_r .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec1 .body_sec1 {
		padding-top: 0;
	}
	h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.sec1 .prod {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		margin: -30px auto;
		max-width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.sec2 {
		padding-bottom: 0;
	}
	.sec2 .item {
		margin-bottom: 30px;
	}
	.sec2 .block_grey {
		border-radius: 0;
		padding: 30px 0;
		position: relative;
	}
	.sec2 .block_grey:before {
		content: '';
		background: #ECEEEB;
		position: absolute;
		left: -600px;
		width: 600px;
		height: 100%;
		top: 0;
	}
	.sec2 .block_grey:after {
		content: '';
		background: #ECEEEB;
		position: absolute;
		right: -600px;
		width: 600px;
		height: 100%;
		top: 0;
	}
	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.overlay .popup .r_r {
		padding: 30px 20px;
	}
	.sec5 .flex, .sec7 .flex, .sec9 .flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec5 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 100px;
	}
	.sec5 .item:last-child {
		margin-bottom: 0;
	}
	.sec6 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec6 .flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec7 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.sec8 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec8 .item h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.sec8 .item {
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
	.sec9 .img_bl, .sec9 .text {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec9 .img_bl img {
		margin: 0 auto 20px;
		display: block;
	}
	.sec9 .text {
		padding: 0;
	}
	form button.btn {
		font-size: 18px;
	}
	.container {
		padding: 0 15px;
	}
	.sec1 .body_sec1 p.pod_zag {
		font-size: 18px;
		line-height: 24px;
	}
	.sec2 .item p {
		font-size: 14px;
		line-height: 19px;
	}
}
@media only screen and (max-width: 350px) {
	span.btn {
		font-size: 14px;
		padding: 8px 0;
		max-width: 135px;
	}
	.sec1 .top .item_l {
		-webkit-flex: 0 0 47%;
		-moz-flex: 0 0 47%;
		-ms-flex: 0 0 47%;
		-o-flex: 0 0 47%;
		flex: 0 0 47%;
	}
	.sec1 .top .item_r {
		-webkit-flex: 0 0 53%;
		-moz-flex: 0 0 53%;
		-ms-flex: 0 0 53%;
		-o-flex: 0 0 53%;
		flex: 0 0 53%;
	}
}