

@font-face {
	font-family: GolosText;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  /*src:url(../fonts/GolosText-Regular.woff2) format("woff2"),url(../fonts/GolosText-Regular.woff) format("woff");*/
  src: url(../fonts/Golos-Text_Regular.woff2) format("woff2"),url(../fonts/Golos-Text_Regular.woff) format("woff"), url(../fonts/Golos-Text_Regular.ttf) format("ttf");
}

@font-face {
	font-family: GolosText;
  font-style:normal;
  font-weight:600;
  font-display:swap;
  /*src:url(../fonts/Golos-SemiBold.woff2) format("woff2"),url(../fonts/GolosText-SemiBold.woff) format("woff");*/
  src: url(../fonts/Golos-Text_SemiBold.woff2) format("woff2"),url(../fonts/Golos-Text_SemiBold.woff) format("woff"), url(../fonts/Golos-Text_SemiBold.ttf) format("ttf");
}

@font-face {
	font-family: GolosText;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  /*src:url(../fonts/Golos-Bold.woff2) format("woff2"),url(../fonts/GolosText-Bold.woff) format("woff");*/
  src: url(../fonts/Golos-Text_Bold.woff2) format("woff2"),url(../fonts/Golos-Text_Bold.woff) format("woff"), url(../fonts/Golos-Text_Bold.ttf) format("ttf");
}

@font-face {
	font-family: Montserrat;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  /*src:url(../fonts/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat-Bold.woff) format("woff");*/
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("ttf");
}

@font-face {
	font-family: Montserrat;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  /*src:url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat-Regular.woff) format("woff");*/
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("ttf");
}

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

*:focus {
	outline: none;
}

:root {
	--font: GolosText, sans-serif;
	--font-title: Montserrat, sans-serif;
	--black: #0C121D;
  --white: #ffffff;
  --orange: #F06500;
  --secondary-bg: #EFF0F4;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	scroll-behavior: smooth;
  font-feature-settings: 'liga' off, 'clig' off;
  background-color: #232833;
}

html.lock-scroll,html.lock-scroll body {
	position: relative;
	overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
	-webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin: 0;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
  padding-right: 0;
  background-color: #F8F9FF!important;
}

body.oveflow,
body.filter-open {
  overflow: hidden;
  position: relative;
}

body.oveflow .header,
body.filter-open .header { 
  right: 8px;
}

@media (max-width: 767px) {
  body.oveflow .header,
  body.filter-open .header { 
    right: 0;
  }
}

body.filter-open .banner,
body.filter-open .catalog__box,
body.oveflow main,
body.oveflow footer, 
body.filter-open .section__catalog-title,
body.filter-open .section__brand,
body.oveflow .breadscrumb,
body.oveflow .section__title,
body.oveflow .section__catalog:not(.section__catalog-menu),
body.oveflow .section__description,
body.oveflow .banner,
body.oveflow .faq,
body.oveflow .section__brand,
body.oveflow .partnership,
body.oveflow .section__blog,
body.oveflow .consult-form,
body.search-open-oveflow .filter-panel,
body.search-open-oveflow .brand-filters,
body.search-open-oveflow .catalog__list,
body.search-open-oveflow .product-filters,
body.search-open-oveflow .banner-2,
body.search-open-oveflow .consult-form,
body.search-open-oveflow .faq,
body.search-open-oveflow .section__blog {
  filter: blur(3px); 
}

/* body.oveflow.page-template-page-home .site {
  background-position: calc(100% - 8px) top;
} */

/* body.oveflow main,
body.filter-open main {
  padding-right: 8px;
} */

img {
	display: block;
	max-width: 100%;
}

a {
	display: inline-block;
	text-decoration: none;
	color: var(--black);
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover {
	color: var(--orange);
}

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

h1,h2,h3,h4,h5,h6,p,pre,span,ul,ol,li,tr,td,th,table,blockquote {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: var(--font-title);
  font-weight: 700;
}

main {
  padding-top: 130px;
	margin: 0 auto;
	font-family: var(--font);
	color: var(--black);
  transition: filter .3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  main {
    padding-top: 76px;
  }
}

iframe {
  border-radius: 12px;
}

@media screen and (max-width: 1279px) {
  iframe {
    max-width: 100%;
  }
}

.container {
	width: min(100%, 1470px);
	margin: 0 auto;
}

@media (max-width: 1519px) {
	.wrapper .inner {
		max-width: 100%;
    width: min(100%, 1240px);
	}
  
  .container {
    width: min(100%, 1240px);
    margin: 0 auto;
  }
}

@media (max-width: 1279px) {
	.wrapper .inner {
		padding: 0 10px;
	}
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 14px;
  }
}

.wrapper main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 50px 0 70px;
}

.ui-accordion__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.ui-accordion__head--active .ui-accordion__toggle:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.ui-accordion__toggle {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-left: 22px;
}

.ui-accordion__toggle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15 1.5-7 7-7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-accordion__body {
	display: none;
	padding-top: 24px;
}

.ui-accordion--white {
	color: #fff;
}

.ui-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 50px;
	text-align: center;
	text-transform: uppercase;
	color: var(--black);
	background: #fff;
	border: 1px solid var(--orange);
	border-radius: 6px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.ui-button:hover {
	color: var(--orange);
}

.ui-button--filled {
	color: #fff;
	background: var(--orange);
}

.ui-button--filled:hover {
	color: var(--orange);
	background: #fff;
}

.ui-checkbox {
	position: relative;
}

.ui-checkbox input {
	display: none;
}

.ui-checkbox input:checked+label:before {
	background: var(--orange);
	border-color: var(--orange);
}

.ui-checkbox input:checked+label:after {
	opacity: 1;
}

.ui-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-checkbox label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-checkbox label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3.5L4.5 7L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-checkbox label a {
	display: inline;
	text-decoration: underline;
	color: var(--orange);
}

.ui-checkbox .just-validate-error-label {
	position: absolute;
	top: 100%;
	left: 0;
	font: 12px/1.2 var(--font);
}

.ui-datepicker {
	position: relative;
}

.ui-datepicker:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4v4m-8-4v4m-5 4h18M7 6h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Z' stroke='%23008080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	pointer-events: none;
}

.ui-datepicker input {
	width: 100%;
	padding: 16px 50px 13px 20px;
	background: #fff;
	border: 1px solid var(--orange);
	border-radius: 6px;
	outline: none;
	cursor: pointer;
}

.ui-datepicker input.filled~label,.ui-datepicker input:focus~label {
	top: 2px;
	-webkit-transform: translateY(0%);
	transform: translateY(0);
	font-size: 10px;
}

.ui-datepicker label {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none;
}

.ui-datepicker--range .ui-input {
	width: 235px;
}

@media (max-width: 1279px) {
	.ui-datepicker--range .ui-input {
		width: 200px;
	}
}

.ui-datepicker--time .svg {
	display: none;
}

.ui-list {
  padding: 0 10px;
}

