/*! 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;
}

/* 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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-display: swap;
  color: #292929;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

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

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .container {
    max-width: calc(100% - 52px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 32px;
  }
}

.btn-outline {
  height: 40px;
  padding: 0 23px;
  background: transparent;
  border: 1px solid #292929;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out all;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.btn-outline:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  background: #FFD500;
  border-color: #FFD500;
}
.btn-outline:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  background: #FFD500;
  border-color: #FFD500;
}
.btn-yellow {
  display: inline-flex;
  align-items: center;
  height: 54px;
  padding: 0 23px;
  border: 1px solid #292929;
  border-radius: 4px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  background: #FFD500;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 992px) {
  .btn-yellow {
    height: 48px;
    padding: 0 12px;
    border: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    font-size: 16px;
  }
}
.btn-yellow:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.btn-yellow:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

main {
  padding-top: 52px;
}
@media (max-width: 992px) {
  main {
    padding-top: 64px;
  }
}

.form-inp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.form-inp span {
  position: absolute;
  right: 24px;
  top: 12px;
  z-index: 2;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #C80000;
}
@media (max-width: 992px) {
  .form-inp span {
    right: 16px;
  }
}
.form-inp input {
  border: 1px solid #432918;
  border-radius: 4px;
  padding: 0 24px;
  height: 48px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}
@media (max-width: 992px) {
  .form-inp input {
    padding: 0 16px;
  }
}
.form-inp input::-moz-placeholder {
  color: #292929;
  opacity: 0.5;
}
.form-inp input::placeholder {
  color: #292929;
  opacity: 0.5;
}
.form-inp p {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #C80000;
  display: none;
}
.form-inp.error p {
  display: block;
}
.form-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-text textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #432918;
}
.form-text textarea::-moz-placeholder {
  color: #432918;
  opacity: 0.5;
}
.form-text textarea::placeholder {
  color: #432918;
  opacity: 0.5;
}
.form-text textarea:focus {
  border-color: #292929;
}
.form-text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #C80000;
  display: none;
}
.form-text.error p {
  display: block;
}
.form-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-checkbox__icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: #432918;
  flex-shrink: 0;
  transition: 0.2s ease-in-out all;
}
.form-checkbox__icon span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.2s ease-in-out all;
}
.form-checkbox__icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.form-checkbox__icon:has(input:checked) {
  background: #FFD500;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.form-checkbox__icon:has(input:checked) span {
  left: 22px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.form-checkbox__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.form-checkbox__text a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.up_btn {
  z-index: 3;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 640px) {
  .up_btn {
    bottom: 12px;
    right: 12px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  z-index: 4;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .header {
    padding: 23px 0 15px;
  }
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1200px) {
  .header-container {
    gap: 24px;
  }
}
.header-logo {
  flex-shrink: 0;
  display: flex;
}
.header-logo img {
  width: 124px;
}
@media (max-width: 1200px) {
  .header-logo img {
    width: 83px;
  }
}
.header-navs {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .header-navs {
    display: none;
  }
}
.header-navs a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  transition: 0.2s ease-in-out all;
}
.header-navs a:hover {
  color: #FFD500;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-networks {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .header-networks {
    gap: 16px;
  }
}
.header-networks li {
  display: flex;
}
@media (max-width: 992px) {
  .header-networks li:last-child {
    display: none;
  }
}
.header-networks a {
  display: flex;
}
.header-networks a svg path, .header-networks a svg rect {
  transition: 0.2s ease-in-out all;
}
.header-networks a:hover svg rect, .header-networks a:hover svg path {
  fill: #FFD500;
}
.header-networks li:last-child a:hover svg rect, .header-networks li:last-child a:hover svg path {
  fill: transparent;
  stroke: #FFD500;
}
@media (max-width: 992px) {
  .header .btn-outline {
    display: none;
  }
}
.header .header-bars {
  width: 32px;
  height: 16px;
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .header .header-bars {
    display: flex;
  }
}
.header .header-bars span {
  width: 100%;
  height: 2px;
  background: #292929;
  display: inline-block;
  transition: 0.2s ease-in-out all;
}
.header .header-bars span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-bars span:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .header-bars.active span, .header .header-bars:active span {
  background: #FFD500;
}
.header .header-bars.active span:first-child, .header .header-bars:active span:first-child {
  top: -5px;
}
.header .header-bars.active span:last-child, .header .header-bars:active span:last-child {
  bottom: -5px;
}

.menu {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .menu {
    display: none;
  }
}
.menu-btn {
  position: relative;
  z-index: 2;
  background: #FFD500;
  padding: 24px 12px;
  height: 100%;
}
.menu-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  padding: 20px;
  width: 423px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out all;
}
.menu:hover .menu-content {
  left: 52px;
  transform: translateX(0);
}
.menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.menu-list__item h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.menu-list__item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 12px;
}
.menu-list__item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  transition: 0.2s ease-in-out all;
}
.menu-list__item a:hover {
  color: #FFD500;
}

.mb-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}
@media (max-width: 992px) {
  .mb-menu.active {
    display: block;
  }
  @keyframes menuBgActive {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menuContentActive {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .mb-menu.active .mb-menu__bg {
    animation: menuBgActive 0.3s linear 1;
  }
  .mb-menu.active .mb-menu__content {
    animation: menuContentActive 0.3s linear 1;
  }
  .mb-menu.end-active {
    display: block;
  }
  @keyframes menuBgEndActive {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes menuContentEndActive {
    from {
      transform: translateX(0);
      opacity: 1;
    }
    to {
      transform: translateX(100%);
      opacity: 1;
    }
  }
  .mb-menu.end-active .mb-menu__bg {
    animation: menuBgEndActive 0.3s linear 1;
    opacity: 0;
  }
  .mb-menu.end-active .mb-menu__content {
    animation: menuContentEndActive 0.3s linear 1;
    opacity: 0;
  }
}
.mb-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s ease-in-out all;
}
.mb-menu__content {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background: #FFFFFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  overflow-y: scroll;
}
@media (max-width: 640px) {
  .mb-menu__content {
    padding: 48px 24px;
  }
}
.mb-menu__content::-webkit-scrollbar {
  display: none;
}
.mb-menu__close {
  display: flex;
}
@media (max-width: 640px) {
  .mb-menu__close {
    transform: translateY(-24px);
  }
}
.mb-menu .content-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.mb-menu .content-head .logo-img {
  width: 124px;
}
.mb-menu .content-navs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mb-menu .content-navs__link {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
}
.mb-menu .content-accordion {
  width: 100%;
}
.mb-menu .content-accordion__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
}
.mb-menu .content-accordion__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}
.mb-menu .content-accordion__body-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.mb-menu .content-accordion__body a {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}
.mb-menu .content-foot {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mb-menu .content-foot__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.mb-menu .content-foot__head a {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
}
.mb-menu .content-foot__head p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.mb-menu .content-foot__networks {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mb-menu .content-foot__networks li {
  display: flex;
}
.mb-menu .content-foot__networks a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
  border-radius: 50%;
  flex-shrink: 0;
}
.mb-menu .content-foot__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 640px) {
  .mb-menu .content-foot__text {
    margin-top: 24px;
  }
}
.mb-menu .content-foot__text li {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
.mb-menu .content-foot__text li:first-child {
  font-size: 16px;
}
.mb-menu .content-foot__text li:last-child {
  font-size: 12px;
}

.home {
  position: relative;
  z-index: 1;
  padding: 124px 0 92px;
}
@media (max-width: 1200px) {
  .home {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .home {
    padding: 24px 0;
  }
}
@media (max-width: 640px) {
  .home {
    padding: 48px 0 24px;
  }
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.home-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .home-container {
    gap: 24px;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .home-container {
    flex-direction: column-reverse;
  }
}
.home-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home-content h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
  margin-bottom: 24px;
  max-width: 846px;
}
@media (max-width: 1200px) {
  .home-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .home-content h1 {
    font-size: 40px;
  }
}
.home-content h1 span {
  display: block;
  font-size: 40px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .home-content h1 span {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .home-content h1 span {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .home-content h1 span {
    font-size: 24px;
  }
}
.home-content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .home-content p {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .home-content p {
    font-size: 18px;
  }
}
.home-content p.mobile_text {
  display: none;
}
@media (max-width: 768px) {
  .home-content p.mobile_text {
    display: block;
  }
}
.home-content p.desktop_text {
  display: block;
}
@media (max-width: 1200px) {
  .home-content p.desktop_text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-content p.desktop_text {
    display: none;
  }
}
.home-swp {
  width: 434px;
  margin: 0;
  flex-shrink: 0;
  overflow: visible;
}
@media (max-width: 1200px) {
  .home-swp {
    width: 385px;
    padding: 0 13px;
  }
}
@media (max-width: 992px) {
  .home-swp {
    width: 100%;
  }
}
.home-swp .swiper-slide {
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1200px) {
  .home-swp .swiper-slide {
    height: 360px;
  }
}
@media (max-width: 992px) {
  .home-swp .swiper-slide {
    height: 240px;
  }
}
@media (max-width: 640px) {
  .home-swp .swiper-slide {
    height: 174px;
  }
}
.home-swp .swiper-slide.swiper-slide-active {
  pointer-events: visible;
  opacity: 1;
}
.home-swp .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-swp button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.home-swp button.btn-prev {
  left: 0;
}
.home-swp button.btn-next {
  right: 0;
}
@media (max-width: 1200px) {
  .home-swp button svg {
    width: 12px;
  }
}

.about {
  padding-top: 96px;
}
@media (max-width: 1200px) {
  .about {
    padding-top: 24px;
  }
}
@media (max-width: 992px) {
  .about {
    padding: 0;
  }
}
.about-container {
  padding: 48px 24px 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1536px) {
  .about-container {
    padding: 24px 24px 24px 48px;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .about-container {
    padding: 24px;
  }
}
.about-bg {
  position: absolute;
  top: 0;
  left: -40px;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}
@media (max-width: 1536px) {
  .about-bg {
    left: 24px;
  }
}
@media (max-width: 992px) {
  .about-bg {
    left: 0;
  }
}
.about .section_title {
  color: #432918;
}
.about-images {
  width: 100%;
}
@media (max-width: 640px) {
  .about-images {
    overflow: visible;
  }
}
.about-images .swiper-slide {
  height: 231px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .about-images .swiper-slide {
    height: 189px;
  }
}
@media (max-width: 640px) {
  .about-images .swiper-slide {
    height: 176px;
  }
}
.about-images .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .swp-pagination {
  position: static;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.about .swp-pagination.swiper-pagination-lock {
  display: none !important;
}
.about .swp-pagination span {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #432918;
  transition: 0.2s ease-in-out all;
}
.about .swp-pagination span.swiper-pagination-bullet-active {
  background: #FFD500;
}
.about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-text li {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .about-text li {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .about-text li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .about-text li:not(:first-child) {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-text.active li {
    display: block !important;
  }
}
.about-text.active ~ .more-btn__wrap {
  display: none;
}
.about .more-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.about .more-btn__wrap {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .about .more-btn__wrap {
    display: flex;
  }
}
.about .more-btn__wrap.hidden {
  display: none !important;
}
.about-subtitle {
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
}
@media (max-width: 640px) {
  .about-subtitle {
    padding-bottom: 14px;
  }
}
.about-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  min-width: 100vw;
  height: 2px;
  background: #FFD500;
}
.about-subtitle h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
}
@media (max-width: 1200px) {
  .about-subtitle h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .about-subtitle h3 {
    font-size: 24px;
  }
}
.about-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  .about-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.about-list__item {
  background: #FFFFFF;
  transition: 0.3s ease-in-out all;
  padding: 24px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .about-list__item {
    min-height: 192px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 640px) {
  .about-list__item {
    min-height: inherit;
    flex-direction: row;
    align-items: center;
  }
}
.about-list__item:hover {
  background: #FFD500;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
.about-list__item img {
  flex-shrink: 0;
  width: 64px;
}
@media (max-width: 992px) {
  .about-list__item img {
    width: 48px;
  }
}
.about-list__item p {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .about-list__item p {
    font-size: 16px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
@keyframes modalActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal.active {
  display: flex;
  animation: modalActive 0.3s linear 1;
}
@media (max-width: 992px) {
  .modal.active {
    animation: none;
  }
}
@keyframes modalBgActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalDialogActive {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .modal.active .modal-bg {
    animation: modalBgActive 0.2s linear 1;
  }
}
@media (max-width: 992px) {
  .modal.active .modal-content {
    animation: modalDialogActive 0.3s ease-in-out 1;
  }
}
@keyframes modalEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal.end-active {
  display: flex;
  animation: modalEndActive 0.3s ease-in-out 1;
  opacity: 0;
}
@media (max-width: 992px) {
  .modal.end-active {
    animation: none;
    opacity: 1;
  }
}
@keyframes modalBgEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalDialogEndActive {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .modal.end-active .modal-bg {
    animation: modalBgEndActive 0.2s linear 1;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .modal.end-active .modal-content {
    animation: modalDialogEndActive 0.3s ease-in 1;
    opacity: 0;
  }
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
}
.modal-dialog {
  width: 100%;
  max-height: 100svh;
  padding: 48px 0;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .modal-dialog {
    padding: 0;
    height: 100svh;
  }
}
.modal-dialog::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .modal .container {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.modal-content {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 992px) {
  .modal-content {
    padding: 48px 24px 24px;
    min-height: 100svh;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .modal-content {
    padding: 48px 24px 102px;
  }
}
.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}

.feedback-modal .modal-content {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .feedback-modal .modal-content {
    max-width: 100%;
    width: 100%;
  }
}
.feedback-modal h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
}
@media (max-width: 1200px) {
  .feedback-modal h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .feedback-modal h2 {
    font-size: 32px;
  }
}
.feedback-modal .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .feedback-modal .form-group {
    gap: 24px;
  }
}
.feedback-modal .group-error__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #C80000;
}
@media (max-width: 992px) {
  .feedback-modal .btn-yellow {
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .feedback-modal .btn-yellow {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    text-align: center;
    justify-content: center;
  }
}

.cookies-modal {
  align-items: flex-end;
  animation: none !important;
  opacity: 1;
}
.cookies-modal .modal-bg {
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.cookies-modal .modal-dialog {
  padding: 0;
}
@media (max-width: 992px) {
  .cookies-modal .modal-dialog {
    height: auto;
  }
}
.cookies-modal .modal-content {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cookies-modal .modal-content {
    min-height: inherit !important;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    max-width: 100%;
  }
}
@keyframes cookieBgActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cookieContentActive {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cookies-modal.active {
  opacity: 1;
}
.cookies-modal.active .modal-bg {
  animation: cookieBgActive 0.3s ease-in-out 1;
}
.cookies-modal.active .modal-content {
  animation: cookieContentActive 0.3s ease-in-out 1;
}
@keyframes cookieBgEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cookieContentEndActive {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 1;
  }
}
.cookies-modal.end-active {
  opacity: 1;
}
.cookies-modal.end-active .modal-bg {
  animation: cookieBgEndActive 0.3s ease-in-out 1;
  opacity: 0;
}
.cookies-modal.end-active .modal-content {
  animation: cookieContentEndActive 0.3s ease-in-out 1;
  opacity: 0;
}
.cookies-modal h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #1b1812;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cookies-modal h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.cookies-modal p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1b1812;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cookies-modal p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.cookies-modal p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
@keyframes imgModalActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imgModalEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.img-modal.active {
  display: block;
  animation: imgModalActive 0.2s ease-in-out 1;
}
.img-modal.end-active {
  display: block;
  animation: imgModalEndActive 0.2s ease-in-out 1;
  opacity: 0;
}
.img-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}
.img-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-modal__content .close-btn {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
}
.img-modal__content .swiper {
  max-width: 885px;
  width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .img-modal__content .swiper {
    max-width: 100%;
    padding: 0 24px;
  }
}
.img-modal__content .swiper-slide {
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
.img-modal__content .swiper-slide.swiper-slide-next, .img-modal__content .swiper-slide.swiper-slide-prev {
  opacity: 0.25;
}
.img-modal__content .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.img-modal__content .swiper-slide img {
  max-height: calc(100svh - 32px);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.img-modal__content .swiper-slide .swiper-slide-shadow-right,
.img-modal__content .swiper-slide .swiper-slide-shadow-left {
  display: none;
}
.img-modal__content .swp-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-modal__content .swp-btn__next {
  right: 48px;
}
@media (max-width: 992px) {
  .img-modal__content .swp-btn__next {
    right: 12px;
  }
}
.img-modal__content .swp-btn__prev {
  left: 48px;
}
@media (max-width: 992px) {
  .img-modal__content .swp-btn__prev {
    left: 12px;
  }
}
.img-modal__content .swp-btn.swiper-button-disabled {
  display: none;
}

.possibilities {
  padding: 48px 0;
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1200px) {
  .possibilities {
    padding: 24px 0;
  }
}
.possibilities .section_title {
  color: #432918;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .possibilities .section_title {
    margin-bottom: 24px;
  }
}
.possibilities_card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  min-height: 526px;
}
@media (max-width: 1200px) {
  .possibilities_card {
    min-height: 458px;
  }
}
.possibilities_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.75);
  z-index: 2;
}
.possibilities_card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.possibilities_card .text_block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  z-index: 3;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .possibilities_card .text_block {
    bottom: auto;
    top: 0;
    height: 100%;
  }
}
.possibilities_card .text_block .text_bottom {
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .possibilities_card .text_block .text_bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .possibilities_card .text_block .text_bottom {
    position: static;
  }
}
.possibilities_card h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFD500;
  transition: 0.3s ease;
  max-height: 115px;
  min-height: 55px;
}
.possibilities_card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 24px 12px 24px 0;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .possibilities_card p {
    font-size: 14px;
  }
}
.possibilities_card button {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFD500;
  width: 105px;
  height: 37px;
  border-radius: 6px;
  border: 1px solid #292929;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.possibilities_card button:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .possibilities_card button {
    bottom: 24px;
    position: absolute;
  }
}
.possibilities .swiper-pagination {
  position: static;
  display: flex;
  align-items: start;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .possibilities .swiper-pagination {
    gap: 12px;
  }
}
.possibilities .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .possibilities .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.possibilities .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}
.possibilities_cards {
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .possibilities_cards {
    padding: 24px 0;
  }
}
.possibilities_cards .section_title {
  margin-bottom: 48px;
  color: #432918;
}
@media (max-width: 1200px) {
  .possibilities_cards .section_title {
    margin-bottom: 24px;
  }
}
.possibilities_cards-in {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1200px) {
  .possibilities_cards-in {
    gap: 24px;
  }
}
.possibilities_cards-card {
  padding: 48px 24px 24px 24px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-image: url("../images/possibilities_card_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.possibilities_cards-card.one_card {
  background-image: url("../images/possibilities_card_img2.png");
}
.possibilities_cards-card.two_card {
  background-image: url("../images/possibilities_card_img3.png");
}
@media (max-width: 992px) {
  .possibilities_cards-card {
    padding: 24px;
  }
}
.possibilities_cards-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.8);
}
.possibilities_cards-card h3, .possibilities_cards-card p, .possibilities_cards-card a {
  position: relative;
  z-index: 2;
}
.possibilities_cards-card h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFD500;
  display: block;
}
.possibilities_cards-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 736px;
}
@media (max-width: 768px) {
  .possibilities_cards-card p {
    font-size: 14px;
  }
}
.possibilities_cards-card a {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #292929;
  width: 105px;
  height: 37px;
  border: 1px solid #292929;
  transition: 0.3s ease;
  background: #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.possibilities_cards-card a:hover {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
}

.question {
  background-image: url("../images/question_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 96px 0;
}
.question.question_two {
  background-image: url("../images/question_bg2.png");
}
@media (max-width: 1200px) {
  .question {
    padding: 48px 0 24px 0;
  }
}
@media (max-width: 768px) {
  .question {
    padding: 24px 0;
  }
}
.question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.75) 100%);
}
.question .container {
  position: relative;
  z-index: 2;
}
.question_text {
  max-width: 844px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1200px) {
  .question_text {
    max-width: 100%;
  }
}
.question_text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .question_text p {
    font-size: 20px;
  }
}
.question_text h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFD500;
}
@media (max-width: 768px) {
  .question_text h3 {
    font-size: 24px;
  }
}
.question form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.question form .form_inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .question form .form_inputs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.question form .form_selects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .question form .form_selects {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.question form label {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.question form .input_block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .question form .input_block label {
    display: none;
  }
}
.question form .input_block input {
  height: 48px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 16px;
  color: #FFFFFF;
  opacity: 50%;
}
.question form .input_block input:focus {
  border: 1px solid #FFFFFF;
  opacity: 1;
}
.question form p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .question form p {
    font-size: 14px;
  }
}
.question form p a {
  text-decoration: underline;
}
.question form button {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFD500;
  width: 150px;
  height: 54px;
  border-radius: 6px;
  border: 1px solid #292929;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.question form button:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.question .form_select {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.question .custom-select {
  width: 100%;
  position: relative;
}
.question .custom-select span {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.question .select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  height: 48px;
}
.question .select-header .arrow {
  transition: 0.3s;
}
.question .custom-select.active .arrow {
  transform: rotate(180deg);
}
.question .custom-select.active .select-dropdown {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.question .select-dropdown {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.question .select-option {
  padding: 12px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.question .select-option.active {
  background: #FFD500;
  color: #292929;
}

.delivery {
  background-image: url("../images/delivery_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 96px 0;
}
@media (max-width: 1200px) {
  .delivery {
    padding: 48px 0 24px 0;
  }
}
.delivery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.75) 100%);
}
.delivery .container {
  position: relative;
  z-index: 2;
}
.delivery .section_title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .delivery .section_title {
    margin-bottom: 24px;
  }
}
.delivery .swiper-wrapper {
  height: 100%;
}
.delivery .swiper-slide {
  height: auto;
  min-height: 360px;
}
@media (max-width: 768px) {
  .delivery .swiper-slide {
    min-height: 292px;
  }
}
@media (max-width: 640px) {
  .delivery .swiper-slide {
    min-height: auto;
  }
}
.delivery_card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
}
.delivery_card img {
  width: 55px;
}
.delivery_card h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #FFD500;
  margin: 24px 0 12px 0;
}
.delivery_card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.delivery .swiper-pagination {
  position: static;
  display: flex;
  align-items: start;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .delivery .swiper-pagination {
    gap: 12px;
  }
}
.delivery .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2509803922);
  opacity: 1;
}
@media (max-width: 768px) {
  .delivery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.delivery .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}

.advantages {
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .advantages {
    padding: 24px 0;
  }
}
@media (max-width: 640px) {
  .advantages {
    background: #F5F5F5;
    padding: 24px 0 0 0;
  }
}
.advantages .section_title {
  color: #432918;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .advantages .section_title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1440px) {
  .advantages .accordion {
    max-width: calc(100% - 52px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 992px) {
  .advantages .accordion {
    max-width: 100%;
  }
}
.advantages .accordion_item {
  border-bottom: 1px solid #F5F5F5;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.advantages .accordion_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(50, 51, 52, 0.7);
  z-index: 2;
  opacity: 0;
}
.advantages .accordion_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  opacity: 0;
  transform: scale(1.5);
}
.advantages .accordion_item.active img {
  opacity: 1;
  transform: scale(1);
}
.advantages .accordion_item.active::before {
  opacity: 1;
}
.advantages .accordion_header {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #432918;
  text-align: left;
}
@media (max-width: 1440px) {
  .advantages .accordion_header {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .advantages .accordion_header {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .advantages .accordion_header {
    font-size: 20px;
  }
}
.advantages .accordion_icon {
  width: 20px;
  height: 10px;
  position: relative;
  transition: transform 0.35s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .advantages .accordion_icon {
    width: 14px;
    height: 7px;
  }
}
.advantages .accordion_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.advantages .accordion_content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 12px auto auto auto;
  max-width: 1280px;
  transition: 0.3s ease;
  padding: 0 24px;
  text-align: left;
}
@media (max-width: 1440px) {
  .advantages .accordion_content p {
    margin: 12px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .advantages .accordion_content p {
    font-size: 18px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages .accordion_content p {
    padding: 12px 24px 0 24px;
    margin: 0;
    font-size: 16px;
  }
}
.advantages .accordion_item.active .accordion_body {
  max-height: 500px;
}
.advantages .accordion_item.active span {
  color: #FFD500;
}
.advantages .accordion_item.active p {
  position: relative;
  z-index: 2;
}
.advantages .accordion_item.active .accordion_icon {
  transform: rotate(180deg);
}
.advantages .accordion_item.active .accordion_icon path {
  stroke: #FFFFFF;
}
.advantages_blocks {
  background: #F5F5F5;
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .advantages_blocks {
    padding: 24px 0;
  }
}
.advantages_blocks .section_title {
  margin-bottom: 48px;
  color: #432918;
}
@media (max-width: 1200px) {
  .advantages_blocks .section_title {
    margin-bottom: 24px;
  }
}
.advantages_blocks_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1200px) {
  .advantages_blocks_in {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .advantages_blocks_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .advantages_blocks_in {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages_blocks_card {
  padding: 24px;
  background: #FFFFFF;
  min-height: 240px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: 0.3s ease;
}
@media (max-width: 1200px) {
  .advantages_blocks_card {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .advantages_blocks_card {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    flex-direction: row;
  }
}
.advantages_blocks_card img {
  width: 64px;
  height: 64px;
}
@media (max-width: 992px) {
  .advantages_blocks_card img {
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
  }
}
.advantages_blocks_card h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .advantages_blocks_card h3 {
    font-size: 16px;
  }
}
.advantages_blocks_card:hover {
  background: #FFD500;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.certificates {
  padding: 48px 0;
  background: #F5F5F5;
}
@media (max-width: 1200px) {
  .certificates {
    padding: 24px 0;
  }
}
.certificates .section_title {
  margin-bottom: 48px;
  color: #432918;
}
@media (max-width: 1200px) {
  .certificates .section_title {
    margin-bottom: 24px;
  }
}
.certificates .certificatesSwiper img {
  border: 1px solid #292929;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.certificates .swiper-pagination {
  position: static;
  margin-top: 48px;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .certificates .swiper-pagination {
    margin-top: 24px;
    gap: 12px;
  }
}
.certificates .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .certificates .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.certificates .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}

.gallery {
  padding-bottom: 48px;
}
@media (max-width: 1200px) {
  .gallery {
    padding-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .gallery {
    padding: 24px 0;
  }
}
.gallery .section_title {
  margin-bottom: 48px;
  color: #432918;
}
@media (max-width: 1200px) {
  .gallery .section_title {
    margin-bottom: 24px;
  }
}
.gallery .gallerySwiper {
  overflow: visible;
}
.gallery .gallerySwiper img {
  cursor: pointer;
  border-radius: 15px;
}
.gallery .swiper-pagination {
  position: static;
  margin-top: 24px;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .gallery .swiper-pagination {
    margin-top: 24px;
    gap: 12px;
  }
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}

.contact {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact {
    min-height: auto;
    background: #292929;
  }
}
.contact iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact iframe {
    height: 360px;
    position: static;
  }
}
@media (max-width: 640px) {
  .contact iframe {
    height: 240px;
  }
}
.contact .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .contact .container {
    position: static;
  }
}
.contact_text {
  position: absolute;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 48px 48px 48px 24px;
  background: #292929;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .contact_text {
    padding: 48px;
  }
}
@media (max-width: 1200px) {
  .contact_text {
    padding: 24px 24px 24px 48px;
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .contact_text {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .contact_text {
    position: static;
    padding: 24px 0;
  }
}
.contact_text::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #292929;
}
@media (max-width: 1200px) {
  .contact_text::before {
    display: none;
  }
}
.contact_text h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
.contact_text .contact_link {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
.contact_text .contact_link li {
  display: flex;
  align-items: center;
}
.contact_text .contact_link a {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.contact_text .contact_link a:hover {
  color: #FFD500;
}
.contact_text .feadback_btn {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #FFD500;
  width: auto;
  text-align: left;
}
.contact_text address {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 362px;
}
.contact_text .social_media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_text .social_media a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.contact_text .social_media a:hover {
  border: 1px solid #FFD500;
  background: #FFD500;
}
.contact_text .social_media a:hover svg path {
  fill: #292929;
}

.microprism {
  background: #F5F5F5;
  padding: 48px 0 24px 0;
}
@media (max-width: 1200px) {
  .microprism {
    padding: 24px 0;
  }
}
.microprism a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  transition: 0.3s ease;
}
.microprism a:hover {
  color: #FFD500;
}
.microprism .section_title {
  margin-top: 12px;
  color: #432918;
}
.microprism_products {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .microprism_products {
    padding: 24px 0;
  }
}
.microprism_products h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .microprism_products h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .microprism_products h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.microprism_products .microprismSwiper img {
  width: 100%;
}
.microprism_products .microprismSwiper .swiper-pagination {
  position: static;
  margin-top: 24px;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .microprism_products .microprismSwiper .swiper-pagination {
    gap: 12px;
  }
}
.microprism_products .microprismSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .microprism_products .microprismSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.microprism_products .microprismSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}
.microprism_products .accordion {
  margin-top: 48px;
}
.microprism_products .accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.microprism_products .accordion__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
}
@media (max-width: 1200px) {
  .microprism_products .accordion__title {
    font-size: 24px;
  }
}
.microprism_products .accordion__icon {
  flex-shrink: 0;
  width: 24px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}
@media (max-width: 768px) {
  .microprism_products .accordion__icon {
    width: 19px;
    height: 9px;
  }
}
.microprism_products .accordion.active .accordion__icon {
  transform: rotate(180deg);
}
.microprism_products .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.microprism_products .accordion__inner {
  padding-top: 24px;
  border-top: 1px solid #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.microprism_products .accordion__subtitle {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  color: #292929;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .microprism_products .accordion__subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.microprism_products .accordion ul {
  padding-left: 20px;
}
.microprism_products .accordion li {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .microprism_products .accordion li {
    font-size: 18px;
  }
}
.microprism_products .list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
.microprism_products .accordion__note {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
}
@media (max-width: 768px) {
  .microprism_products .accordion__note {
    font-size: 16px;
  }
}
.microprism_products .accordion__btn {
  width: 201px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #292929;
  background: #FFD500;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media (max-width: 640px) {
  .microprism_products .accordion__btn {
    width: 100%;
    border: none;
  }
}
.microprism_products .accordion__btn:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}

.other_products {
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .other_products {
    padding: 24px 0;
  }
}
.other_products .section_title {
  padding-bottom: 24px;
  border-bottom: 2px solid #FFD500;
  color: #432918;
  margin-bottom: 48px;
  position: relative;
}
.other_products .section_title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #FFD500;
  width: 100vw;
}
@media (max-width: 1200px) {
  .other_products .section_title {
    margin-bottom: 24px;
  }
}
.other_products .tabs_nav {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .other_products .tabs_nav {
    margin-bottom: 24px;
  }
}
.other_products .tabs_btn {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
  transition: 0.3s;
}
.other_products .tabs_btn.active {
  text-decoration: underline;
}
.other_products .tabs_panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
}
.other_products .tabs_panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.other_products .swiperOtherProducts {
  overflow: visible;
}
.other_products-cards .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 1200px) {
  .other_products-cards .swiper-wrapper {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .other_products-cards .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .other_products-cards .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.other_products-card {
  border-radius: 8px;
  border: 1px solid #ABACAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: 0.3s ease;
  overflow: hidden;
  padding: 28px;
  min-height: 414px;
}
@media (max-width: 768px) {
  .other_products-card {
    min-height: auto;
  }
}
.other_products-card:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.other_products-card img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.other_products-card p {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #292929;
  opacity: 0.5;
}
.other_products-card h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  margin: 12px 0 8px 0;
}
.other_products-card .bottom_text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.other_products-card .bottom_text span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #00a91f;
}
.other_products-card .bottom_text span .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #00a91f;
}
.other_products-card .bottom_text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #292929;
}
.other_products .swiper-pagination {
  position: static;
  margin-top: 48px;
  display: none;
  align-items: start;
  gap: 16px;
}
@media (max-width: 640px) {
  .other_products .swiper-pagination {
    margin-top: 24px;
    gap: 12px;
    display: flex;
  }
}
.other_products .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .other_products .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.other_products .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}

.assortment {
  padding: 64px 0;
}
@media (max-width: 1200px) {
  .assortment {
    padding: 24px 0;
  }
}
.assortment .section_title {
  color: #432918;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .assortment .section_title {
    margin-bottom: 24px;
  }
}
.assortment_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 836px;
}
@media (max-width: 1200px) {
  .assortment_text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .assortment_text {
    gap: 12px;
  }
}
.assortment_text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
}
@media (max-width: 1200px) {
  .assortment_text p {
    font-size: 20px;
  }
}

.choose_diffuser {
  padding: 64px 0;
  background-image: url("../images/choose_diffuser_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1200px) {
  .choose_diffuser {
    padding: 24px 0;
  }
}
.choose_diffuser::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.9);
}
.choose_diffuser_text {
  position: relative;
  z-index: 2;
  max-width: 836px;
}
.choose_diffuser_text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 48px 0;
}
@media (max-width: 1200px) {
  .choose_diffuser_text p {
    margin: 24px 0;
    font-size: 20px;
  }
}
.choose_diffuser_text a {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFD500;
  width: 305px;
  height: 54px;
  border-radius: 6px;
  border: 1px solid #292929;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  margin-bottom: 24px;
}
.choose_diffuser_text a:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.choose_diffuser_text h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .choose_diffuser_text h3 {
    font-size: 20px;
  }
}

.equipment {
  background-image: url("../images/equipment_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 1200px) {
  .equipment {
    padding: 24px 0;
  }
}
.equipment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.8);
}
@media (max-width: 1200px) {
  .equipment::before {
    background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.75) 100%);
  }
}
.equipment .section_title {
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .equipment .section_title {
    margin-bottom: 24px;
  }
}
.equipment_in {
  position: relative;
  z-index: 2;
}
.equipment_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 836px;
}
.equipment_text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .equipment_text p {
    font-size: 20px;
  }
}
.equipment_text h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #FFD500;
}
@media (max-width: 768px) {
  .equipment_text h3 {
    font-size: 24px;
  }
}
.equipment_text ul {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.equipment_text ul li {
  position: relative;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .equipment_text ul li {
    font-size: 18px;
  }
}
.equipment_text ul li::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6E6E6E;
}

.product_slider {
  padding: 48px 0;
  max-width: 1868px;
  margin: auto;
}
@media (max-width: 768px) {
  .product_slider {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .product_slider .container {
    padding: 0 12px;
  }
}
.product_slider .productSliderSwiper {
  overflow: visible;
  position: relative;
}
.product_slider .productSliderSwiper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 272px;
  height: 100%;
  top: 0;
  left: -320px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
}
.product_slider .productSliderSwiper::after {
  content: "";
  position: absolute;
  right: -320px;
  width: 272px;
  height: 100%;
  top: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media (max-width: 640px) {
  .product_slider .productSliderSwiper .swiper-slide {
    margin-top: 0 !important;
  }
}
.product_slider .productSliderSwiper .swiper-slide img {
  width: 100%;
}
@media (max-width: 1200px) {
  .product_slider .productSliderSwiper .swiper-slide img {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .product_slider .productSliderSwiper .swiper-slide img {
    padding: 0;
  }
}
.product_slider .productSliderSwiper .product_slider_btns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
}
@media (max-width: 1200px) {
  .product_slider .productSliderSwiper .product_slider_btns {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .product_slider .productSliderSwiper .product_slider_btns {
    padding: 0;
  }
}
.product_slider .btn {
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .product_slider .btn {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1200px) {
  .product_slider .btn svg {
    width: 6px;
    height: 12px;
  }
}
.product_slider .swiper-pagination {
  position: static;
  display: none;
  align-items: start;
  justify-content: center;
  margin-top: 24px;
  gap: 12px;
}
@media (max-width: 640px) {
  .product_slider .swiper-pagination {
    display: flex;
  }
}
.product_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #432918;
  opacity: 1;
}
@media (max-width: 768px) {
  .product_slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.product_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD500;
}

.product_tabs {
  padding: 96px 0;
}
@media (max-width: 1200px) {
  .product_tabs {
    padding: 24px 0;
  }
}
.product_tabs .section_title {
  padding-bottom: 24px;
  border-bottom: 2px solid #FFD500;
  color: #432918;
  position: relative;
}
.product_tabs .section_title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #FFD500;
  width: 100vw;
}
@media (max-width: 1200px) {
  .product_tabs .section_title {
    margin-bottom: 24px;
  }
}
.product_tabs .tabs_nav {
  display: flex;
  align-items: start;
  gap: 24px;
  margin: 24px 0 28px 0;
}
@media (max-width: 992px) {
  .product_tabs .tabs_nav {
    margin: 24px 0;
    gap: 16px;
  }
}
.product_tabs .tabs_btn {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .product_tabs .tabs_btn {
    font-size: 20px;
  }
}
.product_tabs .tabs_btn.active {
  text-decoration: underline;
}
.product_tabs .tabs_panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
}
.product_tabs .tabs_panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.product_tabs_block h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  text-transform: uppercase;
  color: #432918;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .product_tabs_block h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .product_tabs_block h3 {
    font-size: 24px;
  }
}
.product_tabs_block_in {
  display: flex;
  align-items: start;
  gap: 48px;
}
@media (max-width: 1200px) {
  .product_tabs_block_in {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .product_tabs_block_in {
    flex-direction: column;
  }
}
.product_tabs_block_in img {
  width: 460px;
  height: auto;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .product_tabs_block_in img {
    width: 430px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .product_tabs_block_in img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .product_tabs_block_in img {
    height: 175px;
  }
}
.product_tabs_block .product_block_texts {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 616px;
}
.product_tabs_block .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .product_tabs_block .accordion-header {
    margin-bottom: 0;
  }
}
.product_tabs_block .accordion-header span {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  color: #292929;
}
@media (max-width: 992px) {
  .product_tabs_block .accordion-header span {
    font-size: 24px;
  }
}
.product_tabs_block .accordion-header svg {
  display: none;
}
@media (max-width: 992px) {
  .product_tabs_block .accordion-header svg {
    display: flex;
  }
}
.product_tabs_block .accordion-icon {
  transition: transform 0.3s;
}
.product_tabs_block .accordion-content {
  overflow: hidden;
  max-height: none;
}
.product_tabs_block .accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .product_tabs_block .accordion-content {
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  .product_tabs_block .accordion-item.active .accordion-content {
    max-height: 500px;
  }
}
.product_tabs_block .product_block_text h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  color: #292929;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .product_tabs_block .product_block_text h4 {
    font-size: 24px;
  }
}
.product_tabs_block .product_block_text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .product_tabs_block .product_block_text ul {
    margin-top: 16px;
  }
}
.product_tabs_block .product_block_text ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
  color: #292929;
  position: relative;
}
@media (max-width: 1200px) {
  .product_tabs_block .product_block_text ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .product_tabs_block .product_block_text ul li {
    font-size: 16px;
  }
}
.product_tabs_block .product_block_text ul li::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #292929;
}
.product_tabs_block .product_block_text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .product_tabs_block .product_block_text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .product_tabs_block .product_block_text p {
    font-size: 18px;
  }
}

.footer {
  background: #F5F5F5;
  padding: 48px 0;
}
@media (max-width: 640px) {
  .footer {
    padding: 48px 0 24px 0;
  }
}
.footer_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding-bottom: 48px;
  margin-bottom: 48px;
  display: flex;
  align-items: start;
  gap: 96px;
}
@media (max-width: 768px) {
  .footer_top {
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .footer_top {
    flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.footer_logo-block {
  display: flex;
  flex-direction: column;
  width: 124px;
}
@media (max-width: 640px) {
  .footer_logo-block {
    margin-bottom: 24px;
  }
}
.footer_logo-block a {
  width: 124px;
}
.footer_logo-block span {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  display: block;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .footer_logo-block span {
    display: none;
  }
}
.footer_block {
  margin-top: 17px;
}
@media (max-width: 640px) {
  .footer_block {
    margin-top: 0;
  }
}
.footer_block h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .footer_block h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.footer_block ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_block ul li {
  display: flex;
  align-items: center;
}
.footer_block ul a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  transition: 0.3s ease;
}
.footer_block ul a:hover {
  color: #FFD500;
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_bottom span, .footer_bottom p, .footer_bottom a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}
.footer_bottom a {
  transition: 0.3s ease;
}
.footer_bottom a:hover {
  color: #FFD500;
}/*# sourceMappingURL=style.css.map */

.possibilities_card {
    border-radius: 12px;
}
.about-images .swiper-slide img {
    border-radius: 12px !important;
}
.certificates .certificatesSwiper img {
    border-radius: 12px !important;
}