:root {
  /*new design colors*/
  --const-white: #FFF;
  --const-dark-blue: #243C4E;
  --const-gold: #DFBC74;
  --const-gray: #8A9299;
  --const-green: #45AD5A;
  --const-red: #EC3D0C;
  --section-background-color: #F6F9FC;
  --text-primary: #1E1E1E;
  --text-description: #243C4E;
  --button-text-color: #FFF;
  --button-background-color: #243C4E;
  --item-background-color: #F6F9FC;
  --item-border-color: #DDE6ED;
  --item-description-color: rgba(30, 30, 30, 0.70);
  --z-line-color: rgba(138, 146, 153, 0.40);
  --z-background-color: #fff;
  --z-background-color-2: #fff;
  --z-border: rgba(36, 60, 78, 0.30);
  /*new design colors*/
  --header-color: #4D4D4D;
  --header-background: #243C4E;
  --header-background2: #1E1E1E;
  --header-link: #243C4E;
  --popup-background: #FFFFFF;
  --popup-load: url("images/desktop/icons8-dots-loading.gif");
  --popup-link: #243C4E;
  --popup-message-background: #F6F9FC;
  --text-color: #FFFFFF;
  --text-color-gray: #8A9299;
  --gold-color: #DFBC74;
  --main-info: rgba(30, 30, 30, .7);
  --section-background: #ffffff;
  --section-color: #1E1E1E;
  --subtitle-color: #1E1E1E;
  --paragraph-color: #4D4D4D;
  --link-color: #243C4E;
  --description-color-1: #B0AA9E;
  --benefit-item-background: #F6F9FC;
  --benefit-item-border: #DDE6ED;
  --main-filter-background: #DDE6ED;
  --main-filter-color-active: #243C4E;
  --favorite-btn-background: rgba(36, 60, 78, 0.8);
  --carstable-line-hover: #DDE6ED;
  --btn-color-1: #243C4E;
  --btn-color-1-hover: #ffffff;
  --btn-background-1: #F6F9FC;
  --btn-background-1-hover: #506371;
  --btn-background-1-active: #1E1E1E;
  --btn-color-2: #FFFFFF;
  --btn-background-2: #243C4E;
  --btn-background-2-hover: #506371;
  --btn-background-2-active: #1E1E1E;
  --q-form-background: #F6F9FC;
  --q-form-border: #DDE6ED;
  --filter-border: #DDE6ED;
  --filter-input-background: #FFFFFF;
  --filter-datepicker-marked-background: #243C4E;
  --filter-datepicker-marked-color: #ffffff;
  --promo-pagination: #DDE6ED;
  --img-contrast: 100%;
  --cp-panel-background: #DDE6ED;
  --cp-panel-bar-background: #DDE6ED;
  --cp-progress: rgba(30, 30, 30, 0.20);
  --cp-progress-back: #243C4E;
  --bonus-changer-background: #DDE6ED;
  --investors-text: #DDE6ED;
  --investors-border: #D9D9D9;
  --franchise-icon: #243C4E;
  --franchise-more-btn: #fff;
}

