@font-face {
  font-family: ArnoPro;
  src: url("../fonts/ArnoPro-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: ArnoPro;
  src: url("../fonts/ArnoPro-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: Pragmatica;
  src: url("../fonts/Pragmatica-Book.woff2");
  font-weight: 400;
}
@font-face {
  font-family: Pragmatica;
  src: url("../fonts/Pragmatica-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: Pragmatica;
  src: url("../fonts/Pragmatica-Bold.woff2");
  font-weight: 700;
}
/*! 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.
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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;
  flex: 1 0 100%;
}

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

ol, ul, dl {
  margin: 0;
  padding-left: 0;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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 */
  border: none;
  outline: none;
}

label {
  display: inline-block;
}

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

/* -------- GLOBAL -------- */
:root {
  --btn-radius: clamp(10px, 2vw, 18px);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: ArnoPro;
}

*,
*::after,
*::before {
  transition: all 120ms ease-out;
}

.container {
  max-width: calc(1872px + 2 * 24px);
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  scroll-behavior: smooth;
  color: #2C2C2C;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F5F2F0;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
}

.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

.op-50 {
  opacity: 0.5;
}

.mt-80 {
  margin-top: clamp(48px, 8vw, 80px);
}

.gcc {
  justify-content: center;
}

.tac {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.top-border {
  border-top: 1px solid rgb(0, 0, 0);
}

.grid {
  --gap: clamp(20px, 2.5vw, 24px);
  display: grid;
  gap: var(--gap);
}
.grid_4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023.98px) {
  .grid_4-col {
    grid-template-columns: 1fr;
  }
  .grid_4-col .col-span-2 {
    grid-column: 1 span;
  }
}

.col-span-2 {
  grid-column: 2 span;
}

.col-em {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.card {
  background: #DBD6D5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 92px 0;
  position: relative;
}
.card > img {
  max-width: min(68%, 500px);
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}
.card .tooltip {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  justify-content: flex-end;
}
.card .tooltip:hover .tooltip__text {
  display: block;
}
.card .tooltip__icon {
  width: 17px;
  height: auto;
  display: block;
}
.card .tooltip__text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 33px;
  background: #F5F2F0;
  border-radius: 12px;
  padding: 16px;
}
@media screen and (min-width: 991.98px) {
  .card .tooltip__text {
    left: unset;
    max-width: 600px;
  }
}
.card .tooltip__text h2 {
  font-size: clamp(18px, 3vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.2;
}
.card .tooltip__text p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 1.2em;
}
.card .tooltip__text a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.form {
  flex: 1;
  max-width: calc(min(68%, 500px) + 2 * 24px);
  min-width: min(100%, 420px);
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form__submit {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
}
.form__submit button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  height: 56px;
  background: #2C2C2C;
  color: #F5F2F0;
  cursor: pointer;
}
.form__submit button:disabled, .form__submit button._disabled {
  opacity: 0.2;
}

.input-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-wrapper {
  margin-top: 4px;
  position: relative;
}
.input-wrapper__btn {
  position: absolute;
  right: 0;
  top: 12px;
  translate: 0 25%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.input-wrapper__caption {
  font-size: 14px;
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.input {
  font-family: Pragmatica;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
}
.input:disabled {
  color: rgba(44, 44, 44, 0.5);
  background: none;
}
.input._incorrect {
  color: #FF3434;
  border-color: #FF3434;
}

.radio-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.radio-block > * {
  flex: 1;
  cursor: pointer;
  position: relative;
  background: rgba(219, 214, 213, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.radio-block > *:has(> input:checked) {
  color: #F5F2F0;
  background: #2C2C2C;
}
.radio-block input {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkbox-block {
  cursor: pointer;
  opacity: 0.5;
  display: flex;
  gap: 12px;
  font-size: clamp(14px, 2vw, 16px);
}
.checkbox-block:has(> input:checked) {
  opacity: 1;
}
.checkbox-block input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2C2C2C;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.checkbox-block input:checked {
  background: url(../img/checked.svg) center/auto 50% no-repeat;
}

.success {
  width: min(68%, 500px);
  margin: 0 auto;
  text-align: center;
  flex: 1;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.success__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 24px);
  margin-top: auto;
}
.success__wallet {
  margin-bottom: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.success__wallet img {
  height: 50px;
  width: auto;
}
.success__more {
  margin-top: 20px;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-underline-offset: 5px;
}

.btn {
  height: clamp(48px, 6vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--btn-radius);
  background: #2C2C2C;
  color: #F5F2F0;
  padding: 16px;
}

.success-color {
  color: #17a63f;
}

.caption {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.caption_italic {
  font-style: Italic;
  letter-spacing: 0;
}
.caption_small-caps {
  font-variant: small-caps;
}

.lead-typo {
  font-family: Pragmatica;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.1;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
}

.factoid-typo {
  font-family: Pragmatica;
  font-weight: 400;
  font-size: clamp(64px, 10vw, 100px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
}

.h1 {
  font-weight: 400;
  font-size: clamp(40px, 7vw, 70px);
  line-height: 0.9;
  letter-spacing: 0%;
  vertical-align: middle;
}

.h2 {
  font-weight: 400;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.h2_small-caps {
  font-variant: small-caps;
}

.h3 {
  font-weight: 400;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1;
}
.h3_italic {
  font-style: Italic;
}
.h3_small-caps {
  font-variant: small-caps;
}

.default-typo {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.1;
  letter-spacing: 0%;
}
.default-typo_small-caps {
  font-variant: small-caps;
}

.section {
  margin-top: clamp(120px, 20vw, 200px);
  margin-bottom: clamp(120px, 20vw, 200px);
}
.section__container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}
.section__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section__header_row {
  flex-direction: row;
}
.section__body.top-border {
  padding-top: clamp(20px, 6vw, 64px);
}

.hero {
  height: 300vh;
  position: relative;
}
.hero__content {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: clip;
}
@media screen and (max-width: 575.98px) {
  .hero__content {
    margin-bottom: -15vh;
  }
}
.hero__text {
  position: sticky;
  top: 16px;
}
@media screen and (max-width: 575.98px) {
  .hero__text {
    margin-bottom: 15vh;
  }
}
.hero__text._white {
  color: #F5F2F0;
}
.hero__text._white .hero__title img {
  display: none;
}
.hero__text._white .hero__title img._white {
  display: block;
}
.hero__title {
  display: flex;
  justify-content: center;
}
.hero__title img {
  width: min(1080px, 100%);
}
.hero__title img._white {
  display: none;
}
.hero__subtitle {
  margin: 24px 0;
}
.hero__image {
  position: relative;
  top: 0;
  /* top: 0%;
  left: 50%;
  transform: translate(-50%); */
  width: 20vw;
  /* left: 50%; */
  aspect-ratio: 0.75;
  height: auto;
  transform-origin: center;
  transition: transform 0.1s ease-out;
  border-radius: 18px;
  z-index: -1;
  background: url(../img/hero/hero.png) center center/cover no-repeat;
}
@media screen and (max-width: 575.98px) {
  .hero__image {
    width: 70vw;
  }
}

.zoom-image {
  width: 20vw;
  height: auto;
  transform-origin: center;
  transition: transform 0.1s ease-out;
  border-radius: 18px;
}
@media screen and (max-width: 575.98px) {
  .zoom-image {
    width: 70vw;
  }
}

.salad {
  position: relative;
}
.salad__img img {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.salad__flag {
  width: 60px;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1023.98px) {
  .salad__flag {
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% -50%;
    margin-top: 0;
  }
}

.advantages {
  --gap: clamp(20px, 2.5vw, 24px);
  display: grid;
  gap: 0;
  row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1199.98px) {
  .advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .advantages {
    grid-template-columns: 1fr;
  }
}
.advantages._all .advantage:nth-child(n+5) {
  display: flex;
}
.advantages .advantage {
  --cols: 4;
}
@media screen and (min-width: 1199.98px) {
  .advantages .advantage:nth-child(n+5) {
    margin-top: 32px;
    position: relative;
  }
  .advantages .advantage:nth-child(n+5)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 1px;
    background: rgb(0, 0, 0);
  }
  .advantages .advantage:nth-child(4n) {
    padding-right: 0;
    border-right: none;
  }
  .advantages .advantage:nth-child(4n+1) {
    padding-left: 0;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 1199.98px) {
  .advantages .advantage:nth-child(n+3) {
    margin-top: 32px;
    position: relative;
  }
  .advantages .advantage:nth-child(n+3)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 1px;
    background: rgb(0, 0, 0);
  }
  .advantages .advantage:nth-child(2n) {
    padding-right: 0;
    border-right: none;
  }
  .advantages .advantage:nth-child(2n+1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .advantages .advantage:nth-child(n+2) {
    margin-top: 32px;
    position: relative;
  }
  .advantages .advantage:nth-child(n+2)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 1px;
    background: rgb(0, 0, 0);
  }
  .advantages .advantage:nth-child(n) {
    padding-right: 0;
    border-right: none;
  }
  .advantages .advantage:nth-child(n+1) {
    padding-left: 0;
  }
  .advantages .advantage:nth-child(n+5) {
    display: none;
  }
}
.advantages__show-all {
  width: 132px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBD6D5;
  color: #2C2C2C;
}
@media screen and (min-width: 575.98px) {
  .advantages__show-all {
    display: none;
  }
}

.advantage {
  display: flex;
  flex-direction: column;
  min-height: clamp(250px, 40vw, 400px);
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(0, 0, 0);
}
.advantage__title {
  margin-top: clamp(48px, 12vw, 120px);
  margin-bottom: 24px;
  font-family: Pragmatica;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
  letter-spacing: 0%;
}
.advantage__text {
  margin-top: auto;
}

.oil-grid {
  display: grid;
  gap: 0;
  row-gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1199.98px) {
  .oil-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1199.98px) {
  .oil-grid .oil:nth-child(n+3) {
    margin-top: 32px;
    position: relative;
  }
  .oil-grid .oil:nth-child(n+3)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 1px;
    background: rgb(0, 0, 0);
  }
  .oil-grid .oil:nth-child(2n) {
    padding-right: 0;
    border-right: none;
  }
  .oil-grid .oil:nth-child(2n+1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .oil-grid .oil:nth-child(n+2) {
    margin-top: 32px;
    position: relative;
  }
  .oil-grid .oil:nth-child(n+2)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 1px;
    background: rgb(0, 0, 0);
  }
  .oil-grid .oil:nth-child(n) {
    padding-right: 0;
    border-right: none;
  }
  .oil-grid .oil:nth-child(n+1) {
    padding-left: 0;
  }
  .oil-grid .oil:nth-child(n+5) {
    display: none;
  }
}

.oil {
  display: flex;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(0, 0, 0);
}
@media screen and (max-width: 767.98px) {
  .oil {
    flex-direction: column;
  }
}
.oil__img {
  flex: 0 0 clamp(250px, 25vw, 450px);
}
@media screen and (max-width: 767.98px) {
  .oil__img {
    flex: unset;
    max-width: 250px;
    margin: 0 auto;
  }
}
.oil__img img {
  width: 100%;
}
.oil__info {
  display: flex;
  flex-direction: column;
}
.oil__title {
  margin-top: 16px;
  font-family: Pragmatica;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}
.oil__body {
  margin-top: clamp(48px, 6vw, 64px);
}
.oil__desc {
  max-width: 370px;
}
@media screen and (max-width: 1199.98px) {
  .oil__desc {
    max-width: 100%;
  }
}
.oil__range {
  display: block;
  max-width: 212px;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 1199.98px) {
  .oil__range {
    max-width: 100%;
  }
}
.oil__range img {
  width: 100%;
}
.oil__footer {
  margin-top: clamp(32px, 5vw, 48px);
}
.stages {
  position: relative;
  height: clamp(280px, 50vw, 924px);
  min-height: fit-content;
  border-radius: 18px;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .stages {
    flex-direction: column;
    align-items: unset;
    height: unset;
    padding: 0;
  }
}
.stages__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  inset: 0;
  display: none;
}
.stages__img._active {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .stages__img {
    position: static;
    height: clamp(280px, 35vw, 350px);
  }
}
.stages__slider {
  width: 592px;
  max-width: 100%;
  padding: clamp(20px, 3vw, 32px);
  background-color: #F5F2F0;
  border-radius: 18px;
}
@media screen and (max-width: 991.98px) {
  .stages__slider {
    width: 100%;
    background: #DBD6D5;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.stages__slider .swiper-pagination {
  margin-top: clamp(20px, 3vw, 32px);
  justify-content: center;
  position: static;
  gap: 12px;
}
.stages__slider .swiper-pagination .swiper-pagination-bullet {
  background: #2C2C2C;
  opacity: 0.2;
  width: 6px;
  height: 6px;
  margin: 0 !important;
}
.stages__slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.stage__title {
  margin-top: clamp(12px, 2vw, 16px);
}
.stage__img {
  margin-top: clamp(12px, 2vw, 16px);
  height: clamp(100px, 20vw, 190px);
  width: auto;
  padding-bottom: clamp(12px, 2vw, 16px);
  border-bottom: 1px solid rgb(0, 0, 0);
}
.stage__text {
  margin-top: clamp(12px, 2vw, 16px);
}

.history {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.history > * {
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 1199.98px) {
  .history {
    flex-direction: column-reverse;
  }
}
.history [data-tab-target]._hidden {
  display: none;
}
.history__left {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
@media screen and (max-width: 1199.98px) {
  .history__left {
    display: none;
  }
}
@media screen and (min-width: 1199.98px) {
  .history__left-mb {
    display: none;
  }
}
.history__header {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.history__triggers {
  flex-shrink: 0;
  cursor: pointer;
  counter-reset: history;
}
.history__triggers li {
  counter-increment: history;
}
.history__triggers li::before {
  content: "(" counter(history) ")";
}
.history__triggers li._active {
  color: #A96232;
}
.history__desc a {
  vertical-align: bottom;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 5%;
}
.history__desc a:hover {
  color: #A96232;
}
.history__body {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.history__right {
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (max-width: 1199.98px) {
  .history__right {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.history__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.history__right .swiper-pagination {
  justify-content: center;
}
.history__right .swiper-pagination-bullet {
  background: #F5F2F0;
  opacity: 0.4;
}
.history__right .swiper-pagination-bullet-active {
  opacity: 1;
}

.history-acc {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.history-acc._active .history-acc__header {
  color: #A96232;
}
.history-acc._active .history-acc__body {
  display: flex;
}
.history-acc:last-child .history-acc__header {
  border-bottom: none;
}
.history-acc__header {
  padding: 20px 0;
}
.history-acc__body {
  display: none;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 20px;
}

.history-author {
  display: flex;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .history-author {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.history-author__img {
  width: clamp(82px, 10vw, 108px);
  border-radius: 10px;
  overflow: hidden;
}
.history-author__img img {
  width: 100%;
  display: block;
}
.history-author__sign {
  position: absolute;
  width: 208px;
  top: 35px;
  right: -50px;
}
.history-author__sign img {
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .history-author__sign {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    right: unset;
  }
}

@keyframes spin {
  from {
    translate: 0%;
  }
  to {
    translate: calc(-100% - 30px);
  }
}
.gallery {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  display: flex;
  gap: 30px;
  overflow-x: clip;
  padding: 0 24px;
  scrollbar-width: none;
}
.gallery__inner {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  animation: spin 20s infinite linear;
}
@media screen and (max-width: 575.98px) {
  .gallery__inner {
    animation: spin 20s infinite linear;
  }
}
.gallery__item {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}
.gallery__item:hover .gallery-hover {
  opacity: 1;
}
.gallery img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
@media screen and (max-width: 575.98px) {
  .gallery img {
    max-width: 90vw;
  }
}
.gallery::-webkit-scrollbar {
  display: none;
}
.gallery .swiper {
  padding: 0 24px !important;
}
.gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.gallery .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.gallery .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
@media screen and (max-width: 575.98px) {
  .gallery .swiper-slide img {
    max-width: 90vw;
  }
}

.gallery-hover {
  position: absolute;
  inset: 0;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: clamp(16px, 3vw, 32px);
  pointer-events: none;
  text-align: center;
  opacity: 0;
}
.gallery-hover__title {
  color: #A96232;
}
.gallery-hover__text {
  letter-spacing: 0.05em;
  font-size: clamp(16px, 3vw, 32px);
}
.gallery-hover__caption {
  opacity: 0.3;
  font-size: clamp(14px, 2vw, 20px);
}

.cta-fixed {
  --screenPadding: clamp(16px, 2vw, 24px);
  position: fixed;
  bottom: var(--screenPadding);
  right: var(--screenPadding);
  z-index: 2;
  width: min(100%, 370px);
  border-radius: var(--btn-radius);
  overflow: hidden;
  background: #FFF;
}
.cta-fixed .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cta-fixed._min {
  background: none;
  pointer-events: none;
}
.cta-fixed._min .cta-fixed__body {
  transform: scaleY(0);
}
.cta-fixed._min .btn {
  border-top-left-radius: var(--btn-radius);
  border-top-right-radius: var(--btn-radius);
  pointer-events: all;
}
@media screen and (max-width: 767.98px) {
  .cta-fixed {
    background: none;
    left: var(--screenPadding);
    width: unset;
  }
  .cta-fixed .cta-fixed__body {
    transform: scaleY(0);
  }
  .cta-fixed .btn {
    border-top-left-radius: var(--btn-radius);
    border-top-right-radius: var(--btn-radius);
  }
}
.cta-fixed__body {
  height: 306px;
  transform-origin: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-fixed__body img {
  max-height: 150px;
  max-width: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.programm {
  display: flex;
  justify-content: flex-end;
}
.programm__form {
  flex: 0 1 924px;
}
@media (max-width: 1020px) {
  .programm__form {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.programm__form > * {
  margin-top: 20px;
}
.programm__form > *:first-child {
  margin-top: 0;
}
.programm__text {
  margin-bottom: clamp(32px, 10vw, 128px);
}
.programm__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: clamp(32px, 6vw, 64px);
}
.programm__fields > * {
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 767.98px) {
  .programm__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .programm__fields > * {
    flex: 0 0 calc(100% - 0px);
  }
}
.programm__submit {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .programm__submit {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
  .programm__submit.btn {
    width: 100vw;
    border-radius: 0;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  display: flex;
  gap: 6px;
}