/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
	border-radius: 0
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */
/*--------------------*/

html,
body {
	height: auto;

}

body {
	font-family: 'lato', sans-serif;

	

}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #fff; /* фоновый цвет */
    z-index: 1001;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Размещаем элементы вертикально */
    justify-content: center;
    align-items: center; /* Центрируем элементы */
}

.preloader__logo {
    width: 120px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    animation: fade 2s infinite;
}



.preloader__loader {
    width: 40px; /* Уменьшаем размер в два раза */
}

@keyframes fade {
    0%, 100% {
        opacity: 1; /* Непрозрачность 100% */
    }
    50% {
        opacity: 0.4; /* Непрозрачность 80% */
    }
}


.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;

}


h1 {
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #343434;
}

h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;


	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 26px;
	color: #343434;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;

}

.top {
	height: 25px;
}

.logo {
	margin-left: 40px;

}

.logo img {
	max-height: 37px;

}

.long {
	height: 5000px;
}


.header {

	position: sticky;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 13;
}

.header-wrapper {}

.menu-hidden {
	position: fixed;
	z-index: 12;
	visibility: hidden;
}

.header__wrap {

	overflow: hidden;
	border-radius: 34px;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
	transition: 0.4s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);
}

.header-phone {
	color: #000;
	margin-bottom: 5px;
}

.header-phone a {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;

}

.header-adress {
	text-align: center;
	font-weight: 600;
	font-size: 13px;

	color: #000;
}

.scroll {
	background-color: rgba(105, 110, 110, 0.7);
	height: 40px;
	border-radius: 22px;
}

.sh {
	height: 40px;
}

.container__header {

	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}


.header__burger {
	position: relative;
	display: none;
	text-align: center;
	margin-right: 30px;
}

.header__list li a {
	transition: 0.2s ease;
	padding: 40px 1.5vw;
}

.header__list li {
	display: inline-block;
}

nav ul {
	margin-right: 20px;
}

.header__link {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;

	transition: 0.3s;
}

.header__list li a:hover {
	background-color: #343434;
	color: #DB6E21;
}


@media screen and (min-width: 993px) {
	.header__list li a {
		padding: 40px 25px;
	}

}

@media screen and (max-width: 992px) {

	.header__link {
		font-size: 12px;
	}

}


@media screen and (max-width: 768px) {


	.contacts-header {
		transform: translateX(-50%);
	}

	.header__list li a {
		padding: 40px 1.5vw;
	}

	.container {
		padding: 0 7px;
	}

	.container__header {
		padding: 0 7px;
	}


	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
	}

	.header__burger span {
		position: absolute;
		background-color: #343434;
		border-radius: 10px;
		right: 0;
		top: 9px;
		height: 3px;
		width: 100%;
		transition: 0.2s ease;
	}

	.header__burger:before,
	.header__burger:after {
		content: '';
		background-color: #343434;
		position: absolute;
		height: 3px;
		right: 0;
		transition: 0.2s ease;
		border-radius: 10px;
	}

	.header__burger:before {
		top: 1px;
		width: 100%;
	}

	.header__burger:after {
		bottom: 0;
		width: 100%;
	}

	.header__burger.clicked:before {
		transform: rotate(45deg);
		top: 8.5px;
		width: 100%;
	}

	.header__burger.clicked:after {
		transform: rotate(-45deg);
		bottom: 8.5px;
		width: 100%;
	}

	.header__burger.clicked span {
		transform: scale(0);
		width: 100%;
	}

	.header__list li a {
		padding: 40px 0vw;
		display: block;
		font-size: 20px;
		height: 100%;
		text-align: center;
		text-shadow: 1px 0px 2px rgba(150, 150, 150, 0.5);
	}

	.header__list li {
		display: block;
	}

	.lock {
		overflow: hidden;
	}

	.header__list {
		padding: 135px 0 60px 0;
		margin-top: 0px;
		background: rgba(0, 0, 0, 0);
		position: fixed;
		top: 0;
		left: 0;
		visibility: hidden;
		transition: 0.3s;
		width: 100%;
		height: 100%;
		z-index: -1;
		overflow: auto;
	}

	.header__list li {
		display: block;
		margin: 0;
		text-align: center;
		transform: scale(0);
		transition: 0.2s;
	}

	.header__burger {
		display: block;
		position: absolute;
		right: 15px;
	}

	.menu-hidden .header__list.active {

		visibility: visible;
		top: 0;
		transition: 0.3s;
		background-color: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}

	.header__list.active li {
		transform: scale(1);

	}

	.header__list li a:hover {
		background-color: rgba(0, 0, 0, 0);

	}
}

