.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.row {
  padding: 60px 10px;
  margin: 0 auto;
  width: 1200px;
}
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.article-item ul li {
  list-style-type: disc;
}
.article-item ul {
   margin-left: 20px;
}
.footer__bottom-text a:link {
    line-height: 25px;
    text-decoration: underline;
}
@media (max-width: 1200px) {
  #body .slick-arrow.slick-next{
    right: -3px;
  }
  #body .slick-arrow.slick-prev{
    left: -3px;
  }
  .row {
    width: 960px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .row {
    width: 750px;
    padding: 60px 10px;
  }
}
@media (max-width: 767px) {
  .row {
    width: 100%;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.akciya {
  display: table;
  width: 100%;
  margin-top:100px;
}
.akciya_text {
  display: table-cell;
  height: 50px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  vertical-align: middle;
  background-color:#001B95
}
  .footer_line {background-color:#FFC82E;height:50px;text-align: center;}

@media (max-width: 767px) {
  .akciya {
    background-color:#001B95;margin-top:80px;
  }
}
.col-wrap, .first-screen__advantage-list, .tarifs__payment, .costs__list, .carpark__advantage, .drivers__advantage, .how-to__list, .main-form__order, .main-form__advantage, .blue-advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-padd, .col-1, .col-2, .carpark__advantage-item, .main-form__advantage-item, .col-3, .first-screen__advantage-item, .drivers__advantage-item, .how-to__item, .col-4, .blue-advantages__item, .col-5, .main-form__order-left, .col-6, .costs__item, .col-7, .main-form__order-right, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0 10px;
}

.col-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.row-med-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}
.row-med-pad + .row-med-pad {
  padding-top: 0;
}

.row-min-pad {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row-min-pad + .row-min-pad {
  padding-top: 0;
}

.row-fluid {
  padding-left: calc(100%/8);
  padding-right: calc(100%/8);
}
@media (max-width: 1200px) {
  .row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.col-1 {
  float: left;
  width: 8.33333%;
}

.col-2, .carpark__advantage-item, .main-form__advantage-item {
  float: left;
  width: 16.66667%;
}

.col-3, .first-screen__advantage-item, .drivers__advantage-item, .how-to__item {
  float: left;
  width: 25%;
}

.col-4, .blue-advantages__item {
  float: left;
  width: 33.33333%;
}

.col-5, .main-form__order-left {
  float: left;
  width: 41.66667%;
}

.col-6, .costs__item {
  float: left;
  width: 50%;
}

.col-7, .main-form__order-right {
  float: left;
  width: 58.33333%;
}

.col-8 {
  float: left;
  width: 66.66667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.33333%;
}

.col-11 {
  float: left;
  width: 91.66667%;
}

.col-12 {
  float: left;
  width: 100%;
}

* {
  max-height: 999999px;
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}

.body-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

.content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  width: 100%;
}

button {
  outline: none;
  border: 0;
  padding: 0;
}

input:not([type="checkbox"]), textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  height: 40px;
  line-height: 38px;
  color: #333;
  border-radius: 0px;
  -webkit-appearance: none;
  resize: none;
}
input:not([type="checkbox"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input:not([type="checkbox"]):-moz-placeholder, textarea:-moz-placeholder {
  color: #bdbdbd;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input:not([type="checkbox"])::-moz-placeholder, textarea::-moz-placeholder {
  color: #bdbdbd;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input:not([type="checkbox"]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input:not([type="checkbox"]).error, textarea.error {
  box-shadow: 0px 0px 8px 3px #f00;
}

textarea {
  min-height: 64px;
  line-height: 1.2;
  padding: 15px;
}
@media (max-width: 767px) {
  textarea {
    min-height: 50px;
  }
}

div {
  box-sizing: border-box;
}

ul, ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li, ol li {
  list-style: none;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h1 {
  text-align: center;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

.slick-slider, .slick-slider * {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: transparent;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  cursor: pointer;
  text-indent: 9999px;
}
.slick-arrow.slick-prev {
  left: -10px;
  z-index: 10;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: -5px;
  }
}
.slick-arrow.slick-next {
  right: -10px;
  z-index: 10;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: -5px;
  }
}
.slick-arrow:hover {
  border-color: #bfbfbf;
}

ul.smpl {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.smpl li {
  margin: 0;
  padding: 4px 10px;
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
ul.smpl li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #333;
}

.nav-tabs {
  padding: 0;
  list-style: none;
}
.nav-tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.nav-tabs li a, .nav-tabs li a:link, .nav-tabs li a:hover, .nav-tabs li a:visited, .nav-tabs li a:active, .nav-tabs li a:focus, .nav-tabs li button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #828282;
  padding: 0 20px;
}
.nav-tabs li.active a, .nav-tabs li.active a:link, .nav-tabs li.active a:hover, .nav-tabs li.active a:visited, .nav-tabs li.active a:active, .nav-tabs li.active a:focus, .nav-tabs li.active button {
  font-weight: bold;
}
.nav-tabs li.active a span, .nav-tabs li.active a:link span, .nav-tabs li.active a:hover span, .nav-tabs li.active a:visited span, .nav-tabs li.active a:active span, .nav-tabs li.active a:focus span, .nav-tabs li.active button span {
  border-bottom-color: #FFC82E;
}

.tab-content {
  position: relative;
}

.tab-pane {
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: -100px;
  transition: opacity .0s ease .0s;
  width: 100%;
}
.tab-pane.active {
  opacity: 1;
  z-index: 1;
  left: 0;
  position: relative;
  transition: opacity .3s ease .1s, left .3s ease .1s;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
}

.checkbox + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.checkbox + label a, .checkbox + label a:link, .checkbox + label a:hover, .checkbox + label a:visited, .checkbox + label a:active, .checkbox + label a:focus, .checkbox + label button {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  text-decoration: none;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
  height: auto;
  line-height: auto;
}

.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .checkbox:not(checked) + label {
    padding-top: 2px;
  }
}

.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  height: 5px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}

.checkbox:checked + label:after {
  opacity: 1;
}

.checkbox:checked + label:before {
  background: #11d071;
  border-color: #11d071;
}

.check-item {
  margin-top: 15px;
}

.checkbox#remember-me + label {
  font-weight: 400;
}

