/*!
	Theme Name: lamiwood
	Theme URI:
	Author: AceDigital
	Author URI:
	Description: Description
	Version: 1.0.0
	Tested up to: 8
	Requires PHP: 8
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: lamiwood.ru
	Tags:
	
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;	
}
html{overflow-x:hidden;}
body {
	font-family: 'WixMadeforDisplay', 'Times New Roman', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	min-height: 100vh;
	color: #26211E;
	overflow-x:hidden;
	line-height: 1.4;
	position: relative;
}

a{
	transition: 0.3s;
}
a:hover, .w-6 img:hover, .w-3 > div:nth-child(1):hover {
	opacity: 0.7;
}
.h2{
	font-size: 46px;
	font-weight: 700;
}
.h3{
	font-size: 32px;
	font-weight: 700;
}
h2, h3, h4{
	font-size: 26px;
	font-weight: 700;	
}
.container{
	width:100%;
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.content-wrapper{
	width: 100%;
	max-width: 100%;
}

h1{
	font-weight: 700;
	font-size: 46px;
}

input, textarea { 
	outline: none; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus, select:focus { 
	outline: none;
}

.h-burger, .mob-menu, .mob-menu-catalog {
	display: none;
}

header{
	width: 100%;
	height: 258px;	
	background-color: #111111;
	position: relative;
}
header.header-home{
	height: 920px;	
}
img {color:#7E6654}

.menu-1 {
	position: absolute;
	width: 100%;
	height: 178px;
	top: 0;
	left: 0;
	z-index: 12;
}
.line-1, .line-2{
	width: 100%;
	height: 1px;
	background-color: #E7E7E7;
	opacity: 0.2;
	position: absolute;
	z-index: 2;
}
.line-1{
	top: 64px;
}
.line-2{
	top: 178px;
}
.slide-home{
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.slide-home img{
	width: 100%;
	/*height: 100%;*/
	height: 920px;
	object-position: center 68%;
	object-fit: cover;
}
.bacblack{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	z-index: 1;
}
.menu-2{
	display: flex;
	height: 64px;
	gap: 50px;
	position: relative;
}
.menu-2 ul.child{
	display: none;
	transition: 0.3s;
	position: absolute;
	background-color: #F4F4F4;
	padding: 16px;
	border-radius: 0 0 10px 10px;
	width: 220px;
}
.menu-1 ul li, .mob-menu-catalog ul li {
	list-style: none;
}
.menu-2 > li >  a, .menu-2 > li >  div {
	color: #E7E7E7;
	font-size: 18px;
	height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-decoration: none;
}

.menu-2 > li > a:after, .menu-2 > li > div:after { 
	content: '▼'; 
	margin-left: 10px;
	color: #7E6654;
	width: 14px;
	transition: 0.3s;
} 

.menu-2 >  li:hover > a:after, .menu-2 >  li:hover > div:after { 
	content: '▲'; 
}
.menu-2 >  li > a:only-child:after, .menu-2 >  li > div:only-child:after { content: ''; }   

.menu-2 li:hover ul.child{
	display: block;
}

.menu-2 ul.child > li{
	line-height: 0.9;
}
.menu-2 ul.child > li >  a {
	color: #26211E;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 0;
	line-height: 1.3;
  display: block;
}

.menu-3{
	display: flex;
	gap: 50px;
	align-items: center;
	color: #E7E7E7;
	font-size: 16px;
}

.m-1{
	display: flex;
  justify-content: space-between;
	z-index: 2;
}
.menu-3 img{
	margin-right: 10px;
	height: 20px;
	object-fit: contain;   
}
.menu-3 > div{
	display: flex;
}
.menu-3 a{
	color: #E7E7E7;
	text-decoration: none;
}

.menu-4{
	height: 114px;
  width: 100%;
	display: grid;
	justify-content: space-between;
	align-items: center;
	color: #E7E7E7;
	grid-template-columns: 1fr 330px 160px 76px 82px 143px;
	position: relative;
}

.w-1{
	width: 300px;
	height: 54px;
}
.w-1 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.w-2{
	display: flex;
  gap: 13px;
}

.w-3{
	display: flex;
  flex-direction: column;
  align-items: end;
}
.w-3 > div:nth-child(1), .a-w-4{
	font-size: 16px;
}
.w-3 > a:nth-child(2), .w-4 > div:nth-child(2){
	font-size: 28px;
}
.w-4 > div:nth-child(2){
	white-space: nowrap;
}
.w-3 > div:nth-child(1){
	float: right;
	text-decoration: underline;
	cursor: pointer;
	transition: 0.3s;
}
.w-3 > a:nth-child(2){
	display: inline-block;
	text-decoration: none;
	color: #E7E7E7;
	cursor: pointer;
	transition: 0.3s;
}
.a-w-4{
	cursor: pointer;
	transition: 0.3s;
	color: #E7E7E7;
	text-decoration: none;
	white-space: nowrap;
}
.w-4 > div:nth-child(1):hover, .w-3 > a:nth-child(2):hover{
	opacity: 0.7;
}

.w-5{
	margin-left: 50px;
}
.w-6{
	margin: 0 26px;
}
.w-6 img{
	cursor: pointer;
}
.w-10 {
  background-color: #777777;
  border-radius: 10px;
  color: #000;
	cursor: pointer;
	transition: 0.3s;
	width: 143px;
	height: 53px;
}
.w-10 a{
	text-decoration: none;
}
.w-11{
	font-size:18px;
	font-weight: 600;	
	color: #E7E7E7;
	transition: 0.3s;
	width: 100%;
  height: 100%;
  display: block;
	padding: 14px 20px 14px 45px;
	border-radius: 10px;
}
.w-10 img{
	transition: 0.3s;
	position: absolute;
	top: 52px;
  right: 108px;
}
.w-10:hover img, .w-10:hover .w-11{
	opacity: 0.7;
}

