@charset "utf-8";
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #fff;
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 1.2;
	color: #3b3324;
}
body._disable {
	padding-right: 17px;
	overflow: hidden;
}

.page {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(80px);
	transition: all .15s ease-out;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.preloader._active {
	opacity: 1;
	visibility: visible;
	z-index: 300;
}
.preloader-logo {
	font-size: 24px;
	font-weight: 800;
	color: #3C3324;
}
.preloader-bar {
	margin-top: 10px;
	width: 120px;
	height: 2px;
	overflow: hidden;
	background: #d7d7d7;
}
.preloader-bar span {
	display: block;
	margin-left: -60px;
	width: 120px;
	height: 2px;
	background: #ffac0c;
	animation-name: preloaderAnimation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes preloaderAnimation {
	0% {
		margin-left: -120px;
	}
	100% {
		margin-left: 120px;
	}
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
	min-width: 323px;
	width: 100%;
	height: 100%;
}
.wrapper--pos {
	position: unset;
}
._clear:after {
	content: "";
	display: table;
	clear: both;
}
._hidden {
	display: none !important;
}
._grey {
	background: #f6f6f6;
}
.btn {
	display: table;
	padding: 0 60px;
	height: 72px;
	background: #ffac0c;
	border: 0;
	font-weight: 800;
	line-height: 72px;
	color: #fff;
	transition: all .15s ease-out;
}
.btn:hover {
	background: #ffb72c;
}
.btn:active {
	background: #e89b06;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.15);
}
.ic {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.ic-clock {
	width: 16px;
	height: 16px;
	background-position: 0 0;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	transition: all .15s ease-out;
}
.icon-steps-1 {
	width: 65px;
	height: 65px;
	fill: #ffac0c;
}
.icon-steps-2 {
	width: 65px;
	height: 65px;
	fill: #ffac0c;
}
.icon-steps-3 {
	width: 65px;
	height: 65px;
	fill: #ffac0c;
}
.icon-steps-4 {
	width: 65px;
	height: 65px;
	fill: #ffac0c;
}
.icon-steps-5 {
	width: 65px;
	height: 65px;
	fill: #ffac0c;
}

.breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.breadcrumb li {
	margin-right: 10px;
	font-size: 14px;
	color: #3b3324;
}
.breadcrumb li a {
	color: #ffac0c;
}
.breadcrumb-services {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.breadcrumb-services li {
	margin-right: 10px;
	font-size: 14px;
	color: #3b3324;
}
.breadcrumb-services li a {
	color: #ffac0c;
}

.page404 {
	position: relative;
    padding: 185px 0 100px;
    overflow: hidden;
    background: #f6f6f6;
	text-align: center;
}
.page404 h1 {
	font-size: 404px;
	line-height: 300px;
	color: #fff;
	font-weight: bold;
}
.page404 p {
	position: relative;
	top: -175px;
	font-size: 20px;
}
.page404 a {
	color: #ffac0c;
}

.sitemap-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.sitemap-item__title {
	flex: 0 0 280px;
    font-weight: 600;
	font-size: 18px;
}
.sitemap-item-nav {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
}
.sitemap-item-nav li {
	flex: 0 0 calc(100% / 3);
	margin-bottom: 10px;
	padding: 0 10px;
}
.sitemap-item-nav li a {
	display: table;
	font-size: 14px;
	line-height: 16px;
	color: #3b3324;
}
.sitemap-item-nav li a:hover {
	color: #ffac0c;
}

/* Header block */
.head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	background: #fff;
}
.head-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
}
.head-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1px 0 0;
}
.head-logo a {
	font-size: 24px;
	font-weight: 800;
	color: #3C3324;
	transition: all .25s ease-out;
}
.head-logo a:hover {
    text-shadow: 1px -1px 0 #f19f00, 2px -2px 0 #db9000;
}
.head-toggle {
	position: relative;
	display: none;
	margin-left: 30px;
	width: 32px;
	height: 24px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.head-toggle:before,
.head-toggle:after {
	content: '';
}
.head-toggle:before,
.head-toggle span,
.head-toggle:after {
	position: absolute;
	left: 3px;
	display: block;
	width: 26px;
	height: 2px;
	background: #000;
	border-radius: 2px;
	transition: .3s all ease;
	transition-duration: .2s, .2s;
	transition-delay: .2s, 0s;
	transition-property: top, transform, background, width;
}
.head-toggle:before {
	top: 4px;
}
.head-toggle span {
	top: 11px;
}
.head-toggle:after {
	top: 18px;
}
.head-toggle._active:before,
.head-toggle._active:after {
	transition-delay: 0s, .3s;
}
.head-toggle._active:before {
	top: 11px;
	transform: rotate(45deg);
}
.head-toggle._active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.head-toggle._active:after {
	top: 11px;
	transform: rotate(-45deg);
}
.head-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	padding-left: 20px;
	height: 100%;
}
.head-nav .head-btns {
	display: none;
}
.head-nav > li {
	position: relative;
	margin-left: 20px;
	height: 100%;
}
.head-nav > li > a,
.head-nav > li > p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	font-size: 16px;
    color: inherit;
}
.head-nav > li > p {
	cursor: default;
}
.head-nav > li > a i,
.head-nav > li > p i {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
}
.head-nav > li._active > a,
.head-nav > li:hover > a,
.head-nav > li._active > p,
.head-nav > li:hover > p {
    color: #ffac0c;
}
.head-nav-sub {
	position: absolute;
	top: 100%;
	left: -999999px;
	z-index: 5;
	padding: 10px 0;
	opacity: 0;
	background: #fff;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	transition: opacity .15s ease-out;
}
.head-nav-sub li a {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
    color: inherit;
	white-space: nowrap;
}
.head-nav li:hover > .head-nav-sub {
	left: 0;
	opacity: 1;
}
.head-btns {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 15px;
}
.head-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	border-radius: 100%;
	border: 1px solid #ffac0c;
	width: 36px;
	height: 36px;
	text-align: center;
}
.head-btn + .head-btn {
	margin-left: 15px;
}
.head-btn p {
	position: absolute;
	top: -19px;
	right: 10px;
	z-index: 2;
	padding: 2px 6px 4px;
	background: #a50000;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	border-radius: 6px;
}
.head-btn p:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 6px solid #a50000;
    border-left: 6px solid transparent;
}
.head-btn:hover {
	background-color: #ffac0c;
}
.head-btn svg {
	fill: #ffac0c;
}
.head-btn:hover svg {
	fill: #fff;
}
.head-call {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	padding: 0 18px;
	height: 43px;
	background: #ffac0c;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: all .15s ease-out;
}
.head-call:hover {
	background: #ffb72c;
}
.head-call:active {
	background: #e89b06;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.15);
	color: #fff;
}
.head-contact {
	position: relative;
	float: right;
	text-align: right;
}
.head-contact__btn {
	position: absolute;
	top: -2px;
	right: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	padding: 0 14px;
	height: 43px;
	background: #ffac0c;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: all .15s ease-out;
}
.head-contact__btn:hover {
	background: #ffb72c;
}
.head-contact__btn:active {
	background: #e89b06;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.15);
	color: #fff;
}
.head-contact__phone {
	display: block;
	font-size: 20px;
	color: inherit;
	font-weight: 800;
}
.head-contact__time {
	font-size: 12px;
	color: inherit;
}

.city-popup {
	position: absolute;
	top: calc(100% + 24px);
	left: 0;
	z-index: 5;
	width: 300px;
	background: #fff;
	box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}
.city-popup:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 32px;
	z-index: 1;
	display: block;
	margin: 0 0 0 -7px;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #e7e7e7;
	transform: rotate(45deg);
}
.city-popup-wrap {
	position: relative;
	z-index: 2;
	padding: 15px;
	background: #fff;
	text-align: center;
}
.city-popup__title {
    font-weight: 300;
	font-size: 14px;
}
.city-popup__value {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}
.city-popup__btns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.city-popup__btn {
	flex: 0 0 48%;
	padding: 6px 4px;
	font-size: 14px;
	color: #fff;
	transition: 200ms all ease;
	text-decoration: none;
}
.city-popup__btn--true {
	background: #ffac0c;
	border: 1px solid #ffac0c;
}
.city-popup__btn--false {
	background: #fff;
	border: 1px solid #3b3324;
	color: #3b3324;
}
.city-popup__btn:hover {
	background: #ffb72c;
	border-color: #ffb72c;
	color: #fff;
}

.promo {
	position: relative;
	z-index: 0;
	padding-top: 85px;
	border-bottom: 5px solid #ffac0c;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
}
.promo-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 857px;
}
.promo-container {
	position: relative;
    z-index: 1;
    padding: 68px;
    width: 100%;
    max-width: 730px;
    background: rgba(255,255,255, .8);
    backdrop-filter: blur(60px);
}
.promo__title {
	font-size: 50px;
    font-weight: 800;
}
.promo__subtitle {
	margin: 20px 0 47px;
    font-size: 36px;
    font-weight: 300;
}
.promo-plus {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
.promo-plus:before {
    content: '';
    position: absolute;
    top: 43%;
    left: 43.5%;
    margin: -56px 0 0 0;
    width: 1px;
    height: 112px;
    background: rgba(0,0,0,.1);
}
.promo-plus__item {
    position: relative;
    margin: 0 0 24px;
    padding-left: 60px;
    width: 50%;
}
.promo-plus__item img {
    position: absolute;
    top: 0;
    left: 2px;
}
.promo-plus__item p {
    padding-right: 10px;
    max-width: 188px;
}
.promo-marquiz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.promo-marquiz a {
    display: table;
    padding: 0 72px;
    height: 72px;
    background: #ffac0c;
    border: 0;
    font-weight: 800;
    line-height: 72px;
    color: #fff;
    transition: all .15s ease-out;
}

h2 {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}

.main-services {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 85px;
	max-width: 1920px;
}
.main-services-item {
	position: relative;
	display: block;
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 431px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-services-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
	transition: opacity .15s ease-out;
}
.main-services-item p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	padding: 40px 20px;
	width: 100%;
	text-align: center;
	font-weight: 800;
	font-size: 36px;
	color: #fff;
	transition: all .15s ease-out;
}
.main-services-item p span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.main-services-item:hover p {
	color: #ffac0c;
}
.main-services-item--last {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: center;
}
.main-services-item--last:after {
	display: none;
	/*z-index: 1;
	background: rgba(255 255 255 / 85%);
	backdrop-filter: blur(5px);*/
}
.main-services__title {
	position: relative;
	z-index: 2;
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
}
.main-services__subtitle {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
}
.main-services-plus {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
	padding: 0 50px;
	text-align: left;
}
.main-services-plus__item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px;
	width: calc(50% - 10px);
}
.main-services-plus__item img {
	position: relative;
	z-index: 2;
}
.main-services-plus__item span {
	display: block;
	padding-left: 15px;
	font-size: 16px;
	color: #000;
}
.main-services-item--last .btn {
	position: relative;
	z-index: 2;
	margin: 15px auto 0;
	padding: 0 20px;
	width: 240px;
	height: 48px;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
}

.service-list {
	position: relative;
	padding: 117px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.service-list:before {
    content: '';
    position: absolute;
    top: 105px;
    left: -413px;
    z-index: 0;
    display: block;
    width: 874px;
    height: 874px;
    border: 131px solid rgba(255,153,0,.3);
    border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-list-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}
.service-list-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 20px 20px;
}
.service-list-item-wrap {
	position: relative;
	display: block;
	box-shadow: 0px 10px 60px rgb(0 0 0 / 15%);
}
.service-list-item-wrap img {
	display: table;
	max-width: 100%;
	height: auto;
	outline: none;
}
.service-list-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 16px;
	width: 100%;
    height: 80px;
    background: #fff;
    transition: all .1s ease-out;
    pointer-events: none;
}
.service-list-item-wrap:hover .service-list-item-info {
	background: rgba(255, 172, 12, 1);
	color: #fff;
}
.service-list-item-info p {
	margin: 0;
	font-size: 20px;
    font-weight: 800;
	color: #3b3324;
}
.service-list-item-info span {
	font-size: 14px;
	color: #3b3324;
}
.service-list-item-wrap:hover p,
.service-list-item-wrap:hover span {
	color: #fff;
}

.facade-list {
	position: relative;
	padding: 117px 0;
	overflow: hidden;
	background: #fff;
}
.facade-list:after {
	content: '';
	position: absolute;
	top: calc(50% - 256px);
	right: -275px;
	z-index: 0;
	display: block;
	width: 512px;
	height: 512px;
	border: 131px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.facade-list-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}
