@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: "Myriad Pro Regular";
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

button:active {
  outline: 0px;
}

button:hover {
  outline: 0px;
}

button:focus {
  outline: 0px;
}

use:active {
  outline: 0px;
}

use:hover {
  outline: 0px;
}

use:focus {
  outline: 0px;
}

select:active {
  outline: 0px;
}

select:hover {
  outline: 0px;
}

select:focus {
  outline: 0px;
}

input:active {
  outline: 0px;
}

input:hover {
  outline: 0px;
}

input:focus {
  outline: 0px;
}

textarea:active {
  outline: 0px;
}

textarea:hover {
  outline: 0px;
}

textarea:focus {
  outline: 0px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Myriad Pro Bold";
  src: url("../fonts/MyriadPro-Bold.woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("../fonts/MyriadPro-Regular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Light";
  src: url("../fonts/MyriadPro-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Semibold";
  src: url("../fonts/MyriadPro-Semibold.woff");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.2;
  font-family: "Myriad Pro Regular";
}

.fw-b {
  font-family: "Myriad Pro Bold", sans-serif;
}

.fw-r {
  font-family: "Myriad Pro Regular", sans-serif;
}

.fw-l {
  font-family: "Myriad Pro Light", sans-serif;
}

.title {
  font-size: 38px;
  font-family: serif;
  text-align: center;
  font-family: "Myriad Pro Bold", sans-serif;
}

.title-tb {
  font-size: 56px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.sub-tb {
  font-size: 30px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.hightlite-main {
  color: #5ea0ff;
}

.hightlite-tb {
  color: #00b3ff;
}

.politic {
  font-size: 12px;
  font-family: "Myriad Pro Light", sans-serif;
}

.input-phone {
  height: 40px;
  padding: 14px 14px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 14px;
  border: 1px solid #0d71ff;
  border-radius: 4px;
}

.btn-blue {
  height: 41px;
  background: linear-gradient(90.03deg, #0d71ff 6.45%, #00b3ff 93.55%, #00b3ff 93.55%), #ffffff;
  border: none;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-green {
  font-size: 14px;
  height: 41px;
  outline: none;
  border: none;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to right, #67c14b 4.84%, #1ba514 95.16%, #1ba514 95.16%), #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-green:hover {
  -webkit-box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 15px 0 14px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 5px 0;
  }
}

.header.fixed {
  padding: 7px 0;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 5px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}

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

.header-logo {
  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;
}

.header-logo__img {
  margin-right: 5px;
}

.header-logo__img img {
  width: 40px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.header-logo__title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .header-logo__title {
    font-size: 16px;
  }
}

.header-logo__subtitle {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .header-logo__subtitle {
    font-size: 10px;
  }
}

.you-city {
  font-family: "Mariad Pro Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .you-city {
    -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;
  }

  .examples-card__descr-col {
    width: 45%;
  }

}

.you-city__text {
  margin-right: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .you-city {
    display: none;
  }
}

.you-city.fixed {
  opacity: 0;
}

.header-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.header-menu__item {
  margin-left: 12px;
  font-size: 14px;
}

.header-menu__item:first-child {
  margin-left: 0;
}

.header-menu__item a {
  color: #000000;
}

.header-menu__item a:hover {
  color: #1ba514;
}

.header-menu.fixed {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-menu.fixed .header-menu__item {
  margin-left: 15px;
}

.header-menu.fixed .header-menu__item:first-child {
  margin-left: 0;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}

.header-phone__tel {
  margin-left: 5px;
  font-size: 16px;
}

.header-phone__tel a {
  color: #000000;

  transition: all 0.3s ease;
}

.header-phone:hover .header-phone__tel a {
  color: #1ba514;
}

@media only screen and (max-width: 991px) {
  .header-phone {
    display: none;
  }
}

.header-dropdown {
  padding: 11px 21px 14px 11px;
  width: 156px;
  border-radius: 4px !important;
}

.header-order {
  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;
}

.header-order__btn {
  height: 36px;
  width: 165px;
  background: linear-gradient(to right, #67c14b 5.73%, #1ba514 94.27%, #1ba514 94.27%), #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



@media only screen and (max-width: 991px) {
  .header-order__btn {
    display: none;
  }
}

/* ========================= Гамбургер меню ========================= */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000;
}

.hamburger--slider.is-active .hamburger-inner:after,
.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.oh {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }
}

.menu-gamburger {
  display: none;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .menu-gamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mob-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 20px;
  font-size: 17px;
}

.mob-header__phone a {
  color: #000000;
}

.mob-menu {
  margin-bottom: 20px;
}

.mob-you-city {
  margin-bottom: 20px;
}

.mob-you-city .dropdown__trigger {
  margin-top: 10px;
  padding: 11px 0 14px 21px;
  width: 156px;
  border-radius: 4px !important;
  font-family: "Maryed Pro Bold", sans-serif;
}

.mob-you-city .you-city__text {
  margin-right: 0;
  font-family: "Maryed Pro Bold", sans-serif;
}

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

.mob-menu__item {
  margin-bottom: 15px;
  list-style-type: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mob-menu__item a {
  color: #000000;
  font-size: 18px;
}

.mob-menu__item:last-child {
  margin-right: 0;
}

.header__mobile-menu {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.mobile-menu {
  width: 100%;
  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;
  text-align: center;
  padding: 40px 0;
}

.mob-header__btn {
  margin-top: 30px;
  width: 290px;
  height: 46px;
}

.main {
  padding-top: 190px;
  padding-bottom: 64px;
  nin-height: 728px;
  background: url(../images/main-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.main-screen__img-box {
  position: relative;
  z-index: 1;
}

.main-screen__img {
  position: absolute;
  top: 99px;
  left: 27px;
  width: 100%;
}

.main-screen__title {
  max-width: 624px;
}

.main-screen__card-text-cost {
  font-size: 20px;
}

.main-screen-form {
  max-width: 587px;
  height: 170px;
  margin-top: 69px;
  padding: 14px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
          box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
}

.main-screen-form__inner {
  height: 100%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #00b3ff;
}

.main-screen-form__title {
  max-width: 503px;
  margin: 36px auto 0 auto;
}

.main-screen-form__items {
  margin-top: 23px;
}

.main-screen-form__input {
  width: 195px;
  margin-right: 10px;
}

.main-screen-form__button {
  width: 155px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d71ff), to(#00b3ff));
  background-image: linear-gradient(#0d71ff 0%, #00b3ff);
}

.main-screen-form__politic {
  margin: 29px auto 0 auto;
  max-width: 307px;
}

.main-screen__cards {
  position: relative;
  z-index: 2;
  margin: 134px 0 0 15px;
}

.main-screen__card {
  max-width: 216px;
  height: 109px;
  padding: 15px 10px 14px 11px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
          box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
}

.main-screen__card + div {
  margin-top: 15px;
}

.main-screen__card-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
  border: 1px solid #00b3ff;
  border-radius: 4px;
}

.main-screen__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-right: 20px;
}

.main-screen__card-text {
  margin-right: 8px;
}

.price {
  padding-top: 69px;
  padding-bottom: 34px;
}

.price__crash-title {
  margin-bottom: 43px;
}

.price__show {
  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;
  margin-top: 23px;
  font-size: 14px;
}

.price__show-btn {
  color: #007bfa;
  border-bottom: 1px solid #007bfa;
  cursor: pointer;
}

table {
  width: 100%;
  min-width: auto;
  position: relative;
  font-size: 14px;
  font-family: "Myriad Pro Regular", sans-serif;
}

table tbody td {
  position: relative;
  z-index: 2;
}

td:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #5ea0ff;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

td:first-child:before {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #5ea0ff;
}

tr:first-child td:before {
  border-top: 1px solid #5ea0ff;
}

td:last-of-type:before {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #5ea0ff;
}

.price-table {
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price-table { font-size: 14px; }
}

.price-table__row {
  height: 48px;
}

.price-table__name {
  padding-left: 30px;
}

.price-table__cost {
  text-align: left;
  width: 245px;
}

.price-table__order {
  width: 139px;
}

.price-table__btn {
  text-align: end;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.price-table__btn-green {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
}

.price-table__btn-green:hover {
  color: #ffffff !important;
}

.price-table__btn-green:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  z-index: -1;
  width: 100%;
  height: 49px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.73%, #67c14b), color-stop(94.27%, #1ba514), color-stop(94.27%, #1ba514)), #ffffff;
  background: linear-gradient(to right, #67c14b 5.73%, #1ba514 94.27%, #1ba514 94.27%), #ffffff;
  content: "";
}

.price-table-details {
  padding-top: 46px;
}

.price__details-title {
  margin-bottom: 32px;
}

td span {
  position: relative;
  z-index: 2;
}

.location {
  padding-top: 34px;
  padding-bottom: 37px;
}

.location__title {
  margin-bottom: 50px;
}

.location-advantages {
  padding: 46px 46px 35px 46px;
  background: #5ea0ff;
}

.location-advantages__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
  font-family: "Myriad Pro Semibold";
}

.location-advantages__card {
  width: 262px;
  height: 108px;
  padding: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #ffffff;
}

.location-advantages__card-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #5ea0ff;
}

.location-advantages__card-text {
  font-size: 18px;
}

.location-advantages__feedback {
  width: 100%;
  padding: 11px 8px;
  border-radius: 4px;
  background-color: #ffffff;
}

.location-advantages__feedback-inner {
  padding: 17px 17px 12px 17px;
  border: 1px solid #5ea0ff;
  border-radius: 4px;
}

.location-advantages__feedback-tel {
  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;
}

.location-advantages__feedback-number {
  font-size: 14px;
  line-height: 16px;

}

.location-advantages__feedback-number a {
  margin-top: 6px;
  display: block;

  font-size: 22px;
  line-height: 22px;
  color: #1ba514;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-advantages__feedback-number a:hover {
  color: #000;
}

.location-advantages__feedback-btn {
  height: 41px;
  width: 236px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to right, #67c14b 4.84%, #1ba514 95.16%, #1ba514 95.16%), #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-advantages__feedback-btn:hover {
  -webkit-box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
}

.location-advantages__feedback-politic {
  margin-top: 10px;
  text-align: left;
}

.location-col {
  position: relative;
  padding: 0;
}


.map {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 15px;
}

.examples {
  padding: 37px 0 72px 0;
}

.examples-slider {
  width: 100%;
}

.examples-card {
  width: 93%;
  height: 100%;
  padding: 14px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(90, 90, 90, 0.3);
          box-shadow: 0px 0px 30px rgba(90, 90, 90, 0.3);
}

.swiper-slide.swiper-slide-active {

  justify-content: flex-end;
}

.swiper-slide.swiper-slide-next {
  justify-content: flex-start;
}

.examples-card__inner {
  height: 100%;
  padding: 61px 16px 60px 17px;
  border: 1px solid #5ea0ff;
  border-radius: 4px;
}

.examples-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 51px;
  border-bottom: 1px solid #5ea0ff;
}

.examples-card__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}

.examples-card__title-corp {
  font-size: 38px;
}

.examples-card__title-prob {
  font-size: 20px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.examples-card__title-img {
  width: 230px;
  height: 113px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.examples-card__title-img img {
  display: block;
  width: 100%;
  height: auto;
}

.examples-card__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  justify-content: space-between;
}
/*
.examples-card__descr-col + div {
  margin-left: 30px;
} */

.examples-card__descr-item:first-child {
  min-height: 95px;
}

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

.examples-card__descr-col > .examples-card__descr-item + div {
    margin-top: 35px;
}

.examples-card__descr-title {
  font-size: 18px;
}

.examples-card__inner {
  min-height: 525px;
}

.examples-card__descr-text {
  margin-top: 18px;
  font-size: 14px;
}

.examples__slider {
  width: 100%;
  position: relative;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 489px;
}

.swiper-container {
  max-width: 990px;
  padding: 27px 0 44px 0;
  background: #ffffff;
  position: relative;
}

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

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

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet-active {
  background: #00b3ff;
}

.swiper-pagination-bullet {
  outline: none;
}

.btn-next,
.btn-prev {
  position: absolute;
  top: 50%;
  z-index: 9;

  transform: translateY(-50%);
}

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


.btn-next {
  right: 0;
}

.btn-prev {
  left: 0;
}

.btn-next svg,
.btn-prev svg {
  width: 32px;
  height: 32px;

  fill: #000;

  transition: all 0.3s ease;
}

.btn-prev svg {
  transform: rotate(-180deg) translateY(10%);
}

.btn-next svg:hover,
.btn-prev svg:hover {
  fill: #5ea0ff;
}


.feedback {
  padding-bottom: 119px;
  background: url(../images/5bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feedback__title {
  padding-top: 37px;
  margin-bottom: 53px;
  text-align: center;
}

.feedback__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}

.feedback__face {
  width: 228px;
  height: 188px;
}

.feedback__face img {
  width: 100%;
}

.feedback__proof {
  width: 177px;
  height: 188px;
  margin-left: 15px;
}

.feedback__proof img {
  width: 100%;
}

.feedback__text {
  margin-top: 28px;
  font-size: 27px;
  font-family: "Myriad Pro Regular";
}

.feedback__descr {
  margin-top: 66px;
  font-size: 30px;
}

.dots {
  color: #e3e7e7;
}

.feedback-form__col {
  padding-left: 96px;
}

.feedback-form {
  max-width: 472px;
  height: 562px;
  padding: 14px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
          box-shadow: 0px 0px 65px rgba(90, 90, 90, 0.3);
}

.feedback-form__inner {
  height: 100%;
  border: 1px solid #00b3ff;
  border-radius: 4px;
}

.feedback-form__title {
  max-width: 402px;
  margin: 35px auto 0 auto;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 21px;
}

.feedback-form__sub-title {
  max-width: 373px;
  margin: 30px auto 0 auto;
  font-size: 18px;
  font-family: "Myriad Pro Regular";
}

.feedback-form__items {
  width: 323px;
  margin: 30px auto 0 auto;
  padding-bottom: 36px;
  border-bottom: 1px solid #00b3ff;
}

.feedback-form__input {
  text-align: center;
  width: 100%;
}

.feedback-form__input::-webkit-input-placeholder {
  text-align: center;
}

.feedback-form__input:-ms-input-placeholder {
  text-align: center;
}

.feedback-form__input::-ms-input-placeholder {
  text-align: center;
}

.feedback-form__input::placeholder {
  text-align: center;
}

.feedback-form__button {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.feedback-form__politic {
  margin-top: 19px;
}

.feedback-form__phone {
  margin-top: 39px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.feedback-form__phone-tel {
  font-size: 32px;
}

.feedback-form__time {
  margin-top: 35px;
  font-size: 21px;
}

.footer__politic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-top: 15px;
}

.modal-header {
  padding-bottom: 0;
}

.modal-dialog.modal-dialog-centered {
  min-width: 720px;
}

@media only screen and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 100%;
  }

  .swiper-slide {
    max-width: 100%;
  }

  .examples-card {
    width: 100%;
  }

  .examples-card__inner {
    min-height: 331px;
  }
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-header {
  border-bottom: 0;
}

.umodal-title {
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 26px;
}

.umodal-text {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 26px;
  max-width: 348px;
}

.umodal-input {
  width: 216px;
  height: 46px;
  outline: none;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  text-align: center;
}

.umodal-input::-webkit-input-placeholder {
  font-size: 14px;
}

.umodal-input:-ms-input-placeholder {
  font-size: 14px;
}

.umodal-input::-ms-input-placeholder {
  font-size: 14px;
}

.umodal-input::placeholder {
  font-size: 14px;
}

.umodal-soglash {
  margin-top: 33px;
  font-size: 12px;
  font-family: "Myriad Pro Regular", sans-serif;
  text-align: center;
}

.modal__textfield + span {
  margin-top: 10px;
}

.modal-body-sucsess.modal-body {
  padding-bottom: 50px;
}

.modal-button {
  margin-top: 10px;
  height: 41px;
  width: 236px;
  border-radius: 2px;
}

.close {
  opacity: 1;
  color: 0b0b0b;
}

.modal-body {
  padding-bottom: 80px;
}

.clients-row {
  margin-left: -10px;
  margin-right: -10px;
}

.clients-col {
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-form__politic a {
  color: #767575;
}

.repair__form-politic a {
  color: #767575;
}

.stocks__politic a {
  color: #767575;
}

.mob-button {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .textfield_contacts {
    margin-right: 5px;
  }
}

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

.footer__links .li-menu a {
  color: #004a44;
}

.footer__links .li-menu a:hover {
  color: #007bff;
}

.modal-button {
  width: 220px;
  height: 45px;
}

.showedprices {
  display: none;
}

.prices__close-all {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  font-family: "Circe-Bold", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prices__close-all:hover .prices__close-all-text {
  color: #0096ff;
}

.prices__close-all:hover .prices__close-all-text:before {
  background-color: #0096ff;
}

.prices__close-all-text {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prices__close-all-text:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #cacaca;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-logo-wrap {
  padding-right: 0;
}

.footer {
  padding-top: 39px;
  padding-bottom: 51px;
  -webkit-box-shadow: 0px 4px 43px 0px rgba(30, 90, 243, 0.18);
          box-shadow: 0px 4px 43px 0px rgba(30, 90, 243, 0.18);
}

.footer-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 5px;
}

.footer-logo__img img {
  width: 100%;
}

.footer-logo__title {
  font-size: 18px;
}

.footer-logo__subtitle {
  font-size: 12px;
}

.footer__politic {
  margin-left: 46px;
  color: #545454;
}

.footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav {
  padding-right: 0;
}

.footer-menu {
  padding-left: 46px;
}

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

.footer-menu__link a {
  font-size: 14px;
  color: #000000;
}

.footer-menu__link a:hover {
  color: #1ba514;
}

.footer-menu__link + li {
  margin-left: 20px;
}

.footer__politic-mob {
  display: none;
}

.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-phone__link a {
  transition: all 0.3s ease;
}

.footer-phone__link a:hover {
  color: #1ba514;
}

.footer-phone__img {
  width: 13px;
  height: 13px;
  margin-right: 2px;

  transform: rotate(-15deg) translateY(-1px);
}

.footer-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "Gilroy";
  font-weight: 700;
  margin-right: 15px;
}

.footer-phone__link a {
  color: #000000;
  font-size: 14px;
  font-family: "Myriad Pro Bold";
}

.footer-phone__btn {
  width: 165px;
  height: 36px;
}

.footer-politic {
  position: relative;

  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: underline;
  color: #636363;
}

/* ========================= dropdown ========================= */
.dropdown__trigger {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown__text {
  font-family: "Circe-Bold", sans-serif;
  color: #000;
  font-weight: bold;
    font-size: 11px;
}

.dropdown__menu {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 100;
  min-width: 100%;
  text-align: left;
  will-change: opacity, visibility;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

.dropdown__caret {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
}

.dropdown[disabled] .dropdown__trigger,
.dropdown[aria-disabled="true"] .dropdown__trigger {
  pointer-events: none;
}

.dropdown[disabled],
.dropdown[aria-disabled="true"],
.dropdown[disabled]:hover,
.dropdown[aria-disabled="true"]:hover,
.dropdown[disabled]:focus,
.dropdown[aria-disabled="true"]:focus,
.dropdown[disabled]:active,
.dropdown[aria-disabled="true"]:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown_theme_2 .dropdown__trigger {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 77px 0 20px;
  padding-right: 37px;
  padding-left: 21px;
  padding-top: 11px;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 25px;
  font-family: "Circr-Regular", sans-serif;
  color: #919191;
}

.dropdown_theme_2 .dropdown__trigger:hover {
  -webkit-box-shadow: 0 0 40px rgba(109, 109, 109, 0.3);
  box-shadow: 0 0 40px rgba(109, 109, 109, 0.3);
}

.dropdown_theme_2 .dropdown__trigger:hover .dropdown__caret {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.dropdown_theme_2 .dropdown__caret {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown_theme_2 .dropdown__menu {
  min-width: 160px;
  padding: 0;
  background-color: #fff;
  border-radius: 3px;
}

.dropdown-list {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 11px 40px rgba(109, 109, 109, 0.14);
  box-shadow: 0 11px 40px rgba(109, 109, 109, 0.14);
}

.dropdown-list__item {
  list-style: none;
}

.dropdown-list__item-link {
  display: block;
  padding: 1em 0.75em;
}

.dropdown-list__item-link:hover,
.dropdown-list__item-link:focus,
.dropdown-list__item-link:active {
  outline: none;
}

.dropdown-list__item-link:hover,
.dropdown-list__item-link_active {
  background-color: #f2f2f2;
}

.dropdown-list_theme_2 .dropdown-list__item {
  border-bottom: 1px solid rgba(109, 109, 109, 0.14);
}

.dropdown-list_theme_2 .dropdown-list__item-link {
  padding: 5px 8px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.dropdown-list.dropdown-list_theme_2 {
  width: 100%;
}

.dropdown-list_theme_2 .dropdown-list__item-link:hover {
  background-color: #1ba514;
  color: #fff;
}

.dd-top {
  color: black !important;
  height: 35px !important;
  padding-top: 1px !important;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 320px;
  }
}

@media only screen and (max-width: 1199px) {
  .main {
    padding-top: 150px;
    padding-bottom: 40px;
    overflow: visible;
  }
  .main-screen__img-box {
    position: relative;
    z-index: 1;
    max-width: 264px;
  }
  .main-screen__img {
    position: absolute;
    top: 168px;
    left: 120px;
    width: 100%;
  }
  .main-screen__cards {
    margin-top: 143px;
    margin-left: 69px;
  }
  .main-screen__title {
    font-size: 40px;
    margin: 0 auto;
  }
  .main-screen__sub-title {
    margin-top: 10px;
    display: block;
  }
  .main-screen__card-text-cost {
    font-size: 20px;
  }
  .main-screen-form {
    margin: 40px auto 0 auto;
  }
  .feedback {
    padding-bottom: 119px;
  }
  .feedback__title {
    margin-bottom: 40px;
  }
  .feedback__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
  }
  .feedback__face {
    width: 228px;
    height: 188px;
  }
  .feedback__face img {
    width: 100%;
  }
  .feedback__proof {
    width: 177px;
    height: 188px;
    margin-left: 15px;
  }
  .feedback__proof img {
    width: 100%;
  }
  .feedback__text {
    margin-top: 28px;
    font-size: 27px;
    font-family: "Myriad Pro Regular";
  }
  .feedback__descr {
    margin-top: 66px;
    font-size: 30px;
  }
  .feedback-form__col {
    padding-left: 0;
  }
  .feedback-form__time {
    margin-top: 2px;
  }

  .feedback__descr {
    margin-bottom: 30px;
  }

  .feedback-form {
    margin: 0px auto 0 auto;
  }
  .location-advantages {
    width: 80%;
    margin: 0 auto;
  }
  .location-advantages {
    padding: 46px 46px 35px 46px;
  }
  .location-advantages__cards {
    margin-bottom: 25px;
  }
  .location-advantages__card {
    margin-bottom: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    visibility: hidden;
    background-image: none !important;
  }

  .sub-tb {
    font-size: 26px;
  }
  .feedback {
    padding-bottom: 119px;
    text-align: center;
  }
  .feedback__title {
    padding-top: 37px;
    margin-bottom: 40px;
    text-align: center;
  }
  .feedback__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback__text {
    margin: 28px auto 0 auto;
    font-size: 22px;
    max-width: 70%;
  }
  .feedback__descr {
    margin-top: 35px;
  }

  .swiper-container {
    max-width: 900px;

  }
  .feedback-form__col {
    padding-left: 0;
  }
  .location-map {
    width: 430px;
    top: 76px;
    right: 11px;
  }
  .location-advantages {
    padding: 46px 20px 35px 20px;
    width: 100%;
  }
  .location-advantages__card {
    width: 210px;
  }
  .location-advantages__card-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 13px;
  }
  .location-advantages__feedback-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .ili {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-screen__img {
    display: none;
  }

  .main {
    padding-top: 120px;
  }

  .header {
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
  }

  .main-screen__cards {
    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-top: 40px;
    margin-left: 0;
  }
  .main-screen__card + div {
    margin-top: 0;
  }
  .main-screen__title {
    text-align: center;
  }
  .main-screen__sub-title {
    text-align: center;
  }
  .location-advantages {
    padding: 46px 46px 35px 46px;
    width: 80%;
    background: #5ea0ff;
  }
  .location-advantages__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
    font-family: "Myriad Pro Semibold";
  }
  .location-advantages__card {
    width: 262px;
    height: 108px;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .location-advantages__card-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #5ea0ff;
  }
  .location-advantages__feedback-politic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .location-row {
    position: static;
  }
  .location-map {
    position: static;
    width: 80%;
    margin: 30px auto 30px auto;
    height: 300px;
  }
  .location {
    padding-top: 34px;
    padding-bottom: 37px;
  }
  .location__title {
    margin-bottom: 50px;
  }
  .ili {
    margin: 0 15px;
  }
  .location-advantages {
    padding: 26px 26px 15px 26px;
    background: #5ea0ff;
  }
  .location-advantages__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .location-advantages__card {
    width: 240px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .location-advantages__card-text {
    font-size: 16px;
  }
  .location-advantages__feedback {
    width: 100%;
    padding: 11px 8px;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .location-advantages__feedback-inner {
    padding: 17px 8px 12px 8px;
    border: 1px solid #5ea0ff;
    border-radius: 4px;
  }
  .location-advantages__feedback-tel {
    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;
  }
  .location-advantages__feedback-number {
    font-size: 14px;
    line-height: 16px;
  }
  .location-advantages__feedback-number span {
    font-size: 22px;
    line-height: 22px;
    color: #1ba514;
  }

  .location-advantages__feedback-btn {
    height: 41px;
    width: 236px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 4px;
    background: linear-gradient(181.31deg, #67c14b 4.84%, #1ba514 95.16%, #1ba514 95.16%), #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
    color: #ffffff;
  }
  .location-advantages__feedback-politic {
    margin-top: 10px;
    text-align: left;
  }
  .examples {
    padding: 20px 0 72px 0;
  }
  .examples__slider {
    width: 90%;
  }
  .examples-card {

    -webkit-box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.2);
            box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.2);
  }
  .examples-card__inner {
    padding: 25px 16px 20px 17px;
  }
  .examples-card__title {
    padding-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-content: space-between;
  }
  .examples-card__title-corp {
    font-size: 26px;
  }
  .examples-card__title-prob {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .examples-card__title-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .examples-card__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
  .examples-card__descr-col + div {
    margin-left: 0;
  }
  .examples-card__descr-col > .examples-card__descr-item + div {
    margin-top: 20px;
  }
  .examples-card__descr-title {
    font-size: 16px;
  }
  .examples-card__descr-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .examples__slider {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-container {
    padding: 30px 10px 36px 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction .swiper-pagination {
    bottom: 0;
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .feedback-form {
    margin: 40px auto 0 auto;
  }
  .footer-logo-wrap {
    padding-right: 0;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .footer-phone__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-phone__tel img {
    display: block;
  }
  .footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__politic {
    margin-left: 46px;
    color: #545454;
  }
  .footer__politic-mob {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .footer__politic {
    display: none;
  }
  .footer-nav {
    padding-right: 0;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer-menu__link a {
    font-size: 18px;
    color: #000000;
  }
  .footer-menu__link + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-phone__img {
    width: 12px;
    height: 13px;
    margin-right: 5px;
  }
  .footer-phone__link {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
  }
  .footer-phone__link a {
    color: #000000;
  }
  .footer-phone__btn {
    margin-top: 10px;
  }
  .footer-politic {
    margin-top: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .main-screen__img {
    display: none;
  }
  .main-screen__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-screen__card {
    width: 80%;
  }
  .main-screen__card + div {
    margin-top: 20px;
  }
  .main-screen__title {
    font-size: 20px;
  }
  .main-screen__card-text-cost {
    font-size: 22px;
  }
  .title {
    font-size: 22px;
  }
  .title-tb {
    font-size: 24px;
  }
  .sub-tb {
    font-size: 19px;
  }
  .mob-header__btn {
    width: 260px;
  }
  .ili {
    margin-top: 10px;
  }
  .main {
    padding-top: 100px;
  }
  .main-screen-form {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .main-screen-form__inner {
    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;
  }
  .main-screen-form__title {
    max-width: 503px;
    margin: 20px auto 0 auto;
  }
  .main-screen-form__items {
    margin-top: 23px;
  }
  .main-screen-form__input {
    width: 85%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-screen-form__button {
    width: 85%;
  }
  .main-screen-form__politic {
    margin: 15px auto 20px auto;
    width: 85%;
  }
  .location__title {
    margin-bottom: 30px;
  }
  .location-advantages {
    width: 100%;
    padding: 20px 20px 12px 20px;
  }
  .location-advantages__cards {
    margin-bottom: 20px;
  }
  .location-advantages__card {
    width: 100%;
    margin-bottom: 15px;
  }
  .location-advantages__card-inner {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .location-advantages__card-text {
    text-align: center;
  }
  .location-advantages__feedback-tel {
    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;
    text-align: center;
  }
  .location-advantages__feedback-btn {
    margin-top: 10px;
    width: 90%;
  }
  .location-advantages__feedback-politic {
    margin-top: 15px;
  }
  .location-map {
    width: 100%;
    height: 200px;
  }
  .feedback {
    padding-bottom: 50px;
  }
  .feedback__title {
    padding-top: 37px;
    margin-bottom: 20px;
  }
  .feedback__face {
    max-width: 228px;
    height: auto;
  }
  .feedback__proof {
    max-width: 177px;
    height: auto;
  }
  .feedback__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback__text {
    margin: 20px auto 0 auto;
    font-size: 16px;
    max-width: 90%;
  }
  .feedback__descr {
    margin-top: 20px;
  }
  .feedback-form {
    width: 100%;
    max-height: 562px;
    padding: 14px;
  }
  .feedback-form__inner {
    height: 100%;
  }
  .feedback-form__title {
    margin: 25px auto 0 auto;
    font-size: 18px;
  }
  .feedback-form__sub-title {
    max-width: 95%;
    margin: 25px auto 0 auto;
    font-size: 16px;
  }
  .feedback-form__items {
    width: 90%;
    margin: 30px auto 0 auto;
    padding-bottom: 25px;
  }
  .feedback-form__politic {
    margin-top: 15px;
  }
  .feedback-form__phone {
    margin-top: 20px;
  }
  .feedback-form__phone-tel {
    font-size: 24px;
  }
  .feedback-form__time {
    margin: 20px auto 0 auto;
    width: 70%;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

.footer-politic {
  text-decoration: none;
}

.footer-politic span {
  position: relative;
}

.footer-politic span::before {
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;
  height: 1px;
  background-color: #a7a7a7;

  content: '';

  opacity: 1;

  transition: all 0.3s ease;
}

.footer-politic:hover {
  color:#636363;
}

.footer-politic span:hover::before {
  opacity: 0;
}

.header-order__btn {

  background: linear-gradient(to right, #67c14b 5.73%, #1ba514 94.27%, #1ba514 94.27%), #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 8px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
}

.button-grey{
  position: relative;
  z-index: 2;
}

.button-grey::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  border-radius: 4px;
  background: linear-gradient(to left, #67c14b 5.73%, #1ba514 94.27%, #1ba514 94.27%), #ffffff;
  -webkit-box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 26px rgba(77, 163, 91, 0.45), inset 0px -2px 1px rgba(0, 0, 0, 0.13);

  opacity: 0;

  content: '';

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-grey:hover::before {
  opacity: 1;
}

.btn-blue {
  position: relative;
  z-index: 2;
  background: linear-gradient(to left, #00b3ff 6.45%, #0d71ff 93.55%, #0d71ff 93.55%), #ffffff;
}

.btn-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  border-radius: 4px;
  background: linear-gradient(to right, #00b3ff 6.45%, #0d71ff 93.55%, #0d71ff 93.55%), #ffffff;

  opacity: 0;

  content: '';

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue:hover::before {
  opacity: 1;
}

.input-phone {
  transition: all 0.3s ease;
}

.input-phone:focus,
.input-phone:hover {
  border-color: #03439e;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.13);
}

.price-table__btn-green {
  cursor: pointer;
}

.price__show-pay,
.price__show-text {
  font-family: "Myriad Pro Semibold";
}

.price__show-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price__show-btn:hover {
  border-color: transparent;
}

.umodal-input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.umodal-input:hover, .umodal-input:focus {
  border-color: #767676;
}
/*
.price-table__btn-green {
  height: 50px;
} */

.price-table__btn-green:hover::before {
  top: -1px;
  border-radius: 2px;
  height: calc(100% + 1px);

  box-shadow: 0 4px 8px 0 rgba(77, 163, 91, 0.45) ;
}

.header-phone__icon {
  width: 13px;
  height: 13px;

  transform: rotate(-15deg) translateY(1px);
}

.close  {
  font-size: 1.2rem;
}

.main-screen-form__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__show button,
.price-show button {
  display: none;
}

.price__show-pay {
  margin-left: auto;
}

table tbody tr:nth-of-type(n+6) {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-menu {

  }

  .examples-card__descr-item:first-child {
    min-height: 110px;
  }

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

  .footer-phone__btn  {
      width: 135px;
  }

  .footer-menu__list {
    flex-wrap: wrap;
  }

  .header-menu__list {
    flex-wrap: wrap;
  }

  .header-menu__item,
  .footer-menu__link + li {
    margin-left: 0;
    margin-right: 12px;

    font-size: 12px;
  }

  .footer-menu__link  {
    margin-right: 12px;
    font-size: 12px;
  }

  .footer-menu__link a {
    font-size: 12px;
  }

  .header-menu.fixed .header-menu__item {
    margin-left: 0;
  }

  .footer-menu {
    padding-left: 0;
  }

  .footer__politic {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .swiper-container {
    max-width: 500px;
  }

  .examples-card__descr-item:first-child {
    min-height: 60px;
  }

  .map {
    margin-top: 50px;
    position: unset;
  }


  .footer-nav {
    padding-right: 15px;
  }

  .feedback__descr {
    margin-bottom: 0;
  }

  .footer__politic-mob {
    margin-top: 30px;
  }

  .footer-politic {
    margin-top: 15px;
  }

  .location-advantages__feedback-politic {
    text-align: center;
  }

  .footer-logo-wrap {
    padding-right: 15px;
  }

  .hamburger {
    padding: 0;
  }

  .footer-menu__link {
    margin-right: 0;
  }

  .header-menu__item, .footer-menu__link + li {
    margin-right: 0;
    font-size: 14px;
  }

  .footer-menu__link a {
    font-size: 14px;
}

.header__mobile-menu {
  top: 60px;
}
}

.examples-card__descr-col:first-child {
  width: 55%;
}

.examples-card__descr-col:last-child {
  width: 40%;
}

@media screen and (max-width: 767px) {
  td:nth-of-type(3) {
    display: none;
  }

  .header__mobile-menu {
    top: 53px;
}

.examples-card__descr-item:first-child {
  min-height: auto;
}


.price__show-pay {
  margin-left: 0;
}

.examples-card__descr-col:first-child {
  width: 100%;
}

.examples-card__descr-col:last-child {
  width: 100%;
}

  .feedback {
    padding-top: 34px;
    background-image: none;
    background-color: #f9f9f9;
  }
  .examples {
    padding-bottom: 34px;
  }

  .main {
    background-image: none;
    background-color: #f9f9f9;
  }

  .feedback__text {
    max-width: 100%;
  }


  td:nth-of-type(1) {
    width: 65%;
  }

  td:nth-of-type(2) {
    width: 25%;
  }

  @media screen and (max-width: 767px) {
    td:nth-of-type(1) {
      width: 60%;
    }
  }

  .price-table__name {
    padding-left: 15px;
  }

  .price__show {
    flex-direction: column;
  }

  .price__show-text {
    margin-bottom: 25px;

    text-align: center;
  }

  .price-table__cost::before {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #5ea0ff;
  }

  .main-screen__sub-title {
    font-size: 16px;
  }

  .btn-blue {
    width: 100%;
  }

  .button-grey {
    width: 100%;
  }

  .umodal-input {
    width: 100%;
  }

  .modal-content form {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .price {
    background-color: #fff;
  }

  .modal-body {
    padding-bottom: 45px;
}

.price__show button,
.price-show button {
  display: block;
  margin-top: 15px;
}

.main-screen-form__items {
  flex-direction: column;
  width: 100%;
}

.umodal-soglash {
  margin-top: 15px;
}

.modal__textfield {
  margin-top: 15px;
}

  .main-screen__input-wrapper {
    width: 100%;
  }

  .modal-dialog {
    margin: 0;
  }

  .modal-content {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-screen-form__input,
  .modal__textfield {
    width: 100%;
  }

  .main-screen-form__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .price__crash-title {
    margin-bottom: 30px;
  }

  .location-advantages {
    padding: 20px 15px 20px 15px;
  }

  .feedback-form__col {
    padding-right: 15px;
    padding-left: 15px;
  }

  .feedback-form__title,
  .feedback-form__sub-title {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .feedback-form__time {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .examples-card__descr-col + div {
    margin-top: 20px;
  }

  .examples-card__inner {
    padding: 15px 10px 15px 10px;
  }

  .examples-card__title {
    flex-direction: column;
  }

  .examples-card__title-img {
    width: 100%;
  }

  .examples-card__title-text {
    margin-bottom: 15px;
  }

  .examples-card__descr-col {
    width: 100%;
  }

  .examples-card__descr {
    padding-top: 15px;
  }

  .btn-next,
  .btn-prev {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #5ea0ff;
    border-radius: 4px;
  }

  .btn-next svg, .btn-prev svg {
    width: 15px;
    height: 15px;

    fill: #fff;
  }

  .btn-next svg:hover, .btn-prev svg:hover {
    fill: #fff;
}


  .examples-card__descr-col > .examples-card__descr-item + div {
    margin-top: 15px;
  }

  .examples-card__title-text {
    margin-right: 0;
  }

  .examples-card__descr-text {
    margin-top: 5px;
  }

  .btn-prev svg {
    transform: rotate(-180deg) translateY(0);
  }

  .examples-card__title {
    padding-bottom: 15px;
  }

  .footer-phone__link {
    margin-right: 0;
  }

  .dropdown__menu {
    top: 137%;
  }

  .location-map {
    margin-top: 15px;
  }

  .feedback__title {
    padding-top: 0;
  }

  td:before  {
    height: 48px;
  }
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
