/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Basics */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  font-size: 10px;
  font-family: 'Circe-Regular', sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
}
input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a:focus, a:active {
  outline: none;
}
button:focus, button:active {
  outline: none;
}
input:focus, input:active {
  outline: none;
}
textarea:focus, textarea:active {
  outline: none;
}
select:focus, select:active {
  outline: none;
}
div:active, div:focus {
  outline: none;
}
.container {
  max-width: 1170px;
}
/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
/* секции аккордеона */
.accordion .accordion_item {
  display: block;
  width: 100%;
  background-color: #edf3f5;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
/* заголовки панелей аккордеона */
.accordion .title_block {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: 'Circe-Bold', sans-serif;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 16px;
  cursor: pointer;
}
.accordion .title_block:after {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  left: 31px;
  top: 31px;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.accordion .title_plus::before {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  left: 26px;
  top: 30px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}

/* блоки с содержанием */
.accordion .info {
  display: none;
  overflow: hidden;
  padding-top: 0;
  font-size: 16px;
  padding-right: 50px;
  padding-bottom: 40px;
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px;
}
/* активный переключатель, положение вверх */
.question .active_block .question__burger:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:18px
}
.question .question__burger:hover {
  background: #26A69A
}

/* заголовок активного блока  */
.question .active_block .question__burger {
  background: #26A69A;
  color:#fefefe
}
#yaMapMobile {
  display: none;
}
#footerMap2 {
  display: none;
}
/* Colors */
/* Mobile-menu + burger */
.burger {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  background: url(../img/icons/open-menu.svg) no-repeat center center;
  background-size: cover;
}
.close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.close::before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: -100vw;
  background-color: #d9e4e8;
  z-index: 9999;
}
.mobile-menu .menu {
  display: block;
  height: 100%;
}
.mobile-menu .menu-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  height: 100%;
}
/* Sticky header */
header.sticky {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 5;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
}
header.sticky .header__flex {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky nav {
  background: #fff;
  height: 55px;
  width: 45%;
}
.sticky .header__phone {
  font-size: 16px;
  margin-right: 15px;
}
.sticky .header__phone::before {
  top: 3px;
}
.sticky .header__info {
  width: 70%;
  max-width: 200px;
}
.sticky .menu-item .nav-link:hover::before {
  display: none;
}
.sticky nav li a {
  white-space: nowrap;
  padding-top: 22px;
  padding-bottom: 18px;
}
header.active {
  position: fixed;
  border-bottom: 1px solid #f2f2f2;
  top: 0px;
  opacity: 1;
  visibility: visible;
}
/* Section header */
.header {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.header__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.header__top:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  right: 0;
  width: 230%;
  height: 1px;
  background-color: #eef5f8;
}
.header__top {
  padding: 3rem 0;
  position: relative;
}
.header__info {
  max-width: 260px;
}
.header__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
}
.header__logo__img {
  width: 27px;
}
.header__logo__text {
  font-size: 10px;
  color: #000;
  line-height: 1;
  padding-left: 10px;
}
.header__logo__text span {
  font-size: 15px;
  color: #fc8730;
}
.header__logo:hover {
  text-decoration: none;
}
.header__select {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__label {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 14px;
}
.header-select {
  width: 150px;
  outline: none;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}
.header__option {
  font-family: 'Circe-Bold', sans-serif;
  font-size: 14px;
}
.header__contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.header__phone {
  font-size: 22px;
  color: #000;
  margin-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__phone:hover {
  color: #fc8730;
  text-decoration: none;
}
.header__phone::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: url(../img/icons/phone-1.webp) no-repeat center center;
  background-size: cover;
}
.btn {
  display: block;
  height: 30px;
  padding-left: 13px;
  padding-right: 73px;
  background-color: #fc8730;
  color: #fff;
  font-size: 11px;
  font-family: 'Circe-Bold', sans-serif;
  position: relative;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0px 10px 15px #fedec7;
          box-shadow: 0px 10px 15px #fedec7;
}
.btn::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Menu */
.menu {
  display: block;
  width: 100%;
}
.menu-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 100%;
}
.menu-item {
  font-size: 15px;
  font-family: 'Circe-Bold', sans-serif;
}
.menu-item .nav-link {
  text-decoration: none;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-family: 'Circe-Bold', sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item .activeLink::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #c6c6c6;
}
/*.menu-item .nav-link:hover::before {
  display: block;
}*/
.menu-item .nav-link:hover {
  color: #fc8730;
}
/* Section main banner */
.main-banner {
  display: block;
  width: 100%;
  height: 820px;
  background: url(../img/main-bg.webp) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}
