@font-face {
	font-family: 'TildaSans';
	font-weight: 300; 
	src: url('../fonts/TildaSans-Light.ttf');
}
@font-face {
	font-family: 'TildaSans';
	font-weight: 400; 
	src: url('../fonts/TildaSans-Regular.ttf');
}
@font-face {
	font-family: 'TildaSans'; 
	font-weight: 500; 
	src: url('../fonts/TildaSans-Medium.ttf');
}
@font-face {
	font-family: 'TildaSans'; 
	font-weight: 600; 
	src: url('../fonts/TildaSans-SemiBold.ttf');
}
@font-face {
	font-family: 'TildaSans'; 
	font-weight: 700; 
	src: url('../fonts/TildaSans-Bold.ttf');
}
@font-face {
	font-family: 'TildaSans'; 
	font-weight: 800; 
	src: url('../fonts/TildaSans-ExtraBold.ttf');
}
@font-face {
	font-family: 'TildaSans'; 
	font-weight: 900; 
	src: url('../fonts/TildaSans-Black.ttf');
}

:root {
	--white: #FFFFFF;
	--white-grey: #FCFCFC;
	--grey-lt: #F3F3F3;
	--grey-hd: #D6D6D6;
	--black: #000000;
	--black-black: #2F2D28;
	--black-grey: #59564E;
	--black-lt: #838077;
	--yellow: #FFBB00;
	--yellow-act: #FFBB00;
	--green: #009733;
	--red: #FF0E00;
	--yellow-lt: #FFECAA;
	
	--br-rn: 4px;
	--br-sm: 2px;
	
}

* {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'TildaSans', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	background-color: var(--white-grey);
}

/* Fonts */
.h1 {
	font-weight: 500;
	font-size: 55px;
	line-height: 76px;
	letter-spacing: 0.06em;
}
.h2 {
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0.06em;
}
.h3-text {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0.06em;
}
.text-head {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.06em;
	font-weight: 500;
}
.text-sub {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.text-sub-sm {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.06em;
}

.text-sub-xl {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.06em;
}

.text-md {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.06em;
}
.text-sm {
	font-size: 15px;
	line-height: 23px;
}
.text-grey {
	color: var(--black-lt);
}
.text-blgrey {
	color: var(--black-grey);
}
.text-white {
	color: var(--white)
}
.text-blblack {
	color: var(--black-black);
}
.text-red {
	color: var(--red);
}
.fw-b {
	font-weight: 500;
}
.fw-300 {
	font-weight: 300;
}

.h-66 {
	height: 66px;
}

/* Button & links */
a {
	font-weight: 500;
	color: var(--black-black);
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: var(--yellow);
	text-decoration: underline;
}

a.link {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-decoration: underline;
	transition: 0.3s ease-in-out;
}
a.link:hover {
	text-decoration: none;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: var(--yellow);
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: var(--black-black);
	border-radius: var(--br-rn);
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	letter-spacing: 0.06em;
}


.btn:hover {
	background-color: var(--yellow-act);
	color: var(--black-black);
	cursor: pointer;
	text-decoration: none;
}
.btn-xl {
	font-size: 18px;
	line-height: 26px;
	height: 66px;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}
.btn-sm {
	padding-left: 30px;
	padding-right: 30px;
	height: 52px;
}
.btn-xs {
	height: 42px;
}
.btn-xs-w {
	height: 42px;
	border: 1px solid var(--black-black);
	background: transparent;
}
.btn.btn-xs-w:hover {
	color: var(--white);
	background: var(--black-black);
}
.btn-arrow {
	width: 50px;
	height: 50px;
	background-image: url('/css/main_52741e9b.css');
	background-repeat: no-repeat;
	background-position: center;
}
.btn-arrow + .btn-arrow {
	transform: rotate(-180deg);
}

/* Sizes */
.pt-22 {
	padding-top: 1.375rem;
}
.pt-25 {
	padding-top: 1.563rem;
}
.pb-25 {
	padding-bottom: 1.563rem;
}
.mb-8 {
	margin-bottom: 0.5rem;
}
.mb-10 {
	margin-bottom: 0.625rem;
}
.mb-15 {
	margin-bottom: 0.938rem;
}
.mb-20 {
	margin-bottom: 1.25rem;
}
.mb-25 {
	margin-bottom: 1.563rem;
}
.mb-30 {
	margin-bottom: 1.875rem;
}
.mb-40{
	margin-bottom: 2.5rem;
}
.mb-35 {
	margin-bottom: 2.188rem;
}
.mb-50 {
	margin-bottom: 3.125rem;
}
.mb-60 {
	margin-bottom: 3.75rem;	
}
.mb-80 {
	margin-bottom: 5rem;
}
.mb-100 {
	margin-bottom: 6.25rem;
}
.mb-120 {
	margin-bottom: 7.5rem;
}

.home__section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;	
}
.breadcrumb-bg-img {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

p:last-child {
	margin-bottom: 0;
}
.p3line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}
.w-310 {
	max-width: 310px;
}
.w-200 {
	max-width: 200px
}
.row__cards > * {
	margin-bottom: var(--bs-gutter-x);
}

.px-60 {
	padding: 60px 0px;
}

/* Colors BG */
.bg-grey {
	background: linear-gradient(181.53deg, var(--grey-lt) 2.26%, var(--white) 99.67%);
}
.bg-black {
	background-color: var(--black);
}
.bg-white {
	background-color: var(--white);
}
.bg-black-img {
	background: rgba(0, 0, 0, 0.82) url('/css/main_8c6f1dd0.css') center;
	background-size: cover;
	
}
		.full-width-px {
			width: calc(100% - 3rem);
			margin: 0 auto;
			border-radius: var(--br-rn);
		}
