@charset "UTF-8";
/*@vkosinov*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

h1 {
	font-weight: bold;
}

a {
	color: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #FE7E43;
	text-decoration: none;
}

@-webkit-keyframes move {
	0% {
		left: 0;
	}
	10% {
		left: 110%;
	}
	20%,
	30%,
	40% {
		left: 110%;
	}
	100% {
		left: 110%;
	}
}

@keyframes move {
	0% {
		left: 0;
	}
	10% {
		left: 110%;
	}
	20%,
	30%,
	40% {
		left: 110%;
	}
	100% {
		left: 110%;
	}
}

@-webkit-keyframes movelink {
	0% {
		right: 15%;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	50% {
		right: 80%;
		-webkit-transform: rotate(-180deg) scale(1.2);
		transform: rotate(-180deg) scale(1.2);
	}
	100% {
		right: 15%;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
}

@keyframes movelink {
	0% {
		right: 15%;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	50% {
		right: 80%;
		-webkit-transform: rotate(-180deg) scale(1.2);
		transform: rotate(-180deg) scale(1.2);
	}
	100% {
		right: 15%;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
}

.btn-accent {
	display: inline-block;
	position: relative;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FE7E43));
	background: -webkit-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
	background: -o-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
	background: linear-gradient(180deg, #FFA21F 0%, #FE7E43 100%);
	padding: 15px 30px;
	cursor: pointer;
	color: #fff;
	font-size: 19px;
	text-shadow: 1px 1px 0 rgba(179, 57, 0, 0.59);
	text-align: left;
	line-height: 1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(229, 73, 0, 0.35);
	box-shadow: 0 5px 15px rgba(229, 73, 0, 0.35);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-accent:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FFA21F));
	background: -webkit-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
	background: -o-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
	background: linear-gradient(180deg, #FFA21F 0%, #FFA21F 100%);
	color: #fff;
}

.btn-accent:focus {
	outline: none;
}

.btn-accent span {
	font-size: 20px;
	text-transform: uppercase;
}

.btn-accent_ruler {
	background: url("../images/ruler__bg.svg") repeat-x bottom left, -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FE7E43));
	background: url("../images/ruler__bg.svg") repeat-x bottom left, -webkit-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
	background: url("../images/ruler__bg.svg") repeat-x bottom left, -o-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
	background: url("../images/ruler__bg.svg") repeat-x bottom left, linear-gradient(180deg, #FFA21F 0%, #FE7E43 100%);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.btn-accent_ruler:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #7f4021;
}

.btn-accent_ruler:hover {
	background: url("../images/ruler__bg.svg") repeat-x bottom left -200%, -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FFA21F));
	background: url("../images/ruler__bg.svg") repeat-x bottom left -200%, -webkit-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
	background: url("../images/ruler__bg.svg") repeat-x bottom left -200%, -o-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
	background: url("../images/ruler__bg.svg") repeat-x bottom left -200%, linear-gradient(180deg, #FFA21F 0%, #FFA21F 100%);
}

.btn-main {
	display: inline-block;
	padding: 15px 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	border: 1px solid #2FD0E5;
	color: #000;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 100;
	cursor: pointer;
	text-decoration: none;
}

.btn-main .svg {
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-main .svg path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-main:hover {
	background: #2FD0E5;
	color: #fff !important;
}

.btn-main:hover .svg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.btn-main:hover .svg path {
	fill: #fff;
}

.bx-wrapper {
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	z-index: 1;

	height: 100%;
}

.bx-wrapper .bx-loading {
	background: #fff;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	position: relative;
	background: none;
	height: 100% !important;
	top: 0 !important;
	width: 45px !important;
	margin: 0 !important;
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
	content: '';
	position: absolute;
	top: 50%;
	margin: -19px 0 0 0 !important;
	left: 0;
	width: 24px;
	height: 38px;
	background: url(../images/arrow-slider.svg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}

.bx-wrapper .bx-prev:hover:before,
.bx-wrapper .bx-next:hover:before {
	opacity: 1;
}

.bx-wrapper .bx-prev {
	left: 15px !important;
}

.bx-wrapper .bx-next {
	right: 0 !important;
}

.bx-wrapper .bx-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.bx-wrapper .bx-pager {
	bottom: 35px;
}

.bx-wrapper .bx-pager .bx-pager-item a {
	background: #fff;
	width: 10px;
	height: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item a.active {
	background: #2FD0E5;
}

.bx-wrapper .bx-pager .bx-pager-item:hover a {
	background: #ccc;
}

.header-row{
	justify-content: space-between;
}
.header-col-1{
	max-width: 24%;
}
.header-col-2{
	max-width: 24%;
}
.header-col-3{
	max-width: 20%;
}
.header-tel-wrap{
	height: 75px;
}
.header-messanger-wrap{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #F54D40;
	display: flex;
    flex-direction: row;
}
.header-messanger-text{
	margin-right: auto;
    margin-top: 2px;
    margin-bottom: auto;
    margin-left: 45px;
}
.header-messanger-1, .header-messanger-2{
	height: 24px;
	width: 24px;
}
.header-messanger-1{
	margin-left: auto;
}
.header-messanger-2{
	margin-left: 10px;
}

.header {
	padding: 20px 0;
	position: relative;
	/* margin-bottom: 45px; */
	margin-bottom: 65px;
}

.header .btn-accent {
	/* float: right; */
	margin-top: 5px;
}

.header__time {
	float: right;
	margin-top: 5px;
	position: relative;
}

.header__time:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/header-time.svg) no-repeat center center;
	top: 0;
	left: -25px;
}

.header__time p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.2;
}

.header__phone {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	float: right;
	position: relative;
}

.header__phone:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -30px;
	width: 21px;
	height: 21px;
	background: url(../images/phone__before.svg);
	background-repeat: no-repeat;
}

.header__adress {
	display: inline-block;
	width: 100%;
	/* font-size: 14px; */
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	line-height: 1.2;
	margin-top: 5px;
}

.header-nav {
	background: #FDE8CB;
	position: absolute;
	width: 100%;
	z-index: 3;
	margin-top: -68px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-nav.fixet {
	position: fixed;
	top: 0;
	margin: 0;
	background: #FFFFFF;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.header-nav ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	padding: 0;
}

.header-nav ul li {
	position: relative;
}

.header-nav ul li a {
	display: inline-block;
	padding: 25px 30px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-left: 1px solid #FDF2E4;
}

.header-nav ul li:last-child a {
	border-right: 1px solid #FDF2E4;
}

.header-nav ul li.active a {
	background: #3B355A;
	color: #fff;
}

.header-nav ul li:hover a {
	background: #FDF2E4;
	color: #000;
}

.header-nav ul li:hover ul {
	display: inline-block;
}

.header-nav ul li:hover ul li a {
	background: none;
}

.header-nav ul li ul {
	z-index: 9;
	position: absolute;
	top: 65px;
	left: 0;
	display: none;
	width: 250px;
	padding: 5px 0;
	margin: 0;
	background: #fff;
	-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.header-nav ul li ul li.active a {
	color: #2FD0E5;
}

.header-nav ul li ul li a {
	font-size: 14px;
	text-transform: none;
	font-weight: 300;
	padding: 12px 20px;
	display: inline-block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #D9D9D9;
}

.header-nav ul li ul li a:hover {
	background: none;
	color: #2FD0E5;
}

.header-nav ul li ul li:last-child a {
	border: none;
}

textarea.form__input {
	background: pink;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 15px;
	background: #FAFAFA;
	border: 1px solid #D9D9D9;
}

.form__label {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.form__input {
	border: none;
	background: none;
	border-bottom: 1px solid #D9D9D9;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	padding: 0 0 10px 32px;
	position: relative;
}

.form__input::-webkit-input-placeholder {
	color: #000;
}

.form__input:focus {
	outline: none;
}

.form__input_name {
	position: relative;
}

.form__input_name:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/input_name.svg);
}

.form__input_tel {
	position: relative;
}

.form__input_tel:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/phone-no-fill.svg);
}

