@font-face {
  font-family: "Impact";
  font-display: swap;
  src: url("../fonts/impact.woff") format("woff"), url("../fonts/impact.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@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;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -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;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: 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;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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: -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: -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: -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: -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));
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.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-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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));
  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);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*=============template============*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

body.fix-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

a:focus,
a:active,
a:visited,
:focus,
:active,
:visited,
button:focus,
button:visited,
button:active {
  outline: none;
  text-decoration: none;
  outline-offset: inherit;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0 0 20px;
}

b {
  font-weight: 500;
}

._container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  min-width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  color: #FF2C38;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

.btn:hover {
  background-color: #272727;
  color: #fff;
}

.btn--red {
  background-color: #FF2C38;
  color: #fff;
}

.btn--red:hover {
  background-color: #c81a24;
  color: #fff;
}

.title {
  font-family: "Impact";
  font-size: 48px;
  line-height: 1;
  margin: 0 0 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: 200px 0;
}

.section--pb_non {
  padding: 200px 0 0 0;
}

.section--sm {
  padding: 100px 0;
}

.section--red {
  background-color: #FF2C38;
}

.section--black {
  background: -o-linear-gradient(322.86deg, #272727 6.45%, #0E0E0E 84.85%);
  background: linear-gradient(127.14deg, #272727 6.45%, #0E0E0E 84.85%);
}

/*=============/template============*/

/*=============header============*/

.header {
  background-color: #FF2C38;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.header__content {
  height: 220px;
  position: relative;
  color: #fff;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 45px 0 0 0;
}

.header__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__info-item {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  padding: 0 0 0 23px;
  margin: 0 0 0 20px;
  position: relative;
}

.header__info-item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 48px;
  border-radius: 30px;
  background-color: #fff;
}

.header__info-item:first-child {
  padding: 0;
  margin: 0;
}

.header__info-item:first-child:after {
  display: none;
}

.header__link-phone {
  display: block;
  color: #fff;
}

.header__btn-wrap {
  padding: 20px 0;
}

.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  z-index: 5;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav__link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 60px;
  display: block;
  position: relative;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.nav__link:first-child {
  margin: 0;
}

.nav__link--active {
  font-weight: 900;
}

.menu-trigger {
  position: absolute;
  top: 27px;
  right: 15px;
  width: 20px;
  height: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 71;
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-trigger-icon {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.menu-trigger-icon:before,
.menu-trigger-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  border-radius: 3px;
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.menu-trigger-icon:after {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

.menu-trigger.active .menu-trigger-icon {
  background-color: transparent;
}

.menu-trigger.active .menu-trigger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger.active .menu-trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=============/header============*/

/*=============main============*/

.banner-main {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/banner-img.png");
}

.banner-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner-main__content {
  min-height: 724px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner-main__title {
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Impact";
  margin: 0;
  padding: 50px 0 0 0;
  text-align: center;
}

.banner-main__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  bottom: 90px;
}

.text {
  font-weight: 300;
  font-size: 24px;
  text-align: justify;
}

.text *:last-child {
  margin-bottom: 0;
}

.img-wrap__holder {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.img-wrap__holder:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 38px;
  left: -38px;
  bottom: -20px;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  background-color: #FF2C38;
}

.img-wrap--left .img-wrap__holder:after {
  right: -38px;
  left: 38px;
}

.img-wrap__img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 3;
  width: 100%;
}

.about__content {
  position: relative;
  min-height: 600px;
}

.about__img {
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 400px;
}

.about__inner {
  padding: 0 480px 0 0;
}

.partnership__content {
  position: relative;
  min-height: 505px;
}

.partnership__inner {
  padding: 0 0 0 500px;
}

.partnership__img {
  max-width: 395px;
  position: absolute;
  top: 0;
  left: 15px;
}

.waiting-area__content {
  position: relative;
  min-height: 320px;
}

.waiting-area__inner {
  padding: 0 700px 0 0;
}

.waiting-area__img {
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 600px;
}

.work-info__content {
  color: #fff;
}

.work-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.work-info__col {
  width: 33.3%;
  text-align: center;
}

.work-info__title {
  font-family: "Impact";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
}

.work-info__text {
  font-size: 36px;
  text-transform: uppercase;
}

.services__img {
  margin: 0 0 30px;
}

.services__title {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 30px;
}

.services__text {
  font-weight: 300;
}

.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -40px;
}

.services__col {
  padding: 100px 40px 0;
  width: 33.3%;
}

.services__col:nth-child(-n+3) {
  padding: 0 40px;
}

.services__col *:last-child {
  margin-bottom: 0;
}

.result {
  overflow: hidden;
}

.result .title {
  color: #fff;
}

.result__step-wrap {
  position: relative;
  min-height: 516px;
}

.result__step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 96px;
  font-family: "Impact";
  line-height: 1;
  width: 123px;
  height: 123px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  color: #272727;
  z-index: 2;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
}

.result__step-item {
  position: absolute;
  height: 124px;
  background-color: #FF2C38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
}

.result__step-item--first {
  padding: 0 164px 0 40px;
  left: 80px;
  top: 20px;
}

.result__step-item--first .result__step-number {
  right: 20px;
  bottom: 20px;
}

.result__step-item--two {
  top: 50px;
  right: 0;
  padding: 0 40px 0 165px;
}

.result__step-item--two .result__step-number {
  left: 20px;
  bottom: 20px;
}

.result__step-item--three {
  top: 345px;
  left: 0;
  padding: 0 165px 0 70px;
}

.result__step-item--three .result__step-number {
  right: 20px;
  top: 20px;
}

.result__step-item--thour {
  top: 375px;
  right: 125px;
  padding: 0 20px 0 165px;
}

.result__step-item--thour .result__step-number {
  left: 20px;
  top: 20px;
}

.result__card__mobile {
  display: none;
}

.result__card-desktop {
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 190px;
}

.calculator .title {
  color: #fff;
}

.calculator__body {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 60px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.3);
}