.ui-list__item {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ui-list__item:before {
  content: "";
  height: 12px;
  width: 12px;
  background-image: url(../images/icons/icon-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.flatpickr-calendar {
	width: 220px;
	color: var(--orange);
	border: 0;
	border-radius: 16px;
	-webkit-box-shadow: 4px 10px 16px rgba(169,164,181,.2);
	box-shadow: 4px 10px 16px #a9a4b533;
}

.flatpickr-calendar .flatpickr-months {
	position: relative;
	height: 50px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
	height: 100%;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 15%;
	height: 100%;
	padding: 0;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month select {
	-moz-text-align-last: center;
	text-align-last: center;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months {
	padding: 0;
}

.flatpickr-calendar .flatpickr-weekdays {
	height: 36px;
	background: var(--orange);
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
	font: 400 14px/1.5 var(--font);
	color: #fff;
}

.flatpickr-calendar .flatpickr-days {
	width: 100%;
}

.flatpickr-calendar .flatpickr-days .dayContainer {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day {
	max-width: 100%;
	height: 32px;
	font: 12px/32px var(--font);
	border: 0;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day:nth-last-child(-n+7) {
	display: none;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.inRange {
	background: var(--orange);
	border-radius: 0;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.today {
	text-decoration: underline;
	color: var(--orange);
	border-color: transparent;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected {
	color: #fff;
	background: var(--orange);
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange {
	border-radius: 6px 0 0 6px;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange {
	background: var(--orange);
	border-radius: 0 6px 6px 0;
}

.ui-h1 {
	font: 700 55px/60px var(--font-title);
}

.ui-h2 {
	font: 700 45px/55px var(--font-title);
}

.ui-h3 {
	font: 700 35px/40px var(--font-title);
}

.ui-h4 {
	font: 700 28px/33px var(--font-title);
}

.ui-h5 {
	font: 700 22px/28px var(--font-title);
}

.ui-h6 {
	font: 700 18px/1.3 var(--font-title);
}

@media (max-width: 1440px) {
	.ui-h6 {
		font-size: 14px;
	}
}

[class*=ui-h][class*=--light] {
	font-weight: 300;
}

[class*=ui-h][class*=--bold] {
	font-weight: 700;
}

[class*=ui-h][class*=--white] {
	color: #fff;
}

.ui-input {
	position: relative;
}

.ui-input input {
	width: 100%;
	padding: 16px 20px 13px;
	background: #fff;
	border: 1px solid var(--orange);
	border-radius: 6px;
	outline: none;
}

.ui-input input.filled~label,.ui-input input:focus~label {
	top: 2px;
	-webkit-transform: translateY(0%);
	transform: translateY(0);
	font-size: 10px;
}

.ui-input label {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b2b2b2;
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none;
}

.ui-input .just-validate-error-label {
	position: absolute;
	top: 100%;
	left: 0;
	font: 12px/1.2 var(--font);
}

.ui-ol {
	counter-reset: itemOl;
	list-style-type: none;
}

.ui-ol li {
	position: relative;
	padding-left: 40px;
	counter-increment: itemOl;
}

@media (max-width: 1440px) {
	.ui-ol li {
		padding-left: 35px;
	}
}

.ui-ol li:before {
	content: counter(itemOl);
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 16px;
	color: var(--orange);
}

@media (max-width: 1440px) {
	.ui-ol li:before {
		top: 6px;
	}
}

@media (max-width: 1279px) {
	.ui-ol li:before {
		top: 4px;
		font-size: 14px;
	}
}

.ui-ol li:nth-child(-n+9):before {
	content: "0" counter(itemOl);
}

.ui-ol li:not(:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 1440px) {
	.ui-ol li:not(:last-child) {
		margin-bottom: 25px;
	}
}

@media (max-width: 1279px) {
	.ui-ol li:not(:last-child) {
		margin-bottom: 20px;
	}
}

.ui-p1 {
	font: 22px/26px var(--font);
}

.ui-p2 {
	font: 18px/22px var(--font);
}

.ui-p3 {
	font: 16px/28px var(--font);
}

.ui-p4 {
	font: 14px/23px var(--font);
}

.ui-p5 {
	font: 12px/16px var(--font);
}

[class*=ui-p][class*=--light] {
	font-weight: 300;
}

[class*=ui-p][class*=--bold] {
	font-weight: 700;
}

[class*=ui-p][class*=--white] {
	color: #fff;
}

.ui-radio input {
	display: none;
}

.ui-radio input:checked~label:before {
	border-width: 5px;
	border-color: var(--orange);
}

.ui-radio label {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 21px;
	padding-left: 30px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-radio label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid var(--black);
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-range__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

.ui-select {
	position: relative;
}

.ui-select .ts-wrapper:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-select .ts-wrapper.focus:not(.dropdown-top):after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.ui-select .ts-wrapper.focus:not(.dropdown-top) .ts-control {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ui-select .ts-wrapper.dropdown-top .ts-dropdown {
	top: auto;
	bottom: 100%;
	border-top: 1px solid var(--orange);
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

.ui-select .ts-wrapper.dropdown-top.focus .ts-control {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ui-select .ts-control {
	padding: 15px 20px;
	font-size: 16px;
	border-color: var(--orange);
	border-radius: 6px;
}

.ui-select .ts-control input {
	font-size: inherit;
}

.ui-select .ts-dropdown {
	margin: 0;
	font-size: 16px;
	border-color: var(--orange);
}

.ui-select .ts-dropdown .option {
	padding: 15px 20px;
}

.ui-select .just-validate-error-label {
	position: absolute;
	top: 100%;
	left: 0;
	font: 12px/1.2 var(--font);
}

.ui-svg {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-swiper-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.ui-swiper-buttons .swiper-button-prev,.ui-swiper-buttons .swiper-button-next {
	position: relative;
	right: 0;
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 12px;
}

.ui-swiper-buttons .swiper-button-prev:after,.ui-swiper-buttons .swiper-button-next:after {
	display: none;
}

.ui-swiper-buttons .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.625 11.25 1.375 6 6.625.75' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ui-swiper-buttons .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.75 6.625 6l-5.25 5.25' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ui-swiper-pagination .swiper-pagination {
	position: relative;
	bottom: auto;
	line-height: 0;
}

.ui-swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-swiper-pagination .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 3px;
	background-color: var(--orange);
}

.ui-swiper-bullets {
	margin-top: 45px;
}

@media (max-width: 1279px) {
	.ui-swiper-bullets {
		margin-top: 25px;
	}
}

.ui-swiper-bullets .swiper-pagination {
	position: relative;
	bottom: 0;
	font-size: 0;
}

.ui-swiper-bullets .swiper-pagination-horizontal .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-swiper-bullets .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 4px;
	border-radius: 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}

.ui-swiper-bullets .swiper-pagination-bullet .anim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	background: red;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.ui-swiper-bullets .swiper-pagination-bullet .anim--active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.ui-swiper-bullets .swiper-pagination-bullet-active {
	width: 60px;
}

.ui-swiper-fraction .swiper-pagination {
	position: relative;
	bottom: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui-swiper-fraction .swiper-pagination-current {
	font: 22px/1.6 var(--font);
	color: red;
}

@media (max-width: 1279px) {
	.ui-swiper-fraction .swiper-pagination-current {
		font-size: 18px;
	}
}

.ui-swiper-fraction .swiper-pagination-progress {
	position: relative;
	width: 18px;
	height: 1px;
	margin: 0 7px;
	background-color: #d1c9be;
}

.ui-swiper-fraction .swiper-pagination-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: red;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.ui-swiper-fraction .swiper-pagination-progress-line--active {
	width: 100%;
}

.ui-swiper-fraction .swiper-pagination-total {
	margin-top: 5px;
	font: 300 16px/1.5 var(--font);
}

@media (max-width: 1279px) {
	.ui-swiper-fraction .swiper-pagination-total {
		margin-top: 3px;
		font-size: 15px;
	}
}

.ui-tab-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 15px;
	border-radius: 6px;
	background-color: #ccc;
}

@media (max-width: 1440px) {
	.ui-tab-head {
		margin: 0 -15px;
		border-radius: 0;
		overflow-x: auto;
	}
}

.ui-tab-head:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 100px;
	height: 100%;
	background: -webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));
	background: linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%);
	opacity: 0;
}

@media (max-width: 1279px) {
	.ui-tab-head:before {
		opacity: .5;
	}
}

.ui-tab-head::-webkit-scrollbar {
	display: none;
}

.ui-tab-head__item {
	padding: 9px 22px;
	text-align: center;
	border-radius: 6px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	white-space: nowrap;
}

.ui-tab-head__item:hover {
	color: var(--orange);
}

.ui-tab-head__item--active {
	color: var(--orange);
	background: #fff;
}

.ui-tab-body {
	margin-top: 45px;
}

.ui-tab-body__item {
	display: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.ui-tab-body__item--active {
	display: block;
}

.ui-textarea {
	position: relative;
}

.ui-textarea textarea {
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid var(--orange);
	border-radius: 6px;
	outline: 0;
	resize: none;
}

.ui-textarea__counter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font: 12px/1 var(--font);
	pointer-events: none;
}

.ui-tooltip {
	position: relative;
}

.ui-ul li {
	position: relative;
	padding-left: 25px;
}

.ui-ul li:not(:last-child) {
	margin-bottom: 22px;
}

@media (max-width: 1279px) {
	.ui-ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}

.ui-ul li:before {
	content: "";
	position: absolute;
	top: calc((1.25em + 5px)/2);
	left: 0;
	width: 5px;
	height: 5px;
	background: var(--orange);
}

/**EFFECTS**/
.blur {
  filter: blur(5px);
}

.page-template-page-catalog .blur,
.tax-brand .blur {
  filter: none;
}

/**BTNS**/
.btn {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn--small {
  height: 35px;
}

.btn--medium {
  height: 45px;
}

.btn--black {
  background-color: var(--black);
  color: var(--white);
}

.btn--white {
  background-color: var(--white);
  color: var(--black);
}

.btn--orange {
  background-color: var(--orange);
  color: var(--white);
}

.btn--orange:hover {
  color: var(--orange);
  opacity: .9; 
}

.btn--iconed {
  padding: 0 20px;
  gap: 10px;
}

.btn--iconed:after {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../images/icons/icon-person.svg);
}

.btn--reversed {
  flex-direction: row-reverse;
}

.btn--secondary {
  border: 1px solid #F06500;
  color: #0C121D;
  transition: all 0.3s ease;
}

.btn--secondary:hover {
  border-color: #F06500;
  color: #F06500;
}

.btn--secondary.btn--with-icon svg path {
  fill: #0C121D;
  transition: all 0.3s ease;
}

.btn--secondary.btn--with-icon:hover svg path {
  fill: #F06500;
}

@media (max-width: 1279px) {
  .btn--medium {
    height: 40px;
  }
}

/** BREADCRUMBS **/
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1279px) {
	.breadcrumbs {
		overflow-y: auto;
	}
}

.breadcrumbs__list {
  padding: 20px 0;
}

.breadcrumbs__item {
	position: relative;
	margin-right: 5px;
	font-size: 14px;
	white-space: nowrap;
}

@media (max-width: 1279px) {
	.breadcrumbs__item {
		font-size: 12px;
	}
}

.breadscrumb__item {
  font-size: 12px;
  line-height: 16px;
}
.breadcrumbs__item:last-child {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__link {
	color: #575757;
}

.breadcrumbs__link:hover {
	color: var(--orange);
}

.breadcrumbs__current {
	color: var(--black);
  opacity: .65;
}

.breadcrumbs__item--separator,
.breadcrumbs__item--parent a {
  color: rgba(12, 18, 29, 0.50);
}

@media (max-width: 1519px) {
  .breadcrumbs__list {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs__current {
    white-space: nowrap;
  }
}

/**ITEMS**/
.catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.tax-brand .catalog__list {
  row-gap: 50px;
  column-gap: 24px;
}
.catalog__item {
  background: #eff1fb;
  border-radius: 25px;
  padding: 18px 18px 24px;
  width: 100%;
  max-width: 350px;
}
.tax-brand .catalog__item {
  max-width: 100%;
}
.catalog__item-img {
  position: relative;
  padding: 70px 11px 13px;
  border-radius: 18px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .35);;
  border-radius: 18px;
}
.catalog__item-img img {
  height: auto;
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.catalog__item-info {
  margin-top: 18px;
}
.catalog__item-title {
  color: var(--black);
  font-weight: 700;
  min-height: 50px;
  font-family: var(--font-title);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog__item-list {
  padding: 14px 0 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.catalog__item-list__item {
  min-height: 23px;
  display: flex;
  align-items: center;
  font-family: var(--font);
  gap: 5px;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}
.catalog__item-list__item-label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.catalog__item-list__item-value {
  opacity: .5; 
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
}
.catalog__item-price-value {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  opacity: 1;
}
.catalog__item-button {
  margin-top: 24px;
  width: 100%;
}
.catalog__item-count {
  position: absolute;
  top: 13px;
  right: 11px;
  font-family: var(--font-title);
  padding: 4px 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  min-height: 29px;
  gap: 5px;
}
.catalog__item-count-value {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(12, 18, 29, .65);
}
.tax-brand .catalog__item-button {
  display: none;
}
.section__products {
  padding: 70px 0;
  margin: 0 auto;
}
.products__header {
  padding-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products__description {
  padding-top: 16px;
  font-size: 16px;
  line-height: 26px;
  max-width: 900px;
}
.products__view-all-btn {
  padding: 19px 50px;
  background: transparent;
  border: 1px solid #f06500;
  color: var(--black);
  border-radius: 12px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
.products__view-all-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.product-tag {
  position: absolute;
  top: 13px;
  left: 11px;
}
.product-tag__name {
  font-family: var(--font-title);
  padding: 3px 17.5px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F06500;
  color: #F06500;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.product-tag__name.product-tag--nostock {
  background-color: transparent;
  border-color: rgba(12, 18, 29, .35);
  color: rgba(12, 18, 29, .65);
}
.product-tag__name.product-tag__name--orange {
  
}
.products__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #0C121D;
}
.products__slider-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.products__slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.products__slide {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.products__slide-action {
  background: #0c121d;
  border-radius: 12px;
  padding: 19px 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.products__slide-btn {
  color: #fff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.products__slider-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1530px;
  position: absolute;
  left: -33px;
  top: 152.5px;
}
.products__slider-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.products__slider-arrow--prev {
  background-image: url('../images/icons/arrow-left.svg');
}
.products__slider-arrow--next {
  background-image: url('../images/icons/arrow-right.svg');
}

.products__view-all.d-none {
  display: none;
}
@media screen and (max-width: 1519px) {
  .section__products {
    padding: 60px 0;
  }
  .products__header {
    padding-bottom: 36px;
  }
  .tax-brand .catalog__list {
    row-gap: 21px;
    column-gap: 21px;
  }
  .tax-brand .catalog__wrapper {
    gap: 24px;
    grid-template-columns: 274px 1fr;
  }
  .catalog__item-list__item-value,
  .catalog__item-list__item-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .section__products {
    padding: 45px 0;
  }
  .products__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog__item-list__item-label {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog__item-list__item-value {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog__item-price-value {
    font-size: 14px;
    line-height: 16px;
  }
  .catalog__item-button {
    margin-top: 16px;
  }
  .catalog__item {
    padding: 16px 16px 24px;
  }
  .catalog__item-img img {
    height: 101px;
  }
  .catalog__item-info {
    margin-top: 14px;
  }
  .catalog__item-img {
    padding: 50px 0 4px;
    height: 197px;
  }

  .tax-brand .catalog__list {
    display: flex;
    flex-direction: column;
  }

  .catalog__item-list__item {
    min-height: 19px;
  }
  .catalog__item-list {
    gap: 12px;
  }
  .catalog__item-title {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    min-height: 31px;
  }

  .product-tag__name {
    padding: 1px 12px;
    font-size: 10px;
    line-height: 17px;
    height: 20px;
  }

  .catalog__item-count {
    top: 13px;
    right: 10px;
    padding: 2px 4.5px;
    min-height: 20px;
    min-width: 51px;
    justify-content: center;
  }
  .tax-brand .catalog__item-count {
    min-width: fit-content;
  }

  .catalog__item-count-value {
    font-size: 10px;
    line-height: 16px;
  }
  .products__slider {
    padding: 0 20px;
  }
  .products__slider-wrapper {
    padding: 0 20px;
    margin: 0 -20px;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .section__products {
    padding: 35px 0;
  }
  .products__header {
    padding-left: 14px;
    padding-right: 14px;
  }
  .products__description {
    padding-top: 16px;
  }
  .products__title {
    font-size: 22px;
    line-height: 32px;
  }
  .products__slide {
    max-width: 273px;
  }
  .catalog__list {
    gap: 15px 9px;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog__list .catalog__item {
    flex: 0 0 100%;
    width: 100%;
  }
  
  .catalog__item {
    padding: 15px 14px;
  }
  .catalog__item-img img {
    height: fit-content;
  }
  .product-tag {
    top: 10px;
  }
  .tax-brand .product-tag {
    top: 8px;
    left: 8px;
  }
  .catalog__item-count {
    top: 10px;
  }
  .tax-brand .catalog__item-count {
    right: 8px;
    top: 8px;
    padding: 1px 4.5px;
    min-height: 18px;
    min-width: fit-content;
  }
  .tax-brand .product-tag__name {
    padding: 0px 12px;
    font-size: 8px;
    line-height: 16px;
  }
  .tax-brand .catalog__item-count-value {
    font-size: 8px;
    line-height: 16px;
  }
  .catalog__item-info {
    margin-top: 10px;
  }
  .catalog__item-img {
    padding: 50px 0 4px;
    height: 197px;
  }
  .catalog__item-title {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    min-height: 31px;
  }
  .catalog__item-list__item {
    min-height: 14px;
  }
  .catalog__item-list {
    padding: 16px 0 0;
    gap: 12px;
  }
  .catalog__item-list__item-label,
  .catalog__item-list__item,
  .catalog__item-list__item-value {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
  .catalog__item-list__item-value {
    text-align: right;
    white-space: normal;
    max-width: max-content;
  }
  .catalog__item-price-value {
    font-size: 12px;
    line-height: 21px;
    max-width: max-content;
  }
  .catalog__item-description {
    display: none;
  }
  .tabs__content .catalog__item:nth-child(n+5) {
    display: none;
  }
  .products__view-all {
    display: none;
  }
  .products__view-all.d-none {
    display: block;
    margin-top: 24px;
  }
  .products__view-all-btn {
    width: 100%;
    border-color: var(--black);
    color: var(--black);
    height: 40px;
    padding: 19px 50px;
  }
  .products__slider {
    padding: 0 14px;
  }
  .products__slider {
    margin: 0;
  }
  .products__slider-wrapper {
    padding: 0 14px;
    margin: 0 -14px;
  }
}

.country-tag {
  position: absolute;
  left: 8px;
  bottom: 9px;
  padding: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  background-color: #ffffffe6;
  overflow: hidden;
  max-width: 32px;
  transition: max-width .4s ease-in-out, background-color .6s ease-in-out;
}

.country-tag img {
  max-width: 100%;
  width: 20px;
  height: auto;
}

.country-tag__name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

.catalog__item-img:hover .country-tag {
  max-width: 100%;
  background-color: #fff;
}

.catalog__item-img:hover .country-tag__name {
  opacity: 1;
}

/**SIDEMENU**/
.sidemenu {
  padding: 0;
  border-radius: 0;
}
.sidemenu__title {
  margin: 0 0 36px;
  font-weight: 700;
}

.tax-brand .sidemenu__title {
  margin-bottom: 11px;
}
.sidemenu__title {
  padding: 6px 0;
  height: 40px;
  display: flex;
  align-items: center;
}
.sidemenu--black {
  background-color: rgba(255, 255, 255, .05);
}
.sidemenu__list {
  width: fit-content;
}
.sidemenu__item {
  padding: 14px 28px 14px 14px;
  margin-bottom: 5px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  transition: .3s ease-in-out; 
}
.sidemenu__item.brand-filter-item:hover {
  background-color: #EFF1FB;
}
.sidemenu__item.brand-filter-item:hover .sidemenu__item-text {
  color: var(--orange);
}
.sidemenu__item-text {
  cursor: pointer;
	-webkit-transition: .3s; 
	transition: .3s;
}

.sidemenu__item.active {
  background-color: #EFF1FB;
}
.sidemenu__item.active .sidemenu__item-text {
  color: var(--black);
}
.sidebar-menu__list .tabs__content-item--active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.sidemenu__item.tabs__item {
  background-color: transparent;
  color: var(--white);
  width: 100%;
}
.sidemenu__item.tabs__item:hover,
.sidemenu__item.tabs__item.tabs__item--active {
  background-color: var(--orange);
}

.sidebar-menu__list--black .catalog__item-info {
  margin-top: 10px;
}
.sidebar-menu__list--black .catalog__item-info .catalog__item-title {
  padding: 3px 0;
}
.sidebar-menu__list--black .catalog__item-info .catalog__item-title:hover {
  color: var(--white);
}
.catalog__aside--buyer .sidemenu__item {
  padding: 8.5px 0;
  opacity: 1;
}
.sidemenu__item--active {
  background-color: var(--orange);
  opacity: 1;
}
.sidemenu--black .sidemenu__item:hover {
  opacity: 1;
}
.sidemenu__item--active a {
  color: white;
}
.sidemenu__item-more {
  color: var(--orange);
  opacity: 1;
}
.sidemenu__catalog-link {
  border-top: 1px solid #C9CBD2;
  padding: 14px 11px;
  display: flex;
  align-items: center;
  color: var(--orange);
  gap: 10px;
}

@media screen and (max-width: 1279px) {
  .sidemenu__title {
    padding: 0;
    margin: 0 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .sidemenu__catalog {
    display: none;
  }
  .sidemenu__catalog-link {
    padding: 0;
    border: none;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px; 
  }
  .sidemenu__item.brand-filter-item:hover .sidemenu__item-text {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .catalog__item-img:hover .country-tag {
    max-width: 32px;
  }
  .catalog__item-img:hover .country-tag__name {
    opacity: 0;
  }
  .sidemenu__item.active {
    background-color: #fff;
    border: 1px solid var(--orange);
  }
  .sidemenu__item.active .sidemenu__item-text {
    color: var(--black);
  }
  .tax-brand .sidemenu__item:last-child {
    margin-bottom: 0;
  }
}

/*--FILTER-TAGS--*/
.active-filters {
  margin-top: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.active-filters__list {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.active-filters__clear-all,
.active-filters__tag {
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #f2f4fc;
  font-size: 14px;
  height: 35px;
  gap: 10px;
}
.active-filters__clear-all {
  cursor: pointer;
  display: none;
  transition: .3s ease-in-out;
}
.active-filters__clear-all:hover {
  background-color: var(--orange);
  color: var(--white)
}
.active-filters__remove {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.active-filters__remove path {
  transition: .3s ease-in-out;
}
.active-filters__remove:hover path {
  fill: var(--orange);
  fill-opacity: 1;
}

/*--TABS--*/
.tabs {
  padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.tabs__item {
	padding: 0 20px;
	border: none;
	border-radius: 10px;
	font-size: 14px;
  display: flex;
  align-items: center;
  height: 35px;
	background-color: #F2F4FC;
	cursor: pointer;
}

.tabs__item:hover {
	background-color: var(--orange);
  color: var(--white)!important;
}

.tabs__item--active {
  background-color: #F06500;
  color: white;
}

.tabs__content ul {
  padding: 0;
  margin: 17px 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.tabs__content ul li {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 24px;
}

.tabs__content ul li:before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../images/icons/icon-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item--active {
  display: block;
}

.tabs__content-wrapper {
  
}

/* Плавное изменение высоты контейнера табов на мобильных */
@media (max-width: 767px) {
  .tabs__content,
  .contact-info__tabs-content {
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
}

.tabs__content-wrapper p,
.tabs__content-wrapper li {
  line-height: 24px;
}

.tabs__content-wrapper p {
  margin-bottom: 10px;
}

.tabs__content-wrapper p:last-child,
.tabs__content-wrapper li:last-child,
.tabs__content-wrapper ul:last-child {
  margin-bottom: 0;
}

.tabs__content-card {
  border-radius: 10px;
  background-color: var(--white);
  min-height: 250px;
}

.tabs__card-title {
  padding: 8px 0;
  border-bottom: 1px solid rgba(12, 18, 29, .2);
  color: var(--orange);
  font-weight: 700;
  text-align: center;
}

.tabs__card-content {
  padding: 10px 5px 10px 10px;
  font-size: 12px;
}

.tabs__card-content__download {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 50px);
}

.tabs__card-content__download a {
  padding-top: 110px;
  text-align: center;
  display: block;
  width: 100%; 
  background-image: url(../images/icons/icon-pdf.png);
  background-size: 125px;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .tabs__content-wrapper {
    grid-template-columns: 1fr;
  }  
  .tabs__item {
    justify-content: center;
  }
}

/** BLOG **/
.section__blog {
  padding: 24px 0 70px;
  margin: 0 auto;
}
.page-template-page-home .section__blog,
.single-product .section__blog {
  padding: 70px 0;
  margin: 0 auto;
}
.page-template-page-flexible .section__blog,
.single-product .section__blog {
  margin: 24px auto;
}
.section__blog .blog__header {
  text-align: left;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__tabs {
  padding: 0 0 50px;
}
.blog__header-link {
  padding: 0 50px;
  border-radius: 12px;
  border: 1px solid var(--orange);
  gap: 10px;
  font-size: 14px;
  line-height: 25px;
  height: 40px;
  color: #0C121D;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 300px;
  transition: all 0.3s ease;
}
.blog__header-link:hover {
  color: var(--orange);
}
.blog__title {
  
}
.article__list {
  padding: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 36px 25px;
}

.article__card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.article__card--loading {
  opacity: 0;
  transform: translateY(30px);
}
.blog-article__sidebar .article__card {
  margin-bottom: 8px;
}
.article__card img {
  transform: scale(1);
  object-fit: cover;
  object-position: center;
  height: 100%;
  transition: .5s ease-in-out;
}
.article__card:hover img {
  transform: scale(1.05);
}
.article__preview {
  border-radius: 24px;
  height: 240px;
  overflow: hidden;
}
.blog-article__sidebar .article__preview {
  height: 155px;
}

.article__title {
  margin: 26px 12px 7px 12px;
  line-height: 26px;
  min-height: 52px;
}
.article__title a {
  color: #0C121D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
.article__title a:hover {
  color: var(--orange);
}
.blog-article__sidebar-articles .article__title {
  margin: 12px 12px 7px 12px;
  font-size: 14px;
  line-height: 25px;
  min-height: fit-content;
}
.article__tag {
  padding: 7.5px 12px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-article__sidebar-articles .article__tag {
  padding: 5px 8px 5px 12px;
}
.article__tag a {
  color: var(--orange);
}
.article__share {
  height: 24px;
  width: 24px;
  background-image: url(../images/icons/icon-share.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.blog__footer-action {
  display: none;
}
.page-template-page-flexible .article__list {
  gap: 25px;
}
.blog__header-action.m-none {
  display: flex;
}
.blog__header-action.d-none {
  display: none;
}
@media screen and (max-width: 1519px) {
  .section__blog {
    padding: 60px 0;
  }
  .page-template-page-blog .section__blog,
  .category .section__blog  {
    padding: 24px 0 60px;
  }
  .section__blog .blog__header {
    margin-bottom: 36px;
  }
  .article__preview {
    height: 225px;
  }
  .page-template-page-flexible .article__list {
    gap: 20px;
  }
  .article__title {
    margin-top: 24px;
  }
  .page-template-page-home .section__blog,
  .single-product .section__blog {
    padding: 60px 0;
  }
  .article__list {
    gap: 36px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .section__blog {
    padding: 40px 20px;
  }
  .page-template-page-blog .section__blog,
  .category .section__blog {
    padding: 24px 20px 45px;
  }
  .page-template-page-flexible .section__blog,
  .single-product .section__blog {
    padding: 45px 20px;
    margin: 14px auto;
  }
  .article__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .page-template-page-home .section__blog {
    padding: 45px 20px 80px;
  }
  .section__blog .blog__header {
    margin-bottom: 24px;
  }
  .blog__header .blog__title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 37px;
  }
  .article__preview {
    height: 200px;
  }
  .blog__header-link {
    width: calc(100% - 29px);
  }
  .article__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
  .article__title {
    padding: 0 12px;
    margin: 21px 0 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .article__card:nth-child(n + 3) {
    display: none;
  }
  .category .article__card:nth-child(n + 3),
  .page-template-page-blog .article__card:nth-child(n + 3) {
    display: block;
  }
  .article__card img {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .article__tag {
    padding: 2.5px 12px;
    margin: 0;
  }
  .blog__header-link {
    height: 35px;
    min-width: fit-content;
  }
}
@media screen and (max-width:767px) {
  .section__blog {
    padding: 35px 14px;
  }
  .page-template-page-home .section__blog {
    padding: 35px 14px 70px;
  }
  .page-template-page-flexible .section__blog,
  .single-product .section__blog {
    padding: 35px 14px;
    margin: 12px auto;
  }
  .section__blog .blog__header {
    margin-bottom: 36px;
  }
  .blog__header .blog__title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }
  .blog__footer-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .article__list {
    display: block;
  }
  .article__card {
    display: none;
  }
  .article__card:nth-child(1),
  .article__card:nth-child(2),
  .article__card:nth-child(3) {
    display: block;
  }
  .article__card {
    margin-bottom: 36px;
  }
  body:not(.category) .article__card:nth-child(3) {
    margin-bottom: 0;
  }

  .article__preview {
    height: 200px;
  }
  .article__title {
    margin: 19px 0 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .article__tag {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
  }
  .blog__header-link {
    width: 100%;
  }

  .blog__tabs { 
    padding: 0 0 46px;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .blog__tabs::-webkit-scrollbar {
    display: none;
  }

  .blog__tabs .tabs__item {
    white-space: nowrap;
    font-size: 12px;
    line-height: 19px;
    padding: 0 10px;
  }
  .blog__header-action.m-none {
    display: none;
  }
  .blog__header-action.d-none {
    margin-top: 30px;
    display: flex;
  }
}

/**BREADCRUMBS**/
.breadscrumb {
  padding: 0 0 20px;
}
.breadscrumb__list {
  display: flex;
  align-items: center;
}
.breadscrumb__item a {
  color: rgba(0, 0, 0, 0.35);
}
.breadscrumb__item a:hover {
  color: var(--orange);
}
.breadscrumb__item a:after {
  content: "/";
  margin: 0 5px;
}

@media screen and (max-width:1279px) {
  .breadscrumb {
    padding: 25px 20px 10px;
  }
}
@media screen and (max-width:767px) {
  .breadscrumb {
    padding: 24px 14px 0;
    overflow: hidden;
  }
  .breadscrumb__list {
    overflow-x: auto;
    scrollbar-width: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadscrumb__list::-webkit-scrollbar {
    display: none;
  }
  .breadscrumb__item {
    white-space: nowrap;
    font-size: 10px;
    line-height: 14px;
  }
}

/**SEARCH**/
.search {
  padding: 15px 0;
}
.catalog__wrapper .search {
  padding: 0;
}
.search__input {
  position: relative;
  padding: 12.5px 32px 12.5px 32px; 
  border: 1px solid rgba(12,18, 29, .12);
  background-color: #F8F9FF;
  border-radius: 12px;
  width: 100%;
  height: 40px;
  transition: .3s ease-in-out;
}
.search__input:focus {
  border-color: var(--orange);
}
.search__form label {
  position: relative;
}
.search__clean {
  position: absolute;
  top: 1px;
  right: 13px;
  border: none;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  background-image: url(../images/icons/icon-remove.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
  cursor: pointer;
  transition: .3s ease-in-out;
  z-index: 2;
}
.not-empty + .search__clean {
  opacity: 1;
}
.search__form label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 13px;
  height: 16px;
  width: 16px;
  background-image: url(../images/icons/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.search__input::placeholder {
  opacity: .5;
}

@media screen and (max-width:767px) {
  .search {
    padding: 15px 0;
  }
  .page-template-page-blog .search,
  .single-post .search {
    padding: 0 10px;
  }
}


/**SECTION**/
/* .section {
  margin: 15px auto;
} */
.section--orange {
  background-color: var(--orange);
  border-radius: 12px;
}
.section--gray {
  background-color: #EFF0F4;
  border-radius: 12px;
}

/** FORM **/
.form__inline {
  display: flex;
  align-items: center;
  gap: 25px;
}
.form__submit {
  padding: 0 50px;
  font-size: 14px;
  cursor: pointer;
}
.form__input {
  padding: 12.5px 12px;
  border: 1px solid var(--orange);
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 25px;
  border-radius: 10px;
  min-width: 280px;
}
.form__inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__textarea {
  padding: 12.5px 12px;
  border: 1px solid var(--orange);
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 25px;
  border-radius: 10px;
  min-width: 100%;
  min-height: 90px;
}
.inputs__group {
  display: flex;
  align-items: center;
  gap: 25px;
}
.form__privacy {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 290px;
}
.form__privacy input {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(12, 18, 29, .2);
}


/** CATALOG **/
.section__catalog-title {
  padding: 0 0 45px; 
  margin-bottom: 0;
  font-size: 28px;
  line-height: 33px;
}
.section__catalog--buyer {
  padding: 15px;
  border-radius: 25px;
  margin: 15px auto;
  background-color: #F8F9FF;
}
.section__catalog-menu {
  position: fixed;
  width: 100%;
  top: 105px;
  visibility: hidden;
  left: -12px;
  opacity: 0;
  padding-right: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.section__catalog-menu--active {
  opacity: 1;
  z-index: 100;
  left: 0;
  visibility: visible;
}
.section__catalog--black {
  padding: 40px 8px 25px;
  background-color: rgba(12, 18, 29, 1);
}
.catalog__wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
}
.catalog__btn {
  margin-top: 15px;
  width: 100%;
  padding: 0 30px;
}

.brands__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.brands__item {
  position: relative;
}
.brands__item-logo {
  border-radius: 12px;
  background-color: #EFF0F4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.section__catalog--buyer .brands__item-logo {
  background-color: var(--white);
}
.brands__list--black .brands__item-logo {
  background-color: rgba(190, 213, 255, .18);
}

.brands__item-tag {
  padding: 5px 10px;
}
.brands__item-tag a {
  color: var(--orange)
}
.section__catalog--black .brands__item-tag a {
  color: var(--white)
}
.brands__item-label {
  position: absolute;
  top: -4px;
  right: -5px;
  padding: 1px 5px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--orange);
}

.brands__list-action {
  grid-column: span 4;
}

@media screen and (max-width: 1279px) {
  .section__catalog-title {
    padding: 0 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .section__catalog {
    margin-bottom: 0;
  }
  .catalog__wrapper {
    grid-template-columns: 1fr; 
    gap: 0; 
  }
  .section__catalog-title {
    padding: 0;
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 32px;
  }
  .product-filters--active {
    top: 76px;
    opacity: 1;
    visibility: visible;
  }
}

/**DESCRIPTION FORM **/
.description-form {
  padding: 15px 0;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.description-text__heading {
  margin-bottom: 10px;
}

.description-form__text {
  background-color: #EFF0F4;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
}

.description-form__heading {
  margin-bottom: 16px;
  color: var(--white);
  text-align: center;
}
 
.description-form__box {
  padding: 25px 20px;
  border-radius: 12px;
  background-color: var(--orange);
  width: 370px;
  flex: 0 0 370px;
} 

.description-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px; 
}

.description-form__form .form__input {
  width: 100%;
}

.description-form__form .form__privacy {
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .description-form__box {
    width: 100%;
    flex: 1;
  }
}

/**TRADING CABINET**/
.trading-cabinet {
  padding: 15px 0;
  background-color: var(--white);
}

.trading-cabinet__title {
  margin: 15px 0;
}

.trading-cabinet__content {
  padding: 15px 0;
  display: flex;
  gap: 30px;
}

.trading-cabinet__features {
  margin-top: 83px;
  flex: 0 0 25%;
}

.trading-cabinet__feature {
  padding: 15px;
  height: 45px;
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trading-cabinet__feature.trading-cabinet__accordion {
  background-color: #F06500;
  color: #fff;
  height: 192px;
  align-items: flex-start;
}

.icon-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.trading-cabinet__feature--active .icon-arrow {
  transform: rotate(180deg);
}

.trading-cabinet__table {
  flex: 1;
  display: flex;
  gap: 20px;
}

.trading-cabinet__column {
  flex: 1;
  background-color: #EFF0F4;
  border-radius: 12px;
  padding: 10px;
}

.trading-cabinet__column-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

/**TRADING CABINET**/
.trading-cabinet__column-content {
  background-color: #e0e0e0;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.trading-cabinet__column-items {
  display: flex;
  flex-direction: column;
}

.trading-cabinet__item {
  height: 45px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trading-cabinet__item span {
  margin: auto;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.trading-cabinet__item p {
  margin-top: 10px;
}
.trading-cabinet__item.trading-cabinet__accordion {
  padding: 19px 10px;
  font-size: 14px;
  flex-direction: column;
  color: var(--black);
  height: auto;
  background-color: rgba(12, 18, 29, .1);
}

.trading-cabinet__item--active span {
  background-image: url(../images/icons/icon-check.svg);
}

.trading-cabinet__item--inactive span {
  background-image: url(../images/icons/icon-uncheck.svg);
}

.trading-cabinet__accordion {
  background-color: var(--orange);
  color: var(--white);
}
.trading-cabinet__accordion--opened {

}

@media (max-width: 1024px) {
  .trading-cabinet__content {
    flex-direction: column;
  }
  
  .trading-cabinet__features {
    flex: 0 0 100%;
  }
  
  .trading-cabinet__table {
    flex-direction: column;
  }
}

/**ABOUT SLIDER**/
.about-cabinet-slider {
  margin: 0 auto;
}

.about-cabinet-slider .swiper-slide {
  border: 3px solid rgba(12, 18, 29, .2);
  border-radius: 36px;
  overflow: hidden;
  max-width: 170px;
}
.about-cabinet__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff; 
}

.about-cabinet-slider__image {
  max-width: 100%;
  height: auto;
}

.about-cabinet-slider__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  width: 100%;
}

.about-cabinet-slider .swiper-button-prev,
.about-cabinet-slider .swiper-button-next {
  background-color: rgba(19, 18, 29, 0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 10px;
}
.about-cabinet-slider .swiper-button-next:after, 
.about-cabinet-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

/**TRADING HOW**/
.trading-how {
  padding: 15px 0;
  background-color: var(--white);
}

.trading-how__title {
  margin: 15px 0;
}

.trading-how__tabs {
  display: flex;
}

.trading-how__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.trading-how__step {
  position: relative;
}

.trading-how__step-content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trading-how__step-text {
  position: absolute;
  padding: 15px 10px 15px 15px;
  color: var(--white);
}

.trading-how__step-image {
  max-width: 100%;
  height: auto;
}

.trading-how__step-number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.trading-how__more-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: var(--orange);
  text-decoration: none;
  font-weight: 700;
}

.trading-how__more-link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .trading-how__step {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .trading-how__step {
    flex-basis: 100%;
  }
  
  .trading-how__tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .trading-how__tab {
    margin: 5px 0;
  }
}

/**PRODUCT STATS**/
.product-stats__title {
  padding: 15px 0;
 }

.product-stats {
  padding: 15px 0;
}

.product-stats__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-stats__item {
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgba(12, 18, 29, .2);
}

.product-stat {
  padding: 15px;
  text-align: center;
}

.product-stat__number {
  color: #F06500;
  margin: 0 0 5px;
}

.product-stat__description {
  color: #333;
  margin: 0;
}
.product-rules__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-rules {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 10px;
}

.product-rules__title {
} 

.product-rules__text {
  color: rgba(12, 18, 29, 0.65);
}

@media (max-width: 767px) {
  .product-stats {
    padding: 15px 12px;
  }
  .product-stats__title {
    display: none;
  }
  .product-stats__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .product-rules {
    padding: 25px 0;
    border-bottom: 1px solid rgba(12, 18, 29, 0.20);
    grid-template-columns: 1fr;
  }
  .product-rules:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .product-stats__list {
    grid-template-columns: 1fr;
  }
  .product-rules__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px; 
  }
  .product-rules__text {
    font-size: 12px;
    line-height: 16px;
  }
}

/**REQUIREMENT-GRID**/
.requirements {
  padding: 15px 0;
}

.requirements__title {
  margin: 15px 0;
}

.requirements__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.requirements__category {
  background-color: #EFF0F4;
  border-radius: 12px;
  padding: 15px 15px 20px;
}

.requirements__category-title {
  padding: 3px 0;
  margin-bottom: 5px;
}

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

.requirements__item {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .requirements {
    padding: 15px 12px;
  }
  .requirements__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
  }
}

@media (max-width: 480px) {
  .requirements__grid {
      grid-template-columns: 1fr;
  }
}

/**BRAND-PAGE**/
.brand__wrapper {
  display: grid;
  grid-template-columns: 1fr 676px;
  gap: 30px;
}
.brand__info {
  
}
.brand__info .tabs__content {
  padding: 0;
  min-height: 250px;
}
.brand__info .tabs__content-item {
  height: 100%;
}
.brand__imgs {
  max-width: 270px;
}
.brand__tabs {
  padding: 10px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  background-color: var(--white);
}
.brand__tabs .tabs__item:not(.tabs__item--active) {
  background-color: #F2F4FC;
}
.brand__tabs .tabs__item:hover {
  background-color: var(--orange);
}
.brand__tabs .tabs__item {
  padding: 0 20px;
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.brand__description p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .brand__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .brand__imgs img {
    width: 100%;
  }
  .brand__imgs {
    display: none;
  }
  .brand__info {
    padding: 0;
    gap: 10px;
    flex-direction: column-reverse;
    background-color: transparent;
  }
  .brand__tabs {
    padding: 10px 16px;
    margin: 0 -16px;
    gap: 5px;
    background-color: var(--white);
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .brand__tabs::-webkit-scrollbar {
    display: none;
  }
  .brand__info .tabs__content {
      padding: 15px;
      border-radius: 12px;
      background-color: #f8f8f8;
  }
}

/** MAP **/
.section__map {
  padding: 70px 0;
}
.map__wrapper {
}
.map__title {
  padding: 0 0 16px;
}
.map__text {
  margin-bottom: 72px;
  font-size: 16px;
  line-height: 26px;
}
.map__img {
  width: 100%;
  height: auto;
}
.map__img.m-none {
  display: none;
}

@media (max-width: 1519px) {
  .section__map {
    padding: 60px 0;
  }
}

@media (max-width: 1279px) {
  .section__map {
    padding: 45px 20px 90px;
  }
  .map__title {
    padding-bottom: 12px;
  }
  .map__text {
    max-width: 400px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .section__map {
    padding: 35px 14px 70px;
  }
  .section__map .tabs {
    padding: 0;
  }
  .section__map .tabs__item {
    padding: 10px 14px;
  }
  .map__title {
    padding: 0 0 8px;
    font-size: 22px;
    line-height: 32px;
  }
  .map__text {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 50px;
  }
  .map__img {
    display: none;
  }
  .map__img.m-none {
    display: block;
  }
}

/** COMPANY **/
.company-info {
  padding: 15px 0;
}
.company-info__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.company-info__card {
  padding: 20px;
  border-radius: 12px;
  background-color: #EFF0F4;
}
.company-info__title {
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--orange);
}
.company-staff {
  padding: 30px 15px;
  display: flex;
  gap: 20px;
}
.company-staff__avatar {
  max-width: 100px;
  flex: 0 0 100px;
}
.company-staff__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-staff__name {
  font-size: 18px;
}
.company-staff__position {
  color: var(--orange);
}
.company-staff__email {
  padding: 3px 3px 3px 34px;
  border-radius: 12px;
  font-size: 14px;
  display: inline-flex;
  width: fit-content;
  background-image: url(../images/icons/icon-email.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.company-info__text p:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .company-info {
    padding: 0;
  }
  .company-info__wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .company-staff {
    padding: 30px 12px;
    gap: 20px;
    flex-direction: column;
  }
  .company-info__card {
    padding: 20px 12px;
    border-radius: 0;
    background-color: #EFF0F4;
  }
}


/** SUBSCRIPTION **/
.section__subscribe {
  margin-top: 15px;
}
.subscribe__wrapper {
  padding: 26px 37px;
  border-radius: 12px;
  background-color: #EFF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.subscribe__title {
  max-width: 298px;
}
.subscribe__input {
  min-width: 328px;
}

@media screen and (max-width: 767px) {
  .section__subscribe.section--gray {
    background-color: white;
  }
  .subscribe__wrapper {
    border-radius: 12px;
    flex-direction: column;
    gap: 20px;
  }
  .subscribe__title {
    max-width: 100%;
    text-align: center;
  }
  .form__inline {
    gap: 15px;
    flex-direction: column;
  }
  .subscribe__input {
    min-width: 280px;
  }
}

/** PAGINATION **/
.load-more-container {
  margin-top: 50px;
  text-align: center;
}
.load-more-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--orange);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 100px;
}

.load-more-button.fade-out {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; 
  margin: auto;
}

@media screen and (max-width: 767px) {
  .load-more-container {
    margin-bottom: 35px;
    margin-top: 30px;
  }
}

/** POPUP **/
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.popup-content {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  max-width: fit-content;
  max-width: 500px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

/* Анимация для активного состояния модального окна */
.popup-overlay[style*="opacity: 1"] {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* Дополнительные стили для плавности анимации */
.popup-content * {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

/* Product Image Zoom Styles */
[style*="cursor: zoom-in"] {
  cursor: zoom-in !important;
}

/* Для браузеров, которые не поддерживают zoom-in курсор */
.product-zoom-cursor {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/><line x1="11" y1="8" x2="11" y2="14"/><line x1="8" y1="11" x2="14" y2="11"/></svg>') 12 12, zoom-in;
}

/* Стили для плавного зума изображений */
.product-slider img {
  transition: transform 0.3s ease-out;
  transform-origin: center center;
}

/* Дополнительные стили для контейнера изображений при зуме */
#product-slider .swiper-slide {
  position: relative;
  overflow: visible;
  transition: overflow 0.3s ease;
}

/* Предотвращаем выделение изображений при зуме */
#product-slider img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.popup-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--orange);
}

.popup-subtitle {
  position: relative;
  top: -5px;
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 700;
  display: none;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 24px;
  width: 24px;
  opacity: 1;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.popup-close:hover {
  opacity: .7;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
}

.popup-form input:not([type="file"]),
.service-select,
.popup-form textarea {
  margin-bottom: 15px;
  background-color: white;
  border: 1px solid rgba(12, 18, 29, .5);
  border-radius: 10px;
  color: var(--black);
  transition: all 0.3s ease;
}

.popup-form input:focus,
.popup-form textarea:focus {
  border-color: rgba(12, 18, 29, 1);
}

.popup-form input,
.service-select {
  padding: 12.5px 12px;
  height: 45px;
  width: 100%;
}
.service-select {
  appearance: none; /* Убирает стандартную стрелку */
  -webkit-appearance: none;
  color: #333;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path d="M6 8L0 0h12z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.popup-form textarea {
  padding: 12.5px 12px;
  height: 140px;
  resize: none;
}
.popup-form input.wpcf7-not-valid {
  border-color: #dc3232;
}

.popup-policy input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.popup-policy .wpcf7-list-item-label {
  color: var(--black);
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.popup-policy .wpcf7-list-item-label span {
  opacity: .5;
}

.popup-policy .wpcf7-list-item-label:before {
  content: "";
  border-radius: 6px;
  border: 1px solid rgba(12, 18, 29, .2);
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  margin-right: 5px;
  background-color: var(--white);
}

.popup-policy input:checked ~ .wpcf7-list-item-label:before {
  content: "";
  border-color: var(--orange);
  background-image: url(../images/icons/icon-input-checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-policy-2 {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  opacity: .5;
}

.popup-policy a {
  color: var(--black);
}

.popup-submit {
  display: flex;
  justify-content: flex-end;
}

.popup-submit .form-submit {
  margin-top: 20px;
  width: fit-content;
  cursor: pointer;
  padding: 12px 20px;
  height: 45px;
  background-color: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
  transition: all 0.3s ease;
}

.popup-submit .form-submit:hover {
  border-color: #f06500;
}
.popup-submit .form-submit:disabled {
  background-color: rgba(12, 18, 29, 0.35);
  border-color: transparent!important;
  color: rgba(12, 18, 29, 0.6);
  cursor: not-allowed;
}

/* Form validation states */
.popup-success .popup-title {
  text-align: center;
}

.popup-success__message {
  margin: 24px auto;
  text-align: center;
  max-width: 270px;
}

.popup-success__icon {
  height: 164px;
  width: 164px;
  margin: 0 auto;
  background-image: url(../images/icons/icon-success-box.png);
}

.popup-success__main {
  display: none;
  justify-content: center;
  padding: 13.5px 0;
}
.popup-success__main a {
  color: var(--white);
  transition: .3s ease-in-out;
}
.popup-success__main a:hover {
  color: var(--orange);
}

@media screen and (max-width: 767px) {
  .popup-content {
    margin: 0 12px;
    padding: 16px;
  }
  .popup-submit .form-submit {
    width: 100%;
  }
  .popup-form input, .service-select,
  .popup-form textarea {
    font-size: 12px;
  }
  .popup-content .form-file-box span {
    font-size: 12px;
  }
}

/** CONTACT FORM 7 **/
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  bottom: -3px;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form .popup-box {
  position: relative;
  opacity: 1;
  transition: .3s ease-in-out;
}
.wpcf7-form.submitting .form-submit,
.wpcf7-form.resetting .form-submit,
.wpcf7-form.sent .form-submit {
  cursor: not-allowed;
  background-color: rgba(190, 213, 255, .18);
}
.wpcf7-form.sent .popup-box {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .popup-success {
  display: block!important;
}

.form-file-box {
  margin-bottom: 15px;
}

.form-file-box .wpcf7-form-control-wrap {
  opacity: 0;
  position: absolute;
}

.form-file-box span {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background-image: url(../images/icons/icon-file.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

/* 404 page */
.error404.container {
  text-align: center;
  padding-bottom: 90px;
}

.error404 .search {
  padding: 30px 0 0;
}

.error404__wrapper {
  padding: 150px 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.error404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 700px;
}

.error404__title {
  font-size: 45px;
  line-height: 55px;
}

.error404__content-text {
  font-size: 16px;
  line-height: 26px;
  color: rgba(12, 18, 29, 0.65);
}

.error404-more a {
  padding-left: 50px;
  padding-right: 50px;
}

.error404__content-image {
  margin-bottom: 12px;
  height: 242px;
}

.error404__content-image img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1519px) {
  .error404 .search {
    padding: 20px 0 0;
  }
  .error404.container {
    padding: 0 0 40px;
  }
  .error404__wrapper {
    padding: 150px 0;
    margin: 0;
    gap: 20px;
    min-height: 703px;
  }
  .error404__content-image {
    margin-top: 0;
  }
  .error404__title {
    font-size: 35px;
    line-height: 40px;
  }
  .error404__content-text {
    font-size: 14px;
    line-height: 25px;
  }
  .error404-more a {
    height: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .error404 .search {
    padding: 30px 20px 0;
  }
  .error404.container {
    padding: 24px 20px 90px;
  }
  .error404__wrapper {
    margin: 0;
    min-height: auto;
    gap: 36px;
  } 

  .error404__content-image {
    max-width: fit-content;
    margin-bottom: 28px;
    height: 150px;
    object-fit: cover;
  }

  .error404__title {
    font-size: 28px;
    line-height: 37px;
  }

  .error404__content-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .error404.container {
    padding: 70px 14px;
  }
  .error404 .search {
    padding: 30px 14px 0;
  }
  .search__input {
    padding: 8.5px 32px 8.5px 32px;
    height: 35px;
  }
  .error404__wrapper {
    padding: 120px 0;
    margin-top: 0;
    gap: 36px;
    min-height: 390px;
    justify-content: center;
  } 
  .error404__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 32px;
  }

  .error404__content {
    gap: 0;
  }
  .error404__content-text {
    font-size: 14px;
    line-height: 25px;
  }
  .error404__content-image {
    max-width: 200px;
    margin-bottom: 36px
  }
}

/* Page default */
.page-post h1 {
  margin: 0 0 25px;
}

.page-post p,
.page-post h3,
.page-post h4 {
  margin: 15px 0;
}

.page-post h2 {
  margin: 20px 0 15px;
}

/* Модальное окно */
/* === MODAL WINDOW === */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-window {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-window {
  transform: translateY(0);
}

.modal-window.modal-window--success {
  max-width: 455px;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-close svg {
  width: 24px;
  height: 24px;
}

.modal-close svg path {
  transition: stroke 0.3s ease;
}

.modal-title {
  color: var(--orange);
  text-align: center;
  font-family: 'Montserrat', var(--font-title), sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.modal-message {
  color: #0c121d;
  text-align: center;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.modal-image {
  flex-shrink: 0;
  width: 164px;
  height: 164px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image svg {
  width: 100%;
  height: 100%;
}

/* Состояние загрузки для кнопок */
button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .modal-window {
    width: 95%;
    max-width: 340px;
    padding: 20px;
    gap: 20px;
  }
  
  .modal-title {
    font-size: 16px;
    line-height: 24px;
  }
  
  .modal-message {
    font-size: 14px;
    line-height: 22px;
  }
  
  .modal-image {
    width: 120px;
    height: 120px;
  }
}

/* Анимация загрузки (опционально) */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mobile Main Menu - мобильное основное меню */
.mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}

/* Показываем только на мобильных и планшетах */
@media (max-width: 1199px) {
  .mobile-main-menu {
    display: block;
  }
}

.mobile-main-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mobile-main-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}

.mobile-main-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 336px;
  background: #f8f9ff;
  border-radius: 0 24px 24px 0;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mobile-main-menu.active .mobile-main-menu__panel {
  transform: translateX(0);
}

.mobile-main-menu__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  height: auto;
  overflow-y: auto;
}

.mobile-main-menu__content::-webkit-scrollbar {
  display: none;
}

.mobile-main-menu__header {
  padding: 48px 24px 16px 24px;
}

.mobile-main-menu__logo {
  padding: 8px 0;
}

.mobile-main-menu__logo-img {
  width: 150px;
  height: auto;
}

.mobile-main-menu__navigation {
  padding: 0 24px;
  flex: 1;
}

.mobile-main-menu__item {
  padding: 20px 0;
}

.mobile-main-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: #0c121d;
  transition: color 0.3s ease;
}

.mobile-main-menu__link:hover {
  color: #f06500;
}

.mobile-main-menu__text {
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  flex: 1;
  transition: color 0.3s ease;
}

.mobile-main-menu__link:hover .mobile-main-menu__text {
  color: #f06500;
}

.mobile-main-menu__arrow {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease;
}

.mobile-main-menu__separator {
  height: 1px;
  background: rgba(12, 18, 29, 0.2);
}

.mobile-main-menu__separator:last-child {
  display: none;
}

/* Стили для активного пункта меню */
.mobile-main-menu__item--active .mobile-main-menu__link {
}

.mobile-main-menu__item--active .mobile-main-menu__text {
  color: #f06500;
}

.mobile-main-menu__item--active .mobile-main-menu__arrow svg path,
.mobile-main-menu__link:hover .mobile-main-menu__arrow svg path {
  fill: #f06500;
  fill-opacity: 1;
}

.mobile-main-menu__link--active {
  position: relative;
}

.mobile-main-menu__footer {
  padding: 20px 24px 60px 24px;
  margin-top: auto;
}

.mobile-main-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-main-menu__email {
  padding: 20px 0 25px 0;
}

.mobile-main-menu__contact-link {
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-main-menu__contact-link:hover {
  color: #f06500;
}

.mobile-main-menu__phone-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mobile-main-menu__phone {
  padding: 0;
}

.mobile-main-menu__social {
  display: none;
  width: 35px;
  height: 35px;
}

.mobile-main-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  text-decoration: none;
}

.mobile-main-menu__copyright {
  padding: 0 0 36px;
  margin-top: auto;
  color: rgba(12, 18, 29, 0.65);
  font-family: var(--font);
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

/* Дополнительное правило для гарантированного скрытия на десктопе */
@media (min-width: 1279px) {
  .mobile-main-menu {
    display: none !important;
  }
  .mobile-main-menu__content {
    justify-content: space-between;
  }
}

/* Mobile Filters - адаптация существующей панели brand-filters для мобильных */
@media (max-width: 1279px) {
  .brand-filters {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    padding: 20px 24px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 0;
    pointer-events: none;
    background: #f8f9ff;
    transition: top 0.5s ease;
    z-index: 10;
  }
  
  .brand-filters.open {
    top: 69px;
    pointer-events: all;
    z-index: 998;
    transition: top 0.5s ease;
  }

  /* Общие стили для всех типов фильтров (brand-filters, product-filters) */
  body.filter-open {
    overflow: hidden;
    position: relative;
  }

  /* Overlay (затемнение) для всех типов фильтров - кликабелен для закрытия */
  body.filter-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 997;
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  
  .brand-filters.mobile-active .filter-box {
    transform: translateY(0);
  }
  
  /* Стилизуем существующее меню для мобильного отображения */
  .sidemenu__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
  }
  
  .sidemenu__item:not(.stock-filter-item) {
    padding: 15px 19px 15px 15px;
    cursor: pointer;
    background-color: #EFF1FB;
    transition: background 0.3s ease;
    border: none;
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px; 
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .sidemenu__item:not(.stock-filter-item):before {
    content: '';
    margin: 2px;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1.5px solid  rgba(12, 18, 29, 0.20);
    background: #FFF;
  }
  .sidemenu__item.active:not(.stock-filter-item):before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEgOSIgZmlsbD0ibm9uZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTk1NSAwLjE0NjY2OEMxMC41Mjg3IDAuMzkyNjg3IDEwLjU5OTQgMC44NjIyNjcgMTAuMzUzNCAxLjE5NTUxTDkuNzUwMDEgMC43NTAwNDlMOS4xNDY2MiAwLjMwNDU5MkM5LjM5MjY0IC0wLjAyODY0NjEgOS44NjIyMiAtMC4wOTkzNTExIDEwLjE5NTUgMC4xNDY2NjhaTTQuMTg3NzMgNi43NjE1N0M0LjMyMjUyIDYuNjA0NzggNC40ODM4NCA2LjQxMDE0IDQuNjY2NTQgNi4xODQ0M0M1LjE5MDYyIDUuNTM2OTcgNS44NjIzNyA0LjY2OTAzIDYuNTI4IDMuNzk1NDhDNy4xOTI2OCAyLjkyMzIgNy44NDc0MSAyLjA1MDM3IDguMzM2MjMgMS4zOTUyN0M4LjU4MDU3IDEuMDY3ODEgOC43ODMzIDAuNzk0OTY3IDguOTI0OSAwLjYwNDA1M0w5LjE0NjYyIDAuMzA0NTkyTDkuNzUwMDEgMC43NTAwNDlDMTAuMzUzNCAxLjE5NTUxIDEwLjM1MzQgMS4xOTU0NCAxMC4zNTM0IDEuMTk1NTFMMTAuMTI5NyAxLjQ5NzYxQzkuOTg3MzggMS42ODk1MSA5Ljc4Mzc3IDEuOTYzNTMgOS41Mzg0NCAyLjI5MjMzQzkuMDQ3OSAyLjk0OTcyIDguMzg5OTEgMy44MjY5IDcuNzIxMSA0LjcwNDYxQzcuMDUzMjUgNS41ODEwNyA2LjM3MDc2IDYuNDYzMTMgNS44MzI0NSA3LjEyODE3QzUuNTY0NDcgNy40NTkyNCA1LjMyNTA4IDcuNzQ1NDEgNS4xMzc5NiA3Ljk1MjMyQzUuMDQ2MSA4LjA1MzkgNC45NTQ4NyA4LjE0OTc1IDQuODcyNDkgOC4yMjUwNEM0LjgzMjgxIDguMjYxMzEgNC43Nzg2IDguMzA4MTkgNC43MTYxMyA4LjM1MDU4QzQuNjg0OTEgOC4zNzE3NiA0LjYzNjY3IDguNDAyMTMgNC41NzU2MyA4LjQyOTQ2QzQuNTIzNzggOC40NTI2OCA0LjQwNTk3IDguNTAwMDUgNC4yNTAwMSA4LjUwMDA1QzQuMDkzMzggOC41MDAwNSAzLjk3MjI3IDguNDUzMzYgMy45MTk4IDguNDMxMjhDMy44NTU3MSA4LjQwNDMgMy44MDEyOCA4LjM3MzIzIDMuNzYxNDUgOC4zNDg2QzMuNjgxNDIgOC4yOTkxIDMuNjAyNTYgOC4yMzkzMyAzLjUzMjgxIDguMTgyOTVDMy4zOTAzOCA4LjA2NzgzIDMuMjIxOTIgNy45MTQ0NSAzLjA0NTExIDcuNzQ1NjVDMi42ODgzMSA3LjQwNTAxIDIuMjUxNDIgNi45NTcyMyAxLjgzMjQgNi41MTczNEMxLjQxMTc0IDYuMDc1NzMgMS4wMDIzMSA1LjYzNDkxIDAuNjk4NDgxIDUuMzA0OTlDMC41NDY0NDEgNS4xMzk5IDAuNDIwNTYgNS4wMDIyNiAwLjMzMjU5IDQuOTA1NzlMMC4yMzA0ODIgNC43OTM2MUwwLjE5NDYzIDQuNzU0MDlMMC43NDk0NzMgNC4yNTA1M0wwLjE5Mzk0OSA0Ljc1MzM0Qy0wLjA4NDAxMDIgNC40NDYyNCAtMC4wNjAzODYyIDMuOTcxOTUgMC4yNDY3MTUgMy42OTM5OUMwLjU1MzgxNyAzLjQxNjAzIDEuMDI4MSAzLjQzOTY2IDEuMzA2MDYgMy43NDY3NkwxLjM0MDg1IDMuNzg1MUwxLjQ0MDk2IDMuODk1MDlDMS41Mjc1MyAzLjk5MDAyIDEuNjUxNzMgNC4xMjU4MyAxLjgwMTg3IDQuMjg4ODZDMi4xMDI0IDQuNjE1MTkgMi41MDU2OSA1LjA0OTM3IDIuOTE4NTIgNS40ODI3NkMzLjMzMjk4IDUuOTE3ODcgMy43NTAzMyA2LjM0NTA5IDQuMDgwOTIgNi42NjA3QzQuMTE4MjEgNi42OTYzIDQuMTUzODQgNi43Mjk5NCA0LjE4NzczIDYuNzYxNTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
    border: 1.5px solid #f06500;
    background-color: #f06500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .brand-filters .sidemenu__item.active .sidemenu__item-text {
    color: var(--black);
  }
  
  /* Кнопка применить фильтр */
  .brand-filters .filter-apply {
    width: fit-content;
    margin-top: auto;
    padding: 12px 24px;
  }
}

@media (max-width: 767px) {
  /* Кнопка применить фильтр */
  .brand-filters {
    padding: 24px 14px;
  }
  .brand-filters .filter-apply {
    width: 150px;
  }
  .mobile-main-menu__panel {
    width: 305px;
  }
  .mobile-main-menu__text {
    font-size: 16px;
    line-height: 26px;
  }
  .mobile-main-menu__copyright {
    display: none;
  }
  .tax-brand .sidemenu__list {
    margin-bottom: 24px;
    gap: 0;
    width: 100%;
  }
  .brand-filters .sidemenu__list {
    margin: 0 0 24px 0;
    width: 100%;
  }
  
  .sidemenu__item:not(.stock-filter-item) {
    height: 55px;
  }
}

/* Mobile Catalog Menu - только для мобильных устройств */
.mobile-catalog-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none; /* По умолчанию скрыто */
}

/* Показываем только на мобильных и планшетах */
@media (max-width: 1199px) {
  .mobile-catalog-menu {
    display: block;
  }
}

.mobile-catalog-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}



.mobile-catalog-menu__container {
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  background: #f8f9ff;
  border-radius: 0 0 20px 20px;
  padding: 36px 12px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  z-index: 10;
  pointer-events: all; /* Контейнер должен получать события */
}

.mobile-catalog-menu.active .mobile-catalog-menu__container {
  transform: translateY(0);
}

.mobile-catalog-menu__header {
  padding: 0 12px 30px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-catalog-menu__title {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.mobile-catalog-menu__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-catalog-menu__item {
  background: #EFF1FB;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-catalog-menu__item:hover {
  background: #e1e5f7;
  transform: translateY(-1px);
}

.mobile-catalog-menu__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}

.mobile-catalog-menu__icon--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff1fb;
  border-radius: 50%;
}

.mobile-catalog-menu__text {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
  flex: 1;
}

.mobile-catalog-menu__empty {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 14px;
}

/* Дополнительное правило для гарантированного скрытия на десктопе */
@media (min-width: 1279px) {
  .mobile-catalog-menu {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-catalog-menu__container {
    padding: 24px 12px;
  }
  .mobile-catalog-menu__header {
    padding: 0 12px 24px 12px;
  }
  .mobile-catalog-menu__title {
    font-size: 18px;
    line-height: 22px;
  }
  .mobile-catalog-menu__text {
    font-size: 14px;
    line-height: 21px;
  }
}

/* Дополнительные стили для улучшения UX */
.mobile-catalog-menu__item:focus {
  
}

.mobile-catalog-menu__item:active {
  transform: translateY(0);
  background: #EFF1FB;
}

/* Анимация появления элементов */
.mobile-catalog-menu.active .mobile-catalog-menu__item {
  animation: slideInUp 0.3s ease forwards;
}

.mobile-catalog-menu.active .mobile-catalog-menu__item:nth-child(1) { animation-delay: 0.1s; }
.mobile-catalog-menu.active .mobile-catalog-menu__item:nth-child(2) { animation-delay: 0.15s; }
.mobile-catalog-menu.active .mobile-catalog-menu__item:nth-child(3) { animation-delay: 0.2s; }
.mobile-catalog-menu.active .mobile-catalog-menu__item:nth-child(4) { animation-delay: 0.25s; }
.mobile-catalog-menu.active .mobile-catalog-menu__item:nth-child(5) { animation-delay: 0.3s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header BEM styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  background-image: linear-gradient(180deg, #F8F9FF 0%, #f8f9ff00 75%, #f8f9ff00 100%);
  z-index: 1000;
}

.header__wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.header__logo {
  background: rgba(12, 18, 29, 0.9);
  border-radius: 22px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 158px;
  height: 70px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo a svg {
  transition: all 0.3s ease;
}

.header__logo a.header__nav-item--open svg {
  transform: rotate(180deg);
}

.header__logo-img {
  flex-shrink: 0;
  width: 110px;
  height: 26.83px;
  position: relative;
  overflow: visible;
}

.header__nav {
  position: relative;
  padding: 12px 18px;
  border-radius: 22px;
  background: rgba(12, 18, 29, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 70px;
  overflow: hidden;
  backdrop-filter: blur(4px);
  flex: 1;
}

.header__nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.header__nav-item {
  position: relative;
  padding: 0 20px;
}

.header__nav-item .header__nav-link {
  border: none;
  padding: 19px 0;
  border-bottom: 2px solid transparent;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.header__nav-item--active {
  background: #f06500;
  border-radius: 12px;
}

.header__nav-item:not(.header__nav-item--active) .header__nav-link:hover,
.header__nav-item:not(.header__nav-item--active).header__nav-item--current .header__nav-link {
  border-bottom: 2px solid #f06500;
  color: #fff;
}

.header__nav-link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.header__nav-text {
  color:  #ffffff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.header__nav-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.header__nav-arrow-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: hidden;
}

.header__nav-arrow-icon {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.header__contacts {
  background: rgba(12, 18, 29, 0.9);
  border-radius: 22px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
  width: 100%;
  max-width: 397px;
}

.header__contacts-inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 44px;
  position: relative;
}

.header__contacts-info {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}

.header__contacts-email,
.header__contacts-phone {
  border-radius: 16px;
  padding: 10px 0px 10px 0px;
  border-bottom: 2px solid transparent;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 45px;
  position: relative;
}

.header__contacts-text {
  color: #ffffff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.header__contacts-link {
  text-decoration: none;

  color: #ffffff;
}

.header__social {
  border-radius: 8px;
  display: none;
  flex-direction: row;
  gap: 5.33px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.header__social-link {
  display: flex;
  flex-direction: row;
  gap: 8.33px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.header__social-icon {
  display: flex;
  flex-direction: row;
  gap: 2.34px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  aspect-ratio: 1;
}

.header__social-vector {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.header__social-group {
  flex-shrink: 0;
  width: 65.14%;
  height: 63.01%; 
  position: absolute;
  right: 17.44%;
  left: 17.42%;
  bottom: 18.48%;
  top: 18.52%;
  overflow: visible;
}

.header__mobile-right {
  display: none;
}

/* Responsive styles for header */
@media (max-width: 1519px) {
  .header {
    padding: 30px 20px;
  }
  .header__contacts-inner {
    gap: 10px;
  }
  .header__wrapper {
    gap: 5px;
  }
  .header__contacts {
    max-width: 201px;
  }
  .header__contacts-email {
    display: none;
  }
  .header__nav,
  .header__contacts,
  .header__logo {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header__logo {
    width: 146px;
  }
}

@media (max-width: 1279px) {
  .header {
    padding: 0;
    gap: 10px;
  }

  .header .container {
    padding: 0;
    width: 100%;
  }
  
  .header__logo {
    width: 100%;
    height: 76px;
    padding: 17px 14px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .header__logo-img {
    padding: 6px 0;
    width: 118px;
    height: 42px;
  }
  
  .header__nav,
  .header__contacts {
    display: none;
  }

  .header__mobile-right {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }

  .header__nav-item { 
    padding: 5.5px 20px;
    border-radius: 12px;
    gap: 10px;
    height: 30px;
  }

  .header__nav-item .header__nav-link {
    padding: 0;
  }

  .header__nav-text {
    line-height: 19px;
  }

  .header__burger {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header__logo {
    height: 69px;
  }
  .header__nav-text {
    font-size: 12px;
    line-height: 19px;
  }

  .header__logo-img {
    padding: 0;
    width: 110px;
    height: 27px;
  }
}

/* Блок меню */
.menu-catalog {
  background: rgba(12, 18, 29, 0.9);
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  backdrop-filter: blur(4px);
  width: min(100%, 885px);
  position: relative;
  left: 170px;
}
.menu-catalog__section {
  padding: 0 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 353px;
  position: relative;
}
.menu-catalog__section:first-child {
  padding: 10px 16px;
  border-radius: 24px;
  background-color: #0C121D;
  font-weight: 700;
}
.menu-catalog__header {
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.menu-catalog__title {
  color: #ffffff;
  text-align: left;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.menu-catalog__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.menu-catalog__item {
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: none;
}
.menu-catalog__item:hover,
.menu-catalog__item.menu-catalog__item--active {
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  font-weight: 700;
}
.menu-catalog__item--highlight {
  background: rgba(255, 255, 255, .1);
}
.menu-catalog__link {
  color: #ffffff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-decoration: none;
  white-space: nowrap;
}
.menu-catalog__link--accent {
  color: #f06500;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
.menu-catalog__item--all-brands {
}
.menu-catalog__link--all-brands {
  color: #f06500;
}
.menu-catalog__item--loading,
.menu-catalog__item--empty {
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  color: #fff;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.about__partners {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about__partners-title {
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.partners-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.partner-item {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  height: 111px;
}

.partner-item__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Promo section */
.page-template-page-home .site {
  background-image: url(../images/home/home-bg.png); 
  background-size: 980px;
  background-position: right 80px;
  background-repeat: no-repeat; 
  max-width: 1470px;
  margin: 0 auto;
}
.section__promo {
  margin: 45px 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 820px;
}

.promo__header {
  max-width: 770px;
}

.home .promo__title {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
}

.promo__subtitle {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  max-width: 570px;
}

.promo__services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.promo__services-content {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 365px;
}

.promo__services-title {
  color: #f06500;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.promo__services-text {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.promo__services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promo__service-item {
  background: #f8f9ff;
  border-radius: 14px;
  border: 1px solid  #252B3B;
  padding: 10px 16px 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 50px;
  opacity: 0.95;
  transition: all 0.3s ease;
}

.promo__service-item:hover {
  border: 1px solid  #f06500;
}

.promo__service-icon {
  background: #252b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7.04px;
}

.promo__service-icon svg {
  width: 18px;
  height: 18px;
}

.promo__service-name {
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  height: 28px;
  display: flex;
  align-items: center;
  flex: 1;
}

.promo__service-arrow {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo__service-arrow svg {
  width: 19.5px;
  height: 19.5px;
}

.promo__services-button {
  background: #f06500;
  border-radius: 12px;
  padding: 19px 50px;
  color: #ffffff;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  max-width: 370px;
}

.promo__services-button:hover {
  background: #e05a00;
}

.home .banner {
  display: none;
}

@media (max-width: 1519px) {
  .section__promo {
    margin: 32px 0 0 20px;
    height: 680px;
  }
  .menu-catalog { 
    left: 150px;
    width: min(100%, 875px);
  }
  .page-template-page-home .site {
    background-size: 740px;
    background-position: 474px 100px;
    max-width: 1240px;
  }
  .home .promo__title {
    font-size: 45px;
    line-height: 55px;
  }
  .promo__subtitle br {
    display: none;
  }
  .promo__services-content {
    padding: 0;
    max-width: 350px;
  }
  .promo__service-item {
    padding: 10px 14px 10px 12px;
  }
}

@media (max-width: 1279px) {
  .section__promo {
    margin: 36px 0 0;
    height: 672px;
  }

  .page-template-page-home .site {
    background-size: 900px;
    background-position: 334px -35px;
  }

  .promo__title {
    font-size: 35px;
    line-height: 50px;
  }

  .promo__services-content {
    margin-top: 53px;
    max-width: 352px;
  }

  .home .promo__title {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 40px;
  }

  .promo__header {
    max-width: 622px;
  }

  .promo__service-item {
    padding: 8.5px 14px 8.5px 12px;
    gap: 10px;
  }

  .promo__service-arrow {
    width: 19.5px;
    height: 19.5px;
  }
  .promo__subtitle {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .page-template-page-home .site {
    background-image: none;
  }
  .section__promo {
    margin: 24px 0 36px;
    height: fit-content;
  }
  .promo__title {
    font-size: 32px;
    line-height: 38px;
  }

  .promo__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .home .promo__title {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 37px; 
  }
  
  .promo__services {
    display: none;
  }

  .promo__services-content {
    padding: 16px;
  }

  .promo__services-title {
    font-size: 20px;
    line-height: 26px;
  }

  .promo__services-text {
    font-size: 14px;
    line-height: 20px;
  }

  .promo__service-item {
    padding: 8px 12px;
    height: 52px;
  }

  .promo__service-name {
    font-size: 14px;
    line-height: 20px;
  }

  .promo__services-button {
    padding: 16px 32px;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }  
}

/* === CONSULT FORM === */
.consult-form {
  padding: 70px 0;
}
.consult-form__container {
  position: relative;
}
.consult-form__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.consult-form__form-wrapper {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.consult-form__desc {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.consult-form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
}
.consult-form__inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
}
.consult-form__top-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-self: stretch;
  width: 100%;
}
.consult-form__field {
  background: #f8f9ff;
  border-radius: 10px;
  border: 1px solid rgba(12, 18, 29, 0.2);
  padding: 0 12px;
  display: flex;
  align-items: center;
  height: 45px;
  position: relative;
  transition: border-color 0.3s ease;
}
.consult-form__field:focus-within {
  border-color: var(--orange);
}
.consult-form__input {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  color: #0c121d;
  outline: none;
}
.consult-form__input::placeholder {
  color: rgba(12, 18, 29, 0.35);
}
.consult-form__textarea-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
}
.consult-form__textarea {
  background: #f8f9ff;
  border-radius: 10px;
  border: 1px solid rgba(12, 18, 29, 0.2);
  padding: 12px;
  width: 100%;
  min-height: 45px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  color: #0c121d;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s ease;
}
.consult-form__textarea:focus {
  border-color: var(--orange);
}
.consult-form__textarea::placeholder {
  color: rgba(12, 18, 29, 0.35);
}
.consult-form__file-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
}
.consult-form__file-input {
  display: none;
}
.consult-form__file-label {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
}
.consult-form__file-label:hover .consult-form__file-text {
  color: var(--orange);
}
.consult-form__file-label:hover .consult-form__file-icon path {
  stroke: var(--orange);
}
.consult-form__file-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.consult-form__file-icon path {
  transition: stroke 0.3s ease;
}
.consult-form__file-text {
  color: rgba(12, 18, 29, 0.35);
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.consult-form__file-name {
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.consult-form__bottom {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.consult-form__consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(12, 18, 29, 0.65);
  font-family: var(--font);
  line-height: 19px;
  width: fit-content;
}
.consult-form__consent a {
  color: rgba(12, 18, 29, 0.65);
  text-decoration: underline;
}
.consult-form__consent a:hover {
  color: #f06500;
} 
.consult-form__consent input[type="checkbox"] {
  margin-top: 0;
  display: none;
}
.consult-form__consent label {
  border: 1px solid rgba(12, 18, 29, 0.2);
  border-radius: 6px;
  background-color: #f8f9ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 20px;
  width: 20px;
  min-width: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.consult-form__consent input[type="checkbox"]:checked + label {
  background: #f06500;
  border-color: #f06500;
  position: relative;
}
.consult-form__consent input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.consult-form__submit {
  border-radius: 12px;
  border: 1px solid var(--orange);
  padding: 0 50px;
  background: transparent;
  color: var(--black);
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.consult-form__submit:not(:disabled):hover {
  border-color: var(--orange);
  color: var(--orange);
} 
.consult-form__submit:disabled {
  border-color: rgba(12, 18, 29, 0.2);
  color: rgba(12, 18, 29, 0.2);
  background-color: transparent;
  cursor: not-allowed;
}

@media screen and (max-width: 1519px) {
  .consult-form {
    padding: 60px 0;
  }
  .consult-form__consent {
    max-width: 345px;
  }
  .consult-form__consent br {
    display: none;
  }
  .consult-form__bottom {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .consult-form {
    padding: 40px 0 80px;
  }
  .consult-form__form-wrapper {
    gap: 24px;
  }
  .consult-form__form {
    gap: 24px;
  }
  .consult-form__top-fields {
    gap: 14px;
  }
  .consult-form__bottom {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .consult-form {
    padding: 0 0 70px;
  }
  .tax-brand .consult-form,
  .single-product .consult-form {
    padding-top: 35px;
  }
  .page-template-page-catalog .consult-form {
    padding-top: 35px;
  }
  .consult-form__form-wrapper {
    padding: 18px 9px;
    gap: 23px;
  }
  .consult-form__desc {
    font-size: 14px;
    line-height: 25px;
  }
  .consult-form__field {
    border-radius: 10px;
    height: 35px;
  }
  .consult-form__top-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .consult-form__bottom {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .consult-form__submit {
    height: 35px;
    width: 100%;
    min-width: auto;
  }
  .consult-form__input,
  .consult-form__textarea {
    font-size: 14px;
    line-height: 25px;
  }
  .consult-form__file-text {
    font-size: 14px;
    line-height: 20px;
  }
  .consult-form__file-name {
    font-size: 12px;
    max-width: 150px;
  }
}

/* About Section - Updated BEM styles */
.about {
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.page-template-page-company .about {
  padding: 16px 0 70px;
}

.about .container {
  position: relative;
}

.about__title {
  padding: 0px 0px 36px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.about__title-text {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.about__info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 596px;
  gap: 24px;
}

.about__info-text {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.about__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.about__logo-wrapper {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.about__logo {
  display: flex;
  flex-direction: row;
  gap: 105px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 249px;
  position: relative;
  overflow: hidden;
}

.about__logo-img {
  flex-shrink: 0;
  width: 110px;
  height: 26.83px;
  position: relative;
  overflow: visible;
}

.about__description {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.about__description p {
  margin-bottom: 20px;
} 

.about__description p:last-child {
  margin-bottom: 0;
}

.about__button-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.about__button {
  padding: 19px 50px;
  border: 1px solid #0c121d;
  border-radius: 12px;
  color: #0c121d;
  text-align: center;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 14px;
  height: 40px;
  text-decoration: none;
}

.about__button:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.about__button svg {
  width: 24px;
  height: 24px;
}
.about__button svg path {
  transition: all 0.3s ease;
}

.about__button:hover svg path {
  stroke: var(--orange);
}

.about__button-download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.about__info-banner {
  border-radius: 24px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-image: url('../images/home/about-banner-texture.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.about__banner-content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 26px;
}

.about__banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.02);
  backdrop-filter: blur(2px);
  max-width: 570px;
}

.about__banner-texture {
  background: rgba(244, 244, 244, 0.01);
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  filter: blur(2px);
  backdrop-filter: blur(2px);
}

.about__banner-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.about__banner-title {
  color: #f06500;
  text-align: center;
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}

.about__banner-quote {
  color: #ffffff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.about__partners {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.home .about__partners {
  display: none;
}

.about__partners-title {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.about__partners-title-text {
  text-align: left;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  width: 940px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.about__partners-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
  width: 100%;
}

.about__partners-list:last-child {
  margin-top: 25px;
}

.about__partner-item {
  flex-shrink: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 111px;
  position: relative;
}

.about__partner-logo {
  flex-shrink: 0;
  width: auto;
  max-width: 250px;
  height: auto;
  position: relative;
}

.about__info-banner.m-none {
  display: flex;
  align-self: center;

}

.about__info-banner.d-none {
  display: none;
}

@media screen and (max-width: 1519px) {
  .about {
    padding: 60px 0;
  }
  .page-template-page-company .about {
    padding: 16px 0 60px;
  }
  .about__info {
    grid-template-columns: 1fr 498px;
  }
  .about__info-banner {
    max-height: 439px;
    align-self: center;
  }
  .about__banner-content {
    bottom: 22.5px;
  }

  .about__content-wrapper {
    width: 100%;
  }
  .about__button {
    height: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .about {
    padding: 45px 0;
  }
  .about__info {
    grid-template-columns: 1fr;
  }
  .about__info-banner {
    display: none;
  }
  .about__info-text {
    padding: 24px 20px;
  }
  .about__button {
    height: 40px;
  }
  
  .about__info-banner.m-none,
  .home .about__info-banner {
    display: none;
  }
  .page-template-page-company .about {
    padding: 12px 0 45px;
  }
  .about__partners-list:last-child {
    margin-top: 24px;
  }
  .map__img.d-none {
    display: none;
  }
  .map__img.m-none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 35px 0;
  }

  .home .about {
    padding-bottom: 35px;
  }
  .about__title {
    padding-bottom: 24px;
  }
  .about__title-text {
    font-size: 22px;
    line-height: 32px;
  }
  .home .about__partners-title {
    margin-bottom: 24px;
  }
  .about__partners-title-text {
    font-size: 16px;
    line-height: 22px;
  }
  .about__content {
    padding: 0;
    border-radius: 24px;
    background-color: #EFF1FB;
  }
  .about__content-wrapper,
  .about__button-wrapper,
  .about__button {
    width: 100%;
  }
  .about__button-wrapper {
    margin-top: 0;
  }
  .about__content-wrapper {
    gap: 36px;
  }
  .home .about__content-wrapper {
    display: none;
  }
  .about__button {
    padding: 10px 20px;
    height: 35px;
    font-size: 14px;
    line-height: 25px;
  }
  .about__info {
    grid-template-columns: 1fr;
  }
  .about__info-text {
    padding: 20px 14px;
    width: 100%;
  }
  .about__partners {
    margin-top: 48px;
    gap: 0;
  }
  .about__partners-list:last-child {
    margin-top: 0;
  } 
  .scroller__set {
    gap: 24px;
  }
  .about__partner-item {
    width: 120px;
    height: 70px;
    gap: 4.547px;
  }
  .about__partner-logo {
    max-width: 120px;
    width: 100%;
  }
  .page-template-page-company .about {
    padding: 0 0 35px;
  }
  .about__logo-wrapper {
    display: none;
  }
  .about__description {
    font-size: 16px;
    line-height: 26px;
  }
  .about__info-banner.d-none {
    display: none;
    min-height: 210px;
  }
  .about__banner-content {
    padding: 14px;
    gap: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .about__banner-title {
    font-size: 10px;
    line-height: 14px;
  }
  .about__banner-quote {
    font-size: 10px;
    line-height: 16px;
  }
  .about__info-text {
    gap: 36px;
  }
  .partners-title {
    margin-bottom: 8px;
  }
  .partners__text {
    margin-bottom: 8px;
  }
  .about__partner-item {
    height: 75px;
    width: 130px;
  }
  .about__partner-logo {
    max-height: 75px;
    max-width: 130px;
  }
}

.scroller {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: max-content;
}

.scroller__set {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 60s linear infinite;
}

.scroller[data-direction="right"] .scroller__inner {
  animation-direction: reverse;
}

.scroller[data-direction="left"] .scroller__inner {
  animation-direction: normal;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 10px));
  }
}

.partners {
  display: none;
  padding: 70px 0;
}

.partners-title {
  margin-bottom: 16px;
}

.partners__text {
  margin-bottom: 36px;
  max-width: 850px;
}

.partners__text {
  font-size: 16px;
  line-height: 26px;
}

.section__title {
  padding: 30px 0 20px;
}

.section__title-text {
  font-size: 45px;
  line-height: 55px;
}

.partners__list.d-none {
  display: none;
}

.partners__list.m-none {
  display: block;
}

@media (max-width: 1519px) {
  .partners {
    padding: 60px 0;
  }
}

@media (max-width: 1279px) {
  .partners {
    padding: 45px 0;
  }
  .partners__text br {
    display: none;
  }
  .about__partner-item {
    height: 65px;
    width: 210px;
    margin: auto;
  }
  .about__partner-logo {
    max-height: 65px;
    max-width: 210px;
  }
  .partners-title {
    margin-bottom: 12px;
  }
  .partners__list.d-none {
    display: block;
  }
  .partners__list.d-none .about__partners-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: auto;
    row-gap: 24px;
  }
  .partners__list.m-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .partners {
    padding: 36px 0;
  } 
  .about__partner-item {
    height: 75px;
    width: 100%;
    max-width: 130px;
  }
  .partners-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .partners__text {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 19px;
  }
  .about__partners-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 36px;
    overflow-x: auto;
  }
  .about__partner-logo {
    max-height: 75px;
    max-width: 130px;
  }
  .about__partners-list::-webkit-scrollbar {
    display: none;
  }
}

/* Brand Banner */
.section__brand {
  padding: 10px 0 30px;
  margin: 30px 0 90px;
}

.brand-banner {
  margin-bottom: 0;
}

.brand-banner__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.brand__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.brand-banner__image {
  width: auto;
  object-fit: cover;
  display: block;
}

.brand-banner__text {
  position: absolute;
  padding: 33px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  z-index: 10;
  top: 0;
  left: 0;
  max-width: 566px;
}

/* Brand Info Section */
.brand__header {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.brand__logo {
  padding: 0 0 24px;
}

.brand__logo-image {
  max-width: 250px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand__title-section {
  flex: 1;
}

.brand__info-title {
  font-size: 45px;
  line-height: 55px;
  color: #0C121D;
}

.brand-banner__image.d-none {
  display: none;
}

@media (max-width: 1519px) {
  .section__brand {
    margin: 20px 0 100px;
  }
  .section__title {
    padding: 20px 0;
  }
  .section__title-text {
    font-size: 35px;
    line-height: 40px; 
  }
  .brand__wrapper {
    gap: 20px;
    grid-template-columns: 1fr 570px;
  }
  .brand__actions {
    margin-top: 36px;
  }
  .brand-banner {
    display: flex;
    align-items: center;
  }
  .tax-brand .section__title {
    padding: 20px 0!important;
  }
}

@media (max-width: 1279px) {
  .section__brand {
    padding: 0;
    margin: 20px 0 90px;
  }
  .section__title {
    padding: 30px 20px 24px!important;
  }
  .tax-brand .section__title {
    padding: 30px 20px 24px!important;
  }
  .section__title-text {
    font-size: 35px;
    line-height: 40px; 
  }
  .brand-banner__image.d-none {
    display: flex;
    width: fit-content;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .section__title {
    padding: 30px 14px 24px!important;
  }
  .section__title-text {
    font-size: 28px!important;
    line-height: 37px!important;
  }
  .section__brand {
    margin: 30px 0 0;
    padding: 0 0 35px;
  }
  .brand-banner__text {
    display: none;
  }
  .brand-banner__image.m-none,
  .brand-banner__text.m-none {
    display: none;
  }
  
  .brand-banner__image.d-none {
    display: block;
    width: 100%;
  }
  .about__partner-logo {
    width: auto;
  }
}

.brand__actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 75px;
}

.brand__catalog-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  width: 300px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 12px;
  padding: 8px 50px;
  height: 45px;
  transition: all 0.3s ease;
}

.brand__catalog-btn:hover {
  color: var(--white);
  border-color: var(--orange);
}

.brand__catalog-btn svg path {
  stroke: var(--black);
  transition: all 0.3s ease;
}

.brand__catalog-btn:hover svg path {
  stroke: var(--orange);
}

.brand__note {
  text-align: right;
  height: 45px;
  font-size: 14px;
  line-height: 25px;
  color: rgba(12, 18, 29, 0.65);
  min-width: fit-content;
  display: flex;
  align-items: flex-end;
}

.brand__info-text {
  font-size: 16px;
  line-height: 26px;
  color: #0c121d;
}

.brand__info-text p {
  margin-bottom: 1rem;
}

.brand__info-text p:last-child {
  margin-bottom: 0;
}

.brand__info-text blockquote {
  margin: 10px 0;
  color: #4B5563;
}

@media screen and (max-width: 1519px) {
  .brand__catalog-btn {
    padding: 8px 30px;
  }
}

@media screen and (max-width: 1279px) {
  .brand-banner {
    display: none;
  }
  .brand__wrapper {
    grid-template-columns: 1fr;
  }
  .brand__info-wrapper {
    gap: 0;
  }
  .brand__info-title {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 50px;
  }
  .brand__actions {
    margin-top: 30px;
    width: 100%;
  }
  .brand__catalog-btn {
    width: 100%;
    height: 40px;
  }
}

/* Responsive adjustments */
@media (max-width: 767px) {  
  .brand__logo {
    align-self: center;
  }

  .brand__info-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 37px;
  }

  .brand__info-wrapper {
    gap: 24px;
  }
  
  .brand__actions {
    margin-top: 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }

  .brand__note {
    height: auto;
  }
  .brand__info-text p {
    margin-bottom: 18px;
  }
  .brand__catalog-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
  }
}

/* Brand Catalog Styles */
.brand__item {
  background-color: #eff1fb;
  border: 1px solid #eff1fb;
  border-radius: 12px;
  flex-shrink: 0;
  height: 121px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brand__item:hover {
  border: 1px solid var(--orange);
}

.brand__item-link {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

.brand__item-placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand__item-name {
  font-size: 28px;
  font-weight: 600;
  color: #555;
  text-align: center;
}

.brand__item-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.brand__item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C121D;
  line-height: 1.3;
}

.brand__item-note {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
  flex: 1;
  line-height: 1.4;
}

.brand__item-actions {
  margin-top: auto;
}

.brand__item-catalog-link {
  font-size: 12px;
  color: #28a745;
  font-weight: 500;
  background: #d4edda;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

/* Grid layout for brands */
.section__catalog:not(.section__catalog-menu)  {
  padding: 20px 0 50px;
}

.catalog__list {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 36px;
}

@media (max-width: 1519px) {
  .section__catalog:not(.section__catalog-menu)  {
    padding: 25px 0 40px;
  }
  .tax-brand .section__catalog:not(.section__catalog-menu)  {
    padding: 0 0 60px;
  }
}

@media (max-width: 1279px) {
  .section__catalog:not(.section__catalog-menu)  {
    padding: 0 0 25px;
  }
  .tax-brand .section__catalog:not(.section__catalog-menu) {
    padding: 0 0 45px;
  }
  .catalog__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .tax-brand .catalog__wrapper {
    display: flex;
    flex-direction: column;
  }
  .catalog__list {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
  }
  .brand__item {
    height: 129px;
  } 
  
  .catalog__list.catalog__list--list .catalog__item {
    padding: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }

  .catalog__list.catalog__list--list .catalog__item-img {
    width: 253px;
    min-width: 253px;
    height: 169px;
  }

  .catalog__list.catalog__list--list .catalog__item-title {
    font-size: 14px;
    line-height: 25px;
    min-height: auto;
  }

  .catalog__list.catalog__list--list .catalog__item-info {
    margin-top: 0;
    width: 100%;
  }

  .catalog__list.catalog__list--list .catalog__item-list  {
    padding: 12px 0 0;
    gap: 10px;
  }

  .catalog__item-list__item.catalog__item-price {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .section__catalog:not(.section__catalog-menu)  {
    padding: 0 0 35px;
  } 
  .tax-brand .section__catalog:not(.section__catalog-menu)  {
    padding: 36px 0;
  }
  .catalog__list {
    margin-top: 24px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
  }
  
  .catalog__list.catalog__list--list .catalog__item {
    padding: 12px;
    gap: 12px;
  }

  .catalog__list.catalog__list--list .catalog__item-img {
    width: 100%;
    max-width: 136px;
    min-width: 136px;
    height: 100%;
  }

  .catalog__list.catalog__list--list .catalog__item-title {
    font-size: 12px;
    line-height: 21px;
    min-height: auto;
  }

  .catalog__list.catalog__list--list .catalog__item-list  {
    padding: 6px 0 0;
    gap: 4px;
  }

  .catalog__list.catalog__list--tile .product-tag__name,
  .catalog__list.catalog__list--tile .catalog__item-count-value {
    font-size: 12px;
    line-height: 11px;
  }

  .catalog__list.catalog__list--tile .product-tag__name {
    padding: 4px 12px;
  }
  .catalog__list.catalog__list--tile .catalog__item-count {
    padding: 2px 3.5px;
  }

  .catalog__list.catalog__list--tile .catalog__item-price-value {
    font-size: 14px;
    line-height: 20px;
  }

  .catalog__list.catalog__list--tile .catalog__item-list__item-label,
  .catalog__list.catalog__list--tile .catalog__item-list__item {
    font-size: 10px;
    line-height: 14px;
  }

  .catalog__list.catalog__list--tile .catalog__item-title {
    font-size: 16px;
    line-height: 25px;
  }

  .catalog__list.catalog__list--tile .catalog__item-img img {
    height: 170px;
  }

  .catalog__list.catalog__list--tile .catalog__item-img {
    height: 256px;
  }

  .catalog__item-price-currency {
    font-size: 12px;
  }
  .brand__item-img {
    height: 150px;
    padding: 15px;
  }
  
  .brand__item-placeholder {
    height: 150px;
  }
  
  .brand__item-info {
    padding: 15px;
  }
  
  .brand__item-title {
    font-size: 18px;
  }
}

/* Loading state */
.js-catalog__list.loading {
  opacity: 0.6;
  pointer-events: none;
}

/* No brands found message */
.no-brands-found {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 18px;
  grid-column: 1 / -1;
}

/* Active filter indicators */
.brand-filter-item.active .sidemenu__item-text {
  color: var(--orange);
}

/* Состояние загрузки для каталога брендов */
.js-catalog__list.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.js-catalog__list.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff6b35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Состояние загрузки для кнопки "Показать еще" */
.load-more-button.loading .load-more-text {
  opacity: 0,5;
}

.load-more-button.loading .load-more-spinner {
  display: inline-block !important;
}

.load-more-spinner svg {
  animation: spin 1s linear infinite;
}

/* Сообщение об отсутствии брендов */
.no-brands-found {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
  grid-column: 1 / -1;
}

/* Активные фильтры для брендов */
.active-filters--hidden,
.active-filters {
  display: none;
}

.active-filters__list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.active-filters__tag {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
}

.active-filters__label {
  margin-right: 8px;
  color: #495057;
}

.active-filters__remove {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active-filters__remove:hover {
  color: #dc3545;
}

.active-filters__clear {
  background: none;
  border: none;
  color: var(--orange);
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.active-filters__clear:hover {
  color: var(--orange);
}

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

/* Стили для фильтров на странице бренда */
.sidemenu__group {
  margin-bottom: 20px;
}

.tax-brand .sidemenu__group {
  margin-bottom: 5px;
}

.sidemenu__group.stock-filter {
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #C9CBD2;
}

.sidemenu__group-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sidemenu__checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 15px;
  gap: 5px;
  transition: background-color 0.2s ease;
}

.stock-filter .sidemenu__checkbox {
  padding: 0;
}

.tax-brand .sidemenu__item {
  margin: 0;
}

.sidemenu__checkbox input[type="checkbox"] {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid rgba(12, 18, 29, 0.20);
  background: #FFFFFF;
  appearance: none;
}

.sidemenu__checkbox input[type="checkbox"]:checked {
  border: 1.5px solid var(--orange);
  background: var(--orange);
}

.sidemenu__checkbox input[type="checkbox"]:checked::after {

  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEgOSIgZmlsbD0ibm9uZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTk1NSAwLjE0NjY2OEMxMC41Mjg3IDAuMzkyNjg3IDEwLjU5OTQgMC44NjIyNjcgMTAuMzUzNCAxLjE5NTUxTDkuNzUwMDEgMC43NTAwNDlMOS4xNDY2MiAwLjMwNDU5MkM5LjM5MjY0IC0wLjAyODY0NjEgOS44NjIyMiAtMC4wOTkzNTExIDEwLjE5NTUgMC4xNDY2NjhaTTQuMTg3NzMgNi43NjE1N0M0LjMyMjUyIDYuNjA0NzggNC40ODM4NCA2LjQxMDE0IDQuNjY2NTQgNi4xODQ0M0M1LjE5MDYyIDUuNTM2OTcgNS44NjIzNyA0LjY2OTAzIDYuNTI4IDMuNzk1NDhDNy4xOTI2OCAyLjkyMzIgNy44NDc0MSAyLjA1MDM3IDguMzM2MjMgMS4zOTUyN0M4LjU4MDU3IDEuMDY3ODEgOC43ODMzIDAuNzk0OTY3IDguOTI0OSAwLjYwNDA1M0w5LjE0NjYyIDAuMzA0NTkyTDkuNzUwMDEgMC43NTAwNDlDMTAuMzUzNCAxLjE5NTUxIDEwLjM1MzQgMS4xOTU0NCAxMC4zNTM0IDEuMTk1NTFMMTAuMTI5NyAxLjQ5NzYxQzkuOTg3MzggMS42ODk1MSA5Ljc4Mzc3IDEuOTYzNTMgOS41Mzg0NCAyLjI5MjMzQzkuMDQ3OSAyLjk0OTcyIDguMzg5OTEgMy44MjY5IDcuNzIxMSA0LjcwNDYxQzcuMDUzMjUgNS41ODEwNyA2LjM3MDc2IDYuNDYzMTMgNS44MzI0NSA3LjEyODE3QzUuNTY0NDcgNy40NTkyNCA1LjMyNTA4IDcuNzQ1NDEgNS4xMzc5NiA3Ljk1MjMyQzUuMDQ2MSA4LjA1MzkgNC45NTQ4NyA4LjE0OTc1IDQuODcyNDkgOC4yMjUwNEM0LjgzMjgxIDguMjYxMzEgNC43Nzg2IDguMzA4MTkgNC43MTYxMyA4LjM1MDU4QzQuNjg0OTEgOC4zNzE3NiA0LjYzNjY3IDguNDAyMTMgNC41NzU2MyA4LjQyOTQ2QzQuNTIzNzggOC40NTI2OCA0LjQwNTk3IDguNTAwMDUgNC4yNTAwMSA4LjUwMDA1QzQuMDkzMzggOC41MDAwNSAzLjk3MjI3IDguNDUzMzYgMy45MTk4IDguNDMxMjhDMy44NTU3MSA4LjQwNDMgMy44MDEyOCA4LjM3MzIzIDMuNzYxNDUgOC4zNDg2QzMuNjgxNDIgOC4yOTkxIDMuNjAyNTYgOC4yMzkzMyAzLjUzMjgxIDguMTgyOTVDMy4zOTAzOCA4LjA2NzgzIDMuMjIxOTIgNy45MTQ0NSAzLjA0NTExIDcuNzQ1NjVDMi42ODgzMSA3LjQwNTAxIDIuMjUxNDIgNi45NTcyMyAxLjgzMjQgNi41MTczNEMxLjQxMTc0IDYuMDc1NzMgMS4wMDIzMSA1LjYzNDkxIDAuNjk4NDgxIDUuMzA0OTlDMC41NDY0NDEgNS4xMzk5IDAuNDIwNTYgNS4wMDIyNiAwLjMzMjU5IDQuOTA1NzlMMC4yMzA0ODIgNC43OTM2MUwwLjE5NDYzIDQuNzU0MDlMMC43NDk0NzMgNC4yNTA1M0wwLjE5Mzk0OSA0Ljc1MzM0Qy0wLjA4NDAxMDIgNC40NDYyNCAtMC4wNjAzODYyIDMuOTcxOTUgMC4yNDY3MTUgMy42OTM5OUMwLjU1MzgxNyAzLjQxNjAzIDEuMDI4MSAzLjQzOTY2IDEuMzA2MDYgMy43NDY3NkwxLjM0MDg1IDMuNzg1MUwxLjQ0MDk2IDMuODk1MDlDMS41Mjc1MyAzLjk5MDAyIDEuNjUxNzMgNC4xMjU4MyAxLjgwMTg3IDQuMjg4ODZDMi4xMDI0IDQuNjE1MTkgMi41MDU2OSA1LjA0OTM3IDIuOTE4NTIgNS40ODI3NkMzLjMzMjk4IDUuOTE3ODcgMy43NTAzMyA2LjM0NTA5IDQuMDgwOTIgNi42NjA3QzQuMTE4MjEgNi42OTYzIDQuMTUzODQgNi43Mjk5NCA0LjE4NzczIDYuNzYxNTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
  border: 1.5px solid #f06500;
  background-color: #f06500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sidemenu__item.filter-item.stock-filter-item {
  padding: 0 14px;
  height: 30px;
}

/* Состояние загрузки для продуктов бренда */
.js-catalog__list.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.js-catalog__list.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff6b35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Сообщение об отсутствии продуктов */
.no-products-found {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
  grid-column: 1 / -1;
}

/* Активные фильтры */
.active-filters {
  margin-bottom: 20px;
}

.active-filters--hidden {
  display: none;
}

.active-filters__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 1279px) {
  
  .tax-brand .sidemenu__group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .sidemenu__group.stock-filter {
    padding-top: 0;
    margin-top: 18px;
    margin-bottom: 0;
    border-top: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    background-color: #eff1fb;
    border-radius: 12px;
    padding: 4px;
  }
  .sidemenu__group.stock-filter .sidemenu__checkbox {
    width: 100%;
  }
  .sidemenu__item.filter-item.stock-filter-item {
    padding: 0;
    width: 100%;
  }
  .sidemenu__item.filter-item.stock-filter-item input[type="checkbox"] {
    display: none;
  }
  .sidemenu__item.filter-item.stock-filter-item input[type="checkbox"] + .sidemenu__item-text {
    border-radius: 12px;
    padding: 0;
    border: 1px solid #C9CBD2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 100%;
    text-align: center;
    opacity: .65;
    transition: all .3s ease-in-out;
  }
  .sidemenu__item.filter-item.stock-filter-item input[type="checkbox"]:checked + .sidemenu__item-text {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .sidemenu__group-title {
    font-size: 13px;
  }
  
  .sidemenu__checkbox {
    padding: 10px 15px;
  }
  
  .active-filters__list {
    gap: 8px;
  }
  
  .active-filters__tag {
    padding: 4px 8px;
    font-size: 12px;
  }
  .sidemenu__group {
    margin-bottom: 0;
  }
  .sidemenu__item {
    height: 40px;
    background: #eff1fb;
    border-radius: 12px;
    padding: 12px 16px;
  }
  .sidemenu__catalog {
    display: none;
  }
  .sidemenu__group {
    margin-bottom: 0;
    width: 100%;
  }
}

/* Блок детальной информации о продукте */
.product__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__details-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--orange);
}

.product__stock-label {
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__stock-value {
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__sections {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__additional-box {
  padding: 32px 24px 24px 24px;
  border: 2px solid  #EFF1FB;
  border-radius: 24px;
  margin-top: 45px;
}

.product__additional-box .product__sections {
  margin-top: 0;
}

.product__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__section.product__section--description {
  margin-top: 36px;
  gap: 14px;
}

.product__description {
  opacity: .65;
}

.product__section-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__section-title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__section-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

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

.product__additional-box .product__attribute,
.product__additional-box .product__complect {
  gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.product__attribute-name {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__additional-box .product__attribute-name,
.product__complect-name {
  width: 450px;
}

.product__attribute-value {
  color: rgba(12, 18, 29, 0.65);
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__complect {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__complect:last-child {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(12, 18, 29, 0.20);
  margin-bottom: 24px;
}

.product__complect-name {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 450px;
  flex: 0 0 450px;
}

.product__complect-value {
  color: rgba(12, 18, 29, 0.65);
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.product__price {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #0c121d;
}

@media screen and (max-width: 1519px) {
  .product__price {
    
  }
  
}
@media screen and (max-width: 1279px) {
  .product__attribute-name,
  .product__complect-name {
    font-size: 14px;
    line-height: 25px;
    width: 270px;
    flex: 0 0 270px;
  }
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 767px) {
  .product__details {
    min-height: auto;
  }
  
  .product__stock,
  .product__attribute,
  .product__complect,
  .product__price {
    justify-content: space-between;
    gap: 4px;
  }
  
  .product__stock-value,
  .product__attribute-value,
  .product__complect-value,
  .product__price-value {
    width: fit-content;
  }

  .product__stock {
    justify-content: flex-start;
  }

  .product__additional-box .product__attribute-name, .product__complect-name {
    width: fit-content;
  }
  
  .product__sections {
    margin-top: 0;
    gap: 20px;
  }
  
  .product__section {
    gap: 12px;
  }
  .product__section-content {
    gap: 16px;
  }
  .product__section-content.product__attributes {
    gap: 0;
  }
  .product__section-content.product__attributes .product__attribute:not(.product__attribute--hidden):not(:last-child),
  .product__additional-box .product__section-content .product__attribute:not(.product__attribute--hidden) {
    padding-bottom: 16px;
  }
  .product__price-label {
    flex: initial;
  }
  .product__price-value,
  .product__attribute-value,
  .product__complect-value {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }
  .product__price-value {
    font-size: 16px;
    line-height: 25px;
    width: auto;
    white-space: nowrap;
  }
  .product__attribute,
  .product__complect {
    padding: 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__attribute-name,
  .product__complect-name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    width: fit-content;
    flex: 1;
  }
  .product__attribute-value,
  .product__complect-value {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .product__section-header {
    margin-bottom: 0;
  }
  .product__section-title {
    font-size: 16px;
    line-height: 22px;
  }
  .product__stock {
    margin: 0;
  }
  .product__stock-label {
    display: none;
  }
  .product__stock-value--instock,
  .product__stock-value--count {
    color: var(--orange);
    border-radius: 20px;
    display: inline-flex;
    font-size: 12px;
    line-height: 11px;
    width: fit-content;
  }
  .product__stock-value--count {
    margin-left: 2px;
  }
  .product__stock-value--none {
    display: block;
    font-size: 12px;
    line-height: 11px;
    color: rgba(12, 18, 29, 0.65);
    width: fit-content;
  }
  .product__section--description {
    margin-bottom: 36px;
  }
  .product__section.product__section--description {
    margin-top: 24px;
    margin-bottom: 0;
    gap: 14px;
  }
  .product__price {
    margin-top: 24px;
  }
}

/* === DOCS PAGE === */
.docs {
  padding: 30px 0 70px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.docs__wrapper {
  display: grid;
  grid-template-columns: 1fr 481px;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.docs__content {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.docs__header {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.docs__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.docs__text {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.docs__text p {
  margin-bottom: 16px;
}

.docs__text p:last-child {
  margin-bottom: 0;
}

.docs__text h1 {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 24px;
}

.docs__text h2 {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 24px 0 12px;
}

.docs__text h3 {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0 8px;
}

.docs__text ul,
.docs__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.docs__text ul {
  list-style: circle;
}
.docs__text ol {
  list-style: decimal;
}

.docs__text li {
  margin-bottom: 8px;
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
}

.docs__text a,
.docs__text a span {
  color: #f06500!important;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.docs__text a:hover,
.docs__text a:visited {
  color: #e05a00!important;
}

.docs__text strong {
  font-family: var(--font);
  font-weight: 700;
}

.docs__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.docs__banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(to left, #f76006, #f76006);
  border-radius: 24px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.docs__banner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.docs__actions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.docs__action-btn {
  border-radius: 12px;
  border-style: solid;
  border-color: #f06500;
  border-width: 1px;
  padding: 12px 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #0c121d;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.docs__action-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}

@media (max-width: 1519px) {
  .docs {
    padding: 20px 0 60px;
  }
  .docs__wrapper {
    grid-template-columns: 1fr 447px;
  }
  .docs__banner {
    width: 100%;
  }
}

/* Responsive styles for docs page */
@media (max-width: 1279px) {
  .docs {
    padding: 30px 20px 90px;
  }
  .docs__wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .docs__banner {
    display: none;
  }
  .docs__content {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }
  .docs__text {
    font-size: 14px;
    line-height: 25px;
  }
  .docs__text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .docs__text h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  .docs__text h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 6px;
  }
  
  .docs__action-btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  
  .docs__banner-image {
    width: 100%;
    height: 100%;
  }

  .docs__actions {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .docs {
    padding: 30px 14px 70px;
  }

  .docs__banner {
    display: block;
  }
  
  .docs__wrapper {
    gap: 24px;
  }
  
  .docs__content {
    padding: 12px;
    border-radius: 24px;
  }
  
  .docs__title {
    font-size: 24px;
    line-height: 30px;
  }
  
  .docs__text {
    font-size: 14px;
    line-height: 25px;
  }

  .docs__text h1 {
    font-size: 28px;
    line-height: 37px;
  }
  
  .docs__text h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  
  .docs__text h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 6px;
  }

  .docs__sidebar {
    width: 100%;
  }
  
  .docs__action-btn {
    padding: 16px 30px;
    height: 40px;
    border-radius: 10px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
    line-height: 19px;
  }

  .docs__actions {
    width: 100%;
  }
  .docs__wrapper {
    grid-template-columns: 1fr;
  }
}

/* === COOKIES === */
.cookies {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(12, 18, 29, 0.8);
  padding: 12px 24px;
  border-radius: 22px;
  max-width: 900px;
  margin: 0 auto;
  min-height: 94px;
}
.cookies__container {
  display: flex;
  align-items: center;
  gap: 36px;
  height: fit-content;
}
.cookies__text {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
.cookies__link {
  color: #fff;
  text-decoration: underline;
}
.cookies__button {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  padding: 12px 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookies__button:hover {
  background-color: #f76006;
}

@media screen and (max-width: 1279px) {
  .cookies {
    padding: 16px;
    max-width: 365px;
  }
  .cookies__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    height: fit-content;
  }
  .cookies__text {
    font-size: 12px;
    line-height: 19px;
  }
  .cookies__button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cookies {
    padding: 16px;
    margin: 10px;
    background: rgba(12, 18, 29, 0.90);
    max-width: 100%;
  }
  .cookies__container {
    align-items: center;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .cookies__text {
    font-size: 12px;
    line-height: 19px;
  }
  .cookies__button {
    width: 100%;
  }
  .cookies__link {
    display: inline;
  }
}

.result-image {
  flex: 0 0 240px!important;
  width: 240px!important;
  height: 80px!important;
  margin-right: 18px!important;
  object-fit: cover;
  border-radius: 12px!important;
  background-color: #EFF1FB!important;
}
.category .result-image,
.page-template-page-blog .result-image {
  margin-right: 24px!important;
  flex: 0 0 70px!important;
  width: 70px!important;
  height: 70px!important;
  background-color: transparent!important;
}
.search-result-taxonomy {
  border-left: none!important;
}
.search-result-item {
  border-radius: 12px!important;
}
.search-results {
  padding: 20px 24px!important;
  border-radius: 12px;
  max-width: 850px!important;
}

@media screen and (max-width: 1519px) {
  [data-slider-prev] {
    left: -24px;
  }
  [data-slider-next] {
    right: -24px;
  }
}

@media screen and (max-width: 767px) {
  .result-image {
    display: none;
  }
}

.products__slider-box {
  position: relative;
}

.slider__navigation {
  position: absolute;
  width: 100%;
  top: 50%;
}

/** SHARE-BLOCKS **/
.article__share {
  position: relative;
  cursor: pointer;
}

.share-popup {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 12px;
  display: none;
  z-index: 100;
  margin-bottom: 8px;
}

.share-popup::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}

.share-popup__content {
  position: relative;
  z-index: 1;
  background: #fff;
}

.share-popup__messengers,
.share-popup__social {
  display: flex;
  gap: 12px;
}

.share-popup__messengers {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: opacity 0.2s;
}

.share-icon:hover {
  opacity: 0.8;
}

/* Icon backgrounds */
.whatsapp { background: #25D366; }
.viber { background: #665CAC; }
.telegram { background: #0088cc; }
.vkontakte { background: #4C75A3; }
.odnoklassniki { background: #EE8208; }

.share-icon svg {
  fill: #fff;
}

.grecaptcha-badge {
  display: none!important;
}