.form__confid {
	position: relative;
	padding-left: 19px;
	cursor: pointer;
	margin-top: 15px;
}

.form__confid input {
	display: none;
}

.form__confid input[type="checkbox"]:checked + .checkbox {
	background: #E6E6E6 url(../images/checked.svg) center center no-repeat;
}

.form__confid .checkbox {
	position: absolute;
	width: 14px;
	height: 14px;
	background: #E6E6E6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: 50%;
	margin-top: -7.5px;
	left: 0;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form__confid span {
	text-decoration: underline;
}

.form__confid span:hover {
	color: #2CC4D9;
}

.form .btn-accent {
	margin-top: 20px;
}

.form-select {
	display: inline-block;
	width: 100%;
	position: relative;
}

.form-select:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/form-select.svg) center center no-repeat;
	width: 19px;
	height: 10px;
}

.form-select select {
	width: 100%;
	background: rgba(196, 196, 196, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 44px;
	margin: 7.5px 0;
	text-indent: 15px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form-select select:focus {
	outline: none;
}

.footer {
	padding: 30px 0;
}

.footer .btn-accent {
	float: right;
	margin-top: 30px;
}

.footer__adr {
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	position: relative;
}

.footer__adr:before {
	position: absolute;
	width: 15px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	content: '';
	background: url("../images/map.svg");
}

.footer__time {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 300;
}

.footer__time p {
	padding: 0;
	margin: 0;
}

.footer__time:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/header-time.svg) no-repeat center center;
	top: 5px;
	left: 0;
}

.footer__phone {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	float: right;
	position: relative;
}

.footer__phone:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -30px;
	width: 21px;
	height: 21px;
	background: url(../images/phone__before.svg);
}

.footer_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.footer_nav li {
	margin-top: 5px;
}

.bottom {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #C4C4C4;
	margin-top: 30px;
	padding: 15px;
}

.bottom p {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

.bottom p a {
	color: #E64900;
}

.bottom p a:hover {
	text-decoration: underline;
}

.mobile-bottom,
.close-mobile-nav {
	display: none;
}

.breadcrumb {
	background: none;
	padding: 0;
	position: relative;
}

.breadcrumb li {
	margin-left: 7.5px;
	color: #8F96AC;
	font-size: 14px;
}

.breadcrumb li:before {
	content: '>';
	padding-right: 7.5px;
}

.breadcrumb li a {
	color: #8F96AC;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.breadcrumb li a:hover {
	color: #FFA21F;
}

.breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb li:first-child:before {
	display: none;
}

.b-top {
	background: #F5F5F7;
	padding: 15px 0;
	margin-bottom: 30px;
}

.b-top .container {
	position: relative;
}

.b-top .container:before {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url(../images/install-blinds_before.svg);
	bottom: -40px;
	right: 0;
}

.b-top__img {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.b-top__img img {
	position: absolute;
	width: 100%;
}

.b-top__title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
	padding-top: 0;
}

.b-top__description {
	color: #fff;
}

.b-top__description p {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 300;
}

.b-top_page {
	background: url("../images/b-top.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

.b-top-super {
	display: inline-block;
	width: 100%;
}

.b-top-super__text {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 15px;
}

#lightcase-overlay {
	top: 0;
	z-index: 3;
}

.b-top-page {
	position: relative;
	background: none;
	padding: 15px 0;
	margin-bottom: 80px;
	min-height: 450px;
}

.b-top-page .b-top-super {
	margin-top: 30px;
	padding-bottom: 30px;
}

.b-top-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 570px);
	height: 100%;
	background: #E5E5E5;
	-webkit-background-size: cover;
	background-size: cover;
}

.b-top-page_price:before {
	background: url(../images/price-bg.jpg);
}

.b-top-page_jaluzi:before {
	background: url(../images/b-top_jaluzi.jpg);
}

.b-top-page_zhv:before {
	background: url(../images/zhalyuzi/vertikalnye/fon.jpg);
}

.b-top-page_zhvp:before {
	background: url(../images/zhalyuzi/vertikalnye/plastmassovye/fon.jpg);
}

.b-top-page_zhvt:before {
	background: url(../images/zhalyuzi/vertikalnye/tkanevye/fon.jpg);
}

.b-top-page_jaluzi-vertikal-plastik:before {
	background: url(../images/jaluzi-vertikal-plastik.jpg);
}

.b-top-page_zhvin:before {
	background: url(../images/zhalyuzi/v-interere/fon.jpg);
}

.b-top-page_zhvinvz:before {
	background: url(../images/zhalyuzi/v-interere/v-zal/fon.jpg);
}

.b-top-page_zhvinvs:before {
	background: url(../images/zhalyuzi/v-interere/v-spalne/fon.jpg);
}

.b-top-page_zhvinvg:before {
	background: url(../images/zhalyuzi/v-interere/v-gostinnoj/fon.jpg);
}

.b-top-page_zhvinvdk:before {
	background: url(../images/zhalyuzi/v-interere/v-detskoi-komnate/fon.jpg);
}

.b-top-page_zhvink:before {
	background: url(../images/zhalyuzi/v-interere/na-kuhne/fon.jpg);
}

.b-top-page_zhinnd:before {
	background: url(../images/zhalyuzi/v-interere/na-dveri/fon.jpg);
}

.b-top-page_zhr:before {
	background: url(../images/zhalyuzi/rulonnye/fon.jpg);
}

.b-top-page_zhrp:before {
	background: url(../images/zhalyuzi/rulonnye/plastikovye/fon.jpg);
}

.b-top-page_zhrt:before {
	background: url(../images/zhalyuzi/rulonnye/tkanevye/fon.jpg);
}

.b-top-page_zhrz:before {
	background: url(../images/zhalyuzi/rulonnye/zebra/fon.jpg);
}

.b-top-page_zhp:before {
	background: url(../images/zhalyuzi/plisse/fon.jpg);
}

.b-top-page_zho:before {
	background: url(../images/zhalyuzi/okonnye/fon.jpg);
}

.b-top-page_zhnpo:before {
	background: url(../images/zhalyuzi/na-plastikovye-okna/fon.jpg);
}

.b-top-page_zhm:before {
	background: url(../images/zhalyuzi/multifakturnye/fon.jpg);
}

.b-top-page_zhg:before {
	background: url(../images/zhalyuzi/gorizontalnye/fon.jpg);
}

.b-top-page_zhgp:before {
	background: url(../images/zhalyuzi/gorizontalnye/plastikovye/fon.jpg);
}

.b-top-page_zhgk:before {
	background: url(../images/zhalyuzi/gorizontalnye/kassetnye/fon.jpg);
}

.b-top-page_zhgi:before {
	background: url(../images/zhalyuzi/gorizontalnye/isolite/fon.jpg);
}

.b-top-page_zhgd:before {
	background: url(../images/zhalyuzi/gorizontalnye/derevyannye/fon.jpg);
}

.b-top-page_zhga:before {
	background: url(../images/zhalyuzi/gorizontalnye/alyuminievye/fon.jpg);
}

.b-top-page_zhbs:before {
	background: url(../images/zhalyuzi/bez-sverleniya/fon.jpg);
}

