* {
	box-sizing: border-box
}
.focus, :focus {
	outline: 5px auto -webkit-focus-ring-color
}
a {
	color: inherit
}
a, a:focus, a:hover {
	outline: none;
	text-decoration: none
}
.wrapper {
	overflow-x: hidden;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	z-index: 1
}
.container23, .wrapper {
	position: relative;
	width: 100%
}
.container23 {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 2
}
.logo {
	width: 100%;
	max-width: 182px
}
.f-p {
	font-family: Proxima Nova, sans-serif
}
.ttu {
	text-transform: uppercase
}
.tac {
	text-align: center
}
.tal {
	text-align: left
}
.bold {
	font-weight: 700
}
.light {
	font-weight: 300
}
.block {
	display: block
}
.z1 {
	z-index: 1
}
.z2 {
	z-index: 2
}
.z3 {
	z-index: 3
}
.z4 {
	z-index: 4
}
.z6 {
	z-index: 6
}
.fadeIn {
	animation-name: a
}
.fadeOut {
	animation-name: b
}
img {
	max-width: 100%;
	opacity: 1;
	transition: opacity .2s
}
img[data-src] {
	opacity: 0
}
.hidden {
	display: none!important
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
[role=button] {
	cursor: pointer
}
.hidden_desktop, .visible_tablet {
	display: none!important
}
.header, .header-main {
	position: relative
}
.header-main {
	padding: 14px 0;
	display: none;
}
.header-main__contacts-row, .header-main__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.header-main__contacts-item {
	color: #7c756f
}
.header-main__contacts-phone {
	font-weight: 800;
	font-size: 22px;
	color: #a1836d;
	line-height: 22px;
	margin: 7px 0;
	display: inline-block
}
.header-main__callback {
	padding: 5px
}
.header-main__callback:hover .header-main__callback-icon {
	transform: scale(1.2)
}
.header-main__callback-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	cursor: pointer
}
.header-main__callback-icon {
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	margin-right: 20px;
	transition: .2s
}
.header-main__callback-title {
	color: #a1836d;
	font-size: 18px;
	line-height: 17px;
	font-weight: 700;
	margin-bottom: 5px
}
.header-main__callback .skew-border_v:before {
	height: calc(100% + 20px)
}
.header-main__bg {
	position: absolute;
	background-color: #f8f8f8;
	width: 100%;
	max-width: 1733px;
	height: 100%;
	top: 0;
	right: -20px
}
.header-bot {
	position: relative
}
.header-bot__links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.header-bot__home {
	padding: 10px;
	color: #7c756f
}
.header-bot__home svg {
	fill: currentColor
}
.header-bot__home:hover {
	color: #464647
}
.header-bot__link {
	padding: 15px 9px;
	color: #7c756f;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	transition: border-top .2s, border-bottom .2s, border-left .2s, border-right .2s, background-color .2s, color .2s
}
.header-bot__link svg {
	margin-left: 5px;
	fill: currentColor;
	transition: transform .2s
}
.header-bot__link>a {
	padding: 15px 9px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.header-bot__link_drop {
	padding: 0
}
.header-bot__link:hover {
	color: #464647;
	border-top: 2px solid #41cfc5;
	border-bottom: 2px solid #41cfc5;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #f8f8f8
}
.header-bot__link:hover>a>svg {
	transform: rotate(-180deg)
}
.header-bot__link-arrow {
	display: none;
	position: absolute;
	top: 7px;
	right: 6px
}
.header-bot__menu {
	display: none
}
.header-bot__bg {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	position: absolute;
	width: 100%;
	max-width: 1747px;
	transform: skew(-8deg);
	height: 100%;
	right: -24px;
	top: 0
}
.footer-top {
	background-color: #fcfcfc;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 55px 0;
	box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
	position: relative;
	z-index: 2
}
.footer-bot {
	padding: 28px 0 23px;
	background-color: #ae904e
}
.footer-bot__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.footer__copy {
	margin-right: 100px
}
.footer__copy, .footer__public {
	font-size: 16px;
	font-weight: 500;
	color: #4f4224
}
.footer__public a {
	text-decoration: underline
}
.footer__public a:hover {
	text-decoration: none
}
.footer__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px
}
.footer__row:last-child {
	margin-bottom: 0
}
.footer__logo {
	max-width: 210px;
	width: 100%;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
	margin-right: 100px
}
.footer__logo img {
	width: 100%
}
.footer__address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 50px
}
.footer__address-icon {
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	margin-right: 12px
}
.footer__address-info {
	font-size: 18px;
	line-height: 22px;
	color: #464647
}
.footer__phone {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.footer__phone-icon {
	margin-right: 23px;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px
}
.footer__phone-number {
	font-size: 22px;
	font-weight: 700;
	color: #464647;
	margin-bottom: 5px
}
.footer__phone-label {
	font-size: 14px;
	color: #6d6e70
}
.footer__socials .socials__item {
	padding: 10px 8px
}
.fancybox-container {
	overflow: hidden
}
.fancybox-close-small, .modal {
	display: none
}
.modal {
	position: relative;
	max-width: 1162px;
	width: 100%;
	background-color: transparent;
	margin: 0;
	padding: 0
}
.modal_letter {
	max-width: 1050px;
	padding: 55px 70px 70px;
	background-color: #fff
}
.modal_d {
	display: block
}
.modal__close {
	fill: #e1e1e1;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 10px
}
.modal__close:hover {
	fill: #ae904e
}
.modal__col_big, .modal__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.modal__col_big {
	position: relative;
	padding: 80px 50px 40px;
	z-index: 2;
	min-height: 540px;
	min-width: 583px
}
.modal__col_big:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skewX(-8deg);
	background-color: #fff;
	box-shadow: 5px 0 35px rgba(0, 0, 0, .25)
}
.modal__col_small {
	position: relative;
	-ms-flex: 0 0 505px;
	flex: 0 0 505px;
	height: 434px;
	z-index: 1
}
.modal__col-wrap {
	width: 100%
}
.modal__bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skew(-8deg);
	position: absolute;
	overflow: hidden;
	background-color: #fff
}
.modal__bg img {
	max-width: none;
	transform: skewX(8deg);
	width: calc(100% + 190px);
	opacity: .2;
	margin-left: -130px
}
.modal__descr {
	font-size: 16px;
	font-family: Proxima Nova, sans-serif;
	color: #7c756f;
	position: relative
}
.modal__image {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0
}
.modal__image_right {
	transform: translateX(-40px)
}
.modal__form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative
}
.modal__form-row_jc {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}
.modal__form-row_margin:first-child {
	margin-bottom: 20px
}
.modal__form-row_margin:nth-child(2) {
	margin-top: 20px
}
.modal__form .button {
	background: none;
	border: none;
	outline: none
}
.modal__file, .modal__select {
	border: 1px solid #e1e1e1;
	transform: skew(-8deg);
	margin-right: 20px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	position: relative;
	z-index: 5;
	height: 40px
}
.modal__title {
	font-size: 30px;
	line-height: 33px;
	color: #464647;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}
.modal__title:before {
	position: absolute;
	content: "";
	max-width: 170px;
	width: 100%;
	height: 6px;
	background-color: #ae904e;
	left: 0;
	bottom: 0
}
.modal__input {
	border: 1px solid #e1e1e1;
	transform: skew(-8deg);
	padding: 10px;
	margin-right: 20px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px
}
.modal__input input[type=text] {
	transform: skew(8deg);
	border: none;
	outline: none;
	font-family: Muller, sans-serif
}
.modal__check {
	margin-bottom: 70px;
	display: block;
	cursor: pointer;
	margin-top: 25px;
	transform: translateX(-10px)
}
.modal__check span {
	padding-left: 42px;
	position: relative;
	color: #7b7a7f;
	display: block
}
.modal__check span a {
	color: #4e9ce2;
	text-decoration: underline
}
.modal__check span a:hover {
	text-decoration: none
}
.modal__check span:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 27px;
	left: 0;
	top: -9px;
	background: url(../img/style/icons/icon_check_bg.svg) no-repeat 50%;
	background-size: contain
}
.modal__check span:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 13px;
	top: 0;
	left: 10px;
	background: url(../img/style/icons/icon_check.svg) no-repeat 50%;
	background-size: contain;
	opacity: 0;
	transition: opacity .2s
}
.modal__check input[type=checkbox] {
	-webkit-appearence: none;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}
.modal__check input[type=checkbox]:checked+span:after {
	opacity: 1
}
.modal__counts {
	margin-top: 40px;
	color: #7c756f;
	font-size: 12px;
	line-height: 18px;
	transform: translateX(-15px)
}
.modal__count {
	margin-bottom: 4px
}
.modal__timer {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #50525e;
	margin-left: 35px;
	width: 140px
}
.modal__scoring {
	margin-top: 50px;
	position: relative;
	max-width: 300px
}
.modal__score:nth-child(2) .modal__score-wrap {
	width: 262px
}
.modal__score:nth-child(3) {
	margin-bottom: 0
}
.modal__score:nth-child(3) .modal__score-wrap {
	width: 200px
}
.modal__score-wrap {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 18px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 15px rgba(78, 156, 226, .15);
	transition: border .2s;
	cursor: pointer;
	margin-bottom: 25px
}
.modal__score-label {
	color: #50525e;
	font-size: 25px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 15px
}
.modal__score-rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.modal__score svg {
	margin-right: 10px;
	stroke: #d9d9d9;
	stroke-width: 1px;
	fill: #fff;
	transition: stroke .2s, fill .2s
}
.modal__score svg:last-child {
	margin-right: 0
}
.modal__score.active {
	border: 1px solid #ae904e
}
.modal__score.active svg {
	fill: #ae904e;
	stroke: #ae904e
}
.modal__score input[type=radio] {
	-webkit-apeearence: none;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}
.modal__score input[type=radio]:checked+span {
	border: 1px solid #ae904e
}
.modal__score input[type=radio]:checked+span svg {
	fill: #ae904e;
	stroke: #ae904e
}
.jq-selectbox {
	display: block;
	transform: skewX(8deg)
}
.jq-selectbox.focused .jq-selectbox__select {
	outline: none;
	border: none
}
.jq-selectbox__select {
	padding: 0 10px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font-family: Muller, sans-serif;
	text-shadow: none;
	font-size: 14px;
	line-height: 40px
}
.jq-selectbox__select:hover {
	background: none
}
.jq-selectbox__trigger {
	width: 40px;
	border-left: none;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0
}
.jq-selectbox__trigger-arrow {
	border-top: none;
	border-right: none;
	border-left: none;
	top: 18px;
	right: 14px;
	width: 9px;
	height: 6px;
	background: url(../img/style/icons/icon_drop.svg) no-repeat 50%;
	background-size: contain
}
.jq-selectbox__dropdown {
	top: 100%
}
.jq-file {
	box-shadow: none;
	width: 100%;
	transform: skewX(8deg)
}
.jq-file.focused .jq-file__name {
	border: none;
	outline: none
}
.jq-file__name {
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-family: Muller, sans-serif;
	position: relative;
	padding-left: 28px;
	color: #ae904e
}
.jq-file__name:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 18px;
	background: url(../img/style/icons/icon_file.svg) no-repeat 50%;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 10px
}
.jq-file__browse {
	display: none
}
textarea:focus {
	outline: none
}
.button {
	width: 300px;
	height: 57px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 55px;
	cursor: pointer
}
.button:focus {
	outline: none
}
.button_ta-c {
	padding-left: 0;
	-ms-flex-pack: center;
	justify-content: center
}
.button_center {
	left: 50%;
	transform: translateX(-50%)
}
.button_m-t {
	margin-top: 60px
}
.button:hover .button-bg {
	width: calc(100% + 40px);
	height: calc(100% + 10px)
}
.button_white {
	position: relative;
	width: 165px;
	height: 42px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding-left: 0;
	font-weight: 500;
	font-size: 18px;
	color: #ae904e;
	transition: color .2s
}
.button_white:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	transform: skew(-8deg);
	top: -2px;
	left: 0;
	z-index: -1;
	transition: background-color .2s, border .2s
}
.button_white:hover {
	color: #fff
}
.button_white:hover:before {
	background-color: #ae904e;
	border: 1px solid #ae904e
}
.button_white span {
	margin-bottom: -3px
}
.button_big {
	height: 57px;
	width: 300px
}
.button-bg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) skew(-8deg);
	background-image: linear-gradient(62.78deg, #66542e 6.67%, #a27f37 32.81%, #957b43 50.63%, #a27f37 67.27%, #66542e 91.62%);
	z-index: 1;
	transition: width .2s, height .2s
}
.button-text {
	display: block;
	z-index: 2;
	font-weight: 700;
	transform: translateY(1px)
}
.button-small, .button-text {
	position: relative;
	font-size: 18px;
	color: #fff
}
.button-small {
	padding: 14px 45px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	cursor: pointer
}
.button-small:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skew(-8deg);
	background-color: #ae904e;
	z-index: -1
}
.buttons-row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	width: 700px;
	margin: 0 auto
}


