html {
  background: #fff;
}
body {
  font-family: 'Roboto','PT Serif', serif;
  color: #212933;
  font-size: 14px;
  /*background: url(./images/big-ny.jpg) center top repeat;
	background-size: cover;
	background-attachment: fixed;*/
}
h1,
h2,
h3 {
  font-weight: normal;

}
p,
p:last-child {

}

a {
	color: #a9a569;
	transition: all 0.2s ease;
}

a:hover, a:focus {
	color: #969253;
}

input, textarea {
	outline: none;
}

.clear {
	clear: both;
}

.main {

}
.main-col {

}

.container-fluid {
	width: 100%;
}

.page-title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
	color: #990000;
	text-transform: uppercase;
}


h6 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

h1.page_title {
	font-size: 24px;
	font-family: 'EB Garamond';
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}

/*Шапка*/

.header {
	background: #fff;
	padding: 0 0;
	font-size: 16px;
}

.region-header {
	position: relative;
}

.subheader {
	position: relative;
	height: 60px;
	background: #a9a569;
}

.top_menu {
	position: relative;
}

.top_menu:before {
	display: block;
	background: url(./images/top_menu_bg_left.png) center center no-repeat;
	width: 19px;
	height: 12px;
	content: '';
	position: absolute;
	top: 25px;
	left: -50px;
}

.top_menu:after {
	display: block;
	background: url(./images/top_menu_bg_right.png) center center no-repeat;
	width: 47px;
	height: 29px;
	content: '';
	position: absolute;
	top: 15px;
	right: -60px;
}

.top_menu .nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.top_menu .nav > li {
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
	background: transparent;
}

.top_menu .nav > li a {
	border: 0;
	color: #fff;
	padding: 17px 5px;
	font-size: 16px;
	font-family: Roboto;
	background: transparent;
	height: 60px;
}

.top_menu .nav > li a:hover, .top_menu .nav > li a:focus {
	text-decoration: none;
}

.top_menu .nav > li a span {
	display: inline-block;
	position: relative;
}

.top_menu .nav > li a.active span:after {
	display: block;
	background: url(./images/top_menu_active.png) center center no-repeat;
	width: 37px;
	height: 29px;
	content: '';
	position: absolute;
	bottom: -12px;
	right: -30px;
}

.top_menu .nav > li a:hover span, .top_menu .nav > li a:focus span, .top_menu .nav > li a.active span {
	border-bottom: 1px solid #fff;
}


.header_block_1 {
	float: left;
	width: 45%;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 30px;
}

.header_block_2 {
	float: left;
	width: 55%;
	padding-top: 35px;
	padding-bottom: 35px;
}



#header_logo {
	width: 200px;
	position: absolute;
	left: -300px;
	top: 18px;
}

#header_logo img {
	display: inline-block;
	max-width: 100%;
}

#header_social {
	float: left;
	width: 100px;
}

#header_social > a {
	display: inline-block;
	padding: 5px 8px 7px 8px;
	border-radius: 4px;
	background: #f0f0f0;
	width: 35px;
	height: 35px;
}

#header_social > a:first-of-type {
	margin-right: 5px;
}

#header_social > a:hover {
	background: #d1d1d1;
}

#header_tel {
	float: right;
	width: calc(50% - 50px);
}

#header_tel a {
	display: inline-block;
	padding: 7px 0 7px 35px;
	color: #000;
	background: url(./images/top_tel.png) left center no-repeat;
}

.top_with_hover {
	position: relative;
}

.top_with_hover > div {
	display: none;
	position: absolute;
	padding: 10px 20px;
	top: -5px;
	left: -10px;
	background: #fff;
	white-space: nowrap;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
z-index: 1;
	
}



#header_mail {
	float: right;
	width: calc(50% - 50px);
}

#header_mail a {
	display: inline-block;
	padding: 7px 0 7px 40px;
	color: #000;
	background: url(./images/top_mail.png) left center no-repeat;
}

#header_address {
	float: left;
	width: calc(100% - 100px);
}

#header_address div {
	padding: 7px 0 7px 35px;
	color: #000;
	background: url(./images/top_address.png) left 5px no-repeat;
}

#header_lang {
	float: left;
	width: 100px;
	text-align: right;
}

#header_lang > a {
	display: inline-block;
	padding: 8px 10px 9px 10px;
	border-radius: 4px;
	background: #dcd9d9;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 35px;
	height: 35px;
}

#header_lang > a:first-of-type {
	margin-right: 5px;
}

#header_lang > a:hover {
	background: #b4b4b4;
	text-decoration: none;
}


#header_lang > a.active {
	color: #000;
}




#header_zayavka {
	position: absolute;
	right: -270px;
	top: 32px;
}


.breadcrumb {
	padding: 12px 0;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	color: #a9a569;
}

.breadcrumb a {
	text-decoration: underline;
	color: #a9a569;
}

.breadcrumb span.delimiter {
	font-size: 13px;
	padding: 0 5px;
}

.breadcrumb span.last {
	color: #666;
}

.mybut1 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 0 8px 0 8px;
	background: #6d9b2a;
	transition: all 0.2s ease;
	border: 0;
	text-align: center;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.mybut1:hover, .mybut1:focus {
	text-decoration: none;
	background: #8eb458;
	color: #fff;
}

.mybut2 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #566932;
	color: #566932;
	transition: all 0.3s ease;
	text-align: center;
}

.mybut2:hover, .mybut2:focus {
	text-decoration: none;
	background: #566932;
	color: #fff;
}

.section_head {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.section_head h2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-family: 'EB Garamond';
	font-weight: 800;
}

.section_head a {
	display: inline-block;
	margin-left: 70px;
	text-decoration: underline;
	position: relative;
	padding-right: 50px;
}

.link_with_arrow {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-right: 50px;
	color: #005f00;
}


.section_head a::after, .link_with_arrow::after {
	display: block;
	content: '→';
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 30px;
	line-height: 1px;
}

.table1 {
	width: 100%;
	border: 1px solid #e9e9e9;
}

.table1 td, .table1 th {
	padding: 15px;
	border: 1px solid #e9e9e9;
	background: #f6f4f4;
}

.table1 td:nth-child(2n), .table1 th:nth-child(2n) {
	background: #fff;
}

h2.block_title {
	font-family: 'EB Garamond';
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}


/* Левое меню */

#content_with_left_menu {
	float: right;
	width: calc(100% - 270px);
	padding-left: 50px;
	
}

#left_menu {
	float: left;
	width: 270px;
}

#left_menu > div.menu_item {
	position: relative;
}

#left_menu > div.menu_item a {
	display: flex;
	justify-content: left;
	align-items: center;
	min-height: 50px;
	border: 1px solid #a9a569;
	padding: 0 15px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	border-top: 0;
	padding-right: 40px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

#left_menu > div.menu_item a:after {
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 17px;
	right: 15px;
	background: url(./images/left_menu_arrow_blue.png) center center no-repeat;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

#left_menu > div.menu_item:first-of-type a {
	border-top: 1px solid #a9a569;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

#left_menu > div.menu_item:nth-child(2) a {
	border-top: 1px solid #a9a569;
}

#left_menu > div.menu_item a:hover {
	color: #fff;
	background: #a9a569;
	
}

