@font-face {
  font-family: KIAOTF;
  src: url(/static/fonts/KIAOTFB00.woff2) format("woff2"), url(/static/fonts/KIAOTFB00.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: KIAOTF;
  src: url(/static/fonts/KIAOTFM00.woff2) format("woff2"), url(/static/fonts/KIAOTFM00.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: KIAOTF;
  src: url(/static/fonts/KIA-Light.woff2) format("woff2"), url(/static/fonts/KIA-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.jc-sb {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .jc-sb {
    flex-wrap: wrap;
  }
  .jc-sb > * {
    margin-bottom: 10px !important;
  }
  .jc-sb > *:last-child {
    margin-bottom: 0 !important;
  }
}

.f-c {
  display: flex;
  flex-direction: column;
}

.jc-c {
  display: flex !important;
  justify-content: center !important;
}

.jc-fe {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .jc-fe {
    justify-content: center;
  }
}

.ai-c {
  display: flex;
  align-items: center;
}

.ai-e {
  display: flex;
  align-items: flex-end;
}

.ai-s {
  display: flex;
  align-items: flex-start;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .ta-r {
    text-align: center !important;
  }
}

.fs-l {
  font-size: 18px;
}

.fs-xs {
  font-size: 12px;
}

.fs-xl {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .fs-xl {
    font-size: 18px;
  }
}

.bold {
  font-weight: bold !important;
}

*:focus,
*:active {
  outline: none !important;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.light-font {
  color: white !important;
}

.dark-font {
  color: #000 !important;
}

.color-green {
  color: #219653;
}

.color-red {
  color: #bb162b;
}

.uppercase {
  text-transform: uppercase;
}

.mobile-visible {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .mobile-visible {
    display: block !important;
  }
}

.animation {
  transition: 0.25s ease-out;
}
.animation:hover {
  z-index: 5;
}
.animation_box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.animation_offset:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .animation_offset:hover {
    transform: none;
  }
}
.animation_offset_small:hover {
  transform: translateY(-5px);
}

[popup] {
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  transition: 0.25s ease-out;
  padding: 45px 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.popup::-webkit-scrollbar {
  width: 10px;
}
.popup::-webkit-scrollbar-track {
  width: 7px;
  background: #9a9b9d;
}
.popup::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 10px;
  background: #999;
  height: 10px;
}
.popup::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 15px 0;
    align-items: flex-start;
  }
}
.popup_centered {
  align-items: center;
}
.popup__title_flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .popup__title_flexed {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.popup__title_flexed > div {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .popup__title_flexed > div {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.popup__title_flexed > div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.popup__title_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 25px 40px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.25);
  height: 100px;
}
@media screen and (max-width: 768px) {
  .popup__title_fixed {
    height: auto;
    padding: 15px;
  }
}
.popup__wrapper {
  padding: 35px 40px;
  background-color: white;
  max-width: 680px;
  width: calc(100% - 30px);
  transform: translateY(-10px);
  border: 1px solid whitesmoke;
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .popup__wrapper {
    padding: 40px 15px 20px;
  }
}
.popup__wrapper_auto {
  padding: 0;
  border: 0;
  max-width: calc(100% - 300px);
  height: 100%;
  width: 100%;
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  .popup__wrapper_auto {
    min-width: 1px;
    max-width: 95%;
    width: 100%;
  }
}
.popup__wrapper_complectation {
  padding-top: 100px;
  min-width: 90%;
}
@media screen and (max-width: 768px) {
  .popup__wrapper_complectation {
    padding-top: 125px;
  }
}
.popup__wrapper-scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 25px 40px;
}
.popup__wrapper-scroll::-webkit-scrollbar {
  width: 10px;
}
.popup__wrapper-scroll::-webkit-scrollbar-track {
  width: 7px;
  background: #9a9b9d;
}
.popup__wrapper-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 10px;
  background: #999;
  height: 10px;
}
.popup__wrapper-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media screen and (max-width: 768px) {
  .popup__wrapper-scroll {
    padding: 15px;
  }
}
.popup_active {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  position: absolute;
  font-size: 35px;
  cursor: pointer;
  line-height: 35px;
  transition: 0.25s ease;
  width: 35px;
  height: 35px;
  transform-origin: center;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .popup__close {
    top: 0;
    right: 0;
  }
}
.popup__close:hover {
  opacity: 0.5;
}
.popup__close::before, .popup__close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: black;
}
.popup__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__content video {
  display: block;
  width: 100%;
  height: auto;
}
.popup__info {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .popup__info {
    text-align: center;
  }
}
.popup__text_messaging {
  font-weight: bold;
  font-size: 21px;
}

.about-submenu__link .ic-svg {
  height: 45px;
  width: 45px;
}

.about-submenu__item-icon {
  color: #9b9b9b;
}

