﻿/*!
Theme Name: movers365
Theme URI: http://ww.net.ru/
Author: WW-Studio
Author URI: http://ww.net.ru/
Description: Грузчики365
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: movers365
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/

@font-face {
  font-family: 'Gilroy';
  src: url('assets/css/fonts/Gilroy/Gilroy-Black.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('assets/css/fonts/Gilroy/Gilroy-Regular.eot') format('embedded-opentype'), url('assets/css/fonts/Gilroy/Gilroy-Regular.woff') format('woff'), url('assets/css/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/css/fonts/Gilroy/Gilroy-Medium.eot');
  src: local('assets/css/fonts/Gilroy/Gilroy Medium'), local('Gilroy-Medium'), url('assets/css/fonts/Gilroy/Gilroy-Medium-1.eot') format('embedded-opentype'), url('assets/css/fonts/Gilroy/Gilroy-Medium.woff') format('woff'), url('assets/css/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/css/fonts/Gilroy/Gilroy-Semibold.eot');
  src: local('assets/css/fonts/Gilroy/Gilroy Semibold'), local('Gilroy-Semibold'), url('assets/css/fonts/Gilroy/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/css/fonts/Gilroy/Gilroy-Semibold.woff2') format('woff2'), url('assets/css/fonts/Gilroy/Gilroy-Semibold.woff') format('woff'), url('assets/css/fonts/Gilroy/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('assets/css/fonts/Gilroy/Gilroy-Bold.eot');
  src: local('assets/css/fonts/Gilroy/Gilroy Bold'), local('Gilroy-Bold'), url('assets/css/fonts/Gilroy/Gilroy-Bold-1.eot') format('embedded-opentype'), url('assets/css/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'), url('assets/css/fonts/Gilroy/Gilroy-Bold.woff') format('woff'), url('assets/css/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('assets/css/fonts/Geometria/Geometria-Bold.eot');
  src: local('assets/css/fonts/Geometria/Geometria Bold'), local('Geometria-Bold'), 
      url('assets/css/fonts/Geometria/Geometria-Bold-1.eot') format('embedded-opentype'), 
      url('assets/css/fonts/Geometria/Geometria-Bold.woff') format('woff'),
      url('assets/css/fonts/Geometria/Geometria-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('assets/css/fonts/Open_Sans/Open Sans Regular'), local('OpenSans-Regular'), 
  url('assets/css/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  font-size: 10px;
  margin: 0 auto;
}
body {
  font-family: "Gilroy";
  min-width: 320px;
  position: relative;
}
body input,
body textarea,
:focus,
:active,
a:focus,
a:active {
  outline: none;
}
nav,
header,
footer,
aside {
  display: block;
}
input,
button,
textarea {
  font-family: inherit;
  border: none;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul li {
  list-style-type: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  font-family: "Gilroy";
}
.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section-heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
}
.header {
  font-family: "Open Sans";
  background: #FFFFFF;
}
.header__top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.header__callback {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 660px;
      -ms-flex: 0 1 660px;
          flex: 0 1 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__ring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__tel {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-right: 19px;
}
.header__icon {
  margin-right: 10px;
}
.header__btn {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: #232829;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 160px;
  width: 100%;
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__btn:hover {
  background: #2E4044;
}
.header__btn:active {
  background: #3A6169;
}
.header__bottom {
  background: #232829;
}
.header__bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header__item:not(:last-of-type) {
  margin-right: 30px;
}
.header__item.active {
  color: red;
}
.header__link {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.header__link.active {
  font-weight: 600;
}
.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 412px;
      -ms-flex: 0 1 412px;
          flex: 0 1 412px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.logo__link:hover {
  text-decoration: none;
}
.logo__img {
  margin-right: 7px;
}
.logo__heading {
  font-family: 'Geometria';
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
.logo__city {
  border-left: 1px solid #000000;
  padding-left: 24px;
}
.logo__city-text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 10px 0;
  cursor: pointer;
  border: none;
}
.logo__city-text::after,
.logo__city-text::before {
  content: '';
  width: 8px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 21px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo__city-text::after {
  -webkit-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
  right: -15px;
}
.logo__city-text::before {
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
  right: -20px;
}
.logo__city-text.active::before {
  -webkit-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
}
.logo__city-text.active::after {
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.logo__drop {
  display: none;
  position: absolute;
  z-index: 3;
  background: #FFFFFF;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 25px rgba(149, 151, 158, 0.25);
          box-shadow: 0px 4px 25px rgba(149, 151, 158, 0.25);
  max-height: 300px;
  overflow-y: auto;
}
.logo__item {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
}
.logo__item:hover {
  text-decoration: underline;
}
.drop-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 346px;
      -ms-flex: 0 1 346px;
          flex: 0 1 346px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8F1931;
  min-height: 60px;
  margin-right: 100px;
  padding: 5px 30px;
  cursor: pointer;
}
.drop-btn__text {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.burger {
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 20px;
}
.burger__span {
  position: absolute;
  background: #000000;
  left: 0;
  width: 100%;
  height: 3px;
  top: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger::after,
.burger::before {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger::after {
  bottom: 2px;
}
.burger::before {
  top: 2px;
}
.burger.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.burger.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 8px;
}
.burger.active .burger__span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.burger_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0;
}
.burger_menu-span {
  background: #FFFFFF;
}
.burger_menu::after,
.burger_menu::before {
  background: #FFFFFF;
}
.drop {
  position: absolute;
  z-index: 1;
  top: 135px;
  background: #F5F5F5;
  padding: 20px 0;
  max-width: 346px;
  width: 100%;
  display: none;
}
.drop__icon {
  margin-right: 15px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.drop__service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}
.drop__service:hover {
  background: #232829;
}
.drop__service:hover .drop__icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.drop__service:hover .drop__item {
  color: #FFFFFF;
}
.drop__item {
  font-size: 18px;
  line-height: 25px;
  color: white;
  display: block;
  padding: 20px 25px 20px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.drop__item:hover {
  text-decoration: none;
} 
.promo {
  padding-top: 100px;
}
.promo__content {
  padding-left: 75px;
  padding-bottom: 40px;
}
.promo__heading {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  color: #FFFFFF;
  position: relative;
  max-width: 970px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.promo__heading::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -25px;
  width: 8px;
  height: 72px;
  background: #8F1931;
}
.promo__price {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #FDCB0C;
  margin-bottom: 40px;
}
.promo__sign {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 195px;
  position: relative;
}
.promo__decor {
  position: absolute;
  bottom: -20px;
  left: 630px;
}
.form {
  margin-bottom: 50px;
}
.form__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form__input {
  font-family: 'Open Sans';
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  min-height: 62px;
  opacity: 0.9;
  max-width: 220px;
  width: 100%;
  padding: 10px 20px;
  margin-right: 10px;
}
.form__btn {
  background: #8F1931;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
          box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
  -webkit-appearance: none;
  padding: 10px 60px;
  white-space: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__btn:hover {
  background: #FFC700;
}
.form__btn:active {
  background: #FF9900;
}
.form__chbox {
  display: none;
}
.form__chbox:checked + .form__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.form__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.form__label::before {
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17px;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  height: 19px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.form__label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #FF9900;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.form__span {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.form__link {
  color: #FFFFFF;
}
.popular-service {
  padding-top: 112px;
  padding-bottom: 128px;
}
.popular-service__heading {
  margin-bottom: 71px;
}
.slick-list {
  overflow: hidden;
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}
.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 0;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  height: 40px;
}
.slick-arrow.slick-prev {
  left: -10px;
  background: url('assets/css/img/svg/arrow-prev.svg') 45% no-repeat, #FFFFFF;
}
.slick-arrow.slick-next {
  right: -10px;
  background: url('assets/css/img/svg/arrow-next.svg') 50% no-repeat, #FFFFFF;
}
.slider {
  min-width: 0;
  position: relative;
}
.slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url('assets/css/img/slider-ellipse.png') no-repeat #FFFFFF;
  background-position: 10px 25%;
  max-width: 280px;
  min-height: 450px;
  min-width: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(153, 161, 164, 0.25);
          box-shadow: 0px 0px 10px rgba(153, 161, 164, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: 0 10px;
  padding: 40px 20px;
}
.slider__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 180px;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
  max-width: 230px;
  margin-bottom: 20px;
}
.slider__info {
  padding-left: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.slider__link {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 7px;
}
.slider__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
  margin-bottom: 30px;
}
.slider__btn {
  max-width: 234px;
  width: 100%;
  min-height: 60px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #8F1931;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider__btn:hover {
  background: #FFC700;
}
.slider__btn:active {
  background: #FF9900;
}
.request {
  background: url('assets/uploads/request-fon.jpg') no-repeat;
  padding-top: 43px;
}
.request__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.request__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 500px;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  padding-top: 11px;
  padding-bottom: 55px;
}
.request__foto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 680px;
      -ms-flex: 0 1 680px;
          flex: 0 1 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url('assets/uploads/request-fon2.png') no-repeat 200px 0;
}
.request__img {
  max-width: 450px;
}
.request__title {
  font-family: 'Geometria';
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  color: #212121;
  max-width: 570px;
}
.request_subtitle {
  color: #FEA415;
  margin-bottom: 20px;
}
.request__text {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  max-width: 340px;
  margin-bottom: 40px;
}
.request__btn {
  font-family: 'Gilroy';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #232829;
  -webkit-box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
          box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
  -webkit-border-radius: 40px;
          border-radius: 40px;
  max-width: 296px;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.request__btn:hover {
  background: #2E4044;
}
.request__btn:active {
  background: #3A6169;
}
.offers {
  padding-top: 157px;
  padding-bottom: 100px;
}
.offers__heading {
  margin-bottom: 52px;
}
.offers__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.offers__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 590px;
      -ms-flex: 0 1 590px;
          flex: 0 1 590px;
  margin: 0 10px;
  padding: 30px 20px 30px 18px;
  min-height: 296px;
  -webkit-box-shadow: 0px 4px 30px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 4px 30px rgba(196, 196, 196, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.offers__item_sale .offers__text {
  max-width: 273px;
}
.offers__item_sale {
  position: relative;
}
.offers__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offers__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 316px;
      -ms-flex: 0 1 316px;
          flex: 0 1 316px;
  margin-right: 10px;
}
.offers__foto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 185px;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
}
.offers__img {
  max-width: 232px;
}
.offers__title {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  color: #212121;
  margin-bottom: 13px;
}
.offers__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
}
.offers__span {
  font-weight: 500;
}
.offers__fon {
  max-width: 377px;
  position: absolute;
  top: 75px;
  right: 0;
}
.other-service {
  background: #F1F2F5;
  padding: 65px 0;
}
.other-service__heading {
  margin-bottom: 50px;
}
.why-us {
  padding-top: 134px;
  padding-bottom: 80px;
}
.why-us__heading {
  margin-bottom: 80px;
}
.why-us__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}
.why-us__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 256px;
      -ms-flex: 0 1 256px;
          flex: 0 1 256px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 40px 20px;
}
.why-us__img {
  max-width: 115px;
  margin-bottom: 28px;
}
.why-us__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}
.why-us__text {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.partners {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #FFFFFF;
}
.partners__heading {
  margin-bottom: 50px;
}
.partners__slider {
  position: relative;
}
.partners__slider .slick-track {
  min-height: 200px;
}
.partners .slick-arrow {
  top: 40%;
}
.partners .slick-arrow.slick-prev {
  left: -15px;
}
.partners .slick-arrow.slick-next {
  right: 0;
}
.partners__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  min-height: 146px;
  margin: 0 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(153, 161, 164, 0.25);
          box-shadow: 0px 0px 20px rgba(153, 161, 164, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.partners__img {
  max-width: 230px;
}
.reviews {
  padding-top: 116px;
  padding-bottom: 130px;
}
.reviews__heading {
  font-family: 'Geometria';
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.reviews__slider {
  position: relative;
}
.reviews__item {
  margin: 0 10px;
}
.reviews__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__wrapper:not(:last-of-type) {
  margin-bottom: 70px;
}
.reviews__sign {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin-right: 100px;
  margin-left: 10px;
}
.reviews__author {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FAA500;
  margin-bottom: 12px;
}
.reviews__date {
  font-family: 'Geometria';
  font-size: 20px;
  line-height: 25px;
}
.reviews__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 27px;
}

.reviews-page {
  background: #F1F2F5;
  padding-top: 27px;
  padding-bottom: 150px;
}
.reviews-page__heading {
  margin-bottom: 70px;
}

.reviews-page__content {
  display: flex;
  flex-wrap: wrap;
}

.reviews-page__item {
  flex: 0 1 488px;
  min-height: 160px;
  margin-right: 20px;
  margin-bottom: 90px;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(163, 163, 163, 0.25);
  position: relative;
}
.reviews-page__item::after {
  content: '';
  border: 10px solid transparent; 
  border-top: 20px solid #FFFFFF;
  position: absolute;
  bottom: -23px;
}

.reviews-page__text {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.reviews-page__sign {
  position: absolute;
  bottom: -55px;
  left: 30px;
}

.reviews-page__author {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FAA500;
}

.reviews-page__date {
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.order {
  max-width: 1920px;
  margin: 0 auto;
  background: #F1F2F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order__foto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 35px;
}
.order__img {
  max-width: 970px;
  height: 100%;
}
.order__heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 62px;
}
.order__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 540px;
      -ms-flex: 0 1 540px;
          flex: 0 1 540px;
}
.form-order {
  font-family: 'Open Sans';
  margin-bottom: 45px;
}
.form-order__text {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  margin-bottom: 24px;
}
.form-order__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #232829;
  margin-bottom: 10px;
  max-width: 450px;
}
.form-order__wrapper.active {
  border-bottom: 1px solid #B93148;
}
.form-order__error {
  font-size: 12px;
  line-height: 16px;
  color: #B93148;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-order__error.active {
  max-height: 15px;
  overflow: auto;
}
.form-order__icon {
  margin-right: 16px;
}
.form-order__input {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  background: transparent;
  min-height: 60px;
}
.form-order__input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.form-order__input::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.form-order__input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.form-order__input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.form-order__input::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.form-order__agree {
  font-size: 12px;
  line-height: 16px;
  max-width: 390px;
  margin-bottom: 32px;
  color: #212121;
}
.form-order__link {
  color: #212121;
}
.form-order__chbox {
  display: none;
}
.form-order__btn {
  font-family: 'Gilroy';
  text-align: center;
  background: #FFD600;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  min-height: 60px;
  padding: 5px;
  cursor: pointer;
  max-width: 355px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-order__btn:hover {
  background: #FFC700;
}
.form-order__btn:active {
  background: #FF9900;
}
.how-work {
  padding: 110px 0;
}
.how-work__heading {
  margin-bottom: 50px;
}
.how-work__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how-work__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.how-work__icon {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
.how-work__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
.how-work__link {
  color: #000000;
  cursor: pointer;
}
.how-work__link:hover {
  text-decoration: underline;
}
.how-work__text {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.how-work__line {
  position: absolute;
  top: 25px;
  z-index: -1;
  width: 100%;
}
.footer {
  background: #232829;
  padding-top: 36px;
  padding-bottom: 80px;
}
.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}
.footer__logo {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 26px;
}
.footer__logo-heading {
  color: #FFFFFF;
}
.footer_personal {
  margin-bottom: 10px;
}
.footer_policy {
  margin-bottom: 10px;
}
.footer_copyright {
  margin-bottom: 37px;
}
.footer__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer__center {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}
.footer__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__addr {
  margin-bottom: 22px;
}
.footer__addr::before {
  content: url('assets/css/img/svg/geo.svg');
  margin-right: 7px;
}
.footer__tel {
  margin-bottom: 22px;
}
.footer__tel::before {
  content: url('assets/css/img/svg/tel.svg');
  margin-right: 7px;
}
.footer__mail {
  margin-bottom: 30px;
}
.footer__mail::before {
  content: url('assets/css/img/svg/mail.svg');
  margin-right: 7px;
}
.footer__btn {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  max-width: 200px;
  min-height: 45px;
  background: #8F1931;
  -webkit-box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
          box-shadow: 0px 4px 50px rgba(252, 198, 69, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer__btn:hover {
  background: #FFC700;
}
.footer__btn:active {
  background: #FF9900;
}
.logoww {
  font-family: 'Open Sans';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.logoww__img {
  margin-right: 7px;
}
.info-service {
  padding: 120px 0;
}
.info-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-service__foto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 488px;
      -ms-flex: 0 1 488px;
          flex: 0 1 488px;
  margin-right: 50px;
}
.info-service__img {
  max-width: 488px;
  width: 100%;
}
.info-service__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 586px;
      -ms-flex: 0 1 586px;
          flex: 0 1 586px;
}
.info-service__heading {
  margin-bottom: 37px;
}
.info-service__text {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.info-service__text:not(:last-of-type) {
  margin-bottom: 20px;
}
.info-service__span {
  font-weight: 500;
}
.fotogallery {
  padding: 80px 0;
  background: #F1F2F5;
}
.fotogallery__heading {
  margin-bottom: 50px;
}
.gallery-slider {
  position: relative;
}
.gallery-slider .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1;
  font-size: 0;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  height: 40px;
}
.gallery-slider .slick-arrow.slick-prev {
  left: -20px;
  background: url('assets/css/img/svg/arrow-prev.svg') 45% no-repeat, #FFFFFF;
}
.gallery-slider .slick-arrow.slick-next {
  right: -10px;
  background: url('assets/css/img/svg/arrow-next.svg') 50% no-repeat, #FFFFFF;
}
.gallery-slider__item {
  margin: 0 10px;
}
.gallery-slider__img {
  max-width: 387px;
  width: 100%;
  margin-bottom: 20px;
}
.gallery-slider__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-align: center;
}
.prices {
  padding: 115px 0;
}
.prices__heading {
  margin-bottom: 50px;
}
.prices__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.prices__tab {
  border: 1px solid #C4C4C4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 353px;
      -ms-flex: 0 1 353px;
          flex: 0 1 353px;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  padding: 10px 20px;
  background-color: #FFFFFF;
  margin: 0 8px;
  text-decoration: none;
  cursor: pointer;
}
.prices__tab.active {
  background: #232829;
  color: #FFFFFF;
}
.prices__content {
  margin-top: 50px;
}
.prices-table {
  display: none;
}
.prices-table.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.prices-table__name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.prices-table__text {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  color: white;
  padding: 20px;
}
.prices-table__text:nth-child(odd) {
  background: #F8F8F8;
}
.prices-table__text:nth-child(even) {
  background: #EBEEFB;
}
.prices-table__text_btn {
  display: block;
  text-align: center;
  cursor: pointer;
}
.prices-table__text_btn:hover {
  color: #0A74AA;
  text-decoration: underline;
}
.prices-table__text_price {
  padding-left: 35px;
}
.prices-table__price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  border-left: 4px solid #FFFFFF;
}
.prices-table__buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  border-left: 4px solid #FFFFFF;
}
.order-mini {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-mini__fon {
  position: absolute;
  z-index: -1;
  border-left: 1px solid #4A5759;
  border-top: 2px solid #4A5759;
  -webkit-border-radius: 50px 3px 3px 10px;
          border-radius: 50px 3px 3px 10px;
  max-width: 1210px;
  width: 100%;
  min-height: 200px;
  top: 110px;
  right: 0;
}
.order-mini__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F2F5;
  min-height: 200px;
  max-width: 1255px;
  width: 100%;
  padding: 55px;
  -webkit-border-radius: 50px 3px 3px 10px;
          border-radius: 50px 3px 3px 10px;
}
.order-mini__heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 50px;
}
.order-mini__heading::after {
  content: url('assets/css/img/helmet-hammer.png');
  position: absolute;
  right: 40px;
  bottom: -30px;
}
.order-mini__form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 478px;
      -ms-flex: 0 1 478px;
          flex: 0 1 478px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 65px;
  position: relative;
}
.order-mini__form::before {
  content: '';
  width: 1px;
  height: 48px;
  background: #C4C4C4;
  position: absolute;
  left: 50px;
}
.order-mini__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  max-width: 478px;
  width: 100%;
}
.order-mini__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-mini__wpcf7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-mini .wpcf7-response-output {
  position: absolute;
}
.order-mini .ajax-loader {
  margin: 0 15px;
}
.order-mini__icon {
  max-width: 84px;
  max-height: 65px;
  margin-left: 14px;
  margin-right: 27px;
}
.order-mini__input {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  max-width: 310px;
  width: 100%;
}
.order-mini__btn {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: white;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-mini__btn:hover {
  color: #8F1931;
}
.order-mini__btn:active {
  color: #FF9900;
}
.autopark__heading {
  margin-bottom: 61px;
}
.autopark .slider__item {
  background-position: 10px 10%;
  padding: 40px 9px;
}
.autopark .slider__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 150px;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
}
.advantages {
  background: #F1F2F5;
  padding: 50px 0;
}
.advantages__heading {
  margin-bottom: 50px;
}
.advantages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -60px;
}
.advantages__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 288px;
      -ms-flex: 0 1 288px;
          flex: 0 1 288px;
  margin: 0 60px 60px 60px;
}
.advantages__foto {
  margin-bottom: 20px;
}
.advantages__img {
  max-width: 115px;
}
.advantages__title {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
}
.advantages__text {
  font-size: 18px;
  line-height: 25px;
}
.services {
  padding-bottom: 90px;
}
.services__heading {
  margin-top: 30px;
  margin-bottom: 47px;
}
.services__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.services__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 385px;
      -ms-flex: 0 1 385px;
          flex: 0 1 385px;
  min-height: 90px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #C4C4C4;
  margin: 0 10px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 40px;
}
.services__item:hover {
  text-decoration: none;
}
.services__item:hover .services__img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.services__item:hover .services__text {
  text-decoration: underline;
}
.services__img {
  max-width: 57px;
  margin-right: 35px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__text {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.contacts {
  margin-bottom: 118px;
}
.contacts__heading {
  margin-bottom: 80px;
}
.contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -25px;
  padding-left: 30px;
}
.contacts__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 215px;
      -ms-flex: 0 1 215px;
          flex: 0 1 215px;
  margin: 0 25px 40px 25px;
}
.contacts__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.contacts__title::before {
  position: absolute;
  left: -30px;
  top: 3px;
}
.contacts__title_tel::before {
  content: url('assets/css/img/svg/call-black.svg');
}
.contacts__title_geo::before {
  content: url('assets/css/img/svg/geo-black.svg');
}
.contacts__title_mail::before {
  content: url('assets/css/img/svg/mail-black.svg');
}
.contacts__title_soc::before {
  content: url('assets/css/img/svg/soc-media.svg');
}
.contacts__text {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.achievements {
  background: #F1F2F5;
  padding-top: 83px;
  padding-bottom: 70px;
}
.achievements__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #232829;
  padding: 0 0 30px 85px;
  position: relative;
}
.achievements__top::before {
  content: '';
  width: 35px;
  height: 79px;
  background: #FFD600;
  position: absolute;
  top: -83px;
  left: 0;
}
.achievements__heading {
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.03em;
  color: #000000;
  max-width: 590px;
}
.achievements__span {
  font-size: 100px;
  line-height: 120px;
}
.achievements__img {
  background: url('assets/css/img/svg/ellipse-yellow.svg') no-repeat;
  position: relative;
  max-width: 90px;
  width: 100%;
  height: 90px;
}
.achievements__icon {
  position: absolute;
  left: -20px;
  bottom: -30px;
  max-width: 112px;
}
.achievements__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px;
  padding-top: 40px;
  padding-left: 85px;
}
.achievements__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin: 0 30px 20px 30px;
}
.achievements__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 15px;
}
.achievements__text {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.regions {
  padding-top: 115px;
  padding-bottom: 100px;
}
.regions__content {
  background: url('assets/uploads/map.svg') no-repeat;
  background-position: center bottom;
  background-size: contain;
  min-height: 630px;
}
.regions__heading {
  margin-bottom: 60px;
}
.regions__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.regions__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: white;
  max-width: 240px;
}
.regions__text:first-of-type {
  margin-right: 40px;
}
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__link {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.breadcrumbs__link.active {
  color: white;
}
.breadcrumbs__delimiter {
  margin: 0 3px;
}
.ways {
  font-family: 'Open Sans';
  padding-top: 30px;
  padding-bottom: 60px;
}
.ways__heading {
  margin-bottom: 15px;
}
.ways__text {
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.ways__text_sign {
  max-width: 580px;
  margin-bottom: 40px;
}
.ways__text_desc {
  text-align: center;
}
.ways__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
.ways__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 280px;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(153, 161, 164, 0.25);
          box-shadow: 0px 4px 30px rgba(153, 161, 164, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 60px 20px 20px 20px;
}
.ways__img {
  max-width: 170px;
  margin-bottom: 30px;
}
.ways__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.requisites {
  padding-top: 60px;
  margin-bottom: 114px;
}
.requisites__heading {
  margin-bottom: 30px;
}
.requisites__text {
  font-size: 16px;
  line-height: 22px;
}
.requisites__span {
  font-weight: bold;
}
.offic-doc {
  padding-bottom: 100px;
}
.offic-doc__heading {
  margin-bottom: 80px;
}
.offic-doc__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}
.offic-doc__item {
  background: #EEF3F5;
  -webkit-box-shadow: 0px 4px 20px rgba(210, 220, 231, 0.25);
          box-shadow: 0px 4px 20px rgba(210, 220, 231, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 325px;
  width: 100%;
  min-height: 200px;
  padding: 49px 15px 35px 47px;
  margin: 0 20px 40px 20px;
}
.offic-doc__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: white;
  position: relative;
  margin-bottom: 51px;
}
.offic-doc__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: -15px;
  width: 107%;
  height: 2px;
  background: #000000;
}
.offic-doc__link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: white;
}
/* Модальные окна */
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(10, 10, 10, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.popup {
  max-height: 90vh;
  overflow: auto;
  max-width: 492px;
  background: url('assets/css/img/svg/modal-fon1.svg') no-repeat, 
              url('assets/css/img/svg/modal-fon2.svg') no-repeat right bottom, #FFFFFF;
  padding: 45px 30px 40px 45px;
  -webkit-box-shadow: 0px 4px 30px rgba(87, 98, 96, 0.15);
          box-shadow: 0px 4px 30px rgba(87, 98, 96, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: none;
}
.popup.active {
  display: block;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 22px;
}
.popup_subheading {
  margin-bottom: 24px;
}
.popup__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
}
.popup_title {
  font-weight: 600;
  color: #212121;
  margin-bottom: 15px;
}
.popup_link {
  color: #989898;
}
.popup__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #F8F8F8;
  border: 1px solid white;
  padding: 0 10px;
  min-height: 50px;
}
.popup__wrapper:first-of-type {
  margin-bottom: 25px;
}
.popup__wrapper:nth-child(4) {
  margin-bottom: 5px;
}
.popup__wrapper::before {
  position: absolute;
  left: 42px;
  top: 5px;
  content: "";
  width: 1px;
  background: white;
  height: 37px;
}
.popup__input {
  width: 100%;
  padding: 10px 18px;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
}
.popup__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}
.popup__chbox {
  display: none;
}
.popup__chbox:checked + .popup__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.popup__label {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #989898;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.popup__label::before {
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #989898;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 5px;
}
.popup__label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #8F1931;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.popup__btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-align: center;
  background: #8F1931;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  max-width: 200px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: white;
  padding: 15px 22px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.popup__btn:hover {
  background: #FFC700;
}
.popup__btn:active {
  background: #FF9900;
}
.popup__img {
  margin-bottom: 10px;
  margin-top: 70px;
  text-align: center;
}