#left_menu > div.menu_item a:hover:after {
	opacity: 1;
}


#left_menu > div.menu_item a.active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #212933;
	background: #212933;
}

#left_menu > div.menu_item a.active:after {
	background: url(./images/left_menu_arrow.png) center center no-repeat;
	opacity: 1;
}


/* Контакты в подвале*/

.footer_contacts {
	margin-top: 60px;
}

.footer_contacts_left {
	background: #e8e8e8 url(./images/footer_contacts_left_bg.jpg) center center no-repeat;
	background-size: 100% auto;
	float: left;
	width: 55%;
}

.footer_contacts_left_cont {
	margin-top: 40px;
	margin-bottom: 130px;
	margin-right: 150px;
	margin-left: auto;
	max-width: 390px;
}

.footer_contacts_left h2 {
	margin-bottom: 5px;
}

#footer_contacts_form {
	margin-top: 20px;
}

#footer_contacts_form input[type=text], #footer_contacts_form textarea {
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	width: 100%;
	padding: 8px 12px;
}

#footer_contacts_form input[type=text]:focus, #footer_contacts_form textarea:focus {
	border: 1px solid #005f00;
}

.form_field {
	padding-bottom: 15px;
}

.form_field_50 {
	float: left;
	width: 50%;
}

.footer_contacts_left .form_field_50:nth-child(odd) {
	padding-right: 5px;
	
}

.footer_contacts_left .form_field_50:nth-child(even) {
	padding-left: 5px;
}

#footer_contacts_form .form_submit {
	padding-top: 10px;
}

#footer_contacts_form .form_submit button {
	float: left;
}

#footer_contacts_form .footer_contacts_form_agree {
	float: left;
	width: calc(100% - 180px);
	padding-left: 15px;
	font-size: 11px;
	padding-top: 5px;
}

#footer_contacts_form .footer_contacts_form_agree a {
	color: #000;
	text-decoration: underline;
}

.footer_contacts_right {
	float: left;
	width: 45%;
	background: url(./images/footer_contacts_right_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 20px;
	padding-left: 50px;
	height: 490px;
	font-size: 16px;
}

.footer_contacts_right h2 {
	margin-bottom: 30px;
	margin-top: 20px;
}

.footer_contacts_right a {
	color: #fff;
}

.footer_contacts_tel {
	background: url(./images/footer_contacts_tel.png) left center no-repeat;
	padding: 5px 0 5px 30px;
	margin: 25px 0;
}

.footer_contacts_mail {
	background: url(./images/footer_contacts_mail.png) left center no-repeat;
	padding: 5px 0 5px 30px;
	margin: 25px 0;
}

.footer_contacts_address {
	background: url(./images/footer_contacts_address.png) left center no-repeat;
	padding: 5px 0 5px 30px;
	margin: 25px 0;
}



/* Подвал */

.footer_pole {
	height: 298px;
	margin-top: -60px;
	background: url(./images/footer_pole.png) center top no-repeat;
	position: relative;
	z-index: 1;
}

#footer {
	color: #8b8989;
	background: #302e2e;
	overflow: hidden;
	padding-top: 50px;
	font-size: 14px;
}

#footer .container {
	position: relative;
}

#footer .container:before {
	display: block;
	content: '';
	background: url(./images/footer_bg1.png) center center no-repeat;
	background-size: contain;
	width: 279px;
	height: 274px;
	position: absolute;
	left: -340px;
	top: 0;
}

#footer .container:after {
	display: block;
	content: '';
	background: url(./images/footer_bg2.png) center center no-repeat;
	background-size: contain;
	width: 341px;
	height: 276px;
	position: absolute;
	right: -340px;
	top: 0;
}


.footer_logo {
	float: left;
	width: 120px;
	z-index: 1;
	position: relative;
	margin-top: 0px;
	margin-right: 50px;
}

.footer_logo img {
	max-width: 76px;
}

.footer_block {
	float: left;
	width: 120px;
	padding-right: 10px;
	line-height: 30px;
}

.footer_block6 {
	width: 185px;
}

.footer_block a.footer_main_link {
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}

.footer_block .footer_menu a, .footer_block .footer_contact a {
	color: #8b8989;
}

.footer_block .footer_menu a:hover, .footer_block .footer_contact a:hover {
	color: #fff;
}

.foot_tel {
	background: url(./images/foot_tel.png) left 9px no-repeat;
	padding: 0 0 0 20px;
}

.foot_mail {
	background: url(./images/foot_mail.png) left 9px no-repeat;
	padding: 0 0 0 20px;
}

.foot_address {
	background: url(./images/foot_address.png) left top no-repeat;
	padding: 0 0 0 20px;
	line-height: 14px;
	margin-top: 7px;
}

.footer_social_zayavka {
	float: right;
	text-align: right;
	width: 150px;
}

.footer_zayavka {
	display: block;
	text-align: center;
	padding: 10px;
	background: #8b8989;
	border-radius: 0 8px 0 8px;
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.footer_zayavka:hover {
	text-decoration: none;
	background: #6e6e6e;
	color: #fff;
}

.footer_social {
	display: inline-block;
	background: #8b8989;
	padding: 7px 10px 9px 10px;
	margin-left: 8px;
	border-radius: 0 4px 0 4px;
}

.footer_social:hover {
	text-decoration: none;
	background: #6e6e6e;
}

.footer_info {
	clear: both;
	padding-top: 60px;
}

.footer_line {
	height: 1px;
	background: #a8a7a7;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer_copyright {
	margin-bottom: 40px;
}

.footer_copyright a {
	color: #8b8989;
	margin-left: 30px;
}

.footer_copyright a:hover {
	color: #fff;
}

/* Слайдер */

.slick-dotted.slick-slider {
	margin-bottom: 20px;
}

.slick-dots {
	bottom: 20px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button::before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	content: '•';
	opacity: 1;
	color: transparent;
	background: url(./images/slider_dot.png) center center no-repeat;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	color: transparent;
	background: url(./images/slider_dot1.png) center center no-repeat;
}

#block-views-certificate-block .slick-slider .slick__arrow, #block-views-zakazchiki-block .slick-slider .slick__arrow {
	bottom: auto;
	height: 2px;
	left: auto;
	right: 30px;
	margin-top: -1px;
	pointer-events: none;
	position: absolute;
	top: -50px;
	transform: translateY(-50%);
	width: 110px;
	z-index: 2;
}

.slick-prev, .slick-next {
	width: 29px;
	height: 41px;
	padding: 0;
}

.slick-slider .slick-prev::before {
	color: transparent;
	background: url(./images/slider_prev.png) center center no-repeat;
	width: 29px;
	height: 41px;
	display: block;
	filter: grayscale(1);
}

.slick-slider .slick-next::before {
	color: transparent;
	background: url(./images/slider_next.png) center center no-repeat;
	width: 29px;
	height: 41px;
	display: block;
	filter: grayscale(1);
}

.slick-prev::before, .slick-next::before {
	opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
	filter: grayscale(0);
}

.slick-prev {
	left: -35px;
}

.slick-next {
	right: -35px;
}


/* Всплывающая форма*/


.popup {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}