.dark-theme {
  /*new design colors*/
  --section-background-color: #2C2C30;
  --text-primary: #FFF;
  --text-description: #FFF;
  --button-text-color: #243C4E;
  --button-background-color: #FFF;
  --item-background-color: #2C2C30;
  --item-border-color: rgba(221, 230, 237, 0.16);
  --item-description-color: rgba(255, 255, 255, 0.70);
  --z-background-color: #2C2C30;
  --z-background-color-2: #1E1E1E;
  --z-border: rgba(255, 255, 255, 0.30);
  --z-box-shadow: rgba(255, 255, 255, 0.20);
  /*new design colors*/
  --header-color: #F6F9FC;
  --header-background: #2C2C30;
  --header-background2: #2C2C30;
  --header-link: #ffffff;
  --popup-background: #2C2C30;
  --popup-load: url("images/loading.gif");
  --popup-link: #ffffff;
  --popup-message-background: #1E1E1E;
  --main-info: rgba(30, 30, 30, .7);
  --section-background: #1E1E1E;
  --section-color: #fff;
  --subtitle-color: #ffffff;
  --paragraph-color: #8A9299;
  --link-color: #ffffff;
  --description-color-1: #8A9299;
  --benefit-item-background: #2C2C30;
  --benefit-item-border: #2C2C30;
  --main-filter-background: #2C2C30;
  --main-filter-color-active: #FFFFFF;
  --favorite-btn-background: #2C2C30;
  --carstable-line-hover: #1E1E1E;
  --btn-color-1: #2C2C30;
  --btn-color-1-hover: #2C2C30;
  --btn-background-1: #F6F9FC;
  --btn-background-1-hover: rgba(255, 255, 255, .7);
  --btn-background-1-active: rgba(255, 255, 255, .5);
  --btn-color-2: #1E1E1E;
  --btn-background-2: #FFFFFF;
  --btn-background-2-hover: rgba(255, 255, 255, .7);
  --btn-background-2-active: rgba(255, 255, 255, .5);
  --q-form-background: #2C2C30;
  --q-form-border: #2C2C30;
  --filter-border: rgba(221, 230, 237, 0.10);
  --filter-input-background: #2C2C30;
  --filter-datepicker-marked-background: #ffffff;
  --filter-datepicker-marked-color: #1E1E1E;
  --promo-pagination: #1E1E1E;
  --img-contrast: 0%;
  --cp-panel-background: #2C2C30;
  --cp-panel-bar-background: #1E1E1E;
  --cp-progress: #8A9299;
  --cp-progress-back: #1E1E1E;
  --bonus-changer-background: #4D4D4D;
  --investors-text: #DDE6ED;
  --investors-border: #EDE8DD;
  --franchise-icon: rgba(255, 255, 255, 0.20);
  --franchise-more-btn: #243C4E;
}

:root {
  --header-line-height: 44px;
  --header-height: 64px;
  --container-width: 1160px;
  --container-padding: calc((100vw - var(--container-width)) / 2);
  --popup-load: url("../../images/desktop/icons8-dots-loading.gif");
  /*colors*/
  --const-white: #FFF;
  --const-dark: #1E1E1E;
  --const-dark-blue: #243C4E;
  --const-gold: #DFBC74;
  --const-gray: #8A9299;
  --const-green: #45AD5A;
  --const-red: #EC3D0C;
  --section-background-color: #F6F9FC;
  --text-primary: #1E1E1E;
  --text-description: #1E1E1E;
  --button-text-color: #FFF;
  --button-background-color: #243C4E;
  --item-background-color: #F6F9FC;
  --item-border-color: #DDE6ED;
  --item-description-color: rgba(30, 30, 30, 0.70);
  --z-line-color: rgba(138, 146, 153, 0.40);
  --z-background-color: #fff;
  --z-background-color-2: #fff;
  --z-border: rgba(36, 60, 78, 0.30);
  --z-box-shadow: rgba(38, 110, 164, 0.20);
}

@media (max-width: 991px) {
  :root {
    --container-width: calc(100% - 30px);
    --container-padding: calc((100vw - var(--container-width)) / 2);
  }
}
.dark-theme {
  --popup-load: url("../../images/loading.gif");
  --section-background-color: #2C2C30;
  --text-primary: #FFF;
  --text-description: #FFF;
  --button-text-color: #243C4E;
  --button-background-color: #FFF;
  --item-background-color: #2C2C30;
  --item-border-color: rgba(221, 230, 237, 0.16);
  --item-description-color: rgba(255, 255, 255, 0.70);
  --z-background-color: #2C2C30;
  --z-background-color-2: #1E1E1E;
  --z-border: rgba(255, 255, 255, 0.30);
  --z-box-shadow: rgba(255, 255, 255, 0.20);
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1;
  background: var(--section-background);
  color: var(--section-color);
}

body.no-scroll {
  overflow: hidden;
}

input, select, textarea {
  font-family: "Inter", sans-serif;
}

html, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background-color: var(--popup-background);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--link-color);
}

