/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Inter", sans-serif;
  --font-secondary: "Oswald", sans-serif;
  --color-main: #fff;
  --color-accent: #00f7ff;
  --transition: .3s ease-out;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.8229166667vw;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  h1, h2, h3, h4, h5 {
    font-size: 26px;
  }
}

.title span {
  color: var(--color-accent);
}
.title_hero {
  font-size: 2.2916666667vw;
}
@media (max-width: 850px) {
  .title_hero {
    font-size: 26px;
  }
}
.title_small {
  font-size: 0.9375vw;
}
@media (max-width: 850px) {
  .title_small {
    font-size: 18px;
  }
}
.title_middle {
  text-align: center;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.photo-overlay {
  position: relative;
}
.photo-overlay:after {
  content: "";
  left: -0.3645833333vw;
  bottom: -0.3645833333vw;
  width: calc(100% + 0.7291666667vw);
  height: 60%;
  background: var(--color-accent);
  border-radius: 1.0416666667vw;
  position: absolute;
}
@media (max-width: 850px) {
  .photo-overlay:after {
    left: -6px;
    bottom: -6px;
    width: calc(100% + 12px);
    border-radius: 10px;
  }
}
.photo-overlay img {
  position: relative;
  border-radius: 1.0416666667vw;
  z-index: 2;
}
@media (max-width: 850px) {
  .photo-overlay img {
    border-radius: 10px;
  }
}

.button {
  height: 2.7083333333vw;
  padding: 0 2.5vw 1px;
  border-radius: 0.78125vw;
  background: var(--color-accent);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #000;
  outline: none;
  cursor: pointer;
  font-family: var(--font-secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.78125vw;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .button {
    height: 50px;
    padding: 0 48px 1px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.button:hover {
  background: #bbb;
  color: #fff;
}

.input-text {
  border: 1px solid #dedede;
  height: 2.6041666667vw;
  padding: 0 1.25vw;
  border-radius: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-family: var(--font-secondary);
  color: #000;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .input-text {
    height: 50px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 16px;
  }
}
.input-text:focus {
  border-color: var(--color-accent);
}

textarea.input-text {
  height: 6.25vw;
  resize: none;
  padding: 0.9375vw 1.25vw;
}
@media (max-width: 850px) {
  textarea.input-text {
    height: 100px;
    padding: 12px 16px;
  }
}

.animate-it {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.animate-it_active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.animate-it:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.animate-it:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animate-it:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.animate-it:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animate-it:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.animate-it:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

/* Common styles for current project */
html, body {
  height: 100%;
}

body {
  background: #000;
  color: var(--color-main);
  font-size: 0.8333333333vw;
  font-family: var(--font-family);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  font-variant-numeric: lining-nums;
}
@media (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}

.max-width {
  padding: 0 2.0833333333vw;
  max-width: 68.5416666667vw;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .max-width {
    padding: 0 20px;
    max-width: 100%;
  }
}

.content {
  padding: 8.3333333333vw 0 5.2083333333vw;
}
@media (max-width: 850px) {
  .content {
    padding: 110px 0 80px;
  }
}
.content:has(.hero-section) {
  padding: 0 0 5.2083333333vw;
}
@media (max-width: 850px) {
  .content:has(.hero-section) {
    padding: 0 0 80px;
  }
}

/*! Hero Section
--------------------------
 */
.hero-section {
  position: relative;
}
@media (max-width: 850px) {
  .hero-section {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section__bg:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
  width: 5.2083333333vw;
  right: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 850px) {
  .hero-section__bg:after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }
}
.hero-section__bg:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  width: 5.2083333333vw;
  left: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 850px) {
  .hero-section__bg:before {
    display: none;
  }
}
.hero-section:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  height: 15.625vw;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 850px) {
  .hero-section:before {
    height: 30%;
  }
}
.hero-section__block {
  position: relative;
  z-index: 5;
  max-width: 31.25vw;
  min-height: 46.875vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .hero-section__block {
    min-height: 100vh;
    max-width: 100%;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }
}
.hero-section .title {
  margin: 0 0 0.8333333333vw;
}
@media (max-width: 850px) {
  .hero-section .title {
    margin: 0 0 16px;
  }
}
@media (max-width: 850px) {
  .hero-section__desc br {
    display: none;
  }
  .hero-section__button {
    width: 100%;
  }
  .hero-section__button .button {
    width: 100%;
  }
}
.hero-section__features {
  margin: 1.6666666667vw 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.78125vw;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (max-width: 850px) {
  .hero-section__features {
    margin: 24px 0;
    gap: 12px;
  }
}
.hero-section__features-item {
  display: -webkit-box;
  display: flex;
  gap: 0.7291666667vw;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .hero-section__features-item {
    gap: 14px;
  }
}
.hero-section__features-item img {
  -webkit-box-flex: 0;
          flex: none;
  height: 1.0416666667vw;
  width: auto;
}
@media (max-width: 850px) {
  .hero-section__features-item img {
    height: 20px;
  }
}

/*! About Section
--------------------------
 */
.about-section {
  padding: 0 0 5.2083333333vw;
  position: relative;
}
.about-section:before {
  content: "";
  background: url("../img/content/about-overlay.webp") no-repeat 100% 120%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  background-size: 40%;
  top: 0;
  left: 2.5vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 850px) {
  .about-section:before {
    background-position: 100% 100%;
    background-size: 80%;
  }
}
@media (max-width: 850px) {
  .about-section {
    padding: 0 0 80px;
  }
}
.about-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 2.5vw;
  position: relative;
  z-index: 2;
  padding: 0 2.5vw;
}
@media (max-width: 850px) {
  .about-section__grid {
    padding: 0;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.about-section__sidebar {
  width: 30%;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 850px) {
  .about-section__sidebar {
    width: 100%;
  }
}
.about-section__content {
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 850px) {
  .about-section__content {
    text-align: center;
  }
}
.about-section__content .title {
  margin-bottom: 1.25vw;
}
@media (max-width: 850px) {
  .about-section__content .title {
    margin: 0 0 20px;
  }
}
.about-section__text {
  font-size: 0.8854166667vw;
  color: #dcdcdc;
}
@media (max-width: 850px) {
  .about-section__text {
    font-size: 15px;
  }
}
.about-section__text p {
  margin: 0;
}
.about-section__text p:not(:last-child) {
  margin: 0 0 1.25vw;
}
@media (max-width: 850px) {
  .about-section__text p:not(:last-child) {
    margin: 0 0 20px;
  }
}

/*! Repair Section
--------------------------
 */
.repair-section {
  border-radius: 1.5625vw;
  padding: 2.5vw;
  background: #fff url("../img/content/repair-bg.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 850px) {
  .repair-section {
    border-radius: 20px;
    padding: 32px 24px;
  }
}
.repair-section .title {
  color: #000;
  margin: 0 0 0.625vw;
}
@media (max-width: 850px) {
  .repair-section .title {
    margin: 0 0 14px;
  }
}
.repair-section__note {
  max-width: 43.75vw;
  text-align: center;
  margin: 0 auto 1.6666666667vw;
  font-size: 0.78125vw;
  font-weight: 300;
  color: #424242;
}
@media (max-width: 850px) {
  .repair-section__note {
    font-size: 15px;
    margin: 0 auto 32px;
    max-width: 100%;
  }
}
.repair-section__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8333333333vw;
}
@media (max-width: 850px) {
  .repair-section__grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.repair-section__item {
  text-align: center;
}
.repair-section__pic {
  margin: 0 0 0.8333333333vw;
}
@media (max-width: 850px) {
  .repair-section__pic {
    margin: 0 0 16px;
    width: 100%;
  }
}
.repair-section__pic img {
  height: 10.4166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.78125vw;
}
@media (max-width: 850px) {
  .repair-section__pic img {
    height: 200px;
    border-radius: 10px;
  }
}

/*! Features Section
--------------------------
 */
.features-section {
  margin: 7.2916666667vw 0;
}
@media (max-width: 850px) {
  .features-section {
    margin: 100px 0;
  }
}
.features-section .title_middle {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 850px) {
  .features-section .title_middle {
    margin-bottom: 48px;
  }
}
.features-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
}
@media (max-width: 850px) {
  .features-section__grid {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.features-section__item {
  text-align: center;
  display: -webkit-box;
  display: flex;
  gap: 1.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .features-section__item {
    gap: 20px;
  }
}
.features-section__icon img {
  height: 5.2083333333vw;
}
@media (max-width: 850px) {
  .features-section__icon img {
    height: 80px;
  }
}
.features-section__desc {
  font-size: 0.7291666667vw;
  max-width: 11.4583333333vw;
  margin: 0 auto;
  color: #dcdcdc;
}
@media (max-width: 850px) {
  .features-section__desc {
    max-width: 220px;
    font-size: 14px;
  }
}

/*! Example Section
--------------------------
 */
.example-section {
  background: var(--color-accent) url("../img/content/work-bg.svg") no-repeat;
  background-size: cover;
  border-radius: 1.5625vw;
  padding: 2.0833333333vw 2.5vw;
}
@media (max-width: 850px) {
  .example-section {
    padding: 32px 24px;
    border-radius: 20px;
  }
}
.example-section .title {
  color: #000;
  margin: 0 0 0.625vw;
}
@media (max-width: 850px) {
  .example-section .title {
    margin: 0 0 12px;
  }
}
.example-section__note {
  max-width: 43.75vw;
  text-align: center;
  margin: 0 auto 1.6666666667vw;
  font-size: 0.78125vw;
  font-weight: 300;
  color: #424242;
}
@media (max-width: 850px) {
  .example-section__note {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.example-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6666666667vw;
}
@media (max-width: 850px) {
  .example-section__grid {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.example-section__item a img {
  border-radius: 1.0416666667vw;
}
@media (max-width: 850px) {
  .example-section__item a img {
    border-radius: 10px;
  }
}
.example-section__item a:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*! How Section
--------------------------
 */
.how-section {
  margin: 7.2916666667vw 0;
}
@media (max-width: 850px) {
  .how-section {
    margin: 100px 0;
  }
}
.how-section .title_middle {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 850px) {
  .how-section .title_middle {
    margin: 0 0 48px;
  }
}
.how-section__grid {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 850px) {
  .how-section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
}
.how-section__item {
  -webkit-box-flex: 1;
          flex: auto;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.8333333333vw;
}
@media (max-width: 850px) {
  .how-section__item {
    gap: 16px;
  }
}
.how-section__icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 5.4166666667vw;
  height: 5.4166666667vw;
  margin: 0 0 0.4166666667vw;
}
.how-section__icon img {
  height: 3.3333333333vw;
  width: auto;
}
@media (max-width: 850px) {
  .how-section__icon {
    width: 80px;
    height: 80px;
    margin: 0 0 8px;
  }
  .how-section__icon img {
    height: 48px;
  }
}
.how-section__separator {
  -webkit-box-flex: 0;
          flex: none;
  width: 5.2083333333vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 2.8645833333vw;
}
@media (max-width: 850px) {
  .how-section__separator {
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px;
    padding: 0;
    -webkit-box-align: center;
            align-items: center;
  }
}
.how-section__separator span {
  background: var(--color-accent);
  border-radius: 50%;
  width: 0.2083333333vw;
  height: 0.2083333333vw;
}
@media (max-width: 850px) {
  .how-section__separator span {
    width: 4px;
    height: 4px;
  }
}
.how-section__desc {
  font-size: 0.7291666667vw;
  color: #dcdcdc;
}
@media (max-width: 850px) {
  .how-section__desc {
    font-size: 14px;
  }
}

/*! Contacts Section
--------------------------
 */
.contacts-section {
  border-radius: 1.5625vw;
  padding: 3.3333333333vw 2.5vw;
  background: #fff url("../img/content/repair-bg.webp") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .contacts-section {
    border-radius: 20px;
    padding: 0;
  }
}
.contacts-section__pic {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: calc(100% + 2px);
  pointer-events: none;
}
@media (max-width: 850px) {
  .contacts-section__pic {
    top: 0;
    bottom: initial;
    position: relative;
    height: initial;
  }
}
.contacts-section__pic:before {
  content: "";
  background: #000;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
@media (max-width: 850px) {
  .contacts-section__pic:before {
    width: 100%;
  }
}
.contacts-section__pic img {
  height: 100%;
  position: relative;
  z-index: 3;
  width: 100%;
}
.contacts-section__block {
  padding-right: 40%;
}
@media (max-width: 850px) {
  .contacts-section__block {
    padding: 32px 24px;
    text-align: center;
  }
}
.contacts-section .title {
  color: #000;
  margin: 0 0 0.625vw;
}
@media (max-width: 850px) {
  .contacts-section .title {
    margin: 0 0 14px;
  }
}
.contacts-section__note {
  margin: 0 auto 1.6666666667vw;
  font-size: 0.78125vw;
  font-weight: 300;
  color: #424242;
}
@media (max-width: 850px) {
  .contacts-section__note {
    font-size: 15px;
    margin: 0 0 32px;
  }
}
.contacts-section__form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1.0416666667vw;
  max-width: 31.7708333333vw;
}
@media (max-width: 850px) {
  .contacts-section__form {
    max-width: 100%;
    gap: 16px;
  }
  .contacts-section__form .button {
    width: 100%;
  }
}
.contacts-section__done {
  margin-top: 1.6666666667vw;
  min-height: 17.96875vw;
  display: none;
}
@media (max-width: 850px) {
  .contacts-section__done {
    margin-top: 32px;
    min-height: initial;
  }
}
.contacts-section__done-text {
  margin: 0 0 0.8333333333vw;
}
@media (max-width: 850px) {
  .contacts-section__done-text {
    margin: 0 0 16px;
  }
}
@media (max-width: 850px) {
  .contacts-section__done-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

/*! Portfolio Page
-------------------
 */
.portfolio-page__select {
  display: none;
  margin: 32px 0;
}
.portfolio-page__select select {
  width: 100%;
  cursor: pointer;
  border: 0;
  height: 52px;
  background: var(--color-accent) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIGZpbGw9IiMwMDAwMDAiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgDQoJIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDMwLjcyNyAzMC43MjciDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI5Ljk5NCwxMC4xODNMMTUuMzYzLDI0LjgxMkwwLjczMywxMC4xODRjLTAuOTc3LTAuOTc4LTAuOTc3LTIuNTYxLDAtMy41MzZjMC45NzctMC45NzcsMi41NTktMC45NzYsMy41MzYsMA0KCQlsMTEuMDk1LDExLjA5M0wyNi40NjEsNi42NDdjMC45NzctMC45NzYsMi41NTktMC45NzYsMy41MzUsMEMzMC45NzEsNy42MjQsMzAuOTcxLDkuMjA2LDI5Ljk5NCwxMC4xODN6Ii8+DQo8L2c+DQo8L3N2Zz4=") no-repeat calc(100% - 20px) 50%;
  background-size: 14px;
  color: #000;
  outline: none;
  border-radius: 14px;
  font-weight: 600;
  padding: 0 20px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 850px) {
  .portfolio-page__select {
    display: block;
  }
}
.portfolio-page__tabs {
  display: -webkit-box;
  display: flex;
  margin: 2.5vw 0 3.3333333333vw;
}
@media (max-width: 850px) {
  .portfolio-page__tabs {
    display: none;
  }
}
.portfolio-page__tabs-item {
  height: 2.7083333333vw;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375vw;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--font-secondary);
  border: 1px solid var(--color-accent);
  border-right: 0;
  text-transform: uppercase;
}
.portfolio-page__tabs-item:first-child {
  border-radius: 1.3020833333vw 0 0 1.3020833333vw;
}
.portfolio-page__tabs-item:last-child {
  border-right: 1px solid var(--color-accent);
  border-radius: 0 1.3020833333vw 1.3020833333vw 0;
}
.portfolio-page__tabs-item:hover:not(.portfolio-page__tabs-item_active) {
  color: var(--color-accent);
}
.portfolio-page__tabs-item_active {
  background: var(--color-accent);
  color: #000 !important;
  font-weight: 600;
}

/*! Portfolio Section
--------------------------
 */
.portfolio-section {
  display: none;
}
.portfolio-section_show {
  display: block;
}
.portfolio-section .about-section:before {
  background-size: 50%;
}
@media (max-width: 850px) {
  .portfolio-section .about-section:before {
    background-size: 80%;
  }
}
.portfolio-section .about-section__grid {
  -webkit-box-align: center;
          align-items: center;
  gap: 3.3333333333vw;
}
@media (max-width: 850px) {
  .portfolio-section .about-section__grid {
    gap: 48px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.portfolio-section .about-section__sidebar {
  width: 40%;
}
@media (max-width: 850px) {
  .portfolio-section .about-section__sidebar {
    width: 100%;
  }
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
---------------------------
 */
.header {
  position: fixed;
  top: 2.5vw;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header_inner {
  top: 0.8333333333vw;
}
@media (max-width: 850px) {
  .header {
    top: 10px;
  }
}
.header_fixed {
  top: 0.8333333333vw;
}
@media (max-width: 850px) {
  .header_fixed {
    top: 10px;
  }
}
.header__grid {
  background: #000;
  border-radius: 1.6666666667vw;
  height: 4.4270833333vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 1.6666666667vw;
  margin: 0 -1.6666666667vw;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}
@media (max-width: 850px) {
  .header__grid {
    height: 64px;
    margin: 0;
    padding: 0 20px;
    border-radius: 14px;
  }
}
.header_inner .header__grid {
  background: #222;
  margin: 0;
}
@media (max-width: 850px) {
  .header:has(.header__content_show) .header__grid {
    border-radius: 14px 14px 0 0;
  }
}
.header_fixed .header__grid {
  background: rgba(0, 247, 255, 0.6);
}
@media (max-width: 850px) {
  .header_fixed .header__grid {
    background: #00c0c6;
  }
}
.header__logo {
  -webkit-box-flex: 0;
          flex: none;
}
.header__logo img {
  height: 1.8229166667vw;
}
@media (max-width: 850px) {
  .header__logo img {
    height: 24px;
  }
}
.header_fixed .header__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5vw;
  font-family: var(--font-secondary);
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .header__menu {
    font-size: 16px;
    display: none;
    gap: 24px;
  }
}
.header__links:hover, .header__links_active {
  color: var(--color-accent);
}
.header_fixed .header__links:hover, .header_fixed .header__links_active {
  color: #000;
}
.header__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
@media (max-width: 850px) {
  .header__actions {
    display: none;
    gap: 24px;
    margin: 24px 0 0;
  }
}
.header__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.8333333333vw;
}
@media (max-width: 850px) {
  .header__social {
    gap: 16px;
  }
}
.header__social-item img {
  height: 1.5625vw;
}
@media (max-width: 850px) {
  .header__social-item img {
    height: 30px;
  }
}
.header_fixed .header__social img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header__phone {
  font-size: 0.8854166667vw;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 850px) {
  .header__phone {
    font-size: 15px;
  }
}
.header__phone:hover {
  color: var(--color-accent);
}
.header_fixed .header__phone:hover {
  color: #000;
}
.header__burger {
  display: none;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 850px) {
  .header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.header__burger i {
  background: var(--color-accent);
  width: 27px;
  display: block;
  height: 2px;
  margin: 3px 0;
  border-radius: 35px;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active {
  z-index: 12;
}
.header__burger_active i:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger_active i:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header_fixed .header__burger i {
  background: #fff;
}
.header__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .header__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 7;
    border-radius: 0 0 14px 14px;
    padding: 10px 20px 20px;
  }
  .header__content_show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 850px) {
  .header_inner .header__content {
    background: #222;
  }
  .header__content .header__menu {
    display: -webkit-box;
    display: flex;
  }
  .header__content .header__actions {
    display: -webkit-box;
    display: flex;
  }
  .header_fixed .header__content {
    background: #00c0c6;
  }
}

/*! Footer
----------------------
 */
.footer {
  padding: 2.7083333333vw 0;
  background: url("../img/content/hero.webp") no-repeat 50% 40%;
  background-size: cover;
  position: relative;
  margin: auto 0 0;
}
@media (max-width: 850px) {
  .footer {
    padding: 48px 0;
  }
}
.footer:before {
  background: rgba(17, 17, 17, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.footer__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.footer__logo img {
  height: 1.8229166667vw;
}
@media (max-width: 850px) {
  .footer__logo img {
    height: 30px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5vw;
  font-family: var(--font-secondary);
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 850px) {
  .footer__menu {
    font-size: 16px;
    gap: 24px;
  }
}
.footer__links:hover, .footer__links_active {
  color: var(--color-accent);
}
.footer__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
@media (max-width: 850px) {
  .footer__actions {
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.8333333333vw;
}
@media (max-width: 850px) {
  .footer__social {
    gap: 16px;
  }
}
.footer__social-item img {
  height: 1.5625vw;
}
@media (max-width: 850px) {
  .footer__social-item img {
    height: 30px;
  }
}
.footer__phone {
  font-size: 0.8854166667vw;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 850px) {
  .footer__phone {
    font-size: 15px;
  }
}
.footer__phone:hover {
  color: var(--color-accent);
}

/*! Modal
------------------------
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.0416666667vw;
  color: #000;
}
@media (max-width: 850px) {
  .modal-block {
    padding: 20px;
  }
}
.modal-container {
  width: 100%;
  max-width: 32.2916666667vw;
  border-radius: 1.5625vw;
  padding: 3.3333333333vw 2.5vw;
  background: #fff url("../img/content/repair-bg.webp") no-repeat;
  background-size: cover;
  position: relative;
}
.modal-container .title {
  color: #000;
  margin: 0 0 0.625vw;
}
@media (max-width: 850px) {
  .modal-container .title {
    margin: 0 0 14px;
  }
}
@media (max-width: 850px) {
  .modal-container {
    max-width: 100%;
    padding: 32px 24px;
    border-radius: 14px;
  }
}
.modal-close {
  top: 0.8333333333vw;
  right: 0.8333333333vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 1.6666666667vw;
  font-weight: 300;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  color: #000;
  padding: 0 0 0.2604166667vw;
  background: var(--color-accent);
  border-radius: 100%;
}
@media (max-width: 850px) {
  .modal-close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    padding: 0 0 3px;
    font-size: 24px;
  }
}
.modal-close:hover {
  opacity: 0.6;
}
.modal-content .contacts-section__done {
  min-height: initial;
}
.modal-content__note {
  margin: 0 auto 1.6666666667vw;
  font-size: 0.78125vw;
  font-weight: 300;
  color: #424242;
}
@media (max-width: 850px) {
  .modal-content__note {
    font-size: 15px;
    margin: 0 0 32px;
  }
}