
img{
	max-width: 100% !important;
}
.clearfix::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

/* --- шапка и верхнее меню --- */
@media screen and (max-width:991px){
	header{
		height: auto;
		padding-top: 15px;
	}
	header::after{
		content: '';
		display: block;
		height: 0;
		clear: both;
	}
	header .toper{
		width: auto;
		padding: 0 15px;
	}
	header .logo{
		width: 14%;
		min-width: 99px;
		clear: both;
		position: absolute;
	    top: 0;
	    left: 5px;
	}
	header .description{
		width: auto;
		float: none;
		text-align: center;
	}
	header .description .custom{
		display: inline-block;
	}
	header .main_menu{
		clear: both;
		float: none;
		height: auto;
		padding-bottom: 8px;
	}
	#tgrwb-nav{
		/*display: none !important;*/
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: -290px;
		overflow: auto;
		background: #fff;
		padding: 0 10px 0 5px;
		-webkit-transition: left .3s;
		transition: left .3s;
		z-index: 15;
		width: 275px;
	}
	#tgrwb-nav ul{
		padding: 10px 0;
		margin: 0;
	}
	#tgrwb-nav ul li{
		margin:0;
		display: block;
		float: none;
		background: none;
	}
	#tgrwb-nav ul li + li{
		border-top: 1px solid #c1e4d2;
	}
	#tgrwb-nav ul li a{
		display: block;
		width: auto;
	}
	.hover #tgrwb-nav{
		left: 0px;
	}
}
@media screen and (max-width:599px){
	header .description{
		clear: both;
		padding: 5px;
	}
	header .description .custom p:last-child{
		line-height: 1.5;
		font-size: 13px;
	}
}
@media screen and (max-width:447px){
	header .logo{
		min-width: 80px;
	}
	#tgrwb-nav{
		width: 215px;
	}
}
@media screen and (max-width:375px){
	header .description .custom p:last-child{
		font-size: 8px;
    	line-height: 2;
	}
}


/* --- for .js  --- */
body > #tgrwb-layout{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 150%;
	background: rgba(117,176,104,0.38);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
body > #tgrwb-layout.show{
	visibility: visible;
	opacity: 1;
}


/* --- бутерброд --- */
#tgrwb-toggle{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	width: auto;
	padding: 9px 10px;
	background-color: #7CC5A1;
	background-image: none;
	border: 1px solid #4ba679;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 1px 5px #4ba679;
	-webkit-transition: left .3s;
	transition: left .3s;
	z-index: 15;
}
#tgrwb-toggle .icon-bar{
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
	background-color: #2e664a;
	
}

#tgrwb-toggle:focus{ outline:0 }
#tgrwb-toggle .icon-bar + .icon-bar{ margin-top:4px; }
@media screen and (max-width:991px){
	#tgrwb-toggle{ display: block !important;position: fixed; width: 22px; margin-left: auto; }
	.hover #tgrwb-toggle .icon-bar{transition: all .5s ease;}
	.hover #tgrwb-toggle .icon-bar:nth-child(1){transform-origin: 0 0; transform: rotate(29deg) scale(1.2, 1); }
	.hover #tgrwb-toggle .icon-bar:nth-child(2){visibility: hidden;}
	.hover #tgrwb-toggle .icon-bar:nth-child(3){transform-origin: 0 0; transform: rotate(-27deg) scale(1.2, 1); }
}


/* --- блок swipe --- */
#tgrwb-swipe{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
	z-index: 10;
	/* background: rgba(71, 117, 61, 0.38); */
}
@media screen and (max-width:991px){
	#tgrwb-swipe{
		display: block !important;
	}
	.hover #tgrwb-swipe{
		width: 100%;
		/* background: rgba(71, 117, 61, 0.38); */
	}
}


