﻿
html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
    font-family: "Inter";
	font-size: 12px; 
	color: #000000; 
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}
img { 
	border: none; 
	border-width: 0px; 
}
*html #main { 
	height: 100%; 
}
p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
    font-family: "Inter";
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	font-weight: normal; 
    font-family: "Inter";
}
h3 {
	font-size: 18px;
	color: #000;
	font-family: "Inter"; font-weight:600;
}
h4 {
	font-size: 14px;
}
table { 
	border-collapse: collapse; 
}
ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}


.why_img_list_one .material-symbols-outlined  {
	
	font-size: 70%;
	
}



/* ----- pagewrap ----- */
html {
	/**/
	scroll-behavior: smooth;
}
body {
	height:auto;
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
#pagewrap {
	width:100%;
}
#blackwrap {
	z-index:10000;
}
#show_form {
	z-index:10001;
}
#show_form table {
	width: 100%;
}
#show_form table textarea {
	resize: none;
}
.animated-section {
	overflow: hidden;
}

#pagewrap.global.main.onload {

	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.69);
	background-image: url("/themes/default/images/mainpage3.jpg?1");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

/* main-section */
#main-section {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

#main-section-fon {
	display: block;
	width: 98%;
	height: 96%;
	margin: 0 auto 20px;
	padding: 0;
	border-radius: 0 0 15px 15px;
}

#main-section-container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
header {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	min-height: 135px;
	padding: 0;
	margin: 0 auto;
	z-index: 22;
	background: rgba(57,37,46,0.8);
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
header.active {
	/* animation: change-color 1s forwards; */
	/* -webkit-animation: change-color 1s forwards; */
	min-height: 90px;
	background-color: rgba(57,37,46,0.8);
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

@keyframes change-color {
	0% {
		background: none;
		opacity: 1;
	}
	100% {
		background: #110a0a75;
		height: 80px;
	}
}

#header-container {
	width: 86%;
	min-height: inherit;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-logo {
	width: 219px;
	flex-basis: 219px;
	padding: 0;
	margin: 0;
}
#header-logo img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header-menu {
	width: 48%;
	padding: 0;
	margin: 0;
}
#header-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0% 0% 0% 5%;
}
#header-menu ul li a {
	margin: 0px;
	padding: 10px 0px;
	font-family: "Inter";
	font-size: 16px;
	color:#ffffff;
	text-decoration: none;
}
#header-menu ul li a:hover {
	color:#dedcda;
}
#header-call {
	width: 210px;
	flex-basis: 210px;
	height: 50px;
	padding: 0;
	margin: 0 3% 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#header-call:hover,
#header-call.active {
	color:#dedcda;
	border: 2px solid #dedcda;
}
#main-section-slogan {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 60%;
	/*transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(-200%, 0);
	-webkit-transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);*/
}
#main-section-slogan h2 {
	display: block;
	padding: 30px 0px 0px 0px;
	margin: 0 0 0 9.5%;
	color:#ffffff;
	font-family: "ag-benguiat";
	font-size: 64px;
	text-transform: uppercase;
}
.section-title {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin: 15px 0;
}
#main-section-slogan .section-title {
	font-size: 70px;
	width: 425px;
	line-height: 80px;
	margin-bottom: 50px;
}
.section-subtitle {
	font-size: 27px;
	font-weight: normal;
	color: #ffffff;
	margin: 15px 0;
}
.section-text {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 15px 0;
}
.section-text p {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 35px 20px;
}
#main-section-slogan .section-text p {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 35px 0;
}
.section-text ul {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 25px 0 25px 14px;
	list-style: disc;
	overflow: hidden;
}
.section-text li {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 12px 0;
}

.section-button {
	width: 340px;
	flex-basis: 340px;
	height: 50px;
	padding: 0;
	margin: 51px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.section-button:hover,
.section-button.active {
	color:#444444;
	border: none;
	background: #dedcda;
}
#box-section .section-button {
	color: #ffffff;
	background: rgba(57,37,46,1);
	border: 2px solid rgba(57,37,46,1);
	margin: 145px 2% 30px 0;
	float: right;
	width: 260px;
	text-transform: none;
	font-size: 18px;
}
#box-section .section-button:hover,
#box-section .section-button.active {
	color: #dedcda;
	background: rgba(57,37,46,0.8); 
	border: 2px solid rgba(57,37,46,0.8);
}
#box-section2 .section-button:hover,
#box-section2 .section-button.active {
	color:#ffffff;
	border: none;
	background: rgba(57,37,46,1);
}
#box-section4 .section-button {
	color: #ffffff;
	background: #999999; 
	border: 2px solid #999999;
}
#box-section4 .section-button:hover,
#box-section4 .section-button.active {
	color: #dedcda;
	background: #666666; 
	border: 2px solid #666666;
}