.w-20{
	position: absolute;
	display: none;
	background-color: transparent;
	width: 100%;
	left: 0;
	top: 84px;
	border-radius: 0 0 10px 10px;
	padding-top: 30px;
	grid-template-columns: 300px 1fr;
	overflow: hidden;
	color: #26211E;
}
.w-10:hover .w-20{
	display: grid;	
}
.w-22{
	display: none;
	grid-template-columns: repeat(3, 1fr);
	background-color: #E7E7E7;
	gap: 40px;
	padding: 40px;
	width: 100%;
}

.w-22.active {
	display: grid;
}

.w-24.mob, .w-21.mob{
	display: none;
}

.w-21 {
	width: 300px;
	background-color: #F4F4F4;
	
}
.w-21 > div, .w-21 > a{
	padding: 30px;
	background-color: #E7E7E7;
	font-weight: 500;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-right: 1px solid #F4F4F4;
	color: #26211E;
}
.w-21 > div.active, .mob-menu-catalog .w-21 > div.active, .w-21 > a.active, .mob-menu-catalog .w-21 > a.active {
	background-color: #7E6654;
	color: #E7E7E7;
}
.w-21 > div.active .arrow-2-top, .w-21 > div.active .arrow-2-bottom, .w-21 > a.active .arrow-2-top, .w-21 > a.active .arrow-2-bottom {
	background-color: #E7E7E7;
}
.w-21 > a.active:hover{
	opacity: 1;
}

.arrow-2{
	position: relative;
}
.arrow-2-top, 
.arrow-2-bottom {
	background: #777777;
	height: 2px;
	left: -12px;
	position: absolute;
	top: 0;
	width: 10px;
}
.arrow-2-top {
	top: 0;
}
.arrow-2-top {
	transform: rotate(45deg);
	transform-origin: bottom right;
}
.arrow-2-bottom {
	transform: rotate(-45deg);
	transform-origin: top right;
}
.arrow-2-top::after, 
.arrow-2-bottom::after {
	background: #000;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.15s;
}
.arrow-2-top::after {
	left: 100%;
	right: 0;
	transition-delay: 0s;
}
.arrow-2-bottom::after {
	left: 0;
	right: 100%;
	transition-delay: 0.15s;
}

.w-24 ul li a{
	color: #26211E;
	font-size: 16px;
	text-decoration: none;
	/*margin-left: 10px;*/
	padding: 6px 0;
	width: 100%;
	display: flex;
  align-items: center;
}
.w-25{
	color: #7E6654;
	font-size: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(126, 102, 84, 0.4);
}

.w-25:nth-child(n+2){
	margin-top: 20px;
}

.w-24 ul li:before{
	font-size:34px;
	margin-top: -2px;
	margin-left: -16px;
	content: "·";
  line-height: 1;
  position: absolute;
}
.w-24 ul{
	margin-top: 10px;
	margin-left: 25px;
}

.breadcrumb-main{
	display: block;
  padding-top: 205px;
	color: rgba(231, 231, 231, 0.4);
	font-size: 16px;
	font-weight: 500;
}
.breadcrumb-main a{
	color: #E7E7E7;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.breadcrumb-main img{
	margin: 0 17px 0 20px;
}

.sl-2{
	position: absolute;
	left: 50%;
	top: 320px;
	width: 100%;
	transform: translate(-50%, 0);
	z-index: 2;
  text-align: center;
	color: #E7E7E7;
}
.sl-3{
	width: 100%;
	font-size: 58px;
	font-weight: 800;
  text-transform: uppercase;
}
.sl-3 span{
	color: #777777;
}

.sl-4{	
	font-size: 32px;
	font-weight: 400;
	margin-top: 20px;
	opacity: 0.9;
}



/* Стили для кнопки */
.sl-5 {
	margin: 60px auto 0;
	display: flex;
	align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: linear-gradient(120deg, #7E6654, #7E6654); /* Градиентный фон кнопки для объемного эффекта */
  color: #E7E7E7; 
  position: relative;
  overflow: hidden;
  width: 360px;
	height: 70px;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
	text-decoration: none;
	
}

.sl-5:hover{
	opacity: 0.9;
}
/* Стили для создания блика на кнопке */
.sl-5:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
	120deg,
	rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
	rgba(255, 255, 255, 0.8), /* Цвет блика */
	rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
  );
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear; /* Анимация блика */
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
	}
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
	}
  100% {
    left: 100%; /* Завершение анимации */
	}
}

.p-1{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	
}
.home-privilege .p-1{
	margin-top: -100px;
}