.facade-list-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 20px 20px;
}
.facade-list-item-wrap {
	position: relative;
}
.facade-list-item-wrap img {
	display: table;
	max-width: 100%;
	height: auto;
	outline: none;
}
.facade-list-item-info {
	padding: 16px;
	width: 100%;
    transition: all .1s ease-out;
    pointer-events: none;
	text-align: center;
}
.facade-list-item-wrap:hover .facade-list-item-info {
	background: rgba(255, 172, 12, 1);
	color: #fff;
}
.facade-list-item-info p {
	margin: 0;
	font-size: 20px;
    font-weight: 800;
}
.facade-list-item-info span {
	font-size: 14px;
}

.furniture-list {
	position: relative;
	padding: 117px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.furniture-list-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}
.furniture-list-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 20px 20px;
}
.furniture-list-item-wrap {
	position: relative;
}
.furniture-list-item-wrap img {
	display: table;
	max-width: 100%;
	height: auto;
	outline: none;
}
.furniture-list-item-info {
	padding: 16px;
	width: 100%;
    transition: all .1s ease-out;
    pointer-events: none;
	text-align: center;
}
.furniture-list-item-wrap:hover .furniture-list-item-info {
	background: rgba(255, 172, 12, 1);
	color: #fff;
}
.furniture-list-item-info p {
	margin: 0;
	font-size: 20px;
    font-weight: 800;
}
.furniture-list-item-info span {
	font-size: 14px;
}

.special {
    position: relative;
    padding: 112px 0;
    overflow: hidden;
}
.special-title {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}
.view-plus {
	display: flex;	
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
}
.view-plus li {
	position: relative;
	padding: 0 15px 0 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #151515;
}
.view-plus li .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-size: 16px;
	color: #ffac0c;
}
.view-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 32px;
}
.view-img {
	position: relative;
	flex: 0 0 769px;
	display: none;
}
.view-img._active {
	display: block;
}
.view-img > img {
	display: block;
	max-width: 100%;
	height: auto;
	outline: none;
}
.view-img-color,
.view-img-profile,
.view-img-mirror {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 1;
}
.view-img-color img,
.view-img-profile img,
.view-img-mirror img {
	position: absolute;
}
#cabinet-3 .view-img-color,
#cabinet-3 .view-img-profile,
#cabinet-3 .view-img-mirror {
	margin-top: calc(6% - 1px);
}
#cabinet-3 .view-img-color img,
#cabinet-3 .view-img-profile img,
#cabinet-3 .view-img-mirror img {
	height: 87.8%;
}
#cabinet-3 .view-img-color ._img-1,
#cabinet-3 .view-img-color ._img-4 {
	z-index: 1;
}
#cabinet-3 .view-img-color ._img-2,
#cabinet-3 .view-img-color ._img-3 {
	z-index: 3;
}
#cabinet-3 .view-img-profile ._img-1,
#cabinet-3 .view-img-profile ._img-4 {
	z-index: 2;
}
#cabinet-3 .view-img-profile ._img-2,
#cabinet-3 .view-img-profile ._img-3 {
	z-index: 4;
}
#cabinet-3 ._img-1 {
	left: 10.1%;
}
#cabinet-3 ._img-2 {
	left: 30%;
}
#cabinet-3 ._img-3 {
	left: 51.4%;
}
#cabinet-3 ._img-4 {
	left: 71.3%;
}
#cabinet-3 .view-img-mirror img {
	left: 30.1%;
	z-index: 3;
}
#cabinet-2 .view-img-color,
#cabinet-2 .view-img-profile,
#cabinet-2 .view-img-mirror {
	margin-top: calc(6% - 8px);
}
#cabinet-2 .view-img-color img,
#cabinet-2 .view-img-profile img,
#cabinet-2 .view-img-mirror img {
	height: 88.6%;
}
#cabinet-2 .view-img-color ._img-1,
#cabinet-2 .view-img-color ._img-3 {
	z-index: 1;
}
#cabinet-2 .view-img-color ._img-2 {
	z-index: 3;
}
#cabinet-2 .view-img-profile ._img-1,
#cabinet-2 .view-img-profile ._img-3 {
	z-index: 2;
}
#cabinet-2 .view-img-profile ._img-2 {
	z-index: 4;
}
#cabinet-2 ._img-1 {
	left: 20.8%;
}
#cabinet-2 ._img-2 {
	left: 41.8%;
}
#cabinet-2 ._img-3 {
	left: 62.9%;
}
#cabinet-2 .view-img-mirror img {
	left: 41.8%;
	z-index: 3;
}
#cabinet-1 .view-img-color,
#cabinet-1 .view-img-profile,
#cabinet-1 .view-img-mirror {
	margin-top: calc(7% - 4px);
}
#cabinet-1 .view-img-color img,
#cabinet-1 .view-img-profile img,
#cabinet-1 .view-img-mirror img {
	height: 87.9%;
}
#cabinet-1 .view-img-color ._img-1 {
	z-index: 1;
}
#cabinet-1 .view-img-color ._img-2 {
	z-index: 3;
}
#cabinet-1 .view-img-profile ._img-1 {
	z-index: 2;
}
#cabinet-1 .view-img-profile ._img-2 {
	z-index: 4;
}
#cabinet-1 ._img-1 {
	left: 39.6%;
}
#cabinet-1 ._img-2 {
	left: 60.8%;
}
#cabinet-1 .view-img-mirror img {
	left: 39.6%;
	z-index: 1;
}
.view-mobile {
	position: relative;
	z-index: 5;
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	order: 3;
}
.view-mobile .view-price {
	flex: 0 0 50%;
	margin-bottom: 20px;
	padding: 0;
	height: 64px;
	line-height: 64px;
}
.view-mobile .view-button {
	flex: 0 0 50%;
	margin-bottom: 20px;
}
.view-mobile .view-button .button-lg.button-secondary {
	padding: 0 10px;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
}
.view-mobile .view-text {
	flex: 0 0 100%;
}
.view-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 20px;
	background: #f6f6f6;
}
.view-info-type__title {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #151515;
}
.view-info-type ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 20px;
}
.view-info-type ul li {
	min-width: 61px;
	text-align: right;
	cursor: pointer;
}
.view-info-type ul li img {
	padding: 3px;
	transition: all .15s ease-out;
	border: 2px solid transparent;
}
.view-info-type ul li:hover img {
	opacity: .45;
}
.view-info-type ul li._active img {
	border-color: #ffac0c;
	border-radius: 5px;
	opacity: 1;
}
.view-info-select {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.view-info-select--color {
	display: block;
}
.view-info-select--profile {
	display: none;
}
.view-info-select__btn {
	position: relative;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ffac0c;
	line-height: 48px;
	cursor: pointer;
}
.view-info-select__btn .fa {
	position: absolute;
	top: 16px;
	right: 19px;
	font-size: 16px;
	font-style: normal;
	transition: all .15s ease-out;
}
.view-info-select__btn._active .fa {
	transform: rotate(180deg);
}
.view-info-select__btn span {
	position: absolute;
    padding: 0 50px 0 19px;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #151515;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .1s ease-out .1s;
}
.view-info-select__wrap {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 5;
	display: none;
	padding: 15px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 10px 1px rgb(0 0 0 / 10%);
}
.view-info-select__wrap ul {
	padding-right: 10px;
	max-height: 270px;
	overflow-y: auto;
}
.view-info-select__wrap ul::-webkit-scrollbar {
    width: 4px;
	background: #f6f6f6;
	border-radius: 4px;
}
.view-info-select__wrap ul::-webkit-scrollbar-thumb {
    background-color: #242424;
	border-radius: 4px;
}
.view-info-select__wrap ul::-webkit-scrollbar-track {
    border-width: 0;
}
.view-info-select__wrap ul li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.view-info-select__wrap ul li span {
	display: block;
	flex: 1;
	margin-left: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #151515;
}
.view-info-select__wrap ul li:hover span {
	color: #9d7f6c;
}
.view-info-select__wrap ul li._active span {
	color: #ffac0c;
}
.view-info-select__wrap ul li + li {
	margin-top: 15px;
}
.view-info-select__wrap ul li img {
	border: 1px solid #f6f6f6;
}
.view-info-mirror {
	position: relative;
	display: none;
	margin-bottom: 20px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 0;
}
.view-info-mirror input {
	display: none;
}
.view-info-mirror p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #151515;
}
.view-info-mirror span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 40px;
	height: 20px;
	background-color: #dbdbdb;
	border-radius: 20px;
	transition: all .2s ease-out;
}
.view-info-mirror span:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100%;
	transition: all .2s ease-out;
}
.view-info-mirror input:checked + span {
	background: #ffac0c;
}
.view-info-mirror input:checked + span:before {
	transform: translateX(20px);
}
.view-price {
    margin: 0 0 20px;
    padding: 10px;
    background: #3b3324;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.view-price b {
	font-size: 18px;
}
.view-text {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #151515;
}
.view-button {
	display: flex;
	align-items: flex-end;
	flex: 1;
}
.view-button .btn {
	padding: 0 10px;
	width: 100%;
	font-size: 18px;
}
@media (max-width: 1200px) {
	.promo-wrap {
		padding: 0;
		max-width: 650px;
	}
	.promo-container {
		padding: 40px;
	}
	.promo__title {
		font-size: 36px;
	}
	.promo__subtitle {
		font-size: 26px;
	}
	.view-img {
		flex: 0 0 629px;
	}
	#cabinet-2 .view-img-color,
	#cabinet-2 .view-img-profile,
	#cabinet-2 .view-img-mirror {
	    margin-top: calc(6% - 7px);
	}
	.view-info-type__title,
	.view-info-type ul,
	.view-text {
		padding: 0;
	}
	.main-services-plus {
		padding: 0 20px;
	}
}
@media (max-width: 1150px) {
	.sitemap-item__title {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.sitemap-item-nav {
		flex: 0 0 100%;
	}
	.sitemap-item-nav li {
		flex: 0 0 25%;
	}
}
@media (max-width: 992px) {
	.view-wrap {
		flex-wrap: wrap;
	}
	.view-img {
		flex: 0 0 100%;
		order: 1;
	}
	.view-mobile {
		display: flex;
	}
	.view-hide {
		display: none;
	}
	.view-info {
		position: relative;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		flex: 0 0 100%;
		order: 0;
		padding: 10px 10px 10px 226px;
		min-height: 97px;
	}
	.view-info-type {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 200px;
	}
	.view-info-type__title {
		padding-left: 0;
		line-height: 1;
	}
	.view-info-type ul {
		margin: 0;
		padding: 0;
	}
	.view-info-select {
		flex: 0 0 100%;
		margin: 0;
	}
	.view-info-select + .view-info-select {
		margin-top: 20px;
	}
	.view-info-mirror {
		position: absolute;
		bottom: 10px;
		left: 10px;
		margin-bottom: 0;
		padding: 0;
	}
	.view-price {
		flex: 0 0 50%;
	}
	.view-button {
		flex: 0 0 50%;	
	}
	.view-mobile .view-price {
		height: 56px;
		line-height: 56px;
	}
	.sitemap-item-nav li {
		flex: 0 0 calc(100% / 3);
	}
}
@media (max-width: 767px) {
	.view-plus {
		flex-wrap: wrap;
		text-align: center;
	}
	.view-plus li {
		flex: 0 0 100%;
		padding: 0 0 10px;
	}
	.view-plus li .fa {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	#cabinet-2 .view-img-color,
	#cabinet-2 .view-img-profile,
	#cabinet-2 .view-img-mirror {
	    margin-top: calc(6% - 6px);
	}
	#cabinet-1 .view-img-color,
	#cabinet-1 .view-img-profile,
	#cabinet-1 .view-img-mirror {
	    margin-top: calc(7% - 3px);
	}
	.sitemap-item-nav li {
		flex: 0 0 calc(100% / 2);
	}
}
@media (max-width: 575px) {
	.view-info {
		align-items: center;
		padding: 10px;
	}
	.view-info-type {
		position: relative;
		top: auto;
		left: auto;
		flex: 0 0 calc(50% - 10px);
		order: 0;
		margin-bottom: 15px;
		width: auto;
	}
	.view-info-mirror {
		position: relative;
		bottom: auto;
		left: auto;
		flex: 0 0 calc(50% - 10px);
		order: 1;
		margin-bottom: 15px;
	}
	.view-info-select {
		order: 2;
	}
	.view-info-select + .view-info-select {
		margin-top: 15px;
	}
	.view-info-select__btn {
		height: 40px;
		line-height: 38px;
	}
	.text-small-mobile {
		font-size: 14px !important;
	}
	.sitemap-item-nav li {
		flex: 0 0 100%;
	}
}
@media (max-width: 475px) {
	.view-info-type,
	.view-info-mirror {
		flex: 0 0 100%;
	}
	.view-mobile .view-price,
	.view-mobile .view-button {
		flex: 0 0 100%;
		margin-bottom: 0;
	}
	.view-mobile .view-text {
		margin-top: 20px;
	}
}
@media (max-width: 450px) {
	#cabinet-2 .view-img-color,
	#cabinet-2 .view-img-profile,
	#cabinet-2 .view-img-mirror {
		margin-top: calc(6% - 4px);
	}
	#cabinet-1 .view-img-color,
	#cabinet-1 .view-img-profile,
	#cabinet-1 .view-img-mirror {
	    margin-top: calc(7% - 2px);
	}
}