.popup_cont {
	position: absolute;
	z-index: 201;
	width: 320px;
	height: 420px;
	border-radius: 20px;
	border: 1px solid #566932;
	left: calc(50% - 150px);
	top: calc(50% - 190px);
	padding: 40px 18px;
	background: rgba(255,255,255,1);
}



.popup_close {
	background: url(./images/popup_close.png) center center no-repeat;
	width: 36px;
	height: 36px;
	color: transparent;
	right: 20px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}

.popup_cont h2 {
	text-align: center;
	color: #a9a569;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.popup_cont .form_input {
	margin: 15px 0;
}

.popup_cont input[type=text] {
	width: 100%;
	border: 2px solid #a9a569;
	border-radius: 4px;
	padding: 8px 12px;
}

.popup_cont .form_input_checkbox {
	
}

.popup_cont input[type=checkbox] {
	display: inline;
}

.popup_cont .form_input_checkbox label {
	font-size: 12px;
	font-weight: normal;
}

.popup_cont .form_submit {
	margin-top: 30px;
}

.popup_cont .form_submit button {
	width: 100%;
}

.popup_cont .form_submit {
	margin: 0;
	width: 100%;
	display: inline-block;
}

#popup_file {
    display: none;
}
.custom-file-upload {
    border: 2px solid #427494;
    display: block;
	border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
	font-weight: normal;
}


.form_send_message {
	margin: 100px auto;
	max-width: 400px;
	padding: 20px;
	background: #f7f6ec;
	border: 1px solid #a9a569;
	text-align: center;
	color: #a9a569;
}

.form_send_message span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.burger_link a.burger_menu1 {
	height: 32px;
	width: 40px;
	background: url(./images/burger_header.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 12px 0;
}

.burger_link a.burger_menu2 {
	height: 32px;
	width: 40px;
	background: url(./images/menu_cat.png) center center no-repeat;
	display: inline-block;
	margin: 12px 0;
}

.burger_link {
	display: none;
}

.burger_link2 {
	display: none;
}

#toTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	background: url(./images/bup.png) center center no-repeat;
	background-size: contain;
	opacity: 0.8;
	z-index: 1000;
}


/* Главная - Верхний блок*/

#main_top_block {
	background: url(./images/top_block_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	height: 758px;
	padding-top: 190px;
	color: #fff;
	
}

.main_top_block_cont {
	padding-left: 40px;
	position: relative;
	padding-top: 50px;
}

.main_top_block_cont:before {
	content: '';
	display: block;
	width: 8px;
	height: 100%;
	background: #a9a569;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

#main_top_block h1 {
	font-weight: 800;
	font-size: 120px;
	line-height: 50px;
}

#main_top_block h1 span {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	margin-left: 210px;
}

#main_top_block h2 {
	font-size: 54px;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	font-family: 'Zamenhof Outline';
	font-weight: bold;
	text-transform: uppercase;
}

.main_top_block_but {
	padding-top: 60px;
	padding-left: 40px;
}

.main_top_block_but a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 20px 50px;
	background: #6d9b2a;
	border-radius: 0 15px 0 15px;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.main_top_block_but a:hover, .main_top_block_but a:focus {
	background: #8eb458;
}



/* Главная - Каталог */

#main_catalog {
	background: url(./images/main_catalog_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


/* Главная - Доставляем */

.dostav {
	position: relative;
	padding-top: 140px;
	min-height: 550px;
	overflow: hidden;
	margin-top: 40px;
}

.dostav_cont {
	max-width: 420px;
	z-index: 1;
	position: relative;
}

.dostav h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
}

.dostav h2 span {
	color: #709829;
}

.dostav h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.dostav_but {
	margin-top: 40px;
}

.dostav_pic {
	position: absolute;
	top: 0;
	right: 0;
	width: 800px;
}

.dostav_pic img {
	display: inline-block;
	max-width: 100%;
}

/* Главная - Партнерам */

.partners {
	
}

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

.partners_slider .slick-slide {
	padding: 0 10px;
}

.partners_slider .slick-slide > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	background: #f8f8f8;
}

.partners_slider .slick-slide img {
	display: inline-block;
	max-width: 80%;
	filter: grayscale(1);
	transition: 0.3s all;
}

.partners_slider .slick-slide > div:hover img {
	filter: grayscale(0);
}


/* Главная - Вопросы и ответы*/

#main_faq {
	background: url(./images/faq_bg1.jpg) left top no-repeat, url(./images/faq_bg2.jpg) right top no-repeat;
	padding-top: 40px;
	padding-bottom: 60px;
}

#main_faq h2.block_title {
	color: #749b30;
	margin: 0;
	margin-bottom: 40px;
}

.main_faq_cont {
	float: left;
	width: 50%;
	padding-right: 40px;
}

.faq_item {
	border-top: 1px solid #646464;
	
}

.faq_item:last-of-type {
	border-bottom: 1px solid #646464;
}

.faq_vopros {
	font-size: 18px;
	text-transform: uppercase;
	color: #a9a569;
	position: relative;
	padding-right: 35px;
	cursor: pointer;
	padding: 20px 0;
	transition: 0.3s all;
}

.faq_vopros > div {
	position: absolute;
	top: 18px;
	right: 0;
}

.faq_vopros > div > div {
	padding-left: 1px;
	text-align: center;
	font-size: 30px;
	line-height: 1px;
	padding-top: 11px;
	width: 29px;
	height: 29px;
	border: 2px solid #a9a569;
	border-radius: 24px;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	right: 0;
}

.faq_vopros.active {
	color: #000;
}

.faq_vopros > div > div:nth-child(2) {
	opacity: 0;
}

.faq_vopros.active > div > div:nth-child(1) {
	opacity: 0;
}

.faq_vopros.active > div > div:nth-child(2) {
	opacity: 1;
	color: #a9a569;
}

.faq_otvet {
	display: none;
	padding-bottom: 15px;
}

.main_faq_form_cont {
	float: left;
	width: 50%;
	padding-left: 40px;
}

.main_faq_form {
	color: #fff;
	background: url(./images/faq_form_bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 15px;
	padding: 40px 60px;
}

.main_faq_form h2 {
	text-align: center;
	font-size: 18px;
}

#main_faq_form {
	margin-top: 40px;
}

#main_faq_form input[type=text] {
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	width: 100%;
	padding: 8px 12px;
	color: #000;
}

#main_faq_form input[type=text]:focus {
	border: 1px solid #005f00;
}

#main_faq_form .form_field {
	padding-bottom: 40px;
}

#main_faq_form .form_field_50:nth-child(odd) {
	padding-right: 5px;
}

#main_faq_form .form_field_50:nth-child(even) {
	padding-left: 5px;
}

#main_faq_form .form_submit button {
	width: 100%;
}

#main_faq_form .main_faq_form_agree {
	font-size: 11px;
	padding-top: 5px;
}

#main_faq_form .main_faq_form_agree a {
	color: #fff;
	text-decoration: underline;
}

.form_manager {
	margin-top: 0px;
}

.form_manager_pic {
	float: left;
	width: 130px;
}

.form_manager_pic img {
	display: inline-block;
	max-width: 100%;
	border-radius: 50%;
}

