.container {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
}
.site-wr-main {
	font-family: 'Manrope';
}
.site-wr-main * {
	box-sizing: border-box;
}
.btn {
	border: none;
    outline: none;
    background: none;
    text-decoration: none;
    width: auto;
    height: auto;
    cursor: pointer !important;
    transition: 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.075px;
}
.btn.btn-arrow {
	gap: 12px;
}
.btn.btn-arrow.btn-fill-black:after {
	content: '';
	display: block;
	width: 16px;
	height: 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='white' stroke-width='1.4'/%3e%3c/svg%3e ");
}
.btn.btn-arrow.btn-fill-black:hover:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='%232B2A2A' stroke-width='1.4'/%3e%3c/svg%3e ");
}
.btn.btn-arrow.btn-border-black:after {
	content: '';
	display: block;
	width: 16px;
	height: 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='%230D0D0D' stroke-width='1.4'/%3e%3c/svg%3e ");
}
.btn.btn-arrow.btn-border-black:hover {
	background: #E3CFA4;
	color: #0D0D0D;
}
.btn.btn-arrow.btn-border-black:hover:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='%232B2A2A' stroke-width='1.4'/%3e%3c/svg%3e ");
}
.btn.btn-fill-black {
	border: 1px solid #0D0D0D;
	background: #0D0D0D;
	color: #FFFFFF;
}
.btn.btn-fill-black:hover {
	background: #E3CFA4;
	color: #0D0D0D;
}
.btn.btn-border-black {
	border: 1px solid #0D0D0D;
	color: #0D0D0D;
}
.btn.btn-border-black:hover {
	background: #171717;
	color: #FFFFFF;
}
.btn.btn-fill-ivory {
	border: 1px solid #E3CFA4;
	background: #E3CFA4;
	color: #0D0D0D;
}
.btn.btn-fill-ivory:hover {
	background: #ECE4D2;
}
.hero-main {
	position: relative;
	z-index: 1;
	background-image: url('/d/hero-main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
	border-bottom: 1px solid #DFD9CD;
}
.hero-main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(246, 243, 237, 0.55) 0%, rgba(246, 243, 237, 0.1) 46%, rgba(13, 13, 13, 0.1) 100%);
}
.hero-main__wrap {
	position: relative;
	z-index: 10;
	max-width: 600px;
	background: #FFFFFF;
	border-left: 6px solid #E3CFA4;
	padding: 52px 52px 52px 46px;
}
.hero-main__title {
	max-width: 400px;
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #0D0D0D;
}
.hero-main__title span {
	padding: 0 5px;
	background: #E3CFA4;
}
.hero-main__text {
	margin-top: 18px;
	padding-right: 18px;
	font-size: 19px;
	line-height: 29px;
	color: rgba(13, 13, 13, 0.7);
}
.hero-main__btns {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.hero-main__btns .btn {
	min-height: 62px;
	padding: 0 30px;
	font-size: 15px;
	line-height: 25px;
}
.hero-main__lower-text {
	margin-top: 12px;
	font-family: 'JetBrains Mono';
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.hero-main-adv {
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #DFD9CD;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.hero-main-adv-item {
	padding: 7.5px 16px 0 16px;
}
.hero-main-adv-item:first-child {
	padding-left: 0 !important;
}
.hero-main-adv-item:last-child {
	padding-right: 0 !important;
}
.hero-main-adv-item:not(:last-child){
	border-right: 1px solid #DFD9CD;
}
.hero-main-adv-item__title {
	font-family: 'JetBrains Mono';
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.hero-main-adv-item__text {
	margin-top: 11px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: #0D0D0D;
}
.marquee {
	overflow: hidden;
	background: #0D0D0D;
	padding: 14px 0;
	font-family: 'JetBrains Mono';
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #E3CFA4;
}
.marquee-track {
	animation: marqueeScroll 20s linear infinite;
	display: flex;
	align-items: center;
	gap: 26px;
}
.marquee-track div {
	flex: none;
	display: flex;
	align-items: center;
	gap: 26px;
}
.marquee-track div:not(:last-child):after {
	content: '/';
	display: block;
	color: rgba(255, 255, 255, 0.3);
}
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.section {
	padding: 60px 0;
}
.section-head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	grid-gap: 20px;
	margin-bottom: 56px;
}
.section-head .title {
	margin: 0;
}
.title {
	margin: 0 0 24px 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
	letter-spacing: -0.675px;
	text-transform: uppercase;
	color: #0D0D0D;
}
.we-produce {
	padding: 120px 0;
}
.we-produce__wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	align-items: stretch;
	grid-gap: 24px;
}
.we-produce-item {
	display: block;
	border: 1px solid #DFD9CD;
	text-decoration: none;
}
.we-produce-item:hover span{
	background: #1C1B1B;
	color: #ffffff;
}
.we-produce-item:hover span:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='%23ffffff' stroke-width='1.4'/%3e%3c/svg%3e ");
}
.we-produce-item__img {
	position: relative;
	z-index: 1;
}
.we-produce-item__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #E3CFA41A;
}
.we-produce-item__img img {
	display: block;
	width: 100%;
	height: 234px;
	object-fit: cover;
}
.we-produce-item span {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	grid-gap: 10px;
	border-top: 1px solid #DFD9CD;
	padding: 18px 20px;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #0D0D0D;
}
.we-produce-item span:after {
	content: '';
	display: block;
	width: 16px;
	height: 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3e%3cpath d='M0 5H14M10 9L14 5L10 1' stroke='%230D0D0D' stroke-width='1.4'/%3e%3c/svg%3e ");
	opacity: 0.4;
}
.we-produce-discuss {
	grid-column: 2 span;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #E3CFA4;
	padding: 39px;
}
.we-produce-discuss__uptitle {
	font-family: 'JetBrains Mono';
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.7);
}
.we-produce-discuss__title {
	margin-top: 15px;
	max-width: 235px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.44px;
	color: #0D0D0D;
}
.we-produce-discuss .btn {
	margin-top: 15px;
	width: fit-content;
}
.we-produce-discuss .btn:hover {
	border-color: #fff;
	background: #fff;
}

