@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

/* шрифты */
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* переменные - цвета*/
:root {
  --neutral900: #1C1F28;
  --neutral600: #545D79;
  --neutral400: #9CA4BA;
  --neutral300: #B7BDCD;
  --neutral100: #F2F4F6;
  --red600: #BE0422;
  --red500: #F0052B;
  --red300: #FB3A5A;
  font-family: "Raleway", "Arial", "Verdana", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 113%;
  text-align: left;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 140%;
  text-align: left;
  margin-bottom: 39px;
}

.main-text {
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 150%;
  text-align: left;
}
.main-text b {
  font-weight: 700;
}

.small-text {
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 155%;
}

.extra-small-text {
  font-size: 15px;
  font-weight: 400;
  color: white;
  line-height: 160%;
}

.red {
  color: var(--red500);
}

.underlined {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 3px solid var(--red300);
}

.bordered {
  display: inline-block;
  padding: 10px 14px;
  border: 4px solid var(--red500);
  border-radius: 24px;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

button {
  border: none;
  outline: none;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 20px;
  background-color: var(--red500);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 86px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px rgba(240, 5, 43, 0.5), 0px 12px 32px rgba(240, 5, 43, 0.5);
          box-shadow: 0px 2px 10px rgba(240, 5, 43, 0.5), 0px 12px 32px rgba(240, 5, 43, 0.5);
}
.btn::after {
  content: url("/assets/img/link.svg");
  width: 32px;
  height: 32px;
  background-color: var(--neutral900);
  border-radius: 10px;
  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;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: var(--red600);
  -webkit-box-shadow: 0px 2px 30px rgba(240, 5, 43, 0.5), 0px 12px 54px rgba(240, 5, 43, 0.5);
          box-shadow: 0px 2px 30px rgba(240, 5, 43, 0.5), 0px 12px 54px rgba(240, 5, 43, 0.5);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  background-color: var(--neutral900);
  margin: 0;
  -webkit-transition: padding-bottom 0.3s ease-out;
  transition: padding-bottom 0.3s ease-out;
}

.wrapper {
  width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: relative;
  justify-self: center;
}

section {
  width: 100%;
  height: 1054px;
  min-height: 1054px !important;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 210px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  will-change: transform; /* Оптимизация анимации */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 68px;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.progress .number {
  color: var(--neutral400);
  font-size: 18px;
  font-weight: 400;
}
.progress .number .red {
  font-size: 18px;
}
.progress-bar {
  width: 510px;
  height: 3px;
}

.description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.description p {
  max-width: 384px;
}

header {
  width: 100%;
  height: 1160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background-image: url(/assets/img/header-bg_hd.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 30% center;
}

.header-content {
  width: 100%;
  padding: 152px 120px 272px 120px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-content .btn {
  margin-top: 60px;
}

.header-about {
  background: rgba(51, 56, 74, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 32px;
  max-width: 960px;
  padding: 85px 80px 85px 322px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
.header-about::before {
  content: url("/assets/img/arrow_red.webp");
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 314px;
  height: 270px;
}

.nav {
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
}

.slogan {
  width: 100%;
  background-color: var(--red500);
  padding: 140px 0;
  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;
}
.slogan span {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

footer {
  width: 100%;
  height: 720px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 160px 40px 52px 40px;
  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;
  background-image: url(/assets/img/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .headline {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  text-align: center;
  margin-bottom: 60px;
}
footer .contacts {
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(28, 31, 40, 0.9);
  border-radius: 24px;
  position: relative;
}
footer .contacts:after {
  content: url("/assets/img/infinity_red.webp");
  width: 505px;
  height: 241px;
  position: absolute;
  right: 0;
  top: -49px;
}
footer .contacts .phone, footer .contacts .mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
footer .contacts .phone p, footer .contacts .mail p {
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
}
footer .contacts .phone::before, footer .contacts .mail::before {
  content: "";
  width: 8px;
  height: 22px;
  background-color: var(--red500);
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 4px;
  left: 0;
}
footer .contacts .phone a {
  color: white;
  font-size: 40px;
  line-height: 140%;
  font-weight: 400;
}
footer .contacts .mail a {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
footer .contacts .mail svg {
  -webkit-transform: scale(160%);
      -ms-transform: scale(160%);
          transform: scale(160%);
}
footer .contacts .picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 142px;
}

@media screen and (max-width: 1400px) {
  section {
    height: 720px;
    min-height: 720px !important;
  }
  header {
    background-image: url(/assets/img/header-bg.webp);
  }
}
@media screen and (max-width: 1399px) {
  .wrapper {
    width: 768px;
  }
  section {
    height: 1024px;
    min-height: 1024px !important;
    padding: 301px 52px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
    background-position: 68%;
  }
  section h2 {
    max-width: 275px;
  }
  section:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(28, 31, 40, 0.6)), color-stop(60%, rgba(28, 31, 40, 0))), url("/assets/img/slide2-bg.webp") !important;
    background: linear-gradient(to right, rgba(28, 31, 40, 0.6) 40%, rgba(28, 31, 40, 0) 60%), url("/assets/img/slide2-bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 60% !important;
  }
  .progress-bar {
    width: 241px;
  }
  .product {
    padding-left: 60;
    padding-bottom: 0;
  }
  .description {
    padding-left: 253px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  header {
    height: 1520px;
    background-image: url(/assets/img/header-bg_tablet.webp);
  }
  .header-content {
    width: 100%;
    padding: 100px 0px 545px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-content p {
    text-align: center;
  }
  .header-about {
    max-width: 648px;
    height: 406px;
    padding: 64px 44px 192px 44px;
  }
  .header-about p {
    text-align: center;
  }
  .header-about::before {
    width: 327px;
    height: 166px;
    content: url("/assets/img/arrow_red__tablet.webp");
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slogan {
    padding: 100px 0;
  }
  .slogan span {
    font-size: 28px;
    line-height: 135%;
    max-width: 412px;
  }
  footer {
    height: 1024px;
    padding: 160px 40px 40px 40px;
    background-position: center;
  }
  footer .contacts {
    height: 552px;
    width: 584px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 40px 0 0;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .contacts .mail {
    z-index: 2;
  }
  footer .contacts:after {
    content: url("/assets/img/infinity_red__tablet.webp");
    width: 584px;
    height: 336px;
    right: 0;
    top: auto;
    bottom: -68px;
  }
  footer .contacts .picture {
    padding-bottom: 160px;
  }
  footer .copyright {
    margin-top: 83px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
  .bordered {
    font-size: 40px;
  }
  .wrapper {
    width: 400px;
  }
  section {
    height: 840px;
    min-height: 840px !important;
    padding: 226px 24px;
    gap: 80px;
    background-position: 75%;
  }
  section h2 {
    max-width: 352px;
  }
  section:nth-of-type(1) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 5, 43, 0.1)), color-stop(20%, rgba(240, 5, 43, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(38, 39, 45, 0.4)), color-stop(80%, rgba(38, 39, 45, 0))), url("/assets/img/slide1-bg.webp") !important;
    background: linear-gradient(to top, rgba(240, 5, 43, 0.1) 0%, rgba(240, 5, 43, 0) 20%), linear-gradient(to right, rgba(38, 39, 45, 0.4) 40%, rgba(38, 39, 45, 0) 80%), url("/assets/img/slide1-bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 75% !important;
  }
  section:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(240, 5, 43, 0.07)), color-stop(90%, rgba(240, 5, 43, 0))), url("/assets/img/slide2-bg.webp") !important;
    background: linear-gradient(to right, rgba(240, 5, 43, 0.07) 50%, rgba(240, 5, 43, 0) 90%), url("/assets/img/slide2-bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 80% !important;
  }
  section:nth-of-type(3) {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(240, 5, 43, 0.07)), color-stop(40%, rgba(240, 5, 43, 0))), url("/assets/img/slide3-bg.webp") !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%), linear-gradient(to left, rgba(240, 5, 43, 0.07) 10%, rgba(240, 5, 43, 0) 40%), url("/assets/img/slide3-bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 66% !important;
    position: relative;
    padding-right: 10px;
  }
  section:nth-of-type(3)::after {
    content: "";
    position: absolute;
    width: 158px;
    height: 158px;
    left: 65px;
    top: 634px;
    background: rgba(190, 4, 34, 0.35);
    border-radius: 150px;
    mix-blend-mode: hard-light;
    opacity: 0.7;
    border: 4px solid #FB3A5A;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  .progress-bar {
    width: 291px;
  }
  .product {
    padding-left: 0;
  }
  .description {
    padding-left: 0;
  }
  .description p {
    max-width: 352px;
  }
  header {
    height: 1547px;
    background-image: url(/assets/img/header-bg_mobile.webp);
  }
  .header-content {
    padding: 88px 20px 435px 20px;
  }
  .header-about {
    max-width: 360px;
    height: 546px;
    padding: 64px 40px 212px 40px;
  }
  .header-about::before {
    width: 360px;
    height: 183px;
    content: url("/assets/img/arrow_red__mobile.webp");
    bottom: -14px;
  }
  .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slogan {
    padding: 100px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .slogan span {
    font-size: 28px;
    line-height: 135%;
    max-width: 310px;
  }
  footer {
    height: 1024px;
    padding: 120px 20px 38px 20px;
    background-image: url("/assets/img/footer-bg_mobile.webp");
  }
  footer .headline {
    font-size: 36px;
  }
  footer .contacts {
    height: 678px;
    width: 360px;
  }
  footer .contacts:after {
    content: url("/assets/img/infinity_red__mobile.webp");
    width: 360px;
    height: 241px;
    right: 0;
    top: auto;
    bottom: -28px;
  }
  footer .contacts .phone a {
    font-size: 32px;
  }
  footer .contacts .mail a {
    font-size: 22px;
    gap: 8px;
  }
  footer .contacts .mail svg {
    -webkit-transform: scale(120%);
        -ms-transform: scale(120%);
            transform: scale(120%);
  }
  footer .contacts .picture {
    padding-bottom: 0px;
  }
  footer .copyright {
    margin-top: 83px;
  }
}