.form_manager_info {
	float: left;
	width: calc(100% - 130px);
}

.form_manager_info h2 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 0;
}

.form_manager_info p {
	font-size: 13px;
	color: #cfcdcd;
}

.form_manager_info strong {
	color: #fff;
}

/* Главная - Наши преимущества */

#main_preim {
	background: url(./images/main_preim_bg.jpg) center center no-repeat;
	background-size: 100% auto;
	background-size: cover;
}

#main_preim h2 {
	color: #492f02;
	font-size: 30px;
	margin: 0;
}

.main_preim_cont {
	position: relative;
	padding: 50px 0;
	height: 970px;
	overflow: hidden;
}

.main_preim_logo {
	position: absolute;
	bottom: 0;
	left: calc(50% - 87px);
	z-index: 5;
}

.main_preim_center {
	position: absolute;
	top: 100px;
	left: calc(50% - 327px);
	z-index: 1;
}

.main_preim_center img {
	display: inline-block;
	max-width: 100%;
}

.main_preim_item {
	position: absolute;
	z-index: 2;
	width: 300px;
	text-align: right;
}

.main_preim_item h3 {
	color: #492f02;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

.main_preim_item4, .main_preim_item5, .main_preim_item6 {
	width: 300px;
	text-align: left;
}

.main_preim_item4 h3, .main_preim_item5 h3, .main_preim_item6 h3 {
	text-align: left;
}

.main_preim_item p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
}

.main_preim_item a {
	color: #492f02;
	font-size: 13px;
	text-decoration: underline;
}

.main_preim_item_pic {
	position: absolute;
	top: 0;
	right: -80px;
}

.main_preim_item_pic img {
	display: inline-block;
	max-width: 100%;
}

.main_preim_item4 .main_preim_item_pic, .main_preim_item5 .main_preim_item_pic, .main_preim_item6 .main_preim_item_pic {
	left: -80px;
}

.main_preim_item1 {
	top: 180px;
	left: calc(50% - 520px);
}

.main_preim_item2 {
	top: 370px;
	left: calc(50% - 680px);
}

.main_preim_item3 {
	top: 620px;
	left: calc(50% - 680px);
}

.main_preim_item4 {
	top: 200px;
	right: calc(50% - 630px);
}

.main_preim_item5 {
	top: 490px;
	right: calc(50% - 690px);
}

.main_preim_item6 {
	top: 720px;
	right: calc(50% - 600px);
}

/* Главная - Новости */

#main_news {
	background: url(./images/main_news_bg.jpg) center center no-repeat;
	background-size: 100% auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

#main_news .container {
	position: relative;
}

.block_title_link {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #d2b572;
	font-size: 14px;
}

.main_news_cont {
	margin-top: 30px;
	
}

.main_news_item {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.main_news_pic img {
	display: inline-block;
	width: 100%;
}

.main_news_text {
	padding: 30px 30px 0 30px;
}

.main_news_date span {
	display: inline-block;
	font-size: 13px;
	padding-bottom: 8px;
	border-bottom: 2px solid #005f00;
}

.main_news_title {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	padding: 20px 0;
}

.main_news_title a {
	color: #000;
}

.main_news_anons {
	font-size: 14px;
	line-height: 17px;
}

.main_news_link {
	padding-top: 20px;
}


/* О компании и тд, меню список */

#about {
	background: url(./images/about_bg.jpg) center top repeat-y;
	background-size: 100% auto;
}

#about h1 {
	font-family: 'EB Garamond';
	margin-bottom: 15px;
}

.about_list {
	margin-top: -20px;
}

.about_list > div {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.about_list > div a {
	display: block;
	position: relative;
}

.about_list > div a img {
	width: 100%;
	border-radius: 10px;
	filter: brightness(0.7);
	transition: 0.3s all;
}

.about_list > div a:hover {
	text-shadow: #000 1px 0 5px;
}

.about_list > div a:hover img {
	filter: brightness(1);
}

.about_list > div a span {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #fff;
	font-family: 'EB Garamond';
	font-size: 24px;
	font-weight: bold;
}


/* Медиа - Новости */

.news_list > div {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #a2a2a2;
}

.news_list_pic {
	float: left;
	width: 280px;
}

.news_list_pic img, .vistavki_list_pic img {
	display: inline-block;
	max-width: 100%;
}

.vistavki_list_pic {
	margin-bottom: 15px;
}

.news_list_cont {
	width: calc(100% - 280px);
	float: left;
	padding-left: 30px;
	position: relative;
	min-height: 176px;
	padding-bottom: 30px;
}

.news_list_date {
	color: #8d8d8d;
	font-size: 13px;
	margin-bottom: 10px;
}

.news_list_title {
	margin-bottom: 10px;
}

.news_list_title a {
	color: #a9a569;
	font-size: 24px;
	font-family: 'EB Garamond';
}

.news_list_text {
	font-size: 14px;
	line-height: 16px;
}

.news_list_link {
	position: absolute;
	bottom: 0;
	left: 30px;
}

.vistavki_list_link {
	margin-top: 20px;
}

.news_list_link a, .vistavki_list_link a {
	text-decoration: underline;
	color: #a9a569;
	font-size: 13px;
}

.news_view_date {
	color: #8d8d8d;
	font-size: 13px;
	margin-bottom: 10px;
}

.news_view_title {
	color: #a9a569;
	font-size: 24px;
	font-family: 'EB Garamond';
	margin-bottom: 10px;
}

.news_view_pic {
	margin-bottom: 15px;
}

.news_view img, .news_view_pic img {
	display: inline-block;
	max-width: 100%;
}

/* Фотогалерея */

.foto_gallery_list > div {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #95969b;
}

.foto_gallery_pic {
	text-align: center;
}

.foto_gallery_pic img {
	max-width: 100%;
	display: inline-block;
}

.foto_gallery_name {
	padding: 20px 0;
}

.foto_gallery_name a {
	color: #a9a569;
	font-size: 20px;
	font-weight: bold;
	font-family: 'EB Garamond';
}

.foto_gallery_link {
	margin-top: 20px;
}

.foto_gallery_link a {
	text-decoration: underline;
	color: #a9a569;
	font-size: 13px;
}

.foto_list {
	margin-top: -20px;
}

.foto_list > div {
	float: left;
	width: 50%;
	padding: 20px;
	text-align: center;
}

.foto_list > div a {
	display: block;
	position: relative;
}

.foto_list > div a:after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/foto_lupa.png) center center no-repeat;
	position: absolute;
	top: calc(50% - 14px);
	left: calc(50% - 14px);
	transition: 0.3s all;
	opacity: 0;
}

.foto_list > div a:hover:after {
	opacity: 1;
}

.foto_list img {
	display: inline-block;
	max-width: 100%;
	transition: 0.3s all;
}

.foto_list > div a:hover img {
	filter: brightness(0.6);
}

.return_link {
	color: #a9a569;
	text-decoration: underline;
}

/* Видеогалерея */

.video_list > div {
	margin-bottom: 40px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #a2a2a2;
}

.video_list > div > div:nth-child(1) {
	text-align: center;
}

.video_list > div > div:nth-child(1) iframe {
	max-width: 100%;
	display: inline-block;
}