@media screen and (max-width: 576px) {
	.header-phone {
		font-size: 12px;
	}

	.contacts-header {
		transform: translateX(-30%);
	}

	.header-adress {
		font-size: 12px;
	}

	.logo {
		margin-left: 20px;

	}

	.logo img {
		max-height: 30px;
	}

	.header__burger {

		margin-right: 10px;
	}
}

.offer {

	/*	background: url(../img/offer/bg.webp) center center/cover no-repeat;
*/
	height: 100vh;
	max-width: 1920px;
	max-height: 1080px;
	min-height: : 700px;
	margin-top: -80px;
	margin: -80px auto 0 auto;
}

.offer-wrap {

	display: flex;
	height: 100vh;
	max-width: 1920px;
	max-height: 1080px;
	min-height: : 700px;
	margin-top: -80px;
	margin: -80px auto 0 auto;
}

.utp {
	border-radius: 25px;
	padding: 34px 100px 47px 100px;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);
}

.btn {
	transition: 0.4s;
	border-radius: 50px;
	padding: 11px 23px;
	background-color: #DB6E21;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;


	text-transform: uppercase;

	color: #FFFFFF;
}

.btn:hover {
	background-color: #9E4D14;
}

.arrow-down {
	z-index: 11;
	position: absolute;
	bottom: 20px;
	left: 50%;

	-webkit-animation: bounce-down 1.6s linear infinite;
	animation: bounce-down 1.6s linear infinite;

}

.arrow-down img {
	opacity: 0.5;
	transform: translateX(-50%);
}

@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-4px);
	}

	50%,
	100% {
		-webkit-transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(4px);
	}
}

@keyframes bounce-down {
	25% {
		transform: translateY(-4px);
	}

	50%,
	100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(4px);
	}
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 30px;

	}

	h2 {
		font-size: 17px;
	}

	.utp {
		padding: 30px 70px 43px 70px;
	}
}

@media screen and (max-width: 576px) {

	h1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 7px;

	}

	h2 {
		font-size: 14px;
		line-height: 15px;

	}

	.utp {
		padding: 20px 50px 33px 50px;
	}
}

video {
	object-fit: cover;
	top: 0;


	height: 100vh;
	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
	position: absolute;
}
/* Стилизация скроллбара для браузеров на основе Webkit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px; /* Ширина скроллбара */
    border-radius: 12px; /* Закругленные углы скроллбара */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Цвет дорожки скроллбара */
    border-radius: 12px; /* Закругленные углы дорожки */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Цвет ползунка */
    border-radius: 12px; /* Закругленные углы ползунка */
    border: 3px solid #f1f1f1; /* Добавление отступа для более округлого вида */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Цвет ползунка при наведении */
}

/* Стилизация скроллбара для Firefox */
html {
    scrollbar-width: thin; /* Толщина скроллбара */
    scrollbar-color: #343434 #f1f1f1; /* Цвет ползунка и дорожки */
}

/* Дополнительные стили для закругления углов в Chrome */
body::-webkit-scrollbar {
    border-radius: 12px; /* Закругленные углы скроллбара */
}
/* about*/
h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;


	text-transform: uppercase;

	color: #343434;
}

.about-wrapper {
	background-color: #fff;
	margin-top: 40px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	display: flex;
}

.about-left {
	flex: 0 1 50%;
	padding: 5%;

}

.about-title {
	margin-bottom: 5%;
}

.about-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;

	color: #000;
}

/*.about-right {
	flex: 0 1 50%;
	background-image: url(../img/about/1.jpg);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}*/
.about-right {
	flex: 0 1 50%;
}
.about-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
@media screen and (max-width: 768px) {
	.about-wrapper {
		flex-wrap: wrap;
	}

	.about-left {
		flex: 0 1 100%;
		margin: 10%;

	}

	.about-right {
		flex: 0 1 100%;
		height: 60vh;

	}


}

