@media only screen and (max-width : 1199px) {
	.s_why .i_bottom{
		display: inline;
	}
	.s_review .tab{
		max-width: 290px;
	}
	.s_more .item .img{
		max-width: 210px;
	}
	.s_more .item.img_left{
		padding-left: 100px;
	}
	.s_more .item.img_right{
		padding-right: 100px;
	}
}
@media only screen and (max-width : 991px) {
	.s_advantages .items{
		margin-top: 0;
	}
	.s_object .items{
		margin-top: 10px;
	}
	.s_offer .bg_img{
		max-width: 38%;
	}
	.s_kinds .tab_content{
		margin-top: 25px;
	}
	.s_kinds .text h3 {
		margin-bottom: 15px;
	}
	.s_kinds .text p{
		font-size: 15px;
		margin-top: 10px;
	}
	.s_kinds .text .btn{
		margin-top: 30px;
	}
	.s_calc .wrap{
		margin-top: 40px;
	}
	.s_calc .step .price_old, 
	.s_calc .step .price_new, 
	.s_calc .step .price_month{
		margin-left: 10px;
		margin-right: 10px;
	}
	.s_calc .step .price{
		font-size: 40px;
	}
	.s_calc .step input.i_icon,
	.s_calc .step .select_icon,
	.s_calc .step .input_file_wrap{
		max-width: 300px;
	}
	.s_review .tabs{
		max-width: 220px;
	}
	.s_review .tab{
		padding: 10px 15px;
	}
	.s_review .tab h4{
		font-size: 16px;
	}
	.s_review .tab > div::before{
		display: none;
	}
	.s_review .carousel{
		margin-bottom: 45px;
	}
	.s_review .info .img{
		margin-right: 10px;
	}
	.s_review .price{
		padding-left: 15px;
		padding-right: 15px;
	}
	.s_review .price .number{
		font-size: 28px;
	}
	.s_review .review p{
		font-size: 15px;
	}
	.s_review .btn_wrap{
		margin-top: 40px;
	}
	.s_steps .items{
		margin-top: 5px;
	}
	.s_steps .item h4{
		font-size: 17px;
	}
	.s_more .item.img_left,
	.s_more .item.img_right{
		max-width: 290px;
		padding: 150px 0 0;
	}
	.s_more .item .img{
		top: 0;
		bottom: auto;
		max-width: 100%;
		text-align: center;
	}
	.s_more .item .img img{
		position: relative;
		top: 0;
		left: 0;
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
	.s_more .item.img_left .text,
	.s_more .item.img_right .text{
		padding: 75px 30px 25px;
		height: auto;
	}
	.s_contacts .map{
		height: 400px;
	}
	.s_contacts .location{
		padding: 10px;
		font-size: 14px;
	}
	footer .soc{
		text-align: center;
	}
	footer .f_bottom .left{
		max-width: 350px;
		padding-right: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.s_advantages .info{
		margin-top: 30px;
	}
	.s_advantages .btn{
		margin-top: 40px;
	}
	.s_offer .text{
		max-width: 500px;
		margin: 0 auto;
	}
	.s_steps .btn{
		margin-top: 35px;
	}
	.s_kinds .tab_wrap{
		margin-top: 30px;
	}
	.s_kinds .tabs{
		max-width: 500px;
	}
	.s_kinds .tabs .tab{
		max-width: none;
		width: 50%;
		font-size: 14px;
	}
	.s_kinds .tabs .tab:nth-child(1){
		border-radius: 3px 0 0 0;
		margin-bottom: 0;
	}
	.s_kinds .tabs .tab:nth-child(2){
		border-radius: 0 3px 0 0;
		margin-bottom: 0;
	}
	.s_kinds .tabs .tab:nth-child(3){
		border-radius: 0 0 0 3px;
		margin-top: 0;
	}
	.s_kinds .tabs .tab:nth-child(4){
		border-radius: 0 0 3px 0;
		margin-top: 0;
	}
	.s_kinds .tabs .tab span{
		height: 50px;
	}
	.s_kinds .tabs .tab:nth-child(3),
	.s_kinds .tabs .tab:nth-child(4){
		border-top: 1px solid #ebebeb;
	}
	.s_kinds .tabs .tab:nth-child(3){
		border-left: none;
	}
	.s_kinds .img{
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.s_kinds .text{
		max-width: 500px;
		margin: 0 auto;
	}
	.s_calc .wrap{
		margin-top: 30px;
	}
	.s_calc .step{
		padding: 30px 20px;
	}
	.s_calc .step::after{
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.s_calc .step .inputs{
		max-width: 450px;
		margin: 30px auto;
	}
	.s_calc .step_number{
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin: 0 0 10px;
		text-align: center;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.s_calc .step .label{
		margin-bottom: 5px;
	}
	.s_calc .step .price_wrap {
		max-width: 300px;
		margin: 10px auto;
	}
	.s_calc .step .price_wrap + .inputs{
		margin-top: 0;
	}
	.s_calc .step:last-child .inputs{
		margin-bottom: 20px;
	}
	.s_calc .step .inputs.w630{
		text-align: center;
	}
	.s_calc .step .checkbox_img{
		margin-left: 5px;
		margin-right: 5px;
	}
	.s_review .tab_wrap{
		margin-top: 40px;
	}
	.s_review .tabs{
		max-width: 300px;
		margin: 0 auto;
		top: 0 !important;
		position: relative !important;
	}
	.s_review .tab h4{
		font-size: 17px;
	}
	.s_review .tab_content{
		margin-top: 30px;
	}
	.s_review .carousel{
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.s_review .top{
		display: block;
	}
	.s_review .price{
		margin-top: 15px;
	}
	.s_steps .item{
		max-width: 293px;
		padding-right: 23px;
	}
	footer,
	footer .callback{
		text-align: center;
	}
	footer .logo{
		margin-bottom: 20px;
	}
	footer .callback{
		margin-top: 20px;
	}
	footer .f_bottom{
		display: block;
		padding-top: 20px;
		margin-top: 20px;
	}
	footer .f_bottom .left{
		max-width: 500px;
		margin: 0 auto;
	}
	footer .f_bottom .policy{
		margin: 15px 0;
	}
	footer .f_bottom .ud{
		text-align: center;
	}
}
@media only screen and (max-width : 480px) {
	.s_calc .step:first-child input:not(.btn),
	.s_calc .step:first-child select{
		max-width: 110px;
	}
	.s_calc .step .label,
	.s_calc .step label .error_text,
	.s_calc .step input:not(.btn), 
	.s_calc .step .select_icon, 
	.s_calc .step .input_file_wrap{
		margin-left: 0;
		margin-right: 0;
	}
	.s_calc .step .inputs{
		margin: 20px 0;
	}
	.s_calc .step .input_checkbox.checkbox2{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.s_calc .step .checkbox_img{
		max-width: 47%;
		margin-left: 1px;
		margin-right: 1px;
	}
	.checkbox_img .title{
		margin-top: 5px;
		font-size: 12px;
	}
	.checkbox_img .check{
		-webkit-transform: scale(.4,.4);
		-ms-transform: scale(.4,.4);
		-o-transform: scale(.4,.4);
		transform: scale(.4,.4);
	}
	.s_kinds .tabs .tab{
		font-size: 12px;
	}
	.s_contacts .map{
		height: 350px;
	}
}
@media only screen and (max-width : 320px) {

}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1200px) {
	
}
@media only screen and (min-width : 1220px) {
	.container{
		width: 1200px;
	}
}