.b-top-page_rs:before {
	background: url(../images/rulonnye-shtory/fon.jpg);
}

.b-top-page_rsz:before {
	background: url(../images/rulonnye-shtory/zebra/fon.jpg);
}

.b-top-page_rst:before {
	background: url(../images/rulonnye-shtory/tkanevye/fon.jpg);
}

.b-top-page_rsnpo:before {
	background: url(../images/rulonnye-shtory/na-plastikovye-okna/fon.jpg);
}

.b-top-page_rsdn:before {
	background: url(../images/rulonnye-shtory/den-noch/fon.jpg);
}

.b-top-page_rsk:before {
	background: url(../images/rulonnye-shtory/kassetnye/fon.jpg);
}

.b-top-page__title {
	font-size: 36px;
	color: #FDF2E4;
	margin-top: 15px;
}

.b-top-page:after {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url(../images/install-blinds_before.svg);
	bottom: -15px;
	left: calc(50% + 570px - 90px);
}

.h-slider .slide {
	height: 580px;
}

.h-slider .slide__title {
	position: relative;
	margin-top: 70px;
	font-size: 48px;
	font-weight: 600;
	color: #3B355A;
	line-height: 1.1;
	text-transform: uppercase;
}

.h-slider .slide__title:before {
	position: absolute;
	content: '';
	background: #2FD0E5;
	height: 3px;
	width: 100px;
	bottom: -30px;
	left: 0;
}

.h-slider .slide__subtitle {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #3B355A;
	margin-top: 50px;
}

.h-slider .slide__adr {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 50px;
	position: relative;
	padding-left: 25px;
}

.h-slider .slide__adr:before {
	content: '';
	background: url(../images/adr-before.svg);
	width: 17px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}

.h-slider .slide_1 {
	background: url("../images/slide-1.jpg") top center no-repeat;
}

.h-slider .slide_2 {
	background: url("../images/slide-2.jpg") top center no-repeat;
}

.h-slider .slide_3 {
	background: url("../images/slide-3.jpg") top center no-repeat;
}

@media screen and (max-width: 767px) {
	.h-slider .slide_1 {
		background: url("../images/slide-1m1.jpg") center no-repeat;
		background-size: cover;

		/* padding-bottom: 250px; */
		height: 580px!important;
	}

	.h-slider .slide_2 {
		background: url("../images/slide-2m1.jpg") center no-repeat;
		background-size: cover;

		/* padding-bottom: 250px; */
		height: 580px!important;
	}

	.h-slider .slide_3 {
		background: url("../images/slide-3m1.jpg") center no-repeat;
		background-size: cover;

		/* padding-bottom: 250px; */
		height: 580px!important;
	}

	.h-slider .slide {
		height: 100%;
	}
	/* .h-slider .slide__subtitle,
	.h-slider .slide__title {
		color: #FFF;
	} */

	.h-slider .slide__subtitle {
		font-size: 18px!important;
		font-weight: 600;
	}
	.h-slider .slide__title {
		/* margin-top: 70px; */
		/* font-size: 38px!important; */
		text-transform: none!important;
	}

	.goods-slider .slide {
		/* height: 235px; */
		height: 110vw!important;
	}

}

.h-slider .slide_4 {
	background: url("../images/slide-4.jpg") top center no-repeat;
}

.h-slider .slide_5 {
	background: url("../images/slide-5.jpg") top center no-repeat;
}

.discount {
	height: 475px;
	background: url("../images/discount-bg.jpg") top center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #00b2dc), color-stop(50%, #F5F4F4));
	background: url("../images/discount-bg.jpg") top center no-repeat, -webkit-linear-gradient(left, #00b2dc 50%, #F5F4F4 50%);
	background: url("../images/discount-bg.jpg") top center no-repeat, -o-linear-gradient(left, #00b2dc 50%, #F5F4F4 50%);
	background: url("../images/discount-bg.jpg") top center no-repeat, linear-gradient(to right, #00b2dc 50%, #F5F4F4 50%);
}

.discount__title {
	font-size: 36px;
	font-weight: bold;
	color: #3B355A;
	margin-top: 30px;
	line-height: 1.1;
}

.discount__title span {
	display: inline-block;
	background: #FDE8CB;
	padding: 2.5px 10px;
}

.discount__subtitle {
	font-size: 24px;
	line-height: 1.1;
	color: #3B355A;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.discount__description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 10px;
}

.discount__info {
	font-size: 18px;
	color: #2CC4D9;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}

.discount-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.catalog {
	padding: 60px 0;
}

.catalog__bottom {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 60px;
}

.catalog .container {
	position: relative;
}

.catalog__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	color: #3B355A;
}

.catalog__description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	padding-top: 15px;
}

.catalog__link {
	position: absolute;
	right: 0;
	top: 60px;
	font-size: 14px;
	padding-right: 35px;
	font-weight: 600;
}

.catalog__link:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	width: 30px;
	background: #000;
}

.catalog__link:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background: #2FD0E5;
	opacity: 0.5;
	top: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -20px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	right: 15%;
	z-index: -1;
}

.catalog__link:hover {
	color: #000;
}

.catalog__link:hover:before {
	-webkit-animation-name: movelink;
	animation-name: movelink;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: lease-in-out;
	animation-timing-function: lease-in-out;
}

.catalog-item {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.catalog-item:hover .catalog-item__price,
.catalog-item:hover .catalog-item__description {
	color: #2CC4D9;
}

.catalog-item:hover .catalog-item__img img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.catalog-item:hover .catalog-item__img:before {
	-webkit-transform: translate(0, 0) scale(1) rotate(0);
	-ms-transform: translate(0, 0) scale(1) rotate(0);
	transform: translate(0, 0) scale(1) rotate(0);
	height: 100%;
}

.catalog-item__img {
	position: relative;
	width: 100%;
	height: 350px;
	display: inline-block;
	overflow: hidden;
}

.catalog-item__img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #2FD0E5;
	mix-blend-mode: overlay;
	height: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, 50%) scale(0) rotate(180deg);
	-ms-transform: translate(0, 50%) scale(0) rotate(180deg);
	transform: translate(0, 50%) scale(0) rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 2;
}

.catalog-item__img img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}

.catalog-item__name {
	position: absolute;
	bottom: 20px;
	left: 15px;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	z-index: 3;
}

.catalog-item__price {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	margin-top: 5px;
}

.catalog-item__description {
	display: inline-block;
	width: 100%;
	font-weight: 300;
	color: #8F96AC;
	line-height: 1.2;
	font-size: 14px;
	height: 80px;
}