.section-text-black p {
	color: #000;
}
#box-section3 .section-text li {
	color: #fff;
	width: 45%;
	float: left;
	margin: 15px 2.5%;
}
#box-section12 .section-text li {
	color: #fff;
	width: 45%;
	float: left;
	margin: 15px 2.5%;
}
.section-text-black li {
	color: #000;
	width: 45%;
	float: left;
	margin: 15px 2.5%;
}
#box-section2 .box-section-item {
	padding: 30px 40px;
	margin: 20px;
	border-radius: 10px;
	background: rgba(57,37,46,0.8);
	color: #fff;
}
#box-section2 .box-section-item .box-section-item-title {
	color: #fff;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}
#box-section2 .box-section-item .box-section-item-price {
	color: #fff;
	text-align: left;
	font-size: 15px;
}

#box-section3 .section-text ul {
	margin-bottom: 50px;
	list-style: disc;
}
#box-section12 .section-text ul {
	margin-bottom: 50px;
	list-style: disc;
}

.animated-section.active #main-section-slogan {
/*	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);*/
}
#main-section.inner-main-section {
	height: 500px;
	background: url("/themes/default/images/main-section-inner-fon-2x.jpg") no-repeat scroll 50% 100%;
	background-size: 1950px;
}
#main-section.inner-main-section #main-section-fon {
	display: none;
}
#main-section.inner-main-section #main-section-container {
	position: static;
}

.inner_content{
	position: relative;
	width: 82%;
	padding: 0px 9% 200px 9%;
	margin: 0 auto;

	background: #fff;
	
}

.global.catalog .inner_content {
	width: 100%;
	padding: 0px 0 200px 0;
	
}
/* catalog-section */
#catalog-section {
	position: relative;
	width: 82%;
	padding: 0px 9% 125px 9%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	/* background-color: antiquewhite; */
	background: #fff;
}
#catalog-section .animated-trigger {
	width: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 50px 0px 120px 0px;
}
.catalog-section-title {
	width: 180px;
	flex-basis: 180px;
	padding: 0;
	margin: 0;
	/* background-color: #999993; */
}
.catalog-section-h2 {

}
.catalog-section-h2 h2 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	color:#222222;
	font-family: "ag-benguiat";
	font-size: 30px;
	text-transform: uppercase;
}
.catalog-section-h2 span.line {
	display: block;
	width: 48px;
	flex-basis: 48px;
	height: 4px;
	margin: 7px 0px 0px 0px;
	padding: 0;
	background-color: #e4b093;
}
#catalog-section-container {
	width: 77%;
	flex-basis: 77%;
	padding: 0;
	margin: 0 auto;
	/* background-color: aqua; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog-section-item {
	width: 23.5%;
	flex-basis: 23.5%;

}
.catalog-section-item-big {
	width: 49%;
	flex-basis: 49%;
}

.all-cats-logo{

}
.catalog-section-item img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(84%);
	-webkit-filter: grayscale(84%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.catalog-section-item img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.catalog-section-item span {
	display: block;
	margin: 0;
	padding: 5px 2% 15px 2%;
	color:#222222;
	font-family: "Inter";
	font-size: 16px;
}
.catalog-section-item-button p {
	padding: 0;
	margin: 0;
}
.catalog-section-item-button p a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 208px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	color:#ffffff;
	font-family: "Inter"; font-weight:600;
	font-size: 14px;
	text-transform: uppercase;
	background: #e4b093;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.catalog-section-item-button p a:hover {
	background: #df814e;
}
/* about-section */
#about-section {
	position: relative;
	width: 100%;
	padding: 0;
	
	margin: 0 auto;
}
#about-section-fon {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	min-height: 800px;
}
#about-section-container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#about-section-info {
	width: 38%;
	flex-basis: 38%;
	padding: 0;
	margin: 0 10% 0 0;
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(300%, 0);
	-webkit-transform: translate(300%, 0);
	-moz-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	-o-transform: translate(300%, 0);
	color: #ffffff;
}
#about-section-info a {
	color: #ffffff;
}
.animated-section.active #about-section-info {
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.about-section-title {
	width: 100%;
	flex-basis: 100%;
	margin: 0px 0px 32px 0px;
	padding: 0;
	color:#ffffff;
	font-family: "ag-benguiat";
	font-size: 40px;
	text-transform: uppercase;
}
#about-section-text {
	width: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 0 0 6% 0;
}
#about-section-text p {
	margin: 0;
	padding: 12px 0px;
	color:#ffffff;
	font-family: "Inter";
  	font-size: 16px;
	line-height: 28px;
}

