/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}


/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  width: 100%;
  overflow-y: auto !important;
}

.page {
  	font-family: "Inter", serif;
  	width: 100%;
	background-color:#F5F5F5;
	color:#181818;
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
/*   -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; */
}
.page * input {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.page.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 88.7708333333vw;
  margin: 0 auto;
}

* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
}


.md-standart-slider {
  position: relative;
}
.md-standart-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.md-standart-slider .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  overflow: hidden;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.slider-pagination  {
	bottom: 3rem !important;
    position: absolute;
    left: 10%!important;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-pagination .swiper-pagination-bullet {
    position: relative;
    width: 70px !important;
    height: 2px;
    background: rgba(255, 255, 255, .2)!important;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 6px;
	opacity: 1!important; 
}

.slider-pagination .swiper-pagination-bullet-active {
	background:  rgba(255, 255, 255, .2)!important;
}

.slider-pagination .swiper-pagination-bullet-active .bullet-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff; 
	transform: scaleX(0);
	transform-origin: left;
	animation: progress-fill 10s linear forwards;
}

@keyframes progress-fill {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

.swiper-container[dir="rtl"] {
    direction: rtl;
}


.popup {
	position:fixed;
  color: #000;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.popup.open .popup__blur {
  overflow-y: scroll;
}
.popup__blur {
  background-color: #000;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.popup__container {
  margin: auto;
  z-index: 2;
}
.popup__block {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.popup__close {
  position: absolute;
  z-index: 5;
  top: 2.83vw;
  right: 1.5625vw;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  cursor: pointer;
}
.popup__close img,
.popup__close svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #E31F25;
}
.popup__close img path,
.popup__close svg path {
  fill: #E31F25;
}

.main__popup {
  width: 26.0416666667vw;
 border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main__popup-content {
  padding: 2.8645833333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
}
.main__popup-title {
	font-weight: 700;
    font-size: 1.7229166667vw;
    line-height: 2.1354166667vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.3020833333vw;
    color: #181818;
    font-family: 'Onest';
}

.main__popup-after {
	text-align:center;
	display:none;
	padding: 2rem 0 3rem 0;
}

.popup__input {
    margin-top: 10px;
	position:relative;
}
.popup__input textarea,
.popup__input input {
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 32px;
}

.main__popup-content  .form__btn {
    background-color: #264B9C;
    color: #fff;
    border: none;
    font-size: 1.091666667vw;
    width: 20rem;
    padding: 1rem 30px;
    margin: 0 auto;
}

.main__popup-content .form__input input {
	background-color: transparent;
    color: #181818;
    border: 1px solid #181818;
	width:100%;
}

.main__popup-content .form__input input::placeholder {
	color:#181818;
}

.main__popup-content .form__checkbox {
    font-size: 0.8667vw;
    line-height: 1.33333vw;
    color: #181818;
    padding-bottom: 1rem;
}

.main__popup-content .form__checkbox  a {
 	color: #181818;	
}

.popup__btn {
	width: 100%;
    margin: 1rem 0;
    font-weight: 600;
}

.popup__agree {
	text-align: center;
    font-size: 12px;
}

.popup__agree a {
	color:#E31F25;
	text-decoration:underline;
}

.popup__select {
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    outline: none;
/*     position: relative; */
    text-align: left !important;
    -webkit-transition: all 0.2sease-in-out;
    transition: all 0.2sease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.popup__select.open {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: 0px 0px 16px 0px #28366252;
}

.popup__select-btn {
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    width: 100%;
	text-align:left;
	background-color:transparent;
	color:#999999;
	cursor: pointer;
	position:relative;
}

.popup__select::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #999999;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 1.625vw;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: all 0.15sease-in-out;
    transition: all 0.15sease-in-out;
}

.popup__select.open::after {
	border-top: 6px solid #385462;
    transform: rotate(180deg);
}

.popup__select.open .popup__select-btn {
	color: #1F1F24;
}

.popup__options {
    background-color: #fff;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.2083333333vw;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2scubic-bezier(0.5, 0, 0, 1.25), opacity 0.15sease-out;
    transition: all 0.2scubic-bezier(0.5, 0, 0, 1.25), opacity 0.15sease-out;
    z-index: 9;
	width: 100%;
    top: 90%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} 

.popup__options.open  {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
	border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #999999;
    border-top: none;
}

.popup__options .option {
 	cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 0.9375vw;
    padding-right: 1.5104166667vw;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 3.688vw;
    color: #1F1F24;
	 font-size: 14px;
}

.search-form{
    width: 42.05208vw;
    height: 2.86458vw;
    position: relative;
    border-radius: 10px;
}

.search-form input{
    width: 100%;
    height: 100%;
    font-size: 1vw;
    padding-left: 1.46vw;
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
    z-index: 5;
}
.search-form input::placeholder{
	color:#181818;
  	opacity: 0.5;
}

.search-form button{
    width: 2.8125vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    background: #264B9C;
    border-radius: 10px;
}

.search-form button svg path{
  	transition: 0.4s;
}
.search-form-results-wrap{
    padding-top: 2.86458vw;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(2.86458vw + 2px);
    border-radius: 10px;
    background: #fff;
    transition: 0.4s;
}
.search-form-results-wrap.active{
  height: auto;
}
.search-form-results{
  padding: 0.521vw;
  max-height: 0;
  transition: 0.4s;
  overflow-y: auto;
	font-size: 1vw;
}
.search-form-results::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.search-form-results::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
.search-form-results::-webkit-scrollbar-thumb{
	background-color: var(--main-color);
	border-radius: 20px;
}
.search-form-results-wrap.active .search-form-results{
  max-height: 300px
}

.search-form-results a{
  color: var(--text-main-color);
  padding: 0.26vw 0.521vw;
  margin: 0.26vw 0;
  display: flex;
  align-items: center;
  gap: 0.521vw;
  transition: 0.4s;
}
.search-form-results a:hover {
  color: var(--main-color);
}
.search-form-results a p{
  font-size: 1vw;
  line-height: 115%;
}
.search-form-results a img{
 --size: 1.563vw;
 width: var(--size);
 height: var(--size);
 object-fit: contain;
}

.search-header{
  font-size: 3.125vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.08vw;
}
.search-header span{
  text-decoration-line: underline;
}
/* 
.search .search-form{
  width: 36.45833vw;
  height: 4.16667vw;
  margin: 0 auto 4.74vw;
  border: 1px solid #E3E3E3;
  border-radius: var(--brad-regular);
}
.search .search-form-results-wrap{
  display: none;
}
.search .search-form input{
  font-size: 0.9375vw;
  padding-left: 2.08vw;
}

.search .search-form button{
  width: 4.16667vw;
}

.search .search-form button svg{
  width: 1.01375vw;
  height: 1.01359vw;
} */

.search-result{
  margin-bottom: 5vw;
}
.search-count{
  display: none;
}

.header {
    position: relative;
    z-index: 30;
    margin: 1.072917vw; 
}

.header.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffff;
    margin: 0;
    padding: 1.072917vw;	
}

.menu-nav {
	list-style-type:none;
	display: grid;
    gap: 10px;
}

.header__top-item {
	position:relative;
}

.header__top-item p {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

.menu-dropdown {
	  display:none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  background: white;
	  padding: 16px;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	  border-radius: 12px;
	  z-index: 100;
	  min-width: 180px;
}

.dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.header__top-left {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.dropdown-menu {
	list-style-type: none;
}

.lang-switcher {
  position: relative;
}

.lang-switcher .dropdown-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  gap: 10px;
  cursor: pointer;
  padding: 4px;
}

.lang-switcher .dropdown-toggle img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.lang-switcher .arrow {
  transition: transform 0.2s;
}

.lang-switcher.open .arrow {
  transform: rotate(180deg);
}

.lang-switcher .dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: white;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 100;
  width: max-content;
  min-width: 160px;
}

.lang-switcher.open .dropdown-menu {
  display: block;
}

.lang-switcher .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: background 0.2s;
}

.lang-switcher .dropdown-menu li.active a {
  position: relative;
  font-weight: 600;
}