.chosen-container {
  position: relative;
  width: 100% !important;
  text-align: left;
}
.chosen-container a.chosen-single, .chosen-container a:link.chosen-single, .chosen-container a:visited.chosen-single, .chosen-container a:active.chosen-single, .chosen-container a:focus.chosen-single {
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ffe497;
}
.chosen-container a.chosen-single:after, .chosen-container a:link.chosen-single:after, .chosen-container a:visited.chosen-single:after, .chosen-container a:active.chosen-single:after, .chosen-container a:focus.chosen-single:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffc82e;
  border-bottom: 2px solid #ffc82e;
  transform: rotate(-45deg);
  transition: all .2s ease-out .0s;
}
.chosen-container.chosen-with-drop .chosen-single::after {
  top: 19px;
  transform: rotate(135deg);
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 500;
  display: none;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ffe497;
  min-width: 120px;
  margin-top: -1px;
}
.chosen-container .chosen-drop .chosen-results {
  position: relative;
}
.chosen-container .chosen-drop .chosen-results li {
  position: relative;
  padding: 15px;
  padding-left: 45px;
}
.chosen-container .chosen-drop .chosen-results li::before {
  position: absolute;
  content: '';
  top: -4px;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  height: 15px;
  width: 15px;
  border: 1px solid #bfbfbf;
}
.chosen-container .chosen-drop .chosen-results li::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 20px;
  top: 14px;
  width: 5px;
  height: 10px;
  border: solid #ffc82e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.chosen-container .chosen-drop .chosen-results li:hover::before {
  border-color: #737373;
}
.chosen-container .chosen-drop .chosen-results li.result-selected::after {
  opacity: 1;
}
.chosen-container .chosen-drop:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.chosen-container .chosen-drop ul {
  margin: 0;
  padding: 0;
}
.chosen-container .chosen-drop ul li {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 12px 20px;
  margin-top: 0;
  display: block;
}
.chosen-container .chosen-drop ul li:hover {
  font-weight: 400;
}
.chosen-container .chosen-search {
  display: none;
}
.chosen-container.chosen-with-drop a.chosen-single, .chosen-container.chosen-with-drop a:link.chosen-single, .chosen-container.chosen-with-drop a:hover.chosen-single, .chosen-container.chosen-with-drop a:visited.chosen-single, .chosen-container.chosen-with-drop a:active.chosen-single, .chosen-container.chosen-with-drop a:focus.chosen-single {
  padding: 15px;
}
.chosen-container.chosen-with-drop a.chosen-single:before, .chosen-container.chosen-with-drop a:link.chosen-single:before, .chosen-container.chosen-with-drop a:hover.chosen-single:before, .chosen-container.chosen-with-drop a:visited.chosen-single:before, .chosen-container.chosen-with-drop a:active.chosen-single:before, .chosen-container.chosen-with-drop a:focus.chosen-single:before {
  transform: rotate(-180deg);
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

/*is not desktop*/
select {
  cursor: pointer;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 12px 12px;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  outline: none;
}

h1, .title-big, .first-screen__main-title, .tarifs__title, .yellow-block__title, .costs__title, .carpark__title, .drivers__title, .conditions__title, .how-to__title, .app__main-title, .review__title, .thanks__title, .connect__title, .questions__title, .blue-advantages__title {
  font-size: 48px;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  h1, .title-big, .first-screen__main-title, .tarifs__title, .yellow-block__title, .costs__title, .carpark__title, .drivers__title, .conditions__title, .how-to__title, .app__main-title, .review__title, .thanks__title, .connect__title, .questions__title, .blue-advantages__title {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1, .title-big, .first-screen__main-title, .tarifs__title, .yellow-block__title, .costs__title, .carpark__title, .drivers__title, .conditions__title, .how-to__title, .app__main-title, .review__title, .thanks__title, .connect__title, .questions__title, .blue-advantages__title {
    font-size: 28px;
    line-height: 40px;
  }
}

h2, .title-medium, .first-screen__main-text, .tarifs__text, .tarifs__price-title, .costs__item-title, .carpark__text, .carpark__slider-type, .drivers__banner, .review__text, .thanks__text {
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  h2, .title-medium, .first-screen__main-text, .tarifs__text, .tarifs__price-title, .costs__item-title, .carpark__text, .carpark__slider-type, .drivers__banner, .review__text, .thanks__text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h2, .title-medium, .first-screen__main-text, .tarifs__text, .tarifs__price-title, .costs__item-title, .carpark__text, .carpark__slider-type, .drivers__banner, .review__text, .thanks__text {
    font-size: 22px;
    line-height: 30px;
  }
}

h1, h2, h3, h4 {
  margin: 0px 0px 18px 0px;
  text-align: center;
  color: #000;
  font-size: 38px;
}

.text-white, .first-screen__main-left, .first-screen__advantage-wrap, .conditions {
  color: #fff !important;
}

.tipycal-btn, a.header__btn, a.header__btn:link, a.header__btn:hover, a.header__btn:visited, a.header__btn:active, a.header__btn:focus, button.header__btn, .first-screen__form-btn, .tarifs__btn, .how-to__btn, .app__btn, .connect__tabs-form-btn, .connect__form-btn, .main-form__order-bottom-btn button {
  position: relative;
  top: 0;
  background: #001B95;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 25px;
  transition: top .15s ease-out .0s, box-shadow .15s ease-out .0s;
}

a, button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  cursor: pointer;
}
a:link, a:hover, a:visited, a:active, a:focus{
  color: #333;
  text-decoration: none;
}
a.header__logo, a:link.header__logo, a:hover.header__logo, a:visited.header__logo, a:active.header__logo, a:focus.header__logo, button.header__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  width: 167px;
}
a.header__logo img, a:link.header__logo img, a:hover.header__logo img, a:visited.header__logo img, a:active.header__logo img, a:focus.header__logo img, button.header__logo img {
  width: 100%;
}
a.header__btn, a:link.header__btn, a:hover.header__btn, a:visited.header__btn, a:active.header__btn, a:focus.header__btn, button.header__btn {
  float: right;
}
@media (max-width: 420px) {
  a.header__btn, a:link.header__btn, a:hover.header__btn, a:visited.header__btn, a:active.header__btn, a:focus.header__btn, button.header__btn {
    padding: 11px 15px;
  }
}
a.header__phone, a:link.header__phone, a:hover.header__phone, a:visited.header__phone, a:active.header__phone, a:focus.header__phone, button.header__phone {
  float: right;
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
  transform: translateY(4px);
}
@media (max-width: 1200px) {
  a.header__phone, a:link.header__phone, a:hover.header__phone, a:visited.header__phone, a:active.header__phone, a:focus.header__phone, button.header__phone {
    color: #ccc;
    margin-bottom: 20px;
  }
  a.header__phone img, a:link.header__phone img, a:hover.header__phone img, a:visited.header__phone img, a:active.header__phone img, a:focus.header__phone img, button.header__phone img {
    margin-right: 10px;
  }
}
a.header__phone span, a:link.header__phone span, a:hover.header__phone span, a:visited.header__phone span, a:active.header__phone span, a:focus.header__phone span, button.header__phone span {
  font-size: 28px;
}

a:hover.tipycal-btn, a.header__btn:hover, a.first-screen__form-btn:hover, a.tarifs__btn:hover, a.how-to__btn:hover, a.app__btn:hover, a.connect__tabs-form-btn:hover, a.connect__form-btn:hover, button:hover.tipycal-btn, button.header__btn:hover, button.first-screen__form-btn:hover, button.tarifs__btn:hover, button.how-to__btn:hover, button.app__btn:hover, button.connect__tabs-form-btn:hover, button.connect__form-btn:hover, .main-form__order-bottom-btn button:hover {
  top: -3px;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
}