/* box-section */
#box-section {
	position: relative;
	width: 70%;
	padding: 0 15%;
	background: #f7f4f3;
	margin: 0 auto;
}
#box-section2 {
	position: relative;
	width: 70%;
	padding: 0 15% 100px;
	background: #fff;
	margin: 0 auto;
}
#box-section10 {
	position: relative;
	width: 70%;
	padding: 0 15% 100px;
	background: #fff;
	margin: 0 auto;
}
#box-section11 {
	position: relative;
	width: 70%;
	padding: 0 15% 100px;
	background: #fff;
	margin: 0 auto;
}
#box-section3 {
	position: relative;
	width: 70%;
	padding: 0 15%;
	margin: 0 auto 50px;
}
#box-section12 {
	position: relative;
	width: 70%;
	padding: 0 15%;
	margin: 0 auto 50px;
}
#box-section4 {
	position: relative;
	width: 70%;
	padding:0 15%;
	background:#fff;
	margin: 0 auto;
}
#box-section5 {
	position: relative;
	width: 70%;
	padding: 0 15% 90px;
	background: #fff;
	margin: 0 auto;
}
.box-section-title {
	/**/
}
.box-section-h2 {
	/**/
	width: 100%;
	padding: 0;
	margin: 0;
}
.box-section-h2 h2 {
	margin: 0;
	padding: 145px 0px 30px 2%;
	color: rgba(57,37,46,1);
	font-family: "Inter";
	font-size: 50px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}
#box-section3 .box-section-h2 h2 {
	color: #fff;
	padding: 145px 0px 30px 52%;
}
.calc_price_page_variant label {
	font-size: 18px;
	cursor: pointer;
}
.calc_price_page_variant .calc_img_area {
	margin-bottom: 30px;
}
#box-section11 .box-section-h2 h2 {
	padding: 145px 0px 30px 0;
}
#box-section3 .section-text {
	color: #fff;
	padding: 0 0px 30px 52%;
}
#box-section12 .box-section-h2 h2 {
	color: #fff;
	padding: 145px 0px 30px 2%;
}
#box-section12 .section-text {
	color: #fff;
	padding: 0 0px 30px 2%;
}
#box-section45 .box-section-h2 h2 {
	margin: 0;
	padding: 145px 0px 30px 50%;
	color: rgba(57,37,46,0.8);
	font-family: "Inter";
	font-size: 24px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}
.box-section-h2 span.line {
	padding: 0;
	margin: 0 auto 85px auto;
	display: block;
	width: 35px;
	height: 3px;
	background: #e4b093;
}


#box-section45 {
	position: relative;
	width: 70%;
	padding: 0 15% 100px;
	background: #fff;
	margin: 0 auto;
}
#box-section-container {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: start;
}
.box-section-item {
	width: 30%;
	flex-basis: 30%;
	padding: 0;
	margin: 0 0 50px 0px;
	text-align: left;
}
.inner_content .box-section-item-img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.box-section-item-div {
	aspect-ratio: 460/575;
	border-radius: var(--border-radius-base);
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 15px;
}
.box-section-item-img {
	width: 100%;
	display: block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.box-section-item-title {
	overflow: hidden;
	display: block;
	padding: 0 15px;
	color: #404040;
	font-family: "Inter";
	font-size: 22px;
	text-align: center;
	margin-top: 25px;
}
#box-section2 .box-section-item-title {
	padding: 0 0;
}