.p-2{
	border-radius: 20px;
	background-color: #F4F4F4;
	height:208px;
	text-align: center;
	z-index: 10;
  position: relative;
	padding: 26px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.p-3{
	height: 70px;
	object-fit: contain;
}
.p-4{
	font-size: 26px;
	font-weight: 700;
}

.c-1{
	margin-top: 100px;
}
.zag{
	margin-bottom: 50px;
}
.c-2{
	display: grid;
  gap: 40px;
  /*margin-top: 50px;*/
  grid-template-columns: 1fr 1fr;
}
.c-2 a{
	height: 190px;
  overflow: hidden;
  border-radius: 20px;
}
.c-2 img{
	width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center center;
}

.home-privilege .zag.h2{
	display: none;
}

.h-1{
	margin-top: 100px;
	background-color: #111111;
	color: #E7E7E7;
	padding: 60px 0 142px;
	position: relative;
	margin-bottom: 40px;
}
.hi-1{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.04;
}
.h-3{
	display: grid;
  gap: 30px;
  height: 335px;
  grid-template-columns: 305px 1fr;
	padding-right: 20px;
}

.h-4 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 61 / 67;
}

.h-5{
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.h-7{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}
.h-7 img{
	width: 16px;
	object-fit: contain;
}
.h-7 > div:nth-child(1){
	display: flex;
	gap: 3px;
	font-weight: 600;
}
.h-7 > div:nth-child(2){
	/*background-color: rgba(89, 90, 92, 0.1);*/
	background-color: rgba(255, 255, 255, 0.1);
	padding:9px 12px;
	border-radius: 10px;
	font-weight: 600;
}

.cat-36{
	/*display: grid;
	grid-template-columns: 100%;*/
	
	display: flex;
	flex-direction: column;
	
  overflow: hidden;
}
.cat-36 .h-4 img {
  width: 100%;
  /*height: 335px;*/
	height: auto;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
	/*aspect-ratio: 467.5 / 335;*/
	aspect-ratio: 4 / 3;
}
.prdiftov .cat-36 {
  padding: 0 10px;
}
.prdiftov .cat-36 .h-4 img {
	display: block;
	height: 100%;
	max-height: 340px;
	aspect-ratio: 61 / 67;
}
.cat-36 .h-5{
	margin-top: 30px;
}
.cat-36 .h-10 {
  display: grid;
  grid-template-columns: 180px 1fr;
	gap: 20px;
	position: relative;
}
.cat-36 .h-11 {
  width: 100%;
}

.cat-36.cat-36-single .h-10 {
	display: flex;
  gap: 10px;
}


.h-8{
	font-size: 20px;
	font-weight: 700;
	margin: 8px 0 20px;
	text-decoration: none;
	color: #E7E7E7;
	max-height: 79px;
  overflow: hidden;
}
.h-8:hover{
	opacity:1;
	text-decoration: underline;
}

.h-1.h-stocks-1 .h-8, .cat-36 .h-8{
	color: #26211E;
}

.h-9{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	font-size: 16px;
	row-gap: 8px;
	height: 114px;
}
.h-9 div:nth-child(odd){
	color: #B4B4B4;
	font-weight: 400;
}
.h-9 div:nth-child(even){
	font-weight: 500;
	text-align: right;
}

.h-10{
	display: flex;
	gap: 10px;
	font-size: 16px;
	margin-top: 20px;
	position: relative;
}
.h-11{
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px 14px;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	width: 120px;
	justify-content: space-around;
  align-items: center;
	flex: 1 0 120px;
}
.h-11 div:nth-child(2){
	padding: 0 14px;
}
.h-12{
	display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}
.h-12:hover{
	opacity: 0.5;
}
.h-12 img{
	width: 16px;
	object-fit: contain;
	fill:#E7E7E7;
}
.h-13{
	/*flex: 1 0 100%;*/	
	border-radius: 10px;
  border: 1px solid #7E6654;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	text-decoration: none;
	height: 44px;
	position: relative;
	overflow: hidden;
}
.h-13:hover{
	color: rgba(255,255,255,0.5);
}

.h-15{
	position: absolute;
	right: 10px;
	bottom: -80px;
	border: 1px solid #7E6654;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 100px;
	color: rgba(231, 231, 231, 1);
	text-decoration: none;
}
.h-15:hover{
	opacity: 1;
	color: rgba(231, 231, 231, 0.5);
}
.h-15:hover .arrow-right-2{
	border-top: 1px solid rgba(231, 231, 231, 0.5);
	border-right: 1px solid rgba(231, 231, 231, 0.5);
}
.arrow-right-2 {
	transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(231, 231, 231, 1);
  border-right: 1px solid rgba(231, 231, 231, 1);
  margin-left: 6px;
	margin-bottom: 1px;
  display: inline-block;
	transition: 0.3s;
}    

.h-1.h-stocks-1{
	background-color: transparent;
	color: #26211E;
	padding: 60px 0 142px;
	margin-top: 0;
}
.h-1.h-stocks-1.otziv {
	padding: 80px 0 142px;
	margin-bottom: 40px;
}

#soput.h-1.h-stocks-1{
	background-color: #F4F4F4;
	margin-bottom: 30px;
	padding-top: 40px;
}
#different-pr.h-1{
	margin-bottom: 0;
}