/*why==================================================*/

.why-block {
	padding: 5%;
	margin-top: 30px;
	border-radius: 50px;
	background-color: #FCFCFC;
}

.why-title {
	text-align: center;
}

.why-wrapper {}

.why-row {
	display: flex;
	justify-content: space-between;
}

.why-row-item {
	flex: 0 1 33.333%;
	padding: 5%;
	text-align: center;

}

.why__row-item_title {
	margin: 5% 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
}

.why__row-item_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;


	color: #000;
}

.why-row-item img {
	max-height: 153px;
}

@media screen and (max-width: 768px) {
	.why-row {
		flex-wrap: wrap;
	}

	.why-row-item {
		flex: 0 1 100%;
		margin-bottom: 5%;
	}

	.why-row-item:last-child {
		margin: 0;
	}

	.why-block {
		padding: 10%;

	}
}

@media screen and (max-width: 576px) {}


.delivery {}

.delivery-block {
	padding: 5%;
	margin-top: 30px;
	border: solid 1px #B3B3B3;
	border-radius: 50px;
	background-color: #fff;

	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
}

.delivery-title {
	text-align: center;
	margin: 0 auto;
}

.delivery-row {
	display: flex;
	margin-top: 3%;
}

.delivery-row-left {

	flex: 0 1 50%;
}

.delivery-row-left-title {
	margin-bottom: 4%;
}

.delivery-row-left-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	padding-right: 5%;

	color: #000;
}

.delivery-row-left-text span {
	font-weight: 600;
}

.delivery-row-right {


	flex: 0 1 50%;
}

.delivery-row-right span {
	font-weight: 600
}

h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #DB6E21;
}

.delivery-row-right-title {
	margin-bottom: 4%;
}

.delivery-row-right-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: #000;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
	.delivery-row-left {
		margin-bottom: 5%;
		flex: 0 1 100%;
	}

	.delivery-block {
		padding: 10%;


	}

	.delivery-row-right {


		flex: 0 1 100%;
	}

	.delivery-row {
		flex-wrap: wrap;
	}

	.delivery-row-left-text {
		padding: 0;
	}

	.delivery-title {
		max-width: 90%;
		margin-bottom: 20px;

	}
}

@media screen and (max-width: 576px) {
	.delivery-block {
		padding: 10%;
		background-size: auto 100px;
		background-position: bottom center;

	}
}

/*accordion==================================*/
/* Style the buttons that are used to open and close the accordion panel */
.products-block{
	/*background: url(../img/products/panel/357.jpg) center center/cover no-repeat;*/

}

.accordion {
	background-color: rgba(255, 255, 255, 1);
	color: #444;
	cursor: pointer;
	overflow: hidden;
	width: 100%;

	
	
	border: none;
	outline: none;
	transition: 0.2s;
	border-radius: 100px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	
	text-transform: uppercase;
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	color: #000;

}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active,
.accordion:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-weight: 600;

}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0px 0px;

	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;

	max-width: 1000px;
	margin: 0px auto 0 auto;
	border-radius: 0px 0px 20px 20px;


}

.products {}

.container {}

.products-block {

	padding: 60px 15px 60px 15px;
	margin: 30px auto 0 auto;
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
}

.products-block-title {
	text-align: center;
	margin-bottom: 30px;

}

.products-block-title>h3 {}

.products-accordion {
	text-align: center;
}

.accordion {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;

}

.panel {
	padding-bottom: 0px;
	margin-bottom: 10px;
	height: 100%;
}

.accordion_img {
	flex: 0 1 20%;
	height: 90px;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;

}
.accordion_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.accordion_title {
	flex: 0 1 80%;
	display: flex;
	justify-content: left;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	height: 90px;
	border-radius: 50px 50px 50px 50px;
	overflow: hidden;
	padding: 0 18px 0 5%;
	


}
.accordion.active .accordion_title {
  font-weight: 600;

}
.accordion_title:hover{
	font-weight: 600;
	transition: 0.1s;
}
.products-accordion-item {
	/* Rectangle 207 */



background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 239, 239, 0.47) 100%);
border: 1px solid rgba(0, 0, 0, 0.12);
/* Drop Shadow/500 */
box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);


	border-radius: 25px;
	display: inline-block;
	padding-bottom: 10px;
	margin: 30px 5px 10px 5px;
	width: 200px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	transition: 0.2s;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	min-height: 100%;
}

