/*!
Theme Name: kalinka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kalinka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kalinka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 20px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.gallery .gallery-icon{
	height: 100%;
}
.gallery .gallery-icon a{
	display: block;
	height: 100%;
} 
.gallery .gallery-icon a img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 20px;
}

.fancy-ico span{
  box-shadow: none !important;
  transition: none !important;
  background: rgba(91, 91, 91, 0.80) !important;
}

#fancybox-close span::after, #fancybox-close span::before{
  left: 5px !important;
}

#anchor-budget{
  position: relative;
  top: 191px;
}


/* --------------------------------------------- */

@font-face {
	font-family: 'Montserrat';
	src: url('/wp-content/themes/kalinka/assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 900; 
	font-style: normal;
}
  
@font-face {
	font-family: 'Great Vibes';
	src: url('/wp-content/themes/kalinka/assets/fonts/GreatVibes-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
  
*{
	box-sizing: border-box;
	--font-family: "Montserrat", sans-serif;
	--second-family: "Great Vibes", sans-serif;
	--shrift: #1f2b6c;
	--akcent: #e3000b;
	--seryy: #eeeef8;
}

body {
	font-family: var(--font-family);
    font-style: normal;
	color:var(--shrift);
    background: #fff;
}

a {
	text-decoration: none;
	color:var(--shrift);
}

.cursor{
	cursor: pointer;
}

.container {
	margin: 0 auto;
	height: 100%;
	max-width: 1220px;
	padding: 0 10px;
    width: 100%;
}

#breadcrumbs{
	margin: 30px 0px;
}

#breadcrumbs strong,
#breadcrumbs a,
#breadcrumbs span{
	font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

#breadcrumbs .breadcrumb_last{
	color: #b4b4b4;
}

p{
	margin-bottom: 1rem;
}

p:last-child{
	margin: 0px;
}

ul{
	padding-left: 40px;
}

.main-block{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	padding-top: 105px;
}

header{
	position: fixed;
    width: 100%;
    background: white;
    z-index: 99999999;
    top: 0;
}

.footer{
	margin-top: auto;
}


/* header */

.header{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
	padding-top: 12px;
    margin-bottom: 20px;
}

.header ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
  

.wr__personality-block{
	display: flex;
	align-items: center;
	gap: 12px;
}

.bvi-shortcode{
	background-color: var(--seryy) !important;
	padding: 16px !important;
    border-radius: 100% !important;
}

.bvi-shortcode a{
    color: var(--shrift) !important;
	font-size: 0px;
	padding: 0px !important;
}

.bvi-shortcode a svg{
	width: 24px !important;
    height: 24px !important;
}

.language-block{
	position: relative;
	transition: all 0.3s ease-in-out;
}

.language-block span a{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	position: relative;
	z-index: 9999;
}

.wr_top_innerBlock-language{
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 20px;
	border-radius: 100px;
	background: var(--seryy);
	cursor: pointer;
	position: relative;
}

.wr_top_innerBlock-language::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 100px;
}

.language-block .innerBlock-language{
	display: grid;
    background: var(--seryy);
    justify-items: center;
    gap: 17px;
    position: absolute;
    max-width: 76px;
    width: 100%;
	border-radius: 12px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	top: calc(100% + 10px); 
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
  
.language-block:hover .innerBlock-language {
	opacity: 1;
	visibility: visible;
}

.skiptranslate{
	display: none !important;
}

.logo{
	max-width: 110px;
}

.logo img{
	width: 100%;
	height: auto;
	min-width: 50px;
}

.wrapper-header-bottom .main-menu{
	display: flex;
    align-items: center;
    gap: clamp(0.625rem, -0.268rem + 2.86vw, 1.875rem);
}

.main-menu{
	position: relative;
}

.wrapper-header-bottom .main-menu > li{
	transition: all 0.3s ease-in-out;
	position: relative;
}

.wrapper-header-bottom .main-menu > li > a{
	white-space: nowrap;
}

.wrapper-header-bottom .main-menu > li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	display: flex;
    align-items: center;
    gap: 2px;
	position: relative;
    z-index: 999999;
}

