.resize{
	width: auto;
	max-width: 1135px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.header .resize {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
html{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	border-radius: 0;
}
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
}
.wraper{
	min-width: 0;
}
html, body{
	min-width: 320px;
}
.search .finder button{
	background-image: url(./img/search.svg);
}
.forms .message, .forms .form_bot_send, .description .message{
	background-image: url(./img/mail.svg);
}
.phones p{
	background-image: url(./img/phobe_w.svg);
}
.phones .mail{
	background-image: url(./img/email.svg);
}
.header__search_trigger{
	width: 43px;
	height: 43px;
	width: 43px;
	height: 43px;
	box-shadow: inset 0 2px 4px rgba(154, 155, 155, 0.31);
	border-radius: 4px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(./img/search.svg);
	background-position: center;
	display: none;
}
.header--search__visible .header__search_trigger{
	background-image: url(./img/cross_search.svg);
	background-color: #aacb9f;
}
.top_menu__trigger{
	display: none;
}
.top_menu__trigger-icon{
	background-image: url(./img/menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 21px;
	height: 21px;
}
.top_menu__trigger-text{
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.top_menu--active .top_menu__trigger-icon{
	background-image: url(./img/cancel.svg);
}
ul.top_menu > li.parent,
ul.top_menu > li.parent:hover{
	background-image: none;
}

ul.top_menu > li.parent > a:after{
	content: "";
	background-image: url(./img/menu_arr.svg);
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.top_menu--active .top_menu__trigger-text{
	color: #a5c4ae;
}
.footer__phone{
	text-decoration: none;
	color: #1c1c1c;
}
.footer__free_call{
	font-weight: 700;
}
.footer__phone_big{
	font-size: 24px;
	text-decoration: none;
	color: #1c1c1c;
}
.footer__socials_title{
	text-decoration: underline;
	margin-bottom: 7px;
}
.footer__sitemap_link{
	margin-top: 7px;
}
.footer__phones_title{
	font-weight: 700;
}
.footer__social_link{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.footer__social_link--vk{
	background-image:  url(./img/vk.svg);
}
.footer__social_link--vk:hover{
	background-color: #4a76a8;
}
.footer__social_link--fb{
	background-image:  url(./img/fb.svg);
}
.footer__social_link--fb:hover{
	background-color: #29487d;
}
.footer__social_link--yb{
	background-image:  url(./img/yb.svg);
}
.footer__social_link--yb:hover{
	background-color: #FF0000;
}
.footer__contacts{
	width: 45%;
	float: left;
	padding-top: 19px;
}
.footer__contacts-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 21px;
}
.btn_c,
.main__buttons__button{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffc900;
	background-repeat: no-repeat;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	background-position: 10px center;
	line-height: 37px;
	color: black;
	display: inline-block;
	min-width: 173px;
	padding-left: 43px;
	padding-right: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.btn_c:hover{
	box-shadow: 0 0 3px #515655;
}
.main__buttons__button_spec{
	background-image: url(./img/percent.svg);
}
.main__buttons__button_resh{
	background-image: url(./img/gears.svg);
}
.main__buttons__button_opros{
	background-image: url(./img/shopping-list.png);
    width: 190px!important;
    text-align: center;
}
.btn_c--phone,
.btn_c--rounded{
	background-image: url(./img/phone.svg);
}
.btn_c--mail{
	background-image: url(./img/mail.svg);
}
.main__buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main__buttons .main__buttons__button{
	width: auto;
	padding-right: 28px;
	margin-left: 30px;
	margin-right: 30px;
}
.footer__contacts-top .telefones{
	margin-right: 120px;
}
.footer__contacts-btns{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 70px;
}
.time-address .foot-address p:nth-child(1){
	background-image: url(./img/location.svg);
}
.time-address .time{
	background-image: url(./img/clock.svg);
}
.cat_items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.cat_items .item__outer{
	float: none;
	width: 33.3333333%;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
	height: auto;
}
.resize_content{
	width: auto;
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
}
.readmore__wrap{
	text-align: center;
	width: 100%;
	margin-top: 16px;
}
.readmore__button{
	font-size: 20px;
	text-decoration: underline;
	font-weight: 500;
	color: #157f3d;
}
.preim_out{
	background-color: #b3d8b6;
}
.preim_out .more_info_title{
	display: none;
}
.owl-dots{
	text-align: center;
	margin-top: 20px;
}
.owl-carousel button.owl-dot{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #c3cbc8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.owl-carousel button.owl-dot.active{
	background-color: #869791;
}
.reviews_readall_btn{
	display: none;
	font-size: 15px;
	color: #009258;
}
#owl-trust.owl-carousel .owl-nav, #owl-certs.owl-carousel .owl-nav{
	display: block;
}
#owl-trust.owl-carousel .owl-nav span, #owl-certs.owl-carousel .owl-nav span{
	display: none;
}
#owl-trust .owl-nav > button, #owl-certs .owl-nav > button{
	background-color: #f7f7f8;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./img/owl.svg);
}
#owl-trust .owl-nav > .owl-prev, #owl-certs .owl-nav > .owl-prev{
	left: -40px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
    background-color: #f7f7f8;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/owl.svg);
    color: transparent;
}
#owl-trust .owl-nav > .owl-next, #owl-certs .owl-nav > .owl-next{
	right: -40px;
    background-color: #f7f7f8;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/owl.svg);
    color: transparent;
}
#owl-trust .owl-item div p, #owl-certs .owl-item div p{
	margin-left: auto;
	margin-right: auto;
}
#owl-trust .owl-item div p, #owl-certs .owl-item div p{
	width: 100%;
}
.mainpage_top--clone{
	display: none;
}
.oprosnik_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 25px;
	margin-bottom: 10px;
}
.oprosnik_list__item{
	width: 25%;
}
.oprosnik_list__inner > a{
	padding-left: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/images/icons/download.png);
	display: block;
}
body .center-content-inside{
	width: auto;
	max-width: 1145px;
	padding-left: 20px;
	padding-right: 20px;
}
.center-content-inside h1, 
.center-content-inside .h1{
	position: relative;
}
.center-content-inside h1:after,
.center-content-inside .h1:after{
	content: "";
	width: 360px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #bebebe;
	position: absolute;
	z-index: 0;
}
.contacts_block{
	background-color: #f8f8f9;
}
.contacts_block__inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 40px 25px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.contacts_block__title{
	color: #009258;
	background-color: #eeeff1;
	line-height: 40px;
	padding: 0 30px;
	font-size: 20px;
}
.contacts_block__iconed{
	position: relative;
}
.contacts_block__iconed:before{
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	height: 27px;
	width: 19px;
	background-position: center top;
	background-repeat: no-repeat;
}
.bold{
	font-weight: 700;
}
.contacts_block__iconed--location:before{
	background-image: url(./img/loc_g.svg);
}
.contacts_block__iconed--phone:before{
	background-image: url(./img/phone_g.svg);
}
.contacts_block__iconed--email:before{
	background-image: url(./img/mailbox_g.svg);
}
.contacts_block__iconed--clock:before{
	background-image: url(./img/clock_g.svg);
}
.contacts_block__content{
	padding-left: 25px;
}
ul.contacts_block__iconed {
	list-style: none;
	list-style-image: none;
	margin-left: 0;
}
.contacts_block a[href^=tel]{
	color: #464646;
}
.contacts_employees{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}
.contacts_employees__name{
	font-weight: 700;
}
.contacts_employees__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
	width: 50%;
	margin-bottom: 97px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts_employees__image img{
	max-width: 171px;
	height: 239px;
}
.contacts_employees__info{
	margin-left: 85px;
}
.contacts_employees__name{
	margin-bottom: 15px;
}
.contacts_employees__duty{
	margin-bottom: 15px;
}
.btn_c--rounded{
	border-radius: 15px;
}
#map3 > ymaps{
	max-width: 100%;
	max-height: 100%;
}
#map3{
	max-width: 100%;
}
.gen_dir{
	border: 1px solid #6ea757;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}
.gend_dir__left img{
	max-width: 100%;
}
.gend_dir__left{
	width: 208px;
}
.gen_dir__right{
	width: calc(100% - 208px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
}
.gen_dir__title{
	font-weight: 700;
}
p.gen_dir__title{
	margin-bottom: 10px;
}
.gen_dir__right-regards{
	text-align: right;
}
.show-570{
	display: none;
}
.catalog_advantages{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 5px;
}
.catalog_advantages__item{
	width: 33.3333%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 25px;
}
.catalog_advantages__icon{
	width: 72px;
	min-width: 72px;
}
.catalog_advantages__icon-inner{
	content: "";
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #f1f1f3;
	display: block;
	position: relative;
}
.catalog_advantages__icon img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.catalog_advantages__text{
	padding-left: 15px;
	padding-top: 10px;
}
.dealers-block-scroll{
	width: 100%;
	max-width: 665px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dealers .dealers-maps{
	width: calc(100% - 238px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ya-dealers-maps{
	height: 100%;
	width: 100%;
}
.dealers .dealers-search-form{
	width: 238px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dealers-list .dealers-phone{
	background-image: url(./img/phone_black.svg);
}
.dealers .dealers-search-form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(./img/select_arr.svg) no-repeat;
	background-position: right 15px center;
}
.dealers-list-block{
	width: 100%;
	max-width: 320px;
}
#events .item-container{

}
#events .item .title{
	font-size: 18px;
}
.videogallery_frame{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.eventgallery-tiles-list .eventgallery-tile img{
	-webkit-background-size: auto !important;
	background-size: auto !important;
}
.production__img{
	margin-bottom: 25px;
}
.catalog-element .elem-img{
	display: block;
	height: 200px !important;
	position: relative;
	overflow: hidden;
}
.catalog-element .elem-img a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.catalog-element .elem-img img{
	width: auto;
	height: auto !important;
	position: absolute;
	max-width: none;
	max-height: 100%;
	width: auto;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%;
}
.catalog-conteiner > h3{
	width: 100%;
}
.catalog-conteiner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.catalog-element{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 0;
	width: 32%;
	margin-right: 2%;
}
.catalog-element .elem-title{
	height: auto;
	height: 80px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 0;
}
.catalog-conteiner .catalog-element:nth-child(3n){
	margin-right: 0;
}
body .catalog-element .elem-description{
	min-height: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto; 
	-ms-flex:  1 0 auto; 
	flex:  1 0 auto;
}
.catalog-conteiner .header-buttons{
	margin-top: auto;
}
.call_me.button img{
	display: none;
}
.call_me.button,
.page-container .right-text .text-bottons .button.call_me{
	background-position: 12px center;
	background-image: url(./img/cb_card.svg);
	background-color: rgba(255,204,0,1);
	background-repeat: no-repeat;
} 
.another-block-container{
	margin: 0 -6px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.another-block{
	width: 25%;
	padding-left: 6px;
	padding-right: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.another-block > a{
	display: block;
}
.another-block img{
	margin: 0 auto;
}
.table_wrap{
	width: 100%;
	overflow: auto;
	margin: 15px 0;
}
ul.tabs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.page-container .right-text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 470px);
	padding-left: 13px;
}
.page-container .right-text .text-bottons .button + .button{
	margin-right: 0;
}
.tab_content{
	display: none;
}
.tab_content--active{
	display: block;
}
.tab_trigger--sm{
	display: none;
}
.top_leave_form .title_h:after{
	display: none;
}
.fancybox-close{
	background-image: url(./img/fancy_close.svg);
	background-position: center;
	-webkit-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
}
.three_pictures_inrow{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.three_pictures_inrow img{
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	margin: 15px;
}
.two_pictures img{
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;
}
.sertsblock > .table_wrap{
	overflow: visible;
}
.ds-form.dspopup-modal .scrollform {
	height: auto !important;
	overflow: visible !important;
	margin: 0 !important;
}
.ds-form.dspopup-modal {
	position: absolute  !important;
}
.report-message + .scrollform{
	display: none;
}
.improper-value{
	border-color: #f00 !important;
}
.pagination ul{
	margin-left: 0;
}
.result-url{
	-ms-word-break: break-all;
	word-break: break-all;
}
@media only screen and (max-width: 1680px){
	.block_weather{
		display: none;
	}
	.block_currency{
		display: none;
	}
}
@media only screen and (min-width: 1176px){
	ul.top_menu > li:hover a, ul.top_menu > li:hover .separator{
		color: #fff !important;
	}
	.sert img:hover{
		width: 450px;
		height: 660px;
	}
	
	ul.top_menu li:hover > a {
		border-bottom: 1px solid #F7CD46;
	}
	ul.top_menu li.deeper:hover ul {
		display: block;
	}
	ul.top_menu li.deeper ul li:hover{
		background-color: #157f3d;
		border-top: none;
	}
	ul.top_menu li.deeper ul li:hover a{
		color: #fff;
	}

	ul.top_menu li.deeper ul li a:hover
	{
		color: #fff!important;
	}

}
@media only screen and (max-width: 1175px){
	.inner__page .buttom-menu{
		margin-bottom: 34px;
	}
	table.balance,
	table.balance tr,
	table.balance td,
	table.balance tbody{
		display: block;
	}
	table.balance td:nth-of-type(n+1){
		width: 72px;
		display: inline-block;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 10px 0;
	}
	table.balance td:nth-of-type(2n){
		width: calc(100% - 95px);
		display: inline-block;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		margin: 10px 0;
	}
	.two_pictures img{
		margin-right: 10px;
		margin-bottom: 15px;
	}
	#call_order .top_form{
		height: auto;
	}
	#call_order .body_form .block_bot{
		float: none;
	}
	#call_order .body_form .block_left{
		float: none;
	}
	#call_order .body_form .main{
		float: none;
	}
	#call_order .body_form .notice{
		float: none;
	}
	#send_message input[type="submit"]{
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		clear: both;
		margin-top: 25px;
	}
	.body_form .notice{
		float: none;
	}
	.body_form .block_bot{
		width: 100%;
	}
	.body_form .block_bot textarea{
		height: 100px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top_form{
		clear: both;
		overflow: hidden;
		height: auto;
	}
	#call_order .body_form .main input{
		float: none;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 18px;
		margin-bottom: 7px !important;
	}
	.body_form .notice{
		font-size: 12px;
	}
	.top_form .title_h{
		margin-top: 35px;
		margin-bottom: 12px;
	}
	.bot-side .tab_content{
		padding: 30px 25px;
	}
	.table-stripped tr td, .table-stripped tr th{
		padding: 5px !important;
	}
	.table-stripped .forms .button{
		margin-bottom: 0;
	}
	.table__head{
		height: 69px;
	}
	.table-stripped .forms .button + .button{
		margin-top: 17px;
	}
	ul.tabs li{
		width: auto;
		min-width: 160px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto; 
		-ms-flex:  1 0 auto; 
		flex:  1 0 auto;
	}
	ul.tabs li a{
		padding: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-side{
		margin-bottom: 19px;
	}
	.page-container .right-text .text-bottons .button{
		margin-bottom: 10px;
	}
	.top-side{
		margin-bottom: 31px;
	}
	.page-container .right-text{
		padding-top: 0;
		padding-left: 21px;
	}
	#direktor-form.ds-form form{
		padding-left: 45px;
		padding-right: 45px;
		padding-bottom: 37px;
		margin-bottom: 0;
	}
	#direktor-form.ds-form .field-5{
		margin-bottom: 21px;
	}
	#direktor-form .notice{
		margin-bottom: 21px;
	}
	body .form-container{
		width: 100%;
		max-width: 460px;
		margin-top: 44px;
	}
	.contacts_employees__info{
		margin-left: 45px;
	}
	.pagination ~ br{
		display: none;
	}
	.buttom-menu .menu{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		padding: 0;
		max-width: 728px;
		margin-left: auto;
		margin-right: auto;
	}
	.buttom-menu .item-289 a{
		min-height: 74px;
	}
	.buttom-menu .menu li{
		width: auto;
		display: inline-block;
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 6px;
	}
	.buttom-menu .menu > li:last-of-type a{
		padding: 10px 13px;
	}
	.buttom-menu .menu a,
	.buttom-menu .menu .rows2 a{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 8px 13px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-align-items: center;
		align-items: center;
	}
	.buttom-menu .title_h{
		font-size: 19px;
		margin-bottom: 34px;
	}
	.buttom-menu .title_h:after{
		width: 360px;
	}
	.pagination ul li{
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.pagination ul li > span,
	.pagination ul li > a{
		padding: 10px;
		display: block;
	}
	.center-content-inside h1, 
	.center-content-inside .h1{
		margin-top: 23px;
		margin-bottom: 28px;
	}
	.image-block{
		margin-right: 49px;
	}
	.news-list-item-container{
		display: block;
		clear: both;
		overflow: hidden;
	}
	.news-list-item-container .image-container{
		display: block;
		float: left;
		width: 215px;
	}
	.news-list-item-container .image-container ~ * {
		margin-left: 265px;
	}
	.news-list-item-container  span[itemprop='name']{
		display: block;
	}
	.news-list-item-container .list-item-header{
		font-size: 15px;
	}
	.news-list-item-container .under{
		margin-top: 7px;
		font-size: 15px;
	}
	.breadcrumb{
		padding-top: 6px;
	}
	.inner__page .sertsblock{
		display: none;
	}
	.inner__page .serts{
		display: none;
	}
	.inner__page .trust{
		display: none;
	}
	.inner__page .buttom-menu{
		display: block;
	}
	.inner__page .rassilka{
		display: none;
	}
	.leftmenu-conteiner{
		display: none;
		float: none;
	}
	.right-content-conteiner{
		float: none;
		width: auto;
	}
	#scrollup{
		width: auto;
		padding: 0;
		bottom: 138px;
	}
	.oprosnik_list__inner > a{
		padding-left: 66px;
	}
	.oprosnik_list__item{
		padding-right: 15px;
	}
	.main__list{
		margin-left: 0;
	}
	.mainpage_top--clone{
		display: block;
	}
	.center-content-main .mainpage_top--clone .main__buttons{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.center-content-main .mainpage_top--clone  .main__list{
		display: block;
	}
	#owl-trust, #owl-certs{
		width: calc(100% - 114px);
	}
	.preim{
		margin-bottom: 25px;
	}
	.center-content-main .otzivy{
		margin-top: 19px;
	}
	.reviews_readll_wrap{
		margin-top: 23px;
	}
	body .otzivy .bloglatestnews4 a{
		padding-top: 0;
	}
	body .otzivy .bloglatestnews4{
		margin-bottom: 0;
	}
	body .otzivy .bloglatestnews5{
		width: calc(100% - 190px);
	}
	body .otzivy .bloglatestnews5 .readmore__visible{
		font-size: 16px;
	}
	body .otzivy .bloglatestnews2{
		padding-bottom: 30px !important;
	}
	body .reviews_readall_btn{
		display: block;
	}
	body .otzivy .bloglatestnews5.bloglatestnews5--visible{
		font-size: 16px;
	}
	body .otzivy .bloglatestnews5{
		font-size: 0;
	}
	.form-price-list{
		display: none;
	}
	.center-content-main .sertsblock{
		display: block;
	}
	.preim_table{
		height: auto;
	}
	.more_info{
		height: auto;
		padding-right: 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.more_info p, .more_info ul{
		padding-right: 0;
		text-align: left;
	}
	.center-content-main .main__news{
		display: block;
	}
	.center-content-main .news{
		display: block;
	}
	.center-content-main .all_reviews{
		display: none;
	}
	.center-content-main .rassilka{
		display: none;
	}
	.center-content-main .otzivy ~ .custom .all_reviews{
		display: block;
	}
	.buttom-menu{
		display: none;
	}

	.title_h{
		height: auto;
		margin-bottom: 36px;
	}

	.title_h:after,
	h2:after, .h2:after{
		bottom: -10px;
		max-width: 360px;
		width: 100%;
	}
	.slider__outer{
		display: none;
	}
	.center-content-main .main__buttons{
		display: none;
	}
	.center-content-main .main__list{
		display: none;
	}
	.footer__contacts{
		width: 415px;
	}
	.footer__contacts-top{
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 27px;
	}
	.foot_copyright{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 25px;
	}
	.footer__contacts-top .telefones{
		margin-right: 0;
	}
	.footer__contacts-btns{
		padding-right: 0;
	}
	html, body{
		height: auto;
	}

	.footer{
		min-width: 0;
		height: auto;
		position: static;
		padding-bottom: 50px;
	}
	.header-and-middle-content{
		padding-bottom: 0;
	}
	.footer > .resize{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.foot_copy{
		float: none;
	}

	input[type="text"],
	input[type="search"],
	input[type="password"]{
		font-size: 16px;
	}
	img,iframe, video{
		max-width: 100%;
	}

	ul.top_menu li.deeper.top_menu--parent_active ul{
		display: block !important;
	}
}
@media only screen and (max-width: 1023px){
	.contacts_block__content > p:nth-of-type(2) br{
		display: none;
	}
	.vreaz_table{
		min-width: 810px;
	}
	.catalog-element{
		margin-right: 1%;
		margin-bottom: 10px;
		width: 32.6666666%;
	}
	.elem-description p:nth-child(2), .elem-description ul{
		max-height: 114px;
	}
	.catalog-element .elem-title{
		height: 90px;
	}
	.catalog-element .elem-img{
		height: 180px;
	}
	.dealers .dealers-maps{
		width: 100%;
		margin-bottom: 20px;
		height: 400px;
	}
	.dealers-block-scroll{
		max-width: 100%;
		padding: 25px 20px;
		height: auto;
		max-height: 630px;
	}
	.dealers .dealers-search-form{
		width: 100%;
		padding-left: 84px;
		padding-right: 84px;
	}
	.dealers_title{
		text-align: center;
	}

	.dealers-search-items{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.dealers .dealers-search-form .dealers-search-title{
		margin-bottom: 37px;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.dealers-search-form-item{
		width: 50%;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.dealers-search-form-item + .dealers-search-form-item{
		padding-left: 20px;
		padding-right: 0;
	}
	.contacts_employees{
		margin-top: 44px;
	}
	.contacts_employees__item{
		display: block;
		margin-bottom: 36px;
		margin-left: 0;
	}
	.contacts_block__map{
		margin-top: 25px;
	}
	.contacts_employees__info{
		margin-left: 0;
		margin-top: 19px;
	}
	.contacts_employees__name{
		margin-bottom: 8px;
	}
	.contacts_employees__duty{
		margin-bottom: 9px;
	}
	.contacts_block__title{
		padding: 0 26px;
		line-height: 50px;
	}
	.contacts_block__inner{
		padding-top: 22px;
		padding-bottom: 28px;
	}
	.main__buttons{
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.contacts_block__inner{
		display: block;
	}
	.oprosnik_list{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 37px;
	}
	.oprosnik_list__item{
		width: 47%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 18px;
	}
	.oprosnik_list__inner > a{
		min-height: 38px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-align-items: center;
		align-items: center;
	}
	.oprosnik_list__inner > a br{
		display: none;
	}
	.main__buttons .main__buttons__button{
		width: calc(50% - 20px);
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.main__buttons .main__buttons__button{
		background-image: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.main__buttons .main__buttons__button:before{
		content: "";
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: middle;
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 16px;
	}
	.center-content-main .mainpage_top--clone .main__buttons{
		margin-top: 28px;
	}
	.main__buttons__button_resh:before{
		background-image: url(./img/gears.svg);
	}
	.main__buttons__button_spec:before{
		background-image: url(./img/percent.svg);
	}
	.trust .title_h{
		margin-bottom: 51px;
	}
	#owl-trust .owl-nav > .owl-prev, #owl-certs .owl-nav > .owl-prev{
		left: -55px;
	}
	#owl-trust .owl-nav > .owl-next, #owl-certs .owl-nav > .owl-next{
		right: -55px;
	}
	.center-content-main .otzivy{
		margin-bottom: 36px;
	}
	.preim{
		margin-bottom: 0;
	}
	.center-content-main .otzivy ~ .custom .all_reviews{
		width: 211px;
	}
	.preim_out .more_info_title{
		display: block;
		font-size: 22px;
		font-weight: 500;
		padding-left: 15px;
		padding-right: 20px;
		padding-bottom: 14px;
	}
	.main_block_preim_zagolovok{
		display: none;
	}
	.more_info_outer{
		min-height: 0;
	}

	.preim_table tr td{
		padding: 0;
		font-size: 16px;
		padding-bottom: 3px;
	}
	.preim_table tr > td:first-of-type{
		width: 91px;
	}
	.more_info p, .more_info ul, .more_info li{
		font-size: 16px;
	}
	.more_info p{
		margin-bottom: 21px;
	}
	.more_info ul{
		margin-bottom: 21px;
	}
	.preim{
		float: none;
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 3px;
	}
	.preim_out{
		width: auto;
		float: none;
		padding-top: 27px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
	}
	.more_info{
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 43px;
	}
	.foot_copyright{
		width: 240px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}
@media only screen and (max-width: 980px){
	.header_right {width: 100%;}
	.center-content-main{
		padding-top: 36px;
	}
	.main-slick-slider {
		display: none !important;
	}
	.new-mobile-slider{
	    display:block!important;
	}
}
@media only screen and (max-width: 900px){

	.cat_items .item_info{
		height: auto;
		min-height: 49px;
	}
	body .s-form-questions .s-left-block .s-title{
		padding-left: 40px;
		padding-bottom: 20px;
	}
	body .s-form-questions .s-left-block  .s-contact{
		padding-left: 40px;
	}
	body .s-form-questions .s-right-block  .s-title{
		padding-bottom: 28px;
	}
	body .s-form-questions .s-left-block{
		width: 39%;
	}
	body .s-form-questions .s-right-block{
		width: 59%;
	}
	.s-form-questions div[class^='field']{
		margin-bottom: 9px;
	}
	body #dsvopros-form .sLeftBlock, 
	body #dsvopros-form .sRightBlock{
		width: 100%;
		display: block;
		margin: 0;
	}
	.eventgallery-events-gridlist{
		padding-left: 87px;
		padding-right: 87px;
	}
	#events .item-container{
		width: 50%;
	}
	#events .item{
		box-shadow: none;
	}
	.cat_items .item{
		padding-top: 24px;
	}
	.cat_items .item__outer:nth-child(1) img{
		width: 137px;
		height: 101px;
	}
	.cat_items .thumbnail img{
		width: auto;
		height: auto;
	}
	.cat_items .item-price{
		height: auto;
		min-height: 37px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cat_items .item_info a{
		font-size: 18px;
		color: #545454;
		font-weight: 500;
		padding-left: 0;
	}
	.cat_items .item_info a > br:first-of-type{
		display: none;
	}
	.cat_items .item__outer{
		width: 50%;
		padding-left: 19px;
		padding-right: 19px;
		margin-bottom: 31px;
	}
	.cat_items .thumbnail img{
		max-height: 100px;
	}
	.cat_items{
		margin-left: -19px;
		margin-right: -19px;
	}
	.time-address{
		width: auto;
		padding-top: 42px;
		padding-left: 11px;
	}
	.footer__social_link{
		margin-right: 6px;
	}
	.footer__contacts-top{
		padding-right: 0;
		margin-bottom: 18px;
	}
	.footer__socials_links{
		padding-right: 35px;
		margin-bottom: 17px;
	}
	.footer__contacts-btns .btn_c{
		font-size: 14px;
	}
	.call_phone_7{
		margin-bottom: 7px;
	}
	.footer__contacts{
		padding-top: 14px;
	}
	.foot-address{
		margin-bottom: 36px;
	}
	.foot_copy-first{
		display: block;
	}
	.footer__socials_title{
		display: none;
	}
	.footer__free_call{
		display: none;
	}
	.footer__social_link{
		width: 37px;
		height: 37px;
	}
	.call_phone_7 br{
		display: none;
	}
	.foot_copyright{
		width: 371px;
		padding-top: 45px;
	}
	.foot_copy{
		font-size: 15px;
		line-height: 1.4;
	}
	.foot_copy-first > br:first-of-type,
	.foot_copy-first > br:nth-of-type(2),
	.foot_copy-first > br:last-of-type{
		display: none;
	}
	.footer > .resize{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.footer__contacts{
		width: 100%;
	}
	.footer__contacts-inner{
		max-width: 555px;
	}
	ul.top_menu li.active{
		background-color: transparent;
	}
	ul.top_menu li.active > a,
	ul.top_menu li.deeper ul li.active a{
		color: #a5c4ae !important;
	}
	.top_menu__trigger{
		display: block;
		padding-top: 13px;
		padding-bottom: 15px;
	}
	.top_menu{
		display: none;
	}
	.top_menu--active .top_menu{
		display: block;
	}
	.top_menu__trigger-icon{
		margin-right: 8px;
	}
	.top_menu--active .top_menu__trigger{
		padding-bottom: 14px;
	}
	.top_menu--active {
		border-bottom: 0;
	}
	.top_menu--active .top_menu{
		display: block;
	}
	ul.top_menu> li.top_menu--parent_active{
		margin-bottom: 10px;
	}
	.top_menu{
		height: auto;
		padding-left: 54px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		background-color: #165d31;
		padding-top: 26px;
		padding-bottom: 20px;
	}
	.top_menu_wrap{
		height: auto;
	}
	ul.top_menu> li{
		display: block;
		text-align: left;
		margin-bottom: 17px;
	}
	ul.top_menu > li.parent > a,
	ul.top_menu li a{
		line-height: 1;
	}
	ul.top_menu li.deeper ul{
		position: static;
		background-color: transparent;
		min-width: 0;
	}
	ul.top_menu > li.parent > a:after{
		margin-left: 14px;
	}
	ul.top_menu li.deeper ul li a{
		padding-top: 3px;
		padding-bottom: 3px;
		color: #ffffff !important;
		padding-left: 0;
	}
	ul.top_menu li.deeper ul li{
		margin-bottom: 6px;
	}
	#mainMenu .multi-column-2{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	#mainMenu .multi-column-2 > div:last-of-type > li{
		margin-bottom: 0;
	}
	ul.top_menu li.deeper ul{
		padding-top: 11px;
	}
	ul.top_menu .submenu.multi-column-2 li{
		width: auto;
	}
	.top_menu--parent_active > a{
		color: #a5c4ae !important;
	}
	ul.top_menu > li.parent.top_menu--parent_active  > a:after{
		background-image: url(./img/menu_arr_g.svg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@media only screen and (max-width: 767px){
	.contacts_block__inner{
		padding-left: 21px;
		padding-right: 16px;
	}
	.tab_content > ul:not([class]){
		margin-left: 16px !important;
	}
	.tab_content > p:not([class]){
		margin-left: 0 !important;
	}
	.more-scales li,
	.more-scales li:nth-child(n){
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 31%;
		margin-right: 1%;
	}
	.table_img,
	.table-stripped img{
		width: auto;
		height: auto;
		min-width: 200px;
	} 

	body .ds-form.page-vopros-otvet form{
		padding-left: 0;
		padding-right: 0;
	}
	.item-page .list-servise{
		margin-left: 0;
	}
	.two_pictures img,
	.image-two img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		margin-bottom: 15px;
	}
	.image-two{
		max-width: 300px;
	}
	.right-content-conteiner > div > :not([class]) > img:not([class]),
	.right-content-conteiner > div > :not([class]) > :not([class]) > img:not([class]),
/*	.default > :not([class]) > img:not([class]),
	.item-pagenews > :not([class]) > img:not([class]),
	.item-pageart > :not([class]) > img:not([class]),*/
	.column1-unit img{
		height: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		float: none !important;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.table_wide{
		min-width: 728px;
	}
	.responsive_image{
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
	ul.tabs{
		display: none;
	}
	.tab_trigger--sm{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 10px 0;
		padding-left: 25px;
		padding-right: 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 41px;
		background-color: #66a056;
		border-radius: 5px;
		color: #ffffff;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		margin-bottom: 8px;
		position: relative;
	}
	.tab_trigger--sm:before{
		content: "";
		background-color: #568749;
		width: 16px;
		height: 4px;
		top: 50%;
		margin-top: -2px;
		position: absolute;
		right: 25px;
	}
	.tab_trigger--sm:after{
		content: "";
		background-color: #568749;
		width: 4px;
		height: 16px;
		top: 50%;
		margin-top: -8px;
		position: absolute;
		right: 31px;
	}
	.tab_trigger--sm--active:before{
		background-color: #bfbfbf;
	}
	.tab_trigger--sm--active:after{
		display: none;
	}
	.tab_trigger--sm--active{
		background-color: #e1e1e1;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		color: #333333;
		margin-bottom: 0;
	}
	.tab_content {
		margin-bottom: 8px;
	}
	.bot-side .tab_content{
		padding-top: 14px;
	}
	.page-container .left-slider{
		width: 100%;
		max-width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;

	}
	.category_slider{
		width: 100%;
	}
	body #slider .owl-item .item{
		width: 100%;
	}
	body #thumbnailSlider .owl-item .item{
		height: auto;
		margin-bottom: 0;
		width: 100%;
		margin-right: 0;
		padding-right: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body #thumbnailSlider .owl-item .item img{
		height: 46px;
	}
	.page-container .right-text{
		padding-left: 0;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.page-container .right-text .text-bottons .button,
	.page-container .right-text .text-bottons .button + .button{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.hidden_sm{
		display: none;
	}
	.another-block{
		width: 33.33333%;
	}
	.catalog-element,
	.catalog-conteiner .catalog-element:nth-child(3n){
		width: 49%;
		margin-right: 2%;
	}
	.catalog-conteiner .catalog-element:nth-child(2n){
		margin-right: 0;
	}
	.production__img{
		height: auto;
	}
	.eventgallery-tiles-list .eventgallery-tile{
		width: 50%;
	}
	.eventgallery-events-gridlist{
		padding-right: 0;
		padding-left: 0;
	}
	.dealers{
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
	}
	.contacts_block{
		margin-left: -20px;
		margin-right: -20px;
	}
	.buttom-menu .title_h:after{
		width: 280px;
	}
	.buttom-menu .menu{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
	.buttom-menu .menu > li:last-of-type a{
		padding: 8px 13px;
	}
	.buttom-menu .item-289 a{
		min-height: 0;
	}
	.pagination li:not([class]){
		display: none;
	}
	.pagination .pagination--current + li{
		display: inline-block;
	}
	.pagination-start,
	.pagination-prev,
	.pagination-next,
	.pagination-end{
		font-size: 0;
	}
	.pagination-start > .pagenav:before{
		content: "<<";
		font-size: 16px;
	}
	.pagination-prev > .pagenav:before{
		content: "<";
		font-size: 16px;
	}
	.pagination-next > .pagenav:before{
		content: ">";
		font-size: 16px;
	}
	.pagination-end > .pagenav:before{
		content: ">>";
		font-size: 16px;
	}
	.center-content-inside h1:after, .center-content-inside .h1:after{
		width: 280px;
	}
	.news-list-item-container .image-container ~ *{
		margin-left: 235px;
	}
	.footer{
		padding-bottom: 85px;
	}
	#owl-trust, #owl-certs{
		width: 100%;
	}
	.trust .title_h{
		margin-bottom: 44px;
	}
	#owl-trust .owl-nav > button,
	#owl-trust .owl-nav > button,
	#owl-certs .owl-nav > button{
		width: 44px;
		height: 44px;
	}
	#owl-trust .owl-nav > .owl-prev,
	#owl-certs .owl-nav > .owl-prev{
		bottom: -56px;
		top: auto;
		left: 50%;
		margin-left: -62px;
	}
	#owl-trust .owl-nav > .owl-next,
	#owl-certs .owl-nav > .owl-next{
		bottom: -56px;
		top: auto;
		left: 50%;
		margin-left: 15px;
	}
	#owl-trust, #owl-certs{
		margin-bottom: 60px;
	}
	.center-content-main .all_reviews{
		margin-left: auto;
		margin-right: auto;
	}
	.trust{
		margin-top: 51px;
	}
	.more_info_outer h2, 
	.more_info_outer .h2{
		line-height: 1.1;
	}
	.preim_out{
		padding-left: 20px;
	}
	.more_info .more_info_title{
		text-align: center;
	}
	.more_info{
		padding-top: 50px;
	}
	.preim{
		margin-top: 26px;
	}
	.preim_out .more_info_title{
		text-align: center;
	}
	.cat_items .item__outer{
		padding-left: 7px;
		padding-right: 7px;
	}
	.cat_items{
		margin-left: -7px;
		margin-right: -7px;
	}
	.top_menu{
		padding-left: 20px;
	}
	.header .logo p span{
		display: none;
	}
	.header .logo p{
		max-width: 155px;
		text-align: left;
	}
}
@media only screen and (max-width: 700px){
	.catalog_advantages__item{
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-align-items: center;
		align-items: center;
	}
	.catalog_advantages__text{
		padding-top: 0;
	}
	.body_form .block_bot{
		float: none;
	}
	.body_form .block_left{
		float: none;
	}
	.body_form .main{
		float: none;
	}
	.body_form .notice{
		float: none;
	}
	.top_form,
	#call_order .top_form,
	#skidka .top_form,
	.form_answer{
		width: 280px;
	}
	#skidka .body_form .block input {width: 100%;}
	.body_form .block_right{
		float: none;
	}
	.body_form .block input,
	#call_order .body_form .block input{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.body_form{
		padding-right: 20px;
		padding-left: 20px;
	}
	.body_form .notice{
		font-size: 10px;
	}
}
@media only screen and (max-width: 620px){
	.foot_copyright{
		width: 266px;
		padding-right: 9px;
	}
	body .s-form-questions .s-left-block .s-title{
		padding-left: 0;
		padding-bottom: 4px;
	}
	body .s-form-questions .s-left-block .s-contact{
		padding-left: 0;
	}
	body .s-form-questions .s-right-block .s-title{
		padding-left: 0;
		padding-top: 20px;
	}
	body .s-form-questions .s-left-block{
		width: 100%;
		display: block;
		height: auto;
		border-right: 0;
		margin-top: 0;
	}
	body .s-form-questions .s-right-block{
		display: block;
		width: 100%;
	}
	#dsvopros-form{
		padding-left: 0;
		padding-right: 0;
	}
	.s-form-questions{
		border: 0;
		margin-top: 0;
	}
	.dealers .dealers-search-form{
		padding-left: 20px;
		padding-right: 20px;
	}
	.dealers .dealers-maps{
		padding-left: 20px;
		padding-right: 20px;
	}
	.dealers-search-items{
		display: block;
	}
	.dealers-search-form-item,
	.dealers-search-form-item + .dealers-search-form-item{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 620px){
	.header  .search .finder input{
		width: 300px;
	}
}
@media only screen and (max-width: 570px){
	.header  .header-buttons .button,
	.header  .header-buttons .message{
		width: 43px;
		height: 43px;
		font-size: 0;
		background-position: center;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body .form-container{
		border: 0;
	}
	body .form-container{
		margin-top: 21px;
	}
	body #direktor-form .form-head{
		margin-top: 0;
		line-height: 1;
		text-align: center;
		padding-bottom: 9px;
		margin-bottom: 8px;
	}
	.show-570{
		display: block;
	}
	#direktor-form.ds-form form{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.gen_dir{
		display: block;
	}
	.gend_dir__left{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 19px;
	}
	.gen_dir__right{
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}
	.header  .search .finder input{
		width: 280px;
	}
	.header  .call_phone_1{
		margin-bottom: 10px;
	}
	.header  .header-buttons .call_me img{
		padding-left: 12px;
		padding-top: 12px;
	}

	.header  .phones_forms {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 520px){
	.logo,
	.header .search .finder input,
	.contacts_top {
		width: 100%;
		text-align: center;
	}
	.contacts_top {
		margin-bottom: 15px;
	}
	.contacts_employees__item{
		width: 100%;
		text-align: center;
	}
	.image-three a{
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.image-three a img{
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.more-scales li,
	.more-scales li:nth-child(n){
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		margin-right: 1%;
	}
	.another-block{
		width: 50%;
	}
	.catalog-conteiner--readmore_sm .readmore__wrap{
		margin-top: 0;
	}
	.catalog-element, .catalog-conteiner .catalog-element:nth-child(n){
		width: 100%;
		margin-right: 0;
	}
	.catalog-conteiner{
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.catalog-conteiner--readmore_sm{
		padding-left: 0;
		padding-right: 0;
	}
	.catalog-element .elem-title{
		min-height: 0;
		height: auto !important;
		padding-bottom: 15px;
	}
	#events .item-container{
		width: 100%;
	}
	.catalog_page__cat_items{
		margin-bottom: 25px;
	}
	.contacts_employees{
		margin-top: 31px;
	}
	.contacts_employees__item{
		margin-bottom: 26px;
	}
	.contacts_block__map{
		margin-top: 25px;
	}
	.contacts_block__inner{
		margin-bottom: 25px;
	}
	.contacts_block__map > iframe{
		height: 210px;
	}
	#map3{
		height: 210px !important;
	}
	.buttom-menu .menu{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.blognews .item{
		margin-bottom: 25px;
	}
	.sert img{
		height: auto;
		width: auto;
		max-height: 250px;
	}
	.serts_page .fancybox{
		display: block;
		margin-bottom: 25px;
	}
	.serts_page > :last-child{
		margin-bottom: 0;
	}
	.news-list-item-container .image-container{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 17px;
	}
	.news-list-item-container .image-container ~ *{
		margin-left: 0;
	}
	#scrollup{
		bottom: 94px;
	}
	.oprosnik_list__item{
		width: 100%;
		margin-bottom: 7px;
	}
	.center-content-main .mainpage_top--clone .main__buttons{
		display: block;
	}
	.center-content-main .mainpage_top--clone .main__buttons{
		margin-top: 37px;
		margin-bottom: 18px;
	}
	.oprosnik_list{
		margin-top: 19px;
		margin-bottom: 21px;
	}
	.main__buttons .main__buttons__button{
		width: 100%;
		line-height: 43px;
		margin-bottom: 18px;
	}
	.more_info_outer{
		margin-bottom: 53px;
	}
	.otzivy .bloglatestnews3 img{
		margin-left: auto;
		margin-right: auto;
	}
	body .otzivy .bloglatestnews3{
		float: none;
		text-align: left;
		margin-right: 0;
		margin-bottom: 21px;
	}
	body .otzivy .bloglatestnews5{
		width: 100%;
	}
	.cat_items .item__outer{
		width: 100%;
		margin-bottom: 11px;
	}
	.cat_items .item_info{
		min-height: 0;
		margin-bottom: 7px;
	}
	.cat_items .item{
		height: auto;
	}
	.cat_items .item-price{
		position: static;
	}
	.cat_items .item{
		padding-top: 3px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.foot_copyright{
		padding-top: 33px;
	}
	.time-address{
		padding-top: 24px;
	}
	.foot-address{
		margin-bottom: 25px;
	}
	.foot-address{
		text-align: center;
	}
	.time-address .time{
		text-align: center;
	}
	.foot_copy-first > br:first-of-type{
		display: block;
	}
	.foot_copyright{
		width: 100%;
		padding-right: 0;
	}
	.time-address{
		width: 100%;
		padding-left: 0;
	}
	.footer__socials_links{
		padding-right: 0;
	}
	.footer__sitemap_link{
		margin-top: 25px;
		margin-bottom: 21px;
	}
	.footer__contacts-top{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}
	.call_phone_7{
		margin-bottom: 11px;
	}
	.footer__contacts-btns{
		display: block;
	}
	.footer__contacts-btns .form_bot_call{
		margin-bottom: 16px;
	}
	.footer__contacts-btns .btn_c{
		display: block;
		margin-left: auto;
		margin-right: auto;
		line-height: 43px;
		width: 160px;
	}
	.time-address .time{
		padding-left: 0;
		background: none;
	}
	.time-address .foot-address p:nth-child(1){
		padding-left: 0;
		background: none;
	}
	.foot_copy{
		text-align: center;
	}
}
@media only screen and (max-width: 485px){
	.header{
		padding: 10px 0px 25px;;
	}
	.eventgallery-tiles-list .eventgallery-tile{
		width: 100%;
	}
	.eventgallery-tiles-list{
		padding-left: 22px;
		padding-right: 22px;
	}


	.header #animation_container,
	.header #animation_container canvas{
		width: 105px !important;
		height: 75px !important;
	}
	.autocomplete-suggestion{
		white-space: normal;
	}
	.autocomplete-suggestions{
		max-width: 280px;
	}
	.header_right .header-buttons {
		width: 140px;
		text-align: center;
	}
	.header_right .header-buttons a.button-green {
		width: 136px;
		margin: 0 auto;
	}
	.header_right .header-buttons a.link-phone {
		font-size: 16px;
	}
	.header_right .header-buttons a,
	.header_right .header-buttons span.small{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 375px){
	.videogallery_frame{
		height: 160px;
	}
	.youtube_frame{
		height: 157px;
	}
}