.owl.text14 {
	font-size: 14px;
	line-height: 14px;
	color: #7c756f
}
.section {
	position: relative
}
.section_pb {
	padding-bottom: 40px
}
.section_pt {
	padding-top: 40px
}
.section_bg {
	background-color: #fff
}
.section_mt {
	margin-top: 30px
}
.section_bdt {
	border-top: 1px solid #e1e1e1
}
.section__title {
	color: #464647;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}
.section__title:before {
	position: absolute;
	content: "";
	max-width: 170px;
	width: 100%;
	height: 6px;
	background-color: #ae904e;
	left: 0;
	bottom: 0
}
.section__descr {
	font-size: 18px;
	font-family: Proxima Nova, sans-serif;
	line-height: 22px;
	color: #7c756f
}
.skew {
	transform: skew(-8deg)
}
.skew img {
	transform: skew(8deg)
}
.skew-wrap {
	position: relative
}
.skew-border {
	display: block;
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 1;
	will-change: transform
}
.skew-border:after, .skew-border:before {
	position: absolute;
	content: ""
}
.skew-border>* {
	width: 100%;
	height: 100%
}
.skew-border_h {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-8deg)
}
.skew-border_h:after, .skew-border_h:before {
	width: calc(100% + 42px);
	transform: translateX(-50%);
	left: 50%;
	background-image: linear-gradient(76.63deg, rgba(174, 144, 78, .2) -7.66%, #ae904e 52.59%, rgba(174, 144, 78, .19) 98.59%);
	height: 1px
}
.skew-border_h:before {
	top: 1px
}
.skew-border_h:after {
	bottom: 0
}
.skew-border_v {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0deg)
}
.skew-border_v:after, .skew-border_v:before {
	width: 1px;
	background-color: #ddd3be
}
.skew-border_v:before {
	height: calc(100% + 32px);
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.skew-border_v:after {
	right: 0;
	height: calc(100% + 16px);
	top: -5px
}
.socials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.socials__item {
	display: inline-block;
	margin-right: 5px;
	fill: #7c756f;
	padding: 10px;
	transition: fill .2s
}
.socials__item:last-child {
	margin-right: 0
}
.socials__item:hover {
	fill: #a1836d
}
.socials_menu {
	display: none
}
.link-menu {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	padding: 26px 0 82px
}
.link-menu__bg {
	position: absolute;
	width: 1500px;
	height: 100%;
	top: 0;
	left: -204px;
	transform: skew(-8deg);
	will-change: transform;
	z-index: -1;
	background-color: #fff
}
.link-menu__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.link-menu__col_left {
	-ms-flex: 0 0 235px;
	flex: 0 0 235px;
	margin-right: 0;
	border-right: 1px solid #e1e1e1;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.link-menu__col_left, .link-menu__col_right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.link-menu__col_right {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.link-menu__tabs {
	width: 100%
}
.link-menu__tab {
	overflow: hidden;
	margin: 3px 0;
	transition: border-left .2s;
	color: #464647;
	font-size: 16px;
	cursor: pointer
}
.link-menu__tab:hover .link-menu__tab-link span {
	border-left: 2px solid #41cfc5;
	font-weight: 500
}
.link-menu__tab:hover .link-menu__tab-link span:before {
	opacity: 1
}
.link-menu__tab:hover .link-menu__links {
	display: block
}
.link-menu__tab-link {
	width: 200px;
	display: inline-block
}
.link-menu__tab-link span {
	padding: 9px 19px;
	border-left: 2px solid transparent;
	display: inline-block;
	display: block;
	position: relative
}
.link-menu__tab-link span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: -5px;
	background-color: #f4f1ed;
	transform: skew(-8deg);
	z-index: -1;
	opacity: 0
}
.link-menu__tab-arrow {
	display: none!important
}
.link-menu__tab-arrow svg {
	margin-left: 0
}
.link-menu__links {
	display: none;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 45px;
	width: 285px;
	z-index: 3
}
.link-menu__links-link {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #464647;
	transition: color .2s
}
.link-menu__links-link:hover {
	color: #a1836d
}
.link-menu__static {
	-ms-flex: 0 0 637px;
	flex: 0 0 637px;
	margin-left: 275px;
	position: relative
}
.link-menu__static-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	font-size: 18px;
	padding: 30px
}
.link-menu__static-info:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	transform: skew(-8deg);
	z-index: 1
}
.link-menu__static-title {
	font-weight: 300;
	font-style: italic;
	color: #464647;
	position: relative;
	z-index: 2
}
.link-menu__static-descr {
	color: #a1836d;
	position: relative;
	z-index: 2;
	font-size: 22px
}
.link-menu__static-descr span {
	font-weight: 600
}
.link-menu__static-image {
	overflow: hidden;
	max-width: 637px;
	margin-left: 15px
}
.link-menu__static-image img {
	width: calc(100% + 73px);
	max-width: none;
	font-size: 0;
	transform: skew(8deg) translateX(-40px);
	margin-left: 13px
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 40px;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px
}
.main-slider .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #e4d7ba!important;
	margin-right: 8px;
	outline: none;
	transition: background-color .2s, width .2s, height .2s
}
.main-slider .owl-dot.active {
	width: 15px;
	height: 15px;
	background-color: #ae904e!important
}
.main-slide {
	position: relative;
	overflow: hidden
}
.main-slide__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.main-slide__title {
	font-size: 55px;
	font-weight: 800;
	color: #464647;
	max-width: 600px;
	line-height: 49px;
	margin-bottom: 10px
}
.main-slide__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #585552
}
.main-slide__plash {
	padding: 8px 15px 6px;
	border-radius: 2px;
	background-color: #ae904e;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 35px
}
.main-slide__price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 10px
}
.main-slide__image {
	font-size: 0;
	margin-top: 20px
}
.main-slide__new {
	border-radius: 2px;
	overflow: hidden;
	padding: 1px;
	margin-right: 15px;
	background-image: linear-gradient(270deg, rgba(174, 144, 78, .33) 0, #ae904e 50%, rgba(174, 144, 78, .58))
}
.main-slide__new-wrap {
	background-color: #fff;
	border-radius: 2px;
	padding: 21px 25px 17px
}
.main-slide__new-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7c756f;
	margin-bottom: 5px
}
.main-slide__new-price {
	font-size: 25px;
	color: #464647;
	line-height: 28px
}
.main-slide__new-price span {
	font-weight: 500;
	font-size: 45px;
	color: #994f11;
	line-height: 40px;
	margin: 0 2px
}
.main-slide__old {
	border-radius: 2px;
	overflow: hidden;
	padding: 1px;
	background-image: linear-gradient(270deg, rgba(174, 144, 78, .33) 0, #ae904e 50%, rgba(174, 144, 78, .33))
}
.main-slide__old-wrap {
	padding: 14px 18px;
	background-color: #e1e1e1;
	border-right: 2px
}
.main-slide__old-label {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #7c756f;
	margin-bottom: 8px
}
.main-slide__old-price {
	font-size: 18px;
	line-height: 16px;
	color: #7c756f;
	text-decoration: line-through
}
.main-slide .button {
	margin-top: 50px;
	margin-left: 15px
}
.main-slide__bg {
	position: absolute;
	top: -30px;
	right: -50px;
	width: 1740px;
	transform-origin: center top;
	transform: skew(-8deg)
}
.main-slide__bg-white {
	width: 1055px;
	position: absolute;
	top: 0;
	left: 47px;
	height: 100%;
	z-index: 2;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .88) 20.07%, hsla(0, 0%, 100%, .51) 79.18%)
}
.main-slide__bg-image {
	transform: skew(8deg);
	position: relative;
	z-index: 1
}
.top-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 760px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(100.63deg, #66542e 6.91%, #a27f37 45.96%, #a27f37 63.02%, #ac8f4f 93.09%)
}
.top-bg__image {
	position: absolute;
	top: 47px;
	left: 22px
}
.advantages {
	margin-top: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.advantages__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 55px;
	margin-bottom: 55px;
	-ms-flex-preferred-size: calc(100% / 4 - 165px / 4);
	flex-basis: calc(100% / 4 - 165px / 4);
	max-width: calc(100% / 4 - 165px / 4);
	margin-bottom: 0;
	transition: transform .2s
}
.advantages__item:nth-child(5n) {
	margin-right: 55px
}
.advantages__item:nth-child(4n) {
	margin-right: 0
}
.advantages__item:hover {
	transform: translateY(-20px)
}
.advantages__image-wrap {
	position: relative;
	max-width: 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 45px;
	padding: 10px 0;
	margin-left: 15px
}
.advantages__image-wrap:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 88px;
	background-color: #faf9f7;
	left: -30px;
	top: -19px;
	transform: skew(-8deg);
	z-index: -1
}
.advantages__title {
	color: #464647;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px
}
.alert {
	position: relative;
	padding: 34px 0;
	margin-top: 50px
}
.alert__wrap {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.alert__icon, .alert__wrap {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}
.alert__icon {
	-ms-flex: 0 0 67px;
	flex: 0 0 67px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #ae904e;
	background-color: #fff;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 31px
}
.alert__info {
	font-family: Proxima Nova, sans-serif
}
.alert__title {
	font-size: 22px;
	font-weight: 800;
	color: #464647;
	margin-bottom: 8px
}
.alert__descr {
	font-size: 18px;
	color: #464647
}
.alert__descr span {
	font-style: italic;
	color: #ae904e;
	text-decoration: underline
}
.alert__descr a {
	font-weight: 700;
	color: #ae904e
}
.alert__border {
	position: absolute;
	width: calc(100% - 40px);
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #fcfcfc;
	transform: skew(-8deg)
}
.alert__border:after, .alert__border:before {
	position: absolute;
	content: ""
}
.alert__border>* {
	width: 100%;
	height: 100%
}
.alert__border_h {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-8deg)
}
.alert__border_h:after, .alert__border_h:before {
	width: calc(100% + 22px);
	transform: translateX(-50%);
	left: 50%;
	background-color: #e1e1e1;
	height: 1px
}
.alert__border_h:before {
	top: 1px
}
.alert__border_h:after {
	bottom: 0
}
.alert__border_v {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0deg)
}
.alert__border_v:after, .alert__border_v:before {
	width: 1px;
	background-color: #e1e1e1
}
.alert__border_v:before {
	height: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.alert__border_v:after {
	right: 0;
	height: calc(100% + 16px);
	top: -5px
}
.proposes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}
.proposes__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 30px;
	-ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
	flex-basis: calc(100% / 3 - 60px / 3);
	max-width: calc(100% / 3 - 60px / 3)
}
.proposes__item, .proposes__item:nth-child(4n) {
	margin-right: 30px
}
.proposes__item:nth-child(3n) {
	margin-right: 0
}
.proposes__image {
	padding-left: 22px
}
.proposes__image-wrap {
	padding-top: 76%;
	overflow: hidden;
	position: relative
}
.proposes__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.proposes__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: 5px solid #fff;
	opacity: .8;
	top: 6px;
	left: 6px;
	z-index: 2
}
.proposes__btn {
	background-color: #fff;
	padding: 0 20px 0 24px;
	height: 76px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: -40px;
	z-index: 9;
	margin-bottom: 15px;
	transition: background-color .2s
}
.proposes__btn span {
	font-size: 22px;
	font-weight: 500;
	color: #464647;
	margin-bottom: -3px;
	transition: color .2s
}
.proposes__btn:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 66px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ae904e
}
.proposes__btn svg {
	fill: #ae904e;
	transition: fill .2s
}
.proposes__btn:hover {
	background-color: #ae904e
}
.proposes__btn:hover span {
	color: #fff
}
.proposes__btn:hover svg {
	fill: #fff
}
.proposes__info {
	padding-left: 22px
}
.proposes__descr {
	margin-bottom: 20px
}
.proposes__descr, .proposes__price {
	font-size: 16px;
	line-height: 18px;
	font-family: Proxima Nova, sans-serif;
	color: #7c756f
}
.proposes__price span {
	font-family: Muller, sans-serif;
	color: #994f11;
	font-size: 25px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 3px
}
.gift-slider {
	position: relative
}
.gift-slider__bg {
	position: absolute;
	width: 1920px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.gift-slider__bg-image_left {
	transform: skew(30deg);
	width: 828px;
	height: 648px;
	left: -195px;
	position: relative;
	overflow: hidden
}
.gift-slider__bg-image_left img {
	transform: skew(-30deg);
	position: absolute;
	right: -190px;
	opacity: .2
}
.gift-slider__bg-image_right {
	transform: translateX(-150px) skew(30deg);
	width: 1710px;
	position: relative;
	height: 450px;
	margin-right: -660px;
	background-color: #f8f8f8
}
.gift-slider__button:before {
	transition: .2s
}
.gift-slider__button:hover:before {
	transform: skew(-8deg) scale(1.1)
}
.gift-slider__wrap {
	padding: 90px 0 140px
}
.gift-slider__item-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.gift-slider__info {
	-ms-flex: 0 0 480px;
	flex: 0 0 480px;
	margin-left: 30px
}
.gift-slider__title {
	color: #464647;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 20px
}
.gift-slider__descr {
	color: #7c756f;
	font-size: 16px;
	font-family: Proxima Nova, sans-serif;
	line-height: 18px;
	margin-bottom: 40px
}

.gift-slider .owl-dots {
	position: absolute;
	bottom: 0;
	height: 0;
	right: 38px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 15px
}
.gift-slider .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e4d7ba!important;
	margin-right: 5px;
	outline: none;
	transition: background-color .2s, width .2s, height .2s
}
.gift-slider .owl-dot.active {
	width: 12px;
	height: 12px;
	background-color: #ae904e!important
}
@keyframes a {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes b {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.steps {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 40px
}
.steps__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 0;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	position: relative;
	color: #e1e1e1
}
.steps__item, .steps__item:nth-child(4n), .steps__item:nth-child(5n) {
	margin-right: 0
}
.steps__item:first-child .steps__num-wrap {
	transform: translateX(50px)
}
.steps__item.active {
	color: #ae904e
}
.steps__item.active .steps__num {
	color: #464647;
	border-color: #ae904e
}
.steps__item.active .steps__dots {
	background-image: url(../img/style/icons/icon_dot_gold.svg)
}
.steps__dots {
	height: 12px;
	position: absolute;
	top: 50%;
	z-index: 1;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	background-image: url(../img/style/icons/icon_dot_gray.svg);
	background-repeat: repeat-x;
	background-size: 12px 12px
}
.steps__num {
	font-size: 20px;
	font-weight: 700;
	color: currentColor;
	cursor: pointer;
	border: 4px solid currentColor;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2px
}
.steps__num, .steps__num-wrap {
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px
}
.steps__num-wrap {
	background-color: #fff
}
.steps__num-wrap:before {
	position: absolute;
	content: "";
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%)
}
.steps__caption {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	white-space: nowrap
}
.conditions-slider {
	margin-top: 120px
}
.conditions-slider__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.conditions-slider__image {
	-ms-flex: 1 1 600px;
	flex: 1 1 600px;
	padding: 0 50px 0 80px
}
.conditions-slider__image-wrap {
	transform: skew(-8deg);
	padding-top: 63.4%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 30px hsla(28, 6%, 46%, .15)
}
.conditions-slider__image-wrap img {
	position: absolute;
	width: 630px!important;
	height: 100%;
	top: 0;
	left: -26px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none!important;
	transform: skew(8deg)
}
.conditions-slider__info {
	-ms-flex: 0 0 452px;
	flex: 0 0 452px;
	margin-left: 48px;
	position: relative;
	padding-right: 65px
}
.conditions-slider__title {
	font-size: 30px;
	line-height: 33px
}
.conditions-slider__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #7c756f
}
.conditions-slider__num {
	font-size: 160px;
	color: #f8f8f8;
	font-weight: 900;
	position: absolute;
	top: -50px;
	right: 60px;
	z-index: -1
}