.popup-cities {
  max-width: 800px;
}

.popup-cities__form {
}

.popup-cities__drop {
  position: absolute;
  left: 41px;
  top: 100%;
  width: calc(100% - 41px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 17px 23px;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}

.popup-cities__drop.show {
  opacity: 1;
  pointer-events: all;
}

.popup-cities__drop-item {
  font-size: 16px;
  line-height: 120%;
  color: white;
}

.popup-cities__drop-item:not(:last-child) {
  margin: 0 0 5px 0;
}

.popup-cities__field {
  position: relative;
  max-width: 428px;
  margin: 0 0 30px 0;
}

.popup-cities__field::before {
  content: '';
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 37px;
  background: #989898;
}

.popup-cities__input {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  color: #000000;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 14px 14px 14px 64px;
}

.popup-cities__input::placeholder {
  color: #989898;
}

.popup-cities__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.popup-cities__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 60px;
}

.popup-cities__col {
}

.popup-cities__alpha {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: white;
  margin: 0 0 15px 0;
}

.popup-cities__link {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: white;
}
.popup-cities__link:not(:last-child) {
  margin: 0 0 10px 0;
}

.msg-complete {
  width: 100%;
  min-height: 540px;
}
.msg-complete__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msg-complete__heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
  text-align: center;
}
.msg-complete__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-bottom: 53px;
}
.msg-complete__btn {
  margin: 0 auto;
}
/* Cookie */
.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #333333;
  font-size: 1.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  color: #333333;
  text-align: center;
}
.cookie__wrapper p {
  margin-right: 5px;
}
.cookie__wrapper a {
  color: #333333;
  text-decoration: none;
}
.cookie__wrapper a:hover {
  color: #333333;
  text-decoration: underline;
}
.cookie__btn {
  color: green;
  cursor: pointer;
}
.cookie__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  cursor: pointer;
}
.personal__content {
  padding: 30px 0;
}
.personal__heading {
  margin-bottom: 30px;
}
.personal__text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000000;
  text-align: justify;
}
.personal__text:not(:last-of-type) {
  margin-bottom: 20px;
}
.policy__content {
  padding: 30px 0;
}
.policy__heading {
  margin-bottom: 30px;
}
.policy__block,
.policy__block-mini {
  margin-bottom: 20px;
}
.policy__title {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000000;
  margin-bottom: 20px;
}
.policy__text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000000;
  text-align: justify;
}
.policy__subtitle {
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000000;
}
.policy__list {
  margin-bottom: 20px;
}
.policy__item {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}