.mCSB_scrollTools {
  z-index: 150;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  margin-left: 1px;
  z-index: 1;
  width: 4px;
  background-color: #000;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*horizontal*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: 450px;
  right: 0;
  left: 0;
  position: absolute;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #dfdfdf;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 16px;
  border-radius: 10px;
  background-color: #9b9b9b;
  left: 2px;
  margin-top: 2px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 16px;
  margin: 0 auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 150;
  top: 0;
  left: -250px;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.header {
  background: #FFC82E;
  position: fixed;
  box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.header .row {
  padding: 20px 10px;
}
.header .row:after {
  content: none;
}
.header__burger {
  width: 31px;
  height: 40px;
  background: url("../images/burger.svg") center center no-repeat;
}

.header-main {
  position: fixed;
  height: 100px;
  background: #FFC82E;
  top: 0;
  border-bottom: 1px solid #fff;
  z-index: 100;
}
@media (max-width: 767px) {
  .header-main {
    height: 80px;
  }
}
.header-main.fixed {
  border-bottom: none;
  box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
}
.header-main__burger {
  display: none !important;
  width: 31px;
  height: 40px;
  background: url("../images/burger.svg") center center no-repeat;
}
@media (max-width: 1200px) {
  .header-main__burger {
    display: block !important;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .header-main__burger {
    top: 80px;
  }
}
.header-main__info {
  display: none !important;
  width: 40px;
  height: 40px;
}
.header-main__info svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .header-main__info {
    display: block !important;
    position: absolute;
    top: 100px;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .header-main__info {
    top: 80px;
  }
}
.header-main .row {
  padding: 0px 10px;
}
.header-main .row:after {
  content: none;
}
.header-main__wrap {
  position: relative;
}
.header-main__item_links {
  float: left;
}
.header-main__item_links .closebtn {
  display: none;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #f1f1f1;
}
@media (max-width: 1200px) {
  .header-main__item_links {
    position: fixed;
    height: 100vh;
    background: #111;
    left: -300px;
    width: 300px;
    transition: 0.5s;
    z-index: 100;
  }
  .header-main__item_links .closebtn {
    display: block;
  }
}
.header-main__item_logo {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  width: 170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-main__item_logo {
    height: 80px;
  }
}
.header-main__item_logo a {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.header-main__item_logo a span {
  font-weight: bold;
}
.header-main__item_right {
  float: right;
  display: -ms-flexbox;
  display: flex;
}
.header-main__item_right .closebtn {
  display: none;
  position: absolute;
  top: 15px;
  left: 0px;
  font-size: 36px;
  margin-left: 25px;
  color: #f1f1f1;
}
@media (max-width: 1200px) {
  .header-main__item_right {
    position: fixed;
    height: 100vh;
    background: #111;
    right: -300px;
    width: 300px;
    transition: 0.5s;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    z-index: 100;
  }
  .header-main__item_right .closebtn {
    display: block;
  }
}
.header-main__item-contact {
  width: 200px;
  padding: 10px 0;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .header-main__item-contact {
    width: 100%;
    margin-right: 0;
  }
}
.header-main__item-contact .header__phone, .header-main__item-contact .header__btn {
  float: none !important;
  width: 100%;
}
.header-main__item-contact .header__phone {
  margin-bottom: 10px;
}
.header-main__item-auth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 150px;
  margin-right: 30px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .header-main__item-auth {
    width: auto;
    margin-right: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: -15px;
  }
}
.header-main__item-auth a {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header-main__item-auth a {
    color: #ccc;
    margin-bottom: 15px;
  }
}
.header-main__item-auth-apps {
  width: 70px;
}
.header-main__item-auth-apps img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .header-main__item-auth-apps {
    width: 50%;
    text-align: center;
  }
}
.header-main__item-lang {
  position: relative;
}
.header-main__item-lang .header-main__nav-dropdown {
  min-width: initial;
}
@media (min-width: 1201px) {
  .header-main__item-lang .header-main__nav-link:hover {
    background: #ffe499;
  }
}
@media (max-width: 1200px) {
  .header-main__item-lang .header-main__nav-dropdown {
    padding-left: 10px;
  }
}
.header-main__nav {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 0 -10px;
}
@media (max-width: 1200px) {
  .header-main__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
    height: auto;
    padding-top: 50px;
  }
}
.header-main__nav-item {
  position: relative;
  height: 100px;
}
@media (max-width: 1200px) {
  .header-main__nav-item {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}
.header-main__nav-item:hover .header-main__nav-link {
  background: #ffe499;
}
@media (max-width: 1200px) {
  .header-main__nav-item:hover .header-main__nav-link {
    background: transparent;
  }
}
.header-main__nav-link {
  height: 100px;
  line-height: 94px !important;
  padding: 0 10px;
  transition: background .2s ease-out .0s;
  font-weight: bold !important;
}
@media (max-width: 1200px) {
  .header-main__nav-link {
    height: auto;
    line-height: 1.2 !important;
    color: #ccc !important;
    font-size: 18px !important;
  }
}
.header-main__nav-link_dropdown {
  position: relative;
  padding-right: 23px;
}
.header-main__nav-link_dropdown::after {
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 8px;
  content: '';
  margin: auto 0;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  transition: all .2s linear .2s;
}
@media (max-width: 1200px) {
  .header-main__nav-link_dropdown::after {
    border-color: #ccc;
  }
}
.header-main__nav-link_dropdown.active::after {
  top: 0px;
  transform: rotate(135deg);
}
.header-main__nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 170px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  padding: 15px 10px;
  margin-bottom: -10px;
}
@media (max-width: 1200px) {
  .header-main__nav-dropdown {
    position: static;
    background: transparent;
    padding: 10px 30px;
  }
}
.header-main__nav-dropdown li {
  margin-bottom: 10px;
}
.header-main__nav-dropdown li:hover {
  background: #E5E5E5;
}
.header-main__nav-dropdown a {
  display: block !important;
}
@media (max-width: 1200px) {
  .header-main__nav-dropdown a {
    font-size: 18px;
    color: #ccc !important;
  }
}

.first-screen {
  margin-top: 80px;
  background: url("../images/fs-bg.png") center center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 80px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.first-screen__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 991px) {
  .first-screen__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .first-screen__main-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .first-screen__main-right {
    width: 100%;
  }
}
.first-screen__main-title {
  margin-bottom: 10px;
}
.first-screen__main-text {
  margin-bottom: 20px;
}
.first-screen__main-list {
  padding-left: 20px;
}
.first-screen__main-list li {
  list-style: disc;
  font-weight: 300;
}
.first-screen__form {
  background: #FFC82E;
  padding: 20px;
  width: 380px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .first-screen__form {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .first-screen__form {
    width: auto;
  }
}
.first-screen__form-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.first-screen__form-text {
  font-size: 16px;
  margin-bottom: 25px;
}
.first-screen__form-line + .first-screen__form-line {
  margin-top: 10px;
}
.first-screen__form-btn {
  min-width: 260px;
}
.first-screen__form-btn-wrap {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 400px) {
  .first-screen__form-btn {
    min-width: initial;
  }
}
.first-screen__form-privacy {
  margin-top: 15px;
}
.first-screen__form-privacy-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.first-screen__form-privacy-container a {
  vertical-align: baseline;
  text-decoration: underline;
}
.first-screen__form-privacy-container a:hover {
  text-decoration: none;
}
.first-screen__form-privacy-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.first-screen__form-privacy-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #001B95;
  border-radius: 5px;
}
.first-screen__form-privacy-container .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity .2s ease-out .0s;
}
.first-screen__form-privacy-container input:checked ~ .checkmark:after {
  opacity: 1;
}
.first-screen__advantage {
  margin-top: 60px;
}
.first-screen__advantage-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.first-screen__advantage-list .slick-slide {
  height: auto;
}
.first-screen__advantage-wrap {
  line-height: 1.2;
  font-size: 16px;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-weight: 300;
  transition: background .3s ease-out .0s;
}
.first-screen__advantage-wrap:hover {
  background: rgba(255, 255, 255, 0.25);
}
.first-screen__advantage-img {
  margin-bottom: 10px;
}
.first-screen__advantage-text {
  width: 100%;
}
.first-screen__clients {
  margin: 0 -10px;
  margin-top: 60px;
}
.first-screen__clients-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .first-screen__clients-item img {
    margin: 0 auto;
  }
}
.first-screen__clients-item img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: filter .2s ease-out .0s;
}
.first-screen__clients-item img:hover {
  filter: grayscale(0%);
}
.first-screen__clients .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.tarifs {
  background: #E5E5E5;
}
.tarifs__title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.tarifs__text {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.tarifs__tab-type {
  text-align: center;
  margin-bottom: -15px;
}
.tarifs__tab-type li {
  margin-bottom: 15px;
}
.tarifs__tab-type li a {
  text-decoration: underline;
  color: #333 !important;
  font-size: 20px !important;
  padding: 0 40px !important;
}
.tarifs__tab-type li.active a {
  color: #001B95 !important;
  text-decoration: none;
  font-weight: bold;
}
.tarifs__tab-cars {
  text-align: center;
  margin: 20px 0px;
}
.tarifs__tab-cars img {
  max-width: 100%;
}
.tarifs__tab-cars-model {
  font-weight: bold;
  font-size: 16px;
  color: #001B95;
  margin-bottom: 30px;
}
.tarifs__tab-cars li.active a {
  color: #001B95;
}
.tarifs__tab-cars .tab-pane img {
  max-width: 100%;
}
.tarifs__price {
  background: #E0E0E0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.tarifs__price-title {
  text-align: center;
  margin-bottom: 10px;
}
.tarifs__price-tabs .nav-tabs {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tarifs__price-tabs .nav-tabs li {
  width: 33.3%;
  padding: 15px;
  padding-bottom: 30px;
}
@media (max-width: 700px) {
  .tarifs__price-tabs .nav-tabs li {
    width: 100%;
    border-radius: 8px !important;
    padding-bottom: 15px;
  }
}
.tarifs__price-tabs .nav-tabs li a {
  padding-left: 0;
  padding-right: 0;
}
.tarifs__price-tabs .nav-tabs li.active {
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.tarifs__price-tabs .nav-tabs li.active a {
  color: #333 !important;
}
.tarifs__price-tabs .tab-content {
  background: #fff;
  border-radius: 8px;
  margin-top: -15px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .tarifs__price-tabs .tab-content {
    margin-top: 30px;
  }
}
.tarifs__price-tabs .tab-pane {
  left: 0 !important;
}
.tarifs__price-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -30px;
}
.tarifs__price-list.five-item .tarifs__price-item {
  width: 20%;
}
.tarifs__price-list.five-item .tarifs__price-item .tarifs__price-item-price {
  font-size: 24px;
}
.tarifs__price-list.five-item .tarifs__price-item .tarifs__price-item-price span {
  font-size: 40px;
}
@media (max-width: 991px) {
  .tarifs__price-list.five-item .tarifs__price-item .tarifs__price-item-price {
    font-size: 18px;
  }
  .tarifs__price-list.five-item .tarifs__price-item .tarifs__price-item-price span {
    font-size: 28px;
  }
}
.tarifs__price-item {
  padding: 0 5px;
  text-align: center;
  width: 25%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tarifs__price-item {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .tarifs__price-item {
    width: 100% !important;
  }
}
.tarifs__price-item-price {
  font-size: 28px;
}
.tarifs__price-item-price span {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .tarifs__price-item-price {
    font-size: 18px;
  }
  .tarifs__price-item-price span {
    font-size: 28px;
  }
}
.tarifs__price-item-text {
  font-size: 18px;
}
.tarifs__btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tarifs__btn-wrap {
  text-align: center;
}
.tarifs__payment {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -30px;
}
.tarifs__payment-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
}
.tarifs__payment-item img {
  margin-right: 20px;
}
.tarifs__payment-item + .tarifs__payment-item {
  margin-left: 30px;
}
@media (max-width: 620px) {
  .tarifs__payment-item + .tarifs__payment-item {
    margin-left: 0;
  }
}

.yellow-block {
  background: #FFC82E;
}
.yellow-block__title {
  text-align: center;
  margin-bottom: 30px;
}
.yellow-block__text {
  text-align: center;
}
.yellow-block__big-text {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 991px) {
  .yellow-block__big-text br {
    display: none;
  }
}
.yellow-block .universal-form {
  margin-bottom: 0;
}

.costs {
  background: #fff;
}
.costs__title {
  text-align: center;
  margin-bottom: 60px;
}
.costs__list {
  margin-bottom: -60px;
}
.costs__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .costs__item {
    width: 100%;
  }
}
.costs__item-img {
  width: 128px;
}
.costs__item-img img {
  width: 100%;
}
.costs__item-description {
  width: calc(100% - 128px);
  padding-top: 15px;
  padding-left: 45px;
}
.costs__item-title {
  margin-bottom: 15px;
}
.costs__item-text {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .costs__item-text {
    font-size: 16px;
  }
}

.carpark {
  background: #F2F2F2;
}
.carpark__title {
  text-align: center;
  margin-bottom: 100px;
  color: #333;
}
.carpark__text {
  text-align: center;
  margin: 60px 0;
}
.carpark__slider {
  position: relative;
  padding-top: 75px;
}
@media (max-width: 1200px) {
  .carpark__slider {
    padding-top: 170px;
  }
}
@media (max-width: 420px) {
  .carpark__slider {
    padding-top: 240px;
  }

}
@media (max-width: 500px) {
    .header-title-text__title {
    font-size: 30px;
  }
}
.carpark__slider-item {
  padding: 0 5px;
  padding-top: 110px;
}
.carpark__slider-wrap {
  position: relative;
  background: #FFC82E;
  border-radius: 8px;
  padding: 30px;
  padding-top: 100px;
  height: 100%;
}
@media (max-width: 630px) {
  .carpark__slider-wrap {
    padding: 15px;
    padding-top: 100px;
  }
}
.carpark__slider-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
}
.carpark__slider-image img {
  width: 100%;
}
.carpark__slider-type {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.carpark__slider-model {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.carpark__slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carpark__slider .slick-track::before, .carpark__slider .slick-track::after {
  content: none;
}
.carpark__slider .slick-slide {
  height: auto;
}
.carpark__slider .slick-prev {
  position: absolute;
  content: '';
  height: 100%;
  width: 300px;
  left: -30px;
  top: 0;
  text-indent: -9999px;
  z-index: 10;
  transform: rotate(0);
  border: none;
  background: linear-gradient(90deg, #F2F2F2 24.31%, rgba(242, 242, 242, 0.6) 67.96%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .carpark__slider .slick-prev {
    width: 180px;
  }
}
@media (max-width: 420px) {
  .carpark__slider .slick-prev {
    display: none !important;
  }
}
.carpark__slider .slick-next {
  position: absolute;
  content: '';
  height: 100%;
  width: 300px;
  right: -30px;
  top: 0;
  text-indent: -9999px;
  transform: rotate(0);
  border: none;
  z-index: 10;
  background: linear-gradient(-90deg, #F2F2F2 24.31%, rgba(242, 242, 242, 0.6) 67.96%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .carpark__slider .slick-next {
    width: 180px;
  }
}
@media (max-width: 420px) {
  .carpark__slider .slick-next {
    display: none !important;
  }
}
.carpark__slider .slick-dots {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 50;
}
.carpark__slider .slick-dots li {
  margin: 0;
  padding: 0 7px;
  list-style: none;
  display: inline-block;
  height: 100%;
}
@media (max-width: 1200px) {
  .carpark__slider .slick-dots li {
    margin-bottom: 20px;
  }
}
.carpark__slider .slick-dots li button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 180px;
  height: 60px;
  background: none;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1200px) {
  .carpark__slider .slick-dots li button {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .carpark__slider .slick-dots li button {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .carpark__slider .slick-dots li button {
    width: 110px;
  }
}
.carpark__slider .slick-dots li.slick-active button span {
  color: #041E96;
  font-weight: bold;
}
.carpark__advantage {
  margin-top: 80px;
  margin-bottom: -30px;
}
.carpark__advantage-item {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .carpark__advantage-item {
    width: 33.33333%;
  }
}
@media (max-width: 540px) {
  .carpark__advantage-item {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .carpark__advantage-item {
    width: 100%;
  }
}
.carpark__advantage-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #001B95;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.carpark__advantage-text {
  font-size: 16px;
}

.drivers__title {
  text-align: center;
  margin-bottom: 30px;
}
.drivers__text {
  text-align: center;
}
.drivers__slider-item {
  padding: 0 10px;
}
.drivers__slider-photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.drivers__slider-photo img {
  position: relative;
  z-index: 15;
  max-height: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.drivers__slider-photo::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 8px;
  background: #FFC82E;
  z-index: 10;
}
.drivers__slider-text {
  text-align: center;
  margin-top: 20px;
}
.drivers__slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.drivers__slider .slick-dots {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.drivers__slider .slick-dots li {
  display: inline-block;
}
.drivers__slider .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #FFC82E;
  opacity: 0.5;
  text-indent: -9999px;
  transform: scale(1);
  border-radius: 50%;
  transition: opacity .2s ease-out .0s, transform .2s ease-out .0s;
}
.drivers__slider .slick-dots li button:hover {
  transform: scale(1.3);
}
.drivers__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.drivers__slider .slick-dots li + li {
  margin-left: 20px;
}
.drivers__slider .slick-arrow {
  border-color: #FFC82E;
  top: 150px;
}
.drivers__slider .slick-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .drivers__slider .slick-prev {
    left: -5px;
  }
}
.drivers__slider .slick-next {
  right: -20px;
}
@media (max-width: 767px) {
  .drivers__slider .slick-next {
    right: -5px;
  }
}
.drivers__banner {
  background: #FFC82E;
  border-radius: 8px;
  text-align: center;
  padding: 40px 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}
.drivers__advantage {
  margin-bottom: -60px;
}
.drivers__advantage .slick-arrow {
  border-color: #000;
}
.drivers__advantage-item {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .drivers__advantage-item {
    width: 33.33333%;
  }
}
.drivers__advantage-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.drivers__advantage-img img {
  max-width: 100%;
  max-height: 100%;
}

.conditions {
  background: url("../images/bg-car.png") center center no-repeat;
  background-size: cover;
}
.conditions__title {
  text-align: center;
  margin-bottom: 60px;
}

.conditions__title.main {
	color: #fff;
}

.conditions__list {
  counter-reset: list;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 500px;
  margin: 0 -10px;
  margin-bottom: -30px;
}
.conditions__list_8 {
  max-height: 309px;
}
@media (max-width: 576px) {
  .conditions__list {
    max-height: initial;
  }
}
.conditions__item {
  position: relative;
  font-weight: 300;
  padding: 0 10px;
  padding-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .conditions__item {
    width: 50%;
  }
  .conditions__item br {
    display: none;
  }
}
@media (max-width: 576px) {
  .conditions__item {
    width: 100%;
  }
}
.conditions__item::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  background: #FFC82E;
  border-radius: 50%;
  counter-increment: list;
  content: counter(list);
}

.otk {
  background: #F2F2F2;
}
.otk .row {
  position: relative;
}
.otk__wrap {
  width: 58.33333%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .otk__wrap {
    width: 100%;
  }
}
.otk__consultant {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 41.66667%;
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.otk__consultant img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .otk__consultant {
    display: none;
  }
}
.otk__banner {
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
  overflow: hidden;
}
.otk__banner-title {
  background: #FFC82E;
  font-size: 36px;
  line-height: 1.2;
  padding: 25px 40px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .otk__banner-title {
    font-size: 28px;
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .otk__banner-title br {
    display: none;
  }
}
.otk__banner-content {
  padding: 40px;
}
@media (max-width: 576px) {
  .otk__banner-content {
    padding: 20px;
  }
}
.otk__banner-text {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .otk__banner-text {
    margin-bottom: 0;
  }
}
.otk__banner-text-min {
  font-size: 14px;
}
.otk__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.otk__phone a {
  position: relative;
  font-size: 36px;
  color: #333;
  margin-right: 30px;
}
@media (max-width: 450px) {
  .otk__phone a {
    font-size: 28px;
  }
}
@media (max-width: 390px) {
  .otk__phone a {
    font-size: 20px;
  }
}
.otk__phone a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  transition: width .3s ease-out .0s;
}
.otk__phone a:hover::after {
  width: 100%;
}

.how-to__title {
  margin-bottom: 60px;
}
.how-to__list {
  counter-reset: how-to;
  margin-bottom: -30px;
}
.how-to__item {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .how-to__item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .how-to__item {
    width: 100%;
  }
}
.how-to__item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  background: #FFC82E;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow .15s ease-out .0s;
}
.how-to__item-wrap::after {
  display: block;
  text-align: right;
  font-size: 72px;
  line-height: 0.9;
  font-weight: bold;
  counter-increment: how-to;
  content: ".0" counter(how-to);
  opacity: 0.1;
}
.how-to__item-wrap:hover {
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
}
.how-to__btn {
  margin-top: 60px;
  min-width: 260px;
}
.how-to__btn-wrap {
  text-align: center;
}