.header__top .wrapper {
	display:flex;
	align-items: center;
	justify-content:space-between;
}

.header__top-right ,
.header__contacts-phones {
	display:flex;
	align-items: center;
	gap: 1rem;
}

.header__contacts-phone {
	display:flex;
	align-items: center;
}

.header__contacts-phone a {
	margin: 0 5px;
}

.header a ,
.header__contacts-phone p  {
	color: #181818;
	font-family: "Inter";
	font-size:16px;
}

.header__contacts-phone p {
	opacity: .5;
}

.header__top-right {
	padding-left: 1rem;
}

.header__contacts-links {
	display: flex;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid rgba(24, 24, 24, .25);
    padding-right: 2rem;
}

.header__center .wrapper {
	display:flex;
	align-items:center;
	gap: 1rem;
	justify-content:space-between;
	margin-top: 1rem;
	position:relative;
}

.header__logo {
	 width: 8rem;
}

.header__logo a {
	width: 100%;
    display: inline-flex;
}

.header__logo img {
	    width: 100%;
}

.header__catalog {
	background-color: #264B9C;
    color: #fff;
    padding: 10px 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.header__contacts-btn  {
	border: 1px solid #181818;
    padding: 10px 1rem;
    border-radius: 10px;
	cursor: pointer;
	background-color: transparent;
}

.header__contacts-btn:hover {
	background-color:#2E5DC6;
	color: #fff;
	border-color:#2E5DC6;
}

.header__contacts-btn:active {
	background-color:#24458E;
	color: #fff;
	border-color:#24458E;
}

.main {
	margin-bottom: 3rem;
}

.main__slide {
	background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
	padding: 15rem 3rem;
	border-radius: 12px;
}

.main__slide-title {
    font-size: 3.09667vw;
    line-height: 3.53333vw;
    color: #fff;
    width: 40%;
    padding-bottom: 1rem;
}

.main__slide-text {
	font-size: 1.09667vw;
    line-height: 1.53333vw;
    width: 55%;
}

.main__slide-btn {
	padding: 13px 3rem;
    border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
	position:relative;
	transition: background-color .2s linear, border .2s linear;
}

.main__slide-btn:hover {
	background-color:#264B9C;
	border-color:#264B9C;
}

.main__slide-btn::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    transition: right .2s ease-in-out;
    z-index: 0;
    background-color: #264B9C;
	color: #fff;
}

.main__slide-btn span {
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease-in-out;
    z-index: 2;
    position: relative;
}

.main__slide-btn span::after, .main__slide-btn span::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/wp-content/uploads/2025/07/arrow-up.svg) center no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
}

.main__slide-btn span::before {
    transform: scale(0);
    margin-right: 1rem;
}

.main__slide-btn span::after {
    transform: scale(1);
    margin-left: 1rem;
}

.main__slide-btn:hover span::before {
	transform: scale(1);
}

.main__slide-btn:hover span::after {
	transform: scale(0);
}

.main__title {
    font-size: 2.09667vw;
    line-height: 3.053333vw;
    padding-bottom: 1.5rem;
    font-family: "Inter";
    font-weight: 400;
    color: #181818;
}

.client__slide  {
	border: 1px solid rgba(24, 24, 24, .2);
	border-radius:12px;
	padding:10px;
}

.client__slide img {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height:100%;
	object-fit:contain;
	margin: 0 auto;
}

.client__slider {
	margin-bottom: 1rem;
}

.mt {
	margin: 6rem auto;
}

.about .wrapper {
	margin: 6rem auto;
}

.about .md__main-title {
	display: inline-block;
    margin-right: 26rem;
	top: -1.5rem;
}

.md__main-title {
	font-size: 1.09667vw;
    line-height: 1.53333vw;
    font-weight: 400;
    font-family: 'Inter';
    color: #181818;
	position:relative;
	display:flex;
	align-items:center;
	gap:10px;
}

.md__main-title span{
	opacity:.5;
}


.catalog .wrapper {
    align-items: baseline;
    display: grid;
    grid-template-columns: .4fr 1fr;
    gap: 3rem;
}

.catalog__item-link {
	display: flex;
    align-items: center;
    padding: 2rem 0;
    transition: padding .5s ease-in-out;
    position: relative;
	border-bottom: 1px solid rgba(24, 24, 24, .2);
    justify-content: space-between;
}

.catalog__item-link::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #264B9C;
    z-index: 0;
    transition: height .75s cubic-bezier(.19,1,.22,1);
}

.catalog__item-link:hover::before {
    height: 100%;
} 

.catalog__item-name {
	font-size: 2.09667vw;
    line-height: 2.53333vw;
    color: #181818;
    opacity: .5;
    font-weight: 500;
	margin-right: 4rem;
}

.catalog__item-link:hover .catalog__item-name {
	color:#fff;
	opacity:.9;
	padding-left: 1rem;
}

.catalog__item-up {
	border-radius: 50%;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: auto;
    position: absolute;
    right: 0;
    transition: background-color .2s ease-in, border-color .2s ease-in, right .75s cubic-bezier(.19,1,.22,1);
    will-change: left;
	width:50px;
	height:50px;
}

.catalog__item-link:hover .catalog__item-up {
	border-color:#fff;
	background-color: #fff;
	right:1rem;
}

.section__top {
	display: grid;
    grid-template-columns: .6fr 1fr;
    align-items: baseline;
}

.advantage__items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:2rem;
}

.main__title span {
	color:#18181880;
}

.advantage__item {
	border-radius:12px;
	background-color: #fff;
	padding:1rem;
}

.advantage__item-title {
	font-size: 1.29667vw;
    line-height: 1.53333vw;
    padding: 3rem 0 1rem;
}

.advantage__item-content {
	opacity: .7;
	font-size: 0.89667vw;
    line-height: 1.3333vw;
}

.about {
	border-top: 1px solid rgba(24, 24, 24, .2);
}

.about__content {
    display: grid;
    grid-template-columns: .4fr 1fr;
    align-items: flex-end;
    gap: 3rem;
}

.about__btn {
	border-color:#181818;
}

.about__btn span {
	color:#181818;
}

.about__btn:hover span {
	color: #fff;
}

.about__btn span::after, .about__btn span::before {
	background: url(/wp-content/uploads/2025/07/up.svg)  center no-repeat;
}

.about__btn:hover span::after, .about__btn:hover span::before  {
	background: url(/wp-content/uploads/2025/07/arrow-up.svg) center no-repeat; 
}

.about__item {
    display: grid;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(24, 24, 24, .2);
    padding: 1rem 0;
    font-size: 1.09667vw;
    line-height: 1.53333vw;
    grid-template-columns: 1fr 1.5fr .1fr;
}

.about__item-content {
	opacity: .7;
}

.about__item-title {
	font-family: 'Onest';
    font-weight: 500;
}

.reviews__content {
    display: grid;
    grid-template-columns: .4fr 1fr;
    gap: 3rem;
}

.reviews__slider-container {
	width: 64.770833vw;
}

.reviews__slider-top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 2rem;
}

