@media only screen and (max-width: 1580px){
	.main .slider .slide.sec .holder{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

@media only screen and (max-width: 1400px){
	.main .slide .slide-img{
		-ms-background-position-x: center;
		background-position-x: center;
	}
}

@media only screen and (max-width: 1250px){
	.holder{
		width: 100%;
		padding-right: 60px;
		padding-left: 60px; 
	}
	header .holder .phone-holder{
		right: 60px;
	}
	.menu-item .item:before{
		margin-right: 10px;
	}
	.menu-item .item{
		margin-right: 0;
	}
	.price .sale{
		font-size: 22px;
	}
	
	footer .holder {
		padding: 40px 60px;
	}
}

@media only screen and (max-width: 1200px){
	.gr-info .img{
		width: 70px;
		height: 70px;
	}
	.graph .graph-cover{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.graph .graph-cover .gimg {
		width: 370px;
		height: 178px;
		margin-bottom: 30px;
	}
	.graph .gr-info{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1150px){
	.reviews .rslide{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.reviews .rimg-holder{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.reviews .rimg-holder .key{
		display: none;
	}
	.reviews .text-holder .name{
		text-align: center;
	}
}


@media only screen and (max-width: 1100px){
	.menu-item .item{
		font-size: 16px;
	}
	.main .slider .slide.f .text-holder{
		font-size: 14px;
		line-height: 1;
		top: 69px;
		width: 280px;
		-webkit-transform: rotate(6deg);
		        transform: rotate(6deg);
	}
	.main .slider .img-holder img{
		width: 300px;
	}
	.main .slide.f .text-holder .info{
		color: white;
		font-family: Open Sans;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		position: absolute;
		left: 0px;
		top: 60px;
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
		width: 230px;
		line-height: 1.3;
	}
	.main .slider .button{
		left: 50px;
		bottom: 0px;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	.main .slide .text-holder.t2{
		-webkit-transform: rotate(5deg);
		        transform: rotate(5deg);
		font-size: 1.3em;
		width: 280px;
		top: 76px;
	}
	.main .slide .text-holder .info.i2{
		font-size: 1.3em;
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
		top: 30px;
	}
}

@media only screen and (max-width: 1067px){
	.demands .block-holder .item{
		margin-bottom: 30px;
		width: 280px;
	}
}

@media only screen and (max-width: 1050px){

	header .holder .phone-holder{
		right: 30px;
	}

	.holder{
		padding-right: 30px;
		padding-left: 30px; 
	}
	footer .holder{
		padding: 40px 30px;
	}

}



@media only screen and (max-width: 1050px){
	.main .slider .slide.f .img-holder{
		
	}
}


@media only screen and (max-width: 1000px){
	.button{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	.podl{
		display: none;
	}
}

@media only screen and (max-width: 980px){
	.main .slider .slide.sec{
		-ms-background-position-x: -100px!important;
		background-position-x: -100px!important;
	}
	.price .price-info{
		font-size: 16px;
		line-height: 30px;
	}
	.price .price-info .pr{
		font-size: 20px;
	}
	.price .sale{
		font-size: 16px;
	}
}

@media only screen and (max-width: 960px){
	.menu-item .item:before{
		display: none;
	}
	.menu-item .item:last-of-type:after{
		display: none;
	}
	.menu-item .item{
		margin-right: 10px;
	}
	.menu-item .item {
		font-size: 14px;
	}
	.about .holder{
		padding: 30px;
	}
	.type-info{
		width: 100%;
		font-size: 16px;
	}
	.demands .holder .block-holder{
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.price .price-img{
		display: none;
	}
}

@media only screen and (max-width: 900px){
	.ban{
		height: auto;
	}

	.ban .holder{
		padding: 60px 30px;
	}

	.ban .holder .main-title{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.ban .main-desc{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.ban .main-phone{
		font-size: 36px;
		bottom: 30px;
	}
}



@media only screen and (max-width: 870px){
	.main .slider .slide.sec{
		-ms-background-position-x: -200px!important;
		background-position-x: -200px!important;
	}
}
@media only screen and (max-width: 850px){
	.services{
		height: auto;
	}

	.services .holder .typetitle .line{
		display: none;
	}
	.services .holder .s-holder{
		width: 50%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.services .holder{
		padding: 30px;
	}
	.services .s-cover{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.services .holder .s-holder{
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		width: 320px;
	}
	.services .holder .item .info{
		margin-bottom: 20px;
	}
	.services .holder .hand{
		display: none;
	}

}

@media only screen and (max-width: 800px){
	
	header{
		height: 85px;
	}

	header .holder .phone-holder{
		position: relative;
		right: auto;
		top: auto;
	}

	.menu-item{
		display: none;
	}
	.logo {
		width: 61px;
    	height: 66px;
	}
}

@media only screen and (max-width: 750px){
	.modal-form-holder .modal-form .khand{
		display: none;
	}
	.modal-form-holder .modal-form .close{
		right: 25px;
		top:25px;	
	}
	.modal-form-holder .modal-form {
		height: 100%;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.modal-form-holder .modal-form .minfo{
		line-height: 48px;
	}
    
}


@media only screen and (max-width: 720px){
	.services .holder .item .info{
		font-size: 16px;
	}
	.services .holder .item .gal {
		width: 25px;
		height: 14px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.services .holder .s-holder{
		width: 230px;
	}
}
@media only screen and (max-width: 690px){
	.ban .holder .main-title,
	.ban .main-phone{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.ban .main-desc{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 660px){
	footer .holder{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer .item.phone .desc{
		width: 100%;
		margin-bottom: 20px;
	}
	footer .item.mail{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 650px){
	.main .slider .slide.sec .holder{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.main .slider .slide.sec{
		-ms-background-position-x: center!important;
		background-position-x: center!important;
	}

	.main .slider .slick-track {
		height: 350px;
	}
	.main{
		height: 350px;
	}

	.main .slider .holder{
		padding: 0;
		-ms-align-items: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	
	.main .button{
		font-size: 0.875em;
		width: 120px;
	}
	.main .slider .slick-dots{
		display: none;
	}
	.rev-slider button, .slider button{
		display: none;
	}
	
	.main .slider .img-holder img{
		display: none;
	}
	.main .slider .slide.f .img-holder,
	.main .slider .img-holder{
		width: 250px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 20px;
		background: rgba(0,0,0,0.5);
	}

	.main .slide.f .text-holder .info{
		margin-top: 20px;
		display: block;
	}
	.main .slide.f .img-holder .button{
		position: relative;
		left: auto;
		bottom: auto;
	}
	.main .slide .text-holder.t2,
	.main .slide .text-holder .info.i2{
		left: auto;
		top: auto;
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.main .slide .text-holder.t2{
		width: 100%;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.main .slide .text-holder .info.i2{
		line-height: 1;
		margin-top: 20px;
		display: block;
	}
	.main .slider .button{
		position: relative;
		left: auto;
		top: auto;
	}
	.rev-slider button{
		display: block;
	}
	.reviews .holder .slick-next,
	.reviews .holder .slick-prev{
		top: 93%;
	}
	

}

@media only screen and (max-width: 650px){

	.main .slide.f .text-holder{
		left: auto;
		bottom: auto;
		position: relative;
		margin-bottom: 20px;
	}
	.main .slider .slide.f .text-holder,
	.main .slide.f .text-holder .info{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media only screen and (max-width: 570px){
	.price .price-cover{
		padding: 0;
	}
	.price .holder{
		padding: 30px;
	}
}

@media only screen and (max-width: 520px){
	.ban .holder .main-title,
	.ban .main-phone{
		line-height: 1.1;
		font-size: 20px;
	}
	.ban .main-desc{
		line-height: 1.1;
	}
}

@media only screen and (max-width: 500px){
    
    
    .review-text {
        min-height: 230px;
    }
    .review-slide{
        min-height: 370px;
    }
	.modal-form-holder .modal-form .minfo{
		font-size: 26px;
	}
	.modal-form-holder .modal-form .mphone-holder a{
		font-size: 26px;
	}
	.modal-form-holder .mphone-holder .icon {
		width: 35px;
		height: 35px;
	}
}


@media only screen and (max-width: 470px){
	.price .price-info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		text-transform: none;
		line-height: 24px;
	}
	.price .price-info .ser{
		width: 200px;
	}

	.price-cover .item{
		width: 100%;
	}
	.price .price-info .pr{
		width: 88px;
		text-decoration: none;
	}
	footer .item.phone .desc{
		text-align: center;
		font-size: 16px;
	}
	footer .phone-h{
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	footer .item.mail a{
		font-size: 14px;
	}

	footer .phone-h a{
		font-size: 18px;
	}
	footer .phone-h .icon {
		width: 25px;
		height: 25px;
	}

	footer .item.mail .icon {
		width: 25px;
		height: 20px;
	}
}


@media only screen and (max-width: 460px){
	.services .holder .typetitle{
		width: 100%;
		font-size: 24px;
	}
}

@media only screen and (max-width: 450px){
	.main .slider .slide.f .img-holder,
	.main .slider .slide.sec .img-holder{
		width: 100%;
		height: 100%;
	}
	.main .slider .slick-track,
	.main {
		height: auto;
	}
	
	.typetitle .line.l1,
	.typetitle .line.l2{
		display: none;
	}
}

@media only screen and (max-width: 430px){
	.reviews .text-holder .desc{
		width: 100%;
	}
	.reviews .holder .slick-next, .reviews .holder .slick-prev{
		display: none!important;
	}
	.reviews .slick-dots{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -30px;		
	}

}

@media only screen and (max-width: 400px){
	.phone-holder p{
		display: none;
	}
	
	.phone-holder .icon{
		   background-image: url(/assets/img/ph1.png);
		   width: 40px;
    	   height: 40px;
	}
	.graph .gr-info{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.gr-info .img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.price .typetitle{
		margin-top: 0;
		margin-bottom: 30px;
	}

	.typetitle{
		font-size: 26px;
	}
	.graph .graph-cover .gimg{
		width: 265px;
		height: 129px;
	}

}

@media only screen and (max-width: 375px){
	.price .price-info .ser{
		width: 140px;
		font-size: 14px;
	}
	.price .price-info .pr{
		font-size: 18px;
	}
	.modal-form-holder .modal-form .minfo{
		font-size: 22px;
		line-height: 35px;
	}
	.modal-form-holder .modal-form .mphone-holder a{
		font-size: 22px;
	}


}


@media only screen and (max-width: 350px){
	.kow{
		display: none;
	}
	.services .holder .typetitle{
		font-size: 22px;
	}
}