/* --- footer --- */
@media screen and (max-width:991px){
	footer .foot_top_center{
		width: 750px;
	}
	footer .maps{
		width: 490px;
	}
	footer .maper > ymaps{
		width: 100% !important;
	}
	footer .foot_bottom_center{
		width: 750px;
	}
}
@media screen and (max-width:767px){
	footer .foot_top_center{
		width: auto;
		padding: 0 15px;
	}
	footer .social{
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	footer .maps{
		width: auto;
		float: none;
	}
	footer .foot_bottom_center{
		width: auto;
		padding: 0 15px;
	}
	footer .copyright_left{
		width: auto;
	}
	footer .copyright_right{
		width: auto;
	}
}

/* --- home --- */
@media screen and (max-width:991px){
	.wrapper{
		width: 750px;
	}
	.content{
		width: 490px;
	}
	.left_col,
	.left_col_2{
		width: 250px;
	}
	#slides2{
		max-height: 650px;
		height: 650px;
	}
	#slides2 .slidesContainer,
	#slides2 .slidesControl{
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	#slides2 .slidesContainer{
		height: auto !important;
	}
	#slides2 .slidesControl{
		height: 593px !important;
	}
	#slides2 .review{
		margin: auto;
		width: 100% !important;
		height: auto !important;
		/* position: relative !important; */
	}
	#slides2 .slidesContainer .review + .review{
		margin-top: auto;
	}
	#slides2 .review + .review{
		margin-top: 60px;
	}
	#slides2 .review-left{
		float: none;
		margin: auto;
		padding-top: 20px;
	}
	#slides2 .review-right{
		float: none;
		padding: 1px;
		margin: 10px auto;
		border: none;
	}
	#slides2 .review-right-text{
		padding: 10px;
	}
	#slides2 .slidesPrevious{
		top: auto;
		bottom: 295px;
		left: 50px;
	}
	#slides2 .slidesNext{
		top: auto;
		bottom: 45px;
		left: auto;
		right: 50px;
	}
}
@media screen and (max-width:767px){
	.wrapper{
		width: auto;
		padding: 0 15px;
	}
	.content{
		width: auto;
		float: none;
		padding-bottom: 48px;
	}
	.left_col,
	.left_col_2{
		width: 50%;
		clear: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#slides {
		max-width: 636px;
	}
	#slides2{
		max-width: 490px;
		margin: auto;
	}
}
@media screen and (max-width:599px){
	.left_col,
	.left_col_2{
		width: 100%;
		margin: auto;
		max-width: 290px;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width:447px){
	#slides2 .review-right,
	#slides2 .review-right-text{
		font-size: 11px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* --- Прайс, Вопрос-ответ --- */
@media screen and (max-width:991px){
	body.id-2 .item-page ul,
	body.id-4 .item-page ul{
		padding: 0;
	}
}

/* ---  --- */
@media screen and (max-width:991px){
	#otzov{
		max-height: 600px;
	}
	#otzov.readmore-js-collapsed{
		max-height: 600px !important;
	}
	#otzov.readmore-js-expanded{
		height: auto !important;
	}
	#otzov .review{
		margin: auto;
		width: 100% !important;
		height: auto !important;
		/* position: relative !important; */
	}
	#otzov .slidesContainer .review + .review{
		margin-top: auto;
	}
	#otzov .review + .review{
		margin-top: 60px;
	}
	#otzov .review-left{
		float: none;
		margin: auto;
		padding-top: 20px;
	}
	#otzov .review-right{
		float: none;
		padding: 1px;
		margin: 10px auto;
		border: none;
	}
	#otzov .review-right-text{
		padding: 10px;
	}
}
@media screen and (max-width:447px){
	#otzov .review-right,
	#otzov .review-right-text{
		font-size: 11px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#otzovbottom,
	#otzovbottomtop{
		width: auto;
	}
}

/* --- Специалисты --- */
@media screen and (max-width:991px){
	.specialist_right{
		float: left;
		max-width: 100%;
		width: 315px;
		padding: 0px 10px 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width:447px){
	.item-page h1{
		font-size: 28px;
	}
}

/* --- Контакты --- */
@media screen and (max-width:991px){
	body.id-3 .content .maps{
		width: 490px;
	}
	body.id-3 .content .maper > ymaps{
		width: 100% !important;
	}
	body.id-3 .contacts_left,
	body.id-3 .contacts_right{
		float: none;
		margin: auto;
		padding: 10px 0;
		border-left: 1px solid #7cc5a1;
		border-right: 1px solid #7cc5a1;
		width: 354px;
		height: auto;
		max-width: 100%;
	}
	body.id-3 .contacts_style{
		float: right;
	}
	body.id-3 .left-left{
		width: 170px !important;
	}
	body.id-3 .left-right,
	body.id-3 .contacts_style .styles{
		margin-right: 13px !important;
	}
}
@media screen and (min-width:448px) and (max-width:767px){
}
@media screen and (max-width:447px){
}

/* ---  --- */
@media screen and (min-width:768px) and (max-width:991px){
}
@media screen and (min-width:448px) and (max-width:767px){
}
@media screen and (max-width:447px){
}

/* ---  --- */
@media screen and (min-width:768px) and (max-width:991px){
}
@media screen and (min-width:448px) and (max-width:767px){
}
@media screen and (max-width:447px){
}