.marquiz__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.offer {
	position: relative;
	padding-top: 68px;
	min-height: 1211px;
	overflow: hidden;
}
.offer:before {
	content: '';
	position: absolute;
	top: 77px;
	left: -427px;
	z-index: 0;
	display: block;
	width: 1372px;
	height: 1372px;
	border: 381px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.offer:after {
	content: '';
	position: absolute;
	bottom: 238px;
	right: -275px;
	z-index: -1;
	display: block;
	width: 512px;
	height: 512px;
	border: 131px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.offer-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1145px;
	background: url(../img/offer-2-bg.png) 0 0 no-repeat;
	pointer-events: none;
}
.offer-info {
	position: relative;
	z-index: 3;
	float: right;
	padding: 174px 0 0;
	max-width: 535px;
}
.offer-info__icon {
	position: absolute;
	top: 16%;
	left: -53%;
	display: block;
	width: 160px;
	height: 160px;
	background: #ff9900;
	border-radius: 100%;
	text-align: center;
	line-height: 160px;
}
.offer-info__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 86px;
	height: 72px;
	background: url(../img/gift.svg) 0 0 no-repeat;
}
.offer-info__title {
	margin-bottom: 82px;
	font-size: 50px;
	font-weight: 800;
}
.offer-info__text {
	margin-bottom: 75px;
	padding-left: 3px;
}
.offer-info-wrap {
	padding-left: 3px;
}
.offer-info-wrap__btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0 49px;
}
.offer-info-wrap__counter {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.offer-info-wrap__counter__title {
	margin: 0 0 4px;
	font-size: 14px;
	color: rgba(59,51,36,.7);
	font-weight: 300;
}
.offer-info-wrap__counter p {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	text-align: center;
	font-size: 14px;
	color: rgba(59,51,36,.5);
	font-weight: 300;
}
.offer-info-wrap__counter p span {
	display: block;
	margin-bottom: 2px;
	font-size: 44px;
	color: rgba(59,51,36,.3);
	font-weight: 800;
}
.offer-info-wrap__counter i {
	position: relative;
	top: 3px;
	display: inline-block;
	margin: 0 7px;
	font-size: 44px;
	color: rgba(59,51,36,.3);
	font-style: normal;
	font-weight: 800;
}

.plus {
	position: relative;
	z-index: 3;
	top: -1px;
	background: url(../img/plus-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.plus:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(243,242,240,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(243,242,240,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(243,242,240,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f0', endColorstr='#00ffffff',GradientType=0 );
}
.plus-left {
	position: relative;
	top: -177px;
	float: left;
	padding: 50px 85px 62px 95px;
	width: calc(100% - 475px);
	background: #fff;
}
.plus-left__title {
	position: relative;
	top: -150px;
	margin-bottom: -100px;
	font-size: 50px;
	font-weight: 800;
}
.plus-left__title span {
	position: relative;
	left: -7px;
	display: block;
	margin-bottom: 13px;
	font-size: 288px;
	line-height: 218px;
	color: #ffac0c;
	font-weight: 800;
}
.plus-left p {
	margin-bottom: 21px;
}
.plus-left-director {
	margin: 57px 0 0;
}
.plus-left-director__slogan {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 300;
}
.plus-left-director__slogan:before {
	content: ',,';
	position: absolute;
	top: -22px;
	left: -38px;
	font-size: 64px;
	line-height: 0;
	font-weight: 800;
	color: rgba(59,51,36,.1);
}
.plus-left-director__name {
	position: relative;
	z-index: 1;
	margin: 8px 0 2px;
	font-size: 18px;
	font-weight: 800;
}
.plus-left-director__position {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 300;
}
.plus-left-director__img {
	position: absolute;
	bottom: 28px;
	right: 37px;
	z-index: 0;
	display: block;
	width: 272px;
	height: 154px;
	opacity: .7;
	background: url(../img/signature.png) 0 0 no-repeat;
}
.plus-right {
	position: relative;
	top: -122px;
	float: left;
	padding-left: 35px;
	width: calc(100% - 635px);
}
.plus-right-item {
	position: relative;
	margin-bottom: 31px;
	padding-left: 155px;
	min-height: 100px;
}
.plus-right-item__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	background: rgba(255,255,255,.6);
	border-radius: 100%;
	text-align: center;
	line-height: 77px;
}
.plus-right-item__icon span {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: #ff9900;
	border-radius: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #eeedeb;
	font-weight: 800;
}
.plus-right-item__icon__img {
	position: absolute;
	top: 50%;
	left: 50px;
	width: 96px;
	height: 81px;
	text-align: center;
	line-height: 81px;
}
.plus-right-item:nth-child(1) .plus-right-item__icon__img {
	margin: -27px 0 0 -16px;
}
.plus-right-item:nth-child(2) .plus-right-item__icon__img {
	margin: -21px 0 0 -18px;
}
.plus-right-item:nth-child(3) .plus-right-item__icon__img {
	margin: -18px 0 0 -23px;
}
.plus-right-item:nth-child(4) .plus-right-item__icon__img {
	margin: -16px 0 0 -20px;
}
.plus-right-item:nth-child(5) .plus-right-item__icon__img {
	margin: -20px 0 0 -18px;
}
.plus-right-item:nth-child(6) .plus-right-item__icon__img {
	margin: -11px 0 0 -24px;
}
.plus-right-item__icon img {
	display: inline-block;
	vertical-align: middle;
	outline: none;
}
.plus-right-item__text {
	padding-top: 29px;
	font-size: 24px;
}

.steps {
	padding: 117px 0;
	background: #f6f6f6;
}
.steps-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.steps-wrap-item {
	position: relative;
	flex: 0 0 20%;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}
.steps-wrap-item span {
    position: absolute;
	bottom: -50px;
	left: calc(50% - 14px);
    z-index: 1;
    display: inline-block;;
    width: 28px;
    height: 28px;
    background: #ff9900;
    border-radius: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
}
.steps-wrap-item svg {
	margin-bottom: 20px;
}

.feedback {
	position: relative;
	z-index: 2;
	padding: 118px 0 108px;
	background: #f6f6f6;
}
.feedback-img {
	position: absolute;
	bottom: 0;
	left: calc(50% - 38px);
	z-index: 1;
	width: 539px;
	height: 891px;
	background: url(../img/consultant.png) 0 0 no-repeat;
}
.feedback-right {
	position: relative;
	z-index: 0;
	float: right;
	margin: 67px 0 0;
	padding: 43px 20px 49px 98px;
	width: 304px;
	background: #fff;
}
.feedback-right__name {
	margin-bottom: 5px;
	font-weight: 800;
}
.feedback-right__position {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 300;
}
.feedback-right__text {
	font-size: 14px;
	line-height: 1.25;
}
.feedback-subtitle {
	margin-bottom: 4px;
	font-size: 36px;
	font-weight: 300;
}
.feedback-title {
	font-size: 50px;
	font-weight: 800;
}
.feedback-wrap {
	margin: 42px 0 0;
	width: 397px;
}
.feedback-calendar__nav {
	margin-bottom: 35px;
	font-size: 0;
}
.feedback-calendar__nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	text-decoration: underline;
	transition: all .1s ease-out;
	color: inherit;
}
.feedback-calendar__nav a + a {
	margin-left: 26px;
}
.feedback-calendar__nav a._active {
	font-weight: 800;
}
.feedback-calendar__wrap {
	display: none;
	margin: 0 0 27px -16px;
}
.feedback-calendar__wrap table {
	width: 100%;
	min-height: 260px;
}
.feedback-calendar__wrap td {
	width: calc(100% / 7);
	height: 37px;
	text-align: center;
}
.feedback-calendar__wrap thead td {
	padding-bottom: 14px;
	color: rgba(59,51,36,.5);
	font-weight: 300;
}
.feedback-calendar__wrap tbody td {
	padding: 2px 0;
	color: #c1c1c1;
	font-weight: 800;
}
.feedback-calendar__wrap tbody td p {
	padding: 6px;
}
.feedback-calendar__wrap tbody td a {
	display: inline-block;
	padding: 6px 8px;
	color: #ff9900;
	transition: all .25s ease-out;
}
.feedback-calendar__wrap tbody td a:hover {
	color: #ffb72c;
}
.feedback-calendar__wrap tbody td a._active {
	background: #ff9900;
	color: #fff;
}
.feedback-form input {
	margin: 0 0 20px;
	padding: 15px 25px;
	width: calc(100% - 16px);
	height: 60px;
	border: 1px solid transparent;
	background: #eeedeb;
	font-weight: 300;
	transition: all .25s ease-out;
}
.feedback-form input:focus {
	background: #fff;
}
.feedback-form input._error {
	border-color: red;
}
.feedback-form__btn {
	margin-top: 10px;
	width: calc(100% - 16px);
}

.fastform {
	position: relative;
	padding: 170px 0;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 35%;
}
.fastform-form {
	position: relative;
    z-index: 1;
    padding: 65px;
    max-width: 640px;
    background: rgba(255,255,255, .6);
    backdrop-filter: blur(40px);
    box-shadow: 0px 50px 100px rgb(0 0 0 / 35%)
}
.fastform-form--right {
	float: right;
}
.fastform-form--full {
	max-width: 100%;
}
.fastform-form__title {
	margin: 0 0 10px;
	font-size: 40px;
    font-weight: 800;
    text-align: center;
}
.fastform-form__title--small {
	font-size: 30px;
}
.fastform-form__subtitle {
    margin: 20px 0 47px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}
.fastform-form__subtitle--small {
    font-size: 18px;
}
.fastform-form__subtitle a {
	color: inherit;
	text-decoration: underline;
}
.fastform-form__subtitle a:hover {
	text-decoration: none;
}
.fastform-form-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fastform-form-list li {
	flex: 0 0 50%;
	padding: 0 20px 40px;
	text-align: center;
}
.fastform-form-wrap--flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fastform-form-wrap-col {
	flex: 0 0 calc((100% / 3) - 20px);
}
.fastform-form-wrap input[type=text] {
	margin: 0 0 20px;
	padding: 15px 25px;
	width: 100%;
	height: 60px;
	border: 1px solid transparent;
	background: #fff;
	font-weight: 300;
    transition: all .25s ease-out;
}
.fastform-form-wrap textarea {
	margin: 0 0 20px;
	padding: 15px 25px;
	width: 100%;
	height: 140px;
	border: 1px solid transparent;
	background: #fff;
	font-weight: 300;
    transition: all .25s ease-out;
	resize: none;
}
.fastform-form-wrap input[type=text]._error,
.fastform-form-wrap textarea._error {
	border-color: red;
}
.fastform-form__btn {
	width: 100%;
}
.fastform-form__btn--center {
	margin: 0 auto;
	padding: 0 15px;
	max-width: calc((100% / 3) - 20px);
	min-width: 300px;
}
.fastform-form-file input {
	display: none;
}
.fastform-form-file__btn {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 25px;
	width: 100%;
	height: 60px;
	line-height: 56px;
	background: transparent;
	border: 2px solid #fff;
	text-align: center;
	font-size: 100%;
	color: #3b3324;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.fastform-form-file__btn i {
    display: inline-block;
    margin-right: 10px;
	font-size: 20px;
}

.certificates {
	position: relative;
	padding: 112px 0;
	overflow: hidden;
}
.certificates:after {
    content: '';
    position: absolute;
    bottom: -188px;
    right: -215px;
    z-index: -1;
    display: block;
    width: 720px;
    height: 720px;
    border: 131px solid rgba(255,153,0,.3);
    border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.certificates-title {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}
.certificates-wrap {
	display: flex;
	column-gap: 30px;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.certificates-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	border: 8px solid rgba(255,153,0,.6);
	box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
	border-radius: 4px;
	transition: all .15s ease-out;
}
.certificates-item:hover {
	box-shadow: none;
}
.certificates-item:before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	background: rgba(255,153,0,.4);
	border-radius: 2px;
}
.certificates-item img {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	outline: none;
}

.portfolio {
	position: relative;
}
.portfolio .btn {
    display: table;
    margin: 45px auto 0;
    width: 351px;
    text-align: center;
}
.portfolio:before {
	content: '';
	position: absolute;
	top: 105px;
	left: -413px;
	z-index: 0;
	display: block;
	width: 874px;
	height: 874px;
	border: 131px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.portfolio:after {
	content: '';
	position: absolute;
	top: 186px;
	right: -310px;
	z-index: 0;
	display: block;
	width: 605px;
	height: 605px;
	border: 195px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.portfolio-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 70px 0 0 -40px;
}
.portfolio-item {
	flex: 0 0 50%;
	padding: 0 0 40px 40px;
}
.portfolio-item.hide {
	display: none;
}
.portfolio-item-wrap {
	position: relative;
	height: 100%;
	background: #fff;
	box-shadow: 0px 10px 60px rgb(0 0 0 / 15%);
	transition: all .1s ease-out;
}
.portfolio-item-wrap:hover {
    background: rgba(255, 172, 12, 1);
    color: #fff;
}
.portfolio-item-img a {
	display: block;
}
.portfolio-item-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.portfolio-item-img__tag {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	padding: 4px 8px;
    background: rgba(255, 172, 12, 1);
	font-size: 12px;
	color: #fff !important;
}
.portfolio-item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}
.portfolio-item-info__title {
	flex: 1;
	padding-bottom: 10px;
	font-size: 16px;
}
.portfolio-item-info__price {
	padding-top: 10px;
	font-size: 16px;
}
.portfolio-item-info__price b {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.portfolio-item-info-props {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 10px;
	font-size: 16px;
}
.portfolio-item-info-props b {
	font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.portfolio-item-info-props__title {
	padding-right: 10px;
}
.portfolio-item-info-props__border {
	flex: 1;
	border-bottom: 1px dotted #a1a1a1;
}
.portfolio-item-info-props__value {
	padding-left: 10px;
}
.portfolio-item-wrap:hover .portfolio-item-info-props__border {
	border-color: #fff;
}

.works {
	position: relative;
	padding: 117px 0;
	overflow: hidden;
	min-height: 980px;
}
.works-grey {
	background: #f6f6f6;
}
.works-title {
	float: left;
	width: 66%;
	font-size: 50px;
	font-weight: 800;
}
.works-title span {
	display: block;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
}
.works-subtitle {
	position: relative;
	float: left;
	margin: 30px 0 0;
	padding-left: 85px;
	width: 34%;
	font-size: 25px;
	color: #ffac0c;
}
.works-subtitle i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 62px;
	height: 62px;
	background: url(../img/star.svg) 0 0 no-repeat;
}
.works-wrap:before {
	content: '';
	position: absolute;
	top: 105px;
	left: -413px;
	z-index: -1;
	display: block;
	width: 874px;
	height: 874px;
	border: 131px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.works-wrap:after {
	content: '';
	position: absolute;
	top: 186px;
	right: -310px;
	z-index: 0;
	display: block;
	width: 605px;
	height: 605px;
	border: 195px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.works-wrap .owl-carousel {
	position: absolute;
	top: 311px;
	left: -285px;
}
.works-wrap .owl-stage-outer {
	width: calc(100% + 285px);
}
.works-wrap .owl-stage-outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
}
.works-wrap .owl-nav {
	position: absolute;
	bottom: -78px;
	right: 133px;
	z-index: 2;
	font-size: 0;
}
.works-wrap .owl-nav .owl-next,
.works-wrap .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 100%;
	text-align: center;
	line-height: 44px;
	transition: all .25s ease-out;
	cursor: pointer;
}
.works-wrap .owl-nav .owl-next span,
.works-wrap .owl-nav .owl-prev span {
	display: none;
}
.works-wrap .owl-nav .owl-next {
	right: 0;
}
.works-wrap .owl-nav .owl-prev {
	left: 0;
}
.works-wrap .owl-nav .owl-next:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 16px;
	background-image: url(../img/arrow-right.svg);
}
.works-wrap .owl-nav .owl-prev:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 16px;
	background-image: url(../img/arrow-left.svg);
}
.works-wrap .owl-nav .owl-next.disabled,
.works-wrap .owl-nav .owl-prev.disabled {
	opacity: .4;
}
.works-wrap .owl-nav .owl-next:not(.disabled):hover,
.works-wrap .owl-nav .owl-prev:not(.disabled):hover {
	border-color: #ffac0c;
}
.works-item {
	position: relative;
	transition: all .25s ease-out;
}
.works-item__img {
	display: block;
	cursor: zoom-in;
}
.works-item__img img {
	vertical-align: top;
	outline: none;
}
.works-item__info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 20px;
	width: calc(50% - 15px);
	height: 100%;
	background: rgba(255, 172, 12, .8);
	backdrop-filter: blur(60px);
	color: #fff;
	transition: all .25s ease-out;
	pointer-events: none;
}
.works-item--half .works-item__info {
	width: calc(50% - 85px);
	backdrop-filter: blur(2px);
}
.works-item:hover .works-item__info {
	background: rgba(255, 172, 12, 1);
}
.works-item__info span {
    display: inline-block;
	margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}
.works-item__info p {
	margin: 0 0 15px;
	font-size: 14px;
}
.works-item__info ul li {
	font-size: 14px;
}
.works-item__info ul li + li {
	margin-top: 11px;
}
.works-item__info ul li b {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}

.materials {
	position: relative;
	margin-top: -179px;
	padding-bottom: 112px;
	overflow: hidden;
}
.materials--main {
	margin-top: 0;
	padding: 112px 0;
}
.materials:before {
	content: '';
	position: absolute;
	bottom: -314px;
	right: -402px;
	z-index: 0;
	display: block;
	width: 958px;
	height: 958px;
	border: 271px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.materials--main:before {
	content: '';
	position: absolute;
	bottom: -314px;
	right: -402px;
	z-index: 0;
	display: block;
	width: 958px;
	height: 958px;
	border: 271px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.materials-title {
	margin-bottom: 12px;
	font-size: 50px;
	font-weight: 800;
}
.materials-subtitle {
	margin-bottom: 32px;
	font-weight: 300;
}
.materials-logo {
	margin: 0 -37px;
	text-align: center;
	font-size: 0;
}
.materials-logo img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 34px 34px;
}
.materials-info {
	margin-top: 29px;
}
.materials-info-nav {
	position: relative;
	float: left;
	margin-right: -100%;
	width: 350px;
}
.materials-info-nav__item {
	display: block;
	margin-bottom: 30px;
	height: 145px;
	background: #fff;
	border: 2px solid transparent;
	box-shadow: 0px 100px 150px rgba(0, 0, 0, .06);
	text-align: center;
	font-size: 36px;
	line-height: 137px;
	color: #ffac0c;
	font-weight: 800;
	white-space: nowrap;
	transition: all .15s ease-out;
}
.materials-info-nav__item:hover {
	color: #3b3324;
}
.materials-info-nav__item._active {
	border-color: #ffac0c;
}
.materials-info-wrap {
	display: none;
	padding-left: 380px;
}
.materials-info-wrap._active {
	display: block;
}
.materials-info-wrap__content {
	padding: 46px 65px 0;
	height: 670px;
	background: #fff;
	box-shadow: 0px 100px 150px rgba(0, 0, 0, .05);
}
.materials-info-wrap__content h4 {
	margin: 0 0 22px;
	font-size: 24px;
	font-weight: 800;
}
.materials-info-wrap__content p {
	margin: 0 0 22px;
	line-height: 1.25;
}
.materials-info-wrap__content img {
	margin-top: 49px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	outline: none;
}

.contacts-block {
	position: relative;
	padding: 112px 0 60px;
	overflow: hidden;
	background: #f6f6f6;
}
.contacts-block__title {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}
.contacts-block-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 40px 0 0 -20px;
}
.contacts-block-item {
	flex: 0 0 calc(100% / 2);
	margin-bottom: 40px;
	padding: 0 0 0 20px;
}
.contacts-block-item-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contacts-block-item__icon {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
}
.contacts-block-item__icon svg {
	fill: #ffac0c;
}
.contacts-block-item__value {
	flex: 1;
	padding-left: 20px;
	font-size: 20px;
}
.contacts-block-item__value a,
.contacts-block-item__value p {
	color: #3b3324;
}
.contacts-block-item__value span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.about-block {
	position: relative;
	padding: 112px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.about-block:before {
    content: '';
    position: absolute;
    top: 105px;
    left: -413px;
    display: block;
    width: 874px;
    height: 874px;
    border: 131px solid rgba(255,153,0,.3);
    border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.about-block-wrap {
	padding: 46px;
	background: #fff;
	box-shadow: 0px 50px 100px rgb(0 0 0 / 5%);
}
.about-block-wrap img {
	max-width: 100%;
	height: auto;
}
.about-block__title {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}
.about-block-wrap b {
	font-weight: 600;
}
.about-block-wrap ul,
.about-block-wrap ol {
	margin: 0 0 22px;
	padding: 0;
}
.about-block-wrap ul li,
.about-block-wrap ol li {
	margin-bottom: 4px;
	position: relative;
	padding-left: 25px;
	line-height: 1.25;
}
.about-block-wrap ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: #ffac0c;
	border-radius: 100%;
}
.about-block-wrap ul.column {
	column-count: 4;
	column-gap: 20px;
	page-break-inside: avoid;
	break-inside: avoid;
}
.about-block-wrap ol {
	counter-reset: item;
}
.about-block-wrap ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #ffac0c;
}
.about-block-wrap h2,
.about-block-wrap h3,
.about-block-wrap h4,
.about-block-wrap h5,
.about-block-wrap h6 {
    margin: 42px 0 32px;
    font-size: 36px;
    font-weight: 800;
}
.about-block-wrap > h2:first-child,
.about-block-wrap > h3:first-child,
.about-block-wrap > h4:first-child,
.about-block-wrap > h5:first-child,
.about-block-wrap > h6:first-child {
	margin-top: 0;
}
.about-block p {
	margin: 0 0 22px;
	line-height: 1.25;
}
.about-block-director {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 35px 0 0;
}
.about-block-director-wrap {
	white-space: nowrap;
}
.about-block-director__slogan {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 300;
}
.about-block-director__slogan:before {
	content: ',,';
	position: absolute;
	top: -22px;
	left: -38px;
	font-size: 64px;
	line-height: 0;
	font-weight: 800;
	color: rgba(59,51,36,.1);
}
.about-block-director__name {
	position: relative;
	z-index: 1;
	margin: 8px 0 2px;
	font-size: 18px;
	font-weight: 800;
}
.about-block-director__position {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 300;
}
.about-block-director__img {
	position: relative;
	top: -28px;
	display: block;
	width: 272px;
	height: 154px;
	opacity: .7;
	background: url(../img/signature.png) 0 0 no-repeat;
}
.about-block-plus {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 112px;
}
.about-block-plus-item {
	flex: 0 0 calc(100% / 3);
	position: relative;
	margin-bottom: 31px;
	padding-left: 155px;
	min-height: 100px;
}
.about-block-plus-item__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	background: rgba(255,255,255,.6);
	border-radius: 100%;
	text-align: center;
	line-height: 77px;
}
.about-block-plus-item__icon span {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: #ff9900;
	border-radius: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #eeedeb;
	font-weight: 800;
}
.about-block-plus-item__icon__img {
	position: absolute;
	top: 50%;
	left: 50px;
	width: 96px;
	height: 81px;
	text-align: center;
	line-height: 81px;
}
.about-block-plus-item:nth-child(1) .about-block-plus-item__icon__img {
	margin: -27px 0 0 -16px;
}
.about-block-plus-item:nth-child(2) .about-block-plus-item__icon__img {
	margin: -21px 0 0 -18px;
}
.about-block-plus-item:nth-child(3) .about-block-plus-item__icon__img {
	margin: -18px 0 0 -23px;
}
.about-block-plus-item:nth-child(4) .about-block-plus-item__icon__img {
	margin: -16px 0 0 -20px;
}
.about-block-plus-item:nth-child(5) .about-block-plus-item__icon__img {
	margin: -20px 0 0 -18px;
}
.about-block-plus-item:nth-child(6) .about-block-plus-item__icon__img {
	margin: -11px 0 0 -24px;
}
.about-block-plus-item__icon img {
	display: inline-block;
	vertical-align: middle;
	outline: none;
}
.about-block-plus-item__text {
	padding-top: 29px;
	font-size: 18px;
}