.h-1.h-stocks-1 .h-7 > div:nth-child(2), .h-1.h-stocks-1 .h-11, .cat-36 .h-7 > div:nth-child(2), .cat-36 .h-11 {
  background-color: rgba(89, 90, 92, 0.1);
}
.h-1.h-stocks-1 .h-11 {
  
}
.h-1.h-stocks-1 .h-11 div:nth-child(2) {
  color: #777777;
}
.h-1.h-stocks-1 .h-13, .cat-36 .h-13{
	color: rgba(126, 102, 84, 1);
}
.h-1.h-stocks-1 .h-13:hover, .cat-36 .h-13:hover{
	color: rgba(126, 102, 84, 0.7);
}
.h-1.h-stocks-1 .h-15 {
  color: rgba(126, 102, 84, 1);
}
.h-1.h-stocks-1 .h-15:hover, .ps-100 .h-15:hover {
  color: rgba(126, 102, 84, 0.7);
}
.h-1.h-stocks-1 .arrow-right-2, .co-1 .arrow-right-2, .blog-10 .arrow-right-2, .news-10 .arrow-right-2, .ps-100 .arrow-right-2 {
  border-top: 1px solid rgba(126, 102, 84, 1);
  border-right: 1px solid rgba(126, 102, 84, 1);
}
.h-1.h-stocks-1 .h-15:hover .arrow-right-2, .ps-100 .h-15:hover .arrow-right-2 {
  border-top: 1px solid rgba(126, 102, 84, 0.7);
  border-right: 1px solid rgba(126, 102, 84, 0.7);
}

.page-h-1{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% ;
  object-fit: cover;
  opacity: 0.04;
  z-index: 0;
  aspect-ratio: 1920 / 924;
	object-position: left bottom;
}

.db-0{
	border-radius: 20px;
	overflow: hidden;
}
.db-1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px;
	
	color: #E7E7E7;
}
.dbi-1{
	/*width:100%;*/
	width: calc(100% - 20px);
	height: 100%;
	aspect-ratio: 220 / 47;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: -1;
	border-radius: 20px;
}
.db-2{
	max-width: 620px;
}
.db-3{
	font-weight: 700;
	margin-bottom: 20px;
}
.db-4{
}
.db-4 span {
	font-weight: 700;
}
.db-6{
	text-decoration: none;
	color: #E7E7E7;
	font-size: 24px;
	font-weight: 600;
	border: 1px solid #7E6654;
	padding: 17px 38px;
	border-radius: 10px;
}
.db-6:hover{
	opacity: 1;
	color: rgba(231, 231, 231, 0.7);
}

.questions{
	color:#26211E;
	padding: 100px 0 80px;
}
.q-1{
	font-size: 46px;
	font-weight: 700;
	text-align: center;
}

.gaonutosal {
	padding: 50px 0 0;
}
.pesontedan {
	position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  /*padding: 30px 40px 0;*/
  background: #F4F4F4;
  border-radius: 20px;
}
.pesontedan input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.pesontedan label {
	position: relative;
	display: flex;
	background: #F4F4F4;
	cursor: pointer;
	font-size: 26px;
	border-radius: 20px;
	font-weight: 700;
	align-items: center;
  justify-content: space-between;
	padding: 30px 40px;
}
.pesontedan label div{
	margin-left: 10px;
}
.pesontedan-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .40s;
	/*margin-bottom: 30px;*/
}
.pesontedan-content>div {
	padding: 0 40px 30px 40px;
}
.pesontedan-content p {
	/*padding: 30px 40px;*/
	padding-top: 30px;
	border-top: 1px solid rgba(38, 33, 30, 0.2);
	background: #F4F4F4;
}
/* :checked */
.pesontedan input:checked ~ .pesontedan-content {
	max-height: 100vh;
}

/* 
	.pesontedan label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 96px;
	text-align: center;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	}
	.pesontedan input[type=checkbox] + label::after {
	content: "+";
	}
	.pesontedan input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
	}
*/
.arrow-accord {
	transform: rotate(135deg);
  width: 17px;
  height: 17px;
  border-top: 3px solid #7E6654;
  border-right: 3px solid #7E6654;
  display: inline-block;
  transition: 0.3s;
	margin-bottom: 5px;
}
.pesontedan input[type=checkbox]:checked + label .arrow-accord{
	transform: rotate(315deg);
}

.company{
	padding-bottom: 10px;
}
.co-1{
	padding: 60px;
	border-radius: 20px;
	background-color: #F4F4F4;
}
.co-2{
	margin-bottom: 36px;
}
.co-5, .o-50, .blog-15{
	color: #7E6654;
	border: 1px solid #7E6654;
	border-radius: 100px;
	padding: 4px 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
	text-decoration: none;
}
.co-5:hover, .o-50:hover{
	color: rgba(126, 102, 84, 0.7);
}
.co-5:hover .arrow-right-2, .o-50:hover .arrow-right-2{
	border-top: 1px solid rgba(126, 102, 84, 0.7);
  border-right: 1px solid rgba(126, 102, 84, 0.7);
}
.co-3{
	display: grid;
  gap: 30px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom: 25px;
	max-height: 194px;
	overflow: hidden;
	transition: 0.3s;
}

.o-1{
	padding: 40px;
	background-color: #F4F4F4;
	border-radius: 20px;
	height: 333px;
	margin-right: 40px;
	position: relative;
}
.o-1.active-o, .o-1.active-o .o-44{ 
  height: 100%;
}
.o-2{
	font-size:18px;
	font-weight: 600;
	line-height: 1;
  display: flex;
	gap: 10px;
}
.o-2 img{
	width: 20px;
}
.o-3{
	font-size:26px;
	font-weight: 700;
	margin: 10px 0 20px;
}
.o-44{
	height: 117px;
	overflow: hidden;
	background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 98%);
	background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
	transition: 0.3s;
}
.o-4{
	font-size:18px;
	line-height: 1.3;	
}
.o-5{
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 10px 18px;
	background-color: #E7E7E7;
	border-radius: 10px;
	font-size:18px;
	font-weight: 600;
	z-index: 1;
}
.o-50{
	display:none;
}

.name-name {
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
}