.ic-svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.company-submenu {
  padding: 30px 0 45px;
  flex-flow: row nowrap;
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: stretch;
}

.about-submenu__item {
  width: 25%;
}

.credit-submenu .showroom__cat-item-image {
  max-width: 200px;
}

.dealer-seo-text {
  margin-bottom: 90px;
}
.dealer-seo-text ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dealer-seo-text li {
  margin-left: 2em;
  list-style: disc;
}

.support-service__text .addr, .s-contacts__address {
  text-transform: uppercase;
}

.text_area ul li {
  list-style: disc;
  padding-left: 2em;
  margin-left: 2em;
}

.nav__buttons .nav__button:nth-child(3) {
  display: none;
}

.dealer-info__inner:nth-child(2n) .dealer-info__img {
  order: 2;
}
.dealer-info__inner:nth-child(2n) .dealer-info__img .dealer-info__inner:nth-child(2n) .dealer-info__img {
  order: 1;
}

@media all and (max-width: 1640px) {
  .support-service__text {
    max-width: 300px;
  }
}
a[href="/find-dealer"] {
  display: none;
}

.dealer-info h1, .dealer-info h2, .dealer-info h3 {
  margin: 1rem 0;
}
.dealer-info h1 {
  font-size: 3rem;
}
.dealer-info h2 {
  font-size: 2.5rem;
}
.dealer-info h3 {
  font-size: 2rem;
}
.dealer-info ul {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.dealer-info ul li {
  list-style-type: disc;
}

.contact-form__center .df-button {
  width: 100%;
  max-width: none;
}

.contact-form__box {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  border: 1px solid #E4DCD3;
  margin-right: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form__accept input {
  display: none;
}

.contact-form__box svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: 0.3s;
}

.contact-form__accept input:checked + .contact-form__box svg {
  transform: scale(1);
}

.contact-form__accept {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
}

.contact-form__description a {
  color: #00AAD2;
}

.contact-form__title, .contact-form__input {
  margin-bottom: 32px;
}

.select-head, .select--single {
  display: none;
}

.df-input-bordered.error {
  border-color: #c70e0e;
}

.df-select-bordered .selectized .selectize-input.invalid {
  border-color: #c70e0e;
}

.contact-form__accept input.invalid + .contact-form__box {
  border-color: #C70E0E;
}

.selectize-input > input {
  border: none;
}

.s-success {
  color: #000;
}
.s-success__center {
  position: relative;
  width: 40%;
  min-width: 592px;
  padding: 40px 72px;
  padding-bottom: 64px;
  background-color: white;
}
.s-success__title {
  text-align: center;
}
.s-success__icon {
  position: relative;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background-color: #E4DCD3;
  margin: 0 auto;
  margin-bottom: 24px;
}
.s-success__icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.success__title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .s-success__center {
    min-width: 0%;
    width: auto;
    margin: 16px;
    padding: 48px 16px 40px 16px;
  }
  .s-success__icon {
    margin-bottom: 16px;
  }
}
.success__icon {
  position: relative;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background-color: #E4DCD3;
  margin: 0 auto;
  margin-bottom: 24px;
}

.success__icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news {
  padding: 80px 0;
  overflow: hidden;
}
.news__list {
  display: flex;
  position: relative;
  margin-bottom: 48px;
}
.news__list .owl-stage {
  display: flex;
}
.news__list .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.news__list .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.3s;
}
.news__list .owl-dot:not(:last-of-type) {
  margin-right: 10px;
}
.news__list .owl-dot.active {
  background-color: #00AAD2 !important;
}
.news__list .owl-nav {
  position: absolute;
  display: flex;
  height: 0px;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  right: -32px;
}
.news__prev, .news__next {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.news__prev svg, .news__next svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  fill: #fff;
}
.news__next {
  transform: rotate(180deg);
}
.news__item {
  height: 100%;
}
.news__link {
  display: block;
  position: relative;
  height: 100%;
  padding: 32px;
  padding-bottom: 15%;
  overflow: hidden;
  cursor: url("/images/icons/drag-h-red.cur") 21 21, pointer;
}
.news__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #444;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.5, 0.5, 1) 0s;
}
.news__img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1.05);
  width: auto !important;
  max-width: none;
  height: 110%;
  opacity: 0.5;
  image-rendering: crisp-edges;
  transition: transform 0.5s cubic-bezier(0, 0.5, 0.5, 1) 0s;
}
.news__date {
  position: relative;
  z-index: 2;
  color: #002C5F;
  margin-bottom: 79px;
  transition: color 0.5s;
}
.news__text {
  position: relative;
  z-index: 2;
  color: #000;
  transition: color 0.5s;
}

