@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: local("Manrope Light"), local("Manrope-Light"), url("assets/fonts/Manrope-Light.woff2") format("woff2"), url("assets/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: local("Manrope Regular"), local("Manrope-Regular"), url("assets/fonts/Manrope-Regular.woff2") format("woff2"), url("assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: local("Manrope Medium"), local("Manrope-Medium"), url("assets/fonts/Manrope-Medium.woff2") format("woff2"), url("assets/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: local("Manrope Bold"), local("Manrope-Bold"), url("assets/fonts/Manrope-Bold.woff2") format("woff2"), url("assets/fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*! 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 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  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] {
  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,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 14px;
}
@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 20px;
  }
}

body {
  color: #363636;
  counter-reset: steps;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  background-color: white;
}
body .footer-wrapper {
  margin-top: auto;
}
body .fader {
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body.fixed {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  body.fixed {
    padding-right: 17px;
  }
}
body.fixed .fader {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  body.fixed .header--index {
    padding-right: 17px;
  }
}

.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: unset;
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 992px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1860px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}

.row {
  position: relative;
}

a {
  text-decoration: none;
}

.index-page {
  position: relative;
  overflow: hidden;
}

.inner-page {
  flex-grow: 1;
  padding-top: 30px;
}

.basic-title {
/*   font-weight: 500; */
  font-weight: 400;
  font-size: 2.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #363636;
  margin: 0 0 2rem 0;
}
.basic-title--white {
  color: white;
}
.basic-title--min {
  font-size: 2.5rem;
}
@media (max-width: 1699px) {
  .basic-title--min {
    font-size: 2.3rem;
  }
}
@media (max-width: 1299px) {
  .basic-title--min {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .basic-title--min {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .basic-title--min {
    font-size: 1.3rem;
  }
}
.basic-title--middle {
  font-size: 4.5rem;
}
@media (max-width: 1699px) {
  .basic-title--middle {
    font-size: 4rem;
  }
}
@media (max-width: 1299px) {
  .basic-title--middle {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  .basic-title--middle {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .basic-title--middle {
    font-size: 1.7rem;
  }
}
.basic-title--large {
/*   font-size: 8.4rem; */
  font-size: 6rem;
/*   font-weight: 400; */
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1699px) {
  .basic-title--large {
/*     font-size: 7.5rem; */
    font-size: 5rem;
  }
}
@media (max-width: 1299px) {
  .basic-title--large {
/*     font-size: 6.5rem; */
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .basic-title--large {
/*     font-size: 4.5rem; */
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .basic-title--large {
    font-size: 2.5rem;
/*     font-size: 3rem; */
  }
}
@media (max-width: 699px) {
  .basic-title--large {
    font-size: 2.7rem;
    /* font-size: 1.7rem; */
  }
}

.title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 2rem 0;
}
@media (max-width: 991px) {
  .title-wrapper {
    flex-wrap: wrap;
  }
}
.title-wrapper .basic-title {
  margin-bottom: 0;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .title-wrapper .basic-title {
    padding-right: 0;
  }
}
.title-wrapper .basic-button {
  flex-shrink: 0;
}

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

.basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 40px;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 7px;
  white-space: nowrap;
  transition: 0.2s ease;
}
@media (max-width: 1920px) {
  .basic-button {
    padding: 20px 40px;
  }
}
@media (max-width: 1699px) {
  .basic-button {
    padding: 17px 35px;
  }
}
@media (max-width: 1499px) {
  .basic-button {
    padding: 15px 30px;
  }
}
@media (max-width: 1299px) {
  .basic-button {
    padding: 12px 25px;
  }
}
@media (max-width: 991px) {
  .basic-button {
    padding: 19px 36px;
  }
}
@media (max-width: 767px) {
  .basic-button {
    padding: 17px 30px;
  }
}
@media (max-width: 575px) {
  .basic-button {
    padding: 11px 16px;
  }
}
.basic-button:hover {
  background-color: transparent;
  transition: 0.2s ease;
}
.basic-button--rounded {
  border-radius: 40px;
}
.basic-button--arrow {
  position: relative;
  padding-right: 35px;
  padding-left: 25px;
}
@media (max-width: 1299px) {
  .basic-button--arrow {
    padding-right: 30px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .basic-button--arrow {
    padding-right: 31px;
    padding-left: 21px;
  }
}
.basic-button--arrow svg {
  position: absolute;
  top: 13px;
  right: 10px;
  transition: 0.2s ease;
}
.basic-button--arrow svg path {
  fill: inherit;
}
.basic-button--arrow:hover svg {
  top: 6px;
  right: 5px;
  transform: scale(1.1);
  transition: 0.2s ease;
}
.basic-button--white {
  background-color: white;
  color: #2F95C8;
}
.basic-button--white:hover {
  background-color: #363636;
}
.basic-button--white.basic-button--arrow svg path {
  fill: #2F95C8;
}
.basic-button--white.basic-button--arrow:hover {
  color: white;
}
.basic-button--white.basic-button--arrow:hover svg path {
  fill: white;
}
.basic-button--blue {
  background-color: #2F95C8;
  color: white;
}
.basic-button--blue:hover {
  background-color: #363636;
  color: white;
}
.basic-button--dark {
  background-color: #363636;
  color: white;
}
.basic-button--dark:hover {
  background-color: #2F95C8;
  color: white;
}
.basic-button--dark.basic-button--arrow svg path {
  fill: white;
}
.basic-button--dark.basic-button--arrow:hover {
  color: white;
}
.basic-button--dark.basic-button--arrow:hover svg path {
  fill: white;
}

.blue-bg {
  background-color: #2F95C8;
}

.swiper-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.7rem;
}

.swiper-button {
  width: 50px;
  height: 50px;
  background-color: #F5F5F5;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 7px;
}
@media (max-width: 1299px) {
  .swiper-button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .swiper-button {
    width: 40px;
    height: 40px;
  }
}
.swiper-button::after {
  display: none;
}
.swiper-button::before {
  content: "→";
  width: auto;
  height: auto;
  color: #363636;
  font-size: 1.4rem;
}
.swiper-button:hover {
  background-color: #2F95C8;
}
.swiper-button:hover::before {
  color: white;
}

.swiper-button-prev::before {
  content: "←";
}

.blue-bg .swiper-button::before {
  color: #2F95C8;
}
.blue-bg .swiper-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.blue-bg .swiper-button:hover::before {
  color: #2F95C8;
}

@media (max-width: 1499px) {
  .decor img {
    width: 80% !important;
  }
}
@media (max-width: 1099px) {
  .decor img {
    width: 65% !important;
  }
}

.breadcrumbs {
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 15px;
  }
}

.breadcrumbs__list {
  display: flex;
  position: relative;
  z-index: 54;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main--scroll .breadcrumbs__list {
  z-index: 2;
}

.breadcrumbs__list-item {
  font-size: 15px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 5px;
}
.breadcrumbs__list-item a, .breadcrumbs__list-item span {
  font-size: 0.7rem;
}

.breadcrumbs__list-item::after {
  content: "/";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 10px;
  color: inherit;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-link {
  color: #939393;
  transition: opacity 0.3s ease;
}
.breadcrumbs__list-link:hover {
  color: #2F95C8;
}

.breadcrumbs--clip .breadcrumbs__list-item:last-child {
  text-overflow: ellipsis;
  overflow: clip;
  max-width: 325px;
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes marker {
  0% {
    background-size: 0 85%;
  }
  100% {
    background-size: 100% 85%;
  }
}
@keyframes marker-reverse {
  0% {
    background-size: 100% 85%;
  }
  100% {
    background-size: 0 85%;
  }
}
@keyframes expander {
  0% {
    min-height: 0;
  }
  100% {
    min-height: 430px;
  }
}
@keyframes rolling {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes gray-round {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
.header {
  background-color: white;
}
@media (max-width: 991.98px) {
  .header .header-wrapper {
    position: unset;
  }
}
.header .header-wrapper .logo-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 1;
  transition: 0.2s ease;
}
@media (max-width: 1920px) {
  .header .header-wrapper .logo-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .header .header-wrapper .logo-wrapper {
    padding-bottom: 20px;
    overflow: hidden;
  }
}
.header .header-wrapper .logo-wrapper.hidden {
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 1920px) {
  .header .header-wrapper .logo-wrapper .logo {
    width: 280px;
  }
}
@media (max-width: 1799px) {
  .header .header-wrapper .logo-wrapper .logo {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .header .header-wrapper .logo-wrapper .logo {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .logo-wrapper .logo {
    width: 257px;
  }
}
@media (max-width: 449px) {
  .header .header-wrapper .logo-wrapper .logo {
    width: 120px;
  }
}
.header .header-wrapper .top-menu-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper {
    transform: translateX(0);
    left: 0;
    position: fixed;
    z-index: 1000;
    overflow: auto;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;
    transition: 0.2s ease;
    flex-direction: column;
    padding: 30px 20px;
    align-items: flex-start;
  }
}
.header .header-wrapper .top-menu-wrapper .top-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .header .header-wrapper .top-menu-wrapper .top-menu-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .top-menu-wrapper .close-menu-button {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .close-menu-button {
    position: static;
    margin-left: auto;
    opacity: 1;
    padding: 0;
    width: 25px;
    height: 25px;
    width: 44px;
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #363636;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .top-menu-wrapper .logo-mobile-wrapper {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .logo-mobile-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header .header-wrapper .top-menu-wrapper .logo-mobile-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .header .header-wrapper .top-menu-wrapper .logo-mobile-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper.hidden {
    transform: translateX(-100%);
    transition: 0.2s ease;
  }
}
.header .header-wrapper .top-menu-wrapper .navbar-site,
.header .header-wrapper .top-menu-wrapper .navbar-site .collapse,
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav {
  width: 100%;
}
.header .header-wrapper .top-menu-wrapper .navbar-site {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1920px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site {
    margin-top: 3rem;
  }
}
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 3rem;
	flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav {   
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav {
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li {
    margin-right: 0;
    width: fit-content;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li:last-child {
  margin-right: 0;
}
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button) {
  position: relative;
  font-size: 1rem;
  line-height: 1.1;
  display: block;
  line-height: normal;
  color: #363636;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button) {
    font-size: 2.2rem;
  }
}
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button):hover {
  color: #2F95C8;
  text-shadow: 0 0 1px #2F95C8;
}
.header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li.current-menu-item a {
  font-weight: 700;
}
.header .header-wrapper .top-menu-wrapper .decor--bottom {
  width: 66%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header .header-wrapper .top-menu-wrapper .decor--bottom {
    display: none;
  }
}
.header .header-wrapper .top-menu-wrapper .decor--bottom > img {
  transform: translate(20%, 20%);
}
@media (max-width: 575px) {
  .header .header-wrapper .top-menu-wrapper .decor--bottom > img {
    width: 100% !important;
  }
}
.header .header-wrapper .button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .button-wrapper {
    justify-content: center;
  }
}
.header .header-wrapper .navbar-toggler-wrapper {
  align-items: center;
}
.header .header-wrapper .navbar-toggler {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler {
    width: 44px;
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 50%;
  }
}
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon,
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon::before,
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon::after {
  background-color: #2F95C8;
}
.header .header-wrapper .navbar-toggler:focus {
  box-shadow: unset;
}
.header .header-wrapper .navbar-toggler.show {
  opacity: 1;
}
.header .header-wrapper .navbar-toggler .navbar-toggler-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 5px;
  background-color: #363636;
  border-radius: 1.24px;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    width: 45%;
  }
}
.header .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
.header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #363636;
  content: "";
  border-radius: 1.24px;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
    height: 2px;
    border-radius: 1px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::before {
    top: -6px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
    bottom: -6px;
  }
}

.header-video-wrapper {
  position: relative;
  height: calc(100dvh - 123px);
  overflow: hidden;
}
@media (max-width: 1920px) {
  .header-video-wrapper {
    height: calc(100dvh - 95px);
  }
}
@media (max-width: 1699px) {
  .header-video-wrapper {
    height: calc(100dvh - 89px);
  }
}
@media (max-width: 1499px) {
  .header-video-wrapper {
    height: calc(100dvh - 83px);
  }
}
@media (max-width: 1299px) {
  .header-video-wrapper {
    height: calc(100dvh - 77px);
  }
}
@media (max-width: 1099px) {
  .header-video-wrapper {
    height: calc(100dvh - 81px);
  }
}
@media (max-width: 991.98px) {
  .header-video-wrapper {
    height: calc(100dvh - 103px);
  }
}
@media (max-width: 767px) {
  .header-video-wrapper {
    height: calc(100dvh - 89px);
  }
}
@media (max-width: 699px) {
  .header-video-wrapper {
    height: calc(100dvh - 74px);
  }
}
@media (max-width: 575px) {
  .header-video-wrapper {
    height: calc(100dvh - 67px);
  }
}
.header-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}
.header-video-wrapper .header-video-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1299px) {
  .header-video-wrapper .header-video-description {
    top: 200px;
  }
}
.header-video-wrapper .header-video-description .title {
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 1699px) {
  .header-video-wrapper .header-video-description .title {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .header-video-wrapper .header-video-description .title {
    margin-bottom: 2.5rem;
  }
}
.header-video-wrapper .header-video-description .title img {
  width: 100%;
}
.header-video-wrapper .header-video-description h1 {
  color: white;
  text-align: center;
/*   font-size: 1.4rem; */
  font-size: 2rem;
  font-weight: 500;
  max-width: 60%;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1299px) {
  .header-video-wrapper .header-video-description h1 {
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .header-video-wrapper .header-video-description h1 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .header-video-wrapper .header-video-description h1 {
    max-width: 100%;
  }
}
@media (max-width: 699px) {
  .header-video-wrapper .header-video-description h1 {
    font-size: 1.4rem;
  }
}

.header-video-wrapper--inner {
  height: 100dvh;
}

.header-modal-button {
  opacity: 1;
  transition: 0.2s ease;
}
.header-modal-button.hidden {
  opacity: 0;
  transition: 0.2s ease;
}

@media (max-width: 991.98px) {
  .order-link--desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .order-link--mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .order-link--mobile {
    display: inline-flex;
  }
}

.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header--transparent {
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) {
  .header--transparent .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button) {
    color: white;
  }
  .header--transparent .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button):hover {
    color: white;
    filter: drop-shadow(0 0 1px);
  }
}
.header--transparent .basic-button--white {
  color: #363636;
}
.header--transparent .basic-button--white:hover {
  background-color: #2F95C8;
  color: white;
}

.manufacturers-top {
  position: relative;
  padding-top: 8.4rem;
  padding-bottom: 5.6rem;
}
@media (max-width: 1099px) {
  .manufacturers-top {
    padding-top: 5.4rem;
  }
}
.manufacturers-top .decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.manufacturers-top .decor-item {
  position: absolute;
}
@media (max-width: 1499px) {
  .manufacturers-top .decor-item img {
    width: 80%;
  }
}
.manufacturers-top .decor-item--top {
  top: -30px;
  left: 0;
}
@media (max-width: 1499px) {
  .manufacturers-top .decor-item--top {
    left: -25px;
  }
}
@media (max-width: 991px) {
  .manufacturers-top .decor-item--top {
    display: none;
  }
}
.manufacturers-top .decor-item--bottom {
  bottom: -20px;
  right: -20px;
}
@media (max-width: 1499px) {
  .manufacturers-top .decor-item--bottom {
    right: -65px;
  }
}
@media (max-width: 1299px) {
  .manufacturers-top .decor-item--bottom {
    right: -95px;
  }
}
@media (max-width: 575px) {
  .manufacturers-top .decor-item--bottom {
    display: none;
  }
}
.manufacturers-top .decor-item--bottom img {
  transform: rotateZ(180deg);
}
.manufacturers-top .manufacturers-top-container {
  position: relative;
  z-index: 1;
}
.manufacturers-top .title-wrapper {
  margin-bottom: 5.4rem;
}
@media (max-width: 1499px) {
  .manufacturers-top .title-wrapper {
    margin-bottom: 3.5rem;
  }
}
.manufacturers-top .title-wrapper .basic-button {
  margin-top: 15px;
}
.manufacturers-top .basic-title {
  color: white;
}
.manufacturers-top .manufacturers-list {
  row-gap: 30px;
}
@media (max-width: 575px) {
  .manufacturers-top .manufacturers-list {
    row-gap: 8px;
  }
}
.manufacturers-top .manufacturers-item .content {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1499px) {
  .manufacturers-top .manufacturers-item .content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .manufacturers-top .manufacturers-item .content {
    padding: 15px;
  }
}
.manufacturers-top .manufacturers-item .manufacturers-item-pic {
  max-width: 50%;
}
.manufacturers-top .manufacturers-item .manufacturers-item-desc {
  color: #939393;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .manufacturers-top .manufacturers-item .manufacturers-item-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .manufacturers-top .manufacturers-item .manufacturers-item-desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .manufacturers-top .manufacturers-item .manufacturers-item-desc {
    font-size: 1rem;
  }
}
.manufacturers-top .manufacturers-item .manufacturers-item-link {
  color: #363636;
  background-color: #F5F5F5;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 30px;
  margin-left: auto;
  transition: 0.2s ease;
}
@media (max-width: 1099px) {
  .manufacturers-top .manufacturers-item .manufacturers-item-link {
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .manufacturers-top .manufacturers-item .manufacturers-item-link {
    padding: 13px 25px;
  }
}
.manufacturers-top .manufacturers-item .manufacturers-item-link:hover {
  background-color: #2F95C8;
  color: white;
  transition: 0.2s ease;
}
.manufacturers-top .load-more-button {
  display: flex;
  border: 0;
  box-shadow: unset;
  margin: 65px auto 0;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}
@media (max-width: 575px) {
  .manufacturers-top .load-more-button {
    margin: 40px auto 0;
  }
}
.manufacturers-top .load-more-button:hover {
  color: #2F95C8;
  background-color: white;
}

.manufacturers-top--index {
  margin-top: 4rem;
}
@media (max-width: 1699px) {
  .manufacturers-top--index {
    margin-top: 0;
  }
}

.manufacturers-all {
  margin-top: 10rem;
}
@media (max-width: 1699px) {
  .manufacturers-all {
    margin-top: 7rem;
  }
}
@media (max-width: 991px) {
  .manufacturers-all {
    margin-top: 3rem;
  }
}
.manufacturers-all .manufacturers-swiper {
  margin-top: 2.8rem;
}
.manufacturers-all .manufacturers-all-item .content {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .manufacturers-all .manufacturers-all-item .content {
    width: calc(100% - 20px);
  }
}
.manufacturers-all .manufacturers-all-item .manufacturers-item-pic {
  margin-bottom: 10px;
  max-width: 55%;
}
.manufacturers-all .manufacturers-all-item .manufacturers-item-desc {
  color: #939393;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .manufacturers-all .manufacturers-all-item .manufacturers-item-desc {
    margin-bottom: 20px;
  }
}
.manufacturers-all .manufacturers-all-item .manufacturers-item-link {
  color: #363636;
  background-color: white;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 30px;
  margin-left: auto;
  transition: 0.2s ease;
}
@media (max-width: 1099px) {
  .manufacturers-all .manufacturers-all-item .manufacturers-item-link {
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .manufacturers-all .manufacturers-all-item .manufacturers-item-link {
    padding: 13px 25px;
  }
}
.manufacturers-all .manufacturers-all-item .manufacturers-item-link:hover {
  background-color: #2F95C8;
  color: white;
  transition: 0.2s ease;
}
.manufacturers-all .manufacturers-all-list .manufacturers-all-item {
  margin-bottom: 32px;
}
.index-banner-wrapper,
.manufacturers-all--index {
  margin-top: 10rem;
}
@media (max-width: 1699px) {
  .index-banner-wrapper,
  .manufacturers-all--index {
    margin-top: 8rem;
  }
}
@media (max-width: 991px) {
  .index-banner-wrapper,
  .manufacturers-all--index {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .manufacturers-all--index .manufacturers-title-container {
    position: relative;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .manufacturers-all--index .manufacturers-title-container .basic-button {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .manufacturers-all--index .manufacturers-slider {
    position: relative;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .manufacturers-all--index .manufacturers-slider .navigation-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
}

.manufacturers-all--inner .title-wrapper {
  margin-bottom: 4rem;
}
.manufacturers-all--inner .title-wrapper .basic-title {
  margin-bottom: 20px;
}
.manufacturers-all--inner input.search {
  background-color: #f5f5f5;
  height: 42px;
  width: 400px;
  max-width: 30%;
  border: 0;
  padding: 15px 40px 15px 15px;
  font-size: 0.8rem;
  background-image: url("assets/img/search.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
  transition: 0.4s ease;
}
@media (max-width: 991px) {
  .manufacturers-all--inner input.search {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .manufacturers-all--inner input.search {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .manufacturers-all--inner input.search {
    max-width: 100%;
  }
}
.manufacturers-all--inner input.search:focus-visible {
  border: 1px solid #363636;
  transition: 0.4s ease;
}
.manufacturers-all--inner .manufacturers-all-pagination {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.manufacturers-all--inner .manufacturers-all-pagination li a {
  background-color: #363636;
  color: white;
  padding: 7px 5px;
  border-radius: 3px;
  font-size: 0.8rem;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.manufacturers-all--inner .manufacturers-all-pagination li a:hover {
  opacity: 0.7;
}
.manufacturers-all--inner .manufacturers-all-pagination li.active a {
  background-color: #2F95C8;
  color: white;
}

.about--index {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (max-width: 899px) {
  .about--index {
    padding-bottom: 3rem;
  }
}
.about--index .decor {
  position: absolute;
  z-index: -1;
}
.about--index .decor.decor--top-left {
  top: 4rem;
  left: 45px;
}
@media (max-width: 1299px) {
  .about--index .decor.decor--top-left {
    left: 25px;
  }
  .about--index .decor.decor--top-left img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about--index .decor.decor--top-left {
    top: 0;
  }
}
@media (max-width: 575px) {
  .about--index .decor.decor--top-left {
    display: none;
  }
}
.about--index .decor.decor--top-right {
  top: 11rem;
  right: 0;
}
@media (max-width: 1920px) {
  .about--index .decor.decor--top-right {
    right: -30px;
  }
}
@media (max-width: 1699px) {
  .about--index .decor.decor--top-right {
    right: -70px;
  }
}
@media (max-width: 1299px) {
  .about--index .decor.decor--top-right {
    right: -100px;
  }
  .about--index .decor.decor--top-right img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about--index .decor.decor--top-right {
    display: none;
  }
}
.about--index .about-top,
.about--index .about-bottom {
  position: relative;
  z-index: 1;
}
.about--index .about-top .basic-title {
  padding-top: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about--index .about-top .basic-title {
    padding-top: 6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .about--index .about-top .basic-title {
    margin-bottom: 3rem;
  }
}
.about--index .about-top .basic-title span:first-child {
  padding-left: 16%;
}
@media (max-width: 575px) {
  .about--index .about-top .basic-title span:first-child {
    padding-left: 10%;
  }
}
.about--index .about-top .basic-title span:last-child {
  padding-left: 20%;
}
@media (max-width: 575px) {
  .about--index .about-top .basic-title span:last-child {
    padding-left: 10%;
  }
}
.about--index .about-top-description {
  max-width: 60%;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about--index .about-top-description {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .about--index .about-top-description {
    margin-bottom: 3rem;
  }
}
.about--index .about-top-description p {
  margin-bottom: 1.5rem;
}
.about--index .about-top-description p:first-child {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .about--index .about-top-description p:first-child {
    font-size: 1.2rem;
  }
}
.about--index .about-top-image {
  position: relative;
  text-align: right;
}
.about--index .about-top-image > img {
  border-radius: 10px;
  max-width: 1162px;
  width: 74%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about--index .about-top-image > img {
    max-width: 100%;
    width: 100%;
  }
}
.about--index .about-top-image .decor--bottom {
  left: 0;
  bottom: 0;
  transform: rotateZ(90deg);
}
@media (max-width: 1299px) {
  .about--index .about-top-image .decor--bottom img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about--index .about-top-image .decor--bottom {
    display: none;
  }
}
.about--index .about-bottom {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about--index .about-bottom {
    margin-top: 5rem;
  }
}
@media (max-width: 899px) {
  .about--index .about-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about--index .about-bottom > .container {
  position: relative;
}
.about--index .about-bottom .basic-title {
  text-transform: none;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about--index .about-bottom .basic-title {
    margin-bottom: 3rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .about--index .about-bottom .basic-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .about--index .about-bottom .basic-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.about--index .about-bottom .about-bottom-image {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .about--index .about-bottom .about-bottom-image {
    left: -38%;
  }
}
@media (max-width: 1699px) {
  .about--index .about-bottom .about-bottom-image {
    left: -45%;
  }
}
@media (max-width: 1499px) {
  .about--index .about-bottom .about-bottom-image {
    left: -55%;
  }
}
@media (max-width: 1299px) {
  .about--index .about-bottom .about-bottom-image {
    left: -72%;
  }
}
@media (max-width: 1099px) {
  .about--index .about-bottom .about-bottom-image {
    left: -98%;
  }
}
@media (max-width: 991px) {
  .about--index .about-bottom .about-bottom-image {
    left: -83%;
  }
}
@media (max-width: 899px) {
  .about--index .about-bottom .about-bottom-image {
    position: unset;
    text-align: center;
    margin-top: 5rem;
  }
}
.about--index .about-bottom .about-bottom-image img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .about--index .about-bottom .about-bottom-image img {
    max-width: 80%;
  }
}
@media (max-width: 899px) {
  .about--index .about-bottom .about-bottom-image img {
    width: calc(100vw - 107px);
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about--index .about-bottom .about-bottom-image img {
    width: calc(100vw - 20px);
  }
}
.about--index .about-bottom .about-bottom-description {
  position: relative;
  z-index: 1;
}
@media (max-width: 899px) {
  .about--index .about-bottom .about-bottom-description {
    margin-left: 0;
    width: 100%;
  }
}
.about--index .about-bottom .about-bottom-text {
  max-width: 63%;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .about--index .about-bottom .about-bottom-text {
    max-width: 100%;
  }
}
.about--index .about-bottom .about-bottom-decor {
  bottom: -80px;
  right: 0;
  text-align: right;
}
@media (max-width: 1920px) {
  .about--index .about-bottom .about-bottom-decor {
    bottom: -220px;
  }
}
@media (max-width: 1299px) {
  .about--index .about-bottom .about-bottom-decor img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about--index .about-bottom .about-bottom-decor {
    right: 100px;
  }
}
@media (max-width: 899px) {
  .about--index .about-bottom .about-bottom-decor {
    display: none;
  }
}

.about--inner {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  .about--inner {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.about--inner .about-image {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 575px) {
  .about--inner .about-image {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.about--inner .about-image img {
  width: 100%;
  border-radius: 10px;
}
.about--inner .about-description p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .about--inner .about-description p {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .about--inner .about-description p {
    font-size: 1rem;
  }
}
.about--inner .about-description p:first-child {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .about--inner .about-description p:first-child {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .about--inner .about-description p:first-child {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .about--inner .about-description p:first-child {
    font-size: 1.8rem;
  }
}
@media (max-width: 449px) {
  .about--inner .about-description p:first-child {
    font-size: 1.5rem;
  }
}
.about--inner .about-top .title {
  width: 100%;
}
.about--inner .about-top .title img {
  width: 100%;
}
.about--inner .about--inner-banner {
  margin-top: 10rem;
}
@media (max-width: 575px) {
  .about--inner .about--inner-banner {
    margin-top: 5rem;
  }
}

.trust {
  margin-top: 2rem;
  margin-bottom: 8rem;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .trust {
    margin-top: 10rem;
  }
}
@media (max-width: 991px) {
  .trust {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .trust .basic-title {
    padding-left: 10%;
  }
}
@media (max-width: 899px) {
  .trust .basic-title {
    padding-left: 37%;
  }
}
@media (max-width: 575px) {
  .trust .basic-title {
    margin-bottom: 4rem;
    padding-left: 30%;
  }
}
.trust .basic-title span {
  display: block;
}
.trust .basic-title span:last-child {
  transform: translateX(15%);
}
@media (max-width: 899px) {
  .trust .basic-title span:last-child {
    transform: translateX(5%);
  }
}
.trust .trust-description {
  margin-top: -5rem;
}
@media (max-width: 1299px) {
  .trust .trust-description {
    margin-top: 0;
  }
}
.trust .trust-description p {
  margin-bottom: 1.5rem;
}
.trust .trust-description p:first-child {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .trust .trust-description p:first-child {
    font-size: 1.25rem;
  }
}
.trust .partners {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .trust .partners {
    margin-top: 2rem;
  }
}
.trust .partners .partners-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.trust .partners .partners-item {
  text-align: center;
}
.trust .partners .partners-item img {
  width: 100%;
}

.map-block {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.map-block .basic-title {
  max-width: 60%;
}
@media (max-width: 991px) {
  .map-block .basic-title {
    max-width: 100%;
  }
}

.team-item .team-item-pic {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team-item .team-item-pic {
    margin-bottom: 15px;
  }
}
.team-item .team-item-name,
.team-item .team-item-post {
  color: white;
}
.team-item .team-item-name {
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .team-item .team-item-name {
    font-size: 1rem;
  }
}
.team-item .team-item-post {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .team-item .team-item-post {
    font-size: 0.85rem;
  }
}

.team--index {
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .team--index {
    margin-top: 5rem;
    padding-top: 5rem;
    position: relative;
  }
}
.team--index .basic-title {
  color: white;
}
.team--index .title-wrapper {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .team--index .title-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .team--index .team-swiper-navigation {
    position: absolute;
    bottom: 20px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .team--index .team-swiper-navigation {
    right: 10px;
  }
}

.blog-item:hover {
  opacity: 0.7;
}
.blog-item .content {
  position: relative;
  color: #363636;
}
.blog-item .blog-item-pic {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-item .blog-item-pic {
    margin-bottom: 15px;
  }
}
.blog-item .blog-item-date {
  opacity: 0.5;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .blog-item .blog-item-date {
    font-size: 0.7rem;
  }
}
@media (max-width: 575px) {
  .blog-item .blog-item-date {
    font-size: 0.85rem;
  }
}
.blog-item .blog-item-title {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .blog-item .blog-item-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .blog-item .blog-item-title {
    font-size: 1rem;
  }
}

.blog--index {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 1699px) {
  .blog--index {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .blog--index {
    position: relative;
  }
}
.blog--index .basic-title {
  color: white;
}
.blog--index .title-wrapper {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .blog--index .title-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .blog--index .blog-swiper-navigation {
    position: absolute;
    bottom: 20px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .blog--index .blog-swiper-navigation {
    right: 10px;
  }
}
.blog--index .blog-item .content {
  color: white;
}

.blog-page-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1199px) {
  .blog-page-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.blog-page-content .title-wrapper {
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .blog-page-content .title-wrapper {
    margin-bottom: 3rem;
  }
}

.blog-list .blog-item {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-list .blog-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .blog-list .blog-item {
    margin-bottom: 30px;
  }
}

.brand-page {
  padding-bottom: 5rem;
}
.brand-page .brand-page-info,
.brand-page .brand-page-gallery,
.brand-page .brand-page-blog {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1199px) {
  .brand-page .brand-page-info,
  .brand-page .brand-page-gallery,
  .brand-page .brand-page-blog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .brand-page .brand-page-gallery,
  .brand-page .brand-page-blog {
    position: relative;
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .brand-page .brand-page-gallery .swiper-navigation,
  .brand-page .brand-page-blog .swiper-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.brand-page .brand-page-description {
  font-size: 0.9rem;
}
.brand-page .brand-page-title {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .brand-page .brand-page-logo {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .brand-page .brand-page-logo {
    max-width: 60%;
  }
}
.brand-page .title-wrapper {
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .brand-page .title-wrapper {
    margin-bottom: 3rem;
  }
}
.brand-page .brand-gallery-item img {
  width: 100%;
}
.brand-page .brand-gallery-item img:hover {
  opacity: 0.7;
}

.blog-item-page-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1199px) {
  .blog-item-page-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.blog-item-page-content .brand-page-blog {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .blog-item-page-content .blog-item-page-image {
    margin-bottom: 3rem;
  }
}
.blog-item-page-content .blog-item-page-image > img {
  width: 100%;
  margin-bottom: 40px;
}
.blog-item-page-content .blog-item-page-image .brand-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 575px) {
  .blog-item-page-content .blog-item-page-image .brand-block {
    margin-bottom: 15px;
  }
}
.blog-item-page-content .blog-item-page-image .brand-block > img {
  width: 250px;
}
@media (max-width: 1920px) {
  .blog-item-page-content .blog-item-page-image .brand-block > img {
    width: 196px;
  }
}
@media (max-width: 1099px) {
  .blog-item-page-content .blog-item-page-image .brand-block > img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .blog-item-page-content .blog-item-page-image .brand-block > img {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .blog-item-page-content .blog-item-page-image .brand-block > img {
    width: 145px;
  }
}
.blog-item-page-content .blog-item-page-image .brand-block .basic-button {
  color: #363636;
  background-color: #F5F5F5;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 30px;
  transition: 0.2s ease;
}
@media (max-width: 1099px) {
  .blog-item-page-content .blog-item-page-image .brand-block .basic-button {
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .blog-item-page-content .blog-item-page-image .brand-block .basic-button {
    padding: 13px 25px;
  }
}
.blog-item-page-content .blog-item-page-image .brand-block .basic-button:hover {
  background-color: #2F95C8;
  color: white;
  transition: 0.2s ease;
}
.blog-item-page-content .blog-item-page-info ul, .blog-item-page-content .blog-item-page-info ol {
  padding-left: 1rem;
}
.blog-item-page-content .blog-item-page-info ul li, .blog-item-page-content .blog-item-page-info ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-item-page-content .blog-item-page-info ul li::marker, .blog-item-page-content .blog-item-page-info ol li::marker {
  color: #2F95C8;
}
.blog-item-page-content .blog-item-page-title {
  margin: 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.blog-item-page-content .blog-item-page-date {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-bottom: 3rem;
}

.contacts-page .contacts-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .contacts-page .contacts-content .contacts-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.contacts-page .contacts-content .contacts-info > .content {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contacts-page .contacts-content .contacts-info > .content {
    display: flex;
  }
}
@media (max-width: 699px) {
  .contacts-page .contacts-content .contacts-info > .content {
    flex-wrap: wrap;
  }
}
.contacts-page .contacts-content .contacts-info .contacts-info-item {
  background-color: #2F95C8;
  padding: 40px;
  color: white;
}
@media (max-width: 1399px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item {
    width: 50%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item {
    padding: 20px;
  }
}
@media (max-width: 699px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item {
    width: 100%;
  }
}
.contacts-page .contacts-content .contacts-info .contacts-info-item .contacts-title {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.contacts-page .contacts-content .contacts-info .contacts-info-item a {
  color: inherit;
}
.contacts-page .contacts-content .contacts-info .contacts-info-item a:hover {
  opacity: 0.7;
}
.contacts-page .contacts-content .contacts-info .contacts-info-item + .contacts-info-item {
  border-top: 1px solid white;
}
@media (max-width: 991px) {
  .contacts-page .contacts-content .contacts-info .contacts-info-item + .contacts-info-item {
    border-left: 1px solid white;
    border-top: unset;
  }
}
.contacts-page .contacts-content .contacts-map-wrapper > .content {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .contacts-page .contacts-content .contacts-map-wrapper > .content {
    height: 400px;
    margin-bottom: 22px;
  }
}

form .record-form-field-wrapper {
  margin-bottom: 15px;
}
form .record-form-field-wrapper input,
form .record-form-field-wrapper select,
form .record-form-field-wrapper textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #f5f5f5;
  border: unset;
  padding: 15px;
}
form .record-form-field-wrapper input,
form .record-form-field-wrapper select {
  height: 42px;
}

.callback-form-wrapper {
  padding: 50px;
  border-radius: 10px;
}
.callback-form-wrapper--inner {
	padding: 30px 0 0;
}
.callback-form-wrapper--inner .basic-title--min {
	font-size: 2rem;
}
@media (max-width: 991px) {	
	.callback-form-wrapper--inner-mobile {
		padding: 30px 0 0;
		width: auto;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
  .callback-form-wrapper {
    padding: 30px;
    height: 100vh;
    width: 100vw;
    padding-top: 10rem;
  }
	.callback-form-wrapper--inner-mobile {
		padding: 30px 0 0;
		width: auto;
		height: auto;
		padding-top: 30px;
	}
}
@media (max-width: 575px) {
  .callback-form-wrapper {
    padding: 12px;
    padding-top: 10rem;
  }
	.callback-form-wrapper--inner-mobile {
		padding: 30px 0 0;
		width: auto;
		height: auto;
		padding-top: 30px;
	}
}
.callback-form-wrapper form {
  max-width: 900px;
}
.callback-form-wrapper .basic-title {
  color: #2F95C8;
  text-align: center;
}
.callback-form-wrapper .carousel__button.is-close {
  top: 50px;
  right: 50px;
  color: #363636;
  box-shadow: unset;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .callback-form-wrapper .carousel__button.is-close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .callback-form-wrapper .carousel__button.is-close {
    right: 12px;
  }
}
.callback-form-wrapper .carousel__button.is-close:hover {
  color: #2F95C8;
}
.callback-form-wrapper .record-btn {
  width: 100%;
  border: 0;
}
.callback-form-wrapper p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .callback-form-block .fancybox__slide {
    padding: 0;
  }
}

.footer {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1499px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer .logo-wrapper .logo {
  margin-bottom: 30px;
  width: 300px;
}
@media (max-width: 1920px) {
  .footer .logo-wrapper .logo {
    width: 257px;
  }
}
@media (max-width: 575px) {
  .footer .logo-wrapper .logo {
    width: 179px;
  }
}
.footer .logo-wrapper .div {
  color: #363636;
}
.footer .menu-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .footer .menu-wrapper {
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}
.footer .menu-wrapper .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .menu-wrapper .footer-contacts a {
  color: inherit;
  text-decoration: underline;
}
.footer .menu-wrapper .footer-contacts a:hover {
  color: #2F95C8;
}
.footer .menu-wrapper .footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .menu-wrapper .footer__nav ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .menu-wrapper .footer__nav ul li a {
  color: #363636;
  text-decoration: underline;
}
.footer .menu-wrapper .footer__nav ul li a:hover {
  color: #2F95C8;
}
.footer .dev-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer .dev-wrapper .footer__bottom-dev {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.footer .dev-wrapper .footer__bottom-dev span {
  text-align: right;
  color: #363636;
  line-height: 1.2;
  font-size: 0.8rem;
}
.footer .dev-wrapper .footer__bottom-dev img {
  transition: 0.5s ease;
}
.footer .dev-wrapper .footer__bottom-dev:hover img {
  transform: rotate(360deg);
  transition: 0.5s ease;
}

.footer--inner {
  background-color: #f5f5f5;
}
/*Добавление стилей для кнопки прокрутки наверх - начало*/
.top-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid rgba(157, 158, 158, 0.65);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	right: 32px;
	bottom: 24px;
	opacity: 0;
	transition: 0.2s ease;
}
.top-button.show {
	opacity: 1;
	transition: 0.2s ease;
}
.top-button__container {
	position: fixed;
	right: 0;
	bottom: 50px;
	display: flex;
	justify-content: flex-end;
	margin-right: 32px;
	margin-bottom: 32px;
	z-index: 100;
}
@media (max-width: 575px) {
  .top-button__container {
    margin-right: 7px;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
	.top-button {
		right: 92px;
		bottom: 56px;
	}
}
@media (max-width: 767px) {
	.top-button {
		box-shadow: 0 3px 7px 0 #9d9e9e;
		background-color: rgba(157, 158, 158, 0.65);
	}
}
.top-button svg {
	transition: 0.2s ease;
}
.top-button svg path {
	transition: 0.2s ease;
}
@media (max-width: 767px) {
	.top-button svg path {
		stroke: #fff;
	}
}
.top-button:hover {
	transition: 0.2s ease;
	background-color: #2F95C8;
	border-color: #2F95C8;
	box-shadow: 0 0 5px #2F95C8;
}
.top-button:hover svg path {
	transition: 0.2s ease;
	stroke: #fff;
}
.top-button:active {
	transition: 0.2s ease;
	background-color: #2F95C8;
	border-color: #2F95C8;
	box-shadow: 0 0 10px #2F95C8;
}
.top-button:active svg path {
	transition: 0.2s ease;
	stroke: #fff;
}
/*Добавление стилей для кнопки прокрутки наверх - конец*/
/*Добавление стилей для формы поиска - начало*/

/* .search-form-wrapper--header {
  padding-top: 50px;
}
.search-form-wrapper--header,
.search-form-wrapper--header .taxonomy-search-container,
#taxonomy-search-results {
  width: 1000px;
  max-width: 100%;
}
@media (max-width: 1920px) {
  .search-form-wrapper--header,
  .search-form-wrapper--header .taxonomy-search-container,
  #taxonomy-search-results {
    width: 770px;
  }
}
@media (max-width: 1399px) {
  .search-form-wrapper--header,
  .search-form-wrapper--header .taxonomy-search-container,
  #taxonomy-search-results {
    width: 600px;
  }
.search-form-wrapper--header {
  padding-top: 30px;
}
} */
#taxonomy-search-input {
  background-color: #f5f5f5;
  height: 42px;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 15px 40px 15px 15px;
  font-size: 0.8rem;
  background-image: url("assets/img/search.png");
  background-repeat: no-repeat;
  background-position: 98.5% center;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
  transition: 0.4s ease;
}
#taxonomy-search-input:focus-visible {
  border: 1px solid #363636;
  transition: 0.4s ease;
}

.taxonomy-search-container {
  position: relative;
  /* max-width: 500px; */
  margin: 0 auto;
}
#taxonomy-search-form input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
#taxonomy-search-results {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#taxonomy-search-results a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
#taxonomy-search-results a:hover {
  background-color: #f5f5f5;
}
.loading-message, .no-results, .error-message {
  padding: 10px 15px;
  color: #555;
}
.error-message {
  color: #dc3545;
}
.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.manufacturers-all--search {
  margin-top: 2rem;
}
/*Добавление стилей для формы поиска - конец*/
/*Доработка стилей карточек в блоке Топ проихводителей - начало*/
.manufacturers-top .manufacturers-list {
  row-gap: 14px;
}
.manufacturers-top .manufacturers-item {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
}
.manufacturers-top .manufacturers-item .content {
  padding: 10px;
}
.manufacturers-top .manufacturers-item .manufacturers-item-pic {
  display: none;
}
.manufacturers-top .manufacturers-item .manufacturers-item-name {
  margin-top: 0;
}
/*Доработка стилей карточек в блоке Топ проихводителей - конец*/
/*Стили для страницы 404 - начало*/
.lostpage .page-content {
  min-height: 70vh;
  display: flex;
}

.lostpage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.lostpage-content .lostpage-title {
  color: #2F95C8;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .lostpage-content .lostpage-title {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .lostpage-content .lostpage-title {
    font-size: 5rem;
  }
}
.lostpage-content .basic-button {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .lostpage-content .basic-button {
    margin-top: 1rem;
  }
}

/*Стили для страницы 404 - конец*/
/*Стили для блока поиска - начало*/
@media (max-width: 991px) {
  .header .header-wrapper {
    position: relative;
  }
}

.header .header-wrapper .button-wrapper .order-link {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1920px) {
  .header .header-wrapper .button-wrapper .order-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .header .header-wrapper .button-wrapper .order-link {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .header .header-wrapper .button-wrapper .order-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .header .header-wrapper .top-menu-wrapper .navbar-site .navbar-nav > li > a:not(.basic-button) {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .header .header-wrapper .navbar-toggler {
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 575px) {
  .header .header-wrapper .navbar-toggler {
    width: 41px;
    height: 41px;
  }
}

@media (min-width: 576px) and (max-width: 1920px) {
  .header.header--absolute .search-wrapper .search-button {
    width: 60px;
    height: 60px;
  }
}

.header .search-wrapper .search-button {
  position: relative;
  display: flex;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F5F5F5;
  /* background-image: url("assets/img/search.png"); */
  background-image: url("assets/img/search_blue.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  border: unset;
  outline: none;
  margin-left: 20px;
  padding: 0;
  z-index: 10;
}
@media (max-width: 1920px) {
  .header .search-wrapper .search-button {
    width: 63px;
    height: 63px;
  }
}
@media (max-width: 1399px) {
  .header .search-wrapper .search-button {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header .search-wrapper .search-button {
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 575px) {
  .header .search-wrapper .search-button {
    width: 41px;
    height: 41px;
    margin-left: 5px;
  }
}
.header .search-wrapper #taxonomy-search-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--bs-gutter-x) * 0.5);
  background-color: #F5F5F5;
  height: 78px;
  width: 0;
  padding: 0;
  border: 0;
  border-radius: 40px;
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 1920px) {
  .header .search-wrapper #taxonomy-search-input {
    height: 63px;
  }
}
@media (max-width: 1599px) {
  .header .search-wrapper #taxonomy-search-input {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .header .search-wrapper #taxonomy-search-input {
    height: 41px;
  }
}
.header .search-wrapper.show .search-button {
  background-image: url("assets/img/close.svg");
}
@media (max-width: 991px) {
  .header .search-wrapper.show .search-button {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .search-wrapper.show #taxonomy-search-input {
  width: 80%;
  transition: 0.3s ease;
  z-index: 5;
  padding: 0 100px 0 30px;
  outline: unset;
  opacity: 1;
}
.header .search-wrapper #taxonomy-search-results {
  width: 77%;
  left: 20.5%;
  display: none !important;
  /* bottom: -100%; */
}
  .header .search-wrapper.show #taxonomy-search-results {
  display: block !important;
}
@media (max-width: 1920px) {
  .header .search-wrapper #taxonomy-search-results {
    width: 75.5%;
    left: 21.5%;
  }
}
@media (max-width: 1199px) {
  .header .search-wrapper.show #taxonomy-search-input {
    width: 73%;
  }
  .header .search-wrapper #taxonomy-search-results {
    width: 69%;
    left: 28%;
  }
}
@media (max-width: 991px) {
  .header .search-wrapper #taxonomy-search-results,
  .header .search-wrapper.show #taxonomy-search-input {
    width: 65%;
  }
  .header .search-wrapper #taxonomy-search-results {
    width: 58%;
    left: 37%;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .header .search-wrapper #taxonomy-search-results {
    bottom: -75px;
  }
}
@media (max-width: 599px) {
  .header .search-wrapper #taxonomy-search-results {
    width: 55%;
    bottom: -86px;
  }
}
@media (max-width: 575px) {
  .header .search-wrapper.show #taxonomy-search-input {
    width: calc(100% - var(--bs-gutter-x));
    padding: 0 50px 0 15px;
  }
  .header .search-wrapper #taxonomy-search-results {
    width: 89%;
    bottom: -66px;
    left: 5%;
  }
}

/*Стили для блока поиска - конец*/
/*# sourceMappingURL=style.css.map */