.breadcrumb-bg-img {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-grey-lt {
	background-color: var(--grey-lt);
}


/* Inputs */
input {
	background: var(--white);
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	display: flex;
	align-items: center;
	color: var(--black-black);
	outline: none;
	width: 100%;
}
input::placholder {
	color: var(--black-lt);
}
input:active, input:focus {
	outline: 1px solid var(--yellow);
	border-color: var(--yellow);
}
input.input__theme {
	height: 66px;
	padding-left: 2.5rem;
}
input.input_sm_theme {
	height: 52px;
	padding-left: 1.875rem;
}
input.input__search {
	height: 54px;
	padding-left: 1.875rem;
	position: relative;
	width: 100%;
}
input.error {
	border-color: var(--red);
	outline: 1px solid var(--red);
}

textarea {
	background: var(--white);
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	outline: none;
	width: 100%;
	min-height: 185px;
}
textarea.area__theme {
	padding: 2.5rem;
}

.dropdown__search {
	position: absolute;
	display: none;
	left: 0.75rem;
	background-color: var(--grey-lt);
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	z-index: 13;
	top: 100%;
	padding: 2.5rem 3.125rem;
	flex-flow: column;
	gap: 20px;
	width: calc(100% - 1.5rem);
	z-index: 1090;
}
.dropdown__search.show {
	display: flex;
}
.searchTarget__element {
	display: flex;
	gap: 20px;
}
.searchTarget__element > img {
	max-width: 100px;
	height: 70px;
}
.searchTarget__element .name {
	font-size: 17px;
	line-height: 25px;
}


/* Forms */
.form-theme__horiz {
	display: flex;
	flex-flow: row nowrap;
	gap: 0.938rem;
}
.form-theme__horiz > * {
	flex: 1 1 100%;
}
.form-theme__horiz > *:last-child {
	max-width: 310px;
}
.form-theme__horiz .btn {
	width: 100%;
	max-width: 310px;
}

.form-theme__vert {
	display: flex;
	flex-flow: column;
	gap: 0.938rem;
}
.form-theme__uniq {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
	justify-content: space-between;
}
.form-theme__uniq > .form-group {
	flex: 1 1 100%;
}
.form-theme__uniq > .form-group.group-half {
	flex: 0 1 calc(50% - 7.5px);
}
.form__testi {
	padding: 3.125rem 1.875rem;
	border-radius: var(--br-rn);
}

.form-theme__modal {
	display: flex;
	flex-flow: row wrap;
	gap: 0.9375rem;
}
.form-theme__modal > .from-group {
	flex: 1 1 auto;
}
.form-theme__modal > .from-group:last-child {
	flex-basis: 100%;
}
.forming {
	transition: 0.3s;
}
.forming.loading {
	opacity: 0.3;
	position: relative;
}

.forming.loading:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px);
	right: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border: 5px solid var(--yellow);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

.forming.loading.hide {
	opacity: 1;
}
.forming.loading.hide:after {
	display: none;
}

label {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0.938rem;
}

/* Form Range */
input[type=range].styled-slider {
  height: 6px;
  -webkit-appearance: none;
  max-width: 100%;
  padding-left: 0px;
  background: transparent;
  border: none;
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 1em;
  background: #000000;
  border: none;
  box-shadow: none;
  margin-top: calc(2px * 0.5 - 9px * 0.5);
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 2px;
  border: none;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #000000;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #000000;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border-radius: 1em;
  background: #000000;
  border: none;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-track {
  height: 2px;
  border: none;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #000000;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #000000;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 9px;
  height: 9px;
  border-radius: 1em;
  background: #000000;
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 2px;
  border-radius: 0;
  background: #000000;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #000000;
}

input[type=range].styled-slider:active::-ms-track {
  background: #000000;
}


.form-group > .result .result__inner {
	display: inline-flex;
	padding: 6px 20px;
	border-radius: var(--br-rn);
	background-color: var(--black);
	margin-bottom: 8px;
	color: var(--white);
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	position: relative;
	transition: 0.3s;
}
.form-group > .result .result__inner:after {
	content: '';
	position: absolute;
	width: 5px;
	background: var(--black);
	top: 100%;
	left: 50%;
	height: 5px;
	position: absolute;
	transform: rotate(-45deg) translate(0%, -50%);
}
.scale-range {
	display: flex;
	justify-content: space-between;
	color: var(--black-grey);
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 4px;
}

.form-group__list {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
}
.checkboxItem {
	margin-right: 20px;
}
.checkboxItem > input {
	display: none;
}
.checkboxItem > label {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	text-transform: none;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.checkboxItem > label:before {
	content:'';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border-radius: 2px;
	background-color: var(--white);
	background-image: url('/css/main_d37a3b57.css'); 
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
.checkboxItem:hover > label:before {
	background-color: var(--green);
	opacity: 0.5;
}
.checkboxItem.checked > label:before {
	background-color: var(--green);
	background-image: url('/css/main_17254615.css'); 
}

.hero__form {
	padding: 3.75rem 1.875rem;
	border-radius: var(--br-rn);
	color: var(--white);
}

.from-group {
	.notice {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		input {
			width: 12px;
			height: 12px;
		}
		label {
			font-size: 0.75rem;
			line-height: 1rem;
			margin-bottom: 0;
			a {
				color: var(--yellow);
				text-decoration: underline;
			}
		}
	}
}

/* Template */
#header__top.marker{
	margin-bottom: 101px;
}
#logo img {
	max-width: 216px;
}
.card-theme {
	background-color: var(--white);
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	transition: 0.3s;
	overflow: hidden;
	height: 100%;
}
.card-theme:hover {
	border-color: var(--yellow);
}
.card-theme:hover a {
	text-decoration: none;
	color: var(--black-black);
}
.card-theme .name__cat {
	display: flex;
	font-weight: 500;
}
.card-theme .name {
	display: flex;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.card-category{
	display: flex;
	flex-flow: column;
	height: 100%;
}
.card-category > .thumb{
	padding-top: 1.25rem;
	margin-bottom: 0.938rem;
	padding-left: 0.469rem;
	padding-right: 0.469rem;
}
.card-category > .thumb > img, .card-product > .thumb > img {
	width: 100%;
}
.card-category > .caption {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-bottom: 1.875rem;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.price-desc {
	color: var(--black-grey);
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.06em;
}

.card-product > .thumb {
	overflow: hidden;
	position: relative;
	flex: 1 1 100%;
}
.card-product > .thumb img {
	width: 100%;
}
.card-product > .thumb > .stickers {
	position: absolute;
	top: 24px;
	left: 0;
}
.stickers > .special {
	background: var(--red);
	color: var(--white);
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	border-top-right-radius: var(--br-rn);
	border-bottom-right-radius: var(--br-rn);
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	font-weight: 500;
}
.card-product {
	display: flex;
	flex-flow: column;
}
.card-product > .caption {
	display: flex;
	flex-flow: column;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.875rem;
	height: 100%;
}
.card-product .attributes {
	list-style: none;
	padding: 0;
}
.card-product .attributes > li {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 13px;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-wrap: nowrap;
	gap: 7px;
}
.card-product .attributes > li .res {
	order: 3;
}
.card-product .attributes > li .text {
	color: var(--black-grey);
	font-weight: 400;
	order: 1;
}
.card-product .attributes > li:after {
	content:'';
	height: 1px;
	bottom: 0px;
	width: 100%;
	order: 2;
	flex: 0 1 auto;
	background: var(--grey-hd);
	align-self: end;
}

.card-price .price-toggle {
	list-style: none;
	display: flex;
	padding-left: 0;
	gap: 20px;
	margin-bottom: 13px;
}
.card-price .price-toggle > li{
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	color: var(--black-lt);
	cursor: pointer;
}
.card-price .price-toggle > li:hover {
	text-decoration: underline;
}
.card-price .price-toggle > li.active {
	color: var(--black-black);
	text-decoration: underline;
}
.card-price__line {
	display: none;
	flex-flow: column;
	height: 51px;
}
.card-price__line.show {
	display: flex;
}
.card-price__line > .card-price__item {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.card-price__line > .card-price__item.spec {
	font-size: 15px;
	line-height: 23px;
	color: var(--red);
	text-decoration: line-through;
}
.card-price__line {
	.card-delivery {
		font-size: 14px;
		color:var(--black-lt);
	}
}
.card-btn {
	display: flex;
	flex-flow: row nowrap;
	gap: 5px;
	justify-content: space-between;
}
.card-btn > a {
	flex: 1 1 50%;
}

.card-partner img{
	width: 100%;
}

.card-testi {
	padding: 2.5rem;
}
.card-testi .point {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-testi .height {
	min-height: 277px;
}
.rating {
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
}
.rating .star {
	width: 26px;
	height: 26px;
	background-image: url('/css/main_b43dce4a.css');
	background-repeat: no-repeat;
	background-size: contain;
}
.card-testi .rating .star {
	height: 15px;
	width: 15px;
}
.rating .star.star-full {
	background-image: url('/css/main_a05024ea.css');
}

.product__testiblock > *{
	height: auto;
}

.card-subcategory > .thumb {
	padding-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.card-subcategory > .thumb img {
	width: 100%;
}
.card-subcategory > .caption {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.875rem;
}

.card-service__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: var(--br-rn);
	position: relative;
}
.card-service__inner img {
	width: 100%;
}
.card-service__inner:after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(30, 29, 25, 0.75);
	transition: 0.3s;
}
.card-service__inner:hover:after {
	background: rgba(67, 61, 42, 0.75);

}
.card-service__inner > .caption {
	position: absolute;
	padding-left: 3.125rem;
	z-index: 3;
	display: flex;
	flex-flow: column;
	align-items: baseline;
	gap: 0.625rem;
}
.link__darrow {
	display: inline-flex;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--yellow);
	padding-right: 26px;
	background-image: url('/css/main_4a6fdd1f.css');
	background-repeat: no-repeat;
	background-size: 13px;	
	background-position: right center;
}

.contact__tel {}
.line_point {
	padding-left: 0.938rem;
	position: relative;
	margin-bottom: 0;
}
.line_point:after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: var(--green);
	border-radius: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);	
}
.link__tel {
	font-size: 18px;
	line-height: 26px;
}
.link__tel:hover {
	color: var(--black-black);
	text-decoration: underline;
}
.link__xl {
	font-size: 26px;
	line-height: 36px;
}

.slides__nav {
	display: flex;
	gap: 20px;
}

/* Menu Main */
.menu__main {
    background: #ffbb00;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--grey-hd);
    position: relative;
    z-index: 12;
    transition: 0.3s;
}
.menu__main.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
}
.menu__nav {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu__link {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--black-black);
	font-size: 16px;
	line-height: 24px;	
}
.menu__item:hover .menu__link {
	color: var(--white);
	text-decoration: none;
}
.mlink_arrow {
	position: relative;
	padding-right: 1.25rem;
}
.mlink_arrow:after {
	content:'';
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%); 
	background-repeat: no-repeat;
	background-position: center right;
	width: 13px;
	height: 7px;
	transition: 0.3s;
}
.menu__item:hover .menu__link.mlink_arrow:after {
	transform: translateY(-50%) rotate(-360deg);
	background-image: url('/css/main_0b7a7b27.css');
}