.reviews__bottom-slider {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.slider-btn {
	border: 1px solid #18181880;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex; 
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.reviews__slider-top .main__title {
	padding-bottom: 0;
}

.reviews__item:nth-child(1) {
		padding-left: 0;
}

.reviews__item {
	border-right: 1px solid rgba(24, 24, 24, 0.2);
    padding-right: 2rem;
	padding-left: 2rem;
	height: 20rem !important;
}

.reviews__info {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 5rem;
	width: 20.770833vw;
}

.reviews__info-bottom {
	display: flex;
    align-items: center;
    gap: 10px;
}

.reviews__stars svg,
.reviews__rating svg {
	width: 20px;
    height: 20px;
}

.reviews__bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews__bottom-left {
	display: flex;
    align-items: center;
    gap: 10px;
}

.reviews__title {
	font-size: 1.19667vw;
    line-height: 1.53333vw;
    padding-bottom: 10px;
}

.reviews__text {
	font-family: 'Onest';
    opacity: .7;
    font-size: 0.9667vw;
    line-height: 1.3333vw;
    padding-bottom: 3rem;
	height:15rem;
}

.reviews__info-title {
	opacity: .6;
}

.reviews__info-rating {
	font-size: 2.09667vw;
    line-height: 3.053333vw;
    display: flex;
    align-items: center;
    gap: 5px;
}

.articles__typical-content p {
	font-family: 'Onest';
	font-size: 1.098667vw;
    line-height: 1.33333vw;
	margin-bottom: 1rem;
}

.articles__typical-content h3 {
    font-size: 1.58667vw;
    line-height: 1.9533333vw;
    margin-bottom: 10px;
    font-weight: 400;
}

.articles__typical-content .wp-block-image  img {
	width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 15px;
    margin: 1rem 0;
}

.articles__author-details {
	width: 100%;
}

.author-page .articles__author-image img {
	    width: 15rem;
    height: 15rem;
}

.articles__author-image img {
    border-radius: 15px;
    width: 10rem;
    height: 7rem;
    object-fit: cover;
}

.articles__author-content {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
	margin-bottom: 2rem;
}

.author-page .articles__author-content  {
	background-color: transparent;
    padding: 0;
	margin-top: 2rem;
}

.articles__author-top {
	font-weight: 600;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Onest";
    margin-bottom: 1rem;
}

.articles__author-name {
	font-family: "Onest";
	font-size: 1.138667vw;
    line-height: 1.9533333vw;
    font-weight: 500;
}

.articles__author-info {
	color: #181818;
    opacity: .5;
    font-size: 1.0138667vw;
    line-height: 1.33333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.articles__author-bottom {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: end;
}

.author-page  .articles__author-bottom {
	  justify-content: flex-end;
}

.articles__author-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.articles__author-link a {
	background-color: #181818;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.author-page .articles__author-link a {
	background-color: transparent;
}

.news .main__title  {
	padding-bottom: 0;
}

.author-page .news__top {
	padding-bottom: 1rem;
}

.articles__link {
	color: #181818;
    text-decoration: underline;
    font-size: 0.867vw;
}

.articles__items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
	padding-bottom: 2rem;
}

.articles__item {
	position:relative;
}

.articles__item-title {
    font-weight: 400;
    font-size: 1.038667vw;
    line-height: 1.33333vw;
    margin: 10px 0;
    color: #181818;
}

.articles__item-img {
	width:100%;
	    border-radius: 12px;
}


.articles__item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(14, 14, 14, .44) 113.11%);
    opacity: 0;
    transition: opacity .2s ease-in;
}

.articles__item:hover .articles__item-img::before {
	opacity:1;
}

.articles__item-link  {
    position: absolute;
    bottom: 5rem;
    right: 1rem; 
	display: none;
}

.articles__item:hover .articles__item-link  {
	display:block;
}

.articles__author-mobile {
	display:none;
}

.breadcrumbs {
	padding: 1.0416666667vw;
    margin-top: 0;
  	position: relative;
  	z-index: 10;
}

.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}

.breadcrumbs__item::before {
  content: "/";
  color: #22222280;
  margin: 0 0.78125vw;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item.active {
  pointer-events: none;
}

.breadcrumbs__item.active a,
.breadcrumbs__item.active {
  color: #18181880;
}

.breadcrumbs a,
.breadcrumbs__item,
.woocommerce-breadcrumb a{
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
    letter-spacing: 0.04em;
    color: #18181880;
	text-decoration: none;
}

.breadcrumbs__item.active,
.woocommerce-breadcrumb {
	color:#181818;
	font-size: 0.91667vw;
    line-height: 0.9333333333vw;
}


.articles__typical__title {
	font-size: 3.09667vw;
    line-height: 3.53333vw;
}

.news__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 2rem;
}

.news__right,
.news__left{
	display: flex;
    align-items: baseline;
	gap:1rem;
}

.news__right .main__title { 
	padding-bottom: 0;
}

.news__link {
	color:#181818;
	font-size: 0.9667vw;
    line-height: 3.053333vw;
}

.consultation .wrapper {
	background-color: #264B9C;
    color: #fff;
    border-radius: 12px;
    padding: 3rem;
	display: grid;
    grid-template-columns: .5fr 1fr;
	gap: 2rem;
}

.consultation__person {
	width: 22rem;
    height: 22rem;
}

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

.consultation__form .main__title {
	 color: #fff;
}

.consultation__form .main__title span {
	color: #FFFFFF80;
}

.person-info p {
	font-size: 1.49667vw;
    line-height: 1.53333vw;
    padding: 10px 0;
}

.person-info span {
    font-size: 1.049667vw;
    line-height: 1.53333vw;
	opacity: 0.5;
}  

.main__subtitle {
	font-size: 1.049667vw;
    line-height: 1.53333vw;
    opacity: .7;
	padding-bottom: 1rem;
}

.md-main-color-btn {
	font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    border: 1px solid #B69986;
    padding: 1rem 30px;
    border-radius: 15px;
    background-color: #B69986;
    color: #fff;
    cursor: pointer;
	font-weight:500;
}


.form__btn {
    background-color: #fff;
    color: #181818;
    border: none;
    font-size: 1.091666667vw;
    width: 22rem;
	padding: 2rem 30px;
}

.form__input input{
    height: 3.208333vw;
    padding: 0 2.6041666667vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    width: 80%;
    border-radius: 8px;
    background-color: #F5F5F559;
	color: #fff;
}

.form__input input::placeholder {
	color: #fff;
	font-family: 'Onest';
}

.form__bottom-links p {
	font-size: 1.049667vw;
    line-height: 1.53333vw;
    font-family: 'Onest';
    font-weight: 300;
}

.form__input {
	margin-bottom:1rem;
}

.form__text {
	font-size: 0.9667vw;
    line-height: 2.33333vw;
}

.form__choose {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.form__top-item {
	display: flex;
    align-items: center;
    gap: 7px;
}

.form__checkbox {
	font-size: 0.8667vw;
    line-height: 2.33333vw;
    color: #FFFFFF80;
}

.form__checkbox  a {
	text-decoration:underline;
	color: #fff;
}

.form__bottom-links {
	border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 2rem;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
    align-items: center;
    gap: 1rem;
    margin: 10px 0;
}

.form__bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.form__bottom-icons p {
	display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.contacts__top {
	display: flex;
    align-items: center;
    gap: 10px;
}

.contacts__top .main__title {
	padding-bottom: 0;
}

.contacts__top a {
	color:#181818;
}

.contacts__content-info {
	    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr .2fr;
}

.contacts__info {
    display: grid;
    grid-template-columns: .4fr 1fr;
}

.contacts__content-left .contacts__info {
	gap:6rem;
}

.map__items {
	display: flex;
    align-items: center;
	gap:2rem;
}

.contacts__content-left .contacts__info:nth-child(1) {
	 border-bottom: 1px solid rgba(24, 24, 24, .2);
}

.contacts__info {
    padding: 1rem 0;
}

.contacts__content-right {
	display: grid;
    gap: 5px;
    width: 100%;
    justify-content: flex-end;
}

.map__item {
	display: grid;
    gap: 2px;
	font-family: 'Onest';
}

.map__item p {
	color: #18181880;
	font-size: 0.938667vw;
    line-height: 1.33333vw;
}

.map__item a {
	color: #181818;
}

.map {
    display: none;
}

.map.active {
    display: block;
}

.contacts__bottom-info {
	align-items: flex-end;
}

.contacts__info-maps {
	position:relative;
}

.contacts__info-maps iframe {
	width: 100%;
    height: 25rem;
    border-radius: 12px;
}

.contacts__buttons {
	position: absolute;
    bottom: 2rem;
    right: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #FFFFFF;
	
}

.contacts__button {
    background-color: #FFFFFF;
    color: #181818;
    transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 12px;
    cursor: pointer;
	font-family: 'Onest';
}

.contacts__button.active {
	background-color: #181818;
    color: #fff;
}

.team__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 2rem;
}

.team__top .main__title {
	padding-bottom: 0;
}

.sertificate__slide img,
.team__slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 18rem;
}

.team__info {
	padding-top:1rem;
}