.install-blinds {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FDE8CB), color-stop(0%, #fff));
	background: -webkit-linear-gradient(left, #FDE8CB 50%, #fff 0%);
	background: -o-linear-gradient(left, #FDE8CB 50%, #fff 0%);
	background: linear-gradient(to right, #FDE8CB 50%, #fff 0%);
	position: relative;
}

.install-blinds .container {
	background: #FDE8CB;
	padding-bottom: 60px;
	margin-bottom: 30px;
	position: relative;
}

.install-blinds .container:hover:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.install-blinds .container:before {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url("../images/install-blinds_before.svg");
	top: -20px;
	right: -20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.install-blinds__title {
	font-size: 36px;
	font-weight: bold;
	color: #211402;
	line-height: 1.1;
	margin-top: 80px;
}

.install-blinds__description {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	margin-top: 30px;
	padding-right: 90px;
}

.ib-item {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.ib-item:hover .ib-item__icon:before {
	-webkit-transform: rotate(0deg) translate(0, 0) scale(1.1);
	-ms-transform: rotate(0deg) translate(0, 0) scale(1.1);
	transform: rotate(0deg) translate(0, 0) scale(1.1);
}

.ib-item__icon {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 50px;
}

.ib-item__icon:before {
	position: absolute;
	left: -3px;
	top: -3px;
	content: '';
	width: 50px;
	height: 50px;
	background: #2FD0E5;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotate(90deg) translate(110%, 0);
	-ms-transform: rotate(90deg) translate(110%, 0);
	transform: rotate(90deg) translate(110%, 0);
}

.ib-item__icon img {
	position: relative;
	z-index: 2;
}

.ib-item__text {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.2;
}

.install-blinds-img {
	margin-top: 80px;
	position: relative;
}

.install-blinds-img img {
	position: absolute;
	width: 100%;
}

.reviews {
	padding: 30px 0;
}

.reviews__title {
	font-size: 34px;
	font-weight: 600;
	color: #3B355A;
	margin-bottom: 5px;
}

.reviews__bottom {
	text-align: center;
	padding-top: 60px;
	display: inline-block;
	width: 100%;
}

.reviews-item {
	display: inline-block;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(134, 160, 164, 0.4);
	box-shadow: 0 0 15px rgba(134, 160, 164, 0.4);
	padding: 30px;
	margin-top: 30px;
}

.reviews-item_top {
	display: inline-block;
	width: 100%;
}

.reviews-item__top-img {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.reviews-item__top-img:hover:before {
	-webkit-transform: translate(0, 0) scale(1) rotate(0);
	-ms-transform: translate(0, 0) scale(1) rotate(0);
	transform: translate(0, 0) scale(1) rotate(0);
	height: 100%;
	width: 100%;
}

.reviews-item__top-img:hover:after {
	opacity: 1;
}

.reviews-item__top-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-item__top-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #2FD0E5;
	mix-blend-mode: overlay;
	height: 50%;
	width: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(50%, 50%) scale(0) rotate(180deg);
	-ms-transform: translate(50%, 50%) scale(0) rotate(180deg);
	transform: translate(50%, 50%) scale(0) rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 2;
}

.reviews-item__top-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) url("../images/zoom.svg") center center no-repeat;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.reviews-item__top-video {
	display: inline-block;
	width: 48%;
	margin-left: 4%;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}

.reviews-item__top-video:hover:after {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.reviews-item__top-video:hover:before {
	-webkit-transform: translate(0, 0) scale(1) rotate(0);
	-ms-transform: translate(0, 0) scale(1) rotate(0);
	transform: translate(0, 0) scale(1) rotate(0);
	height: 100%;
	width: 100%;
}

.reviews-item__top-video:after {
	position: absolute;
	content: '';
	background: url("../images/video-icon.svg");
	width: 67px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -33.5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.reviews-item__top-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #2FD0E5;
	mix-blend-mode: overlay;
	height: 50%;
	width: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(50%, 50%) scale(0) rotate(180deg);
	-ms-transform: translate(50%, 50%) scale(0) rotate(180deg);
	transform: translate(50%, 50%) scale(0) rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 2;
}

.reviews-item__top-video img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-item__title {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 30px;
}

.reviews-item__date {
	font-size: 18px;
	opacity: 0.5;
	float: right;
	margin-top: 15px;
}

.reviews-item__name {
	font-size: 18px;
	font-weight: 600;
	color: #2CC4D9;
	margin-top: 15px;
}

.reviews-item__description {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 100;
	margin-top: 15px;
}

.reviews-item__like {
	font-size: 16px;
	margin-top: 15px;
	position: relative;
	padding-left: 35px;
	display: inline-block;
	width: 100%;
}

.reviews-item__like:before {
	position: absolute;
	content: '';
	background: url(../images/like.svg);
	width: 24px;
	height: 24px;
	left: 0;
	top: 1px;
}

.reviews-item__like_dis:before {
	background: url(../images/dislike.svg);
}

.map {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background: #FDE8CB;
	height: 500px;
	position: relative;
	margin-top: 15px;
}

.map__title {
	font-weight: 600;
	color: #3B355A;
	line-height: 1.1;
	margin-top: 55px;
	margin-bottom: 20px;
}

.map__adr {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0;
	position: relative;
	padding-left: 24px;
}

.map__adr:before {
	position: absolute;
	content: '';
	background: url(../images/map-fiolet-2.svg);
	width: 13px;
	height: 17px;
	left: 0;
	top: 0;
	margin-top: 0;
}

.map__discription {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	margin-top: 25px;
}

#map {
	position: absolute;
	width: calc(50% + 190px);
	height: 500px;
	top: 0;
	right: 0;
}

.quiz {
	padding: 30px 0;
}

.quiz__title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.quiz__body {
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgba(47, 208, 229, 0.1)));
	background: -webkit-linear-gradient(left, #fff 50%, rgba(47, 208, 229, 0.1) 50%);
	background: -o-linear-gradient(left, #fff 50%, rgba(47, 208, 229, 0.1) 50%);
	background: linear-gradient(to right, #fff 50%, rgba(47, 208, 229, 0.1) 50%);
}

.quiz__body:before {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url(../images/install-blinds_before.svg);
	left: 50%;
	bottom: -55px;
	margin-left: -15px;
}

.quiz__name {
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	padding: 15px 0 30px 0;
}

.quiz__bottom {
	display: inline-block;
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
}

.quiz__btn {
	position: relative;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 60px 20px 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 0%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.quiz__btn:before {
	content: '';
	background: url("../images/quiz-btn-before.svg");
	width: 23px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}

.quiz__btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 40%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
}

.quiz__btn:focus {
	outline: none;
}

.quiz__img {
	width: 100%;
}

.quiz__sale {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -15px;
}

.quiz__sale span {
	background: #FDE8CB;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
}

.quiz__description {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 15px;
}

.quiz-man__img {
	width: 100%;
	display: inline-block;
}

.quiz-man__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.quiz-man__name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

.quiz-man__experience {
	font-size: 18px;
	line-height: 1;
	color: #8F96AC;
	font-weight: 300;
	margin-top: 15px;
}

.quiz-man__description {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	margin-top: 20px;
}

.quiz-checkbox {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.quiz-checkbox:hover .quiz-checkbox__check {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.quiz-checkbox:hover .quiz-checkbox__text {
	color: #2FD0E5;
	text-decoration: underline;
}

.quiz-checkbox input {
	display: none;
}

.quiz-checkbox input:checked + .quiz-checkbox__check:before, .quiz-checkbox input:checked + .quiz-checkbox__check:after {
	opacity: 1;
}

.quiz-checkbox__check {
	display: inline-block;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.quiz-checkbox__check:before, .quiz-checkbox__check:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.quiz-checkbox__check:after {
	background: rgba(0, 0, 0, 0.4) url("../images/check.svg") center center no-repeat;
	z-index: 1;
}

.quiz-checkbox__check:before {
	background: #2FD0E5;
	mix-blend-mode: overlay;
	z-index: 2;
}

.quiz-checkbox__check img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.quiz-checkbox__text {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.quiz-mess {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 15px 0;
}

.quiz-mess__item {
	width: 80px;
	margin: 0 20px;
	cursor: pointer;
}

.quiz-mess__item img {
	width: 100%;
}

.quiz-mess__item:first-child {
	margin-left: 0;
}

.quiz-mess__item:last-child {
	margin-right: 0;
}

.quiz-mess__item input {
	display: none;
}

.quiz-mess__item input:checked + .mess:before {
	opacity: 1;
}

.quiz-mess__item .mess {
	display: inline-block;
	position: relative;
}

.quiz-mess__item .mess:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	background: rgba(47, 208, 229, 0.6) url("../images/check.svg") center center no-repeat;
}

.quiz-mess__text {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	line-height: 1;
}

.quiz-slide {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	display: none;
}

.quiz-slide.in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: block;
}

.quiz-modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(47, 208, 229, 0.5);
}

.quiz-modal__windows {
	text-align: center;
	position: absolute;
	padding: 3% 5%;
	width: 50%;
	left: 25%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
}

.quiz-modal__title {
	display: inline-block;
	width: 100%;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	margin: 15px 0;
}

.quiz-modal__description {
	font-size: 18px;
	font-weight: 600;
}

.quiz-modal__btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 0%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 15px;
}

.quiz-modal__btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 40%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
}

.quiz-modal__btn:focus {
	outline: none;
}

.b-top_about {
	position: relative;
	background: none;
}

.b-top_about .container:before {
	display: none;
}

.b-top_about:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 570px);
	height: 100%;
	background: url(../images/b-top_about.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

.b-top_about:after {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url(../images/install-blinds_before.svg);
	bottom: -15px;
	left: calc(50% + 570px - 90px);
}

.gallary-page {
	padding: 30px 0;
}

.gallary {
	padding: 30px 0 0 0;
}

.gallary__title {
	font-size: 34px;
	font-weight: 600;
	color: #3B355A;
	margin-bottom: 5px;
}

.gallary__title_no-first {
	margin-top: 30px;
}

.gallary__item {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.gallary__item:hover:after {
	opacity: 1;
}

.gallary__item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, 0) scale(1) rotate(0deg);
	-ms-transform: translate(0, 0) scale(1) rotate(0deg);
	transform: translate(0, 0) scale(1) rotate(0deg);
}

.gallary__item img {
	width: 100%;
}

.gallary__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) url(../images/zoom.svg) center center no-repeat;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallary__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #2FD0E5;
	mix-blend-mode: overlay;
	height: 50%;
	width: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 2;
	-webkit-transform: translate(50%, 50%) scale(0) rotate(180deg);
	-ms-transform: translate(50%, 50%) scale(0) rotate(180deg);
	transform: translate(50%, 50%) scale(0) rotate(180deg);
}

.stock-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 320px;
	margin: 15px 0 30px 0;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.stock-item_right {
	margin: 20% 0;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.stock-item_right .stock-item-block {
	margin-bottom: -15%;
}

.stock-item img {
	width: 100%;
	height: 320px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.stock-item-block {
	z-index: 2;
	width: 62%;
	height: 58%;
	padding: 5% 4%;
	background: #3B355A;
}

.stock-item-block__title {
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	font-weight: 600;
}

.stock-item-block__description {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 100;
	margin-top: 15px;
	color: #fff;
}

.stock-item-block__link {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 600;
}

.stock-item-block__link:hover {
	color: #fff;
}

.stock-item-block__link:hover:before {
	-webkit-animation-name: movelink;
	animation-name: movelink;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: lease-in-out;
	animation-timing-function: lease-in-out;
}

.stock-item-block__link:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background: #2FD0E5;
	opacity: 0.5;
	top: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -20px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	right: 15%;
	z-index: -1;
}

.stock-item-block__link:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	height: 1px;
	width: 30px;
	background: #fff;
}

.stock-one {
	padding-bottom: 30px;
}

.stock-one__img {
	width: 100%;
}

.stock-one__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.stock-one__title {
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
}

.stock-one__description {
	margin-top: 40px;
}

.stock-one__description p {
	font-size: 16px;
	line-height: 1.2;
}

.stock-one__bottom {
	text-align: center;
	padding-top: 15px;
}

.news-item {
	margin: 30px 0;
	display: inline-block;
}

.news-item:hover {
	color: #000;
}

.news-item__img img {
	max-height: 270px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-item__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
}

.news-item__data {
	display: inline-block;
	width: 100%;
	font-weight: 100;
	font-size: 16px;
	margin-top: 15px;
}

.news-item__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.contact-item {
	padding-bottom: 20px;
	padding-left: 20px;
}

.contact-item__title {
	font-weight: 300;
	line-height: 17px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
}

.contact-item__title:before {
	position: absolute;
	width: 16px;
	height: 20px;
	top: 0;
	left: 0;
	margin-left: -25px;
	content: '';
}

.contact-item__title_adr:before {
	background: url(../images/map.svg) center center no-repeat;
}

.contact-item__title_tel:before {
	background: url(../images/phone__before.svg) center center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px;
}

.contact-item__title_time:before {
	background: url(../images/header-time.svg) center center no-repeat;
}

.contact-item__description {
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
	line-height: 1.3;
}

.contact-item__description a {
	font-weight: 600;
	color: #01B5D7;
}

.contact-item__description a:hover {
	color: #FE7E43;
}

.contacts {
	padding: 30px 0;
}

.contacts #map {
	position: relative;
	height: 480px;
	width: 100%;
}