.production {
	margin-top: 40px;
	margin-bottom: 30px
}
.production__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.production__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 45px;
	margin-bottom: 45px;
	-ms-flex-preferred-size: calc(100% / 3 - 90px / 3);
	flex-basis: calc(100% / 3 - 90px / 3);
	max-width: calc(100% / 3 - 90px / 3);
	margin-bottom: 0;
	cursor: pointer
}
.production__item:nth-child(4n) {
	margin-right: 45px
}
.production__item:nth-child(3n) {
	margin-right: 0
}
.production__item-wrap {
	position: relative;
	padding-top: 132%
}
.production__item:hover .production__image {
	transform: scale(1.1) skewX(-8deg);
	box-shadow: 13px 0 14px rgba(0, 0, 0, .25)
}
.production__item:hover .production__icon {
	width: 128px;
	height: 128px;
	border-color: hsla(0, 0%, 100%, .6)
}
.production__item:hover .production__icon:before {
	border-color: hsla(0, 0%, 100%, .5);
	width: 144px;
	height: 144px
}
.production__item:hover .production__icon:after {
	width: 160px;
	height: 160px;
	border-color: hsla(0, 0%, 100%, .4)
}
.production__item:hover .production__icon-image {
	width: 110px;
	height: 110px
}
.production__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: skewX(-8deg);
	overflow: hidden;
	transition: transform .2s, box-shadow .2s
}
.production__image, .production__image-wrap {
	width: 100%;
	height: 100%
}
.production__image-wrap img {
	width: calc(100% + 70px)!important;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: skewX(8deg) translateX(-50%);
	position: relative;
	left: 50%
}
.production__info {
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
	width: 100%
}
.production__title {
	margin-top: 115px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	transform: translateX(-20px);
	letter-spacing: 2px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .55), 0 -1px 0 rgba(0, 0, 0, .55), 1px 0 0 rgba(0, 0, 0, .55), -1px 0 0 rgba(0, 0, 0, .55), 1px 1px 0 rgba(0, 0, 0, .55), 1px -1px 0 rgba(0, 0, 0, .55), -1px 1px 0 rgba(0, 0, 0, .55), -1px -1px 0 rgba(0, 0, 0, .55), 0 2px 0 rgba(0, 0, 0, .55), 0 -2px 0 rgba(0, 0, 0, .55), 2px 0 0 rgba(0, 0, 0, .55), -2px 0 0 rgba(0, 0, 0, .55), 2px 2px 0 rgba(0, 0, 0, .55), 2px -2px 0 rgba(0, 0, 0, .55), -2px 2px 0 rgba(0, 0, 0, .55), -2px -2px 0 rgba(0, 0, 0, .55);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .55), 0 -1px 0 rgba(0, 0, 0, .55), 1px 0 0 rgba(0, 0, 0, .55), -1px 0 0 rgba(0, 0, 0, .55), 1px 1px 0 rgba(0, 0, 0, .55), 1px -1px 0 rgba(0, 0, 0, .55), -1px 1px 0 rgba(0, 0, 0, .55), -1px -1px 0 rgba(0, 0, 0, .55), 0 2px 0 rgba(0, 0, 0, .55), 0 -2px 0 rgba(0, 0, 0, .55), 2px 0 0 rgba(0, 0, 0, .55), -2px 0 0 rgba(0, 0, 0, .55), 2px 2px 0 rgba(0, 0, 0, .55), 2px -2px 0 rgba(0, 0, 0, .55), -2px 2px 0 rgba(0, 0, 0, .55), -2px -2px 0 rgba(0, 0, 0, .55);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .55), 0 -1px 0 rgba(0, 0, 0, .55), 1px 0 0 rgba(0, 0, 0, .55), -1px 0 0 rgba(0, 0, 0, .55), 1px 1px 0 rgba(0, 0, 0, .55), 1px -1px 0 rgba(0, 0, 0, .55), -1px 1px 0 rgba(0, 0, 0, .55), -1px -1px 0 rgba(0, 0, 0, .55), 0 2px 0 rgba(0, 0, 0, .55), 0 -2px 0 rgba(0, 0, 0, .55), 2px 0 0 rgba(0, 0, 0, .55), -2px 0 0 rgba(0, 0, 0, .55), 2px 2px 0 rgba(0, 0, 0, .55), 2px -2px 0 rgba(0, 0, 0, .55), -2px 2px 0 rgba(0, 0, 0, .55), -2px -2px 0 rgba(0, 0, 0, .55)
}
.production__icon {
	position: relative;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	margin-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, .3);
	transition: width .2s, height .2s, transform .2s, border-color .2s
}
.production__icon:after, .production__icon:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid;
	border-radius: 50%;
	transition: width .2s, height .2s, border-color .2s
}
.production__icon:before {
	width: 135px;
	height: 135px;
	border-color: hsla(0, 0%, 100%, .2)
}
.production__icon:after {
	width: 150px;
	height: 150px;
	border-color: hsla(0, 0%, 100%, .1)
}
.production__icon-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ae904e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: width .2s, height .2s
}
.guarantee {
	margin-top: 30px;
	position: relative
}
.guarantee-bg {
	width: 100vw;
	height: 359px;
	background-color: #f8f8f8;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: -1;
	position: absolute
}
.guarantee__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.guarantee__image {
	-ms-flex: 1 1 554px;
	flex: 1 1 554px
}
.guarantee__info {
	-ms-flex: 0 0 525px;
	flex: 0 0 525px;
	margin-left: 45px;
	padding-right: 80px
}
.guarantee__title {
	font-size: 30px;
	line-height: 33px;
	color: #464647;
	margin-bottom: 25px
}
.guarantee__descr {
	font-size: 18px;
	line-height: 20px;
	color: #7c756f;
	font-family: Proxima Nova, sans-serif;
	margin-bottom: 40px
}

.instruction {
	margin-top: 40px
}
.instruction__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.instruction__descr {
	font-size: 18px;
	line-height: 22px;
	font-family: Proxima Nova, sans-serif;
	color: #7c756f;
	margin-right: 22px;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px
}
.instruction__items {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.instruction__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 52px;
	margin-bottom: 52px;
	-ms-flex-preferred-size: calc(100% / 2 - 52px / 2);
	flex-basis: calc(100% / 2 - 52px / 2);
	max-width: calc(100% / 2 - 52px / 2);
	margin-bottom: 0
}
.instruction__item:nth-child(3n) {
	margin-right: 52px
}
.instruction__item:nth-child(2n) {
	margin-right: 0
}
.instruction__image {
	display: block;
	position: relative;
	padding-left: 12px
}
.instruction__image-wrap {
	padding-top: 97%;
	overflow: hidden;
	position: relative
}
.instruction__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.instruction__image:hover .instruction__btn {
	transform: translate(-50%, -50%) skew(-8deg) scale(.9)
}
.instruction__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-8deg);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ae904e;
	width: 96px;
	height: 96px;
	border: 18px solid #fff;
	font-size: 0;
	transition: .2s
}
.instruction__btn-icon {
	fill: #fff;
	transform: skewX(8deg)
}
.instruction__label {
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	padding: 18px 22px;
	position: relative;
	width: 100%;
	margin-top: -40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	color: #464647
}
.instruction__label:before {
	position: absolute;
	content: "";
	width: 4px;
	background-color: #ae904e;
	height: calc(100% - 10px);
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.instruction__label span {
	max-width: 225px;
	display: inline-block
}
.faq {
	margin-top: 40px
}
.faq__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: stretch;
	align-items: stretch
}
.faq__col_left {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
.faq__col_right {
	-ms-flex: 0 0 470px;
	flex: 0 0 470px;
	margin-left: 30px
}
.faq__content {
	display: none
}
.faq__content.active {
	display: block
}
.faq__image {
	padding: 0 20px
}
.faq__image-wrap {
	padding-top: 45.5%;
	overflow: hidden;
	position: relative
}
.faq__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.faq__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	border: 5px solid #fff;
	left: 13px;
	top: 13px;
	z-index: 2
}
.faq__info {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	padding: 163px 30px 30px;
	margin-top: -143px
}
.faq__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	color: #464647;
	margin-bottom: 20px
}
.faq__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #7c756f
}
.faq__list {
	max-height: 495px;
	overflow-y: scroll;
	overflow-x: auto;
	padding-right: 12px;
	margin-bottom: 40px
}
.faq__list::-webkit-scrollbar {
	background-color: #f8f8f8;
	width: 4px
}
.faq__list::-webkit-scrollbar-thumb {
	background-color: #ae904e
}
.faq__list-wrap {
	padding-left: 10px
}
.faq__item {
	border: 1px solid #e1e1e1;
	height: 90px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: box-shadow .2s
}
.faq__item:hover {
	box-shadow: 0 0 10px rgba(174, 144, 78, .37)
}
.faq__item:last-child {
	margin-bottom: 0
}
.faq__item-title {
	font-size: 20px;
	color: #464647;
	line-height: 22px
}
.faq__item.active {
	border: 1px solid #ae904e
}
.faq__item.active .faq__item-title {
	font-weight: 700
}
.brands {
	margin-top: 40px
}
.brands__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	height: 132px;
	margin: 10px 15px
}
.brands__item:first-child {
	margin-bottom: 40px
}
.brands__item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	transform: skew(-8deg);
	top: 0;
	left: 0;
	z-index: -1
}

.ask {
	position: relative
}
.ask__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1222px;
	z-index: -1;
	transform: skew(-8deg);
	overflow: hidden;
	opacity: .6
}
.ask__bg img {
	transform: skew(8deg);
	width: calc(100% + 80px);
	max-width: none
}
.ask__bg:before {
	position: absolute;
	content: "";
	width: 590px;
	height: 500px;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, .88) 24.31%, hsla(0, 0%, 100%, .51) 95.88%);
	left: 0;
	bottom: 0;
	z-index: 2
}
.ask__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.ask__col_left {
	-ms-flex: 0 0 550px;
	flex: 0 0 550px;
	padding-left: 130px;
	margin-right: 40px
}
.ask__col_right {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
.ask__title {
	font-size: 40px;
	font-weight: 800;
	color: #ae904e;
	margin-bottom: 15px
}
.ask__descr {
	font-size: 25px;
	line-height: 28px;
	color: #464647;
	margin-bottom: 70px
}
.ask__image {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.ask__image, .partitions {
	display: -ms-flexbox;
	display: flex
}
.partitions {
	-ms-flex-pack: justify;
	justify-content: space-between
}
.partitions__col {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 40px;
	-ms-flex-preferred-size: calc(100% / 5 - 160px / 5);
	flex-basis: calc(100% / 5 - 160px / 5);
	max-width: calc(100% / 5 - 160px / 5);
	margin-bottom: 0
}
.partitions__col, .partitions__col:nth-child(6n) {
	margin-right: 40px
}
.partitions__col:nth-child(5n) {
	margin-right: 0
}
.partitions__title {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #464647;
	margin-bottom: 17px
}
.partitions__title:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 12px;
	left: 0;
	top: 0;
	background: url(../img/style/icons/icon_marker.svg) no-repeat 50%;
	background-size: contain
}
.partitions__link {
	display: block;
	padding: 8px 0;
	color: #7c756f;
	font-size: 14px;
	transition: color .2s
}
.partitions__link:hover {
	color: #ae904e
}
.departments {
	margin-left: 110px;
	max-width: 685px;
	width: 100%
}
.departments, .departments__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.departments__item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 15px
}
.departments__icon {
	position: relative;
	margin-right: 7px;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	text-align: center
}
.departments__icon:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 28px;
	background-color: #f7f2ea;
	transform: skew(-8deg);
	left: -4px;
	top: -3px;
	z-index: -1
}
.departments__title {
	white-space: nowrap;
	font-size: 14px;
	color: #929294;
	font-weight: 500
}
.will-slide {
	padding-bottom: 30px
}
.will-slide .owl-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 0
}
.will-slide .owl-dot {
	width: 8.8px;
	height: 8.8px;
	background-color: #e4d7ba!important;
	border-radius: 50%;
	margin: 0 3px;
	transition: width .2s, height .2s, background-color .2s
}
.will-slide .owl-dot:focus {
	outline: none
}
.will-slide .owl-dot.active {
	width: 12px;
	height: 12px;
	background-color: #ae904e!important
}
.menu-btn {
	padding: 16px;
	background-color: #f9f9f9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-btn__wrap {
	position: relative;
	width: 24px;
	height: 24px
}
.menu-btn span {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: #7c756f
}
.menu-btn span:first-child {
	transform: translateY(-7px)
}
.menu-btn span:nth-child(3) {
	transform: translateY(7px)
}
.types__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.types__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 35px;
	-ms-flex-preferred-size: calc(100% / 3 - 70px / 3);
	flex-basis: calc(100% / 3 - 70px / 3);
	max-width: calc(100% / 3 - 70px / 3);
	margin-bottom: 0
}
.types__item, .types__item:nth-child(4n) {
	margin-right: 35px
}
.types__item:nth-child(3n) {
	margin-right: 0
}
.types__info {
	margin-bottom: 15px;
	padding-left: 30px
}
.types__title {
	color: #464647;
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 20px
}
.types__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #7c756f;
	margin-bottom: 34px
}
.types__price {
	margin-bottom: 35px
}
.partnership {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 500px;
	position: relative;
	margin-bottom: 50px
}
.partnership_jc {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.partnership_h {
	height: 630px;
	overflow: hidden;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 50px
}
.partnership-bg {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%) skew(-8deg);
	width: 1447px;
	margin-left: 40px;
	font-size: 0
}
.partnership-bg_top {
	top: 120px;
	height: 550px
}
.partnership-bg__image {
	width: 1447px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%
}
.partnership-bg__image img {
	width: 1547px;
	transform: translateX(-50%) skew(8deg);
	max-width: none;
	position: relative;
	left: 50%
}
.partnership-bg__border {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 1;
	will-change: transform
}
.partnership-bg__border:after, .partnership-bg__border:before {
	position: absolute;
	content: ""
}
.partnership-bg__border>* {
	width: 100%;
	height: 100%
}
.partnership-bg__border_h {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-8deg)
}
.partnership-bg__border_h:after, .partnership-bg__border_h:before {
	width: calc(100% + 142px);
	transform: translateX(-50%);
	left: 50%;
	background-color: #e1e1e1;
	height: 1px
}
.partnership-bg__border_h:before {
	top: 1px
}
.partnership-bg__border_h:after {
	bottom: 0;
	margin-left: 0
}
.partnership-bg__border_v {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0deg)
}
.partnership-bg__border_v:after, .partnership-bg__border_v:before {
	width: 1px;
	background-color: #e1e1e1
}
.partnership-bg__border_v:before {
	height: calc(100% + 152px);
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.partnership-bg__border_v:after {
	right: 0;
	height: calc(100% + 140px);
	top: -100px
}
.partnership__title {
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	color: #464647;
	margin-bottom: 45px
}
.partnership__title span {
	font-weight: 800;
	color: #ae904e
}
.partnership__subtitle {
	text-align: center;
	color: #464647;
	font-size: 30px;
	line-height: 33px;
	padding-bottom: 70px;
	margin-left: 50px
}
.partnership__subtitle span {
	font-weight: 700
}
.partnership__image {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	transform: translateX(-80px)
}
.partnership__image_left {
	right: auto;
	left: 0;
	transform: none
}
.partnership__image_bottom {
	bottom: -140px;
	right: -45px
}
.methods {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px
}
.methods__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 30px;
	-ms-flex-preferred-size: calc(100% / 2 - 30px / 2);
	flex-basis: calc(100% / 2 - 30px / 2);
	max-width: calc(100% / 2 - 30px / 2);
	margin-bottom: 0;
	position: relative
}
.methods__item, .methods__item:nth-child(3n) {
	margin-right: 30px
}
.methods__item:nth-child(2n) {
	margin-right: 0
}
.methods__image {
	padding-right: 70px
}
.methods__image-wrap {
	padding-top: 82%;
	overflow: hidden;
	position: relative
}
.methods__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.methods__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid hsla(0, 0%, 100%, .8);
	z-index: 2
}
.methods__info {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	padding: 25px 20px;
	width: 270px;
	position: absolute;
	top: 25px;
	right: 0
}
.methods__title {
	font-weight: 500;
	color: #464647;
	font-size: 22px;
	line-height: 26px
}
.methods__label {
	font-weight: 300;
	line-height: 19px;
	margin-top: -2px;
	color: #ae904e
}
.methods__descr, .methods__label {
	font-size: 16px;
	margin-bottom: 20px
}
.methods__descr {
	font-family: Proxima Nova, sans-serif;
	line-height: 18px;
	color: #7c756f
}
.glass {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 80px
}
.glass__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 40px;
	-ms-flex-preferred-size: calc(100% / 2 - 40px / 2);
	flex-basis: calc(100% / 2 - 40px / 2);
	max-width: calc(100% / 2 - 40px / 2);
	position: relative;
	padding-right: 108px
}
.glass__item, .glass__item:nth-child(3n) {
	margin-right: 40px
}
.glass__item:nth-child(2n) {
	margin-right: 0
}
.glass__image {
	width: 220px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: skew(-8deg);
	will-change: transform
}
.glass__image-wrap {
	padding-top: 92%;
	overflow: hidden;
	position: relative
}
.glass__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.glass__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	border: 5px solid hsla(0, 0%, 100%, .8);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}
.glass__image-corner {
	width: 43px;
	height: 48px;
	position: absolute;
	z-index: 3;
	background-color: #faf9f7;
	bottom: 0;
	left: -2px
}
.glass__info {
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 0;
	position: relative
}
.glass__info:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #faf9f7;
	bottom: 0;
	left: -20px;
	transform: skew(-8deg);
	z-index: -1
}
.glass__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #464647;
	margin-bottom: 25px
}
.glass__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #7c756f;
	margin-bottom: 35px;
	padding-right: 170px
}
.glass__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	padding-right: 92px
}
.areas {
	margin-top: 50px
}
.areas__slider .owl-stage-outer {
	overflow: visible
}
.areas__slider .owl-item {
	opacity: .2;
	transition: opacity .2s
}
.areas__slider .owl-item.active {
	opacity: 1
}
.areas__item {
	padding-top: 158%;
	position: relative;
	margin: 40px 0
}
.areas__item:hover .areas__image-wrap {
	transform: scale(1.1);
	box-shadow: 0 0 35px rgba(0, 0, 0, .25)
}
.areas__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}
.areas__image-wrap {
	position: relative;
	transition: transform .2s, box-shadow .2s
}
.areas__image-wrap:before {
	content: "";
	padding-top: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, transparent)
}
.areas__image-wrap:before, .areas__info {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.areas__info {
	padding: 0 10px 25px;
	z-index: 2
}
.areas__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px
}
.areas__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #fff
}
.big-slider {
	margin-top: 70px
}
.big-slider .owl-stage-outer {
	overflow: visible
}
.big-slider .owl-item .big-slider__item {
	opacity: .25
}
.big-slider .owl-item .big-slider__image {
	transform: scale(.95)
}
.big-slider .owl-item .big-slider__image:before {
	opacity: 0
}
.big-slider .owl-item.active .big-slider__item {
	opacity: 1
}
.big-slider .owl-item.active .big-slider__image {
	transform: scale(1)
}
.big-slider .owl-item.active .big-slider__image:before {
	opacity: .5
}