.block-slider-icon__container {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: 48px;
	padding-top: 120px;
	position: relative;
}
.block-slider-icon__left {
	position: relative;
}


.block-slider-icon__container {
	grid-gap: 48px;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 100px;
}

.block-slider-icon__circle {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: rgba(57,37,46,0.8);
	border-radius: 50%;
	display: none;
	justify-content: center;
	margin: 0 auto;
	max-width: 275px;
	width: 100%;
}

.block-slider-icon__circle.active{
	display:flex;
	
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.block-slider-icon__slider {
	height: 100%;
	overflow: hidden;
}
.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.block-slider-icon__slide {
	align-items: center;
	display: flex;
	height: 100%;
}
.block-slider-icon__slide {
	align-items: center;
	display: flex;
	height: 100%;
}

.block-slider-icon__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.block-slider-icon__title {
	left: 50%;
	margin-bottom: 48px;
	position: absolute;
	text-align: center;
	top: 16px;
	transform: translateX(-50%);
}

.block-slider-icon__content {
	align-items: center;
	display: flex;
	gap: 32px;
	height: 250px;
	width:100%;
	overflow: hidden;
}




.why_we_area {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.why_we_area_inner {
	width: 50%;
}

.why_we_area_inner_left{
	
	
}

.why_we_area_inner_right{
	
	
	 
}

.why_img_list_one {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: rgba(57,37,46,1);
	border-radius: 45px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 360px;
	width: 100%;
	color: #fff;
	font-size: 200px;
}

.swiper-slide-why{
	position:relative;
}

.swiper-slide-why-num {
	position: absolute;
	right: 0;
	width: 39px;
	top: 0;
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

.whySwiper{
display:flex;
	justify-content: space-between;
}

.whySwiper .swiper-wrapper{
	width:85%;
}

.whySwiper .swiper-control {
	width: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
	z-index: 2;
}

.swiper-button-why-prev{
	display:block;
	width:30px;
	height:30px;
	background:url("/themes/default/images/arrow_up.png") no-repeat 50% 50% ;
	border:1px solid #333;
	border-radius:50%;
	padding:8px 10px;
	position:relative;
	cursor: pointer;
}

.swiper-slide05 .swiper-slide-text {
	font-size: 42px;
}
.swiper-slide08 .swiper-slide-text {
	font-size: 42px;
}

.swiper-button-why-prev:hover{
	opacity:0.6;
}
.swiper-button-why-next:hover{
	opacity:0.6;
}

.swiper-button-why-next{
	display:block;
	width:30px;
	height:30px;
	background:url("/themes/default/images/arrow_down.png")  no-repeat 50% 50%;
	position:relative;
	border:1px solid #333;
	border-radius:50%;
	padding:8px 10px;
	cursor: pointer;
}


.why_img_list_one img{
	
	
}

.swiper-slide-text {
	background: #fff;
	height: 100%;
	width: 85%;
	font-size: 45px;
	flex-grow: 1;
	min-height: 300px;
	padding-top: 60px;
}






#box-section2 .box-section-item-title {
	margin-top: 0;
	text-align: left;
}
#box-section2 .box-section-item {
	width: 24%;
	flex-basis: 24%;
	min-height: 155px;
}
#box-section2 .box-section-item.section-button {
	font-size: 30px;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	background: rgba(57,37,46,1);
}
#box-section2 .box-section-item.section-button:hover {
	background: rgba(37,17,26,1);
}
#box-section4 .box-section-item-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.box-section-item-title span {
	overflow: hidden;
	display: inline-block;
	padding: 20px 24px;
	color: #ffffff;
	font-family: "Inter"; font-weight:600;
	font-size: 24px;
	text-align: center;
	background: #999999;
	border-radius: 43px;
	min-width: 20px;
	margin-bottom: 20px;
}


.box-section-item-price{
	font-size:16px;
	margin:10px 0;
	color:#404040;
}

.box-section-item-price span{
	font-size:22px;
}
.box-section-item-more{
	margin-top:40px;
}

.box-section-item-more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 35px;
	padding: 0;
	margin: 0 auto;
	background-color: #e4b093;
	font-family: "Inter"; font-weight:600;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color:#ffffff;
	text-decoration: none;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.box-section-item-more a:hover {
	background-color: #df814e;
}



