.ft:after, .ft:before {
  content: "";
  display: block;
  clear: both;
}
.ft__title > * {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
  color: var(--subtitle-color);
}
@media (max-width: 767px) {
  .ft__title > * {
    font-size: 24px;
    line-height: 32px;
  }
}
.ft__subtitle > * {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--subtitle-color);
}
@media (max-width: 767px) {
  .ft__subtitle > * {
    font-size: 16px;
    line-height: 24px;
  }
}
.ft h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
  color: var(--subtitle-color);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .ft h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .ft h1 {
    margin: 0 0 20px;
  }
}
.ft h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--subtitle-color);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .ft h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .ft h2 {
    margin: 0 0 20px;
  }
}
.ft h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--subtitle-color);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .ft h3 {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
  }
}
.ft h4, .ft h5, .ft h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--subtitle-color);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .ft h4, .ft h5, .ft h6 {
    margin: 0 0 20px;
  }
}
.ft p {
  font-size: 18px;
  line-height: 28px;
  color: var(--paragraph-color);
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .ft p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
  }
}
.ft ul {
  display: block;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .ft ul {
    margin: 0 0 20px;
  }
}
.ft ul li {
  display: block;
  position: relative;
  margin: 0 0 4px;
  padding-left: 26px;
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .ft ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.ft ul li:last-child {
  margin: 0 0 0;
}
.ft ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: var(--text-color-gray);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ft ul li:before {
    top: 7px;
  }
}
.ft ol {
  display: block;
  list-style: none;
  counter-reset: my-counter;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .ft ol {
    margin: 0 0 20px;
  }
}
.ft ol li {
  counter-increment: my-counter;
  display: block;
  position: relative;
  margin: 0 0 4px;
  padding-left: 26px;
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .ft ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.ft ol li:last-child {
  margin: 0 0 0;
}
.ft ol li:before {
  content: counter(my-counter) ".";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  color: var(--text-color-gray);
  font-size: 18px;
  line-height: 1;
}
.ft a {
  font-size: inherit;
  line-height: inherit;
  color: var(--gold-color);
  text-decoration: none;
  transition: 0.3s all ease 0s;
}
.ft a:hover {
  color: var(--link-color);
}
.ft strong {
  font-weight: 600;
}
.ft em {
  font-style: italic;
}
.ft iframe, .ft video {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.ft img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .ft img {
    margin: 0 0 20px;
  }
}
.ft .aligncenter {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .ft .aligncenter {
    margin: 0 auto 20px;
  }
}
.ft .alignleft {
  display: block;
  max-width: 100%;
  float: left;
  margin: 0 40px 40px 0;
}
@media (max-width: 767px) {
  .ft .alignleft {
    margin: 0 20px 20px 0;
  }
}
.ft .alignright {
  display: block;
  max-width: 100%;
  float: right;
  margin: 0 0 40px 40px;
}
@media (max-width: 767px) {
  .ft .alignright {
    margin: 0 0 20px 20px;
  }
}
.ft .wp-caption {
  display: block;
  max-width: 100%;
}
.ft .wp-caption .wp-caption-text {
  display: block;
  margin: -28px 0 0 0;
  padding: 12px 12px 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--paragraph-color);
}
@media (max-width: 767px) {
  .ft .wp-caption .wp-caption-text {
    margin: -20px 0 0 0;
  }
}
.ft blockquote {
  background: var(--q-form-background);
  border: 1px solid var(--q-form-border);
  box-sizing: border-box;
  border-radius: 16px;
  padding: 20px;
  margin: 0 0 28px 0;
  color: var(--link-color);
}
@media (max-width: 767px) {
  .ft blockquote {
    margin: 0 0 20px 0;
  }
}
.ft blockquote > * {
  color: var(--link-color);
}
.ft blockquote > *:last-child {
  margin-bottom: 0;
}
.ft hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0 0 28px 0;
  background: #243C4E;
}
@media (max-width: 767px) {
  .ft hr {
    margin: 0 0 20px 0;
  }
}
.ft table {
  width: 100%;
  margin: 0 0 28px 0;
}
@media (max-width: 767px) {
  .ft table {
    margin: 0 0 20px 0;
  }
}
.ft table tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #243C4E;
  text-align: left;
  padding: 20px 12px;
}
.ft table tr th:first-child {
  padding: 20px 12px 20px 20px;
}
.ft table tr th:last-child {
  padding: 20px 20px 20px 12px;
}
.ft table tr td {
  padding: 12px;
  background: #F6F9FC;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color-gray);
  text-align: left;
  transition: 0.3s all ease 0s;
}
.ft table tr td:first-child {
  padding: 12px 12px 12px 20px;
}
.ft table tr td:last-child {
  padding: 12px 20px 12px 12px;
}
.ft table tr:hover td {
  background: #DDE6ED;
}
.ft strong {
  font-weight: 700;
}
.ft > *:last-child {
  margin-bottom: 0;
}
.ft .new-cars-list {
  margin-bottom: 40px;
}
.ft .warning:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url("../../images/warning.svg") no-repeat center/100% auto;
}

