/*!
	Theme Name: qazaqaroma
	Theme URI:
	Author: Kmarketing
	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: qazaqaroma.kz
	Tags:
	
*/

html {
	scroll-behavior: smooth;
}



.breadcrumb-main{
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(209, 213, 219);
}
.breadcrumb-main .fa, .breadcrumb-main .fas{
	font-size: 12px;
}
.breadcrumb-main a:hover{
	color: rgb(201, 162, 77);
}
.breadcrumb-section{
	border-color: rgb(26 26 26);
	border-bottom-width: 1px;
}
.text-1{
	margin-bottom: 20px;
}
.text-1 p{
	margin-bottom: 10px;
}

.head-logo-mob, .button-menu-2{
	display: none;
}

/*burger*/
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 30;
	display: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#d4b369;
	stroke-width:5.5;
	stroke-linecap:round;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}

.sv-cat-1{
	height: 60px;
}

#catinclude{
	transition:0.3s;
}


.name-name{
	width: 0;
	height:0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

.z-good, .z-error{
	font-size: 32px;
	line-height: 1.2;
}
.z-error{
	color: red;
}
.z-2{
	font-size: 18px;
	line-height: 1.2;
	margin-top: 15px;
}

.backblack, .backblack2{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
	z-index: 20;
}
.backblack2{
	z-index: 100;
}
#messege-result{
	position:relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 94%;
	max-width: 500px;
	pointer-events: none;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.close {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 50px;
}
.close2{
	position: relative;
	width: 30px;
	height: 30px;
	background:
	linear-gradient(45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)),
	linear-gradient(-45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
	transition: 0.4s;
}
.close:hover {opacity: 0.7;}

.main-title-e1{
	max-width: 400px;
}

.eq-cat-1{
	background-color: #fff;
}
.eq-cat-1 img{
	object-fit: contain;
}

.slide-home{
	visibility: hidden;
	width: calc(100% + 20px);
	margin-left: -10px;
	/*margin-right: auto;*/
}
.slide-home.slick-initialized{
	visibility: visible;
}



.grid-category{
	display: grid;
	grid-template-columns: 1fr 500px;
	gap: 40px;
	position: relative;
}
.grid-category-aroma{
	display: grid;
	grid-template-columns: 700px 1fr;
	gap: 40px;
	position: relative;
	padding: 40px;
	min-height: 500px;
}
.grid-category-aroma img{
	position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  z-index: 0;
  object-position: right top;
}
.aroma-cat-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-all-1{
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.sv-cat-2{
	height: 30px;
}

.pr-01{
	display: grid;
	grid-template-columns: 1fr 620px;
	gap: 40px;
	margin-bottom: 40px;
}
.pr-02{
	aspect-ratio: 1 / 1;
	position: relative;
}
.big-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;	
	border-radius: 20px;
	cursor: pointer;
}
.large {
	width: 175px; height: 175px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);	
	background-repeat: no-repeat;
	display: none;
}
.small { display: block; }
.pr-ar-01, .pr-ar-02{
	position: absolute;
	top: 50%;
	background-color: #E7E7E7;
	border-radius: 100px;
	width: 44px;
	height: 44px;
	transform: translate(0, -50%);
	transition: 0.3s;
	cursor: pointer;
	display: flex;
  align-items: center;
  justify-content: center;
	z-index: 2;
}
.pr-ar-01{
	left:20px;	
}
.pr-ar-02{
	right:20px;	
}
.small-image{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 10px;
}
.small-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;	
	border-radius: 20px;
	cursor: pointer;
	/*transition: 0.3s;*/
}
.small-image img:hover{
	opacity: 0.7;
}
.arrow-pr{
	width: 14px;
  height: 14px;
	border-top: 3px solid #d4b369;
  border-right: 3px solid #d4b369;
}
.arrow-left-pr {
  transform: rotate(225deg);
  margin-left: 3px;
}
.arrow-right-pr {
  transform: rotate(45deg);
  margin-right: 5px;
}
.popup_bg {
	background:rgba(0, 0, 0, 0.7);
	position:fixed;
	z-index:50;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
  height: auto;
  cursor:zoom-out;
}
.popup_img {
	position: fixed;
	z-index:51;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 98%;
	max-width: 98%;
	border-radius: 10px;
	/*border: 3px solid gray;*/
	pointer-events: none;
}