.why-order-us {
	background: #F6F3ED;
	padding: 120px 0;
}
.why-order-us .section-head {
	grid-template-columns: 100%;
	grid-gap: 16px;
}
.why-order-us__text {
	max-width: 665px;
	font-size: 19px;
	line-height: 29px;
	color: rgba(13, 13, 13, 0.7);
}
.why-order-us__items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	align-items: stretch;
	grid-gap: 24px;
}
.why-order-us-item {
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	grid-gap: 15px;
	background: #FFFFFF;
	border: 1px solid #DFD9CD;
	padding: 36px;
}
.why-order-us-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E3CFA4;
	width: 56px;
	height: 56px;
}
.why-order-us-item__uptitle {
	font-family: 'JetBrains Mono';
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.why-order-us-item__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #0D0D0D;
}
.why-order-us-item__text {
	font-size: 14px;
	line-height: 22px;
	color: rgba(13, 13, 13, 0.7);
}
.main-about {
	padding: 120px 0;
}
.main-about__wrap {
	display: grid;
	grid-template-columns: 1fr 584px;
	align-items: flex-start;
	grid-gap: 72px;
}
.main-about__text {
	margin-top: 24px;
	font-size: 19px;
	line-height: 29px;
	color: rgba(13, 13, 13, 0.7);
}
.main-about__text p {
	margin: 0;
}
.main-about__text p:not(:last-child) {
	margin-bottom: 15px;
}
.main-about-produce {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #DFD9CD;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	grid-gap: 0px;
}
.main-about-produce-item {
	display: grid;
	grid-template-columns: 9px 1fr;
	align-items: flex-start;
	grid-gap: 13px;
	padding: 13px 13px 13px 0;
	border-bottom: 1px solid #DFD9CD;
	font-size: 15px;
	line-height: 24px;
	color: #0D0D0D;
}
.main-about-produce-item:before {
	content: '';
	display: block;
	width: 9px;
	height: 1px;
	background: #0D0D0D;
	margin-top: 8px;
}
.main-about-adv {
	margin-top: 34px;
	border: 1px solid #0D0D0D;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	grid-gap: 0px;
}
.main-about-adv-item {
	padding: 22px;
}
.main-about-adv-item:nth-child(2) {
	border-right: 1px solid #DFD9CD;
	border-left: 1px solid #DFD9CD;
}
.main-about-adv-item__title {
	font-weight: 800;
	font-size: 33.5px;
	line-height: 34px;
	letter-spacing: -1.02px;
	color: #0D0D0D;
}
.main-about-adv-item__text {
	margin-top: 9px;
	font-family: 'JetBrains Mono';
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.main-about__left .btn {
	margin-top: 32px;
	min-height: 62px;
	width: fit-content;
	padding: 0 30px;
	font-size: 15px;
	line-height: 24px;
}
.main-about__left .btn:hover {
	border-color: #E3CFA4;
}
.main-about__img {
	display: block;
	width: 100%;
}
.main-about-warranty {
	margin-top: 24px;
	background: #E3CFA4;
	padding: 26px;
}
.main-about-warranty__title {
	font-size: 16px;
	line-height: 24px;
	color: #0D0D0D;
}
.main-about-warranty__subtitle {
	margin-top: 14px;
	font-family: 'JetBrains Mono';
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.7);
}
.steps {
	padding: 120px 0;
	background: #0D0D0D;
}
.steps .title {
	color: #ffffff;
}
.steps__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
	grid-gap: 24px;
}
.steps-item {
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.steps-item__numb {
	font-family: 'JetBrains Mono';
	font-weight: 700;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #E3CFA4;
}
.steps-item__title {
	margin-top: 16px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.44px;
	color: #FFFFFF;
}
.steps-item__text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.66);
}
.our-work {
	padding: 120px 0;
}
.our-work-tabs__btns {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.our-work-tabs__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(199, 183, 163, 1);
	padding: 10px 16px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	color: #0D0D0D;
}
.our-work-tabs__btn:not(.active):hover {
	background: rgba(227, 207, 164, 1);
}
.our-work-tabs__btn.active {
	background: rgba(13, 13, 13, 1);
	border-color: rgba(13, 13, 13, 1);
	color: #ffffff;
}
.our-work-tabs__content {
	margin-top: 26px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	grid-gap: 25px;
}
.our-work-card {
	display: none;
	border: 1px solid rgba(223, 217, 205, 1);
}
.our-work-card:nth-child(n+6){
	display: none;
}
.our-work-card.active {
	display: block !important;
}
.our-work-card:first-child,
.our-work-card.big{
	grid-column: 2 span;
}
.our-work-card__img {
	width: 100%;
	height: 325px;
}
.our-work-card__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-work-card__content {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: stretch;
	grid-gap: 7px 14px;
	padding: 18px 20px;
	border-top: 1px solid rgba(223, 217, 205, 1);
}
.our-work-card__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #0D0D0D;
}
.our-work-card__text {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.our-work-card__cat {
	grid-row: 1/3;
	grid-column: 2;
	width: fit-content;
	height: fit-content;
	padding: 5px 10px;
	background: rgba(227, 207, 164, 1);
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #0D0D0D;
}
.stocks {
	padding: 120px 0;
	background: #F6F3ED;
}
.stocks__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch;
	grid-gap: 24px;
}
.stocks-item {
	display: grid;
	grid-template-columns: 190px 1fr;
	align-items: stretch;
	grid-gap: 0px;
	background: #E3CFA4;
	border: 1px solid #0D0D0D;
}
.stocks-item:nth-child(even) {
	background: #C7B7A3;
}
.stocks-item__img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.stocks-item__content {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 32px;
	color: #0D0D0D;
}
.stocks-item__uptitle {
	font-family: 'JetBrains Mono';
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.stocks-item__title {
	margin-top: 12px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.44px;
}
.stocks-item__text {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
}
.stocks-item__content .btn {
	width: fit-content;
	margin-top: 18px;
}
.reviews {
	padding: 120px 0;
	box-sizing: border-box;
}
.reviews * {
	box-sizing: border-box;
}
.reviews__slider {
	width: calc(100% + 24px);
	margin-left: -12px;
}
.reviews__slider .slick-track {
	display: flex;
	align-items: stretch;
}
.reviews__slider .slick-dots {
	justify-content: flex-start;
	padding: 0 12px;
}
.reviews__slider .slick-slide{
	height: auto;
	margin: 0 12px;
}
.reviews__slider .slick-slide > div {
	height: 100%;
}
.reviews__slider .slick-slide .reviews-item {
	height: 100%;
}
.reviews-item {
	border: 1px solid #DFD9CD;
	padding: 38px;
}
.reviews-item__q {
	font-weight: 800;
	font-size: 56px;
	line-height: 34px;
	color: #E3CFA4;
}
.reviews-item__text {
	margin-top: 17px;
	font-size: 16px;
	line-height: 26px;
	color: #0D0D0D;
}
.reviews-item__bottom {
	margin-top: 17px;
	padding-top: 27px;
	border-top: 1px solid #DFD9CD;
	display: grid;
	grid-template-columns: 44px 1fr;
	align-items: center;
	grid-gap: 7px 14px;
}
.reviews-item__photo {
	grid-row: 1/3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #E3CFA4;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #0D0D0D;
}
.reviews-item__name {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #0D0D0D;
}
.reviews-item__date {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 28px 0 0 0;
	padding: 0;
}
.slick-dots li {
	display: block;
	width: 32px;
	height: 3px;
	cursor: pointer;
	background: #C7B7A3;
}
.slick-dots li.slick-active {
	background: #0D0D0D;
}
.slick-dots li button {
	display: none;
}
.location {
	padding: 20px 0 120px 0;
	box-sizing: border-box;
}
.location * {
	box-sizing: border-box;
}
.location__wrap {
	border: 1px solid #0D0D0D;
}
.location-head {
	border-bottom: 1px solid #0D0D0D;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	grid-gap: 0px;
}
.location-head-item {
	display: grid;
	grid-template-columns: 100%;
	align-items: flex-start;
	grid-gap: 8px;
	padding: 38px 32px 32px 32px;
}
.location-head-item:not(:last-child) {
	border-right: 1px solid #DFD9CD;
}
.location-head-item__uptitle {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.location-head-item__title {
	padding-top: 5px;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.19px;
	color: #0D0D0D;
}
.location-head-item__text {
	font-size: 14px;
	line-height: 22px;
	color: rgba(13, 13, 13, 0.7);
}
.location-map {
	height: 320px;
	width: 100%;
	background: linear-gradient(0deg, #F6F3ED, #F6F3ED),
				linear-gradient(0deg, rgba(13, 13, 13, 0.06) 0%, rgba(13, 13, 13, 0.06) 0.31%, rgba(13, 13, 13, 0) 0.31%, rgba(13, 13, 13, 0) 12.54%),
				linear-gradient(90deg, rgba(13, 13, 13, 0.06) 0%, rgba(13, 13, 13, 0.06) 0.08%, rgba(13, 13, 13, 0) 0.08%, rgba(13, 13, 13, 0) 3.02%);
}
.ymaps-2-1-79-balloon {
	box-shadow: none !important;
}
.ymaps-2-1-79-balloon__close,
.ymaps-2-1-79-copyrights-pane{
	display: none !important;
}
.ymaps-2-1-79-ground-pane {
	opacity: 0.2 !important;
}
.ymaps-2-1-79-balloon__content {
	margin: 0 !important;
	background: #0D0D0D !important;
	padding: 12px 18px !important;
	font-family: 'JetBrains Mono' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 19px !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
}
.ymaps-2-1-79-balloon__content > ymaps {
	height: auto !important;
	width: auto !important;
	white-space: nowrap;
}
.ymaps-2-1-79-balloon__content > ymaps > ymaps {
	display: flex;
	align-items: center;
	gap: 10px;
}
.ymaps-2-1-79-balloon__content span.rect {
	display: block;
	width: 8px;
	height: 8px;
	background: #E3CFA4;
}
.ymaps-2-1-79-balloon__tail:after {
	background: #0D0D0D !important;
}
.call-form {
	position: relative;
	z-index: 1;
	background-image: url('/d/call-form.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 211px 0;
}
.call-form * {
	box-sizing: border-box;
}
.call-form:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(13, 13, 13, 0.94) 0%, rgba(13, 13, 13, 0.8) 42%, rgba(13, 13, 13, 0.62) 100%);
}
.call-form__wrap {
	display: grid;
	grid-template-columns: minmax(320px, 598px) 1fr;
	align-items: flex-end;
	grid-gap: 78px;
}
.call-form__title {
	color: #ffffff;
}
.call-form__text {
	margin-top: 20px;
	max-width: 550px;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.66);
}
.call-form-adv {
	margin-top: 35px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	grid-gap: 0px;
}
.call-form-adv-item {
	display: grid;
	grid-template-columns: 100%;
	align-items: stretch;
	grid-gap: 9px;
	padding: 22px;
}
.call-form-adv-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.call-form-adv-item__title {
	font-weight: 800;
	font-size: 33.3px;
	line-height: 34px;
	letter-spacing: -1.02px;
	color: #FFFFFF;
}
.call-form-adv-item__text {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
.call-form .g-anketa-wrapper .title,
.call-form .g-anketa-wrapper .g-form-field__title,
.call-form .tpl-anketa .gr-head,
.call-form .tpl-anketa .gr-title {
	display: none;
}
.call-form .tpl-anketa .gr-title {
	font-size: 0px;
}
.call-form .tpl-anketa .gr-info {
	font-size: 12px;
	color: #fff;
}
.call-form .tpl-anketa .gr-error {
	margin-bottom: 4px;
	font-size: 12px;
	color: red;
}
.call-form .g-anketa-wrapper form,
.call-form .tpl-anketa .gr-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 18px 35px;
}
.call-form .g-anketa-wrapper form .g-form-row-layout:nth-child(6),
.call-form .g-anketa-wrapper form .g-form-row--submit,
.call-form .tpl-anketa .gr-form .gr-field:nth-child(6),
.call-form .tpl-anketa .gr-form .gr-field:nth-child(7){
	grid-column: 2 span
}
.call-form .g-anketa-wrapper form .g-form-row--submit,
.call-form .tpl-anketa .gr-form .gr-field:nth-child(7){
	margin-top: 6px;
}
.call-form .g-anketa-wrapper .g-form-control-text,
.call-form .tpl-anketa .gr-form .gr-value input{
	outline: none;
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid rgba(255, 255, 255, 1);
	background: none;
	padding: 0 17px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #FFFFFF;
}
.call-form .g-anketa-wrapper .g-form-control-text::placeholder,
.call-form .tpl-anketa .gr-form .gr-value input::placeholder {
  color: #FFFFFF;
}
.call-form .g-anketa-wrapper .g-form-control-text::-webkit-input-placeholder,
.call-form .tpl-anketa .gr-form .gr-value input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.call-form .g-anketa-wrapper .g-form-control-text::-moz-placeholder,
.call-form .tpl-anketa .gr-form .gr-value input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.call-form .g-anketa-wrapper .g-form-control-text:-ms-input-placeholder,
.call-form .tpl-anketa .gr-form .gr-value input:-ms-input-placeholder {
  color: #FFFFFF;
}
.call-form .g-anketa-wrapper .g-button,
.call-form .tpl-anketa .gr-form .gr-button {
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(227, 207, 164, 1);
	width: 100%;
	height: 55px;
	cursor: pointer;
	transition: 200ms linear;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.call-form .g-anketa-wrapper .g-button:hover,
.call-form .tpl-anketa .gr-form .gr-button:hover{
	background: rgba(229, 199, 133, 1);
}
.call-form .form-policy {
	margin-top: 22px;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	color: #FFFFFF;
}

.articles {
	background: #F6F3ED;
	padding: 120px 0;
}
.articles * {
	box-sizing: border-box;
}
.articles .section-head {
	align-items: flex-end;
}
.articles__text {
	margin-top: 20px;
	max-width: 640px;
	font-size: 19px;
	line-height: 29px;
	color: rgba(13, 13, 13, 0.7);
}
.articles-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: stretch;
	grid-gap: 24px;
}
.articles-list-item {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 1);
	display: flex;
    flex-direction: column;
}
.articles-list-item:hover .articles-list-item__img img{
	transform: scale(1.1);
}
.articles-list-item__img {
	position: relative;
	height: 234px;
	overflow: hidden;
}
.articles-list-item__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 234px;
	background: rgba(227, 207, 164, 0.1);
}
.articles-list-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 400ms linear;
}
.articles-list-item__content {
	flex-grow: 1;
	padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.articles-list-item__data {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.articles-list-item__tag {
	width: fit-content;
	padding: 5px 10px;
	border: 1px solid rgba(199, 183, 163, 1);
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.5);
}
.articles-list-item:nth-child(1) .articles-list-item__tag {
	background: rgba(227, 207, 164, 1);
	border-color: rgba(227, 207, 164, 1);
}
.articles-list-item:nth-child(2) .articles-list-item__tag {
	background: rgba(199, 183, 163, 1);
	border-color: gba(199, 183, 163, 1);
}
.articles-list-item__date {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: gba(13, 13, 13, 0.5);
}
.articles-list-item__title {
	flex-grow: 1;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #0D0D0D;
}
.articles-list-item__anonce {
	font-size: 14px;
	line-height: 22px;
	color: rgba(13, 13, 13, 0.7);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.articles-list-item__link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

@media (max-width: 1370px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.marquee-track {
		animation: marqueeScroll 15s linear infinite;
	}
	.we-produce__wrap {
	    grid-template-columns: repeat(3, 1fr);
	    grid-gap: 12px;
	}
	.why-order-us__items {
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 12px;
	}
	.main-about__wrap {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	.steps__items {
	    grid-template-columns: repeat(2, 1fr);
	}
	.stocks__items {
		grid-template-columns: 100%;
	}
	.call-form {
		padding: 120px 0;
	}
	.call-form__wrap {
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
	.our-work-tabs__content {
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 12px;
	}
	.articles-list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}
}
@media (max-width: 768px) {
	.hero-main {
		padding: 50px 0;
	}
	.section-head {
		margin-bottom: 40px;
		grid-template-columns: 100%;
	}
	.section-head .btn {
		width: fit-content;
	}
	.we-produce,
	.why-order-us,
	.main-about,
	.steps,
	.stocks,
	.reviews,
	.call-form,
	.our-work,
	.articles{
	    padding: 60px 0;
	}
	.we-produce__wrap {
	    grid-template-columns: repeat(2, 1fr);
	}
	.location {
		padding-bottom: 60px;
	}
	.location-head {
		grid-template-columns: 100%;
	}
	.location-head-item:not(:last-child) {
	    border-right: 0px solid #DFD9CD;
	    border-bottom: 1px solid #DFD9CD;
	}
	.our-work-tabs__btns {
		gap: 5px;
	}
}
@media (max-width: 525px) {
	.btn {
		min-height: 42px;
		padding: 0 20px;
		font-size: 13px;
    	line-height: 20px;
	}
	.hero-main__wrap {
		padding: 32px 32px 32px 26px;
	}
	.hero-main__title {
		margin-top: 15px;
		font-size: 28px;
        line-height: 30px;
	}
	.hero-main__text {
	    padding-right: 0px;
	    font-size: 15px;
	    line-height: 25px;
	}
	.hero-main__btns {
		margin-top: 15px;
	}
	.hero-main__btns .btn {
		min-height: 52px;
		padding: 0 15px;
		gap: 5px;
	}
	.hero-main-adv {
		margin-top: 15px;
		padding-top: 15px;
	}
	.hero-main-adv-item {
	    padding: 5px 10px 0 10px;
	}
	.hero-main-adv-item__text {
		margin-top: 5px;
		font-size: 15px;
    	line-height: 20px;
	}
	.marquee-track {
		animation: marqueeScroll 10s linear infinite;
	}
	.we-produce__wrap {
	    grid-template-columns: repeat(1, 1fr);
	}
	.we-produce-discuss {
		grid-column: 1;
	}
	.why-order-us__items {
	    grid-template-columns: repeat(1, 1fr);
	}
	.why-order-us__text {
	    font-size: 16px;
	    line-height: 26px;
	}
	.main-about__text {
	    font-size: 16px;
	    line-height: 26px;
	}
	.main-about-adv {
	    grid-template-columns: 1fr;
	}
	.main-about-adv-item:nth-child(2) {
	    border-right: 0px solid #DFD9CD;
	    border-left: 0px solid #DFD9CD;
	    border-top: 1px solid #DFD9CD;
	    border-bottom: 1px solid #DFD9CD;
	}
	.steps__items {
	    grid-template-columns: repeat(1, 1fr);
	}
	.stocks-item {
		grid-template-columns: 100%;
	}
	.stocks-item__img img {
		height: 320px;
	}
	.location-head-item {
		padding: 20px;
	}
	.call-form-adv-item {
		padding: 12px;
	}
	.call-form-adv-item__title {
	    font-size: 20px;
	    line-height: 24px;
	}
	.call-form .g-anketa-wrapper form {
		grid-template-columns: 100%;
	}
	.call-form .g-anketa-wrapper form .g-form-row-layout:nth-child(6), 
	.call-form .g-anketa-wrapper form .g-form-row--submit {
	    grid-column: 1;
	}
	.our-work-tabs__content {
	    grid-template-columns: 1fr;
	}
	.our-work-card:first-child, .our-work-card.big {
	    grid-column: 1 span;
	}
	.articles-list {
		grid-template-columns: 1fr;
	}
}