.products-accordion-item-wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 15px;

}

.products-accordion-item-image {
	height: 130px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: url(../img/loader.gif) center / 30px no-repeat;
	border-radius: 0px 0px 25px 25px;


}


.zoomable {
    -webkit-touch-callout: none; /* Отключает контекстное меню на iOS */
    -webkit-user-drag: none; /* Отключает перетаскивание на iOS */
    user-drag: none; /* Отключает перетаскивание на других устройствах */
    user-select: none; /* Отключает выделение текста */
}

.products-accordion-item-image img {
	object-fit: cover;
	object-position: center;

	height: 100%;
	width: 100%;
}

@media (min-width: 768px) {
  .products-accordion-item-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: transform 0.6s; /* Переносим transition сюда */
  }

  .products-accordion-item-image img:hover {
    transform: scale(1.1); /* Увеличиваем изображение */
    transform-origin: center; /* Центрируем увеличение */
  }
}
.products-accordion-item-down {
	padding: 0 10px;


}

.products-accordion-item-name-wrap {
	height: 60px;
	margin-top: 20px;

}

.products-accordion-item-name {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-top: 10px;
	color: #343434;


	margin-bottom: 5px;
	padding: 0 15px;
}
.products-accordion-item-name-wrap {
 text-align: center;  
 position: relative;
}
.products-accordion-item-text-wrap{
	display: flex;	
	justify-content: center;	
	vertical-align: center;
}




.copy-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.copy-button img {
 max-height: 18px;
 vertical-align: middle;
}

.copy-message {
  display: none;
  position: absolute;
  
  
  width: 100%;
}
.products-accordion-item-article {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
    display: flex;	
	justify-content: center;	
	align-items: center;
	color: #343434;
	cursor: pointer;
	
}

.line {
    width: 40%;
    height: 2px;
    margin: 10px auto;
    background-color: #d9d9d9;
    border-radius: 1px;
    margin: 0px auto; /* Adjust as needed for spacing */
}

.products-accordion-item-size {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #343434;
	flex: 1 1 auto;
	


}

.products-accordion-item-price {
	font-weight: 900;
	font-size: 16px;
	line-height: 25px;
	text-align: center;

	color: #343434;
}

.products-accordion-item-size img {
	margin-right: 15px;
	vertical-align: middle;

}

.products-accordion-item-price img {
	margin-right: 15px;
		vertical-align: middle;

}
@media screen and (max-width: 768px){
	.accordion_img {
	flex: 0 1 40%;
	
}
	.products-accordion-item-image {
		border-radius: 0 0 35px 35px;
	}
	.products-accordion-item{
		border-radius: 35px;
	}
.accordion_title {
	flex: 0 1 60%;
	justify-content: center;
	padding: 0 18px;
}
}
@media screen and (max-width: 450px) {
	.accordion_title{
		font-size: 15px;
	}
	.products-accordion-item {
		width: 80%;


	}

	.panel {
		padding: 0 0px;
	}

	.products-accordion-item-image {
		height: 200px;
	}

	.products-accordion-item-name {
		font-size: 16px;
	}

	.products-accordion-item-article {
		font-size: 14px;
	}

	.products-accordion-item-size {
		font-size: 16px;
	}

	.products-accordion-item-price {
		font-size: 17px;
	}
}

/* catalog-------------------------------- */

.go_catalog-block {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	padding: 5%;
	margin-top: 30px;
	border: solid 1px #DB6E21;
	border-radius: 50px;
	text-align: center;
}

.go_catalog-wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 0  40px 0;
}
.go_catalog-item {
	flex: 0 1 33.333%;
	
	border-radius: 24px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin: 0 2%;
	min-height: 265px;
	transition: 0.1s;
}

