@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFProDisplay-Light.woff2") format('woff2'), url("../fonts/SFProDisplay-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Medium.woff2") format('woff2'), url("../fonts/SFUIDisplay-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Regular.woff2") format('woff2'), url("../fonts/SFUIDisplay-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Semibold.woff2") format('woff2'), url("../fonts/SFUIDisplay-Semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Bold.woff2") format('woff2'), url("../fonts/SFUIDisplay-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Medium.woff2") format('woff2'), url("../fonts/SFUIDisplay-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Bold.woff2") format('woff2'), url("../fonts/SFUIDisplay-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Regular.woff2") format('woff2'), url("../fonts/SFUIDisplay-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Semibold.woff2") format('woff2'), url("../fonts/SFUIDisplay-Semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Black.woff2") format('woff2'), url("../fonts/SFUIDisplay-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Heavy.woff2") format('woff2'), url("../fonts/SFUIDisplay-Heavy.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.main-svg-sprite {
  display: none;
}
.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}
.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}
* {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html.overflow-hidden {
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: "SF UI Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
}
svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #067ac5;
  background-color: rgba(6,122,197,0.03);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #067ac5;
}
a:hover {
  color: #067ac5;
  text-decoration: underline;
}
p {
  margin: 24px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.theme-color {
  color: #067ac5;
}
/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.visuallyhidden,
.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}
.visuallyhidden:active,
.screen-reader-text:active,
.sr-only:active,
.visuallyhidden:focus,
.screen-reader-text:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  font-family: "SF UI Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 20px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 30px;
}
.container {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
body .swiper-buttons {
  display: flex;
  align-items: center;
}
body .swiper-buttons .swiper-button {
  display: flex;
  position: static;
  justify-content: center;
  align-items: center;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin: 0 0 0 10px;
  cursor: pointer;
  background-color: #067ac5;
  transition: opacity 0.3s, background 0.3s;
}
body .swiper-buttons .swiper-button .svg-icon {
  display: block;
  width: 15px;
  height: 8px;
  fill: #fff;
  transition: fill 0.3s;
}
body .swiper-buttons .swiper-button:hover {
  opacity: 0.85;
}
body .swiper-buttons .swiper-button.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(6,122,197,0.1);
}
body .swiper-buttons .swiper-button.swiper-button-disabled .svg-icon {
  fill: #067ac5;
}
body .swiper-buttons .swiper-button:before,
body .swiper-buttons .swiper-button:after {
  display: none;
}
body .swiper-pagination-wrapper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.32;
  margin: 0 10px 10px;
  transition: opacity 0.3s;
}
body .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
body .lg-outer .lg-thumb-item.active,
body .lg-outer .lg-thumb-item:hover {
  border-color: #067ac5;
}
.footer {
  flex: none;
  color: #fff;
  background: linear-gradient(180deg, #067ac5 0.01%, #1094ea 100%), #333;
}
.footer__main {
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer__main-container {
  display: flex;
  align-items: center;
}
.footer__main-aside {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copiline {
  color: rgba(255,255,255,0.5);
  padding-top: 25px;
  padding-bottom: 20px;
}
.footer__copiline a {
  color: rgba(255,255,255,0.5);
  transition: color 0.3s;
  text-decoration: none;
}
.footer__copiline a:hover {
  color: #fff;
  text-decoration: none;
}
.footer__developed {
  margin-top: 10px;
}
.header {
  flex: none;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
}
.app:not(.home) .header {
  background: linear-gradient(180deg, #067ac5 0.01%, #1094ea 100%);
}
.header__main {
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header__main-container {
  display: flex;
  align-items: center;
}
.header__main-aside {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__burger {
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__burger .svg-icon {
  display: block;
  width: 24px;
  height: 24px;
  stroke: #067ac5;
  stroke-width: 2px;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app__content {
  display: flex;
  flex: 1 0 auto;
}
.app__main {
  flex: 1 1;
}
.about {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.about__header {
  margin-bottom: 20px;
}
.about__text {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 26px;
}
.about__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.about__item {
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.about__item-in {
  width: 100%;
  border-radius: 8px;
  background: #f1f5f6;
  position: relative;
  padding: 20px;
}
.about__item-in svg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
}
.about__item-icon {
  width: 32px;
  height: 32px;
  position: relative;
  margin-bottom: 20px;
}
.about__item-icon img {
  display: block;
}
.about__item-title {
  font-size: 18px;
  line-height: 1.2;
}
.about__item-text {
  margin-top: 10px;
  color: rgba(0,0,0,0.5);
}
.brands {
  padding-bottom: 50px;
}
.brands__header {
  margin-bottom: 32px;
}
.brands__body {
  margin-left: -33px;
}
.brands__logos {
  padding-left: 33px;
}
.brands__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.brands__item {
  padding: 20px 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  background: #f1f5f6;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
}
.brands__item svg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.brands__item:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  transition: opacity 0.3s;
  background-color: #067ac5;
}
.brands__item:hover:before {
  opacity: 1;
}
.brands__item:hover svg {
  opacity: 1;
}
.brands__item-image {
  display: block;
  width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.brands__item-image img {
  mix-blend-mode: darken;
}
.brands__aside {
  padding-left: 33px;
  display: flex;
}
.brands__content {
  color: #fff;
  width: 100%;
  display: flex;
  padding: 40px 15px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(180deg, #067ac5 0%, #5fc0ff 100%), #333;
}
.brands__content svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.brands__content-header {
  font-weight: 500;
  line-height: 1.2;
  width: 413px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
.brands__content-button {
  margin-top: 30px;
}
.calc-widget {
  display: none;
  align-items: center;
}
.calc-widget:hover {
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}
.calc-widget__icon {
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  margin-right: 4px;
}
.calc-widget__icon img {
  display: block;
}
.calc-widget__text {
  flex: 0 0 123px;
  max-width: 123px;
  width: 123px;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}
.callback-form input[type="text"],
.callback-form input[type="tel"],
.callback-form input[type="email"],
.callback-form input[type="number"],
.callback-form textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  border: none;
  box-shadow: none;
  color: #000;
  outline: none;
}
.callback-form input[type="text"]::-moz-placeholder, .callback-form input[type="tel"]::-moz-placeholder, .callback-form input[type="email"]::-moz-placeholder, .callback-form input[type="number"]::-moz-placeholder, .callback-form textarea::-moz-placeholder {
  color: rgba(0,0,0,0.2);
}
.callback-form input[type="text"]:-ms-input-placeholder, .callback-form input[type="tel"]:-ms-input-placeholder, .callback-form input[type="email"]:-ms-input-placeholder, .callback-form input[type="number"]:-ms-input-placeholder, .callback-form textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.2);
}
.callback-form input[type="text"]::placeholder,
.callback-form input[type="tel"]::placeholder,
.callback-form input[type="email"]::placeholder,
.callback-form input[type="number"]::placeholder,
.callback-form textarea::placeholder {
  color: rgba(0,0,0,0.2);
}
.callback-form input[type="text"]:focus::-moz-placeholder, .callback-form input[type="tel"]:focus::-moz-placeholder, .callback-form input[type="email"]:focus::-moz-placeholder, .callback-form input[type="number"]:focus::-moz-placeholder, .callback-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.callback-form input[type="text"]:focus:-ms-input-placeholder, .callback-form input[type="tel"]:focus:-ms-input-placeholder, .callback-form input[type="email"]:focus:-ms-input-placeholder, .callback-form input[type="number"]:focus:-ms-input-placeholder, .callback-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.callback-form input[type="text"]:focus::placeholder,
.callback-form input[type="tel"]:focus::placeholder,
.callback-form input[type="email"]:focus::placeholder,
.callback-form input[type="number"]:focus::placeholder,
.callback-form textarea:focus::placeholder {
  color: transparent;
}
.callback-form textarea {
  line-height: 1.2;
  height: 126px;
  resize: none;
  overflow: hidden;
  padding: 16px 20px;
  -webkit-overflow-scrolling: touch;
}
.callback-form__header {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  width: 420px;
  max-width: 100%;
  margin-bottom: 30px;
}
.callback-form__item {
  margin-top: 20px;
}
.callback-form__check {
  margin-top: 24px;
}
.callback-form__check .text-form__check {
  display: flex;
}
.callback-form__check .text-form__check .wpcf7-list-item {
  margin-left: 0;
}
.callback-form__check .text-form__check label {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  transform: translateZ(0);
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
}
.callback-form__check .text-form__check label input {
  position: absolute;
  right: 110%;
}
.callback-form__check .text-form__check label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #067ac5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4498 5.71562L6.7748 11.3906L3.5498 8.16562L4.65605 7.0625L6.7748 9.18125L11.3436 4.60938L12.4498 5.71562Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.callback-form__check .text-form__check label .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  padding-top: 1px;
  font-size: 14px;
  line-height: 1.428;
  color: rgba(0,0,0,0.5);
}
.callback-form__check .text-form__check label .wpcf7-list-item-label a {
  text-decoration: underline;
}
.callback-form__check .text-form__check label .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.callback-form__check .text-form__check label .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  transition: border 0.3s;
  background: #fff;
}
.callback-form__submit {
  margin-top: 24px;
}
.callback-form__submit .site-button {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.callback-form__hidden {
  display: none;
}
.contacts-widget {
  display: none;
}
.contacts-widget__phone {
  display: flex;
  font-size: 16px;
  line-height: 1.2;
}
.contacts-widget__phone a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.contacts-widget__phone a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.contacts-widget__callback {
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 2px;
}
.contacts-widget__callback a {
  color: #fff;
  text-decoration: underline;
}
.contacts-widget__callback a:hover {
  color: #fff;
  text-decoration: none;
}
.contacts {
  position: relative;
  background-color: #f1f1f1;
}
.contacts:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 200px;
  z-index: 1;
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  pointer-events: none;
}
.contacts__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contacts__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contacts__content {
  position: relative;
  z-index: 1;
  width: 230px;
  padding: 30px;
  font-size: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.contacts__content .calc-widget {
  display: flex;
  color: #000;
  margin-left: -6px;
}
.contacts__content .calc-widget__text {
  color: #000;
  font-size: 12px;
}
.contacts__header {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.contacts__address {
  margin-bottom: 20px;
  font-size: 16px;
}
.contacts__address-header {
  margin-bottom: 4px;
  color: rgba(0,0,0,0.4);
}
.contacts__phone {
  margin-bottom: 8px;
}
.contacts__phone a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
.contacts__phone a:hover {
  opacity: 0.65;
  text-decoration: none;
  color: #000;
}
.contacts__callback {
  margin-bottom: 20px;
}
.contacts__callback a {
  color: #067ac5;
  text-decoration: underline;
}
.contacts__callback a:hover {
  text-decoration: none;
}
.diagnostic {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(241,245,246,0) 0.01%, #f1f5f6 100%);
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.diagnostic__image {
  display: none;
}
.diagnostic__image img {
  display: block;
}
.diagnostic__container {
  position: relative;
  padding-bottom: 40px;
}
.diagnostic__content {
  width: 600px;
  max-width: 100%;
}
.diagnostic__header {
  margin-bottom: 0;
}
.diagnostic__button {
  margin-top: 32px;
}
.hero {
  color: #fff;
  position: relative;
  background: linear-gradient(180deg, #067ac5 0.01%, #1094ea 100%);
  margin-bottom: 50px;
  padding-top: 61px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
}
.hero__image img {
  display: block;
}
.hero__container {
  padding-top: 40px;
  position: relative;
}
.hero__header {
  margin-bottom: 30px;
  width: 676px;
  max-width: 100%;
  color: #fff;
}
.hero__header br {
  display: none;
}
.hero__list {
  margin-bottom: 40px;
}
.hero__list-item {
  display: flex;
  line-height: 1;
  margin-top: 16px;
  font-size: 16px;
}
.hero__list-item:first-child {
  margin-top: 0;
}
.hero__list-icon {
  background-color: #fff;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 26px;
  max-width: 26px;
  width: 26px;
  height: 26px;
  border-radius: 26px;
}
.hero__list-icon .svg-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #067ac5;
  stroke-width: 1px;
}
.hero__list-text {
  flex: 1 1;
  padding-top: 5px;
}
.hero__button {
  margin-top: 40px;
}
.hero__about {
  display: flex;
  max-width: 620px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  margin-top: 45px;
  -webkit-overflow-scrolling: touch;
}
.hero__about-item {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  border-left: 1px solid #e7e7e7;
  padding: 16px 16px 16px;
}
.hero__about-item:first-child {
  border-left: none;
}
.hero__about-icon {
  margin-left: -5px;
  margin-bottom: 25px;
}
.hero__about-icon img {
  display: block;
}
.hero__about-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.hero__about-text {
  margin-top: 10px;
  line-height: 1;
  color: rgba(0,0,0,0.5);
}
.how-we-work {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.how-we-work__headline {
  margin-bottom: 32px;
}
.how-we-work__headline .swiper-buttons {
  display: none;
}
.how-we-work__header {
  margin-bottom: 0;
}
.how-we-work__slider.swiper {
  overflow: visible;
  margin-right: -20px;
}
.how-we-work__items.swiper-wrapper {
  display: flex;
}
.how-we-work__item {
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
  margin-right: 20px;
}
.how-we-work__item-in {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.how-we-work__item-in img {
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.how-we-work__item-step {
  position: relative;
  display: table;
  padding: 8px 17px;
  color: #067ac5;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(16,148,234,0.1) 0%, rgba(6,122,197,0.1) 100%);
  margin-bottom: 20px;
}
.how-we-work__item-header {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
}
.how-we-work__item-text {
  position: relative;
  color: rgba(0,0,0,0.6);
}
.malfunctions {
  padding-bottom: 50px;
}
.malfunctions__header {
  margin-bottom: 32px;
}
.malfunctions__items {
  margin-bottom: 32px;
}
.malfunctions__item {
  max-width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(51,51,51,0.1);
}
.malfunctions__item:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.malfunctions__item-header {
  cursor: pointer;
  display: flex;
}
.malfunctions__item-header:hover .malfunctions__item-title {
  opacity: 0.65;
}
.malfunctions__item-header:hover .malfunctions__item-icon {
  opacity: 0.75;
}
.malfunctions__item-title {
  flex: 1 1;
  font-size: 18px;
  padding-top: 4px;
  line-height: 1.2;
  transition: opacity 0.3s;
}
.malfunctions__item-icon {
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #1094ea 0%, #067ac5 100%);
  transition: opacity 0.3s;
}
.malfunctions__item-icon .svg-icon {
  display: block;
  width: 12px;
  height: 8px;
  fill: #fff;
}
.malfunctions__item-body {
  display: none;
}
.malfunctions__item-body.is-active {
  display: block;
}
.malfunctions__item-body-in {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(51,51,51,0.1);
  color: rgba(0,0,0,0.5);
}
.malfunctions__images-slider.swiper {
  border-radius: 8px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.malfunctions__images-items.swiper-wrapper {
  display: flex;
}
.malfunctions__image-item.swiper-slide {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.malfunctions__image-item.swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  height: 270px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(to top, #067ac5, rgba(6,122,197,0));
}
.malfunctions__image-item.swiper-slide img {
  width: 100%;
  display: block;
}
.mobile-menu {
  width: 100%;
  margin-bottom: auto;
  flex: none;
}
.mobile-menu ul,
.mobile-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu >ul >li {
  position: relative;
  opacity: 0;
  top: 10px;
  margin-bottom: 20px;
}
.mobile-menu >ul >li.opened > a .svg-icon {
  transform: rotate(180deg);
  top: 1px;
}
.mobile-menu >ul >li >a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.mobile-menu >ul >li ul {
  display: none;
  padding: 5px 0 8px;
}
.mobile-menu >ul >li ul li {
  margin-top: 12px;
}
.mobile-menu >ul >li ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.mobile-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  z-index: 500;
  transition: background 0.3s;
}
.mobile-sidebar .calc-widget {
  display: flex;
  margin-top: 20px;
  position: relative;
  opacity: 0;
  top: 10px;
  margin-left: -5px;
  flex: none;
}
.mobile-sidebar .socials {
  display: flex;
  margin-top: 20px;
  position: relative;
  opacity: 0;
  top: 10px;
  flex: none;
}
.mobile-sidebar .contacts-widget {
  display: block;
  margin-top: 20px;
  position: relative;
  opacity: 0;
  top: 10px;
  flex: none;
}
.mobile-sidebar__container {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(180deg, #067ac5 0.01%, #1094ea 100%);
  transition: 0.2s ease transform, box-shadow 0.2s ease;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar__header {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-sidebar__close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-sidebar__close .svg-icon {
  display: block;
  width: 16px;
  height: 14px;
  fill: #067ac5;
  display: block;
  transition: fill 0.3s;
}
.mobile-sidebar__content {
  overflow-y: auto;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 30px;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar.opened {
  visibility: visible;
  pointer-events: auto;
  background: rgba(255,255,255,0.7);
}
.mobile-sidebar.opened:before {
  opacity: 1;
}
.mobile-sidebar.opened .mobile-sidebar__container {
  transform: translateX(0);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
}
.mobile-sidebar.opened .mobile-menu >ul >li {
  -webkit-animation: fadeIn 0.25s forwards;
          animation: fadeIn 0.25s forwards;
}
.mobile-sidebar.opened .header__phone {
  -webkit-animation: fadeIn 0.25s forwards;
          animation: fadeIn 0.25s forwards;
}
.mobile-sidebar.opened .calc-widget {
  -webkit-animation: fadeIn 0.25s forwards;
          animation: fadeIn 0.25s forwards;
}
.mobile-sidebar.opened .socials {
  -webkit-animation: fadeIn 0.25s forwards;
          animation: fadeIn 0.25s forwards;
}
.mobile-sidebar.opened .contacts-widget {
  -webkit-animation: fadeIn 0.25s forwards;
          animation: fadeIn 0.25s forwards;
}
.prices {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.prices__logo {
  display: none;
}
.prices__logo img {
  display: block;
  max-width: none;
}
.prices__inside {
  background: linear-gradient(180deg, rgba(241,245,246,0) 0.01%, #f1f5f6 100%);
  padding-top: 0;
  padding-bottom: 50px;
}
.prices__container {
  position: relative;
}
.prices__image-l {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: 327px;
}
.prices__image-l img {
  display: block;
  max-width: none;
}
.prices__image-r {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 343px;
}
.prices__image-r img {
  display: block;
  max-width: none;
}
.prices__content {
  position: relative;
  width: 697px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.prices__header {
  width: 520px;
  max-width: 100%;
  margin-bottom: 32px;
}
.prices__button {
  margin-top: 32px;
}
.quiz-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
.quiz-grid__item {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.quiz-grid__item-in {
  cursor: pointer;
}
.quiz-grid__item-in.is-active .quiz-grid__item-image:before {
  opacity: 1;
}
.quiz-grid__item-in.is-active .quiz-grid__item-icon {
  opacity: 1;
}
.quiz-grid__item-image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.quiz-grid__item-image img {
  display: block;
  width: 100%;
}
.quiz-grid__item-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(6,122,197,0.3);
}
.quiz-grid__item-icon {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 46px;
  width: 46px;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #067ac5;
}
.quiz-grid__item-icon .svg-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}
.quiz-grid__item-title {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  margin-top: 14px;
}
.quiz-logos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -25px;
}
.quiz-logos__item {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 25px;
}
.quiz-logos__item-in {
  cursor: pointer;
}
.quiz-logos__item-in.is-active .quiz-logos__item-image:before {
  opacity: 1;
}
.quiz-logos__item-in.is-active .quiz-logos__item-icon {
  opacity: 1;
}
.quiz-logos__item-image {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.quiz-logos__item-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quiz-logos__item-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(6,122,197,0.3);
}
.quiz-logos__item-icon {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #067ac5;
}
.quiz-logos__item-icon .svg-icon {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}
.quiz-logos__item-title {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
.quiz-radios {
  width: 406px;
  margin-top: 30px;
  max-width: 100%;
}
.quiz-radios__item {
  cursor: pointer;
  display: flex;
  line-height: 1;
  font-size: 16px;
  margin-top: 26px;
}
.quiz-radios__item:first-child {
  margin-top: 0;
}
.quiz-radios__item.is-active .quiz-radios__item-icon {
  border-color: #067ac5;
}
.quiz-radios__item.is-active .quiz-radios__item-icon:before {
  opacity: 1;
}
.quiz-radios__item--input {
  align-items: center;
  margin-top: 20px;
}
.quiz-radios__item-icon {
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 8px;
  border: 1px solid #bbb;
  position: relative;
  transition: border 0.3s;
  top: -1px;
}
.quiz-radios__item-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-radius: 9px;
  height: 9px;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
  background-color: #067ac5;
}
.quiz-radios__item-body {
  flex: 1 1;
}
.quiz-radios__item-body input {
  display: block;
  width: 100%;
  font-size: 16px;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 28px;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.quiz-radios__item-body input::-moz-placeholder {
  color: rgba(0,0,0,0.23);
}
.quiz-radios__item-body input:-ms-input-placeholder {
  color: rgba(0,0,0,0.23);
}
.quiz-radios__item-body input::placeholder {
  color: rgba(0,0,0,0.23);
}
.quiz-radios__item-body input:focus::-moz-placeholder {
  color: transparent;
}
.quiz-radios__item-body input:focus:-ms-input-placeholder {
  color: transparent;
}
.quiz-radios__item-body input:focus::placeholder {
  color: transparent;
}
.quiz {
  margin-bottom: 50px;
}
.quiz .callback-form__items {
  width: 405px;
  max-width: 100%;
}
.quiz__header {
  margin-bottom: 32px;
}
.quiz__step-titles {
  display: flex;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  border: 1px solid #d9ddde;
  background-color: #f1f5f6;
  -webkit-overflow-scrolling: touch;
}
.quiz__step-title {
  flex: 1 1;
  position: relative;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  line-height: 1;
  color: rgba(51,51,51,0.4);
  border-right: 1px solid #d9ddde;
  transition: color 0.3s;
}
.quiz__step-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #1094ea 0%, #067ac5 100%), #067ac5;
  opacity: 0;
  transition: opacity 0.3s;
}
.quiz__step-title:last-child {
  border-right: none;
}
.quiz__step-title span {
  display: block;
  position: relative;
}
.quiz__step-title span span {
  display: none;
}
.quiz__step-title:hover {
  color: #000;
  text-decoration: none;
}
.quiz__step-title.is-active {
  color: #fff;
}
.quiz__step-title.is-active:before {
  opacity: 1;
}
.quiz__body {
  display: flex;
  border-radius: 0 0 8px 8px;
  background-color: #f1f5f6;
  padding: 20px 20px 26px;
}
.quiz__steps {
  flex: 1 1;
}
.quiz__step {
  display: none;
}
.quiz__step.is-active {
  display: block;
}
.quiz__step:last-child {
  min-height: 0;
  padding-bottom: 0;
}
.quiz__step-header {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.quiz__step-header br {
  display: none;
}
.quiz__controls {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.quiz__controls.is-hidden {
  display: none;
}
.quiz__controls-header {
  color: #333;
  font-size: 16px;
  flex: 1 1;
}
.quiz__controls-header b {
  font-weight: 700;
}
.quiz__buttons {
  order: -1;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.quiz__buttons .site-button {
  width: 120px;
  margin-left: 16px;
}
.quiz__buttons .site-button:first-child {
  margin-left: 0;
}
.quiz__buttons .site-button.ghost {
  visibility: hidden;
}
.quiz__buttons .site-button.ghost.is-active {
  visibility: visible;
}
.quiz__buttons .site-button.is-hidden {
  visibility: hidden;
}
.quiz__aside {
  display: none;
}
.quiz__aside svg {
  position: absolute;
  left: 0;
  top: 0;
}
.quiz__aside-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.quiz__aside-image img {
  display: block;
}
.quiz__aside-suptitle {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.quiz__aside-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.quiz__hidden {
  display: none;
}
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.remodal-is-initialized {
/* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-wrapper {
  padding: 3 10px 0;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal {
  margin-bottom: 10px;
  max-width: 100%;
  width: 500px;
  padding: 10px 10px 0;
  position: static;
  outline: none;
  border-radius: 0;
  transform: translate3d(0, 0, 0);
}
.remodal__close {
  position: absolute;
  top: 24px;
  right: 8px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  z-index: 1;
}
.remodal__close:hover .svg-icon {
  fill: #000;
}
.remodal__close .svg-icon {
  width: 16px;
  height: 14px;
  fill: rgba(0,0,0,0.2);
  display: block;
  transition: fill 0.3s;
}
.remodal__container {
  padding: 0;
}
.remodal__content {
  flex: 1 1;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding: 0;
  display: flex;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 18px 50px rgba(6,122,197,0.2);
  -webkit-overflow-scrolling: touch;
}
.remodal__aside {
  display: none;
}
.remodal__aside-supheader {
  margin-bottom: 20px;
}
.remodal__aside-header {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.remodal__aside-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.remodal__aside-image img {
  display: block;
}
.remodal__body {
  flex: 1 1;
  position: relative;
  background: #f1f5f6;
  padding: 30px 20px 40px;
}
.remodal__body .form-corner {
  display: none;
}
.remodal__header {
  line-height: 1;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 500;
  padding-right: 20px;
}
.remodal__text {
  font-size: 16px;
  width: 433px;
  max-width: 100%;
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 24px;
}
.remodal--thanks {
  width: 672px;
}
.remodal--thanks .remodal__close {
  top: 7px;
  right: 7px;
}
.remodal--thanks .remodal__content {
  padding: 20px 20px 24px;
}
.remodal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,0.7);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.is-multiple {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20%);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20%);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.reviews {
  padding-bottom: 50px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.reviews__headline {
  margin-bottom: 32px;
}
.reviews__headline .swiper-buttons {
  display: none;
}
.reviews__header {
  margin-bottom: 0;
}
.reviews__slider.swiper {
  overflow: visible;
  margin-right: -20px;
}
.reviews__items.swiper-wrapper {
  display: flex;
}
.reviews__item {
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}
.reviews__item.swiper-slide {
  transition: box-shadow 0.3s, border-color 0.3s;
}
.reviews__item:hover {
  border-color: rgba(6,122,197,0.4);
  box-shadow: 0px 18px 50px rgba(6,122,197,0.2);
}
.reviews__item:hover .reviews__item-name {
  color: #067ac5;
}
.reviews__item-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 247px;
}
.reviews__item-image img {
  display: block;
  max-width: 100%;
}
.reviews__item-body {
  background: #f1f5f6;
  padding: 20px;
}
.reviews__item-title {
  font-size: 18px;
  font-weight: 500;
}
.reviews__item-name {
  margin-top: 10px;
  color: rgba(0,0,0,0.5);
  transition: color 0.3s;
}
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  background: linear-gradient(180deg, #1094ea 0%, #067ac5 100%);
  color: #fff;
  padding: 16px 20px;
  transition: opacity 0.3s, color 0.3s, background 0.3s;
}
.site-button span {
  display: inline-block;
  position: relative;
}
.site-button:hover {
  background: linear-gradient(180deg, #1094ea 0%, #067ac5 100%);
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}
.site-button.white {
  background: #fff;
  color: #000;
}
.site-button.white:hover {
  opacity: 0.85;
  background: #fff;
  color: #000;
}
.site-button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.site-button.ghost {
  position: relative;
  background: none;
  padding: 16px 20px;
  color: #067ac5;
  border: 1px solid #067ac5;
}
.site-button.ghost:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 4px;
  transition: opacity 0.3s;
  background: linear-gradient(180deg, #1094ea 0%, #067ac5 100%);
}
.site-button.ghost:hover {
  border: none;
  background: #067ac5;
  color: #fff;
  opacity: 0.75;
  padding: 16px 20px;
}
.site-button.ghost:hover:before {
  opacity: 1;
}
.site-logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.site-logo:hover {
  color: #fff;
  text-decoration: none;
}
.site-logo__image {
  display: block;
  flex: 0 0 41px;
  max-width: 41px;
  width: 41px;
}
.site-logo__image img {
  display: block;
}
.site-logo__body {
  flex: 0 0 114px;
  max-width: 114px;
  width: 114px;
  margin-left: 20px;
  font-size: 14px;
  padding-top: 2px;
}
.site-logo__header {
  display: block;
}
.site-logo__text {
  color: #e32525;
  display: inline-block;
  background-color: #fff;
  padding: 0 4px;
  white-space: nowrap;
  border-radius: 3px;
  margin-left: -4px;
}
.site-nav {
  display: none;
}
.site-nav ul,
.site-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav ul {
  display: flex;
  align-items: center;
  margin-left: -20px;
}
.site-nav ul li {
  display: flex;
  flex-shrink: 0;
  margin-left: 20px;
}
.site-nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}
.site-nav ul li a:hover {
  color: #fff;
  opacity: 0.75;
}
.socials {
  display: none;
}
.socials__items {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.socials__item {
  display: block;
  margin-left: 10px;
  transition: opacity 0.3s;
}
.socials__item:hover {
  opacity: 0.75;
}
.socials__item img {
  display: block;
}
.socials__text {
  font-size: 12px;
  line-height: 1.2;
  flex: 0 0 114px;
  max-width: 114px;
  width: 114px;
  margin-left: 10px;
}
.works {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.works__headline {
  margin-bottom: 32px;
}
.works__headline .swiper-buttons {
  display: none;
}
.works__header {
  margin-bottom: 0;
}
.works__slider.swiper {
  margin-right: -20px;
  overflow: visible;
}
.works__items {
  display: flex;
}
.works__item.swiper-slide {
  position: relative;
  margin-right: 20px;
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
}
.works__item-content {
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.works__item-content:hover {
  box-shadow: 0px 18px 50px 0px rgba(6,122,197,0.2);
}
.works__item-content:hover .works__item-icon:before {
  opacity: 1;
}
.works__image-previews-slider.swiper {
  overflow: hidden;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
.works__image-previews-items.swiper-wrapper {
  display: flex;
}
.works__image-preview.swiper-slide {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.works__image-preview.swiper-slide img {
  display: block;
}
.works__image-preview.swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  height: 120px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(to top, #067ac5, rgba(6,122,197,0));
}
.works__item-icon {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d0cfd1, #ada7a5);
  -webkit-overflow-scrolling: touch;
}
.works__item-icon:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  background-color: #067ac5;
}
.works__item-icon .svg-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
  left: 1px;
}
.works__item-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  padding: 0 20px 20px;
}
.works__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.works__item-more {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  text-decoration: underline;
}
.works__item-more:hover {
  text-decoration: none;
}
.works__item-gallery {
  display: none;
}
.works__image-thumbs-slider.swiper {
  position: relative;
  z-index: 20;
  width: auto;
  margin-top: 20px;
  margin-right: -20px;
}
.works__image-thumbs-items.swiper-wrapper {
  display: flex;
  width: auto;
}
.works__image-thumb.swiper-slide {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
  width: calc(25% - 20px);
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.3;
  position: relative;
  transition: opacity 0.3s;
  -webkit-overflow-scrolling: touch;
}
.works__image-thumb.swiper-slide:last-child {
  margin-left: 0;
}
.works__image-thumb.swiper-slide img {
  display: block;
}
.works__image-thumb.swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
  height: 100%;
  border: 2px solid #067ac5;
  opacity: 0;
  transition: opacity 0.3s;
}
.works__image-thumb.swiper-slide:hover {
  opacity: 1;
}
.works__image-thumb.swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.works__image-thumb.swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1;
}
.page-container {
  padding-top: 75px;
  padding-bottom: 50px;
}
.wpcf7-not-valid-tip {
  margin-top: 6px;
}
.wpcf7 form .wpcf7-response-output {
  border: 1px solid #067ac5;
  padding: 8px 17px;
  margin: 24px 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
  padding: 8px 17px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #067ac5;
  padding: 8px 17px;
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    top: 15px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    top: 15px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.header__phone {
  flex: 0 0 32px;
  max-width: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 26px;
}
.header__phone svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media (min-width: 414px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  .callback-form__submit .site-button {
    padding-left: 28px;
    padding-right: 28px;
    width: auto;
  }
  .hero__about-item {
    padding: 20px 20px 20px;
  }
  .quiz-logos__item {
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
    width: 33.333333333333336%;
  }
  .works__item.swiper-slide {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
  }
}
@media (min-width: 512px) {
  .calc-widget {
    display: flex;
    transition: opacity 0.3s;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 545px) {
  .footer__copiline {
    display: flex;
  }
  .footer__developed {
    margin-left: auto;
  }
  .about__item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .brands__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333337% - 20px);
    max-width: calc(33.3333337% - 20px);
    width: calc(33.3333337% - 20px);
  }
  .diagnostic__image {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .quiz-logos__item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .quiz__step-title span span {
    display: inline;
  }
  .quiz__controls {
    margin-top: 30px;
  }
}
@media (min-width: 644px) {
  .footer__main-aside {
    width: 400px;
  }
  .header__phone {
    display: none;
  }
  .header__main-aside {
    width: 400px;
  }
  .header__burger {
    margin-left: 0;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
  }
  .contacts-widget {
    display: block;
  }
  .mobile-sidebar__close {
    margin-left: 0;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  .footer__copiline {
    margin-top: 70px;
    padding-bottom: 20px;
  }
  .about {
    margin-bottom: 80px;
  }
  .about__container {
    display: flex;
  }
  .about__aside {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
  }
  .about__text {
    margin-bottom: 0;
  }
  .about__content {
    flex: 1 1;
    max-width: 590px;
    margin-left: auto;
  }
  .brands {
    padding-bottom: 80px;
  }
  .brands__body {
    display: flex;
  }
  .brands__logos {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .brands__aside {
    padding-bottom: 20px;
    padding-left: 37px;
    flex: 1 1;
  }
  .brands__content-button {
    margin-top: 50px;
  }
  .diagnostic {
    margin-bottom: 80px;
  }
  .hero {
    margin-bottom: 80px;
  }
  .hero__image {
    display: block;
  }
  .how-we-work {
    margin-bottom: 80px;
  }
  .malfunctions {
    padding-bottom: 80px;
    display: flex;
  }
  .malfunctions__aside {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 20px;
  }
  .malfunctions__item {
    width: 487px;
  }
  .malfunctions__images {
    margin-left: auto;
    flex: 1 1;
    padding-left: 20px;
  }
  body .swiper-pagination-wrapper .swiper-pagination {
    bottom: 40px;
  }
  .prices {
    margin-bottom: 80px;
  }
  .prices__inside {
    padding-top: 20px;
  }
  .prices__content {
    text-align: center;
  }
  .prices__header {
    width: auto;
  }
  .quiz-grid {
    margin-left: -30px;
    margin-bottom: -30px;
  }
  .quiz-grid__item {
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
    width: 33.333333333333336%;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .quiz-grid__item-icon {
    height: 67px;
    width: 67px;
    border-radius: 67px;
  }
  .quiz-grid__item-icon .svg-icon {
    width: 36px;
    height: 36px;
  }
  .quiz-grid__item-title {
    margin-top: 16px;
    font-size: 16px;
  }
  .quiz-logos__item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .quiz {
    margin-bottom: 80px;
  }
  .quiz__step-title {
    font-size: 16px;
  }
  .quiz__step-header br {
    display: block;
  }
  .quiz__controls {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }
  .quiz__controls-header {
    padding-right: 20px;
  }
  .quiz__buttons {
    margin-left: auto;
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .quiz__buttons .site-button {
    width: auto;
  }
  .remodal {
    width: 848px;
    padding: 30px 30px 0;
  }
  .remodal__close {
    top: 14px;
  }
  .remodal__aside {
    display: block;
    text-align: center;
    padding-top: 50px;
    color: #fff;
    flex: 0 0 270px;
    max-width: 270px;
    width: 270px;
    position: relative;
    background: linear-gradient(180deg, #067ac5 0%, #5fc0ff 100%);
    flex: 0 0 354px;
    max-width: 354px;
    width: 354px;
  }
  .remodal__body {
    padding: 50px 25px 50px 30px;
  }
  .remodal__body .form-corner {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .remodal__header {
    padding-right: 0;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .reviews__item-top {
    height: 297px;
  }
  .site-button {
    padding: 19px 28px;
  }
  .site-button.ghost {
    padding: 18px 27px;
  }
  .works {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .page-container {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 46px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer__main-aside {
    width: 643px;
  }
  .app:not(.home) .header {
    padding-bottom: 20px;
  }
  .header__main-aside {
    width: 643px;
  }
  .header__burger {
    display: none;
  }
  .about {
    margin-bottom: 140px;
  }
  .about__text {
    font-size: 20px;
  }
  .about__item-in {
    padding: 30px;
  }
  .brands {
    padding-bottom: 140px;
  }
  .brands__header {
    margin-bottom: 60px;
  }
  .brands__content-header {
    font-size: 26px;
  }
  .callback-form__header {
    font-size: 30px;
  }
  .contacts__container {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .diagnostic {
    margin-bottom: 140px;
  }
  .diagnostic__container {
    padding-bottom: 80px;
  }
  .diagnostic__button {
    margin-top: 60px;
  }
  .hero {
    margin-bottom: 140px;
    padding: 101px 0 0;
    border-radius: 0 0 0 50px;
  }
  .hero__container {
    padding-top: 73px;
  }
  .hero__header br {
    display: block;
  }
  .hero__list-item {
    font-size: 18px;
    margin-top: 20px;
  }
  .hero__list-item:first-child {
    margin-top: 0;
  }
  .hero__list-icon {
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .hero__list-text {
    padding-top: 6px;
  }
  .hero__about {
    margin-top: 60px;
  }
  .how-we-work {
    margin-bottom: 140px;
  }
  .how-we-work__headline {
    display: flex;
    margin-bottom: 60px;
  }
  .how-we-work__headline .swiper-buttons {
    display: flex;
    margin-left: auto;
  }
  .how-we-work__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .how-we-work__item-in {
    padding: 30px;
  }
  .how-we-work__item-step {
    margin-bottom: 30px;
  }
  .malfunctions {
    padding-bottom: 140px;
  }
  .malfunctions__header {
    margin-bottom: 56px;
  }
  .malfunctions__items {
    margin-bottom: 0;
  }
  .mobile-sidebar {
    display: none !important;
  }
  .mobile-sidebar__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile-sidebar__close {
    display: none;
  }
  .mobile-sidebar__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .prices {
    padding-top: 463px;
    margin-top: -463px;
    margin-bottom: 140px;
  }
  .prices__logo {
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    width: 1015px;
    overflow: hidden;
    margin-right: 130px;
    -webkit-overflow-scrolling: touch;
  }
  .prices__inside {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .prices__button {
    margin-top: 60px;
  }
  .quiz-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .quiz-logos {
    margin-bottom: -40px;
    margin-left: -30px;
    width: 650px;
    max-width: 100%;
  }
  .quiz-logos__item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .quiz-radios {
    margin-top: 45px;
  }
  .quiz-radios__item {
    margin-top: 40px;
    font-size: 18px;
  }
  .quiz-radios__item:first-child {
    margin-top: 0;
  }
  .quiz-radios__item--input {
    margin-top: 35px;
  }
  .quiz-radios__item-icon {
    top: 0;
    margin-top: 1px;
  }
  .quiz {
    margin-bottom: 140px;
  }
  .quiz__header {
    margin-bottom: 60px;
  }
  .quiz__step-title {
    font-size: 18px;
    padding: 31px 10px;
    font-size: 18px;
  }
  .quiz__body {
    padding: 40px 50px;
  }
  .quiz__steps {
    padding-right: 30px;
  }
  .quiz__step {
    min-height: 460px;
    padding-bottom: 30px;
  }
  .quiz__step-header {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .quiz__controls {
    margin-top: 6px;
  }
  .quiz__aside {
    display: block;
    position: relative;
    flex: 0 0 354px;
    max-width: 354px;
    width: 354px;
    max-height: 520px;
    padding: 90px 0 0;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #067ac5 0%, #5fc0ff 100%);
    color: #fff;
  }
  .remodal--thanks .remodal__content {
    padding: 20px 20px 24px;
  }
  .reviews {
    padding-bottom: 140px;
  }
  .reviews__headline {
    display: flex;
    margin-bottom: 60px;
  }
  .reviews__headline .swiper-buttons {
    display: flex;
    margin-left: auto;
  }
  .reviews__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .reviews__item-body {
    padding: 30px;
  }
  .site-button.ghost:hover {
    padding: 19px 28px;
  }
  .site-nav {
    display: block;
    margin-top: 20px;
  }
  .socials {
    display: inline-flex;
    align-items: center;
  }
  .works {
    margin-bottom: 140px;
  }
  .works__headline {
    display: flex;
    margin-bottom: 60px;
  }
  .works__headline .swiper-buttons {
    display: flex;
    margin-left: auto;
  }
  .works__item.swiper-slide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333333337% - 20px);
    max-width: calc(33.3333333337% - 20px);
    width: calc(33.3333333337% - 20px);
  }
  .works__item-body {
    padding: 0 30px 30px;
  }
  body .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 59px;
  }
}
@media (min-width: 1200px) {
  .about__aside {
    flex: 0 0 470px;
    max-width: 470px;
    width: 470px;
  }
  .hero__image {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .mobile-sidebar {
    display: none !important;
  }
  .prices__inside {
    padding-top: 0;
  }
  .quiz-grid__item {
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
    width: 33.333333333333336%;
  }
  .quiz-logos__item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .quiz__steps {
    padding-right: 50px;
  }
  .site-nav ul {
    margin-left: -44px;
  }
  .site-nav ul li {
    margin-left: 44px;
  }
}
@media (min-width: 1366px) {
  .site-nav ul {
    margin-left: -54px;
  }
  .site-nav ul li {
    margin-left: 54px;
  }
}
@media (min-width: 1600px) {
  .diagnostic__image {
    left: auto;
    right: -110px;
    bottom: 0;
  }
}