.calc_price_area{
	
	
}

.calc_price_page{
	
	display:none;
	justify-content:space-between;
	
}

.calc_price_page.show_page{
	display:flex;
	
}

.calc_price_page_inner{
	
	
}

.calc_price_page_inner_left{
	width:35%;
	border-right:1px solid #ccc;
	
}

.calc_price_page_inner_right{
	width:60%;
	
}

.calc_price_page_num{
	font-weight:400;
	font-size:30px;
	margin-bottom:50px;
	
	
}

.calc_price_page_title{
	font-weight:600;
	font-size:40px;
	margin-bottom:50px;
	
}

.calc_price_page_title_notice{
	font-weight:400;
	font-size:16px;
	margin-bottom:50px;
}

.calc_price_page_left_buttons{
	display:flex;
	
	
}


.calc_price_page_left_buttons.calc_price_page_left_buttons_mobile{
	display:none;
}
.calc_input_area_title {
	font-size: 16px;
}
.calc_input_area input, .calc_input_area textarea {
	margin: 22px 0 22px 0;
	width: 80%;
	padding: 15px 3%;
	background: #d9d8d8;
	font-family: "Inter";
	font-size: 15px;
	color: #000000;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.calc_input_area textarea {
	height: 150px;
}
.calc_input_one {
	margin: 15px 0;
}
.calc_btn_next {
	align-items: center;
	background-color: rgba(57,37,46,0.8);
	border: 1px solid #d6d6d6;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	letter-spacing: -.01em;
	line-height: 1;
	overflow: hidden;
	padding: 1.375em 2em;
	position: relative;
	text-decoration: none;
	transition: transform .1s ease-in;
	border: none;
}
.calc_btn_next:hover {
	background-color: rgba(57,37,46,1);
}

.calc_btn_prev{
	display: inline-flex;
	width:30px;
	height:30px;
	background:url("/themes/default/images/arrow_left.png") no-repeat 50% 50% ;
	border:1px solid #333;
	border-radius:50%;
	padding:8px 10px;
	margin-right:10%;
}

.calc_price_page_variants {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.calc_price_page_variant {
	width: 30%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.calc_price_page_variant img{
	width:100%;
	border-radius:50%;
	
}

.calc_img_area{
	position:relative;
}

.calc_price_page_variant input{
	display:none;
}

.calc_price_page_variant input:checked + .calc_img_area{
	opacity:1;
	
	
}


.calc_price_page_variant input:checked + .calc_img_area::before {
	content: " ";
	display: block;
	background: rgba(57,37,46,0.8) url("/themes/default/images/checkbox_active.svg") no-repeat scroll 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background-size: 90px;
} 


/* contacts-section */
#contacts-section {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #444;
	max-height: 735px;
}
#contacts-section-fon {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#contacts-section-container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contacts-section-blocks {
	width: 79%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	/* background: #999993; */
}
#contacts-section-left {
	width: 50%;
	flex-basis: 50%;
	padding: 0;
	/* background: #dedcda; */
	margin: 0;
}
#contacts-section-left .contacts-section-title {
	width: 100%;
	flex-basis: 100%;
	padding: 0;
	margin: 0;
}
#contacts-section-left .contacts-section-h2 h2 {
	padding: 120px 0px 0px 0px;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}