.team__name {
	font-family: 'Onest';
    font-weight: 500;
    font-size: 1.129667vw;
    line-height: 1.53333vw;
}

.team__position {
	opacity: .7;
    font-size: 1.09667vw;
    line-height: 1.53333vw;
    font-family: 'Onest';
}

.about__page .about {
	border-top: none;
}

.about__main .wrapper {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
}

.about__main .breadcrumbs {
	padding-left: 0;
}

.about__main-info {
	display: grid;
    gap: 1rem;
        margin-left: 2rem;
    width: 25rem;
}

.about__main-info img {
	border-radius: 12px;
    width: 100%;
    height: 100%;
}

.why__item:nth-child(even) {
	background-color: #264B9C;
    color: #fff;
}
.why__items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding-bottom: 10px;
  scrollbar-width: none;
}

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

.why__item {
  flex: 0 0 30%;
  scroll-snap-align: start;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}

.why__progress {
    position: sticky;
    bottom: 0px;
    height: 1px;
    background: rgba(24, 24, 24, .2);
    width: 100%;
    z-index: 100;
    margin-top: 1rem;
}

.why__progress-bar {
  height: 100%;
  width: 0;
  background: #181818; 
  transition: width 0.1s ease;
}

.history__slider-btn {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 5px;	
}

.history__image {
	position:relative;
}

.history__info {
	position: absolute;
    top: 2rem;
    left: 2rem;
    color: #fff;
}

.history__image-img {
	width: 100%;
    object-fit: contain;
}

.history__title {
	font-size: 1.9667vw;
    line-height: 2.053333vw;
    padding-bottom: 1rem;
    font-family: "Inter";
    font-weight: 400;
}

.history__text {
	width: 40%;
	font-size: 0.9667vw;
    line-height: 1.53333vw;
}

.history__pagination {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-pagination-bullet {
	background: transparent !important;
    color: #181818;
    opacity: .5 !important;
    font-size: 0.89667vw;
    line-height: 1.53333vw;
	width: auto!important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1 !important;
}

.history__timeline {
  position: relative;
}

.history__progress-line {
  position: absolute;
  top: 3.3rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #D9D9D9;
  z-index: 1;
  overflow: hidden;
}

.history__progress-fill {
  height: 100%;
  width: 0%;
  background-color: #264B9C;
  transition: width 0.4s ease;
}

.history__pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    transition: background-color 0.3s;
    top: 3rem;
    position: relative;
	z-index: 3;
}

.history__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #264B9C;
}

.country {
	position:relative;
}