@media only screen and (max-width: 1850px) {
  .slider__wrap {
    max-width: 1536px;
  }
  .slider__item {
    height: 545px;
  }
}
@media only screen and (max-width: 1599px) {
  .slider__wrap {
    max-width: 1280px;
  }
  .slider__body {
    margin-bottom: 40px;
  }
  .slider__item {
    height: auto;
    padding-top: 36%;
  }
}
@media only screen and (min-width: 1263px) {
  .news__link:hover .news__img {
    opacity: 1;
  }
  .news__link:hover .news__img img {
    transition: transform 1.75s cubic-bezier(0.5, 0.5, 0.5, 1) 0.035s;
    transform: translate(-50%, 0) scale(1);
  }
  .news__link:hover .news__date {
    color: #fff;
  }
  .news__link:hover .news__text {
    color: #fff;
  }
}
@media only screen and (max-width: 1262px) {
  .slider__wrap {
    max-width: 1263px;
  }

  .blue-panel {
    font-size: 16px;
    bottom: 25px;
    padding: 0px 13px 0px 18px;
  }
  .blue-panel__inner div {
    line-height: 33px;
  }

  .config .hc-title {
    left: 0;
  }
  .config__nav {
    top: 43%;
  }
  .config__item-title {
    display: none;
  }
  .config__item-img {
    display: none;
  }

  .motorstudio-b {
    padding-bottom: 200px;
  }

  .mir-b {
    margin-top: 32px;
  }

  .news {
    padding-bottom: 56px;
  }
  .news__list {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider__inner {
    top: 24px;
    left: 16px;
  }
  .slider__title {
    font-size: 38px;
    line-height: 40px;
  }
  .slider__subtitle {
    font-size: 18px;
  }
  .slider .owl-nav {
    top: calc(50% - 20px);
  }
  .slider .owl-prev, .slider .owl-next {
    width: 40px;
    height: 40px;
  }
  .slider .owl-prev svg, .slider .owl-next svg {
    width: 9px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider__body {
    margin-bottom: 20px;
  }
  .slider .owl-dots {
    margin-top: 24px;
  }

  .blue-panel {
    bottom: 0px;
  }

  .config {
    padding: 10px 0;
    padding-bottom: 56px;
  }
  .config .hc-model {
    font-size: 38px;
    line-height: 40px;
  }
  .config .hc-cost {
    color: #666666;
  }
  .config .hc-bg {
    top: 45px;
    height: 84%;
    width: 90%;
  }
  .config .hc-car-img {
    max-width: 455px;
    width: 100%;
  }
  .config__holder {
    height: 400px;
  }
  .config__nav {
    top: 67%;
  }
  .config__banner {
    top: 73px;
    left: auto;
    right: 0;
    width: 111px;
    height: 111px;
  }
  .config__banner::after {
    left: 7px;
    bottom: 7px;
  }
  .config__banner-center {
    padding-top: 25px;
    padding-right: 18px;
  }
  .config__credit-price {
    font-size: 20px;
    line-height: 24px;
    margin-top: 3px;
  }
  .config__credit-rub {
    font-size: 14px;
    line-height: 5px;
  }
  .config__button {
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .config .df-pagination-dots {
    display: block;
  }

  .branches {
    padding-top: 0;
  }

  .motorstudio-b {
    padding: 40px 16px;
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 124px;
  }
  .motorstudio-b__center {
    padding: 48px 16px 40px 16px;
  }
  .motorstudio-b__list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .motorstudio-b__item {
    width: 33.33%;
    padding: 0 10px;
  }

  .mir-b {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 0;
    padding-top: 41px;
    padding-bottom: 15px;
  }
  .mir-b__reg {
    display: none;
  }
  .mir-b__title {
    line-height: 32px;
    margin-bottom: 41px;
  }
  .mir-b__top {
    margin-bottom: 45px;
  }
  .mir-b__list {
    flex-wrap: wrap;
  }
  .mir-b__item {
    width: calc(100% - 20px);
    text-align: center;
  }
  .mir-b__item:not(:last-of-type) {
    margin-bottom: 63px;
  }
  .mir-b__icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .mir-b__icon.ic-gift {
    width: 51px;
    height: 64px;
  }
  .mir-b__icon.ic-fix {
    width: 68px;
    height: 64px;
  }
  .mir-b__icon.ic-pig {
    width: 75px;
    height: 75px;
  }
  .mir-b__bottom {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .mir-b__button {
    width: 100%;
  }
  .mir-b__applications {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .mir-b__app a:hover {
    transform: translateY(0);
  }
  .mir-b__reg-m {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
  }

  .news__link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .news__list {
    padding: 0 24px;
  }
  .news__list .owl-nav {
    left: -16px;
    right: -16px;
  }
  .news__list .owl-stage {
    display: block;
  }
}