.new-cars-menu {
  align-items: stretch;
  justify-content: space-between;
  position: fixed;
  box-sizing: border-box;
  top: 120px;
  left: calc(50% - 580px);
  width: 1160px;
  z-index: 300;
}
.new-cars-menu.fixed {
  top: 75px;
}
.new-cars-menu.open {
  display: flex;
}
.new-cars-menu__by_class, .new-cars-menu__by_brand {
  box-sizing: border-box;
  padding: 20px 24px 30px;
  border-radius: 16px;
  background: var(--z-background-color);
}
.new-cars-menu__by_class {
  width: 270px;
}
.new-cars-menu__by_brand {
  width: calc(100% - 278px);
}
.new-cars-menu__heading {
  color: var(--text-description);
  font-weight: 600;
}
.new-cars-menu__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 24px;
  margin-top: 24px;
}
.new-cars-menu__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.33% - 16px);
  column-gap: 16px;
  color: var(--text-description);
  font-size: 12px;
  font-weight: 600;
  line-height: 133.333%;
  text-decoration: none;
}
.new-cars-menu__item.full {
  width: 100%;
}
.new-cars-menu__item img {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: auto;
  border-radius: 6px;
}
.new-cars-menu__item > span > span {
  color: var(--const-gray);
}
.new-cars-menu__item:hover > span {
  text-decoration: underline;
}

.regions-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out 0s;
}
.regions-popup.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.regions-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all ease-in-out 0s;
}
.regions-popup__box {
  position: relative;
  box-sizing: border-box;
  width: 750px;
  z-index: 10;
  border: 1px solid var(--popup-background);
  border-radius: 12px;
  background: var(--popup-background);
  padding: 32px;
}
.regions-popup__close_btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../../images/desktop/icon-close.svg") no-repeat center;
}
.regions-popup__biglist {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -24px -24px 0 0;
}
.regions-popup__biglist a, .regions-popup__biglist div {
  margin: 24px 24px 0 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--popup-link);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.regions-popup__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -24px 0 0;
}
.regions-popup__list a {
  display: block;
  margin: 24px 24px 0 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--popup-link);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.regions-popup__list a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .sitemap {
    padding-bottom: 40px;
  }
}
.sitemap__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--header-color);
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sitemap__btn {
    padding: 0;
  }
}
.sitemap__btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  transition: 0.3s all ease 0s;
  background-color: var(--header-color);
  mask: url("../../images/desktop/sitemap-right.svg") no-repeat center;
  -webkit-mask: url("../../images/desktop/sitemap-right.svg") no-repeat center;
}
.sitemap__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease 0s;
}
@media (max-width: 991px) {
  .sitemap__list {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.sitemap__menu {
  width: calc(25% - 40px);
}
@media (max-width: 991px) {
  .sitemap__menu {
    width: 100%;
  }
}
.sitemap ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
}
.sitemap ul.menu li {
  display: block;
}
.sitemap ul.menu li a {
  color: var(--header-color);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.3s opacity ease 0s;
}
.sitemap ul.menu li a:hover {
  opacity: 0.7;
}
.sitemap.active .sitemap__btn:after {
  mask: url("../../images/desktop/sitemap-down.svg") no-repeat center;
  -webkit-mask: url("../../images/desktop/sitemap-down.svg") no-repeat center;
}
.sitemap.active .sitemap__list {
  max-height: 2000px;
}

#menu-karta-sajta-4 {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
#menu-karta-sajta-4 > * {
  flex: 0 0 calc(50% - 16px);
}

