/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansRegular.woff2") format("woff2"), url("../common/fonts/MailSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansRegularItalic.woff2") format("woff2"), url("../common/fonts/MailSansRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansMedium.woff2") format("woff2"), url("../common/fonts/MailSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansBold.woff2") format("woff2"), url("../common/fonts/MailSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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.
 * Edit: nope
 */
/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

*,
:before,
:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  background: white;
  color: white;
  font-family: "VK Sans Display", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.15;
  position: relative;
  text-rendering: geometricPrecision;
  overflow-y: auto;
}
body > img {
  position: absolute;
  top: 0;
  left: -999rem;
}

* {
  font-family: "VK Sans Display", sans-serif !important;
}

.minwidth {
  min-width: 375px;
}

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

a {
  cursor: pointer;
}
a:-moz-focusring {
  outline: none;
}
a:focus {
  outline: none;
}

label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

input,
textarea,
select,
button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  padding: 0;
  display: block;
}
input:-moz-focusring,
textarea:-moz-focusring,
select:-moz-focusring,
button:-moz-focusring {
  outline: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
  cursor: not-allowed;
}

input::-ms-reveal {
  display: none;
}
input::-ms-clear {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "VK Sans Display", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "VK Sans Display", sans-serif;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "VK Sans Display", sans-serif;
}