.menu__categories {
	position: absolute;
	width: calc(100% - 24px);
	padding-top: 2.48rem;
	opacity: 0;
	display: flex;
	transition: 0.3s;
	visibility: hidden;
}
.menu__categories > .d-flex {
	border: 1px solid var(--grey-hd);
	border-top: 0px;
	overflow: hidden;
	border-bottom-left-radius: var(--br-rn);
	border-bottom-right-radius: var(--br-rn);
}
.item__categories:hover .menu__categories {
	opacity: 1;
	visibility: visible;
}
.menucategories__column {
	width: 30.3%;
}
.menucategories__description {
	width: 79.7%;
	background-color: var(--yellow-lt);
}

.menucategory__section.hidden {
	display: none;
}
.menucategory__section {
	height: 100%;
	display: flex;
	flex-flow: column;
	transition: 0.3s;
}
.menucategory__topblock {
	height: 100%;
	padding: 3.125rem;
	padding-bottom: 0;
}
.menucategory__bottomblock {
	padding: 3.125rem;
	color: var(--white);
}

.topblock__head {
	gap: 1.875rem;
}
.topblock__head .link__darrow {
	color: var(--black);
	background-image: url('/css/main_fde11132.css');
	transition: background-position 0.3s;
	background-size: 11px;
}
.topblock__head .link__darrow:hover {
	text-decoration: none;
	background-position: 93% center;
}
.topblock__sublist {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.topblock__sublist:not(:last-child) {
	margin-bottom: 3.125rem;
}
.topblock__sublist > .sublist__item {
	margin-right: 2.188rem;
	margin-bottom: 1.25rem;
}
.sublist__link {
	padding-left: 20px;
	font-weight: 400;
	position: relative;
}
.sublist__link:before {
	content: '';
	position: absolute;
	top:50%;
	left:0px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--black);
}
.sublist__link:hover {
	color: var(--black);
	text-decoration: underline;
}
.sublist__link.text-white:before {
	background: var(--white);
}
.menucategories__column {
	margin: 0;
	padding: 0;
	border-right: 1px solid var(--grey-hd);
}
.linkMenucategory > a{
	display: flex;
	list-style: none;
	height: 58px;
	align-items: center;
	gap: 12px;
	padding: 4px 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	text-transform: uppercase;
}
.linkMenucategory + .linkMenucategory {
	border-top: 1px solid var(--grey-hd);
}
.linkMenucategory:hover, .linkMenucategory.active, .linkMenucategory > a:hover {
	background-color: var(--yellow);
	color: var(--black);
	text-decoration: none;
}

.submenu {
	position: absolute;
	margin-top: 3rem;
	z-index: -1;
	transform: translateX(-37%);
	transition: margin-top 0.3s, opacity 0.2s;
	opacity: 0;
	visibility: hidden;
}
.item__withsub:hover .submenu {
	display: flex;
	flex-flow: column;
	padding-top: 2.4rem;
	margin-top: 0%;
	opacity: 1;
	z-index: 10;
	visibility: visible;
}
.submenu > .btn {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-decoration: none;
}
.submenu__inner {
	background: var(--grey-lt);
	border: 1px solid var(--grey-hd);
	overflow: hidden;
	padding: 1.875rem;
	list-style: square;
}

.submenu__item:not(:last-child) {
	margin-bottom: 1.125rem;
}
.submenu__link {
	font-weight: 400;
}
.submenu__link:hover {
	color:var(--black);
}




