@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "GilroyM";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroyR";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroySB";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratR";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}
body:has(.mfp-ready) {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  body:has(.mfp-ready) {
    height: calc(var(--vh, 1vh) * 100);
  }
}

body.locked {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  body.locked {
    height: calc(var(--vh, 1vh) * 100);
  }
}

section {
  overflow: hidden;
}

a:focus {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 1560px;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1480px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1520px) {
  .container {
    max-width: 1400px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1320px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1160px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1110px) {
  .container {
    max-width: 990px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
}

a {
  text-decoration: none;
  font-style: normal;
}

p {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-popup {
  position: relative;
  margin: 0 auto;
  width: 494px;
  background: #fff;
  border-radius: 30px;
  padding: 50px 47px 58px;
}
@media screen and (max-width: 480px) {
  .order-popup {
    width: 100%;
    padding: 25px 23px 28px;
  }
}
.order-popup h2 {
  text-align: center;
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  color: #221F19;
  margin-bottom: 11px;
}
.order-popup > p {
  text-align: center;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
  margin-bottom: 33px;
}
.order-popup form div > p:has(input) span {
  display: block;
}
.order-popup form div > p:has(input) span span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 12px;
}
.order-popup form div > p:has(input[type=submit]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-popup form div > p:has(input[type=submit]) span.wpcf7-spinner {
  margin-top: 10px;
}
.order-popup form div > p:not(:first-child) {
  margin-top: 18px;
}
.order-popup form div > p:last-child {
  margin-top: 44px;
}
.order-popup form div > p > span {
  display: inline-block;
  width: 100%;
}
.order-popup form div > p > span.wpcf7-spinner {
  margin-top: 10px;
  width: 24px;
  margin: 0 auto;
}
.order-popup form div > p > span input[type=text],
.order-popup form div > p > span input[type=tel] {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid rgba(34, 31, 25, 0.3);
  border-radius: 15px;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
}
.order-popup form div > p > span input[type=text]:focus,
.order-popup form div > p > span input[type=tel]:focus {
  outline: 1px solid rgba(34, 31, 25, 0.3);
}
.order-popup form div > p input[type=submit] {
  width: 100%;
}

.mfp-close {
  right: 10px;
  top: 10px;
  background: url("../img/icons/close.svg") center no-repeat;
}
@media screen and (max-width: 480px) {
  .mfp-close {
    right: 2px;
    top: 0;
  }
}
.mfp-close:active {
  top: 10px;
}
@media screen and (max-width: 480px) {
  .mfp-close:active {
    top: 0;
  }
}
.mfp-close:hover {
  cursor: pointer;
}

.cart-popup {
  position: relative;
  margin: 0 auto;
  width: 750px;
  background: #fff;
  border-radius: 30px;
  padding: 50px 60px 56px;
}
@media screen and (max-width: 992px) {
  .cart-popup {
    width: 100%;
    padding: 25px 23px 28px;
  }
}
.cart-popup h2 {
  text-align: center;
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  color: #221F19;
  margin-bottom: 11px;
}
.cart-popup > p {
  text-align: center;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
  margin-bottom: 30px;
}
.cart-popup p:has(input) span {
  display: block;
}
.cart-popup p:has(input) span span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 12px;
}
.cart-popup p:has(textarea) {
  margin-bottom: 0;
}
.cart-popup p:has(input[type=submit]) {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-popup p:has(input[type=submit]) .wpcf7-spinner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cart-popup p:has(input[type=submit]) input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 208px;
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts__data a[href^="tel:"] {
  font-family: "GilroySB";
  font-size: 24px;
  line-height: 120%;
  color: #221F19;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .contacts__data a[href^="tel:"] {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .contacts__data a[href^="tel:"] {
    font-size: 24px;
  }
}
.contacts__data a[href^="tel:"]:hover {
  color: #fcde86;
}
.contacts__data a[href^="mailto:"] {
  font-family: "GilroyM";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .contacts__data a[href^="mailto:"] {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .contacts__data a[href^="mailto:"] {
    display: none;
  }
}
.contacts__data a[href^="mailto:"]:hover {
  color: #fcde86;
}

.menu li a {
  color: #221F19;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "GilroyM";
  line-height: 120%;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .menu li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  .menu li a {
    font-size: 18px;
  }
}
.menu li a:active,
.menu li a :visited {
  color: #221F19;
}
.menu li a:hover {
  color: #fcde86;
}
@media screen and (max-width: 1440px) {
  .menu.mob li a {
    font-size: 18px;
  }
}

h2.title {
  position: relative;
  font-family: "GilroyM";
  font-size: 40px;
  line-height: 117%;
  color: #221F19;
  display: block;
  height: 67px;
}
@media screen and (max-width: 1200px) {
  h2.title {
    font-size: 32px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  h2.title {
    font-size: 24px;
    height: 38px;
  }
}
h2.title:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(185, 144, 65)), to(rgb(156, 114, 31)));
  background: linear-gradient(180deg, rgb(185, 144, 65) 0%, rgb(156, 114, 31) 100%);
  bottom: 0;
}
h2.title.white {
  color: #fff;
}

.button {
  display: block;
  padding: 19px 45px;
  border-radius: 30px;
  border: transparent;
  background: #fcde86;
  color: #221F19;
  font-family: "GilroyM";
  line-height: 120%;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.button:hover {
  background: #221F19;
  color: #fff;
}

@-webkit-keyframes pulseGrow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.087);
            transform: scale(1.087);
  }
}