input::placeholder,
textarea::placeholder {
  font-family: "VK Sans Display", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

select::-ms-value {
  background: none;
  color: inherit;
}
select::-ms-expand {
  display: none;
}

select,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

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

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

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

.restoration {
  background: #191919;
  min-height: 100%;
  font-family: "VK Sans Display", sans-serif;
  font-size: 2rem;
  overflow: hidden;
}
@media (max-width: 897.98px) {
  .restoration {
    font-size: 1.6rem;
  }
}
.restoration__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.restoration__content {
  max-width: 1266px;
  width: 100%;
  margin: 0 50px;
}
@media (max-width: 897.98px) {
  .restoration__content {
    margin: 0 16px;
  }
}
.restoration__title {
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 897.98px) {
  .restoration__title {
    font-size: 28px;
  }
}
.restoration__decoration-image {
  position: absolute;
}
.restoration__btn.m-button {
  position: relative;
  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;
  height: 56px;
  background-color: #0077ff;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: white !important;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  z-index: 2;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media (max-width: 897.98px) {
  .restoration__btn.m-button {
    font-size: 18px;
    line-height: 23px;
  }
}
.restoration__btn.m-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.restoration__btn.m-button:not(:disabled):hover {
  background-color: #0073F7;
}
.restoration a {
  color: #0077ff;
  text-decoration: none;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

.restoration-apps-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .restoration-apps-mobile {
    display: block;
  }
}
.restoration-apps-mobile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.restoration-apps-mobile__desc {
  font-size: 16px;
  line-height: 22px;
  color: #959697;
}
.restoration-apps-mobile__more-info {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.restoration-apps-mobile__title {
  font-size: 28px;
  line-height: 32px;
}
.restoration-apps-mobile__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
}
.restoration-apps-mobile__rating {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.restoration-apps-mobile__rating-item {
  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;
  gap: 8px;
}
.restoration-apps-mobile__rating-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.restoration-apps-mobile__rating-value {
  font-weight: 500;
  margin-right: 4px;
}
.restoration-apps-mobile__rating-stars {
  width: 71px;
  height: 15px;
}

@media (max-width: 575.98px) {
  .restoration-apps {
    display: none;
  }
}
.restoration-apps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 897.98px) {
  .restoration-apps__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.restoration-apps__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.restoration-apps__col_left {
  gap: 28px;
  max-width: 428px;
}
.restoration-apps__col_right {
  gap: 40px;
  max-width: 370px;
}
.restoration-apps__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.restoration-apps__title {
  font-size: 34px;
  line-height: 36px;
  text-align: left;
}
.restoration-apps__rating {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 50px;
}
.restoration-apps__rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.restoration-apps__rating-logo {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.restoration-apps__rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 95px;
  height: 19px;
}
.restoration-apps__rating-rate {
  font-weight: 500;
  margin-right: 4px;
}
.restoration-apps__qr {
  display: grid;
  grid-column-gap: 20px;
  width: 328px;
}
.restoration-apps__qr-image {
  grid-column: 1;
  grid-row: 1/3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.restoration-apps__qr-title {
  grid-column: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.restoration-apps__qr-text {
  grid-column: 2;
  font-size: 14px;
  line-height: 17px;
  color: #aaadb3;
}
.restoration-apps__download {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.restoration-cards {
  padding-top: 90px;
}
@media (max-width: 1250.98px) {
  .restoration-cards {
    padding-top: 40px;
  }
}
.restoration-cards__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 575.98px) {
  .restoration-cards__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.restoration-cards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #2c2d2e;
}
@media (max-width: 1250.98px) {
  .restoration-cards__card {
    -webkit-border-radius: 32px;
            border-radius: 32px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 16px);
  }
  .restoration-cards__card:last-child:nth-child(odd) {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .restoration-cards__card {
    width: 100%;
    gap: 32px;
    padding: 24px 24px 32px;
  }
}
.restoration-cards__card-logo {
  display: block;
}
@media (max-width: 575.98px) {
  .restoration-cards__card-logo {
    display: none;
  }
}
.restoration-cards__card-logo_mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .restoration-cards__card-logo_mobile {
    display: block;
  }
}
.restoration-cards__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.restoration-cards__card-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 897.98px) {
  .restoration-cards__card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.restoration-cards__card-text {
  font-size: 20px;
  line-height: 26px;
}

.restoration-banner {
  padding-top: 30px;
}
@media (max-width: 897.98px) {
  .restoration-banner {
    padding-top: 20px;
  }
}
.restoration-banner__inner {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-template-rows: repeat(2, auto);
  gap: 60px;
  position: relative;
  background-color: #2c2d2e;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 1250.98px) {
  .restoration-banner__inner {
    -webkit-border-radius: 32px;
            border-radius: 32px;
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .restoration-banner__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 24px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    padding: 24px;
  }
}
.restoration-banner__inner::after {
  content: "";
  grid-column: 2;
  grid-row: 1/3;
  background-image: url("img/restoration/family.png");
  background-position: right;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .restoration-banner__inner::after {
    background-image: url("img/restoration/family-sm.png");
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    height: 266px;
    margin: auto;
  }
}
.restoration-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 426px;
}
@media (max-width: 1250.98px) {
  .restoration-banner__content {
    width: 369px;
  }
}
@media (max-width: 897.98px) {
  .restoration-banner__content {
    width: 289px;
  }
}
@media (max-width: 575.98px) {
  .restoration-banner__content {
    gap: 12px;
  }
}
.restoration-banner__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
}
@media (max-width: 1250.98px) {
  .restoration-banner__title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .restoration-banner__title {
    font-size: 32px;
    line-height: 34px;
  }
}
.restoration-banner__description {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 1250.98px) {
  .restoration-banner__description {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .restoration-banner__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.restoration-banner__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}
@media (max-width: 897.98px) {
  .restoration-banner__btn {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .restoration-banner__btn {
    font-size: 18px;
    line-height: 23px;
  }
}

.restoration-footer {
  background-color: #2c2d2e;
  margin-top: 30px;
}
@media (max-width: 897.98px) {
  .restoration-footer {
    margin-top: 40px;
  }
}
.restoration-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 70px 96px 80px;
}
@media (max-width: 1250.98px) {
  .restoration-footer__container {
    padding: 70px 0px 80px;
  }
}
@media (max-width: 897.98px) {
  .restoration-footer__container {
    padding: 60px 30px 30px;
  }
}
.restoration-footer__links {
  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;
  width: 100%;
}
@media (max-width: 897.98px) {
  .restoration-footer__links {
    -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: start;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .restoration-footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.restoration-footer__logo {
  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;
  gap: 30px;
  width: 134px;
}
.restoration-footer__copyright {
  display: none;
  color: #959697;
}
@media (max-width: 575.98px) {
  .restoration-footer__copyright {
    display: inline;
  }
}
.restoration-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (max-width: 575.98px) {
  .restoration-footer__nav {
    display: none;
  }
}
.restoration-footer__nav-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  .restoration-footer__nav-item {
    padding-left: 0;
  }
  .restoration-footer__nav-item:not(:last-child) {
    display: none;
  }
}
.restoration-footer__nav-item a {
  color: #959697;
}
.restoration-footer__nav-item a:hover {
  color: white;
}
.restoration-footer__socials {
  display: none;
  gap: 8px;
  padding-bottom: 36px;
}
@media (max-width: 575.98px) {
  .restoration-footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.restoration-loader {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.restoration-loader.--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.restoration-loader__inner {
  display: grid;
  grid-template-columns: 156px auto;
  grid-template-rows: 422px;
  width: 784.2px;
  gap: 0 28px;
}
@media (max-width: 897.98px) {
  .restoration-loader__inner {
    grid-template-columns: 133px auto;
  }
}
@media (max-width: 575.98px) {
  .restoration-loader__inner {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 12px 0;
    margin: 0 0 32px;
  }
}
.restoration-loader__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 28px;
}
@media (max-width: 575.98px) {
  .restoration-loader__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 91px;
    gap: 9px;
  }
}
.restoration-loader__skeleton {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.restoration-loader__skeleton::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-animation: shimmer 3s infinite;
          animation: shimmer 3s infinite;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 100%);
}
.restoration-loader__item {
  position: relative;
  background-color: #292929;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (max-width: 575.98px) {
  .restoration-loader__item {
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
}
@media (max-width: 575.98px) {
  .restoration-loader__item {
    height: 100%;
  }
}
.restoration-loader__item--main {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (max-width: 575.98px) {
  .restoration-loader__item--main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 249px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
}
.restoration-loader__like {
  position: absolute;
  right: -80px;
  bottom: -40px;
}
@media (max-width: 897.98px) {
  .restoration-loader__like {
    right: -43px;
    bottom: -74px;
  }
}
@media (max-width: 575.98px) {
  .restoration-loader__like {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -43px;
    bottom: -74px;
  }
}
.restoration-loader__stars {
  position: absolute;
  left: -72px;
  top: -77px;
}
@media (max-width: 575.98px) {
  .restoration-loader__stars {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -60px;
    top: -84px;
  }
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.restoration-mail-space {
  padding-top: 30px;
}
@media (max-width: 897.98px) {
  .restoration-mail-space {
    padding-top: 20px;
  }
}
.restoration-mail-space__container {
  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;
  gap: 32px;
  position: relative;
  overflow: hidden;
  background-color: #0077ff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding-top: 72px;
  padding-bottom: 44px;
}
@media (max-width: 897.98px) {
  .restoration-mail-space__container {
    gap: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.restoration-mail-space__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__content {
    max-width: 794px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__content {
    max-width: 312px;
  }
}
.restoration-mail-space__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
  text-align: center;
  position: relative;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__title {
    max-width: 343px;
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__title {
    font-size: 40px;
    line-height: 44px;
  }
}
.restoration-mail-space__splash {
  top: -10px;
  right: -23px;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__splash {
    width: 20px;
    top: -2px;
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__splash {
    width: unset;
    top: -9px;
    right: 39px;
  }
}
.restoration-mail-space__underline {
  bottom: -9px;
  left: 228px;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__underline {
    width: 140px;
    bottom: -5px;
    left: 181px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__underline {
    width: 205px;
    top: 89px;
    left: 52px;
  }
}
.restoration-mail-space__text {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  max-width: 794px;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__text {
    max-width: 781px;
  }
}
@media (max-width: 897.98px) {
  .restoration-mail-space__text {
    max-width: 490px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__text {
    font-size: 18px;
    line-height: 23px;
  }
}
.restoration-mail-space__footer {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.6;
  max-width: 627px;
  text-align: center;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__footer {
    max-width: 426px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__footer {
    width: 295px;
    font-size: 14px;
    line-height: 20px;
  }
}
.restoration-mail-space__more-info {
  color: inherit !important;
  text-decoration: underline !important;
}
.restoration-mail-space__btn {
  background-color: #191919 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__btn {
    font-size: 19px;
    font-size: 24px;
  }
}
.restoration-mail-space__bite {
  width: 263px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1250.98px) {
  .restoration-mail-space__bite {
    width: 210px;
  }
}
@media (max-width: 575.98px) {
  .restoration-mail-space__bite {
    display: none;
  }
}

.restoration-main {
  position: relative;
  padding-top: 60px;
}
.restoration-main::before, .restoration-main::after {
  content: "";
  position: absolute;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  height: 464px;
  top: 0;
}
.restoration-main::before {
  background-position: top left;
  left: 0;
  width: 201px;
  background-image: url("img/restoration/restoration-main_lg-md-left.png");
}
@media (max-width: 1250.98px) {
  .restoration-main::before {
    width: 141px;
  }
}
@media (max-width: 897.98px) {
  .restoration-main::before {
    width: 115px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main::before {
    width: 60px;
    background-image: url("img/restoration/restoration-main_sm-left.png");
  }
}
.restoration-main::after {
  background-position: top right;
  right: 0;
  width: 231px;
  background-image: url("img/restoration/restoration-main_lg-md-right.png");
}
@media (max-width: 1250.98px) {
  .restoration-main::after {
    width: 162px;
  }
}
@media (max-width: 897.98px) {
  .restoration-main::after {
    width: 132px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main::after {
    width: 90px;
    background-image: url("img/restoration/restoration-main_sm-right.png");
  }
}
.restoration-main__content {
  position: relative;
  z-index: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 897.98px) {
  .restoration-main__content {
    max-width: 100%;
    padding: 0 16px;
  }
}
.restoration-main__logo {
  margin-bottom: 60px;
}
@media (max-width: 897.98px) {
  .restoration-main__logo {
    margin-bottom: 32px;
  }
}
.restoration-main__logo-image {
  max-width: 135px;
}
.restoration-main__title {
  position: relative;
}
.restoration-main__title-text {
  position: relative;
  margin-bottom: 20px !important;
  font-size: 60px;
  line-height: 56px;
  max-width: 819px;
}
@media (max-width: 1250.98px) {
  .restoration-main__title-text {
    font-size: 52px;
    line-height: 55px;
  }
}
@media (max-width: 897.98px) {
  .restoration-main__title-text {
    max-width: 527px;
    font-size: 46px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main__title-text {
    max-width: 263px;
    font-size: 38px;
    line-height: 40px;
  }
}
.restoration-main__title-splash {
  top: -27px;
  left: -30px;
}
@media (max-width: 1250.98px) {
  .restoration-main__title-splash {
    left: 22px;
  }
}
@media (max-width: 897.98px) {
  .restoration-main__title-splash {
    width: 35px;
    top: -17px;
    left: 90px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main__title-splash {
    display: none;
  }
}
.restoration-main__title-underline {
  bottom: 6px;
  right: 17px;
  max-width: 392px;
}
@media (max-width: 1250.98px) {
  .restoration-main__title-underline {
    max-width: 343px;
    bottom: 9px;
    right: 65px;
  }
}
@media (max-width: 897.98px) {
  .restoration-main__title-underline {
    display: none;
  }
}
.restoration-main__title-underline-md-sm {
  display: none;
}
@media (max-width: 897.98px) {
  .restoration-main__title-underline-md-sm {
    display: inline;
    bottom: -5px;
    right: 55px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main__title-underline-md-sm {
    max-width: 245px;
    bottom: -5px;
    left: 9px;
  }
}
.restoration-main__description {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 25px;
  max-width: 652px;
}
@media (max-width: 897.98px) {
  .restoration-main__description {
    max-width: 473px;
  }
}
@media (max-width: 575.98px) {
  .restoration-main__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
    max-width: 310px;
  }
}
.restoration-main__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.restoration-main__btns {
  gap: 18px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.restoration-main__btns.--success {
  display: none;
}
@media (max-width: 575.98px) {
  .restoration-main__btns {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.restoration-main__btns .restoration__btn {
  max-width: 100%;
  padding: 0 24px;
}
.restoration-main__btn--cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
}
@media (max-width: 575.98px) {
  .restoration-main__btn--cloud {
    width: 100%;
    max-width: 100% !important;
  }
}
.restoration-main__btn--cloud::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.44633 10.0132C6.44633 7.71572 8.38025 5.80269 10.8292 5.80269C12.9364 5.80269 14.6701 7.22477 15.1055 9.08505C15.1985 9.48251 15.5474 9.76759 15.9554 9.77956C18.3396 9.84953 20.2015 11.7334 20.2015 13.9881C20.2015 16.2856 18.2676 18.1987 15.8186 18.1987H15.5976C15.1006 18.1987 14.6976 18.6016 14.6976 19.0987C14.6976 19.5957 15.1006 19.9987 15.5976 19.9987H15.8186C19.205 19.9987 22.0015 17.3356 22.0015 13.9881C22.0015 10.9257 19.6604 8.43556 16.669 8.03415C15.8231 5.67306 13.5151 4.00269 10.8292 4.00269C7.44288 4.00269 4.64633 6.6658 4.64633 10.0132C4.64633 10.1332 4.64996 10.2525 4.65713 10.3709C3.08166 11.2575 2.00488 12.9178 2.00488 14.8399C2.00488 17.7169 4.40723 19.9987 7.3073 19.9987H8.39841C8.89547 19.9987 9.29841 19.5957 9.29841 19.0987C9.29841 18.6016 8.89547 18.1987 8.39841 18.1987H7.3073C5.3446 18.1987 3.80488 16.667 3.80488 14.8399C3.80488 13.4582 4.67951 12.2507 5.96034 11.7383C6.3575 11.5794 6.58796 11.1629 6.5116 10.742C6.46877 10.5059 6.44633 10.2624 6.44633 10.0132ZM11.1 21.1029C11.1 21.6 11.5029 22.0029 12 22.0029C12.4971 22.0029 12.9 21.6 12.9 21.1029V13.1219L14.453 14.7268C14.7986 15.0841 15.3684 15.0934 15.7256 14.7478C16.0828 14.4022 16.0922 13.8324 15.7465 13.4752L12.6468 10.2716C12.4773 10.0964 12.244 9.99752 12.0003 9.99743C11.7566 9.99735 11.5232 10.0961 11.3536 10.2712L8.24963 13.4747C7.90375 13.8317 7.91274 14.4015 8.26972 14.7474C8.62669 15.0933 9.19647 15.0843 9.54235 14.7273L11.1 13.1197V21.1029Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.restoration-preview {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 156px auto;
  grid-template-rows: 422px;
  gap: 0 28px;
  max-width: 784.2px;
  margin: 0 0 40px;
  width: 100%;
}
@media (max-width: 897.98px) {
  .restoration-preview {
    grid-template-columns: 133px auto;
  }
}
@media (max-width: 575.98px) {
  .restoration-preview {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 12px 0;
    margin: 0 0 32px;
  }
}
.restoration-popup .restoration-preview {
  display: none;
}
.restoration-popup .restoration-preview.--visible {
  display: grid;
}
.restoration-preview__photos {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 100%;
  gap: 28px;
}
.restoration-preview__photos.--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .restoration-preview__photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 91px;
    gap: 9px;
  }
}
.restoration-preview__photo {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
  -webkit-transition-property: background-color, color, opacity;
  -o-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.restoration-preview__photo:hover {
  opacity: 0.8;
}
@media (max-width: 897.98px) {
  .restoration-preview__photo {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .restoration-preview__photo {
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
}
.restoration-preview__photo._active {
  outline: 0.2rem solid #0077ff;
}
.restoration-preview__photo._active:hover {
  opacity: 1;
  cursor: default;
}
.restoration-preview__photo._active::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.900269' y='7.50107' width='32.2667' height='32.2667' rx='16.1333' fill='%230077FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.405 19.8783C22.7722 20.2449 22.7722 20.8392 22.405 21.2058L16.0827 27.5161C15.7154 27.8827 15.12 27.8827 14.7527 27.5161L11.6625 24.4318C11.2953 24.0652 11.2953 23.4709 11.6625 23.1043C12.0298 22.7377 12.6252 22.7377 12.9925 23.1043L15.4177 25.5249L21.075 19.8783C21.4423 19.5118 22.0377 19.5118 22.405 19.8783Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  right: -0.3rem;
  top: -0.1rem;
}
.restoration-preview__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restoration-preview__main {
  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;
  position: relative;
  grid-column: 1/-1;
  height: 422px;
  text-align: center;
  cursor: default;
}
.--visible + .restoration-preview__main {
  grid-column: 2;
}
@media (max-width: 575.98px) {
  .restoration-preview__main {
    height: 249px;
    grid-column: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .--visible + .restoration-preview__main {
    grid-column: unset;
  }
}
.restoration-preview__main-photo-frame {
  height: 100%;
}
.restoration-preview__main-photo-frame {
  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;
  overflow: hidden;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (max-width: 575.98px) {
  .restoration-preview__main-photo-frame {
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
}
.restoration-preview__main-photo {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restoration-preview__like {
  display: block;
  position: absolute;
  bottom: 49px;
  right: -84px;
}
@media (max-width: 897.98px) {
  .restoration-preview__like {
    display: none;
  }
}
.restoration-popup .restoration-preview__like {
  display: none;
}

.restoration-info {
  position: relative;
  top: -12px;
  grid-row: 1;
  grid-column: 1/-1;
  width: 100%;
}
@media (max-width: 575.98px) {
  .restoration-info {
    line-height: 2.1rem;
  }
}

.--success .restoration-upload, .restoration-popup .restoration-upload {
  background-color: #2c2d2e !important;
}
.--success .restoration-upload:hover, .restoration-popup .restoration-upload:hover {
  background-color: #333333 !important;
}
.restoration-upload input {
  display: none;
}

.m-popup {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
.m-popup.--visible {
  display: block;
}
.m-popup__close {
  width: 60px;
  height: 60px;
  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;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media (max-width: 575.98px) {
  .m-popup__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
}
.m-popup__close:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.m-popup__close svg {
  overflow: visible;
  width: 24px;
  stroke: white;
}
@media (max-width: 575.98px) {
  .m-popup__close svg {
    width: 16px;
    height: 16px;
  }
}
.m-popup__close span {
  position: absolute;
  top: 100%;
  right: 100%;
  display: block;
  padding: 6px 10px;
  white-space: nowrap;
  margin-top: 12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.16);
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media (max-width: 575.98px) {
  .m-popup__close span {
    display: none;
  }
}
.m-popup__close:hover span {
  opacity: 1;
}
.m-popup__bg {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.m-popup__bg._dark {
  background: #191919;
}
.m-popup--scroll-auto {
  overflow-y: auto;
}

.restoration-popup {
  position: relative;
  z-index: 9;
}
.restoration-popup {
  height: 100%;
  padding: 60px;
  display: block;
}
@media (max-width: 897.98px) {
  .restoration-popup {
    padding: 52px 0 12px;
  }
}
.restoration-popup__container {
  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;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 897.98px) {
  .restoration-popup__container {
    padding: 0 16px;
  }
}
.restoration-popup__title {
  position: relative;
  margin-bottom: 20px !important;
  font-size: 60px;
  line-height: 56px;
  max-width: 819px;
}
@media (max-width: 1250.98px) {
  .restoration-popup__title {
    font-size: 52px;
    line-height: 55px;
  }
}
@media (max-width: 897.98px) {
  .restoration-popup__title {
    max-width: 527px;
    font-size: 46px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .restoration-popup__title {
    max-width: 263px;
    font-size: 38px;
    line-height: 40px;
  }
}
.restoration-popup__description {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 25px;
  max-width: 652px;
}
@media (max-width: 897.98px) {
  .restoration-popup__description {
    max-width: 473px;
  }
}
@media (max-width: 575.98px) {
  .restoration-popup__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
    max-width: 310px;
  }
}
.restoration-popup__btns {
  gap: 18px;
  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;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 575.98px) {
  .restoration-popup__btns {
    margin: auto 0 0;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.2rem;
  }
}
.restoration-popup__btns .restoration__btn {
  max-width: 100%;
  padding: 0 24px;
}
@media (max-width: 575.98px) {
  .restoration-popup__btns .restoration__btn {
    width: 100%;
  }
}
.restoration-popup__btn--cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
}
@media (max-width: 575.98px) {
  .restoration-popup__btn--cloud {
    width: 100%;
    max-width: 100% !important;
  }
}
.restoration-popup__btn--cloud::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.44633 10.0132C6.44633 7.71572 8.38025 5.80269 10.8292 5.80269C12.9364 5.80269 14.6701 7.22477 15.1055 9.08505C15.1985 9.48251 15.5474 9.76759 15.9554 9.77956C18.3396 9.84953 20.2015 11.7334 20.2015 13.9881C20.2015 16.2856 18.2676 18.1987 15.8186 18.1987H15.5976C15.1006 18.1987 14.6976 18.6016 14.6976 19.0987C14.6976 19.5957 15.1006 19.9987 15.5976 19.9987H15.8186C19.205 19.9987 22.0015 17.3356 22.0015 13.9881C22.0015 10.9257 19.6604 8.43556 16.669 8.03415C15.8231 5.67306 13.5151 4.00269 10.8292 4.00269C7.44288 4.00269 4.64633 6.6658 4.64633 10.0132C4.64633 10.1332 4.64996 10.2525 4.65713 10.3709C3.08166 11.2575 2.00488 12.9178 2.00488 14.8399C2.00488 17.7169 4.40723 19.9987 7.3073 19.9987H8.39841C8.89547 19.9987 9.29841 19.5957 9.29841 19.0987C9.29841 18.6016 8.89547 18.1987 8.39841 18.1987H7.3073C5.3446 18.1987 3.80488 16.667 3.80488 14.8399C3.80488 13.4582 4.67951 12.2507 5.96034 11.7383C6.3575 11.5794 6.58796 11.1629 6.5116 10.742C6.46877 10.5059 6.44633 10.2624 6.44633 10.0132ZM11.1 21.1029C11.1 21.6 11.5029 22.0029 12 22.0029C12.4971 22.0029 12.9 21.6 12.9 21.1029V13.1219L14.453 14.7268C14.7986 15.0841 15.3684 15.0934 15.7256 14.7478C16.0828 14.4022 16.0922 13.8324 15.7465 13.4752L12.6468 10.2716C12.4773 10.0964 12.244 9.99752 12.0003 9.99743C11.7566 9.99735 11.5232 10.0961 11.3536 10.2712L8.24963 13.4747C7.90375 13.8317 7.91274 14.4015 8.26972 14.7474C8.62669 15.0933 9.19647 15.0843 9.54235 14.7273L11.1 13.1197V21.1029Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}