.video_list > div > div:nth-child(2) {
	color: #a9a569;
	font-size: 20px;
	font-weight: bold;
	font-family: 'EB Garamond';
	padding-bottom: 30px;
	padding-top: 20px;
	
}

/* Акции */

.actions_list {
	max-width: 820px;
	margin: 0 auto;
}

.actions_cont {
	position: relative;
	margin-bottom: 60px;
	padding: 30px 60px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.actions_name {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.actions_subname {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}

.actions_date {
	color: #fff;
	font-size: 14px;
}

.actions_text {
	margin-top: 30px;
	background: rgba(255,255,255,0.8);
	font-size: 14px;
	padding: 20px;
	display: none;
}

.actions_but_hide {
	
	position: absolute;
	bottom: -25px;
	right: 15px;
}

.actions_but_hide > span {
	
	cursor: pointer;
	display: inline-block;
	display: none;
	color: #a9a569;
	font-size: 14px;
	text-decoration: underline;
}

.actions_but_show {
	position: absolute;
	bottom: -25px;
	right: 15px;
	
}

.actions_but_show > span {
	cursor: pointer;
	display: inline-block;
	color: #a9a569;
	font-size: 14px;
	text-decoration: underline;
}

/* Дилерам и Партнерам, Гарантия */

.dileram, .garanty {
	font-family: 'EB Garamond';
	font-size: 18px;
}

.dileram img, .garanty img {
	display: inline-block;
	max-width: 100%;
}

/* Доставка */

.dostavka h3 {
	font-family: 'EB Garamond';
	font-size: 18px;
	font-weight: bold;
	color: #a9a569;
}

.dostavka img {
	display: inline-block;
	max-width: 100%;
}

/* Сертификаты и дипломы */

.certificate_list {
	margin-top: -30px;
}

.certificate_list > div {
	float: left;
	width: 33.33%;
	padding: 30px;
}

.certificate_list_pic img {
	display: inline-block;
	max-width: 100%;
	transition: 0.3s all;
}

.certificate_list_pic > a {
	position: relative;
	display: block;
}

.certificate_list_pic > a:after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/foto_lupa.png) center center no-repeat;
	position: absolute;
	top: calc(50% - 14px);
	left: calc(50% - 14px);
	transition: 0.3s all;
	opacity: 0;
}


.certificate_list_pic > a:hover:after {
	opacity: 1;
}

.certificate_list_pic > a:hover img {
	filter: brightness(0.6);
}

.certificate_list_name {
	margin-top: 20px;
}

.certificate_list_name a {
	color: #a9a569;
	font-size: 18px;
	font-family: 'EB Garamond';
	font-weight: bold;
}

.certificate_view_left {
	float: left;
	width: 50%;
}

.certificate_view_left img {
	display: inline-block;
	max-width: 100%;
}

.certificate_view_right {
	float: left;
	width: 50%;
	padding-left: 30px;
}


/* Реквизиты */

.requsite_table, #politic table {
	width: 100%;
	border-collapse: collapse;
}

.requsite_table tr:nth-child(1) {
	color: #fff;
	background: #a9a569;
}

.requsite_table td, #politic table td {
	border: 1px solid #a9a569;
	padding: 15px;
}

.requsite_table td.table_label {
	font-weight: bold;
}

.requsite_download {
	margin-top: 30px;
	margin-bottom: 50px;
}

.requsite_download a {
	display: inline-block;
	padding-left: 45px;
	background: url(./images/requsite_download.png) left center no-repeat;
	color: #000;
	font-weight: bold;
}

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

.requsite_download a span {
	display: block;
	color: #a9a569;
	font-weight: normal;
	text-decoration: underline;
}


/* Контакты */

.contacts_map {
	margin-bottom: 50px;
}

.contacts_block {
	float: left;
	width: 33.33%;
	padding-left: 40px;
	margin-bottom: 20px;
}

.contacts_block_address {
	background: url(./images/top_address.png) left top no-repeat;
}

.contacts_block_tel {
	background: url(./images/top_tel.png) left top no-repeat;
}

.contacts_block_mail {
	background: url(./images/top_mail.png) left top no-repeat;
}

.contacts_block_name {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px;
}

.contacts_block_info {
	font-size: 16px;
	margin-bottom: 15px;
}

.contacts_block_info a {
	color: #000;
}

/* Документы */

.documents_item {
	margin-bottom: 30px;
	min-height: 100px;
	padding-left: 100px;
	background: url(./images/doc_type_pdf.png) left top no-repeat;
}

.documents_item_doc, .documents_item_docx {
	background: url(./images/doc_type_word.png) left top no-repeat;
}

.documents_item_xls, .documents_item_xlsx {
	background: url(./images/doc_type_excel.png) left top no-repeat;
}

.documents_item_pdf {
	background: url(./images/doc_type_pdf.png) left top no-repeat;
}

.documents_item_ppt, .documents_item_pptx {
	background: url(./images/doc_type_ppt.png) left top no-repeat;
}

.documents_item_name {
	color: #a9a569;
	font-size: 20px;
	font-family: 'EB Garamond';
	margin-bottom: 5px;
	font-weight: bold;
}

.documents_item_link {
	margin-top: 5px;
}

.documents_item_link a {
	color: #a9a569;
	text-decoration: underline;
}

/* Отзывы */


.otzivi_list > div {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #a2a2a2;
}

.otzivi_list_pic {
	float: left;
	width: 110px;
}

.otzivi_list_pic img {
	display: inline-block;
	max-width: 100%;
}


.otzivi_list_cont {
	width: calc(100% - 110px);
	float: left;
	padding-left: 30px;
	position: relative;
	padding-bottom: 30px;
}

.otzivi_list_name {
	margin-bottom: 10px;
	color: #a9a569;
	font-weight: bold;
}

.otzivi_list_text {
	font-size: 14px;
	line-height: 16px;
}

.otzivi_list_link a {
	text-decoration: underline;
	color: #a9a569;
	font-size: 16px;
	font-family: 'EB Garamond';
}

.otzivi_list_rating {
	margin-bottom: 10px;
}

.my_rating {
	display: inline-block;
}

.my_rating > span {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(./images/zvezda.png) center center no-repeat;
	margin-right: 6px;
}

/* Где купить */


.gde_kupit_map {
	height: 500px;
}

.contacts_shops {
	color: #a9a569;
	font-size: 14px;
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

.contacts_shops_region {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	display: table-row;
}

.contacts_shops > div {
	display: table-row;
	border-bottom: 1px solid #a9a569;
}

.contacts_shops > div > div {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #a9a569;
}

.contacts_shops > div > div span {
	display: inline-block;
	padding: 10px 0;
	padding-left: 35px;
	text-align: left;
}

.contacts_shops > div > div:nth-child(1) {
	width: 100px;
}

.contacts_shops > div > div:nth-child(1) img {
	max-width: 100%;
	display: inline-block;
}

.contacts_shops > div > div:nth-child(2) {
	text-align: left;
}

.contacts_shops > div > div:nth-child(3) {
	white-space: nowrap;
}

.contacts_shops > div > div:nth-child(4) {
	white-space: nowrap;
}

.contacts_shops > div > div:nth-child(2) span {
	background: url(./images/contacts_address.png) left center no-repeat;
	
}

.contacts_shops > div > div:nth-child(3) span {
	background: url(./images/contacts_tel.png) left center no-repeat;
}

.contacts_shops > div > div:nth-child(4) span {
	background: url(./images/contacts_time.png) left center no-repeat;
}

.contacts_shops > div > div:nth-child(5) span {
	background: url(./images/contacts_mail.png) left center no-repeat;
}

.contacts_shops > div > div:nth-child(6) span {
	background: url(./images/contacts_site.png) left center no-repeat;
}

/* Каталог */

.main_catalog {
	margin-top: 40px;
	margin-bottom: 20px;
}

.main_catalog h2 {
	margin-bottom: 20px;
}

#catalog {
	background: url(./images/about_bg.jpg) center top repeat-y;
	background-size: 100% auto;
}

