.wpricebutton{display: block!important;margin: 0px 0px 15px 0px!important;width: 100%!important;text-transform: uppercase;}


/* Кнопка вверх */
.btn-back-top {opacity: 0;background: #799511;border-radius: 2px;cursor: pointer;display: block!important;width: 45px;height: 45px;position: fixed;right: 15px;bottom: 15px;transition: .5s;z-index: 1030;}
.btn-back-top:hover{opacity: 1!important;}
.btn-back-top:before {border-radius: 4px;border-color: #fff;border-style: solid;border-width: 5px 0 0 5px;content: "";width: 17px;height: 17px;position: absolute;top: 17px;left: 15px;transform: rotate(45deg);}

/* Кнопка вотсап */
.whatsapp-button{position: fixed;right: 70px;bottom: 70px;background: #25D366;border-radius: 50%;width: 65px;height: 65px;z-index: 9999;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 11px rgb(37 211 102);}
.whatsapp-button:before,
.whatsapp-button:after {content: " ";display: block;position: absolute;border: 50%;border: 1px solid #25D366;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden; }
.whatsapp-button:after{animation-delay: .5s;}
@keyframes animate{0%{transform: scale(0.5);opacity: 0;}50%{opacity: 1;}100%{transform: scale(1.2);opacity: 0;}}
@media (max-width: 921px) {.whatsapp-button {bottom: 10px!important;right: 10px;}}

/* Топ акция */
.ntf{background-color: #403f41;color: white;padding: 10px;}
.ntf .but{color: white;font-weight: bold;}
.ntf .ntf-close{color: white;text-decoration: none;font-size: 35px;line-height: 20px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.ntf .container{display: flex;gap: 15px;justify-content: space-between;align-items: center;}
@media (min-width: 992px) {.ntf .container >div{display: flex;gap: 10px;}}


.header-top__wrapper .st, footer .copy{font-size: 14px;}
.services-section a{color: white;}
.about-section ul{font-size: 16px;list-style: disc;padding-left: 20px;padding-top: 20px;}
.about-section ul a{color: black;}
.about-section ul a:hover{color: #ED2823;}
.cont-section .items .col-sm-3{margin: 10px 0px;text-align:center;}
.cont-section .items .phone{margin-top: 10px;}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  background: #fff; }

html, body {
  overflow-x: hidden; }

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

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

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

select {
  outline: none;
  font-family: "Noto Sans", sans-serif;
  color: #000000;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #403F41;
    border-radius: 10px;
  padding: 0 22px 0 12px;
  background: #fff url("../img/arrow-bottom.svg") no-repeat 96% center;
    background-size: 17px;
  height: 30px; }

.select-location {
  max-width: 171px;
  width: 100%; }

.btn {
  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;
  border: none;
  height: 30px;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 0; }
  .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-accent {
  color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
  background: #ED2823;
  font-size: 17px; }
  .btn-accent:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #403F41;
  font-size: 14px;
  text-transform: uppercase; }
  .btn-white:hover {
    -webkit-box-shadow: 0 8px 12px rgba(255, 255, 255, 0.35);
            box-shadow: 0 8px 12px rgba(255, 255, 255, 0.35); }

.btn-border {
  -webkit-filter: drop-shadow(0px 4px 12px rgba(237, 40, 35, 0.25));
          filter: drop-shadow(0px 4px 12px rgba(237, 40, 35, 0.25));
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 24px;
  height: auto;
  color: #ffffff;
  font-weight: normal; }
  .btn-border:hover {
    background: #fff;
    color: #ED2823; }

h1 {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  font-family: "Exo 2", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 80px; }

h2 {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-style: italic; }

.bg-grey {
  background: #F9F9F9; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-30 {
  margin-bottom: 30px; }

.links-accent {
  color: #ED2823;
  font-size: 12px;
  font-weight: bold; }
  .links-accent:hover {
    color: #000; }

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  height: 30px;
  width: 100%;
  padding: 0 11px;
  background: transparent;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
    border-radius: 10px; }
  input::-webkit-input-placeholder {
    color: #FFFFFF; }
  input::-moz-placeholder {
    color: #FFFFFF; }
  input::-ms-input-placeholder {
    color: #FFFFFF; }
  input::placeholder {
    color: #FFFFFF; }

label {
  display: block; }

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form label {
    max-width: 212px;
    width: 100%; }
  .form select {
    max-width: none;
    background: transparent url("../img/arrow-white.svg") no-repeat 96% center;
      background-size: 17px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
      border-radius: 10px; }
  .form .btn {
    max-width: 171px;
    width: 100%; }

.consent {
  font-size: 9px;
  max-width: 172px;
  width: 100%; }

.fill-none {
  fill: none; }

.icon-svg {
  width: 100%;
  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; }

body {
  padding: 155px 0 0; }


header {
  position: fixed;
  z-index: 4;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%; }

.header-top {
  padding: 15px 0 27px; }
  .header-top .btn {
    padding: 0 14px; }

.header-top__wrapper {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.logo {
  max-width: 172px;
  width: 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; }

.schedule {
  font-size: 12px;
  color: #403F41; }
  .schedule p {
    font-weight: bold; }
  .schedule span {
    /* text-transform: uppercase; */
    color: #ED2823;
    margin: 5px 0 0;
    font-size: 14px; }

.phone {
  font-size: 24px;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  color: #000; }
  .phone:hover {
    color: #000; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-social li {
    margin: 0 18px 0 0; }
    .list-social li a:hover {
      opacity: .7; }
    .list-social li:last-child {
      margin: 0; }
  .list-social svg {
    fill: #ED2823; }

.link-vk {
  width: 25px;
  height: 14px; }

.link-insta {
  width: 19px;
  height: 19px; }

.link-fb {
  width: 10px;
  height: 18px; }

.link-ok {
  width: 10px;
  height: 18px; }

.header-bottom {
  background: #ED2823; }
  .header-bottom .select-location, .header-bottom .schedule, .header-bottom .list-social {
    display: none; }

.btn-close {
  margin: 0 0 20px auto;
  position: relative;
  width: 20px;
  height: 20px;
  display: none; }
  .btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffffff; }
  .btn-close:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .btn-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.btn-burger {
  width: 20px;
  height: 14px;
  display: none;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .btn-burger span {
    height: 2px;
    background: #ED2823;
    width: 100%; }

.nav-menu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .nav-menu li {
    margin: 0 46px 0 0; }
    .nav-menu li:last-child {
      margin: 0; }
    .nav-menu li a {
      color: #ffff;
      font-size: 14px;
      padding: 10px 0; }
      .nav-menu li a:hover {
        text-decoration: underline; }

.wrapper {
  margin: 47px 0 0; }

.article-box {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  height: 100%; }
  .article-box h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #000; }

.article-box__img {
  width: 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;
  overflow: hidden;
  border-radius: 10px;
  height: 186px; }
  .article-box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.article-box__body {
  padding: 20px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 10px; }

.consultation {
  margin: 58px 0 122px; }

.consultation-box {
  color: #fff;
  background: #ED2823;
  padding: 15px 47px 32px;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px; }
  .consultation-box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-transform: uppercase; }

.description-title {
  width: 100%;
  text-align: center;
  margin: 1px auto 29px;
  font-size: 18px; }

footer {
  background: #ED2823;
  color: #fff;
  overflow: hidden; }
  footer .phone {
    color: #fff;
    margin: 0 0 30px;
    font-size: 50px; }
  footer .form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    footer .form label {
      margin: 0 30px 0 0; }
    footer .form .consent {
      margin: 18px 0 0 240px; }

.btn-view {
  max-width: 267px;
  width: 100%;
  text-align: left;
  line-height: 33px;
  margin: 0 0 43px; }

.map {
  height: 100%;
  width: 950px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1; }
  .map iframe {
    width: 100%;
    height: 100%; }

.footer-content {
  padding: 68px 0 128px;
  position: relative; }
  .footer-content:before {
    content: '';
    position: absolute;
    right: -240px;
    bottom: -100px;
    background: url("../img/footer-decor.svg") no-repeat center top;
      background-size: 100%;
    width: 1500px;
    height: 202px; }

.box-consult {
  max-width: 490px;
  width: 100%;
  font-size: 18px;
  margin: 0 0 26px; }
  .box-consult h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }

.main-sale {
  margin: 0 0 80px; }

.sale-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  min-height: 268px; }
  .sale-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(59.55%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 59.55%);
    z-index: 1; }
  .sale-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .sale-box h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 290px;
    width: 100%; }
  .sale-box .btn {
    margin: auto 0 0;
    max-width: 171px;
    width: 100%;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase; }

.sale-box__body {
  position: relative;
  z-index: 1;
  padding: 47px 49px 36px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%; }

.vacancy-box {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 18px 25px 20px 18px;
  color: #403F41;
  font-size: 12px; }
  .vacancy-box h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
  .vacancy-box .btn {
    height: 40px;
    max-width: 171px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase; }

.vacancy-box__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px; }

.photo-user {
  width: 80px;
  height: 80px;
  min-width: 80px;
  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;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 20px 0 0; }
  .photo-user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.vacancy-box__footer {
  width: 100%;
  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;
  margin: 21px 0 0;
  font-size: 12px; }

.questionnaire {
  margin: 123px 0 310px; }
  .questionnaire h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
  .questionnaire .description-title {
    text-align: left; }

.necessarily {
  font-size: 12px; }

.color-red {
  color: #ED2823; }

.form-questionnaire {
  margin: 39px 0 0; }
  .form-questionnaire label {
    margin: 0 0 17px;
    max-width: none; }
  .form-questionnaire input {
    border: 1px solid #ED2823;
    color: #403F41;
    font-size: 13px;
    height: 40px; }
    .form-questionnaire input::-webkit-input-placeholder {
      color: #403F41; }
    .form-questionnaire input::-moz-placeholder {
      color: #403F41; }
    .form-questionnaire input::-ms-input-placeholder {
      color: #403F41; }
    .form-questionnaire input::placeholder {
      color: #403F41; }
  .form-questionnaire .btn {
    height: 40px;
    max-width: 171px;
    font-size: 12px;
    text-transform: uppercase; }
  .form-questionnaire .consent {
    margin: 7px 0 0;
    color: #C4C4C4; }

.reviews {
  padding: 54px 0; }
  .reviews h2 {
    margin: 0 auto;
    max-width: 460px;
    text-align: center; }

.reviews-slider {
  width: 100%;
  padding: 0 100px;
  margin: 20px 0 0; }
  .reviews-slider .slick-slide {
    padding: 20px; }
  .reviews-slider .slick-track, .reviews-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.slick-slide {
  outline: none; }

.slick-arrow {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25); }
  .slick-arrow:before {
    display: none; }

.slick-prev {
  background: #ED2823 url("../img/arrow-left.svg") no-repeat center;
    background-size: 14px; }
  .slick-prev:hover, .slick-prev:focus {
    background: #ED2823 url("../img/arrow-left.svg") no-repeat center;
      background-size: 14px; }

.slick-next {
  background: #ED2823 url("../img/arrow-right.svg") no-repeat center;
    background-size: 14px; }
  .slick-next:hover, .slick-next:focus {
    background: #ED2823 url("../img/arrow-right.svg") no-repeat center;
      background-size: 14px; }

.reviews-box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  max-width: 267px;
  width: 100%;
  overflow: hidden;
  padding: 24px 25px 22px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .reviews-box .box-text {
    margin: 0 0 auto; }

.reviews-box__photo {
  border-radius: 50%;
  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;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 0 17px; }
  .reviews-box__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.name-user {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 9px; }

.reviews-box__footer {
  width: 100%;
  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;
  padding: 16px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid #C4C4C4; }

.location-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #403F41; }
  .location-shops img {
    margin: 0 4px 0 0;
    width: 8px; }

.consultation-sale {
  margin: 54px 0 41px; }

.consultation-sale__box {
  padding: 23px 80px 23px 40px; }
  .consultation-sale__box .form {
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 20px; }
  .consultation-sale__box h3 {
    text-align: left; }
  .consultation-sale__box .description-title {
    text-align: left;
    margin: 6px 0 0; }

.form-group {
  max-width: 267px;
  width: 100%;
  margin: 0; }
  .form-group label {
    max-width: none;
    margin: 0 0 16px; }
    .form-group label:last-child {
      margin: 0; }
  .form-group:last-child {
    max-width: 171px; }
  .form-group .consent {
    margin: 17px 0 0; }

.nav-pills .nav-link {
  border-radius: 10px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px 14px 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 18px; }
  .nav-pills .nav-link:last-child {
    margin: 0; }
  .nav-pills .nav-link .icon-arrow {
    width: 20px;
    height: 22px;
    fill: #ED2823;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0 0 0 auto; }
  .nav-pills .nav-link .icon-location {
    width: 21px;
    height: 36px;
    fill: #ED2823;
    margin: 0 23px 0 0; }
  .nav-pills .nav-link .icon-svg {
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.nav-pills .active {
  color: #fff;
  background: #ED2823;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25); }
  .nav-pills .active .icon-svg {
    fill: #fff; }

.nav-pills .name-street {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  display: block; }

.nav-pills .phone-shop {
  font-size: 18px;
  font-weight: normal;
  text-transform: none; }

.address-box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #ED2823; }

.services-description {
  font-size: 18px;
  line-height: 25px;
  color: #403F41;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .services-description .box-text {
    width: calc(100% - 268px);
    padding: 0 10px 0 0;
    margin: 0 0 29px; }

.service-img {
  border-radius: 10px;
  overflow: hidden;
  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;
  height: 268px;
  width: 268px;
  margin: 0 0 29px; }
  .service-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.line-wrapper {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .line-wrapper .btn {
    max-width: 170px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px; }

.select-mark {
  max-width: 268px;
  width: 100%;
  background: #fff url("../img/arrow-bottom2.svg") no-repeat 96% center;
    background-size: 17px; }

.table-price {
  width: 100%;
  margin: 48px 0 0;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px 8px 18px; }

.table-price__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 14px; }

.table-price__sum {
  font-weight: bold;
  padding: 0 20px 30px;
  width: 26%; }

.table-price__name {
  color: #ED2823;
  padding: 0 20px 30px;
  width: 32%;
  border-right: 1px solid #767676; }
  .table-price__name:last-child {
    padding: 0; }

.table-price__category {
  padding: 0 20px 30px;
  width: 42%;
  border-right: 1px solid #767676; }
  .table-price__category:last-child {
    padding: 0; }

.main-service-page .box-text {
  font-size: 14px; }
  .main-service-page .box-text strong {
    font-weight: bold;
    margin: 30px 0 0;
    display: block; }

.main-service-page h1 {
  margin: 0 0 47px;
  max-width: 360px;
  width: 100%; }

.main-service-page .table-price {
  margin: 64px 0 67px; }

.main {
  background: url("../img/banner1.jpeg") no-repeat center;
    background-size: cover;
  color: #fff;
  margin: 0 0 28px; }
  .main h1 {
    color: #fff;
    font-size: 60px;
    margin: 53px 0 27px; }
  .main .consultation-sale__box {
    position: relative;
    z-index: 1;
    max-width: 269px;
    margin: 0 0 0 auto;
    width: 100%;
    padding: 23px 43px; }
    .main .consultation-sale__box .btn {
      max-width: none;
      width: 100%;
      margin: 18px auto 0; }
    .main .consultation-sale__box .form {
      padding: 0;
      margin: 24px 0 0; }
    .main .consultation-sale__box .description-title {
      max-width: 285px; }
    .main .consultation-sale__box .form-group {
      max-width: 212px; }
      .main .consultation-sale__box .form-group:last-child {
        max-width: 171px; }
    .main .consultation-sale__box select, .main .consultation-sale__box input {
      font-size: 13px; }

.main-text {
  font-size: 21px;
  max-width: 510px;
  font-weight: bold;
  margin: 0 0 68px; }

.main-right {
  position: relative;
  padding: 162px 0 0; }

.img-decor {
  position: absolute;
  left: 15px;
  top: 0;
  width: 525px; }

.services-section {
  margin: 0 0 50px; }
  .services-section h2 {
    margin: 0 0 25px; }

.services-item {
  border-radius: 10px;
  height: 268px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 75px 5px 27px;
  color: #fff; }
  .services-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .services-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 1; }
  .services-item .btn {
    max-width: 171px;
    width: 100%;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }

.services-item__img {
  position: absolute;
  top: 0;
  left: 0; }

.services-item__name {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2; }

.category-auto {
  margin: 0 0 50px; }
  .category-auto h2 {
    margin: 0 0 32px; }

.category-auto__item {
  width: 100%;
  height: 197px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .category-auto__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .category-auto__item h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }

.about-section h2 {
  margin: 0 0 35px; }

.about-section .box-text {
  font-size: 21px; }

.about-img {
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden; }
  .about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.video-box {
  width: 100%;
  margin: 70px 0 0;
  height: 637px; }
  .video-box iframe {
    width: 100%;
    height: 100%; }

.sale-section {
  position: relative;
  margin: 136px 0 0; }
  .sale-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 322px;
    width: 100%;
    background: url("../img/decor2.svg") no-repeat center;
      background-size: cover; }
  .sale-section .box-text {
    background: #fff;
    border-radius: 10px;
    padding: 49px 30px 30px;
    color: #403F41;
    font-size: 21px;
    margin: -20px 0 0;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); }
  .sale-section img {
    margin: -73px 0 0; }

.sale-section-val {
  color: #ffffff;
  background: #ED2823;
  border-radius: 10px;
  padding: 15px 20px 25px;
  position: relative;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25); }

.advantages {
  margin: 109px 0 50px; }

.image-advantages {
  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;
  margin: 65px 0 0; }

.adv-img {
  margin: 0 auto;
  max-width: 390px; }

.tooltip-box {
  background: url("../img/tooltip.svg") no-repeat center;
    background-size: cover;
  width: 294px;
  height: 92px;
  margin: 0 40px 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  padding: 11px 11px 38px 44px; }
  .tooltip-box p {
    font-size: 16px;
    font-weight: bold;
    max-width: 125px;
    width: 100%; }

.smile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 15px; }
  .smile img {
    width: 27px; }

.list-advantages {
  margin: 45px 0 36px;
  font-size: 14px; }
  .list-advantages li {
    margin: 0 0 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .list-advantages li:last-child {
      margin: 0; }
    .list-advantages li .number {
      width: 61px;
      min-width: 61px;
      margin: -20px 24px 0 0;
      color: #ED2823;
      font-size: 96px;
      font-family: "Exo 2", sans-serif;
      font-style: italic;
      text-transform: uppercase;
      font-weight: bold; }
  .list-advantages h3 {
    margin: 0 0 14px;
    color: #403F41;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 260px; }

.main-contacts .map {
  height: 538px;
  width: 100%; }

.gallery-slider {
  width: 100%;
  padding: 0 70px;
  margin: 34px 0 0; }
  .gallery-slider .slick-next {
    right: 10px; }
  .gallery-slider .slick-prev {
    left: 10px; }

.gallery-box {
  max-width: 171px;
  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;
  width: 100%;
  margin: 0 auto; }

.contacts-section {
  margin: 70px 0 60px; }
  .contacts-section .form {
    padding: 0; }
  .contacts-section .form-group {
    max-width: 150px; }
  .contacts-section .consultation-sale__box h3 {
    font-size: 18px; }
  .contacts-section .consultation-sale__box .description-title {
    font-size: 14px; }

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

.doc {
  margin: 27px 0 0;
  width: 100%;
  color: #767676;
  font-size: 10px; }

.contacts-item {
  min-height: 83px;
  padding: 0 19px 0 0;
  border-right: 2px solid #C4C4C4; }
  .contacts-item h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    max-width: 150px; }
  .contacts-item .list-social {
    margin: 12px 0 0;
    width: 100%; }

.phone-call {
  color: #ED2823;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Exo 2", sans-serif; }

.contacts-item-soc {
  border: none;
  padding: 0 0 0 18px; }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden; }

/* height:0 is also invisible */
.tab-content > .active, .pill-content > .active {
  height: auto;
  overflow: visible; }

/* let the content decide it */
/* bootstrap hack end */
.modal__div {
  position: fixed;
  max-width: 400px;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  overflow: auto;
  -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;
  display: none;
  opacity: 0; }
  .modal__div h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px; }
  .modal__div form label {
    max-width: none;
    margin: 0 0 20px; }
  .modal__div form input {
    border-color: #ED2823;
    color: #000; }
    .modal__div form input::-webkit-input-placeholder {
      color: #000; }
    .modal__div form input::-moz-placeholder {
      color: #000; }
    .modal__div form input::-ms-input-placeholder {
      color: #000; }
    .modal__div form input::placeholder {
      color: #000; }
  .modal__div form .btn {
    max-width: none;
    margin: 0 auto; }
  .modal__div form .consent {
    max-width: none;
    margin: 10px auto 0;
    text-align: center; }

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px; }
  .modal__close:before, .modal__close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 100%;
    background: #ED2823; }
  .modal__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal__close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.modal__wrapper {
  background: #ED2823;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 50px auto;
  padding: 32px 96px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px; }

.modal-dialog {
  max-width: 556px; }

.modal-content {
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border: none;
    border-radius: 10px;
  background: #ED2823;
  color: #fff;
  padding: 32px 86px 24px;
  font-family: "Noto Sans", sans-serif; }

.modal-header {
  padding: 0;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal-footer {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .modal-footer .btn {
    max-width: 170px;
    width: 100%;
    margin: 0 20px 0 0; }
    .modal-footer .btn:last-child {
      margin: 0; }

.modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto 1px;
  width: 100%; }

.form-description {
  text-align: center;
  font-size: 18px;
  width: 100%; }

.modal-body {
  padding: 12px 0 0; }

.label-date {
  position: relative; }
  .label-date .input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 10px;
    width: 23px;
    height: 23px;
    display: inline-block; }

.form-step input {
  font-size: 11px; }

.form-step label {
  margin: 0 0 13px; }

.form-step .input-title {
  margin: 0 0 5px;
  width: 100%;
  font-size: 12px;
  display: inline-block; }

.form-step button {
  width: 100%;
  margin: 0 0 13px; }

.form-step select {
  border: 1px solid #fff;
  background: transparent url("../img/arrow-white.svg") no-repeat 96% center;
    background-size: 17px;
  color: #fff;
  width: 100%;
  max-width: none; }

.checkbox {
  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;
  width: 100%;
  font-size: 13px; }

.checkbox-inp {
  display: none; }

.checkbox-custom {
  background: #FFFFFF;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 5px;
  position: relative;
  margin: 0 0 0 20px; }

.checkbox-inp:checked + .checkbox-custom:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #ED2823; }

.callback-section {
  padding: 96px 0; }
  .callback-section h2 {
    font-size: 24px;
    font-style: normal;
    margin: 0 0 10px; }

.callback-section__content {
  background: #ED2823;
  color: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px;
  padding: 26px 36px 39px 60px; }
  .callback-section__content p {
    font-size: 18px; }

.list-maps {
  height: 100%;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 0; }
  .list-maps:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #C4C4C4; }
  .list-maps li a {
    max-width: 163px; }
  .list-maps li:last-child a {
    max-width: 116px; }

.callback-section__consultation h3 {
  color: #ED2823;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: bold; }

.callback-section__consultation p {
  font-size: 18px;
  color: #403F41;
  margin: 0 0 19px; }

.callback-section__consultation .form {
  padding: 0 40px 0 0; }
  .callback-section__consultation .form input {
    border: 1px solid #403F41;
    color: #403F41; }
    .callback-section__consultation .form input::-webkit-input-placeholder {
      color: #403F41; }
    .callback-section__consultation .form input::-moz-placeholder {
      color: #403F41; }
    .callback-section__consultation .form input::-ms-input-placeholder {
      color: #403F41; }
    .callback-section__consultation .form input::placeholder {
      color: #403F41; }
  .callback-section__consultation .form .consent {
    margin: 12px 0 0 auto; }
  .callback-section__consultation .form button {
    text-transform: uppercase; }

.consultation-page {
  margin: 87px 0 93px; }

.main-page-details {
  background: url("../img/bg-page1.png") no-repeat center;
    background-size: cover;
  padding: 69px 0 21px;
  margin: 0 0 38px; }
  .main-page-details h1 {
    color: #fff;
    margin: 0; }

.page-details-info {
  margin: 0 0 36px; }
  .page-details-info .box-text {
    margin: 44px 0 0;
    font-size: 18px; }
  .page-details-info .about-img {
    max-height: 278px; }

.stages-decision h2 {
  text-align: center;
  font-style: normal;
  margin: 0 auto 36px;
  font-size: 24px; }

.stages-decision-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 285px;
  color: #fff;
  padding: 0 39px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1; }
  .stages-decision-box h3 {
    font-size: 96px;
    margin: 0 76px 0 0; }
  .stages-decision-box > *:not(.stages-decision-box__img) {
    position: relative; }

.stages-decision-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.service-spike {
  padding: 24px 0 211px;
  position: relative; }
  .service-spike:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 327px;
    background: url("../img/decor2.svg") no-repeat center bottom;
      background-size: cover; }
  .service-spike h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 66px 0 30px;
    max-width: 365px; }
  .service-spike .box-text {
    font-size: 24px;
    max-width: 365px; }

.service-spike-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 389px;
  width: 100%; }
  .service-spike-img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 522px;
    height: 536px;
    background: url("../img/decor3.svg") no-repeat center;
      background-size: contain; }
  .service-spike-img img {
    position: relative; }

.main-page-details2 {
  background: url("../img/bg-page2.jpg") no-repeat right center;
    background-size: cover; }

.page-details-info2 .box-text {
  margin: 66px -30px 0 0;
  padding: 33px 28px 36px 44px;
  background: #ED2823;
  color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px 0 0 10px;
  font-size: 18px; }

.page-details-info2 .about-img {
  max-height: 418px;
  height: 418px; }

.powder-coating {
  margin: 65px 0 16px; }
  .powder-coating h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .powder-coating img {
    margin: 0 auto;
    max-width: 487px;
    width: 100%; }

.consultation-page-two {
  margin: 0 0 93px; }

.quality-painting h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.quality-painting img {
  max-width: 529px;
  margin: 0 0 0 -30px; }

.main-page-details3 {
  background: url("../img/bg-page3.png") no-repeat center;
    background-size: cover; }

.page-details-info3 {
  color: #fff;
  margin: 66px 0 93px; }
  .page-details-info3 .box-text {
    background: #ED2823;
    position: relative;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
    padding: 42px 59px 20px 52px;
    min-width: 642px;
    margin: 55px 0 0 0;
    float: right;
    font-weight: bold;
    border-radius: 10px; }
  .page-details-info3 .about-img {
    max-height: 404px;
    height: 404px; }

.rolling-info .box-text {
  font-size: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rolling-info-box {
  background: -webkit-gradient(linear, left bottom, left top, from(#ED2823), to(#ED2823)), url("../img/img-page5.jpg") no-repeat center;
  background: linear-gradient(0deg, #ED2823, #ED2823), url("../img/img-page5.jpg") no-repeat center;
    background-size: cover, cover;
  background-blend-mode: soft-light, normal;
  border-radius: 10px;
  min-height: 241px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }
  .rolling-info-box p {
    padding: 81px 0 0; }

.slogan {
  margin: 38px auto 0;
  padding: 18px 0 33px;
  border-top: 1px solid #ED2823;
  border-bottom: 1px solid #ED2823;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.thanks-procedure {
  font-size: 24px;
  position: relative;
  padding: 0 0 43px;
  margin: 85px 0 87px; }
  .thanks-procedure:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 327px;
    background: url("../img/decor2.svg") no-repeat center bottom;
      background-size: cover; }
  .thanks-procedure .box-text {
    margin: 178px 0 0;
    max-width: 455px; }

.thanks-procedure-img {
  max-height: 352px;
  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;
  overflow: hidden;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(237, 40, 35, 0.25));
          filter: drop-shadow(0px 4px 12px rgba(237, 40, 35, 0.25));
  background: #ED2823; }
  .thanks-procedure-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.main-page-details4 {
  background: url("../img/bg-page4.png") no-repeat center;
    background-size: cover; }

.effective-method {
  margin: 79px 0 99px; }
  .effective-method .box-text {
    font-size: 24px; }

.effective-method-box {
  background: #ED2823;
  color: #fff;
  text-align: center;
  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-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px;
  padding: 28px 22px 46px;
  font-size: 14px;
  font-weight: bold;
  height: 100%; }

.effective-method-box__icon {
  margin: 0 auto 30px;
  min-height: 88px; }

.main-page-details5 {
  background: url("../img/bg-page5.png") no-repeat center;
    background-size: cover; }

.page-details-info4 .box-text {
  margin: 75px 0 0;
  color: #fff;
  background: #ED2823;
  padding: 33px 40px 34px 43px;
  border-radius: 10px;
  min-width: 500px;
  float: right; }

.page-details-info4 .about-img {
  max-height: 418px;
  height: 418px; }

.use-of-argon {
  margin: 62px auto 66px; }
  .use-of-argon h2 {
    text-align: center;
    margin: 0 auto 35px;
    font-style: normal;
    max-width: 455px;
    font-size: 24px; }

.use-of-argon-box {
  border-radius: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ED2823), to(#ED2823)), url("../img/img-page9.png") no-repeat center;
  background: linear-gradient(0deg, #ED2823, #ED2823), url("../img/img-page9.png") no-repeat center;
    background-size: cover;
  background-blend-mode: soft-light, normal;
  min-height: 191px;
  height: 100%; }

.use-of-argon-box-two {
  background: -webkit-gradient(linear, left bottom, left top, from(#ED2823), to(#ED2823)), url("../img/img-page10.png") no-repeat center;
  background: linear-gradient(0deg, #ED2823, #ED2823), url("../img/img-page10.png") no-repeat center;
    background-size: cover; }

.use-of-argon-box-three {
  background: -webkit-gradient(linear, left bottom, left top, from(#ED2823), to(#ED2823)), url("../img/img-page11.png") no-repeat center;
  background: linear-gradient(0deg, #ED2823, #ED2823), url("../img/img-page11.png") no-repeat center;
    background-size: cover; }

.use-of-argon-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 13px;
  border: 5px solid #FFFFFF;
    border-radius: 50px;
  width: 82px;
  height: 82px;
  font-size: 36px; }

.argon-services {
  padding: 0 0 94px;
  margin: 0 0 68px;
  position: relative; }
  .argon-services .box-text {
    background: #ED2823;
    color: #fff;
    margin: 64px 0 0;
    min-width: 506px;
    border-radius: 10px;
    padding: 34px 45px 34px 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .argon-services:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 327px;
    background: url("../img/decor2.svg") no-repeat center bottom;
      background-size: cover; }

.argon-services-img {
  border-radius: 10px;
  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;
  max-height: 386px;
  height: 386px;
  overflow: hidden; }
  .argon-services-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.greeting {
  max-width: 49.9115044248%;
  width: 100%;
  min-height: calc(100vh - 158px);
  position: relative;
  z-index: 2; }

.greeting-form {
  background: #ED2823;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px;
  padding: 23px;
  width: 100%;
  max-width: 470px;
  margin-top: 59px; }

.greeting-form__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF; }

.greeting-form__subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 22px; }

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

.greeting-form__col .form-control {
  width: 212px; }

.greeting-form__col:nth-child(1) {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.greeting-form__col:nth-child(2) {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.greeting-form__col .btn {
  margin-bottom: 17px; }

.greeting-form__col select {
  margin-bottom: 17px;
  border-color: #fff;
  background-image: url("../img/arrow.svg");
  color: #fff;
  width: 100%; }

.greeting-form__col .help {
  max-width: 150px; }

.greeting-cover {
  padding-bottom: 75px; }
  .greeting-cover:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/1.png") right bottom no-repeat;
      background-size: contain;
    width: 100%;
    height: 100%;
    max-height: 768px;
    max-width: 1215px; }

.main-subtitle {
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #403F41; }

.main-title {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: left;
  color: #000000;
  margin-bottom: 15px; }

.btn-primary {
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #403F41;
  min-width: 171px;
  height: 30px; }

.help {
  font-size: 9px;
  color: #fff;
  line-height: 12px;
  font-weight: normal; }

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 45px;
  margin-bottom: 80px; }

.advantage-item {
  width: 50%;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }

.advantage-item__icon {
  margin-right: 39px; }

.advantage-cover {
  position: relative; }
  .advantage-cover .main-title {
    width: 100%;
    max-width: 550px; }
  .advantage-cover:after {/*
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    background: url("../img/2.png") right center/contain no-repeat;
    width: 100%;
    height: 100%;
    min-height: 151px;
    min-width: 150px;
    max-width: 316px;
    max-height: 318px;
    margin: auto 0; */}

.price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; }
  .price-head .main-title {
    white-space: nowrap;
    width: auto; }
  .price-head p {
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    margin-left: 77px;
    color: #403F41; }

.price-first {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  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;
  padding: 10px 20px;
  margin-bottom: 17px; }
  .price-first span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .price-first span:nth-child(1) {
      font-weight: bold;
      font-size: 14px;
      line-height: 19px;
      color: #403F41; }
    .price-first span:nth-child(2) {
      font-weight: bold;
      font-size: 14px;
      line-height: 19px;
      text-transform: uppercase;
      text-align: center;
      color: #ED2823; }

.price-list {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 11px 20px;
  width: 100%; }
  .price-list ul {
    width: 100%; }
    .price-list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      .price-list ul li:nth-last-child(1) {
        margin-bottom: 10px; }
      .price-list ul li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .price-list ul li span:nth-child(1) {
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          color: #403F41;
          max-width: 75.5%;
          width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
        .price-list ul li span:nth-child(2) {
          font-weight: bold;
          font-size: 14px;
          line-height: 19px;
          color: #403F41;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.complex-section {
  margin: 100px 0 0; }

.complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.complex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }

.complex-box__left {
  width: 48%;
  background: url("../img/5.png") 0 0/contain no-repeat;
  max-width: 429px;
  height: 555px; }

.complex-box__right {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.complex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.complex-item__ico {
  margin-right: 24px;
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ED2823;
  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;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
          box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  padding: 10px; }
  .complex-item__ico img {
    max-height: 100%; }

.complex-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.complex-item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #403F41;
  margin-bottom: 12px; }

.complex-item__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #403F41; }

.ul {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ul li {
    padding-left: 0;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #403F41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0 0 12px; }
    .ul li:last-child {
      margin: 0; }
    .ul li:before {
      content: "";
      background: url("../img/check.svg") 0 0/contain no-repeat;
      width: 18px;
      height: 18px;
      min-width: 18px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 13px; }

.sale-section-professional {
  margin: 0; }
  .sale-section-professional .text {
    font-size: 21px;
    margin: 39px 0 0;
    color: #403F41; }
  .sale-section-professional .consultation-box {
    margin: 60px 0 0; }

.sale-section-content {
  position: relative;
  z-index: 1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.garage-section {
  padding: 50px 0 0; }

.advantages-two {
  margin: 100px 0 0; }

.garage-left, .garage-right {
  width: 44px;
  height: 44px;
  background: url("../img/arrow_left.svg") 48% center/16px 27px #ED2823 no-repeat;
  display: block;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  margin: auto 0; }

.garage-left.slick-disabled {
  opacity: 0.3;
  cursor: default; }

.garage-right {
  left: inherit;
  right: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .garage-right.slick-disabled {
    opacity: 0.3;
    cursor: default; }

.garage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px; }

.garage-box__all {
  background: #ED2823;
  -webkit-box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  box-shadow: 0px 4px 12px rgba(237, 40, 35, 0.25);
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  padding: 6px 13px 6px 20px;
  margin-top: 47px;
  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; }
  .garage-box__all:hover {
    color: #fff; }

.garage-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #403F41;
  margin-bottom: 27px; }
  .garage-box__text svg {
    margin-right: 11px; }

.garage-box__address {
  max-width: 32%;
  width: 100%; }

.garage-box__slider {
  width: calc(100% - 32%);
  padding: 0 30px 0 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.garage-box__slider-in {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto; }

.garage-box__slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .garage-box__slider-item img {
    width: 268px;
    height: 150px;
    margin-bottom: 24px; }

.garage-box__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  position: relative; }

.garage-box__item-air:before {
  content: "";
  width: 24px;
  height: 28px;
  background: url("../img/air.svg") 0 0/contain no-repeat;
  display: block;
  position: absolute;
  top: 13px;
  right: 8px; }

.garage-box__item-ico {
  margin-right: 23px; }
  .garage-box__item-ico svg path {
    -webkit-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in; }

.garage-box__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 4px;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in; }

.garage-box__item-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in; }

.garage-box__item:hover, .garage-box__item.active {
  background: #ED2823; }

.garage-box__item:hover .garage-box__item-title, .garage-box__item:hover .garage-box__item-text {
  color: #fff; }

.garage-box__item.active .garage-box__item-title, .garage-box__item.active .garage-box__item-text {
  color: #fff; }

.garage-box__item:hover path, .garage-box__item.active path {
  fill: #fff; }

.garage-box__item:hover.garage-box__item-air:before, .garage-box__item.active.garage-box__item-air:before {
  background-image: url("../img/air_active.svg"); }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .phone {
    font-size: 18px; }
  h1 {
    font-size: 40px;
    margin: 0 0 30px; }
  .wrapper {
    margin: 30px 0 0; }
  .list-social li {
    margin: 0 10px 0 0; }
  .btn-accent {
    font-size: 14px; }
  .consultation-sale__box .form {
    padding: 0; }
  .form-group {
    max-width: none;
    margin: 0 0 20px; }
    .form-group:last-child {
      margin: 0 auto; }
  .reviews-slider {
    padding: 0; }
  .main .consultation-sale__box .form-group {
    max-width: none; }
  .list-advantages h3 {
    font-size: 20px; }
  .list-advantages .number {
    font-size: 70px; }
  .gallery-box {
    max-width: none;
    padding: 0 5px; }
  .contacts-section-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px; }
  .doc {
    text-align: center; }
  .callback-section__consultation .form {
    padding: 0; }
  .callback-section__consultation .form .consent {
    margin: 0 0 0 auto; }
  .callback-section__consultation .form label {
    margin: 0 0 10px;
    width: 100%;
    max-width: none; }
  .garage-box__slider-item img {
    width: 170px;
    height: auto; }
  .garage-box__address {
    max-width: 40%; }
  .garage-box__slider {
    width: calc(100% - 40%); } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .nav-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .nav-menu li {
      margin: 0; }
  .schedule {
    width: 33.3%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  header .select-location {
    width: 33.3%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  header .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  header .phone {
    width: 33%;
    text-align: center; }
  .list-social {
    width: 33.3%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .consultation {
    margin: 30px 0 40px; }
  .consent {
    margin: 10px auto 0;
    max-width: none;
    text-align: center; }
  .map {
    height: 300px;
    width: 100%; }
  .footer-content {
    padding: 30px 0 120px; }
  footer .phone {
    font-size: 28px;
    margin: 0 0 20px; }
  .btn-view {
    font-size: 16px;
    line-height: normal; }
  footer .form .consent {
    margin: 10px auto 0;
    text-align: left; }
  .vacancy-box h3 {
    font-size: 18px; }
  .questionnaire {
    margin: 40px 0; }
  .form-questionnaire .consent {
    text-align: left; }
  .services-description {
    -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; }
    .services-description .box-text {
      width: 100%;
      padding: 0;
      margin: 0 0 20px;
      font-size: 16px; }
  .service-img {
    margin: 0 auto 20px; }
  .consultation-sale__box .form {
    margin: 20px auto 0; }
  h2 {
    font-size: 40px; }
  .main-service-page .box-text {
    margin: 0 0 20px; }
    .main-service-page .box-text strong {
      margin: 20px 0 0; }
  .main-service-page h1 {
    max-width: none; }
  .main .consultation-sale__box {
    margin: 20px auto; }
  .main-right {
    padding: 40px 0 0; }
  .img-decor {
    width: 335px; }
  .main h1 {
    font-size: 50px; }
  .main-text {
    font-size: 18px;
    max-width: none; }
  .about-img {
    margin: 30px auto 0; }
  .about-section .box-text {
    font-size: 18px; }
  .sale-section img {
    margin: 20px auto 0; }
  .sale-section .box-text {
    font-size: 18px; }
  .advantages {
    margin: 40px 0; }
  .list-advantages li .number {
    font-size: 50px;
    margin: -10px 20px 0 0;
    width: 30px;
    min-width: 30px; }
  .list-advantages {
    margin: 30px 0 0; }
    .list-advantages h3 {
      font-size: 20px;
      max-width: none; }
  .image-advantages {
    margin: 30px 0 0; }
  .contacts-section .form-group {
    max-width: none; }
    .contacts-section .form-group .btn {
      margin: 0 auto; }
  .contacts-section {
    margin: 30px 0; }
  .page-details-info .box-text {
    margin: 0;
    font-size: 16px; }
  .page-details-info2 .box-text {
    border-radius: 10px;
    padding: 20px; }
  .page-details-info2 .about-img {
    height: auto; }
  .powder-coating {
    margin: 30px 0 20px; }
    .powder-coating h3 {
      font-size: 20px; }
  .consultation-page-two {
    margin: 0 0 40px; }
  .quality-painting h3 {
    font-size: 20px; }
  .quality-painting img {
    max-width: 400px; }
  .page-details-info3 {
    margin: 30px 0; }
    .page-details-info3 .box-text {
      padding: 20px;
      font-size: 18px;
      min-width: auto; }
    .page-details-info3 .about-img {
      height: auto; }
  .rolling-info .box-text {
    font-size: 18px;
    margin: 0 auto 30px; }
  .rolling-info-box {
    font-size: 20px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px; }
    .rolling-info-box p {
      padding: 0; }
  .slogan {
    padding: 20px 0;
    margin: 30px auto;
    font-size: 20px; }
  .effective-method {
    margin: 40px 0 30px; }
    .effective-method .box-text {
      margin: 0 0 30px;
      font-size: 18px; }
  .page-details-info4 .about-img {
    height: auto; }
  .page-details-info4 .box-text {
    min-width: auto;
    padding: 20px; }
  .use-of-argon {
    margin: 40px 0 20px; }
  .use-of-argon-box {
    height: auto;
    margin: 0 0 30px; }
  .argon-services {
    margin: 0 0 40px; }
    .argon-services .box-text {
      font-size: 18px; }
  .list-maps {
    padding: 0; }
    .list-maps:before {
      display: none; }
  .callback-section__consultation {
    margin: 20px 0 0; }
    .callback-section__consultation p {
      font-size: 16px; }
    .callback-section__consultation .form button {
      margin: 0 auto 10px; }
  .callback-section__content {
    padding: 25px 30px; }
  .ul li {
    width: 100%; }
  .complex-section {
    margin: 50px 0; }
  body {
    padding: 163px 0 0; } }

@media only screen and (max-width: 768px) {
  .header-bottom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 300px;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    padding: 30px 0; }
    .header-bottom .select-location, .header-bottom .schedule {
      display: block; }
    .header-bottom .list-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-bottom .schedule {
      color: #fff;
      max-width: none;
      width: 100%;
      font-size: 14px; }
      .header-bottom .schedule span {
        color: #fff; }
    .header-bottom .select-location {
      width: 100%;
      margin: 20px 0; }
    .header-bottom .list-social {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 30px 0 0; }
      .header-bottom .list-social .icon-svg {
        fill: #fff; }
  .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .header-top {
    padding: 10px 0; }
  .btn-close {
    display: block; }
  .header-top .schedule, .header-top .select-location, .header-top .list-social {
    display: none; }
  .nav-menu {
    -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; }
    .nav-menu li {
      margin: 0 0 10px; }
      .nav-menu li a {
        padding: 0;
        font-size: 16px; }
  header .phone, header .list-social {
    width: auto; }
  .logo {
    max-width: 120px; }
  .phone {
    font-size: 14px; }
  .consultation-box {
    padding: 20px; }
  .description-title {
    font-size: 16px; }
  .form {
    -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; }
    .form label {
      max-width: none;
      margin: 0 auto 15px; }
  footer .form label {
    margin: 0 auto 15px; }
  footer .form .consent {
    text-align: center; }
  .box-consult {
    font-size: 16px; }
    .box-consult h3 {
      font-size: 20px; }
  .main-sale {
    margin: 0 0 40px; }
  .sale-box__body {
    padding: 20px; }
  .sale-box {
    min-height: 200px; }
    .sale-box h3 {
      font-size: 18px;
      max-width: 200px; }
  .tab-content {
    margin: 20px 0 0; }
  h2 {
    font-size: 30px; }
  .main-service-page h1 {
    margin: 0 0 30px; }
  .main h1 {
    font-size: 40px; }
  .main-text {
    margin: 0;
    font-size: 16px; }
  .stages-decision-box {
    font-size: 20px;
    height: 220px; }
    .stages-decision-box h3 {
      font-size: 60px;
      margin: 0 20px 0 0; }
  .service-spike {
    padding: 30px 0; }
    .service-spike h3 {
      margin: 0 0 20px;
      font-size: 20px;
      max-width: none; }
    .service-spike .box-text {
      font-size: 18px;
      max-width: none; }
  .service-spike-img {
    margin: 30px auto 0; }
  .powder-coating {
    margin: 30px 0; }
    .powder-coating h3 {
      margin: 0 auto 30px;
      font-size: 18px;
      height: auto; }
    .powder-coating img {
      max-width: 300px; }
  .quality-painting h3 {
    margin: 0 auto 30px;
    height: auto;
    font-size: 18px; }
  .quality-painting img {
    max-width: 300px;
    margin: 0 auto; }
  .slogan {
    font-size: 18px; }
  .thanks-procedure {
    margin: 0 0 30px;
    font-size: 18px; }
    .thanks-procedure .box-text {
      margin: 0 auto 30px; }
  .argon-services-img {
    height: 100%;
    min-height: 300px; }
  .argon-services .box-text {
    min-width: auto;
    margin: 0 auto 30px;
    padding: 20px; }
  .callback-section__content {
    margin: 0 auto 20px; }
  .list-maps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .callback-section {
    padding: 50px 0; }
  .price-section img {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0; }
  .sale-section-professional .text {
    font-size: 16px;
    margin: 20px 0 0; }
  .sale-section-professional .consultation-box {
    margin: 40px 0 0; }
  .garage-box__item-title, .garage-box__item-text {
    font-size: 14px;
    line-height: 19px; }
  .garage-box__item-ico {
    margin: 0 10px 0 0; }
  .garage-box__address, .garage-box__slider {
    max-width: 100%;
    width: 100%; }
  .garage-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .garage-box__slider {
    padding: 0;
    margin: 30px 0 0; }
  .garage-box__slider-item img:nth-child(5) {
    display: none; }
  .garage-box__slider-in {
    padding: 0 30px; }
  .garage-left {
    left: 0; }
  .garage-right {
    right: 0; }
  .garage-box__all {
    margin: 20px 0 0; }
  body {
    padding: 60px 0 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 575px) {
  h1, .main h1 {
    font-size: 30px; }
  .services-section, .category-auto {
    margin: 0 0 30px; }
  .about-section .box-text, .sale-section .box-text {
    font-size: 16px; }
  .effective-method-box {
    margin: 0 0 20px;
    height: auto; }
  .modal-content {
    padding: 30px; }
  .form-step button {
    margin: 20px auto 10px; }
  .form-description {
    font-size: 16px; }
    .form-description br {
      display: none; }
  .reviews-slider .slick-track, .reviews-slider .slick-list {
    display: block; }
  .reviews-slider .slick-slide {
    padding: 20px 10px; }
  h2 {
    font-size: 24px; }
  .garage-box__slider-item img {
    margin: 0 auto;
    max-width: 204px; }
    .garage-box__slider-item img:not(:nth-child(1)) {
      display: none; } }

@media only screen and (max-width: 480px) {
  .header-top .btn {
    display: none; }
  .video-box {
    height: 400px; }
  .sale-section {
    margin: 40px 0 0; }
  .gallery-slider {
    padding: 0; }
  .main-contacts .map {
    height: 300px; }
  .phone-call {
    font-size: 18px; }
  .service-spike-img {
    max-width: 220px; }
    .service-spike-img:before {
      width: 300px;
      height: 280px;
      left: -20px; }
  .modal-footer {
    -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; }
    .modal-footer .btn {
      margin: 0 auto 10px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 420px) {
  .table-price__row {
    -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: 10px;
    border-bottom: 1px solid #767676; }
    .table-price__row:last-child {
      border: none; }
  .table-price__name, .table-price__category, .table-price__sum {
    border: none;
    padding: 0;
    width: 100%;
    margin: 0 0 10px; }
  .nav-pills .nav-link {
    padding: 10px 12px;
    font-size: 13px; }
    .nav-pills .nav-link .icon-arrow {
      width: 18px;
      height: 18px; }
  .adv-img {
    max-width: 300px; }
  .list-advantages h3 {
    font-size: 18px; } }

@media only screen and (max-width: 1368px) {
  .greeting-cover {
    padding-bottom: 42px; }
  .greeting-cover:after {
    max-width: 800px;
    max-height: 700px;
    top: 40px; }
  .advantage-item__text {
    font-size: 18px;
    line-height: 25px; }
  .advantage-item {
    width: 35%;
    padding-right: 20px; } }

@media only screen and (max-width: 1024px) {
  .greeting-form__col .btn {
    max-width: 150px;
    margin-left: 0;
    height: 44px;
    min-width: 150px; }
  .price-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media all and (max-width: 719px) {
  .main-title {
    font-size: 24px;
    line-height: 112%;
    margin-bottom: 9px; }
  .main-subtitle {
    font-size: 12px;
    line-height: 19px; }
  .greeting {
    max-width: 100%; }
  .greeting-form {
    max-width: calc(100vw - 64px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px; }
  .greeting-form__title {
    font-size: 18px;
    line-height: 25px; }
  .greeting-form__subtitle {
    font-size: 14px;
    line-height: 19px; }
  .greeting-form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .greeting-form__col .form-control {
    max-width: 186px;
    margin-bottom: 26px; }
  .greeting-form__col:nth-child(1) {
    width: 100%; }
  .greeting-form__col:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    width: 100%; }
  .greeting-form__col select {
    width: 100%; }
  .greeting-form__col .help {
    max-width: none; }
  .greeting-cover:after {
    display: none; }
  .greeting-cover__mob {
    background: url("../img/1_mob.png") center 0/contain no-repeat;
    width: 100%;
    height: auto;
    max-width: 355px;
    max-height: 390px;
    min-height: 364px;
    margin: auto; }
@media all and (max-width: 720px) {
    .greeting-cover__mob {display: none;}
}
  .main-subtitle {
    font-size: 12px;
    line-height: 16px; }
  .advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 25px; }
  .advantage-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 28px; }
  .advantage-item__icon {
    margin-right: 10px; }
    .advantage-item__icon svg {
      width: 42px;
      height: 42px; }
  .advantage-item__text {
    font-size: 14px;
    line-height: 19px; }
  .advantage-cover .main-title {
    max-width: 100%; }
  .advantage-cover:after {
    position: static;
    display: block;
    width: 252px;
    height: 221px;
    margin: 0 auto 39px; }
  .price-head {
    margin: 0 0 20px; }
    .price-head p {
      text-align: left;
      margin-left: 0;
      font-size: 14px;
      line-height: 19px;
      max-width: none; }
  .price-first {
    max-width: 100%; }
  .price-first span:nth-child(1) {
    width: 70%; }
  .price-first span:nth-child(2) {
    width: 30%; }
  .price-list {
    max-width: 100%; }
  .price-list ul li {
    margin-bottom: 20px; }
  .price-list ul li span:nth-child(1) {
    font-size: 12px;
    line-height: 16px;
    max-width: 65%;
    margin-right: 25px; }
  .price-list ul li span:nth-child(2) {
    font-size: 12px;
    line-height: 16px; }
  .complex-item__ico {
    width: 53px;
    min-width: 53px;
    height: 53px;
    margin-right: 13px; }
  .complex-item__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6px; }
  .complex-item__text {
    font-size: 12px;
    line-height: 16px; }
  .complex-box__right {
    width: 100%; }
  .complex-box__left {
    width: 100%;
    max-width: 256px;
    height: 331px;
    margin: 0 auto; }
  .complex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .garage-box__item-text {
    font-size: 14px;
    line-height: 19px; }
  .garage-box__slider-item img {
    margin-left: auto;
    margin-right: auto;
    max-width: 204px; }
  .garage-box__slider {
    width: 100%; }
  .garage-box__address {
    max-width: 100%; }
  .garage-box__all {
    margin: 20px auto 0; }
  .garage-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13px; } }

@media all and (min-width: 2000px) {
  .advantage-cover:after {
    right: calc((100vw - 2000px)/2); } }

@media all and (min-width: 1920px) {
  .greeting {
    min-height: calc(100vh / 2); }
  .greeting-cover:after {
    right: calc((100vw - 2000px)/2); } }

@media only screen and (max-width: 1024px) and (min-width: 720px) {
  .main-subtitle {
    font-size: 18px;
    line-height: 25px; }
  .main-title {
    font-size: 28px;
    line-height: 34px; } }

@media all and (min-width: 720px) and (max-width: 1024px) {
  .greeting {
    max-width: 66.911504%;
    min-height: auto;
    padding-top: 15px; }
  .greeting-cover:after {
    width: 370px;
    height: 479px;
    min-height: 479px;
    top: -97px; }
  .greeting .main-title, .greeting .main-subtitle {
    width: 60%; }
  .greeting-form__col:nth-child(1) {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .greeting-cover {
    position: relative; }
  .greeting-cover:after {
    width: 370px;
    height: 479px;
    min-height: 479px;
    top: -97px; }
  .advantage {
    margin-top: 25px;
    margin-bottom: 40px; }
  .advantage-item {
    padding-right: 5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 35%; }
  .advantage-item__icon {
    margin-right: 30px; }
    .advantage-item__icon svg {
      width: 30px;
      height: 30px; }
  .advantage-item__text {
    font-size: 14px;
    line-height: 19px; }
  .advantage-cover:after {
    width: 150px;
    height: 151px;
    margin-top: 98px; }
  .price-head {
    margin-bottom: 24px; }
  .price-head p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-left: 0;
    width: 65%; }
  .complex-item__ico {
    width: 60px;
    min-width: 60px;
    height: 60px; }
  .complex-box__right {
    padding-left: 30px; }
  .garage-box__slider-item img {
    margin: 0 auto 20px;
    height: auto; }
    .garage-box__slider-item img:nth-last-child(1), .garage-box__slider-item img:nth-last-child(2), .garage-box__slider-item img:nth-last-child(3) {
      display: none; } }

.go-to-point {
	display: block;
	background: #DA3E31;
	color: #fff;
	margin: 10px auto 0;
	padding: 6px 20px;
	border-radius: 10px;
	width: -webkit-fit-content;
}