.container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container__wrap {
  width: 1160px;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container__wrap {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container__wrap {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .container__wrap {
    width: 100%;
  }
}

.site-header-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: var(--header-line-height);
  padding: 0 var(--container-padding);
  z-index: 5;
}
.site-header-line__region {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header-line__region svg {
  display: block;
  margin-left: 16px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  fill: var(--header-color);
}
@media (max-width: 991px) {
  .site-header-line__region svg {
    margin-left: 0;
  }
}
.site-header-line__region_current {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: var(--header-color);
}
.site-header-line__region_current:after {
  content: "";
  display: block;
  margin-left: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--header-color);
  mask: url("../../images/desktop/icon-header-down.svg") no-repeat center;
  -webkit-mask: url("../../images/desktop/icon-header-down.svg") no-repeat center;
}
.site-header-line__contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .site-header-line__contact {
    display: none;
  }
}
.site-header-line__contact > a {
  text-decoration: none;
  margin-right: 12px;
}
.site-header-line__contact > a:last-child {
  margin-right: 0;
}
.site-header-line__phone {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--header-color);
  text-decoration: none;
}
.site-header-line__online {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #45AD5A;
}
@media (max-width: 991px) {
  .site-header-line__online {
    display: none;
  }
}
.site-header-line__online span {
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: #45AD5A;
  border-radius: 50%;
  border: 4px solid #a2d6ad;
}
.site-header-line__account > a, .site-header-line__account > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: var(--header-color);
}
@media (max-width: 991px) {
  .site-header-line__account > a, .site-header-line__account > span {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.site-header-line__account > a svg, .site-header-line__account > span svg {
  display: block;
  margin-right: 4px;
  fill: var(--header-color);
}
@media (max-width: 991px) {
  .site-header-line__account > a svg, .site-header-line__account > span svg {
    width: 16px;
    flex: 0 0 16px;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: var(--header-line-height);
  left: calc(50% - (var(--container-width) / 2));
  width: var(--container-width);
  background: var(--header-background);
  border-radius: 16px;
  z-index: 100;
  transition: 0.15s all ease-in-out;
}
@media (max-width: 991px) {
  .site-header {
    box-sizing: border-box;
    height: var(--header-height);
    padding: 0 16px;
  }
}
.site-header__logo {
  margin-left: 16px;
}
@media (max-width: 991px) {
  .site-header__logo {
    margin-left: 0;
    margin-right: auto;
  }
}
.site-header__logo img {
  display: block;
  width: 128px;
  height: auto;
}
.site-header__call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 148px;
  height: 36px;
  background: var(--btn-background-1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-color-1);
  text-decoration: none;
  transition: 0.3s all ease 0s;
}
@media (max-width: 991px) {
  .site-header__call_btn {
    display: none;
  }
}
.site-header__call_btn:hover {
  background: var(--btn-background-1-hover);
  color: var(--btn-color-1-hover);
}
.site-header__call_btn:active {
  background: var(--btn-background-1-active);
  color: var(--btn-color-1-hover);
}
.site-header__tg {
  display: block;
  margin-right: 12px;
}
.site-header__whatsapp {
  display: block;
  margin-right: 20px;
}
.site-header__burger {
  display: block;
  cursor: pointer;
}
.site-header__burger.active {
  display: none;
}
.site-header__burger_close {
  display: none;
  cursor: pointer;
}
.site-header__burger_close.active {
  display: block;
}
.site-header.fixed {
  top: 0;
  border-radius: 0 0 16px 16px;
}
.site-header.open {
  top: 0;
  border-radius: 0;
}

.darkmode-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  border-radius: 50px;
  border: 1px solid rgba(138, 146, 153, 0.5);
  background: #FFFFFF;
  padding: 2px 9px 2px 3px;
  color: #2C2C30;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .darkmode-btn {
    font-size: 0;
    padding: 2px;
  }
}
.darkmode-btn span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #243C4E url("../../images/darkmode-btn-light.svg") no-repeat center/14px auto;
}
.darkmode-btn.dark {
  border: 1px solid #4D4D4D;
  background: #2C2C30;
  color: #FFFFFF;
  padding: 2px 3px 2px 9px;
}
.darkmode-btn.dark span {
  background: #FFFFFF url("../../images/darkmode-btn-dark.svg") no-repeat center/14px auto;
}