#catalog h1 {
	font-family: 'EB Garamond';
	margin-bottom: 15px;
}

.cat_list_cont {
	float: left;
	width: 25%;
	padding: 15px 20px;
}

.cat_list_cont > div {
	position: relative;
}

.cat_list_cont img {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	transition: 0.3s all;
}

.cat_list_cont > div:hover img {
	filter: brightness(0.6);
}

.cat_list_links {
	position: absolute;
	top: 15px;
	left: 20px;
	width: calc(100% - 40px);
}

.cat_list_link {
	display: block;
	color: #fff;
	font-family: 'EB Garamond';
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-shadow: #000 1px 0 5px;
	margin-bottom: 10px;
}

.cat_list_link:hover {
	text-shadow: none;
	color: #efeedc;
	text-decoration: none;
}

.subcat_list_link {
	display: inline-block;
	color: #fff;
	font-family: 'EB Garamond';
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-shadow: #000 1px 0 5px;
	margin: 5px 0;
	margin-right: 15px;
	transition: 0.2s all;
	opacity: 0;
}

.subcat_list_link:hover {
	text-shadow: none;
	color: #efeedc;
	text-decoration: none;
}

.cat_list_cont > div:hover .subcat_list_link {
	opacity: 1;
}

.product_item {
	float: left;
	width: 25%;
	padding: 15px;
}

.product_item > a {
	position: relative;
	display: block;
}

.product_item > a img {
	display: inline-block;
	max-width: 100%;
	border-radius: 8px;
	opacity: 0.8;
	transition: 0.3s all;
}

.product_item > a:hover img {
	opacity: 1;
}

.product_item_name {
	position: absolute;
	top: 15px;
	left: 0;
	background: #6d9b2a;
	color: #fff;
	font-family: 'EB Garamond';
	font-weight: bold;
	font-size: 20px;
	padding: 5px 20px;
	border-radius: 0 15px 15px 0;
	transition: 0.3s all;
}

.product_item > a:hover .product_item_name {
	background: #a9a569;
	padding: 5px 30px;
}

.product_item_link {
	text-align: right;
	padding-top: 10px;
}

.product_item_link span {
	color: #a9a569;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	background: url(./images/product_item_link.png) right center no-repeat;
	border-bottom: 1px solid transparent;
}

.product_item > a:hover .product_item_link span {
	border-bottom: 1px solid #a9a569;
}

.product_page_left {
	float: left;
	width: 380px;
	text-align: center;
}

.product_page_left img {
	display: inline-block;
	max-width: 100%;
}

.product_page_right {
	float: left;
	width: calc(100% - 380px);
	padding-left: 40px;
}

.product_page_right h2 {
	font-family: 'EB Garamond';
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding-bottom: 20px;
}

.product_page_opisanie {
	margin-bottom: 20px;
}

.product_page_har label {
	display: inline-block;
	width: 90px;
}

.product_zayavka {
	margin-top: 60px;
}

.product_zayavka a {
	font-size: 20px;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------АДАПТАЦИЯ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width:1680px){
	
	.main_top_block_but {
	padding-top: 60px;
}

#main_top_block {
	height: auto;
	padding-bottom: 50px;
	padding-top: 130px;
}
	
.header .container {
	padding: 0 80px;
	font-size: 14px;
}

#header_logo {
	left: -200px;
}

#header_zayavka {
	right: -190px;
}


}

@media (max-width:1400px){
	
	.main_preim_center {
	position: absolute;
	top: 100px;
	left: calc(50% - 300px);
	z-index: 1;
	width: 600px;
}

.main_preim_item {
	width: 240px;
}

.main_preim_item p {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 7px;
}

.main_preim_item h3 {
	font-size: 18px;
	margin-bottom: 7px;
}

.main_preim_item1 {
	top: 180px;
	left: calc(50% - 480px);
}

.main_preim_item2 {
	top: 360px;
	left: calc(50% - 600px);
}

.main_preim_item3 {
	top: 580px;
	left: calc(50% - 590px);
}

.main_preim_item4 {
	top: 200px;
	right: calc(50% - 540px);
}

.main_preim_item5 {
	top: 470px;
	right: calc(50% - 610px);
}

.main_preim_item6 {
	top: 660px;
	right: calc(50% - 540px);
}

.main_preim_cont {
	position: relative;
	padding: 30px 0;
	height: 920px;
}
	

}

@media (max-width:1390px){
	
	.header .container {
	padding: 0 80px;
	font-size: 12px;
}

#header_social > a {
	padding-top: 7px;
}


.header_block_1 {
	width: calc(45% - 150px);
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.header_block_2 {
	width: calc(55% - 150px);
	padding-top: 10px;
	padding-bottom: 20px;
}

#header_social {
	float: none;
	padding-top: 10px;
	clear: both;
}

#header_tel {
	width: calc(50%);
}

#header_mail {
	width: calc(50%);
}

#header_lang {
	float: none;
	padding-top: 10px;
	width: 100%;
	clear: both;
}

#header_address {
	width: 100%;
}




	
	#main_top_block h1 {
	font-size: 80px;
	line-height: 40px;
}


#main_top_block h1 span {
	margin-left: 140px;
	font-size: 24px;
}

#main_top_block h2 {
	margin-top: 40px;
}

.main_top_block_cont {
	padding-top: 40px;
}

.main_top_block_but {
	padding-top: 50px;
}

#main_top_block {
	background-size: cover;
}

#main_top_block h2 {
	font-size: 38px;
}
	
	
	#header_logo {
	width: 140px;
	position: relative;
	left: auto;
	top: auto;
	float: left;
	margin-top: 20px;
}

#header_zayavka {
	width: 140px;
	position: relative;
	right: auto;
	top: auto;
	float: right;
	margin-top: 30px;
}

#header_zayavka a {
	font-size: 12px;
	padding: 10px 10px;
}



	




}

@media (max-width:1200px){
	
	.top_menu:before, .top_menu:after {
	display: none;
}

.footer_logo {
	width: 80px;
}
	
	.slick-prev {
	left: 0px;
}

	.slick-next {
	right: 0px;
}

.main_top_block_cont {
	margin-left: 50px;
}


	
	.container {
	width: 100%;
}

	
}


@media (max-width:1024px){
	
	.footer_logo {
	margin-right: 30px;
}

.footer_block {
	width: 100px;
}

.footer_block6 {
	width: 185px;
}
	
	#main_news {
	padding-top: 40px;
	padding-bottom: 40px;
}
	
	.main_news_text {
	padding: 20px 20px 0 20px;
}