.big-slider__item {
	height: 393px;
	position: relative;
	transition: opacity .2s
}
.big-slider__image {
	overflow: hidden;
	height: 100%;
	position: relative;
	transition: transform .2s
}
.big-slider__image:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	transition: opacity .2s
}
.big-slider__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.big-slider__info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff
}
.big-slider__title {
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 5px;
	line-height: 44px
}
.big-slider__descr {
	font-size: 40px;
	font-weight: 300;
	line-height: 44px
}
.measurements {
	margin-top: 45px;
	margin-bottom: 70px
}
.measurements__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.measurements__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 30px;
	margin-bottom: 30px;
	-ms-flex-preferred-size: calc(100% / 4 - 90px / 4);
	flex-basis: calc(100% / 4 - 90px / 4);
	max-width: calc(100% / 4 - 90px / 4);
	margin-bottom: 0
}
.measurements__item:nth-child(5n) {
	margin-right: 30px
}
.measurements__item:nth-child(4n) {
	margin-right: 0
}
.measurements__image {
	text-align: center;
	margin-bottom: 20px
}
.measurements__sizes {
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #ae904e;
	margin-bottom: 29px
}
.measurements__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #464647;
	margin-bottom: 20px
}
.measurements__descr {
	font-family: Proxima Nova, sans-serif;
	color: #7c756f;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px
}
.measurements__back {
	display: none
}
.different {
	position: relative;
	margin-top: 50px;
	padding-top: 55px;
	margin-bottom: 50px
}
.different__bg {
	position: absolute;
	top: 0;
	left: 30px;
	width: 100%;
	height: 270px;
	transform: skew(-8deg);
	z-index: -1
}
.different__bg-border {
	position: absolute;
	width: calc(100% + 110px);
	height: calc(100% + 90px);
	z-index: 1;
	will-change: transform
}
.different__bg-border:after, .different__bg-border:before {
	position: absolute;
	content: ""
}
.different__bg-border>* {
	width: 100%;
	height: 100%
}
.different__bg-border_h {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 10px
}
.different__bg-border_h:after, .different__bg-border_h:before {
	width: calc(100% + 72px);
	transform: translateX(-50%);
	left: 50%;
	background-color: #e1e1e1;
	height: 1px
}
.different__bg-border_h:before {
	top: 1px
}
.different__bg-border_h:after {
	bottom: 0
}
.different__bg-border_v {
	margin-left: -20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0deg)
}
.different__bg-border_v:after, .different__bg-border_v:before {
	width: 1px;
	background-color: #e1e1e1
}
.different__bg-border_v:before {
	height: calc(100% + 52px);
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.different__bg-border_v:after {
	right: 0;
	height: calc(100% + 40px);
	top: -20px
}
.different__label {
	font-weight: 300;
	font-size: 35px;
	line-height: 39px
}
.different__label, .different__title {
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5), 0 -1px 0 hsla(0, 0%, 100%, .5), 1px 0 0 hsla(0, 0%, 100%, .5), -1px 0 0 hsla(0, 0%, 100%, .5), 1px 1px 0 hsla(0, 0%, 100%, .5), 1px -1px 0 hsla(0, 0%, 100%, .5), -1px 1px 0 hsla(0, 0%, 100%, .5), -1px -1px 0 hsla(0, 0%, 100%, .5), 0 2px 0 hsla(0, 0%, 100%, .5), 0 -2px 0 hsla(0, 0%, 100%, .5), 2px 0 0 hsla(0, 0%, 100%, .5), -2px 0 0 hsla(0, 0%, 100%, .5), 2px 2px 0 hsla(0, 0%, 100%, .5), 2px -2px 0 hsla(0, 0%, 100%, .5), -2px 2px 0 hsla(0, 0%, 100%, .5), -2px -2px 0 hsla(0, 0%, 100%, .5);
	-webkit-text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5), 0 -1px 0 hsla(0, 0%, 100%, .5), 1px 0 0 hsla(0, 0%, 100%, .5), -1px 0 0 hsla(0, 0%, 100%, .5), 1px 1px 0 hsla(0, 0%, 100%, .5), 1px -1px 0 hsla(0, 0%, 100%, .5), -1px 1px 0 hsla(0, 0%, 100%, .5), -1px -1px 0 hsla(0, 0%, 100%, .5), 0 2px 0 hsla(0, 0%, 100%, .5), 0 -2px 0 hsla(0, 0%, 100%, .5), 2px 0 0 hsla(0, 0%, 100%, .5), -2px 0 0 hsla(0, 0%, 100%, .5), 2px 2px 0 hsla(0, 0%, 100%, .5), 2px -2px 0 hsla(0, 0%, 100%, .5), -2px 2px 0 hsla(0, 0%, 100%, .5), -2px -2px 0 hsla(0, 0%, 100%, .5);
	-moz-text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5), 0 -1px 0 hsla(0, 0%, 100%, .5), 1px 0 0 hsla(0, 0%, 100%, .5), -1px 0 0 hsla(0, 0%, 100%, .5), 1px 1px 0 hsla(0, 0%, 100%, .5), 1px -1px 0 hsla(0, 0%, 100%, .5), -1px 1px 0 hsla(0, 0%, 100%, .5), -1px -1px 0 hsla(0, 0%, 100%, .5), 0 2px 0 hsla(0, 0%, 100%, .5), 0 -2px 0 hsla(0, 0%, 100%, .5), 2px 0 0 hsla(0, 0%, 100%, .5), -2px 0 0 hsla(0, 0%, 100%, .5), 2px 2px 0 hsla(0, 0%, 100%, .5), 2px -2px 0 hsla(0, 0%, 100%, .5), -2px 2px 0 hsla(0, 0%, 100%, .5), -2px -2px 0 hsla(0, 0%, 100%, .5);
	color: #464647
}
.different__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 44px
}
.different__title span {
	font-weight: 800;
	font-size: 45px;
	line-height: 50px;
	color: #ae904e
}
.different__row {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	margin-top: 80px
}
.different__item, .different__row {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}
.different__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 24px;
	-ms-flex-preferred-size: calc(100% / 4 - 72px / 4);
	flex-basis: calc(100% / 4 - 72px / 4);
	max-width: calc(100% / 4 - 72px / 4);
	margin-bottom: 0;
	position: relative;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 18px 0 30px;
	height: 70px
}
.different__item, .different__item:nth-child(5n) {
	margin-right: 24px
}
.different__item:nth-child(4n) {
	margin-right: 0
}
.different__item:before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	left: -1px;
	top: -1px;
	z-index: 1;
	background-image: linear-gradient(90deg, #e1e1e1 0, #e1e1e1 50%, hsla(0, 0%, 88%, 0) 70%, hsla(0, 0%, 88%, 0))
}
.different__item:after, .different__item:before {
	position: absolute;
	content: "";
	transform: skew(-8deg)
}
.different__item:after {
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2
}
.different__item-icon {
	position: relative;
	z-index: 3;
	margin-right: 12px;
	font-size: 0
}
.different__item-icon:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 37px;
	background-color: #f7f2ea;
	transform: translateY(-50%) skew(-20deg);
	left: -10px;
	top: 50%;
	z-index: -1
}
.different__item-title {
	position: relative;
	z-index: 3
}
.different__item .button {
	z-index: 3;
	width: 100%
}
.different__button {
	padding-left: 18px;
	transform: translateX(30px)
}
.calc {
	margin-top: 25px
}
.calc__form, .calc__wrap {
	position: relative
}
.calc__form {
	width: 620px;
	background-color: #fcfcfc;
	border: 1px solid #ececec;
	padding: 29px 20px 42px 32px;
	z-index: 2
}
.calc__form-wrap {
	max-width: 515px
}
.calc__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color: #2f2f2f
}
.calc__group {
	margin: 30px 0 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.calc__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 20px;
	-ms-flex-preferred-size: calc(100% / 2 - 20px / 2);
	flex-basis: calc(100% / 2 - 20px / 2);
	max-width: calc(100% / 2 - 20px / 2)
}
.calc__item, .calc__item:nth-child(3n) {
	margin-right: 20px
}
.calc__item:nth-child(2n) {
	margin-right: 0
}
.calc__item input[type=text] {
	font-size: 18px;
	padding: 15px;
	width: 100%;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
	border: none;
	font-family: Muller, sans-serif;
	-webkit-appearence: none
}
.calc__item .jq-selectbox {
	transform: none
}
.calc__item .jq-selectbox__select {
	height: 50px;
	background-color: #fff;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
	line-height: 50px;
	padding-left: 15px;
	font-size: 18px
}
.calc__item .jq-selectbox__trigger {
	height: 50px;
	width: 50px
}
.calc__item .jq-selectbox__trigger-arrow {
	top: 21px;
	right: 15px
}
.calc__radio {
	position: relative;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 15px 0 15px 25px
}
.calc__radio input[type=radio] {
	-webkit-appearence: none;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}