.contacts-bottom {
	height: 500px;
	background: url("../images/contacts-botton.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 15px;
}

.contact-form {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 30px;
	margin-top: 60px;
}

.b-top_sps {
	position: relative;
	background: none;
	margin-bottom: 60px;
}

.b-top_sps .container:before {
	display: none;
}

.b-top_sps:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 570px);
	height: 100%;
	background: #3B355A;
	opacity: 0.03;
	-webkit-background-size: cover;
	background-size: cover;
}

.b-top_sps:after {
	position: absolute;
	content: '';
	width: 104px;
	height: 80px;
	background: url(../images/install-blinds_before.svg);
	bottom: -15px;
	left: calc(50% + 570px - 90px);
}

.b-top_sps .b-top__title {
	color: #000;
}

.b-top_sps .b-top__description {
	color: #000;
	font-size: 24px;
	margin-top: 30px;
}

.b-top_sps .btn-accent {
	margin-top: 100px;
}

.b-stock__title {
	font-size: 36px;
	font-weight: 600;
	color: #3B355A;
}

.b-stock__description {
	font-size: 16px;
	line-height: 1.2;
	color: #3B355A;
}

.b-stock .stock-item_right {
	margin-top: 15px;
}

.b-top-super-list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
}

.b-top-super-list__item {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	position: relative;
	margin-top: 5px;
}

.b-top-super-list__item:first-child {
	margin-top: 0;
}

.b-top-super-list__item:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 23px;
	left: 0;
	margin-left: -38px;
	background: url(../images/super-list-before.svg) center center no-repeat;
}

.btn-goods {
	position: relative;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 30px 20px 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 0%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 0%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.4);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: 0 0 5px #1D92A1;
}

.btn-goods:before {
	content: '';
	background: url("../images/btn-goods-before.svg") center center no-repeat;
	width: 117px;
	height: 82px;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -41px;
}