.calc {
	position: relative;
	padding: 102px 0 106px;
	background: url(../img/calc-bg.jpg) 50% 0 no-repeat;
}
.calc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(243, 242, 240, 0.95) 28.65%, rgba(243, 242, 240, 0) 100%);
}
.calc-topic {
	position: absolute;
	top: 7px;
	right: 16px;
	padding: 37px 54px 40px;
	background: #f4b130;
	font-size: 24px;
	color: #fff;
}
.calc-topic span {
	position: absolute;
	top: -22px;
	left: -22px;
	display: block;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
.calc-topic span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	background: url(../img/percent.svg) 0 0 no-repeat;
	background-size: 26px 26px;
}
.calc-title {
	float: left;
	margin-bottom: 8px;
	padding-right: 390px;
	font-size: 50px;
	font-weight: 800;
}
.calc-subtitle {
	clear: both;
	font-size: 36px;
	font-weight: 300;
}
.calc-wrap {
	position: relative;
	margin: 58px 0 0;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0px 100px 150px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(60px);
}
.calc-text {
	padding: 41px 96px;
}
.calc-nav {
	position: absolute;
	top: 12px;
	left: 0;
	padding: 0 3px;
	width: 100%;
	font-size: 0;
}
.calc-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	width: calc(100% / 6);
}
.calc-nav li:before {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #c4c4c4;
	transition: all .5s ease-out;
}
.calc-nav li._active:before {
	background: #f3ae2c;
}
.calc-step {
	display: none;
}
.calc-step._active {
	display: block;
}
.calc-step .btn {
	display: table;
	margin: 45px auto 0;
	width: 351px;
	text-align: center;
}
.calc-text__current {
	font-size: 18px;
	font-weight: 300;
}
.calc-text__current span {
	font-size: 13px;
}
.calc-text__title {
	margin: 10px 0 0;
	min-height: 90px;
	font-size: 36px;
	font-weight: 300;
}
.calc-text__subtitle {
	min-height: 62px;
	font-size: 24px;
}
.calc-form {
	padding: 65px 33px;
	background: #fff;
}
.calc-form-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.calc-form-item {
	width: 25%;
	margin-bottom: 25px;
	padding: 0 20px;
}
.calc-form-item input[type=radio] {
	display: none;
}
.calc-form-item label {
	display: block;
	cursor: pointer;
	text-align: center;
}
.calc-form-item label span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 26px;
	height: 26px;
	background: #eeedeb;
}
.calc-form-item._active label span,
.calc-form-item input:checked + label span {
	background: #fff;
	border: 2px solid #ff9900;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
}
.calc-form-item._active label span:before,
.calc-form-item input:checked + label span:before {
	content: '';
	position: absolute;
	top: -1px;
	right: -11px;
	display: block;
	width: 28px;
	height: 20px;
	background: url(../img/check.svg) 0 0 no-repeat;
}
.calc-form-item__title {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
.calc-form-item__img {
	display: block;
	margin: 23px auto 0;
	max-width: 100%;
	height: auto;
}
.calc-form-item__img img {
	max-width: 100%;
	height: auto;
}
.calc-form-range {
	padding: 80px 60px 20px;
	width: 100%;
}
.calc-form-range__value {
	margin-top: 13px;
	padding: 0 2px;
	font-size: 24px;
}
.calc-form-range__value__min {
	float: left;
}
.calc-form-range__value__max {
	float: right;
}
.calc-step-final {
	padding-top: 21px;
}
.calc-step-final:before {
	content: '';
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 0;
	width: 410px;
	height: 478px;
	background: url(../img/coupon.png) 0 0 no-repeat;
}
.calc-step-final .calc-text__title {
	margin-bottom: 37px;
	padding-right: 280px;
	min-height: auto;
}
.calc-step-final .calc-text__subtitle {
	margin-bottom: 12px;
	padding-right: 485px;
	min-height: auto;
}
.calc-step-final .calc-form {
	position: relative;
	z-index: 1;
	padding: 43px 80px;
}
.calc-step-final .calc-form-wrap {
	align-items: center;
	flex-wrap: unset;
}
.calc-form input[type=text] {
	flex-grow: 1;
	margin-right: 30px;
	padding: 15px 25px;
	height: 60px;
	background: #eeedeb;
	border: 1px solid transparent;
	transition: all .25s ease-out;
}
.calc-form input[type=text]:focus {
	background: #fff;
	border-color: #eeedeb;
}
.calc-form input[type=text]._error {
	border-color: red;
}
.calc-form input[type=submit] {
	margin: 0;
	padding: 0;
}
.calc-form input[type=text]::-webkit-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.calc-form input[type=text]:-ms-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.calc-form input[type=text]::-ms-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.calc-policity {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(59, 51, 36, .5);
}

.reviews {
	position: relative;
	overflow: hidden;
	min-height: 631px;
}
.reviews--main {
	margin: 112px 0 68px;
}
.reviews-zoon {
	position: absolute;
    top: -60px;
    right: 15px;
}
.reviews-title {
	float: left;
	width: 66%;
	font-size: 50px;
	font-weight: 800;
}
.reviews-wrap:after {
	content: '';
	position: absolute;
	top: 68px;
	right: -262px;
	z-index: 0;
	display: block;
	width: 503px;
	height: 503px;
	border: 107px solid rgba(255,153,0,.3);
	border-radius: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.reviews-wrap .owl-carousel {
	position: absolute;
	top: 108px;
	left: -285px;
}
.reviews-wrap .owl-stage-outer {
	width: calc(100% + 285px);
}
.reviews-wrap .owl-stage-outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
}
.reviews-wrap .owl-nav {
	position: absolute;
	bottom: 29px;
	right: 133px;
	z-index: 2;
	font-size: 0;
}
.reviews-wrap .owl-nav .owl-next,
.reviews-wrap .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 100%;
	text-align: center;
	line-height: 44px;
	transition: all .25s ease-out;
	cursor: pointer;
}
.reviews-wrap .owl-nav .owl-next span,
.reviews-wrap .owl-nav .owl-prev span {
	display: none;
}
.reviews-wrap .owl-nav .owl-next {
	right: 0;
}
.reviews-wrap .owl-nav .owl-prev {
	left: 0;
}
.reviews-wrap .owl-nav .owl-next:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 16px;
	background-image: url(../img/arrow-right.svg);
}
.reviews-wrap .owl-nav .owl-prev:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 16px;
	background-image: url(../img/arrow-left.svg);
}
.reviews-wrap .owl-nav .owl-next.disabled,
.reviews-wrap .owl-nav .owl-prev.disabled {
	opacity: .4;
}
.reviews-wrap .owl-nav .owl-next:not(.disabled):hover,
.reviews-wrap .owl-nav .owl-prev:not(.disabled):hover {
	border-color: #ffac0c;
}
.reviews-item {
	position: relative;
	margin-bottom: 118px;
	padding: 104px 43px 30px;
	width: 100%;
	max-width: 540px;
	min-height: 360px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.05);
}
.reviews-item--video {
	position: relative;
	padding: 0;
	min-width: 540px;
}
.reviews-item__img {
	position: absolute;
	top: 27px;
	left: 39px;
	border-radius: 100%;
}
.reviews-item__img img {
	border-radius: 100%;
}
.reviews-item__img:before {
	content: ',,';
	position: absolute;
	top: -7px;
	left: 6px;
	z-index: 1;
	display: block;
	font-size: 36px;
	line-height: 0;
	font-weight: 800;
	color: #ffac0c;
}
.reviews-item__title {
	position: absolute;
	top: 38px;
	left: 118px;
	font-size: 24px;
	font-weight: 800;
}
.reviews-item__position {
	position: absolute;
	top: 70px;
	left: 118px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(59,51,36,.5);
}
.reviews-item__text p {
	margin: 23px 0;
}