.calc__radio input[type=radio]:checked+.calc__radio-wrap {
	border: 1px solid #ae904e
}
.calc__radio input[type=radio]:checked+.calc__radio-wrap+.calc__radio-title {
	color: #ae904e;
	font-weight: 700
}
.calc__radio-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid transparent;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
	top: 0;
	left: 0;
	z-index: 1;
	transition: border .2s
}
.calc__radio-icon {
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	margin-right: 12px;
	position: relative;
	z-index: 2
}
.calc__radio-icon:before {
	position: absolute;
	content: "";
	height: 38px;
	width: 38px;
	transform: translate(-50%, -50%) skew(-20deg);
	background-color: #f7f2ea;
	top: 50%;
	left: 50%;
	z-index: -1
}
.calc__radio-title {
	padding-right: 12px;
	text-align: center;
	font-size: 18px;
	color: #7c756f;
	line-height: 16px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	position: relative;
	z-index: 2;
	transition: color .2s
}
.calc__button {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	transform: skew(-8deg);
	width: 280px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: background-color .2s, border .2s, color .2s
}
.calc__button:before {
	display: none
}
.calc__button span {
	transform: skew(8deg);
	margin-bottom: 0
}
.calc__button:hover {
	background-color: #ae904e;
	border: 1px solid #ae904e;
	color: #fff
}
.calc__bg {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 1;
	width: 100%;
	font-size: 0
}
.calc__bg-image {
	transform: translateX(290px) skew(-8deg);
	overflow: hidden;
	width: 1000px;
	height: 670px
}
.calc__bg-image img {
	transform: skew(8deg);
	max-width: none;
	width: 1100px;
	font-size: 0;
	height: 100%
}
.calc__bg-man {
	position: absolute;
	bottom: 0;
	right: 80px
}
.colors {
	margin-top: 40px
}
.colors__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}
.colors__bg {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
.colors__grid {
	-ms-flex: 0 0 615px;
	flex: 0 0 615px;
	margin-left: 25px
}
.colors__grid-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px
}
.colors__item {
	text-align: center;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 10px;
	-ms-flex-preferred-size: calc(100% / 4 - 30px / 4);
	flex-basis: calc(100% / 4 - 30px / 4);
	max-width: calc(100% / 4 - 30px / 4);
	padding: 16px 10px;
	border: 1px solid transparent;
	transition: border .2s, box-shadow .2s
}
.colors__item, .colors__item:nth-child(5n) {
	margin-right: 10px
}
.colors__item:nth-child(4n) {
	margin-right: 0
}
.colors__item:hover {
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}
.colors__color {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden
}
.colors__title {
	font-size: 18px;
	color: #464647
}
.colors__link {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 20px;
	color: #ae904e;
	border-bottom: 1px solid #d8c396;
	transition: border-bottom .2s
}
.colors__link:hover {
	border-bottom: 1px solid transparent
}
.stages__item {
	margin-top: 45px
}
.stages__item-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.stages__info {
	padding-left: 70px;
	-ms-flex: 0 0 420px;
	flex: 0 0 420px;
	margin-right: 100px
}
.stages__title {
	color: #464647;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px
}
.stages__descr {
	color: #7c756f;
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 50px
}
.stages__image {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
.stages__image-wrap {
	padding-top: 57%;
	overflow: hidden;
	position: relative
}
.stages__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.stages__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 15px;
	left: 15px;
	border: 5px solid hsla(0, 0%, 100%, .8);
	z-index: 2
}
.additional {
	margin-bottom: 60px
}
.additional__tabs {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 50px
}
.additional__tabs:before {
	position: absolute;
	content: "ассортимент";
	width: 100%;
	height: 100%;
	font-weight: 800;
	font-size: 55px;
	line-height: 50px;
	text-transform: uppercase;
	color: #f6f6f6;
	top: -8px;
	z-index: -1
}
.additional__tab {
	display: inline-block;
	margin: 0 15px;
	font-size: 20px;
	line-height: 19px;
	color: #464647;
	border-bottom: 2px solid transparent;
	transition: color .2s, border-bottom .2s;
	cursor: pointer;
	font-weight: 500
}
.additional__tab.active, .additional__tab:hover {
	color: #ae904e;
	border-bottom: 2px solid currentColor
}
.additional__content {
	margin-top: 40px;
	position: relative;
	transition: height .2s
}
.additional__slider {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s
}
.additional__slider.active {
	opacity: 1;
	z-index: 2
}
.additional__image-wrap {
	padding-top: 85%;
	overflow: hidden;
	position: relative
}
.additional__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.additional__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 26px);
	height: calc(100% - 26px);
	top: 8px;
	left: 8px;
	border: 5px solid hsla(0, 0%, 100%, .8);
	z-index: 2
}
.additional__info {
	margin-top: 20px
}
.additional__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #464647;
	margin-bottom: 20px
}
.additional__descr {
	font-family: Proxima Nova, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #7c756f;
	margin-bottom: 41px
}
.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 80px
}
.gallery__col {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 10px;
	-ms-flex-preferred-size: calc(100% / 3 - 20px / 3);
	flex-basis: calc(100% / 3 - 20px / 3);
	max-width: calc(100% / 3 - 20px / 3)
}
.gallery__col, .gallery__col:nth-child(4n) {
	margin-right: 10px
}
.gallery__col:nth-child(3n) {
	margin-right: 0
}
.gallery-grid__item {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.gallery-grid__col {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 10px;
	margin-bottom: 10px;
	-ms-flex-preferred-size: calc(100% / 2 - 10px / 2);
	flex-basis: calc(100% / 2 - 10px / 2);
	max-width: calc(100% / 2 - 10px / 2);
	margin-bottom: 0
}
.gallery-grid__col:nth-child(3n) {
	margin-right: 10px
}
.gallery-grid__col:nth-child(2n) {
	margin-right: 0
}
.gallery-grid__image_74 {
	padding-top: 74%;
	overflow: hidden;
	position: relative
}
.gallery-grid__image_74 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .2s
}
.gallery-grid__image_84 {
	padding-top: 84%;
	overflow: hidden;
	position: relative
}
.gallery-grid__image_84 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .2s
}
.gallery-grid__image {
	width: 100%
}
.gallery-grid__image_173 {
	padding-top: 173%;
	overflow: hidden;
	position: relative
}
.gallery-grid__image_173 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .2s
}
.gallery-grid__image {
	position: relative;
	cursor: pointer
}
.gallery-grid__image:hover:after, .gallery-grid__image:hover:before {
	opacity: 1
}
.gallery-grid__image:hover img {
	transform: scale(1.05);
	will-change: transform
}
.gallery-grid__image:hover:before {
	outline-offset: -12px
}
.gallery-grid__image:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: 5px solid hsla(0, 0%, 100%, .8);
	outline-offset: 0;
	background-color: rgba(174, 144, 78, .7);
	z-index: 1;
	opacity: 0;
	transition: opacity .2s, outline-offset .1s;
	will-change: outline-offset
}
.gallery-grid__image:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	border: 18px solid hsla(0, 0%, 100%, .8);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skewX(-8deg);
	z-index: 2;
	opacity: 0;
	transition: opacity .2s;
	background: #ae904e url(../img/style/icons/icon_zoom.svg) no-repeat 50%
}
.gallery-grid__image_small:first-child {
	margin-bottom: 10px
}
.gallery-grid__image_small:after {
	width: 40px;
	height: 40px;
	border: 9px solid hsla(0, 0%, 100%, .8);
	background: #ae904e url(../img/style/icons/icon_zoom.svg) no-repeat 50%;
	background-size: 20px
}
.info {
	position: relative;
	padding-left: 33px;
	padding-top: 28px
}
.info:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #ae904e url(../img/style/icons/icon_info.svg) no-repeat 50%
}
.info__wrap {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 50px;
	background: #fcfcfc;
	border: 1px solid #e1e1e1
}
.info__title {
	font-family: Proxima Nova, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 800
}
.info__link, .info__title {
	color: #464647;
	margin-right: 35px
}
.info__link {
	padding: 15px 35px 15px 0;
	text-align: center;
	font-size: 20px;
	line-height: 19px;
	position: relative;
	transition: .2s
}
.info__link:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 29px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #e1e1e1
}
.info__link:last-child {
	padding-right: 0;
	margin-right: 0
}
.info__link:last-child:before {
	display: none
}
.info__link:hover {
	color: #ae904e
}
.dept {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.dept__item {
	padding-top: 55px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 30px;
	-ms-flex-preferred-size: calc(100% / 4 - 90px / 4);
	flex-basis: calc(100% / 4 - 90px / 4);
	max-width: calc(100% / 4 - 90px / 4);
	position: relative
}
.dept__item, .dept__item:nth-child(5n) {
	margin-right: 30px
}
.dept__item:nth-child(4n) {
	margin-right: 0
}
.dept__icon {
	width: 47px;
	height: 47px;
	display: -ms-flexbox;
	display: flex;
	margin-left: 75px;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px
}
.dept__icon-bg {
	position: absolute;
	width: 145px;
	height: 100%;
	background-color: #faf9f7;
	top: 0;
	left: 0;
	transform: translateX(21px) skewX(-8deg);
	z-index: -1
}
.dept__icon-bg:before {
	position: absolute;
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	border: 5px solid #fff;
	left: 12.5px;
	top: 12.5px
}
.dept__title {
	font-size: 25px;
	line-height: 22px;
	color: #464647;
	margin-bottom: 20px;
	text-align: right
}
.dept__title span {
	font-weight: 700
}
.dept__button {
	margin-left: auto;
	margin-right: 0;
	position: relative
}
.dept__button:before {
	z-index: 2
}
.dept__button span {
	position: relative;
	z-index: 3
}
.dept__button:after {
	position: absolute;
	content: "";
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #fff;
	transform: skew(-8deg);
	left: -7px;
	top: -7px;
	z-index: -1
}
.map {
	position: relative;
	padding: 20px 0;
	margin-bottom: 70px
}
.map__wrap {
	transform: skewX(-8deg);
	overflow: hidden;
	width: 686px;
	will-change: transform
}
.map__wrap-item {
	transform: translateX(-50px) skewX(8deg);
	height: 450px;
	width: 786px;
	will-change: transform
}
.map__info {
	top: 0;
	right: 0;
	width: 430px;
	z-index: 2;
	padding-top: 55px;
	padding-left: 30px
}
.map__info, .map__info:before {
	position: absolute;
	height: 100%
}
.map__info:before {
	content: "";
	width: 544px;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) skewX(-8deg);
	background: #fff;
	border: 1px solid #e1e1e1
}
.map__info-wrap {
	position: relative;
	z-index: 2
}
.map__title {
	font-size: 30px;
	color: #464647;
	margin-bottom: 50px
}
.map__title span {
	font-weight: 700
}
.map__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	min-height: 70px
}
.map__item:last-child {
	margin-bottom: 0
}
.map__icon {
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 26px
}
.map__label {
	color: #404042;
	font-weight: 700;
	margin-bottom: 5px
}
.map__label, .map__value {
	font-size: 18px;
	line-height: 18px
}
.map__value {
	color: #7c756f
}
.req {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}
.req__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 45px;
	-ms-flex-preferred-size: calc(100% / 4 - 135px / 4);
	flex-basis: calc(100% / 4 - 135px / 4);
	max-width: calc(100% / 4 - 135px / 4);
	margin-bottom: 0;
	position: relative;
	padding-top: 75px;
	height: 202px
}
.req__item, .req__item:nth-child(5n) {
	margin-right: 45px
}
.req__item:nth-child(4n) {
	margin-right: 0
}
.req__bg {
	position: absolute;
	width: 145px;
	height: 100%;
	background-color: #faf9f7;
	top: 0;
	right: 0;
	transform: translateX(-15px) skewX(-8deg);
	z-index: -1
}
.req__bg:before {
	position: absolute;
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	border: 5px solid #fff;
	left: 12.5px;
	top: 12.5px
}
.req__label {
	font-weight: 300;
	color: #7c756f;
	margin-bottom: 10px
}
.req__label, .req__value {
	text-align: right;
	font-size: 18px;
	line-height: 16px
}
.req__value {
	font-weight: 500;
	color: #464647
}
.letter__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.letter__col {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 20px;
	-ms-flex-preferred-size: calc(100% / 3 - 40px / 3);
	flex-basis: calc(100% / 3 - 40px / 3);
	max-width: calc(100% / 3 - 40px / 3)
}
.letter__col, .letter__col:nth-child(4n) {
	margin-right: 20px
}
.letter__col:nth-child(3n) {
	margin-right: 0
}
.letter__col-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.letter__col-small {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 20px;
	margin-bottom: 20px;
	-ms-flex-preferred-size: calc(100% / 2 - 20px / 2);
	flex-basis: calc(100% / 2 - 20px / 2);
	max-width: calc(100% / 2 - 20px / 2);
	margin-bottom: 0
}
.letter__col-small:nth-child(3n) {
	margin-right: 20px
}
.letter__col-small:nth-child(2n) {
	margin-right: 0
}
.letter__title {
	-webkit-appearence: none;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}
