@charset "UTF-8";
/* font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif; */
/* font-family: "Stolzl", Arial, Helvetica, sans-serif; */
/* font-family: "Stolzl Book", Arial, Helvetica, sans-serif;  */
/* font-family: "Gotham Pro", Arial, Helvetica, sans-serif; */
body {
  margin: 0;
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
  color: #323232;
  font-size: 15px;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.links_with_line {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.link_with_line {
  display: block;
  margin-bottom: 55px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_with_line span {
  position: absolute;
  width: 155px;
  height: 3px;
  top: 35px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #323232;
}

.link_with_line:hover {
  color: #e7c13c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_with_line:hover span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
  background: #e7c13c;
}

.title_h2 {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 109.7%;
  /* or 44px */
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

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

.path__link:first-child {
  margin-right: 10px;
  margin-left: 0px;
}

.other_info {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 100px;
}

.other_info a {
  color: #e7c13c;
}

/* ! mobile_menu start */
.mobile_menu {
  position: fixed;
  display: block;
  width: 77%;
  height: 100%;
  left: -900px;
  top: 0;
  padding: 0;
  z-index: 9999;
  overflow: scroll;
  -webkit-animation-name: menuClose;
  animation-name: menuClose;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  padding: 20;
  background: #7e7e7e;
}

.mobile_menu.active {
  left: 0;
  -webkit-animation-name: menuOpen;
  animation-name: menuOpen;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hidden {
  display: none;
}

.mobile_menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px 15px 21px;
  width: calc(100% - 41px);
  border-bottom: 1px solid #ffffff;
}

.mobile_menu__link_to_main img {
  height: 40px;
}

.close-menu {
  width: 30px;
  height: 30px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  border: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Capa_1' enable-background='new 0 0 512.001 512.001' height='512' fill='%23ffffff' viewBox='0 0 512.001 512.001' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m512.001 84.853-84.853-84.853-171.147 171.147-171.148-171.147-84.853 84.853 171.148 171.147-171.148 171.148 84.853 84.853 171.148-171.147 171.147 171.147 84.853-84.853-171.148-171.148z'/%3e%3c/g%3e%3c/svg%3e")
    center no-repeat !important;
  background-size: 18px !important;
  outline: none;
}

.mobile_menu__list {
  padding: 0;
  margin: 0;
}

.mobile_menu__list .menu-item {
  position: relative;
  padding: 20px 10px 16px 10px;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  fill: #ffffff;
}

.mobile_menu__list .menu-item-has-children:hover > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' fill='%23e7c13c' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 4L0.468911 0.25L6.53109 0.25L3.5 4Z'/%3e%3c/svg%3e");
}

.mobile_menu__list .menu-item-has-children > a:after {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  width: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' fill='%23ffffff' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 4L0.468911 0.25L6.53109 0.25L3.5 4Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 7px;
}

.mobile_menu__list .menu-item-has-children {
  color: #ffffff;
}

.menu-item-has-children:hover {
  color: #e7c13c;
  fill: #e7c13c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mobile_menu__list .menu-item-has-children .sub-menu {
  display: none;
  margin: 15px 13px 12px 0;
  font-size: 15px;
  margin-left: 13px;
}

.close_mobile_menu {
  width: 30px;
  height: 30px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  border: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Capa_1' enable-background='new 0 0 512.001 512.001' height='512' fill='%23ffffff' viewBox='0 0 512.001 512.001' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m512.001 84.853-84.853-84.853-171.147 171.147-171.148-171.147-84.853 84.853 171.148 171.147-171.148 171.148 84.853 84.853 171.148-171.147 171.147 171.147 84.853-84.853-171.148-171.148z'/%3e%3c/g%3e%3c/svg%3e")
    center no-repeat !important;
  background-size: 18px !important;
  outline: none;
}

@-webkit-keyframes menuOpen {
  from {
    left: -900px;
  }
  to {
    left: 0;
  }
}

@keyframes menuOpen {
  from {
    left: -900px;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes menuClose {
  from {
    left: 0;
  }
  to {
    left: -900px;
  }
}

@keyframes menuClose {
  from {
    left: 0;
  }
  to {
    left: -900px;
  }
}

/* ! mobile_menu end */
/* ! header start */
.header {
  position: absolute;
  z-index: 12;
  width: 100%;
  background: url(../img/header_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_header {
  background: none;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 69px 0;
  padding-right: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__mobile_block {
  display: none;
}

.open_mobile_menu {
  font-size: 0;
  border: 0;
  width: 42px;
  position: relative;
  height: 42px;
  background-size: 28px !important;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  top: -8px;
  margin-left: 20px;
}

.open_mobile_menu span {
  background-color: #ffffff;
  height: 3px;
  position: absolute;
  left: 6px;
  top: 21px;
  width: 28px;
}

.open_mobile_menu:after,
.open_mobile_menu:before {
  background-color: #ffffff;
  height: 3px;
  position: absolute;
  left: 6px;
  content: "";
  display: block;
}

.open_mobile_menu:before {
  top: 12px;
  width: 28px;
}

.open_mobile_menu:after {
  bottom: 9px;
  width: 17px;
}

.header__link_to_main img {
  width: 170px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  height: 41px;
}

.header .menu-item {
  margin-left: 30px;
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  fill: #ffffff;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu-item::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0px;
  height: 2px;
  width: 100%;
  opacity: 0;
  background: #e7c13c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .menu-item:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .menu-item:hover {
  color: #e7c13c;
}

.header .menu-item-has-children:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' fill='%23e7c13c' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 4L0.468911 0.25L6.53109 0.25L3.5 4Z'/%3e%3c/svg%3e");
}

.header .menu-item-has-children::after {
  position: relative;
  top: 0px;
  display: inline-block;
  content: "";
  width: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' fill='%23ffffff' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 4L0.468911 0.25L6.53109 0.25L3.5 4Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 7px;
}

.header .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f5f5f5;
  padding: 18px 28px 23px 28px;
  margin-top: 10px;
  text-align: start;
  background: rgba(65, 65, 65, 0.84);
  position: absolute;
  width: 286px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.sub-menu .menu-item {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 13px;
  line-height: 200%;
  text-transform: none;
  margin: 0 0 4px 0;
  text-align: start;
  padding: 0;
  border: none;
}

.sub-menu .menu-item::before {
  display: none;
}

.sub-menu .menu-item:hover {
  color: #e7c13c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-menu .menu-item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0px;
  height: 1px;
}

.sub-menu .menu-item:hover:after {
  width: 10px;
  background: #e7c13c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu-item-has-children {
  bottom: -15px;
  padding-bottom: 15px;
}
.header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

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

.header__phone {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 22px;
  line-height: 109.4%;
  color: #e7c13c;
  margin-bottom: 6px;
}

.header__mail {
  font-size: 15px;
  line-height: 109.4%;
  color: #e5e5e5;
}

.page_path {
  padding-top: 234px;
  margin-bottom: 65px;
}
.kb_sep {
  margin: 0 8px;
}

.page_path__text {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  line-height: 109.9%;
  color: #cdd5da;
}

.page_path__text .kb_title {
  color: #778892;
}

/* ! header end */
/* ! poster start */
.poster {
  background: url(../img/poster_back.jpg) no-repeat;
  background-size: cover;
  height: 860px;
}

.poster__title {
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 102.4%;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 322px;
  margin: 0;
  width: 70%;
}

.poster__title span {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  color: #e7c13c;
}

.poster__links {
  width: 38%;
  margin-top: 83px;
  color: #ffffff;
}

.poster__link span {
  background: #ffffff;
}

/* ! poster end */
/* ! info_block start */
.info_block {
  margin-bottom: 120px;
}

.info_block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_block__right_text {
  width: 38%;
}

.info_block__suptitle {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 109.9%;
  /* or 21px */
  color: #778892;
  margin-bottom: 27px;
}

.info_block__title {
  color: #323232;
}

.info_block__left_with_img {
  position: relative;
  width: 62%;
}

.info_block__left_with_img img {
  width: 100%;
}

.info_block__right_with_img img {
  width: 100%;
}

.info_block__right_with_img {
  position: relative;
  width: 38%;
  margin-right: 2%;
}

.info_block__left_text {
  width: 58%;
}

.info_block__text {
  font-weight: 400;
  font-size: 19px;
  line-height: 165.3%;
  color: #323232;
  margin-bottom: 63px;
}

.info_block__text span {
  font-weight: 700;
}

/* ! info_block end */
/* ! our_services start */
.our_services {
  margin-bottom: 305px;
}

.our_services__title {
  text-align: center;
  margin-bottom: 80px;
}

.our_services__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.our_services__colomn {
  width: 22%;
  border-left: 1px solid #9da9b0;
  padding: 38px 29px 60px 20px;
}

.our_services__item {
  margin-bottom: 59px;
}

.our_services__item:last-child {
  margin-bottom: 0;
}

.our_services__number {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 24px;
  line-height: 109.7%;
  color: #e7c13c;
  margin-bottom: 12px;
}

.our_services__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #778892;
}

.colomn_middle {
  position: relative;
  top: 72px;
}

.colomn_right {
  position: relative;
  top: 143px;
}

/* ! our_services end */
/* ! features start */
.features__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}

.features__right_text {
  width: 44%;
}

.features__title {
  color: #778892;
  margin-bottom: 33px;
}

.features__text {
  font-size: 19px;
  line-height: 165.3%;
  /* or 31px */
  color: #323232;
  margin-bottom: 65px;
}

.features__left_with_img {
  position: relative;
  top: -25px;
  right: -70px;
}

.features__right_with_img {
  width: 50%;
  position: relative;
  left: -70px;
  top: -34px;
}

.features__left_text {
  width: 49%;
}

.features__middle_title {
  color: #778892;
  margin-bottom: 114px;
  text-align: center;
  padding: 0 28%;
}

.features__middle_text {
  font-size: 19px;
  line-height: 165.3%;
  color: #323232;
  margin-bottom: 170px;
  padding: 0px 13%;
  text-align: center;
}

/* ! features end */
/* ! footer stert */
.footer {
  background: #3a3b42;
  color: #ffffff;
  padding: 74px 0;
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__company_name {
  margin-top: 14px;
  text-transform: uppercase;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__column {
  padding: 0;
  margin: 0;
}

.footer__column + .footer__column {
  margin-left: 54px;
}

.footer__column li + li {
  margin-top: 12px;
}

.footer__menu .menu-item {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__link:hover {
  color: #e7c13c;
}

.footer__column:last-child .menu-item {
  text-decoration: underline;
}

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

.footer__phone {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 22px;
  line-height: 109.4%;
  color: #e7c13c;
  margin-bottom: 6px;
}

.footer__mail {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 109.4%;
  color: #e5e5e5;
}

/* ! footer end */
/* todo PAGE FLEET start */
.fleet__title {
  text-align: center;
  margin-bottom: 63px;
}

.fleet__flex {
  margin-bottom: 135px;
}

.cars__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.car {
  border: 1px solid #e6ebee;
  border-radius: 6px;
  width: 32%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.car__class {
  padding-top: 36px;
  color: #b4c6d0;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.car__name {
  position: relative;
  color: #778892;
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.car__name::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  left: 38%;
  top: 40px;
  background: #e7c13c;
}

.car__block_with_img {
  width: 100%;
  height: 208px;
}

.car__img {
  margin-bottom: 15px;
  width: 90%;
}

.car__capacity {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #393838;
  padding-bottom: 42px;
}

.car__capacity span {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.car__reserve {
  padding: 32px 0 28px 0;
  background: #e6ebee;
  width: 100%;
  display: block;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #778892;
}

.car:hover {
  border: 1px solid #778892;
}

.car a.car__reserve:hover {
  background: #778892;
  color: #ffffff;
}

/* todo PAGE FLEET end */
/* todo PAGE CAR start */
.page_car__title {
  text-align: center;
  margin-bottom: 54px;
}

.page_car__title span {
  color: #e7c13c;
}

.page_car__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 107px;
}

.page_car__wrap_slider {
  max-width: 537px;
  width: 48%;
  position: relative;
}

.page_car__slider {
  margin-bottom: 60px;
}

.slider__photo {
  border-radius: 6px;
  margin-right: 15px;
}

.page_car__slider .slider__photo {
  max-width: 537px;
  margin: 0 auto;
}

.page_car__nav {
  width: 366px;
  height: 113px;
  margin: 0 auto 36px auto;
}

.page_car__nav .slider__photo {
  width: 150px;
  position: relative;
  left: -177px;
}

.page_car__nav .slick-track {
  height: 113px;
}

.slider__dots {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  top: 0px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  display: inline-block;
  min-width: calc(100% / 40);
  margin-right: 3px;
}

.slick-dots button {
  background: #e5e5e5;
  border: none;
  height: 2px;
  width: 46px;
  max-width: 100%;
  content: "";
  outline: none;
  font-size: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-active button {
  background: #778892;
}

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

.prev_arrow,
.next_arrow {
  position: absolute;
  top: -138px;
}

.prev_arrow {
  left: 20px;
}

.next_arrow {
  right: 20px;
}

.page_car__info {
  width: 50%;
}

.page_car__text {
  font-size: 18px;
  line-height: 165.3%;
  padding-top: 30px;
  margin-bottom: 125px;
  position: relative;
}

.page_car__text::before {
  content: "";
  width: 66px;
  height: 2px;
  background: #e7c13c;
  position: absolute;
  top: 0px;
  left: 0;
}

.advantages {
  margin-bottom: 57px;
}

.advantages__title {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 26px;
  line-height: 30px;
  /* identical to box height */
  text-transform: uppercase;
  color: #778892;
  margin-bottom: 23px;
}

.advantages__flex {
  font-size: 18px;
  line-height: 165.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__colomn {
  margin-right: 75px;
}

.offered__title {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #778892;
  margin-bottom: 25px;
}

.offered__list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.offered__item {
  font-size: 18px;
  line-height: 165.3%;
}

.offered__item:before {
  color: #e7c13c;
  content: "\2022";
  padding-right: 7px;
}

.page_car__links {
  position: absolute;
  bottom: -32px;
}

.page_car__links_rel {
  margin-top: 40px;
  position: relative;
  bottom: 0;
}

/* todo PAGE CAR end */
/* todo PAGE REVIEWS start */
.page_reviews__title {
  text-align: center;
  margin-bottom: 92px;
}

.page_reviews__feedbacks {
  margin: 0 auto 100px auto;
  max-width: 946px;
}

.feedback {
  padding-bottom: 70px;
  border-bottom: 1px solid #778892;
  margin-bottom: 56px;
}

.feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

.feedback__name {
  position: relative;
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 26px;
  line-height: 30px;
  /* identical to box height */
  text-transform: uppercase;
  color: #778892;
}

.feedback__name::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 66px;
  background-color: #e7c13c;
  bottom: -30px;
  left: 0;
}

.feedback__date {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  text-transform: uppercase;
  color: #778892;
}

.feedback__text {
  font-size: 18px;
  line-height: 165.3%;
}

.page_reviews__block_with_link {
  margin: 0 auto 152px auto;
  max-width: 946px;
}

/* todo PAGE REVIEWS  end */
/* todo PAGE CONTACT  start */
.contacts__wrap {
  max-width: 946px;
  margin: 0 auto;
}

.contacts__title {
  text-align: center;
  margin-bottom: 50px;
}

.contacts__items {
  margin-bottom: 30px;
}

.contacts__item {
  padding-top: 53px;
  padding-bottom: 48px;
  border-bottom: 1px solid #778892;
}

.contacts__name {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  line-height: 109.9%;
  /* identical to box height, or 18px */
  text-align: center;
  margin-bottom: 18px;
}

.contacts__value {
  font-weight: 300;
  font-size: 39px;
  line-height: 109.4%;
  /* identical to box height, or 43px */
  text-align: center;
  color: #778892;
}

.contacts__block_map {
  text-align: center;
  height: 640px;
  max-height: 60vh;
  max-width: 754px;
  margin: 0 auto 170px auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.quest {
  margin-bottom: 84px;
}

.quest__title {
  text-align: center;
  color: #778892;
  margin-bottom: 95px;
}

.form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.form__wrap_input {
  width: 32%;
}
.feedback_form__wrap_input {
  width: 48%;
}
.feedback__title {
  margin-bottom: 30px;
  color: #778892;
}

.feedback__block {
  display: none;
}

.form__label_top {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #99a0a4;
  display: block;
  margin-bottom: 19px;
}

.form__input_top {
  width: 100%;
  padding: 21px 10px;
  height: 66px;
  border-radius: 4px;
  border: 1px solid #778892;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #323232;
}

.form__label_bot {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #99a0a4;
  display: block;
  margin-bottom: 20px;
}

.form__input_bot {
  border: 1px solid #778892;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 240px;
  padding: 16px 10px;
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
  margin-bottom: 60px;
}

.form__block_link {
  position: relative;
  width: 270px;
  margin-left: auto;
}

.form__submit {
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form__submit:hover {
  color: #e7c13c;
}

.form__submit + label {
  position: absolute;
  width: 155px;
  height: 3px;
  top: 35px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #323232;
}

.form__submit:hover + label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
  background: #e7c13c;
}

.thanks_for_submit {
  margin: 70px 0px;
  display: none;
}

.thanks_text {
  text-align: center;
}

.thanks_text span {
  color: #e7c13c;
}

/* todo PAGE CONTACT  end */
/* todo PAGE SERVICES  start */
.page_services__wrap {
  max-width: 946px;
  margin: 0 auto;
}

.page_services__title {
  text-align: center;
  margin-bottom: 93px;
}

.services_items {
  margin-bottom: 150px;
}

.services_item {
  padding-bottom: 60px;
  border-bottom: 1px solid #778892;
  margin-bottom: 60px;
}

.services_item__top {
  background: #778892;
  padding: 15px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.services_item__name {
  font-weight: 500;
  font-size: 31px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
}

.services_item__number {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 31px;
  line-height: 109.7%;
  /* identical to box height, or 34px */
  color: #b4c6d0;
}

.services_item__info {
  font-size: 18px;
  line-height: 165.3%;
}

.services_item__info p {
  margin-bottom: 25px;
}

/* todo PAGE SERVICE  end */
/* todo PAGE QUOTE  end */
.quote__title {
  text-align: center;
  margin-bottom: 28px;
}

.quote__title span {
  color: #e7c13c;
}

.quote__subtitle {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 126px;
}

.quote__block_wiht_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 60px;
}

.quote__form {
  margin-bottom: 103px;
}

.step__title {
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  text-transform: uppercase;
  color: #778892;
  padding: 17px 30px 13px 30px;
  border-bottom: 1px solid #778892;
}

.step__body {
  padding: 80px 0;
}

.step__body1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step__left {
  width: 49.1%;
}

.step__input_wrap {
  margin-bottom: 48px;
  position: relative;
}

.step__input_wrap span {
  position: absolute;
  bottom: 19px;
  right: 19px;
}

.step__input_wrap .step__img_for_select {
  position: absolute;
  bottom: 23px;
  right: 19px;
}

.step__block_for_select,
.step__block_for_select_clone {
  position: relative;
  margin-bottom: 10px;
}

.step__select span {
  position: absolute;
  bottom: 21px;
  right: 19px;
}

.step__label {
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #99a0a4;
  margin-bottom: 20px;
}

.step__select {
  width: 100%;
  height: 66px;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #778892;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 21px 28px;
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  /* Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* убираем дефолнтные стрелочки */
  position: relative;
}

.step__flex .step__input_wrap {
  width: 48%;
}

.step__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step__input_text {
  width: 100%;
  border: 1px solid #778892;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  height: 66px;
  font-size: 20px;
  line-height: 24px;
  padding: 22px 28px 20px 28px;
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
}

.step__add_stop {
  position: relative;
  top: -25px;
  background: none;
  border-radius: 0;
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.step__block_for_namber {
  border: 1px solid #778892;
  border-radius: 4px;
}

.step__input_number {
  width: 40%;
  height: 66px;
  font-size: 20px;
  line-height: 24px;
  border: none;
  /* border-top: 1px solid #778892;
  border-bottom: 1px solid #778892; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
}

.step__arrow_minus,
.step__arrow_plus {
  font-family: "Stolzl", Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 12px;
  width: 28%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 66px;
  background: none;
  border: none;
  outline: none;
}

.step__arrow_plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #778892;
}

.step__arrow_minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #778892;
}

/* Для Chrome */
.step__input_number::-webkit-inner-spin-button,
.step__input_number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Для Firefox */
.step__input_number {
  -moz-appearance: textfield;
}

.child_seat {
  display: none;
}

.step__add_child_seat {
  position: relative;
  top: -25px;
  background: none;
  border-radius: 0;
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-family: "Stolzl Book", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.step__right {
  width: 41%;
}

.step__label_checkbox {
  display: inline-block;
}

.step__label_checkbox a {
  border: 1px solid #778892;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}

.step__block_for_checkbox {
  display: inline-block;
  position: relative;
  margin-bottom: 44px;
}

.step__block_for_checkbox label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: -3px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.step__block_for_checkbox label {
  width: 42px;
  height: 15px;
  background: #adadad;
  position: absolute;
  border-radius: 50px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.step__block_for_checkbox input[type="checkbox"]:checked + label {
  background: #e7c13c;
}

.step__block_for_checkbox input[type="checkbox"] {
  visibility: hidden;
}

.step__block_for_checkbox input[type="checkbox"]:checked + label:after {
  left: 23px;
}

.step__map {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  height: 608px;
}

.step__label_checkbox {
  display: inline-block;
}

.step__body2 {
  display: none;
}

.step__cars {
  margin-bottom: 30px;
}

.step__cars_checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.step__cars_checkbox + .car__wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}

.step__cars_checkbox:checked + .car__wrap {
  -webkit-box-shadow: 0px 0px 6px 2px #e7c13c;
  box-shadow: 0px 0px 6px 2px #e7c13c;
}

.step__block_back {
  margin-bottom: 50px;
}

.step__body3 {
  display: none;
}

.quote__privacy {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 110px;
  display: block;
  text-align: center;
}

/* todo PAGE QUOTE  end */

.box_contenst p {
  font-size: 17px;
  line-height: 165.3%;
}

.page_box {
  max-width: 890px;
  margin: 0 auto;
}

.page_box_content {
  padding: 0 0 0;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.box_contenst {
  padding: 0 0 22px;
}
.srv_369 .page_box_image {
  position: absolute;
  top: 63px;
  right: -45px;
}

.srv_369  .page_box_content {
  padding: 0 0 132px;
  max-width: 554px;
}

.page_car {
  overflow: hidden;
}

.srv_335 .page_box {
  max-width: 100%;
  padding: 0 0 83px;
}

.srv_335 .page_box_content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.srv_335 .box_contenst {
  max-width: 560px;
}

.srv_335 .box_ln {
  width: 100%;
  max-width: 420px;
}

.srv_335 .page_box_image {
  position: absolute;
  top: 70px;
  right: -137px;
}
.srv_347 .page_box_content {
  max-width: 463px;
}

.srv_347 .page_box {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 83px;
  max-width: 900px;
}

.srv_347 .page_box_image {
  position: absolute;
  left: -133px;
  top: 89px;
}
.srv_350 .page_box_image {
  position: absolute;
  right: -84px;
  bottom: 8px;
}

.srv_350 .page_box {
  max-width: 100%;
  padding: 0 0 238px;
}
.srv_353 .page_box {
  max-width: 100%;
  padding: 0 0 76px;
}

.srv_353 .page_box_content {
  max-width: 560px;
}

.srv_353 .page_box_image {
  position: absolute;
  right: -75px;
  top: 40px;
}
.srv_357 .page_box_content {
  max-width: 322px;
}

.srv_357 .page_box_image {
  position: absolute;
  top: 77px;
  right: 103px;
}

.srv_357 .page_box {
  padding: 0 0 91px;
}
.srv_360 .page_box {
  max-width: 100%;
  padding: 0 0 229px;
}

.srv_360  .page_box_image {
  position: absolute;
  top: 136px;
  right: -20px;
}
.srv_363 .page_box_image {
  position: absolute;
  left: 6px;
  top: 88px;
}

.srv_363 .page_box {
  display: flex;
  justify-content: flex-end;
  max-width: 1101px;
  padding: 0 0 158px;
}

.srv_363 .page_box_content {
  max-width: 522px;
}
.srv_366 .page_box_content {
  max-width: 560px;
}

.srv_366 .page_box_image {
  position: absolute;
  right: 8px;
  top: 92px;
}

.srv_366 .page_box {
  padding: 0 0 91px;
}
.srv_366 .page_box_content {
  max-width: 524px;
}

.srv_366 .page_box {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 90px;
  flex-wrap: wrap;
}

.srv_366 .page_box_image {
  position: absolute;
  left: -228px;
  top: -66px;
}
.srv_360 .page_box_content {
  max-width: 463px;
}
.srv_369 .page_box {
  max-width: 100%;
}
.car_serv_it {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 61px;
}

.car_serv_bg img {
  width: 100%;
}

.car_serv_top {
  position: absolute;
  top: 47px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  left: 0;
  align-items: center;
  right: 0;
  z-index: 15;
}

.car_serv_bg {
  position: relative;
  z-index: 4;
}

.car_serv_bg:after {transition: 0.4s;content: "";display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.17%, #000000 108.37%), url(shutterstock_758054764.html);position: absolute;left: 0;right: 0;bottom: 0;top: 0;}

p.site_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 165.3%;
/* or 23px */
  letter-spacing: 0.36em;
  color: #CDD5DA;
  margin: 0;
}

p.sg_nmb {
  font-size: 18px;
  
/* identical to box height */
  text-align: right;
  text-transform: uppercase;
  color: #CDD5DA;
  margin: 0;
}

p.sg_nmb span {
  font-size: 30px;
}

.car_serv_bottom {
  position: absolute;
  bottom: 53px;
  z-index: 9;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

p.name_srv {
  font-size: 31px;
  line-height: 36px;
/* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Casanova Scotia", "Arial Black", Gadget, sans-serif;
  margin: auto;
}

a.mrv {
  font-family: Stolzl;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
/* identical to box height */
  text-align: right;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  transition: 0.4s;
}

a.mrv:after {content: "";display: block;position: absolute;height: 3px;width: 100%;background: #fff;bottom: -7px;transition: 0.4s;right: 0;}
a.mrv:hover:after {
  width: 130%;
  background: #E7C13C;
}

a.mrv:hover {
  color: #E7C13C;
}

::after {}

.car_serv_bg:before {
  content: "";
  background: linear-gradient(180deg, rgba(231, 193, 60, 0.5) 0.17%, #000000 108.37%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
}

.car_serv_it:hover .car_serv_bg:after {opacity: 0;}

.car_serv_it:hover .car_serv_bg:before {
  opacity: 1;
}
]
@media screen and (max-width: 1169px) {
  .container {
    width: 980px;
  }
  .header__flex {
    padding-right: 0;
  }
  .header__link_to_main img {
    width: 150px;
  }
  .header__mail {
    font-size: 14px;
  }
  .menu-item {
    margin-left: 23px;
  }
  .info_block__flex {
    margin: 20px;
  }
  .features__left_with_img {
    right: 0;
  }
  .step__left {
    width: 56%;
  }
  .page_box_image {
    position: static !important;
}

.page_box_image img {
    max-width: 100%;
}

.srv_335 .box_contenst {
    max-width: 100%;
}
.srv_350 .page_box {
  padding: 0 0 41px;
}
.srv_357 .page_box_image {
  position: absolute !important;
}
.page_box {
  padding: 0 0 40px !important;
}
}

@media screen and (max-width: 990px) {
  .container {
    width: 680px;
  }
  .header {
    background-color: rgba(82, 82, 82, 0.7);
    position: fixed;
  }
  .header__flex {
    margin: 10px 0;
  }
  .page_path {
    padding-top: 130px;
    margin-bottom: 60px;
  }
  .header .container {
    width: 98%;
  }
  .header__menu {
    display: none;
  }
  .header__mobile_block {
    display: block;
  }
  .header__phone {
    font-size: 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' fill='%23ffffff' enable-background='new 0 0 512.021 512.021' height='512' viewBox='0 0 512.021 512.021' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m367.988 512.021c-16.528 0-32.916-2.922-48.941-8.744-70.598-25.646-136.128-67.416-189.508-120.795s-95.15-118.91-120.795-189.508c-8.241-22.688-10.673-46.108-7.226-69.612 3.229-22.016 11.757-43.389 24.663-61.809 12.963-18.501 30.245-33.889 49.977-44.5 21.042-11.315 44.009-17.053 68.265-17.053 7.544 0 14.064 5.271 15.645 12.647l25.114 117.199c1.137 5.307-.494 10.829-4.331 14.667l-42.913 42.912c40.482 80.486 106.17 146.174 186.656 186.656l42.912-42.913c3.838-3.837 9.361-5.466 14.667-4.331l117.199 25.114c7.377 1.581 12.647 8.101 12.647 15.645 0 24.256-5.738 47.224-17.054 68.266-10.611 19.732-25.999 37.014-44.5 49.977-18.419 12.906-39.792 21.434-61.809 24.663-6.899 1.013-13.797 1.518-20.668 1.519zm-236.349-479.321c-31.995 3.532-60.393 20.302-79.251 47.217-21.206 30.265-26.151 67.49-13.567 102.132 49.304 135.726 155.425 241.847 291.151 291.151 34.641 12.584 71.866 7.64 102.132-13.567 26.915-18.858 43.685-47.256 47.217-79.251l-95.341-20.43-44.816 44.816c-4.769 4.769-12.015 6.036-18.117 3.168-95.19-44.72-172.242-121.772-216.962-216.962-2.867-6.103-1.601-13.349 3.168-18.117l44.816-44.816z'/%3e%3c/g%3e%3c/svg%3e")
      center no-repeat;
    background-size: 24px;
    width: 48px;
    height: 48px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  .header__mail {
    display: none;
  }
  .header__contacts {
    margin-right: 20px;
  }
  .dropdown_list__link {
    font-size: 13px;
    line-height: 200%;
  }
  .poster {
    background-position: center;
  }
  .poster__title {
    font-size: calc(26px + (100vw - 320px) / 990 * (34 + 34 * 0.7));
  }
  .links_with_line,
  .fb_modal__submit {
    font-size: calc(16px + (100vw - 320px) / 990 * (7 + 7 * 0.7));
  }
  .link_with_line span,
  .fb_modal__submit + label {
    width: calc(100px + (100vw - 320px) / 990 * (55 + 55 * 0.7));
  }
  .link_with_line:hover span {
    width: calc(150px + (100vw - 320px) / 990 * (120 + 120 * 0.7));
  }
  .title_h2 {
    font-size: calc(18px + (100vw - 320px) / 990 * (22 + 22 * 0.7));
  }
  .plain_text {
    font-size: 17px;
  }
  .info_block__suptitle {
    font-size: calc(16px + (100vw - 320px) / 990 * (7 + 7 * 0.7));
  }
  .info_block__right_text {
    width: 100%;
    text-align: center;
  }
  .info_block__left_with_img {
    display: none;
  }
  .info_block__flex {
    margin: 0;
  }
  .info_block {
    margin: 60px 0 30px 0;
  }
  .info_block__title {
    margin-bottom: 30px;
  }
  .our_services__name,
  .our_services__number {
    font-size: 18px;
  }
  .our_services__title {
    margin-bottom: 40px;
  }
  .our_services {
    margin-bottom: 60px;
  }
  .features__right_with_img,
  .features__left_with_img {
    display: none;
  }
  .features__left_text,
  .features__right_text {
    width: 100%;
  }
  .features__flex {
    margin-bottom: 40px;
  }
  .features__middle_title {
    text-align: start;
    margin-bottom: 33px;
    padding: 0;
  }
  .features__middle_text {
    text-align: start;
    margin-bottom: 60px;
    padding: 0;
  }
  .poster__links {
    margin-left: 20px;
  }
  .poster__title {
    margin-left: 20px;
  }
  .footer__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 35px;
  }
  .footer__column:nth-child(1),
  .footer__column:nth-child(2) {
    display: none;
  }
  .footer__column:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
  .footer__column:nth-child(3) li {
    margin-top: 0;
  }
  .footer__block_with_logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts__value {
    font-size: 32px;
  }
  .form__label_top,
  .form__label_bot {
    font-size: calc(14px + (100vw - 320px) / 990 * (5 + 5 * 0.7));
  }
  .feedback__name {
    font-size: 24px;
    line-height: 100%;
  }
  .feedback__date {
    font-size: 17px;
    line-height: 100%;
  }
  .page_services__title {
    margin-bottom: 65px;
  }
  .services_item__top {
    padding: 15px 15px;
  }
  .services_item__name {
    font-size: 24px;
    line-height: 110%;
  }
  .services_item__number {
    font-size: 24px;
    line-height: 110%;
  }
  .services_items {
    margin-bottom: 70px;
  }
  .services_item {
    padding-bottom: 40px;
  }
  .car__class {
    padding-top: 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .car__name {
    height: 44px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .car__name::after {
    top: 65px;
  }
  .car__block_with_img {
    height: 151px;
  }
  .car__capacity {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .car__capacity span {
    font-size: 20px;
    line-height: 150%;
  }
  .car__reserve {
    padding: 22px 0 20px 0;
  }
  .page_car__wrap_slider {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .page_car__title {
    padding: 0 14%;
    margin-bottom: 40px;
  }
  .page_car__slider {
    margin-bottom: 30px;
  }
  .page_car__info {
    width: 96%;
    margin: 0 auto;
  }
  .page_car__text {
    margin-bottom: 60px;
  }
  .page_car__links {
    position: static;
    width: 96%;
    margin: 60px auto 0 auto;
  }
  .page_car__flex {
    margin-bottom: 60px;
  }
  .step__map {
    display: none;
  }
  .step__left,
  .step__right {
    width: 100%;
  }
  .step__body1 {
    padding-bottom: 20px;
  }
  .page_box_image {
    position: static !important;
}

.page_box_image img {
    max-width: 100%;
}

.srv_335 .box_contenst {
    max-width: 100%;
}
.srv_347 .page_box_content {
  max-width: 100%;
}

.srv_347 .page_box {
  flex-wrap: wrap;
}
.srv_350 .page_box {
  padding: 0 0 41px;
}
.srv_357 .page_box_image {
  position: absolute !important;
  right: 0;
  top: 105px;
  right: -40px;
}

.srv_357 .page_box_image img {
  width: 354px;
}
.page_box {
  padding: 0 0 40px !important;
}
.page_box_content {}

.srv_366 .page_box_content {
    max-width: 100%;
}
}

@media screen and (max-width: 690px) {
  .container {
    width: 540px;
  }
  .mobile_menu__link_to_main img {
    width: 120px;
    height: auto;
  }
  .info_block__right_with_img {
    display: none;
  }
  .info_block__left_text {
    width: 100%;
  }
  .plain_text {
    font-size: 16px;
  }
  .link_with_line {
    margin-bottom: 40px;
  }
  .our_services__name,
  .our_services__number {
    font-size: 15px;
    line-height: 19px;
  }
  .features__text {
    margin-bottom: 30px;
  }
  .contacts__value {
    font-size: 26px;
  }
  .contacts__item {
    padding-top: 33px;
    padding-bottom: 28px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .form__label_top,
  .form__label_bot {
    margin-bottom: 8px;
  }
  .quest__title {
    margin-bottom: 55px;
  }
  .form__top {
    margin-bottom: 30px;
  }
  .page_reviews__title {
    margin-bottom: 40px;
  }
  .feedback__name {
    font-size: 22px;
  }
  .feedback__date {
    font-size: 16px;
  }
  .page_reviews__feedbacks {
    margin-bottom: 60px;
  }
  .page_reviews__block_with_link {
    margin-bottom: 80px;
  }
  .fb_modal__title {
    font-size: 24px;
  }
  #fb_modal {
    width: 460px;
  }
  .services_item__name {
    font-size: 22px;
  }
  .services_item__number {
    font-size: 22px;
  }
  .services_items {
    margin-bottom: 50px;
  }
  .services_item {
    padding-bottom: 25px;
  }
  .car {
    width: 48%;
  }
  .fleet__title {
    margin-bottom: 40px;
  }
  .fleet__flex {
    margin-bottom: 80px;
  }
  .offered__title,
  .advantages__title {
    font-size: 22px;
    line-height: 24px;
  }
  .page_box_image {
    position: static !important;
}

.page_box_image img {
    max-width: 100%;
}

.srv_335 .box_contenst {
    max-width: 100%;
}
.srv_350 .page_box {
  padding: 0 0 41px;
}
.page_box {
  padding: 0 0 40px !important;
}
.car_serv_bg {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car_serv_bg img {
  height: 100%;
  width: auto;
}

p.site_name {
  font-size: 10px;
}

p.name_srv {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 18px;
}

}

@media screen and (max-width: 544px) {
  .container {
    width: 300px;
  }
  .menu_mobile__dropdown_list {
    padding-left: 0;
  }
  .poster__title {
    font-size: 28px;
  }
  .poster__links {
    width: 70%;
  }
  .link_with_line span {
    top: 25px;
  }
  .link_with_line {
    margin-bottom: 20px;
  }
  .header__link_to_main img {
    width: 120px;
    position: relative;
    bottom: 10px;
  }
  .header__phone {
    background-size: 21px;
    width: 40px;
    height: 40px;
  }
  .our_services__name {
    font-size: 15px;
  }
  .our_services__number {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .our_services__item {
    margin-bottom: 30px;
    width: 100%;
  }
  .our_services__flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .our_services__colomn {
    border: none;
    padding: 0;
    top: 0;
    width: 100%;
  }
  /*.colomn_middle {
    top: 73px;
    left: -57px;
  }
  .colomn_right {
    top: 146px;
    left: -120px;
  }*/
  .plain_text {
    font-size: 14px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__column:nth-child(3) {
    -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__column:nth-child(3) li + li {
    margin-top: 18px;
  }
  .footer__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__block_with_logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__menu {
    margin-top: 25px;
  }
  .contacts__name {
    font-size: 14px;
  }
  .contacts__value {
    font-size: 16px;
  }
  .form__wrap_input {
    width: 100%;
    margin-top: 15px;
  }
  .feedback_form__wrap_input {
    width: 100%;
    margin-top: 15px;
  }
  .form__block_link {
    margin-left: 0;
  }
  .feedback__name {
    font-size: 16px;
  }
  .feedback__date {
    font-size: 14px;
  }
  .fb_modal__title {
    font-size: 20px;
  }
  #fb_modal {
    width: 100%;
  }
  .page_services__title {
    margin-bottom: 40px;
  }
  .services_item__name {
    font-size: 20px;
  }
  .services_item__number {
    font-size: 20px;
  }
  .car {
    width: 100%;
  }
  .car__block_with_img {
    height: 190px;
  }
  .page_car__nav {
    width: 160px;
    height: 60px;
    margin-bottom: 10px;
  }
  .page_car__nav .slick-track {
    height: 50px;
  }
  .page_car__nav .slider__photo {
    left: -73px;
  }
  .prev_arrow,
  .next_arrow {
    top: -96px;
  }
  .advantages__colomn {
    margin-right: 10px;
  }
  .offered__title,
  .advantages__title {
    font-size: 20px;
    line-height: 22px;
  }
  .step__flex .step__input_wrap {
    width: 100%;
  }
  .step__label,
  .step__add_stop,
  .step__add_child_seat,
  .step__select,
  .step__input {
    font-size: 18px;
  }
  .step__input_wrap {
    margin-bottom: 30px;
  }
  .page_box_image {
    position: static !important;
}

.page_box_image img {
    max-width: 100%;
}.srv_350 .page_box {
  padding: 0 0 41px;
}.page_box {
  padding: 0 0 40px !important;
}
}