#contacts-section-left .contacts-section-h2 span.line {
	display: block;
	padding: 0;
	margin: 34px 0px 0px 0px;
	width: 68px;
	height: 3px;
	background-color: #e4b093;
}
#contacts-section-left p.alert {
	display: block;
	margin: 42px 0px 35px 0px;
	padding: 0;
	font-family: "Inter";
  	font-size: 16px;
  	color: #fff;
}
#contacts-section-left form {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.form_field_one,
#contacts-section-form-mail,
#contacts-section-form-what, 
#contacts-section-form-part, 
#contacts-section-form-lekalo, 
#contacts-section-form-phone,
#contacts-section-form-message {
	margin: 0 0 22px 0;
	width: 94%;
	padding: 15px 3%;
	background: #d9d8d8;
	font-family: "Inter";
  	font-size: 15px;
  	color: #000000;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#contacts-section-form-message {
	resize: none;
	min-height: 90px;
}
.form_field_one::placeholder,
#contacts-section-form-mail::placeholder,
#contacts-section-form-message::placeholder {
	font-family: "Inter";
	font-size: 15px;
	color: #000000;
}
.form_field_one:active, 
.form_field_one:hover, 
.form_field_one:focus,
#contacts-section-form-mail:active, 
#contacts-section-form-mail:hover, 
#contacts-section-form-mail:focus,
#contacts-section-form-message:active, 
#contacts-section-form-message:hover, 
#contacts-section-form-message:focus {
    outline: 0;
    outline-offset: 0;
}
#contacts-section-form-send {
	width: 340px;
	height: 50px;
	padding: 0;
	margin: 25px auto 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	font-family: "Inter"; font-weight:600;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-ms-border-radius: 40px 40px 40px 40px;
	-o-border-radius: 40px 40px 40px 40px;
}
#contacts-section-form-send:hover {
	background-color: #dedcda;
	color: #444444;
}
#contacts-section-right { 
	width: 50%;
	flex-basis: 50%;
	padding: 0;
	margin: 0 0 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* background-color: #e4e4e4; */
}
#contacts-section-right .contacts-section-title {
	width: 100%;
	flex-basis: 100%;
	padding: 0;
	margin: 0;

	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(300%, 0);
	-webkit-transform: translate(300%, 0);
	-moz-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	-o-transform: translate(300%, 0);
}
.animated-section.active #contacts-section-right .contacts-section-title {
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
#contacts-section-right .contacts-section-title .contacts-section-h2 {
	padding: 0;
	margin: 0 0 0 0;
}
#contacts-section-right .contacts-section-title .contacts-section-h2 h2 {
	padding: 120px 0px 35px 24%;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}


.catalog-section-item a {
	text-decoration: none;
}
#contacts-section-container-right {
	padding: 0;
	margin: 0 0 0 24%;

	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(300%, 0);
	-webkit-transform: translate(300%, 0);
	-moz-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	-o-transform: translate(300%, 0);
}
.animated-section.active #contacts-section-container-right {
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
}
.contacts-section-item {
	width: 100%;
	flex-basis: 100%;
	padding: 0;
	margin: 0;
}
.contacts-section-item h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: "Inter"; font-weight:600;
	font-size: 15px;
	color: #fff;
}
.contacts-section-item p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Inter";
	font-size: 16px;
	color: #fff;
}
.contacts-section-item p a {
	font-family: "Inter";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.contacts-section-item p a:hover {
	color: #dedcda;
}
#contacts-section-item-1 p {
	margin: 0;
	padding: 0 0 25px 0;
}
#contacts-section-item-2 p {
	margin: 0;
	padding: 0 0 25px 0;
}
#contacts-section-item-3 p {
	margin: 0;
	padding: 0 0 25px 0;
}
#contacts-section-item-4 p {
	margin: 0;
	padding: 0 0 25px 0;
}
#contacts-section-item-3 p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#contacts-section-item-3 p span {
	margin: 0;
	padding: 0 15px 0 0;
}
#contacts-section-item-3 p img {
	width: 26px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 5px 0 0;
}
#contacts-section-bottom {
	width: 100%;
	flex-basis: 100%;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-family: "Inter";
	font-size: 12px;
}
#contacts-section-bottom span {
	margin: 0;
	padding: 0 5px;
	color:#ffffff;
}
#contacts-section-bottom a {
	color: #ddd;
	text-decoration: underline;
}
#contacts-section-bottom a:hover {
	text-decoration: none;
}
/* ================================================== */
/*
.header-main-search-text:active, 
.header-main-search-text:hover, 
.header-main-search-text:focus {
    outline: 0;
    outline-offset: 0;
}
*/

/* ----- main-swiper ----- */
/*
#main-swiper-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0% 0%;
	margin: 0px auto;
	font-family: "roboto-medium";
}
#main-swiper-container .mainSwiper .swiper-slide {
	width: 100%;
}
#main-swiper-container .mainSwiper .swiper-slide img {
	width: 100%;
}
#main-swiper-container .mainSwiper .swiper-slide-item {
	position: relative;
	padding: 0;
	margin: 0;
}*/

