@font-face {
	font-family:'OpenSans';
	src:url('../fonts/OpenSans-Regular.eot');
	src:url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype'),
		url('../fonts/OpenSans-Regular.svg#Roboto-Regular') format('svg'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'OpenSans';
	src:url('../fonts/OpenSans-Bold.eot');
	src:url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype'),
		url('../fonts/OpenSans-Bold.svg#Roboto-Thin') format('svg'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight:bold;
	font-style:normal;
}

*{
	box-sizing:border-box;
}

header, nav, section, article, aside, footer {
   display:block;
}

body{
	font-family:"OpenSans",Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#1a1a1a;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

strong{	
	font-weight:bold;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover,
a:focus{
	color:inherit;
	text-decoration:underline;
}

a img{
	border:none;
}

h1, h2, h3{
	margin:0;
}

h1{
	font-size: 40px;
	line-height: 1.1;
	color: #323338;
	margin-bottom: 27px;
    font-weight:normal;
}

h1 span{
	letter-spacing: -6px;
}

h2{
	font-weight: bold;
    text-align: center;
    font-size: 24px;
	color: #323338;
	margin-bottom: 42px;
}

ul{
	margin:0;
	padding:0;
	list-style: none;
}

li{
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
}

li::before{
	content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 8px;
    position: absolute;
    left: 3px;
    top: 9px;
    background-color: #1a1a1a;
}

p{
	margin:0;
	line-height: 1.5;
}

.c_red{
	color: #e2474b;
}

.c_white{
	color: #FFFFFF;
}

.bg_dark{
	background-color: #323338;
}

.bg_gray{
	background-color: #f0f3f8;
}

.container{
	display:block; 
	position:relative; 
	width:100%; 
	max-width:960px;
	padding:0 10px;	
	margin:0 auto;
}

.btn,
a.btn,
button.btn{
	width: 100%;
	max-width: 180px;
	display:flex;
	align-items: center;
	justify-content: center;
	height:42px;
	font-family:'OpenSans';
	font-size:14px;
	padding:0;
	border:none;
	border-radius:42px;
	line-height:42px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	outline: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0);
	transition:background-color .3s, border-color .3s;
	-webkit-transition:background-color .3s, border-color .3s;
	-moz-transition:background-color .3s, border-color .3s;
	-o-transition:background-color .3s, border-color .3s;
	-ms-transition:background-color .3s, border-color .3s;
	overflow: hidden;
}

.btn_center{
	margin: 0 auto;
}

.btn_red{
	color: #FFFFFF;
	background-color: #e2474b;
	border:1px solid #e2474b;
	font-weight: bold;
}

.btn_red:hover{
	color: #FFFFFF;
	background-color: #d71920;
	border-color: #d71920;
}

.btn_white,
a.btn_white,
button.btn_white{
	color: #323338;
	background-color: #f0f3f7;
	border:1px solid #323338;
}

.btn_white:hover{
	background-color: #e3e4e6;
}

header{
	background-color: #f0f3f7;
}

.top{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 23px 0;
	margin-bottom: 47px;
}

.partner_name{
	font-size: 18px;
	color: #323338;
	margin-left: 15px;
	line-height: 1.3;
}

.header_phone{
	font-size: 18px;
	color: #323338;
	margin-left: auto;
}

.promo{
	position: relative;
	padding-bottom: 92px;
}

.promo > *{
	position: relative;
	z-index: 2;
}

.promo ul{
	font-size: 18px;
	margin-bottom: 50px;
}

.promo li {
    margin-bottom: 6px;
}

.promo li::before{
    width: 4px;
    height: 4px;
	left: 1px;
    top: 11px;
}

.promo_btns{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.promo_btns .btn:first-child{
	margin-right: 20px;
}

.promo_bg{
	width: 643px;
	height: 439px;
	background: url('../images/promo_bg.png') no-repeat;
	position: absolute;
	right: -10px;
	bottom: 0;
	z-index: 1;
}

.section{
	padding-top: 42px;
	padding-bottom: 50px;
}

.care__list{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -10px;
}

.care__item_wrap{
	width: 25%;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.care__item {
    width: 100%;
}

.care__item_img{
	height: 104px;
    display: flex;
    align-items: flex-end;
	justify-content: center;
	margin-bottom: 15px;
}

.care__item_descr{
	text-align: center;
}

.catalog__list{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -10px 30px;
}

.catalog__item_wrap{
	width: 25%;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.catalog__item{
	width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 30px 20px 20px;
}

.catalog__item_img {
    display: flex;
    align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ced0d9;
    padding-bottom: 13px;
}

.catalog__item_title {
    font-size: 16px;
    font-weight: bold;
    color: #e2474b;
    text-align: center;
	margin: 20px -20px 10px;
	line-height: 1.3;
}

.catalog__item_price {
    text-align: center;
}

.partner__wrap{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 35px;
	padding-left: 320px;
}

.partner__wrap h2{
	text-align: left;
	margin-bottom: 25px;
}

.partner__wrap ul{
	margin-top: 10px;
}

.partner__wrap li:last-child{
	margin-bottom: 5px;
}

.partner__img{
	flex-shrink: 0;
    position: absolute;
    left: 35px;
    bottom: -50px;
    display: flex;
}

.section_advantages h2 {
    margin-bottom: 30px;
}

.advantages__list{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.advantages__item_wrap{
	width: 50%;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 13px;
}

.advantages__item{
	width: 100%;
}

.advantages__txt{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.products__list{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.products__item_wrap{
	width: 25%;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.products__item{
	width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 30px 20px 20px;
}

.products__item_img{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}

.products__item_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.section_descr{
	font-size: 16px;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 25px;
}

.form_wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
	max-width: 340px;
	border-radius: 5px;
	padding: 49px 30px;
}

.form_group{
	position: relative;
	margin-bottom: 25px;
}

.form_group .label_move{
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
    line-height: 40px;
    color: #839096;
	transition:top .2s, font-size .2s;
	-webkit-transition:top .2s, font-size .2s;
	-moz-transition:top .2s, font-size .2s;
	-o-transition:top .2s, font-size .2s;
	-ms-transition:top .2s, font-size .2s;
}

.focus .label_move{
	font-size: 12px;
	top: -24px;
}

.form_group input{
	width: 100%;
	background: none;
	border: none;
	outline: none;
    border-bottom: 1px solid #839096;
    height: 34px;
    line-height: 34px;
	font-family:'OpenSans';
	font-size:14px;
	color: #323638;
}

.form_group input.error{
	border-color: #ff0000;
}

label.error{
	font-size: 12px;
	color: #ff0000;
}

.form_btns {
    margin-top: 70px;
}

.form_btns .btn{
	max-width: 210px;
}

.news_iframe{
	width: 100%;
	height: 600px;
	border: none;
}

footer{
	background-color: #323338;
	padding: 20px 0;
}

.footer_wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 13px;
	color: #ffffff;
}

.footer_logo{
	flex-shrink: 0;
	display: flex;
	margin-right: 10px;
}

.copyright {
    line-height: 1.3;
}

.contacts {
	line-height: 1.3;
	margin-left: auto;
	text-align: right;
}

a.contacts_email{
	text-decoration: underline;
}

a.contacts_email:hover{
	text-decoration: none;
}

@media all and (max-width:1024px){

}

@media all and (max-width:992px){

}

@media all and (max-width:768px){
	.care__list,
	.catalog__list{
		flex-wrap: wrap;
	}

	.care__item_wrap,
	.catalog__item_wrap,
	.products__item_wrap {
		width: 50%;
	}

	.partner__wrap{
		padding-left: 0;
	}

	.partner__img{
		display: none;
	}

	.partner__descr{
		flex-grow: 1;
	}

	.partner__descr br{
		display: none;
	}
}

@media all and (max-width:576px){

	.section {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	h1 {
		font-size: 34px;
	}

	h1 span {
		letter-spacing: -4px;
	}

	h2{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.top{
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	header .site_logo{
		width: 100%;
		text-align: center;
	}

	.partner_name{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.partner_name br{
		display: none;
	}

	.header_phone{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.promo{
		padding-bottom: 40px;
	}

	.promo_bg{
		display: none;
	}

	.care__item_wrap,
	.catalog__item_wrap,
	.products__item_wrap,
	.advantages__item_wrap {
		width: 100%;
	}

	.care__item_img{
		justify-content: flex-start;
	}

	.care__item_descr{
		text-align: left;
	}

	.care__item_descr br{
		display: none;
	}

	.catalog__item,
	.products__item{
		padding: 15px;
	}

	.footer_wrap{
		flex-wrap: wrap;
	}

	.contacts{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		text-align: left;
	}

	.section_descr {
		margin-top: -15px;
	}

	.form_wrap{
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.form_btns {
		margin-top: 40px;
	}

	.promo ul {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
}

@media all and (max-width:420px){
	.promo_btns{
		flex-direction: column;
		align-items: flex-start;
	}

	.promo_btns .btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}