.app {
  background: #fff;
}
.app__list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.app__list .slick-slide {
  height: auto;
}
.app__list .slick-arrow {
  border-color: #FFC82E;
  border-width: 3px;
}
.app__list .slick-next {
  right: -25px;
}
@media (max-width: 767px) {
  .app__list .slick-next {
    right: -10px;
  }
}
.app__list .slick-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .app__list .slick-prev {
    left: -10px;
  }
}
.app .row {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .app .row {
    padding-bottom: 40px;
  }
}
.app__wrap {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.app__main {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .app__main {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .app__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    padding: 0 15px;
  }
}
.app__main-title {
  width: 100%;
  color: #001b95;
  margin-bottom: 60px;
  line-height: 1;
  margin-bottom: 50px;
}
.app__main-title span {
  display: block;
  color: #FFC82E;
}
@media (max-width: 991px) {
  .app__main-title {
    margin-bottom: 40px;
  }
}
.app__main-text {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.app__main-subtitle {
  color: #ffc82e;
  font-size: 26px;
  margin-bottom: 100px;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 991px) {
  .app__main-subtitle {
    margin-bottom: 40px;
  }
}
.app__btn {
  padding: 5px 0px;
  margin: 0 10px;
  min-width: 260px;
  background: #000;
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.4);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.app__btn img {
  width: 30px;
}
@media (max-width: 767px) {
  .app__btn {
    min-width: 200px;
  }
}
@media (max-width: 470px) {
  .app__btn {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
  }
}
.app__btn:hover {
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25) !important;
}
.app__btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 470px) {
  .app__btn-wrap {
    margin: 0 -10px;
    margin-bottom: -30px;
  }
}
.app__btn-text {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
}
.app__btn-text span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}
.app__btn img {
  margin-right: 7px;
}
.app__phone {
  width: calc(50% - 70px);
}
@media (max-width: 1200px) {
  .app__phone {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .app__phone {
    display: none;
  }
}
.app__phone-img img {
  max-width: 100%;
}
.app__phone img {
  vertical-align: bottom;
}

.review__title {
  margin-bottom: 30px;
  text-align: center;
}
.review__title span {
  color: #FFC82E;
}
.review__text {
  text-align: center;
  margin-bottom: 70px;
}
.review__slider .slick-arrow {
  border-color: #FFC82E;
}
@media (max-width: 991px) {
  .review__slider .slick-arrow {
    border-color: #000;
  }
}
.review__slider .slick-prev {
  left: -20px;
}
@media (max-width: 991px) {
  .review__slider .slick-prev {
    left: 20px;
  }
}
.review__slider .slick-next {
  right: -20px;
}
@media (max-width: 991px) {
  .review__slider .slick-next {
    right: 20px;
  }
}
.review__item {
  padding: 40px;
  background-color: #FFC82E;
  border-radius: 8px;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 450px) {
  .review__item {
    padding: 30px;
  }
}
.review__item-text {
  line-height: 26px;
  font-size: 16px;
}
.review__item-name {
  line-height: 31px;
  font-size: 22px;
  padding-left: 100px;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .review__item-name {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 80px;
  }
}
.review__item-name span {
  display: block;
  font-weight: bold;
}
.review__item-image {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 450px) {
  .review__item-image {
    left: 30px;
  }
}

.thanks {
  background: #f2f2f2;
}
.thanks__title {
  margin-bottom: 30px;
  text-align: center;
}
.thanks__text {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.thanks__slider .slick-dots {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.thanks__slider .slick-dots li {
  display: inline-block;
}
.thanks__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.thanks__slider .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #001B95;
  opacity: 0.5;
  text-indent: -9999px;
  transform: scale(1);
  border-radius: 50%;
  transition: opacity .2s ease-out .0s, transform .2s ease-out .0s;
}
.thanks__slider .slick-dots li button:hover {
  transform: scale(1.3);
}
.thanks__slider .slick-dots li + li {
  margin-left: 20px;
}
.thanks__item-name {
  font-size: 16px;
  margin-top: 30px;
  line-height: 23px;
}
@media (max-width: 1200px) {
  .thanks__item-image a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .thanks__item-image a img {
    display: inline-block;
  }
}

.connect {
  background-color: #FFC82E;
}
.connect__title {
  text-align: center;
  margin-bottom: 30px;
}
.connect__tabs {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 60px 80px 40px;
}
.connect__tabs-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .connect__tabs-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.connect__tabs-nav::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #bdbdbd;
}
@media (max-width: 1200px) {
  .connect__tabs-nav::after {
    display: none;
  }
}
.connect__tabs-nav li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 23px;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  white-space: nowrap;
  color: #bdbdbd;
  cursor: pointer;
}
@media (max-width: 991px) {
  .connect__tabs-nav li {
    opacity: 0;
    font-weight: bold;
    visibility: hidden;
    position: absolute;
    transition: 0.3s linear 0s;
  }
}
@media (max-width: 1200px) {
  .connect__tabs-nav li::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #bdbdbd;
  }
}
@media (max-width: 991px) {
  .connect__tabs-nav li::after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.3s linear 0s;
  }
}
.connect__tabs-nav li.active {
  font-weight: bold;
  color: #333333;
}
@media (max-width: 991px) {
  .connect__tabs-nav li.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: opacity 0.3s linear 0.3s;
  }
}
.connect__tabs-nav li.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFC82E;
  bottom: -1px;
  z-index: 1;
}
@media (max-width: 991px) {
  .connect__tabs-nav li.active::after {
    opacity: 1;
    visibility: visible;
  }
}
.connect__tabs-item {
  display: none;
  padding: 0 10px;
}
.connect__tabs-item.active {
  display: block;
}
.connect__tabs-item .form-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.connect__tabs-item .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 10px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 991px) {
  .connect__tabs-item .form-group {
    width: 100%;
  }
}
.connect__tabs-item .form-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.connect__tabs-item input {
  border: 1px solid #bdbdbd;
}
.connect__tabs-item label {
  margin-top: 10px;
}
.connect__tabs-form-btn {
  background-color: #FFC82E;
  color: #333 !important;
  font-weight: bold;
  padding: 11px 50px;
  margin: 0 10px;
}
.connect__tabs-form-privacy-container {
  width: auto;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.connect__tabs-form-privacy-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.connect__tabs-form-privacy-container input:checked ~ .checkmark::after {
  opacity: 1;
}
.connect__tabs-form-privacy-container a {
  vertical-align: baseline;
  text-decoration: underline;
}
.connect__tabs-form-privacy-container a:hover {
  text-decoration: none;
}
.connect__tabs-form-privacy-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e0e0e0;
}
.connect__tabs-form-privacy-container .checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #828282;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity .2s ease-out .0s;
}
.connect__form-text {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.connect__form form .form-group {
  display: -ms-flexbox;
  display: flex;
  padding: 0 200px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .connect__form form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.connect__form form .form-group input {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .connect__form form .form-group input {
    margin-top: 10px;
  }
}
.connect__form form .form-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.connect__form-btn {
  font-weight: bold;
  padding: 11px 50px;
}
.connect__form-privacy-container {
  width: auto;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.connect__form-privacy-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.connect__form-privacy-container input:checked ~ .checkmark::after {
  opacity: 1;
}
.connect__form-privacy-container a {
  vertical-align: baseline;
  text-decoration: underline;
}
.connect__form-privacy-container a:hover {
  text-decoration: none;
}
.connect__form-privacy-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.connect__form-privacy-container .checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #828282;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity .2s ease-out .0s;
}

.questions {
  background: url("/dist/images/questions-bg.png") top center no-repeat;
}
@media (max-width: 1200px) {
  .questions {
    background-size: cover;
  }
}
.questions__title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.questions__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 991px) {
  .questions__list {
    display: block;
  }
}
@media (max-width: 991px) {
  .questions__list .slick-arrow {
    top: 20px;
  }
}
.questions__list .slick-prev {
  left: -30px;
}
@media (max-width: 991px) {
  .questions__list .slick-prev {
    left: 30px;
  }
}
.questions__list .slick-next {
  right: -30px;
}
@media (max-width: 991px) {
  .questions__list .slick-next {
    right: 30px;
  }
}
.questions__item {
  width: 380px;
  margin-top: 40px;
  background-color: #001B95;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}
@media (max-width: 991px) {
  .questions__item {
    padding-top: 70px;
    margin-top: 0;
  }
}
.questions__item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}
.questions__item-line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}
.questions__item-text {
  line-height: 23px;
  font-size: 16px;
}