.letter .modal__input {
	transform: none;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-right: 0;
	display: block
}
.letter .modal__input input {
	width: 100%
}
.letter .modal__file {
	transform: none
}
.letter .modal__check {
	margin-top: 5px;
	margin-bottom: 40px
}
.letter .modal__check span:before {
	top: 0
}
.letter .modal__check span:after {
	top: 9px
}
.letter .jq-file, .letter input[type=file], .letter input[type=text] {
	transform: none
}
.letter textarea {
	border: 1px solid #e1e1e1;
	padding: 10px;
	width: 100%;
	font-family: Muller, sans-serif;
	margin-bottom: 30px
}
.letter button {
	border: none;
	background-color: #fff
}
.reviews {
	margin-top: 40px;
	margin-bottom: 50px
}
.reviews__slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.reviews__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 50px;
	-ms-flex-preferred-size: calc(100% / 3 - 100px / 3);
	flex-basis: calc(100% / 3 - 100px / 3);
	max-width: calc(100% / 3 - 100px / 3);
	margin-bottom: 0
}
.reviews__item, .reviews__item:nth-child(4n) {
	margin-right: 50px
}
.reviews__item:nth-child(3n) {
	margin-right: 0
}
.reviews__image {
	display: block;
	margin-bottom: 20px;
	position: relative
}
.reviews__image-wrap {
	padding-top: 85%;
	overflow: hidden;
	position: relative
}
.reviews__image-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.reviews__image-wrap:before {
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 10px;
	left: 10px;
	border: 5px solid hsla(0, 0%, 100%, .8);
	z-index: 2
}
.reviews__image:hover .instruction__btn {
	transform: translate(-50%, -50%) skew(-8deg) scale(.9)
}
.reviews__title {
	color: #464647;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px
}
.reviews__rating-label {
	font-size: 16px;
	line-height: 19px;
	color: #7c756f;
	margin-bottom: 10px
}
.reviews__rate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.reviews__rate-star {
	margin-right: 15px;
	fill: #b8b8ba
}
.reviews__rate-star.active {
	fill: #ae904e
}
.free-size {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	padding: 20px 15px;
	transform: translateY(-50%) skew(-8deg);
	transition: padding .2s;
	cursor: pointer
}
.free-size:hover {
	padding: 30px 20px
}
.free-size:hover .free-size__title {
	color: #ae904e;
	font-size: 25px
}
.free-size:before {
	position: absolute;
	content: "";
	width: calc(100% + 50px);
	height: 100%;
	background-color: #faf9f7;
	top: 0;
	right: -27px;
	z-index: 1
}
.free-size__title {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	color: #d6c59f;
	transition: color .2s, font-size .2s
}
.free-size__border {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 1;
	will-change: transform;
	z-index: 2
}
.free-size__border:after, .free-size__border:before {
	position: absolute;
	content: ""
}
.free-size__border>* {
	width: 100%;
	height: 100%
}
.free-size__border_h {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-8deg)
}
.free-size__border_h:after, .free-size__border_h:before {
	width: calc(100% + 62px);
	transform: translateX(-50%);
	left: 50%;
	background-image: linear-gradient(76.63deg, rgba(174, 144, 78, .2) -7.66%, #ae904e 52.59%, rgba(174, 144, 78, .19) 98.59%);
	height: 1px
}
.free-size__border_h:before {
	top: 1px
}
.free-size__border_h:after {
	bottom: 0
}
.free-size__border_v {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0deg)
}
.free-size__border_v:after, .free-size__border_v:before {
	width: 1px;
	background-color: #ddd3be
}
.free-size__border_v:before {
	height: calc(100% + 32px);
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.free-size__border_v:after {
	right: 0;
	height: calc(100% + 16px);
	top: -5px
}
.img-hover img {
	transition: .2s
}
.img-hover:hover img {
	transform: scale(1.05)
}
@media screen and (max-width:1470px) {
	.main-slide__image {
		max-width: 400px
	}
	.main-slide__title {
		font-size: 45px;
		line-height: 42px
	}
	.main-slide__new-wrap {
		padding: 18px 15px 12px
	}
	.main-slide__new-price span {
		font-size: 36px
	}
	.main-slide .button {
		margin-top: 40px
	}
	.top-bg {
		height: 660px
	}
	.free-size {
		padding: 13px 10px 13px 5px
	}
	.free-size:hover {
		padding: 17px 13px 17px 8px
	}
	.free-size:hover .free-size__title {
		font-size: 15px
	}
	.free-size__title {
		font-size: 13px;
		line-height: 15px
	}
}
@media (max-width:1280px) {
	.container23 {
		max-width: 1024px
	}
}
@media screen and (max-width:1280px) {
	.header-main__bg {
		right: 0
	}
	.header-bot__bg {
		transform: skew(0);
		right: 0;
		border-right: none;
		border-left: none
	}
	.modal__col_big {
		padding: 30px 50px;
		min-height: 480px
	}
	.modal__col_small {
		-ms-flex: 0 0 325px;
		flex: 0 0 325px;
		height: 300px
	}
	.skew, .skew img {
		transform: skew(0)
	}
	.link-menu__col_left {
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
		padding-left: 15px;
		padding-right: 15px
	}
	.link-menu__col_right {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.link-menu__static {
		-ms-flex: 0 0 540px;
		flex: 0 0 540px;
		margin-left: 270px
	}
	.link-menu__static-image {
		transform: skewX(-8deg)
	}
	.link-menu__static-image img {
		transform: skewX(8deg) translateX(-40px)
	}
	.link-menu__tab-link {
		width: 150px
	}
	.link-menu__links {
		padding-left: 30px
	}
	.main-slider .owl-dots {
		bottom: 30px;
		max-width: 1024px;
		left: 50%;
		transform: translateX(-50%);
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.main-slide__bg {
		right: -180px
	}
	.main-slide__title {
		font-size: 40px;
		line-height: 40px
	}
	.advantages__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 35px;
		margin-bottom: 35px;
		-ms-flex-preferred-size: calc(100% / 4 - 105px / 4);
		flex-basis: calc(100% / 4 - 105px / 4);
		max-width: calc(100% / 4 - 105px / 4);
		margin-bottom: 0
	}
	.advantages__item:nth-child(5n) {
		margin-right: 35px
	}
	.advantages__item:nth-child(4n) {
		margin-right: 0
	}
	.advantages__title {
		font-size: 16px;
		line-height: 22px
	}
	.advantages__image-wrap {
		height: 87px
	}
	.gift-slider__wrap {
		padding: 90px 0 100px
	}
	.gift-slider__bg-image_left {
		height: 500px;
		left: -315px
	}
	.gift-slider__bg-image_right {
		height: 380px;
		margin-right: -60px;
		transform: translateX(-270px) skew(30deg)
	}
	.conditions-slider {
		margin-top: 90px
	}
	.conditions-slider__image {
		padding: 0 30px 0 80px
	}
	.conditions-slider__item {
		padding: 30px 0
	}
	.production__title {
		margin-top: 65px
	}
	.instruction__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 30px;
		margin-bottom: 30px;
		-ms-flex-preferred-size: calc(100% / 2 - 30px / 2);
		flex-basis: calc(100% / 2 - 30px / 2);
		max-width: calc(100% / 2 - 30px / 2);
		margin-bottom: 0
	}
	.instruction__item:nth-child(3n) {
		margin-right: 30px
	}
	.instruction__item:nth-child(2n) {
		margin-right: 0
	}
	.partnership__image_left {
		width: 390px
	}
	.partnership-bg_top {
		height: 500px
	}
	.partnership-bg__image_404 img {
		width: 1370px
	}
	.partnership__subtitle {
		margin-left: 10px
	}
	.glass__item {
		padding-right: 54px
	}
	.glass__image {
		width: 170px
	}
	.areas {
		margin-top: 30px
	}
	.different__button {
		transform: translateX(0)
	}
	.calc__form {
		width: 555px;
		padding: 20px 20px 32px
	}
	.calc__bg-man {
		right: 30px
	}
	.dept__title {
		font-size: 22px
	}
	.map__info:before {
		width: 500px
	}
	.free-size:hover .free-size__title {
		font-size: 14px
	}
	.free-size__title {
		font-size: 12px;
		line-height: 15px
	}
}
@media screen and (max-width:1170px) {
	.free-size {
		display: none
	}
}
@media (max-width:1023px) {
	.container23 {
		max-width: 768px
	}
	.hidden_tablet {
		display: none!important
	}
	.visible_tablet {
		display: block!important
	}
}
@media screen and (max-width:1023px) {
	.header-bot__link:hover {
		color: #7c756f
	}
	.header-bot__link>a, .header-bot__link_single {
		font-size: 11px
	}
	.header-main__col_soc {
		display: none
	}
	.header-main__callback {
		margin-left: 15px
	}
	.header-main__callback-descr {
		font-size: 12px
	}
	.footer__logo {
		max-width: 180px;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		margin-right: 40px
	}
	.footer__address {
		margin-right: 27px
	}
	.footer__address-info {
		font-size: 14px;
		line-height: 17px
	}
	.footer__phone-icon {
		margin-right: 16px
	}
	.footer__phone-number {
		font-size: 21px
	}
	.footer__row:last-child {
		display: block
	}
	.footer__socials {
		display: none
	}
	.footer__copy {
		white-space: nowrap
	}
	.modal {
		max-width: 653px
	}
	.modal__close {
		z-index: 2;
		top: 10px;
		right: 10px
	}
	.modal__wrap {
		position: relative;
		z-index: 1
	}
	.modal__col_small {
		display: none
	}
	.button_m-t {
		margin-top: 40px
	}
	.section_pb {
		padding-bottom: 30px
	}
	.section_pt {
		padding-top: 30px
	}
	.section__title {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px
	}
	.section__title:before {
		max-width: 150px;
		height: 4px
	}
	.section__descr {
		font-size: 16px;
		line-height: 20px
	}
	.main-slider .owl-dots {
		max-width: 768px
	}
	.main-slide__new-wrap {
		padding: 11px 14px 8px
	}
	.main-slide__new-price {
		font-size: 20px
	}
	.main-slide__new-price span {
		font-size: 32px;
		line-height: 40px
	}
	.main-slide__title {
		font-size: 34px;
		line-height: 36px;
		margin-bottom: 10px
	}
	.main-slide__descr {
		font-size: 16px;
		line-height: 20px
	}
	.main-slide__plash {
		margin-top: 20px
	}
	.main-slide .button {
		margin-top: 20px;
		margin-bottom: 40px
	}
	.top-bg {
		display: none
	}
	.advantages {
		margin-top: 60px
	}
	.advantages__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 20px;
		margin-bottom: 20px;
		-ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
		flex-basis: calc(100% / 4 - 60px / 4);
		max-width: calc(100% / 4 - 60px / 4);
		margin-bottom: 0
	}
	.advantages__item:nth-child(5n) {
		margin-right: 20px
	}
	.advantages__item:nth-child(4n) {
		margin-right: 0
	}
	.advantages__image-wrap {
		max-width: 90px;
		height: 80px;
		margin-left: 35px
	}
	.advantages__title {
		font-size: 12px;
		line-height: 18px
	}
	.alert {
		margin-top: 40px;
		padding: 25px 0
	}
	.alert__icon {
		-ms-flex: 0 0 55px;
		flex: 0 0 55px;
		width: 55px;
		height: 55px;
		margin-right: 20px
	}
	.alert__icon img {
		width: 35px
	}
	.alert__title {
		font-size: 20px
	}
	.alert__descr {
		font-size: 16px
	}
	.proposes__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 40px;
		-ms-flex-preferred-size: calc(100% / 2 - 40px / 2);
		flex-basis: calc(100% / 2 - 40px / 2);
		max-width: calc(100% / 2 - 40px / 2)
	}
	.proposes__item, .proposes__item:nth-child(3n) {
		margin-right: 40px
	}
	.proposes__item:nth-child(2n) {
		margin-right: 0
	}
	.gift-slider__info {
		-ms-flex: 0 0 370px;
		flex: 0 0 370px
	}
	.gift-slider__wrap {
		padding: 90px 0 70px
	}
	.gift-slider__bg-image_left {
		height: 430px
	}
	.steps__item:first-child .steps__num-wrap {
		transform: translateX(0)
	}
	.conditions-slider__image {
		padding: 0 30px 0 50px
	}
	.conditions-slider__info {
		-ms-flex: 0 0 370px;
		flex: 0 0 370px;
		margin-left: 20px;
		padding-right: 45px
	}
	.production__info {
		bottom: 20px;
		height: 220px
	}
	.production__icon {
		position: absolute;
		top: 0
	}
	.production__title {
		margin-top: 25px;
		font-size: 15px;
		transform: translateX(-10px);
		position: absolute;
		bottom: 0;
		width: 100%
	}
	.guarantee {
		margin-top: 60px
	}
	.guarantee-bg {
		height: 330px
	}
	.guarantee__info {
		-ms-flex: 0 0 400px;
		flex: 0 0 400px;
		margin-left: 35px
	}
	.guarantee__title {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 15px
	}
	.guarantee__descr {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 25px
	}
	.instruction {
		margin-top: 25px
	}
	.instruction__wrap {
		display: block;
		margin-bottom: 20px;
		margin-right: 0
	}
	.instruction__descr {
		font-size: 16px;
		line-height: 18px
	}
	.faq__col_right {
		-ms-flex: 0 0 240px;
		flex: 0 0 240px
	}
	.faq__item {
		height: 50px;
		padding: 6px 10px 6px 12px
	}
	.faq__item-title {
		font-size: 14px;
		line-height: 18px
	}
	.faq__image {
		padding: 0 10px
	}
	.faq__info {
		padding: 103px 15px 30px;
		margin-top: -85px
	}
	.faq__title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px
	}
	.faq__descr {
		font-size: 14px;
		line-height: 17px
	}
	.ask__bg {
		width: 100%;
		transform: skew(0)
	}
	.ask__col_left {
		-ms-flex: 0 0 420px;
		flex: 0 0 420px;
		margin-right: 40px;
		padding-left: 40px
	}
	.ask__title {
		font-size: 30px
	}
	.ask__descr {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 45px
	}
	.departments {
		max-width: 100%;
		margin-left: 0;
		-ms-flex-pack: center;
		justify-content: center
	}
	.types__info {
		padding-left: 0
	}
	.partnership {
		height: 410px
	}
	.partnership_jc {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.partnership_h {
		-ms-flex-pack: center;
		justify-content: center
	}
	.partnership__image {
		display: none
	}
	.partnership-bg_top {
		margin-left: 150px;
		top: 0
	}
	.partnership-bg_top .partnership-bg__border {
		display: none
	}
	.partnership-bg_top .partnership-bg__image img {
		width: 1117px
	}
	.methods__image {
		padding-right: 0
	}
	.methods__info {
		position: static;
		width: 100%
	}
	.glass__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 30px
	}
	.glass__item, .glass__item:nth-child(1n), .glass__item:nth-child(2n) {
		margin-right: 0
	}
	.measurements__image {
		height: 140px
	}
	.measurements__image img {
		height: 100%
	}
	.measurements__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 20px;
		margin-bottom: 20px;
		-ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
		flex-basis: calc(100% / 4 - 60px / 4);
		max-width: calc(100% / 4 - 60px / 4);
		margin-bottom: 0
	}
	.measurements__item:nth-child(5n) {
		margin-right: 20px
	}
	.measurements__item:nth-child(4n) {
		margin-right: 0
	}
	.different__label {
		font-size: 25px;
		line-height: 29px
	}
	.different__title {
		font-size: 30px;
		line-height: 34px
	}
	.different__title span {
		font-size: 32px;
		line-height: 40px
	}
	.different__bg {
		width: 1100px;
		transform: none;
		left: -190px
	}
	.calc__bg-man {
		right: -140px
	}
	.colors__grid {
		-ms-flex: 0 0 435px;
		flex: 0 0 435px
	}
	.colors__color {
		width: 50px;
		height: 50px;
		margin: 0 auto 10px
	}
	.colors__title {
		font-size: 14px
	}
	.stages__info {
		padding-left: 30px;
		-ms-flex: 0 0 390px;
		flex: 0 0 390px;
		margin-right: 50px
	}
	.gallery {
		margin-bottom: 40px
	}
	.info__wrap {
		padding: 15px 30px
	}
	.info__title {
		line-height: 22px
	}
	.info__link, .info__title {
		font-size: 18px;
		margin-right: 15px
	}
	.info__link {
		padding: 15px 15px 15px 0;
		line-height: 19px
	}
	.map__info {
		width: 330px;
		padding-left: 10px
	}
	.map__info:before {
		width: 420px
	}
	.map__title {
		font-size: 24px;
		margin-bottom: 40px
	}
	.map__icon {
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		margin-right: 18px
	}
	.map__label, .map__value {
		font-size: 14px;
		line-height: 14px
	}
	.req__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 30px;
		-ms-flex-preferred-size: calc(100% / 4 - 90px / 4);
		flex-basis: calc(100% / 4 - 90px / 4);
		max-width: calc(100% / 4 - 90px / 4)
	}
	.req__item, .req__item:nth-child(5n) {
		margin-right: 30px
	}
	.req__item:nth-child(4n) {
		margin-right: 0
	}
	.req__label, .req__value {
		font-size: 14px
	}
	.letter__row {
		display: block
	}
	.letter__col {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 20px
	}
	.letter__col, .letter__col:nth-child(1n), .letter__col:nth-child(2n) {
		margin-right: 0
	}
	.letter textarea {
		margin-bottom: 20px
	}
	.letter .modal__file {
		margin-right: 0
	}
}
@media (max-width:767px) {
	.header.js-header {
		position: fixed !important;
		top: 0 !important;
		height: 30px !important;
		z-index: 10;
	}
	#header {
		position: fixed !important;
	}
	.container23 {
		max-width: 375px;
		width: 100%;
		padding: 0 15px;
		z-index: 10;
	}
	.logo {
		max-width: 110px;
		display: block;
		margin: 0 auto;
		font-size: 0
	}
	input, select, textarea {
		font-size: 16px
	}
	.hidden_desktop {
		display: block!important
	}
	.hidden_mobile {
		display: none!important
	}
}
@media screen and (max-width:767px) {
	.header-main {
		padding: 0;
		display: block;
	}
	.header-main__wrap {
		margin-left: -15px;
		margin-right: -15px
	}
	.header-main__contacts {
		display: none
	}
	.header-main__callback {
		margin-left: 0;
		padding: 0
	}
	.header-main__callback:hover .header-main__callback-icon {
		transform: none
	}
	.header-main__callback-row {
		font-size: 0;
		padding: 16px;
		background-color: #f0f0f0
	}
	.header-main__callback-icon {
		margin-right: 0
	}
	.header-main__callback-info, .header-main__col_cont {
		display: none
	}
	.header-main__col_logo {
		-ms-flex-order: 1;
		order: 1
	}
	.header-main__col_call {
		-ms-flex-order: 0;
		order: 0
	}
	.header-main__col_menu {
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
	}
	.header-bot {
		position: fixed;
		top: 85px;
		left: 0;
		width: 100%;
		display: none;
		background-color: #fff;
		z-index: 99;
		height: calc(100vh - 57px)
	}
	.header-bot.active {
		display: block
	}
	.header-bot .container23 {
		height: 100%;
		padding: 0
	}
	.header-bot__wrap {
		height: calc(100% - 60px);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow-y: scroll;
		padding: 0 15px
	}
	.header-bot__home {
		display: none
	}
	.header-bot__links {
		display: block;
		padding-bottom: 25px;
		border-bottom: 1px solid #e1e1e1
	}
	.header-bot__bg {
		display: none
	}
	.header-bot__link {
		position: relative
	}
	.header-bot__link:hover {
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		background-color: transparent
	}
	.header-bot__link:hover .header-bot__menu {
		display: none
	}
	.header-bot__link>a {
		padding: 10px 0;
		display: block;
		width: calc(100% - 38px);
		position: relative;
		font-size: 16px
	}
	.header-bot__link>a svg {
		position: absolute;
		left: 100%;
		width: 50px;
		display: none
	}
	.header-bot__link_single {
		font-size: 16px;
		width: 100%;
		display: block;
		padding: 10px 10px 10px 0
	}
	.header-bot__link-arrow {
		top: 0;
		right: -6px;
		display: block;
		width: 38px;
		height: 38px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header-bot__link-arrow svg {
		margin-left: 0
	}
	.header-bot__link-arrow.active svg {
		transform: rotate(180deg)
	}
	.footer__wrap {
		position: relative
	}
	.footer__row {
		display: block;
		margin-bottom: 0
	}
	.footer__row:nth-child(2) {
		position: absolute;
		top: 70px;
		width: 100%
	}
	.footer__socials {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer__logo {
		max-width: 210px;
		display: block;
		margin-right: 0;
		margin: 0 auto 60px
	}
	.footer__address {
		margin-bottom: 20px
	}
	.footer-bot__row {
		display: block;
		text-align: center
	}
	.footer__copy {
		margin-right: 0;
		margin-bottom: 15px
	}
	.footer__copy, .footer__public {
		font-size: 12px
	}
	.footer__public a:hover {
		text-decoration: underline
	}
	.modal {
		max-width: 375px;
		overflow: visible
	}
	.modal_letter {
		padding: 50px 10px
	}
	.modal__close {
		z-index: 2;
		top: -40px;
		right: 10px
	}
	.modal__col_big {
		padding: 30px 15px;
		min-height: 360px;
		min-width: 0;
		width: 100%
	}
	.modal__col_big:before {
		transform: none
	}
	.modal__title {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 13px
	}
	.modal__title:before {
		height: 4px;
		max-width: 90px
	}
	.modal__form-row {
		margin-top: 10px;
		display: block
	}
	.modal__form-row, .modal__form-row_margin:first-child {
		margin-bottom: 10px
	}
	.modal__form-row_margin:nth-child(2) {
		margin-top: 10px
	}
	.modal__form .button {
		transform: translateX(15px)
	}
	.modal__input {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	.modal__input, .modal__input input[type=text] {
		transform: none
	}
	.modal__file, .modal__select {
		margin-right: 0;
		transform: none;
		margin-bottom: 10px
	}
	.modal__check {
		transform: none;
		margin-bottom: 45px
	}
	.modal__check span {
		padding-left: 30px;
		font-size: 10px
	}
	.modal__check span:before {
		width: 20px;
		height: 18px;
		top: -4px
	}
	.modal__check span:after {
		width: 12px;
		height: 9px;
		top: 3px;
		left: 5px
	}
	.modal__check span a:hover {
		text-decoration: underline
	}
	.modal__timer {
		position: absolute;
		font-size: 20px;
		margin-left: 0;
		transform: translateY(50px)
	}
	.modal__counts {
		margin-top: 40px;
		font-size: 8px;
		line-height: 11px;
		transform: translateX(125px)
	}
	.modal__scoring {
		margin-top: 30px;
		max-width: 100%
	}
	.modal__score-wrap {
		margin-bottom: 15px;
		box-shadow: 0 0 7px rgba(78, 156, 226, .15)
	}
	.modal__score-label {
		font-size: 18px;
		margin-right: 15px;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px
	}
	.modal__score:nth-child(2) .modal__score-wrap {
		width: 240px
	}
	.modal__score:nth-child(3) .modal__score-wrap {
		width: 180px
	}
	.jq-file, .jq-selectbox {
		transform: none
	}
	.button {
		width: 200px;
		height: 37px
	}
	.button-text {
		font-size: 12px
	}
	.button-small {
		left: 50%;
		transform: translateX(-50%)
	}
	.button_white {
		font-size: 14px
	}
	.button_white:hover {
		color: #ae904e
	}
	.button_white:hover:before {
		background-color: #fff;
		border: 1px solid #e1e1e1
	}
	.button:hover .button-bg {
		width: 100%;
		height: 100%
	}
	.buttons-row {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center
	}
	.buttons-row .button:first-child {
		margin-bottom: 30px
	}
	.section_mt {
		margin-top: 0
	}
	.section__title {
		font-size: 20px;
		line-height: 18px
	}
	.section__title:before {
		max-width: 90px;
		height: 4px
	}
	.section__descr {
		font-size: 12px;
		line-height: 14px
	}
	.skew-border {
		width: calc(100% + 12px);
		height: calc(100% + 12px)
	}
	.skew-border>* {
		width: 100%;
		height: 100%
	}
	.skew-border_h:after, .skew-border_h:before {
		width: calc(100% + 25px)
	}
	.skew-border_v:before {
		height: calc(100% + 14px)
	}
	.skew-border_v:after {
		height: calc(100% + 8px);
		top: -3px
	}
	.socials_menu {
		display: none;
		height: 81px
	}
	.link-menu {
		position: static;
		height: auto;
		width: auto;
		max-height: 0;
		padding: 0;
		margin-left: -15px;
		margin-right: -15px
	}
	.link-menu.active {
		max-height: 2000px;
		display: block!important
	}
	.link-menu__col_left {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 0;
		padding-right: 0;
		border-right: none
	}
	.link-menu__bg, .link-menu__col_right {
		display: none
	}
	.link-menu__links {
		display: block;
		max-height: 0;
		transform: none;
		padding-left: 0
	}
	.link-menu__links.active {
		max-height: 2000px;
		position: static;
		width: auto
	}
	.link-menu__links-link {
		padding-left: 0
	}
	.link-menu__tab {
		margin: 0;
		padding-left: 15px;
		background-color: #f8f8f8;
		position: relative
	}
	.link-menu__tab-link {
		display: block;
		width: calc(100% - 53px)
	}
	.link-menu__tab-link span {
		padding: 10px 0;
		border-left: none
	}
	.link-menu__tab-link span:before {
		display: none
	}
	.link-menu__tab.active {
		background-color: #ececec
	}
	.link-menu__tab-arrow {
		width: 38px;
		height: 38px;
		position: absolute;
		right: 9px;
		top: 0;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.link-menu__tab-arrow.active svg {
		transform: rotate(180deg)
	}
	.link-menu__tab:hover .link-menu__tab-link span {
		border-left: none;
		font-weight: 400
	}
	.main-slider .owl-dots {
		max-width: 375px
	}
	.main-slide {
		padding: 70px 0
	}
	.main-slide__wrap {
		display: block
	}
	.main-slide__col:nth-child(2) {
		display: none
	}
	.main-slide__title {
		font-size: 26px;
		line-height: 23px
	}
	.main-slide__descr {
		font-size: 12px;
		line-height: 13px
	}
	.main-slide__descr br {
		display: none
	}
	.main-slide__plash {
		font-size: 10px
	}
	.main-slide__price {
		-ms-flex-align: start;
		align-items: flex-start
	}
	.main-slide__new {
		margin-right: 6px
	}
	.main-slide__new-price {
		font-size: 16px;
		line-height: 14px
	}
	.main-slide__new-price span {
		font-size: 28px
	}
	.main-slide__new-wrap {
		padding: 11px 7px 7px
	}
	.main-slide__old {
		font-size: 8px;
		line-height: 7px
	}
	.main-slide__old-price {
		font-size: 16px
	}
	.main-slide__old-wrap {
		padding: 10px 9px;
		text-align: center
	}
	.main-slide__bg {
		right: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		transform-origin: center center;
		transform: none;
		z-index: 0
	}
	.main-slide__bg-white {
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .88) 21.93%, hsla(0, 0%, 100%, .51) 86.5%)
	}
	.main-slide__bg-image {
		transform: none;
		position: absolute;
		height: 100%
	}
	.main-slide__bg-image img {
		width: 1260px!important;
		position: relative;
		max-width: none;
		transform: translateX(-400px)
	}
	.main-slide .button {
		margin-top: 40px;
		margin-bottom: 30px
	}
	.advantages {
		display: block;
		padding-bottom: 0
	}
	.advantages__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.advantages__item:nth-child(1n), .advantages__item:nth-child(2n) {
		margin-right: 0
	}
	.advantages__item:hover {
		transform: translateY(0)
	}
	.advantages__image-wrap {
		max-width: 60px;
		height: 60px;
		margin: 20px 30px 20px 35px
	}
	.advantages__image-wrap:before {
		width: 70px;
		height: 68px
	}
	.advantages__title {
		font-size: 16px
	}
	.advantages .owl-dots {
		max-width: 170px;
		right: 0
	}
	.advantages .owl-dot {
		width: 6px;
		height: 6px
	}
	.advantages .owl-dot.active {
		width: 8px;
		height: 8px
	}
	.alert {
		position: relative
	}
	.alert__icon {
		width: 39px;
		height: 39px;
		-ms-flex: 0 0 39px;
		flex: 0 0 39px;
		border: 1px solid #ae904e;
		position: absolute;
		top: 3px;
		left: 0
	}
	.alert__icon img {
		width: 25px
	}
	.alert__title {
		font-size: 16px;
		padding-left: 25px
	}
	.alert__descr {
		font-size: 12px;
		line-height: 18px
	}
	.alert__info {
		padding-left: 25px
	}
	.alert__border {
		width: 100%
	}
	.proposes__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.proposes__item:nth-child(1n), .proposes__item:nth-child(2n) {
		margin-right: 0
	}
	.proposes__image {
		padding-left: 0
	}
	.proposes__btn:hover {
		background-color: #fff
	}
	.proposes__btn:hover span {
		color: #464647
	}
	.gift-slider__button:hover:before {
		transform: skew(-8deg)
	}
	.gift-slider__wrap {
		padding: 60px 0 50px
	}
	.gift-slider__item-wrap {
		display: block
	}
	.gift-slider__image {
		text-align: center;
		margin-bottom: 19px
	}
	.gift-slider__info {
		margin-left: 0
	}
	.gift-slider__title {
		font-size: 18px;
		line-height: 20px
	}
	.gift-slider__descr {
		font-size: 12px;
		margin-bottom: 30px
	}
	.gift-slider .owl-dots {
		bottom: -20px;
		right: 50%;
		transform: translateX(50%)
	}
	.gift-slider__bg {
		width: 510px;
		height: 100%
	}
	.gift-slider__bg-image_left {
		height: 100%;
		right: 290px;
		left: auto;
		width: 908px
	}
	.gift-slider__bg-image_left img {
		max-width: none;
		right: -190px
	}
	.gift-slider__bg-image_right {
		display: none
	}
	.conditions-slider {
		display: block;
		margin-top: 10px
	}
	.conditions-slider__item {
		display: block;
		padding-bottom: 0
	}
	.conditions-slider__image {
		padding: 0 15px;
		margin-bottom: 35px
	}
	.conditions-slider__info {
		margin-left: 0;
		padding-right: 0
	}
	.conditions-slider__title {
		font-size: 18px;
		line-height: 20px
	}
	.conditions-slider__descr {
		font-size: 12px;
		line-height: 13px
	}
	.conditions-slider__num {
		font-size: 140px;
		top: -30px;
		right: 10px
	}
	.production__wrap {
		display: block
	}
	.production__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.production__item:nth-child(1n), .production__item:nth-child(2n) {
		margin-right: 0
	}
	.production__item-wrap {
		padding-top: 112%
	}
	.production__item:hover .production__image {
		transform: translateX(-50%) skewX(-8deg);
		box-shadow: none
	}
	.production__item:hover .production__icon {
		width: 120px;
		height: 120px
	}
	.production__item:hover .production__icon-image {
		width: 100px;
		height: 100px
	}
	.production__item:hover .production__icon:after {
		width: 150px;
		height: 150px;
		border-color: hsla(0, 0%, 100%, .1)
	}
	.production__item:hover .production__icon:before {
		width: 135px;
		height: 135px;
		border-color: hsla(0, 0%, 100%, .2)
	}
	.production__image {
		width: 80%;
		left: 50%;
		transform: translateX(-50%) skewX(-8deg)
	}
	.production .owl-item {
		opacity: 0;
		transition: opacity .2s
	}
	.production .owl-item.active {
		opacity: 1
	}
	.production__icon-image img {
		width: 50px!important
	}
	.production__title {
		transform: translateX(-3px);
		max-width: 260px
	}
	.guarantee-bg {
		top: auto;
		bottom: 30px;
		transform: translateX(-50%)
	}
	.guarantee__slider {
		padding-bottom: 50px
	}
	.guarantee__item {
		display: block
	}
	.guarantee__info {
		margin-left: 0;
		padding-right: 0
	}
	.guarantee__title {
		font-size: 18px;
		line-height: 20px
	}
	.guarantee__descr {
		font-size: 14px;
		line-height: 15px
	}
	.instruction__items {
		width: 100vw;
		max-width: 375px;
		left: 50%;
		transform: translateX(-50%)
	}
	.instruction__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		max-width: 375px;
		width: 100%;
		padding: 0 15px 15px
	}
	.instruction__item:nth-child(1n), .instruction__item:nth-child(2n) {
		margin-right: 0
	}
	.instruction__image {
		padding-left: 0
	}
	.instruction__image:hover .instruction__btn {
		transform: translate(-50%, -50%) skew(-8deg)
	}
	.faq__col_right {
		display: none
	}
	.faq__wrap {
		display: block
	}
	.faq__image-wrap:before {
		width: calc(100% - 26px);
		height: calc(100% - 26px);
		border: 5px solid hsla(0, 0%, 100%, .5);
		left: 8px;
		top: 8px
	}
	.faq__content {
		display: block
	}
	.faq__info {
		box-shadow: none
	}
	.faq .button {
		display: -moz-flex!important;
		display: -ms-flex!important;
		display: -o-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		margin-top: 40px
	}
	.brands__item:first-child {
		margin-bottom: 20px
	}
	.ask {
		padding: 60px 0
	}
	.ask__wrap {
		display: block
	}
	.ask__col_left {
		margin-right: 0;
		padding-left: 0
	}
	.ask__col_right {
		display: none
	}
	.ask__title {
		font-size: 27px;
		margin-bottom: 12px
	}
	.ask__descr {
		font-size: 18px
	}
	.ask__bg, .ask__info .button {
		left: 50%;
		transform: translateX(-50%)
	}
	.ask__bg {
		width: 810px;
		height: 100%
	}
	.ask__bg img {
		transform: none
	}
	.menu-btn.active span:first-child {
		transform: translateY(0) rotate(45deg)
	}
	.menu-btn.active span:nth-child(2) {
		opacity: 0
	}
	.menu-btn.active span:nth-child(3) {
		transform: translateY(0) rotate(-45deg)
	}
	.types {
		margin-top: 50px
	}
	.types__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.types__item, .types__item:nth-child(1n), .types__item:nth-child(2n) {
		margin-right: 0
	}
	.types__title {
		font-size: 16px;
		line-height: 14px;
		margin-bottom: 10px
	}
	.types__descr {
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 15px
	}
	.types__price {
		font-size: 14px;
		margin-bottom: 20px
	}
	.types__price span {
		font-size: 18px
	}
	.types .button {
		transform: translateX(5px)
	}
	.partnership {
		height: 240px
	}
	.partnership_h {
		height: 340px
	}
	.partnership-bg_top {
		margin-left: 0;
		width: 100vw;
		max-width: 375px;
		transform: translateX(-50%)
	}
	.partnership-bg__image img {
		width: 747px
	}
	.partnership-bg__image_404 {
		width: 100%
	}
	.partnership-bg__image_404 img {
		width: 100%!important;
		transform: translateX(-50%)
	}
	.partnership__title {
		font-size: 20px;
		line-height: 22px
	}
	.partnership__subtitle {
		font-size: 18px;
		line-height: 20px
	}
	.methods__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.methods__item:nth-child(1n), .methods__item:nth-child(2n) {
		margin-right: 0
	}
	.methods__title {
		font-size: 16px;
		line-height: 19px
	}
	.methods__label {
		font-size: 12px;
		line-height: 14px
	}
	.methods__descr {
		font-size: 12px;
		line-height: 13px
	}
	.glass {
		margin-bottom: 40px
	}
	.glass__image {
		position: static;
		width: 255px;
		margin: 0 auto;
		transform: none
	}
	.glass__image-wrap {
		padding-top: 60%
	}
	.glass__image-corner {
		display: none
	}
	.glass__item {
		padding-right: 0;
		margin-bottom: 15px
	}
	.glass__info:before {
		display: none
	}
	.glass__title {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px
	}
	.glass__descr {
		padding-right: 0;
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 20px
	}
	.glass__row {
		display: block;
		padding-right: 0
	}
	.glass .proposes__price {
		font-size: 14px;
		line-height: 13px;
		margin-bottom: 18px
	}
	.glass .proposes__price span {
		font-size: 18px;
		line-height: 16px
	}
	.areas__slider .owl-stage-outer {
		overflow: hidden
	}
	.areas__slider .owl-item {
		opacity: 1
	}
	.areas__title {
		font-size: 18px;
		line-height: 16px;
		margin-bottom: 15px
	}
	.areas__descr {
		font-size: 12px;
		line-height: 13px
	}
	.areas__item {
		margin-bottom: 10px
	}
	.areas__item:hover .areas__image-wrap {
		transform: scale(1);
		box-shadow: none
	}
	.big-slider {
		left: 50%;
		transform: translateX(-50%);
		width: 100vw
	}
	.big-slider__descr, .big-slider__title {
		font-size: 20px;
		line-height: 22px
	}
	.big-slider .owl-stage-outer {
		overflow: hidden
	}
	.big-slider .owl-item .big-slider__item {
		opacity: 1
	}
	.big-slider .owl-item .big-slider__image {
		transform: scale(1)
	}
	.big-slider .owl-item .big-slider__image:before {
		opacity: .5
	}
	.big-slider .owl-item.active .big-slider__item {
		opacity: 1
	}
	.big-slider .owl-item.active .big-slider__image {
		transform: scale(1)
	}
	.big-slider .owl-item.active .big-slider__image:before {
		opacity: .5
	}
	.measurements {
		margin-bottom: 30px
	}
	.measurements__wrap {
		display: block;
		position: relative
	}
	.measurements__back {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		border-bottom: 1px solid #e1e1e1
	}
	.measurements__back-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
	.measurements__back-btn span {
		display: inline-block;
		position: relative;
		font-weight: 500;
		color: #7c756f;
		padding-top: 3px
	}
	.measurements__back-btn span:before {
		position: absolute;
		content: "";
		width: 14px;
		height: 7px;
		left: -22px;
		top: 6px;
		background: url(../img/style/icons/icon_back.svg) no-repeat 50%;
		background-size: contain
	}
	.measurements__back-close {
		-ms-flex: 0 0 56px;
		flex: 0 0 56px;
		height: 56px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #f0f0f0
	}
	.measurements__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		position: absolute;
		width: 100vw;
		max-width: 375px;
		left: 100vw;
		transform: translateX(0);
		top: -50px;
		background-color: #fff;
		z-index: 2;
		box-shadow: 0 4px 17px rgba(0, 0, 0, .1);
		transition: left .2s, transform .2s
	}
	.measurements__item:nth-child(1n), .measurements__item:nth-child(2n) {
		margin-right: 0
	}
	.measurements__item-wrap {
		padding: 30px 30px 20px
	}
	.measurements__item.active {
		left: 50%;
		transform: translateX(-50%)
	}
	.measurements__tab {
		border: 1px solid #e1e1e1;
		padding: 18px 15px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px
	}
	.measurements__tab span {
		font-size: 16px;
		color: #464647;
		font-weight: 500
	}
	.measurements__tab svg {
		transform: rotate(-90deg)
	}
	.different {
		margin-bottom: 0
	}
	.different__row {
		margin-top: 30px;
		display: block
	}
	.different__item {
		max-width: 220px;
		width: 100%;
		padding: 0 18px 0 20px;
		margin-bottom: 15px;
		height: 48px
	}
	.different__item-title {
		font-size: 12px
	}
	.different__item-icon {
		width: 25px
	}
	.different__item-icon:before {
		width: 25px;
		height: 27px;
		left: -5px
	}
	.different__item:before {
		display: none
	}
	.different__item:after {
		width: 100vw;
		left: auto;
		right: 0
	}
	.different__button {
		height: 56px;
		margin: 90px auto 0;
		margin-right: auto!important
	}
	.different__button:after {
		width: 100%
	}
	.different__label, .different__title {
		font-size: 20px;
		line-height: 18px
	}
	.different__title {
		max-width: 200px
	}
	.different__title span {
		font-size: 20px;
		line-height: 18px
	}
	.calc__bg, .different__bg-border {
		display: none
	}
	.calc__form {
		width: 100vw;
		max-width: 375px;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px 15px
	}
	.calc__title {
		font-size: 15px;
		line-height: 14px
	}
	.calc__group {
		margin: 15px 0 10px;
		display: block;
		max-width: 250px
	}
	.calc__item {
		max-width: 100%;
		width: 100%
	}
	.calc__item input[type=text], .calc__item select {
		padding: 12px;
		font-size: 16px
	}
	.calc__item select {
		width: 100%;
		box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
		border: none;
		font-family: Muller, sans-serif;
		-webkit-appearence: none
	}
	.calc__item .jq-selectbox__select {
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}
	.calc__item .jq-selectbox__trigger {
		width: 40px;
		height: 40px
	}
	.calc__item .jq-selectbox__trigger-arrow {
		top: 17px
	}
	.calc__radio-icon {
		-ms-flex: 0 0 30px;
		flex: 0 0 30px
	}
	.calc__radio-icon:before {
		width: 24px;
		height: 24px
	}
	.calc__radio-title {
		font-size: 16px
	}
	.calc__button:hover {
		background-color: #fff;
		border: 1px solid #e1e1e1
	}
	.colors__wrap {
		display: block
	}
	.colors__bg {
		max-width: 250px;
		margin: 0 auto 20px
	}
	.colors__grid {
		margin-left: 0
	}
	.colors__grid-wrap {
		margin-bottom: 20px
	}
	.colors__color {
		width: 35px;
		height: 35px
	}
	.colors__title {
		font-size: 12px
	}
	.colors__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 5px;
		-ms-flex-preferred-size: calc(100% / 4 - 15px / 4);
		flex-basis: calc(100% / 4 - 15px / 4);
		max-width: calc(100% / 4 - 15px / 4);
		padding: 10px 0
	}
	.colors__item, .colors__item:nth-child(5n) {
		margin-right: 5px
	}
	.colors__item:nth-child(4n) {
		margin-right: 0
	}
	.colors__link {
		font-size: 14px
	}
	.stages__item-wrap {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.stages__image {
		margin-bottom: 20px
	}
	.stages__info {
		padding-left: 0;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-right: 0
	}
	.stages__title {
		font-size: 16px;
		line-height: 18px
	}
	.stages__descr {
		font-size: 12px;
		line-height: 13px
	}
	.additional {
		z-index: 5
	}
	.additional__content {
		z-index: 3
	}
	.additional__title {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px
	}
	.additional__descr {
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 20px
	}
	.additional__image-wrap {
		padding-top: 65%
	}
	.additional__slider {
		padding: 20px 15px 40px;
		position: relative;
		opacity: 1
	}
	.additional__slider-wrap {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		position: absolute;
		width: 100vw;
		max-width: 375px;
		left: 100vw;
		transform: translateX(0);
		top: -50px;
		background-color: #fff;
		z-index: 2;
		box-shadow: 0 4px 17px rgba(0, 0, 0, .1);
		transition: left .2s, transform .2s
	}
	.additional__slider-wrap:nth-child(1n), .additional__slider-wrap:nth-child(2n) {
		margin-right: 0
	}
	.additional__slider-wrap.active {
		left: 50%;
		transform: translateX(-50%)
	}
	.additional__slider .owl-dots {
		left: 0;
		bottom: 10px
	}
	.gallery-grid__image {
		padding-top: 137%!important
	}
	.info__link, .info__wrap {
		display: block
	}
	.info__link {
		text-align: left
	}
	.info__link:before {
		height: 2px;
		width: 30px;
		bottom: 0;
		left: 0;
		top: auto;
		transform: none
	}
	.info__link:hover {
		color: #464647
	}
	.dept__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 55px 20px 0
	}
	.dept__item, .dept__item:nth-child(1n), .dept__item:nth-child(2n) {
		margin-right: 0
	}
	.map__wrap {
		transform: none;
		width: 100%
	}
	.map__wrap-item {
		position: relative;
		left: 50%;
		transform: translateX(-50%)
	}
	.map__info {
		width: 100%;
		top: 290px;
		right: auto;
		left: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 0;
		height: auto
	}
	.map__info:before {
		width: 260px;
		height: 100%
	}
	.map__title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
		margin-left: 40px
	}
	.map__icon {
		margin-right: 15px
	}
	.map__item {
		margin-bottom: 24px;
		min-height: 0
	}
	.map__item:nth-child(2) {
		margin-left: 35px;
		padding-right: 30px
	}
	.map__item:nth-child(3) {
		margin-left: 23px;
		padding-right: 34px
	}
	.map__item:nth-child(4) {
		margin-left: 15px;
		padding-right: 14px
	}
	.map__value {
		font-size: 12px;
		line-height: 14px
	}
	.map__label, .map__value {
		margin-bottom: 0
	}
	.req__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		max-width: 200px;
		margin: 0 auto!important
	}
	.req__item:nth-child(1n), .req__item:nth-child(2n) {
		margin-right: 0
	}
	.req__label {
		line-height: 14px
	}
	.req__label, .req__value {
		font-size: 16px
	}
	.reviews {
		margin-bottom: 30px
	}
	.reviews__slider {
		padding-bottom: 40px
	}
	.reviews__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.reviews__item:nth-child(1n), .reviews__item:nth-child(2n) {
		margin-right: 0
	}
	.reviews__image:hover .instruction__btn {
		transform: translate(-50%, -50%) skew(-8deg)
	}
	.img-hover:hover img {
		transform: scale(1)
	}
}
@media screen and (min-width: 768px) {
	.header-main__bg.skew {
		display: none;
	}
}