.btn-goods:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1ACAE2), to(#28A8B9));
	background: -webkit-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: -o-linear-gradient(top, #1ACAE2 40%, #28A8B9 100%);
	background: linear-gradient(180deg, #1ACAE2 40%, #28A8B9 100%);
	-webkit-box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
	box-shadow: 0 14px 30px rgba(39, 173, 191, 0.6);
}

.btn-goods:focus {
	outline: none;
}

.b-top-super__text_goods {
	font-size: 16px;
}

.b-top-super_goods {
	padding: 0;
	margin-top: 10px !important;
}

.b-top-super__bottom {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}

.goods-slider {
	position: relative;
	margin: 0 -32px 0 0;
	z-index: 1;
	height: 100%;
}

.goods-slider ul {
	position: initial!important;
	display: flex;
    height: 100%;
}
.goods-slider .slide {
	width: 100%;
	height: 100%;
	position: initial!important;
	float: none!important;
	/* height: 375px; */
}

.bx-viewport {
	height: 100%!important;
}


.goods-slider .slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.goods-super {
	margin-top: 10px;
	display: none;
}

.goods-super-item {
	margin-top: 20px;
	padding-left: 30px;
}

.goods-super-item__title {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}

.goods-super-item__title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-left: -30px;
}

.goods-super-item__title_tech:before {
	background: url("../images/tech-before.svg") center center no-repeat;
}

.goods-super-item__title_sale:before {
	background: url("../images/sale-before.svg") center center no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px;
}

.goods-super-item__title_prise:before {
	background: url("../images/prise-before.svg") center center no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px;
}

.goods-super-item__description {
	font-size: 16px;
	line-height: 1.3;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	font-weight: 300;
}

.goods-super-item__icon {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.goods-super-item__text {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	line-height: 1.1;
}

.goods-form {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px;
	-webkit-box-shadow: 0 0 35px rgba(134, 160, 164, 0.4);
	box-shadow: 0 0 35px rgba(134, 160, 164, 0.4);
	background: #fff;
	z-index: 2;
	height: 100%;
}

.goods-form__title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.goods-form__info {
	font-size: 16px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.45);
	display: inline-block;
	width: 100%;
}

.goods-form__prise {
	font-size: 36px;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.goods-form-super {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 25px;
	margin: 15px 0;
}

.goods-form-super__item {
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	position: relative;
	padding-left: 20px;
}

.goods-form-super__item:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 15px;
	background: url(../images/gsi-before.svg) center center no-repeat;
	margin-left: -5px;
}

.form-size-item {
	display: inline-block;
	width: 100%;
}

.form-size {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 72%;
}

.form-size__input {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 48%;
	background: rgba(196, 196, 196, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 44px;
	margin: 7.5px 0;
	text-indent: 15px;
	font-size: 16px;
}

.form-size__input:focus {
	outline: none;
}

.form-size__input::-webkit-input-placeholder {
	color: #000;
}

.form-size__del {
	position: absolute;
	min-width: 16px;
	height: 16px;
	right: -30px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/del.svg) left center no-repeat;
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.form-size__del:hover {
	opacity: 1;
}

.form-size__add {
	position: absolute;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: none;
	right: -105px;
}

.form-size__add:before {
	content: 'Добавить еще';
}

.form-size__add:hover {
	opacity: 1;
}

.form__label_mt {
	margin-top: 5px;
}

.form-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
}

.form-radio {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.form-radio input {
	display: none;
}

.form-radio input:checked + .form-radio__radio:before {
	opacity: 1;
}

.form-radio__radio {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #8F96AC;
}

.form-radio__radio:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	background: #2FD0E5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.form-radio__text {
	font-size: 16px;
}

.goods-sale {
	background: -webkit-linear-gradient(left, rgba(59, 53, 90, 0.05) calc(50% + 570px), #fff 50%);
	background: -o-linear-gradient(left, rgba(59, 53, 90, 0.05) calc(50% + 570px), #fff 50%);
	background: linear-gradient(to right, rgba(59, 53, 90, 0.05) calc(50% + 570px), #fff 50%);
	margin: 60px 0 120px 0;
	padding: 60px 0;
}

.goods-sale__img {
	position: relative;
}

.goods-sale__img img {
	position: absolute;
	width: 100%;
}

.goods-sale__title {
	font-size: 36px;
	font-weight: 600;
}

.goods-sale__descritpion {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin-top: 15px;
}

.goods-sale__subtitle {
	font-weight: 600;
	font-size: 16px;
	margin-top: 15px;
}

.goods-sale .form {
	margin-top: 20px;
}

.goods-sale .form .form__confid {
	margin-top: 30px;
}

.prise-man {
	margin-top: 30px;
	color: #fff;
	padding-bottom: 30px;
}

.prise-man__img img {
	width: 100%;
}

.prise-man__name {
	font-size: 18px;
	font-weight: 600;
}

.prise-man__profesion {
	font-size: 18px;
	font-weight: 300;
}

.prise-man__description {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.3;
}

.prise-form {
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 35px rgba(134, 160, 164, 0.4);
	box-shadow: 0 0 35px rgba(134, 160, 164, 0.4);
	padding: 30px;
	margin-top: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.form-relative {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	z-index: 2;
}

.modal-sm {
	max-width: 370px;
}

.modal-content {
	padding: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-content .form__confid {
	font-size: 13px;
}

.modal-content .form__confid .checkbox {
	top: 3px;
	margin-top: 0;
}

.modal-content .close {
	color: #666;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
}

.modal-content .modal-zag {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.modal-content .modal-text {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.modal-content .modal-text p {
	text-align: left;
}

.modal-content form {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top: 15px;
}

.modal-content label {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	text-align: left;
}

.modal-content .confid {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
	padding-left: 10px;
}

.modal-content .confid input {
	margin-right: 5px;
}

.modal-content .confid a {
	text-decoration: underline;
	cursor: pointer;
}

.modal-content .btn-accent,
.modal-content .btn-main {
	width: 80%;
	text-align: center;
	left: 10%;
}

.modal-content .success-img {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 0 60px 0;
}

.modal-content .success-img img {
	display: inline-block;
}

.modal-backdrop {
	background: #3B355A;
	opacity: 0.9 !important;
}

.slide__btn-box {
    margin-top: 50px;
	display: none;
}

.slide__btn {
    display: inline-block;
    position: relative;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FE7E43));
    background: -webkit-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
    background: -o-linear-gradient(top, #FFA21F 0%, #FE7E43 100%);
    background: linear-gradient(
            180deg
            , #FFA21F 0%, #FE7E43 100%);
    padding: 15px 30px;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    text-shadow: 1px 1px 0 rgb(179 57 0 / 59%);
    text-align: left;
    line-height: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(229, 73, 0, 0.35);
    box-shadow: 0 5px 15px rgba(229, 73, 0, 0.35);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide__btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFA21F), to(#FFA21F));
    background: -webkit-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
    background: -o-linear-gradient(top, #FFA21F 0%, #FFA21F 100%);
    background: linear-gradient(
            180deg
            , #FFA21F 0%, #FFA21F 100%);
    color: #fff;
}

.slide__btn:active {
    position: relative;
    top: 1px;
}

.review-add-box {

	margin: 50px 0;

}

.textarea-input {
	width: 100%;
	border: 1px solid #D9D9D9;
}

.textarea-input-box {
	margin: 25px 0 0 0;
}

.g-recaptcha--box {
	margin: 0 0 20px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header{
		margin-bottom: 40px;
	}
	.header-col-3{
		max-width: 24%;
	}

	.header-nav {
		margin-top: -45px;
	}

	.header-nav ul li a {
		padding: 15px 21%;
		width: 100%;
		font-size: 0.8em;
		white-space: nowrap;
	}

	.btn-accent {
		font-size: 16px;
	}

	.header__phone {
		font-size: 22px;
	}

	.header__adress {
		font-size: 14px;
	}

	.slide__title,
	.slide__subtitle,
	.slide__adr {
		margin-left: 60px;
	}

	.discount__subtitle {
		font-size: 22px;
	}

	.discount__description {
		font-size: 16px;
	}

	#map {
		width: calc(50% + 155px);
	}

	.footer__adr {
		font-size: 12px;
	}

	.footer__phone {
		font-size: 20px;
	}

	.b-top_about:before,
	.b-top_sps:before,
	.b-top-page:before {
		width: 100%;
	}

	.b-top_about:after,
	.b-top_sps:after,
	.b-top-page:after {
		left: auto;
		right: 10px;
	}

	.b-stock {
		margin-top: 30px;
	}

	.b-top-page {
		margin-bottom: 15px;
	}

	.goods-super-item__title {
		font-size: 13px;
	}

	.goods-super-item__description {
		font-size: 14px;
	}

	.goods-form-super__item {
		font-size: 11px;
	}

	.goods-form__title {
		font-size: 20px;
	}

	.form-size__input {
		font-size: 12px;
	}

	.form-radio__text {
		font-size: 12px;
	}

	.goods-form .form__confid,
	.goods-sale .form__confid {
		font-size: 12px;
	}

	.goods-sale__subtitle {
		font-size: 15px;
	}

	.goods-sale {
		margin-bottom: 30px;
	}

    .slide__btn-box {
        margin-left: 60px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
	.header{
		margin-bottom: 32px;
	}
	.header-col-3{
		max-width: 34%;
	}
	.header-col-4{
		max-width: 36%;
		flex: 0 0 36%;
	}
	.header__logo img {
		width: 100%;
		max-width: 200px;
	}

	.header__phone {
		font-size: 16px;
	}

	.header__phone:before {
		height: 14px;
		top: 5px;
		left: -24px;
	}

	.header__adress {
		font-size: 14px;
	}

	.header-nav {
		margin-top: -45px;
	}

	.header-nav ul li a {
		display: inline-block;
		padding: 15px 3px;
		font-size: 12px;
		border: none;
	}

	.header-nav ul li:last-child a {
		border-right: none;
	}

	.slide__title,
	.slide__subtitle,
	.slide__adr,
    .slide__btn-box {
		margin-left: 60px;
	}

	.discount__title {
		font-size: 26px;
	}

	.discount__subtitle {
		font-size: 16px;
	}

	.discount__description {
		font-size: 16px;
	}

	.discount__description br {
		display: none;
	}

	.discount__info {
		font-size: 16px;
	}

	.install-blinds__title {
		font-size: 34px;
	}

	.install-blinds__description {
		padding-right: 15px;
		font-size: 15px;
		margin-top: 15px;
	}

	.ib-item__text {
		margin-top: 15px;
		font-size: 10px;
	}

	.ib-item {
		margin-top: 15px;
	}

	.reviews {
		padding: 30px 0;
	}

	.reviews-item__title {
		font-size: 18px;
	}

	.reviews-item__name,
	.reviews-item__date {
		font-size: 16px;
	}

	.reviews-item__description {
		font-size: 14px;
	}

	.reviews-item__like {
		font-size: 14px;
	}

	#map {
		width: 50%;
	}

	.b-top_about:before,
	.b-top_sps:before,
	.b-top-page:before {
		width: 100%;
	}

	.b-top_about:after,
	.b-top_sps:after,
	.b-top-page:after {
		left: auto;
		right: 10px;
	}

	.stock-item-block {
		width: 70%;
		height: 58%;
		padding: 5% 4%;
	}

	.stock-item-block__title {
		font-size: 14px;
	}

	.b-stock {
		margin-top: 30px;
	}

	.goods-slider .slide {
		/* height: 235px; */
	}

	.goods-form__info {
		font-size: 13px;
	}

	.goods-form-super__item {
		font-size: 12px;
	}

	.goods-form__title {
		font-size: 14px;
	}

	.form-size__input {
		font-size: 14px;
		text-indent: 10px;
	}

	.form-size__add {
		height: 30px;
		margin-top: -15px;
		width: 70px;
		right: -80px;
		line-height: 1;
	}

	.form-controls {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-radio__text {
		font-size: 14px;
	}

	.goods-form .form__confid .checkbox {
		margin-top: 0;
		top: 5px;
	}

	.goods-form .btn-accent {
		font-size: 14px;
	}

	.goods-sale {
		margin-bottom: 15px;
	}

	.goods-sale .btn-accent {
		font-size: 14px;
	}

}

@media (max-width: 767px) {
	.header-row {
		justify-content: center;
	}
	.header-col-2{
		display: none;
	}
	.header-col-3{
		display: none;
	}
	.header-col-4{
		min-height: 240px;
	}
	.header-messanger-wrap{
		width: 170px;
		margin: 0 auto;
	}
	.header-tel-wrap{
		height: auto;
	}
	.header-messanger-text{
		margin-left: 0;
	}

	.mobile-bottom {
		display: block;
		position: fixed;
		background: #fff url("../images/mobile-botton-nav.svg") center left 10px no-repeat;
		width: 80px;
		height: 50px;
		top: 0;
		left: 0;
		z-index: 9;
	}

	.mobile-bottom:after {
		content: 'МЕНЮ';
		line-height: 50px;
		padding-left: 35px;
		font-size: 10px;
	}

	.close-mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 80%;
		width: 35px;
		height: 35px;
		background: #E64900 url("../images/close.svg") center center no-repeat;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		z-index: 10;
	}

	.close-mobile-nav.active {
		opacity: 1;
	}

	.header-nav {
		display: inline-block;
		position: fixed;
		width: 80%;
		height: 100%;
		top: 0;
		z-index: 10;
		background: #3B355A;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 10px 30px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		margin: 0;
	}

	.header-nav.active {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.header-nav ul {
		display: inline-block;
		width: 100%;
	}

	.header-nav ul li {
		display: inline-block;
		width: 100%;
		margin-top: 14px;
		position: relative;
	}

	.header-nav ul li a {
		padding: 0;
		border: none !important;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
	}

	.header-nav ul li:hover a {
		background: none;
		color: #fff;
	}

	.header-nav ul li.active a {
		background: none;
		color: #2FD0E5;
	}

	.header-nav ul li ul {
		width: 100%;
		display: inline-block;
		position: relative;
		top: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-left: 10px;
	}

	.header-nav ul li ul li {
		display: inline-block;
		width: 100%;
	}

	.header-nav ul li ul li a {
		padding: 0;
		font-weight: normal;
	}

	.header__logo {
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.header__logo img {
		width: 100%;
		max-width: 150px;
	}

	.header {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.header .btn-accent {
		display: none;
	}

	.header__time {
		display: none;
	}

	.header__contacts-block {
		margin-top: 15px;
	}

	.header__phone {
		float: none;
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-top: 0;
		font-size: 16px;
		font-size: 18px;
	}

	.header__phone:before {
		position: absolute;
		left: auto;
		margin: 0 0 0 -18px;
		width: 14px;
		height: 14px;
	}

	.header__adress {
		display: inline-block;
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 15px;
		font-size: 14px;

	}

	.slide_1 {
		background: url(../images/slide-1-xs.jpg) top center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.h-slider .slide {
		color: #fff;
		/* height: 430px; */
	}

	.slide__title {
		text-align: center;
		color: #fff;
		font-size: 28px;
		margin-top: 60px;
		line-height: 1.2;
	}

	.slide__title:before {
		display: none;
	}

	.slide__subtitle {
		font-size: 23px;
		color: #fff;
		text-align: center;
		margin-top: 15px;
		line-height: 1.2;
	}

	.slide__adr {
		font-size: 16px;
		text-align: center;
		margin-top: 60px;
	}

	.slide__adr:before {
		background: url(../images/map.svg) center center no-repeat;
		top: -30px;
		left: 50%;
		margin-left: -8.5px;
	}

	.discount {
		height: auto;
		text-align: center;
		background: #F5F4F4 url("../images/discount-bg.jpg") top center no-repeat;
	}

	.discount .form__input_name {
		margin-bottom: 15px;
	}

	.form__confid .checkbox {
		left: auto;
		margin-left: -20px;
		top: 10px;
	}

	.discount__subtitle {
		margin-top: 15px;
	}

	.catalog {
		padding: 30px 0;
	}

	.catalog__title {
		text-align: center;
		line-height: 1.1;
	}

	.catalog__description {
		margin-top: 70px;
		text-align: center;
	}

	.catalog__link {
		margin-top: 50px;
	}

	.catalog-item__img {
		/* height: 270px; */
		height: 100%;
	}

	.catalog-item__description {
		display: none;
	}

	.install-blinds__title {
		font-size: 28px;
		text-align: center;
		margin-top: 0;
	}

	.install-blinds__description {
		padding-right: 0;
		margin-top: 250px;
	}

	.install-blinds-img img {
		position: absolute;
		height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
		margin-top: 90px;
	}

	.install-blinds {
		overflow: hidden;
	}

	.install-blinds .container {
		margin-bottom: 0;
	}

	.ib-item {
		text-align: center;
		margin-top: 15px;
	}

	.ib-item__icon:before {
		left: 50%;
		margin-left: -25px;
	}

	.reviews {
		padding: 15px 0;
	}

	.reviews__title {
		text-align: center;
	}

	.reviews-item__top-video:after {
		width: 50px;
		height: 50px;
		-webkit-background-size: 50px 50px;
		background-size: 50px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: -25px;
	}

	.reviews-item__title {
		font-size: 15px;
	}

	.reviews-item__date,
	.reviews-item__name {
		font-size: 14px;
	}

	.reviews-item__description {
		font-size: 16px;
	}

	.reviews-item__like {
		display: none;
	}

	.reviews__bottom {
		padding-top: 30px;
	}

	.map {
		display: none;
	}

	.footer {
		background: #F2F2F2;
		text-align: center;
	}

	.footer .btn-accent {
		float: none;
		margin-top: 15px;
	}

	.footer__logo {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.footer_nav {
		display: none;
	}

	.footer__time {
		display: none;
	}

	.footer__adr {
		margin-top: 35px;
		text-align: center;
		padding: 0;
	}

	.footer__adr:before {
		top: -5px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.footer__phone {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 30px;
	}

	.footer__phone:before {
		left: auto;
		margin-left: -30px;
	}

	.quiz__title {
		font-size: 24px;
	}

	.quiz__name {
		text-align: center;
		font-size: 18px;
	}

	.quiz__body {
		background: rgba(47, 208, 229, 0.1);
	}

	.quiz-checkbox {
		text-align: left;
		position: relative;
		padding: 15px 0;
	}

	.quiz-checkbox:hover .quiz-checkbox__text {
		color: #000;
		text-decoration: none;
	}

	.quiz-checkbox__check {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		left: 0;
		background: #F2F2F2;
		border: 1px solid #8F96AC;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.quiz-checkbox__check:before {
		display: none;
	}

	.quiz-checkbox__check:after {
		background: url(../images/checked-mobile.svg) center center no-repeat;
	}

	.quiz-checkbox__check img {
		display: none;
	}

	.quiz-checkbox__text {
		text-align: left;
		margin: 0;
		padding-left: 45px;
	}

	.quiz-man {
		display: none;
	}

	.quiz-modal__windows {
		width: 80%;
		left: 10%;
	}

	.quiz-modal__title {
		font-size: 22px;
	}

	.quiz-modal__description {
		font-size: 14px;
	}

	.quiz-modal img {
		width: 40px;
	}

	.quiz__img {
		display: none;
	}

	.quiz__sale {
		font-size: 26px;
	}

	.quiz__description {
		font-size: 14px;
	}

	.quiz-mess__item {
		width: 22%;
		margin: 0 2%;
	}

	.quiz-mess__text {
		font-size: 12px;
	}

	.b-top .container:after {
		position: absolute;
		content: '';
		width: 52px;
		height: 40px;
		background: url(../images/install-blinds_before.svg);
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		bottom: -40px;
		right: 15px;
	}

	.b-top_about,
	.b-top_sps,
	.b-top-page {
		margin-bottom: 0;
	}

	.b-top_about:before,
	.b-top_sps:before,
	.b-top-page:before {
		width: 100%;
	}

	.b-top_about:after,
	.b-top_sps:after,
	.b-top-page:after {
		display: none;
	}

	.b-top__img img {
		position: relative;
		/* height: 200px; */
	}

	.gallary {
		padding-top: 15px;
		margin-top: 15px;
	}

	.gallary__title {
		text-align: center;
	}

	.b-top-super {
		text-align: center;
	}

	.b-top-super__text {
		margin-bottom: 15px;
	}

	.stock-item-block {
		width: 70%;
		padding: 5% 3%;
	}

	.stock-item-block__title {
		font-size: 14px;
		text-align: center;
	}

	.stock-item_right {
		margin: 15px 0 30px 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.stock-item_right .stock-item-block {
		margin-bottom: 0;
	}

	.news-item__title {
		margin-top: 15px;
	}

	.contacts #map {
		display: none;
	}

	.contacts-bottom {
		height: auto;
	}

	.b-stock {
		margin-top: 30px;
	}

	.b-top-page__title {
		font-size: 24px;
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.b-top-super-list {
		text-align: left;
		margin-bottom: 20px;
	}

	.b-top-super-list__item {
		font-size: 20px;
	}

	.btn-goods {
		line-height: 1;
	}

	.goods-slider {
		margin: 0 -15px;
	}

	/* .goods-slider .slide {
		height: 180px;
	} */

	.goods-super-item__text {
		font-size: 13px;
	}

	.goods-form {
		padding: 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.goods-form__prise {
		text-align: center;
		font-weight: 600;
		font-size: 36px;
	}

	.goods-form__title {
		font-size: 18px;
	}

	.form-size {
		width: 95%;
	}

	.form-size__input {
		font-size: 14px;
	}

	.form-size__add {
		width: 30px;
		right: -35px;
		line-height: 1;
		height: 30px;
		margin-top: -15px;
		text-align: center;
	}

	.form-size__add:before {
		content: '+';
		font-size: 30px;
	}

	.form-controls {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.goods-super {
		display: none;
	}

	.goods-sale {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		padding: 30px 0 15px 0;
		margin: 30px 0 15px 0;
	}

	.goods-sale__img {
		display: none;
	}

	.goods-sale__title {
		font-size: 24px;
		text-align: center;
		line-height: 1.2;
	}

	.prise-form {
		position: relative;
	}

	.form-select:before {
		display: none;
	}

	.prise-form .btn-accent {
		font-size: 16px;
		line-height: 1.2;
	}

	.h-slider .slide__title {
		margin-top: 35px;
		font-size: 42px;
		font-weight: 500;
	}

	.h-slider .slide__subtitle {
		font-size: 24px;
        margin-top: 20px;
	}

	.h-slider .slide__adr {
		display: none;
	}

    .slide__btn-box {
        text-align: center;
    }

}

@media (max-width: 700px) {

	.h-slider .slide__title:before {
		display: none;
	}

}

@media (max-width: 480px) {

	.h-slider .slide__title {
		/* margin-top: 70px; */
		margin-top: 10px;
		font-size: 36px;
	}

    .slide__btn-box {
        margin-top: 25px;
    }

}

@media (max-width: 390px) {

	.h-slider .slide__title {
		font-size: 29px;
	}

	.h-slider .slide__subtitle {
		font-size: 20px;
	}

}