@charset "UTF-8";

/*задаём иконки с спрайта
.icon-home{
  @include sprite($calendar);
 }
 */


/* reset */


/* main variables */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Akrobat", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 18px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*MAIN*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Akrobat", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a,
span,
div,
button {
  outline: none !important;
  font-size: 1.05em;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-car:before {
  content: "\e901";
}

.icon-car-2:before {
  content: "\e902";
  color: rgba(0, 0, 0, 0);
}

.icon-close:before {
  content: "\e903";
}

.icon-cursor:before {
  content: "\e904";
  color: #fff;
}

.icon-disk:before {
  content: "\e905";
}

.icon-message:before {
  content: "\e906";
  color: #f1ad11;
}

.icon-requzit:before {
  content: "\e907";
  color: #f1ad11;
}


/***********/

.icon-tree:before {
  content: "\e909";
  color: #f1ad11;
}


/***********/

.icon-time:before {
  content: "\e908";
  color: #000;
}




.main-slider.hide_poin .slick-dots {
  display: none !important;
}

#win_5 .choice-driver__item.active .choice-driver__link:before {
  display: none !important;
}

#win_5 .choice-driver {
  margin-left: 0;
}

.paging-prev.disabled .paging-list__link,
.paging-next.disabled .paging-list__link {
  opacity: 0.5 !important;
}

#review-show-original-img {
  width: 100%
}

