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

/* 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;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2; }

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

input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 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]) {
  -webkit-text-decoration-skip: ink;
          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; }


/* 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;
         -o-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;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:hover {
  text-decoration: none;
  color: #007bff; }

input {
  line-height: normal;
  opacity: 1;
}


input::-webkit-input- {
  line-height: normal;
  opacity: 1;
  color: #000;
}

.input:-moz-placeholder {
  line-height: normal;

  color: #000;
  opacity: 1;
}

.input::-moz-placeholder {
  line-height: normal;
  color: #000;
  opacity: 1;
}

.input:-ms-input-placeholder {
  line-height: normal;

  color: #000;
  opacity: 1;
}

@font-face {
  font-family: 'Circe-Bold';
  /* Гарнитура шрифта */
  src: url(../fonts/Circe-Bold.woff);
  /* Путь к файлу со шрифтом */
  font-weight: normal;
  font-display: block;
}
@font-face {
  font-family: 'Circe-ExtraBold';
  /* Гарнитура шрифта */
  src: url(../fonts/Circe-ExtraBold.woff);
  /* Путь к файлу со шрифтом */
  font-weight: normal;
  font-display: block; }
@font-face {
  font-family: 'Circe-Regular';
  /* Гарнитура шрифта */
  src: url(../fonts/Circe-Regular.woff);
  /* Путь к файлу со шрифтом */
  font-weight: normal;
  font-display: block; }
@font-face {
  font-family: 'Circe-Light';
  /* Гарнитура шрифта */
  src: url(../fonts/Circe-Light.woff);
  /* Путь к файлу со шрифтом */
  font-weight: normal;
  font-display: block; }

body {
  line-height: 1.2;
  font-family: 'Circe-Regular', sans-serif; }

/* =================== Общие элементы начало =================== */
.logo__title {
  font-family: 'Circe-ExtraBold', sans-serif;
  font-size: 16px; }
.logo__subtitle {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 14px; }
.logo__text {
  max-width: 160px;
  margin-left: 10px; }
.logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon-logo {
  width: 36px;
  height: 36px; }

.icon-phone {
  width: 13px;
  height: 13px;
  margin-right: 5px; }

.icon-phonebig {
  width: 16px;
  height: 16px;
  margin-right: 10px; }

.icon-facts {
  width: 46px;
  height: 46px; }

