/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	html,body {overflow-x: hidden;}
	.main{height: 100%;}
	.b-play{display: none;}
	.main-right-block-capture{width: 100%;}
	.main-right-block-capture h1{font-size: 36px;}
	.line{display: none;}
	.main-right-block-capture::after{display: none;}
	.btn{margin: 0 auto; padding: 20px 50px;}
	.kvartiry-top-block{padding: 10px;width: 350px;margin: 0 auto;height: 580px;}
	.kvartiry-main h1{font-size: 51px;top: -96px;}
	.kvartiry-main h2, .poddekst-h3, .garant-capture {width: 350px;margin: 0 auto;padding-top: 20px;}
  .kvartiry-center-block-right-widget{width: 46%;}
	.kvartiry-center-block-left {max-width: 350px;justify-content: flex-end;height: 250px;margin: 0 auto;display: block;}
  .video{margin-left: 23px;}
  .schet span span{font-size: 40px;}
  .timer-flipchart-face{font-size: 40px !important;}
	#timer-separator-c2bc1dd786762d8af3e52ab87f8f230f-minutes{padding: 0 10px !important;}
	#timer-separator-c2bc1dd786762d8af3e52ab87f8f230f-secundes{padding: 0 10px !important}
	.schet {padding-bottom: 0;padding-top: 40px;}
	.garant-block-kachestva{width: 100%;}
	.garant-capture{width: 100%;}
	.about-top-block{width: 350px;padding: 30px 10px;}
	.poddekst-h3{width: 100%;}
	.garant-block-vidy-left img{width: 100%;height: auto;}
	.garant-block-end-right {margin-left: 0;white-space: normal;text-align: center;}
	.garant-block-end-right h3{margin: 15px 0;}
	.garant-block-end-right .button {width: 280px;  margin: 40px auto;}
	.garant{margin: 0;}
	.otzyvy{margin-bottom: 0;}
	.otzyvy-block-otzyv{margin-left: 0;padding-top: 30px;}
	.otzyvy-block-preimushetva{text-align: center;}
	.otzyvy-block-otzyvy-block{width: 350px;}
	.otzyvy-block-preimushetva-block{width: 310px;background-image: none;padding: 20px 10px 20px 40px;text-align: left;margin: 0 auto;}
	.otzyvy-block-preimushetva-block span::before{left: -33px;}
	.about-block-bottom{margin-top: 20px;}
	.about-block-end-right .button{padding: 10px;}
	#slider {width: 330px; height: 500px;}
	#slider li{width: 330px;}
	.pagination {bottom: 155px;left: 37%;}
	.about-block-bottom-injener{margin: 25px auto;}
	.about-block-end-right{display: block;margin-left: 0;text-align: center; width: 280px;margin: 0 auto;}
	.capture-blue{padding-top: 30px;}
	.foot-left{padding-top: 70px;}
	footer::before{left: 48px;}
	footer::after{left: 180px;}
}

/* планшет */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.btn{padding: 20px 50px;}
	.main-right-block-capture::after{display: none;}
	.main-right-block-capture h1 {font-size: 38px;}
	.main-right-block-capture{width: 286px;}
	.kvartiry-center-block-right-widget{width: 100%;}
	.video{height: 228px;}
	.garant-block-kachestva{width: 100%;}
	.garant-block-vidy-left{width: 360px;}
	.garant-block-vidy-left img{width: 100%;height: auto;}
	.garant-block-end-right{white-space: normal;}
	.otzyvy-block-otzyvy-block{width: 360px;}
	#slider {width: 330px; height: 500px;}
	#slider li{width: 330px;}
	.pagination {bottom: 155px;left: 54%;}
	.about-block-center-sertif {width: 209px;height: 300px;border: none;}
	.about-block-center-sertif img{width: 100%;height: auto;}
	.foot-left{padding-top: 70px;}
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
	.main-right-block-capture{width: 360px;}
	.main-right-block-capture h1{font-size: 50px;}
	.otzyvy-block-otzyvy-block{width: 450px;}
	#slider {width: 330px; height: 500px;}
	#slider li{width: 330px;}
	.pagination {bottom: 130px;left: 52%;}
	.garant-block-vidy-left img{width: 100%;height: auto;}
	.garant-block-end-right{white-space: normal;}
	.garant-block-kachestva{width: 100%;}
	.kvartiry-center-block-right-widget{width: 100%;}
	.about-block-center-sertif {width: 250px;height: 358px;}
	.about-block-center-sertif img{width: 100%;height: auto;}
	.foot-left{padding-top: 70px;}
	.video{height: 231px;}
}
@media only screen and (min-width: 1101px){
	.video{height: 257px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