.wrapper-header-bottom .main-menu > li > .sub-menu{
	position: absolute;
	background-color: var(--seryy);
    padding: 20px;
    display: grid;
	visibility: hidden;
    gap: 10px;
    border-radius: 12px;
	top: 30px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

.wrapper-header-bottom .main-menu > .menu-item-has-children::before{
	content: "";
    top: 0;
    left: 0; 
    width: 100%; 
	height: 100px;
    position: absolute;
}

.wrapper-header-bottom .main-menu > li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
}

.title{
	font-weight: 600;
	font-size: clamp(1.063rem, 0.594rem + 1.88vw, 2rem);
	line-height: 120%;
	margin-bottom: 30px;
}
  

/* main-section */

.wrapper-container{
	margin: 0 auto;
	height: 100%;
	max-width: 1900px;
	padding: 0 10px;
    width: 100%;
	position: relative;
}

.blockSlider {
    position: relative;
    max-width: 100%;
    max-height: clamp(28.438rem, 19.188rem + 37vw, 40rem);
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 1s ease;
    height: 100%;
}

.pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.pagination span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.pagination span.active {
    background-color: #e3000b;
}

.blockSlider {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden; 
}

.slider-wrapper {
    display: flex;
    height: 100%;
}

.slider {
    flex: 0 0 100%; 
    height: 100%;
    min-width: 100%;
}

.slider img {
    width: 100%; 
	height: 100%;
    object-fit: cover; 
    border-radius: 40px;
}

.wrapper-textSlider{
	position: absolute;
    top: 53px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 543px;
    display: grid;
    justify-items: center;
    gap: 60px;
}

.wrapper-textSlider .text{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: clamp(1.75rem, -0.5rem + 9vw, 6.25rem);
	line-height: 90%;
	text-align: center;
	color: #fff;
}

.wrapper-textSlider .button{
	background: var(--akcent);
    border-radius: 100px;
    padding: clamp(1rem, 0.625rem + 1.5vw, 1.75rem);
	max-width: 288px;
    width: 100%;
    text-align: center;
}

.wrapper-textSlider .button a{
	font-weight: 600;
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
    line-height: 100%;
    color: #fff;
}

.outputOFmain-categories{
	margin: clamp(3.125rem, 1.563rem + 6.25vw, 6.25rem) 0;
}

.wr__title-outputOFmain{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 45px;
}

.wr__title-outputOFmain .title{
	margin: 0px;
}

.wr__title-outputOFmain a{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	border-radius: 100px;
	padding: 17px 20px;
	width: fit-content;
	background: var(--seryy);
	transition: all 0.3s ease-in-out;
}

.wr__title-outputOFmain a:hover{
	color: white;
	background: var(--akcent);
}

.block__outputOFmain-categories .category-list{
	display: flex;
	gap: clamp(0.625rem, 0.313rem + 1.25vw, 1.25rem);
}

.block__outputOFmain-categories .category-list .category-item{
	background: #f8f8f9;
    border-radius: 20px;
    padding: clamp(0.938rem, 0.469rem + 1.88vw, 1.875rem);
    width: 100%;
	height: auto;
    max-width: 387px;
}

.block__outputOFmain-categories .category-list .category-item a{
	display: grid;
	gap: 30px;
	justify-items: center;
	height: 100%;
}

.block__outputOFmain-categories .category-list .category-item img{
	width: 100%;
	height: auto;
	max-height: 194px;
    object-fit: contain;
}

.block__outputOFmain-categories .wrapper-further-catalog{
    display: flex;
    align-items: center;
    gap: 10px;
	width: 100%;
    justify-content: space-between;
}

.block__outputOFmain-categories .wrapper-further-catalog .category-name{
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	max-width: 177px;
}