@media (min-width: 992px) {
  .home .site-header-line__region svg, .page-template-page-attractions .site-header-line__region svg {
    fill: #fff;
  }
  .home .site-header-line__region_current, .page-template-page-attractions .site-header-line__region_current {
    color: #fff;
  }
  .home .site-header-line__region_current:after, .page-template-page-attractions .site-header-line__region_current:after {
    background-color: #fff;
  }
  .home .site-header-line__phone, .page-template-page-attractions .site-header-line__phone {
    color: #fff;
  }
  .home .site-header-line__account > a, .home .site-header-line__account > span, .page-template-page-attractions .site-header-line__account > a, .page-template-page-attractions .site-header-line__account > span {
    color: #fff;
  }
  .home .site-header-line__account > a svg, .home .site-header-line__account > span svg, .page-template-page-attractions .site-header-line__account > a svg, .page-template-page-attractions .site-header-line__account > span svg {
    fill: #fff;
  }
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu ul.menu > li {
  display: block;
  position: relative;
  margin: 0 16px;
}
.header-menu ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 68px;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s color ease 0s;
}
.header-menu ul.menu > li.current-menu-item > a {
  font-weight: 700;
}
.header-menu ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background: url("../../images/desktop/icon-menu-down.svg") no-repeat center;
}
.header-menu ul.menu > li:hover > a {
  color: rgba(255, 255, 255, 0.65);
}
.header-menu ul.menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.header-menu ul.menu > li > ul {
  display: block;
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  top: 100%;
  left: -8px;
  margin-top: -20px;
  min-width: 180px;
  opacity: 0;
  transition: 0.3s all ease 0s;
  border-radius: 16px;
  z-index: 500;
  padding: 8px;
}
.header-menu ul.menu > li > ul > li {
  display: block;
  position: relative;
}
.header-menu ul.menu > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  background: var(--header-background);
  padding: 8px 16px;
  transition: 0.3s color ease 0s;
}
.header-menu ul.menu > li > ul > li:first-child > a {
  padding-top: 16px;
  border-radius: 16px 16px 0 0;
}
.header-menu ul.menu > li > ul > li:last-child > a {
  padding-bottom: 16px;
  border-radius: 0 0 16px 16px;
}
.header-menu ul.menu > li > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url("../../images/desktop/icon-menu-right.svg") no-repeat center;
}
.header-menu ul.menu > li > ul > li:hover > a {
  color: rgba(255, 255, 255, 0.65);
}
.header-menu ul.menu > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.header-menu ul.menu > li > ul > li > ul {
  display: block;
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  left: 100%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  min-width: 130px;
  transition: 0.3s all ease 0s;
  border-radius: 16px;
  z-index: 500;
  padding: 8px;
}
.header-menu ul.menu > li > ul > li > ul > li {
  display: block;
  position: relative;
}
.header-menu ul.menu > li > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  background: var(--header-background);
  padding: 8px 16px;
  transition: 0.3s color ease 0s;
}
.header-menu ul.menu > li > ul > li > ul > li:first-child > a {
  padding-top: 16px;
  border-radius: 16px 16px 0 0;
}
.header-menu ul.menu > li > ul > li > ul > li:last-child > a {
  padding-bottom: 16px;
  border-radius: 0 0 16px 16px;
}
.header-menu ul.menu > li > ul > li > ul > li:hover > a {
  color: rgba(255, 255, 255, 0.65);
}
.header-menu ul.menu > li > ul > li > ul > li > ul {
  display: none;
}