.calculator__inner {
  position: relative;
  z-index: 5;
}

.calculator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.calculator__col {
  width: 50%;
  padding: 0 20px;
}

.calculator__title {
  text-align: center;
  margin: 0 0 35px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.calculator__slider {
  margin: 0 0 60px;
}

.calculator__slide {
  margin: 0 60px;
}

.calculator__img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}

.calculator__img img {
  height: 90px;
  max-width: initial;
}

.calculator__text {
  background: #EEEEEE;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.calculator__button-next,
.calculator__button-prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FF2C38;
  top: initial;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.calculator__button-next::after,
.calculator__button-prev::after {
  display: none;
}

.calculator__button-prev {
  left: 0;
  background-image: url("../img/arrow.svg");
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.calculator__button-next {
  right: 0;
  background-image: url("../img/arrow.svg");
}

.calculator__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.calculator__price-item {
  width: 50%;
  padding: 10px 5px 0;
}

.calculator__price-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  background: #EEEEEE;
  color: inherit;
  border: 3px solid #eee;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  padding: 5px;
}

.calculator__price-btn.active {
  border-color: #FF2C38;
}

.calculator__detail .calculator__title {
  margin: 0 0 20px;
}

.calculator__pay-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 80px;
}

.calculator__pay-item {
  padding: 0 5px;
  width: 33.3%;
}

.calculator__pay-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  border: 3px solid #272727;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  color: inherit;
  height: 50px;
  font-weight: 500;
}

.calculator__price-total {
  font-size: 96px;
  font-weight: 900;
  font-family: "Impact";
  text-align: center;
  color: #FF2C38;
  margin: 0 0 80px;
  line-height: .8;
}

.calculator__price-total span {
  font-size: 72px;
}

.calculator__btn-group .btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.map__img-wrap {
  position: relative;
  padding: 0 0 20px 40px;
}

.map__img-wrap:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #FF2C38;
}

.map__img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
}

.map__img--mobile {
  display: none;
}

.location {
  position: absolute;
  top: 174px;
  right: 184px;
  z-index: 5;
  font-size: 24px;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #FF2C38;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  height: 123px;
  padding: 0 20px 0 165px;
}

.location__name {
  display: block;
}

.location__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
  width: 123px;
  height: 123px;
  background-color: #fff;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.location__img img {
  position: relative;
  left: -10px;
  top: 10px;
}

.video {
  padding: 60px 0 0 0;
}

.video__content {
  position: relative;
  padding: 0 40px 20px 0;
}

.video__content::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 20px;
  background-color: #FF2C38;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 10px;
}

.video__inner {
  background: #EEEEEE;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 2;
  height: 524px;
}

.video__play {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

.gallery .title {
  color: #fff;
}

.gallery__body {
  position: relative;
}

.gallery__thumbs {
  position: static;
}

.gallery__thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
  width: auto;
  margin: 0 -10px;
  position: static;
}