/* ----- footer ----- */
/*
footer {
	width: 100%;
	padding: 0px 0 0 0;
	margin: 0;
    font-family: "Inter";
	font-weight: normal;
	background: #ffffff;
}
*/

/* inner */
#show_form {
	left: 50%;
	margin: 0 0 0 -175px;
	position: fixed;
	top: 100px;
	width: 350px;
	border:2px solid #ffffff!important;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(60deg, rgba(255,255,255,1) 33%, rgba(228,176,147,0.8) 80%);
	background: -webkit-linear-gradient(60deg, rgba(255,255,255,1) 33%, rgba(228,176,147,0.8) 80%);
	background: linear-gradient(60deg, rgba(255,255,255,1) 33%, rgba(228,176,147,0.8) 80%);

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
#show_form h1 {
	font-size: 16px;
	text-transform: uppercase;
  	font-family: "Inter";
	font-weight: normal;
}
#show_form #show_form_close {
	color:#fff;
}
#show_form .form_field_one {
	border:none;
	margin: 0;
	padding: 5px 5%;
	width: 90%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#show_form .form_field_one:focus,
#show_form .form_field_one:active, 
#show_form .form_field_one:hover {
    outline: 0;
    outline-offset: 0;
}
#show_form p {
	font-size: 12px;
	font-family: "Inter";
	font-weight: normal;
}
#show_form .show_form_send {
	display: block;
	width: 100px;
	padding: 10px 30px;
	margin: 10px auto 1px auto !important;
	font-size: 14px;
	font-family: "Inter"; font-weight:600;
	font-weight: normal;
	text-align: center;
	border: 2px solid #ffffff;
	background: #e4b093 !important;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	text-transform: uppercase;
}
#show_form .show_form_send:hover {
	background: #df814e!important;
}
#main.main_2 {

}
#main.main-inner {
	width: 96%;
	margin: 0 auto;
	padding:20px 2% 20px 2%;
}
#main.main-inner .static {
	padding: 0;
	margin: 0;
}
#main.main_2 .tetext {

}
#main.main_2 h1,
#main.main_2 h2,
#main.main_2 h3,
#main.main_2 h4 {
	font-family: "ag-benguiat";
  	font-size: 40px;
  	text-transform: uppercase;
}
#main.main_2 h3 {
	font-size: 21px;
}
#main.main_2 h4 {
	font-style: 17px;
}
header.header-inner {
	/*-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);*/
}
.catalog_all_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 1900px) {
	/**/	
}

@media screen and (max-width: 1850px) {
	/**/
}

@media screen and (max-width: 1800px) {
	/**/
}

@media screen and (max-width: 1750px) {
	/**/
}

@media screen and (max-width: 1700px) {
	/**/
}

@media screen and (max-width: 1650px) {
	/**/
}

@media screen and (max-width: 1600px) {
	/**/
	#header-menu ul li a {
		font-family: "Inter";
		font-size: 15px;
	}
}

@media screen and (max-width: 1500px) {
	/**/
}

@media screen and (max-width: 1440px) {
	/**/
}

@media screen and (max-width: 1400px) {
	/**/
	.about-section-title {
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 30px 0px;
	}
	#about-section-text {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 1350px) {
	/**//**/
}

@media screen and (max-width: 1300px) {
	/**/
	#main-section-slogan h2 {
		font-size: 50px;
	}
	#about-section-text p {
		font-size: 14px;
	}
	#contacts-section-container-right {
		padding: 0;
  		margin: 0 0 0 19%;
	}
}
@media screen and (max-width: 1250px) {
	/**/
}

@media screen and (max-width: 1200px) {
	/* skin-tango*/

	/*

	.jcarousel-skin-onmain1 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain1 .jcarousel-item {
	}
	.jcarousel-skin-onmain1 .jcarousel-item-horizontal {
		width: 280px!important;
	}
	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}


	.jcarousel-skin-onmain2 .jcarousel-clip-horizontal {
		width: 1180px!important;
	}
	.jcarousel-skin-onmain2 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain2 .jcarousel-item {
	}

	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}

	*/
}
@media screen and (max-width: 1100px) {
	/**/
}
@media screen and (max-width: 1000px) {
	/**/
}