.eq-1{
	text-decoration: underline;
	cursor: pointer;
	margin: 20px 0 10px;
}
.eq-2{
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s ease-out;
}
.eq-2.active{
	max-height: 100%;
	transition: all 0.3s ease-in;
}

.go-1{
	display: grid;
	grid-template-columns: 1fr 500px;
	gap: 40px;
}
.go-1>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.go-2{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.go-3{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.go-3 a{
	transition: 0.3s;
}
.go-3 a:hover{
	opacity: 0.8;
}
.go-3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sl-img-1{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ld-txt-2{
	height: 90%;
	width: 8px;
	margin-right: 15px;
	margin-top: 6px;
	float: left;
}

.geo-11{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.ak-1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.ak-u ul{
	list-style: disc;
	margin-left: 25px;
}

.main-text-01 h2,h3,h4,h5,h6{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.main-text-01 ul{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}
.main-text-01 ol{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}




@media (max-width:1300px){	
	.sl-max-w{
		max-width: 100% !important;
	}
}


@media (max-width:1200px){	
	.pr-01 {
		grid-template-columns: 1fr 1fr;
	}
	.go-1 {
		grid-template-columns: 1fr 400px;
	}
	.go-3{
		gap: 20px;
	}
}

@media (max-width:1024px){	
	.ham, .head-logo-mob, .button-menu-2 {
		display: block;
		
	}
	.nav-menu-1{
		position: fixed;
		position: fixed;
    left: -500px;
    flex-direction: column;
    display: flex;
    text-align: left;
    top: 0;
    width: 100%;
		max-width: 400px;
    background-color: #0e0e0e;
    padding: 96px 1rem 20px;
    height: 100vh;
		border-right: 1px solid #1a1a1a;
		transition: 0.3s;
		align-items: start !important;
	}
	.nav-menu-1 a{
		margin-left: 0 !important;
		padding:5px 0;
		font-size: 22px;
	}
	.button-menu-1{
		display: none;
	}
	.head-logo-mob{
		height: 81px;
		border-bottom: 1px solid #1a1a1a;
		position: absolute;
		width: 100%;
		top:0;
		left: 0;
		display: flex;
    align-items: center;
	}
	.head-logo-mob a{
		font-size:1.5rem;
		margin-left: 1rem !important;
	}
	.button-menu-2{
		margin-top: 50px;
		padding: 8px 10px !important;
	}
	
	#equipment .animate-slide-up{
		text-align: center;
	}
	.main-title-e1{
		margin-left: auto;
		margin-right: auto;
	}
	
	.grid-category {
		grid-template-columns: 1fr 300px;
	}
	
	.go-1 {
		grid-template-columns: 1fr 300px;
	}
	.oder-mob{
		order:2;
	}
}

@media (max-width:800px){	
	.grid-category-aroma{
		grid-template-columns: 1fr;
		min-height: 400px;
	}
}

@media (max-width:768px){	
	.z-good, .z-error {
    font-size: 24px;
	}
	#messege-result {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
	}
	.grid-category {
		grid-template-columns: 1fr 200px;
		gap: 20px;
	}
	.big-image img, .small-image img {
		border-radius: 10px;
	}
	.go-1{
		grid-template-columns: 1fr;
	}
	.go-1>img{
		display: none;
	}
	
	.ld-txt-2{
		height: calc(100% - 10px);
		width: 5px;
		margin-right: 10px;
		margin-top: 4px;
	}
	
	.ak-1{
		grid-template-columns: 1fr;
	}
	
}

@media (max-width:600px){	
	.grid-category, .pr-01 {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.pr-01>div:nth-child(1) {
		order: 2;
	}
	.imagecat{
		display: none;
	}
	
	
	
}