@media screen and (max-width: 1485px) {
  .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order__content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .order__foto {
    margin-right: 0;
  }
  .order__img {
    width: 100%;
  }
}
@media screen and (max-width: 1340px) {
  .advantages__content {
    margin: 0;
  }
  .advantages__item {
    margin: 0 30px 60px 30px;
  }
}
@media screen and (max-width: 1240px) {
  .why-us__content {
    margin: 0;
  }
}
@media screen and (max-width: 1150px) {
  .header__menu {
    position: absolute;
    z-index: 1;
    right: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    top: 135px;
    background: white;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .burger_menu {
    visibility: visible;
    opacity: 1;
  }
  .form__btn {
    padding: 10px;
  }
  .request__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .request__info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .request__foto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 415px;
        -ms-flex: 0 1 415px;
            flex: 0 1 415px;
  }
  .offers__content {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offers__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 292px;
        -ms-flex: 0 1 292px;
            flex: 0 1 292px;
    margin: 0;
    min-height: auto;
    max-width: 590px;
    width: 100%;
  }
  .offers__item:nth-child(1) {
    margin-bottom: 20px;
  }
  .offers__fon {
    top: 67px;
  }
  .partners .slick-arrow.slick-prev {
    left: -10px;
  }
  .gallery-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .prices-table {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prices-table__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .prices-table__price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  .prices-table__text {
    padding: 10px;
  }
  .contacts__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews-page__content {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .icon__footer {
    display: none !important;
  }
  .header__callback {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__tel {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header__menu {
    top: 160px;
  }
  .drop {
    top: 160px;
  }
  .request {
    background: url(assets/uploads/request-fon.jpg);
  }
  .why-us__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .why-us__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .why-us__wrapper:first-of-type {
    margin-bottom: 20px;
  }
  .reviews__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__sign {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .reviews .slick-prev.slick-arrow {
    display: none !important;
  }
  .footer__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav-item:first-of-type {
    margin-bottom: 20px;
  }
  .info-service {
    padding: 60px 0;
  }
  .info-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-service__foto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .info-service__desc {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .prices__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .prices__tab {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 8px 0;
  }
  .prices-table__text {
    font-size: 16px;
  }
  .order-mini__content {
    padding: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order-mini__heading {
    margin-right: 20px;
  }
  .order-mini__heading::after {
    right: 15px;
  }
  .ways__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup {
    width: 90%;
  }
}
@media screen and (max-width: 992.98px) {
  .popup-cities__body {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 800px) {

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__left {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .footer__center {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-right: 190px;
    margin-bottom: 20px;
  }
  .footer__right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 300px;
  }
  .footer__btn {
    margin-bottom: 20px;
  }
  .prices-table__text {
    min-height: 70px;
  }
  .order-mini__heading {
    margin-right: 25px;
  }
  .order-mini__heading::after {
    right: 0;
    bottom: 17px;
  }
  .regions__content {
    background-position: center;
    background-size: contain;
    min-height: 630px;
  }
}
@media screen and (max-width: 780px) {
  .logo {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .promo__heading {
    font-size: 56px;
  }
  .promo__price {
    font-size: 36px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 295px;
    width: 100%;
  }
  .form__input {
    max-width: none;
    min-height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .slider__item {
    max-width: 340px;
  }
  .slider .slick-arrow.slick-prev {
    display: none;
  }
  .how-work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how-work__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 250px;
  }
  .how-work__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .how-work__line {
    display: none;
  }
  .gallery-slider .slick-arrow.slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .drop {
    top: 135px;
  }
  .header__menu {
    top: 135px;
  }
  .header__callback {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-top: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__tel {
    font-size: 16px;
    color: black;
  }
  .header__btn {
    color: white;
    background: black;
  }
}
@media screen and (max-width: 670px) {
  .promo__heading {
    line-height: 1.2;
  }
  .request__img {
    max-width: 450px;
    width: 100%;
  }
  .request__info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .request__foto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    background: url(assets/uploads/request-fon2.png) no-repeat;
    background-size: contain;
  }
  .prices-table__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .prices-table__price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .order-mini__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-mini__heading {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
    font-size: 30px;
  }
  .order-mini__heading::after {
    right: -80px;
    bottom: -15px;
  }
  .order-mini__form {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .achievements__top {
    padding: 0 0 30px 30px;
  }
  .achievements__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
  }
  .achievements__item {
    margin: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 590px) {
  .drop-btn {
    margin-right: 10px;
  }
  .promo__content {
    padding-left: 30px;
  }
  .promo__heading {
    font-size: 40px;
  }
  .promo__price {
    font-size: 25px;
  }
  .slick-track {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .offers__item_sale {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 450px;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
  .offers__fon {
    top: auto;
    bottom: 0;
  }
  .offers__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offers__info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .prices-table__text {
    min-height: 100px;
    font-size: 12px;
  }
  .order-mini__heading {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .achievements__top {
    padding: 0 0 30px 10px;
  }
  .achievements__bottom {
    padding-left: 10px;
  }
  .achievements__heading {
    font-size: 36px;
  }
  .achievements__span {
    font-size: 80px;
  }
  .regions__content {
    background-position: center 70%;
    background-size: contain;
    min-height: 630px;
  }
  .popup-cities__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .header__menu {
    top: 207px;
  }
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo__link {
    margin-right: 0;
  }
  .logo__city {
    padding: 0;
    border: none;
    max-width: 111px;
  }
  .drop-btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 5px 20px;
  }
  .drop {
    top: 207px;
  }
  .order-mini__heading::after {
    right: 0;
    bottom: 20px;
    left: 0;
  }
  .order-mini__content {
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  .header__menu {
    top: 210px;
  }
  .logo__link {
    margin-right: 0;
  }
  .logo__heading {
    font-size: 20px;
  }
  .logo__img {
    width: 23%;
  }
  .logo__city-text {
    font-size: 14px;
  }
  .drop {
    max-width: 290px;
    top: 210px;
  }
  .offers__item_sale {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 492px;
        -ms-flex: 0 1 492px;
            flex: 0 1 492px;
  }
  .offers__fon {
    width: 100%;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer_policy,
  .footer_personal {
    font-size: 16px;
  }
  .footer__center {
    margin-right: 180px;
  }
  .order-mini__heading {
    margin-bottom: 20px;
  }
  .order-mini__heading::after {
    right: 0;
    bottom: 25px;
    left: auto;
  }
  .achievements__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .achievements__img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 20px;
  }
  .popup-cities__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 400px) {
   .header__tel {
     font-size: 14px;
   }
  .promo__heading {
    font-size: 30px;
    max-width: none;
  }
  .order-mini__heading::after {
    right: 0;
    bottom: -30px;
    left: auto;
  }
  .order-mini__wpcf7 {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; */
  }
  .order-mini__input {
    text-align: center;
    font-size: 16px;
  }
  .prices-table__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .prices-table__price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
  .prices-table__text {
    min-height: 120px;
  }
}
.icon__fixed {
  position: fixed;
  right: 19%;
  bottom: 40%;
  z-index: 1000;
}
.icon__fixed_wrap {
  max-width: 76px;
  display: flex;
  flex-wrap: wrap;
}
.icon__fixed_item {
  width: 33px;
  height: 33px;
  margin-right: 9px;
  margin-bottom: 8px;
}
.icon__fixed_item:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1920px) {
  .icon__fixed {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .icon__fixed {
    bottom: 10%;
  }
}
.icon__footer_item {
  margin-right: 9px;
}
.icon__footer_item:last-child {
  margin-right: 0;
}

.mob {
  display: none !important;
}

@media (max-width: 538px) {
  .desk {
    display: none !important;
  }

  .mob {
    display: block !important;
  }
}