.main_news_title {
	font-size: 20px;
	line-height: 22px;
	padding: 15px 0;
}

.main_news_anons {
	font-size: 13px;
	line-height: 15px;
}

.main_news_link {
	padding-top: 15px;
}

.main_news_cont {
	margin-top: 25px;
}
	
	.main_preim_item_pic {
	right: -60px;
	width: 45px;
}

.main_preim_item4 .main_preim_item_pic, .main_preim_item5 .main_preim_item_pic, .main_preim_item6 .main_preim_item_pic {
	left: -60px;
}

.main_preim_item h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
	
	.main_preim_center {
	top: 30px;
	left: calc(50% - 250px);
	width: 500px;
}

.main_preim_item {
	width: 200px;
}

.main_preim_item1 {
	top: 140px;
	left: calc(50% - 440px);
}

.main_preim_item2 {
	top: 290px;
	left: calc(50% - 500px);
}

.main_preim_item3 {
	top: 420px;
	left: calc(50% - 480px);
}

.main_preim_item4 {
	top: 160px;
	right: calc(50% - 460px);
}

.main_preim_item5 {
	top: 320px;
	right: calc(50% - 485px);
}

.main_preim_item6 {
	top: 490px;
	right: calc(50% - 450px);
}

.main_preim_cont {
	position: relative;
	padding: 30px 0;
	height: 720px;
}
	
	.dostav_pic {
	width: 600px;
}

.dostav {
	padding-top: 60px;
	min-height: 420px;
}
	
	.cat_list_cont {
	width: 33.33%;
}
	
	.header .container {
	padding: 0 80px;
	font-size: 9px;
}
	
	
	
	#left_menu {
	width: 200px;
}

#content_with_left_menu {
	width: calc(100% - 200px);
	padding-left: 30px;
}
	

#main_top_block h1 {
	font-size: 60px;
	line-height: 30px;
}

#main_top_block h1 span {
	margin-left: 105px;
	font-size: 20px;
}





.contacts_shops {
	font-size: 16px;
	display: block;
}

.contacts_shops > div {
	display: block;
	border-bottom: 1px solid #000;
}

.contacts_shops > div > div {
	padding: 10px;
	display: block;
	border: 0;
	width: auto !important;
}

.contacts_shops > div > div:nth-child(1) {
	text-align: center;
}

.contacts_shops > div > div:nth-child(1) img {
	max-width: 150px;
	display: inline-block;
}

}

@media (max-width:992px){
	
	.product_page_left {
	width: 300px;
}

.product_page_right {
	width: calc(100% - 300px);
}
	
	.product_item {
	width: 33.33%;
}
	
	.footer_social_zayavka {
	float: none;
	text-align: center;
	width: 150px;
	clear: both;
	margin: 0px auto;
	padding-top: 30px;
}
	
	.footer_contacts_left_cont {
	margin-right: auto;
	margin-left: auto;
	max-width: 370px;
	margin-top: 30px;
}

.footer_contacts_right {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 20px;
	height: 460px;
}

.footer_contacts_right h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
	
	.main_preim_center {
	top: 30px;
	left: calc(50% - 200px);
	width: 400px;
}

.main_preim_item h3 {
	font-size: 15px;
	margin-bottom: 7px;
}

.main_preim_item p {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 7px;
}

.main_preim_item1 {
	top: 130px;
	left: calc(50% - 405px);
}

.main_preim_item2 {
	top: 260px;
	left: calc(50% - 445px);
}

.main_preim_item3 {
	top: 365px;
	left: calc(50% - 415px);
}

.main_preim_item4 {
	top: 140px;
	right: calc(50% - 420px);
}

.main_preim_item5 {
	top: 280px;
	right: calc(50% - 435px);
}

.main_preim_item6 {
	top: 420px;
	right: calc(50% - 395px);
}

.main_preim_cont {
	position: relative;
	padding: 30px 0;
	height: 620px;
}
	
	#main_faq {
	padding-top: 20px;
	padding-bottom: 30px;
}

.main_faq_cont {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.main_faq_form_cont {
	padding-top: 30px;
	float: none;
	width: 100%;
	padding-left: 0px;
}
	
	.dostav_pic {
	width: 500px;
}

.dostav {
	padding-top: 20px;
	min-height: 370px;
}
	
	
#content_with_left_menu {
	width: 100%;
	padding-left: 0px;
	float: none;
}

#left_menu {
	width: 100%;
	float: none;
	margin-top: 40px;
	clear: both;
}
	

	#header_logo {
	width: 180px;
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

#header_mail .top_with_hover > a, #header_tel .top_with_hover > a {
	display: none;
}

.top_with_hover > div {
	display: block;
	position: relative;
	padding: 0;
	top: auto;
	left: auto;
	box-shadow: none;
}

.top_zayavka a {
	width: 180px;
}

.top_zayavka {
	margin-bottom: 15px;
}


#header_zayavka {
	width: auto;
	float: none;
	margin-top: 20px;
	text-align: center;
}

.header_block_1, .header_block_2 {
	float: none;
	width: 100%;
	padding-left: 0px;
	width: 280px;
	margin: 10px auto;
	font-size: 20px;
	padding: 0;
}

#header_tel, #header_mail {
	width: 100%;
	float: none;
}

#header_social > a {
	padding-top: 2px;
	margin: 10px;
	
}

#header_social {
	text-align: center;
	width: 100%;
}

#header_lang {
	text-align: center;
}

#header_lang > a {
	margin: 10px;
	padding: 9px 10px 9px 10px;
}

.header .container {
	padding: 0 0px;
	font-size: 9px;
}

#header_zayavka a {
	font-size: 18px;
	display: block;
	width: 280px;
	margin: 0 auto;
}






}

@media (max-width:767px){
	
		.product_page_left {
	width: 200px;
}

.product_page_right {
	width: calc(100% - 200px);
}
	
.product_item {
	width: 50%;
}
	
	.certificate_list > div {
	width: 50%;
}
	
	#about h1, h1.page_title {
	font-size: 28px;
}
	
	.about_list > div {
	width: 50%;
}
	
	.contacts_block {
	float: none;
	width: 100%;
	margin: 20px 0;
}
	
	.footer_contacts {
	margin-top: 40px;
}
	
	.footer_contacts_left {
	background-size: cover;
	float: none;
	width: 100%;
	height: auto;
	padding: 40px 0;
}

.footer_contacts_left_cont {
	margin: 0 auto;
}

.footer_contacts_right {
	padding: 20px 40px;
	padding-bottom: 60px;
	height: auto;
	float: none;
	width: 100%;
}
	
	.main_news_item {
	float: none;
	width: 100%;
	padding: 20px 0px;
}
	
	.main_preim_center {
	top: 100px;
	left: calc(50% - 145px);
	width: 290px;
}

.main_preim_item1 {
	top: 125px;
	left: calc(50% - 330px);
}

.main_preim_item2 {
	top: 250px;
	left: calc(50% - 365px);
}

.main_preim_item3 {
	top: 350px;
	left: calc(50% - 350px);
}