.button-grey {
  position: relative;
  width: 194px;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background-color: #393939;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Circe-ExtraBold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button-grey:hover {
    background-color: #000000; }
  @media only screen and (max-width: 991px) {
    .button-grey:hover {
      background-color: #393939; } }

.button-blue {
  position: relative;
  /*width: 259px;
  height: 61px;*/
  border-radius: 12px;
  border: 0;
  background-image: -moz-linear-gradient( 0deg, rgb(0,79,200) 0%, rgb(0,150,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,79,200) 0%, rgb(0,150,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,79,200) 0%, rgb(0,150,255) 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Circe-ExtraBold', sans-serif;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button-blue::before {
    position: absolute;
    border-radius: 12px;
    border: 0;
    background-image: -moz-linear-gradient( 0deg, #307bef 0%, #202b79 100%);
    background-image: -webkit-linear-gradient( 0deg, #307bef 0%, #202b79 100%);
    background-image: -ms-linear-gradient( 0deg, #307bef 0%, #202b79 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Circe-ExtraBold', sans-serif;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%; }
  .button-blue:hover::before {
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    .button-blue:hover {
      opacity: 1; }
      .button-blue:hover::before {
    opacity: 0; } }

.input-phone {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 12px;
  background-color: white;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .input-phone:focus {
    border-color: #fba31e; }
  @media only screen and (max-width: 767px) {
    .input-phone {
      padding-left: 0px;
      text-align: center; } }

.title-section {
  font-size: 46px;
  font-family: 'Circe-Bold', sans-serif;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .title-section {
      font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    .title-section {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .title-section {
      font-size: 24px; } }

.color-blue {
  color: #0095ff; }

.phone a {
  color: #000; }
  .phone a:hover {
    color: #0095ff; }
  @media only screen and (max-width: 991px) {
    .phone a:hover {
      color: #000; } }

/* =================== Общие элементы конец =================== */
@media only screen and (max-width: 1199px) {
  .header {
    height: auto; } }
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header__main {
  position: relative;
  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; }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px; }
  @media only screen and (max-width: 991px) {
    .header__menu {
      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-left: 33px;
  font-size: 16px;
  font-family: 'Circe-ExtraBold', sans-serif; }
  @media only screen and (max-width: 1199px) {
    .header__phone {
      margin-top: auto;
      margin-bottom: auto; } }
  @media only screen and (max-width: 991px) {
    .header__phone {
      display: none; } }
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px; }
  @media only screen and (max-width: 1199px) {
    .header__button {
      width: 140px; } }
  @media only screen and (max-width: 991px) {
    .header__button {
      display: none; } }


.you-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @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; } }
  .you-city__text {
    margin-right: 15px;
    font-family: 'Circe-Bold', sans-serif;
    font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .you-city {
      display: none; } }

.ul-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .ul-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 184px; } }

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

.li-menu {
  margin-right: 10px;
  list-style-type: none;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1199px) {
    .li-menu {
      margin-right: 3px;
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 3px;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; } }
  @media only screen and (max-width: 767px) {
    .li-menu {
      font-size: 16px;
      margin-bottom: 7px;
      margin-right: 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  .li-menu:last-child {
    margin-right: 0; }
  .li-menu:hover {
    color: #0096ff; }
  @media only screen and (max-width: 991px) {
    .li-menu:hover {
      color: #000; } }

.li-menu a {
  color: #000; }
  .li-menu a:hover {
    color: #0096ff; }
  @media only screen and (max-width: 991px) {
    .li-menu a:hover {
      color: #000; } }

.repair {
  padding-top: 102px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 991px) {
    .repair {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .repair {
      background-image: url("") !important;
      background-color: #09090a; } }
  .repair__button {
    width: 259px;
    height: 60px; }
    @media only screen and (max-width: 1199px) {
      .repair__button {
        width: 39%; } }
    @media only screen and (max-width: 767px) {
      .repair__button {
        width: 80%; } }
  .repair__inner {
    padding-top: 105px; }
    @media only screen and (max-width: 767px) {
      .repair__inner {
        padding-top: 40px; } }
  .repair__title {
    /*padding-top: 105px;*/
    font-size: 45px;
    font-family: 'Circe-ExtraBold', sans-serif;
    color: #ffffff;
    line-height: 0.9; }
    @media only screen and (max-width: 1199px) {
      .repair__title {
        font-size: 39px; } }
    @media only screen and (max-width: 991px) {
      .repair__title {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .repair__title {
        font-size: 23px; } }
  .repair__subtitle {
    margin-top: 30px;
    font-size: 28px;
    font-family: 'Circe-Regular', sans-serif;
    color: #0095fe;
    line-height: 1.5; }
    @media only screen and (max-width: 1199px) {
      .repair__subtitle {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .repair__subtitle {
        font-size: 16px; } }
  .repair__form {
    margin-top: 50px;
    padding-bottom: 145px; }
    @media only screen and (max-width: 767px) {
      .repair__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 30px; } }
  .repair__form-text {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Circe-Regular', sans-serif; }
    @media only screen and (max-width: 767px) {
      .repair__form-text {
        font-size: 18px; } }
  .repair__form-input {
    width: 100%;
    height: 60px;
    margin-right: 9px; }

    @media only screen and (max-width: 767px) {
      .repair__form-input {
        margin-bottom: 10px; } }
  .repair__form-main {

    margin-top: 15px;
    margin-bottom: 11px; }
  .repair__form-politic {
    /*padding-top: 11px;*/
    font-size: 12px;
    color: #767575;
    font-family: 'Circe-Regular', sans-serif; }
  .repair__img {
    position: relative;
    overflow: hidden; }

.border-minute {
  padding-left: 12px;
  padding-right: 12px;
  border-width: 1px;
  border-color: #0095fe;
  border-style: dotted;
  border-radius: 3px;
  font-family: 'Circe-Bold', sans-serif;
  white-space: nowrap; }

.washing-m {
  position: absolute;
  bottom: -80px;
  right: 15px;}
  @media only screen and (max-width: 991px) {
    .washing-m {
      display: none; } }

.why-we {
  padding-top: 60px; }

  .why-we__big-block {
    width: 100%;
    height: 305px;
    margin-top: 20px;
    background: -o-linear-gradient(45deg, #424251, #282535);
    background: linear-gradient(45deg, #424251, #282535);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .why-we__big-block:hover {
      -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35), 0 7px 7px rgba(0, 0, 0, 0.32);
              box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35), 0 7px 7px rgba(0, 0, 0, 0.32); }
    @media only screen and (max-width: 1199px) {
      .why-we__big-block {
        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; } }
    @media only screen and (max-width: 991px) {
      .why-we__big-block {
        min-height: 200px; }
        .why-we__big-block:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  .why-we__big-block-info {
    padding-top: 107px;
    /*padding-bottom: 107px;*/
    padding-left: 50px;
    padding-right: 50px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .why-we__big-block-info {
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 767px) {
      .why-we__big-block-info {
        padding-top: 0; } }
  .why-we__small-block {
    width: 100%;
    height: 230px;
    margin-top: 20px;
    background: -o-linear-gradient(45deg, #424251, #282535);
    background: linear-gradient(45deg, #424251, #282535);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .why-we__small-block:hover {
      -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35), 0 7px 7px rgba(0, 0, 0, 0.32);
              box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35), 0 7px 7px rgba(0, 0, 0, 0.32); }
    @media only screen and (max-width: 991px) {
      .why-we__small-block:hover {
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media only screen and (max-width: 767px) {
      .why-we__small-block {
        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; } }
  .why-we__small-block-info {
    padding-top: 30px;
    /*padding-bottom: 107px;*/
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .why-we__small-block-info {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .why-we__small-block-info {
        padding-top: 0; } }
  .why-we__block-title {
    font-size: 29px;
    font-family: 'Circe-Bold', sans-serif;
    color: #ffffff; }
    @media only screen and (max-width: 1199px) {
      .why-we__block-title {
        font-size: 22px; } }
  .why-we__block-subtitle {
    margin-top: 20px;
    font-size: 20px;
    color: #0095fe;
    font-family: 'Circe-Bold', sans-serif; }
    @media only screen and (max-width: 1199px) {
      .why-we__block-subtitle {
        font-size: 18px;
        margin-top: 10px; } }
  .why-we__title {
    text-align: center;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .why-we__title {
        padding-bottom: 10px; } }

/* ==================== Блок таблицы prices начало ==================== */
.prices {
  padding-top: 60px;
  padding-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .prices {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .prices__title {
    text-align: center; }
  .prices__table {
    width: 100%; }
  .prices__show-all {
    position: relative;
    font-size: 15px;
    font-family: 'Circe-Bold', sans-serif;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .prices__show-all:hover .prices__show-all-text {
      color: #0096ff; }
      .prices__show-all:hover .prices__show-all-text:before {
        background-color: #0096ff; }
  .prices__show-all-text {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .prices__show-all-text:before {
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #cacaca;
      bottom: 0;
      content: "";
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.tr-grey {
  height: 74px;
  border-radius: 12px;
  background-color: #cdcbcb;
  cursor: pointer; }
  .tr-grey:hover .table-price {
    opacity: 0; }
  .tr-grey:hover .table-button {
    opacity: 1;
  z-index: 2; }

.tr-white:hover .table-price {
  opacity: 0; }
.tr-white:hover .table-button {
  opacity: 1;
z-index: 2; }

.table-order {
  position: relative; }

.table-button {
  position: absolute;
  width: 138px;
  height: 42px;
  top: -5px;
  right: -10px;
  opacity: 0;
z-index: -1; }

.td-button {
  display: none;
  padding-right: 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

tr {
  height: 74px; }

.td-name {
  padding-left: 15px;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.td-price {
  padding-right: 35px;
  text-align: right;
  font-size: 20px;
  font-family: 'Circe-Bold', sans-serif;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }
  @media only screen and (max-width: 767px) {
    .td-price {
      font-size: 16px; } }

th.price {
  padding-right: 35px;
  text-align: end;
  color: #9c9c9c;
  font-size: 16px;
  font-family: 'Circe-Medium', sans-serif; }

th.name {
  color: #9c9c9c;
  font-size: 16px;
  font-family: 'Circe-Medium', sans-serif; }

/* ==================== Блок таблицы prices конец ==================== */
/* ==================== Блок stocks начало ==================== */
.stocks__button {
  width: 210px;
  height: 55px;
  margin-bottom: 13px; }
  @media only screen and (max-width: 767px) {
    .stocks__button {
      width: 100%; } }
.stocks__main {
  padding-top: 65px;
  padding-bottom: 70px;
  padding-left: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .stocks__main {
      background-image: none !important;
      background-color: #d4d7d8;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center; } }
.stocks__title {
  padding-bottom: 20px; }
.stocks__politic {
  font-size: 12px;
  font-family: 'Circe-Regular', sans-serif;
  color: #767575; }

/* ==================== Блок stocks конец ==================== */
/* ==================== Блок facts начало ==================== */
.facts {
  margin-top: 75px;
  margin-bottom: 85px; }
  @media only screen and (max-width: 991px) {
    .facts {
      margin-bottom: 50px;
      margin-top: 60px; } }
  .facts__title {
    padding-bottom: 45px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .facts__title {
        padding-bottom: 30px; } }
  .facts__item {
    width: 100%;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 12px;
    background-color: #302d3d;
    -webkit-box-shadow: 0px 11px 35px 0px rgba(173, 172, 171, 0.64);
            box-shadow: 0px 11px 35px 0px rgba(173, 172, 171, 0.64);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .facts__item:hover {
      -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.7);
              box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 991px) {
      .facts__item {
        margin-bottom: 20px; } }
  .facts__item-title {
    padding-top: 30px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Circe-ExtraBold', sans-serif; }
  .facts__item-text {
    margin-top: 5px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Circe-Regular', sans-serif;
    padding-right: 7px;
    padding-left: 7px; }

/* ==================== Блок facts конец ==================== */
/* ==================== Блок about начало ==================== */
.about {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .about {
      margin-bottom: 50px; } }
  .about__title {
    font-size: 32px;
    font-family: 'Circe-Bold', sans-serif;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .about__title {
        text-align: center; } }
  .about__text {
    font-family: 'Circe-Regular', sans-serif;
    font-size: 16px;
    color: #241959; }
    @media only screen and (max-width: 991px) {
      .about__text {
        text-align: center;
        margin-bottom: 15px; } }
  .about__img {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.bold-text {
  font-family: 'Circe-ExtraBold', sans-serif; }

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

/* ==================== Блок about конец ==================== */
/* ==================== Блок stages начало ==================== */
.stages__item-wrapper:last-child .stages__item-number:before {
  display: none; }
.stages__title {
  text-align: center;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .stages__title {
      padding-bottom: 20px; } }
.stages__item {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
.stages__item-title {
  font-family: 'Circe-Bold', sans-serif;
  font-size: 20px; }
  @media only screen and (max-width: 1199px) {
    .stages__item-title {
      font-size: 17px; } }
.stages__item-number {
  position: relative;
  padding-top: 11px;
  font-size: 32px;
  font-family: 'Circe-Bold', sans-serif;
  color: #0054cc; }
  .stages__item-number:after {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e8e8e8;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    height: 2px;
    width: 100%;
    z-index: -1;
    content: ""; }
  .stages__item-number:before {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -23px;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    content: url("../images/icons/next.svg"); }
    @media only screen and (max-width: 991px) {
      .stages__item-number:before {
        display: none; } }

/* ==================== Блок stages конец ==================== */
/* ==================== Блок bottom-form начало ==================== */
.bottom-form {
  margin-top: 100px; }
  @media only screen and (max-width: 991px) {
    .bottom-form {
      text-align: center;
      margin-top: 20px; } }
  .bottom-form__wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .bottom-form__wrapper {
        background-image: none !important;
        background-color: #252524;
        padding-left: 15px;
        padding-right: 15px; } }
  .bottom-form__title {
    font-size: 41px;
    padding-top: 105px; }
    @media only screen and (max-width: 767px) {
      .bottom-form__title {
        padding-top: 30px;
        font-size: 18px; } }
  .bottom-form__text {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Circe-Regular', sans-serif; }
    @media only screen and (max-width: 767px) {
      .bottom-form__text {
        font-size: 16px; } }
  .bottom-form__inner {
    padding-top: 66px;
    padding-bottom: 85px; }
    @media only screen and (max-width: 767px) {
      .bottom-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;
        padding-top: 30px;
        padding-bottom: 30px; } }
  .bottom-form__desc {
    font-size: 24px;
    font-family: 'Circe-Bold', sans-serif; }
    @media only screen and (max-width: 767px) {
      .bottom-form__desc {
        font-size: 18px; } }
  .bottom-form__input {
    width: 100%;
    height: 60px;
    margin-right: 10px; }
    @media only screen and (max-width: 991px) {
      .bottom-form__input {
        width: 100%;
        height: 60px;
        margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .bottom-form__input {
        margin-bottom: 10px; } }
  .bottom-form__button {
    width: 260px;
    height: 60px; }
    @media only screen and (max-width: 991px) {
      .bottom-form__button {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .bottom-form__button {
        width: 100%; } }
  .bottom-form__politic {
    font-size: 12px;
    font-family: 'Circe-Regular', sans-serif;
    color: #767575; }

.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .form-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.bottom-man {
  position: absolute;
  width: 475px;
  height: 375px;
  right: -117px;
  bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 991px) {
    .bottom-man {
      display: none; } }

/* ==================== Блок bottom-form начало ==================== */
.reviews {
  padding-top: 63px; }

  .reviews__title {
    padding-bottom: 45px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .reviews__title {
        padding-bottom: 30px; } }
  .reviews__item {
    width: 100%;
    min-height: 384px;
    padding-bottom: 55px;
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 15px;
    border-radius: 12px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(165, 165, 165, 0.22);
            box-shadow: 0px 3px 25px 0px rgba(165, 165, 165, 0.22);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .reviews__item:hover {
      -webkit-box-shadow: 0px 6px 35px 0px rgba(165, 165, 165, 0.62);
              box-shadow: 0px 6px 35px 0px rgba(165, 165, 165, 0.62); }
    @media only screen and (max-width: 991px) {
      .reviews__item {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        min-height: 200px; } }

  .reviews__item-title {
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'Circe-Bold', sans-serif; }
  .reviews__text {
    font-size: 16px;
    font-family: 'Circe-Regular', sans-serif; }
  .reviews__show-all {
    margin-top: 22px;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .reviews__show-all:hover .reviews__show-all-text {
      color: #0096ff; }
      .reviews__show-all:hover .reviews__show-all-text:before {
        background-color: #0096ff; }
  .reviews__show-all-text {
    position: relative;
    font-size: 16px;
    font-family: 'Circe-Regular', sans-serif;
    color: #cacaca;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .reviews__show-all-text:before {
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #cacaca;
      bottom: 0;
      content: "";
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.showed-reviews {
  padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .showed-reviews {
      padding-top: 0px; } }

/* ========================= Гамбургер меню ========================= */
.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; }

.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; }
 }
	.mobile-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	padding-top: 40px;

	padding-bottom: 40px;
}


/* ========================= ============== ========================= */
.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-bottom: 20px;
  font-size: 17px;
  font-family: Circe-ExtraBold, sans-serif; }

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

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

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

.mob-li-menu {
  margin-bottom: 15px;
  list-style-type: none;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Circe-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mob-li-menu:last-child {
    margin-right: 0; }

.mob-li-menu a {
  color: #000000; }

/* ========================= 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: 12px;
}

.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: 15px;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 40px rgba(109, 109, 109, 0.14);
  box-shadow: 0 0 40px rgba(109, 109, 109, 0.14);
  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%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%); }

.dropdown_theme_2 .dropdown__caret {
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(../images/icons/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-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 .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: #008aff;
  color: #fff; }

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

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

.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-family: 'Circe-ExtraBold', sans-serif;
  font-size: 26px;
  text-align: center;
  color: black; }

.umodal-text {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 50px; }

.umodal-soglash {
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Circe-Regular', sans-serif;
  text-align: center; }

.input-blue {
  font-size: 18px;
  border-width: 1px;
  border-color: #0053cb;
  border-style: solid;
  border-radius: 12px;
  background-color: white;
  width: 220px;
  height: 45px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Circe-Light', sans-serif; }
  @media only screen and (max-width: 991px) {
    .input-blue {
      width: 100%;
    padding-left: 15px; } }

.input-blue::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-blue::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-blue:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-blue::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-blue::placeholder {
  color: #000;
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-blue::-webkit-input-placeholder{
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif; }

.input-grey {
  font-size: 14px;
  text-align: center;
  border-width: 2px;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 12px;
  background-color: white;
  width: 220px;
  height: 45px;
  margin-bottom: 20px;
  font-family: 'Circe-Bold', sans-serif; }


  .modal .input-grey {
    font-size: 14px;
  }

.input-grey::-webkit-input-placeholder {
  color: black;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  }

.input-grey::-moz-placeholder {
  color: black;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  }

.input-grey:-ms-input-placeholder {
  color: black;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  }

.input-grey::-ms-input-placeholder {
  color: black;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  }

.input-grey::placeholder {
  color: black;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  }
.input-grey::-webkit-input-placeholder{
        font-size: 14px;
        font-family: 'Circe-Bold', sans-serif; }



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

/* ========================= Стили контакты ========================= */
.contacts {
  position: relative;
  margin-top: 70px;
  padding-top: 50px; }

.contacts__map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.contacts__form {
  width: 450px;
  margin-top: 14px;
  margin-bottom: 40px; }

@media only screen and (max-width: 991px) {
  .contacts__form {
    width: 100%; }
 }
@media screen and (max-width: 767px) {
  .contacts__map {
    position: static;
    width: 100%;
    height: 350px;
    border-radius: 0; } }
.contacts__inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 10px;*/ }

@media only screen and (max-width: 767px) {
  .contacts__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .contacts__input_name {
    width: 100%; }

  .contacts__input_phone {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px; } }
.textfield_comment {
  height: 103px;
  width: 100%; }

.contacts__input_comment {
  border-width: 1px;
  border-color: #0053cb;
  border-style: solid;
  border-radius: 16px;
  background-color: white;
  height: 105px;
  width: 100%;
  resize: none;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 10px;
  font-family: 'Circe-Light', sans-serif;
  font-size: 16px; }

textarea::-webkit-input-placeholder {
  color: black; }

textarea::-moz-placeholder {
  color: black; }

textarea:-ms-input-placeholder {
  color: black; }

textarea::-ms-input-placeholder {
  color: black; }

textarea::placeholder {
  color: black; }

@media screen and (max-width: 991px) {
  .contacts__input_comment {
    padding-left: 15px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__title {
    text-align: center; }

  .contacts__input_comment {
    padding-top: 20px; } }
.contacts__desc {
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif;
  /*margin-top: 11px;*/
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .contacts__desc {
    text-align: center; } }
.contacts__phone {
  font-family: 'Circe-ExtraBold', sans-serif;
  font-size: 26px;
  color: #333; }

@media only screen and (max-width: 767px) {
  .contacts__phone {
    text-align: center; } }
.contacts__text {
  font-family: 'Circe-ExtraBold', sans-serif;
  font-size: 18px;
  color: #000; }

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

@media only screen and (max-width: 767px) {
  .contacts__sumbit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

  .contacts__text {
    text-align: center; }

  .contacts__title {
    margin-bottom: 10px; } }
.contacts__form-sogl {
  font-family: 'Circe-Light', sans-serif;
  font-size: 12px;
  width: 100%; }

.contacts__form_button {
  border: none;
  color: white;
  font-size: 14px;
  margin-right: 10px;
  min-width: 140px;
  height: 45px;
  position: relative;
  z-index: 2; }

.contacts__form_button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.contacts__form_button:hover::before {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .contacts__form_button {
    margin-bottom: 15px;
    margin-right: 0px; } }
@media only screen and (max-width: 767px) {
  .contacts__form_button {
    width: 100%; } }
.li-footer {
  list-style-type: none;
  margin-right: 25px;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 16px;
  cursor: pointer; }

.li-footer:hover {
  color: #ff4200; }

@media only screen and (max-width: 1199px) {
  .li-footer {
    margin-right: 15px; } }
.ul-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 991px) {
  .ul-footer {
    display: none; } }
.footer__contacts {
  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__main {
  /* display: flex; */
  padding-top: 27px;
  /* align-items: center; */ }

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .footer__phone {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  font-size: 18px;
  font-family: 'Circe-ExtraBold', sans-serif; }
  @media only screen and (max-width: 991px) {
    .footer__phones {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 0px; } }

@media only screen and (max-width: 1199px) {
  .footer__phone {
    font-size: 20px; } }
@media only screen and (max-width: 991px) {
  .footer__phone {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px; } }
.footer__politic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-top: 15px; }

.footer__politic_sogl {
  padding: 0;
  color: #bcbcbc;
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif; }

@media only screen and (max-width: 1199px) {
  .footer__politic_sogl {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px; }

  .footer__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px; }

  .logo__text-desc {
    font-size: 10px; } }
.footer__politic_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0px;
  margin-left: auto;
  color: #bcbcbc;
  text-decoration: none;
  margin-left: auto;
  margin-right: 6px; }

.footer__politic_link span {
  position: relative; }

.footer__politic_link span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
  opacity: 1;
  content: '';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer__politic_link:hover span::before {
  opacity: 0; }

@media only screen and (max-width: 991px) {
  .footer__politic_link {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px; }

  .footer .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

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

  .footer__politic_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media only screen and (max-width: 991px) {
  .footer__politic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 30px; } }
footer {
  -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);
  padding-bottom: 30px;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .contacts__form_button:hover::before {
    opacity: 0; } }
@media screen and (max-width: 991px) {
  .call-me__phone {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #000; }

  .call-me__button {
    padding-top: 10px;
    padding-bottom: 40px;
    margin-left: 0; }

  .icon__phone {
    fill: #000; } }
@media screen and (max-width: 767px) {
  .call-me__button {
    width: 100%; }

  .button_black {
    width: 100%; }

  .textfield__control:hover {
    background-color: #fff; }

  .textfield__control:focus {
    /*background-color: #e6eaef;*/ }

  .input-grey {
    width: 100%; }

  .button-grey {
    width: 100%; }

  .footer__button {
    width: 100%; }

  .call-me__button {
    width: 290px;
    margin-left: auto;
    margin-right: auto; }

  .contacts {
    margin-top: 50px;
    padding-top: 0; } }
.black {
  color: #333; }

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

.close {
  font-family: 'Circe-Regular', sans-serif;
  opacity: 1;
  color: #0b0b0b;
  font-weight: normal;

  font-size: 28px;
}

.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; }
  @media only screen and (max-width: 991px) {
    .footer__logo {
      margin-bottom: 15px; } }

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

@media only screen and (max-width: 991px) {
  .center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.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;
  -o-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;
  -o-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;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;

  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;

  background-color: #fff;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.header.fixed {
  padding-top: 5px;
  padding-bottom: 5px;
  -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__menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}


.header__menu.fixed {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.you-city {
  opacity: 1;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

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

.repair__input-wrapper {
  display: inline-block;
  margin-right: 10px;
  width: 342px;
}

.input-blue,
.contacts__input_comment {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-blue:focus,
.contacts__input_comment:focus {
  -webkit-box-shadow: 0 0 10px 5px rgba(165, 165, 165, 0.3);
          box-shadow: 0 0 10px 5px rgba(165, 165, 165, 0.3);
}

.hamburger {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__mobile-menu {
	position: fixed;
	top: 61px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 998;

	display: none;
}

.reviews__item-wrapper {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.reviews__lists {
	margin-left: -10px;
	margin-right: -10px;
}


@media screen and (max-width: 1199px) {
  .why-we__small-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-man {
      width: 394px;
      background-size: contain;
      background-position: bottom;
  }
  .bottom-form__desc {
    font-size: 20px;
}
}


@media screen and (max-width: 991px) {
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
		-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);
	}

	.you-city__text {
		margin-right: 0;
		margin-bottom: 3px;
	}

	.repair {
		padding-top: 72px;
	}

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

	.why-we__block-title {
		font-size: 19px;
	}

	.repair__form {
		padding-bottom: 105px;
	}

	.why-we__block-subtitle  {
		font-size: 16px;
	}

	.stocks__main {
		padding: 50px;
	}

	.stocks__title {
		text-align: center;
	}

	.stocks__button {
		margin-left: auto;
		margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.stocks__politic {
		text-align: center;
	}

	.bottom-form {
		padding-top: 30px;
	}

	.bottom-form__wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	.bottom-form__title {
		padding-top: 60px;
	}

	.bottom-form__title {
		font-size: 32px;
	}

	.bottom-form__text {
		font-size: 18px;
	}

	.bottom-form__inner {
		padding-bottom: 60px;
	}

	.reviews__item {
		height: 100%;
	}

	.contacts {
		margin-top: 60px;
	}

	.footer__links .ul-menu {
		margin-top: 20px;
		-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;
	}

	.li-menu {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.about__text  {
		text-align: left;
	}
}


@media screen and (max-width: 767px) {
	.mob-button {
		width: 290px;
		margin-left: auto;
		margin-right: auto;
	}

	.repair__input-wrapper {
		width: 100%;
		margin-right: 0em;
	}

	.repair__button {
		width: 100%;
	}

	.repair__form {
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.why-we  {
		padding-top: 50px;
	}

	.why-we__big-block {
		height: 160px;
		margin-top: 10px;
	}

	.why-we__small-block {
		height: 160px;
		margin-top: 10px;
	}

	.table-button {
		display: none;
	}

	.tr-grey:hover .table-price {
		opacity: 1;
	}

	.td-name {
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;

		width: 60%;
	}

	tr {
		height: auto;
	}

	.tr-grey {
		height: auto;
	}

	.prices__show-all {
		margin-top: 15px;
	}

	.td-price {
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.prices__table {
		margin-top: 20px;
	}

	th.name {
		padding-left: 10px;
	}

	th.price {
		padding-right: 10px;
	}

	th {
		padding-bottom: 10px;
	}

	.stocks__main {
		padding: 30px;
	}

	.facts {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.facts__item {
		padding: 25px 15px;
		min-height: 160px;
		height: auto;
		margin-bottom: 10px;
	}

	.facts__item-title {
		padding-top: 20px;
	}

	.about__title {
		padding-bottom: 25px;
		font-size: 24px;
	}

	.stages__title {
		margin-bottom: 10px;
	}

	.bottom-form {
		margin-top: 0;
	}

	.bottom-form__title {
		padding-top: 30px;
		font-size: 22px;
	}

	.bottom-form__text {
		font-size: 16px;
	}

	.bottom-form__wrapper  {
		padding: 0 15px;
	}

	.bottom-form__desc {
		font-size: 18px;
	}

	.bottom-form__desc {
		font-size: 16px;
	}

	.bottom-form__inner {
		padding-bottom: 30px;
	}

	.reviews__item {
		padding: 30px 15px;
	}
}


.reviews__item-wrapper:nth-child(n+4) {
  display: none;
}

.prices__button {
  display: none;
}

.modal-dialog {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .prices__button {
    width: 200px;
    height: 50px;
    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-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }

  .modal-dialog {
    padding-right: 0;
    padding-left: 0;
  }

  .upmodal-soglash {
    margin-top: 10px;
  }

  .input-grey {
    margin-bottom: 10px;
  }

  .umodal-text {
    margin-bottom: 15px;
  }

  .modal-body {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .table-button.button-blue {
    display: none;
  }

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

  .reviews__item-wrapper  {
    margin-bottom: 10px;
  }

  .textfield:nth-child(2) .input-blue {
      margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
.modal-dialog.modal-dialog-centered {
    padding-right: 15px;
  }

  .input-grey {
    width: 100%;
  }
  .modal__textfield {
    width: 100%;
  }

  .button-grey {
    width: 100%;
  }

  .button-blue {
    width: 100%;
  }
}

.bottom-form__input.input-phone {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone::-webkit-input-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone::-moz-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone:-ms-input-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone::-ms-input-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone::placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone::-webkit-input- {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone:-moz-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}


.bottom-form__input.input-phone::-moz-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.bottom-form__input.input-phone:-ms-input-placeholder {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 16px;
  color: #000;
}

.input-phone,
.input-gray {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-phone::-webkit-input-placeholder, .input-gray::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-phone::-moz-placeholder, .input-gray::-moz-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-phone:-ms-input-placeholder, .input-gray:-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-phone::-ms-input-placeholder, .input-gray::-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-phone::placeholder,
.input-gray::placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}

.input-phone::-webkit-input-,
textarea::-webkit-input-,
.input-gray::-webkit-input- {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}

.input-phone:-moz-placeholder,
textarea:-moz-placeholder,
.input-gray:-moz-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
  opacity: 1;
}

.input-phone::-moz-placeholder,
textarea:-moz-placeholder,
.input-gray::-moz-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}

.input-phone:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-gray:-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;

  color: #000;
}


.input-blue {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.contacts__input_comment {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;
}

.input-blue::-webkit-input-placeholder, .contacts__input_comment::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue::-moz-placeholder, .contacts__input_comment::-moz-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue:-ms-input-placeholder, .contacts__input_comment:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue::-ms-input-placeholder, .contacts__input_comment::-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue::placeholder,
.contacts__input_comment::placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue::-webkit-input-,
.contacts__input_comment::-webkit-input- {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue:-moz-placeholder,
.contacts__input_comment:-moz-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue::-moz-placeholder,
.contacts__input_comment:-moz-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.input-blue:-ms-input-placeholder,
.contacts__input_comment:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;

  color: #000;
}

.bottom-form__input.input-phone {
  font-size: 16px;
  font-family: 'Circe-Regular', sans-serif;
}

.textfield {
  display: inline-block;
}

.border-minute {
  border-color: orange;
  color: orange;
}