.main-banner__title {
  color: #fff;
  font-size: 66px;
  font-family: 'Proxima Nova Bl', sans-serif;
  line-height: 1;
    text-transform: uppercase;
}
.main-banner__sub {
  display: inline-block;
  margin-top: 80px;
  padding: 30px 144px;
  text-align: center;
  color: #fff;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 22px;
  border: 1px dashed #fc8730;
  position: relative;
}
.main-banner__sub::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 100px;
  top: 25px;
  background: url(../img/icons/wallet-white.svg) no-repeat center center;
  background-size: cover;
}
.main-banner__form {
  display: block;
  width: 580px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 44px;
  padding-bottom: 48px;
  background-color: #fc8730;
  border-radius: 5px;
}
.main-banner__subtitle {
  font-size: 31px;
  font-family: 'Circe-ExtraBold', sans-serif;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.main-banner__subtitle span {
  color: #000;
}
.form__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.input {
  display: block;
  width: 49%;
  height: 50px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  padding-left: 20px;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 16px;
}
.main-banner__btn {
  text-align: left;
  padding-left: 30px;
  background-color: #00ac32;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
          box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
}
.main-banner__btn::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.policy {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.1;
}
.policy__link {
  color: #fff;
}
/* Section city */
.city {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.city-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.city-form {
  display: block;
  width: 460px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.city-title {
  font-size: 26px;
  font-family: 'Circe-ExtraBold', sans-serif;
  margin-bottom: 10px;
}
.city-title span {
  color: #00ac32;
}
.city-text {
  color: #c6c6c6;
  font-size: 14px;
  text-align: center;
}
.city-inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.city-input {
  border: 2px solid #c6c6c6;
}
.city-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.city-btn::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.city-call,
.city-phone {
  display: block;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
.city-phone {
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fc8730;
  position: relative;
  margin-top: 5px;
}
.city-phone::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 15px;
  height: 15px;
  background: url(../img/icons/phone-1.webp) no-repeat center center;
  background-size: cover;
}
.city-phone:hover {
  color: #fc8730;
  text-decoration: none;
}
.city-map {
  display: block;
  width: calc(100% - 460px);
  height: 100%;
  position: relative;
}
.city-map__info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px 25px;
  color: #000;
  z-index: 99;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.city-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.city-district {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  height: 100%;
  max-height: 624px;
  padding-left: 64px;
  padding-right: 68px;
  padding-top: 66px;
  padding-bottom: 82px;
  -webkit-box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.city-district__single {
  list-style: none;
}
.city-district__item {
  padding-left: 20px;
  line-height: 1;
  padding-bottom: 13px;
  position: relative;
  font-size: 16px;
}
.city-district__item::before {
  display: block;
  content: '';
  width: 14px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -4px;
  background: url(../img/icons/maps-and-flags.webp) no-repeat center center;
  background-size: cover;
}
.city-subway {
  display: block;
  height: 100%;
  max-height: 624px;
  padding-left: 38px;
  padding-right: 32px;
  padding-top: 66px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.16);
  width: calc(100% - 460px - 30px);
  border-radius: 5px;
}
.city-subway__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.city-subway__title {
  font-size: 30px;
  font-family: 'Circe-Bold', sans-serif;
  margin-bottom: 40px;
  line-height: 1;
}
.city-subway__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.city-subway__item {
  display: block;
  padding-left: 20px;
  line-height: 1;
  padding-bottom: 13px;
  position: relative;
  font-size: 16px;
}
.city-subway__item::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../img/icons/subway-icon.webp) no-repeat center center;
  background-size: cover;
}
.city-subway-btn {
  width: 262px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: 0px 10px 15px #fedec7;
          box-shadow: 0px 10px 15px #fedec7;
}
.city-subway-btn::before {
  display: none;
}
.city-item-title {
  font-size: 20px;
  font-family: 'Circe-Bold', sans-serif;
  margin-bottom: 40px;
}
/* Section feedback */
.feedback {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-top: 90px;
  padding-bottom: 70px;
  background: url(../img/feedback-bg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.feedback__container {
  position: relative;
}
.feedback__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feedback__form {
  background-color: #00ac32;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
}
.feedback__btn {
  background-color: #fc8730;
}
.feedback__btn::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.feedback-right {
  padding-left: 70px;
  position: relative;
}
.feedback-right__subtitle {
  font-size: 42px;
  color: #fff;
  line-height: 1;
}
.feedback-right__images {
  display: block;
  position: absolute;
  bottom: -73px;
  left: 590px;
}
/* Section price */
.title {
  display: block;
  text-align: center;
  font-family: 'Circe-ExtraBold', sans-serif;
  font-size: 26px;
}
.price {
  display: block;
  width: 100%;
  padding-top: 100px;
}
.price__title {
  margin-bottom: 33px;
}
.price__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.price__item {
  background: #d9e4e8;
  border-radius: 5px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 3px 0 3px 70px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  cursor: default;
}
@media (max-width: 575.98px) {
  .price__item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
  }
}
.price__item::before {
  margin: auto;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  content: '';
  width: 70px;
  background: url(../img/icons/settings.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.price__item:hover {
  background: #fff8c8;
}
.price__item:hover .price__tooltip {
  opacity: 1;
  visibility: visible;
}
.price__item:hover .price__item-link {
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  background: #ffa039;
  padding-right: 60px;
}
.price__item:hover .price__item-link::after {
  opacity: 1;
}
.price__item:last-child {
  margin-bottom: 0;
}
.price__item_payments {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}
.price__item_payments:hover {
  background: transparent;
}
.price__item_payments::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e949";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 22px;
  text-align: center;
  background: none;
  color: #ffa039;
  display: none;
}
.price__item-title {
  font-family: 'Circe-Regular', sans-serif;
  font-size: 14px;
  color: #858585;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
@media (max-width: 575.98px) {
  .price__item-title {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
            flex: auto;
  }
}
.price__item-price {
  margin-left: auto;
  font-weight: 600;
  font-size: 18px;
  width: 127px;
  max-width: 100%;
  text-align: center;
  font-family: 'Circe-Bold', sans-serif;
}
@media (max-width: 575.98px) {
  .price__item-price {
    font-size: 14px;
    width: auto;
    margin-left: 0;
  }
}
.price__item-action {
  width: 140px;
  max-width: 100%;
  text-align: right;
}
.price__item-link {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007eff;
  font-family: 'Circe-Bold', sans-serif;
  font-size: 14px;
  padding-right: 18px;
}
.price__item-link::after {
  opacity: 0;
}
.price__more {
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fc8730;
  text-decoration: underline;
  position: relative;
}
.price__more::before {
  display: block;
  content: '';
  width: 29px;
  height: 16px;
  position: absolute;
  left: -50px;
  top: 2px;
  background: url(../img/icons/see_all.webp) no-repeat center center;
  background-size: cover;
}
.price__more:hover {
  text-decoration: none;
}
.price__more-link {
  color: #ff9c00;
  border-bottom: 1px solid #ff9c00;
}
.price__more-link:hover {
  text-decoration: none;
  color: #ff9c00;
  border-bottom-color: transparent;
}
.price__payment-title {
  color: #c3c3c3;
  font-weight: 600;
  font-size: 13px;
  width: 230px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .price__payment-title {
    width: 100%;
    margin-top: 15px;
  }
}
.price__payment-img {
  max-width: 100%;
}
.price__tooltip {
  bottom: 60px;
  left: 0px;
  position: absolute;
  background-color: #00b7f4;
  padding: 15px 30px 20px 30px;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
  color: #fff;
}
.price__tooltip-triangle {
  border: 20px solid transparent;
  border-top: 20px solid #00b7f4;
  position: absolute;
  bottom: -30px;
  left: 17px;
}
.button_icon {
  position: relative;
  padding-right: 60px;
  display: inline-block;
  border: 0;
  background: #ffa039;
  color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 18px;
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button_icon::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .button_icon::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.button_icon_min::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.button_icon_phone::after {
  content: "\e901";
}
.button_icon_next::after {
  content: "\e91c";
}
/* Section work */
.work {
  display: block;
  width: 100%;
  padding-top: 90px;
}
.work__title {
  margin-bottom: 40px;
}
.work__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 280px;
  -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 57px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.work__block:hover {
  background-color: #fc8730;
}
.work__block:hover .work__subtitle {
  color: #fff;
}
.work__block:hover .work__text {
  color: #fff;
}
.work__block:hover .work__img {
  fill: #fff;
}
.work__img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto 30px;
}
.work__subtitle {
  font-size: 16px;
  font-family: 'Proxima Nova Bold', sans-serif;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.work__text {
  font-size: 14px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
}
/* Section masters */
.masters {
  display: block;
  width: 100%;
  padding-top: 80px;
}
.masters-container {
  position: relative;
}
.masters-slide {
  display: block;
  width: 295px !important;
  height: 100%;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.masters-slide:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.masters__img {
  display: block;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masters__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 37px;
}
.masters__name {
  text-align: center;
  font-size: 18px;
  font-family: 'Circe-Bold', sans-serif;
}
.masters__age {
  text-align: center;
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;
}
.swiper-container {
  width: 950px;
  margin: 0 auto;
}
.swiper-button-prev,
.swiper-button-next {
  color: #000;
  width: 14px;
  height: 14px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}
/* Section repair */
.repair {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}
.repair__title {
  margin-bottom: 40px;
  margin-top: 40px;
}
.repair-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.repair-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  height: 90px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.repair-item::before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #f2f2f2;
}
.repair-item:hover {
  background-color: #f2f2f2;
}
.repair-item:hover::before {
  background-color: #00ac32;
  width: 80%;
}
.repair-text {
  font-size: 16px;
  font-family: 'Circe-Light', sans-serif;
}
/* Section reviews */
.reviews {
  display: block;
  width: 100%;
  padding-top: 90px;
}
.reviews__container {
  position: relative;
}
.reviews__title {
  margin-bottom: 40px;
}
.reviews-slide {
  width: 460px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 8px 14px rgba(143, 179, 212, 0.17);
          box-shadow: 0px 8px 14px rgba(143, 179, 212, 0.17);
  padding: 40px 30px;
}
.reviews__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reviews__img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.reviews__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__name {
  font-size: 20px;
  font-family: 'Circe-Bold', sans-serif;
}
.reviews__date {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  color: #979dab;
}
.reviews__text {
  padding-top: 40px;
  font-size: 16px;
}
.reviews__flex__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__btn {
  display: block;
  width: 240px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px;
  border: 2px solid #b4b5b6;
  color: #b4b5b6;
  font-family: 'Circe-ExtraBold', sans-serif;
  font-size: 18px;
  background-color: inherit;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.reviews__btn:hover {
  background-color: #fc8730;
  border-color: #fc8730;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
          box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
}
.swiper-button-prev-reviews,
.swiper-button-next-reviews {
  width: 44px;
  height: 44px;
}
.swiper-button-prev-reviews::after,
.swiper-button-next-reviews::after {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
          box-shadow: 0px 10px 15px rgba(0, 99, 37, 0.3);
}
.swiper-button-prev-reviews::before,
.swiper-button-next-reviews::before {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  background: url(../img/icons/arrow-pointing-to-right.svg) no-repeat center center;
  background-size: cover;
}
.swiper-button-prev-reviews::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-prev-reviews:hover::after,
.swiper-button-next-reviews:hover::after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fc8730;
}
.swiper-button-prev-reviews:hover::before,
.swiper-button-next-reviews:hover::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
/* Section advantages */
.advantages {
  display: block;
  width: 100%;
  padding-top: 80px;
}
.advantages__title {
  margin-bottom: 30px;
}
.advantages__block {
  display: block;
  width: 100%;
  height: 280px;
  padding-top: 60px;
  padding-left: 64px;
  padding-right: 48px;
  margin-bottom: 30px;
}
.advantages__block__master {
  background: url(../img/master-bg.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__diagnostics {
  background: url(../img/bg-diagnostics.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__qual {
  background: url(../img/bg-quali.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__repair {
  background: url(../img/bg-repair.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__guarantee {
  background: url(../img/bg-guarantee.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__service {
  background: url(../img/bg-service.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__block__facts {
  background: url(../img/bg-facts-1.webp) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 40%;
  height: 470px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.advantages__block__facts::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/facts__before.webp) no-repeat center center;
  bottom: -60px;
  right: -30%;
}
.advantages__subtitle {
  font-size: 28px;
  font-family: 'Circe-ExtraBold', sans-serif;
  color: #fff;
  line-height: 1;
  padding-left: 55px;
  position: relative;
}
.advantages__subtitle__master::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/clock.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__diagnostics::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/coin.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__qual::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/man.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__repair::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/home-run.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__guarantee::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/sticker.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__service::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/wrench-1.svg) no-repeat center center;
  background-size: cover;
}
.advantages__subtitle__facts {
  padding-left: 0;
  font-size: 40px;
}
.advantages__text {
  font-size: 16px;
  margin-top: 30px;
  color: #fff;
  line-height: 1.2;
}
.advantages__text__facts {
  font-size: 23px;
  line-height: 1.1;
}
.advantages__facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}
.advantages__fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
}
.advantages__fact__title {
  display: block;
  text-align: center;
  font-size: 56px;
  font-family: 'Circe-ExtraBold', sans-serif;
  line-height: 1;
  color: #fc8730;
}
.advantages__fact__text {
  font-size: 16px;
  font-family: 'Circe-ExtraBold', sans-serif;
  line-height: 1;
  color: #fc8730;
}
/* Section info */
.info {
  display: block;
  width: 100%;
  padding-top: 50px;
}
.info__title {
  margin-bottom: 55px;
}
.info__title span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-family: 'Circe-Light', sans-serif;
}
.info__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.info__left__top {
  background-color: #edf3f5;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  border-radius: 5px;
}
.info__left__text {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
}
.info__left__link {
  display: block;
  font-size: 47px;
  font-family: 'Circe-Bold', sans-serif;
  line-height: 1;
  margin-top: 30px;
  color: #000;
}
.info__left__link:hover {
  color: #fc8730;
}
.info__left__bottom {
  text-align: center;
  padding-top: 40px;
}
.info__left__question {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  line-height: 1.1;
}
.info__left__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.info__right .question {
  display: block;
  width: 100%;
  background-color: #edf3f5;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.info__right .question__ask {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: 'Circe-Bold', sans-serif;
}
.info__right .question__answer {
  display: none;
  padding-right: 50px;
  padding-bottom: 40px;
  font-size: 16px;
}
.info__right .question__burger {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 16px;
  cursor: pointer;
}
.info__right .question__burger::before {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.info__right .question__burger__plus::after {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 10px;
  top: 14px;
}
.info__input {
  border: 2px solid #fc8730;
  color: #000;
  margin-bottom: 0;
  width: 220px;
  margin-right: 10px;
}
.info__input__btn {
  padding: 0;
  background-color: #fc8730;
  color: #fff;
  width: 165px;
  cursor: pointer;
  box-shadow: 0px 8px 10px #fedec7;
}
.policy__info {
  color: #767575;
  font-size: 9px;
  margin-top: 7px;
}
.policy__info .policy__link {
  color: #767575;
}
/* Section SEO */
.seo {
  display: block;
  width: 100%;
  padding-top: 100px;
}
.seo__img {
  display: block;
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.seo__title {
  font-size: 22px;
  font-family: 'Circe-Bold', sans-serif;
  line-height: 1;
}
.seo__text {
  font-size: 12px;
  font-family: 'Circe-Light', sans-serif;
  line-height: 1;
  padding-top: 25px;
}
/* Section steps */
.steps {
  display: block;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
}
.steps__title {
  margin-bottom: 34px;
}
.steps__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__card {
  display: block;
  text-align: center;
  width: 180px;
  height: 180px;
  background-color: #edf3f5;
  font-family: 'Circe-Bold', sans-serif;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.steps__card__title {
  font-size: 18px;
  padding-top: 15px;
}
.steps__card__text {
  font-size: 12px;
  padding-top: 10px;
}
.steps__card:hover {
  background-color: #fc8730;
  -webkit-box-shadow: 0px 10px 15px rgba(238, 149, 53, 0.3);
          box-shadow: 0px 10px 15px rgba(238, 149, 53, 0.3);
}
.steps__card:hover .steps__card__title {
  color: #fff;
}
.steps__card:hover .steps__card__text {
  color: #fff;
}
.steps__card:hover .steps__img {
  fill: #fff;
}
.steps__img {
  width: 40px;
  height: 40px;
  margin-top: 45px;
}
/* Footer */
.footer {
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.footer__container {
  padding-top: 65px;
}
.footer__title {
  font-size: 36px;
  font-family: 'Circe-ExtraBold', sans-serif;
  line-height: 1;
}
.footer__sub {
  font-size: 18px;
  font-family: 'Circe-Light', sans-serif;
  line-height: 1;
  margin-top: 5px;
}
.footer__phone {
  display: inline-block;
  padding-left: 25px;
  font-size: 26px;
  font-family: 'Circe-Bold', sans-serif;
  color: #fc8730;
  text-decoration: none;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer__phone:hover {
  text-decoration: underline;
  color: #fc8730;
}
.footer__phone::before {
  display: block;
  content: '';
  width: 20px;
  height: 24px;
  position: absolute;
  left: -2px;
  bottom: 8px;
  background: url(../img/icons/marker.svg) no-repeat center center;
  background-size: cover;
}
.footer__ask {
  font-size: 16px;
  font-family: 'Circe-ExtraBold', sans-serif;
  margin-bottom: 10px;
}
.footer__form {
  display: block;
  width: 80%;
  margin-bottom: 40px;
}
.footer__form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__input {
  border: 1px solid #b4b5b6;
  width: 49%;
  color: #000;
  font-family: 'Circe-Light', sans-serif;
}
.footer__input__textarea {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  color: #212529;
  resize: none;
}
.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__btn {
  padding: 0;
  width: 140px;
  height: 40px;
  font-size: 16px;
}
.footer__btn::before {
  display: none;
}
.footer__policy {
  color: #000;
  font-family: 'Circe-Light', sans-serif;
  font-size: 11px;
  text-align: left;
  padding-left: 15px;
  margin-top: 0;
  line-height: 1;
}
.footer__policy .policy__link {
  color: #000;
}
.footer__map {
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow-x: hidden;
}
.footer__map .city-map__info {left: 30%;}
.footer__menu {
  background-color: #f6f6f6;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer__menu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu__link {
  font-size: 12px;
}
.footer__menu__link:hover {
  text-decoration: underline;
  color: #7e7e7e !important;
}
.footer__menu__link:hover::before {
  display: none !important;
}
.footer__menu__btn {
  padding: 0;
  width: 110px;
  height: 30px;
}
.footer__menu__btn::before {
  display: none;
}
.footer__nav {
  width: 50%;
}
.footer__menu-main {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__contacts__phone {
  font-size: 14px;
  font-family: 'Circe-Bold', sans-serif;
  margin-right: 10px;
}
.footer__contacts__phone::before {
  display: none;
}
.col-map {
  position: relative;
}
/* Modal */
.remodal-close {
  background: none;
}
.remodal {
  padding: 38px 0px;
  border-radius: 5px;
}
.remodal .modal-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Circe-ExtraBold', sans-serif;
}
.remodal .modal-subtitle {
  font-size: 16px;
  margin-bottom: 35px;
  font-family: 'Circe-Regular', sans-serif;
}
.remodal .modal-text {
  font-size: 12px;
  font-family: 'Circe-Regular', sans-serif;
}
.remodal .modal-text .policy__link {
  font-size: 12px;
  font-family: 'Circe-Regular', sans-serif;
  color: #000;
}
.remodal form input {
  width: 266px;
  height: 50px;
  padding: 0px 18px;
  border: none;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Circe-Regular', sans-serif;
  display: block;
  margin: 0 auto;
  background: inherit;
  margin-bottom: 20px;
  border: 2px solid #dddddd;
  border-radius: 5px;
}
.remodal form textarea {
  width: 266px;
  height: 100px;
  padding: 18px 18px;
  border: none;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Circe-Regular', sans-serif;
  display: block;
  margin: 0 auto;
  background: inherit;
  margin-bottom: 20px;
  resize: none;
  border: 2px solid #dddddd;
}
.remodal form button {
  width: 266px;
  margin-bottom: 20px;
  border: none;
  font-family: 'Circe-Bold', sans-serif;
  background-color: #fc8730;
  color: #fff;
  line-height: 45px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.remodal .modal-form {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 11px;
  max-width: 266px;
  margin: 0 auto;
}
.not-show {
  display: none;
}
.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide {
  display: none;
}
/* Media */
@media screen and (max-width: 1199px) {
  .sticky .header__phone {
    display: none;
  }
  .main-banner__title {
    font-size: 56px;
  }
  .feedback__form {
    width: 680px;
  }
  .city-district {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .city-subway {
    width: 59%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .city-subway__item {
    font-size: 15px;
  }
  .feedback-right__images {
    left: 500px;
    width: 90%;
  }
  .work__block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .swiper-container {
    width: 850px;
  }
  .masters-slide {
    width: 273px !important;
  }
  .reviews-slide {
    width: 410px;
  }
  .advantages__subtitle {
    font-size: 23px;
  }
  .advantages__block {
    padding-left: 44px;
    padding-right: 38px;
  }
  .advantages__subtitle::before {
    top: -6px;
  }
  .advantages__block__facts::before {
    display: none;
  }
  .steps__card {
    width: 145px;
  }
  .footer__menu__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__nav {
    width: 70%;
  }
  .footer__contacts {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header__select  {
    justify-content: flex-end;
  }
  .accordion {
    margin-top: 30px;
  }
  .sticky .header__info {
    display: none;
  }
  header.sticky .header__flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  header.sticky .header__contacts {
    margin-top: 0;
    width: 30%;
  }
  header.sticky nav {
    width: 70%;
  }
  .header__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: center;
            justify-content: space-between;
  }
  .header__contacts {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: center;
            justify-content: space-between;
    margin-top: 15px;
  }
  .header__phone {
    margin-right: 0;
    margin-left: 20px;
  }
  .main-banner {
    height: 720px;
    padding-top: 70px;
  }
  .main-banner__sub {
    display: block;
    margin-top: 50px;
  }
  .main-banner__form {
    width: 100%;
  }
  .main-banner__title {
    font-size: 46px;
  }
  .city-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-call {
    margin-top: 20px;
  }
  .city-form {
    width: 100%;
    margin-bottom: 50px;
  }
  .city-title {
    text-align: center;
  }
  .city-btn {
    padding-right: 0;
  }
  .city-map {
    width: 100%;
  }
  .city-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-district {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
  }
  .city-subway {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .city-subway__title {
    text-align: center;
  }
  .city-subway__item {
    font-size: 15px;
  }
  .feedback {
    padding-top: 70px;
  }
  .feedback__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .feedback-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .feedback-right__images {
    display: none;
  }
  .work__block {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }
  .swiper-container {
    width: 650px;
  }
  .swiper-reviews {
    width: 600px;
  }
  .repair__title {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .masters {
    padding-top: 60px;
  }
  .masters-slide {
    width: 317px !important;
    margin-top: 40px;
  }
  .repair-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }
  .reviews-slide {
    width: 285px;
    height: 100%;
    min-height: 390px;
  }
  .reviews__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__img {
    margin-right: 0;
  }
  .reviews__info {
    text-align: center;
  }
  .advantages__subtitle {
    font-size: 23px;
  }
  .advantages__block {
    background-size: cover;
  }
  .advantages__subtitle::before {
    top: -6px;
  }
  .advantages__block__facts::before {
    display: none;
  }
  .info__right {
    margin-top: 40px;
  }
  .seo {
    padding-top: 60px;
  }
  .seo__text {
    font-size: 14px;
  }
  .steps {
    padding-bottom: 40px;
  }
  .steps__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .steps__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    margin-bottom: 30px;
  }
  .footer__container {
    text-align: center;
  }
  .footer__form {
    width: 100%;
  }
  .footer__map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__menu__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__menu-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .footer__contacts {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    background-image: none;
    background-color: #6161ff;
  }
  .sticky .menu-item .nav-link {
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .sticky .btn {
    padding-right: 33px;
  }
  .header__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contacts {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .main-banner {
    height: 720px;
    padding-top: 70px;
  }
  .main-banner__sub {
    display: block;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .main-banner__sub::before {
    left: 70px;
  }
  .main-banner__form {
    width: 100%;
  }
  .main-banner__title {
    font-size: 30px;
    text-align: center;
  }
  .city-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-form {
    width: 100%;
  }
  .city-title {
    text-align: center;
  }
  .city-btn {
    padding-right: 0;
  }
  .city-map {
    width: 100%;
  }
  .city-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-district {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
  }
  .city-subway {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 100%;
  }
  .city-subway__title {
    text-align: center;
  }
  .city-subway__item {
    font-size: 15px;
  }
  .feedback {
    padding-top: 70px;
  }
  .feedback-right__subtitle {
    font-size: 26px;
  }
  .feedback__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .feedback-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .feedback-right__images {
    display: none;
  }
  .work__block {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }
  .swiper-container {
    width: 450px;
  }
  .swiper-reviews {
    width: 420px;
  }
  .masters-slide {
    width: 450px !important;
  }
  .repair-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
  .reviews-slide {
    width: 410px;
    height: 100%;
  }
  .reviews__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__img {
    margin-right: 0;
  }
  .reviews__info {
    text-align: center;
  }
  .advantages__subtitle {
    font-size: 23px;
  }
  .advantages__block {
    background-size: cover;
  }
  .advantages__subtitle::before {
    top: -6px;
  }
  .advantages__block__facts::before {
    display: none;
  }
  .info__right {
    margin-top: 40px;
  }
  .seo {
    padding-top: 60px;
  }
  .seo__text {
    font-size: 14px;
  }
  .steps {
    padding-bottom: 40px;
  }
  .steps__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .steps__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    margin-bottom: 30px;
  }
  .footer__container {
    text-align: center;
  }
  .footer__form {
    width: 100%;
  }
  .footer__map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__menu__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__menu-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .footer__contacts {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__menu__link {
    padding-left: 0;
    padding-right: 0;
  }
  .city-map__info {
    font-size: 12px;
    line-height: 14px;
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .accordion .info {
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .title {
    font-size: 24px;
  }
  .feedback {
    background-image: none;
    background-color: #6161ff;
  }
  .sticky .header__info {
    display: none;
  }
  .sticky .header__logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header__top .col-6 {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .header__select {
    justify-content: center;
  }
  header.sticky .header__flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sticky .header__phone {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  header.sticky .header__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sticky .header__info .burger {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .remodal {
    background-color: #fff;
  }
  .header__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
  .header__logo {
    margin: 0;
    margin-bottom: 15px;
    width: 70%;
  }
  .burger {
    display: block;
  }
  .header__phone {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .header__contacts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .menu {
    display: none;
  }
  .main-banner {
    height: 100%;
    padding-top: 70px;
  }
  .main-banner__sub {
    display: block;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .main-banner__subtitle {
    font-size: 24px;
  }
  .main-banner__sub::before {
    display: none;
    left: 4px;
  }
  .main-banner__form {
    width: 100%;
  }
  .main-banner__title {
    font-size: 26px;
    text-align: center;
  }
  .city-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input {
    width: 100%;
  }
  .city-form {
    width: 100%;
  }
  .city-title {
    text-align: center;
    font-size: 20px;
  }
  .city-btn {
    padding-right: 0;
    padding-left: 0;
  }
  .city-map {
    width: 100%;
  }
  .city-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city-district {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
  }
  .city-district__item {
    font-size: 12px;
  }
  .city-subway {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 100%;
  }
  .city-subway-btn {
    margin-top: 30px;
  }
  .city-subway__title {
    text-align: center;
  }
  .city-subway__item {
    font-size: 12px;
  }
  .price__item {
    padding-left: 40px;
  }
  .price__item::before {
    width: 40px;
  }
  .price__item_payments {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .price__payment-title {
    text-align: center;
  }
  .price__more {
    margin: 0 auto;
  }
  .button_icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .feedback {
    padding-top: 70px;
  }
  .feedback-right__subtitle {
    font-size: 26px;
  }
  .feedback__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .feedback-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .feedback-right__images {
    display: none;
  }
  .work__block {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }
  .swiper-container {
    width: 260px;
  }
  .swiper-reviews {
    width: 260px;
  }
  .masters-slide {
    width: 260px !important;
  }
  .repair-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 44%;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .repair-img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .repair-img {
    width: 60%;
  }
  .reviews-slide {
    width: 260px;
    height: 100%;
  }
  .reviews__flex__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__btn {
    margin-bottom: 10px;
  }
  .swiper-button-prev-reviews,
  .swiper-button-next-reviews {
    width: 25px;
    height: 25px;
  }
  .swiper-button-prev-reviews::after,
  .swiper-button-next-reviews::after {
    width: 25px;
    height: 25px;
  }
  .reviews__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__img {
    margin-right: 0;
  }
  .reviews__info {
    text-align: center;
  }
  .advantages__subtitle {
    font-size: 23px;
  }
  .advantages__block {
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .advantages__subtitle::before {
    top: -6px;
  }
  .advantages__block__facts::before {
    display: none;
  }
  .advantages__text__facts {
    font-size: 14px;
  }
  .advantages__block__facts {
    height: 490px;
  }
  .advantages__facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .advantages__fact {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .info__left__link {
    font-size: 26px;
  }
  .info__left__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__input {
    margin-bottom: 15px;
  }
  .info__right {
    margin-top: 40px;
  }
  .info__right .question__answer {
    padding-right: 20px;
  }
  .seo {
    padding-top: 60px;
  }
  .seo__text {
    font-size: 14px;
  }
  .steps {
    padding-bottom: 40px;
  }
  .steps__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .steps__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 30px;
    margin-right: 1%;
    margin-left: 1%;
  }
  .footer__container {
    text-align: center;
  }
  .footer__form {
    width: 100%;
  }
  .footer__map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__menu__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__menu-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .footer__contacts {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__menu__link {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__logo__text {
    width: 100%;
  }
  .footer__info .header__logo {
    margin-bottom: 0;
  }
  .footer__info .header__logo .header__logo__img {
    width: 40px;
  }
  .footer__contacts__phone {
    margin-right: 0;
  }
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 425px) {
  .form__flex {
    margin-top: 20px;
  }
  .main-banner__form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price__btn__mobile::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .feedback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .feedback-right__subtitle {
    margin-bottom: 10px;
  }
  .city-form .policy {
    color: #000;
  }
  .city-form .policy__link {
    color: #000;
  }
  .sticky .header__phone {
    display: block;
    margin-right: 30px;
    margin-left: 0;
  }
  .sticky .header__info {
    display: none;
  }
  header.sticky .header__contacts {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .city {
    margin-top: 0;
  }
  .main-banner {
    padding-bottom: 100px;
  }
  .main-banner__sub {
    font-size: 20px;
  }
  .city-form .policy {
    color: #000;
  }
  .city-form .policy__link {
    color: #000;
  }
  .city-call {
    font-size: 20px;
  }
  .city-phone {
    font-size: 20px;
  }
  .city-form {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .city-phone::before {
    top: 2px;
  }
  #yaMap {
    display: none;
  }
  #yaMapMobile {
    display: block;
  }
  .city-district {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway__title {
    font-size: 20px;
  }
  .price {
    padding-top: 60px;
  }
  .price__more::before {
    left: -30px;
  }
  .price__list {
    margin-bottom: 0;
  }
  .work {
    padding-top: 50px;
  }
  .masters {
    padding-top: 40px;
  }
  .masters__title {
    margin-bottom: 20px;
  }
  .masters-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .masters-slide:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .repair {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .repair-item {
    flex: 0 1 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .repair-img {
    width: 60%;
  }
  .reviews {
    padding-top: 60px;
  }
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__text {
    padding-top: 20px;
    line-height: 1.1;
  }
  .reviews-slide {
    min-height: 350px;
  }
  .advantages {
    padding-top: 60px;
  }
  .info {
    padding-top: 30px;
  }
  .info__title {
    margin-bottom: 30px;
  }
  .info__input {
    margin-right: 0;
  }
  .seo {
    padding-top: 30px;
  }
  .steps {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .steps__card {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 1 48%;
    margin-bottom: 10px;
  }
  .footer__container {
    padding-top: 60px;
  }
  #footerMap1 {
    display: none;
  }
  #footerMap2 {
    display: block;
  }
  .footer__menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer__menu__flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer__contacts__phone {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__info .header__logo {
    width: 100%;
  }
  .footer__logo__text {
    font-size: 13px;
  }
  .footer__contacts__phone {
    font-size: 16px;
    margin-top: 20px;
    margin: 20px;
  }
  .footer__menu__btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .footer__logo__text {
    font-size: 11px;
  }
  .footer__contacts__phone {
    font-size: 14px;
    margin-top: 15px;
    margin: 15px;
    margin-right: 0;
  }
  .footer__menu__btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .price__btn__mobile::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .feedback-right__subtitle {
    margin-bottom: 10px;
  }
  .city-form .policy {
    color: #000;
  }
  .city-form .policy__link {
    color: #000;
  }
  .sticky .header__phone {
    display: block;
    margin-right: 30px;
    margin-left: 0;
  }
  .sticky .header__info {
    display: none;
  }
  header.sticky .header__contacts {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .city {
    margin-top: 0;
  }
  .main-banner {
    padding-bottom: 100px;
  }
  .main-banner__sub {
    font-size: 20px;
  }
  .city-form .policy {
    color: #000;
  }
  .city-form .policy__link {
    color: #000;
  }
  .city-call {
    font-size: 20px;
  }
  .city-phone {
    font-size: 20px;
  }
  .city-form {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .city-phone::before {
    top: 2px;
  }
  #yaMap {
    display: none;
  }
  #yaMapMobile {
    display: block;
  }
  .city-district {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway__title {
    font-size: 20px;
  }
  .price {
    padding-top: 60px;
  }
  .price__more::before {
    left: -30px;
  }
  .price__list {
    margin-bottom: 0;
  }
  .work {
    padding-top: 50px;
  }
  .masters {
    padding-top: 40px;
  }
  .masters__title {
    margin-bottom: 20px;
  }
  .masters-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .masters-slide:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .repair {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .repair-item {
    flex: 0 1 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .repair-img {
    width: 50%;
  }
  .reviews {
    padding-top: 60px;
  }
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__text {
    padding-top: 20px;
    line-height: 1.1;
  }
  .reviews-slide {
    min-height: 350px;
  }
  .advantages {
    padding-top: 60px;
  }
  .info {
    padding-top: 30px;
  }
  .info__title {
    margin-bottom: 30px;
  }
  .info__input {
    margin-right: 0;
  }
  .seo {
    padding-top: 30px;
  }
  .steps {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .steps__card {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 1 98%;
    margin-bottom: 26px;
  }
  .footer__container {
    padding-top: 60px;
  }
  #footerMap1 {
    display: none;
  }
  #footerMap2 {
    display: block;
  }
  .footer__menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__menu__flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer__contacts__phone {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__info .header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .footer__info {
    width: 60%;
  }
  .sticky .header__phone {
    margin-right: 10px;
    margin-left: 0;
  }
  .city {
    margin-top: 0;
  }
  .main-banner {
    padding-bottom: 100px;
  }
  .main-banner__sub {
    font-size: 20px;
  }
  .city-form .policy {
    color: #000;
  }
  .city-form .policy__link {
    color: #000;
  }
  .city-call {
    font-size: 20px;
  }
  .city-phone {
    font-size: 20px;
  }
  .city-form {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .city-phone::before {
    top: 2px;
  }
  #yaMap {
    display: none;
  }
  #yaMapMobile {
    display: block;
  }
  .city-district {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .city-subway__title {
    font-size: 20px;
  }
  .price {
    padding-top: 60px;
  }
  .price__more::before {
    left: -30px;
  }
  .price__list {
    margin-bottom: 0;
  }
  .work {
    padding-top: 50px;
  }
  .masters {
    padding-top: 40px;
  }
  .masters__title {
    margin-bottom: 20px;
  }
  .masters-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .masters-slide:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .repair {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .repair-item {
    flex: 0 1 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .repair-img {
    width: 60%;
  }
  .reviews {
    padding-top: 60px;
  }
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__text {
    padding-top: 20px;
    line-height: 1.1;
  }
  .reviews-slide {
    min-height: 350px;
  }
  .advantages {
    padding-top: 60px;
  }
  .info {
    padding-top: 30px;
  }
  .info__title {
    margin-bottom: 30px;
  }
  .info__input {
    margin-right: 0;
  }
  .seo {
    padding-top: 30px;
  }
  .steps {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .steps__card {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 1 98%;
    margin-bottom: 26px;
  }
  .footer__container {
    padding-top: 60px;
  }
  #footerMap1 {
    display: none;
  }
  #footerMap2 {
    display: block;
  }
  .footer__menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer__menu__flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer__contacts__phone {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__info .header__logo {
    width: 100%;
  }
}
.header-select {
  display: block;
  font-size: 16px;
  font-family: 'Circe-Bold', sans-serif;
  color: #444;
  line-height: 1;
  height: 30px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  padding-right: 30px;
  position: relative;
  background: url(../img/icons/down-arrow.webp) no-repeat center center;
  background-position: right .7em top 50%, 0 0;
}
.header-select::-ms-expand { display: none; }
.header-select:hover { border-color: #888; }
.header-select:focus { border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.header-select option { font-weight:normal; }
*[dir="rtl"] .header-select, :root:lang(ar) .header-select, :root:lang(iw) .header-select {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