.site-footer__cols {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 16px;
}
@media (max-width: 991px) {
  .site-footer__cols {
    flex-direction: column;
    padding: 0;
  }
}
.site-footer__col {
  margin-right: 32px;
}
@media (max-width: 991px) {
  .site-footer__col {
    margin: 0;
    width: 100%;
  }
}
.site-footer__col:last-child {
  margin-left: auto;
}
@media (max-width: 991px) {
  .site-footer__col:last-child {
    margin: 0;
  }
}
.site-footer__logo img, .site-footer__logo svg {
  display: block;
  width: 128px;
  height: auto;
  fill: var(--header-link);
}
.site-footer__call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 148px;
  height: 36px;
  background: var(--btn-background-2);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-color-2);
  text-decoration: none;
  transition: 0.3s all ease 0s;
}
@media (max-width: 991px) {
  .site-footer__call_btn {
    margin: 32px 0 0;
  }
}
.site-footer__call_btn:hover {
  background: var(--btn-background-2-hover);
  color: var(--btn-color-2);
}
.site-footer__call_btn:active {
  background: var(--btn-background-2-active);
  color: var(--btn-color-2);
}
.site-footer__contact {
  display: block;
  position: relative;
  margin-top: 16px;
}
.site-footer__tg {
  position: absolute;
  top: 50%;
  left: 166px;
  transform: translate(0, -50%);
}
.site-footer__whatsapp {
  position: absolute;
  top: 50%;
  left: 198px;
  transform: translate(0, -50%);
}
.site-footer__phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: var(--header-link);
}
.site-footer__online {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #45AD5A;
}
.site-footer__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-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .site-footer__social {
    margin-top: 32px;
  }
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  text-decoration: none;
  transition: 0.3s opacity ease 0s;
}
.site-footer__social a:last-child {
  margin-right: 0;
}
.site-footer__social a:hover {
  opacity: 0.75;
}
.site-footer__social a img {
  display: block;
  margin-right: 8px;
  width: 32px;
  height: auto;
}
.site-footer__social a span {
  font-size: 14px;
  line-height: 20px;
  color: var(--header-link);
  border-bottom: 1px dashed var(--text-color-gray);
}
@media (max-width: 991px) {
  .site-footer__feedback {
    margin-top: 32px;
  }
}
.site-footer__feedback_desc {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: var(--header-color);
}
@media (max-width: 991px) {
  .site-footer__feedback_desc {
    color: var(--text-sec_dark, #4D4D4D);
    font-size: 12px;
    font-weight: 400;
    line-height: 133.333%;
    text-align: left;
  }
}
.site-footer__feedback_items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .site-footer__feedback_items {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
  }
}
.site-footer__feedback_items a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  text-decoration: none;
  transition: 0.3s opacity ease 0s;
}
@media (max-width: 991px) {
  .site-footer__feedback_items a {
    margin: 0;
  }
}
.site-footer__feedback_items a:last-child {
  margin-right: 0;
}
.site-footer__feedback_items a:hover {
  opacity: 0.75;
}
.site-footer__feedback_items a img {
  display: block;
  margin-right: 8px;
  width: 32px;
  height: auto;
}
@media (max-width: 991px) {
  .site-footer__feedback_items a img {
    margin-right: 4px;
    width: 20px;
  }
}
.site-footer__feedback_items a span {
  font-size: 14px;
  line-height: 20px;
  color: var(--header-link);
  border-bottom: 1px dashed var(--text-color-gray);
}
@media (max-width: 991px) {
  .site-footer__feedback_items a span {
    font-size: 12px;
    font-weight: 400;
    line-height: 133.333%;
  }
}
.site-footer__adress {
  margin-top: 16px;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: var(--subtitle-color);
}
@media (max-width: 991px) {
  .site-footer__adress {
    margin-top: 32px;
    text-align: left;
    font-size: 12px;
    line-height: 133.333%;
  }
}
.site-footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .site-footer__links {
    flex-direction: column;
    margin-top: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 8px;
  }
}
.site-footer__links a {
  display: block;
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  color: var(--header-link);
  text-decoration: none;
  transition: 0.3s opacity ease 0s;
}
@media (max-width: 991px) {
  .site-footer__links a {
    margin: 0;
    font-size: 12px;
    line-height: 133.333%;
  }
}
.site-footer__links a:hover {
  opacity: 0.75;
}
.site-footer__links a:last-child {
  margin-right: 0;
}
.site-footer__copyright {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: var(--text-color-gray);
}
@media (max-width: 991px) {
  .site-footer__copyright {
    margin: 16px 0 0;
    text-align: left;
    font-size: 12px;
    line-height: 133.333%;
  }
}

#scrollToTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: calc(50% - 580px);
  bottom: 48px;
  column-gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--section-background-color);
  z-index: 100;
  border: none;
  color: var(--text-description);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  box-shadow: 0px 33px 40px 0px rgba(0, 0, 0, 0.06), 0px 12.046px 14.601px 0px rgba(0, 0, 0, 0.04), 0px 5.848px 7.088px 0px rgba(0, 0, 0, 0.03), 0px 2.867px 3.475px 0px rgba(0, 0, 0, 0.03), 0px 1.134px 1.374px 0px rgba(0, 0, 0, 0.02);
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  #scrollToTopBtn {
    right: 20px;
    bottom: 100px;
    column-gap: 0;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
  }
}
#scrollToTopBtn:hover {
  transform: scale(0.9);
}
#scrollToTopBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--section-background-color);
  background: var(--section-background-color);
}
@media (max-width: 991px) {
  #scrollToTopBtn span {
    border-radius: 50%;
  }
}
#scrollToTopBtn span svg {
  display: block;
  width: 28px;
  height: auto;
  fill: var(--text-description);
}
@media (max-width: 991px) {
  #scrollToTopBtn span svg {
    width: 32px;
  }
}

.mobile-bar {
  display: none;
  position: fixed;
  box-sizing: border-box;
  padding: 0 var(--container-padding);
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .mobile-bar {
    display: block;
  }
}
.mobile-bar__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.mobile-bar a, .mobile-bar .a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
}
.mobile-bar a svg, .mobile-bar .a svg {
  display: block;
  height: 24px;
  width: auto;
  fill: #646464;
}
.mobile-bar a span, .mobile-bar .a span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #646464;
  text-align: center;
}
.mobile-bar a.green svg, .mobile-bar .a.green svg {
  fill: #00d084;
}
.mobile-bar a.green span, .mobile-bar .a.green span {
  color: #00d084;
}
.mobile-bar a.active svg, .mobile-bar a:hover svg, .mobile-bar .a.active svg, .mobile-bar .a:hover svg {
  fill: #243C4E;
}
.mobile-bar a.active span, .mobile-bar a:hover span, .mobile-bar .a.active span, .mobile-bar .a:hover span {
  color: #243C4E;
}
.mobile-bar__count {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #DE1D1D;
  border-radius: 50%;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  font-size: 8px !important;
  line-height: 16px !important;
  text-align: center;
}

