/*! 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;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 6px;
	opacity: 1!important; 
}

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

.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.7;
  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: #283662;
    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;
}

::placeholder {
	color:#999999;
}

.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; 
}

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

.menu-dropdown {
	display:none;
}

.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: "Onest";
	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;
}

.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 2rem;
    border-radius: 10px;
}

.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: 2.9667vw;
    line-height: 3.053333vw;
    color: #fff;
    width: 40%;
    padding-bottom: 1rem;
}

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

.main__slide-btn {
	padding: 10px 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;
}

.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: 55rem;
}

.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: 18rem !important;
}

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

.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;
}

.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-image img {
	border-radius:15px;
}

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

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

.articles__author-name {
	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;
}

.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%;
}

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

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

.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%;
	position
}

.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{
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
    letter-spacing: 0.04em;
    color: #18181880;
}

.breadcrumbs__item.active {
	color:#181818;
}


.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 {
	display: flex;
    align-items: flex-end;
	gap:5px;
}

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

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

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

.person-img {
	border-radius: 12px;
}

.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;
}

::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: contain;
	border-radius:12px;
}

.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: flex;
	align-items: center;
    justify-content: space-between;
}

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

.about__main-info img {
	border-radius:12px;
}

.why__item:nth-child(even) {
	background-color: #264B9C;
    color: #fff;
}

.why__items {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;  
  scrollbar-width: none;   
	gap:1rem;
}
.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__ticker {
 	width: 100%;
    color: #181818;
    position: absolute;
    bottom: 3rem;
    left: 0;
	animation: scroll-left 20s linear infinite;
}

.country__ticker-text  {
	display: flex;
	justify-content:space-between;
	gap:10px;
}

.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: 0;
	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__image-wrapper {
	position: relative;
    background: linear-gradient(180deg, #EAEFF9 0%, #D0DAEE 100%);
    border-radius: 12px;
}

.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__image-wrapper img {
	width: 100%;
    object-fit: contain;
}

.product-card__title {
	color: #181818;
    font-size: 1.09667vw;
    line-height: 1.43333vw;
    font-family: 'Onest';
    display: inline-flex
}

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

.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:#264B9C;
}

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

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