.country__top {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.country__ticker {
 	width: 100%;
    color: #181818;
    position: absolute;
    bottom: 3rem;
    left: 0;
	animation: scroll-left 20s linear infinite;
}
.country__ticker_row{
	width:100%;
	overflow:hidden;
}
.country__ticker-text  {
	display: flex;
	justify-content:space-between;
	gap:40px;
}

.country__ticker-text p {
	font-size: 2.09667vw;
    line-height: 3.053333vw;
    font-family: "Inter";
    font-weight: 400;
    color: #181818;
	position: relative;
}

.country__ticker-text p::after {
	content: " - ";
	display: block;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.country__ticker-text p:last-child::after {
	content: none;
}

@keyframes scroll-left {
   0% {
        transform: translateX(0%);
	}
    100% {
    	transform: translateX(-100%);
    }
}

.product-card {
	position:relative;
}

.product-card__image-wrapper {
    position: relative;
    background: linear-gradient(180deg, #EAEFF9 0%, #D0DAEE 100%);
    border-radius: 12px;
    display: inline-flex;
    height: 15rem;
    width: 100%;
}

.product-card__discount {
	background-color: #FFFFFF;
    width: auto;
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 5px;
    border-radius: 5px;
    color: #181818;
    font-size: 0.9667vw;
    line-height: 1.3333vw;
}

.product-card__favorite {
	background-color: #FFFFFF;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 7px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__favorite:hover svg path{
	stroke:#2E5DC6;
	fill:#2E5DC6;
}

.product-card__favorite:active svg path{
	stroke:#24458E;
	fill:#24458E;
}

.product-card__image-wrapper img {
	width: 100%;
    object-fit: cover;
    background: linear-gradient(180deg, #EAEFF9 0%, #D0DAEE 100%);
    height: 100%;
    border-radius: 12px;
}

.product-card__title {
	color: #181818;
    font-size: 1.09667vw;
    line-height: 1.43333vw;
    font-family: 'Onest';
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.product-card__top {
	display: flex;
	padding: 10px 0;
    justify-content: space-between;
	gap: 3rem;
}

.product-card__rating {
	display: flex;
    gap: 2px;
}

.product-card__price-current {
	font-size: 1.09667vw;
    line-height: 1.43333vw;
    font-family: 'Onest';
    font-weight: 700;
}

.product-card__price-old {
	font-size: 0.9667vw;
    line-height: 1.43333vw;
    font-family: 'Onest';
    opacity: .5;
    text-decoration: line-through;
}

.product-card__bottom {
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}

.product-card__arrow{
	position: relative;
    width: 35px;
    height: 35px;
}

.product-card__arrow .up-white {
	display:none;
}

.product-card__arrow:hover {
	background-color:#2E5DC6;
}

.product-card__arrow:active {
	background-color:#264B9C;
}

.product-card__arrow:hover .up-black,
.product-card__arrow:active .up-black {
	display:none;
}

.product-card__arrow:hover .up-white ,
.product-card__arrow:active .up-white {
	display:block;
}

.catalog-page {
	padding-top: 1rem;
}

.catalog-title  {
	padding-top: 1rem;
    font-size: 2.39667vw;
}

.product-grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.catalog-grid {
    display: grid;
    grid-template-columns: .5fr 2fr;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.catalog-sorting {
	display: flex;
    gap: 1rem;
    padding-bottom: 3rem;
    color: #181818;
	font-size: 0.91667vw;
    line-height: 0.9333333333vw;
}

.catalog-sorting  a {
	color: #181818;
	font-size: 0.91667vw;
    line-height: 0.9333333333vw;
}

.sort-link.active {
	color:#264B9C;
	font-weight:500;
	text-decoration:underline;
}

.catalog-count {
	color: #181818;
    font-size: 1.091667vw;
    line-height: 0.9333333333vw;
    font-weight: 500;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(24, 24, 24, .2);
    padding-bottom: 1.5rem;
}

.woof-arrow svg {
	transform: rotate(180deg);
}

.woof_container {
	border-bottom: 1px solid rgba(24, 24, 24, .2);
    padding: 1.5rem 0;
} 

.woof-toggle-title {
	cursor: pointer;
	position:relative;
	font-family: 'Onest';
    font-weight: 500;
    color: #181818;
    font-size: 1.091667vw;
    line-height: 0.9333333333vw;
}

.icheckbox_square-blue.checked {
	background: url(/wp-content/uploads/2025/07/check.svg) no-repeat !important;
}

.woof_checkbox_label_selected {
    font-weight: 400 !important;
}

.page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 2rem 0;
    gap: 1rem;
}

.page-numbers.current {
	border: 1px solid #181818;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 30px;
    height: 30px;
}

.page-numbers {
	color: #181818;
}

.next.page-numbers,
.prev.page-numbers {
	display:none;
}

.footer {
	margin-top: 2rem;
	border-top: 1px solid #18181859;
}

.footer__top {
	padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.footer__logo-text {
	color: #181818;
    opacity: .6;
    font-size: 0.938667vw;
    line-height: 1.33333vw;
}

.footer__phone-info a {
	font-size: 1.1938667vw;
    line-height: 1.33333vw;
	color: #181818;
	font-weight:500;
	margin: 0;
}

.footer__phone-info,
.footer__address-info {
	display: grid;
    gap: 1rem;
}

.footer__address-text span {
	color: #18181880;
}

.footer__address-text {
	font-size: 1.0938667vw;
    line-height: 1.33333vw;
}

.footer__bottom,
.footer__left {
	display: flex;
    justify-content: space-between;
}

.footer__left {
	gap: 5rem;
}

.footer__bottom {
	padding-top:3rem;
}

.footer__bottom-title {
	font-weight: 500;
    font-size: 1.1938667vw;
    line-height: 1.33333vw;
    padding-bottom: 10px;
}

.footer__bottom-item .menu-nav {
	display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__bottom-flex{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__item-soc a:hover svg  {
	fill:#2E5DC6;
}
.footer__item-soc a:hover svg path  {
	fill:#fff;
}


.footer__item-soc a:active svg  {
	fill:#24458E;
}
.footer__item-soc a:active svg path  {
	fill:#fff;
}

.nav-link {
	color: #181818;
	font-size: 1.01938667vw;
    line-height: 1.33333vw;
}

.footer__bottom-time {
	padding-bottom: 1.5rem;
    font-size: 0.93867vw;
    line-height: 1.33333vw;
}

.footer__bottom-time p {
	font-weight: 500;
    font-size: 1.093867vw;
    line-height: 1.33333vw;
}

.footer__bottom-time span {
    font-size: 0.893867vw;
    line-height: 1.33333vw;
	color:#18181880;
}

.page-contacts .contacts.mt {
	margin-top: 2rem;
}

.page-contacts  .contacts__top a {
	display:none;
}

.single-product {
	padding-top:2rem;
}

.product-page__top-inner {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.product-page__image {
	background-color: #FFFFFF;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page__image img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}

.product-page__title {
	padding: 1rem 0;
    font-size: 2.39667vw;
    line-height: 2.853333vw;
    font-family: "Inter";
    font-weight: 400;
    width: 70%;
}

.favorite-btn {
	color: #181818;
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-page__meta {
	padding:1rem 0;
	font-size: 0.91667vw;
	display: grid;
    gap: 10px;
    line-height: 0.9333333333vw;
}

.product-page__meta .label {
	color:#18181880;
}

.product-page__price p {
	color: #18181880;
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
}

.product-page__price .price {
    font-size: 2.039667vw;
    line-height: 2.853333vw;
    font-family: "Inter";
    font-weight: 400;
}

.product-page__price .price ins {
	font-size: 1.49667vw;
    text-decoration: line-through;
    opacity: .5;
}

.quantity {
	display:none;
}

.product-page__actions {
	display: flex;
    align-items: center;
    margin: 1rem 0;
    gap: 1rem;
}

.single_add_to_cart_button {
	background-color: #264B9C;
    color: #fff;
    padding: 10px 3rem;
    border-radius: 10px;
	cursor: pointer;
}

.btn.btn-secondary {
	border: 1px solid #181818;
    padding: 10px 3rem;
    border-radius: 10px;
    color: #181818;
}

.product-page__tabs {
	padding: 5rem 0 3rem;
}

.tabs__nav {
	display: flex;
    align-items: center;
}

.tab-btn  {
    color: #181818;
    opacity: .6;
    font-size: 1.091667vw;
    line-height: 0.9333333333vw;
    cursor: pointer;
    border-bottom: 1px solid rgba(24, 24, 24, .3);
    padding: 1rem;
    padding-right: 3rem;
	background-color: transparent;
}

.tab-btn.active {
	opacity:1;
	border-bottom: 1px solid rgba(24, 24, 24, 1);
}

.tabs__content {
	display:none;
	padding-top: 2rem;
}

.tabs__content.active {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:3rem;
}

.product-description {
	font-size: 0.991667vw;
    line-height: 1.4333333333vw;
	color:#181818;
	opacity: .8;
}

.product-description span ,
.product-characteristics span {
	font-size: 1.191667vw;
    line-height: 0.9333333333vw;
	color: #181818;
    font-family: 'Onest';
    font-weight: 500;
	padding-bottom:1rem;
	display: flex;
}

.product-characteristics h2 {
	display:none;
}

.woocommerce-product-attributes-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	border-bottom: 1px solid rgba(24, 24, 24, .25);
    padding-bottom: 10px;
}

.woocommerce-product-attributes {
	 width: 100%;
}

.woocommerce-product-attributes tbody {
	display: grid;
    gap: 1.5rem;
}

.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value,
.woocommerce-product-attributes-item__value a {
	font-weight: 400;
    color: #181818;
    line-height: 0.9333333333vw;
    font-size: 0.91667vw;
	width: 100%;
}

.woocommerce-product-attributes-item__label {
	 opacity: .6;
	 text-align: left;
}

.woocommerce-product-attributes-item__value {
	 text-align: right;
}

.woocommerce-Reviews-title {
	font-size: 1.191667vw;
    line-height: 0.9333333333vw;
    color: #181818;
    font-family: 'Onest';
    font-weight: 500;
    padding-bottom: 1rem;
    display: flex;
}

.cart-notice {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #2ecc71;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
  font-size: 14px;
}

.comment-form-rating .stars a {
  display: inline-block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2025/07/star-empty.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:focus,
.comment-form-rating .stars a:focus-visible {
  background-image: url('/wp-content/uploads/2025/07/star-full.svg');
}


.comment-form-rating .stars a {
  overflow: hidden;
}

.form-submit {
	background-color: #264B9C;
    color: #fff;
    padding: 10px 3rem;
    border-radius: 10px;
    cursor: pointer;
    margin: 1rem 0;
    width: fit-content;
}

.form-submit  .submit {
	background-color: transparent;
    color: #fff;
}

.header-icons {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.header-icons a {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.favorite-btn {
  cursor: pointer;
}
.favorite-btn.active .favorite-icon path {
  fill: #F44336;
}

.fav-notification {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  background: #333;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}
.fav-notification.show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.favorites-page {
	margin-bottom:4rem;
}

.catalog-dropdown {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    background: #FFFFFF;
/* 	border-radius: 12px; */
    border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
    box-shadow: 0px 0px 40.9px 0px #0000001A;
    padding: 2rem;
	width: 25rem;
    padding-right: 0;
}

.catalog-dropdown.open {
  display: block;
}

.catalog-main {
    list-style-type: none;
    display: grid;
    gap: 1rem;
    width: 100%;
}


.catalog-sub {
	display:none;
	position: absolute;
    left: 100%;
    top: 0;
    background: #EDEDED;
    min-width: 300px;
    height: 100%;
    list-style-type: none;
    padding: 2rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    gap: 10px;
    flex-direction: column;
}

.catalog-item a {
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.catalog-item:hover .catalog-sub {
    display: flex;
}

.catalog-sub a {
	color: #181818;
    font-family: "Onest";
    font-size: 14px;
    font-weight: 500;
}

.hidden {
    display: none;
}

.show-more-btn {
    cursor: pointer;
    padding-top: 2rem;
    font-weight: 600;
    font-family: 'Onest';
    line-height: 1.0933333vw;
    font-size: 0.91667vw;
}

.header__catalog-content {
	position:relative;
}

.catalog-item  {
	border-bottom: 0.5px solid rgba(0, 0, 0, .2);
    padding-bottom: 5px;
	padding-right: 1rem;
}

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.catalog-dropdown {
  z-index: 999; 
}

.footer__right {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__right-bottom {
	display: flex;
    align-items: center;
    gap: 1rem;
	cursor: pointer;
}

.footer__right-bottom  svg {
	width: 40px;
}

.articles__item-link:hover rect ,
.footer__right-bottom:hover rect ,
.contacts__content-right a:hover rect ,
.contacts__content-right a:hover path {
	fill:#2E5DC6;
}

.articles__item-link:hover path,
.footer__right-bottom:hover path ,
.contacts__content-right a:hover path{
	stroke: #fff;
}

.footer__bottom-link {
	color: #181818;
    font-size: 1.01938667vw;
    line-height: 1.33333vw;
    padding-top: 10px;
}

.footer__bottom-link a {
	color: #181818;
	font-weight:500;
	text-decoration: underline;
}

.woof_price3_search_container .woof-toggle-title .woof-arrow {
	display:none;
}

.woof_price_filter_txt_slider input[type='number'] {
    padding: 2px 7px;
    border-right: none !important;
	border-top: none !important;
	border-left: none !important;
    background: transparent !important;
    box-shadow: none;
    border-bottom: 1px solid #181818;
    color: rgba(24, 24, 24, .5);
    text-align: center;
}

.irs--round .irs-bar {
    height: 2px !important;
    background-color: #264B9C !important;
}

.irs-with-grid .irs-grid {
    display: none !important;
}

.irs--round .irs-handle {
	border: 4px solid #264B9C !important;
    background-color: #264B9C !important;
	top: 30px!important;
    width: 20px!important;
    height: 20px!important;
}

.irs--round .irs-line {
	height: 2px !important;
}

.nav-links {
	display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.product-page__breadcrumb-mobile,
.catalog-sorting-mobile,
.catalog-filter-mobile .catalog-filter-toggle ,
.product-page__title-mobile {
	display: none;
}

.search__items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.header__mobile {
	display:none;
}

.country__container svg {
	width: 100%;
    height: 100%;
    margin: 2rem 0;
}

/* .country__container .country:hover path {
	fill: #264B9C;
} */


#Azerbaijan path,
#Armenia path,
#Belarus path,
#Kazakhstan path,
#Kyrgyzstan path,
#Moldova path,
#Russia path,
#Tajikistan path,
#Turkmenistan path,
#Uzbekistan path {
    fill: #264B9C;
}
.country__container .country:hover path {
	stroke: #fff;
}

.page__pagination button {
	border: 1px solid #181818;
    padding: 10px 3rem;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: transparent;
    justify-content: center;
    margin: 0 auto;
	cursor: pointer;
}

.page__pagination button:hover,
.btn.btn-secondary:hover{
	background-color:#2E5DC6;
	color:#FFFFFF;
	border-color: #2E5DC6;
}

.page__pagination button:active,
.btn.btn-secondary:active{
	background-color:#24458E;
	color:#FFFFFF;
	border-color: #24458E;
}

.catalog-content .page__pagination {
	margin-top: 3rem;
}

.catalog-content .page-numbers {
	margin-top: 10px;
}

.slider-btn:hover {
	border: 1px solid #2E5DC680;
}

.slider-btn:hover svg path {
	stroke: #2E5DC6;
}

.slider-btn:active {
	border: 1px solid #24458E;
	background-color:#24458E;
}

.slider-btn:active svg path {
	stroke: #fff;
}

.catalog-page .woof_list li {
	margin: 0;
    display: flex;
    gap: 5px;
    width: 100%;
}

.catalog-page .woof_list label {
	font-size: 14px;
    word-break: break-word;
    width: 100%;

}

.catalog-page  .woof_list_checkbox li div {
	width: 25px;
}

.woof_checkbox_label {
    margin-left: 0px !important;
}

.page-text .wrapper {
	    margin: 10rem auto;
    text-align: center;
}
@media only screen and (max-width: 768px){
	
	.search-form {
		width: 88.7708333333vw;
    	height: 15.86458vw;
	}
	
	.search-form input {
		font-size: 4vw;
	}
	
	.search-form button {
		    width: 13.8125vw;
	}
	.about .md__main-title {
		display: flex;
		margin-right: 0;
	}
	
	.main .slider-pagination {
		display: none;
	}
	.search__items {
		  grid-template-columns: 1fr;
	}
	
	.header__top,
	.header__center {
		display:none;
	}
	
	.catalog .wrapper {
		grid-template-columns: 1fr;
   		gap: 0rem;
	}
	
	.md__main-title {
		font-size: 6.09667vw;
    	line-height: 6.53333vw;
		padding-bottom: 1rem;
	}
	
	.catalog__item-name {
		font-size: 4.759667vw;;
		line-height: 5.53333vw;
	}
	
	.reviews__bottom-slider {
		display:none;
	}
	
	.news__right {
		justify-content: space-between;
    	width: 100%;
	}
	
	.main__title {
		font-size: 6.09667vw;
    	line-height: 6.053333vw;
	}
	
	.news__link {
		font-size: 3.9667vw;
    	line-height: 4.3333vw;
	}
	
	.client .client__slider:nth-child(2){
		display: none;
	}
	
	.section__top {
		grid-template-columns: 1fr;
    	gap: 1rem;
	}
	
	.advantage__items {
		display: grid;
		grid-template-columns: repeat(3, 320px);
		gap: 1rem;
		overflow-x: auto;
		padding-bottom: 2rem;
	}
	
	.advantage__item-title {
		font-size: 4.759667vw;
		line-height: 5.53333vw;
		padding: 3rem 0 1rem;
	}
	
	.advantage__item-content {
	    font-size: 4.589667vw;
        line-height: 5.3333vw;
	}
	
	.about {
		border-top: none;
	}
	
	.about__content {
		display: flex;
		align-items: baseline;
		gap: 1rem;
		flex-direction: column-reverse;
	}
	
	.about__item-title {
		grid-area: title;
		font-size: 4.759667vw;
        line-height: 5.53333vw;
	}
	
	.about__item-content {
		grid-area: content;
		font-size: 4.589667vw;
        line-height: 5.3333vw;
	}
	
	.about__item-icon {
		grid-area: icon;
	}
	
	.about__items {
		width: 100%;
	}
	
	.about__item {
		grid-template-areas: 'title icon' 'content icon';
		width: 100%;
		grid-template-columns: 1fr auto;
		gap: 10px;
	}
	
	.mt {
		margin: 4rem auto;
	}
	
	.product-card__title {
		font-size: 4.09667vw;
    	line-height: 5.43333vw;
	}
	
	.product-card__price-current {
		font-size: 4.09667vw;
    	line-height: 4.43333vw;
	}
	
	.reviews__info-bottom {
		display:none;
	}
	
	.reviews__title {
		font-size: 4.19667vw;
    	line-height: 4.53333vw;
	}
	
	.reviews__text {
		font-size: 4.09667vw;
		line-height: 5.3333vw;
		padding-bottom: 3rem;
		height: 100%;
	}
	
	.reviews__slider-container {
		width: 88.7708333333vw;
	}
	
	.reviews__content {
		grid-template-columns: 1fr;
    	gap: 1rem;
	}
	
	.reviews__info {
		padding-top: 0rem;
    	width: 88.7708333333vw;
	}
	
	.reviews__info-top {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	
	.reviews__info-rating {
		font-size: 4.09667vw;
    	line-height: 4.053333vw;
	}
	
	.consultation .wrapper {
		background-color: transparent;
		color: #fff;
		border-radius: 12px;
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
		gap:1rem;
	}
	
	.consultation__person img {
		width: 100%;
	}
	
	.consultation__form {
		background-color: #264B9C;
		padding: 1rem;
		border-radius: 12px;
	}
	
	.consultation__form .main__title {
		font-size: 5.09667vw;
		padding-bottom: 1rem;
	}
	
	.main__subtitle {
		font-size: 4.049667vw;
    	line-height: 5.53333vw;
	}
	
	.main__subtitle br {
		display:none;
	}
	
	.form__input input {
		height: 13.208333vw;
		font-size: 3.9375vw;
		line-height: 4.25vw;
		width: 100%;
	}
	
	.form__checkbox {
		font-size: 4.08667vw;
		line-height: 5.33333vw;
		padding-bottom: 1rem;
	}
	
	.form__bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
	}
	
	.form__bottom-links {
		border-left: none;
		display: flex;
		align-items: center;
		padding-left: 0;
		gap: 1rem;
	}
	
	.form__bottom-links p {
		font-size: 3.69667vw;
    	line-height: 4.53333vw;
 	}
	
	.form__btn {
		font-size: 4.091667vw;
		width: 18rem;
		padding: 1.5rem 30px;
	}
	
	.news .news__right {
		display:none;
	}
	
	.news__left {
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	
	.articles__item-title {
		font-size: 4.0938667vw;
    	line-height: 5.33333vw;
	}
	
	.contacts__content-left {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.contacts__info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.contacts__content-left .contacts__info {
		gap: 1rem;
	}
	
	.map__items {
		gap: 1rem;
    	flex-direction: column;
		align-items: baseline;
	}
	
	.map__item p {
		font-size: 4.0938667vw;
    	line-height: 5.33333vw;
	}
	
	.contacts__content-right {
		display:none;
	}
	
	.contacts__bottom-info {
		align-items: flex-start;
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	
	.footer__top {
		flex-direction: column;
		gap: 1rem;
	}
	
	.footer__logo-text {
		font-size: 4.0938667vw;
    	line-height: 5.33333vw;
	}
	
	.footer__phone-info a {
		font-size: 4.193867vw;
   		line-height: 4.33333vw;
	}
	
	.footer__address-text {
		font-size: 4.093867vw;
		line-height: 5.33333vw;
	}
	
	.footer__left {
		gap: 2rem;
		flex-direction: column;
	} 
	
	.footer__bottom-title {
		font-size: 4.193867vw;
    	line-height: 4.33333vw;
	}
	
	.nav-link ,
	.footer__bottom-time ,
	.footer__bottom-time p,
	.footer__bottom-link {
		font-size: 4.019387vw;
    	line-height: 5.33333vw;
	}
	
	.footer__bottom-time span {
		font-size: 3.719387vw;
    	line-height: 4.33333vw;
	}
	
	.footer {
		position: relative;
	}
	
	.footer__item-soc {
		position: absolute;
		display: flex;
		flex-direction: column;
		top: 1rem;
		right: 1rem;
	}
	
	.contacts__button {
		font-size: 3.916667vw;
    	line-height: 4.041667vw;
	}
	
	.contacts__info-maps,
	.main__slide-btn {
		width: 100%;
	}
	
	.main__slide {
		padding: 3rem 1rem;
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.main__slide-title {
		font-size: 5.9667vw;
		line-height: 6.053333vw;
		width: 100%;
	}
	
	.main__slide-text {
		font-size: 4.09667vw;
		line-height: 4.953333vw;
		width: 100%;
		opacity: 0.7;
	}
	
	.breadcrumbs a, .breadcrumbs__item, .woocommerce-breadcrumb a,
	.breadcrumbs__item.active, .woocommerce-breadcrumb {
		font-size: 4.091667vw;
		line-height: 4.933333vw;
	}
	
	.about__main .wrapper {
		display: flex;
		flex-direction: column;
	}
	
	.about__main-info img {
		width: 100%;
	}
	
	.swiper-pagination-bullet {
		font-size: 4.089667vw;
    	line-height: 3.53333vw;
	}
	
	.team__name {
		font-size: 4.029667vw;
    	line-height: 5.53333vw;
	}
	
	.team__position {
		font-size: 4.09667vw;
    	line-height: 5.53333vw;
	}
 
	.history__title {
	    font-size: 4.4667vw;
        line-height: 6.053333vw;
        width: 80%;
	}
	
	.history__text {
		width: 100%;
		font-size: 4.09667vw;
		line-height: 5.53333vw;
	}
	
	.product-page__top-inner {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.product-page__breadcrumbs-desktop,
	 .product-page__title-desktop{
		display:none;
	}
	
	.product-page__breadcrumb-mobile,
	.product-page__title-mobile {
		display: block;
	}
	
	.product-page__title {
		font-size: 5.39667vw;
    	line-height: 6.853333vw;
		width: 100%;
	}
	
	
	.favorite-btn {
		font-size: 3.91667vw;
    	line-height: 3.933333vw;
	}
		
	.product-page__meta {
		font-size: 4.091667vw;  
    	line-height: 5.933333vw;
	}
	
	.product-page__price p {
		font-size: 4.091667vw;
    	line-height: 4.933333vw;
	}
	
	.product-page__price .price {
		font-size: 5.039667vw;
    	line-height: 6.853333vw;
	}
	
	.single_add_to_cart_button {
		padding: 10px 2rem;
	}
	
	.tabs__content.active {
		grid-template-columns: 1fr;
	}
	
	.product-page__tabs {
		padding: 0;
	}
	
	.tab-btn {
		font-size: 3.091667vw;
    	line-height: 3.933333vw;
	}
	
	.product-description span, .product-characteristics span {
		font-size: 4.0191667vw;
    	line-height: 4.933333vw;
	}
	
	.product-description {
		font-size: 4.0991667vw;
    	line-height: 5.433333vw;
	}
	
	.woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value, .woocommerce-product-attributes-item__value a {
		line-height: 4.933333vw;
    	font-size: 4.091667vw;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		text-align: left;
	}
	
	.catalog-grid,
	.product-grid {
		grid-template-columns: 1fr;
	}
	
	.catalog-count {
		display:none;
	}
	
	.catalog-sorting {
		display:none;
	}
	
	.catalog-sorting-mobile {
		display:block;
	    background-color: #FFFFFF;
        border-radius: 15px;
        padding: 1rem;
	}
	
	.catalog-sorting-mobile.active {
		 position: absolute;
        width: 88.7708333333vw;
        z-index: 99;
	}
	
	.catalog-sorting-mobile.active svg {
		  transform: rotate(180deg);
	}
	
	.catalog-sorting-mobile p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	
	.catalog-sorting-content {
		display:none;
		gap: 1rem;
    	padding-top: 1rem;
		transition: all 0.3s ease;
	}
	
	.catalog-sorting-content.active {
		display: grid;
	}
	
	.sort-link {
		color:#181818;
	}
	
	.woof-toggle-title {
		font-size: 4.091667vw;
    	line-height: 4.933333vw;
	}
	
	.catalog-filter-mobile .catalog-filter-toggle {
		display: flex;
	}
	
	.catalog-filter-mobile{
		background-color: #FFFFFF;
		border-radius: 15px;
		padding: 1rem;
		margin-top: 1rem;
		display: block;
	}
	
	.catalog-filter-toggle  {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.catalog-filter-mobile.active {
		position: absolute;
		z-index: 99;
		width: 88.7708333333vw;
		margin: 1rem auto;
	}
	
	.catalog-filter-mobile-content,
	.woof {
	  display: none;
	}

	.catalog-filter-mobile-content.active,
	.woof.active {
	  display: block;
	}
	
	.product-card__price-old {
		font-size: 3.79667vw;
    	line-height: 4.43333vw;
		padding-left: 1rem;
	}
	
	.product-card__discount {
		font-size: 3.9667vw;
    	line-height: 5.3333vw;
	}
	
	.catalog-grid {
		 margin-bottom: 2rem;
	}
	
	.articles__items {
		grid-template-columns: 1fr;
	}
	
	.articles__title {
		padding: 1rem 0;
	}
	
	.articles__typical-content p {
		font-size: 4.098667vw;
    	line-height: 5.33333vw;
	}
	
	.articles__typical-content h3 {
		font-size: 4.58667vw;
    	line-height: 4.953333vw;
	}
	
	.articles__author-content {
		display: grid;
		grid-template-areas: 'image details' 'image info' 'bottom bottom';
		grid-template-columns: auto 1fr;
	}
	
	.articles__author-top {
		font-size: 4.38667vw;
    	line-height: 4.953333vw;
	}
	
	.articles__author-image {
		grid-area: image;
	}
	
	.articles__author-details {
		grid-area: details;
	}
	
	.articles__author-name {
		font-size: 4.138667vw;
    	line-height: 4.953333vw;
	}
	
	.articles__author-info {
		font-size: 4.013867vw;
    	line-height: 5.33333vw;
		grid-area: info;
	}
	
	.articles__author-bottom {
		grid-area: bottom;
        flex-direction: row;
		align-items: center;
	}
	
	.articles__link {
		font-size: 3.867vw;
	}
	
	.consultation__person {
		width: 88.7708333333vw;
		position:relative;
	}
	
	.person-info {
		position: absolute;
		bottom: 2rem;
		left: 1rem;
	}
	
	.person-info p {
		font-size: 4.49667vw;
    	line-height: 4.53333vw;
	}
	
	.person-info span {
    	font-size: 4.049667vw;
		line-height: 4.53333vw;
	}
	
	.header__mobile-top {
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.header__searching-body.search__form {
		display:none;
	} 
	
	.header__catalog {
		background-color: transparent;
		color: #010103;
		padding: 0;
		display: flex;
		align-items: center;
		font-weight: 700;
		padding-bottom: 10px;
	}
	
	.catalog-dropdown {
		display:block;
		position: relative;
		top: 0;
		left: 0;
		background: transparent;
		border-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		box-shadow: none;
		padding: 0;
		width: 100%;
		padding-right: 0;
	}
	
	.show-more-btn {
		cursor: pointer;
		padding-top: 1rem;
		font-weight: 600;
		font-family: 'Onest';
		line-height: 4.093333vw;
		font-size: 3.91667vw;
		color: #264B9C;
		padding-bottom: 2rem;
	}
	
	.header__top-item p {
		justify-content: space-between;
	}
	
	.menu-dropdown {
		position: relative;
		background: transparent;
		box-shadow: none;
	}
	
	.header__contacts-links {
		display: flex;
		align-items: baseline;
		gap: 1rem;
		border-right: none;
		padding-right: 0;
		flex-direction: column;
	}
	
	.header__contacts-phones {
		display: flex;
		align-items: baseline;
		gap: 1rem;
		border-right: none;
		padding-right: 0;
		flex-direction: column;
		padding-top: 1rem;
	}
	
	.header a {
		font-size: 15px;
		align-items: center;
	}
	
	.lang-switcher {
		margin: 2rem 0;
	}
	
	.header__searching-btn {
		background-color: transparent;
	}
	

	.header__btn-wrap{
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.header__btn-wrap p{
		font-size: 0.9625vw;
		letter-spacing: 0.03em;
		color: #B69986;
		font-weight: 500;
		text-align: end;
	}

	.header__btn-wrap p+p {
		display:none;
	}

	.header.open .header__btn-wrap p {
		display:none;
	}

	.header.open .header__btn-wrap p+p {
		display:block;
	}

	.header.open .header__btn span {
		background-color: #000000;
	}

	
	.header__btn {
		width: 6vw;
		height: 6vw;
		position: relative;
		z-index: 999;
		margin-right: 6px;
		cursor: pointer;
		border-radius: 5px;
		padding: 6px;
	}

	.header__btn span:first-child {
		top: 5px;
	}
	
	.header__btn span:nth-child(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
		
	.header__btn span:last-child {
    	bottom: 5px;
	}
	
	.header__btn span {
		width: 100%;
		height: 0.57143vw;
		border-radius: 5px;
		position: absolute;
		left: 3px;
		background-color: #000000;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		right: 6px;
	}

	.header__btn-wrap.open span:first-child {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
				transform: translateY(-50%) rotate(-45deg);
		-webkit-transform-origin: center center;
				transform-origin: center center;
	}

	.header__btn-wrap.open span:nth-child(2) {
		opacity: 0;
	}

	.header__btn-wrap.open span:last-child {
		bottom: 50%;
		-webkit-transform: translateY(50%) rotate(45deg);
				transform: translateY(50%) rotate(45deg);
		-webkit-transform-origin: center center;
				transform-origin: center center;
	}
	
	.header__mobile-content {
		display:none;
	}
	
	.header__mobile-right {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	
	.header__mobile {
		display: block;
	}
	
	.header__searching-content {
	  position: fixed;
	  top: -100%;
	  left: 0;
	  width: 100%;
	  transition: top 0.3s ease;
	  background: #fff; /* фон поиска */
	  z-index: 9999;
		height:15rem;
	}

	.header__searching-content.active {
	  top: 0;
	}

	.header__searching-content .search-form {
	    display: grid;
        max-width: 88.7708333333vw;
        height: 5rem;
        gap: 1rem;
        width: 100%;
        margin: 0 auto;
	}
	
	.header__searching-content .search-form input {
		width: 100%;
        height: 5rem;
		   border: 1px solid #c1c1c1;
        font-size: 4vw;
        padding-left: 4.46vw;
        border-radius: 10px;
        background: #FFFFFF;
        position: relative;
        z-index: 5;
        text-align: center;
	}
	
	.header__searching-content .search-form button {
		position: relative;
        width: 100%;
        height: 2.5rem;
        color: #fff;
        gap: 1rem;
	}
	
	.header__searching-close {
		width: 2rem;
		background-color: transparent;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		text-align: end;
	}
	
	.header__mobile.open {
		position: absolute;
		background-color: #fff;
		width: 100%;
		padding-bottom: 2rem;
	}
	
	.header__mobile.open .header__mobile-content {
		display: block;
	}
	
	.header__top-item {
		padding: 1rem 0;
	}
	
	.header__contacts-btn {
		background-color: #fff;
    	width: 100%;
	}
	
	.main__popup {
		width: 88.7708333333vw;
		border-radius: 12px;
	}
	
	.main__popup-title {
		font-size: 4.722917vw;
    	line-height: 6.135417vw;
	}
	
	.main__popup-content {
		padding: 5.864583vw 4.083333vw 5.864583vw 4.083333vw;
	}
	
	.main__popup-content .form__checkbox {
		font-size: 3.8667vw;
    	line-height: 4.33333vw;
	}
	
	.main__popup-content .form__btn {
		font-size: 4.091667vw;
		width: 100%;
		padding: 1.2rem 30px;
	}
	
	.popup__close img, .popup__close svg {
		width: 4.041667vw;
		height: 4.041667vw;
		fill: #010103;
	}
	
	.popup__close {
		right: 5.5625vw;
		width: 4.302083vw;
		height: 4.302083vw;
	}
	
	.popup__close img path, .popup__close svg path {
		fill: #010103;
	}
	
	.catalog-item {
		border-bottom: none;
	}
	
	.catalog-back {
	  padding: 10px 15px;
	  font-weight: bold;
	  cursor: pointer;
	}
	
	.catalog-sub {
        left: 0;
        padding: 0;
        background-color: #fff;
        min-width: 100%;
        height: auto;
		top: auto;
	}
	
	.main__slide-btn {
		background-color: #FFFFFF;
    	color: #181818;
	}
	
	.main__slide-btn span {
		color: #181818;
	}
	
	.main__slide-btn:hover span {
		color: #fff;
	}
	
	.main__slide-btn span::after, .main__slide-btn span::before {
		background: url(/wp-content/uploads/2025/07/solar_arrow-up-outline.svg) center no-repeat;
	}
	
	.main__slide-btn span::after, .main__slide-btn span::before {
		background: url(/wp-content/uploads/2025/07/solar_arrow-up-outline.svg) center no-repeat;
	}
	
	.main__slide-btn:hover span::before {
		    background: url(/wp-content/uploads/2025/07/arrow-up.svg) center no-repeat;
	}
	
	.history__slider ,
	.history__image {
		height: 35rem;
	}
	
	.history__image-img {
		object-fit: cover;
		height: 100%;
		border-radius: 15px;
	}
	
	.slider-btn {
		background-color: #FFFFFF;
	}
	
	.history__slider-btn {
		left: 2rem;
	}
	
	.history__info {
		left: 1rem;
	}
	
	.country__ticker-text p {
		font-size: 5.09667vw;
    	line-height: 5.053333vw;
	}
	
	.product-card__image-wrapper {
		width: 100%;
	}
	
	.breadcrumbs__container {
	    display: flex;
	    overflow-x: auto;
	    white-space: nowrap;
	    scrollbar-width: thin; 
		margin-bottom: 1rem;
	}

	.breadcrumbs__container::-webkit-scrollbar {
		padding-top: 1rem;
	    height: 1px;
	}

	.breadcrumbs__container::-webkit-scrollbar-thumb {
	    background-color: #fff;
	}
	
	.country__ticker {
    	animation: none;
	    overflow: hidden; 
	}

	.country__ticker-text {
	  	display: flex;
	  	justify-content: flex-start;
	  	gap: 40px;
	  	animation: scroll-left 20s linear infinite;
	  	min-width: 100%; 
	}

	@keyframes scroll-left {
	  0% {
		transform: translateX(100%);
	  }
	  100% {
		transform: translateX(-100%); 
	  }
	}
	
  .why__items {
    display: block;
   	overflow-x: visible;
	overflow-y: visible;
  	gap: 0;
  }

  .why__item {
      flex: none;
	  padding: 20px;
  }
	
	.about__main-info {
		margin-left: 0;
		        width: 88.7708333333vw;
	}


}
