@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "AlgeriaTwo";
  src: url("../fonts/algeriatwo.eot");
  src: url("../fonts/algeriatwo.eot?#iefix") format("embedded-opentype"), url("../fonts/algeriatwo.woff") format("woff"), url("../fonts/algeriatwo.ttf") format("truetype"), url("../fonts/algeriatwo.svg#AlgeriaTwo") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DIN_Condensed_Bold.eot");
  src: url("../fonts/DIN_Condensed_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN_Condensed_Bold.woff") format("woff"), url("../fonts/DIN_Condensed_Bold.ttf") format("truetype"), url("../fonts/DIN_Condensed_Bold.svg#DIN Condensed") format("svg");
  font-style: "normal";
  font-weight: "bold";
}

@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DIN_Condensed.eot");
  src: url("../fonts/DIN_Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN_Condensed.woff") format("woff"), url("../fonts/DIN_Condensed.ttf") format("truetype"), url("../fonts/DIN_Condensed.svg#DIN Condensed") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticeNeue";
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticeNeue") format("svg");
  font-style: "normal";
  font-weight: "bold";
}

@font-face {
  font-family: "HelveticeNeue";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Roman.svg#HelveticeNeue") format("svg");
  font-style: "normal";
  font-weight: "normal";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
}

html.no-overflow,
body.no-overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}

body {
  line-height: 1.5;
}

@media (max-width: 1680px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 91px;
  }
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

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

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

textarea {
  resize: vertical;
}

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

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "HelveticeNeue";
  font-size: 1.6rem;
  min-height: 100vh;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (max-width: 767px) {
  .hideMob {
    display: none;
  }
}

/*common blocks*/
.main-nav {
  padding-left: 30px;
}

@media (max-width: 1800px) {
  .main-nav {
    padding-left: 19px;
    padding-top: 4px;
  }
}

@media (max-width: 767px) {
  .main-nav {
    padding-top: 13px;
  }
}

.main-nav__cont {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1800px) {
  .main-nav__cont {
    position: fixed;
    width: 100%;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    right: 0;
  }
}

@media (max-width: 1800px) {
  .main-nav__cont {
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    width: 507px;
    right: 0;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    top: 0;
    z-index: 11;
    background-color: #000;
    padding-left: 34px;
    padding-right: 28px;
  }
}

@media (max-width: 767px) {
  .main-nav__cont {
    width: 100%;
    padding-left: 17px;
    padding-right: 0;
  }
}

