@charset "UTF-8";
:root {
	--content-p-r: 0;
	--content-p-l: 0;
	--block-m-t: 70px;
	--block-m-b: 70px;
}

/* manrope-500 - latin_cyrillic */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	src: local(""), url("../fonts/manrope-v3-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-500.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

/* manrope-regular - latin_cyrillic */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	src: local(""), url("../fonts/manrope-v3-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-regular.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

/* manrope-600 - latin_cyrillic */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	src: local(""), url("../fonts/manrope-v3-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-600.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

@font-face {
	font-family: "PF BeauSans Pro";
	src: local("PFBeauSansPro-Regular"), url("../fonts/PFBeauSansPro-Regular.woff2") format("woff2"), url("../fonts/PFBeauSansPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PF BeauSans Pro";
	src: local("PFBeauSansPro-Bold"), url("../fonts/PFBeauSansPro-Bold.woff2") format("woff2"), url("../fonts/PFBeauSansPro-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "PF BeauSans Pro Bbook";
	src: local("PFBeauSansPro-Bbook"), url("../fonts/PFBeauSansPro-Bbook.woff2") format("woff2"), url("../fonts/PFBeauSansPro-Bbook.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

* {
	box-sizing: border-box;
	outline-offset: 4px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

body {
	padding: 0;
	margin: 0;
	font-feature-settings: "pnum" on, "lnum" on, "case" on;
	font-family: "PF BeauSans Pro", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.33;
	background: #f2f2f2;
	color: #282220;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Manrope", sans-serif;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #926a31;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.m2 {
	font-feature-settings: "numr" on;
}

.h1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
}

.h2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
}

.background-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-top: 20px;
}

.background-wrap_calc {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-page {
	--block-m-t: 90px;
	--block-m-b: 90px;
}

.text_bold {
	font-weight: 600;
}

.bac-gray {
	background-color: #e8e8e8;
}

.bac-mramor {
	background-image: url(../images/bac-2.jpg);
	background-size: cover;
}

.block-wrap {
	width: 100%;
	max-width: 1240px;
	/*padding: var(--block-m-t) var(--content-p-r) var(--block-m-b) var(--content-p-l);*/
}

.block-wrap_first {
	padding-top: 0;
}

.button {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	min-height: 46px;
	padding: 0 24px;
	margin: 0;
	min-width: 144px;
	border: 0px;
	border-radius: 3px;
	background-color: #b0894e;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	min-width: 190px;
}
.button:disabled {
	cursor: default;
	opacity: 0.6;
}
.button:disabled:hover {
	text-decoration: none;
	background-color: #b0894e;
}
.button:hover {
	text-decoration: none;
	background-color: #b8955f;
}

.button__ghost {
	border: 1px solid #b0894e;
	background-color: transparent;
	color: #282220;
}
.button__ghost:disabled:hover {
	text-decoration: none;
	background-color: transparent;
}
.button__ghost:hover {
	border-color: #b8955f;
}

.button_gray {
	background-color: #acacac;
}
.button_gray:disabled:hover {
	text-decoration: none;
	background-color: #acacac;
}

.button_arrow-left {
	background-color: transparent;
	color: #4f4f4f;
	padding: 0;
	min-width: auto;
}
.button_arrow-left svg {
	width: 25px;
	height: 8px;
}
.button_arrow-left:hover {
	background-color: transparent;
	text-decoration: underline;
}

.button_arrow-left svg {
	margin-right: 16px;
}

.arrow-linc {
	font-family: "Manrope", sans-serif;
	-moz-column-rule: #926a31;
	column-rule: #926a31;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.arrow-linc::after {
	margin-left: 12px;
	margin-top: 3px;
	transform: rotate(180deg);
	content: "";
	width: 26px;
	height: 8px;
	background-color: #926a31;
	-webkit-mask: url("../images/sprite.svg#arrow-mask");
	mask: url("../images/sprite.svg#arrow-mask");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 26px;
	mask-size: 26px;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input,
.input_prise-wrap {
	height: 40px;
	padding: 0 12px;
	border: 1px solid #4f4f4f;
	border-radius: 3px;
	background-color: transparent;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input {
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 125%;
	box-shadow: none;
}

.input_prise-wrap {
	display: inline-flex;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	flex-shrink: 0;
	width: 300px;
}

.input_prise-min,
.input_prise-max {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.14;
	color: rgba(40, 34, 32, 0.3);
	height: 100%;
	display: flex;
	align-items: center;
}
.input_prise-min span,
.input_prise-max span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	flex-shrink: 0;
}
.input_prise-min input,
.input_prise-max input {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	min-width: 87px;
	height: 100%;
	margin: 0 0 0 12px;
	border: none;
	padding: 0;
	background-color: transparent;
	flex-shrink: 1;
}
.input_prise-min input:focus,
.input_prise-max input:focus {
	outline: none;
}

.input_prise-min {
	width: 60%;
}

.input_prise-max {
	width: 40%;
}

.input_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/sprite.svg#select-arrow");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 14px;
	padding-right: 32px;
	cursor: pointer;
}

.input_contact {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
.input_contact:focus {
	border-color: #c0c0c0;
	outline: none;
}

.input_contact_invalid {
	border-color: #c03030;
}

textarea.input_contact {
	padding-top: 12px;
	padding-bottom: 12px;
}

.input-file {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	height: 44px;
	border-radius: 3px;
	border: 1px dashed rgba(22, 22, 21, 0.3);
	cursor: pointer;
}
.input-file > span {
	display: flex;
	align-items: center;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	line-height: 125%;
}
.input-file > span::before {
	content: "";
	background: url("../images/sprite.svg#icon-unload") no-repeat center;
	margin-right: 16px;
	width: 23px;
	height: 20px;
}
.input-file > input {
	position: absolute;
	visibility: hidden;
}

.custom-input {
	font-size: 16px;
	line-height: 1.25;
	display: grid;
	grid-template-columns: 16px 1fr;
	grid-column-gap: 12px;
}
.custom-input span {
	cursor: pointer;
}
.custom-input input[type="radio"]:checked ~ span {
	cursor: default;
}

.options-input__radio-chec {
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	align-self: center;
}
.options-input__radio-chec::before,
.options-input__radio-chec::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}
.options-input__radio-chec::before {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: transparent;
	border: 1px solid #282220;
}
.options-input__radio-chec::after {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 150ms ease-in-out 0ms;
}

input[type="checkbox"] ~ label .options-input__radio-chec::before,
input[type="checkbox"] ~ .options-input__radio-chec::before {
	border-radius: 3px;
}

input[type="checkbox"] ~ label .options-input__radio-chec::after,
input[type="checkbox"] ~ .options-input__radio-chec::after {
	border-radius: 1px;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="checkbox"]:checked ~ label .options-input__radio-chec::after,
input[type="checkbox"]:checked ~ .options-input__radio-chec::after,
input[type="radio"]:checked ~ label .options-input__radio-chec::after,
input[type="radio"]:checked ~ .options-input__radio-chec::after {
	background-color: #926a31;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	cursor: default;
}

.subcategories-input__wrap {
	grid-column: 1 / -1;
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 16px;
	margin-left: 22px;
}

.range {
	height: 2px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #b9b9b9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.range:disabled {
	cursor: default;
}
.range:hover::-moz-range-thumb {
	background-color: #926a31;
}
.range:hover::-webkit-slider-thumb {
	background-color: #926a31;
}
.range::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	-webkit-transition: background-color 200ms ease-in-out 0ms;
	transition: background-color 200ms ease-in-out 0ms;
	border: none;
	border-radius: 16px;
	background-color: #b0894e;
	box-shadow: 0px 1px 10px rgba(16, 42, 67, 0.15);
	-webkit-appearance: none;
	appearance: none;
}
.range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	-moz-transition: background-color 200ms ease-in-out 0ms;
	transition: background-color 200ms ease-in-out 0ms;
	border: none;
	border-radius: 16px;
	background-color: #b0894e;
	box-shadow: 0px 1px 10px rgba(16, 42, 67, 0.15);
	-moz-appearance: none;
	appearance: none;
}

.range-nick {
	width: 100%;
}

.range-nick-wrpa {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0 7px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.range-nick-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1px;
	font-size: 14px;
	text-align: center;
	-moz-columns: #4f4f4f;
	columns: #4f4f4f;
	cursor: default;
}

.img-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 80px;
	grid-gap: 10px;
}

.img-gallery__item:nth-of-type(6n - 5) {
	grid-row-end: span 3;
	grid-column-start: 1;
}

.img-gallery__item:nth-of-type(6n - 4) {
	grid-row-end: span 4;
	grid-column-start: 2;
}

.img-gallery__item:nth-of-type(6n - 3) {
	grid-row-end: span 5;
	grid-column-start: 3;
}

.img-gallery__item:nth-of-type(6n - 2) {
	grid-row-end: span 5;
	grid-column-start: 1;
}

.img-gallery__item:nth-of-type(6n - 1) {
	grid-row-end: span 4;
	grid-column-start: 2;
}

.img-gallery__item:nth-of-type(6n) {
	grid-row-end: span 3;
	grid-column-start: 3;
}

.img-gallery__item {
	position: relative;
}
.img-gallery__item:hover::before,
.img-gallery__item:hover .img-gallery__text-wrap {
	opacity: 1;
}
.img-gallery__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(22, 22, 21, 0.7);
	opacity: 0;
}

.img-gallery__img {
	width: 100%;
	height: 100%;
	display: block;
}

.img-gallery__text-wrap {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	opacity: 0;
	font-family: "Manrope", sans-serif;
	color: #ffffff;
}

.img-gallery__name {
	font-size: 24px;
	margin-bottom: 10px;
}

.img-gallery__prise {
	font-size: 18px;
	margin-bottom: 10px;
}

.img-gallery__text-wrap .arrow-linc {
	font-size: 14px;
	color: #b0894e;
}
.img-gallery__text-wrap .arrow-linc::after {
	margin-top: 0;
	background-color: #b0894e;
}

.img-gallery__item::before,
.img-gallery__text-wrap {
	transition: opacity 200ms ease-out 0ms;
}

.header__wrap {
	position: relative;
	z-index: 11;
	display: flex;
	flex-direction: column;
	/*margin-bottom: 45px;*/
	background-color: #f2f2f2;
	align-items: center;
}

.header {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	justify-content: space-between;
	align-items: center;
}

.header__info {
	display: grid;
	grid-template-columns: 1fr;
	align-self: flex-start;
	font-family: "Manrope", sans-serif;
	margin-right: 40px;
	padding-top: 16px;
}

.header__logo {
	display: block;
	width: 200px;
	height: auto;
	flex-shrink: 0;
}

.header__logo_norm {
	display: none;
}

.header__link-mail {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #161615;
	letter-spacing: 0.04em;
	margin: 20px 0 10px;
}

.header__link-time {
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	color: #293f54;
}

.header__body {
	width: 100%;
	max-width: 1020px;
}

.header__kontacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0 16px 0;
	border-bottom: 1px solid rgba(79, 79, 79, 0.15);
}

.header__link-tel {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #161615;
}

.header__add-wrap {
	display: flex;
	align-items: center;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #4f4f4f;
}

.header__add-name {
	font-weight: 600;
}

.header__add-address {
	font-style: normal;
	margin-left: 10px;
}

.header__link-drop {
	display: block;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #4f4f4f;
	border-radius: 3px;
	padding: 10px 15px;
	cursor: pointer;
}
.header__link-drop:hover {
	text-decoration: none;
}
.header__link-drop span {
	margin-right: 5px;
}
.header__kontacts-list {
	left: 12px;
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	list-style: none;
	visibility: hidden;
	transform: translateY(-20px);
	z-index: 3;
	opacity: 0;
	background-color: #ececec;
	margin: 0 0 0 -12px;
	padding: 20px;
	transition: 150ms ease-out 0ms;
	transition-property: visibility, opacity, transform;
}

.header__adds-wrap {
	position: relative;
	margin-top: 20px;
}
.header__adds-wrap:hover .header__kontacts-list {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.header__kontacts-button {
	display: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
}
.header__kontacts-button::after {
	display: block;
	width: 10px;
	height: 6px;
	margin-top: 3px;
	margin-left: 8px;
	content: "";
	transform: rotate(-90deg);
	background-image: url("../images/sprite.svg#icon-arrow-drop");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
}

.header__kontacts-button._active::after {
	transform: rotate(90deg);
}

.header__kontacts-item {
	display: flex;
	flex-direction: column;
	color: #4f4f4f;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.header__kontacts-item:last-of-type {
	margin-bottom: 0;
}

.header__kontacts-city {
	font-weight: 600;
}

.header__kontacts-street {
	font-weight: 300;
	margin-top: 5px;
}

.header__kontacts-tel {
	text-decoration: none;
	color: #282220;
	font-weight: 300;
}

.header__kontacts-button-feedback {
	align-self: center;
	min-width: auto;
	padding: 0 18px;
}

.header__menu-second-wrap {
	position: relative;
	display: flex;
	padding: 16px 0;
	align-items: center;
}

.header__main-menu {
	width: 100%;
}

.header__desk-cont {
	display: grid;
	grid-gap: 10px;
	text-align: right;
}

.header__desk-cont .header__link-mail {
	margin: 0;
}

.main-menu {
	font-family: "Manrope", sans-serif;
}

.main-menu__list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	grid-auto-flow: column;
	grid-column-gap: 30px;
	justify-content: start;
	align-items: baseline;
}

.main-menu__item {
	position: relative;
}

.main-menu__linc {
	color: #282220;
	font-size: 16px;
	font-weight: 500;
}

.main-menu__linc[data-drop-linc] {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.main-menu__linc[data-drop-linc]::after {
	display: block;
	width: 10px;
	height: 7px;
	margin-left: 6px;
	margin-top: 1px;
	content: "";
	background-image: url("../images/sprite.svg#icon-arrow-drop");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-menu__drop-list {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 0 0 -12px;
	padding: 0;
	list-style: none;
	transform: translateY(-20px);
	opacity: 0;
	background-color: #f2f2f2;
}

.header__kontacts-button::after,
.header__kontacts,
.main-menu {
	transition: 200ms ease-out 0ms;
	transition-property: visibility, opacity, transform;
}

.main-menu__drop-list {
	transition: 150ms ease-out 0ms;
	transition-property: visibility, opacity, transform;
}

.main-menu__item:hover [data-drop-menu],
.main-menu__item:focus-within [data-drop-menu] {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.main-menu__drop-item {
	margin: 10px 12px;
}

.main-menu__drop-linc {
	color: #4f4f4f;
	font-size: 16px;
}

.main-menu__list_second {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	margin-left: -16px;
	padding: 14px 20px;
	transition: 100ms ease-in 0ms;
	transition-property: visibility, opacity, transform;
	transform: translateY(-10px);
	opacity: 0;
	border-top: 1px solid rgba(79, 79, 79, 0.15);
	background-color: #f2f2f2;
}

.main-menu._active .main-menu__list_second {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.header__second {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__second-icon {
	position: relative;
	z-index: 2;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.header__second-input {
	position: absolute;
	z-index: 55;
	right: 0;
	width: 0;
	height: 36px;
	margin-right: -6px;
	padding: 0;
	transition: 200ms ease-in-out 0ms;
	transition-property: width, opacity;
	opacity: 0;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.header__second-input::-webkit-search-cancel-button {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65685 6.34315L11.3137 12M16.9706 17.6569L11.3137 12M11.3137 12L16.9706 6.34315M11.3137 12L5.65685 17.6569' stroke='%23161615' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	-webkit-appearance: none;
}
.header__second-input:not(:-moz-placeholder-shown) {
	width: 300px;
	padding: 0 30px 0 18px;
	opacity: 1;
	outline: none;
}
.header__second-input:not(:-ms-input-placeholder) {
	width: 300px;
	padding: 0 30px 0 18px;
	opacity: 1;
	outline: none;
}
.header__second-input:not(:placeholder-shown),
.header__second-input:focus {
	width: 300px;
	padding: 0 30px 0 18px;
	opacity: 1;
	outline: none;
}

.header__burger-button {
	position: relative;
	width: 32px;
	height: 24px;
	margin-left: 20px;
	padding: 0;
	cursor: pointer;
	border: none;
	background-color: transparent;
	justify-content: center;
	display: none;
}
.header__burger-button span,
.header__burger-button::before,
.header__burger-button::after {
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	transition: 150ms ease-in-out 0ms;
	transition-property: top, transform, opacity, width;
	background-color: #282220;
}
.header__burger-button::before {
	position: absolute;
	top: 4px;
}
.header__burger-button::after {
	position: absolute;
	bottom: 3px;
}

.header__burger-button._active span {
	opacity: 0;
}

.header__burger-button._active::before {
	top: 50%;
	width: 24px;
	transform: rotate(45deg);
}

.header__burger-button._active::after {
	top: 50%;
	bottom: auto;
	width: 24px;
	transform: rotate(-45deg);
}

.close-area {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
}

.header-fixed {
	position: fixed;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-fixed::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	display: block;
	background-color: #f2f2f2;
	z-index: -1;
}
.header-fixed .header__logo_norm {
	display: block;
	height: 55px;
}
.header-fixed .header__logo_ver {
	display: none;
}
.header-fixed .header__kontacts {
	display: none;
}
.header-fixed .header__logo_ver {
	display: none;
}
.header-fixed .header__info {
	padding-top: 0;
}
.header-fixed .header__link-mail {
	display: none;
}
.header-fixed .header__link-time {
	display: none;
}

@media screen and (max-width: 1200px) {
	.header__info {
		margin-right: 20px;
	}
	.header__link-tel {
		font-size: 16px;
	}
	.main-menu__list {
		grid-column-gap: 30px;
	}
	.main-menu__linc {
		font-size: 14px;
	}
	.main-menu__list {
		grid-column-gap: 20px;
	}
}

@media screen and (max-width: 1060px) {
	.header__add-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.header__add-address {
		margin-left: 0;
		margin-top: 5px;
	}
	.main-menu__list {
		grid-column-gap: 20px;
	}
	.main-menu__linc {
		font-size: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.header__logo_ver {
		display: none;
	}
	.header__logo_norm {
		display: block;
	}
	.header__wrap {
		margin-bottom: 0px;
		padding-bottom: 0;
	}
	.header__logo {
		width: 150px;
		height: auto;
	}
	.header__body {
		width: auto;
	}
	.header__kontacts-button {
		display: flex;
	}
	.header__kontacts {
		position: absolute;
		z-index: 98;
		top: 100%;
		right: 0;
		left: 0;
		display: grid;
		visibility: hidden;
		padding: 20px 16px;
		transform: translateX(-50%);
		opacity: 0;
		border-bottom: none;
		background-color: #ffffff;
		grid-auto-flow: row;
		grid-auto-columns: 100%;
		grid-row-gap: 15px;
	}
	.header__kontacts._active {
		visibility: visible;
		transform: translateX(0);
		opacity: 1;
	}
	.header-fixed .header__kontacts._active {
		display: grid;
	}
	.header__kontacts._active .header__link-mail {
		display: block;
	}
	.header__kontacts._active .header__link-time {
		display: block;
	}
	.header__burger-button {
		display: block;
	}
	.header__kontacts-tel {
		font-weight: 600;
	}
	.header__menu-second-wrap {
		position: static;
		justify-content: flex-end;
		width: 150px;
	}
	.header__kontacts-list {
		max-width: 100%;
		position: static;
		opacity: 1;
		transform: none;
		background: none;
		visibility: visible;
		padding: 0;
		margin: 0;
	}
	.header__link-drop {
		display: none;
	}
	.header__kontacts-tel {
		font-weight: 600;
	}
	.header__cont-list {
		display: grid;
		grid-auto-flow: row;
		row-gap: 10px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.header__menu-second-wrap {
		position: static;
		justify-content: flex-end;
		width: 150px;
	}
	.header__info {
		padding-top: 0;
	}
	.header__info .header__link-mail {
		display: none;
	}
	.header__info .header__link-time {
		display: none;
	}
	.header__desk-cont {
		text-align: left;
	}
	.main-menu {
		position: absolute;
		z-index: 99;
		top: 100%;
		right: 0;
		left: 0;
		visibility: hidden;
		padding: 24px 16px;
		transform: translateX(50%) scaleX(0);
		transform-origin: right;
		opacity: 0;
		background-color: #ffffff;
	}
	.main-menu._active {
		visibility: visible;
		transform: translate(0) scaleX(1);
		opacity: 1;
		left: 0;
	}
	.main-menu__list {
		grid-auto-flow: revert;
		grid-row-gap: 16px;
	}
	.main-menu__list_second {
		position: static;
		margin: 24px 0 0 0;
		padding: 24px 0 0 0;
		border-color: rgba(146, 106, 49, 0.15);
		background-color: transparent;
	}
	.main-menu__linc[data-drop-linc]::after {
		content: none;
	}
	.main-menu__drop-list {
		display: none;
	}
	.close-area._active {
		display: block;
	}
	.background-wrap.background-wrap__seo-block {
		margin-top: 0;
	}
	/* .background-wrap__slider-main {
		margin-top: 0;
	} */
}

@media screen and (max-width: 768px) {
	.header__second-input:not(:-moz-placeholder-shown) {
		width: 226px;
	}
	.header__second-input:not(:-ms-input-placeholder) {
		width: 226px;
	}
	.header__second-input:not(:placeholder-shown),
	.header__second-input:focus {
		width: 226px;
	}
}

@media screen and (max-width: 500px) {
	.header__logo {
		width: 100px;
	}
	.header__menu-second-wrap {
		width: auto;
	}
}

.slider-main {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	/*margin-bottom: var(--block-m-b);*/
	display: grid;
	grid-template-columns: 310px 1fr;
	position: relative;
}

.slider-main__text-wrap {
	top: 50%;
	left: 0;
	transform: translateY(-47%);
	position: relative;
	padding: 40px 10px 40px 16px;
	z-index: 2;
	align-self: center;
	text-align: center;
}
.slider-main__text-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e8e8e8;
	z-index: -1;
}
.slider-main__text-wrap::after {
	/* content: ""; */
	position: absolute;
	top: 0;
	bottom: 86px;
	left: -16px;
	background-color: rgba(232, 232, 232, 0.3);
	z-index: -1;
	width: 660px;
}

.slider-main__text-h1 {
	width: 100%;
	font-weight: bold;
	font-size: 34px;
	line-height: 117%;
	margin: 0;
	margin-bottom: 44px;
}

.slider-mainpage__text-wrap {
    top: 50%;
    left: 0;
    position: relative;
    transform: translateY(0%)!important;
    padding: 50px 20px 50px 20px;
    align-self: center;
    text-align: center;
}

.slider-mainpage__text-h1 {
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 117%;
    margin: 0;
    margin-bottom: 44px;
}


.slider-main__slider2 {
	width: 100%;
	align-self: flex-end;
	padding-right: 18px;
	margin-bottom: 20px;
}

.slider-main2__item {
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
}

.slider-main2__name {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #293f54;
	margin-bottom: 8px;
}

.slider-main2__prise {
	font-size: 18px;
	margin-bottom: 24px;
}

.slider-main__slider1 {
	height: 420px;
	width: 100%;
	max-width: 1270px;
	grid-column: 2/2;
	grid-row: span 2;
}

.slider-main1__item {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-main1__name {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	position: absolute;
	bottom: 20px;
	left: 44px;
	color: #e8e8e8;
}
.slider-main1__name::before {
	content: "— ";
}

.slider-main1__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-nav {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.slider-main1__nav {
	right: 44px;
	bottom: 20px;
}

.slider-nav__button-prev,
.slider-nav__button-next {
	margin: 0;
	padding: 0;
	background-color: #282220;
	border: none;
	width: 26px;
	height: 26px;
	-webkit-mask: url("../images/sprite.svg#arrow-mask");
	mask: url("../images/sprite.svg#arrow-mask");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 26px;
	mask-size: 26px;
	cursor: pointer;
}

.slider-nav__button-prev {
	margin-right: 16px;
}

.slider-nav__button-next {
	transform: rotate(180deg);
}

.slider-nav__pagination {
	font-family: "Manrope", sans-serif;
	color: #282220;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.slider-nav__pagination .swiper-pagination-current {
	font-size: 24px;
	margin-right: 4px;
	margin-top: 2px;
	width: 30px;
}
.slider-nav__pagination .swiper-pagination-total {
	margin-left: 4px;
}
.slider-nav__pagination::before {
	content: "";
	width: 146px;
	height: 1px;
	display: block;
	background-color: #282220;
	margin-right: 16px;
	margin-top: 3px;
}

.many-sliders {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	display: grid;
	grid-template-columns: 1fr 346px;
	grid-template-rows: repeat(2, 216px);
	grid-row-gap: 24px;
	grid-column-gap: 46px;
	margin-bottom: var(--block-m-b);
}

.many-sliders__item {
	width: 100%;
	height: 100%;
}
.many-sliders__item:first-child {
	grid-row-end: 2 span;
}
.many-sliders__item .slider-nav {
	right: 0;
	bottom: 0;
	background: #f2f2f2;
}
.many-sliders__item .slider-nav__pagination {
	color: #282220;
}
.many-sliders__item .slider-nav__pagination::before {
	background-color: #282220;
	width: 60px;
}
.many-sliders__item .swiper-slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.many-sliders__item .many-sliders__img {
	width: 100%;
	height: calc(100% - 56px);
	-o-object-fit: cover;
	object-fit: cover;
}
.many-sliders__item .many-sliders__text {
	flex-grow: 0;
	height: 56px;
	display: flex;
	flex-direction: column;
}
.many-sliders__item .many-sliders__name {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4f4f4f;
	margin: 8px 0 4px 0;
}
.many-sliders__item .many-sliders__prise {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.many-sliders__item .slider-nav__button-wrap {
	margin-bottom: -10px;
	margin-top: -6px;
}
.many-sliders__item .slider-nav__button-prev,
.many-sliders__item .slider-nav__button-next {
	background-color: #282220;
}

.many-sliders__type {
	position: absolute;
	top: 12px;
	left: 0;
	padding: 8px 16px 8px 32px;
	background-color: rgba(49, 44, 42, 0.7);
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
}

.page-slider__wrap {
	width: 100%;
	position: relative;
	padding: 50px 0 0 50px;
}
.page-slider__wrap::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 75px;
	left: 0;
	height: 470px;
	background-color: #e8e8e8;
}

.page-slider {
	position: relative;
	z-index: 2;
}
.page-slider .slider-nav {
	position: absolute;
	top: 475px;
	right: 44px;
}

.page-slider__img-wrap {
	position: relative;
	width: 100%;
	height: 560px;
}

.page-slider__specifications {
	margin-top: 12px;
}
.page-slider__specifications .slider-main2__name {
	display: block;
	margin-bottom: 8px;
}
.page-slider__specifications .arrow-linc {
	display: inline-flex;
	margin-left: 32px;
}

@media screen and (max-width: 1274px) {
	.slider-main {
		--content-p-r: 0;
	}
	.slider-main__slider1 {
		width: 100%;
	}
	.page-slider__wrap {
		padding: 30px 0 0 30px;
	}
}

@media screen and (max-width: 960px) {
	.slider-main {
		display: flex;
		flex-direction: column;
		--content-p-l: 0;
		margin: 0;
	}
	.slider-main__slider1 {
		grid-column: auto;
		grid-row: auto;
		height: 480px;
	}
	.slider-main1__name {
		left: 16px;
		font-size: 12px;
	}
	.slider-main__text-wrap {
		position: absolute;
		left: 16px;
		top: 125px;
		right: 16px;
		padding: 0;
	}
	.slider-main__text-wrap::before {
		bottom: 45px;
	}
	.slider-main__text-h1 {
		font-size: 28px;
		width: 80%;
		margin-bottom: 18px;
	}



.slider-mainpage__text-h1 {
    font-size: 25px;
}

	.slider-nav__pagination::before {
		width: 36px;
	}
	.slider-main1__nav {
		right: 16px;
		bottom: 12px;
	}
	.slider-main__slider2 {
		padding: 12px 16px 0 16px;
		margin-bottom: 0;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.slider-main__slider1 {
		height: 360px;
	}
	.slider-main__text-h1 {
		font-size: 28px;
		width: 100%;
	}
	.many-sliders {
		grid-template-columns: 100%;
		grid-template-rows: auto;
	}
	.many-sliders__item {
		height: 280px;
	}
	.many-sliders__item:first-child {
		grid-row-end: auto;
	}
	.many-sliders__item .slider-nav__pagination::before {
		width: 30px;
	}
	.page-slider__wrap {
		padding: 18px 0 0 0;
	}
	.page-slider__wrap::before {
		left: -18px;
	}
	.page-slider__img-wrap {
		height: 300px;
	}
	.page-slider .slider-nav {
		top: 224px;
		right: 18px;
	}
	.page-slider__wrap::before {
		height: 270px;
	}
	.page-slider__specifications .slider-main2__name {
		font-size: 14px;
	}
}

.seo-block {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
}

.seo-block__text__wrap {
	margin-right: 30px;
	width: 100%;
	max-width: 800px;
	position: relative;
}

.seo-block__text__wrap ul {
	padding-left: 18px;
}

.seo-block__text {
	font-size: 24px;
	margin: 0 0 32px 0;
}
.seo-block__text:last-child {
	margin-bottom: 0;
}

.seo-block__h2 {
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 36px 0;
}

.seo-block__right {
	margin-top: -33px;
	width: 300px;
	padding: 30px;
	position: relative;
	font-size: 16px;
	background-color: #f9f9f9;
}

.seo-block__right::before {
	position: absolute;
	content: "";
	width: 1000px;
	height: 100%;
	top: 0;
	left: 100%;
	background-color: #f9f9f9;
}

.seo-block__right::after {
	position: absolute;
	content: "";
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	background-color: #b0894e;
}

.seo-block__right-h {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.seo-block__right-text {
	margin: 0 0 24px 0;
}

.seo-block__right-text-linc {
	font-weight: 500;
	margin: 0;
}

.seo-block2 {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: flex;
	align-items: stretch;
}

.seo-block2__img {
	margin-right: 68px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.seo-block2__h {
	margin: 0 0 28px 0;
}

.seo-block2__text {
	margin: 0 0 28px 0;
}
.seo-block2__text:last-child {
	margin: 0;
}

.seo-block3 {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	margin-top: var(--block-m-t);
	margin-bottom: var(--block-m-b);
	position: relative;
}

.seo-block3__h2 {
	margin: 0 0 40px 0;
}

.seo-block3__text {
	font-size: 18px;
}

.seo-block2__ficha-wrap {
	display: grid;
	grid-row-gap: 28px;
}

.seo-block2__ficha {
	display: flex;
}
.seo-block2__ficha svg {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin-right: 20px;
}

.seo-block2__ficha-h {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 4px 0;
}

.seo-block2__ficha-text {
	color: #4f4f4f;
	margin: 0;
}

.style-age {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: flex;
	position: relative;
}
.style-age::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% - 400px);
	bottom: 0;
	width: 100vw;
	background-color: #f2f2f2;
	z-index: 2;
}

.style-age__text-wrap {
	margin-top: 44px;
	margin-right: 30px;
	width: 370px;
	flex-shrink: 0;
	z-index: 3;
}

.style-age__h2 {
	margin: 0 0 28px 0;
}

.style-age__slider {
	width: calc(100% - 400px);
	overflow: visible;
	z-index: 1;
}
.style-age__slider .swiper-slide {
	width: 390px;
}
.style-age__slider .swiper-slide img {
	width: 100%;
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
}
.style-age__slider .swiper-slide .slider-main2__name {
	display: block;
}
.style-age__slider .swiper-slide .arrow-linc {
	display: inline-flex;
	margin-left: 32px;
}

/* .background-wrap__work-steps {
	background-image: url("../images/bac-2.jpg");
	background-size: cover;
} */

.work-steps {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: flex;
	flex-direction: column;
}

.work-steps__h2 {
	margin: 0 0 60px 0;
}

.work-steps__item-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.work-steps__item {
	width: 330px;
}

.work-steps__item-h-wrap {
	position: relative;
	margin-bottom: 24px;
	display: flex;
	align-items: flex-end;
	min-height: 90px;
}

.work-steps__item-h {
	font-family: "PF BeauSans Pro", sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.17;
	position: relative;
	margin: 0;
	z-index: 2;
}

.work-steps__item-h-number {
	position: absolute;
	left: -32px;
	bottom: 0;
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 96px;
	line-height: 86px;
	color: rgba(176, 137, 78, 0.3);
	z-index: 1;
}

.work-steps__item-text {
	margin: 0;
	color: #4f4f4f;
}

.work-steps__button {
	align-self: center;
}

.reviews {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: grid;
	grid-column-gap: 95px;
}

.reviews__h {
	margin: 0 0 42px 0;
}

.reviews__slider {
	align-self: start;
	position: relative;
	width: 100%;
}
.reviews__slider .slider-nav__button-wrap {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}
.reviews__slider .slider-nav__button-prev,
.reviews__slider .slider-nav__button-next {
	background-color: #926a31;
}

.reviews__slider-item {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 3px;
	background-color: #f2f2f2;
	position: relative;
	padding: 20px 28px;
	width: 100%;
	min-height: 289px;
	z-index: 1;
}

.reviews__slider-linc {
	position: absolute;
	bottom: 20px;
	right: 28px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.reviews__slider-person {
	display: grid;
	grid-template-columns: 48px 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 8px;
	justify-content: start;
	margin-bottom: 12px;
}

.reviews__slider-img {
	width: 100%;
	height: 48px;
	grid-row: 1/3;
	border-radius: 3px;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews__slider-name {
	font-family: "Manrope", sans-serif;
}

.reviews__slider-data {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.reviews__slider-text {
	font-family: "Manrope", sans-serif;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.reviews__button {
	justify-self: center;
	align-self: start;
}

.reviews__wrap {
	height: 210px;
	overflow: hidden;
}
.reviews__wrap.more {
	height: auto;
	overflow: visible;
}

.reviews__more {
	display: block;
	background: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
}

@media screen and (max-width: 1120px) {
	.work-steps__item {
		width: 300px;
	}
}

@media screen and (max-width: 960px) {
	.seo-block__text {
		font-size: 18px;
	}
	.style-age__text-wrap {
		width: 300px;
	}
	.style-age__slider .swiper-slide {
		width: 380px;
	}
	.style-age__slider .swiper-slide img {
		height: 280px;
	}
	.style-age__slider {
		width: calc(100% - 330px);
	}
	.style-age__text-wrap {
		width: 300px;
		margin-top: 0;
	}
	.style-age::before {
		right: calc(100% - 330px);
	}
	.seo-block2__img {
		width: 50%;
		margin-right: 30px;
	}
	.work-steps__h2 {
		margin-bottom: 54px;
	}
	.work-steps__item-h-number {
		left: -4px;
	}
	.work-steps__item-wrap {
		flex-direction: column;
	}
	.work-steps__item {
		width: 100%;
		margin-bottom: 80px;
	}
	.work-steps__item:last-child {
		margin-bottom: 0;
	}
	.work-steps__item-h-wrap {
		margin-bottom: 8px;
	}
	.reviews {
		grid-template-columns: 1fr;
	}
	.reviews__h {
		grid-column: auto;
		margin-bottom: 26px;
	}
	.reviews__slider {
		grid-column: auto;
		grid-row: auto;
		margin-bottom: 40px;
	}
	.reviews__button {
		justify-self: center;
	}
}

@media screen and (max-width: 768px) {
	.seo-block {
		flex-direction: column;
	}
	.seo-block__h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.seo-block__text__wrap {
		margin: 0 0 44px 0;
	}
	.seo-block__text__wrap::before {
		height: 100px;
	}
	.seo-block__text {
		font-size: 16px;
	}
	.seo-block__right {
		background-color: #f9f9f9;
		padding: 28px 0;
		padding-left: 20px;
		width: 100%;
	}
	.seo-block__right::before {
		width: auto;
		/* right: -18px; */
		left: 100%;
	}
	.style-age {
		flex-direction: column;
	}
	.style-age::before {
		content: none;
	}
	.style-age__h2 {
		margin-bottom: 16px;
	}
	.style-age__text-wrap {
		width: 100%;
		margin-right: 0;
	}
	.style-age__slider {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.style-age__slider .swiper-slide {
		width: 260px;
	}
	.style-age__slider .swiper-slide img {
		height: 190px;
	}
	.style-age__slider .swiper-slide .slider-main2__name {
		font-size: 14px;
	}
	.slider-main2__prise {
		font-size: 14px;
	}
	.seo-block2 {
		flex-direction: column;
	}
	.seo-block2__img {
		height: 250px;
		width: 100%;
		margin-right: 0;
		order: 2;
	}
	.seo-block2__text-wrap {
		order: 1;
		margin-bottom: 16px;
	}
	.seo-block2__h {
		margin-bottom: 16px;
	}
	.work-steps__item-h-number {
		font-size: 80px;
		line-height: 81px;
	}
	.work-steps__item {
		margin-bottom: 68px;
	}
	.reviews__slider-item {
		padding: 12px 12px 36px 12px;
	}
	.reviews__slider-linc {
		top: auto;
		right: auto;
		left: 12px;
		bottom: 24px;
	}
	.reviews__slider-name {
		font-size: 14px;
		align-self: end;
	}
	.reviews__slider-text {
		font-size: 14px;
	}
}

.bread-crumbs__wrap {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	margin-bottom: 15px;
}

.bread-crumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin: -9px;
	margin: -6px;
}

.bread-crumbs__item {
	display: flex;
	margin: 6px;
	margin: 9px;
}
.bread-crumbs__item::after {
	margin-left: 12px;
	margin-top: 1px;
	transform: rotate(180deg);
	content: "";
	width: 16px;
	height: 16px;
	background-color: #282220;
	-webkit-mask: url("../images/sprite.svg#arrow-mask");
	mask: url("../images/sprite.svg#arrow-mask");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center left;
	mask-position: center left;
	-webkit-mask-size: 26px;
	mask-size: 26px;
}
.bread-crumbs__item:last-child::after {
	content: none;
}

.bread-crumbs__linc {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #282220;
}

.title-button {
	width: 100%;
	margin: 0 0 14px 0;
}

.title-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-button h1,
.title-button h2,
.title-button h3,
.title-button h4,
.title-button h5,
.title-button h6 {
	margin: 0;
}

.materials {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
}

.materials__h2 {
	margin: 0 0 40px 0;
}

.materials__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 32px;
}

.materials__heading {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 14px;
	display: block;
}

.materials__img {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	margin-bottom: 8px;
	width: 100%;
	height: 145px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.materials__img_m-20 {
	margin-bottom: 20px;
}

.materials__text-wrap {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
}

.materials__prise {
	font-size: 14px;
	margin-left: 8px;
}

.materials__button {
	min-height: 32px;
}

.cost-calculation {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
}

.cost-calculation_h2 {
	margin: 0 0 40px 0;
}

.cost-calculation__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 84px;
}

.cost-calculation__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 210px;
}

.cost-calculation__text-wrap {
	align-self: center;
}

.cost-calculation__text {
	font-size: 24px;
	margin: 0 0 20px 0;
}

.cost-calculation__button {
	width: 100%;
}

.catalog-list__wrap {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 16px;
}

.catalog-list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

.catalog-list__item {
	display: flex;
	flex-direction: column;
}
.catalog-list__item .arrow-linc {
	font-size: 14px;
}
.catalog-list__item .arrow-linc::after {
	margin-top: 1px;
}

.catalog-list__img {
	width: 100%;
	height: 140px;
	margin-bottom: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.catalog-list__name {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.14;
	color: #293f54;
	margin-bottom: 8px;
}

.catalog-list__prise {
	font-family: "Manrope", sans-serif;
	color: #4f4f4f;
	margin-bottom: 8px;
	font-size: 14px;
}

.catalog {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: flex;
	flex-direction: column;
}

.catalog__h2 {
	margin: 0 0 28px 0;
}

.catalog__filter {
	display: flex;
	margin-bottom: 28px;
}
.catalog__filter .input_prise-wrap {
	margin-right: 8px;
}
.catalog__filter .input {
	flex-grow: 1;
	margin-right: 8px;
}
.catalog__filter .input_prise-wrap {
	flex-grow: 0;
}

.catalog__filter-button {
	min-height: 40px;
}

.product__catalog-list {
	margin-bottom: 64px;
	grid-template-columns: repeat(5, 1fr);
}

.catalog__button {
	align-self: center;
	margin-top: 40px;
}

.product-card {
	width: 100%;
	max-width: 1240px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 72px;
}

.product-card__img {
	-o-object-fit: cover;
	object-fit: cover;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	align-self: stretch;
	width: 100%;
	grid-row: 1 / span 4;
	border: 1px solid #b0894e;
	border-radius: 3px;
}

.product-card__name-wrap {
	margin-bottom: 38px;
}

.product-card__name {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.14;
	color: #293f54;
	margin: 0 0 12px 0;
}

.product-card__art {
	font-size: 14px;
	font-family: "Manrope", sans-serif;
	margin-bottom: 48px;
}

.product-card__radio-wrap {
	display: grid;
	grid-row-gap: 16px;
	margin-bottom: 40px;
}

.product-card__radio {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
}

.product-card__feature-wrap {
	display: grid;
	grid-row-gap: 8px;
	margin-bottom: 68px;
}

.product-card__feature {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
}
.product-card__feature span {
	font-weight: normal;
}

.product-card__button-wrap {
	display: grid;
	grid-auto-flow: column;
	grid-row-gap: 10px;
	grid-column-gap: 20px;
}

.product-tab {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	margin-bottom: var(--block-m-b);
}

.product-tab__button-wrap {
	display: flex;
	justify-content: start;
	padding: 24px 0;
	border-top: 1px solid rgba(176, 137, 78, 0.3);
	border-bottom: 1px solid rgba(176, 137, 78, 0.3);
	margin-bottom: 32px;
	width: 100%;
	overflow: auto;
}
.product-tab__button-wrap .contact__option-item {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-right: 68px;
	flex-shrink: 0;
}
.product-tab__button-wrap .contact__option-item:last-child {
	margin-right: 0;
}

[data-item-tab] {
	display: none;
}
[data-item-tab]:first-child {
	display: block;
}

.onas {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.onas__text-wrap {
	width: 60%;
	padding: 50px 74px;
	background-color: #e8e8e8;
	font-size: 16px;
}

.onas__text {
	margin-bottom: 30px;
}
.onas__text p {
	margin: 20px 0;
}
.onas__text p:first-child {
	margin-top: 0;
}
.onas__text p:last-child {
	margin-bottom: 0;
}

.onas__text-list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 8px;
	margin: 0;
	padding: 0;
}

.onas__text-list-item {
	display: flex;
	align-items: center;
}
.onas__text-list-item::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #b0894e;
	margin-right: 12px;
}

.onas__number-wrap {
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	grid-column-gap: 10px;
}

.onas__number-iten {
	font-family: "Manrope", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.onas__number {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 48px;
	color: #b0894e;
	display: inline-flex;
	align-items: baseline;
}
.onas__number span {
	font-size: 24px;
	margin-left: 5px;
}

.onas__number-text {
	text-align: center;
}

.onas__logo-wrap {
	padding: 60px 0;
	width: 40%;
	background-color: #282220;
	display: flex;
	align-items: center;
	justify-content: center;
}

.onas__logo {
	width: 74%;
	max-width: 382px;
	height: auto;
}

.con-page__main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	align-items: start;
	width: 100%;
	max-width: 1240px;
}

.con-page__wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}

.con-page {
	padding: 20px;
	background-color: #e8e8e8;
	overflow: hidden;
}

.con-page_primary {
	min-height: 435px;
}

.con-page__h {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

.con-page__h.ac-trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.con-page__h.ac-trigger::after {
	flex-shrink: 0;
	margin-left: 8px;
	content: "";
	width: 14px;
	height: 6px;
	background-image: url("../images/sprite.svg#select-arrow");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	transition: transform 200ms ease-in-out 0ms;
}

.con-page.is-active .con-page__h.ac-trigger::after {
	transform: rotate(180deg);
	content: "";
}

.con-page__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.con-page__body > *:first-child {
	margin-top: 20px;
}

.con-page__body-item {
	padding-left: 22px;
	position: relative;
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 6px;
	font-size: 14px;
	align-content: start;
}
.con-page__body-item::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.con-page__address.con-page__body-item::before {
	background-image: url("../images/sprite.svg#icon-con-map-pin");
}

.con-page__time.con-page__body-item::before {
	background-image: url("../images/sprite.svg#icon-con-clock");
}

.con-page__tel.con-page__body-item::before {
	background-image: url("../images/sprite.svg#icon-con-phone");
}

.con-page__mail.con-page__body-item::before {
	background-image: url("../images/sprite.svg#icon-con-mail");
}

.con-page__address {
	grid-column: 1 / -1;
}

.con-page__time {
	grid-row-end: span 2;
}

.con-page__text {
	color: #4f4f4f;
}

.con-page__map {
	width: 100%;
	max-width: 1240px;
	margin-bottom: var(--block-m-b);
	height: 600px;
}

.article-list__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px 30px;
}

.article-list {
	text-decoration: none;
}
.article-list:hover {
	text-decoration: none;
}
.article-list:hover .article-list__h {
	color: #926a31;
}

.article-list__img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
	display: block;
}

.article-list__h {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	color: #282220;
}

.article-list__text {
	color: #282220;
}

.pagination {
	margin-top: 80px;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 10px;
	justify-content: center;
}

.pagination__item {
	display: block;
	text-align: center;
	font-weight: 600;
	line-height: 30px;
	padding: 0 5px;
	color: #282220;
}
.pagination__item:hover {
	color: #926a31;
	text-decoration: none;
}
.pagination__item:not([href]) {
	cursor: default;
	color: #4f4f4f;
}
.pagination__item:not([href]):hover {
	text-decoration: none;
}

.pagination__item.active {
	color: #926a31;
}

.page404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
}

.page404__h {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 16px;
	text-align: center;
}

.page404__text {
	margin-bottom: 23px;
	font-size: 200px;
	font-weight: 900;
	background-image: url("../images/404.jpg");
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page404__button {
	margin-bottom: 40px;
}

.prise-list__wrap {
	margin: 64px 0 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	list-style: none;
	padding: 0;
}

.prise-list__linc {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 62px;
	padding: 10px 20px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #926a31;
	color: #282220;
}
.prise-list__linc svg {
	fill: #282220;
}
.prise-list__linc:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #926a31;
}
.prise-list__linc:hover svg {
	fill: #ffffff;
}

.akcii > .block-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.akcii-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.akcii-list__linc {
	background-color: #e8e8e8;
	padding: 40px;
	display: block;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}
.akcii-list__linc:hover {
	color: #4f4f4f;
	text-decoration: none;
}
.akcii-list__linc:hover .akcii-list__h {
	color: #926a31;
}

.akcii-list__img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.akcii-list__h {
	font-size: 20px;
	margin: 0 0 15px 0;
}

.akcii-list__text {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.akcii-list__date {
	display: flex;
	align-items: center;
}

.akcii-list__date-icon {
	margin-right: 8px;
}

.akcii-list__date-text {
	font-size: 14px;
}

.akcii__button {
	margin-top: 70px;
	align-self: center;
}

.dostavka {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.dostavka__item {
	padding: 30px 40px;
	background-color: #e8e8e8;
}

.dostavka__head {
	display: flex;
	align-items: center;
}

.dostavka__img {
	margin-right: 15px;
}

.dostavka__h {
	font-weight: bold;
	font-size: 18px;
}

.dostavka__text {
	font-style: 16px;
	margin-top: 20px;
	margin-bottom: 0;
}

.article__head-wrap {
	background-color: #e8e8e8;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
}

.article__head {
	padding: 0;
}
.article__head .article__head-h {
	margin: 20px 0 24px;
	font-size: 38px;
	line-height: 1.2;
}

.article__head-img {
	width: 100%;
	height: 450px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.article__wrap {
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
}

.article {
	padding: 0;
	margin: 20px 0 80px;
	max-width: 820px;
}
.article h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 32px 0 22px;
}
.article h3 {
	font-size: 26px;
	line-height: 1.26;
	margin: 28px 0 18px;
}
.article h4,
.article h5,
.article h6 {
	font-size: 22px;
	line-height: 1.28;
	margin: 26px 0 16px;
}
.article p {
	font-size: 17px;
	line-height: 1.62;
	margin: 16px 0;
}
.article table {
	width: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	text-align: left;
	margin: 38px 0;
	padding-bottom: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 17px;
	line-height: 1.62;
}
.article table tr {
	border-bottom: 1px solid #dadada;
}
.article table tr:hover {
	background-color: #ebebeb;
}
.article table th {
	font-family: "Manrope", sans-serif;
	padding: 10px 8px;
	background-color: #dadada;
}
.article table td {
	padding: 8px;
}
.article img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	text-align: center;
}

.medium-zoom-image {
	z-index: 1000;
}

.medium-zoom-overlay {
	z-index: 999;
}

.popup__wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 16px 0;
	visibility: hidden;
	opacity: 0;
	transition: 250ms ease-in-out 0ms;
	transition-property: visibility, opacity;
}
.popup__wrap._active {
	visibility: visible;
	opacity: 1;
}

.popup__clouse-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	max-height: 100%;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 32px;
	overflow-y: auto;
	z-index: 2;
}

.popup__clouse {
	position: absolute;
	top: 18px;
	right: 18px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92871 17.0713L17.0708 2.92915' stroke='%23161615' stroke-width='1.5'/%3E%3Cpath d='M2.92871 2.92871L17.0708 17.0708' stroke='%23161615' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.popup__h {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 22px;
}

.popup__text {
	font-size: 16px;
	line-height: 1.4;
	margin: 12px 0;
}

.popup__form {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 18px;
	margin-top: 22px;
}
.popup__form input,
.popup__form textarea,
.popup__form select,
.popup__form button {
	grid-column-end: 1 span;
}
.popup__form .contact__conf {
	margin-top: -8px;
}

.popup__ok-h {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
	margin: 32px 0 24px;
	text-align: center;
}

.popup__ok {
	margin-bottom: 32px;
	text-align: center;
}

.sotr__background-wrap {
	overflow: revert;
}

.sotr {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	margin-bottom: 120px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 30px;
}

.sotr__main {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 70px;
}

.sotr-item p,
.sotr-item li {
	font-size: 18px;
	line-height: 1.78;
	color: #4f4f4f;
}

.sotr-item p {
	margin: 20px 0;
}
.sotr-item p:last-child {
	margin-bottom: 0;
}

.sotr-item ul {
	list-style: none;
	margin: 20px 0;
	padding: 0 0 0 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
}

.sotr-item li {
	position: relative;
}
.sotr-item li::before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: -30px;
	width: 20px;
	height: 1px;
	background-color: #b0884e;
}

.sotr-item_h {
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	margin: 0 0 30px;
}

.sotr-application_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.sotr-application {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	width: 420px;
	padding: 30px;
	background-color: #ececec;
}

.sotr-application__h {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.sotr-application__text {
	font-size: 16px;
	line-height: 1.37;
	margin: 12px 0;
}

.sotr-application__button {
	margin-top: 28px;
}

.sotr-item__button {
	display: none;
	margin-top: 28px;
}

@media screen and (max-width: 970px) {
	.sotr-application_wrap {
		display: none;
	}
	.sotr-item__button {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.sotr {
		grid-column-gap: 0;
	}
	.sotr-item_h {
		font-size: 18px;
		line-height: 25px;
	}
	.sotr-item p,
	.sotr-item li {
		font-size: 14px;
	}
}

.article__head-wrap {
	background-color: #e8e8e8;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
}

.article__head {
	padding: 0;
}
.article__head .article__head-h {
	margin: 20px 0 24px;
	font-size: 38px;
	line-height: 1.2;
}

.article__head-img {
	width: 100%;
	height: 450px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.article__wrap {
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
}

.article {
	padding: 0;
	margin: 20px 0 80px;
	max-width: 820px;
}
.article h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 32px 0 22px;
}
.article h3 {
	font-size: 26px;
	line-height: 1.26;
	margin: 28px 0 18px;
}
.article h4,
.article h5,
.article h6 {
	font-size: 22px;
	line-height: 1.28;
	margin: 26px 0 16px;
}
.article p {
	font-size: 17px;
	line-height: 1.62;
	margin: 16px 0;
}
.article table {
	width: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	text-align: left;
	margin: 38px 0;
	padding-bottom: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 17px;
	line-height: 1.62;
}
.article table tr {
	border-bottom: 1px solid #dadada;
}
.article table tr:hover {
	background-color: #ebebeb;
}
.article table th {
	font-family: "Manrope", sans-serif;
	padding: 10px 8px;
	background-color: #dadada;
}
.article table td {
	padding: 8px;
}
.article img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	text-align: center;
}

.medium-zoom-image {
	z-index: 1000;
}

.medium-zoom-overlay {
	z-index: 999;
}

.popup__wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 16px 0;
	visibility: hidden;
	opacity: 0;
	transition: 250ms ease-in-out 0ms;
	transition-property: visibility, opacity;
}
.popup__wrap._active {
	visibility: visible;
	opacity: 1;
}

.popup__clouse-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	max-height: 100%;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 32px;
	overflow-y: auto;
	z-index: 2;
}

.popup__clouse {
	position: absolute;
	top: 18px;
	right: 18px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92871 17.0713L17.0708 2.92915' stroke='%23161615' stroke-width='1.5'/%3E%3Cpath d='M2.92871 2.92871L17.0708 17.0708' stroke='%23161615' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.popup__h {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 22px;
}

.popup__form {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 18px;
}
.popup__form input,
.popup__form textarea,
.popup__form select,
.popup__form button {
	grid-column-end: 1 span;
}
.popup__form .contact__conf {
	margin-top: -8px;
}

.popup__ok-h {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
	margin: 32px 0 24px;
	text-align: center;
}

.popup__ok {
	margin-bottom: 32px;
	text-align: center;
}

@media screen and (max-width: 1274px) {
	.product-card {
		grid-column-gap: 32px;
	}
	.product-card__button-wrap {
		grid-auto-flow: row;
	}
	.prise-list__wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1100px) {
	.onas {
		flex-direction: column;
	}
	.onas__text-wrap {
		width: 100%;
		order: 2;
		padding-left: 16px;
		padding-right: 16px;
	}
	.onas__logo-wrap {
		width: 100%;
		order: 1px;
	}
	.product__catalog-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.con-page__main {
		grid-template-columns: 1fr;
	}
	.con-page_primary {
		min-height: auto;
	}
}

@media screen and (max-width: 960px) {
	.catalog__filter {
		display: grid;
		grid-template-columns: repeat(2, calc(50% - 4px));
		grid-gap: 8px;
	}
	.catalog__filter .input_prise-wrap {
		width: 100%;
		margin-right: 0;
	}
	.catalog__filter .input {
		margin-right: 0;
	}
	.catalog__filter-button {
		grid-column: 1/3;
		justify-self: center;
	}
	.con-page__wrap {
		grid-template-columns: 1fr;
	}
	.con-page__map {
		height: 400px;
	}
	.article-list__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.article-list__img {
		height: 250px;
	}
	.prise-list__wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		margin-top: 28px;
	}
	.prise-list__linc {
		min-height: 52px;
	}
	.akcii-list {
		grid-gap: 20px;
	}
	.akcii-list__linc {
		padding: 20px;
	}
	.dostavka {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {
	.page__h1 {
		margin-bottom: 24px;
	}
	.materials__list {
		grid-template-columns: 1fr;
	}
	.materials__h2 {
		margin-bottom: 18px;
	}
	.materials__heading {
		font-size: 14px;
	}
	.catalog-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.seo-block3 {
		padding-bottom: 0;
	}
	.seo-block3__h2 {
		margin-bottom: 16px;
	}
	.seo-block3__text {
		font-size: 14px;
	}
	.cost-calculation_h2 {
		margin-bottom: 18px;
	}
	.cost-calculation__content {
		grid-template-columns: 1fr;
		grid-row-gap: 16px;
	}
	.cost-calculation__img {
		height: 150px;
	}
	.cost-calculation__text {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.cost-calculation__text-wrap {
		display: flex;
		flex-direction: column;
	}
	.cost-calculation__button {
		align-self: center;
		width: auto;
	}
	.product-card {
		grid-template-columns: 1fr;
		margin-bottom: 52px;
	}
	.product-card__img {
		height: 220px;
		grid-row: 2 / span 1;
		margin-bottom: 20px;
	}
	.product-card__name-wrap {
		margin-bottom: 20px;
	}
	.product-card__name {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.product-card__radio-wrap {
		margin-bottom: 24px;
	}
	.product-card__feature-wrap {
		margin-bottom: 32px;
	}
	.product-tab__button-wrap {
		padding: 16px 0;
		margin-bottom: 28px;
	}
	.product-tab__button-wrap .contact__option-item {
		margin-right: 32px;
	}
	.onas__text-wrap {
		font-size: 14px;
	}
	.onas__text-wrap {
		padding-top: 20px;
	}
	.con-page {
		padding: 20px;
	}
	.title-button {
		flex-direction: column;
		align-items: flex-start;
	}
	.title-button h1,
	.title-button h2,
	.title-button h3,
	.title-button h4,
	.title-button h5,
	.title-button h6 {
		margin-bottom: 24px;
	}
	.article-list__wrap {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 40px;
	}
	.article-list__img {
		height: 200px;
	}
	.pagination {
		margin-top: 40px;
	}
	.akcii-list {
		grid-template-columns: 1fr;
	}
	.akcii__button {
		margin-top: 40px;
	}
	.dostavka__item {
		padding: 15px 20px;
	}
	.dostavka__h {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.onas__number-wrap {
		grid-auto-flow: row;
		grid-row-gap: 30px;
		justify-content: center;
	}
	.con-page__body {
		grid-template-columns: 1fr;
	}
	.pagination {
		grid-column-gap: 4px;
	}
	.prise-list__wrap {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 590px) {
	.catalog__filter {
		grid-template-columns: 100%;
	}
	.catalog__filter-button {
		grid-column: auto;
		justify-self: stretch;
	}
	.page404__h {
		font-size: 26px;
		margin-bottom: 0;
	}
	.page404__text {
		font-size: 140px;
		margin-bottom: 0;
	}
	.con-page__h {
		font-size: 16px;
	}
}

.our-projects {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
	display: flex;
	flex-direction: column;
}

.our-projects__h2 {
	margin: 0 0 40px 0;
}

.our-projects__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 40px;
	margin-bottom: 64px;
}

.our-projects__item {
	display: flex;
	flex-direction: column;
}

.our-projects__img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 200px;
	width: 100%;
	margin-bottom: 16px;
}

.our-projects__name {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	color: #293f54;
	margin-bottom: 12px;
}

.our-projects__prise {
	font-family: "Manrope", sans-serif;
	margin-bottom: 24px;
}

.our-projects__arrow-linc {
	font-size: 14px;
}
.our-projects__arrow-linc::after {
	margin-top: 1px;
}

.our-projects__button {
	align-self: center;
}

.our-projects-slider {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 960px) {
	.our-projects__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.our-projects-slider {
		overflow: visible;
	}
	.our-projects__wrap {
		display: flex;
		grid-column-gap: 0;
		grid-row-gap: 0;
		overflow-x: scroll;
		margin-bottom: 30px;
	}
	.our-projects__item {
		width: 280px;
	}
	.our-projects__item:not(:last-of-type) {
		margin-right: 10px;
	}
}

.contact__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: var(--block-m-t);
	padding-bottom: var(--block-m-b);
}

.contact {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact__img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 570px;
	width: 600px;
}

.contact__form {
	width: 100%;
	max-width: 560px;
	margin-right: 18px;
}

.contact__h {
	font-weight: bold;
	font-size: 40px;
	line-height: 120%;
	margin: 0 0 64px 0;
}

.contact__option-text {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 12px;
	display: block;
}

.contact__option-wrap {
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 68px;
	justify-content: start;
	padding: 24px 0;
	border-top: 1px solid rgba(176, 137, 78, 0.3);
	border-bottom: 1px solid rgba(176, 137, 78, 0.3);
	margin-bottom: 32px;
	overflow: auto;
}

.contact__option-item {
	cursor: pointer;
}
.contact__option-item input {
	display: none;
}
.contact__option-item span {
	font-size: 18px;
	line-height: 125%;
	color: #4f4f4f;
}
.contact__option-item input:checked + span {
	color: #926a31;
}

.contact__input {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
	margin-bottom: 36px;
}

.contact__input-select-wrap .input {
	width: 100%;
}

.contact__input-select-wrap,
.contact__input-textarea,
.contact__input-file {
	grid-column-end: span 2;
}

.contact__input-textarea {
	height: 84px;
	min-height: 40px;
	max-height: 200px;
	resize: vertical;
}

.contact__button-wrap {
	display: flex;
}

.contact__button {
	margin-right: 32px !important;
}

.contact__type-contact-text {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 114%;
	margin-bottom: 14px;
	display: block;
}

.contact__type-contact-wrap {
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 16px;
	margin-bottom: 20px;
	justify-content: start;
}

.contact__type-contact-item {
	cursor: pointer;
	display: flex;
}
.contact__type-contact-item > input {
	display: none;
}
.contact__type-contact-item > span {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	color: rgba(0, 0, 0, 0.5);
}
.contact__type-contact-item > input:checked + span {
	color: #282220;
}

.contact__conf {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1274px) {
	.contact__img {
		width: 50%;
	}
}

@media screen and (max-width: 960px) {
	.contact__img {
		display: none;
	}
	.contact__form {
		max-width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.contact__h {
		margin-bottom: 32px;
	}
	.contact__option-wrap {
		padding: 18px 0;
		grid-column-gap: 33px;
	}
	.contact__option-item span {
		font-size: 16px;
	}
	.contact__button-wrap {
		flex-direction: column;
	}
	.contact__button {
		margin-right: 0;
		margin-bottom: 20px;
		order: 2;
	}
	.contact__type-contact {
		order: 1;
	}
	.input_contact {
		grid-column-end: span 2;
	}
}

.footer__wrap {
	display: flex;
	flex-direction: column;
	background-color: #e8e8e8;
	align-items: center;
}

.footer {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
}

.footer__body {
	margin: 50px 0 30px 0;
	display: grid;
	grid-gap: 60px 30px;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between;
}

.footer__body-infa {
	display: flex;
	flex-direction: column;
	max-width: 280px;
}

.footer__body-infa-logo {
	margin-bottom: 20px;
}

.footer__body-infa-text {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #989898;
	margin-bottom: 5px;
}

.footer__body-infa-text.text_bold {
	margin-bottom: 10px;
}

.footer__body-infa-text.text_bold:last-child {
	margin-bottom: 0;
	margin-top: 5px;
}

.footer__body-text-social {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 10px;
	align-content: start;
	justify-items: end;
}

.footer__body-tel {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #282220;
}

.footer__body-mail {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #282220;
	margin-bottom: 30px;
}

.footer__body-social-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer__body-social {
	position: relative;
	z-index: 2;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 20px;
	justify-content: start;
	margin-top: 10px;
}

.footer__pay {
	margin-top: 10px;
}
.footer__pay svg use {
	fill: #c0aa82;
}

.footer__body-social-linc svg use {
	fill: #c0aa82;
}

.footer__body-social-linc:hover .icon-insta use {
	fill: #f00075;
}

.footer__body-social-linc:hover .icon-vk use {
	fill: #2787f5;
}

.footer__body-social-linc:hover .icon-yuotube use {
	fill: #ff0000;
}

.footer__body-social-linc:hover .icon-facebook use {
	fill: #1877f2;
}

.footer__body-social-linc svg {
	width: 28px;
	height: 28px;
	color: inherit;
}

.footer__body-meny-list {
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	column-gap: 60px;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: -20px;
}

.footer__body-meny-item {
	margin-bottom: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.footer__body-meny-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__body-meny-item a {
	font-size: 14px;
	color: #4f4f4f;
}

.footer__body-meny-item .footer__body-meny-linc {
	color: #282220;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 133%;
	display: block;
}

.footer__bot {
	display: grid;
	margin-bottom: 40px;
	grid-auto-flow: column;
	grid-row-gap: 10px;
	justify-content: space-between;
}

.footer__bot-item {
	color: #4f4f4f;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 114%;
}
.footer__bot-item a {
	color: #4f4f4f;
}
.footer__bot-item_ra {
	white-space: nowrap;
}
.footer__bot-item_ra a {
	color: #282220;
}

.footer__bot-area {
	display: none;
	grid-column-end: span 2;
}

@media screen and (max-width: 1024px) {
	.footer__body {
		grid-template-columns: repeat(2, auto);
	}
	.footer__body-meny {
		grid-row-start: 2;
		grid-column: 1 / -1;
		justify-self: center;
	}
}

@media screen and (max-width: 750px) {
.footer__body {
    grid-template-columns: 100%;
    justify-items: center;
    grid-row-gap: 30px;
	}
}

@media screen and (max-width: 550px) {
	.footer__body {
		grid-template-columns: 100%;
		justify-items: center;
		grid-row-gap: 30px;
	}
	.footer__body-infa {
		align-items: center;
		text-align: center;
	}
	.footer__body-meny-list {
		-moz-column-count: 1;
		column-count: 1;
		text-align: center;
	}
	.footer__body-meny-item {
		width: auto;
	}
	.footer__body-text-social {
		justify-items: center;
		text-align: center;
	}
	.footer__body-mail {
		margin-bottom: 10px;
	}
	.footer__body-social-wrap {
		align-items: center;
	}
}

@media screen and (max-width: 440px) {
	.footer__bot {
		grid-auto-flow: row;
		justify-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1274px) {
	:root {
		--content-p-r: 16px;
		--content-p-l: 16px;
	}
}

@media screen and (max-width: 960px) {
	:root {
		--block-m-t: 48px;
		--block-m-b: 48px;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--block-m-t: 36px;
		--block-m-b: 36px;
	}
	body {
		font-size: 16px;
	}
	.h1 {
		font-size: 28px;
	}
	.h2 {
		font-size: 24px;
	}
	.button {
		min-height: 32px;
	}
	.arrow-linc {
		font-size: 14px;
	}
	.arrow-linc::after {
		margin-top: 2px;
	}
}

/* Стили калькулятора end start */
:root {
	--form-rounding: 2px;
}

.calc {
	width: 100%;
	max-width: 1240px;
	padding-right: var(--content-p-r);
	padding-left: var(--content-p-l);
	margin-bottom: var(--block-m-b);
	margin-top: var(--block-m-t);
	visibility: visible;
}

.calc__body {
	max-width: 610px;
	width: 100%;
	color: black;
}

.calc__options {
	position: relative;
	margin-bottom: 97px;
}
.calc__options::before {
	content: "";
	display: block;
	position: absolute;
	top: -46px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(176, 137, 78, 0.3);
}
.calc__options:first-child::before {
	content: none;
}
.calc__options.subInputs {
	margin-bottom: 30px;
}
.calc__options.subInputs::before {
	content: none;
}
.calc__options.services {
	margin-bottom: 20px;
}
.calc__options.services::before {
	content: none;
}
.calc__options.crutchDisabled {
	display: none;
}
.calc__options.no-border::before {
	content: none;
}

.calc__body_total {
	max-width: 100%;
}

.calc__heading {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.17;
	margin: 0 0 48px 0;
}

.options__radio-size {
	display: flex;
	justify-content: space-between;
}

.calc__road-map {
	margin-bottom: 48px;
}

.calc__road-map-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 32px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	counter-reset: section;
}

.calc__road-map-item {
	display: flex;
	align-items: baseline;
}

.calc__road-map-linc {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	position: relative;
}
.calc__road-map-linc:disabled {
	opacity: 0.3;
	cursor: default;
}
.calc__road-map-linc::before {
	counter-increment: section;
	content: counter(section) ". ";
}
.calc__road-map-linc.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #926a31;
}

.calc__body-wrap {
	display: flex;
	justify-content: space-between;
}

.options__heading {
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	margin: 0 0 28px 0;
}

.options-input__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px -44px;
}
.options-input__wrap > .options-input,
.options-input__wrap > .options-input__wrap-row,
.options-input__wrap > .custom-input-number,
.options-input__wrap > .custom-input {
	margin: 0 22px 44px;
}

.options-input__wrap-row {
	display: grid;
	grid-row-gap: 16px;
}

.options-input .options__radio-text-gray {
	display: block;
	margin-top: 2px;
}

.options-input label {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
}

.options-input__name {
	font-weight: 500;
	font-size: 18px;
	margin-top: 16px;
	order: 10;
}

.options-input__body {
	display: flex;
	align-items: stretch;
	height: 100%;
	align-self: flex-start;
	order: 10;
}

.options-input__img {
	align-self: flex-start;
	display: block;
}

.options-input__radio_bot {
	align-self: flex-end;
}

.options-input > input[name="productType"] + label .options-input__name {
	margin-top: 0;
	margin-bottom: 24px;
	order: 9;
}

.options-input > input[name="form"] + label .options-input__name {
	margin-top: 0;
	margin-bottom: 16px;
	order: 9;
}

.radio-wrap-border {
	width: 100%;
	height: 1px;
	background-color: #b0894e;
	margin: 48px 0;
	opacity: 0.3;
}
.radio-wrap-border:last-child {
	margin-bottom: 0;
}

.radio-wrap-border-s,
.radio-wrap-border-s_60 {
	height: 1px;
	background-color: #4f4f4f;
}
.radio-wrap-border-s:last-child,
.radio-wrap-border-s_60:last-child {
	margin-bottom: 0;
}

.radio-wrap-border-s {
	width: 100%;
	margin: 40px 0;
}

.radio-wrap-border-s_60 {
	width: 60%;
	margin: 16px 0;
}

.options__radio input[type="radio"] {
	display: none;
}
.options__radio input[type="radio"]:checked + label::after {
	background-color: #b0894e;
}

.options__radio label {
	position: relative;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.options__radio label::before,
.options__radio label::after {
	content: "";
	position: absolute;
	bottom: 40%;
	transform: translateY(50%);
	box-sizing: border-box;
}

.options__radio label::before {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: transparent;
	border: 1px solid #282220;
}

.options__radio label::after {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 3px;
	transition: background-color 150ms ease-in-out 0ms;
}

.calc__button-wrap {
	margin-top: 100px;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.options__radio-text-gray {
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 125%;
	color: #4f4f4f;
	text-transform: none;
}

.options__radio-wrap_height {
	margin-right: -48px;
}
.options__radio-wrap_height .checkbox-button,
.options__radio-wrap_height .radio-button {
	font-size: 18px;
	line-height: 24px;
	margin-right: 48px;
}

.options__size-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}

.options__size {
	position: relative;
	width: 380px;
	height: 230px;
	margin: 60px;
}

.options__size_norm {
	height: 120px;
}
.options__size_norm .options__size-img-body {
	border-radius: var(--form-rounding);
}

.options__size_g .size-arrow-horizon_bot {
	left: 245px;
}

.options__size_g .size-arrow-vertical_left {
	bottom: calc(100% - 120px);
}

.options__size_g .options__size-img-body {
	border-top-left-radius: var(--form-rounding);
	border-top-right-radius: var(--form-rounding);
	border-bottom-left-radius: var(--form-rounding);
}

.options__size_g .options__size-img-bot-right {
	border-bottom-right-radius: var(--form-rounding);
	border-bottom-left-radius: var(--form-rounding);
}

.options__size_p {
	margin-top: 92px;
}
.options__size_p .size-arrow-horizon_bot_1 {
	right: 245px;
}
.options__size_p .size-arrow-horizon_bot_2 {
	left: 245px;
}
.options__size_p .options__size-img-body {
	border-top-left-radius: var(--form-rounding);
	border-top-right-radius: var(--form-rounding);
}
.options__size_p .options__size-img-bot-right {
	border-bottom-right-radius: var(--form-rounding);
	border-bottom-left-radius: var(--form-rounding);
}
.options__size_p .options__size-img-bot-left {
	border-bottom-right-radius: var(--form-rounding);
	border-bottom-left-radius: var(--form-rounding);
}

.options__size-img-wrap {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
	position: relative;
}

.options__size-img-body {
	background-image: url("../images/grab.png");
	background-position: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
}

.options__size-img-bot-right {
	background-image: url("../images/grab.png");
	background-position: -245px -120px;
	position: absolute;
	top: 120px;
	right: 0;
	left: 245px;
	bottom: 0;
}

.options__size-img-bot-left {
	background-image: url("../images/grab.png");
	background-position: 0 -120px;
	position: absolute;
	top: 120px;
	right: 245px;
	left: 0;
	bottom: 0;
}

.options__size-img-bot-right,
.options__size-img-bot-left,
.options__size-img-body {
	background-size: 380px;
	background-color: #bba281;
	transition: 300ms ease-in-out 0ms;
	transition-property: left, right, background-position-x, border-radius;
}
.options__size-img-bot-right.rounding input,
.options__size-img-bot-left.rounding input,
.options__size-img-body.rounding input {
	display: block;
}

.options__size-img-bot_left {
	background-position-x: 0;
	right: 245px;
	left: 0;
}

.size-img-button {
	width: 40px;
	height: 40px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	display: none;
}
.size-img-button::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.01);
	box-shadow: 0 0 45px 10px #ffffff;
	transition: opacity 150ms ease-in 0ms;
	opacity: 0;
}
.size-img-button:hover::before {
	opacity: 1;
}

.size-img-button_animat::before {
	-webkit-animation: size-img-button 800ms ease-in-out 0ms infinite alternate;
	animation: size-img-button 800ms ease-in-out 0ms infinite alternate;
	box-shadow: 0 0 35px 20px #9e2f2f;
}

@-webkit-keyframes size-img-button {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes size-img-button {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.sib_top-left {
	top: 0;
	left: 0;
}
.sib_top-left::before {
	border-top-left-radius: var(--form-rounding);
}

.sib_top-right {
	top: 0;
	right: 0;
}
.sib_top-right::before {
	border-top-right-radius: var(--form-rounding);
}

.sib_bottom-left {
	bottom: 0;
	left: 0;
}
.sib_bottom-left::before {
	border-bottom-left-radius: var(--form-rounding);
}

.sib_bottom-right {
	bottom: 0;
	right: 0;
}
.sib_bottom-right::before {
	border-bottom-right-radius: var(--form-rounding);
}

.options__size-arrow-horizon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
}
.options__size-arrow-horizon::before,
.options__size-arrow-horizon::after {
	content: "";
	background-color: #282220;
	width: 1px;
	height: 48px;
	flex-shrink: 0;
}

.options__size-arrow-vertical {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
}
.options__size-arrow-vertical::before,
.options__size-arrow-vertical::after {
	content: "";
	background-color: #282220;
	width: 48px;
	height: 1px;
	flex-shrink: 0;
}
.options__size-arrow-vertical .size-arrow {
	background-image: url("../images/sprite.svg#arrow-vertical");
	background-position: top center;
	background-size: 370px;
	background-repeat: no-repeat;
	width: 7px;
	height: 100%;
	margin: 8px 0;
}
.options__size-arrow-vertical .options__size-lable {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}
.options__size-arrow-vertical .options__size-text {
	position: absolute;
	left: 100%;
}

.size-arrow-vertical_left {
	left: -60px;
}
.size-arrow-vertical_left .options__size-text {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 8px;
}

.size-arrow-vertical_right {
	right: -60px;
}

.options__size-arrow-vertical_body {
	bottom: calc(100% - 120px);
	left: 50%;
	transform: translateX(-50%);
}
.options__size-arrow-vertical_body .size-arrow {
	position: absolute;
	top: 100%;
	height: 20px;
}
.options__size-arrow-vertical_body .size-arrow_end {
	top: auto;
	bottom: 100%;
}
.options__size-arrow-vertical_body .options__size-lable {
	position: absolute;
	top: calc(100% + 34px);
}
.options__size-arrow-vertical_body .size-line {
	width: 1px;
	height: 100%;
	background-color: #282220;
}

.size-arrow-horizon_top {
	top: -60px;
}

.size-arrow-horizon_bot {
	bottom: -60px;
}

.size-arrow-horizon_top-floor-2 {
	height: 48px;
	top: -88px;
}
.size-arrow-horizon_top-floor-2::before,
.size-arrow-horizon_top-floor-2::after {
	height: 76px;
	transform: translateY(14px);
}

.size-arrow {
	background-image: url("../images/sprite.svg#arrow-horizon");
	background-position: left center;
	background-size: 201px;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	margin: 0 8px;
}

.size-arrow_end {
	transform: rotate(180deg);
}

.options__size-info {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	margin-top: 75px;
	margin-right: 60px;
	font-size: 16px;
	color: #4f4f4f;
	text-align: right;
	display: grid;
	grid-row-gap: 10px;
	justify-content: end;
}
.options__size-info [data-size-area],
.options__size-info [data-size-prise] {
	color: #282220;
}

.options__size-lable {
	display: flex;
	align-items: center;
	margin: 4px;
}

.form-error {
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	margin-top: -8px;
	padding: 6px 8px;
	background-color: #926a31;
	border-radius: 4px;
	max-width: 250px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	z-index: 1;
}

.warnings-fillets {
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.options__size_norm .warnings-fillets {
	top: 50%;
}

.size-arrow-vertical_right .form-error {
	top: 32px;
	right: -25px;
	transform: translateX(0);
}

.size-arrow-vertical_left .form-error {
	top: 32px;
	right: auto;
	left: -25px;
	transform: translateX(0);
}

.options__size-input {
	border: 1px solid #4f4f4f;
	box-sizing: border-box;
	border-radius: 3px;
	width: 48px;
	height: 20px;
	background-color: transparent;
	font-family: "PF BeauSans Pro", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 0;
}

.options__size-min-error {
	border: 1px solid #9e2f2f;
	color: #9e2f2f;
	-webkit-animation: 800ms ease-in-out infinite alternate;
	animation: 800ms ease-in-out infinite alternate;
	-webkit-animation-name: minerror;
	animation-name: minerror;
}

@-webkit-keyframes minerror {
	from {
		box-shadow: 0 0 1px #9e2f2f;
	}
	to {
		box-shadow: 0 0 8px #d13030;
	}
}

@keyframes minerror {
	from {
		box-shadow: 0 0 1px #9e2f2f;
	}
	to {
		box-shadow: 0 0 8px #d13030;
	}
}

.options__size-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin-left: 8px;
}

.options__select-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
}

.options__select {
	margin-bottom: 8px;
}
.options__select:last-of-type {
	margin-bottom: 24px;
}

.options__materials-heading {
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 12px 0;
}

.options__materials-wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 12px;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
	max-height: 490px;
	overflow-y: auto;
}
.options__materials-wrap::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.options__materials-wrap::-webkit-scrollbar-thumb {
	background-color: #dcdfe1;
}
.options__materials-wrap::-webkit-scrollbar-thumb:hover {
	background-color: #c2c6c9;
}

.options__materials input {
	display: none;
}
.options__materials input:checked + label::before {
	background-color: #b0894e;
	border-color: #ffffff;
}

.options__materials label {
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}
.options__materials label::before {
	position: absolute;
	content: "";
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 4px solid transparent;
	box-sizing: border-box;
}

.options__materials-img {
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 4px;
}

.options__materials-name {
	font-family: "Manrope", sans-serif;
	color: #293f54;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 4px;
	display: block;
}

.options__materials-price {
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.2;
}

.options__rounding-range-wrap {
	color: #4f4f4f;
	margin-top: 32px;
	font-family: "Manrope", sans-serif;
}
.options__rounding-range-wrap #rounding-number-text {
	color: #282220;
}

.options__checkbox-button,
.options__radio-button,
.options__more-input-wrap {
	margin-bottom: 16px;
}
.options__checkbox-button:last-child,
.options__radio-button:last-child,
.options__more-input-wrap:last-child {
	margin-bottom: 0;
}

.options__more-input-wrap {
	margin-left: 22px;
}
.options__more-input-wrap :checked .options__radio-button {
	margin-bottom: 12px;
}

.options__total-main-options-wrap {
	display: flex;
	justify-content: space-between;
}

.options__total-main-options {
	display: flex;
	flex-direction: column;
}

.options__total-main-options-heading {
	font-weight: 600;
	margin-bottom: 8px;
}

.options__total-options-table {
	width: 100%;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	margin-bottom: 40px;
}
.options__total-options-table table {
	width: 100%;
	border-collapse: collapse;
}
.options__total-options-table tr:hover {
	background-color: #e0e0e0;
}
.options__total-options-table td {
	padding: 8px 4px;
}
.options__total-options-table .options__total-options-head {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
}

.options__total-price-wrap {
	width: 100%;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
}
.options__total-price-wrap .button {
	max-width: 440px;
	width: 100%;
	margin-bottom: 8px;
}
.options__total-price-wrap .button:last-child {
	margin-bottom: 0;
}

.options__total-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.options__total-price-text {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 133%;
	margin-bottom: 26px;
}

.options__total-price-number {
	font-family: "Manrope", sans-serif;
	font-size: 28px;
	line-height: 114%;
	padding-bottom: 12px;
	border-bottom: 1px solid #b0894e;
}

.subcategories-input__wrap.disabled {
	opacity: 0.3;
}

.custom-input-number {
	min-width: 350px;
	font-size: 16px;
	line-height: 1.25;
	display: grid;
	grid-template-columns: 1fr auto minmax(26px, auto);
}

.custom-input-number__units {
	text-align: right;
}

@media screen and (max-width: 1160px) {
	.calc__body-wrap {
		flex-wrap: wrap;
	}
	.options__size-wrap {
		order: 1;
		width: 100%;
		display: flex;
		justify-content: center;
		overflow-x: auto;
		margin: 0 0 32px;
	}
	.calc__body {
		order: 2;
		max-width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.calc__road-map {
		overflow-x: auto;
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 580px) {
	.options__size-wrap {
		display: block;
		width: auto;
		padding: 0 16px;
		margin: 0 -16px 32px;
	}
	.options__size-wrap .options__size {
		margin-left: 90px;
		margin-right: 90px;
	}
	.calc__button {
		min-width: auto;
	}
	.options__materials-wrap {
		grid-template-columns: repeat(4, 1fr);
	}
	.options__total-main-options-wrap {
		flex-direction: column;
	}
	.options__total-main-options {
		margin-bottom: 20px;
	}
	.options__total-price-wrap {
		flex-direction: column;
	}
	.options__total-price {
		margin-bottom: 20px;
	}
}

/* Стили калькулятора end  */

/*поисковое поле*/
.search-page input[type="text"] {
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0 12px;
}
.search-page input[type="text"]:focus {
	outline: none;
	border-color: #c0c0c0;
}
.search-page select {
	min-width: 150px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#select-arrow);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 14px;
    padding-right: 32px;
    cursor: pointer;
	height: 40px;
    padding: 0 12px;
	border: 1px solid #ffffff;
    background-color: #ffffff;
}
.search-page input[type="submit"] {
	font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    min-height: 40px;
    padding: 0 24px;
    margin: 0;
    min-width: 144px;
    border: 0px;
    border-radius: 3px;
    background-color: #b0894e;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    min-width: 190px;
}
.search-page input[type="submit"]:hover {
	text-decoration: none;
    background-color: #b8955f;
}

@media screen and (max-width: 767px) {
	.search-page form {
		display: flex;
		flex-direction: column;
	}
}

input._err{
	background-color: #FA8072 !important;
}
input._none{
	display: none;
}