.main_preim_item4 {
	top: 140px;
	right: calc(50% - 340px);
}

.main_preim_item5 {
	top: 260px;
	right: calc(50% - 360px);
}

.main_preim_item6 {
	top: 390px;
	right: calc(50% - 330px);
}


.main_preim_item {
	width: 170px;
}
	
	.partners {
		padding-top: 30px;
	}
	
	.dostav_cont {
	max-width: 100%;
}

.dostav {
	padding-top: 0px;
	min-height: auto;
	margin-top: 0;
}

.dostav_but {
	text-align: center;
}

.dostav_pic {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	margin-top: 30px;
}
	
	.cat_list_cont {
	width: 50%;
}

.main_top_block_but {
	width: 270px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
}

.main_top_block_but a {
	width: 100%;
	text-align: center;
}

#main_top_block {
	background-size: auto 100%;
	background-position: left top;
	padding-bottom: 40px;
    padding-top: 30px;
}


	

.popup_cont .form_submit {
	margin: 0;
	width: 100%;
}
	
#content_with_left_menu {
	width: 100%;
	float: none;
	padding-left: 0px;
}

#left_menu {
	width: 100%;
	float: none;
	margin: 20px 0;
}
	
	

#main_top_block h2 {
	text-align: center;
}

.main_top_block_cont {
	margin: 0;
	padding: 0;
}

.main_top_block_cont::before {
	display: none;
}

#main_top_block h1 span {
	margin-left: 0;
	font-size: 30px;
}

#main_top_block h1 {
	font-size: 80px;
	line-height: 60px;
	text-align: center;
}

.header {
	display: none;
}
	
	.burger_link {
	display: block;
}

.burger_link a.burger_menu1 {
	display: block;
	width: 40px;
	margin-left: 20px;
	float: left;
}

.burger_link a.burger_menu2 {
	display: block;
	width: 40px;
	float: right;
	margin-right: 20px;
}

.top_menu .nav, #superfish-1 {
	display: block;
	width: 100%;
	text-align: center;
	z-index: 200;
	position: relative;
	background: #212933;
	padding: 10px 0;
}

.top_menu .nav > li a {
	font-size: 20px;
}

.top_menu .nav > li, #superfish-1 > li {
	display: block;
	
}

.subheader .container {
	padding: 0;
}

.top_menu .nav > li a, #superfish-1 > li > ul > li > a {
	text-transform: uppercase;
}

.top_menu .nav > li:first-of-type a {
	background: #212933;
	padding: 10px;
}

.top_menu .nav > li a, #superfish-1 > li > a {
	padding: 10px;
	height: auto;
}

.top_menu {
	display: none;
}

}

@media (max-width:480px){
	
	.product_page_left {
	width: 100%;
	float: none;
}

.product_page_right {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-top: 40px;
}

.product_zayavka {
	margin-top: 40px;
	text-align: center;
}

.product_zayavka a {
	width: 200px;
	text-align: center;
}
	
	.product_item {
	width: 100%;
	float: none;
	padding: 20px 0;
}
	
	.requsite_table td {
	font-size: 12px;
	padding: 5px;
}
	
	.otzivi_list_pic {
	float: none;
	width: 100%;
	text-align: center;
}

.otzivi_list_cont {
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}

.otzivi_list_name {
	text-align: center;
	font-size: 20px;
}

.otzivi_list_rating {
	text-align: center;
}
	
	.certificate_list {
	margin-top: 0px; 
}
	
	.certificate_list > div {
	float: none;
	width: 100%;
	padding: 20px 0;
}
	
.foto_list > div {
	float: none;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

	
#about h1, h1.page_title {
	font-size: 24px;
	font-weight: bold;	
}
	
	.news_list_pic {
	float: none;
	width: 100%;
	text-align: center;
}

.news_list_cont {
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-top: 20px;
	position: relative;
	min-height: auto;
	padding-bottom: 30px;
}

.news_list_link {
	left: 0px;
}
	
.about_list > div {
	width: 100%;
	float: none;
	padding: 20px 0;
}
	
	.actions_cont {
	position: relative;
	margin-bottom: 60px;
	padding: 20px 30px;
	background-size: cover;
}
	
	#footer {
	padding-top: 0px;
	font-size: 18px;
	line-height: 22px;
}
	
	.footer_logo {
	float: none;
	width: 80px;
	margin: 0 auto;
}

.footer_block {
	width: 100%;
	float: none;
	margin: 20px auto;
	text-align: center;
	padding: 0;
}

.foot_tel {
	background: url(./images/foot_tel.png) center top no-repeat;
	padding: 13px 0 0 0;
	margin: 20px 0;
}

.foot_mail {
	background: url(./images/foot_mail.png) center top no-repeat;
	padding: 13px 0 0 0;
	margin: 20px 0;
}

.foot_address {
	background: url(./images/foot_address.png) center top no-repeat;
	padding: 16px 0 0 0;
	margin: 20px 0;
}

.footer_zayavka {
	font-size: 18px;
	width: 220px;
}

.footer_social_zayavka {
	width: 220px;
	padding-top: 30px;
}

.foot_address {
	line-height: 22px;
}

.footer_social {
	margin: 10px;
}

.footer_info {
	padding-top: 30px;
	font-size: 14px;
}

.footer_copyright {
	font-size: 16px;
	text-align: center;
}

.footer_copyright a {
	margin-left: 0px;
}
	
	.footer_contacts_left {
	padding: 20px 15px;
}

.footer_contacts_left .form_field_50:nth-child(2n) {
	padding-left: 0px;
}

.footer_contacts_left .form_field_50:nth-child(2n+1) {
	padding-right: 0px;
}
	
	.main_preim_cont {
	padding: 50px 0;
	height: auto;
	padding-bottom: 90px;
}

.main_preim_item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 280px;
	margin: 10px auto;
	text-align: left !important;
	padding-left: 70px !important;
	margin-bottom: 40px;
}

#main_preim h2 {
	font-size: 26px;
	margin-bottom: 40px;
	text-align: center;
}

.main_preim_item h3 {
	font-size: 20px;
	margin-bottom: 8px;
	text-align: left;
}

.main_preim_item p {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
}

.main_preim_item_pic {
	right: auto !important;
	left: 0 !important;
	width: 50px;
}

.main_preim_center {
	top: auto;
	left: auto;
	position: relative;
	margin: 0px auto;
	width: 290px;
}
	
	#main_faq_form .form_field_50:nth-child(2n+1) {
	padding-right: 0px;
}

#main_faq_form .form_field_50:nth-child(2n) {
	padding-left: 0px;
}

.form_field_50 {
	float: none;
	width: 100%;
}

#main_faq_form .form_field {
	padding-bottom: 20px;
}
	
	.main_faq_form {
	padding: 20px 10px;
}
	
.cat_list_cont {
	width: 100%;
	float: none;
}
	
.breadcrumb {

}
	
#main_top_block h1 {
	font-size: 60px;
	line-height: 50px;
}

#main_top_block h1 span {
	font-size: 22px;
	padding: 10px 0;
}

#main_top_block h2 {
	margin-top: 20px;
}

#main_top_block {
	padding-top: 30px;
	padding-bottom: 60px;
}


}