.main-nav__cont:focus {
  outline: none;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1800px) {
  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

.main-nav__mob-top {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1ddc3;
  padding-top: 30px;
  padding-bottom: 40px;
}

.main-nav__mob-top svg {
  fill: white;
}

@media (max-width: 1800px) {
  .main-nav__mob-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .main-nav__mob-top {
    padding-right: 17px;
  }
}

.main-nav__mob-bottom {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1ddc3;
  padding-top: 43px;
  padding-bottom: 43px;
}

@media (max-width: 1800px) {
  .main-nav__mob-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .main-nav__mob-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-nav__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .main-nav__socials {
    padding-top: 20px;
  }
}

.main-nav__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.main-nav__social-link:last-child {
  margin-right: 0;
}

.main-nav__social-link:nth-child(2) {
  margin-right: 24px;
}

.main-nav__social-link svg {
  fill: white;
}

.main-nav__mob-close {
  background: transparent;
  border: none;
  padding: 0;
}

.main-nav__mob-close svg {
  fill: white;
}

.main-nav__phone {
  font-size: 24px;
  line-height: 38px;
  color: white;
  text-decoration: none;
}

.main-nav__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1800px) {
  .main-nav__item {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .main-nav__item:first-child {
    padding-top: 0;
  }
  .main-nav__item:last-child {
    padding-bottom: 0;
  }
}

.main-nav__link {
  font-family: "DIN Condensed";
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
}

@media (max-width: 1800px) {
  .main-nav__link {
    color: white;
  }
  .main-nav__link.current {
    color: #c6091c;
  }
}

.main-nav__burger {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  padding-top: 8px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (max-width: 1800px) {
  .main-nav__burger {
    display: block;
  }
}

@media (max-width: 1800px) {
  .main-nav__burger {
    padding-top: 4px;
  }
}

.red-btn {
  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;
  font-family: "DIN Condensed";
  text-transform: uppercase;
  border: none;
  background-color: #c6091c;
  min-width: 259px;
  min-height: 70px;
  font-size: 24px;
  line-height: 38px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 45px;
  padding-left: 45px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.popup-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.87);
  display: none;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .advantages {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .advantages__list {
    display: block;
  }
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 90px;
  margin-right: 1.5%;
}

.advantages__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .advantages__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .advantages__item {
    width: 100%;
    margin-bottom: 33px;
  }
}

.advantages__image {
  fill: none;
  stroke: white;
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 3px solid #e1ddc3;
}

@media (max-width: 1023px) {
  .advantages__image {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .advantages__image--gift svg {
    width: 60px;
  }
  .advantages__image--carincomp svg {
    width: 66px;
    height: 66px;
  }
  .advantages__image--caropened svg {
    width: 84px;
    height: 41px;
  }
  .advantages__image--painting svg {
    width: 68px;
    height: 55px;
  }
  .advantages__image--carchecked svg {
    width: 75px;
    height: 64px;
  }
  .advantages__image--caropened svg {
    height: 25px;
  }
}

@media (max-width: 767px) {
  .advantages__image {
    width: 59px;
    padding-right: 10px;
  }
  .advantages__image--gift svg {
    width: 39px;
    height: 39px;
  }
  .advantages__image--carincomp svg {
    width: 42px;
    height: 53px;
  }
  .advantages__image--painting svg {
    width: 41px;
    height: 41px;
  }
  .advantages__image--carrepaired svg {
    height: 30px;
  }
}

.advantages__content {
  padding-left: 18px;
}

@media (max-width: 1023px) {
  .advantages__content {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .advantages__content {
    padding-left: 9px;
  }
}

.advantages__title {
  font-family: "DIN Condensed";
  font-weight: normal;
  margin-top: 0;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .advantages__title {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .advantages__title {
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    padding-right: 25px;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .advantages__title {
    margin-bottom: 2px;
    margin-top: -9px;
    font-size: 16px;
    line-height: 22px;
  }
}

.advantages__desc {
  font-size: 16px;
  color: #dbdbdb;
}

@media (max-width: 1023px) {
  .advantages__desc {
    padding-right: 17px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 20px;
    padding-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .advantages__desc {
    line-height: 16px;
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .services {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .services {
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .services .top__title {
    margin-bottom: 37px;
  }
}

@media (max-width: 767px) {
  .services .top__title {
    margin-bottom: 3px;
  }
}

.services__tabs {
  border-top: 3px solid #e1ddc3;
  border-bottom: 3px solid #e1ddc3;
  text-align: center;
}

@media (max-width: 767px) {
  .services__tabs {
    text-align: left;
    padding-top: 6px;
    padding-bottom: 13px;
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
}

.services__tab {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  font-family: "DIN Condensed";
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 60px;
}

.services__tab:last-child {
  margin-right: 0;
}

.services__tab.current {
  color: #e1ddc3;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .services__tab {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 27px;
    margin-right: 46px;
  }
}

@media (max-width: 767px) {
  .services__tab {
    margin-right: 16px;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
    margin-right: 5.5px;
    margin-left: 5.5px;
  }
}

.services__content {
  padding-top: 50px;
}

@media (max-width: 1023px) {
  .services__content {
    padding-top: 38px;
  }
}

@media (max-width: 767px) {
  .services__content {
    padding-top: 25px;
  }
}

.services__content-item {
  display: none;
}

.services__content-item.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .services__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services__images-cont {
  width: 68%;
  padding-right: 5%;
  font-size: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.services__images-cont img {
  height: initial;
  max-width: 1000px;
}

.services__images-cont img:active, .services__images-cont img:focus {
  outline: none;
}

@media (max-width: 1280px) {
  .services__images-cont {
    width: 63%;
  }
  .services__images-cont img {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .services__images-cont {
    width: 100%;
    padding-right: 0;
    overflow: visible;
  }
  .services__images-cont img {
    width: 100%;
    max-width: 100%;
  }
}

.services__image {
  position: relative;
  font-family: "DIN Condensed";
}

.services__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #e1ddc3;
  color: black;
}

@media (max-width: 767px) {
  .services__image:before {
    width: 62px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}

.services__image img {
  border-left: 1.5px solid #e1ddc3;
}

@media (max-width: 767px) {
  .services__image img {
    border-width: 1px;
  }
}

.services__image--before img {
  border-right: 1.5px solid #e1ddc3;
  border-left: none;
}

@media (max-width: 767px) {
  .services__image--before img {
    border-width: 1px;
  }
}

.services__image--before:before {
  content: "До";
}

.services__image--after:before {
  content: "После";
}

.services__card {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  .services__card {
    width: 38%;
  }
}

@media (max-width: 1023px) {
  .services__card {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-top: 46px;
  }
}

@media (max-width: 767px) {
  .services__card {
    padding-top: 29px;
  }
}

.services__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #ddcfb3;
}

@media (max-width: 1023px) {
  .services__subtitle {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .services__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
  }
}

.services__title {
  margin-top: 0;
  font-family: "DIN Condensed";
  text-transform: uppercase;
  color: white;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .services__title {
    font-size: 40px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .services__title {
    font-size: 19px;
    line-height: 26px;
  }
}

.services__desc {
  font-size: 18px;
  line-height: 24px;
  padding-right: 50px;
  margin-bottom: 25px;
}

.services__desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__desc li:before {
  margin-right: 5px;
  width: 1em;
  text-align: left;
  display: inline-block;
}

.services__desc li:nth-child(1):before {
  content: 'a)';
}

.services__desc li:nth-child(2):before {
  content: 'б)';
}

.services__desc li:nth-child(3):before {
  content: 'в)';
}

.services__desc li:nth-child(4):before {
  content: 'г)';
}

.services__desc li:nth-child(5):before {
  content: 'д)';
}

.services__desc li:nth-child(6):before {
  content: 'ж)';
}

@media (max-width: 1023px) {
  .services__desc {
    position: absolute;
    padding-top: 46px;
    top: 37px;
    line-height: 22px;
    padding-right: 32px;
    padding-left: 13px;
    right: 0;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .services__desc {
    position: static;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.services__desc--big {
  padding-right: 10px;
}

.services__desc--big p {
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .services__desc--big {
    top: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.services__price {
  font-family: "DIN Condensed";
  font-size: 38px;
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .services__price {
    margin-bottom: 37px;
  }
}

@media (max-width: 767px) {
  .services__price {
    font-size: 18px;
    margin-bottom: 26px;
  }
}

.services__btn {
  font-size: 24px;
  max-width: 400px;
}

.services__btn svg {
  fill: white;
  margin-right: 12px;
  margin-bottom: 3px;
}

@media (max-width: 1023px) {
  .services__btn {
    max-width: 354px;
    min-height: 84px;
    padding-left: 27px;
  }
}

@media (max-width: 767px) {
  .services__btn {
    font-size: 24px;
    height: 51px;
    line-height: 1;
    min-height: 51px;
    padding: 0;
  }
}

.services__slider {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 1023px) {
  .services__slider {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .services__slider {
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.services .slick-prev,
.services .slick-next {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 56px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
}

.services .slick-prev:active, .services .slick-prev:focus,
.services .slick-next:active,
.services .slick-next:focus {
  outline: none;
}

@media (max-width: 767px) {
  .services .slick-prev,
  .services .slick-next {
    width: 16px;
    height: 30px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.services .slick-next {
  background-image: url("../images/arrow-next.svg");
  right: -40px;
}

@media (max-width: 1023px) {
  .services .slick-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .services .slick-next {
    right: 5px;
  }
}

.services .slick-prev {
  background-image: url("../images/arrow-prev.svg");
  left: 0;
}

@media (max-width: 767px) {
  .services .slick-prev {
    left: 5px;
  }
}

.feedback-form {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0.41);
  padding-top: 31px;
  padding-bottom: 35px;
  padding-right: 25px;
  padding-left: 40px;
}

@media (max-width: 1023px) {
  .feedback-form {
    padding-top: 28px;
    padding-left: 26px;
  }
}

@media (max-width: 767px) {
  .feedback-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
}

.feedback-form--popup {
  background-image: url("../images/top-bg1.jpg");
  background-position: center center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 37px;
  padding-left: 33px;
  padding-right: 35px;
  padding-bottom: 0;
  height: 750px;
  border: 1px solid white;
  position: relative;
}

@media (max-width: 1023px) {
  .feedback-form--popup {
    height: 800px;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup {
    padding: 17px;
    border: none;
  }
}

.feedback-form--popup .feedback-form__heading {
  width: 100%;
  padding: 0;
  border: none;
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__heading {
    display: block;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__phone {
    display: block;
  }
}

.feedback-form--popup .feedback-form__title {
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 25px;
}

@media (max-height: 750px) {
  .feedback-form--popup .feedback-form__title {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.feedback-form--popup .feedback-form__desc {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 37px;
  }
}

.feedback-form--popup .feedback-form__contacts {
  background-color: rgba(0, 0, 0, 0.66);
  padding-left: 31px;
  padding-right: 35px;
  margin-left: -33px;
  margin-right: -35px;
  padding-bottom: 20px;
  padding-top: 15px;
}

.feedback-form--popup .feedback-form__contacts p {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .feedback-form--popup .feedback-form__contacts p {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__contacts p {
    margin-bottom: 0;
  }
}

.feedback-form--popup .feedback-form__contacts a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .feedback-form--popup .feedback-form__contacts {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__contacts {
    padding-left: 17px;
    margin-left: -17px;
    margin-right: -17px;
    padding-right: 0;
  }
}

.feedback-form--popup .feedback-form__form-wrapper {
  width: 100%;
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.feedback-form--popup .feedback-form__form-wrapper p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 22px;
}

@media (max-width: 1023px) {
  .feedback-form--popup .feedback-form__inputs-row input {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__inputs-row input {
    width: 100%;
  }
}

.feedback-form--popup .feedback-form__upload-cont {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .feedback-form--popup .feedback-form__button {
    width: 100%;
    min-width: 250px;
  }
}

@media (max-width: 1023px) {
  .feedback-form--popup {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .feedback-form--popup {
    margin-bottom: 0;
  }
}

.feedback-form__heading {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 5px solid #e1ddc3;
  width: 48.3%;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (max-width: 1023px) {
  .feedback-form__heading {
    padding-top: 0;
    padding-right: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 5px;
    width: 50.5%;
  }
}

@media (max-width: 767px) {
  .feedback-form__heading {
    border-right: none;
    border-bottom: 5px solid #e1ddc3;
    width: 100%;
    padding-bottom: 15px;
  }
}

.feedback-form__form-wrapper {
  padding-left: 53px;
  padding-bottom: 30px;
  padding-top: 20px;
  width: 51.4%;
}

@media (max-width: 1023px) {
  .feedback-form__form-wrapper {
    padding-left: 20px;
    width: 49.5%;
    padding-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .feedback-form__form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 33px;
    padding-bottom: 25px;
  }
}

.feedback-form__title {
  text-transform: uppercase;
  font-family: "DIN Condensed";
  font-weight: normal;
  font-size: 53px;
  line-height: 63px;
  color: #f9f9f2;
  margin: 0;
}

@media (max-width: 1023px) {
  .feedback-form__title {
    font-size: 32px;
    line-height: 38px;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .feedback-form__title {
    font-size: 24px;
    line-height: 28px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.feedback-form__contacts {
  font-size: 24px;
}

.feedback-form__contacts a {
  color: white;
  text-decoration: none;
}

.feedback-form__contacts br {
  display: none;
}

@media (max-width: 1023px) {
  .feedback-form__contacts {
    margin-top: 46px;
  }
}

@media (max-width: 767px) {
  .feedback-form__contacts {
    padding-left: 3px;
    margin-top: 0;
    font-size: 22px;
    padding-bottom: 0;
  }
  .feedback-form__contacts br {
    display: inline-block;
  }
}

.feedback-form__contacts p {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .feedback-form__contacts p {
    margin-top: 0;
  }
}

.feedback-form__contacts img {
  margin-left: 8px;
  margin-bottom: -3px;
}

@media (max-width: 767px) {
  .feedback-form__contacts img {
    margin-left: 4px;
  }
}

.feedback-form__phone {
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
}

.feedback-form__phone a {
  font-size: 32px;
  color: white;
  text-decoration: none;
}

.feedback-form__phone br {
  display: block;
}

@media (max-width: 767px) {
  .feedback-form__phone {
    display: none;
    font-size: 22px;
  }
  .feedback-form__phone a {
    font-size: 22px;
  }
}

.feedback-form__phone--onlymob {
  display: none;
}

@media (max-width: 767px) {
  .feedback-form__phone--onlymob {
    display: block;
  }
}

.feedback-form__desc {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 50px;
}

.feedback-form__desc b {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "DIN Condensed";
}

@media (max-width: 1023px) {
  .feedback-form__desc b {
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .feedback-form__desc b {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .feedback-form__desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .feedback-form__desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 37px;
    letter-spacing: 0.1px;
  }
}

.feedback-form__form {
  width: 100%;
}

.feedback-form__upload-input {
  display: none;
}

.feedback-form__inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-form__inputs-row input {
  width: 100%;
  color: white;
  background: transparent;
  border: 1px solid white;
  font-size: 0;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 15px;
  max-height: 48px;
}

.feedback-form__input {
  position: relative;
  width: 47%;
}

@media (max-width: 1023px) {
  .feedback-form__input {
    width: 100%;
    margin-bottom: 23px;
  }
  .feedback-form__input:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feedback-form__input {
    font-size: 14px;
  }
}

.feedback-form__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.feedback-form__upload-cont {
  padding-top: 26px;
}

@media (max-width: 1023px) {
  .feedback-form__upload-cont {
    padding-top: 15px;
  }
}

.feedback-form__fake-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-form__fake-upload label {
  color: white;
  background: transparent;
  border: 1px solid white;
  font-size: 18px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .feedback-form__fake-upload label {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 767px) {
  .feedback-form__fake-upload label {
    padding-left: 8px;
    padding-right: 6px;
    font-size: 14px;
    padding-top: 17px;
  }
}

.feedback-form__fake-input {
  color: white;
  background: transparent;
  border: 1px solid white;
  font-size: 18px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feedback-form__fake-label {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .feedback-form__fake-label {
    padding-top: 4px;
    font-size: 14px;
  }
}

.feedback-form__button {
  margin-top: 32px;
  width: 100%;
  min-height: 61px;
  height: 61px;
  letter-spacing: 0.9px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .feedback-form__button {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .feedback-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 52px;
    height: 52px;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
  }
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  width: 640px;
  height: 100%;
  opacity: 0;
  min-height: 750px;
}

@media (max-width: 1023px) {
  .popup {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-height: 800px) {
  .popup {
    display: block;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.popup:focus {
  outline: none;
}

.popup__close {
  position: absolute;
  top: -50px;
  right: -50px;
  fill: white;
  cursor: pointer;
}

@media (max-height: 830px) {
  .popup__close {
    top: 15px;
    right: -60px;
  }
}

@media (max-height: 750px) {
  .popup__close {
    top: 44px;
    right: 37px;
  }
}

@media (max-width: 1023px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .popup__close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}

.send-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  background-color: #000;
}

@media (max-width: 767px) {
  .send-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.send-block__title {
  font-family: "DIN Condensed";
  font-weight: normal;
  font-size: 42px;
  line-height: 1;
  padding-bottom: 28px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #e1ddc3;
}

@media (max-width: 767px) {
  .send-block__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .send-block__text {
    text-align: center;
  }
}

.phone-block {
  display: none;
  background-color: #fff;
  border-top: 5px solid #ddcfb3;
  height: 87px;
}

@media (max-width: 767px) {
  .phone-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 10px 89px 7px rgba(129, 128, 127, 0.2);
    box-shadow: 0px 10px 89px 7px rgba(129, 128, 127, 0.2);
  }
  .phone-block.hide {
    -webkit-transform: translateY(92px);
    -ms-transform: translateY(92px);
    transform: translateY(92px);
  }
}

.phone-block__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 38px;
  color: #292929;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: none;
  stroke: #292929;
  text-decoration: none;
}

.phone-block__phone svg {
  margin-right: 9px;
}

/*sections*/
.header {
  font-family: "DIN Condensed";
  background-color: #fff;
  border-bottom: 5px solid #ddcfb3;
  -webkit-box-shadow: 0px 10px 89px -7px #81807f;
  box-shadow: 0px 10px 89px -7px #81807f;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 10px 89px -7px rgba(129, 128, 127, 0.2);
    box-shadow: 0px 10px 89px -7px rgba(129, 128, 127, 0.2);
  }
  .header.hide {
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 31px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1023px) {
  .header__wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 31px;
    padding-top: 27px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .header__wrapper {
    padding-left: 16px;
    padding-right: 17px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}

.header__logo {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  text-decoration: none;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1023px) {
  .header__logo svg {
    width: 200px;
    height: 69px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 122px;
    height: 62px;
  }
}

.header__left, .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 38px;
  color: #292929;
  margin-right: 6.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: none;
  stroke: #292929;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .header__phone {
    display: none;
  }
}

.header__phone img,
.header__phone svg {
  margin-right: 9px;
}

@media (max-width: 1023px) {
  .header__btn {
    min-width: 261px;
    min-height: 74px;
    letter-spacing: 0.7px;
  }
}

.site-footer {
  background-color: #000;
  color: white;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer a {
  color: white;
  display: inline-block;
  margin-left: 6px;
}

.site-footer__wrapper {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .site-footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 274px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    border-bottom: 5px solid #e1ddc3;
  }
}

@media (max-width: 767px) {
  .site-footer__wrapper {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 288px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 43px;
    border-bottom: none;
  }
}

.site-footer__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 30%;
  padding-top: 11px;
}

.site-footer__text--right {
  text-align: right;
  padding-top: 0;
}

@media (max-width: 1023px) {
  .site-footer__text {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 9px;
  }
}

@media (max-width: 767px) {
  .site-footer__text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .site-footer__text--right {
    text-align: center;
    margin-bottom: 0;
  }
}

.site-footer__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1023px) {
  .site-footer__logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 767px) {
  .site-footer__logo {
    margin-bottom: 30px;
  }
}

.site-footer__logo svg {
  fill: white;
}

.site-footer.show-phone {
  padding-bottom: 87px;
}

.top {
  position: relative;
  background-color: #0e0e0e;
  color: #fff;
  overflow: hidden;
}

.top__bg {
  position: absolute;
  width: 100%;
  top: -140px;
  height: auto;
  z-index: 1;
}

.top__bg--bottom {
  top: auto;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 1023px) {
  .top__bg {
    top: -29px;
  }
  .top__bg--bottom {
    top: auto;
  }
}

@media (max-width: 767px) {
  .top__bg {
    top: 0;
  }
  .top__bg--bottom {
    top: auto;
  }
}

.top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 180px;
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .top__content {
    padding-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .top__content {
    display: block;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 9px;
  }
}

.top__title-cont {
  position: relative;
  padding-bottom: 170px;
  border-bottom: 1px solid #ddcfb3;
}

@media (max-width: 1023px) {
  .top__title-cont {
    padding-bottom: 136px;
  }
}

@media (max-width: 767px) {
  .top__title-cont {
    padding-bottom: 66px;
  }
}

.top__title-cont:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ddcfb3;
  bottom: 17px;
}

.top__title {
  position: relative;
  font-family: "AlgeriaTwo";
  font-size: 74px;
  line-height: 88px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 60px;
  letter-spacing: 0.8px;
}

@media (max-width: 1023px) {
  .top__title {
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .top__title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.top__title:after {
  content: "";
  position: absolute;
  width: 21%;
  left: 50%;
  margin-left: -10.5%;
  height: 3px;
  background-color: #f3f3f3;
  bottom: 0;
}

@media (max-width: 1023px) {
  .top__title:after {
    width: 30%;
    margin-left: -15%;
  }
}

@media (max-width: 767px) {
  .top__title:after {
    width: 105px;
    margin-left: -50px;
  }
}

.top__title--secondary {
  font-size: 64px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.top__title--secondary:after {
  display: none;
}

@media (max-width: 1023px) {
  .top__title--secondary {
    font-size: 42px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .top__title--secondary {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.top__desc {
  margin: 0 auto;
  max-width: 810px;
}

@media (max-width: 1023px) {
  .top__desc {
    max-width: 705px;
  }
}

@media (max-width: 767px) {
  .top__desc {
    max-width: 100%;
  }
}

.top__text {
  text-align: center;
  font-family: "HelveticeNeue";
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 1023px) {
  .top__text {
    padding-top: 0;
    font-size: 22px;
    max-width: 650px;
    margin: 0 auto;
    line-height: 26px;
    padding-bottom: 143px;
  }
}

@media (max-width: 767px) {
  .top__text {
    font-size: 14px;
    padding-top: 23px;
    line-height: 18px;
    padding-bottom: 30px;
    max-width: 250px;
    margin: 0 auto;
  }
}

.top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 810px;
}

@media (max-width: 1023px) {
  .top__buttons {
    min-width: 705px;
  }
}

@media (max-width: 767px) {
  .top__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top__btn-left {
  height: 84px;
  width: 297px;
}

@media (max-width: 1023px) {
  .top__btn-left {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .top__btn-left {
    font-family: "DIN Condensed";
    max-width: 400px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    min-height: 50px;
    margin-bottom: 19px;
  }
}

.top__btn-right {
  height: 84px;
  width: 437px;
}

@media (max-width: 1023px) {
  .top__btn-right {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .top__btn-right {
    max-width: 400px;
    width: 100%;
    font-family: "DIN Condensed";
    max-width: 400px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    min-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.top__advantages {
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 1023px) {
  .top__advantages {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .top__advantages {
    padding-top: 21px;
  }
}

.top__services {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 239px;
}

@media (max-width: 1023px) {
  .top__services {
    padding-top: 77px;
    padding-bottom: 118px;
  }
}

@media (max-width: 767px) {
  .top__services {
    padding-top: 10px;
    padding-bottom: 69px;
  }
}

.prices {
  background: url("../images/texture.jpg");
  background-size: 100%;
  background-position: center 0;
  padding-top: 94px;
  padding-bottom: 105px;
}

@media (max-width: 1023px) {
  .prices {
    padding-left: 30px;
    padding-right: 30px;
    background: url(../images/texture2.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }
}

@media (max-width: 767px) {
  .prices {
    padding-top: 48px;
    padding-bottom: 50px;
    padding-left: 17px;
    padding-right: 17px;
    background: url(../images/texture2.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }
}

.prices__title {
  font-family: "AlgeriaTwo";
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  text-align: center;
  color: #181818;
  margin-top: 0;
  margin-bottom: 75px;
}

@media (max-width: 1023px) {
  .prices__title {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .prices__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}

.prices__table {
  margin: 0 auto;
  width: 100%;
  max-width: 727px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .prices__table {
    max-width: 500px;
  }
}

.prices__table-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prices__table-row:last-child .prices__table-cell {
  border-bottom: none;
}

@media (max-width: 767px) {
  .prices__table-row:last-child .prices__table-cell {
    border-bottom: 1px solid #a5adb3;
  }
  .prices__table-row:last-child .prices__table-cell:first-child {
    border-bottom: 0;
  }
  .prices__table-row:last-child .prices__table-cell:nth-child(2) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .prices__table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prices__table-row--mobTitle {
    border-bottom: 1px solid #a5adb3;
  }
}

.prices__table-cell-inner {
  height: 100%;
  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;
  text-align: center;
  padding-left: 3px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .prices__table-cell-inner {
    -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-bottom: 10px;
    padding-top: 7px;
    line-height: 17px;
    font-size: 14px;
    padding-left: 0;
  }
}

.prices__table-cell {
  border-bottom: 1px solid #a5adb3;
  min-height: 43px;
  line-height: 20px;
  font-size: 18px;
  width: 130px;
}

.prices__table-cell:first-child {
  width: 360px;
}

.prices__table-cell:first-child .prices__table-cell-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 767px) {
  .prices__table-cell:first-child {
    width: 50%;
    border-bottom: 0;
  }
  .prices__table-cell:first-child .prices__table-cell-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prices__table-cell:nth-child(2) {
    width: 50%;
    border-bottom: 0;
  }
  .prices__table-cell:nth-child(2) .prices__table-cell-inner {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .prices__table-cell:nth-child(3) {
    width: 100%;
  }
  .prices__table-cell:nth-child(3) .prices__table-cell-inner {
    padding-top: 0;
    margin-top: -4px;
  }
}

.prices__table-cell--header {
  border-bottom: 3px solid #e1ddc3;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
}

.prices__table-cell--header .prices__table-cell-inner {
  padding-bottom: 3px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .prices__table-cell--header:first-child {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 3px solid #e1ddc3;
  }
  .prices__table-cell--header:first-child .prices__table-cell-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .prices__table-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .prices__table-mob-text {
    font-size: 12px;
  }
}

.prices__table-title {
  font-family: "DIN Condensed";
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0;
  padding-top: 33px;
  padding-bottom: 15px;
  padding-left: 3px;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
}

@media (max-width: 767px) {
  .prices__table-title {
    padding-left: 0;
    font-size: 20px;
    padding-top: 21px;
  }
}

.prices__table-mob-text {
  display: none;
}

@media (max-width: 767px) {
  .prices__table-mob-text {
    display: block;
  }
}

.prices__btn-more {
  margin: 0 auto;
  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;
  min-width: 260px;
  min-height: 63px;
  line-height: 63px;
  font-family: "DIN Condensed";
  font-size: 24px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #e1ddc3;
}

@media (max-width: 767px) {
  .prices__btn-more {
    min-height: 54px;
    line-height: 54px;
    height: 54px;
    width: 100%;
  }
}

.form {
  padding-top: 214px;
  padding-bottom: 238px;
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 1023px) {
  .form {
    padding-top: 114px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .form {
    padding-top: 30px;
    padding-bottom: 53px;
    padding-left: 17px;
    padding-right: 17px;
  }
}

.work {
  background: url(../images/texture2.jpg);
  background-size: cover;
  padding-top: 122px;
  padding-bottom: 190px;
}

@media (max-width: 1023px) {
  .work {
    padding-top: 141px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .work {
    padding-top: 50px;
    padding-bottom: 60px;
    background-size: 100%;
    background-repeat: repeat;
  }
}

.steps {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .steps {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .steps {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.steps__title {
  font-family: "AlgeriaTwo";
  font-size: 64px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 70px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .steps__title {
    margin-bottom: 48px;
    font-size: 42px;
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .steps__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
    text-align: center;
  }
}

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

@media (max-width: 1023px) {
  .steps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.steps__step-list {
  position: relative;
  width: 48.5%;
  border-top: 3px solid #e1ddc3;
  border-bottom: 3px solid #e1ddc3;
}

@media (max-width: 1023px) {
  .steps__step-list {
    width: 100%;
  }
}

.steps__step-list:before, .steps__step-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1ddc3;
}

.steps__step-list:before {
  top: -8px;
}

.steps__step-list:after {
  bottom: -8px;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e1ddc3;
}

.steps__item:last-child {
  border-bottom: 0;
}

.steps__number {
  font-family: "AlgeriaTwo";
  color: #181818;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  width: 137px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.steps__number--1 {
  background-image: url(../images/icon1.png);
}

.steps__number--2 {
  background-image: url(../images/icon2.png);
}

.steps__number--3 {
  background-image: url(../images/icon3.png);
}

.steps__number--4 {
  background-image: url(../images/icon4.png);
}

.steps__number--5 {
  background-image: url(../images/icon5.png);
}

@media (max-width: 767px) {
  .steps__number {
    width: 65px;
    font-size: 60px;
    background-size: 80%;
  }
}

.steps__content {
  padding-left: 5px;
  padding-right: 40px;
}

@media (max-width: 1023px) {
  .steps__content {
    padding-left: 0;
    padding-right: 18%;
  }
}

@media (max-width: 767px) {
  .steps__content {
    padding-right: 0;
    padding-left: 10px;
  }
}

.steps__content-title {
  font-family: "DIN Condensed";
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .steps__content-title {
    font-size: 20px;
  }
}

.steps__content-text {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .steps__content-text {
    font-size: 14px;
  }
}

.steps__about {
  margin-left: 10.5%;
  width: 42.5%;
  max-width: 500px;
}

@media (max-width: 1023px) {
  .steps__about {
    width: 100%;
    max-width: 476px;
    margin-top: 100px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .steps__about {
    margin-top: 50px;
  }
}

.steps__about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DIN Condensed";
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 45px;
}

.steps__about-top img {
  width: 179px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 33px;
  border: 5px solid white;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .steps__about-top img {
    width: 100px;
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .steps__about-top {
    margin-bottom: 30px;
  }
}

.steps__about-title {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .steps__about-title {
    font-size: 22px;
  }
}

.steps__about-desc {
  max-width: 440px;
  background-image: url(../images/icon-quote.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
}

.steps__about-desc p {
  margin-top: 0;
}

.steps__about-desc p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .steps__about-desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    background-size: contain;
  }
}

.steps__about-name {
  font-family: "DIN Condensed";
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .steps__about-name {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
  }
}

.steps__about-job {
  margin-top: 0;
}

@media (max-width: 767px) {
  .steps__about-job {
    font-size: 14px;
  }
}

.guaranty {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 125px;
}

@media (max-width: 1023px) {
  .guaranty {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 103px;
    padding-bottom: 105px;
  }
}

@media (max-width: 767px) {
  .guaranty {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.guaranty__title {
  font-family: "AlgeriaTwo";
  font-size: 64px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 77px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .guaranty__title {
    margin-bottom: 48px;
    font-size: 42px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .guaranty__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
    text-align: center;
  }
}

.guaranty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .guaranty__list {
    display: block;
  }
}

.guaranty__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  border-bottom: 3px solid #e1ddc3;
  border-top: 3px solid #e1ddc3;
  padding-top: 19px;
  padding-bottom: 7px;
  padding-left: 21px;
}

@media (max-width: 1023px) {
  .guaranty__item {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .guaranty__item {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.guaranty__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #272727;
}

@media (max-width: 767px) {
  .guaranty__item svg {
    width: 80px;
    height: auto;
  }
}

.guaranty__item:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1ddc3;
  bottom: -8px;
}

@media (max-width: 767px) {
  .guaranty__item:first-child {
    border-bottom: 0;
  }
  .guaranty__item:first-child:after {
    display: none;
  }
}

.guaranty__content {
  padding-left: 47px;
}

@media (max-width: 767px) {
  .guaranty__content {
    padding-left: 14px;
  }
}

.guaranty__content-title {
  font-size: 24px;
  font-family: "DIN Condensed";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .guaranty__content-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.guaranty__text {
  font-size: 18px;
  line-height: 22px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .guaranty__text {
    font-size: 14px;
    line-height: 17px;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.reviews {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
  background: url(../images/texture2.jpg) no-repeat;
  background-size: cover;
  background-position: center 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .reviews {
    padding-top: 111px;
    padding-bottom: 91px;
  }
}

@media (max-width: 767px) {
  .reviews {
    background-size: 100%;
    background-repeat: repeat;
    padding-top: 61px;
    padding-bottom: 30px;
  }
}

.reviews:after {
  position: absolute;
  content: "";
  width: 428px;
  height: 475px;
  background: url("../images/bolgar.png") no-repeat;
  background-size: cover;
  top: calc(50% + 45px);
  right: 0;
}

@media (max-width: 1280px) {
  .reviews:after {
    right: -100px;
  }
}

@media (max-width: 1023px) {
  .reviews:after {
    right: -189px;
  }
}

@media (max-width: 767px) {
  .reviews:after {
    width: 201px;
    height: 219px;
    right: -100px;
    top: calc(50% + 200px);
  }
}

.reviews:before {
  position: absolute;
  content: "";
  width: 293px;
  height: 599px;
  background: url("../images/spray.png") no-repeat;
  background-size: cover;
  bottom: -105px;
  left: 0;
}

@media (max-width: 1280px) {
  .reviews:before {
    left: -100px;
  }
}

@media (max-width: 1023px) {
  .reviews:before {
    left: -107px;
    bottom: -116px;
  }
}

@media (max-width: 767px) {
  .reviews:before {
    left: -60px;
    bottom: -110px;
    width: 170px;
    height: 320px;
  }
}

.reviews__wrapper {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .reviews__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .reviews__wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }
}

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

@media (max-width: 767px) {
  .reviews__about {
    display: block;
  }
}

.reviews__reviews {
  padding-top: 100px;
}

@media (max-width: 1023px) {
  .reviews__reviews {
    padding-bottom: 151px;
  }
}

@media (max-width: 767px) {
  .reviews__reviews {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.reviews__about-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 28px;
  border-right: 5px solid #e1ddc3;
}

.reviews__about-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  height: 100%;
  width: 1px;
  background-color: #e1ddc3;
}

@media (max-width: 1023px) {
  .reviews__about-image {
    width: 50.5%;
    padding-right: 22px;
  }
}

@media (max-width: 767px) {
  .reviews__about-image {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .reviews__about-image img {
    display: inline-block;
  }
  .reviews__about-image:after {
    display: none;
  }
}

.reviews__about-content {
  font-size: 18px;
  line-height: 24px;
  padding-left: 36px;
  padding-right: 110px;
}

@media (max-width: 1023px) {
  .reviews__about-content {
    padding-right: 0;
    padding-left: 21px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .reviews__about-content {
    padding-left: 0;
  }
}

.reviews__about-strong {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "DIN Condensed";
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 1023px) {
  .reviews__about-strong {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .reviews__about-strong {
    margin-bottom: 7px;
  }
}

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

@media (max-width: 1023px) {
  .reviews__about-text {
    padding-right: 10px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .reviews__about-text {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.reviews__title {
  font-family: "AlgeriaTwo";
  font-size: 64px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1023px) {
  .reviews__title {
    margin-bottom: 48px;
    font-size: 42px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .reviews__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 39px;
    text-align: center;
  }
}

.reviews__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 975px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reviews__slider {
    max-width: 500px;
  }
}

.reviews__slider-item {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.reviews__slider-item:active, .reviews__slider-item:focus {
  outline: none;
}

@media (max-width: 1023px) {
  .reviews__slider-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .reviews__slider-item {
    padding-right: 0;
    padding-left: 0;
  }
}

.reviews__slider-image {
  display: inline-block;
  height: 180px;
  width: 180px;
}

.reviews__slider-image img {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid white;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .reviews__slider-image img {
    width: 100%;
    height: 100%;
  }
}

.reviews__slide-content {
  margin-top: 13px;
  padding-top: 29px;
  background-image: url("../images/icon-quote.png");
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: center 0;
}

@media (max-width: 1023px) {
  .reviews__slide-content {
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  .reviews__slide-content {
    background-image: url(../images/icon-quote-min.png);
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 400px) {
  .reviews__slide-content {
    background-size: 80%;
  }
}

.reviews__text {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .reviews__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 34px;
  }
}

.reviews__name {
  font-family: "DIN Condensed";
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .reviews__name {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.reviews__car {
  margin-top: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .reviews__car {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.reviews .slick-prev,
.reviews .slick-next {
  font-size: 0;
  width: 30px;
  height: 56px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 256px;
}

.reviews .slick-prev:active, .reviews .slick-prev:focus,
.reviews .slick-next:active,
.reviews .slick-next:focus {
  outline: none;
}

@media (max-width: 1023px) {
  .reviews .slick-prev,
  .reviews .slick-next {
    margin-top: 264px;
  }
}

@media (max-width: 767px) {
  .reviews .slick-prev,
  .reviews .slick-next {
    position: absolute;
    margin-top: 60px;
    z-index: 4;
  }
}

.reviews .slick-next {
  background-image: url("../images/arrow-next.svg");
}

@media (max-width: 767px) {
  .reviews .slick-next {
    right: 0;
  }
}

.reviews .slick-prev {
  background-image: url("../images/arrow-prev.svg");
}

.contacts {
  position: relative;
  background-color: black;
}

.contacts__map {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.contacts__map .ymaps-map {
  background: transparent;
}

.contacts__wrapper {
  position: relative;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 102px;
  padding-bottom: 113px;
}

@media (max-width: 1023px) {
  .contacts__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 125px;
    padding-bottom: 102px;
  }
}

@media (max-width: 767px) {
  .contacts__wrapper {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 357px;
  }
}

.contacts__info {
  position: relative;
  z-index: 5;
  background-color: #fff;
  width: 436px;
  padding-top: 28px;
  padding-left: 18px;
  padding-right: 17px;
  padding-bottom: 23px;
  -webkit-box-shadow: 0px 21px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 21px 35px 0px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1023px) {
  .contacts__info {
    width: 353px;
    padding-top: 31px;
    padding-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .contacts__info {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 19px;
  }
}

.contacts__title {
  font-family: "AlgeriaTwo";
  font-size: 48px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 31px;
  padding-left: 6px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .contacts__title {
    font-size: 42px;
    margin-bottom: 32px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .contacts__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}

.contacts__desc {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  .contacts__desc--mail {
    margin-top: 5px;
  }
}

.contacts__block {
  border-top: 2px solid #e1ddc3;
  padding-left: 5px;
  padding-top: 25px;
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 34px;
}

.contacts__block:last-child {
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .contacts__block:last-child .contacts__subtitle {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contacts__block:last-child .contacts__subtitle {
    margin-bottom: 4px;
  }
}

@media (max-width: 1023px) {
  .contacts__block {
    font-size: 20px;
    line-height: 33px;
    padding-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .contacts__block {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
  }
}

.contacts__subtitle {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 11px;
}

@media (max-width: 1023px) {
  .contacts__subtitle {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .contacts__subtitle {
    font-size: 14px;
    margin-bottom: 13px;
  }
}

.instagram {
  margin-top: 153px;
  margin-bottom: 56px;
}

@media (max-width: 1023px) {
  .instagram {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .instagram {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.instagram .reviews__title {
  margin-bottom: 66px;
}

@media (max-width: 767px) {
  .instagram .reviews__title {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 1023px) {
  .instagram__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.instagram__item {
  width: 25%;
  height: 300px;
  border-right: 2px solid white;
}

.instagram__item:nth-child(4n) {
  border-right: 0;
  border-bottom: 0;
}

@media (max-width: 1023px) {
  .instagram__item {
    width: 50%;
    border-bottom: 2px solid white;
    height: 302px;
  }
  .instagram__item:nth-child(2n) {
    border-right: 0;
  }
  .instagram__item:nth-child(3) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .instagram__item {
    width: 250px;
    border-right: 0;
    height: 200px;
    overflow: hidden;
  }
  .instagram__item:nth-child(2n) {
    border-right: 0;
    border-bottom: 2px solid white;
  }
  .instagram__item:nth-child(3) {
    border-bottom: 2px solid white;
  }
  .instagram__item:nth-child(4n) {
    border-bottom: 2px solid white;
  }
}

.instagram__link {
  display: block;
  color: white;
  font-size: 0;
  height: 100%;
}

.instagram__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram__link--logo {
  background-color: #ddcfb3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  line-height: 1;
}

.instagram__link--logo:hover {
  background-color: #bda26d;
}

@media (max-width: 1023px) {
  .instagram__link--logo:hover {
    background-color: #ddcfb3;
  }
}

.instagram__link--logo img {
  margin-bottom: 33px;
  height: initial;
  width: initial;
}

.instagram .slick-slide {
  margin: 0 5px;
}

.instagram .slick-list {
  margin-right: -20px;
}

/*# sourceMappingURL=main.css.map */