footer{
	background-color: #111111;
	position: relative;
	padding: 60px 0 0;
	color: #848484;
	font-size: 20px;
}
.fi-1{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  object-fit: cover;
  opacity: 0.04;
	z-index: 0;
	aspect-ratio: 1920 / 924;
}
.f-01{
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 40px;
}
.f-01 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.f-01 div{
	width: 100%;
	height: 1px;
	background-color: rgba(172, 172, 172, 0.4);
}
.f-02{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:103px;
}
.f-04{
	margin-bottom: 40px;
}
.f-05{
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(172, 172, 172, 0.4);
}
.f-06{
	display: grid;
	grid-template-columns: 40px 1fr;
	gap:10px;
	align-items: center;
}
.f-06 img{
	object-fit: contain;
}
.f-06 a, .f-08 a{
	text-decoration: none;
	color: #848484;
}
.f-07{
	display: grid;
	gap: 8px;
}
.f-07 img{
	height: 24px;
	object-fit: contain;
}

.f-08 ul{
	margin-left: 10px;
	display: grid;
  gap: 12px;
	list-style-type: none;
}
.f-08 ul li::before {
  content: "•"; 
  display: inline-block;
  width: 3px; 
  margin-right: 16px; 
}
.f-09{
	display: grid;
	gap: 12px;
	line-height: 1.2;
}
.f-10 a{
	color: #848484;
}
.f-10>div{
	font-size: 16px;
	margin-bottom: 12px;
	text-decoration: underline;
	cursor: pointer;
	transition: 0.3s;
}
.f-10>div:hover{
	opacity: 0.7;
}
.f-10>a:nth-child(1){
	text-decoration: none;
}
.f-12{
	display: grid;
  grid-template-columns: 218px 1fr;
  gap: 10px;
}
.f-13{
	background-color: rgba(255, 255, 255, 0.2);
	color: #E7E7E7;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 16px;
}
.f-14{
	color: #E7E7E7;
	border-radius: 10px;
	border: 1px solid #7E6654;
	font-size: 16px;
	max-width: 150px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
  align-items: center;
  justify-content: center;
}
.f-14:hover{
	color: rgba(231, 231, 231, 0.7);
}

.f-20{
	height: 84px;
	border-top: 1px solid rgba(172, 172, 172, 0.4);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-20 a{
	color: #848484;
}

#error-not-found{
	padding: 100px 0;
	text-align: center;
}
#error-not-found p{
	padding: 40px 0;
}
.text-end{
	margin-top: 30px;
}
.text-end a{
	text-decoration: none;
	color: rgba(126, 102, 84, 1);
	border-radius: 10px;
  border: 1px solid #7E6654;
	padding: 10px 20px;
	font-size: 18px;
}