.go_catalog-img {
	height: 165px;	
}
.go_catalog-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.go_catalog-name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
font-size: 16px;
line-height: 19px;
transition: 0.2s;
text-transform: uppercase;
min-height: 100px;	
color: #343434;
padding: 5%;	
}
.go_catalog-name:hover{
	background-color: #343434;
	color: #fff;

}
@media screen and (max-width: 576px) {}

.go_catalog-title {
	margin-bottom: 2%;
}



a.btn.arrow {
	transition: 0.4s;
	padding: 11px 45px 11px 45px;
	background: url(../img/ArrowLeftLine.svg) center right 9px /auto no-repeat, #DB6E21;
}

.btn.arrow:hover {
	background-color: #9E4D14;


}

@media screen and (max-width: 768px) {
	.go_catalog-block {
		padding: 10% 10% 14% 10%;
	}
	.go_catalog-item {
		flex: 100%;
		max-width: 270px;
		margin-bottom: 10%;

	}
	.go_catalog-wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 576px) {
	.go_catalog-title {
		margin-bottom: 4%;
	}

	.go_catalog-block {
		padding: 15% 10% 14% 10%;
	}

}

/* Our works----------------------------------*/
.ourworks{

}
.ourworks-block {
	position: relative;
	padding: 10% 0;

	border-radius: 50px;


}

.ourworks-title h3 {
	color: #343434;
	text-align: center;


}

.ourworks-title {
	margin: 0 auto;
	margin-bottom: 3%;
}

.ourworks-slider-wrap {}

div.ourworks-slide {
	border-radius: 30px;
	width: 290px;
	height: 290px;
	margin: 0 20px;

	overflow: hidden;


}

.ourworks-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;


}

.prev-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 35px;

	height: 50px;
	width: 50px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.4);

	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);

}

.prev-arrow img {
	height: 24px;
	width: 24px;
}

.next-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 35px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.4);

	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);
}

.next-arrow img {
	height: 24px;
	width: 24px;
}

@media screen and (max-width: 768px) {
	.ourworks-title {

		margin-bottom: 6%;
	}

	.ourworks-block {

		padding: 15% 0 20% 0;


	}
}

/*form-----------------------*/
.form-block {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	border: solid 1px #B3B3B3;
	border-radius: 50px;
	padding: 5% 0;
	margin: 30px 0;
	text-align: center;
}

.form-title {
	margin: 0 auto;
	text-align: center;
}

.form-subtitle {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	margin: 2% 2% 3% 2%;

	color: #343434;
}
.WhatsApp-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  background-color: #46C656;
  padding: 3px 3px 3px 0;
    line-height: 0px

   /* Отступ справа для иконки */
}

.btn-text {
  margin: 0 auto; /* Автоматический отступ слева */
  text-align: center; /* Отступ справа от текста до иконки */
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
}
.form-wrap {
	text-align: center;
	margin-top: 40px;
}

.form-wrap h5 {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;

}

.input {
	margin: 0 auto 24px auto;
	display: block;
	height: 40px;
	width: 310px;
	border-radius: 25px;
	border: solid 1px #343434;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
	padding: 0 24px;

}

textarea.textarea {
	padding: 10px 24px;
	height: 100px;
	resize: none;

}

.textarea::-webkit-scrollbar {
	background-color: green;
	border-radius: 50px;
	display: none;

}


.form-btn {
	width: 310px;
	margin: 25px 0;
}

.secure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: 400;
	font-color: #000;
	padding: 0 15px;

}

.secure img {
	margin-right: 15px;
	height: 20px;

}

.robot {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.form-subtitle {

		margin: 4%;

	}

	.form-block {

		padding: 10% 0;

	}

}

@media screen and (max-width: 576px) {
	.input {

		width: 90%;
		border-radius: 27px;
		border: solid 1px #343434;
		font-weight: 400;
		font-size: 14px;
		color: #343434;
		padding: 0 24px;

	}

	.form-btn {
		width: 90%;
	}
}

/*map-------------------------------------------------*/


.map-wrap {
	background-color: rgba(255, 255, 255, 1);
	filter: brightness(1);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	border-radius: 50px;
	border: solid 1px #B3B3B3;
	border-radius: 50px;

	-moz-border-radius: 50px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: hidden;
}

.map-map {
	flex: 0 1 50%;


}