.promotion-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  row-gap: 22px;
  z-index: 66;
  padding-left: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .promotion-labels {
    top: calc(50% - 24px);
    height: 48px;
  }
}
.promotion-labels__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 48px;
  margin-right: -52px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  background: var(--gold-color);
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .promotion-labels__item {
    margin-right: -70px;
  }
}
.promotion-labels__item.active {
  margin-right: 0;
}
.promotion-labels__item:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  width: 16px;
  height: 38px;
  background: url("../../images/desktop/promotion-arrow.svg") no-repeat center/16px auto;
}
.promotion-labels__item svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.promotion-popup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  z-index: 500;
}
.promotion-popup:not(.open) {
  visibility: hidden;
  opacity: 0;
}
.promotion-popup:not(.open) .promotion-popup__overlay {
  opacity: 0;
}
.promotion-popup:not(.open) .promotion-popup__box {
  transform: translate(800px, 0);
}
.promotion-popup__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease-in-out;
}
.promotion-popup__box {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 580px;
  max-height: 100%;
  padding: 32px;
  border-radius: 12px 0 0 12px;
  border: 1px solid var(--q-form-border);
  background: var(--popup-background);
  z-index: 10;
  transition: 0.3s all ease-in-out 0s;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .promotion-popup__box {
    width: 100%;
    margin-top: 30px;
    padding: 16px 28px;
    border-radius: 16px;
  }
}
.promotion-popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion-popup__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 6px;
  row-gap: 10px;
}
@media (max-width: 991px) {
  .promotion-popup__pagination {
    flex-wrap: wrap;
  }
}
.promotion-popup__pagination div {
  display: block;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--promo-pagination);
  color: var(--text-color-gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.promotion-popup__pagination div:hover {
  color: var(--link-color);
}
.promotion-popup__pagination div.active {
  color: var(--link-color);
}
.promotion-popup__close {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../../images/desktop/promotion-popup__close.svg") no-repeat center/24px auto;
  transition: 0.3s all ease-in-out;
}
.promotion-popup__close:hover {
  opacity: 0.7;
}
.promotion-popup__body {
  margin-top: 24px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding-right: 4px;
}
@media (max-width: 991px) {
  .promotion-popup__body {
    max-height: calc(100vh - 200px);
  }
}
.promotion-popup__heading {
  color: var(--link-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991px) {
  .promotion-popup__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.promotion-popup__text {
  margin-top: 14px;
}
.promotion-popup__form {
  display: block;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--q-form-border);
}
.promotion-popup__form_heading {
  color: var(--link-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.promotion-popup__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promotion-popup__row label {
  width: 100%;
}
.promotion-popup__col {
  position: relative;
  width: calc(50% - 12px);
  margin-top: 24px;
}
@media (max-width: 991px) {
  .promotion-popup__col {
    width: 100%;
  }
}
.promotion-popup label:not(.form-checkbox) {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: var(--link-color);
  padding-bottom: 8px;
}
.promotion-popup input[type=text], .promotion-popup input[type=tel], .promotion-popup input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  background: var(--filter-input-background);
  border: 1px solid var(--filter-border);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  transition: 0.3s all ease-in-out;
}
.promotion-popup input[type=text].with-change-mask, .promotion-popup input[type=tel].with-change-mask, .promotion-popup input[type=email].with-change-mask {
  padding-left: 78px;
}
.promotion-popup input[type=text]::placeholder, .promotion-popup input[type=tel]::placeholder, .promotion-popup input[type=email]::placeholder {
  color: var(--text-color-gray);
}
.promotion-popup input[type=text].invalid, .promotion-popup input[type=tel].invalid, .promotion-popup input[type=email].invalid {
  border: 1px solid #EC3D0C;
}
.promotion-popup input[type=text]:focus, .promotion-popup input[type=tel]:focus, .promotion-popup input[type=email]:focus {
  border-color: var(--link-color);
  outline: none;
}
.promotion-popup button.blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: var(--btn-background-2);
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-color-2);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.promotion-popup button.blue:hover {
  background: var(--btn-background-2-hover);
}
.promotion-popup button.blue:active {
  background: var(--btn-background-2-active);
}
.promotion-popup__desc {
  font-size: 12px;
  line-height: 16px;
  color: var(--link-color);
}
.promotion-popup__desc a {
  color: var(--link-color);
  text-decoration: underline;
}
.promotion-popup__desc a:hover {
  text-decoration: none;
}
.promotion-popup__desc.right {
  text-align: right;
}
.promotion-popup__desc.center {
  text-align: center;
}
.promotion-popup__form_description {
  margin-top: 24px;
  color: var(--link-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.promo-reg-popup {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 48px;
  right: calc(50% - 580px);
  width: 300px;
  padding: 18px 50px 18px 18px;
  border-radius: 12px;
  background: var(--popup-background);
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.07), 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  color: var(--header-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  z-index: 300;
}
.promo-reg-popup:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 50px;
  top: -7px;
  transform: rotate(45deg);
  background: var(--popup-background);
  border-radius: 2px;
  z-index: 3;
}
.promo-reg-popup__close {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.promo-reg-popup__close svg {
  display: block;
  width: 16px;
  height: auto;
  fill: var(--header-color);
}

.privacy-popup {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  box-sizing: border-box;
  width: 340px;
  max-width: calc(100% - 32px);
  left: 16px;
  bottom: 16px;
  border-radius: 12px;
  background: var(--popup-background);
  padding: 20px 24px;
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.07), 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
  z-index: 2000;
}
.privacy-popup.open {
  display: flex;
}
.privacy-popup__text {
  width: 210px;
  color: var(--subtitle-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.privacy-popup__text a {
  color: var(--subtitle-color);
  text-decoration: underline;
}
.privacy-popup__text a:hover {
  text-decoration: none;
}
.privacy-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 46px;
  background: var(--btn-background-2);
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-color-2);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.privacy-popup__btn:hover {
  background: var(--btn-background-2-hover);
}
.privacy-popup__btn:active {
  background: var(--btn-background-2-active);
}

.order-popup, .signin-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out 0s;
}
.order-popup.show, .signin-popup.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.order-popup .for-sms, .signin-popup .for-sms {
  display: none;
}
.order-popup__close, .signin-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all ease-in-out 0s;
}
.order-popup__load, .signin-popup__load {
  display: block;
  position: relative;
  width: 498px;
  height: 498px;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--popup-background);
  background-image: var(--popup-load);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.order-popup__form, .signin-popup__form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: auto;
  max-height: 100%;
  overflow: auto;
  z-index: 20;
}
.order-popup__form::-webkit-scrollbar, .signin-popup__form::-webkit-scrollbar {
  width: 2px;
  background: rgba(0, 0, 0, 0);
}
.order-popup__form::-webkit-scrollbar-track, .signin-popup__form::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.order-popup__form::-webkit-scrollbar-thumb, .signin-popup__form::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  outline: none;
}