/*Modal*/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
}
.modalDialog > div {
	max-width: 500px;
	width: 96%;
	position: relative;
	background: #111111;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
  /*background-color: rgba(244, 244, 244, 0.05);*/
	overflow: hidden;
}
.popupbackg{
	background-color: rgba(244, 244, 244, 0.05);
}
.modal-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 20px 20px 15px;
}
.m-t-1{
	font-size: 18px;
  text-transform: uppercase;
  color: #E7E7E7;
  font-weight: 600;
}
.m-t-1 span{
	font-size: 16px;
  text-transform: none;
  font-weight: 400;
  color: #E7E7E7;
}
.close {
	cursor: pointer;
	transition: 0.4s;
}
.close2{
	position: relative;
	width:10px;
	height:10px;
	background:
	linear-gradient(45deg, transparent calc(50% - 1px),  #E7E7E7 calc(50% - 1px),  #E7E7E7 calc(50% + 1px), transparent calc(50% + 1px)),
	linear-gradient(-45deg, transparent calc(50% - 1px),  #E7E7E7 calc(50% - 1px),  #E7E7E7 calc(50% + 1px), transparent calc(50% + 1px));
	transition: 0.4s;
}
.close:hover {opacity: 0.7;}
.popup-form-in{
	padding: 15px;
}
.contact-form-p-1, .contact-form-p-2, .contact-form-3, .search-input{
	padding: 20px;
	background-color: rgba(244, 244, 244, 0.05);
	/*border-bottom: 1px solid #ACACAC;*/
	width: 100%;
	margin-bottom: 20px;
	color: #E7E7E7;
	border-radius: 10px;
	font-size: 16px;
}
.contact-form-3{
	resize: none;
}
.con-p-10{
	font-size: 12px;
	text-transform: uppercase;
	color: #E7E7E7;
	margin-bottom: 5px;
}
.custom-checkbox-che{
	cursor: pointer;
}
.label-checkbox{
	font-size: 14px;
  max-width: 300px;
  line-height: 1.2;
	position: relative;
	color: #E7E7E7;
}
.con-check-1{
	display: flex;
  /*align-items: baseline;*/
  gap: 8px;
}
.con-check-1>div:nth-child(1){
	padding-top: 2px;
}
.custom-checkbox-che {
  position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.custom-checkbox-che+label {
  display: block;
  align-items: center;
  user-select: none;
	cursor: pointer;
	position: relative;
}
.custom-checkbox-che+label::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #ACACAC;
  border-radius: 0;
  position: relative;
}
.custom-checkbox-che:checked+label::after {
	content: "\2714";
	position: absolute;
	font-size: 14px;
	color: green;
	left: 2px;
  top: -2px;
}

.label-checkbox a{
	color: #E7E7E7;
}
.m-a-3{
	text-align: center;
}
.m-a-4{
	margin-top: 20px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  color: #E7E7E7;
	border: 1px solid #7E6654;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  padding: 15px;
	transition: 0.3s;
}
.m-a-4:hover{
	opacity: 0.7;
}
.name-name{
	width: 0;
	height:0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

/*___End Modal___*/

.backblack, .backblack2, .backblack3{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
	z-index: 29;
}

.email-ye{
	display: none;
}

.rating-area {
	overflow: hidden;
	width: 210px;
	margin-bottom: 10px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #7E6654;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #7E6654;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #7E6654;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}

.post-page ul, .post-page ol{
	margin-left: 20px;
}
.sv-page-h{
	height: 50px;
}

.inputnum{
	background-color: transparent;
	width: 100%;
  text-align: center;
	font-size: 16px;
	font-family: 'WixMadeforDisplay', 'Times New Roman', sans-serif;
}
.inputnum.hin{
	color: #E7E7E7;
}
.addcardimg{
	width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  position: absolute;
  right: -40%;
  top: 0;
}
.gocardimg{
	width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  position: absolute;
  left: -40%;
  top: 0;
}

.oneAndOnlyDiv {
  background: #F0F0F0;
  position: absolute;
  right: 5%;
  top: -50px;
  border-radius: 10px;
  padding: 8px 10px;
	color: #7E6654;
	opacity: 0;
	visibility:hidden;
	transition: opacity 2s;
}
.oneAndOnlyDiv:before {
	content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  border-top: 10px solid #F0F0F0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.pr-20 .oneAndOnlyDiv {
	top: -60px;
}

.searchpole{
	display: none;
	position: fixed;
	background: #111111;
	max-width: 500px;
  width: 96%;
	/*max-height: calc(96% - 125px);*/
	top: 85px;
  left: 50%;
  transform: translate(-50%, 0);
	border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	z-index: 100;
}
.s-pole-1 {
	background-color: rgba(244, 244, 244, 0.05);
	position: relative;
}
.s-pole-1 .search-input{
	margin-bottom: 0;
}
.img-s-1{
	position: absolute;
  right: 15px;
  top: 17px;
}
.result_item{
	color: #E7E7E7;
  font-size: 16px;
  padding: 5px 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
}
.result_item img{
	width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}
.result-search{
	overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
	display: none;
	/*padding-bottom: 50px;*/
}
.preloader-search{
	position: absolute;
  z-index: 1;
  top: 15px;
  right: 50px;
  width: 30px;
}
.loader{
	width: 100%;
	height: 100%;
  object-fit: contain;
}
.result_item a{
	color: #E7E7E7;
}
/*.result-search-list{
	padding-bottom: 50px;
}*/
.result_item .not_found{
	grid-column: 1 / -1;
}




@media (max-width:1200px){	
	.menu-4 {
		grid-template-columns: 1fr 280px 160px 40px 60px 143px;
	}
	.w-1 {
		width: 220px;
	}
	.w-3 > a:nth-child(2), .w-4 > div:nth-child(2) {
		font-size: 24px;
	}
	.w-5 {
		margin-left: 10px;
	}
	.w-6 {
		margin: 0 10px;
	}
	
	.h-3 {
		max-width: 670px;
		margin: 0 auto;
	}
	.h-15 {
		left: 50%;
		transform: translate(166px, 0);
		right: auto;
	}
	
	.otziv .h-15 {
    left: auto;
    transform: translate(0, 0);
    right: 10px;
	}
	
	.db-2 {
		max-width: 540px;
	}
	
	.f-02 {
		grid-template-columns: 1fr 1fr;
		row-gap: 0px;
	}
	
}


@media (max-width:992px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.m-1, .line-2, .w-10, .w-5, .w-6, .mob-menu-catalog .arrow-2, .mob-menu-catalog .w-21.pc {
		display: none;
	}
	.h-burger{
		display: flex;
		align-items: center;
		justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 40px;
    height: 40px;
		cursor: pointer;
	}
	.h-burger img{
		width: 14px;
		/*height: 12px;*/
		object-fit: contain;
		transition: 0.3s;
	}
	.h-burger:hover img{
		opacity: 0.7;
	}
	.menu-1 {
		height: auto;
	}
	.w-1 {
    width: 200px;
	}
	.line-1 {
		top: 78px;
	}
	.menu-4 {
    grid-template-columns: 1fr 260px 160px 40px;
    height: 78px;
    align-items: center;
		gap: 20px;
	}
	.w-3 > a:nth-child(2), .w-4 > div:nth-child(2) {
    font-size: 18px;
	}
	
	.mob-menu, .mob-menu-catalog{
		position: absolute;
		display: block;
		top: 0;
		left: -360px;
		max-width: 360px;
		width: 100%;
		transition: 0.3s;
		z-index: 10000;
		height: auto;
    background-color: rgba(38, 33, 30, 0.9);
		border-bottom: 1px solid #dfdfdf;
	}
	.mob-menu-catalog{
		z-index: 10010;
	}
	.mob-01{
		background-color: #fff;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
    width: 100%;
	}
	.mob-01 > img{
		width: 200px;
		object-fit: contain;		
	}
	.mob-02{
		width: 40px;
		height: 40px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		cursor: pointer;
	}
	.mob-02 img{
		width: 12px;
		height: 12px;
	}
	.mob-05{
		height: 62px;
		/*display: flex;
			gap: 10px;
		align-items: center;*/
		background-color:#F4F4F4;		
		/*padding: 0 20px;*/
		position: relative;
		z-index: 10;
	}
	/*.mob-05 img{
		width: 20px;
		object-fit: contain;
		cursor: pointer;
	}*/
	.mob-05 input{
		background-color:#F4F4F4;
	}
	
	.mob-10{
		background-color:#fff;
		margin-left: 0;
		font-size: 18px;
		list-style: none;
	}
	.mob-10 > li{
		border-bottom: 1px solid rgba(38, 33, 30, 0.1);
	}
	.mob-10 .child{
		font-size: 16px;
	}
	.mob-10 .child li{
		height: 50px;
	}
	.mob-10 a, .mob-10 div{
		color: #26211E;
		text-decoration: none;
		display: flex;
		align-items: center;
		padding: 18px 20px;
		width: 100%;
		height: 100%;
	}
	.mob-10 li {
		cursor: pointer;
		position: relative;
	}
	.mob-10 > li > a:after, .mob-10 > li > div:after { 
		content: '▼';
    color: #777;
    width: 14px;
    transition: 0.3s;
    position: absolute;
    top: 17px;
    right: 20px;
	} 	
	.mob-10 >  li.active > a:after, .mob-10 >  li.active > div:after { 
		content: '▲'; 
	}
	.mob-10 >  li > a:only-child:after, .mob-10 >  li > div:only-child:after { content: ''; }  
	.mob-10 .child{
		list-style: none;
		background-color: #F4F4F4;
		max-height: 0;
    transition: all 0.5s ease-out;
    overflow: hidden;
		margin-left: 0;
	}
	.mob-10 .active .child{
		max-height: 100vh;
    transition: all 0.5s ease-in;
	}
	
	.mob-15{
		border-bottom: 1px solid rgba(38, 33, 30, 0.1);
		background-color: #F4F4F4;
		color:#26211E;
		text-decoration: none;
		font-size: 18px;
		height: 62px;
		padding: 0 20px;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.mob-15 img{
		width: 26px;
		object-fit: contain;
	}
	
	.mob-20{
		background-color: #fff;
		padding: 105px 20px 20px;
	}
	
	.mob-21{
		display: grid;
		grid-template-columns: 26px 210px;
		gap: 13px;
		align-items: center;
		justify-content: center;
	}
	
	.mob-22 {
		display: flex;
		flex-direction: column;
		gap: 3px;
		align-items: end;
	}
	
	.mob-22 div{
		font-size: 14px;
		text-decoration: underline;
	}	
	.mob-22 a{
		font-size: 24px;
		text-decoration: none;
		color: #26211E;
	}
	.mob-25{
		display: flex;
		width: 100%;
		text-align: center;
		background-color: #777777;
		border-radius: 10px;
		color: #E7E7E7;
		height: 50px;
		align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
	}
	.mob-25 img{
		width: 14px;
		object-fit: contain;	
	}
	
	.mob-menu, .mob-menu-catalog{
		overflow: hidden;
	}
	
	.mob-menu-catalog .w-21 {	
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.mob-menu-catalog .w-21 > div, .mob-menu-catalog .w-21 > a {
		padding: 0;
		background-color: #E7E7E7;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F4F4F4;
		height: 60px;
		text-align: center;
		text-decoration: none;
	}
	.mob-menu-catalog .w-22 {
		grid-template-columns: 1fr;
		background-color: #fff;
		padding: 20px;
		gap: 30px;
	}
	.mob-menu-catalog .w-25:nth-child(n+2) {
		margin-top: 30px;
	}
	.mob-menu-catalog .w-24 ul li a::before {
		line-height: 1.3;
	}
	
	.w-24.mob{
		display: contents;
	}
	
	header.header-home {
		height: 820px;
	}	
	.sl-2 {
		top: 204px;
	}
	.sl-3 {
		font-size: 48px;
		line-height: 1.2;
	}
	.sl-4 {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 8px;
	}
	
	.p-1 {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.p-2 {
		padding: 20px;
		height: 190px;
	}
	.p-3 {
		height: 60px;
	}
	.p-4 {
		font-size: 24px;
	}
	
	.h2 {
		font-size: 38px;
	}
	.c-2 {
		gap: 20px;
	}
	.zag {
		margin-bottom: 30px;
	}
	
	
	
	.c-2 a, .c-2 img {
		height: 160px;
	}
	
	.db-1 {
		padding: 40px 30px;
		flex-direction: column;
		gap: 30px;
	}
	.db-2 {
		max-width: 620px;
	}
	.dbi-1 {
		width: calc(100% - 40px);
	}
	.db-61{
		display: flex;
		align-items: start;
		width: 100%;
		max-width: 620px;
	}
	
	.f-02 {
		column-gap: 20px;
	}
	
	.otziv .h-15 {
    right: 20px;
	}
	
	.img-s-1{
		width: 20px;
	}
	.search-input {
		padding: 0 30px 0 50px;
		background-color: transparent;
		color: #26211E;
		border-radius: none;
		font-size: 13px;
		margin-bottom: 0;
		height: 62px;
	}
	.img-s-1 {
		right: auto;
		left: 20px;
    top: 21px;
	}
	.preloader-search{
		top: 18px;
		right: 10px;
	}
	.result_item {
		color: #26211E;
    font-size: 14px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(38, 33, 30, 0.1);
    height: 45px;
		grid-template-columns: 40px 1fr;
	}
	.result-search{
		background-color: rgb(244, 244, 244);
		color: rgb(38, 33, 30);
	}
	.result_item a {
		color: #26211E;
	}
	
}

@media (max-width:768px){
	.menu-4 {
    grid-template-columns: 1fr 252px 40px;
	}
	.menu-4 div:nth-child(3) {
		display: none;
	}
	
	.c-2{
		grid-template-columns: 1fr;
	}
	
	.h-3 {
    max-width: 100%;
		grid-template-columns: 250px 1fr;
		gap: 20px;
	}
	.h-15 {
    left: auto;
    transform: translate(0, 0);
    right: 20px;
	}
	
	.f-02 {
		grid-template-columns: 1fr;
	}
	.f-20 {
		height: auto;
    align-items: baseline;
    justify-content: start;
    flex-direction: column;
    padding: 30px 0;
		gap: 15px;
	}
	
	
}

@media (max-width:576px){
	.h2, .h3 {
    font-size: 28px;
	}
	h2, h3{
		font-size: 20px;
	}
	.menu-4 {
    grid-template-columns: 1fr 40px;
	}
	.w-2 {
		display: none;
	}
	
	header.header-home {
		height: 680px;
	}	
	.sl-3 {
		font-size: 34px;	
	}
	.sl-4, .sl-5 {
		font-size: 18px;
	}
	.sl-5 {
		width: 240px;
		height: 54px;
		margin-top: 30px;
	}
	
	.slide-home img {
		width: 100%;
		height: 680px;
		object-position: 40% bottom;
		object-fit: none;
	}
	
	.p-1 {
    grid-template-columns: 1fr;
	}
	.home-privilege .p-1{
		margin-top: -40px;
	}
	.p-2 {
		height: 170px;
	}
	.p-4 {
    font-size: 20px;
	}
	
	.c-1{
		margin-top: 50px;
	}
	.c-2 {
    gap: 10px;
	}
	
	.c-2 a, .c-2 img {
		height: 140px;
	}
	.company {
		padding-bottom: 20px;
	}
	
	.h-1 {
		margin-top: 50px;
		padding: 40px 0 110px;
	}
	.h-1.h-stocks-1 {
		padding: 10px 0 80px;
	}
	.h-1.h-stocks-1.otziv {
		margin-bottom: 0;
    padding: 30px 0 120px;
	}
	#soput.h-1.h-stocks-1 {
		margin-bottom: 40px;
		padding-bottom: 114px;
	}
	
	
	.h-3 {
		grid-template-columns: 100%;
		height: 100%;
	}
	
	.zag {
    text-align: center;
	}
	
	.h-10 {
		gap: 25px;
	}
	
	.h-15 {
		bottom: -70px;
	}
	.h-3 .h-4 img {
		aspect-ratio: 64 / 67;
	}
	
	.db-4{
		font-size: 16px;
		line-height: 1.3;
	}
	.db-6 {
		font-size: 18px;
		padding: 12px 20px;
	}
	.dbi-1 {
		object-position: 62% center;
	}
	
	.questions {
		padding: 50px 0;
	}
	.gaonutosal {
		padding: 30px 0 0;	
	}
	.pesontedan label {
		padding: 16px;
	}
	.arrow-accord {
		width: 13px;
		height: 13px;
	}
	.pesontedan {
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.pesontedan label {
		font-size: 18px;		
	}
	.pesontedan-content p {
		padding: 16px 0 0;
		font-size: 16px;
	}
	
	.co-1 {
		padding: 20px;
		border-radius: 10px;
	}
	.co-2 {
		margin-bottom: 20px;
	}
	.co-3 {
		font-size: 16px;
		gap: 20px;
		margin-bottom: 18px;
		max-height: 180px;
	}
	
	.o-1 {
		padding: 20px;
		border-radius: 10px;
		height: auto;
	}
	.o-3 {
		font-size: 20px;
		width: calc(100% - 110px);
	}
	.o-4 {
		font-size: 16px;
	}
	.o-5 {
		top: 20px;
		right: 20px;
		padding: 7px 10px;
		font-size: 16px;
	}
	.o-44 {
		height: 170px;
	}
	
	footer {
		padding: 30px 0 0;
		font-size: 16px;
	}
	.f-01 {
		grid-template-columns: 200px 0;
		margin-bottom: 30px;
	}
	.f-04 {
		margin-bottom: 30px;
	}
	.f-05 {
		padding-bottom: 11px;
		margin-bottom: 14px;
	}
	.f-06 a {
		font-size: 20px;
	}
	.f-08 ul {
		gap: 9px;
	}
	.f-12 {
		grid-template-columns: 167px 1fr;
	}
	.f-13 {
		padding: 17px 20px;
	}
	
	.cat-36 .h-10 {
		grid-template-columns: 118px 1fr;
	}
	
	.c-2 a, .dbi-1, .cat-36 .h-4 img {
		border-radius: 10px;
	}
	
	.pesontedan-content > div {
		padding: 0 16px 16px 16px;
	}
	
	.h-3 .h-4 img {
		aspect-ratio: 64 / 67;
	}
	
	.slick-initialized .slick-slide {
		display: block;
		position: relative;
	}
	.h-4 img {
		border-radius: 10px;
	}
	
	#soput .h-4 img, .prdiftov .cat-36 .h-4 img {
		aspect-ratio: 4 / 3;
		border-radius: 10px;
	}
	.cat-36 .h-10{
		display: flex;
	}
	#different-pr.h-1 {
		margin-bottom: 20px;
	}
	
	.post-page{	
		font-size: 16px;
	}
	.sv-page-h{
		height: 30px;
	}
	
	.h-8{
		max-height: auto;
	}
	
	
}