.ymaps {
	overflow: hidden;
	border-radius: 50px;
	visibility: hidden;
}

.map-contacts {
	flex: 0 1 50%;
	padding: 5%;
}

.map-contacts a {
	color: #343434;
}

.map-contacts-title {
	margin: 0 auto 5% auto;
	text-align: center;

}

.map-contacts-subtitle h4 {
	color: #343434;
	margin-bottom: 3%;
}

.map-contacts-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 4%;
	color: #343434;
}

.map-contacts-text:last-child {
	margin-bottom: 0%;
}

.ymaps {
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}

@media screen and (max-width: 768px) {
	.map-contacts {}
}

@media screen and (max-width: 576px) {
	.map-wrap {

		flex-wrap: wrap;
	}

	.map-map {
		flex: 0 1 100%;
		width: 100%;
		height: 60vh;
		order: 2;
	}

	.map-contacts {
		flex: 0 1 100%;
		padding: 10%;
		order: 1;
	}

	.map-contacts-title {
		margin: 0 auto 10% auto;


	}

	.map-contacts-subtitle h4 {

		margin-bottom: 6%;
	}

	.map-contacts-text {

		margin-bottom: 8%;

	}
}
/*partners-----------------------------------------------*/

.partners-block {
	padding: 3%;
	border: solid 1px #343434;
	border-radius: 50px;
	background-color: #fff;
	margin-top: 30px;

}
.partners-block-title {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.partners-block-wrap {
	
	text-align: center;

}
a.partners-block-item{

}
.partners-block-item {
	display: inline-block;
	max-width: 250px;
	padding: 3%;
	vertical-align: top;
	
}
.partners-block-item:hover {
	transform: scale(1.1);
	transition: 0.2s;
	
}
.partners-block-logo{
	text-align: center;
	max-height: 60px;
}
.partners-block-logo img {
	max-width: 100%;
	max-height: 70px;

}
.partners-block-item-title {
	margin: 15% 0 2% 0;
	

}
.partners-block-item-title h4{
	color: #343434;
	
}
.partners-block-item-text {
	font-weight: 300;
font-size: 14px;
line-height: 17px;
text-align: center;

color: #343434;
}
@media screen and (max-width: 768px){
	.partners-block-item{
		margin-top: 20px;
	}
}
/*footer-----------------------------*/


.footer-block {
	margin: 30px 0;
	background-color: #343434;
	border-radius: 50px;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.footer-arrow img {
	max-height: 46px;
}

.footer-arrow {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translate(-50%);

}

.footer-logo img {
	max-height: 83px;
}

.footer-copyright {
	font-weight: 600;
	font-size: 12px;
	color: #9A9999;
}

@media screen and (max-width: 992px) {
	.footer-block {

		padding: 50px 50px;

	}
}

@media screen and (max-width: 768px) {
	.footer-block {

		flex-wrap: wrap;

	}

	.footer-logo {
		text-align: center;
		flex: 0 1 100%;
		margin-bottom: 50px;
	}

	.footer-copyright {
		flex: 0 1 100%;
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	.footer-copyright {
		font-size: 11px;

	}
}

.whatsup {
	visibility: hidden;
	position: fixed;
	border-radius: 50px 0 0 50px;
	background-color: #46C656;
	right: 0;
	bottom: 25vh;
	padding: 15px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);

	animation: showDiv 30s forwards;


}

@-webkit-keyframes showDiv {

	0%,
	99% {
		right: -200px;
	}

	100% {
		-webkit-transform: translateX(0);
		right: 0;
	}
}

@media screen and (max-width: 576px) {
	.whatsup {
		visibility: visible;

	}
}

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.success-echo,
.notification_error {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
	width: 90%;
	max-width: 500px;
}

.success-echo-item,
.notification_error-item {
	text-align: center;
	padding: 10% 10% 15% 10%;
	width: 100%;
}

.notification_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}

.success-echo-item h3 {
	margin: 40px 0;
}

.notification_error-item h3 {
	margin: 40px 0;
}

.g-recaptcha {
	filter: opacity(100%);
	border-radius: 25px;
	border: solid 1px #343434;
	overflow: hidden;
}

.ggg {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

	width: 300px;

	margin: 20px auto 0 auto;
}

/*форма отправки*/


.cookie-wrap {
	margin: 0 15px;

}

#cookie_note {
	z-index: 200;
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);
	border-radius: 25px 25px 0px 0px;
	animation: cookieShow 5s forwards;

}

