/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width:1023px) {
	.nav ul {
		display: block;
	}

	.nav__mobile {
		z-index: 10;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%;
		right: 0;
		background-color: #fff;
		padding: 30px 0;
		overflow-y: auto;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.nav__mobile.active {
		left: 0;
	}

	.nav li {
		display: block;
		padding: 0;
	}

	.nav li:first-child {
		text-align: center;
	}

	.nav li:last-child {
		text-align: center;
	}

	.nav li a {
		height: 30px;
		line-height: 30px;
	}

	.nav li a:after {
		display: none;
	}

	.nav li a.active {
		color: #CD280F;
		font-weight: 700;
	}

	.calc {
		width: 85px;
		height: 85px;
	}

	.nav__button {
		display: block;
	}

	.nav .phone {
		display: block;
	}

	.nav__exit {
		display: block;
	}

	.employees .owl-carousel {
		padding-left: 60px;
		padding-right: 60px;
	}

	.nums {
		background: none;
		height: auto;
		padding: 0;
	}

	.nums__title {
		position: static;
		margin-bottom: 50px;
	}

	.nums__items {
		text-align: center;
		margin-top: -50px;
	}

	.nums__item {
		width: 33.3333333333%;
		margin-top: 50px;
	}

	.works__gallery {
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}

	.works__text {
		float: none;
		margin: auto;
	}

	.advantages__item {
		width: 345px;
		padding: 15px;
		position: static;
		text-align: center;
		height: 260px;
	}

	.advantages__item br {
		display: none;
	}

	.advantages__icon {
		position: static;
		width: auto;
		margin-bottom: 10px;
		height: 65px;
		line-height: 65px;
	}

	.advantages__icon img {
		display: inline-block;
		vertical-align: middle;
	}

	.price__items {
		text-align: center;
	}

	.price__item {
		text-align: left;
	}

	.input {
		width: 220px;
	}

	.submit {
		width: 220px;
	}

	.order__info {
		width: 430px;
		height: auto;
		padding-left: 15px;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.order__slider {
		width: 290px;
	}

	.order__count input[type="text"] {
		width: 60px;
	}

	.order__tabs div {
		width: 240px;
	}

	.order__checkbox {
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.order__line_c .order__checkbox {
		margin-right: 15px;
	}

	.order__checkbox + .order__checkbox {
		margin-left: 0;
	}

	.order__line_c .order__checkbox + .order__checkbox {
		margin-left: 0;
	}

	.order__ps {
		display: none;
	}

	.order .clearfix {
		background-color: #f8f8f8;
	}

	.order__works {
		width: 290px;
		padding-left: 15px;
	}

	input[type="checkbox"] + span {
		margin-right: 8px;
	}

	.order__line + .order__caption {
		margin-top: 15px;
	}

	.order__area_m {
		margin-bottom: 38px;
	}

	.modal-order {
		width: 720px;
	}

	.discounts__title b {
		font-size: 58px;
	}

	.faq__caption {
		padding-left: 15px;
		padding-right: 60px;
	}

	.faq__text {
		padding-left: 15px;
	}

	.main__block {
		width: auto;
	}

	.contacts {
		height: auto;
		position: static;
		padding-top: 50px;
	}

	.contacts__block {
		position: relative;
		top: auto;
		right: auto;
		margin: auto;
		width: 408px;
		margin-bottom: 50px;
	}

	.map {
		display: none;
	}

	.map2 {
		display: block;
	}

}

@media only screen and (max-width:767px) {
	.cnt {
		max-width: 600px;
	}

	.logo {
		float: none;
	}

	.logo img {
		margin: auto;
		display: block;
		max-width: 100%;
	}

	.main .phone {
		display: none;
	}

	.nav .phone {
		margin-top: 9px;
		text-align: center;
	}

	.nav .phone b {
		line-height: 14px;
	}

	.nav .phone .phone__button {
		display: block;
	}

	.main__header {
		margin-bottom: 30px;
	}

	.logo {
		margin-bottom: 0;
	}

	.main {
		padding-top: 30px;
	}

	.main__title strong {
		font-size: 27px;
		margin-bottom: 5px;
	}

	.main__title b {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.main__title span {
		font-size: 26px;
	}

	.main__text {
		position: static;
		margin-top: 30px;
	}

	.main__block {
		border-bottom: 10px solid #21262f;
		height: auto;
		padding: 30px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.main__block:after {
		display: none;
	}

	.main__block:before {
		display: none;
	}

	.main__block {
		margin-bottom: 45px;
	}

	.main {
		height: auto;
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	.nums__item {
		width: 50%;
	}

	.works__info b {
		font-size: 20px;
	}

	.works__info div + div {
		margin-left: 15px;
	}

	.works__info b {
		margin-left: 5px;
	}

	.works__text {
		width: 100%;
		padding: 20px;
		border: 8px solid #CD280F;
	}

	.works__text div {
		padding: 0;
	}

	.works__text div:after {
		display: none;
	}

	.works__text div:before {
		display: none;
	}

	/*.works__text br {
		display: none;
	}*/

	.works__text:before {
		display: none;
	}

	.about__title {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.about {
		padding: 50px 0;
	}

	.works {
		padding: 50px 0;
	}

	.works__title {
		margin-bottom: 50px;
	}

	.advantages__items {
		margin-left: 0;
	}

	.advantages__item {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	.advantages {
		padding: 50px 0;
	}

	.price {
		padding: 50px 0;
	}

	.order__title b {
		font-size: 58px;
	}

	.discounts__img {
		display: none;
	}

	.discounts__info {
		width: 100%;
		float: none;
		height: auto;
		line-height: 1;
	}

	.discounts__item:nth-child(even) .discounts__info {
		padding-left: 0;
	}

	.discounts__pic {
		display: block;
	}

	.design__block {
		margin-left: 38px;
	}

	.discounts {
		padding: 50px 0;
	}

	.design {
		padding: 50px 0;
	}

	.design__text {
		width: 100%;
	}

	.design__text li {
		font-size: 14px;
		white-space: nowrap;
	}

	.faq {
		padding: 50px 0;
	}

	.faq__title {
		margin-bottom: 50px;
	}

	.discounts__title {
		margin-bottom: 50px;
	}

	.grab__title {
		font-size: 20px;
		margin-bottom: 50px;
	}

	.grab__title b {
		font-size: 58px;
	}

	.grab {
		padding: 50px 0;
	}

	.submit {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.input {
		width: 210px;
		margin-bottom: 10px;
	}

	.modal {
		width: 380px;
	}

	.order__head {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ps {
		padding-left: 15px;
		padding-right: 15px;
	}

	.order__works {
		float: none;
		width: 100%;
	}

	.order__info {
		float: none;
		width: 100%;
	}

	.order__tabs div {
		width: 33.33333333333333333%;
		font-size: 15px;
	}

	.order__slider {
		width: 245px;
	}

	.modal-order {
		width: 380px;
	}

	.discounts__info > div {
		display: block;
	}

	.price__items {
		margin-left: 0;
	}

	.price__item {
		margin-left: 0;
	}

	.price__block {
		padding: 0;
	}

	.order__title {
		margin-bottom: 50px;
	}

}

@media only screen and (max-width:480px) {
	.calc {
		display: none;
	}

	.main__block {
		padding: 15px;
	}

	/* 	.main__text span {
		display: block;
	}

	.main__text span + span {
		margin-left: 0;
		margin-top: 10px;
	} */
	.main__text {
		margin-top: 15px;
	}

	.main__button {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 20px;
	}

	.main__button span {
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -3px;
	}

	.owl-dots {
		display: none;
	}

	.employees .owl-carousel {
		padding-left: 30px;
		padding-right: 30px;
	}

	.nums__item {
		width: 100%;
	}

	.works__info span {
		display: block;
		margin-bottom: 5px;
	}

	.works__gallery {
		width: 100%;
	}

	.works__carousel .owl-prev {
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		background-image: none;
	}

	.works__carousel .owl-prev:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 21px;
		background: url(img/prev2.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.works__carousel .owl-next {
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		background-image: none;
	}

	.works__carousel .owl-next:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 21px;
		background: url(img/next2.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.works__carousel .owl-prev:hover {
		background-image: none;
	}

	.works__carousel .owl-next:hover {
		background-image: none;
	}

	.works__text {
		padding: 15px;
	}

	.works__button {
		width: 100%;
	}

	.about__title {
		font-size: 40px;
		line-height: 1;
	}

	.works__title {
		font-size: 40px;
		line-height: 44px;
	}

	.advantages__title {
		font-size: 24px;
		line-height: 28px;
	}

	.advantages__title b {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.price__title {
		font-size: 24px;
		line-height: 28px;
	}

	.price__title b {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.order__title {
		font-size: 24px;
		line-height: 28px;
	}

	.order__title b {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.discounts__title {
		font-size: 24px;
		line-height: 28px;
	}

	.discounts__title b {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.design__title {
		font-size: 40px;
		line-height: 44px;
	}

	.faq__title strong {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.faq__title b {
		font-size: 24px;
		line-height: 28px;
		margin: 0;
	}

	.faq__title span {
		font-size: 24px;
		line-height: 28px;
		margin: 0;
	}

	.grab__title {
		font-size: 24px;
		line-height: 28px;
	}

	.grab__title b {
		font-size: 40px;
		line-height: 44px;
		margin: 10px 0;
	}

	.contacts__title {
		font-size: 40px;
		line-height: 44px;
	}

	.advantages__head {
		font-size: 24px;
		line-height: 28px;
	}

	.order__slider {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.order__count {
		margin-left: 0;
	}

	.order__info {
		padding-right: 15px;
	}

	.discounts__ps:before {
		display: none;
	}

	.discounts__ps {
		height: auto;
		line-height: 1;
	}

	.discounts__description br {
		display: none;
	}

	.design__block:before {
		display: none;
	}

	.design__block {
		padding: 15px;
		width: 100%;
		height: auto;
		border: 8px solid #f69844;
		margin-left: 0;
	}

	.design__block > div {
		padding: 0;
	}

	.design__block > div:after {
		display: none;
	}

	.design__block > div:before {
		display: none;
	}

	.design__price {
		font-size: 35px;
	}

	.design__text li {
		width: 100%;
	}

	.design {
		-webkit-background-size: cover;
		background-size: cover;
	}

	.design__button {
		width: 100%;
	}

	.contacts__block {
		width: 100%;
		max-width: 290px;
	}

	.contacts__cnt {
		width: 100%;
		height: auto;
		padding: 30px 20px;
	}

	.contacts__vk:before {
		margin-right: 10px;
	}

	.contacts__address:before {
		margin-right: 10px;
	}

	.contacts__phone:before {
		margin-right: 10px;
	}

	.contacts__text {
		font-size: 14px;
	}

	.contacts__button {
		margin-left: 51px;
	}

	.contacts__address {
		margin-bottom: 15px;
	}

	.contacts__button {
		margin-bottom: 15px;
	}

	.contacts__title {
		margin-bottom: 15px;
	}

	.modal {
		width: 290px;
		height: auto;
		padding: 30px 15px;
	}

	.modal__title {
		margin-bottom: 20px;
	}

	.modal button.mfp-close,
	.modal-order button.mfp-close {
		right: 10px;
		top: 10px;
		width: 17px;
		height: 17px;
		background: none;
		background-image: url(img/icon-exit-white.png);
	}

	.modal button.mfp-close:hover,
	.modal-order button.mfp-close:hover {
		background: none;
		background-image: url(img/icon-exit-hover.png);
	}

	.modal__title b {
		font-size: 30px;
	}

	.modal__title {
		font-size: 20px;
	}

	.modal .input {
		width: 100%;
	}

	.modal .submit {
		width: 100%;
	}

	.modal-thanks .modal__title {
		font-size: 30px;
		line-height: 34px;
	}

}

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

@media only screen and (min-width:320px) {
}

@media only screen and (min-width:480px) {
}

@media only screen and (min-width:768px) {
}

@media only screen and (min-width:992px) {
}

@media only screen and (min-width:1200px) {
}