.info-section{
	background: linear-gradient(180deg, #3db166 0%, #218350 100%);
	padding: clamp(3.125rem, 1.563rem + 6.25vw, 6.25rem) 0;
    border-radius: 40px;
}

.block-info{
	color: white;
}

.description-about-company{
	font-weight: 400;
    font-size: clamp(0.875rem, 0.813rem + 0.25vw, 1rem);
    line-height: 150%;
    margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
}

.block-info span{
	border-radius: 8px;
    padding: 12px;
    background: #288521;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.mainPage-newsBlocks{
	justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	margin-top: clamp(0rem, -1.563rem + 6.25vw, 3.125rem);
}


/* News */


.bl__all-news{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.oneBlock-news{
	display: flex;
    gap: 20px;
	max-width: 590px;
    background: #f8f8f9;
    border-radius: 12px;
	padding: 12px;
	height: 100%;
}

.image-news{
	border-radius: 8px;
    max-width: 320px;
    max-height: 247px;
	height: 100%;
    width: 100%;
}

.image-news img{
	border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.data-news{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #828282;
	margin-bottom: clamp(0rem, -0.5rem + 2vw, 1rem);
	margin-top: clamp(0.625rem, 0.063rem + 2.25vw, 1.75rem);
}

.name-news{
	font-weight: 600;
	font-size: clamp(0.938rem, 0.844rem + 0.38vw, 1.125rem);
	line-height: 120%;
	padding: 16px 0px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.description-news{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em;
	margin-top: 10px;
}

.mini-blInfo{
	max-width: 250px;
}

.paginationBlock{
	margin-top: 50px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.paginationBlock a,
.paginationBlock span{
	border: 1px solid var(--seryy);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 14px 20px;
    width: 48px;
    height: 48px;
	transition: all 0.3s ease-in-out;
}

.paginationBlock a:hover{
	background: var(--akcent);
	color: white;
	border: 1px solid var(--akcent);
}

.paginationBlock span{
	background: var(--akcent);
	color: white;
	border: 1px solid var(--akcent);
	display: flex;
	justify-content: center;
}

.paginationBlock .prev,
.paginationBlock .next{
	width: fit-content;
	background: var(--akcent);
	color: white;
	border: 1px solid var(--akcent);
}

.section-news{
	margin-bottom: 134px;
}

.content-news{
	margin-top: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}


/* Page 404 */

.page-error{
	height: 100%;
    padding: 10% 0;
}

.block-error{
	display: grid;
	justify-items: center;
	align-items: center;
	gap: 50px;
}

.block-error div{
	font-size: 50px;
    line-height: 120%;
    font-weight: 600;
}

.block-error a{
	border-radius: 100px;
    padding: 28px 40px;
    background: var(--akcent);
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    height: 100%;
}


/* Products */


.page-product ul {
    list-style: none;
    padding: 0; 
    margin: 0;
}

.product-filter{
	margin-bottom: 25px;
}

.product-container{
	margin-top: 25px;
}

.page-product .category-list{
	display: flex;
    gap: 12px;
    align-items: center;
	flex-wrap: wrap;
}

.page-product .category-list li{
	border-radius: 100px;
    background: var(--seryy);
	transition: all 0.3s ease-in-out;
	width: fit-content;
}

.page-product .category-list li a{
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    justify-content: center;
	transition: all 0.3s ease-in-out;
	padding: 16px;
}

.page-product .category-list li:hover a{
	color: white;
}

.page-product .category-list li:hover{
	background: var(--akcent);
}

.page-product .category-list .active-pcategory{
	background: var(--akcent);
}

.page-product .category-list .active-pcategory a{
	color: white;
}

.product-item .short-imige{
	max-width: 100%;
	max-height: 270px;
	min-height: 270px;
	height: 100%;
	width: 100%;
}

.product-item .short-imige img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.wr__textBlock-description{
	display: grid;
    gap: 12px;
	line-height: 120%;
}

.wr__textBlock-description .short-title{
	font-weight: 600;
	font-size: 18px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 5em;
}

.wr__textBlock-description .short-description{
	font-weight: 400;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em;
	display: none !important;
}

.product-item{
	border-radius: 12px;
	max-width: 285px;
	width: 100%;
	box-shadow: 0 20px 60px 0 rgba(45, 35, 33, 0.15);
	background: #fff;
	padding: 20px;
}

.product-item a{
	display: grid;
	gap: 20px;
	align-content: space-between;
	height: 100%;
}

.read-moreBl{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	border-radius: 100px;
	padding: 13px 16px;
	width: fit-content;
	background: var(--seryy);
	transition: all 0.3s ease-in-out;
}

.product-item:hover .read-moreBl{
	background: var(--akcent);
	color: white;
}

.product-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: fit-content;
}

.single-product-container{
	display: flex;
    gap: 15px;
    justify-content: space-between;
}

.single-product-container .product-thumbnail{
	max-width: 387px;
	width: 100%;
}

.single-product-container .product-thumbnail img{
	width: 100%;
	height: auto;
}

.single-product-container .product-content{
	max-width: 753px;
	width: 100%;
}

.single-product-container .product-descriptionPage{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.single-product-container .product-characteristics{
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	display: grid;
	gap: 12px;
}

.single-product-container .product-characteristics span:nth-child(2){
	font-weight: 600;
}

.section{
	margin-bottom: clamp(3.125rem, 1.563rem + 6.25vw, 6.25rem);
}

.content{
	font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.regular-page img{
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.block-map{
	margin-top: 50px;
}

.block-map iframe{
	border-radius: 12px;
}


/* footer */

.footer .wrapper-container{
	background: linear-gradient(180deg, #3db166 0%, #218350 100%);
    border-radius: 40px 40px 0 0;
	padding-top: clamp(3.125rem, 2.188rem + 3.75vw, 5rem);
	padding-bottom: clamp(3.125rem, 1.563rem + 6.25vw, 6.25rem);
}

.block-footer{
	display: flex;
	justify-content: space-between;
    gap: 10px;
	color: white;
}

.block-footer a{
	color: white;
}

.innerBlock-footer1{
	max-width: 368px;
	width: 100%;
	display: grid;
	align-content: space-between;
	gap: 30px;
}

.innerBlock-footer1 .content-bottom{
	font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: grid;
    gap: 20px;
}

.innerBlock-footer2{
	max-width: 786px;
	width: 100%;
}

.innerBlock-footer2 span{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.innerBlock-footer2 a{
	font-weight: 600;
	font-size: clamp(1.125rem, 0.938rem + 0.75vw, 1.5rem);
	line-height: 120%;
	width: fit-content;
}

.innerBlock-footer2 p{
	padding: 0px;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}

.innerBlock-footer2 .info-footer{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 30px;
    column-gap: 60px;
	white-space: nowrap;
}

.info-footer div:nth-last-child(1):nth-child(4) {
    grid-column: span 3;
}

.innerBlock-footer2 .info-footer > div{
	display: grid;
	gap: 12px;
	max-width: 514px;
}

.banner-footer{
	margin-top: 50px;
}

.repeater-wrapper{
	display: flex;
    flex-wrap: wrap;
	width: fit-content;
	gap: 10px;
}

.repeater-wrapper a img{
	border-radius: 8px;
	max-width: 203px;
	max-height: 60px;
	height: 100%;
    object-fit: cover;
}

.single-product-container-notactive .product-content{
	max-width: 100%;
}

.section-pageProduct .product-thumbnail {
    position: relative;
    overflow: hidden;
    max-height: 310px;
    height: 310px;
}

.section-pageProduct .product-thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    max-height: 310px;
    object-fit: contain;
}

.section-pageProduct .product-thumbnail img:first-child {
    opacity: 1;
    transform: translateX(0);
}

.section-pageProduct button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #E3000B;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 100%;
}

.section-pageProduct .prev { left: 10px; }
.section-pageProduct .next { right: 10px; }

.info-footerBottom{
	display: flex;
    gap: 52px;
    margin-top: 30px;
}

.info-footerBottom div{
	 max-width: 557px;
    display: grid;
    gap: 12px;
    align-content: space-between;
}

#messFooter{
	display: flex;
    gap: 8px;
}

.info-footerBottom > div:nth-child(2) span{
	white-space: nowrap;
}

.seo-text-category{
	margin: 50px 0px;
}

.seo-text-category,
.seo-text-category p{
	font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.wr__regular-page .content img{
	    max-height: 500px;
    object-fit: contain;
}


/* ===============Vacancy======================== */

.form-vacancies{
	margin-top: 30px;
}

.form-vacancies > span{
	 font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.form .wpcf7-form > p{
	display: grid;
    gap: 7px;
}

.buttonvak{
	width: fit-content;
	width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    background: var(--akcent);
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
}

.form .wpcf7-list-item-label{
	font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.namevak,
.numbervak,
.resume{
	padding: 10px;
    border-radius: 8px;
}

.wpcf7-not-valid-tip{
	font-size: 12px;
    line-height: 150%;
}

.wpcf7-response-output{
    font-size: 12px;
    line-height: 150%;
    margin: 10px 0px;
}



/* Media */

@media (max-width:1100px) {
	/* Burger */

	.hamb_field {
		display:grid;
		gap: 6px;
		width: 35px;
		margin-left: auto;
		position: relative;
		cursor: pointer;
		z-index: 30000;
		height: 29px;
		top: 0px;
		right: 10px;
	}

	.hamb_field span {
		height: 3px;
		background-color: var(--shrift);
	}

	.hamb_field .bar {
		transition: all .3s ease-in-out
	}

	.hamb_field .bar:nth-child(1) {
		height: 3.1px;
	}

	.rotate45 {
		transform: rotate(45deg);
		position: relative;
		top: 9px
	}

	.hide {
		opacity: 0
	}

	.rotate-45 {
		transform: rotate(-45deg);
		position: relative;
		top: -14px
	}

	.main-menu{
		position: absolute;
		top: 0;
		right: -105%;
		height: 100vh;
		width: 60%;
		background-color: #f8f8f9;
		z-index: 20000;
		transition: right .5s ease-in-out;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-top: 100px;
		align-items: flex-start;
	}

	.main-menu > li{
        padding-left: 10%;
    }

	.main-menu-mob{
		right: -50px;
	}

	/* -------------------- */

	.header .logo{
		order: 1;
	}

	.header .wr__personality-block{
		order: 2;
	}

	.header .wrapper-header-bottom{
		order: 3;
	}

	.wrapper-header-bottom .main-menu{
		align-items: stretch;
	}

	.wrapper-header-bottom .main-menu > li > .sub-menu{
		opacity: 1;
		top: 10px;
		padding: 0px;
		position: relative;
		background-color: transparent;
	}

	.wrapper-header-bottom .main-menu > .menu-item-has-children > a::after{
		display: none !important;
	}

	.innerBlock-footer2 .info-footer{
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.info-footer div:nth-last-child(1):nth-child(4){
		grid-column: auto;
	}

	.product-items{
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (max-width:966px) {
	.block__outputOFmain-categories .wrapper-further-catalog svg{
		display: none;
	}

	.block__outputOFmain-categories .wrapper-further-catalog .category-name{
		font-size: 18px;
		width: 100%;
        text-align: center;
	}

	.block__outputOFmain-categories .wrapper-further-catalog{
		justify-content: center;
	}

	.oneBlock-news{
		flex-direction: column;
		align-items: center;
	}

	.mini-blInfo{
		max-width: 100%;
	}

	.block-footer{
		flex-direction: column;
	}
}


@media (max-width:888px) {
	.block__outputOFmain-categories .category-list{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.product-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		width: auto;
		justify-items: center;
	}

	.single-product-container{
		flex-direction: column;
	}
}


@media (max-width:570px) {
	.gallery{
		grid-gap: 10px;
	}

	.gallery-columns-3{
		grid-template-columns: repeat(2, 1fr);
	}

	.block-info span{
		font-size: 14px;
	}

	.block__outputOFmain-categories .wrapper-further-catalog .category-name{
		font-size: 16px;
	}

	.innerBlock-footer2 .info-footer{
		grid-template-columns: 1fr;
        gap: 10px;
	}

	.repeater-wrapper{
		display: grid;
		grid-template-columns: repeat(2, auto);
	}

	.repeater-wrapper img{
		width: 100%;
		height: auto;
	}

	.wr__title-outputOFmain a{
		padding: 15px;
		font-size: 12px;
	}

	.main-menu{
		width: 100%;
	}

	.paginationBlock{
		margin-top: 30px
	}

	.product-filter{
		margin-bottom: 20px
	}

	.page-product .category-list li a{
		font-size: 12px;
	}
	
	.name-news{
		max-height: 3.5em;
	}
	
	.info-footerBottom{
		gap: 20px;
		margin-top: 20px;
		flex-direction: column;
	}

	.seo-text-category{
		margin: 25px 0px;
	}
}


@media (max-width:400px) {
	.product-items{
		grid-template-columns: repeat(1, 1fr);
	}

	.product-item .short-imige{
		min-height: 100%;
	}
}

@media (max-width:325px) {
	.section-pageProduct .product-thumbnail{
		height: 200px;
	}

	.section-pageProduct .product-thumbnail img{
		max-height: 200px;
	}
}