@keyframes pulseGrow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.087);
            transform: scale(1.087);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes opacity {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.8;
  }
}
.button-wrapper:has(a.circle.black):after {
  background: #221F19;
}

.button-wrapper:has(a.circle) {
  position: relative;
  width: 250px;
  height: 250px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .button-wrapper:has(a.circle) {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .button-wrapper:has(a.circle) {
    width: 200px;
    height: 200px;
    margin-right: 15px;
  }
}
.button-wrapper:has(a.circle):before {
  display: block;
  width: 250px;
  height: 250px;
  content: "";
  position: absolute;
  border-radius: 50%;
  will-change: opacity;
  -webkit-animation: opacity 1s infinite alternate linear;
          animation: opacity 1s infinite alternate linear;
}
@media screen and (max-width: 1280px) {
  .button-wrapper:has(a.circle):before {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .button-wrapper:has(a.circle):before {
    width: 200px;
    height: 200px;
  }
}
.button-wrapper:has(a.circle):after {
  display: block;
  width: 230px;
  height: 230px;
  content: "";
  position: absolute;
  border-radius: 50%;
  will-change: transform;
  background: #fff;
  z-index: -1;
  -webkit-animation: pulseGrow 1s infinite alternate linear;
          animation: pulseGrow 1s infinite alternate linear;
}
@media screen and (max-width: 1280px) {
  .button-wrapper:has(a.circle):after {
    width: 205px;
    height: 205px;
  }
}
@media screen and (max-width: 768px) {
  .button-wrapper:has(a.circle):after {
    width: 180px;
    height: 180px;
  }
}
.button-wrapper:has(a.circle):has(a.circle:hover):before {
  -webkit-animation: none;
          animation: none;
}
.button-wrapper:has(a.circle):has(a.circle:hover):after {
  -webkit-animation: none;
          animation: none;
}
.button-wrapper:has(a.circle):has(a.circle.white):before {
  background-color: #fff;
}
.button-wrapper:has(a.circle):has(a.circle.black):before {
  background-color: #221F19;
}

a.circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroyM";
  line-height: 120%;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  will-change: transform;
}
@media screen and (max-width: 1280px) {
  a.circle {
    width: 205px;
    height: 205px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  a.circle {
    width: 180px;
    height: 180px;
    font-size: 14px;
  }
}
a.circle.white {
  background: #fff;
  color: #221F19;
}
a.circle.white:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation: none;
          animation: none;
}
a.circle.black {
  background: #221F19;
  color: #fff;
}
a.circle.black:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation: none;
          animation: none;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.socials li {
  height: 52px;
  width: 51px;
}
.socials li a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.socials li a:hover {
  -webkit-transform: scale(1.1) rotate(15deg);
          transform: scale(1.1) rotate(15deg);
}

.hamburger {
  display: none;
  position: relative;
  min-width: 29px;
  height: 20.5px;
}
@media screen and (max-width: 1280px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 3px;
  background: #fcde86;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
}
.hamburger:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fcde86;
  border-radius: 1px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
}
.hamburger:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fcde86;
  border-radius: 1px;
  bottom: 0;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hamburger.active span {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.hamburger.active:before {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
          transform: translateY(8.5px) rotate(-45deg);
}
.hamburger.active:after {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
          transform: translateY(-8.5px) rotate(45deg);
}

nav.breadcrumbs span {
  font-family: "GilroyR";
  font-size: 16px;
  color: #221F19;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  nav.breadcrumbs span {
    font-size: 14px;
  }
}
nav.breadcrumbs span:not(:last-child):after {
  display: inline-block;
  content: "/";
  font-family: "GilroyR";
  font-size: 16px;
  color: #221F19;
  line-height: 120%;
  margin: 0 10px;
}
nav.breadcrumbs span a {
  display: inline-block;
  font-family: "GilroyR";
  font-size: 16px;
  color: rgba(34, 31, 25, 0.5019607843);
  line-height: 120%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.breadcrumbs span a:active {
  color: rgba(34, 31, 25, 0.5019607843);
}
nav.breadcrumbs span a:visited {
  color: rgba(34, 31, 25, 0.5019607843);
}
nav.breadcrumbs span a:hover {
  color: #fcde86;
}

input.wpcf7-not-valid {
  border: 1px solid #C13515 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  color: #221F19;
  font-family: "GilroyR";
  font-size: 14px;
  line-height: 120%;
  border: transparent;
}
@media screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.mfp-wrap {
  z-index: 999999 !important;
}

.mfp-bg.mfp-ready {
  z-index: 999999 !important;
}

body:not(.home) .header {
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  border-radius: 0;
  z-index: 9999;
  background: #fff;
}

.header {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: #fff;
  border-radius: 45px;
  max-width: 1680px;
  width: calc(100vw - 92px);
  height: 90px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1280px) {
  .header__menu-mob {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__menu-mob .contacts {
    display: none;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  .header__menu-mob .contacts__data {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .header .contacts.desc a[href^="tel:"] {
    display: none;
  }
  .header .contacts.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .contacts.mob .contacts__data {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 26px;
    width: calc(100vw - 40px);
    height: 60px;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    width: calc(100vw - 22px);
    padding: 0 16px;
    top: 20px;
  }
}
.header .logo {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .header .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .header .logo {
    margin-right: 20px;
    min-width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    min-width: 116px;
    width: 116px;
  }
}
@media screen and (max-width: 480px) {
  .header .logo {
    min-width: 106px;
    width: 106px;
    margin-right: 5px;
  }
}
.header__container {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 45px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 1440px) {
  .header__container {
    padding: 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 0;
    height: 60px;
  }
}
.header__menu {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .header__menu.desc {
    display: none;
  }
}
.header__menu-mob {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__menu li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .header__menu li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1520px) {
  .header__menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .header__menu li:not(:last-child) {
    margin-right: 15px;
  }
}
.header__contacts {
  margin-right: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .header__contacts {
    margin-right: 24px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .header__contacts {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1440px) {
  .header__contacts .button {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__contacts .button {
    padding: 11.5px 31.5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header__contacts .button {
    padding: 11.5px 18.5px;
  }
}
.header__contacts .contacts__data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .header__contacts .contacts__data {
    margin-right: 71px;
  }
  .header__contacts .contacts__data a[href^="mailto:"] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__contacts .contacts__data {
    margin-right: 0;
  }
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F1F6FF;
  border-radius: 13px;
  min-width: 58px;
  width: 58px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__lang:has(a.active:first-child):before {
  display: block;
}
.header__lang:has(a.active:last-child):after {
  display: block;
}
.header__lang a {
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 13px;
  font-family: "GilroyR";
  line-height: 120%;
  font-size: 12px;
  color: #221F19;
  height: 100%;
  text-align: center;
}
.header__lang a:not(.active):hover span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fcde86;
}
.header__lang a span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header__lang a:first-child span {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.header__lang a:last-child span {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.header__lang:before {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 33px;
  background: #F1F6FF;
  border-radius: 13px;
}
.header__lang:after {
  display: none;
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 33px;
  border-radius: 13px;
  background: #F1F6FF;
}
@media screen and (max-width: 1280px) {
  .header__lang.desc {
    display: none;
  }
}
.header.fixed {
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  border-radius: 0;
}
.header.adapt {
  max-width: unset;
  width: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  border-radius: 0;
}
.header.adapt:has(.header__menu-mob.active) {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .header.adapt:has(.header__menu-mob.active) .contacts.desc {
    display: none;
  }
  .header.adapt:has(.header__menu-mob.active) .header__container {
    height: 90px;
  }
}
.header.adapt .header__menu-mob.active {
  display: block;
}
.header.adapt .header__menu-mob.active {
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 90px);
  background: #fff;
  opacity: 1;
  visibility: visible;
  padding: 40px 33px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header.adapt .header__menu-mob.active {
    top: 60px;
  }
}
.header.adapt .header__menu-mob.active .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
  margin-left: auto;
}
.header.adapt .header__menu-mob.active .menu li:not(:last-child) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .header.adapt .header__menu-mob.active .contacts__button {
    text-align: center;
    width: 100%;
  }
}
.header.adapt .header__menu-mob.active .socials {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.adapt .header__menu-mob.active .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.home {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), rgba(14, 98, 245, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(14, 98, 245, 0.3);
}

.home {
  position: relative;
}
.home > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home > video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home__container {
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1600px) {
  .home__container {
    height: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .home__container {
    height: 100vw;
    max-height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .home__container {
    max-height: unset;
    height: 750px;
  }
}
.home__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .home__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home__content .home__text {
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  .home__content .home__text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .home__content .home__text {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.home__content .home__text h1 {
  font-family: "GilroySB";
  line-height: 110%;
  font-size: 100px;
  color: #fff;
  max-width: 1084px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .home__content .home__text h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 992px) {
  .home__content .home__text h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home__content .home__text h1 {
    font-size: calc(40px + 10 * (100vw - 375px) / 393);
    max-width: 479px;
  }
}
@media screen and (max-width: 480px) {
  .home__content .home__text h1 {
    font-size: 40px;
  }
}
.home__content .home__text p {
  font-family: "GilroyM";
  line-height: 120%;
  font-size: 28px;
  color: #fff;
  max-width: 595px;
}
@media screen and (max-width: 1280px) {
  .home__content .home__text p {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .home__content .home__text p {
    font-size: 20.5px;
  }
}
@media screen and (max-width: 768px) {
  .home__content .home__text p {
    font-size: 18px;
    max-width: 374px;
  }
}
@keyframes pulseGrow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.087);
            transform: scale(1.087);
  }
}
@keyframes opacity {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.8;
  }
}

.production {
  padding: 90px 0 113px;
}
@media screen and (max-width: 768px) {
  .production {
    padding: 40px 0 65px;
  }
}
.production__container h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .production__container h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .production__container h2 {
    margin-bottom: 30px;
  }
}
.production__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
}
@media screen and (max-width: 640px) {
  .production__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.production__content p {
  max-width: 1119px;
  font-family: "GilroyM";
  font-size: 34px;
  line-height: 120%;
  color: #221F19;
}
@media screen and (max-width: 1200px) {
  .production__content p {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .production__content p {
    font-size: 20px;
  }
}
.production__swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 81px;
}
@media screen and (max-width: 768px) {
  .production__swiper {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 480px) {
  .production__swiper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .production__swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.production__swiper .swiper-slide {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .production__swiper .swiper-slide {
    width: 100%;
  }
}
.production__swiper .swiper-slide:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .production__swiper .swiper-slide:not(:last-child) {
    margin-right: 0;
  }
}
.production__swiper .swiper-slide:nth-child(even) h3 {
  color: #fff;
}
.production__swiper .swiper-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-height: 450px;
  height: 30vw;
  padding: 50px 20px 20px 50px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .production__swiper .swiper-slide > div {
    padding: 35px 20px 20px 35px;
  }
}
@media screen and (max-width: 992px) {
  .production__swiper .swiper-slide > div {
    padding: 30px 20px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .production__swiper .swiper-slide > div {
    padding: 24px 14px 14px 30px;
  }
}
@media screen and (max-width: 640px) {
  .production__swiper .swiper-slide > div {
    min-height: 234px;
    height: 50vw;
    min-width: 354px;
  }
}
@media screen and (max-width: 480px) {
  .production__swiper .swiper-slide > div {
    min-width: unset;
  }
}
.production__swiper .swiper-slide > div img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.production__swiper .swiper-slide > div .swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.production__swiper .swiper-slide h3 {
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  max-width: 417px;
  position: relative;
  color: #221F19;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .production__swiper .swiper-slide h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .production__swiper .swiper-slide h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .production__swiper .swiper-slide h3 {
    font-size: 20px;
    max-width: 250px;
  }
}
.production__swiper .swiper-slide .button {
  position: relative;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .production__swiper .swiper-slide .button {
    padding: 15px 43px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .production__swiper .swiper-slide .button {
    padding: 11.5px 42.5px;
    font-size: 14px;
  }
}
.production__swiper .swiper-slide .arrow {
  z-index: 5;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .production__swiper .swiper-slide .arrow {
    width: 49.2px;
    height: 49.2px;
  }
}
@media screen and (max-width: 768px) {
  .production__swiper .swiper-slide .arrow {
    width: 40px;
    height: 40px;
  }
}
.production__swiper .swiper-slide .arrow:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.production__swiper .swiper-slide .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.characteristics {
  background: #F1F6FF;
  padding: 77px 0 41px;
  height: 790px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .characteristics {
    height: 715px;
  }
}
@media screen and (max-width: 768px) {
  .characteristics {
    padding: 40px 0 41px;
    height: 639px;
  }
}
@media screen and (max-width: 640px) {
  .characteristics {
    height: auto;
  }
}
.characteristics__container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.characteristics__container h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .characteristics__container h2 {
    left: 30px;
    right: 30px;
  }
}
.characteristics .bg-img {
  height: 50%;
  position: absolute;
  width: auto;
  bottom: 41px;
  left: 0;
  right: 0;
  max-height: 354px;
  background: url("../img/chars-bg.webp") bottom repeat-x;
}
@media screen and (max-width: 640px) {
  .characteristics .bg-img {
    background: url("../img/chars-bg-mob.webp") right repeat-y;
    height: 100%;
    max-height: unset;
    bottom: 0;
    right: 0;
  }
}
.characteristics__list {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 20px;
}
@media screen and (max-width: 1280px) {
  .characteristics__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .characteristics__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding-top: 80px;
  }
}
.characteristics__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 25px 37px;
  gap: 17px;
  width: 29.6%;
}
@media screen and (max-width: 1280px) {
  .characteristics__list li {
    max-width: 500px;
    width: 48%;
    padding: 25px 29px;
  }
}
@media screen and (max-width: 768px) {
  .characteristics__list li {
    padding: 25px 17px 25px 20px;
  }
}
@media screen and (max-width: 640px) {
  .characteristics__list li {
    width: 100%;
    max-width: 450px;
  }
}
.characteristics__list li p {
  font-family: "GilroyM";
  line-height: 120%;
  font-size: 20px;
  color: #221F19;
}
@media screen and (max-width: 1280px) {
  .characteristics__list li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .characteristics__list li p {
    font-size: 16px;
  }
}
.characteristics__list li:nth-child(3) {
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .characteristics__list li:nth-child(3) {
    margin-right: 0;
  }
}
.characteristics__list li:nth-child(4) {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .characteristics__list li:nth-child(4) {
    margin-left: 0;
  }
}
.characteristics__list li > div {
  position: relative;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: #221F19;
  border-radius: 50%;
}
.characteristics__list li > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.coop {
  padding: 90px 0 0;
  position: relative;
  background: #221F19;
}
@media screen and (max-width: 1110px) {
  .coop {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .coop {
    padding: 40px 0 0;
  }
}
.coop-bg {
  bottom: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 336px;
  background: url("../img/coop-bg.webp") left bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .coop-bg {
    max-height: unset;
    height: 100%;
    width: 56%;
    background: url("../img/coop-bg-mob.webp") left center no-repeat;
  }
}
.coop__container {
  padding-bottom: 159px;
}
@media screen and (max-width: 1110px) {
  .coop__container {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .coop__container {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 640px) {
  .coop__container {
    padding-bottom: 65px;
  }
}
.coop__container h2 {
  margin-bottom: 112px;
}
@media screen and (max-width: 1110px) {
  .coop__container h2 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .coop__container h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .coop__container h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .coop__container h2 {
    font-size: 22.5px;
  }
}
.coop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1110px) {
  .coop__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.coop__list li {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 33px 60px;
  background: rgba(241, 246, 255, 0.1882352941);
  border-radius: 30px;
  z-index: 15;
}
@media screen and (max-width: 1280px) {
  .coop__list li {
    padding: 40px 31.5px 60px 32.5px;
  }
}
@media screen and (max-width: 1110px) {
  .coop__list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .coop__list li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.coop__list li img {
  height: 30px;
  width: 30px;
}
.coop__list li h3 {
  margin-bottom: 20px;
  font-family: "GilroyM";
  color: #fff;
  font-size: 30px;
  line-height: 120%;
}
@media screen and (max-width: 1280px) {
  .coop__list li h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .coop__list li h3 {
    font-size: 20px;
  }
}
.coop__list li p {
  font-family: "MontserratR";
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1280px) {
  .coop__list li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1110px) {
  .coop__list li p {
    font-size: 16px;
  }
}

.applying {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .applying {
    padding: 65px 0;
  }
}
@media screen and (max-width: 768px) {
  .applying {
    padding: 40px 0 49px;
  }
}
@media screen and (max-width: 640px) {
  .applying {
    padding: 40px 0 56px;
  }
}
.applying h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .applying h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .applying h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .applying h2 {
    font-size: 21.5px;
  }
}
.applying-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 72.7%;
  background: url("../img/appl-bg.webp") right no-repeat;
  background-size: contain;
  max-width: 773px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .applying-bg {
    height: 51.7%;
    bottom: 9%;
    top: unset;
    -webkit-transform: none;
            transform: none;
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .applying-bg {
    height: 523px;
    max-width: 73.4%;
  }
}
@media screen and (max-width: 480px) {
  .applying-bg {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.applying__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .applying__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
.applying__content p {
  font-size: 34px;
  line-height: 120%;
  font-family: "GilroyM";
  color: black;
  max-width: 906px;
}
@media screen and (max-width: 1280px) {
  .applying__content p {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .applying__content p {
    font-size: 20px;
    max-width: 438px;
  }
}
.applying__button {
  margin-right: 128px;
}
@media screen and (max-width: 1280px) {
  .applying__button {
    margin-right: 89px;
  }
}
@media screen and (max-width: 768px) {
  .applying__button {
    margin-right: 49px;
  }
}
@media screen and (max-width: 640px) {
  .applying__button {
    margin-right: 0;
  }
}
.applying__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 750px;
  gap: 20px 20px;
  margin-bottom: 71px;
}
@media screen and (max-width: 1280px) {
  .applying__list {
    height: 640px;
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 768px) {
  .applying__list {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px) {
  .applying__list {
    height: auto;
    margin-bottom: 50px;
  }
}
.applying__list li {
  position: relative;
  width: calc(33.3333333333% - 13.3333333333px);
  height: calc(50% - 10px);
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .applying__list li {
    width: calc(50% - 10px);
    height: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .applying__list li {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .applying__list li {
    height: 200px;
  }
}
.applying__list li h3 {
  position: absolute;
  left: 40px;
  top: 50px;
  font-size: 30px;
  line-height: 117%;
  font-family: "GilroyM";
  color: black;
}
@media screen and (max-width: 1280px) {
  .applying__list li h3 {
    font-size: 25px;
    top: 35px;
    left: 40px;
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .applying__list li h3 {
    font-size: 20px;
    top: 30px;
    left: 30px;
  }
}
.applying__list li:first-child {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .applying__list li:first-child img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}
@media screen and (max-width: 1280px) {
  .applying__list li:first-child {
    height: calc(66.6666666667% - 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .applying__list li:first-child {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .applying__list li:first-child {
    height: 200px;
  }
}
.applying__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .applying__list li img {
    background-position: top;
  }
}

.claim {
  padding: 40px 0 38px;
  background: #F1F6FF;
}
@media screen and (max-width: 768px) {
  .claim {
    padding: 61px 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .claim {
    padding: 54px 0 24px;
  }
}
.claim .callback__info {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 1280px) {
  .claim .callback__info {
    height: auto;
    width: 100%;
  }
}
.claim .callback__heading {
  max-width: unset;
}
.claim .callback__heading h3 {
  font-family: "GilroySB";
  font-size: 100px;
  line-height: 110%;
}
@media screen and (max-width: 1440px) {
  .claim .callback__heading h3 {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  .claim .callback__heading h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .claim .callback__heading h3 {
    margin-bottom: 0;
  }
}
.claim .callback__socials p {
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .claim .callback__socials p {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .claim .callback__socials p {
    font-size: 20px;
  }
}
.claim .callback__socials .socials {
  margin-top: 0;
}
.about {
  padding: 90px 0 80px;
}
@media screen and (max-width: 992px) {
  .about {
    padding: 65px 0 55px;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 40px 0 30px;
  }
}
.about h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .about h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about h2 {
    margin-bottom: 30px;
  }
}
.about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .about__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
}
.about__img {
  max-width: 493px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 96px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .about__img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .about__img {
    max-width: 354px;
    min-width: 254px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .about__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about__text {
  max-width: 806px;
}
.about__text p {
  color: #221F19;
  font-family: "GilroyR";
  line-height: 117%;
  font-size: 26px;
}
@media screen and (max-width: 1280px) {
  .about__text p {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  .about__text p {
    font-size: 16px;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about__qualities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
}
@media screen and (max-width: 640px) {
  .about__qualities {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.about__qualities li {
  width: calc(33.3333333333% - 19px);
  background: #F1F6FF;
  border-radius: 30px;
  padding: 70px 50px;
  color: #221F19;
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about__qualities li:nth-child(2) {
  background: #fcde86;
}
@media screen and (max-width: 1280px) {
  .about__qualities li {
    font-size: 22px;
    padding: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about__qualities li {
    padding: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about__qualities li {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .about__qualities li {
    width: 100%;
  }
}

.wrapper:has(section.about) {
  position: relative;
  overflow: hidden;
}
.wrapper:has(section.about) .about-bg {
  overflow: visible;
  max-width: 995px;
  max-height: 995px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20%;
  right: 0;
  background: url("../img/about-bg.webp") top right no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .wrapper:has(section.about) .about-bg {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper:has(section.about) .about-bg {
    height: 100%;
    max-width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper:has(section.about) .about-bg {
    max-width: 65%;
    top: 24%;
  }
}

.partners {
  padding: 75px 0 187px;
}
@media screen and (max-width: 1280px) {
  .partners {
    padding: 75px 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .partners {
    padding: 52px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 41px 0 55px;
  }
}
@media screen and (max-width: 640px) {
  .partners {
    padding: 30px 0 40px;
  }
}
.partners h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .partners h2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .partners h2 {
    margin-bottom: 37px;
  }
}
.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .partners__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .partners__list li {
    width: calc(33.3333333333% - 6.6666666667px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .partners__list li img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 100%;
  }
}

.policy {
  padding: 130px 0 100px;
}
.policy .breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 81px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .policy {
    padding: 81px 0 40px;
  }
}
.policy h2 {
  color: #221F19;
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 30px;
  margin-bottom: 79px;
}
@media screen and (max-width: 768px) {
  .policy h2 {
    font-size: 27px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .policy h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.policy h4 {
  color: #221F19;
  font-family: "GilroySB";
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .policy h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .policy h4 {
    font-size: 14px;
  }
}
.policy h4:not(:first-of-type) {
  margin-top: 20px;
}
.policy p {
  color: #221F19;
  font-family: "GilroyR";
  line-height: 120%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .policy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .policy p {
    font-size: 14px;
  }
}
.policy p :not(:last-child) {
  margin-bottom: 20px;
}

.error {
  height: 100vh;
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .error {
    padding-top: 60px;
  }
}
.error__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error h1 {
  color: #221F19;
  font-family: "GilroySB";
  font-size: 100px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .error h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 480px) {
  .error h1 {
    font-size: 60px;
  }
}
.error h2 {
  color: #221F19;
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .error h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .error h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.error p {
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error p {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .error p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.card {
  padding: 130px 0 100px;
}
.card .breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 81px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .card {
    padding: 81px 0 40px;
  }
}

.product__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 129px;
}
@media screen and (max-width: 1280px) {
  .product__data {
    margin-bottom: 91px;
  }
}
@media screen and (max-width: 768px) {
  .product__data {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 640px) {
  .product__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__gallery {
  width: 50%;
  margin-right: 50px;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .product__gallery {
    width: 100%;
  }
}
.product__qualities {
  width: calc(50% - 50px);
}
@media screen and (max-width: 640px) {
  .product__qualities {
    width: 100%;
  }
}
.product__qualities h2 {
  color: #221F19;
  font-family: "GilroyM";
  font-size: 40px;
  line-height: 117%;
  max-width: 596px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .product__qualities h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .product__qualities h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .product__qualities h2 {
    font-size: 22px;
  }
}
.product__qualities .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .product__qualities .button {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  .product__qualities .button {
    padding: 11.5px 31.5px;
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .product__qualities .button {
    margin-bottom: 40px;
  }
}
.product__qualities .accordion button {
  width: 100%;
  padding: 12px 0 20px;
  outline: none;
  border: transparent;
  text-align: left;
  position: relative;
  background: #fff;
  color: #221F19;
  font-family: "GilroyM";
  font-size: 24px;
  line-height: 117%;
}
.product__qualities .accordion button + div {
  border-bottom: 1px solid #fcde86;
}
@media screen and (max-width: 1280px) {
  .product__qualities .accordion button {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product__qualities .accordion button {
    font-size: 16px;
  }
}
.product__qualities .accordion button:after {
  position: absolute;
  content: "";
  background: url("../img/icons/accordion-arrow.svg") center center no-repeat;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 21.54px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .product__qualities .accordion button:after {
    width: 15px;
    height: 6px;
  }
}
.product__qualities .accordion button:not(.active) + div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product__qualities .accordion button.active {
  border: none;
}
.product__qualities .accordion button.active + div {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-height: 100px;
}
.product__qualities .accordion button.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.product__qualities .accordion div {
  overflow: hidden;
}
.product__qualities .accordion div p {
  padding: 20px 0;
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1280px) {
  .product__qualities .accordion div p {
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product__qualities .accordion div p {
    padding: 10px 0;
    font-size: 12px;
  }
}
.product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .product__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__description .description__general {
  width: 50%;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .product__description .description__general {
    width: 100%;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 640px) {
  .product__description .description__general {
    margin-bottom: 40px;
  }
}
.product__description .description__general h4 {
  color: #221F19;
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .product__description .description__general h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.product__description .description__general p {
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .product__description .description__general p {
    font-size: 14px;
  }
}
.product__description .description__general p:not(:last-child) {
  margin-bottom: 30px;
}
.product__description .description__general ul {
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .product__description .description__general ul {
    font-size: 14px;
  }
}
.product__description .description__general ul li {
  list-style: disc;
}
.product__description .description__general ul:not(:last-child) {
  margin-bottom: 30px;
}
.product__description .description__additional {
  width: calc(50% - 50px);
}
@media screen and (max-width: 992px) {
  .product__description .description__additional {
    width: 100%;
  }
}
.product__description .description__additional h4 {
  color: #221F19;
  font-family: "GilroyM";
  font-size: 30px;
  line-height: 117%;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .product__description .description__additional h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.product__description .description__additional p {
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .product__description .description__additional p {
    font-size: 14px;
  }
}
.product__description .description__additional p:not(:last-child) {
  margin-bottom: 30px;
}
.product__description .description__additional ul {
  color: #221F19;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .product__description .description__additional ul {
    font-size: 14px;
  }
}
.product__description .description__additional ul:not(:last-child) {
  margin-bottom: 30px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .gallery {
    margin-bottom: 20px;
  }
}
.gallery__main {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 21px;
  height: 450px;
}
.gallery__main .prev {
  display: none;
  z-index: 5;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
}
.gallery__main .prev:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 640px) {
  .gallery__main .prev {
    display: block;
  }
}
.gallery__main .prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.gallery__main .next {
  display: none;
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
}
.gallery__main .next:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 640px) {
  .gallery__main .next {
    display: block;
  }
}
.gallery__main .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 640px) {
  .gallery__main {
    display: block;
  }
}
.gallery__main > .swiper-wrapper {
  display: none;
}
.gallery__main > .swiper-wrapper .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .gallery__main > .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .gallery__main > img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .gallery__main {
    height: 27.6vw;
  }
}
@media screen and (max-width: 640px) {
  .gallery__main {
    height: 56.25vw;
  }
}
.gallery__main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery__thumbs {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .gallery__thumbs {
    display: none;
  }
}
.gallery__thumbs .swiper-slide {
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  height: auto;
}
.gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__swiper {
  height: 162px;
}
@media screen and (max-width: 1600px) {
  .gallery__swiper {
    height: 9.88vw;
  }
}

.qualities__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .qualities__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .qualities__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.qualities__heading .article {
  color: rgba(34, 31, 25, 0.5019607843);
  font-family: "GilroyR";
  font-size: 14px;
  line-height: 120%;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .qualities__heading .article {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 13px;
  }
}

.footer {
  background-color: #221F19;
}
.footer .wrapper {
  background-color: #F1F6FF;
  padding: 50px 0;
  position: relative;
}
.footer .wrapper .callback-bg {
  max-width: 600px;
  max-height: 600px;
  position: absolute;
  height: 65.5%;
  width: 100%;
  top: 15px;
  left: 39%;
  background: url("../img/footer-form-bg.webp") center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .footer .wrapper .callback-bg {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer .wrapper .callback-bg {
    background: url("../img/footer-form-bg-tab.webp") center right no-repeat;
    left: unset;
    right: 0;
    max-width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrapper .callback-bg {
    background: url("../img/footer-form-bg-mob.webp") center right no-repeat;
    left: unset;
    right: 0;
    max-width: 50%;
    background-size: contain;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media screen and (max-width: 576px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: unset;
  }
}
.footer__content a.logo {
  max-width: 208px;
}
@media screen and (max-width: 576px) {
  .footer__content a.logo {
    margin-bottom: 2px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-family: "GilroyR";
  font-size: 12px;
  line-height: 120%;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .footer__links {
    margin-bottom: 32px;
  }
}
.footer__links a,
.footer__links a:active,
.footer__links a:visited,
.footer__links span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__links a:hover {
  color: #fcde86;
}
.footer__dev {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 576px) {
  .footer__dev {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__dev a,
.footer__dev :active,
.footer__dev a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroyR";
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__dev a img,
.footer__dev :active img,
.footer__dev a:visited img {
  width: auto;
  height: 16px;
  margin-right: 8px;
}
.footer__dev a:hover {
  color: #fcde86;
}

.callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .callback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.callback__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 69px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1280px) {
  .callback__info {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .callback__info {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .callback__info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: auto;
    width: 100%;
  }
}
.callback__info .socials {
  margin-top: -120px;
}
@media screen and (max-width: 1280px) {
  .callback__info .socials {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .callback__info .socials {
    margin: 0;
    margin-bottom: 40px;
  }
}
.callback__heading {
  max-width: 554px;
}
@media screen and (max-width: 1280px) {
  .callback__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .callback__heading {
    margin-bottom: 40px;
  }
}
.callback__heading h3 {
  color: #221F19;
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .callback__heading h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .callback__heading h3 {
    font-size: 24px;
  }
}
.callback__heading p {
  color: #221F19;
  font-family: "GilroyR";
  line-height: 117%;
  font-size: 26px;
}
@media screen and (max-width: 1280px) {
  .callback__heading p {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  .callback__heading p {
    font-size: 16px;
  }
}
.callback .contacts {
  margin-bottom: 26px;
}
.callback .contacts__data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.callback .contacts__data a[href^="tel:"] {
  font-family: "GilroySB";
  line-height: 110%;
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .callback .contacts__data a[href^="tel:"] {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  .callback .contacts__data a[href^="tel:"] {
    font-size: 34px;
  }
}
.callback .contacts__data a[href^="mailto:"] {
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .callback .contacts__data a[href^="mailto:"] {
    font-size: 27px;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .callback .contacts__data a[href^="mailto:"] {
    font-size: 24px;
  }
}
.callback__schedule h4 {
  color: #2F2F2F;
  font-family: "GilroyR";
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 14px;
}
.callback__schedule p {
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 30px;
  color: #221F19;
}
@media screen and (max-width: 1280px) {
  .callback__schedule p {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .callback__schedule p {
    font-size: 20px;
  }
}
.callback__form {
  padding: 50px 60px 64px;
  background: #fff;
  border-radius: 30px;
  width: calc(50% - 20px);
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .callback__form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .callback__form {
    padding: 30px 30px 38px;
  }
}
@media screen and (max-width: 640px) {
  .callback__form {
    padding: 30px 15px 27px;
  }
}
.callback__form h3 {
  font-family: "GilroyM";
  line-height: 117%;
  font-size: 40px;
  color: #221F19;
  max-width: 520px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .callback__form h3 {
    max-width: unset;
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .callback__form h3 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .callback__form h3 {
    font-size: 24px;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 20px;
}
form > div {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  form {
    gap: 20px;
  }
}
form > p {
  display: inline-block;
  width: 100%;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
  position: relative;
}
@media screen and (max-width: 1280px) {
  form > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  form > p {
    font-size: 14px;
  }
}
form > p.submit {
  margin: 19px 0 26px;
}
form > p abbr {
  color: #C13515;
}
form > p:nth-of-type(-1n+2) {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  form > p:nth-of-type(-1n+2) {
    width: 100%;
  }
}
form > p:has(input) span {
  display: block;
}
form > p:has(input) span span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 12px;
}
form > p:has(input) label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  form > p:has(input) label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  form > p:has(input) label {
    font-size: 14px;
  }
}
form > p:has(input) label abbr {
  color: #C13515;
}
form > p:has(textarea) label {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  form > p:has(textarea) label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  form > p:has(textarea) label {
    font-size: 14px;
  }
}
form > p:has(textarea) label abbr {
  color: #C13515;
}
form > p:has(input:-moz-placeholder-shown) label {
  opacity: 1;
  left: 25px;
}
form > p:has(input:-ms-input-placeholder) label {
  opacity: 1;
  left: 25px;
}
form > p:has(input:placeholder-shown) label {
  opacity: 1;
  left: 25px;
}
form > p:has(textarea:-moz-placeholder-shown) label {
  opacity: 1;
  left: 25px;
}
form > p:has(textarea:-ms-input-placeholder) label {
  opacity: 1;
  left: 25px;
}
form > p:has(textarea:placeholder-shown) label {
  opacity: 1;
  left: 25px;
}
form > p.accept {
  color: rgba(34, 31, 25, 0.5019607843);
}
form > p.accept a {
  color: rgba(34, 31, 25, 0.5019607843);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form > p.accept a:active {
  color: rgba(34, 31, 25, 0.5019607843);
}
form > p.accept a:visited {
  color: rgba(34, 31, 25, 0.5019607843);
}
form > p.accept a:hover {
  color: #fcde86;
}
form > p:has(input[type=submit]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form > p:has(input[type=submit]) .wpcf7-spinner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
form > p:has(input[type=submit]) input[type=submit] {
  margin-right: 15px;
}
@media screen and (max-width: 1440px) {
  form > p:has(input[type=submit]) input[type=submit] {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  form > p:has(input[type=submit]) input[type=submit] {
    padding: 11.5px 31.5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  form > p:has(input[type=submit]) input[type=submit] {
    padding: 11.5px 18.5px;
  }
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid rgba(34, 31, 25, 0.3);
  border-radius: 15px;
  font-family: "GilroyR";
  font-size: 16px;
  line-height: 120%;
  color: #221F19;
}
@media screen and (max-width: 1280px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form textarea {
    font-size: 14px;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus {
  outline: 1px solid rgba(34, 31, 25, 0.3);
}
form textarea {
  resize: none;
  height: 120px;
  margin-bottom: 10px;
}