.gallery__thumbs .swiper-slide {
  width: 16.666% !important;
  padding: 0 10px;
  margin: 0 !important;
  position: relative;
  z-index: 5;
}

.gallery__thumbs .swiper-slide:first-child {
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 1;
}

.gallery__thumbs .swiper-slide:nth-child(2) {
  position: absolute;
  top: 160px;
  right: -7px;
  z-index: 2;
}

.gallery__thumbs .swiper-slide:nth-child(3) {
  position: absolute;
  top: 320px;
  right: -7px;
  z-index: 3;
}

.gallery__thumbs .swiper-slide.swiper-slide-thumb-active .gallery__thumbslide::after,
.gallery__thumbs .swiper-slide.swiper-slide-thumb-active .gallery__thumbimgTwo::after {
  opacity: 1;
}

.gallery__top {
  width: 83.034%;
  margin: 0 0 20px;
}

.gallery__slide {
  height: 460px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
}

.gallery__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__thumbslide {
  cursor: pointer;
  position: relative;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
}

.gallery__thumbslide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #FF2C38;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.gallery__thumbslide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__thumbimgTwo {
  cursor: pointer;
  position: relative;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
}

.gallery__thumbimgTwo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #FF2C38;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.thumbimgTwo__col {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  top: 0;
}

.thumbimgTwo__col:first-child {
  left: 0;
  right: initial;
}

.thumbimgTwo__col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-img {
  position: relative;
  height: 460px;
  overflow: hidden;
  -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.slide-img__before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.slide-img__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.slide-img__after::before,
.slide-img__after::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: #FF2C38;
  z-index: 3;
}

.slide-img__after::before {
  top: 0;
}

.slide-img__after::after {
  bottom: 0;
}

.slide-img__handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: rgba(39, 39, 39, 0.8);
  border-radius: 50%;
  overflow: hidden;
}

.slide-img__handle::before,
.slide-img__handle::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.slide-img__handle::before {
  border-right: 6px solid #FF2C38;
  left: 50%;
  margin-left: -17px;
}

.slide-img__handle::after {
  border-left: 6px solid #FF2C38;
  right: 50%;
  margin-right: -17px;
}

.slide-img__range {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}

.slide-img__range:focus,
.slide-img__range:active {
  border: none;
  outline: none;
}

.slide-img__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #FF2C38;
}

.slide-img__range::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

/*=============/main============*/

/*=============footer============*/

.footer {
  padding: 200px 0;
  background-color: #FF2C38;
  color: #fff;
}

.footer__content {
  position: relative;
}

.footer__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 5;
}

.contacts__item {
  margin: 0 0 60px;
}

.contacts__item *:last-child {
  margin-bottom: 0;
}

.contacts__item:last-child {
  margin: 0;
}

.contacts__title.title {
  margin: 0 0 10px;
}

.contacts__text {
  font-size: 24px;
  font-weight: 300;
}

.contacts__text *:last-child {
  margin-bottom: 0;
}

.contacts__text--sm {
  font-size: 18px;
}

.contacts__link {
  display: block;
  color: #fff;
}

/*=============/footer============*/