.faq {
	padding: 112px 0;
	background: #f6f6f6;
}
.faq-title {
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: 800;
}
.faq-item {
	position: relative;
	margin-bottom: 50px;
}
.faq-item__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 43px;
	height: 71px;
	background: #fff;
	font-weight: 800;
	cursor: pointer;
	transition: all .15s ease-out;
}
.faq-item__btn:hover {
	color: #ffac0c;
}
.faq-item__btn i {
	display: block;
	width: 16px;
	height: 10px;
	background: url(../img/arrow-up.svg) 0 0 no-repeat;
	transform: rotate(180deg);
	transition: all .25s ease-out;
}
.faq-item__btn._active i {
	transform: rotate(0);
}
.faq-item__wrap {
	display: none;
	padding: 33px 43px 49px;
	border: solid #e8e8e8;
	border-width: 0 1px 1px;
}
.faq-item__wrap a {
	color: #ffac0c;
	text-decoration: underline;
}
.faq-item__wrap a:hover {
	text-decoration: none;
}

.map {
	position: relative;
	width: 100%;
}
.map:not(.map--noshadow):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 60%;
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(241,218,54,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(241,218,54,0) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(241,218,54,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00f1da36',GradientType=0 );
	pointer-events: none;
}
.map-wrap {
	width: 100%;
	height: 650px;
}
.map-wrap canvas {
    -webkit-filter: grayscale(100%);
}
.map-info {
	position: absolute;
	top: calc(50% - 190px);
	left: calc(50% - 205px);
	z-index: 1;
	width: 410px;
	height: 190px;
	background: rgba(255, 255, 255, .65);
	box-shadow: 0px 50px 100px rgba(0, 0, 0, .05);
	backdrop-filter: blur(60px);
	text-align: center;
}
.map-info__title {
	padding: 16px 10px 14px;
	font-size: 24px;
	font-weight: 800;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.map-info__text {
	position: relative;
	padding: 14px;
	font-size: 24px;
	line-height: 1.4;
}
.map-info__text__route {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff9900;
    font-size: 20px;
    text-decoration: underline;
}

.consultant {
	padding: 122px 0 95px;
	background: #fff;
}
.consultant-img {
	position: relative;
	float: left;
	margin-right: -100%;
	width: 255px;
	background: #fff;
	box-shadow: 0px 100px 150px rgba(0, 0, 0, .15);
}
.consultant-img img {
	vertical-align: bottom;
	outline: none;
}
.consultant-img-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 22px;
	width: 100%;
	height: 72px;
	background: rgba(255, 172, 12, .8);
	backdrop-filter: blur(60px);
}
.consultant-img-info__name {
	margin-bottom: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: 800;
}
.consultant-img-info__position {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.consultant-info {
	float: left;
	padding: 0 0 0 372px;
}
.consultant-info__title {
	margin: 0 0 6px 8px;
	font-size: 36px;
	line-height: 1.05;
}
.consultant-info__phone {
	margin-bottom: 26px;
	display: block;
	font-size: 77px;
	color: #ffac0c;
	font-weight: 800;
}
.consultant-form .good p {
	text-align: left;
}
.consultant-form__title {
	margin: 0 0 27px 8px;
	font-size: 24px;
}
.consultant-form-wrap {
	padding-left: 8px;
	font-size: 0;
}
.consultant-form-wrap input {
	display: inline-block;
	vertical-align: middle;
    padding: 0 25px;
    width: 35%;
    height: 60px;
    background: #eeedeb;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 300;
    transition: all .25s ease-out;
}
.consultant-form-wrap input._error {
	border-color: red;
}
.consultant-form-wrap input::-webkit-input-placeholder {
	color: rgba(59,51,36,.5);
}
.consultant-form-wrap input:-ms-input-placeholder {
	color: rgba(59,51,36,.5);
}
.consultant-form-wrap input::-ms-input-placeholder {
	color: rgba(59,51,36,.5);
}
.consultant-form-wrap input:focus {
	background: #fff;
	border-color: #eeedeb;
}
.consultant-form-wrap__btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: 4%;
	width: 35%;
	text-align: center;
	font-size: 18px;
}
.consultant-form-wrap__policity {
    margin: 12px 0 0 8px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(59, 51, 36, .5);
}
.consultant-form-wrap__policity._center {
	text-align: center;
}
.consultant-form-wrap__policity a {
	color: inherit;
	text-decoration: underline;
}
.consultant-form-wrap__policity a:hover {
	text-decoration: none;
}

.manufacture {
	position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	text-align: center;
	color: #fff;
}
.manufacture h2 {
	position: relative;
	z-index: 2;
}
.manufacture:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
}
.manufacture-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.manufacture-wrap-item {
	flex: 0 0 30%;
	padding: 0 40px;
}
.manufacture-wrap-item__img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	height: 90px;
}