.mobile-menu {
  display: block;
  position: fixed;
  box-sizing: border-box;
  top: var(--header-height);
  left: calc(50% - (var(--container-width) / 2));
  width: var(--container-width);
  height: calc(100vh - var(--header-height));
  background: var(--header-background);
  padding: 24px;
  z-index: 100;
  transition: 0.3s all ease-in-out;
}
.mobile-menu:not(.open) {
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__box {
  max-height: calc(100vh - 200px);
  padding: 0 12px 0 0;
  overflow: auto;
}
.mobile-menu__cars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
}
.mobile-menu__cars_heading {
  color: var(--const-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.mobile-menu__cars_child {
  width: 100%;
}
.mobile-menu__cars_child_heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  color: var(--const-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.mobile-menu__cars_child_heading:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--const-white);
  mask: url("../../images/svg/select.svg") no-repeat center/100% auto;
  -webkit-mask: url("../../images/svg/select.svg") no-repeat center/100% auto;
  transform: rotate(-90deg);
}
.mobile-menu__cars_child_items {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
  margin-top: 12px;
  overflow: hidden;
}
.mobile-menu__cars_child.open .mobile-menu__cars_child_heading:after {
  transform: rotate(0deg);
}
.mobile-menu__cars_child.open .mobile-menu__cars_child_items {
  display: flex;
}
.mobile-menu__cars_child_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
  column-gap: 16px;
  color: var(--const-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  text-decoration: none;
}
.mobile-menu__cars_child_item > span > span {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-menu__cars_child_item img {
  display: block;
  flex: 0 0 80px;
  max-width: 100%;
  width: 80px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  -o-object-fit: cover;
}
.mobile-menu__cars_child_items.by-class .mobile-menu__cars_child_item {
  flex: 0 0 100%;
  width: 100%;
}
.mobile-menu__cars_child_items.by-brand .mobile-menu__cars_child_item {
  flex: 0 0 calc(33.33% - 16px);
  width: calc(33.33% - 16px);
}
.mobile-menu ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 24px;
  row-gap: 24px;
}
.mobile-menu ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  color: var(--const-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.mobile-menu ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--const-white);
  mask: url("../../images/svg/select.svg") no-repeat center/100% auto;
  -webkit-mask: url("../../images/svg/select.svg") no-repeat center/100% auto;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.mobile-menu ul.menu > li.open > a:after {
  transform: rotate(0deg);
}
.mobile-menu ul.menu > li.open > ul {
  display: flex;
}
.mobile-menu ul.menu > li > ul {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  margin-top: 12px;
  padding-left: 16px;
}
.mobile-menu ul.menu > li > ul > li {
  display: block;
}
.mobile-menu ul.menu > li > ul > li > a {
  color: var(--const-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration: none;
}
.mobile-menu ul.menu > li > ul > li > ul {
  display: none;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-padding-top: 0 !important;
}

body.admin-bar {
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .for-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .for-mobile {
    display: none !important;
  }
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.hidden-section {
  visibility: hidden;
  opacity: 1;
}

.page-title {
  margin-top: 24px;
  color: var(--text-description);
}

.h1-size {
  font-size: 42px;
  font-weight: 600;
  line-height: 133.333%;
}
@media (max-width: 991px) {
  .h1-size {
    font-size: 24px;
  }
}

.h2-size {
  font-size: 32px;
  font-weight: 600;
  line-height: 131.25%;
}
@media (max-width: 991px) {
  .h2-size {
    font-size: 24px;
    line-height: 133.333%;
  }
}

.h3-size {
  font-size: 24px;
  font-weight: 600;
  line-height: 133.333%;
}
@media (max-width: 991px) {
  .h3-size {
    font-size: 16px;
    line-height: 150%;
  }
}

.h4-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
}

.p-size {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .p-size {
    font-size: 14px;
    line-height: 142.857%;
  }
}

.p-small-size {
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
}

.p-extra-small-size {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.button-prev, .button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--const-white);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.button-prev svg, .button-next svg {
  display: block;
  width: 100%;
  height: auto;
}
.button-prev:hover, .button-next:hover {
  opacity: 0.7;
}

.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  color: var(--const-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.more svg {
  display: block;
  width: 16px;
  height: auto;
}
.more:hover {
  opacity: 0.7;
}

.section-background {
  background: var(--section-background-color);
}

.section-with-paddings {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.image-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.new-cars-menu {
  display: none;
}

.regions-popup {
  display: none;
}

.promotion-popup {
  display: none;
}

.order-popup, .signin-popup {
  display: none;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.privacy-message {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color-gray);
}
.privacy-message a {
  color: var(--link-color) !important;
}

.status-head-1 {
  background: #95999C;
}

.status-head-2 {
  background: radial-gradient(206.89% 103.11% at 22.86% 31.59%, #E2C383 0%, #CF9B30 100%);
}

.status-head-3 {
  background: radial-gradient(206.89% 103.11% at 22.86% 31.59%, #A1A8AD 0%, #6C757C 100%);
}

.status-head-4 {
  background: radial-gradient(206.89% 103.11% at 22.86% 31.59%, #2E2B25 0%, #000 100%);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/*# sourceMappingURL=global_critical.css.map */