@media (min-width: 576px) {
  ._container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  .calculator__body:after,
  .calculator__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .calculator__body:after {
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(43.17%, #FFFFFF), color-stop(78.75%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #FFFFFF 43.17%, rgba(255, 255, 255, 0) 78.75%);
    background: linear-gradient(90deg, #FFFFFF 43.17%, rgba(255, 255, 255, 0) 78.75%);
  }

  .calculator__body::before {
    z-index: 1;
    opacity: .3;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/calculator-bg.jpg");
  }

  .calculator__inner {
    min-height: 843px;
  }

  .calculator__detail {
    position: absolute;
    top: 315px;
    left: 0;
    width: 50%;
    z-index: 5;
    padding: 0 20px 0 0;
    bottom: 0;
  }

  .calculator__btn-group {
    position: absolute;
  }
}

@media (min-width: 768px) {
  ._container {
    max-width: 720px;
  }
}

@media (min-width: 991px) {
  ._container {
    max-width: 960px;
  }
}

@media (min-width: 1199px) {
  ._container {
    max-width: 1114px;
    padding: 0;
  }

  .logo {
    left: 0;
  }

  .banner-main__btn-group {
    left: 0;
    right: 0;
  }

  .about__img {
    right: 0;
  }

  .partnership__img {
    left: 0;
  }

  .waiting-area__img {
    right: 0;
  }

  .footer__logo {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .title {
    font-size: 42px;
  }

  .section {
    padding: 150px 0;
  }

  .section--pb_non {
    padding: 150px 0 0 0;
  }

  .logo {
    max-width: 285px;
  }

  .nav__link {
    margin: 0 0 0 40px;
  }

  .banner-main__content {
    min-height: 680px;
  }

  .banner-main__title {
    font-size: 54px;
  }

  .waiting-area__inner {
    padding: 0 600px 0 0;
  }

  .waiting-area__img {
    max-width: 500px;
  }

  .work-info__title {
    font-size: 52px;
  }

  .work-info__text {
    font-size: 30px;
  }

  .services__row {
    margin: 0 -30px;
  }

  .services__col {
    padding: 100px 30px 0;
  }

  .services__col:nth-child(-n+3) {
    padding: 0 30px;
  }

  .result__step-wrap {
    min-height: 470px;
  }

  .result__step-item--first {
    left: 40px;
  }

  .result__step-item--three {
    top: 300px;
  }

  .result__step-item--thour {
    right: 60px;
    top: 325px;
  }

  .result__card-desktop {
    width: 660px;
    top: 78px;
    left: 175px;
  }

  .calculator__body {
    padding: 40px 25px;
  }

  .calculator__price-btn {
    font-size: 13px;
  }

  .location {
    top: 16%;
    right: 10%;
  }

  .video__inner {
    height: 480px;
  }

  .footer {
    padding: 150px 0;
  }

  .footer__logo {
    max-width: 420px;
  }

  .contacts__text {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .title {
    font-size: 38px;
  }

  .section {
    padding: 100px 0;
  }

  .section--pb_non {
    padding: 100px 0 0 0;
  }

  .section--sm {
    padding: 80px 0;
  }

  .header__content {
    height: 170px;
  }

  .header__body {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .header__info-item:after {
    height: 36px;
    width: 2px;
  }

  .header__info-item {
    font-size: 14px;
    padding: 0 0 0 12px;
    margin: 0 0 0 10px;
  }

  .header__btn-wrap .btn {
    font-size: 16px;
    min-width: 220px;
    height: 44px;
  }

  .logo {
    max-width: 225px;
  }

  .nav__link {
    margin: 0 0 0 20px;
    font-size: 14px;
  }

  .banner-main__content {
    min-height: 650px;
  }

  .banner-main__title {
    font-size: 44px;
  }

  .banner-main__btn-group .btn {
    min-width: 220px;
  }

  .text {
    font-size: 20px;
  }

  .img-wrap__holder:after {
    top: 15px;
    bottom: -15px;
    right: 30px;
    left: -30px;
  }

  .img-wrap--left .img-wrap__holder:after {
    right: -30px;
    left: 30px;
  }

  .about__img {
    max-width: 220px;
  }

  .about__inner {
    padding: 0 280px 0 0;
  }

  .partnership__inner {
    padding: 0 0 0 310px;
  }

  .partnership__img {
    max-width: 245px;
  }

  .waiting-area__inner {
    padding: 0 380px 0 0;
  }

  .waiting-area__img {
    max-width: 310px;
  }

  .work-info__title {
    font-size: 38px;
  }

  .work-info__text {
    font-size: 24px;
  }

  .services__col {
    width: 50%;
    padding: 80px 30px 0;
  }

  .services__col:nth-child(-n+3) {
    padding: 80px 30px 0;
  }

  .services__col:nth-child(-n+2) {
    padding: 0 30px;
  }

  .result__step-wrap {
    min-height: 330px;
  }

  .result__step-number {
    width: 84px;
    height: 84px;
    font-size: 66px;
    border-radius: 5px;
  }

  .result__step-item {
    height: 84px;
    font-size: 20px;
  }

  .result__step-item--first {
    left: 20px;
  }

  .result__step-item--first {
    padding: 0 115px 0 30px;
  }

  .result__step-item--first .result__step-number {
    right: 15px;
    bottom: 15px;
  }

  .result__step-item--two {
    padding: 0 20px 0 115px;
  }

  .result__step-item--two .result__step-number {
    left: 15px;
    bottom: 15px;
  }

  .result__step-item--three {
    padding: 0 115px 0 30px;
    top: 205px;
  }

  .result__step-item--three .result__step-number {
    right: 15px;
    top: 15px;
  }

  .result__step-item--thour {
    right: 30px;
  }

  .result__step-item--thour {
    padding: 0 20px 0 115px;
    top: 230px;
  }

  .result__step-item--thour .result__step-number {
    left: 15px;
    top: 15px;
  }

  .result__card-desktop {
    width: 450px;
    top: 60px;
    left: 140px;
  }

  .calculator__body {
    padding: 30px 15px;
  }

  .calculator__row {
    margin: 0 -10px;
  }

  .calculator__col {
    padding: 0 10px;
  }

  .calculator__price-btn {
    font-size: 12px;
  }

  .calculator__price-total {
    font-size: 64px;
  }

  .calculator__price-total span {
    font-size: 45px;
  }

  .location {
    font-size: 18px;
    height: 84px;
    padding: 0 20px 0 115px;
    right: 9%;
    top: 17%;
    border-radius: 5px;
  }

  .location__img {
    width: 84px;
    height: 84px;
    top: 15px;
    left: 15px;
    border-radius: 5px;
  }

  .location__img img {
    width: 65px;
    height: auto;
    left: -8px;
    top: 8px;
  }

  .video__inner {
    height: 400px;
  }

  .video__play img {
    max-width: 150px;
  }

  .gallery__thumbs .swiper-slide {
    width: 33.3% !important;
    padding: 20px 10px 0;
  }

  .gallery__thumbs .swiper-slide:first-child {
    position: relative;
    right: initial;
  }

  .gallery__thumbs .swiper-slide:nth-child(2) {
    position: relative;
    right: initial;
    top: initial;
  }

  .gallery__thumbs .swiper-slide:nth-child(3) {
    position: relative;
    right: initial;
    top: initial;
  }

  .gallery__top {
    width: 100%;
    margin: 0;
  }

  .gallery__slide {
    height: 360px;
  }

  .slide-img {
    height: 360px;
  }

  .footer {
    padding: 100px 0;
  }

  .footer__logo {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    margin: 0 0 30px;
  }

  .section {
    padding: 60px 0;
  }

  .section--pb_non {
    padding: 60px 0 0 0;
  }

  .section--sm {
    padding: 60px 0;
  }

  .header {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
  }

  .header__content {
    height: 110px;
  }

  .header__body {
    padding: 12px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__info-item {
    font-size: 12px;
  }

  .header__btn-wrap {
    display: none;
  }

  .logo {
    max-width: 140px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    top: 15px;
  }

  .nav__link {
    margin: 10px 0;
    font-size: 20px;
  }

  .nav__link:first-child {
    margin: 10px 0;
  }

  .nav {
    position: fixed;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 44, 56, 0.9);
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    -o-transition: transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .nav.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .menu-trigger {
    display: block;
  }

  .banner-main__content {
    min-height: 630px;
  }

  .banner-main__title {
    font-size: 36px;
    padding: 60px 0 0 0;
  }

  .banner-main__title br {
    display: none;
  }

  .banner-main__btn-group {
    bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }

  .banner-main__btn-group .btn {
    min-width: initial;
    width: 100%;
    margin: 0 0 20px;
  }

  .banner-main__btn-group .btn:last-child {
    margin: 0;
  }

  .text {
    font-size: 18px;
  }

  .img-wrap {
    margin: 0 0 45px;
    padding: 0 0 0 30px;
  }

  .img-wrap--left {
    padding: 0 30px 0 0;
  }

  .img-wrap__holder {
    display: block;
  }

  .img-wrap__over-mobile {
    position: relative;
    padding: 100% 0 0 0;
    display: block;
  }

  .img-wrap__over-mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .about__content {
    min-height: initial;
  }

  .about__img {
    position: relative;
    top: initial;
    right: initial;
    max-width: 100%;
  }

  .about__inner {
    padding: 0;
  }

  .partnership__content {
    min-height: initial;
  }

  .partnership__inner {
    padding: 0;
  }

  .partnership__inner .title {
    text-align: right;
  }

  .partnership__img {
    max-width: 100%;
    position: relative;
    top: initial;
    left: initial;
  }

  .waiting-area__content {
    min-height: initial;
  }

  .waiting-area__inner {
    padding: 0;
  }

  .waiting-area__img {
    max-width: 100%;
    position: relative;
    top: initial;
    right: initial;
  }

  .work-info__col {
    width: 100%;
    padding: 60px 0 0 0;
  }

  .work-info__col:first-child {
    padding: 0;
  }

  .work-info__title {
    font-size: 48px;
  }

  .services .title {
    text-align: center;
  }

  .services__img img {
    margin: 0 auto;
  }

  .services__title br {
    display: none;
  }

  .services__row {
    margin: 0;
  }

  .services__col {
    width: 100%;
    text-align: center;
    padding: 60px 0 0 0;
  }

  .services__col:nth-child(-n+3) {
    padding: 60px 0 0;
  }

  .services__col:nth-child(-n+2) {
    padding: 60px 0 0;
  }

  .services__col:first-child {
    padding: 0;
  }

  .result__step-wrap {
    min-height: 745px;
  }

  .result__step-item {
    font-size: 16px;
  }

  .result__step-item--first {
    top: 15px;
    right: 0;
    left: initial;
  }

  .result__step-item--two {
    padding: 0 115px 0 30px;
    right: initial;
    top: 235px;
    left: 0;
  }

  .result__step-item--two .result__step-number {
    bottom: initial;
    left: initial;
    top: 15px;
    right: 15px;
  }

  .result__step-item--three {
    padding: 0 50px 0 115px;
    left: initial;
    right: 0;
    top: 435px;
  }

  .result__step-item--three .result__step-number {
    top: initial;
    right: initial;
    bottom: 15px;
    left: 15px;
  }

  .result__step-item--thour {
    top: 645px;
    right: initial;
    left: 0;
  }

  .result__card__mobile {
    display: block;
    width: 540px;
    bottom: 15px;
    left: -239px;
    position: absolute;
    z-index: 3;
    max-width: initial;
  }

  .result__card-desktop {
    top: 55px;
    left: 125px;
    width: 540px;
    max-width: initial;
  }

  .calculator__col {
    width: 100%;
  }

  .calculator__price-wrap {
    margin: 0 -5px 60px;
  }

  .calculator__pay-wrap {
    margin: 0 -5px 60px;
  }

  .calculator__price-total {
    margin: 0 0 60px;
  }

  .map__img-wrap {
    padding: 0 0 10px 15px;
  }

  .location {
    font-size: 14px;
    height: 62px;
    padding: 0 15px 0 85px;
  }

  .location__img {
    width: 62px;
    height: 62px;
    top: 10px;
    left: 10px;
  }

  .location__img img {
    width: 50px;
    left: -6px;
    top: 6px;
  }

  .video {
    padding: 40px 0 0 0;
  }

  .video__content {
    padding: 0 15px 10px 0;
  }

  .video__inner {
    height: 280px;
  }

  .video__play img {
    max-width: 100px;
  }

  .gallery__slide {
    height: 300px;
  }

  .slide-img {
    height: 300px;
  }

  .footer {
    padding: 60px 0;
  }

  .footer__logo {
    position: relative;
    top: initial;
    right: initial;
    max-width: 350px;
    margin: 0 0 60px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }

  .contacts__text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .video__inner {
    height: 240px;
  }

  .video__play img {
    max-width: 80px;
  }

  .gallery__thumbs .swiper-wrapper {
    margin: 0 -5px;
  }

  .gallery__thumbs .swiper-slide {
    width: 50% !important;
    padding: 10px 5px 0;
  }
}

@media (max-width: 530px) {
  .map__img--mobile {
    display: block;
    width: 100%;
  }

  .map__img--desktop {
    display: none;
  }

  .location {
    padding: 0 85px 0 15px;
    top: 15%;
    right: 7%;
  }

  .location__name {
    text-align: right;
  }

  .location__img {
    left: initial;
    right: 10px;
  }
}

@media (max-width: 450px) {
  .header__info-item:after {
    height: 28px;
  }

  .header__info-item {
    font-size: 10px;
    padding: 0 0 0 10px;
    margin: 0 0 0 8px;
  }
}

@media (max-width: 420px) {
  .location {
    top: 11%;
    right: 4%;
  }

  .gallery__slide {
    height: 240px;
  }

  .slide-img {
    height: 240px;
  }
}

@media (max-width: 370px) {
  .result__card__mobile {
    width: 528px;
  }

  .result__card-desktop {
    width: 528px;
  }

  .location {
    top: 9%;
    right: 3%;
    font-size: 12px;
  }

  .video__inner {
    height: 180px;
  }
}

.webp .banner-main { background-image: url(../img/banner-img.webp); }

@media (min-width: 767px) {

  .webp .calculator__body::before { background-image: url(../img/calculator-bg.webp); }
}