/* #map {
  height: 522px;
} */
.ca-block{
  display: none !important;
}

.footer__top .row {
  padding: 50px 20px;
}
.footer__top-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.footer__top-left{
  width: 50%;
}
 .footer__top-right {
  width: 25%;
}
.wsm-col-1,
.wsm-col-2,
.wsm-col-3{
  float: left;
  width: 33.3333%;
}
@media (max-width: 991px) {
  .wsm-col-1,
  .wsm-col-2,
  .wsm-col-3{
    float: none;
    width: 100%;
  }
  .footer__top-left{
    width: 25%;
  }
  .footer__top-center{
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__top-left, .footer__top-right {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .footer__top-left, .footer__top-right {
    width: 100%;
  }
}
.footer__top-left a {
  display: block;
  margin-bottom: 15px;
  color: #333333;
  font-weight: bold;
}
.footer__top-left a:hover {
  text-decoration: underline;
}
@media (max-width: 450px) {
  .footer__top-left {
    margin-bottom: 30px;
  }
}
.footer__top-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 25%;
}
@media (max-width: 767px) {
  .footer__top-center {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer__top-logo {
  text-align: center;
}
.footer__top-logo a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 170px;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.footer__top-logo a img {
  margin-bottom: 5px;
}
.footer__top-logo a span {
  font-weight: bold;
}
.footer__top-soc {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer__top-soc a {
  position: relative;
  top: 0;
  width: 31px;
  height: 31px;
  margin: 0 5px;
  transition: top .15s ease-out .0s, box-shadow .15s ease-out .0s;
}
.footer__top-soc a:hover {
  top: -3px;
}
.footer__top-soc a img {
  width: 100%;
  height: 100%;
}
.footer__top-line {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__top-line a {
  color: #001b95;
}
.footer__top-line a:hover {
  text-decoration: underline;
}
.footer__bottom {
  border-top: 1px solid #d4d4d4;
}
.footer__bottom .row {
  padding: 30px 20px;
}
.footer__bottom-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.footer__bottom-text {
  line-height: 25px;
  font-size: 14px;
  width: 50%;
}
@media (max-width: 767px) {
  .footer__bottom-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer__bottom-link {
  width: 25%;
}
@media (max-width: 767px) {
  .footer__bottom-link {
    width: 100%;
  }
}
.footer__bottom-link a {
  color: #8c8c8c;
  text-decoration: underline;
  vertical-align: baseline;
}
.footer__bottom-link a:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

#gotop {
  position: fixed;
  right: -50px;
  bottom: 110px;
  width: 42px;
  height: 31px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #FFC82E;
  cursor: pointer;
  transition: all .2s ease-out .0s;
}
#gotop.show {
  right: 0px;
}
#gotop::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(-135deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}

.ymaps-2-1-68-islets_card__taxi {
  display: none !important;
}

.main-form {
  margin-top: 1px;
}
.main-form_no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .main-form__order {
    margin-right: 0;
    margin-left: 0;
  }
}
.main-form__order-left {
  padding-right: 0;
}
@media (max-width: 991px) {
  .main-form__order-left {
    width: 100%;
    padding-left: 0;
  }
}
.main-form__order-right {
  padding-left: 0;
}
@media (max-width: 991px) {
  .main-form__order-right {
    display: none;
  }
}
.main-form__order-wrap {
  background: #FFC82E;
  padding: 12px 30px 30px 30px;
}
.main-form__order-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .main-form__order-title {
    font-size: 18px;
  }
}
.main-form__order-line {
  /* padding-right: 30px; */
}
.address-four-controls{
  position: relative;
}
.three-inline{
  position: absolute;
  right:0;
  width: 60px;
  top:0;
  padding: 0;
}
.three-inline .form-control{
  padding: 0 15px 0 0;
  text-align: right
}
.form-control.ah.as{
  padding-right: 60px;
}
@media (max-width: 991px) {
  .main-form__order-line {
    padding-right: 0;
  }
}
.main-form__order-line-crosshair {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -31px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .main-form__order-line-crosshair {
    display: none;
  }
}
.main-form__order-line-crosshair.active {
  box-shadow: inset 0px 0px 10px 2px #f00;
}
.main-form__order-line-crosshair.active svg use {
  fill: #0009ff;
}
.main-form__order-line-crosshair svg {
  width: 100%;
  height: 100%;
}
.main-form__order-line-crosshair svg use {
  fill: #b0a381;
}
.main-form__order-line + .main-form__order-line {
  margin-top: 40px;
}
.main-form__order-line .chosen-container {
  margin-bottom: 15px;
}
.main-form__order-line-adress {
  position: relative;
}
.main-form__order-line-adress + .main-form__order-line-adress {
  margin-top: 15px;
}
.main-form__order-line input + input, .main-form__order-line textarea + input {
  margin-top: 15px;
}
.main-form__order-datepicker {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.main-form__order-datepicker-title {
  width: 100px;
  font-size: 14px;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .main-form__order-datepicker-title {
    margin-right: 15px;
  }
}
.main-form__order-datepicker-icon {
  position: absolute;
  content: '';
  top: 9px;
  right: 9px;
  width: 20px;
  height: 20px;
  background: url(../images/calendar.png) center center no-repeat;
  background-size: contain;
}
.main-form__order-datepicker input {
  width: calc(100% - 140px);
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.main-form__order-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.main-form__order-bottom-checkbox {
  width: 50%;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
@media (max-width: 500px) {
  .main-form__order-bottom-checkbox {
    width: 100%;
  }
}
.main-form__order-bottom-checkbox label {
  cursor: pointer;
}
.main-form__order-bottom-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-form__order-bottom-checkbox input[type='checkbox']:checked {
  background-color: #2196F3;
}
.main-form__order-bottom-checkbox input[type='checkbox']:checked ~ .checkmark::after {
  opacity: 1;
}
.main-form__order-bottom-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.main-form__order-bottom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffc82e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity .1s ease-out .0s;
}
.main-form__order-bottom-checkbox:hover input ~ .checkmark {
  border-color: #737373;
}
.main-form__order-bottom-btn {
  width: 50%;
}
@media (max-width: 500px) {
  .main-form__order-bottom-btn {
    width: 100%;
    margin-top: 15px;
  }
}
.main-form__order-bottom-btn button {
  width: 100%;
}
.main-form__order-checkbox {
  position: relative;
}
.main-form__order-checkbox-title {
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ffe497;
}
.main-form__order-checkbox-title::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffc82e;
  border-bottom: 2px solid #ffc82e;
  transform: rotate(-45deg);
  transition: all .2s ease-out .0s;
}
.main-form__order-checkbox-title.open::after {
  top: 19px;
  transform: rotate(135deg);
}
.main-form__order-checkbox-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ffe497;
  z-index: 10;
}
.main-form__order-checkbox-item {
  position: relative;
  padding: 8px 15px;
  padding-left: 45px;
}
.main-form__order-checkbox-item label {
  cursor: pointer;
}
.main-form__order-checkbox-item input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-form__order-checkbox-item input[type='checkbox']:checked {
  background-color: #2196F3;
}
.main-form__order-checkbox-item input[type='checkbox']:checked ~ .checkmark::after {
  opacity: 1;
}
.main-form__order-checkbox-item .checkmark {
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  height: 15px;
  width: 15px;
  border: 1px solid #bfbfbf;
}
.main-form__order-checkbox-item .checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffc82e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity .1s ease-out .0s;
}
.main-form__order-checkbox-item:hover input ~ .checkmark {
  border-color: #737373;
}
.main-form__order-map {
  height: 100%;
  width: 100%;
}
.main-form__order-map .ymaps-2-1-69-map{
  height: 100% !important;
}
@media (max-width: 1200px) {
  .main-form__advantage .slick-track {
    display: -ms-flexbox;
    display: flex;
  }
  .main-form__advantage .slick-slide {
    height: auto;
  }
  .main-form__advantage .main-form__advantage-item-wrap img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-form__advantage .slick-arrow {
    border-color: #001b95;
  }
}
.main-form__advantage-item {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.main-form__advantage-item-wrap {
  background: #001b95;
  border-radius: 5px;
  padding: 25px 20px;
  height: 100%;
}
.main-form__advantage-item img {
  margin-bottom: 20px;
}

.universal-form {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .universal-form form {
    text-align: center;
  }
}
.universal-form .main-form__order-bottom-checkbox {
  width: 46%;
  margin: 0 auto;
  margin-top: 15px;
}
.universal-form .main-form__order-bottom-checkbox .checkmark {
  left: 2px;
}
@media (max-width: 1200px) {
  .universal-form .main-form__order-bottom-checkbox {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .universal-form .main-form__order-bottom-checkbox {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .universal-form .main-form__order-bottom-checkbox {
    width: initial;
    display: inline-block;
  }
}
.universal-form__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.universal-form__wrap input {
  max-width: 340px;
  margin-right: 20px;
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .universal-form__wrap input {
    max-width: initial;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.blue-advantages {
  background: #001b95;
}
.blue-advantages__title {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.blue-advantages__item {
  padding: 0 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .blue-advantages__item {
    padding: 0 10px;
  }
}
.blue-advantages__item img {
  margin: 0 auto;
  margin-bottom: 30px;
}

.taxi {
  content: '';
  background: #fff url("../images/icons/taxi-bg.png") center center no-repeat;
  background-size: cover;
  height: 500px;
}
@media (max-width: 1200px) {
  .taxi {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .taxi {
    height: 200px;
  }
}
@media (max-width: 450px) {
  .taxi {
    height: 150px;
  }
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(16, 16, 16, 0.79);
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  border-radius: 10px;
  padding: 0px;
  margin: 200px auto;
  max-width: 560px;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 95%;
    padding: 50px 20px;
    margin-top: 50px;
  }
}
.modal-dialog a.close-white, .modal-dialog a:link.close-white, .modal-dialog a:hover.close-white, .modal-dialog a:visited.close-white, .modal-dialog a:active.close-white, .modal-dialog a:focus.close-white, .modal-dialog button.close-white {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("../dist/images/close-btn.svg") top center no-repeat;
  background-size: contain;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
}
.modal-content .first-screen__form {
  width: auto;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom:auto;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-content {
  position: relative;
}

.modal-body {
  position: relative;
}
.modal-body .form_line input, .modal-body .form_line textarea {
  max-width: none;
}

.modal-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.modal-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-top: 10px;
}

.modal-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

#success-modal .modal-dialog {
  text-align: center;
  background: #11d071;
  color: #fff;
}
.main-form-index .checkbox:not(checked){
  position: relative;
  opacity: 1;
  vertical-align: top; 
  margin: 0 ;
  width: auto; 
  height: auto;
}
.main-form-index label{
  font-weight: bold;
}
.main-form-index .radio label, .main-form-index .checkbox label{
  font-weight: normal;
}
.main-form-index .date-select input{
  height: 30px;
  line-height: 1;
  font-size: 14px;
}
.main-form-index select{
  display: inline-block;
  padding: 0;
}
.main-form-index .main-form-index-phone .form-control, .main-form-index .main-form-index-name .form-control{
  height: 32px !important;
  border-radius: 4px;
}
.term-box.checkbox label{
  display: inline-block !important;
}
.main-form-index .date-select{
  width: auto;
}
.daterangepicker.dropdown-menu{
  z-index: 30;
}
.nav-tabs>li{
  float: none;
}
.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border:0px solid;
}
.nav-tabs>li{
  float: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background: transparent;
}
.help-block{
  color: #ff0000;
}
#modalCallMe .modal-content{
  background: transparent;
}
.universal-form .help-block,
.universal-form .e__success{
  margin: 0 auto;
  text-align: left;
  max-width: 525px;
  width: 100%;
}
button.close{
  position: absolute;
  opacity: 0.7;
  right: 7px;
  font-size: 35px;
  font-weight: normal;
  top: 0px;
}
.new-sm-12{
  padding:0;
  float: none;
}
.form-control{
  box-shadow: none;
}
#reg_PHONE_CONFIRMATION{
  Border: 1px solid #dcdcdc;
  margin-bottom: 5px;
}
#btn_zakazat_taxi.green{
  background: #2ca205;
}
.akciya .mob{
  display: none;
  line-height: 1.2;
}
.akciya .mob span{
  display: block;
  font-size: 12px;
}
.tipycal-btn.green{
  background: #2ca205;
}
.dow_app{
  position: fixed;
  z-index: 99999;
  bottom:0;
  left:0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  text-align: center;
}
.dow_app button.close{
  position: absolute;
  opacity:1;
  right: 7px;
  font-size: 30px;
  font-weight: normal;
  top: -15px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  line-height: 1px;
}
.dow_app a{
  background: #FFC82E;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.footer_btn_app{
  display: none;
}
.carpark__advantage_slick{
  display: none;
}
@media (max-width: 991px) {
  .carpark__advantage{
    display: none;
  }
  .carpark__advantage_slick{
    display: block;
  }
  .carpark__advantage_slick .slick-arrow{
    border-top: solid 2px #717171;
    border-right: solid 2px #717171;
  }
  .footer__top-logo{
    display: none;
  }
  .footer_btn_app{
    display: block;
    margin-bottom: 15px;
  }
  .footer_btn_app a{
    display: inline-block;
    border: 1px solid #001b95;
    border-radius: 8px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #001b95;
  }
  .dow_app{
    display: block;
  }
  .dow_app.none{
    display: none;
  }
  .dow_app.nonefocus{
    display: none;
  }
  .tarifs__tab-type li a{
    font-size: 16px !important;
    padding: 0 10px !important;
  }
  .akciya_text{
    height: 40px;
  }
  .akciya .desctop{
    display: none;
  }
  .akciya .mob{
    display: block;
  }
  .header-main__item_logo a span{
    display: none;
  }
  .header-main{
    height: 65px; 
  }
  .header-main__burger{
    top:65px;
  }
  .header-main__item_logo{
    height: 65px; 
  }
  .header-main__info{
    top:65px;
  }
  .akciya{
    margin-top: 65px;
  }
}

.more-services__header {
  font-size: 1.5em;
  margin: 10px 0;
}
.more-services__relinkblock {
  margin-left: 20px;
}
.more-services__relink {
  list-style-type: disc;
}
.more-services__relink a {
  vertical-align: baseline;
  text-decoration: underline;
}
.ca-pict img {
  width:100%
}

#showMore{
  display: none;
}
@media(max-width: 440px){
  #showMore{
    display: block;
    font-weight: bold;
    background: #FFC82E;
    color: #000;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
  }
  .footer__top-wrap .wsm-col-2, .footer__top-wrap .wsm-col-3{
    display: none;
  }
  
}