.home__wrapslide {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 18.125rem;
	overflow: hidden;
}
.home__wrapslide img {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
}
.home__slide {
	max-width: 45rem;
}
.divider-trig {
	position: relative;
	width: 100%;
	max-width: 250px;
	height: 2px;
	background: var(--black-black);
}
.divider-trig:before {
	position: absolute;
	content:'';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 0px;
	top:50%;
	transform: translateY(-50%);
	background-color: var(--black-black);
}
.divider-trig:after {
	content: '';
	position: absolute;
	width: 200%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	border-bottom: 2px dashed var(--black-black);
}

/* Home Latest Blog */
.grid-blog-home {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 30px 30px;
	grid-template-areas:
	"BlogItem1 BlogItem2 BlogItem3 BlogItem4"
	"BlogItem1 BlogItem2 BlogItem3 BlogItem4";
	margin-bottom: 90px;
}

.grid-blog-home .blog_item:nth-child(1) {
	grid-area: BlogItem1;
}

.grid-blog-home .blog_item:nth-child(2) {
	grid-area: BlogItem2; 
}

.grid-blog-home .blog_item:nth-child(3) {
	grid-area: BlogItem3; 
}

.grid-blog-home .blog_item:nth-child(4) {
	grid-area: BlogItem4;
}

.blog_item {
	border-radius: var(--br-rn);
	background-color: var(--black);
	display: flex;
	flex-flow: column;
	overflow: hidden;
	
}
.blog_item img{
	width: 100%;
	min-width: 335px;
}
.blog_item .caption {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.blog__page .thumb img{
	border-radius: var(--br-rn);
	overflow: hidden;
}

/* Main Theme */
.breadcrumbs {
	display: flex;
	flex-flow: wrap;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb + .breadcrumb:before {
	content: ' | ';
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumbs-category .breadcrumb:before {
	color: var(--white);
}
.breadcrumb_link {
	font-weight: 400;
	text-decoration: underline;
}
.breadcrumb:last-child .breadcrumb_link {
	font-weight: 500;
	text-decoration: none;
}
.breadcrumbs-category .breadcrumb_link{
	color: var(--white);
}

.breadcrumbs-category {
	.breadcrumb:last-child {
		font-weight: 500;
		color: var(--white)
	}	
}

.breadcrumb_link:hover {
	color:var(--yellow);
}

.btn__search {
	position: absolute;
	border: none;
	background-color: transparent;
	background-image: url('/css/main_3e0cfe73.css');
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	right: 30px;
	top: 50%;
	padding: 0;
	transform: translateY(-50%);
}

.box:not(:last-child) {
	margin-bottom: 3.125rem;
}
.box__head {
	background: var(--black);
	padding: 0.813rem 1.25rem;
	border-top-left-radius: var(--br-rn);
	border-top-right-radius: var(--br-rn);
}
.box__inner {
	border-bottom-left-radius: var(--br-rn);
	border-bottom-right-radius: var(--br-rn);
}
.box-filter > .box__inner {
	border: 1px solid var(--grey-hd);
	border-top: none;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.box-form {
	padding-top: 3.438rem;
	padding-bottom: 3.438rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	border-radius: var(--br-rn);
}

.menucategory__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menucategory__link {
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	min-height: 68px;
	gap: 12px;
	font-size: 15px;
	line-height: 23px;
	padding-left: 0.75rem;
	padding-top: 0.281rem;
	padding-bottom: 0.281rem;
	background: var(--grey-lt);
	color: var(--black-black);
}
.menucategory__item:not(:first-child) .menucategory__link {
	border-top: 1px solid var(--grey-hd);	
}
.menucategory__item:last-child .menucategory__link{
	border-bottom-left-radius: var(--br-rn);
	border-bottom-right-radius: var(--br-rn);
}
.menucategory__item .menucategory__link:hover, .menucategory__item .menucategory__link.active {
	background: var(--yellow);
	color: var(--black);
	text-decoration: none;
	border-color: var(--yellow);
	overflow-y: clip;
}
.menucategory__item .menucategory__link.active:after {
	content: '';
	position: absolute;
	right: -17px;
	width: 58px;
	height: 58px;
	transform: rotate(45deg) skew(22deg, 23deg);
	background: var(--yellow);
	z-index: -1;
}
.menucategory__sublist {
	list-style: none;
	margin: 0;
	padding-left: 0.938rem;
	background-color: var(--grey-lt);
}
.menucategory__sublist .menucategory__link {
	padding-right: 2.5rem;	
}
.menucategory__sublist .menucategory__item:last-child .menucategory__link {
	border-radius: 0px;
}
.box-form__caption {
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--white);
	display: flex;
	flex-flow: column;
}
.box-form__caption li {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.box-form__caption li:first-child {
	padding-top: 0;
}
.box-form__caption li + li {
	border-top: 1px solid var(--black-black);
}
.box-form__caption a {
	font-weight: 400;
}

.hero__title {
	padding-top: 3.75rem;
	padding-bottom: 2.25rem;
}
.hero__title .special .red {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.06em;
	color: var(--white);
	background: var(--red);
	border-top-right-radius: var(--br-rn);
	border-bottom-right-radius: var(--br-rn);
	height: 34px;
	display: inline-flex;
	align-items: center;
}


/* Text Block Styles */
.description__block {
	margin-bottom: 7.5rem;
	color: var(--black-grey);
	letter-spacing: 0.06em;
	overflow: hidden;
}
.description__block > h2, .description__block > h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.875rem;
	color: var(--black-black);
}
.description__block > h3 {
	margin-top: 3.75rem;
}
.description__block > p {
	
}
.description__block table {
	width: 100%;
	text-align: center;
	margin-bottom: 7.5rem;
	background: var(--white);
	border-radius: var(--br-rn);
	overflow: hidden;
}
.description__block table thead {
	background-color: var(--black);
	color: var(--white);
}
.description__block table tbody {
	border: 1px solid var(--grey-hd);
	overflow: hidden;
}
.description__block table td{
	padding: 1.25rem;
	border-bottom: 1px solid var(--grey-hd);
	overflow: hidden;
	position: relative;
}
.description__block table tbody td:not(:first-child):before {
	content:'';
	position: absolute;
	left:0px;
	width: 1px;
	top:50%;
	transform: translateY(-50%);
	height: calc(100% - 2 * 1.25rem);
	background-color: var(--grey-hd);
}
.description__block img {
	/* width: 100% !important; */
	border-radius: var(--br-rn);
	overflow: hidden;
	margin: 0.5rem;
}
.category__form {
	border-radius: var(--br-rn);
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 2.8125rem;
	padding-bottom: 2.8125rem; 
}
.breadcrumb-bg-img {
	overflow: hidden;
}
.breadcrumb-bg-img > picture {
	position: absolute;
	overflow: hidden;
	top: 0px;
	z-index: -1;
	width: 100%;
	text-align: center;
	object-fit: cover;
}
.breadcrumb-bg-img > picture img {
	height: 100%;
}

.category__benefits {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 1rem;
}
.category__benefits_row {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.category__benefit {
	height: 45px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: var(--white);
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	gap: 1rem;
}
.category__benefit>img {
	margin-right: 1rem;
}

.subcategories__list {
	display: flex;
}
.suvcategories__btn {
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	line-height: 26px;
}
.suvcategories__listing {
	display: flex;
	flex-flow: row wrap;
	gap: 0.938rem;
	max-height: 2.8125rem;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	transition: 0.3s;
}
.suvcategories__listing.show {
	max-height: 1000px;
}
.sabcategory__link {
	color: var(--black-grey);
	border: 1px solid var(--grey-hd);
	display: flex;
	font-weight: 400;
	border-radius: var(--br-rn);
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	height: 45px;
	align-items: center;
}
.sabcategory__link:hover  {
	background-color: var(--yellow);
	color: var(--black-black);
	text-decoration: none;
	border-color: var(--yellow);
}
.sabcategory__link.active {
	border-color: var(--yellow);
	background-color: var(--yellow);
	color: var(--black-black);
	font-weight: 500;
}


/* FAQ */
.faq__item {
	margin-bottom: 0.938rem;
}
.faq__head {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.06em;
	cursor: pointer;
	padding: 1.25rem;
	background-color: var(--grey-lt);
	border-radius: var(--br-rn);
	position: relative;
	transition: 0.3s;
}
.faq__head:after {
	content:'';
	position: absolute;
	background-image: url('/css/main_767861a7.css');
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 9px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.faq__head.show:after {
	transform: translateY(-50%) rotate(-180deg);
}
.faq__head.show, .faq__head:hover {
	background-color: var(--yellow);
}
.faq__answer {
	transition: 0.3s ease-in-out;
	max-height: 0;
	overflow: hidden;
	color: var(--black-grey);
}
.faq__answer.visible {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

/* Product Page */
.hero__thumb {
	overflow: hidden;
	border-radius: var(--br-rn);
}
.hero__thumb img {
	width: 100%;
	display: block;
	border-radius: var(--br-rn);
}

.status > *{
	position: relative;
	padding-left: 30px;
	font-weight: 500;
}
.status > *:before {
	content:'';
	position: absolute;
	z-index: 1;
	top: calc(50% - 9px);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	opacity: 0.3;
	animation: pulse 1s infinite;
}
.status > *:after {
	content:'';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.status .green {
	color: var(--green);
}
.status .red {
	color: var(--red);
}
.status .green:after, .status .green:before  {
	background-color: var(--green);
	color: var(--green);
}
.status .red:after, .status .red:before  {
	background-color: var(--red);
	color: var(--red);
}

@keyframes pulse {
  0% {
	transform: scale(0.5);
	opacity: 0;
  }
  50% {
	opacity: 0.4;
  }
  100% {
	transform: scale(1.2);
	opacity: 0;
  }
}

.attribute__list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid var(--grey-hd);
	overflow: hidden;
	border-radius: var(--br-rn);
}
.attribute__item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.attribute__item + .attribute__item {
	border-top: 1px solid var(--grey-hd);
}
.attribute__item > span {
	flex: 1 1 50%;
	padding: 1.25rem 5rem;
	position: relative;
}
.attribute__item > span.name {
	font-weight: 500;
}
.attribute__item > span.text:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% - 2* 1.25rem);
	background-color: var(--grey-hd);
}

.tab_container {
	display: none;
}
.tab_container.show {
	display: flex;
	flex-flow: column;
	
}
.priceHead__nav {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-link {
	cursor: pointer;
	color: var(--black-lt);
	font-weight: 500;
	transition: 0.3s;
}
.tab-link.active {
	text-decoration: underline;
	color: var(--black-black);
}
.tab-link:hover {
	text-decoration: underline;
}

.priceElement {
	background: var(--grey-lt);
	border-radius: var(--br-rn);
	padding: 0.75rem 1.25rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.priceElement:not(:last-child) {
	margin-bottom: 0.75rem;
}
.priceElement .number {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.06em;
	font-weight: 500;
}
.priceElement .number .old-price {
	color: var(--red);
	text-decoration: line-through;
	font-size: 15px;
	line-height: 23px;
}

.option_list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}
.option_item {
	flex: 1 1 calc(33.3% - 15px);
	display: flex;
	flex-flow: column;
}
.option_item > img {
	width: 32px;
	margin-bottom: 13px;
}
.option_item > span.price-add {
	font-weight: 500;
	line-height: 23px;
	font-size: 15px;
}

.social_rec {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 17px;
	list-style: none;
}
.social_rec a {
	display: flex;
	width: 46px;
	height: 46px;
	background-size: cover;
	background-repeat: no-repeat;
}
.telegram-icon {
	background-image: url('/css/main_24be08fb.css');
}
.whatsapp-icon {
	background-image: url('/css/main_3ae6055c.css');
}
/* Modal */
.modal-dialog {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.modal__content {
	background-color: var(--grey-lt);
	border-radius: var(--br-rn);
}
.modal__head {
	padding: 2.188rem;
	padding-bottom: 2.875rem;
}
.modal__body {
	padding-left: 5rem;
	padding-right: 5rem;
	padding-bottom: 6.25rem;
}
.modal__body img {
	overflow: hidden;
	border-radius: var(--br-rn);
	width: 100%;
	max-width: 335px;
}
.modal__body .heading {
	gap: 1.25rem;
}
.suggestions-suggestions {
	color: var(--black);
}

/* Price List */
.pricelist__category-inner {
	overflow-x: scroll;
}

.pricelist__table {
	width: 100%;
	min-width: 1045px;
}

.table__row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	overflow: hidden;
}

.table__head {
	background: var(--black);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	height: 62px;
	border: none;
	margin-bottom: 15px;
}

.table__row .thumb {
	max-width: 164px;
	margin-right: 38px;
}

.table__row > * {
	flex: 1 0 20%;
}

.table__row > .title {
	font-weight: 500;
	padding-right: 5px;
}
.table__row > .table__btn {
	padding: 5px;
}


.stick__column {
	position: sticky;	
}

.top-120 {
	top: 120px;
}

/* Footer */
footer {
	background-color: var(--black);
	padding-top: 5rem;
	padding-bottom: 5rem;	
}
.footer__column {
	border-right: 1px solid var(--black-black);
}
footer .col-12:last-child .footer__column {
	border: none;
}
.footer__item {
	margin-bottom: 1.125rem;
}
.footer__link {
	color: var(--grey-hd);
	font-weight: 400;
}
.footer__column img.logo {
	max-width: 215px;
}
.footer__list-contact .footer__item {
	margin-bottom: 1.625rem;
}
.footer__head-sm {
	color: var(--black-lt);
	i {
		font-size: 12px;
		font-style: normal;
		color: var(--white);
	}
}
.footer__list-contact .footer__link {
	color: var(--white);
	font-weight: 500;
}

.partner__item {
	display: flex;
	flex-flow: row wrap;
	margin: 1rem 0;
	gap: 1rem;
	align-items: center;
}
.partner__item img {
	width: 100px;
}
.partner__item p {
	line-height: 21px;
}

.btn__mobhead {
	width: 30px;
	height: 30px;
	display: flex;
	background-size: contain;
	background-repeat: no-repeat;
}

.contact__telinner {
	display: flex;
	align-items: flex-end;
	gap: 12px;
}

.hero__benefits {
	margin-top: 100px;
}

.pagination__benefits {
	position: relative;
	margin-top: 15px;
}
.pagination__benefits>.swiper-pagination-bullet-active {
	background: var(--yellow);
}


/* New Breadcrumb */
.breadcrumb__promo>p {
	font-size: 21px;
	line-height: 30px;
}

.services__item {
	display: flex;
	flex-flow: column;
	overflow: hidden;
	background: var(--black);
	border-radius: var(--br-rn);
	margin-bottom: 30px;
}

.services__item>img {
	width: 100%;
}

.services__item>.caption {
	padding: 2.5rem 1.25rem;
	color: var(--white);
}
.services__item>.caption>.title {
	display: flex;
	height: 46px;
	overflow: hidden;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.services__item>.caption>.desc {
	font-size: 16px;
	color: var(--grey-hd);
	height: 75px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.services__item>.caption>a {
	color: var(--white);
	border: 1px solid var(--white);
	width: 100%;
	display: flex;
	height: 2.5rem;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: var(--br-sm);
}
.services__item>.caption>a:hover {
	color: var(--black);
	background: var(--white);
	text-decoration: none;
}

.cities__list {
	background: var(--grey-lt);
	padding-top: 20px;
	padding-bottom: 20px;
}

.citySlider .swiper-slide  {
	width: auto !important;
}

.cityItem {
	display: inline-flex;
	padding: 5px 16px;
	background: var(--white);
	border: 1px solid var(--grey-hd);
	font-weight: 400;
	color: var(--black-grey);
	font-size: 15px;
	line-height: 23px;
	border-radius: var(--br-rn);
	width: auto !important;
}
.cityItem:hover {
	border-color: var(--yellow);
	color: var(--black);
	text-decoration: none;
}

.citySlider__scroll {
	position: relative;
}

.citySlider__scroll .swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: rgba(131, 128, 119, 1);
	border-radius: 0px;
}

.citySlider__scroll .swiper-scrollbar-drag {
	background: var(--yellow);
	border-radius: 0px;
}

.cities__listing {
	list-style: none;
	column-count: 4;
	width: 100%;
}
.cities__listing a {
	font-size: 21px;
	line-height: 34px;
	font-weight: 400;
}

.map {
	min-height: 550px;
}
#map {
	width: 100%;
	height: 550px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: var(--br-rn);
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}
#smallMap {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: var(--br-rn);
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
	height: calc(406px - 61px);
}

.open__block {
	display: flex;
	flex-flow: column;
	justify-content: center;
	p {
		margin-bottom: 0;
	}
	p:first-child {
		font-weight: 500;
	}
}
.mail__link {
	padding-left: 0.938rem;
}

.line_point.pulse:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: calc(50% - 7px);
	left: -4px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	opacity: 0.3;
	background: var(--green);
	animation: pulse 1s infinite;
}

#header__top .container{
	position: relative;
}
#search {
	width: 207px;
	height: 55px;
}
.searchActivator {
	transition: 0.3s;
}
.searchActivator.show {
	width: calc(100% - 1.5rem);
	position: absolute;
	right: 0.75rem;
	z-index: 1090;
}
.search_backdrop {
	position: absolute;
	z-index: 1089;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	left: 0px;
}

.card-category-overlay {
	position: relative;
	height: 100%;
	.overlay__visible {
		height: 100%;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
}

.overlay__hover {
	position: absolute;
	top: 100%;
	background: #000000d6;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	
	padding: 40px 20px;
	display: flex;
	flex-flow: column;
}
.overlay__hover>.title {
	color: var(--white);
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.overlay__hover>.lists_link {
	height: 100%;
	overflow-y: scroll;
	margin-bottom: 24px;
	direction: rtl;
	list-style: none;
}
.overlay__hover>.lists_link::-webkit-scrollbar {
	width: 2px;
}
.overlay__hover>.lists_link::-webkit-scrollbar-thumb {
	background: var(--yellow);
}
.overlay__hover>.lists_link>* {
	direction: ltr;
	text-align: left;
	display: flex;
	flex-flow: row;
	
}
.overlay__hover>.lists_link a {
	color: var(--white);
	display: flex;
	position: relative;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding-left: 22px;
}
.overlay__hover>.lists_link a:before {
	content:'';
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: var(--white);
}
.overlay__hover>.lists_link>li:last-child>a {
	margin-bottom: 0;
}
.overlay__hover>.lists_link a:hover {
	color: var(--yellow);
}
.overlay__hover>.btn {
	margin-top: auto;
	min-height: 52px;
}
.overlay__visible>.caption {
	padding: 0px 30px 36px;
}
.overlay__visible>.thumb {
	margin-bottom: 10px;
}
.overlay__visible>.thumb>img {
	width: 100%;
}


.card-category-overlay:hover .overlay__hover{
	top:0px;
}

/* Pagination */
.products__listing {
	.pagination {
		gap: 0.75rem;
	}
	.pagination li > *{
		width: 49px;
		height: 43px;
		border: 1px solid var(--grey-hd);
		border-radius: var(--br-sm);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pagination li.active > *, .pagination li:hover > * {
		background-color: var(--yellow);
		border-color: var(--yellow);
		text-decoration: none;
		color: var(--black);
	}
}

/* Animated Buttton */

.btn__animated {
	position: relative;
	background-color: var(--yellow);
	display: inline-flex;
	padding: 0px;
	height: 60px;
	align-items: center;
	border-radius: var(--br-rn);
	border: none;
	transition: 0.5s cubic-bezier;
	width: 310px;
	z-index: 2;
	
	span.icon {
		width: 60px;
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
		background-color: var(--yellow-lt);
		transition: 0.3s;
		border-radius: var(--br-rn);
		z-index: 3;
		svg {
			width: 18px;
			height: 18xp;
		}
	}
	
	span.title {
		display: flex;
		flex-grow: 1;
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
		transition: 0.5s;
		z-index: 3;
		justify-content: center;
		color: var(--black);
	}
}
.btn__animated:after {
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.7s;
	width: calc(100% - 60px);
}
.btn__animated:hover {
	span.icon {
		transform: translateX(calc(310px - 60px));
	}
	
	span.title {
		opacity: 0;
	}	
}
.btn__animated:hover:after {
	opacity: 1;
	
}

.btn__animated:before {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid var(--yellow);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
	width: 30px;
	height: 30px;
	opacity: 1;
  }
  100% {
	width: 300px;
	height: 300px;
	opacity: 0;
  }
}

.btn__animated:hover:before {
	content: '';
	position: absolute;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	top: 0;
	left: 0;
	border: 4px solid var(--yellow);
	transform: translate(-8px, -8px);
	border-radius: var(--br-rn);
	animation: none;
	opacity: 0.5;
}

/* Manager Form */
.manger__formwrap {
	overflow: hidden;
	border-radius: var(--br-rn);
}
.manager__innerform {
	padding: 60px 50px;
	.notice {
		label {
			color: var(--white);
		}
	}
}
.manager__face {
	border-radius: var(--br-rn);
	background-color: var(--grey-lt);
	height: 100%;
	padding: 8px;
	
	.inner {
		height: 100%;
		border: 1px solid var(--grey-hd);
		border-radius: var(--br-rn);
		
		display: flex;
		flex-flow: column;
		padding: 20px;
		
		.caption { 
			
			
			.thumb {
				text-align: center;
				img {
					overflow: hidden;
					border-radius: 100%;
				}
			}
			
			.contact {
				margin-top: -65px;
				text-align: center;
				background: var(--grey-lt);
				position: relative;
				z-index: 2;
				padding-top: 20px;
				
				.links {
					display: flex;
					flex-flow: row nowrap;
					gap: 8px;
					justify-content: center;
					align-items: center;
					
					.btn {
						height: 48px;
					}
					.btn__manager {
						width: 42px;
						height: 42px;
						background-size: cover;	
					} 
				}
			}
		}
		
		.citata {
			font-size: 17px;
			line-height: 25px;
			color: var(--black-grey);
			text-align: center;
		}
	}
}

.hero__manager {
	gap: 15px;
	
	.thumb {
		img {
			border-radius: 100%
		}
	}
	.caption {
		
		.links {
			display: flex;
			flex-flow: row wrap;
			gap: 10px;	
			.btn {
				width: 100%;
			}
		}
		.btn__manager {
			flex: 0 0 40px;
			width: 40px;
			height: 40px;
			display: flex;
			background-size: cover;
		}
	}
}

.about__trigger {
	padding: 30px;
	padding-top: 90px;
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--grey-hd);
	border-radius: var(--br-rn);
	
	.number {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 3;
		border-radius: 100%;
		font-size: 26px;
		line-height: 36px;
		font-weight: 500;
	}
}
.about__trigger:after {
	content:'';
	position: absolute;
	width: 152px;
	height: 152px;
	background-color: var(--yellow);
	z-index: 2;
	border-radius: 100%;
	top: -60px;
	right: -56px;
}

.about__catetrigger:after {
	top: calc(-162px / 2);
	right: calc(-162px / 2);
}
.about__catetrigger {
	.number {
		top: 15px;
		right: 15px;
		font-size: 18px;
		line-height: 24px;
	}
}

.history__step {
	display: flex;
	
	.date {
		flex: 0 0 210px;
		min-width: 210px;
		display: flex;
		justify-content: flex-end;
		
		span {
			font-size: 18px;
			font-weight: 500;
			line-height: 26px;
			height: auto;
			align-self: flex-start;
			position: sticky;
			top: 100px;
		}
		svg {
			margin-top: 5px;
		}
	}
	.thumb {
		margin-left: 70px;
		margin-bottom: 20px;
		img {
			border-radius: var(--br-rn);
		}
	}
	.caption {
		display: flex;
		flex-flow: column;
		align-self: center;
		margin-left: 30px;
	}
	
	.history__inner {
		display: flex;
		flex-flow: row;
	}
}



.sliderOffice {
	.swiper-slide {
		width: auto !important;
	}
}

.company__gallery {
	img {
		width: 100%;
	}
}

.exCat__inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 8px;
	
	img {
		max-width: 80px;
		margin-right: 8px;
	}
	.caption {
		display: flex;
		flex-flow: column;
		.price-desc {
			font-size: 14px;
		}
	}
}

[data-active-slide] {
	.card-theme {
		border-color: var(--yellow);
	}
}

.team__member {
	
	.caption{
		padding: 30px 20px;
		border: 1px solid var(--grey-hd);
		border-top: 0px;
		border-bottom-left-radius: var(--br-rn);
		border-bottom-right-radius: var(--br-rn);
		
		.links {
			display: flex;
			flex-flow: row nowrap;
			align-items: center;
			gap: 8px;
			.btn__manager {
				width: 38px;
				height: 38px;
				background-size: contain;
			}
		}
	}
}

.form__sotrud {
	padding: 80px 40px;
	border-radius: var(--br-sm);
	
	fieldset {
		font-size: 18px;
		line-height: 26px;
		color: var(--white);
		text-transform: uppercase;
		font-weight: 500;
	}
}
.from-group__list {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	
}
.form__radiobtn {
	display: flex;
	align-items: center;
	input {
		display: none;
	}
	label {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 0;
		background-color: var(--white);
		padding: 14px 36px;
		border-radius: var(--br-sm);
		cursor: pointer;
		border: 2px solid var(--white);
	}
}
.form__radiobtn input:checked + label {
	border-color: var(--yellow);
}

.card__connect {
	padding: 22px 40px;
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.gallery__item {
	display: block;
	overflow: hidden;
	border-radius: var(--br-rn);
}

.portfolio_item {
	padding: 30px 20px;
	
	.logotype {
		height: 100px;
		margin-bottom: 25px;
	}
	
	.title {
		color: var(--black);
		font-weight: 500;
		font-size: 20px;
		display: flex;
		height: 56px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.thumb {
		img {
			width: 100%;
		}
	}
	.caption__attr {
		padding: 0;
		margin: 0; 
		margin-bottom: 25px;
		li {
			list-style: none;
			display: flex;
			flex-flow: row;
			gap: 8px;
		}
		span {
			font-size: 15px;
			line-height: 23px;
		}
		.name {
			color: var(--black-grey);
			text-transform: initial;
		}
		.text {
			font-weight: 500;
			color: var(--black);
		}
	}
}

.mainSlides__item {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	.images {
		display: flex;
		gap: 2rem;
		img {
			display: block;
			border-radius: var(--br-sm);
			overflow: hidden;
		}
	}
}

.thumbList__item {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #838077;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--black);
}
.swiper-slide-thumb-active {
	.thumbList__item {
		color: var(--black);
		border-color: var(--yellow);
	}
}

.container__portfolioSlide {
	display: flex;
	align-items: center;
	.arrow_text  {
		display: flex;
		align-items: center;
		gap: 1rem;
		
		.next {
			transform: rotate(-180deg);
		}
	}
	
	span {
		white-space: nowrap;
	}
}

.form__product {
	.notice {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		margin-top: 1rem;
		input {
			width: 14px;
			height: 14px;
			margin-top: 0;
		}
		label {
			font-size: 0.75rem;
			line-height: 1rem;
			color: var(--white);
			margin-bottom: 0;
			a {
				color: var(--yellow);
				text-decoration: underline;
			}
			a:hover {
				text-decoration: none;
			}
		}
	}
}

.bg-black {
	.notice {
		margin-top: 1rem;
		label {
			color: var(--white);
		}
	}
}

.card__stock {
	margin-bottom: 30px;
	.thumb {
		overflow: hidden;
		border-radius: var(--br-rn);
		margin-bottom: -5px;
		img {
			width: 100%;
		}
	}
	.caption {
		padding: 35px 20px;
		background-color: var(--white);
		border: 1px solid var(--grey-hd);
		border-bottom-left-radius: var(--br-rn);
		border-bottom-right-radius: var(--br-rn);
		border-top: 0px;
	}
}

.swiper-slide {
	.card__stock {
		margin-bottom: 0;
		.caption {
			padding: 25px 15px;
		}
	}
}

.sliderStocks__pagination {
	display: flex;
	justify-content: center;
	margin-top: 0.75rem;
	.swiper-pagination-bullet {
		opacity: 1;
		width: 10px;
		height: 10px;
	}
	.swiper-pagination-bullet-active {
		background: var(--yellow);
	}
}

.breadcrumb__divider {
	width: 1px;
	height: 100%;
	opacity: 0.2;
	top: 0px;
	background-color: var(--white);
	margin: 0 auto;
}
.card__rowconnect {
	padding: 50px 30px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	.item {
		display: flex;
		flex-flow: column;
		gap: 0.5rem;
	}
	.notice {
		label {
			font-size: 8px;
			line-height: 10px;
		}
	}
}
.card__rowconnect.bg-black {
	padding: 25px 30px;
	.form-theme__vert {
		gap: 8px;
	}
}
.trigger_item {
	.trigger_list {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		flex-flow: column;
		gap:8px;
		li {
			color: var(--black-grey);
		}
		li:before {
			content:'• ';
			position: relative;
		}
	}
}

.category__navtab {
	display: flex;
	flex-flow: row;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	list-style: none;
	li {
		flex-grow: 1;
		button {
			display: flex;
			width: 100%;
			justify-content: center;
			align-items: center;
			height: 44px;
			border:0px;
			background: transparent;
			font-size: 14px;
			line-height: 24px;
			font-weight: 500;
			text-transform: uppercase;
			color: var(--black-grey);
			border-bottom: 1px solid var(--grey-hd);
		}
		button.active {
			color: var(--black);
			border-bottom: 2px solid var(--yellow);
		}
	}
}

.prizes__area {
	position: fixed;
	z-index: 1024;
	right: 50px;
	bottom: 150px;
	.circle {
		width: 150px;
		height: 150px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		background-color: #F42F2A;
		flex-flow: column;
		color: var(--white);
		gap: 14px;
		animation: hithere 3s ease infinite;
		.text {
			display: flex;
			flex-flow: column;
			text-align: center;
			.big {
				font-size: 25px;
				line-height: 20px;
				font-weight: 500;
				text-transform: uppercase;
			}
			.small {
				font-size: 13px;
				line-height: 19px;
			}
		}
	}
}

@keyframes hithere {
	30% { transform: scale(1.2); }
	40%, 60% { transform: rotate(-20deg) scale(1.2); }
	50% { transform: rotate(20deg) scale(1.2); }
	70% { transform: rotate(0deg) scale(1.2); }
	100% { transform: scale(1); }
}

.hero__prizes {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-top: 26px;
	.square {
		background-color: #F42F2A;
		display: flex;
		cursor: pointer;
		flex-flow: row nowrap;
		padding: 20px 35px;
		gap: 14px;
		border-radius: 4px;
		max-height: 76px;
		.text {
			font-size: 14px;
			font-weight: 500;
			line-height: 18px;
			text-transform: uppercase;
			color: var(--white);
			padding-left: 14px;
			border-left: 1px solid rgba(255, 255, 255, 0.4);
		}
	}
}

.logo_subtext {
	display: flex;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}

.item__services {
	.submenu {
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
	.submenu__inner {
		column-count: 4;
	}
}
.btn__blacked {
	padding: 14px 30px;
	background-color: var(--black);
	color: var(--white);
}

.promo__include {
	gap: 60px;
}

.promo__include-row {
	.promo__item {
		display: flex;
		flex-flow: row;
		align-items: center;
		gap: 1rem;
		.text {
			color: var(--white);
		}
	}
}

.notice_box {
	padding-right: 2rem;
	p {
		color: var(--black-lt);
		font-size: 15px;
		line-height: 23px;
	}
}

#upAction {
	bottom: 150px;
	z-index: 99;
	right: 50px;
	width: 65px;
	height: 65px;
	background: var(--black);
	border-radius: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	opacity: 0;
	transition: opacity 0.3s;
}

#upAction.active {
	opacity: 1;
}

#upAction svg {
	transform: rotate(180deg);
	width: 40px;
	height: 21px;
	transition: 0.3s;
}

#upAction:active svg {
	transform: translateY(10px) rotate(180deg);
}