.tags {
	padding-top: 112px;
}
.tags-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.tags-wrap a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 6px 14px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	font-size: 12px;
	color: #3b3324;
}
.tags-wrap a:hover {
	background-color: rgba(0,0,0,.1);
	color: #fff;
}

.tags-block {
	position: relative;
	padding: 112px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.tags-block-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.tags-block-wrap li {
	flex: 0 0 calc(100% / 4);
	margin-bottom: 10px;
	padding-right: 15px;
}
.tags-block-wrap a {
	display: inline-block;
	color: #3b3324;
	text-decoration: underline;
}
.tags-block-wrap a:hover {
	color: #ffac0c;
	text-decoration: none;
}
.tags-block-wrap p {
	font-weight: bold;
}
.tags-list {
	padding-top: 112px;
}
.tags-list-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.tags-list a,
.tags-list p {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px 15px 0;
	padding: 0 14px;
	height: 34px;
	background: #fff;
	font-size: 16px;
	color: #3b3324;
	transition: all .15s ease-out;
}
.tags-list a:hover,
.tags-list p {
	background: #ffac0c;
	color: #fff;
}

.promo-block {
    padding: 117px 0;
    background: #f6f6f6;
}
.promo-block-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.promo-block-item {
	flex: 0 0 calc(100% / 3);
}
.promo-block-item__img {
	width: 100%;
	height: 270px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.promo-block-item__descr {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	width: 100%;
	height: 270px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #151515;
}
.promo-block-item__descr._up:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 100%;
    border: solid transparent;
    border-width: 0 14px 14px;
    border-bottom-color: #fff;
}
.promo-block-item__descr._down:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 100%;
    border: solid transparent;
    border-width: 14px 14px 0;
    border-top-color: #fff;
}

/* Popup */
.dark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.6);
	z-index: 150;
}
.dark._active {display: block; }
.popup {
	position: absolute;
	left: -999999px;
	margin: 0 0 0 -270px;
	padding: 53px 80px 63px;
	width: 540px;
	background: #fff;
	opacity: 0;
	transition: opacity .15s;
}
.popup-big {
	position: fixed;
	top: 0 !important;
	margin: 0 !important;
	width: 100%;
	height: 100%;
}
.popup-big iframe {
	width: 100% !important;
	height: 100% !important;
}
.popup-big-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.popup._active {
	left: 50%;
	opacity: 1;
	z-index: 180;
}
.popup-big._active {
	left: 0;
}
.popup-close {
	position: absolute;
    top: 10px;
	right: 10px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: url(../img/close.svg) 0 0 no-repeat;
    cursor: pointer;
}
.good {
	text-align: center;
}
.popup-title,
.good b {
	margin-bottom: 24px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
}
.popup-subtitle,
.good p {
	margin-bottom: 34px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.popup input[type=text] {
	margin: 0 0 20px;
	padding: 15px 25px;
	width: 100%;
	height: 60px;
	background: #eeedeb;
	border: 1px solid transparent;
	font-size: 18px;
	font-weight: 300;
	transition: all .25s;
}
.popup textarea {
	margin: 0 0 20px;
	padding: 15px 25px;
	width: 100%;
	height: 120px;
	border: 1px solid transparent;
	font-size: 18px;
	font-weight: 300;
	transition: all .25s;
	resize: none;
}
.popup input[type=text]:focus,
.popup textarea:focus {
	background: #fff;
	border-color: #eeedeb;
}
.popup input[type=text]._error,
.popup textarea._error {
	border-color: red;
}
.popup input[type=text]::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.popup input[type=text]:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.popup input[type=text]::-ms-input-placeholder,
.popup textarea::-ms-input-placeholder {
	color: rgba(59, 51, 36, .5);
}
.popup input[type=submit] {
	margin: 20px 0 0;
	width: 100%;
	border: 0;
}

.cities {
	padding-right: 15px;
	max-height: 78vh;
	overflow-y: auto;
}
.cities::-webkit-scrollbar {
	width: 2px;
	background: #f6f6f6;
}
.cities::-webkit-scrollbar-thumb {
	background-color: #ffac0c;
}
.cities::-webkit-scrollbar-track {
	border-width: 0;
}
.cities-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}
.cities-item__letter {
	flex: 0 0 50px;
	font-weight: 600;
}
.cities-item-wrap {
	flex: 1;
}
.cities-item-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cities-item-wrap li {
	flex: 0 0 calc(100% / 5);
	padding: 0 15px 15px 0;
}
.cities-item-wrap li a {
	display: table;
	font-size: 15px;
	color: #ffac0c;
}
.cities-item-wrap li a:hover {
	text-decoration: underline;
}

/* Footer block */
.foot {
    padding: 22px 0;
    border-top: 1px solid #e6e6e6;
}
.foot-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-logo__text {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 800;
	color: #3C3324;
	transition: all .25s ease-out;
}
.foot-logo__text:hover {
	text-shadow: 1px -1px 0 #f19f00, 2px -2px 0 #db9000;
}
.foot-logo__copy {
	font-size: 14px;
	color: rgba(59,51,36,.8);
}
.foot-logo__copy a {
	color: #3b3324;
}
.foot-logo__copy a:hover {
	color: #ffac0c;
}
.foot-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px;
}
.foot-nav li {
	margin: 10px 0;
}
.foot-nav li + li {
	margin-left: 20px;
}
.foot-nav a {
	font-size: 16px;
    color: inherit;
}
.foot-nav a:hover {
    color: #ffac0c;
}
.foot-links {
	padding: 0 10px;
}
.foot-social a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.foot-social img {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	height: 20px;
}
.foot-info {
	text-align: center;
}
.foot-info a {
	margin: 0 0 9px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
	color: rgba(59,51,36,.8);
}
.foot-info a:hover {
	color: rgba(59,51,36,1);
	text-decoration: none;
}

.fast-btn {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 10;
	transform: translateY(-50%);
}
.fast-btn__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 5px;
	border-radius: 100%;
	background: #ffac0c;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
	text-align: center;
	transition: all .15s ease-out;
}
.fast-btn__item svg {
	fill: #fff;
}
.fast-btn__item:hover {
	background: #3b3324;
}