.order-form {
  box-sizing: border-box;
  width: 580px;
  background: var(--popup-background);
  border-radius: 20px;
  padding: 32px;
}
.order-form .offset__24 {
  margin-top: 24px;
}
.order-form #order-form.submiting {
  display: block;
  position: relative;
}
.order-form #order-form.submiting:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--popup-background);
  background-image: var(--popup-load);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 40;
}
.order-form__full_form_message {
  background: var(--popup-message-background);
  border-radius: 16px;
  padding: 24px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--link-color);
}
.order-form__full_form_message a {
  color: var(--link-color);
  text-decoration: underline;
}
.order-form__full_form_message a:hover {
  text-decoration: none;
}
.order-form__full_form_message_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 230px;
  height: 46px;
  border: 1px solid #243C4E;
  border-radius: 8px;
  color: #243C4E;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out 0s;
}
.order-form__full_form_message_btn:hover {
  background: #243C4E;
  color: #ffffff;
}
.order-form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-form__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--link-color);
}
.order-form__desc {
  font-size: 12px;
  line-height: 16px;
  color: var(--link-color);
}
.order-form__desc a {
  color: var(--link-color);
  text-decoration: underline;
}
.order-form__desc a:hover {
  text-decoration: none;
}
.order-form__desc.right {
  text-align: right;
}
.order-form__desc.center {
  text-align: center;
}
.order-form__doc_message {
  padding: 18px 36px 18px 76px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--link-color);
  background: #F6F9FC url("../../images/desktop/doc_message.svg") no-repeat left 36px center;
  border-radius: 12px;
}
.order-form__gray {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color-gray);
}
.order-form__points {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.order-form__points_point {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 12px;
  margin-left: 4px;
  border: 1px solid #DDE6ED;
  background: #F6F9FC;
  border-radius: 6px;
}
.order-form__points_point.active {
  background: #243C4E;
  border-color: #243C4E;
}
.order-form__points_label {
  margin-left: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #8A9299;
}
.order-form__tariff_item {
  display: block;
  width: 100%;
}
.order-form__step {
  display: none;
}
.order-form__step.active {
  display: block;
}
.order-form__close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../../images/desktop/icon-close.svg") no-repeat center;
}
.order-form__tarif_desc {
  display: none;
  padding-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #8A9299;
}
.order-form__tarif_desc.active {
  display: block;
}
.order-form__lv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-form__lv_label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--link-color);
}
.order-form__lv_value {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: var(--subtitle-color);
}
.order-form__lv_value strong {
  font-weight: bold;
}
.order-form__bron_message {
  background: #F6F9FC url("../../images/desktop/bron_message.svg") no-repeat left 16px center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #243C4E;
  padding: 16px 16px 16px 56px;
}
.order-form__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-form__row label {
  width: 100%;
}
.order-form__col {
  width: calc(50% - 12px);
}
.order-form__line {
  width: 100%;
  height: 1px;
  background: #DDE6ED;
}
.order-form label:not(.form-checkbox) {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: var(--link-color);
  padding-bottom: 8px;
}
.order-form input[type=text], .order-form input[type=tel], .order-form input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  background: var(--filter-input-background);
  border: 1px solid var(--filter-border);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  transition: 0.3s all ease-in-out;
}
.order-form input[type=text].with-change-mask, .order-form input[type=tel].with-change-mask, .order-form input[type=email].with-change-mask {
  padding-left: 78px;
}
.order-form input[type=text]::placeholder, .order-form input[type=tel]::placeholder, .order-form input[type=email]::placeholder {
  color: var(--text-color-gray);
}
.order-form input[type=text].invalid, .order-form input[type=tel].invalid, .order-form input[type=email].invalid {
  border: 1px solid #EC3D0C;
}
.order-form input[type=text]:focus, .order-form input[type=tel]:focus, .order-form input[type=email]:focus {
  border-color: var(--link-color);
  outline: none;
}
.order-form input[type=date] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  min-height: 46px;
  background: var(--filter-input-background);
  border: 1px solid var(--filter-border);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 44px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  transition: 0.3s all ease-in-out;
}
.order-form input[type=date]::placeholder {
  color: var(--text-color-gray);
}
.order-form input[type=date].invalid {
  border: 1px solid #EC3D0C;
}
.order-form input[type=date]:focus {
  border-color: var(--link-color);
  outline: none;
}
.order-form select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  background: var(--filter-input-background) url("../../images/desktop/icon-select.svg") no-repeat right 10px center;
  border: 1px solid var(--filter-border);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  transition: 0.3s all ease-in-out;
}
.order-form select::placeholder {
  color: var(--text-color-gray);
}
.order-form select.invalid {
  border: 1px solid #EC3D0C;
}
.order-form select:focus {
  border-color: var(--link-color);
  outline: none;
}
.order-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.order-form select::-ms-expand {
  display: none;
}
.order-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 96px;
  background: var(--filter-input-background);
  border: 1px solid var(--filter-border);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  transition: 0.3s all ease-in-out;
  resize: none;
}
.order-form textarea::placeholder {
  color: var(--text-color-gray);
}
.order-form textarea.invalid {
  border: 1px solid #EC3D0C;
}
.order-form textarea:focus {
  border-color: var(--link-color);
  outline: none;
}
.order-form input[type=file] {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--subtitle-color);
  width: 100%;
}
.order-form button.blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: var(--btn-background-2);
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-color-2);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.order-form button.blue:hover {
  background: var(--btn-background-2-hover);
}
.order-form button.blue:active {
  background: var(--btn-background-2-active);
}
.order-form button.white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: var(--filter-datepicker-marked-color);
  border-radius: 8px;
  border: 1px solid var(--link-color);
  font-size: 14px;
  line-height: 20px;
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.order-form button.white:hover {
  background: var(--btn-background-1-hover);
  border: 1px solid var(--btn-background-1-hover);
  color: var(--filter-datepicker-marked-color);
}
.order-form button.white:active {
  background: var(--btn-background-1-active);
  border: 1px solid var(--btn-background-1-active);
  color: var(--filter-datepicker-marked-color);
}
.order-form__thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.order-form__thank svg {
  display: block;
}
.order-form__thank_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #243C4E;
}
.order-form__thank_desc {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #243C4E;
}
.order-form button.quick {
  margin: 0 auto;
  width: 200px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #243C4E;
  text-decoration: underline;
  border: none;
  background: none;
}
.order-form button.quick:hover {
  text-decoration: none;
}
.order-form__price_promocode {
  color: #8A9299;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #DDE6ED;
}

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