#cookie_note p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	
}

.cookie_note-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookie_note-text {
	flex: 0 1 70%;
	padding: 3%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.cookie_note-btn {
	flex: 0 1 30%;
	padding: 3%;
	text-align: center;
}

.cookie_accept {
	background-color: transparent;
	border: solid 1px #343434;
	color: #000;
}

.cookie_accept:hover {
	background-color: #343434;

	color: #fff;
}


@-webkit-keyframes cookieShow {

	0%,
	90% {
		bottom: -500px;
	}

	100% {

		bottom: 0;
	}
}

@media (min-width: 576px) {
	#cookie_note.show {
		display: flex;
	}
}

@media (max-width: 575px) {
	#cookie_note.show {
		display: block;
		text-align: left;
	}

	.cookie_note-wrap {
		flex-wrap: wrap;
		padding-bottom: 0px;
	}

	.cookie_note-text {
		flex: 0 1 100%;
		padding-bottom: 0;

	}

	.cookie_note-btn {
		flex: 0 1 100%;

	}
}
.zoomable{
	cursor: pointer;

}

/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
    justify-content: center;
    align-items: center;
}

.modal-wrap {
	margin: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.50);
    position: relative; /* Убедитесь, что родительский элемент (modal-content) имеет позиционирование */
    width: auto; /* Устанавливаем ширину по содержимому */
    
    height: auto; /* Устанавливаем высоту по содержимому */
}

.modal-content {
    max-width: 100%;
    max-height: 80vh;
    pointer-events: none;  
   
    position: relative; /* Добавлено для позиционирования водяного знака относительно изображения */
}

.logo_watermark {
	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    height: 30%; /* Высота водяного знака будет 30% от высоты изображения */
    width: auto; /* Ширина будет автоматически подстраиваться */
    max-height: 100%; /* Убедиться, что водяной знак не выходит за пределы изображения */
    max-width: 100%; /* Убедиться, что водяной знак не выходит за пределы изображения */
    pointer-events: none;
    z-index: 10000;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #343434;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


/*404*/
 .body-notfound {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
    
    background-color: #f0f0f0;
}

.notfound-wrap {
    text-align: center;
    padding: 30px 30px 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50px;
    margin: 2% 2% 2% 2%;
}

.logo-notfound img {
    max-width: 100%;
    height: auto;
}

.notfound-title {
    font-size: 100px;
    margin: 20px 0;
}

.notfound-text {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 40px 0;
}

.notfound-btn {
   
   
    
}



@media (max-width: 600px) {
    .notfound-title {
        font-size: 40px;
    }

    .notfound-text {
        font-size: 16px;
    }

    
}

/* Стили каталога */
.catalog-woo {
  padding: 60px 0;
  background: #f9f9f9;
}
.catalog-woo h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #343434;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}
.tab-btn {
  background: transparent;
  color: #343434;
  border: none;
  padding: 10px 18px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
}
.tab-btn:hover {
  color: #DB6E21;
}
.tab-btn.active {
  font-weight: 800;
  color: #DB6E21;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -5px;
  width: 80%;
  height: 3px;
  background-color: #DB6E21;
  border-radius: 2px;
}

.tab-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tab {
  display: none;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}
.tab.active {
  display: flex;
}

/* Карточка товара */
.product-card {
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 35px;
  overflow: hidden;
  width: calc(25% - 20px);
  min-width: 220px;
  max-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-data{
	padding: 18px 18px;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.product-card a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  
  height: 100%;
}
.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  
  
}
.product-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}
.product-card .price {
  color: #DB6E21;
  font-size: 18px;
  font-weight: 900;
  margin-top: auto;
}
.product-card .sku,
.product-card .delivery-size {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  font-weight: 600;
}

/* Адаптив */
@media (max-width: 1024px) {
  .product-card {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .product-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .product-card {
    width: 100%;
  }
  .tab-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
}