@media (max-width: 1350px) {
	.head-slider__item {
		height: 900px;
	}
	.offer {
		position: relative;
		min-height: 700px;
	}
	.offer:before,
	.works-wrap:before,
	.portfolio:before {
		display: none;
	}
	.offer:after {
		bottom: 35px;
	}
	.offer-bg {
		background-size: 800px auto;
		background-position: -280px -50px;
	}
	.offer-info {
		position: unset;
		float: none;
		padding: 0 0 0 300px;
		max-width: 100%;
	}
	.offer-info__icon {
		top: 80px;
		left: 100px;
		z-index: 1;
	}
	.offer-info__title,
	.offer-info__text {
		margin-bottom: 40px;
	}
	.plus {
		padding: 40px 0;
	}
	.plus-left,
	.plus-right {
		top: 0;
	}
}
@media (max-width: 1200px) {
	.head-promo__title,
	.offer-info__title,
	.plus-left__title,
	.feedback-title,
	.works-title,
	.manufacture h2,
	.furniture-list-title,
	.special-title,
	.steps-title,
	.facade-list-title,
	.certificates-title,
	.about-block__title,
	.tags-block h2,
	.tags h2,
	.contacts-block__title,
	.fastform-form__title,
	.materials-title,
	.calc-title,
	.reviews-title,
	.faq-title {
		font-size: 36px;
	}
	.about-block-wrap h2,
	.about-block-wrap h3,
	.about-block-wrap h4,
	.about-block-wrap h5,
	.about-block-wrap h6 {
		margin: 32px 0 22px;
		font-size: 30px;
	}
	.head-promo {
		margin: 190px 0 0;
		padding: 40px;
		max-width: 650px;
	}
	.head-promo__subtitle,
	.feedback-subtitle,
	.fastform-form__subtitle {
		font-size: 26px;
	}
	.fastform-form__subtitle--small {
		font-size: 18px;
	}
	.offer-info {
		padding-top: 40px;
	}
	.offer-info__icon {
		top: 0;
		left: 150px;
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.plus-left {
		padding: 50px;
	}
	.plus-left__title span {
		margin-bottom: 0;
		font-size: 208px;
	}
	.plus-right-item__text {
		font-size: 20px;
	}
	.plus-left-director,
	.about-block-director {
	    margin: 80px 0 0;
	}
	.feedback-right {
		margin: 0;
	}
	.works,
	.reviews {
		padding: 80px 0 160px;
		min-height: auto;
	}
	/* .reviews-item,
	.reviews-item iframe {
		min-height: 240px !important;
	} */
	.works-subtitle {
		margin: 0;
		padding-left: 55px;
		font-size: 18px;
	}
	.works-subtitle i {
		width: 40px;
		height: 40px;
		background-size: 40px auto;
	}
	.works-wrap {
		margin-top: 30px;
	    padding: 0 31px;
	}
	.reviews-wrap {
		margin-top: 60px;
		padding: 0 31px;
	}
	.reviews-zoon {
		top: -122px;
	}
	.works-wrap .owl-carousel,
	.reviews-wrap .owl-carousel {
		position: relative;
		top: auto;
		left: auto;
	}
	.works-item__img img {
		max-width: 100%;
		height: auto;
	}
	.works-wrap .owl-nav,
	.reviews-wrap .owl-nav {
		right: 0;
		width: 100%;
		text-align: center;
	}
	.works-wrap .owl-nav .owl-next,
	.works-wrap .owl-nav .owl-prev,
	.reviews-wrap .owl-nav .owl-next,
	.reviews-wrap .owl-nav .owl-prev {
		margin: 0 15px;
	}
	.materials {
		margin-top: 0;
	}
	.materials-info-nav {
		width: 250px;
	}
	.materials-info-nav__item {
		font-size: 22px;
	}
	.materials-info-wrap {
		padding-left: 280px;
	}
	.calc {
		padding-bottom: 0;
	}
	.calc-form-item__title {
		font-size: 20px;
	}
	.calc-step-final:before {
		width: 375px;
	}
	.calc-step-final .calc-text__subtitle {
		padding-right: 300px;
	}
	.consultant-info__phone {
		font-size: 66px;
	}
	.consultant-form-wrap input,
	.consultant-form-wrap__btn {
		width: 45%;
	}
	.reviews-item--video {
		position: relative;
		padding-bottom: 56.25%;
		min-width: auto;
		height: 0;
	}
	.reviews-item--video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 1130px) {
	.head-nav > li > a,
	.head-nav > li > p {
		font-size: 14px;
	}
	.head-nav-wrap li {
		margin-left: 25px;
	}
}
@media (max-width: 1100px) {
	.head-contact__phone {
		font-size: 17px;
	}
	.plus-right {
		width: 45%;
	}
	.fastform {
		padding: 80px 0;
	}
	.fastform-form {
		padding: 40px 20px;
	}
	.feedback-title br {
		display: none;
	}
	.feedback-img,
	.feedback-right {
		display: none;
	}
	.feedback-wrap {
		width: 100%;
	}
	.feedback-calendar,
	.feedback-form {
		float: left;
		padding: 0 15px;
		width: 50%;
	}
	.feedback-form {
		margin-top: 56px;
	}
	.feedback-form input,
	.feedback-form__btn {
		width: 100%;
	}
	.calc {
		padding-top: 60px;
	}
	.calc-step-final .calc-form {
	    padding: 40px;
	}
	.works-item--half .works-item__info {
    	width: calc(50% - 15px);
	}
}
@media (max-width: 1050px) {
	.head-nav {
		padding-left: 10px;
	}
	.head-nav > li {
		margin-left: 18px;
	}
}
@media (max-width: 1030px) {
	.head-wrap {
		height: 58px;
	}
	.head-toggle {
		display: block;
	}
	.head-btn p {
		top: -9px;
		right: 6px;
		padding: 1px 4px 3px;
	}
	.head-nav {
		position: absolute;
		top: 58px;
		left: 0;
		z-index: 150;
		display: none;
		padding: 0 0 15px;
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow: 0 12px 10px rgb(0 0 0 / 15%);
	}
	.head-nav._active {
		display: block;
	}
	.head-nav > li {
		margin-left: 0;
		height: auto;
	}
	.head-nav > li > a {
		padding: 12px 15px;
		height: auto;
		font-weight: 600;
		font-size: 16px;
	}
	.head-nav > li > p {
		display: none;
	}
	.head-nav-sub {
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		opacity: 1;
		background: transparent;
		box-shadow: none;
	}
	.head-call {
		display: none;
	}
	.head-contact__btn {
		display: flex;
	}
	.city-popup {
		top: calc(100% + 11px);
	}
	.main-services,
	.promo {
		padding-top: 58px;
	}
	.plus-left,
	.plus-right {
		margin: 0 0 40px;
		width: 100%;
	}
	.plus-right {
		padding-left: 0;
		font-size: 0;
	}
	.plus-right-item {
		display: inline-block;
		vertical-align: top;
		padding-right: 15px;
		width: 50%;
	}
	.about-block-plus-item {
		flex: 0 0 50%;
		padding-right: 15px;
	}
	.plus-right-item__text,
	.about-block-plus-item__text {
		font-size: 18px;
	}
	.main-services-item p {
		font-size: 24px;
	}
	.main-services__title {
		margin-bottom: 6px;
		font-size: 24px;
		line-height: 28px;
	}
	.main-services__subtitle {
		font-size: 18px;
		line-height: 22px;
	}
	.main-services-plus__item span {
		font-size: 14px;
	}
	.main-services-plus {
		padding: 0;
	}
	.feedback,
	.materials,
	.about-block,
	.tags-block,
	.service-list,
	.special,
	.certificates,
	.facade-list,
	.promo-block,
	.reviews--main,
	.faq,
	.steps,
	.furniture-list,
	.manufacture {
		padding: 80px 0;
	}
	.about-block-plus {
		padding-top: 40px;
	}
	.about-block-wrap {
		box-shadow: none;
	}
	.reviews--main {
		margin: 0;
	}
	.materials-info-nav {
		float: none;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-right: 0;
		width: 100%;
	}
	.materials-info-nav__item {
		flex: 0 0 22%;
		max-width: 22%;
		height: 70px;
		font-size: 18px;
		line-height: 66px;
		font-weight: 600;
	}
	.materials-info-wrap {
		position: relative;
		z-index: 1;
		padding-left: 0;
	}
	.materials-info-wrap__content {
		padding: 46px 65px 65px;
		height: auto;
	}
	.materials-info-wrap__content img {
		display: block;
		margin: 49px auto 0;
	}
	.calc-text {
	    padding: 41px 25px 25px;
	}
	.calc-form {
		padding: 40px 15px;
	}
	.calc-form-item {
		padding: 0 10px;
	}
	.calc-form-item__title {
	    font-size: 16px;
	}
	.calc-form-item label span {
		margin-right: 5px;
	}
	.certificates-item img {
		max-width: 160px;
	}
	.service-list-item-info p,
	.facade-list-item-info p {
		font-weight: 600;
		font-size: 16px;
	}
	.cities-item-wrap li {
		flex: 0 0 calc(100% / 4);
	}
}
@media (max-width: 992px) {
	.btn {
	    padding: 0 26px;
	    height: 56px;
	    line-height: 56px;
	}
	.promo-marquiz a {
		padding: 0 26px;
		height: 56px;
		line-height: 56px;
	}
	.head-nav-wrap {
		display: none;
	}
	.head-slider__item {
    	height: 660px;
	}
	.head-promo {
		margin-top: 150px;
	}
	.head-promo__title,
	.offer-info__title,
	.plus-left__title,
	.feedback-title,
	.works-title,
	.manufacture h2,
	.furniture-list-title,
	.special-title,
	.steps-title,
	.facade-list-title,
	.certificates-title,
	.about-block__title,
	.tags-block h2,
	.tags h2,
	.contacts-block__title,
	.fastform-form__title,
	.materials-title,
	.calc-title,
	.calc-text__title,
	.reviews-title,
	.faq-title,
	.consultant-info__title {
		font-size: 30px;
	}
	.about-block-wrap h2,
	.about-block-wrap h3,
	.about-block-wrap h4,
	.about-block-wrap h5,
	.about-block-wrap h6 {
		font-size: 26px;
	}
	.head-promo__title br {
		display: none;
	}
	.head-promo__subtitle {
		margin: 0 0 30px;
	    font-size: 20px;
	}
	.head-promo-plus__item p {
	    max-width: 150px;
	    font-size: 14px;
	}
	.promo-wrap {
		height: 660px;
	}
	.promo__title {
		font-size: 30px;
	}
	.promo__subtitle {
		margin: 0 0 30px;
		font-size: 20px;
	}
	.promo-plus__item p {
		max-width: 150px;
		font-size: 14px;
	}
	.offer-bg {
	    background-size: 660px auto;
	    background-position: -315px 0;
	}
	.offer-info {
		padding-left: 180px;
	}
	.offer-info__icon {
	    left: 60px;
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	}
	.offer-info__icon:before {
		width: 55px;
		height: 50px;
		background-size: 55px auto;
	}
	.plus {
		padding: 0 0 40px;
	}
	.plus .wrapper {
		padding: 0;
	}
	.plus-right {
		padding: 0 15px;
	}
	.feedback-subtitle,
	.calc-text__subtitle,
	.fastform-form__subtitle {
		font-size: 20px;
	}
	.fastform-form__subtitle--small {
		font-size: 16px;
	}
	.works-item__info {
		padding: 20px;
		width: 50%;
	}
	.calc-text__title,
	.calc-text__subtitle {
		margin-bottom: 5px;
		min-height: auto;
	}
	.calc-step-final:before {
		display: none;
	}
	.calc-step-final .calc-text__title,
	.calc-step-final .calc-text__subtitle {
		padding-right: 0;
	}
	.calc-step-final .calc-text__title {
		margin-bottom: 15px;
	}
	.calc-step-final .calc-form-wrap {
		flex-wrap: wrap;
	}
	.calc-form input[type=text] {
		height: 56px;
	}
	.calc-form input[type=submit] {
		margin-top: 30px;
	}
	.calc-policity {
		text-align: center;
	}
	.reviews {
		padding-bottom: 40px;
	}
	.reviews-item {
		padding-bottom: 0;
	}
	.consultant-info {
	    padding: 0 0 0 300px;
	}
	.consultant-info__phone {
		font-size: 58px;
	}
	.consultant-form-wrap input,
	.consultant-form-wrap__btn {
		width: 45%;
	}
	.promo-block-item {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex: 0 0 100%;
	}
	.promo-block-item__img,
	.promo-block-item__descr {
		flex: 0 0 50%;
		height: 300px;
	}
	.promo-block-item__descr._up:after {
		bottom: 50%;
		left: auto;
		right: 100%;
		margin: 0 0 -14px;
		border: 14px solid transparent;
		border-right: 14px solid #fff;
	}
	.promo-block-item__descr._down:after {
		top: 50%;
		left: 100%;
		margin: -14px 0 0;
		border: 14px solid transparent;
		border-left: 14px solid #fff;
	}
	.service-list-item,
	.facade-list-item {
		flex: 0 0 50%;
		max-width: 360px;
	}
	.special {
		margin: 0 auto;
		max-width: 798px;
	}
	.steps-wrap-item {
		padding: 0 15px;
		font-size: 14px;
	}
	.contacts-block-wrap {
		margin-left: 0;
	}
	.contacts-block-item {
		flex: 0 0 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.contacts-block-item + .contacts-block-item {
		margin-top: 40px;
	}
	.tags-block-wrap {
		font-size: 16px;
	}
	.tags-block-wrap li {
		flex: 0 0 calc(100% / 3);
	}
	.portfolio-wrap {
		margin: 50px 0 0 -20px;
	}
	.portfolio-item {
		padding: 0 0 20px 20px;
	}
	.portfolio-item-info__title {
		font-size: 14px;
	}
	.portfolio-item-info__price,
	.portfolio-item-info-props {
		font-size: 14px;
	}
	.portfolio-item-info__price b,
	.portfolio-item-info-props b {
		font-size: 16px;
		line-height: 16px;
	}
}
@media (max-width: 960px) {
	.main-services-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-services-item {
		min-height: 290px;
		background-position: 50% 70%;
	}
	.main-services-item--last {
		padding: 40px 20px;
	}
	.main-services-plus__item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.main-services-plus__item span {
		flex: 0 0 100%;
		margin-top: 10px;
		padding-left: 0;
	}
	.works-item {
		margin: 0 auto;
		max-width: 540px;
	}
}
@media (max-width: 850px) {
	.breadcrumb {
		justify-content: center;
	}
	.works {
		padding: 60px 0 160px;
	}
	.about-block__title,
	.tags-block h2,
	.tags h2,
	.contacts-block__title,
	.fastform-form__title,
	.works-title,
	.manufacture h2,
	.furniture-list-title,
	.special-title,
	.steps-title,
	.facade-list-title,
	.certificates-title,
	.works-subtitle,
	.feedback-title,
	.feedback-subtitle,
	.fastform-form__subtitle,
	.materials-title,
	.materials-subtitle,
	.reviews-title {
		float: none;
		margin: 0 auto 15px;
		width: 100%;
		text-align: center;
	}
	.works-title br {
		display: none;
	}
	.works-subtitle {
		max-width: 215px;
	}
	.works-wrap:after,
	.portfolio:after,
	.reviews-wrap:after {
		display: none;
	}
	.materials-logo img {
		margin-bottom: 20px;
	}
	.materials-info-nav {
		flex-wrap: wrap;
	}
	.materials-info-nav__item {
		flex: 0 0 49%;
		max-width: 49%;
		margin-bottom: 12px;
	}
	.calc-title,
	.calc-subtitle {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.calc-title br {
		display: none;
	}
	.calc-topic {
		position: relative;
		top: auto;
		left: 0;
		margin: 30px auto 0;
		padding: 37px 40px 40px;
		max-width: 340px;
	}
	.reviews-wrap {
		margin-top: 0;
		padding: 0;
	}
	.reviews-zoon {
		position: relative;
		top: auto;
		right: auto;
		display: table;
		margin: 0 auto 40px;
	}
	.reviews-wrap .owl-stage-outer {
	    width: 100%;
	}
	.reviews-item {
		margin: 0 auto 118px;
	}
	.faq-item {
	    margin-bottom: 20px;
	}
	.consultant {
	    padding: 40px 0;
	}
	.consultant-img {
		display: none;
	}
	.consultant-info {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.certificates-item img {
		max-width: 120px;
	}
	.fastform-form-wrap-col {
		flex: 0 0 100%;
	}
	.fastform-form__btn--center {
		font-size: 14px;
	}
	.fastform-form-list {
		padding: 20px 0;
	}
	.fastform-form-list li {
		padding: 0 20px 20px;
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.breadcrumb-services li {
		color: #fff;
	}
	.head-slider__item {
		height: 480px;
	}
	.head-slider__item:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.65);
	}
	.head-info__btn {
	    width: 170px;
	    font-size: 14px;
	    color: #000;
	}
	.head-promo {
		margin-top: 80px;
		padding: 33px;
		max-width: 100%;
		background: transparent;
		backdrop-filter: none;
	}
	.head-promo-plus:before {
		display: none;
	}
	.head-promo__title,
	.head-promo__subtitle,
	.head-promo-plus__item p {
		color: #fff;
	}
	.head-promo__title,
	.offer-info__title,
	.plus-left__title,
	.feedback-title,
	.about-block__title,
	.tags-block h2,
	.tags h2,
	.contacts-block__title,
	.fastform-form__title,
	.works-title,
	.manufacture h2,
	.furniture-list-title,
	.special-title,
	.steps-title,
	.facade-list-title,
	.certificates-title,
	.materials-title,
	.calc-title,
	.calc-text__title,
	.reviews-title,
	.faq-title,
	.consultant-info__title {
		font-size: 24px;
	}
	.about-block-wrap h2,
	.about-block-wrap h3,
	.about-block-wrap h4,
	.about-block-wrap h5,
	.about-block-wrap h6 {
		font-size: 20px;
	}
	.head-promo__subtitle,
	.offer-info__text,
	.about-block,
	.plus-left,
	.feedback-subtitle,
	.fastform-form__subtitle,
	.materials-subtitle,
	.materials-info-wrap__content,
	.calc-subtitle,
	.calc-text__subtitle {
		font-size: 16px;
	}
	.promo:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.65);
	}
	.promo-wrap {
		max-width: 100%;
		height: 540px;
	}
	.promo-container {
		padding: 33px;
		max-width: 100%;
		background: transparent;
		backdrop-filter: none;
	}
	.promo__title {
		font-size: 24px;
		color: #fff;
	}
	.promo__title br {
		display: none;
	}
	.promo__subtitle {
		font-size: 16px;
		color: #fff;
	}
	.promo-plus__item p {
		color: #fff;
	}
	.offer-info {
		padding-top: 0;
	}
	.offer-info__title {
		margin-bottom: 10px;
	}
	.offer-info__text,
	.offer-info-wrap__btn {
		margin-bottom: 30px;
	}
	.offer-info-wrap__counter {
		display: block;
		margin: 0;
	}
	.plus-right-item,
	.about-block-plus-item {
		padding-left: 110px;
	}
	.plus-right-item__text,
	.about-block-plus-item__text {
	    font-size: 16px;
	    font-weight: 600;
	}
	.plus-right-item__icon,
	.about-block-plus-item__icon {
	    width: 70px;
	    height: 70px;
	    line-height: 63px;
	}
	.plus-right-item__icon__img,
	.about-block-plus-item__icon__img {
		width: 60px;
		height: auto;
	}
	.plus-right-item__icon img,
	.about-block-plus-item__icon img {
		max-width: 100%;
		height: auto;
	}
	.materials-info-wrap__content {
		padding: 40px;
	}
	.calc-form-item {
		width: 50%;
	}
	.calc-form-item label {
		margin: 0 auto;
		max-width: 220px;
		text-align: left;
	}
	.calc-form-item label span {
	    margin-right: 5px;
	    width: 18px;
	    height: 18px;
	}
	.calc-form-item input:checked + label span:before {
	    top: -6px;
	    right: -12px;
	}
	.calc-form-item__img {
		margin-top: 12px;
	}
	.calc-form input[type=text] {
		margin: 0 0 15px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.consultant-form-wrap {
		padding-left: 0;
	}
	.consultant-form__title {
    	margin-left: 0;
    }
	.promo-block-item__img,
	.promo-block-item__descr {
		height: 240px;
	}
	.promo-block-item__descr {
		font-size: 16px;
	}
	.steps-wrap {
		justify-content: center;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.steps-wrap-item {
		flex: 0 0 calc(100% / 3);
		margin-bottom: 40px;
	}
	.steps-wrap-item svg {
		margin-bottom: 10px;
	}
	.steps-wrap-item span {
		top: 0;
		bottom: auto;
		left: 15px;
	}
	.manufacture-wrap-item {
		padding: 0 15px;
	}
	.manufacture-wrap-item__title {
		font-size: 14px;
	}
	.cities-item-wrap li {
		flex: 0 0 calc(100% / 3);
	}
	.cities-item-wrap li a {
		font-size: 14px;
	}
	.contacts-block-item__value {
		font-size: 16px;
	}
	.tags-block-wrap {
		text-align: center;
		font-size: 14px;
	}
	.about-block-wrap ul.column {
		column-count: 3;
	}
	.portfolio-item {
		flex: 0 0 100%;
		margin: 0 auto;
		max-width: 560px;
	}
}
@media (max-width: 650px) {
	.head-contact__phone {
		white-space: nowrap;
		font-size: 14px;
	}
	.head-contact__time span {
		display: none;
	}
	.head-btn + .head-btn {
		margin-left: 12px;
	}
	.feedback-calendar,
	.feedback-form {
		float: none;
		margin: 20px 0 0;
		padding: 0;
		width: 100%;
	}
	.calc-form-range {
	    padding: 80px 15px 15px;
	    width: 100%;
	}
	.irs--flat,
	.irs--flat .irs-line {
		height: 14px;
	}
	.irs--flat .irs-single {
	    width: 58px;
	    height: 44px;
	    font-size: 22px;
	    line-height: 44px;
	}
	.irs-single {
		top: -44px;
	}
	.calc-form-range__value {
		font-size: 18px;
	}
	.reviews-wrap {
		padding: 0 15px;
	}
	.reviews-item {
		padding: 104px 20px 20px;
		min-height: 320px;
		box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	}
	.reviews-item__text p {
		margin: 0 0 10px;
	}
	.reviews-item__title {
		font-size: 18px;
	}
	.reviews-item__position {
		top: 60px;
		font-size: 12px;
	}
	.faq {
		padding-bottom: 15px;
	}
	.faq-item__btn {
		padding: 0 35px 0 15px;
		font-size: 16px;
	}
	.faq-item__btn i {
		position: relative;
		right: -20px;
		min-width: 20px;
	}
	.faq-item__wrap {
	    padding: 20px;
	    font-size: 15px;
	}
	.map-info {
		top: calc(50% - 200px);
	    left: calc(50% - 150px);
	    z-index: 1;
	    width: 300px;
	    height: 200px;
	}
	.map-info__title {
		font-size: 20px;
	}
	.map-info__text,
	.map-info__text__route {
	    font-size: 18px;
	}
	.popup._active {
		top: 0;
		left: 0;
		margin: -70px 0 0;
		padding: 20px 50px 40px;
		width: 100%;
	}
	.popup-title, .good b {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.popup-subtitle, .good p {
		font-size: 15px;
	}
	.certificates-wrap {
		column-gap: 20px;
	}
	.certificates-item {
		margin-bottom: 20px;
	}
	.service-list-item,
	.facade-list-item {
		flex: 0 0 100%;
		max-width: 360px;
	}
	.cities {
		max-height: 88vh;
	}
	.cities-item__letter {
		flex: 0 0 25px;
	}
	.cities-item-wrap li {
		flex: 0 0 calc(100% / 2);
	}
	.tags-block-wrap li {
		flex: 0 0 50%;
		margin-bottom: 15px;
	}
	.about-block-wrap ul.column {
		column-count: 2;
	}
}
@media (max-width: 550px) {
	.breadcrumb-services {
		justify-content: center;
	}
	.head-logo {
		margin: 0;
	}
	.head-logo a {
		font-size: 19px;
	}
	.head-btns {
		position: initial;
	}
	.head-btns > .head-btn {
		display: none;
	}
	.head-slider__item {
	    height: 550px;
	}
	.head-info-contact {
		order: 1;
		flex: 0 0 50%;
	}
	.head-contact__btn {
		display: none;
	}
	.head-info__btn {
		margin: 30px auto 0;
		order: 3;
	}
	.head-nav .head-btns {
		display: flex;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.head-btn p {
		top: -18px;
	}
	.city-popup {
		top: 100%;
		left: 15px;
		width: 295px;
	}
	.head-promo {
    	margin-top: 150px;
    	padding: 33px 0;
    	text-align: center;
    }
    .head-promo .btn {
    	display: none;
    }
    .head-promo-plus__item {
    	padding: 0 15px;
    }
    .head-promo-plus__item p {
    	max-width: 100%;
    }
    .head-promo-plus__item img {
	    position: relative;
	    top: auto;
	    left: auto;
	    display: block;
	    margin: 0 auto 10px;
	}
	.promo-container {
		padding: 0;
		text-align: center;
	}
	.promo-container .btn {
		margin: 0 auto;
	}
	.promo-plus__item {
		padding: 0 15px;
	}
	.promo-plus__item img {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		margin: 0 auto 10px;
	}
	.promo-plus__item p {
		max-width: 100%;
	}
	.plus-left__title {
		top: -134px;
	}
	.plus-left__title span {
	    font-size: 138px;
	    line-height: 138px;
	}
	.plus-left-director__img,
	.about-block-director__img {
		display: none;
	}
	.plus-left-director,
	.about-block-director {
	    margin: 80px 0 0 36px;
	}
	.plus-right-item,
	.about-block-plus-item {
	    padding-left: 45px;
	    min-height: auto;
	}
	.plus-right-item__icon,
	.about-block-plus-item__icon {
	    width: 0;
	    height: 0;
	    background: transparent;
	}
	.plus-right-item__icon__img,
	.about-block-plus-item__icon__img {
		display: none;
	}
	.about-block:before {
		display: none;
	}
	.about-block-wrap {
		padding: 0 0 40px;
		background: transparent;
	}
	.about-block-director {
		justify-content: flex-start;
	}
	.works-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	.works-item__info,
	.works-item__img {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.works-item__info {
		order: 1;
	}
	.works-item__img {
		order: 0;
	}
	.calc-topic span {
		left: -10px;
	}
	.calc-form {
	    padding: 15px 15px;
	}
	.calc-form-item {
		margin-bottom: 15px;
		padding: 0 5px;
	}
	.calc-form-item__title {
	    font-size: 14px;
	}
	.calc-step .btn {
		margin-top: 15px;
	    width: 100%;
	}
	.consultant-info__phone {
	    font-size: 32px;
	}
	.consultant-form__title {
	    font-size: 18px;
	}
	.consultant-form-wrap input,
	.consultant-form-wrap__btn {
		margin: 0 0 10px;
		width: 100%;
	}
	.promo-block-item__descr {
		padding: 10px;
		text-align: left;
		font-size: 14px;
		line-height: 16px;
	}
	.steps-wrap-item {
		flex: 0 0 calc(100% / 2);
	}
	.fastform-form-list li {
		flex: 0 0 100%;
	}
	.fastform-form__btn--center {
		min-width: auto;
		max-width: 100%;
		width: 100%;
	}
	.portfolio .btn {
		width: 100%;
	}
	.manufacture-wrap {
		flex-wrap: wrap;
	}
	.manufacture-wrap-item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex: 0 0 100%;
	}
	.manufacture-wrap-item + .manufacture-wrap-item {
		margin-top: 30px;
	}
	.manufacture-wrap-item__img {
		margin-bottom: 0;
		height: auto;
	}
	.manufacture-wrap-item__title {
		text-align: left;
		padding-left: 20px;
	}
	.manufacture-wrap-item__title br {
		display: none;
	}
	.foot-wrap {
		flex-wrap: wrap;
	}
	.foot-logo,
	.foot-social {
		flex: 0 0 100%;
		text-align: center;
	}
	.foot-logo__copy {
		margin-bottom: 20px;
	}
	.fast-btn {
		top: auto;
		bottom: 36px;
	}
}
@media (max-width: 450px) {
	.head-promo .btn {
	    margin: 80px auto 0;
	}
	.offer {
		padding-top: 80px;
	}
	.offer-bg {
		background-position: -350px 0;
	}
	.offer-info {
		padding-left: 95px;
	}
	.offer-info__icon {
	    left: 15px;
	    width: 75px;
	    height: 75px;
	    line-height: 75px;
	}
	.offer-info__text br {
		display: none;
	}
	.offer-info-wrap__btn {
		font-size: 14px;
	}
	.offer-info-wrap__counter__title,
	.offer-info-wrap__counter p,
	.offer-info-wrap__counter p span {
		color: #232323;
	}
	.offer-info-wrap__counter p {
		font-size: 12px;
	}
	.offer-info-wrap__counter p span {
		font-size: 32px;
	}
	.offer-info-wrap__counter i {
	    top: -6px;
	    margin: 0;
	    font-size: 26px;
	}
	.plus-left,
	.plus-right {
		margin: 0;
	}
	.plus-left {
	    padding: 50px 25px;
	}
	.plus-right {
		margin-top: 30px;
	}
	.plus-right-item {
		margin-bottom: 10px;
		width: 100%;
	}
	.about-block-plus-item {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.plus-right-item__text br,
	.about-block-plus-item__text br {
		display: none;
	}
	.works-wrap {
		padding: 0 15px;
	}
	.materials-info-nav__item {
		font-size: 15px;
	}
	.calc-topic {
		font-size: 18px;
	}
	.calc-step-final .calc-form {
	    padding: 20px;
	}
	.calc-form input[type=submit] {
	    margin-top: 0;
	    font-size: 16px;
	}
	.popup._active {
		padding: 40px 15px 40px;
	}
}