.standart__sort {
	display: flex;
	.sort-dropdown {
		margin-left: auto;
		background: var(--grey-lt);
		border-radius: 4px;
	}
}


.sort-dropdown {
	position: relative;
	display: inline-block;
}

.sort-btn {
	padding: 10px 15px;
	background: var(--grey-lt);
	border-radius: 4px;
	font-size: 13px;
	border: none;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-right: 40px;	
}
.sort-btn:after {
	content:'';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 6px;
	background-image: url('/css/main_37ff54b0.css');
	transform: translateY(-50%);
	transition: 0.3s;
}
.sort-btn.showing {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.sort-btn.showing:after {
	transform: translateY(-50%) rotate(-180deg);
}

.sort-options {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	background: var(--grey-lt);
	z-index: 1030;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 15px 25px;
	border-top: 1px solid var(--grey-hd);
}

.sort-option-link {
	display: flex;
	font-size: 13px;
	font-weight: 400;
}

.sort-option-link:hover {
	background: #f0f0f0;
}

.hidden {
	display: none;
}

.standart__total {
	display: flex;
	justify-content: flex-end;
	.total_text {
		font-size: 14px;
		color: var(--black-lt);
	}
}

.product__fullbanner {
	position: relative;
	height: 100%;
	border-radius: var(--br-sm);
	overflow: hidden;
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.caption {
		position: absolute;
		width: 100%;
		bottom: 30px;
		z-index: 3;
		padding: 20px 30px;
	}
}
.product__fullbanner:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(174.69deg, rgba(177, 142, 27, 0.68) 0.91%, rgba(0, 0, 0, 0.68) 62.56%);
	width: 100%;
	height: 100%;
	z-index: 2;
}



.social_rec .footer__link{
	text-wrap: nowrap;
}
.modal__body {
	.modal_row {
		display: flex;
		flex-flow: row nowrap; 
		gap: 1rem;
	}
}

#fastContainer {
	width: 100%;
}

.contact__head {
	width: 100%;
}

.manufacturer__sublist li.hidden {
	display: none;
}

.show-more-btn.hidden {
	display: none;
}