html {
	background-color: #fff;
	min-width: 320px;
}
body {
	height: 100%;
	color: #000;
	font-family: 'Gilroy', sans-serif;
	/*font-family: 'Trebuchet MS', sans-serif;*/
	font-weight: 300;
	min-width: 1140px;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
}
.btn_green {
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	height: 51px;
	line-height: 51px;
	border-radius: 6px;
	background: url(../img/green_button_bg.png) repeat-x;
	
	text-shadow: 0 1px 0 #007400;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 0 20px 5px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn_green:hover {
	top: 2px;
}
.btn_blue {
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	height: 51px;
	line-height: 51px;
	border-radius: 6px;
	background: url(../img/blue_button_bg.png) repeat-x;
	
	text-shadow: 0 1px 0 #007400;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 0 20px 5px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn_blue:hover {
	top: 2px;
}
.scroll_next {
	cursor: pointer;
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background: url('../img/sprite_icons.png') no-repeat -316px -54px;
	width: 32px;
	height: 21px;
}
@media only screen and (max-width: 1140px) {
	body {
		min-width: 320px;
	}
	.wrap {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 480px) {
	
}
/*lazy-load*/
img {
	opacity: 1;
	transition: opacity 0.3s;
}
img[data-src] {
	opacity: 0;
}
/*------------------------- header -------------------------*/
.call_button.bottom {
	width: 170px;
    float: left;
    margin-top: 23px;
	border: 2px solid #fff;
    color: #fff;
	text-align: center;
    line-height: 33px;
	height: 35px;
	display: block;
	font-size: 16px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 4px;
    text-transform: uppercase;
	transition: 0.2s;
}
.call_button.bottom:hover {
	background: #fff;
	color: #2b4739;
}
.site_header {
	position: relative;
	height: 680px;
}
.site_header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_bottom.png) no-repeat center;
}
.site_header .header_top {
	/* background: url(../img/header_top_bg.png) no-repeat center; */
	background: #c4c4c4;
	/* border-bottom: 2px solid gray; */
	-webkit-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
	z-index: 5;
}
.site_header .header_top .wrap {
	height: 69px;
	padding: 5px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.site_header .header_top .wrap h1 {
	color: white;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(55, 25, 12, 0.78);
}
.header_slider {
	position: absolute;
	top: 69px;
	left: 0;
	right: 0;
	z-index: 0;
	height: 780px;
	margin-top: 50px;
}
.header_slider .header_slide {
	position: relative;
	overflow: hidden;
	height: 780px;
}
.header_slider .header_slide > img {
	position: absolute;
	left: 37%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 350px;
	z-index: 0;
	/* min-width: 1920px; */
}
.logo img {
	width: 200px;
}
.header_slider .header_slide .wrap {
	z-index: 1;
}
.header_slider .header_slide .wrap .dt {
	display: table;
	width: 100%;
	height: 100px;
	vertical-align: middle;
}
.header_slider .header_slide .wrap .dt .dtc {
	display: table-cell;
	width: 100%;
	height: 100px;
	vertical-align: middle;
	padding: 5px;
	padding-right: 320px;
}
.header_slider .header_slide .wrap .dt .dtc p {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	text-align: right;
	/* text-shadow: 0 1px 0 rgba(70, 97, 22, 0.89); */
}
/* .header_slider .header_slide_1 .wrap .dt .dtc p, .header_slider .header_slide_2 .wrap .dt .dtc p {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-left: 240px;
	text-align: left;
	text-shadow: 0 1px 0 rgba(70, 97, 22, 0.89);
} */
.header_slider .header_slide .wrap .dt .dtc p span {
	font-size: 40px;
}
/*arrows*/
.header_slider .slick-prev {
	display: none !important;
	left: 50%;
	margin-left: -670px;
}
.header_slider .slick-next {
	display: none !important;
	right: 50%;
	margin-right: -318px;
}
/*header_content*/
.header_content {
	position: absolute;
	top: 69px;
	left: 0;
	right: 0;
	/* z-index: 1; */
	height: 780px;
	padding-top: 40px;
}
.header_content .logo {
	position: absolute;
	top: 0;
	right: 335px;
}
.header_content .logo h3 {
    top: 70px;

left: -200px;
}
.header_content .header_contacts {
	position: absolute;
	top: 15px;
	right: 23px;
	width: 225px;
}
.links p {
	color: #2b4739;
	margin-bottom: 15px;
}
.links .separator {
	font-size: 25px;
	font-weight: bold;
	color: #008000;
}
.links a, .links span {
	font-size: 15px;
	font-weight: 500;
}
.links a {
	text-decoration: underline;
}
.header_content .header_form {
	position: absolute;
	right: 0;
	padding: 17px;
	width: 262px;
	background: #fff;
	/* border-bottom: 11px solid #008000; */
}
.header_content .header_form > p {
	color: #008000;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.header_content .header_form > p span {
	display: inline-block;
	color: #928b83;
	font-size: 20px;
	line-height: 26px;
}
.header_content .header_form .field_row {
	position: relative;
	margin-bottom: 10px;
}
.header_content .header_form .field_row input {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 10px 0 47px;
	color: #9f9891;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	background-color: #f5f0ea;
	border-radius: 4px;
	box-shadow: 0.5px 0.9px 1px white, inset 0.5px 0.9px 2px rgba(118, 108, 100, 0.27), inset 0 0 2px rgba(230, 230, 230, 0.75);
}
.header_content .header_form .field_row:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	margin: auto;
	width: 1px;
	height: 24px;
	background: #ccc7c2;
}
.header_content .header_form .field_row.name_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 1;
	width: 12px;
	height: 16px;
	background: url(../img/sprite_icons.png) no-repeat -36px -5px;
}
.header_content .header_form .field_row.phone_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	width: 16px;
	height: 15px;
	background: url(../img/sprite_icons.png) no-repeat -58px -5px;
}
.header_content .header_form button {
	display: block;
	width: 100%;
	padding-left: 50px;
	margin-top: 12px;
}
.header_content .header_form button:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 16px;
	background: url(../img/sprite_icons.png) no-repeat -43px -67px;
	width: 22px;
	height: 19px;
}
.header_content .header_form button:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 46px;
	background: url(../img/green_button_del.png) no-repeat;
	width: 2px;
	height: 44px;
}
.header_content .header_form .btn_blue {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 20px;
}
.header_company {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px;
	text-shadow: 0 1px 0 rgba(55, 25, 12, 0.78);
}
.header_company span {
	font-size: 33px;
}
/*header_menu*/
.header_menu {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	/*height: 148px;*/
	background: rgba(23, 16, 12, 0.46);
}
.header_menu .wrap {
	font-size: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 70px;
}
.header_menu a {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	height: 41px;
	line-height: 41px;
	padding: 0 22px;
	border: 1px solid white;
	border-radius: 4px;
	margin-top: 8px;
}
.header_menu a:hover {
	color: #01b401;
	border: 1px solid #01b401;
}
/*scroll_next*/
.site_header .scroll_next {
	background: url('../img/sprite_icons.png') no-repeat -316px -54px;
}
@media only screen and (max-width: 1360px) {
	.header_slider .slick-prev {
		display: none !important;
	}
	.header_slider .slick-next {
		display: none !important;
	}
}
@media only screen and (max-width: 1140px) {
	.site_header .header_top .wrap h1 {
		font-size: 26px;
	}
	.header_content .header_form {
		right: 5px;
	}
	.header_menu .wrap {
		padding-top: 4px;
	}
	.header_menu a {
		margin: 2px 4px;
		font-size: 15px;
		font-weight: 700;
		height: 36px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 1024px) {
	.site_header .header_top .wrap h1 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.header_slider .header_slide .wrap .dt .dtc p {
		font-size: 16px;
	}
	.header_slider .header_slide_1 .wrap .dt .dtc p {
		font-size: 22px;
		margin-left: 0;
	}
	.header_slider .header_slide .wrap .dt .dtc p span {
		font-size: 30px;
	}
	.header_content .logo {
		top: 10px;
		right: 250px;
	}
	.header_content .header_company {
		left: 10px;
		font-size: 16px;
	}
	.header_content .header_company span {
		font-size: 24px;
	}
	.header_menu .wrap {
		padding-top: 4px;
	}
	.header_menu a {
		margin: 2px 4px;
		font-size: 14px;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 480px) {
	.site_header .header_top .wrap h1 {
		font-size: 18px;
	}
	.header_content .header_form {
		right: 0;
		left: 0;
		margin: auto;
	}
	.header_menu {
		bottom: 5px;
	}
	.header_menu .wrap {
		padding-top: 4px;
	}
	.header_menu a {
		margin: 2px;
		font-size: 13px;
		padding: 0 8px;
		height: 25px;
		line-height: 25px;
	}
	.header_slider .header_slide .wrap .dt .dtc {
		padding-right: 5px;
	}
	.header_slider .header_slide .wrap .dt .dtc p {
		display: none;
	}
}
/*------------------------- catalog -------------------------*/
.catalog {
	background: #ffffff;
	padding-bottom: 25px;
}
.catalog .wrap {
	padding: 30px 0;
}
.section_title .subtitle {
	font-size: 18px;
    margin-top: 7px;
    font-weight: initial;
    color: #494949;
    position: static;
    display: block;
    width: auto;
    background: none;
    height: auto;
    margin: 10px 0;
}
.section_title {
	position: relative;
	color: #008000;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 90px;
	text-align: center;
	overflow: hidden;
}
.section_title:after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	background: url('../img/sprite_icons.png') no-repeat -288px -85px;
	width: 28px;
	height: 32px;
}
.section_title span {
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0;
	margin: auto;
	width: 58px;
	height: 58px;
	background: #008000;
	border-radius: 50%;
}
.section_title span:before,
.section_title span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 78px;
	height: 4px;
	background: #008000;
}
.section_title span:before {
	left: -88px;
}
.section_title span:after {
	right: -88px;
}
.section_title span i:before,
.section_title span i:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 433px;
	height: 1px;
	background: #cecece;
}
.section_title span i:before {
	left: -539px;
}
.section_title span i:after {
	right: -539px;
}
/*catalog_tabs_btns*/
.catalog_tabs_btns {
	font-size: 0;
	text-align: center;
}
.catalog_tabs_btns li {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
}
.catalog_tabs_btns li a {
	display: block;
	color: #494949;
	font-size: 16px;
	font-weight: 700;
	height: 41px;
	line-height: 41px;
	padding: 0 35px;
	border-radius: 4px;
	background: #c8c8c8;
	text-transform: uppercase;
}
.catalog_tabs_btns li.active a {
	color: #fff;
	background-color: #8f5e32;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
/*catalog_tab*/
.catalog_tab {
	padding: 10px 0;
	border-bottom: 1px solid #cecece;
}
.catalog_tab .catalog_tab_list {
	padding: 30px;
	background: #f2f2f2;
	font-size: 0;
}
.catalog_tab .catalog_tab_list .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 30px 0;
	width: 524px;
	padding: 25px 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.catalog_tab .catalog_tab_list .item:nth-of-type(2n) {
	margin-right: 0;
}
.catalog_tab .catalog_tab_list .item .item_top {
	overflow: hidden;
}
.catalog_tab .catalog_tab_list .item .item_top .img_block {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 230px;
}
.catalog_tab .catalog_tab_list .item .item_top .img_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block {
	margin-left: 200px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block h5 {

}
.catalog_tab .catalog_tab_list .item .item_top .text_block h5 a {
	color: #494949;
	font-size: 25px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	word-break: break-all;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block h5 a:hover {
	text-decoration: none;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .prices {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}
.attention {
	font-size: 18px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #008000;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .prices .old_price {
	float: left;
	color: dimgrey;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: line-through;
	margin-top: 5px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .prices .old_price span {
	font-size: 15px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .prices .new_price {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	color: #a60900;
	font-size: 31px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .prices .new_price span {
	color: dimgrey;
	font-size: 15px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row {
	margin-bottom: 22px;
	font-size: 0;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop {
	position: relative;
	color: #494949;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 40px;
	padding-right: 5px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_montaj {
	display: block;
	width: 100%;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_people:before {
	background: url('../img/sprite_icons.png') no-repeat -210px -126px;
	width: 40px;
	height: 40px;
	left: -10px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_ls:before {
	background: url('../img/sprite_icons.png') no-repeat -326px -85px;
	width: 28px;
	height: 31px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_kwt:before {
	background: url('../img/sprite_icons.png') no-repeat -326px -126px;
	width: 20px;
	height: 34px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_l:before {
	background: url('../img/sprite_icons.png') no-repeat -260px -126px;
	width: 18px;
	height: 25px;
	left: 5px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop.item_montaj:before {
	background: url('../img/sprite_icons.png') no-repeat -260px -170px;
	width: 39px;
	height: 39px;
	left: -10px;
}
.catalog_tab .catalog_tab_list .item .item_top .text_block .item_prop_row .item_prop b {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}
.catalog_tab .catalog_tab_list .item .item_bottom {
	font-size: 0;
	margin-top: 10px;
	text-align: center;
}
.catalog_tab .catalog_tab_list .item .item_bottom .btn_green {
	font-size: 18px;
	margin-right: 18px;
	min-width: 200px;
}
.catalog_tab .catalog_tab_list .item .item_bottom .btn_blue {
	font-size: 18px;
	min-width: 200px;
}
/*modal_item is in MODALS at the END of css*/

@media only screen and (max-width: 1140px) {
	.catalog_tab .catalog_tab_list {
		padding: 20px;
	}
	.catalog_tab .catalog_tab_list .item {
		display: block;
		margin: 0 auto 20px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.catalog_tabs_btns li {
		margin: 2px;
	}
	.catalog_tabs_btns li a {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	.catalog_tab .catalog_tab_list {
		padding: 10px;
	}
	.catalog_tab .catalog_tab_list .item {
		width: auto;
		max-width: 480px;
		padding: 15px 10px;
	}
}
@media only screen and (max-width: 480px) {
	.section_title {
		font-size: 26px;
	}
	.catalog_tabs_btns li a {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
	}
	.catalog_tab .catalog_tab_list .item .item_top .img_block {
		float: none;
		margin: 0 auto;
		height: auto;
		width: auto;
		text-align: center;
	}
	.catalog_tab .catalog_tab_list .item .item_top .img_block img {
		position: static;
		transform: none;
		max-height: 180px;
	}
	.catalog_tab .catalog_tab_list .item .item_top .text_block {
		margin-left: 0;
		margin-top: 5px;
		padding-left: 20px;
	}
	.catalog_tab .catalog_tab_list .item .item_bottom .btn_green {
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.catalog_tab .catalog_tab_list .item .item_bottom .btn_blue {
		display: block;
		width: 200px;
		margin: 10px auto 0;
	}
}
/*------------------------- offers -------------------------*/
.offers {
	position: relative;
	background: #dcd9d6;
	padding: 61px 0 61px;
}
.offers:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_top.png) no-repeat center;
}
.offers:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_bottom.png) no-repeat center;
}
.offers .scroll_next:first-of-type {
	bottom: auto;
	top: 44px;
	background: url('../img/sprite_icons.png') no-repeat -168px -5px;
}
.offers .scroll_next:last-of-type {
	background: url('../img/sprite_icons.png') no-repeat -316px -54px;
}
.offers .wrap {
	padding: 38px 0 60px;
}
.offers .section_title {
	color: #4686ba;
}
.offers .section_title:after {
	background: url('../img/sprite_icons.png') no-repeat -84px -5px;
	width: 32px;
	height: 32px;
}
.offers .section_title span {
	background: #4686ba;
}
.offers .section_title span:before,
.offers .section_title span:after {
	background: #4686ba;
}
.offers .section_title span i:before,
.offers .section_title span i:after {
	background: #acaba7;
}
.offers .offers_list {
	font-size: 0;
	text-align: center;
}
.offers .offers_list .offer_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-right: 30px;
	font-size: 14px;
	width: 359px;
	height: 309px;
	border: 10px solid #f2f2f2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.offers .offers_list .offer_item:nth-of-type(3n) {
	margin-right: 0;
}
.offers .offers_list .offer_item .img_block {
	position: relative;
	height: 226px;
}
.offers .offers_list .offer_item .img_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 5000px;
}
.offers .offers_list .offer_item .text_block {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	height: 83px;
	padding-top: 25px;
	text-transform: uppercase;
	background: url(../img/offer_text_bg.png) no-repeat center;
}
.offers .offers_list .offer_item .text_block {
	color: #494949;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.offers .offers_list .offer_item .text_block b {
	font-size: 18px;
	font-weight: 700;
}
.offers .offers_list .offer_item .text_block span {
	color: #ff3131;
	font-size: 23px;
}
@media only screen and (max-width: 1140px) {
	.offers .offers_list .offer_item {
		margin-bottom: 30px;
	}
	.offers .offers_list .offer_item:nth-of-type(3n) {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.offers .wrap {
		padding: 25px 5px 5px;
	}
}
@media only screen and (max-width: 768px) {
	.offers .offers_list .offer_item {
		margin: 0 10px 20px !important;
	}
}
@media only screen and (max-width: 480px) {
	.offers .offers_list .offer_item {
		width: 310px;
	}
	.offers .offers_list .offer_item {
		margin: 0 auto 10px !important;
	}
}
/*------------------------- how_we_work -------------------------*/
.how_we_work {
	position: relative;
	background: #fff;
}
.how_we_work .wrap {
	padding: 20px 0 10px;
}
.how_we_work .section_title:after {
	top: 62px;
	background: url('../img/sprite_icons.png') no-repeat -126px -5px;
	width: 32px;
	height: 32px;
}
.how_we_work_list {
	font-size: 0;
}
.how_we_work_list .how_we_work_item {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
	font-size: 11px;
	text-align: center;
}
.how_we_work_list .how_we_work_item:nth-of-type(2n) {
	margin-top: 130px;
}
.how_we_work_list .how_we_work_item .img_block {
	position: relative;
	height: 169px;
	width: 169px;
	margin: 0 auto;
}
.how_we_work_list .how_we_work_item .img_block:after {
	content: '';
	position: absolute;
	top: -10px;
	right: -18px;
	background: url('../img/sprite_icons.png') no-repeat -366px -5px;
	width: 104px;
	height: 109px;
}
.how_we_work_list .how_we_work_item:nth-of-type(2n) .img_block:after {
	top: auto;
	bottom: 9px;
	right: -18px;
	background: url('../img/sprite_icons.png') no-repeat -366px -124px;
	width: 46px;
	height: 90px;
}
.how_we_work_list .how_we_work_item:last-of-type .img_block:after {
	display: none;
}
.how_we_work_list .how_we_work_item .img_block img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 500px;
}
.how_we_work_list .how_we_work_item .img_block .nr {
	position: absolute;
	bottom: 5px;
	right: 115px;
	width: 60px;
	height: 60px;
	line-height: 52px;
	text-align: center;
	background-color: #008000;
	border: 4px solid #e7e7e7;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.how_we_work_list .how_we_work_item .text_block {
	padding: 0 20px;
	margin-top: 20px;
}
.how_we_work_list .how_we_work_item .text_block .title {
	color: #008000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.how_we_work_list .how_we_work_item .text_block p {
	margin-top: 5px;
	color: #535353;
	font-size: 11px;
	font-weight: 300;
}
.how_we_work_list .how_we_work_item .text_block .btn_blue {
	font-size: 13px;
	display: block;
	width: 100%;
	max-width: 167px;
	margin: 5px auto 0;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	background: url(../img/blue_button_bg.png) repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
}
@media only screen and (max-width: 1140px) {
	.how_we_work .wrap {
		padding: 20px 5px 10px;
	}
	.how_we_work_list .how_we_work_item .text_block {
		padding: 0 10px;
	}
	.how_we_work_list .how_we_work_item .text_block .btn_blue {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1024px) {
	.how_we_work_list .how_we_work_item {
		width: calc(100% / 3);
		margin-bottom: 20px;
	}
	.how_we_work_list .how_we_work_item:nth-of-type(2n) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.how_we_work_list .how_we_work_item {
		width: calc(100% / 2);
	}
	.how_we_work_list .how_we_work_item .img_block:after {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.how_we_work_list .how_we_work_item {
		display: block;
		width: 100%;
	}
	.how_we_work_list .how_we_work_item:last-of-type {
		margin-bottom: 0;
	}
}
/*------------------------- avantages -------------------------*/
.avantages {
	position: relative;
	background: #008000;
	padding: 61px 0 61px;
}
.avantages:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_top.png) no-repeat center;
}
.avantages:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_bottom.png) no-repeat center;
}
.avantages .scroll_next:first-of-type {
	bottom: auto;
	top: 44px;
	background: url('../img/sprite_icons.png') no-repeat -36px -36px;
}
.avantages .scroll_next:last-of-type {
	background: url('../img/sprite_icons.png') no-repeat -168px -36px;
}
.avantages .wrap {
	padding: 38px 0 60px;
}
.avantages .section_title {
	color: #fff;
}
.avantages .section_title:after {
	background: url('../img/sprite_icons.png') no-repeat -52px -110px;
	width: 32px;
	height: 30px;
}
.avantages .section_title span {
	background: #003e00;
}
.avantages .section_title span:before,
.avantages .section_title span:after {
	background: #003e00;
}
.avantages .section_title span i:before,
.avantages .section_title span i:after {
	background: #003e00;
}
.avantages_list {
	margin-top: 12px;
	font-size: 0;
}
.avantages_list .avantage {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
	text-align: center;
}
.avantages_list .avantage .img_block {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.avantages_list .avantage .img_block img {
	position: absolute;
	bottom: 0;
	max-width: 500px;
}
.avantages_list .avantage_1 .img_block img {
	left: -45px;
	bottom: -30px;
}
.avantages_list .avantage_2 .img_block img {
	left: -45px;
}
.avantages_list .avantage_3 .img_block img {
	left: -48px;
	bottom: -35px;
}
.avantages_list .avantage_4 .img_block img {
	left: 5px;
}
.avantages_list .avantage_5 .img_block img {
	left: -70px;
}
.avantages_list .avantage_6 .img_block img {
	left: -90px;
	bottom: -50px;
}
.avantages_list .avantage .text_block {
	margin-top: 10px;
	padding: 0 10px;
}
.avantages_list .avantage .text_block .title {
	color: #003e00;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.avantages_list .avantage .text_block p {
	margin-top: 10px;
	position: relative;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	padding-bottom: 15px;
}
.avantages_list .avantage .text_block p:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 78px;
	height: 4px;
	background: #fff;
}
@media only screen and (max-width: 1140px) {
	.avantages .wrap {
		padding: 30px 5px;
	}
	.avantages_list .avantage .text_block .title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 1024px) {
	.avantages_list .avantage {
		margin-bottom: 10px;
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 768px) {
	.avantages_list .avantage {
		width: calc(100% / 2);
	}
}
@media only screen and (max-width: 480px) {
	.avantages_list .avantage .text_block .title {
		font-size: 15px;
	}
}
/*------------------------- we_offer -------------------------*/
.we_offer {
	background: #fff;
}
.we_offer .wrap {
	padding: 20px 0;
	overflow: visible;
}
.we_offer .section_title {
	color: #4686ba;
}
.we_offer .section_title:after {
	background: url('../img/sprite_icons.png') no-repeat -5px -67px;
	width: 28px;
	height: 26px;
	top: 60px;
}
.we_offer .section_title span {
	background: #4686ba;
}
.we_offer .section_title span:before,
.we_offer .section_title span:after {
	background: #4686ba;
}
.we_offer .section_title span i:before,
.we_offer .section_title span i:after {
	background: #acaba7;
}
.we_offer_block {
	background: url(../img/we_offer.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 311px;
	padding: 15px 20px;
}
.we_offer_block .we_offer_slider_wrap {
	float: left;
	margin-left: 120px;
}
.we_offer_block .we_offer_slider_wrap .we_offer_slider {
	width: 245px;
	height: 280px;
}
.we_offer_block .we_offer_slider_wrap .we_offer_slider .we_offer_slide {
	position: relative;
	width: 245px;
	height: 280px;
}
.we_offer_block .we_offer_slider_wrap .we_offer_slider .we_offer_slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 245px;
	max-height: 280px;
}
/*arrows*/
.we_offer_slider .slick-prev,
.we_offer_slider .slick-next {
	background: #5189ba;
}
.we_offer_slider .slick-prev {
	left: -215px;
}
.we_offer_slider .slick-next {
	right: -830px;
}
.we_offer_slider .slick-prev:after {
	background: url('../img/sprite_icons.png') no-repeat -106px -67px;
	width: 21px;
	height: 32px;
}
.we_offer_slider .slick-next:after {
	background: url('../img/sprite_icons.png') no-repeat -137px -67px;
	width: 21px;
	height: 32px;
}
.we_offer_block .we_offer_text {
	float: left;
	position: relative;
	margin-left: 120px;
	margin-top: 70px;
	width: 280px;
	font-weight: 700;
	text-transform: uppercase;
}
.we_offer_block .we_offer_text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	background: url('../img/sprite_icons.png') no-repeat -476px 0;
	width: 27px;
	height: 128px;
}
.we_offer_block .we_offer_text p {
	color: #494949;
	font-size: 21px;
	line-height: 21px;
}
.we_offer_block .we_offer_text b {
	color: #5089ba;
	font-size: 59px;
	line-height: 59px;
}
.we_offer_block .we_offer_text span {
	color: #494949;
	font-size: 51px;
	line-height: 51px;
}
.we_offer_block .we_offer_form {
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	width: 225px;
}
.we_offer_block .we_offer_form p {
	color: #494949;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.we_offer_block .we_offer_form .field_row {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.we_offer_block .we_offer_form .field_row input {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 10px 0 47px;
	color: #9f9891;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	background-color: #f5f0ea;
	border-radius: 4px;
	box-shadow: 0.5px 0.9px 1px white, inset 0.5px 0.9px 2px rgba(118, 108, 100, 0.27), inset 0 0 2px rgba(230, 230, 230, 0.75);
}
.we_offer_block .we_offer_form .field_row:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	margin: auto;
	width: 1px;
	height: 24px;
	background: #ccc7c2;
}
.we_offer_block .we_offer_form .field_row.name_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 1;
	width: 12px;
	height: 16px;
	background: url(../img/sprite_icons.png) no-repeat -36px -5px;
}
.we_offer_block .we_offer_form .field_row.phone_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	width: 16px;
	height: 15px;
	background: url(../img/sprite_icons.png) no-repeat -58px -5px;
}
.we_offer_block .we_offer_form .btn_blue {
	display: block;
	width: 100%;
	padding-left: 50px;
	margin-top: 12px;
}
.we_offer_block .we_offer_form .btn_blue:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 16px;
	background: url(../img/sprite_icons.png) no-repeat -43px -67px;
	width: 22px;
	height: 19px;
}
@media only screen and (max-width: 1360px) {
	.we_offer_slider .slick-prev {
		left: -60px;
	}
	.we_offer_slider .slick-next {
		right: -60px;
	}
}
@media only screen and (max-width: 1140px) {
	.we_offer_block {
		background: #fff;
	}
	.we_offer_block .we_offer_slider_wrap {
		float: none;
		margin: 0 auto;
		width: 245px;
	}
	.we_offer_block .we_offer_text {
		float: none;
		margin: 20px auto 0;
		text-align: center;
	}
	.we_offer_block .we_offer_text:before {
		display: none;
	}
	.we_offer_block .we_offer_form {
		float: none;
		margin: 20px auto 0;
		width: 260px;
	}
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 480px) {
	.we_offer .wrap {
		padding: 20px 0 30px;
	}
	.we_offer .section_title {
		font-size: 22px;
	}
	.we_offer_slider .slick-prev,
	.we_offer_slider .slick-next {
		display: none !important;
	}
	.we_offer .section_title:after {
		top: 45px;
	}
}
/*------------------------- offers -------------------------*/
.gallery {
	position: relative;
	background: #dcd9d6;
	padding: 61px 0 61px;
	margin-bottom: -101px; /*====================================REMOVE THIS IF THERE IS REVIEWS=======================================*/
    z-index: 0; /*====================================REMOVE THIS IF THERE IS REVIEWS=======================================*/
}
/*====================================THEN CHANGE THE PICTURE OF BEFORE OF MAP SECTION BLOCK!=======================================*/
.gallery:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_top.png) no-repeat center;
}
.gallery:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/white_bottom.png) no-repeat center;
}
.gallery .scroll_next:first-of-type {
	bottom: auto;
	top: 44px;
	background: url('../img/sprite_icons.png') no-repeat -168px -5px;
}
.gallery .scroll_next:last-of-type {
	background: url('../img/sprite_icons.png') no-repeat -316px -54px;
}
.gallery .wrap {
	padding: 38px 0 60px;
	overflow: visible;
}
.gallery .section_title:after {
	top: 57px;
	background: url('../img/sprite_icons.png') no-repeat -168px -67px;
	width: 32px;
	height: 28px;
}
.gallery .gallery_slider_wrap {
	position: relative;
}
.gallery .gallery_slider_out {
	padding: 0;
	overflow: hidden;
}
.gallery .gallery_slider {
	position: relative;
	width: 100%;
	height: 500px;
    margin: 0 auto;
}
.gallery_slider img {
	display: hidden;
	cursor: pointer;
	border: 10px solid #fff;
	width: 536px;
}
@media only screen and (max-width: 1360px) {
	.gallery .slick-prev {
		display: none !important;
	}
	.gallery .slick-next {
		display: none !important;
	}
}
@media only screen and (max-width: 1140px) {
	
}
@media only screen and (max-width: 1140px) {
	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	.gallery .gallery_slider {
		width: 80%;
        height: 400px;
        margin: 0 auto;
        margin-top: 50px;
	}
	.gallery_slider img {
		border: 5px solid #fff;
	}
}
@media only screen and (max-width: 480px) {
	.gallery .section_title:after {
		top: 52px;
	}
}
/*------------------------- reviews -------------------------*/
.reviews {
	background: #fff;
	margin-top: 70px;
}
.reviews .wrap {
	padding: 38px 0 60px;
}
.reviews .section_title {
	color: #4686ba;
}
.reviews .section_title:after {
	background: url('../img/sprite_icons.png') no-repeat -5px -105px;
	width: 32px;
	height: 32px;
}
.reviews .section_title span {
	background: #4686ba;
}
.reviews .section_title span:before,
.reviews .section_title span:after {
	background: #4686ba;
}
.reviews .section_title span i:before,
.reviews .section_title span i:after {
	background: #acaba7;
}
.reviews_list {
	text-align: center;
	font-size: 0;
}
.reviews_list .reviews_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 2%;
}
.reviews_list .reviews_item .title {
	color: #5089ba;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	max-width: 200px;
	margin: 0 auto;
}
.reviews_list .reviews_item .img_block {
	width: 218px;
	height: 218px;
	background-color: white;
	border: 9px solid #f2f2f2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	margin: 20px auto 0;
}
.reviews_list .reviews_item .img_block img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.reviews_list .reviews_item .text_block {
	position: relative;
	color: #2d2d2d;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 23px;
	margin-top: 10px;
}
.reviews_list .reviews_item .text_block:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 78px;
	height: 4px;
	background-color: #5189ba;
}
@media only screen and (max-width: 1140px) {
	
}
@media only screen and (max-width: 1024px) {
	.reviews_list .reviews_item {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
	.reviews_list .reviews_item {
		display: block;
		width: 100%;
	}
}
/*------------------------- map_section -------------------------*/
.map_section {
	position: relative;
}
.map_section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/no_reviews.png) no-repeat center;
}
.map_section:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 61px;
	background: url(../img/green_bottom.png) no-repeat center;
}
.map_section .scroll_next:first-of-type {
	bottom: auto;
	top: 44px;
	background: url('../img/sprite_icons.png') no-repeat -316px -54px;
}
.map_section .scroll_next:last-of-type {
	background: url('../img/sprite_icons.png') no-repeat -168px -5px;
}
.map_section .map {
	height: 570px;
}
.contacts {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -570px;
	padding: 30px;
	background: rgba(94, 94, 94, 0.78);
	color: #fff;
}
.contacts .contacts_block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 270px;
	padding-left: 40px;
	margin-right: 15px;
	font-size: 15px;
}
.contacts_block.social_block {
	padding-left: 0;
}
.social_block .social a {
	display: flex;
    align-items: center;
}
.social_block .social:last-child {
	margin-top: 5px;
}
.vsvg {
	width: 35px;
	height: auto;
}
.wsvg {
	width: 30px;
	margin: 0 2px;
	height: auto;
}
.second_line {
	display: flex;
    align-items: center;
	float: right;
}
.second_line a {
    margin-right: 15px;
    margin-top: 20px;
}
.second_line a svg {
    width: 40px;
}
.contacts .contacts_block.contacts_address {
	margin-right: 0;
}
.contacts .contacts_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}
.contacts .contacts_block.contacts_email:before {
	background: url('../img/sprite_icons.png') no-repeat -85px -182px;
	width: 31px;
}
.contacts .contacts_block.contacts_phone:before {
	background: url('../img/sprite_icons.png') no-repeat -5px -182px;
}
.contacts .contacts_block.contacts_address:before {
	background: url('../img/sprite_icons.png') no-repeat -45px -182px;
}
.contacts .contacts_block p {

}
.contacts .contacts_block a {
	color: #fff;
}
@media only screen and (max-width: 1140px) {
	.contacts {
		margin: 0;
		left: 0;
		bottom: 70px;
	}
}
@media only screen and (max-width: 807px) {
	.contacts {
		width: 320px;
		padding: 20px;
	}
	.contacts .contacts_block {
		display: block;
		margin: 0 0 15px;
		max-width: 100%;
	}
	.call_button.bottom {
		margin-top: 0;
	}
}
/*------------------------- leave_cmd -------------------------*/
.leave_cmd {
	position: relative;
	background: #008000;
}
.leave_cmd .wrap {
	padding: 20px 0;
	color: #fff;
}
.leave_cmd .section_title {
	color: #fff;
}
.leave_cmd .section_title:after {
	background: url('../img/sprite_icons.png') no-repeat -168px -105px;
	width: 32px;
	height: 32px;
}
.leave_cmd .section_title span {
	background: #fff;
}
.leave_cmd .section_title span:before,
.leave_cmd .section_title span:after {
	background: #fff;
}
.leave_cmd .section_title span i:before,
.leave_cmd .section_title span i:after {
	background: #fff;
}
.leave_cmd .wrap > p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.leave_cmd_form {
	text-align: center;
	font-size: 0;
}
.leave_cmd_form .field_row {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 212px;
	margin: 15px;
}
.leave_cmd_form .field_row input {
	display: block;
	width: 100%;
	height: 30px;
	position: relative;
	padding: 0 10px 0 40px;
	color: #9f9891;
	font-size: 14px;
	font-weight: 400;
	background-color: #daddde;
	border-radius: 3px;
	box-shadow: 0.5px 0.9px 1px white, inset 0.5px 0.9px 3px rgba(0, 0, 0, 0.39);
}
.leave_cmd_form .field_row:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	margin: auto;
	width: 1px;
	height: 24px;
	background: #d3d5d7;
}
.leave_cmd_form .field_row.name_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	background: url(../img/sprite_icons.png) no-repeat -261px -85px;
	width: 17px;
	height: 20px;
}
.leave_cmd_form .field_row.phone_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	background: url(../img/sprite_icons.png) no-repeat -286px -54px;
	width: 20px;
	height: 20px;
}
.leave_cmd_form .btn_blue {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 4px;
	background: url(../img/blue_button_small_bg.png) repeat-x;
}
.leave_cmd .payment {
	font-size: 0;
	border-top: 1px solid #fff;
	padding: 19px 0;
	margin-top: 55px;
}
.leave_cmd .payment p {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	margin-right: 15px;
}
.leave_cmd .payment .pay_method {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	margin-right: 11px;
}
.leave_cmd .payment .pay_method_1 {
	background: url('../img/sprite_icons.png') no-repeat -5px -147px;
}
.leave_cmd .payment .pay_method_2 {
	background: url('../img/sprite_icons.png') no-repeat -66px -147px;
}
.leave_cmd .payment .pay_method_3 {
	background: url('../img/sprite_icons.png') no-repeat -126px -147px;
}
@media only screen and (max-width: 1140px) {
	.leave_cmd .wrap {
		padding: 20px 5px;
	}
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	.leave_cmd_form .field_row {
		margin: 0 auto 10px;
		display: block;
	}
	.leave_cmd_form .btn_blue {
		min-width: 212px;
	}
}
@media only screen and (max-width: 480px) {
	
}
/*------------------------- site_footer -------------------------*/
.site_footer {
	background: url(../img/footer_bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.site_footer .wrap {
	min-height: 72px;
	color: #fff;
	padding: 9px 0;
}
.footer_menu {
	margin-top: 15px;
	text-align: center;
}
.no_right {
	margin-right: 0 !important;
}
.footer_menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}
.footer_menu li:after {
	content: '';
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 15px;
	background: #fff;
}
.footer_menu li:last-of-type:after {
	display: none;
}
.footer_menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.footer_menu li a:hover {
	text-decoration: underline;
}
.footer_socials {
	float: right;
}
.footer_socials .social_link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 39px;
	height: 39px;
}
.footer_socials .social_link:last-of-type {
	margin-right: 0;
}
.footer_socials .social_link.fb {
	background: url('../img/sprite_icons.png') no-repeat -210px -5px;
}
.footer_socials .social_link.inst {
	background: url('../img/sprite_icons.png') no-repeat -259px -5px;
}
.footer_socials .social_link.vk {
	background: url('../img/sprite_icons.png') no-repeat -308px -5px;
}
@media only screen and (max-width: 1140px) {
	.footer_menu li {
		margin: 0 5px 0 5px;
	}
	.footer_menu li:after {
		right: -8px;
		width: 2px;
		height: 12px;
	}
	.footer_menu li:last-of-type:after {
		display: none;
	}
	.footer_menu li a {
		font-size: 13px;
		line-height: 13px;
	}
}
@media only screen and (max-width: 1024px) {
	.footer_menu {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.footer_socials {
		float: none;
		text-align: center;
		margin: 10px auto 0;
	}
	.footer_menu {
		margin-right: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	
}
/*------------------------- modal -------------------------*/
/*modal*/
.modal {
	position: relative;
	padding: 15px 23px 20px;
	background: #fff;
	width: 300px;
	border-bottom: 11px solid #008000;
}
.modal_close {
	position: absolute;
	cursor: pointer;
	top: -15px;
	right: -15px;
	background: url('../img/sprite_icons.png') no-repeat -210px -54px;
	width: 41px;
	height: 41px;
}
/*modal_cmd*/
.modal_cmd {
	width: 257px;
	text-align: center;
}
.modal_cmd .title {
	color: #008000;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}
.modal_cmd form {
	display: block;
	margin-top: 15px;
}
.modal_cmd .field_row {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.modal_cmd .field_row input {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 10px 0 47px;
	color: #9f9891;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	background-color: #f5f0ea;
	border-radius: 4px;
	box-shadow: 0.5px 0.9px 1px white, inset 0.5px 0.9px 2px rgba(118, 108, 100, 0.27), inset 0 0 2px rgba(230, 230, 230, 0.75);
}
.modal_cmd .field_row textarea {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	padding: 5px 10px;
	color: #9f9891;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	background-color: #f5f0ea;
	border-radius: 4px;
	box-shadow: 0.5px 0.9px 1px white, inset 0.5px 0.9px 2px rgba(118, 108, 100, 0.27), inset 0 0 2px rgba(230, 230, 230, 0.75);
}
.modal_cmd .field_row:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	margin: auto;
	width: 1px;
	height: 24px;
	background: #ccc7c2;
}
.modal_cmd .field_row.message_field:after {
	display: none;
}
.modal_cmd .field_row.name_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 1;
	width: 12px;
	height: 16px;
	background: url(../img/sprite_icons.png) no-repeat -36px -5px;
}
.modal_cmd .field_row.phone_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	width: 16px;
	height: 15px;
	background: url(../img/sprite_icons.png) no-repeat -58px -5px;
}
.modal_cmd .field_row.email_field:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	z-index: 1;
	background: url(../img/sprite_icons.png) no-repeat -261px -54px;
	width: 15px;
	height: 10px;
}
.modal_cmd button {
	display: block;
	width: 100%;
	padding: 0 10px;
	font-size: 20px;
}
/*modal_question*/
.modal_question {

}
/*modal_success*/
.modal_success {
	text-align: center;
	padding: 30px;
}
.modal_success .title {
	color: #008000;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.modal_success p {
	color: #928b83;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
/*modal-credit*/
.modal-credit {
	width: 700px;
	padding: 0;
}
.modal-credit .modal-top {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.modal-credit .modal-top .title {
	font-size: 24px;
	font-weight: bold;
}
.modal-credit .modal-center {
	padding: 15px;
}
.modal-credit .modal-center img {
	display: block;
	margin: 0 auto;
}
.modal-credit .modal-center .credit-btn {
	display: block;
	width: 189px;
	height: 40px;
	margin: 10px auto 0;
	font-size: 0;
	color: transparent;
	background: url('../img/credit_button.png') no-repeat center;
}
.modal-credit .modal-center h6 {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}
.modal-credit .modal-center p {
	margin-top: 10px;
}
.modal-credit .modal-center ol {
	margin-top: 10px;
	list-style: decimal inside;
	padding-left: 20px;
}
.modal-credit .modal-center ol li {
	list-style: decimal inside;
	margin-top: 5px;
}
.modal-credit .modal-center ul {
	margin-top: 10px;
	list-style: disc inside;
	padding-left: 20px;
}
.modal-credit .modal-center ul li {
	list-style: disc inside;
	margin-top: 5px;
}
/*modal_item*/
.modal_item {
	position: relative;
	background: #fff;
	width: 944px;
	padding: 50px 35px;
}
.modal_item_tabs {

}
.modal_item_tab {
	overflow: hidden;
}
.modal_item_tab .img_block {
	float: left;
	width: 280px;
}
.modal_item_tab .img_block img {

}
.modal_item_tab .text_block {
	margin-left: 300px;
	color: #494949;
	font-weight: 600;
}
.modal_item_tab .text_block .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: underline;
	text-transform: uppercase;
}
.modal_item_tab .text_block .prices {
	margin-top: 23px;
	font-size: 0;
}
.modal_item_tab .text_block .prices > div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.modal_item_tab .text_block .prices > div.old_price {
	width: 190px;
	margin-right: 40px;
}
.modal_item_tab .text_block .prices > div.new_price {
	width: 190px;
}
.modal_item_tab .text_block .prices > div p {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
}
.modal_item_tab .text_block .prices > div span {
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: dimgrey;
	font-size: 14px;
}
.modal_item_tab .text_block .prices > div span b {
	color: #98d100;
	font-size: 30px;
}
.modal_item_tab .text_block .prices > div.new_price span b {
	color: #ff0000;
}
.modal_item_tab .text_block .techs {
	margin-top: 40px;
}
.modal_item_tab .text_block .techs p {
	padding: 5px 10px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 15px;
}
.modal_item_tab .text_block .techs p span {
	display: inline-block;
	vertical-align: top;
}
.modal_item_tab .text_block .techs p span:first-of-type {
	min-width: 220px;
}
.modal_item_tab .text_block .desc {
	margin-top: 40px;
	font-size: 14px;
}
.modal_item_tab .text_block .desc table {

}
.modal_item_tab .text_block .desc table tr {

}
.modal_item_tab .text_block .desc table tr td {
	padding: 10px;
}
.modal_item_tabs_buttons {
	font-size: 0;
	clear: both;
	margin-top: 20px;
}
.modal_item_tabs_buttons li {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
}
.modal_item_tabs_buttons li a {
	display: block;
	color: #494949;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 4px;
	background: #c8c8c8;
	text-transform: uppercase;
}
.modal_item_tabs_buttons li.active a {
	color: #fff;
	background-color: #008000;
}
.product_avantages {
	margin-top: 20px;
	font-weight: bold;
	color: #494949;
}
.product_avantages .avantages-title {
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
}
.product_avantages p {
	margin-top: 10px;
}
.product_avantages ul {
	margin-top: 10px;
}
.product_avantages ul li {
	font-size: 14px;
	line-height: 20px;
	list-style: inside disc;
}
.modal_item_form {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.modal_item_form p {
	color: #505050;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.modal_item_form .field_wrap {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	padding: 3px;
	font-size: 0;
	background-color: rgba(168, 183, 192, 0.25);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.08) 0%, rgba(16, 18, 16, 0.08) 100%);
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	margin-right: 30px;
}
.modal_item_form .field_wrap input {
	display: block;
	width: 198px;
	height: 29px;
	background-color: #ebebeb;
	border-radius: 3px;
	box-shadow: 0.5px 0.9px 1px white, inset 0 1px 1px rgba(92, 92, 92, 0.37);
	color: #4b4b4b;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
}
.modal_item_form .btn_wrap {
	display: inline-block;
	vertical-align: middle;
	height: 44px;
	padding: 3px;
	font-size: 0;
	background-color: rgba(168, 183, 192, 0.25);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.08) 0%, rgba(16, 18, 16, 0.08) 100%);
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.modal_item_form .btn_wrap button {
	height: 38px;
	line-height: 38px;
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #1e6202;
}
@media only screen and (max-width: 970px) {
	.modal_item {
		width: 570px;
		padding: 20px 10px;
	}
	.modal_item_tab .img_block {
		width: 130px;
	}
	.modal_item_tab .text_block {
		margin-left: 140px;
	}
	.modal_item_tab .text_block .title {
		font-size: 22px;
		line-height: 22px;
	}
	.modal_item_tab .text_block .prices {
		margin-top: 20px;
	}
	.modal_item_tab .text_block .prices > div.old_price {
		width: auto;
		margin-right: 20px;
	}
	.modal_item_tab .text_block .prices > div.new_price {
		width: auto;
	}
	.modal_item_tab .text_block .prices > div p {
		font-size: 14px;
		line-height: 14px;
	}
	.modal_item_tab .text_block .prices > div span {
		line-height: 18px;
		font-size: 13px;
	}
	.modal_item_tab .text_block .prices > div span b {
		font-size: 26px;
	}
	.modal_item_tab .text_block .techs {
		margin-top: 20px;
	}
	.modal_item_tab .text_block .techs p {
		padding: 3px 5px;
		font-size: 13px;
	}
	.modal_item_tab .text_block .techs p span:first-of-type {
		min-width: 180px;
	}
	.modal_item_tab .text_block .desc {
		margin-top: 20px;
		font-size: 13px;
	}
	.modal_item_tabs_buttons {
		text-align: center;
		margin-top: 10px;
	}
	.modal_item_tabs_buttons li {
		margin: 2px;
	}
	.modal_item_tabs_buttons li a {
		font-size: 13px;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
	}
	.modal_item_form {
		margin-top: 20px;
	}
	.modal_item_form p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.modal_item_form .field_wrap {
		display: block;
		max-width: 210px;
		margin: 0 auto 10px;
	}
	.modal_item_form .field_wrap input {
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.modal-credit {
		width: 300px;
	}
	.modal-credit .modal-top {
		padding: 10px;
	}
	.modal-credit .modal-top .title {
		font-size: 20px;
	}
	.modal-credit .modal-center {
		padding: 10px;
	}
	.modal-credit .modal-center h6 {
		font-size: 18px;
	}
	.modal-credit .modal-center ol {
		padding-left: 10px;
	}
	.modal-credit .modal-center ul {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.modal_item {
		width: 320px;
		padding: 20px 5px;
	}
	.modal_item_tab .img_block {
		width: 80px;
	}
	.modal_item_tab .text_block {
		margin-left: 90px;
	}
	.modal_item_tab .text_block .title {
		font-size: 20px;
		line-height: 20px;
	}
	.modal_item_tab .text_block .prices {
		margin-top: 10px;
	}
	.modal_item_tab .text_block .prices > div.old_price {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.modal_item_tab .text_block .prices > div p {
		font-size: 13px;
		line-height: 13px;
	}
	.modal_item_tab .text_block .prices > div span {
		line-height: 18px;
		font-size: 13px;
	}
	.modal_item_tab .text_block .prices > div span b {
		font-size: 22px;
	}
	.modal_item_tab .text_block .techs {
		margin-top: 10px;
	}
	.modal_item_tab .text_block .techs p {
		padding: 3px 5px;
		font-size: 13px;
	}
	.modal_item_tab .text_block .techs p span:first-of-type {
		min-width: auto;
	}
	.modal_item_tab .text_block .techs p span:first-of-type:after {
		content: ' -';
	}
	.modal_item_tab .text_block .desc {
		margin-top: 10px;
	}
	.modal_item_form {
		margin-top: 10px;
	}
	.modal_item_form p {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
/*agree-conf*/
.agree-conf {
	display: block;
	max-width: 210px;
	margin: 5px auto;
}
.agree-conf label {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
}
.agree-conf input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 410px) {

	.header_content .logo {
		transform: rotate(-90deg);

width: 140px;

top: -78px;

left: -120px;
	}
	
}


.mobile_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 445px;
}

.menu_header_icon {
	display: none;
	width: 30px;
	margin-right: 5px;
}

@media all and (max-device-width: 1409px) {
    
    .header_wrap {
	    width: 100% !important;
	}
    
}

@media all and (min-device-width : 1060px) and (max-device-width : 1409px) {
	.links a, .links span {
		font-size: 1.10vw;
		vertical-align: middle;
	}
}

@media all and (min-device-width : 330px) and (max-device-width : 1059px) {
	
	.site_header .header_top .wrap {
		display: block;
		height: auto;
	}
	.links a, .links span {
		display: block;
	}
	.has_separator:before {
		display: none !important;
	}
	.links {
		display: none;
		text-align: center;
	}
	.menu_header_icon {
		display: block;
	}
	.non-mobile {
		display: none;
	}
	.mobile_flex {
	    width: auto;
	}
	
	
}

@media all and (min-device-width : 330px) and (max-device-width : 934px) {
	
	.header_slider {
		display: none;
	}
	.header_form {
		position: static !important;
		margin: 0 auto;
	}
	
}

@media all and (min-device-width : 330px) and (max-device-width : 599px) {
	
	.septik_info {
		display: block;
		text-align: center;
	}
	.septik_info img {
		width: 200px;
	}
	.video_review {
		width: 90%;
	}
	
}


.septik_info {
	padding: 20px;
	display: flex;
align-items: center;
}
.septik_info img {
	width: 20%;
}
.septik_info p {
	margin-left: 20px;
}

.popup_img {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.7);
	z-index: 6;
	text-align: center;
	display: none;
}
.img_block_popup {
	display: inline-block;
	margin: 0 auto;
	margin-top: 5vw;
	position: relative;
	height: 85vh;
}
.close_button {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	cursor: pointer;
}
.image_itself {
	height: 100%;
}

.certs {
	text-align: center;
}
.certs img {
	width: 200px;
	cursor: pointer;
	margin: 7px;
	vertical-align: middle;
}
.video_review {
	margin: 0 auto;
	display: block;
}

.phones {
	display: inline-block;
	vertical-align: middle;
}
.has_separator:before {
	background-color: #008000;
	content: "";
	width: 3px;
	display: inline-block;
	height: 45px;
	margin-right: 5px;
	vertical-align: middle;
}
.ssk_logo {
    width: 200px;
}
.header_wrap {
    width: 1400px;
}
.disco {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #b30000;
}
.mark {
    color: #b30000;
    text-align: right;
    margin: 5px;
}
.we_are_dealers {
    text-align: center;
    font-weight: bold;
    color: #ab0000;
    margin-bottom: 10px;
}
.footer_link {
    text-align: left !important;
}
.footer_link a {
    color: #fff;
    text-decoration: underline;
}

@media all and (min-device-width : 320px) and (max-device-width : 600px) {
    .img_block_popup {
        height: auto;
        width: 80%;
    }
}

@media only screen and (min-width: 808px) and (max-width: 928px) {
	
	.contacts_block.social_block {
		margin-top: 23px;
		margin-right: 30px;
	}
	
}

@media only screen and (max-width: 928px) {
	
	.contacts_block.social_block {
		display: flex;
		align-items: center;
		float: left;
	}
	
	.social_block .social:last-child {
		margin-top: 0;
		margin-left: 10px;
	}
	
}