/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain) */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support. */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers. */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7. */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure, form {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.*/
/**
 * Define consistent border, margin, and padding.*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.*/
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.*/
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/**
 * Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, button, input, select, textarea {
  color: #222; }

::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 15, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff {} ; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight {
  height: auto; }
  .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px {}
 ; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff {} ; }

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000 {} ; }

.swiper-button-lock {
  display: none; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff {} ; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000 {} ; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-Light.woff") format("woff"), url("../fonts/Gramatika-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-LightItalic.woff") format("woff"), url("../fonts/Gramatika-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-Regular.woff") format("woff"), url("../fonts/Gramatika-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-RegularItalic.woff") format("woff"), url("../fonts/Gramatika-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-Medium.woff") format("woff"), url("../fonts/Gramatika-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-MediumItalic.woff") format("woff"), url("../fonts/Gramatika-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-Bold.woff") format("woff"), url("../fonts/Gramatika-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-BoldItalic.woff") format("woff"), url("../fonts/Gramatika-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-Black.woff") format("woff"), url("../fonts/Gramatika-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Gramatika';
  src: url("../fonts/Gramatika-BlackItalic.woff") format("woff"), url("../fonts/Gramatika-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body, button, input, textarea, label {
  font-family: 'Gramatika', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #232629; }

body {
  background: #fff; }

a:focus {
  outline: none; }

.clearfix::after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.container-small {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1292px) {
  .container {
    width: 1262px; } }

@media (max-width: 1291px) and (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 962px; } }

@media (min-width: 992px) {
  .container-small {
    width: 846px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .container, .container-small {
    width: 738px; } }

@media (max-width: 767px) and (min-width: 576px) {
  .container, .container-small {
    width: 546px; } }

@media (max-width: 575px) and (min-width: 440px) {
  .container, .container-small {
    width: 440px; } }

@media (max-width: 439px) {
  .container, .container-small {
    width: 100%; } }

@media (min-width: 1353px) {
  .container-large {
    width: 1352px;
    margin: 0 auto; }
    .container-large_rounded {
      -webkit-border-radius: 16px;
              border-radius: 16px; } }

@media (max-width: 1352px) {
  .container-large {
    width: 100%; } }

.main-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.button-regular {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  background: #4CC968;
  border: none;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 40px 80px rgba(76, 201, 104, 0.12), 0px 20px 30px rgba(76, 201, 104, 0.12);
          box-shadow: 0px 40px 80px rgba(76, 201, 104, 0.12), 0px 20px 30px rgba(76, 201, 104, 0.12);
  padding: 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: background .3s ease, color .3s ease, box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block; }
  .button-regular:hover {
    -webkit-box-shadow: 0px 40px 80px rgba(76, 201, 104, 0.24), 0px 20px 30px rgba(76, 201, 104, 0.12);
            box-shadow: 0px 40px 80px rgba(76, 201, 104, 0.24), 0px 20px 30px rgba(76, 201, 104, 0.12);
    background: #56DE74; }

.button-light {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-weight: 500;
  color: #209EF1;
  background: rgba(32, 158, 241, 0.12);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  padding: 7px 16px;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block; }
  .button-light:hover {
    background: rgba(32, 158, 241, 0.2); }

@media (max-width: 1291px) {
  .button-regular {
    font-size: 18px;
    line-height: 27px; } }

@media (max-width: 1199px) {
  .button-regular {
    font-size: 16px;
    line-height: 25px; }
  .button-light {
    font-size: 16px;
    line-height: 25px; } }

.input-text {
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: 400;
  background: #fff;
  border: 1px solid;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  height: 72px;
  padding: 0 24px;
  color: #232629;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .input-text::-webkit-input-placeholder {
    color: #ADADAD; }
  .input-text::-moz-placeholder {
    color: #ADADAD; }
  .input-text:-ms-input-placeholder {
    color: #ADADAD; }
  .input-text::-ms-input-placeholder {
    color: #ADADAD; }
  .input-text::placeholder {
    color: #ADADAD; }
  .input-text_light {
    border-color: #fff; }
  .input-text_grey {
    border-color: rgba(35, 38, 41, 0.1); }
    .input-text_grey:focus {
      border-color: rgba(35, 38, 41, 0.2); }
  .input-text.error {
    border: 2px solid #E16767; }

@media (max-width: 1199px) {
  .input-text {
    font-size: 18px;
    line-height: 18px;
    height: 62px; } }

@media (max-width: 575px) {
  .input-text {
    font-size: 16px;
    line-height: 16px;
    height: 52px; } }

.dark-zone {
  position: relative;
  z-index: 1; }
  .dark-zone::before {
    content: '';
    width: 100%;
    height: -webkit-calc(100% - 320px);
    height: calc(100% - 320px);
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 0; }

.gap_top-large {
  margin-top: 80px; }

.gap_top-medium {
  margin-top: 60px; }

.gap_top-small {
  margin-top: 40px; }

.gap_bottom-large {
  padding-bottom: 80px; }

.gap_bottom-medium {
  padding-bottom: 60px; }

.gap_bottom-small {
  padding-bottom: 40px; }

.inner-gap_top-large {
  padding-top: 160px; }

.inner-gap_top-medium {
  padding-top: 120px; }

.inner-gap_top-small {
  padding-top: 80px; }

.inner-gap_bottom-large {
  padding-bottom: 160px; }

.inner-gap_bottom-medium {
  padding-bottom: 120px; }

.inner-gap_bottom-small {
  padding-bottom: 80px; }

.outer-gap_top-large {
  margin-top: 160px; }

.outer-gap_top-medium {
  margin-top: 120px; }

.outer-gap_top-small {
  margin-top: 80px; }

.outer-gap_bottom-large {
  margin-bottom: 160px; }

.outer-gap_bottom-medium {
  margin-bottom: 120px; }

.outer-gap_bottom-small {
  margin-bottom: 80px; }

@media (max-width: 991px) {
  .gap_top-large {
    margin-top: 40px; }
  .gap_top-medium {
    margin-top: 30px; }
  .gap_top-small {
    margin-top: 20px; }
  .gap_bottom-large {
    padding-bottom: 40px; }
  .gap_bottom-medium {
    padding-bottom: 30px; }
  .gap_bottom-small {
    padding-bottom: 20px; }
  .inner-gap_top-large {
    padding-top: 80px; }
  .inner-gap_top-medium {
    padding-top: 60px; }
  .inner-gap_top-small {
    padding-top: 40px; }
  .inner-gap_bottom-large {
    padding-bottom: 80px; }
  .inner-gap_bottom-medium {
    padding-bottom: 60px; }
  .inner-gap_bottom-small {
    padding-bottom: 40px; }
  .outer-gap_top-large {
    margin-top: 80px; }
  .outer-gap_top-medium {
    margin-top: 60px; }
  .outer-gap_top-small {
    margin-top: 40px; }
  .outer-gap_bottom-large {
    margin-bottom: 80px; }
  .outer-gap_bottom-medium {
    margin-bottom: 60px; }
  .outer-gap_bottom-small {
    margin-bottom: 40px; } }

.title {
  font-size: 64px;
  line-height: 80px; }
  .title i {
    font-style: italic; }
  .title_light {
    color: #fff; }

@media (max-width: 1291px) {
  .title {
    font-size: 58px;
    line-height: 76px; } }

@media (max-width: 1199px) {
  .title {
    font-size: 48px;
    line-height: 64px; } }

@media (max-width: 991px) {
  .title {
    font-size: 40px;
    line-height: 52px; } }

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 46px; } }

@media (max-width: 575px) {
  .title {
    font-size: 28px;
    line-height: 38px; } }

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
            animation: lds-spinner 1.2s linear infinite; }
    .lds-spinner div:after {
      content: " ";
      display: block;
      position: absolute;
      top: 3px;
      left: 37px;
      width: 6px;
      height: 18px;
      -webkit-border-radius: 20%;
              border-radius: 20%; }
    .lds-spinner div:nth-child(1) {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-animation-delay: -1.1s;
              animation-delay: -1.1s; }
    .lds-spinner div:nth-child(2) {
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    .lds-spinner div:nth-child(3) {
      -webkit-transform: rotate(60deg);
          -ms-transform: rotate(60deg);
              transform: rotate(60deg);
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }
    .lds-spinner div:nth-child(4) {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }
    .lds-spinner div:nth-child(5) {
      -webkit-transform: rotate(120deg);
          -ms-transform: rotate(120deg);
              transform: rotate(120deg);
      -webkit-animation-delay: -0.7s;
              animation-delay: -0.7s; }
    .lds-spinner div:nth-child(6) {
      -webkit-transform: rotate(150deg);
          -ms-transform: rotate(150deg);
              transform: rotate(150deg);
      -webkit-animation-delay: -0.6s;
              animation-delay: -0.6s; }
    .lds-spinner div:nth-child(7) {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-animation-delay: -0.5s;
              animation-delay: -0.5s; }
    .lds-spinner div:nth-child(8) {
      -webkit-transform: rotate(210deg);
          -ms-transform: rotate(210deg);
              transform: rotate(210deg);
      -webkit-animation-delay: -0.4s;
              animation-delay: -0.4s; }
    .lds-spinner div:nth-child(9) {
      -webkit-transform: rotate(240deg);
          -ms-transform: rotate(240deg);
              transform: rotate(240deg);
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .lds-spinner div:nth-child(10) {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-animation-delay: -0.2s;
              animation-delay: -0.2s; }
    .lds-spinner div:nth-child(11) {
      -webkit-transform: rotate(300deg);
          -ms-transform: rotate(300deg);
              transform: rotate(300deg);
      -webkit-animation-delay: -0.1s;
              animation-delay: -0.1s; }
    .lds-spinner div:nth-child(12) {
      -webkit-transform: rotate(330deg);
          -ms-transform: rotate(330deg);
              transform: rotate(330deg);
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0; }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__phone {
    margin-bottom: 8px;
    display: inline-block;
    position: relative; }
    .header__phone::before {
      content: '';
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(../img/phone.svg) center/contain no-repeat;
      vertical-align: middle;
      margin-right: 4px;
      bottom: .1em;
      position: relative; }
  .header__address {
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: right;
    color: #fff;
    opacity: .4; }
  .header_thx .header__address {
    color: #ADADAD;
    opacity: 1; }

.intro {
  background: #0F0F0F center / cover no-repeat; }
  .intro__title {
    padding-top: 245px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 104px;
    line-height: 112px;
    margin-bottom: 24px; }
  .intro__subtitle {
    padding-bottom: 239px;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    max-width: 936px;
    margin-left: auto;
    margin-right: auto; }
    .intro__subtitle span {
      position: relative;
      z-index: 1;
      display: inline-block; }

.causes {
  background: #0A0A0A center bottom / contain no-repeat; }
  .causes__subtitle {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px; }
  .causes__text {
    font-size: 22px;
    line-height: 32px;
    color: #ADADAD; }
  .causes__items {
    margin-top: 80px; }
  .causes__item {
    margin-bottom: 48px;
    position: relative; }
    .causes__item::before {
      content: '';
      width: 32px;
      height: 32px;
      border: 2px solid rgba(32, 158, 241, 0.12);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: url(../img/plus-blue.svg) center/14px no-repeat;
      position: absolute;
      right: -webkit-calc(100% + 40px);
      right: calc(100% + 40px);
      top: 4px; }
    .causes__item:last-child {
      margin-bottom: 0; }

.statistics {
  margin-top: -40px; }
  .statistics__inner {
    background: #209EF1;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 40px 15px;
    text-align: center; }
  .statistics__items {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .statistics__item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 60px;
    padding-left: 60px; }
  .statistics__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 4px;
    text-align: center; }
  .statistics__subtitle {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    opacity: .8;
    text-align: center; }

.fast__outer {
  max-width: 1054px; }

.fast__title {
  margin-bottom: 60px; }
  .fast__title_first {
    max-width: 560px;
    margin-bottom: 0; }

.fast__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(35, 38, 41, 0.1); }
  .fast__item_top {
    border-top: 1px solid rgba(35, 38, 41, 0.1);
    margin-top: 40px; }
  .fast__item_middle {
    padding-top: 0; }

.fast__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  margin-left: -8px;
  margin-right: -8px; }

.fast__image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-top: 25%;
  background: #ADADAD center/cover no-repeat;
  margin-left: 8px;
  margin-right: 8px; }
  .fast__image_large {
    max-width: 608px;
    width: 58.463%; }
  .fast__image_small {
    max-width: 400px;
    width: 38.462%; }

.fast__subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px; }

.fast__text {
  font-size: 20px;
  line-height: 28px;
  color: #515151; }

.fast__button {
  margin-top: 40px;
  padding-left: 32px;
  padding-right: 32px; }

.fast__content {
  position: relative; }
  .fast__content_bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(35, 38, 41, 0.1); }

.fast__num {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: 0;
  right: -webkit-calc(100% + 24px);
  right: calc(100% + 24px); }

.fast__container {
  background: #F5F5F5; }

.fast__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fast__left {
  width: 55.08%;
  padding-right: 60px; }

.fast__right {
  width: -webkit-calc(100% - 55.08%);
  width: calc(100% - 55.08%);
  padding-left: 60px; }

.fast__picture {
  margin-bottom: 40px; }
  .fast__picture-main {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 12px; }
  .fast__picture-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #ADADAD; }
  .fast__picture_last {
    margin-bottom: 0; }
  .fast__picture_middle {
    margin-top: 40px; }

.test {
  background: #181818;
  -webkit-box-shadow: 0px 32px 48px rgba(24, 24, 24, 0.12);
          box-shadow: 0px 32px 48px rgba(24, 24, 24, 0.12); }

.test-intro {
  background: #181818 center / cover no-repeat;
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .test-intro__title {
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: 608px;
    margin-bottom: 45px; }
  .test-intro__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #209EF1;
    margin-bottom: 12px; }
  .test-intro__content {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-left: 100px; }
  .test-intro__item {
    margin-bottom: 8px; }
    .test-intro__item span {
      background: rgba(32, 158, 241, 0.12);
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 40px;
      padding-right: 12px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      font-size: 18px;
      line-height: 27px;
      color: #209EF1;
      font-weight: 500;
      position: relative; }
      .test-intro__item span::before {
        content: '';
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: url(../img/plus-blue.svg) center/contain no-repeat;
        position: absolute; }
    .test-intro__item_last {
      margin-bottom: 0; }
  .test-intro__button {
    margin-top: 40px;
    padding-left: 64px;
    padding-right: 64px; }

.test-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px; }
  .test-images__left {
    padding-right: 6px;
    width: 50%;
    padding-top: 40px; }
  .test-images__right {
    width: 50%;
    padding-left: 6px; }
  .test-images__image {
    background: #232629 center/cover no-repeat;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: relative;
    margin-bottom: 12px;
    overflow: hidden; }
    .test-images__image::before {
      content: '';
      width: 100%;
      height: 41px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.48)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .test-images__image::after {
      content: '';
      width: 24px;
      height: 24px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: rgba(0, 0, 0, 0.16);
      position: absolute;
      top: 8px;
      left: 8px; }
    .test-images__image_checked::after {
      background: rgba(32, 158, 241, 0.16) url(../img/check-big.svg) center/16px no-repeat; }
    .test-images__image:last-child {
      margin-bottom: 0; }
    .test-images__image_first {
      padding-top: 142.528%; }
    .test-images__image_second {
      padding-top: 127.58%; }
    .test-images__image_third {
      padding-top: 127.58%; }
    .test-images__image_fourth {
      padding-top: 142.528%; }
    .test-images__image span {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      width: 100%;
      padding: 10px;
      font-size: 14px;
      line-height: 21px;
      z-index: 2;
      color: #fff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }

.test-item {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .test-item__question {
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
    padding-left: 60px;
    padding-right: 60px; }
  .test-item__gift {
    width: 460px;
    height: 512px; }

.test-question__num {
  font-size: 18px;
  line-height: 27px;
  color: #515151;
  margin-bottom: 2px; }

.test-question__title {
  font-size: 46px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 40px; }

.test-question__radio {
  display: none; }

.test-question__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.test-question__item {
  margin-bottom: 16px; }

.test-question__label {
  background: #1F1F1F;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .test-question__label:hover {
    background: #292929; }
    .test-question__label:hover::before {
      background-position: center center;
      background-color: rgba(32, 158, 241, 0.16); }
  .test-question__label::before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #181818 url(../img/check-small.svg) center -20px/12px no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }

.test-question__radio:checked + .test-question__label {
  background: #292929; }
  .test-question__radio:checked + .test-question__label::before {
    background-position: center center;
    background-color: rgba(32, 158, 241, 0.16); }

.test-gift {
  background: #1F1F1F;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .test-gift__title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 40px; }
  .test-gift__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: #209EF1;
    margin-bottom: 8px; }

.test-percent {
  padding-top: 27px;
  padding-bottom: 17px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 84px;
  line-height: 84px;
  color: #209EF1;
  font-weight: 500;
  background: rgba(32, 158, 241, 0.08);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: inline-block; }

.test-last {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .test-last__contacts {
    width: 460px; }
  .test-last__info {
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px); }

.test-info {
  padding-left: 60px;
  padding-right: 60px; }
  .test-info__title {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .test-info__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .test-info__text {
    font-size: 18px;
    line-height: 22px;
    color: #209EF1;
    max-width: 200px;
    padding-left: 20px; }

.test-contacts {
  padding: 60px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #1F1F1F; }
  .test-contacts__title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px; }
  .test-contacts__input {
    display: block;
    width: 100%;
    margin-bottom: 12px; }
  .test-contacts__button {
    display: block;
    width: 100%;
    margin-top: 24px; }

.works__title {
  margin-bottom: 40px; }

.works__item {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  background: #fff;
  -webkit-border-radius: 16px;
          border-radius: 16px; }
  .works__item:last-child {
    margin-bottom: 0; }

.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .work__slider {
    width: 524px; }
  .work__info {
    width: -webkit-calc(100% - 524px);
    width: calc(100% - 524px); }

.work-slider__main {
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 4px; }
  .work-slider__main-item {
    width: 100%; }
    .work-slider__main-item img {
      width: 100%;
      height: auto;
      display: block; }

.work-slider__nav-item {
  cursor: pointer; }
  .work-slider__nav-item img {
    width: 100%;
    height: auto;
    display: block; }

.work-info {
  padding-top: 20px;
  padding-left: 60px; }
  .work-info__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px; }
  .work-info__info {
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(35, 38, 41, 0.1);
    margin-bottom: 20px; }
  .work-info__subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 12px; }
  .work-info__price-own, .work-info__price-materials {
    font-size: 36px;
    line-height: 54px; }
  .work-info__price-own {
    font-weight: 900; }
  .work-info__price-materials {
    color: #ADADAD; }
  .work-info__text {
    font-size: 18px;
    line-height: 18px;
    color: #ADADAD; }
  .work-info__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 45px; }
  .work-info__button {
    padding-left: 32px;
    padding-right: 32px; }

.cta {
  background: #209EF1 center/cover no-repeat;
  -webkit-box-shadow: 0px 32px 48px rgba(32, 158, 241, 0.12);
          box-shadow: 0px 32px 48px rgba(32, 158, 241, 0.12); }
  .cta__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px; }
  .cta__subtitle {
    font-size: 28px;
    line-height: 36px;
    color: #fff; }
  .cta__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.warranty__title {
  margin-bottom: 30px; }

.warranty__text {
  font-size: 24px;
  line-height: 36px;
  color: #515151;
  margin-bottom: 40px; }

.warranty__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }

.warranty__items {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px; }

.warranty__item {
  margin-bottom: 16px;
  background: #fff;
  position: relative;
  padding: 48px 40px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .warranty__item::before {
    content: '';
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../img/star.svg) center/contain no-repeat; }
  .warranty__item_button {
    padding: 48px 55px; }

.warranty__button {
  display: block; }

.warranty__flag {
  position: absolute;
  bottom: 100%;
  left: -webkit-calc(100% - 51px);
  left: calc(100% - 51px); }

.quality {
  background: #fff; }
  .quality__title {
    max-width: 816px;
    margin-bottom: 20px; }
  .quality__items {
    margin-left: -60px;
    margin-right: -60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .quality__item {
    width: 50%;
    padding: 0 60px;
    margin-top: 40px; }
    .quality__item::before {
      content: '';
      width: 32px;
      height: 32px;
      border: 2px solid rgba(32, 158, 241, 0.12);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: inline-block;
      background: url(../img/plus-blue.svg) center/14px no-repeat;
      margin-bottom: 32px; }
  .quality__subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px; }
  .quality__text {
    font-size: 20px;
    line-height: 28px;
    color: #515151; }
  .quality__button {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 80px; }

.benefits__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.benefits__content {
  padding: 0 60px;
  width: 728px; }

.benefits__image {
  width: -webkit-calc(100% - 728px);
  width: calc(100% - 728px);
  padding: 0 60px; }

.benefits__title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 40px; }

.benefits__list {
  margin-bottom: 40px; }

.benefits__list-item {
  font-size: 20px;
  line-height: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  border-bottom: 1px solid rgba(35, 38, 41, 0.1);
  position: relative; }
  .benefits__list-item::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 17px;
    left: 0;
    background: url(../img/check-circle.svg) center/contain no-repeat; }
  .benefits__list-item:first-child {
    border-top: 1px solid rgba(35, 38, 41, 0.1); }

.benefits__button {
  padding-left: 32px;
  padding-right: 32px; }

.price__title {
  margin-bottom: 40px; }

.price__info {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px; }

.price__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(35, 38, 41, 0.1);
  margin-bottom: 40px; }

.price__item {
  width: 50%;
  padding: 0 16px; }

.price__image {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: auto; }

.price__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px; }

.price__price {
  font-size: 20px;
  line-height: 25px;
  color: #209EF1;
  margin-bottom: 12px; }

.price__desc {
  font-size: 20px;
  line-height: 25px;
  color: #515151;
  margin-bottom: 24px; }

.price__button {
  padding: 12px 24px; }

.price__text p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin-bottom: 12px; }
  .price__text p:last-child {
    margin-bottom: 0; }

.easy {
  background: #F5F5F5;
  padding: 80px 0;
  position: relative; }
  .easy__image {
    position: absolute;
    bottom: 0;
    right: 0; }
  .easy__outer {
    width: 49%; }
  .easy__title {
    margin-bottom: 60px; }
  .easy__item {
    font-size: 24px;
    line-height: 32px;
    padding-left: 56px;
    margin-bottom: 40px;
    position: relative; }
    .easy__item:last-of-type {
      margin-bottom: 0; }
    .easy__item::before {
      content: '';
      width: 32px;
      height: 32px;
      border: 2px solid rgba(32, 158, 241, 0.12);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/plus-blue.svg) center/14px no-repeat; }
  .easy__button {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 60px; }

.help__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px; }

.help__left, .help__right {
  padding-left: 60px;
  padding-right: 60px; }

.help__right {
  width: 624px; }

.help__left {
  width: -webkit-calc(100% - 624px);
  width: calc(100% - 624px);
  position: relative; }

.help__button {
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  bottom: 0;
  left: 60px; }

.help__title {
  margin-bottom: 40px; }

.help__subtitle {
  font-size: 24px;
  line-height: 32px; }

.help__list-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px; }

.help__list-item {
  font-size: 20px;
  line-height: 25px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  position: relative;
  border-bottom: 1px solid rgba(35, 38, 41, 0.1); }
  .help__list-item:first-child {
    border-top: 1px solid rgba(35, 38, 41, 0.1); }
  .help__list-item::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 17px;
    left: 0;
    background: url(../img/check-circle.svg) center/contain no-repeat; }
  .help__list-item strong {
    font-weight: 700;
    display: block; }

.stages__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }

.stages__item {
  margin-left: 8px;
  margin-right: 8px;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  border: 1px solid rgba(35, 38, 41, 0.1);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 48px; }
  .stages__item::before {
    content: '';
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../img/star.svg) center/contain no-repeat; }

.stages__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; }

.stages__text {
  font-size: 20px;
  line-height: 25px;
  color: #515151;
  margin-bottom: 24px; }

.reviews__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.reviews__items {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.reviews__item {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px; }
  .reviews__item img {
    width: 100%;
    height: auto;
    max-width: 296px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08); }

.contacts {
  position: relative; }
  .contacts__map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 44.16%;
    -webkit-border-top-left-radius: 16px;
            border-top-left-radius: 16px;
    background: #ADADAD center/cover no-repeat; }
  .contacts__inner {
    width: 50%;
    padding: 110px 0; }
  .contacts__phone {
    color: #209EF1;
    text-decoration: none;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    display: inline-block;
    border-bottom: 1px solid rgba(32, 158, 241, 0.3);
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }
    .contacts__phone:hover {
      border-color: #209EF1; }
  .contacts__time {
    font-size: 32px;
    line-height: 40px;
    display: block; }

.footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 0; }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__phone {
    margin-bottom: 8px;
    display: inline-block;
    position: relative; }
    .footer__phone::before {
      content: '';
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(../img/phone.svg) center/contain no-repeat;
      vertical-align: middle;
      margin-right: 4px;
      bottom: .1em;
      position: relative; }
  .footer__address {
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: right;
    color: #ADADAD; }
  .footer__text {
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
    padding-top: 32px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 40;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  -o-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease; }
  .modal.open {
    opacity: 1;
    visibility: visible; }
  .modal .lds-spinner div::after {
    background: #fff; }
  .modal__outer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto; }
  .modal__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease;
    transition: opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, opacity .3s ease, visibility .5s ease;
    transition: transform .4s ease, opacity .3s ease, visibility .5s ease;
    transition: transform .4s ease, opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease; }
    .modal__inner.open {
      opacity: 1;
      visibility: visible; }
  .modal__overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }

.modal-callback {
  margin: auto;
  max-width: 816px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background: #F5F5F5;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  position: relative;
  padding: 60px 92px; }
  .modal-callback__inner {
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .modal-callback__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px; }
  .modal-callback__subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    margin-bottom: 30px; }
  .modal-callback__input {
    display: block;
    width: 100%;
    margin-bottom: 12px; }
  .modal-callback__button {
    display: block;
    width: 100%; }
  .modal-callback__close {
    position: absolute;
    top: 20px;
    right: 20px; }
    .modal-callback__close svg {
      fill: #ADADAD;
      -webkit-transition: fill .3s ease;
      -o-transition: fill .3s ease;
      transition: fill .3s ease; }
    .modal-callback__close:hover svg {
      fill: #515151; }

@media (max-width: 1291px) {
  .modal-callback {
    max-width: 700px;
    padding: 60px; } }

@media (max-width: 1199px) {
  .modal-callback {
    max-width: 600px; }
    .modal-callback__title {
      font-size: 32px;
      line-height: 36px; }
    .modal-callback__subtitle {
      font-size: 18px;
      line-height: 25px; } }

@media (max-width: 767px) {
  .modal-callback {
    padding: 60px 30px; }
    .modal-callback__title {
      font-size: 28px;
      line-height: 32px; } }

@media (max-width: 575px) {
  .modal-callback {
    padding: 60px 15px; }
    .modal-callback__inner {
      padding: 15px;
      margin-left: -15px;
      margin-right: -15px; } }

.modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1; }

.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .gallery.open {
    opacity: 1;
    visibility: visible; }
  .gallery__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .gallery__outer {
    padding: 40px 0;
    height: 100%;
    pointer-events: none; }
  .gallery__image {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: auto;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gallery__image.lazy {
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .gallery__image.lazy.loaded {
        opacity: 1; }
  .gallery__item {
    pointer-events: none;
    text-align: center; }
  .gallery__items {
    width: 100%; }
  .gallery__arrow {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: all;
    opacity: .5; }
    .gallery__arrow.swiper-button-disabled {
      opacity: .4; }
    .gallery__arrow_prev {
      left: 30px;
      background: #232629 url(../img/gallery-left.svg) center/10px no-repeat; }
    .gallery__arrow_next {
      right: 30px;
      background: #232629 url(../img/gallery-right.svg) center/10px no-repeat; }
    .gallery__arrow:hover {
      opacity: .8; }
  .gallery__close {
    position: absolute;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: #232629 url(../img/close-white.svg) center/14px no-repeat;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .gallery__close:hover {
      opacity: .8; }

@media (max-width: 575px) {
  .gallery__arrow {
    width: 40px;
    height: 40px; }
    .gallery__arrow_prev {
      left: 15px; }
    .gallery__arrow_next {
      right: 15px; }
  .gallery__close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px; } }

.thx__title {
  text-align: center; }

@media (max-width: 1291px) {
  .intro__title {
    font-size: 92px;
    line-height: 102px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .statistics__title {
    font-size: 46px;
    line-height: 46px; }
  .test-intro {
    padding-left: 0;
    padding-right: 0; }
    .test-intro__title {
      font-size: 42px;
      line-height: 56px; }
  .test-item__question {
    padding-left: 0; }
  .test-question__title {
    font-size: 42px;
    line-height: 56px; }
  .test-info {
    padding-left: 0; }
    .test-info__title {
      font-size: 38px;
      line-height: 54px; }
  .cta__title {
    font-size: 42px;
    line-height: 56px; }
  .cta__subtitle {
    font-size: 26px;
    line-height: 34px; }
  .warranty__flag {
    width: 300px; }
  .warranty__item {
    font-size: 26px;
    line-height: 34px; }
  .warranty__text {
    font-size: 22px;
    line-height: 32px; }
  .price__info {
    font-size: 26px;
    line-height: 34px; }
  .price__desc, .price__text p {
    font-size: 18px;
    line-height: 25px; }
  .easy__item {
    font-size: 22px;
    line-height: 30px; }
  .help__subtitle {
    font-size: 22px;
    line-height: 30px; }
  .stages__subtitle {
    font-size: 22px;
    line-height: 30px; }
  .stages__text {
    font-size: 18px;
    line-height: 25px; }
  .contacts__phone {
    font-size: 28px;
    line-height: 28px; }
  .contacts__time {
    font-size: 28px;
    line-height: 36px; } }

@media (min-width: 1200px) {
  .work-info__item:first-child {
    padding-right: 30px; }
  .work-info__item:last-child {
    padding-left: 30px; } }

@media (max-width: 1199px) {
  .intro__title {
    font-size: 72px;
    line-height: 82px;
    max-width: 739px; }
  .intro__subtitle {
    font-size: 24px;
    line-height: 40px; }
  .causes__items {
    margin-top: 40px; }
  .causes__item {
    padding-left: 55px; }
    .causes__item::before {
      left: 0;
      right: auto; }
  .causes__subtitle {
    font-size: 26px;
    line-height: 40px; }
  .causes__text {
    font-size: 18px;
    line-height: 25px; }
  .statistics__title {
    font-size: 40px;
    line-height: 40px; }
  .statistics__subtitle {
    font-size: 18px;
    line-height: 25px; }
  .statistics__item {
    padding-right: 40px;
    padding-left: 40px; }
  .fast__subtitle {
    font-size: 26px;
    line-height: 32px; }
  .fast__text {
    font-size: 18px;
    line-height: 25px; }
  .fast__content {
    padding-left: 40px; }
  .fast__num {
    max-height: 30px;
    width: auto;
    right: auto;
    left: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
  .fast__left {
    padding-right: 30px; }
  .fast__right {
    padding-left: 30px; }
  .test-intro__title {
    font-size: 36px;
    line-height: 48px; }
  .test-intro__content {
    padding-left: 50px; }
  .test-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .test-item__gift {
      width: 360px;
      height: auto; }
    .test-item__question {
      width: -webkit-calc(100% - 360px);
      width: calc(100% - 360px); }
  .test-question {
    padding-right: 30px; }
    .test-question__title {
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 48px; }
  .test-gift {
    padding: 30px; }
    .test-gift__title {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 20px; }
  .test-percent {
    font-size: 74px;
    line-height: 74px; }
  .test-last__contacts {
    width: 360px; }
  .test-last__info {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px); }
  .test-info {
    padding-right: 30px; }
    .test-info__title {
      font-size: 34px;
      line-height: 46px;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .test-info__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .test-info__text {
      padding-left: 0;
      margin-bottom: 20px;
      max-width: 100%; }
  .test-contacts {
    padding: 30px; }
    .test-contacts__title {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 20px; }
  .works__item {
    padding: 30px; }
  .work__slider {
    width: 420px; }
  .work__info {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px); }
  .work-info {
    padding-left: 30px;
    padding-top: 0; }
    .work-info__title {
      font-size: 32px;
      line-height: 42px; }
    .work-info__info {
      padding-bottom: 20px;
      font-size: 18px;
      line-height: 25px; }
    .work-info__item {
      width: 100%;
      margin-bottom: 20px; }
    .work-info__price-own, .work-info__price-materials {
      font-size: 30px;
      line-height: 40px; }
    .work-info__text {
      font-size: 16px;
      line-height: 16px; }
  .cta__title {
    font-size: 36px;
    line-height: 48px; }
  .cta__subtitle {
    font-size: 24px;
    line-height: 32px; }
  .warranty__item {
    font-size: 22px;
    line-height: 30px; }
  .warranty__text {
    font-size: 20px;
    line-height: 32px; }
  .quality__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px; }
  .quality__item::before {
    margin-bottom: 20px; }
  .quality__text {
    font-size: 18px;
    line-height: 25px; }
  .benefits__item {
    margin-left: -30px;
    margin-right: -30px; }
  .benefits__content, .benefits__image {
    padding: 0 30px;
    width: 50%; }
  .benefits__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px; }
  .benefits__list-item {
    font-size: 18px;
    line-height: 25px; }
  .price__info {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px; }
  .price__title {
    margin-bottom: 20px; }
  .easy__image {
    max-width: 400px; }
  .easy__title {
    margin-bottom: 30px; }
  .easy__item {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px; }
  .easy__button {
    margin-top: 40px; }
  .easy__outer {
    width: 58%; }
  .help__right {
    width: 480px; }
  .help__left {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px); }
  .help__list-item {
    font-size: 18px;
    line-height: 25px; } }

@media (min-width: 992px) {
  .statistics__item:first-child {
    padding-left: 0; }
  .statistics__item:last-child {
    padding-right: 0;
    border: none; } }

@media (max-width: 991px) {
  .intro__title {
    font-size: 54px;
    line-height: 64px;
    padding-top: 200px;
    max-width: 540px; }
  .intro__subtitle {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 200px;
    max-width: 490px; }
    .intro__subtitle span::before {
      width: -webkit-calc(100% + 4px);
      width: calc(100% + 4px);
      left: -2px; }
  .statistics__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .test-intro__content {
    padding-left: 35px;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px); }
  .test-intro__title {
    font-size: 32px;
    line-height: 46px; }
  .test-intro__item span {
    display: block; }
  .test-images {
    width: 320px; }
  .test-item__question {
    width: 100%;
    margin-bottom: 30px; }
  .test-question {
    padding-right: 0; }
    .test-question__title {
      font-size: 32px;
      line-height: 46px; }
  .test-gift {
    width: 100%; }
    .test-gift__title {
      max-width: 520px; }
  .test-info__title {
    font-size: 26px;
    line-height: 40px; }
  .work__slider, .work__info {
    width: 100%; }
  .work__slider {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .work-info {
    padding-left: 0;
    text-align: center; }
    .work-info__title, .work-info__info, .work-info__subtitle, .work-info__text {
      text-align: center; }
    .work-info__items {
      margin-bottom: 0; }
    .work-info__item {
      width: 50%; }
    .work-info__price-own, .work-info__price-materials {
      text-align: center; }
    .work-info__title {
      font-size: 26px;
      line-height: 32px; }
  .cta__title {
    font-size: 32px;
    line-height: 46px; }
  .cta__subtitle {
    font-size: 22px;
    line-height: 30px; }
  .warranty__item {
    padding: 40px; }
    .warranty__item_button {
      padding: 40px; }
  .quality__title {
    margin-bottom: 0; }
  .quality__subtitle {
    font-size: 22px;
    line-height: 26px; }
  .benefits__title {
    font-size: 32px;
    line-height: 40px; }
  .price__info {
    font-size: 22px;
    line-height: 32px; }
  .easy__image {
    max-width: 320px; }
  .help__left, .help__right {
    width: 50%;
    padding: 0 30px; }
  .help__outer {
    margin-left: -30px;
    margin-right: -30px; }
  .help__button {
    left: 30px; }
  .help__subtitle {
    font-size: 20px;
    line-height: 28px; }
  .help__title {
    margin-bottom: 20px; }
  .stages__item {
    padding-left: 30px; }
  .contacts__phone {
    font-size: 24px;
    line-height: 24px; }
  .contacts__time {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 991px) and (min-width: 576px) {
  .statistics__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px; }
    .statistics__item:nth-child(3), .statistics__item:nth-child(4) {
      margin-bottom: 0; }
    .statistics__item:nth-child(2), .statistics__item:nth-child(4) {
      border: none; } }

@media (min-width: 768px) {
  .intro {
    background-image: url(../img/intro.jpg); }
  .causes {
    background-image: url(../img/causes.jpg); }
  .cta__button {
    width: 290px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0; }
  .cta__input {
    width: -webkit-calc(50% - 147px);
    width: calc(50% - 147px); }
    .cta__input:first-child {
      margin-right: 2px;
      -webkit-border-top-right-radius: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
              border-bottom-right-radius: 0; }
    .cta__input:nth-child(2) {
      margin-right: 2px;
      -webkit-border-radius: 0;
              border-radius: 0; }
  .warranty__item:last-child {
    margin-bottom: 0; }
  .stages__item_last-line {
    margin-bottom: 0; }
  .reviews__item_last-md {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .intro__title {
    font-size: 48px;
    line-height: 54px; }
  .intro__subtitle {
    font-size: 22px;
    line-height: 32px; }
  .causes__subtitle {
    font-size: 24px;
    line-height: 34px; }
  .causes__items {
    margin-top: 30px; }
  .fast__cols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fast__left {
    width: 100%;
    padding-right: 0; }
  .fast__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }
  .fast__subtitle {
    font-size: 24px;
    line-height: 30px; }
  .test-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .test-intro__content {
      width: 100%;
      margin-bottom: 40px;
      padding-left: 0; }
  .test-images {
    width: 100%;
    max-width: 360px; }
  .test-item {
    padding: 60px 0; }
  .test-question__label {
    font-size: 16px;
    line-height: 22px; }
  .test-last {
    padding: 60px 0; }
    .test-last__contacts, .test-last__info {
      width: 100%; }
  .test-info {
    padding-right: 0;
    margin-bottom: 30px; }
  .work-info__price-own, .work-info__price-materials {
    font-size: 26px;
    line-height: 32px; }
  .cta__button {
    margin-top: 20px; }
  .cta__input {
    width: 100%; }
    .cta__input:first-child {
      margin-bottom: 12px; }
  .cta__title {
    font-size: 26px;
    line-height: 40px; }
  .cta__subtitle {
    font-size: 20px;
    line-height: 28px; }
  .warranty__items {
    width: 100%; }
  .warranty__flag {
    width: 200px; }
  .warranty__items:last-child .warranty__item:last-child {
    margin-bottom: 0; }
  .quality__items {
    margin-left: -15px;
    margin-right: -15px; }
  .quality__item {
    padding: 0 15px;
    margin-top: 30px; }
  .quality__button {
    margin-top: 40px; }
  .benefits__content, .benefits__image {
    width: 100%;
    padding: 0; }
  .benefits__item {
    margin-left: 0;
    margin-right: 0; }
  .benefits__image_first {
    margin-top: 40px; }
  .benefits__image_second {
    margin-bottom: 40px; }
  .price__items {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .easy {
    padding: 60px 0; }
    .easy__image {
      position: relative;
      bottom: -60px;
      right: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .easy__outer {
      width: 100%;
      text-align: center; }
    .easy__title {
      text-align: left; }
    .easy__item {
      text-align: left; }
  .help__left, .help__right {
    width: 100%; }
  .help__left {
    margin-bottom: 40px; }
  .help__button {
    position: relative;
    bottom: auto;
    left: auto; }
  .help__subtitle {
    margin-bottom: 40px; }
  .stages__items {
    margin-left: 0;
    margin-right: 0; }
  .stages__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .stages__item:last-child {
      margin-bottom: 0; }
  .reviews__items {
    width: 100%; }
  .contacts__inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px; }
  .contacts__map {
    width: 100%;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    padding-top: 0;
    height: 300px;
    -webkit-border-radius: 0;
            border-radius: 0;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) and (min-width: 576px) {
  .intro {
    background-image: url(../img/intro-md.jpg); }
  .causes {
    background-image: url(../img/causes-md.jpg); }
  .cta__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta__button {
    padding: 20px 32px; }
  .cta__input {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px); }
    .cta__input:first-child {
      margin-right: 6px; }
    .cta__input:nth-child(2) {
      margin-left: 6px; }
  .reviews__item_last-sm {
    margin-bottom: 0; } }

@media (min-width: 576px) {
  .intro__subtitle span::before {
    content: '';
    width: -webkit-calc(100% + 46px);
    width: calc(100% + 46px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: -23px;
    background: rgba(30, 203, 255, 0.32);
    position: absolute;
    z-index: -1; }
  .test-question__item:nth-child(odd) {
    padding-right: 8px; }
  .test-question__item:nth-child(even) {
    padding-left: 8px; }
  .test-question__items_six .test-question__label {
    height: 117px; }
  .test-question__items_six .test-question__item {
    width: 50%; }
    .test-question__items_six .test-question__item:nth-child(5), .test-question__items_six .test-question__item:nth-child(6) {
      margin-bottom: 0; }
  .test-question__items_five .test-question__label {
    height: 117px; }
  .test-question__items_five .test-question__item {
    width: 50%; }
    .test-question__items_five .test-question__item:last-child {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .test-question__items_four .test-question__label {
    height: 183px; }
  .test-question__items_four .test-question__item {
    width: 50%; }
    .test-question__items_four .test-question__item:nth-child(3), .test-question__items_four .test-question__item:nth-child(4) {
      margin-bottom: 0; }
  .test-question__items_three .test-question__label {
    height: 183px; }
  .test-question__items_three .test-question__item {
    width: 50%; }
    .test-question__items_three .test-question__item:last-child {
      width: 100%;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
  .test-question__items_two .test-question__label {
    height: 183px; }
  .test-question__items_two .test-question__item {
    width: 100%;
    padding: 0; }
    .test-question__items_two .test-question__item:last-child {
      margin-bottom: 0; } }

@media (max-width: 575px) {
  .header {
    padding: 15px 0; }
    .header__logo img {
      width: 80px;
      height: auto; }
  .intro {
    padding-top: 125px;
    padding-bottom: 100px; }
    .intro__title {
      font-size: 30px;
      line-height: 40px;
      padding-top: 0;
      margin-bottom: 40px;
      font-weight: 400; }
    .intro__subtitle {
      font-size: 18px;
      line-height: 32px;
      position: relative;
      padding-bottom: 0; }
      .intro__subtitle::before {
        content: '';
        width: 100%;
        height: -webkit-calc(100% + 30px);
        height: calc(100% + 30px);
        left: 0px;
        top: -15px;
        background: rgba(30, 203, 255, 0.16);
        position: absolute; }
  .causes__subtitle {
    font-size: 22px;
    line-height: 28px; }
  .causes__text {
    font-size: 16px;
    line-height: 22px; }
  .causes__item {
    padding-left: 40px;
    margin-bottom: 25px; }
    .causes__item::before {
      width: 24px;
      height: 24px;
      -webkit-background-size: 10px 10px;
              background-size: 10px; }
  .statistics__item {
    width: 100%;
    border-right: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .statistics__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .statistics__title {
    font-size: 32px;
    line-height: 32px; }
  .statistics__subtitle {
    font-size: 16px;
    line-height: 22px; }
  .fast__button {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    margin-top: 20px; }
  .fast__subtitle {
    font-size: 22px;
    line-height: 28px; }
  .fast__text {
    font-size: 16px;
    line-height: 22px; }
  .fast__image {
    width: 100%; }
    .fast__image:first-child {
      margin-bottom: 20px; }
    .fast__image_large {
      padding-top: 42.76%; }
    .fast__image_small {
      padding-top: 65%; }
  .fast__images {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fast__item {
    padding-top: 20px;
    padding-bottom: 20px; }
    .fast__item_top {
      margin-top: 20px; }
  .test-intro__title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px; }
  .test-intro__button {
    display: block; }
  .test-question__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .test-question__title {
    font-size: 26px;
    line-height: 40px; }
  .test-question__num {
    font-size: 16px;
    line-height: 16px; }
  .test-question__label {
    padding: 30px 40px; }
  .test-gift {
    padding: 30px 15px; }
    .test-gift__title {
      font-size: 20px;
      line-height: 30px; }
    .test-gift__subtitle {
      font-size: 16px;
      line-height: 16px; }
  .test-percent {
    font-size: 60px;
    line-height: 60px;
    padding: 10px 20px; }
  .test-info__title {
    font-size: 21px;
    line-height: 32px; }
  .test-info__text {
    font-size: 16px;
    line-height: 24px; }
  .test-contacts {
    padding: 30px 15px; }
    .test-contacts__title {
      font-size: 20px;
      line-height: 30px; }
  .works__item {
    padding: 30px 15px; }
  .works__title {
    margin-bottom: 20px; }
  .work-info__item {
    width: 100%; }
  .work-info__button {
    padding: 20px; }
  .work-info__title {
    font-size: 22px;
    line-height: 28px; }
  .work-info__info {
    font-size: 16px;
    line-height: 22px; }
  .cta__button {
    display: block;
    width: 100%; }
  .warranty__text {
    font-size: 18px;
    line-height: 25px; }
  .warranty__item {
    padding: 40px 20px;
    font-size: 20px;
    line-height: 26px; }
  .warranty__flag {
    display: none; }
  .quality__item {
    width: 100%; }
  .quality__subtitle {
    font-size: 20px;
    line-height: 24px; }
  .quality__text {
    font-size: 16px;
    line-height: 24px; }
  .quality__button {
    display: block;
    width: 100%;
    padding: 20px; }
  .benefits__button {
    padding: 20px;
    display: block;
    width: 100%; }
  .benefits__list-item {
    font-size: 16px;
    line-height: 24px; }
  .benefits__title {
    font-size: 26px;
    line-height: 30px; }
  .price__item {
    width: 100%;
    margin-bottom: 30px; }
    .price__item:last-child {
      margin-bottom: 0; }
  .price__desc, .price__text p {
    font-size: 16px;
    line-height: 24px; }
  .price__info {
    font-size: 20px;
    line-height: 30px; }
  .price__button {
    display: block;
    width: 100%;
    padding: 20px; }
  .easy__button {
    display: block;
    width: 100%;
    padding: 20px; }
  .easy__item {
    font-size: 18px;
    line-height: 25px;
    padding-left: 40px; }
    .easy__item::before {
      width: 24px;
      height: 24px;
      -webkit-background-size: 10px 10px;
              background-size: 10px;
      top: 3px; }
  .help__button {
    display: block;
    width: 100%;
    padding: 20px; }
  .help__subtitle, .help__list-title {
    font-size: 18px;
    line-height: 25px; }
  .help__list-item {
    font-size: 16px;
    line-height: 24px; }
  .stages__subtitle {
    font-size: 20px;
    line-height: 28px; }
  .stages__text {
    font-size: 16px;
    line-height: 24px; }
  .stages__item {
    padding: 40px 20px; }
  .stages__button {
    display: block;
    width: 100%; }
  .contacts__map {
    padding-top: 0; }
  .contacts__phone {
    font-size: 20px;
    line-height: 20px; }
  .contacts__time {
    font-size: 20px;
    line-height: 26px; }
  .footer {
    padding: 15px 0; }
    .footer__logo img {
      width: 80px;
      height: auto; } }

@media (max-width: 575px) and (min-width: 440px) {
  .intro {
    background-image: url(../img/intro-sm.jpg); }
  .causes {
    background-image: url(../img/causes-sm.jpg); } }

@media (max-width: 439px) {
  .intro {
    background-image: url(../img/intro-xs.jpg); }
    .intro__subtitle::before {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      height: -webkit-calc(100% + 30px);
      height: calc(100% + 30px);
      left: -15px;
      top: -15px; }
  .causes {
    background-image: url(../img/causes-xs.jpg); }
  .statistics {
    margin-left: -15px;
    margin-right: -15px; }
  .works__item {
    margin-left: -15px;
    margin-right: -15px; }
  .work-info__button {
    padding: 10px 45px; }
  .reviews__item {
    width: 100%; }
    .reviews__item_last {
      margin-bottom: 0; } }

img.lazy {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0; }
  img.lazy.loading {
    opacity: 0; }
  img.lazy.loaded {
    opacity: 1; }