.window-order,
.window-thanks {
  width: 343px;
  max-width: 100%;
  padding: 46px 43px 70px 38px;
  background: -webkit-linear-gradient(left, #e3800d 0%, #e08d0e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e3800d), to(#e08d0e));
  background: linear-gradient(to right, #e3800d 0%, #e08d0e 100%);
}

.window-thanks {
  width: 400px;
  padding-bottom: 40px;
  max-width: 100%;
}

.window-order .close-white,
.window-thanks .close-white {
  position: absolute;
  right: 17px;
  top: 15px;
  font-size: 13px;
}

.window-order .box-field__input,
.window-thanks .box-field__input {
  margin-bottom: 14px;
}

.window-order .btn,
.window-thanks .btn {
  color: white;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  text-align: center;
  border: none;
  background: -webkit-linear-gradient(left, #f4ae0e 0%, #fcb208 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f4ae0e), to(#fcb208));
  background: linear-gradient(to right, #f4ae0e 0%, #fcb208 100%);
  margin: 0;
  padding: 0 15px 0px;
}

.nowrap {
  white-space: nowrap;
}

.black-text {
  color: #000;
}

footer a {
  text-decoration: underline;
}

#win_12.window-order {
  width: 400px;
}

.subnav__title a {
  color: #000;
}

.main-wrapper.cars-wrapper .logo>a {
  color: #000;
}

.main-wrapper.cars-wrapper .logo {
  color: #eba716;
}

.main-wrapper.cars-wrapper .box-callbak .phone {
  color: #eba716;
}

@media screen and (max-width: 767px) {
  .main-wrapper.cars-wrapper .box-callbak {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }
}


/*******************/

.car-list__price_day {
  display: none;
}

.icon-insta {
  background-image: url("../imgk/insta.png");
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
}

.car-detail-page .car-gallery-big__item img {
  max-width: 800px;
  margin: 0 auto;
}

#win_12 .callbak-form__title a {
  text-decoration: underline;
}

.carreview-form .box-field .form-control {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  margin-bottom: 15px;
}

.carreview-form .box-field textarea.form-control {
  padding-top: 5px;
  min-height: 115px;
}

.carreview-form .btn-orange {
  height: 40px;
  -webkit-box-shadow: 3px 5.2px 24px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 5.2px 24px rgba(0, 0, 0, 0.09);
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 45px 2px;
  background: -webkit-linear-gradient(left, #f4ae0e 0%, #fcb209 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f4ae0e), to(#fcb209));
  background: linear-gradient(to right, #f4ae0e 0%, #fcb209 100%);
}

.carreview_block {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.carreview_block_name {
  color: black;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.46px;
}

.carreview_block_name_date {
  font-size: 16px;
  color: #b5b5b5;
  padding-left: 15px;
}

.bread {
  color: #eba716;
  padding-bottom: 20px;
}

.bread a {
  text-decoration: underline;
  color: #eba716;
}

.bread a:last-child {
  text-decoration: none;
}

.cars-wrapper .car-list {
  padding: 0 0px 5px 0px;
}

.cars-wrapper .car-list__cont {
  padding: 19px 0 0 450px;
}

.cars-wrapper .reviews {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.cars-wrapper .reviews-list__item:before {
  display: none;
}

.cars-wrapper .reviews-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  border: none;
  padding: 0;
  width: 47px;
  height: 46px;
  background-color: white;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cars-wrapper .reviews-list .slick-arrow.slick-prev {
  left: -28px;
  padding-right: 2px;
}

.cars-wrapper .reviews-list .slick-arrow.slick-next {
  right: -28px;
  padding-left: 4px;
}

.cars-wrapper .reviews-list .slick-arrow.slick-prev i {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#car-section-reload {
  position: relative;
}

#car-section .wrapper #car-section-reload:before {
  content: '';
  display: block;
  position: absolute;
  left: -38px;
  bottom: -35px;
  z-index: 2;
  height: 2px;
  background-color: #f1ad11;
  width: -webkit-calc(100% + 79px);
  width: calc(100% + 79px);
}

.rub-hidden {
  display: none !important;
}

.rub {
  vertical-align: unset !important;
}

.rub:before {
  content: 'a';
  font-family: 'Ruble';
  text-transform: none;
  font-weight: 100;
}

.main-slider-price__number .rub:before {
  font-size: 57px;
}

.main-slider-price__number_styled .rub:before {
  font-size: 27px;
}

.car-list__price .rub:before {
  font-size: 35px;
}

.window-car__price .table-list .col_2 .rub:before {
  font-size: 34px;
}

.window-car__price .table-list__item:nth-child(3) .col_2 .rub:before {
  font-size: 20px;
}

.window-car__price .table-list__item:nth-child(4) .col_2 .rub:before {
  font-size: 15px;
}

#win_13 .subnav {
  display: block !important;
  opacity: 1 !important;
}

@media screen and (max-width: 991px) {
  .cars-wrapper .car-list__cont {
    padding: 0;
  }
  .car-list .btn-big {
    font-size: 24px;
    line-height: 29px;
    height: 41px;
    background-color: #e7ad27;
    border-radius: 7px;
    -webkit-box-shadow: 0px 20px 50px rgba(56, 37, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(56, 37, 0, 0.1);
    padding: 5px 70px 0px 30px;
    letter-spacing: 1.4px;
    position: relative;
  }
  .car-list .btn-big:before {
    content: "\e900";
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-variant: normal normal;
    position: absolute;
    right: 18px;
    font-size: 18px;
    top: 10px;
  }
  #win_13 .window-open-cont .subnav__col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-slider-price__number .rub:before {
    font-size: 42px;
  }
  .main-slider-price__number_styled .rub {
    position: inherit;
  }
  .main-slider-price__number_styled .rub:before {
    font-size: 27px;
  }
  .choice-driver-wrap {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .car-list__price .rub:before {
    font-size: 42px;
  }
  .contact-adress__link span {
    line-height: 20px;
  }
  .car-gallery {
    padding: 0;
    margin: 0 -25px;
  }
}


/*******************/

.new-descr {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.46px;
  color: #fff;
  padding-top: 21px;
  padding-bottom: 24px;
  background: -webkit-linear-gradient(left, #f1ad11 0%, #f19611 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f1ad11), to(#f19611));
  background: linear-gradient(to right, #f1ad11 0%, #f19611 100%);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.new-descr:before,
.new-descr:after {
  content: "";
  left: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 -1px;
  background: #f19611;
  top: 0;
}

.new-descr:after {
  left: auto;
  right: 100%;
  background: #f1ad11;
}

.new-descr .new-descr__wr {
  padding-left: 80px;
  padding-right: 52px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .new-descr .new-descr__wr {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .new-descr {
    font-size: 18px;
  }
}

.ico-question {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
}

.ico-question:before {
  content: "?";
  position: absolute;
  left: 0;
  top: -11px;
  border: 2px solid #f1ad11;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  text-align: center;
  font: bold 12px/16px Arial, sans-serif;
  box-sizing: border-box;
  padding-left: 1px;
}

.faq_block .wrapper {
  padding-bottom: 20px;
  color: #fff;
}

.faq_block .faq.block {
  padding-bottom: 20px;
  font-size: 24px;
}

.faq_block .main-screen__title_medium {
  line-height: 54px;
  padding-bottom: 40px;
}

.faq_block .faq_answer {
  padding-top: 10px;
}

.faq_block .main-screen__title_medium {
  font-size: 92px;
}

.window-requisites.window-faq {
  max-width: 550px;
  padding-left: 58px;
  padding-right: 40px;
}

.window-faq .window-open-cont .subnav__col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.advantages__desc.advantages__desc2 {
  width: auto;
  display: block;
  padding-top: 0;
}

.advantages__desc2 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin: 10px 0 0 0;
  padding: 0;
}

.advantages__desc2 ul,
.advantages__desc2 ol {
  list-style: disc;
  margin-left: 35px;
  margin-top: 10px;
}

.advantages__desc2 ol {
  list-style: arabic-indic;
}

.advantages3 {
  padding: 58px 0px 100px 0;
  background-color: transparent;
  position: relative;
  z-index: 3;
}

.advantages3+.manager {
  margin-top: 50px;
}

.advantages3+.manager .wrapper {
  border-top: 2px solid #dc9c0a;
  padding-top: 90px;
}

@media (max-width: 1100px) {
  .advantages3 {
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .faq_block .faq.block {
    font-size: 20px;
  }
  .faq_block .main-screen__title_medium {
    padding-bottom: 0;
  }
  .faq_block .main-screen__title_medium {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .faq_block .main-screen__title_medium {
    font-size: 44px;
  }
}

.town_popup {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -8px;
}

.town_popup>a {
  position: relative;
  z-index: 103;
  transition: none;
}

.town_popup>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.town_popup:hover>a {
  background: #fff;
}

.town_popup:hover>a:before {
  top: -10px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  box-sizing: content-box;
}

.town_popup_list {
  position: absolute;
  left: -150px;
  top: 35px;
  background: #fff;
  color: #000;
  width: 1000px;
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
  z-index: 102;
  font-size: 16px;
  padding: 40px;
  box-shadow: 2.5px 4.3px 139px rgba(0, 0, 0, 0.75);
  display: none;
}

.town_popup:hover .town_popup_list {
  display: block;
  line-height: 28px;
}

.town_popup_list li a {
  color: #000;
  text-transform: none;
}

.town_popup_mob_clock {
  display: none;
}

.win-towns ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

@media screen and (max-width: 1300px) {
  .town_popup {
    margin-left: -13px;
    width: 280px;
  }
  .town_popup_list {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .town_popup:hover .town_popup_list {
    display: none;
  }
  .town_popup {
    margin-left: -8px;
    width: auto;
  }
  .town_popup:hover>a {
    background: none;
  }
  .town_popup>a:before {
    display: none;
  }
  .town_popup>a.town_popup_mob_clock {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 104;
  }
}

@media (max-width: 400px) {
  .win-towns ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}


/*above_footer_block*/

.above_footer_block {
  color: #fff;
  background: linear-gradient(to right, #f1ad11 0%, #f19611 100%);
  padding: 22px 0;
}

.above_footer_block__heading {
  font-size: 35px;
  text-align: center;
  line-height: 1.2em;
}

.above_footer_block a {
  color: #fff;
}

.above_footer_block__lists {
  padding-top: 10px;
}

.above_footer_block__lists ul {
  display: flex;
  justify-content: space-evenly;
}

.above_footer_block__lists ul.above_footer_block__center {
  justify-content: center;
}

.above_footer_block__lists ul.above_footer_block__center>li {
  margin: 0 20px;
}

.above_footer_block__lists ul li {
  max-width: 23%;
  font-weight: bold;
  padding: 14px 5px 10px 5px;
}

.above_footer_block__lists ul li ul {
  padding-top: 10px;
  display: inline-block;
  text-align: left;
}

.above_footer_block__lists ul li ul li {
  width: 100%;
  max-width: none;
  font-weight: normal;
  padding: 4px 0 0 0;
}

@media (max-width: 992px) {
  .above_footer_block__lists ul {
    flex-wrap: wrap;
  }
  .above_footer_block__lists ul li {
    max-width: none;
    width: 50%;
  }
  .above_footer_block__lists ul li ul li {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .above_footer_block__lists ul li {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .above_footer_block__lists ul.above_footer_block__center>li {
    margin: 0 0;
  }
}

.window-captcha {
  display: none;
  width: 360px;
  background: #FFF;
  position: relative;
  padding: 40px 40px 30px 40px;
}

.window-captcha .title {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}

.window-captcha .note1 {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.window-captcha .note2 {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}

.window-captcha .note2 a {
  color: #000000;
  font-size: 20px;
}

.window-captcha .close-orange {
  position: absolute;
  right: 20px;
  top: 20px;
}

#captcha {
  width: 280px;
  height: 230px;
}

#captcha .sliderText {
  font-size: 16px;
}




