body {
		min-width: 320px
	}
.b-header__ico-callback{
	display: none;
}
.b-popup__phone{
	color:#000;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-decoration: none;
}
@media (max-width:992px) {
	body {
		width: auto
	}
}
@media (max-width:992px) {

	.b-top-main__bottom{
		display: none;
	}
	.b-header__top-left .b-menu, .b-header__top-right .b-menu{
		display: none;
	}
	.b-header__top-left, .b-header__top-right{
		display: none;
	}
	.b-header__top-left-mobile, .b-header__top-right-mobile{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		background-color: #f3f3f3;
		height: 68px;
	}
	.b-header__top-left-mobile{
		padding-left: 15px;
	}
	.b-header__top-right-mobile{
		padding-right: 15px;
		text-align: right;
	}
	.b-header__ico-callback{
		display: inline-block;
		margin: 19px 0px;
	}
	.b-top-main__container-mobile{
		margin: 0 -15px;
	}
	.b-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.b-popup{
		width: 300px;
		padding:  20px 20px 30px;
	}
	.b-popup__close{
		right: -10px;
		top: -10px;
	}
	.b-hamburger{
		margin-top: 23px;
		height: 23px;
		width: 30px;
		position: relative;
	}
	.b-hamburger span{
		transition: 0.3s;
		display: block;
		position: absolute;
		height: 3px;
		width: 30px;
		background-color: #000;
	}
	.b-hamburger span:nth-child(1){
		top: 0;
	}
	.b-hamburger span:nth-child(2){
		top: 10px;
	}
	.b-hamburger span:nth-child(3){
		top: 10px;
	}
	.b-hamburger span:nth-child(4){
		top: 20px;
	}
	.b-hamburger.open span:nth-child(1){
		opacity: 0;
	}
	.b-hamburger.open span:nth-child(2){
		transform: rotate(45deg);
	}
	.b-hamburger.open span:nth-child(3){
		transform: rotate(-45deg);
	}
	.b-hamburger.open span:nth-child(4){
		opacity: 0;
	}
	.b-top-main{
		height: 400px;
		background-position: center bottom;
		background-size:auto 100%;
	}
	.b-title.center{
		text-align: left;
	}
	.b-title{
		padding-bottom: 20px;
		line-height: 35px;
	}
	.b-buy-recking__col {
		width: 50%
	}
	.b-buy-recking__col:last-child{
		padding-bottom: 0;
	}
	.b-reckings__top{
		margin-bottom: 17px;
	}
	.b-reckings__item{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.b-main-about__wrap{
		padding-top: 13px;
		padding-bottom: 22px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
		line-height: 24px;
	}
	.b-main-about__text p{
		font-size: 16px;
		line-height: 20px;
	}
	.b-main-about__text li{
		
		margin-bottom: 2px;
	}
	.b-main-about .b-title.black{
		text-align: left;
	}
	.b-privileg{
		background: #79a613;
		padding-top: 46px;
		padding-bottom: 62px;
	}
	.b-privileg__col{
		display: inline-block;
		padding: 0 15px;
		width: 50%;
		margin-bottom: 45px;
	}
	.b-services__col{
		display: block;
		width: 100%;
		padding-left: 0;
		border: 0;
		border-bottom: 1px solid #e6e6e6;
		padding: 27px 0;
	}
	.b-services__row{
		border: 0;
	}
	.b-services__row:first-child .b-services__col:last-child{
		padding-top: 27px;
		
	}
	.b-services__row:last-child .b-services__col:last-child{
		border:0;
	}
	.b-services__row:last-child .b-services__col{
		padding-bottom: 27px
	}
	.b-services .b-title-black{
		padding-bottom: 0;
		margin-bottom: 2px
	}
	.b-main-reviews{
		padding-bottom: 52px;
	}
	.b-main-reviews__wrap{
		padding-top: 0;
	}
	.b-main-reviews .b-title-with-add__right{
		display: none;
	}
	.b-main-reviews__left{
		width: 100%;
		padding-right: 0px;
	}
	.b-main-reviews .b-review{
		display: block;
	}
	.b-main-reviews .b-review__left{
		display: block;
		width: auto;
		margin-bottom: 13px;
	}
	.b-main-reviews .b-review__right{
		display: block;
		padding: 0;
	}
	.b-main-reviews .b-review__img{
		max-width: 176px
	}
	.b-main-reviews .b-review__text {
		max-height: 105px;
		overflow: hidden;
	}
	.b-main-reviews .b-review .icon-answer{
		display: none;
	}
	.b-slider-review .owl-dots{
		left: 0;
	}
	.b-sertificate .b-title{
		text-align: left;
	}
	.b-contact-map__wrap{
		display: block;
		padding-bottom: 0;
	}
	.b-contact-map__left{
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	.b-contact-map__right{
		display: block;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.b-top-main__container-mobile.open ~ .b-header__top-left,.b-top-main__container-mobile.open ~ .b-header__top-right{
		margin: 0px -15px;
		padding: 0;
		width: calc(100% + 30px);
		display: block;
	}
	.b-top-main__container-mobile.open ~ .b-header__top-left .b-menu, .b-top-main__container-mobile.open ~ .b-header__top-right .b-menu{
		display: block;
	}
	.b-menu{
		width: 100%;
		line-height: normal;
	}
	.b-menu__cell{
		padding: 10px 0;
		display: block;
		width: 100%;
		text-align: center;
	}
		.b-footer{
		height: auto;
		padding-bottom: 50px;
	}
	.b-footer__wrap{
		width: auto;
		display: block;
		position: relative;
	}
	.b-footer__left{
		display: block;
	}
	.b-footer__right{
		display: block;
	}
	.b-footer__copyright, .b-footer__cols-wrap{
		display: block;
		width: auto;
	}
	.b-footer__copyright{
		margin-bottom: 17px
	}
	.b-footer__logo, .b-footer__stb{
		display: inline-block;
		margin-bottom: 10px;
	}
	.b-footer__swd{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.b-pages{
		display: none;
	}
	.b-reviews .b-title-with-add, .b-reviews .b-title-with-add__left, .b-reviews .b-title-with-add__right{
		display: block;
	}
	.b-reviews .b-title-with-add{
		margin-top: 20px;
	}
	.b-reviews .b-title-with-add__right{
		text-align: left;
		margin-bottom: 10px;
	}
	.b-reviews, .b-review__right, .b-review__left{
		display: block;
		padding: 0;
	}
	.b-review__left{
		margin-bottom: 13px;
		width: auto;
	}
	.b-review__left img{
		width: 100%;
		max-width: 175px;
	}
	.b-reviews__row:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.b-pagination{
		padding: 20px 0;
	}
	.b-article{
		border:0;
		border-bottom: 1px solid #e6e6e6;
	}
	.b-article_no-image{
		padding-left: 0;
		padding-right: 0;
	}
	.b-contact-map__wrap{
		border-top:0;
	}
}
@media (max-width:639px) {
	.b-buy-recking__col {
		width: 100%
	}
	.b-buy-recking__col{
		padding-left: 0;
		padding-right: 0;
	}
	.b-buy-recking__col:last-child{
		padding-bottom: 0;
	}
	.b-privileg__col{
		display: block;
		width: 100%;
		margin-bottom: 45px;
	}
	.b-sertificate__col{
		width: auto;
	}
	.b-sertificate .owl-dot{
		margin-right: 10px;
		padding-top: 20px;
		display: inline-block;
	}
	.b-sertificate .owl-dot span{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		display: block;
		background-color: #d8d8d8;
	}
	.b-sertificate .owl-dot.active span{
		background-color: #79a613;
	}
	.b-sertificate .owl-dots{
		text-align: left;
	}
	.b-sertificate__js-slider.owl-carousel .owl-item img{
		width: 155px;
	}
	.b-header__search{
		width: 280px;
	}
}