* {
  box-sizing: border-box;
}

body {
  font-family: 'HarmonyOS';
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  /*background: url(../img/bg1.jpg) 50% 91px no-repeat white;*/
  background: white;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: #0c0c0b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: .2s;
}

a:hover {
  color: #a6192e;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
  border-radius: 4px;
}

input[type='file'] {
  display: none;
}

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

.resp_table img {
  max-width: 100%;
  width: 100%;
  display: block;
  width: 220px;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1140px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 32px 32px 16px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  border-radius: 4px;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  margin: 0 0 24px;
  text-align: center;
  color: black;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #414141;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg);
  /* Aey Firefox */
  -ms-transform: rotate(45deg);
  /* Aey IE */
  -webkit-transform: rotate(45deg);
  /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.btn {
  cursor: pointer;
  box-sizing: border-box;
  background: #b91b23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 58px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 4px;
}

.btn:hover {
  color: #fff;
  background: #a6192e;
}

.btn.glass {
  border: 1px solid #0c0c0b;
  background: transparent;
  color: #1b1d23;
}

.btn.glass:hover {
  color: #fff;
  background: #0c0c0b;
}

.btn[disabled] {
  background: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

/**********************
    SLICK ARROWS
**********************/

.slick-arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #b91b23;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  z-index: 6;
}

.slick-arrow:hover {
  background-color: #a6192e;
}

.slick-prev {
  left: -16px;
  background-image: url("../img/slider-prev.svg")
}

.slick-next {
  right: -16px;
  background-image: url("../img/slider-next.svg")
}

.slick-arrow:before {
  display: none;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 8px;
  }

  .slick-next {
    right: 8px;
  }
}

/**********************
        HEADER
**********************/

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 11;
  overflow: hidden;
  box-shadow: 0 1px 11px rgba(0, 0, 0, .1);
}

.header__main {
  padding: 20px 0;
}

.header * {
  box-sizing: border-box;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__top {
  padding: 8px 0;
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-img {
  min-width: 172px;
  max-width: 172px;
}

.header__dealer {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #e3e3e3;
}

.header__dealer-img {
  min-width: 152px;
  max-width: 152px;
}

.header__award {
  margin: 0 32px;
}

.header__award-img {
  min-width: 152px;
  max-width: 152px;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__contacts > * {
  margin-left: 32px;
}

.header__contacts > *:first-child {
  margin-left: 0;
}

.header__phone,
.header__loc {
  position: relative;
  padding-left: 32px;
}

.header__phone:before,
.header__loc:before {
  content: '';
  width: 24px;
  height: 24px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.header__phone:before {
  background-image: url("../img/phone.svg");
}

.header__loc:before {
  background-image: url("../img/loc.svg");
}

.header__phone-text {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  transition: .2s;
}

.header__phone-btn {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  display: block;
  transition: .2s;
}

.header__phone-btn:hover {
  text-decoration-color: transparent;
}

.header__loc {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

header .m_btn {
  display: none;
}

@media (max-width: 1200px) {
  .header__loc {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__container {
    flex-wrap: wrap;
    gap: 24px;
  }

  .header__logo-img {
    min-width: 148px;
    max-width: 148px;
  }

  .header__dealer-img {
    min-width: 124px;
    max-width: 124px;
  }

  .header__award {
    margin: 0;
  }

  .header__award-img {
    min-width: 132px;
    max-width: 132px;
  }

  .header__phone-text {
    font-size: 16px;
  }

  .header__phone-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .header__top {
    display: block;
    border-bottom: 1px solid #e3e3e3;
  }

  .header__main {
    padding: 12px 0;
  }

  .header__main .header__logo {
    display: none;
  }

  .header__main .header__award {
    display: none;
  }

  .header__main .header__dealer {
    display: none;
  }

  .header__dealer {
    margin: 0;
    padding: 0;
    border: none;
  }

  .header__award {
    margin-left: 12px
  }

  .header__logo-text {
    display: none;
  }

  .header__contacts {
    justify-content: space-between;
    width: 100%;
  }

  .header__contacts > * {
    margin-left: 20px;
  }

  header .m_btn {
    position: relative;
    display: block;
    width: 30px;
    height: 21px;
    z-index: 1;
    order: 3;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #b91b23;
    border-radius: 2px;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(1) {
    top: 0;
  }

  header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }

  header .m_btn span:nth-child(3) {
    bottom: 0;
  }

  header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }
}

@media (max-width: 480px) {
  .header__logo-img {
    min-width: 120px;
    max-width: 120px;
  }

  .header__award-img {
    min-width: 100px;
    max-width: 100px;
  }

  .header__phone-text {
    font-size: 12px;
  }

  .header__phone-btn {
    font-size: 10px;
  }
}

.marquee {
  position: relative;
  min-height: 60px
}

.marquee__wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 70px;
  background: #b91b23;
  color: white;
  padding: 12px 0;
}

.marquee__panel {
flex-shrink: 0;
  display: flex;
  gap: 70px;
  counter-reset: item;
  justify-content: space-around;
  /* min-width: 100%; */
  margin-bottom: 0 !important;
animation: scroll 27s linear infinite;
}

.marquee__panel-text {
display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
font-size: 24px;
line-height: 1.7;
white-space: nowrap;
}

@keyframes scroll {
  0% {
  transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-100% - 20px));
  }
}

/**********************
        BANNER
**********************/

.banner {
  overflow: hidden;
}

.banner * {
  box-sizing: border-box;
}

.banner__slide {
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}

.banner__container {
  position: static;
  
  min-height: calc(100vh - 124px);
  max-height: 1080px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__top {
  position: relative;
  z-index: 3;
  padding: 20px 0;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.banner__top:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: -72px;
  right: -72px;
  height: 100%;
  z-index: -1;
}

.banner__title {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.banner__mark {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.8;
  display: inline-flex;
  padding: 4px 10px;
  background: linear-gradient(90deg, #b91b23 0%, #670101 100%);
  border-radius: 5px;
  margin-bottom: 8px;
}

.banner__desc {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
}

.banner__timer {
  text-align: center;
  max-width: 377px;
  padding-top: 16px;
}

.banner__timer-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 16px;
}

.banner__timer-date {
  transform: scale(0.6);
  margin-left: -89px;
  margin-top: -20px;
}

.banner__timer .timer-element { 
  background: #2A0000;
  border-radius: 50%;
}

.banner__img {
  object-fit: cover;
  object-position: center;

  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.banner__img-mobile {
  display: none;
}

.banner__bottom {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  margin: 40px 0 0;
}

.banner__benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -8px -8px 0;
}

.banner__benefits-card {
  background: #fff;
  margin: 0 8px 8px 0;
  padding: 4px 16px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  transition: .2s;
}

.banner__benefits-card:hover {
  background: #b91b23;
}

.banner__benefits-card:hover .banner__benefits-title,
.banner__benefits-card:hover .banner__benefits-desc {
  color: #fff;
}

.banner__benefits-title {
  color: #b91b23;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  transition: .2s;
}

.banner__benefits-desc {
  color: #b91b23;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  transition: .2s;
}

.banner__form {
  max-width: 840px;
  width: 100%;
}

.banner__form .input__cell {
  border-color: transparent;
}

.banner__form-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, .5);
  padding: 16px;
}

.banner__form-title span {
  color: #b91b23;
}

.form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.form__group .input {

}

.form__group > * {
  flex: 1 1 200px;
}

.form__send {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: #b91b23;
  white-space: nowrap;
  padding: 0 20px;
  text-transform: uppercase;
}

.input, .form-group {
  display: block;
  margin-bottom: 16px;
}

.input__cell, .form-control {
  position: relative;
  font-family: 'NotoSans', sans-serif;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
  min-height: 48px;
  padding: 0 28px;
  width: 100%;
  outline: none;
  transition: .2s;
  resize: none;
  border: 1px solid #000;
}

.input__cell::placeholder,
.form-control::placeholder {
  color: #767676;
}

.input__cell:focus::placeholder,
.form-control:focus::placeholder {
  color: transparent;
}

select.input__cell,
select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  background-size: 24px;
  outline: none;
}

.input-checkbox-light .input__checkbox-label {
  color: #fff;
}

.input-checkbox-light .input__checkbox-label a {
  color: #fff;
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked + .input__checkbox-label:before {
  background-color: #b91b23;
  background-image: url("../img/checkbox-active.svg");
}

.input__checkbox-label {
  color: #000;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  text-align: left;

  cursor: pointer;
  position: relative;
  padding-left: 32px;
}

.input__checkbox-label a {
  color: #000;
  text-decoration: underline;
  transition: .2s;
}

.input__checkbox-label a:hover {
  text-decoration-color: transparent;
}

.input__checkbox-label::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b91b23;
  border-radius: 4px;
  transition: .2s;

  position: absolute;
  top: -4px;
  left: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 992px) {
  .banner__info {
    text-align: center;
  }
  
  .banner__title {
    font-size: 42px;
  }

  .banner__mark {
    font-size: 24px;
  }

  .banner__desc {
    font-size: 24px;
  }

  .banner__top {
    display: block;
  }

  .banner__timer {
    margin: 0 auto;
    margin-bottom: -24px;
    margin-top: 24px;
  }

  .banner__timer-title {
    font-size: 24px;
  }

  .banner__benefits {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner__container {
    height: auto;
    min-height: 1px;
    max-height: 100%;
  }

  .banner__slide {
    padding: 0;
    background: #000;
  }

  .banner__top {
    padding: 0;
  }

  .banner__top:before {
    display: none;
  }

  .banner__info {
    position: relative;
    z-index: 1;
    padding: 8px 0 16px;
    margin-bottom: 6px;
  }

  .banner__info:before {
    content: '';
    background: #000;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .banner__timer {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .banner__timer-date {
    margin-left: 0;
  }

  .banner__timer-date > div {
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  .banner__body {
    position: relative;
    padding-top: 54.5%;
    overflow: hidden;
    margin: 0 -16px;
    /* margin-top: -152px;
    margin-bottom: -120px; */
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }

  /* .banner__body:before,
  .banner__body:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
  }

  .banner__body:before {
    top: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    )
  }

  .banner__body:after {
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    )
  } */

  /* .banner__img-desktop {
    display: none;
  } */

  /* .banner__img-mobile {
    display: block;
  } */

  .banner__bottom {
    flex-direction: column-reverse;
    margin: 0;
  }

  .banner__form {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 20px 0;
    margin-top: 12px;
  }

  .banner__form-title {
    text-align: center;
    padding: 0;
    background: transparent;
  }

  .banner__form:before {
    content: '';
    background: #000;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .banner__benefits {
    width: 100%;
    margin: 24px 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .banner__benefits-card {
    width: auto;
  }

  .banner__benefits-card:last-child {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .banner__title {
    font-size: 24px;
  }

  .banner__mark {
    font-size: 14px;
  }

  .banner__desc {
    font-size: 14px;
  }

  .banner__timer-title {
    font-size: 14px;
  }

  .banner__form-title {
    font-size: 16px;
    text-align: center;
  }

  .banner__benefits-title {
    font-size: 8px;
  }

  .banner__benefits-desc {
    font-size: 12px;
  }

  .banner__timer-date {
    transform: scale(.4);
    margin-top: -36px;
  }

  /* .banner__body {
    margin-top: -122px;
    margin-bottom: -64px;
  } */
}

.alert {
	text-align: center;
}

.alert:before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 48px;
	min-width: 48px;
	display: flex;
	justify-content: center;
	margin: 0 0 16px;
}

.alert--error:before {
	background-image: url('../img/modal-error.svg');
}

.alert--success:before {
	background-image: url('../img/modal-success.svg');
}

.alert__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 20px;
}

.alert__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

/**********************
         CARS
**********************/

.menu {
  margin: 72px 0;
}

.menu__anchor {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 10px;
}

.menu__img {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-family: 'HarmonyOS';
}

@media (max-width: 767px) {
  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 3;
    padding: 10px 0;
    margin-top: 0;
    height: calc(100vh - 100px);
    overflow: auto;
    z-index: 99;
    border-top: 1px solid #e3e3e3;
  }

  .menu.active {
    right: 0;
  }
  
  .menu__anchor {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 0;
  }

  .menu__anchor:last-child {
    border-bottom: 0;
  }

  .menu__name {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .menu__img {
    min-height: auto;
    width: 40%;
    margin-right: 32px;
  }
}

@media (max-width: 480px) {
  .menu {
    height: calc(100vh - 100px);
  }
}

/**********************
       CARS
**********************/

.car__change-color {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0;
}

.car__change-color a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}

.car__change-color a.is-active {
  border-color: #b91b23;
}

.cars-list {
  margin-top: 72px;
  margin-bottom: 72px;
}

.car__item {
  margin: 0 0 72px;
  padding-bottom: 32px;
}

.car__item:last-child {
  margin: 0;
}

.car__marks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding-top: 24px;
}

.car__marks-col {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 16px;
  border-radius: 4px;
  background: #CA0100;
  margin: 0 8px 8px 0;
  transition: .2s;
}

.car__marks-col img {
  min-width: 24px;
  max-width: 24px;
  margin: 0 8px 0 0;
  display: block;
}

.car__marks-record {
  max-width: 172px;
}

.car__marks-col:hover {
  color: #fff;
  background: #a6192e;
}

.car__labels {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 64px;
	margin: 12px 0;
}

.car__labels-col {
  max-width: 200px;
	text-decoration: none;
}

.car__labels-col:hover .car__labels-icon {
	transform: scale(.9);
}

.car__labels-title {
	color: #b91b23;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 16px;
}

.car__labels-title span {
	display: block;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}

.car__labels-icon {
	max-width: 120px;
	transition: .2s;
}

.car__body {
  display: flex;
  margin: 0 -24px;
}

.car__preview {
  position: relative;
  width: 60%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}

.car__preview:before {
  content: '';
  display: block;
  position: absolute;
  width: 720px;
  top: 0;
  left: -190px;
  bottom: -72px;
  background: #f0f0f0;
  transform: skew(160deg);
  z-index: -1;
}

.car__img--wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.car__gifts {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 32px;
}

.car__gifts-col {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s;
}

.car__gifts-col:before {
  content: '';
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  transition: .2s;
}

.car__gifts-col img {
  min-width: 65px;
  max-width: 65px;
  margin: 0 24px 0 0;
  transition: .2s;
}

.car__gifts-col span {
  color: #a6192e;
}

.car__gifts-col:hover {
  color: #000;
}

.car__gifts-col:hover span {
  color: #000;
}

.car__gifts-col:hover:before {
  background: rgba(166, 25, 46, .3);
}

.car__info {
  width: 40%;
  padding: 0 24px;
}

.car__title {
  position: relative;
  font-size: 48px;
}

.car__preview .car__title {
  display: none;
}

.car__desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0;
}

.car__profit {
	position: relative;
	display: block;
	padding-left: 52px;
	color: #0c0c0b;
	font-weight: 700;
	font-size: 16px;
  line-height: 1.3;
	text-decoration: none;
  margin: 20px 0;
}

.car__profit:before {
	content: '';
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #CA0100 url('../img/lightning.svg') no-repeat center / 32px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}

.car__profit--rub:before {
  background-image: url("../img/rub.svg")
} 

.car__profit--payment:before {
  background-image: url("../img/payment.svg")
} 

.car__profit--gos {
  position: relative;
	display: block;
	padding-left: 52px;
	color: #0c0c0b;
	font-weight: 500;
	font-size: 18px;
  line-height: 1.3;
	text-decoration: none;
  margin: 20px 0;
}

.car__profit--gos:before {
	content: '';
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: url('../img/gos.svg') no-repeat center / contain;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}

.car__profit--gos b {
  font-weight: 600;
  color: #b91b23;
}

.car__profit b {
  color: #CA0100;
	font-size: 30px;
  transition: .2s;
}

.car__profit sup {
	font-size: 10px;
	top: 5px;
}

.car__props {
  margin: 20px 0;
}

.car__props-item {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  width: 100%;

  color: #0c0c0b;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.car__props-item:before {
  content: '';
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  margin-right: 20px;
}

.car__props-item.-settings-:before {
  background-image: url("../img/props/settings.svg");
}

.car__props-item.-car-:before {
  background-image: url("../img/props/car.svg");
}

.car__props-item.-procent-:before {
  background-image: url("../img/props/procent.svg");
}

.car__props-item.-sign-:before {
  background-image: url("../img/props/sign.svg");
}

.car__props-item.-gift-:before {
  background-image: url("../img/props/gift.svg");
}

.car__props-item:last-child {
  margin: 0;
}

.car__nav {
  margin: 20px 0 0;
}

.car__nav .btn {
  margin: 0 0 12px;
}

.car__nav .btn:last-child {
  margin: 0;
}

.car__gallery {
  position: relative;
  margin: 32px 0 0;
}

.car__gallery:before {
  content: '';
  background: #f0f0f0;
  position: absolute;
  top: 32px;
  bottom: -32px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.car__gallery .slick-list {
  margin: 0 -8px;
}

.car__gallery-col {
  margin: 0 8px;
  overflow: hidden;
  border-radius: 4px;
}

.car__gallery a {
  display: block;
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
  transition: .2s;
}

.car__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car__gallery a:hover {
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .car__labels {
		gap: 32px;
	}

	.car__labels-title {
		font-size: 21px;
	}

	.car__labels-icon {
		max-width: 100px;
	}
}

@media (max-width: 992px) {
  .car__body {
    display: block;
    margin: 0;
  }

  .car__preview {
    width: 100%;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0;
  }

  .car__preview:before {
    display: none;
  }

  .car__preview .car__title {
    display: block;
  }

  .car__info .car__title {
    display: none;
  }

  .car__info {
    width: 100%;
    padding: 0;
  }

  .car__title {
    font-size: 36px;
  }

  .car__gifts {
    gap: 24px 32px;
  }
}

@media (max-width: 768px) {
  .car__marks-col {
    font-size: 16px;
    min-height: 32px;
  }

  .car__change-color {
    gap: 8px
  }

  .car__change-color a {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}

@media (max-width: 480px) {
  .car__marks-record {
    max-width: 124px;
  }

  .car__labels {
    display: block;
  }

  .car__labels-col {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 0 0 20px;
  }

  .car__labels-col:last-child {
    margin: 0;
  }

  .car__labels-icon {
    margin-right: 16px;
    max-width: 48px;
  }

  .car__labels-title {
    margin: 0;
  }

  .car__gifts {
    gap: 20px;
  }

  .car__gifts-col {
    font-size: 14px;
  }

  .car__gifts-col img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 16px 0 0;
  }

  .car__gifts-col:before {
    display: none;
  }
}

/**********************
       HERO
**********************/

.hero {
  position: relative;
  margin-top: 120px;
  padding-bottom: 80px;
}

.hero:before {
  content: '';
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #242424;
}

.hero__body {
  display: flex;
}

.hero__img--wrap {
  position: relative;
  overflow: hidden;
  width: 60%;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__info {
  width: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/hero/bg.jpg");
  padding: 72px 40px;
}

.hero__title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

.hero__desc {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  margin: 24px 0 0;
}

.hero__form {
  margin: 32px 0 0;
}

@media (max-width: 992px) {
  .hero__body {
    display: block;
  }

  .hero__img--wrap {
    padding: 62.5% 0 0;
    width: 100%;
  }

  .hero__info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero {
    margin-top: 72px;
  }

  .hero__info {
    padding: 32px 24px;
  }
}

/**********************
       COMPLECTS
**********************/

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

#instock {
}

#instock .container {
}

#instock .instock_title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 35px;
  font-weight: 700;
}

#instock .content {
}

#instock .complects_tab {
  display: flex;
  justify-content: space-between;
}

#instock .tab_item {
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 7px;
  cursor: pointer;
}

#instock .tab_item span {
}

#instock .tab_item.active,
#instock .tab_item:hover {
  color: #fff;
  background: #b91b23;
}

#instock .complects_items {
}

#instock .compl_item {
  text-transform: uppercase;
  margin: 0 10px;
  margin-top: 30px;
}

#instock .compl_name {
  font-weight: 700;
  text-transform: uppercase;
}

#instock .compl_img {
  position: relative;
}

#instock .compl_img:before {
  content: '';
  width: 75%;
  height: 100%;
  display: block;
  background: #d9d9d9;
  position: absolute;
  left: 13%;
  z-index: -1;
  transform: skewX(-30deg);
}

#instock .compl_img img {
  width: 100%;
}

#instock .compl_params {
}

#instock .param_item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-transform: none;
}

#instock .param_name {
  font-size: 14px;
}

#instock .param_val {
  font-size: 15px;
  font-weight: 700;
}

#instock .compl_btns {
  padding-top: 10px;
}

#instock .compl_btns .btn {
  margin-top: 10px;
  width: 100%;
}

#instock .compl_btns .btn:last-child {
}

.director {
  background-color: #242424;
  padding: 20px 0;
}
.director__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.director__avatar {
  width: 64px;
  flex-shrink: 0;
}
.director__avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.director__content {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.director__content a {
  color: #fff;
  text-decoration: none;
}
.director__content p:not(:first-child) {
  margin-top: 20px;
}

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

/**********************
        credit_calc
**********************/

.credit_calc {
	position: relative;
	padding: 52px 0;
	background-color: #f0f0f0;
  overflow: hidden;
}

.credit_calc:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 800px solid #f0f0f0;
	border-right: 215px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	width: 45%;
	transform: rotate(180deg);
  z-index: 2;
}

.credit_calc-img--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

.credit_calc-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.credit_calc .container {
  position: relative;
  z-index: 3;
}

.credit_calc_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 24px;
  width: 375px;
  margin-left: auto;
}

.credit_calc_desc {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
  width: 375px;
  margin-left: auto;
}

.credit_calc_desc:before {
	content: '';
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 12px;
	background: url("../img/percent.svg") no-repeat center / contain;
}

.credit_calc .form-control,
.tradein .form-control {
  background-color: transparent;
}

.input_range_title {
  font-weight: 600;
}

#credit_calc_form {
  margin-left: auto;
  max-width: 375px;
}

#credit_calc_form .range_block {
  margin: 30px 0;
}

.credit_calc .irs--round .irs-min,
.credit_calc .irs--round .irs-max {
  color: #939393;
  font-size: 16px;
  top: 45px;
  background-color: transparent;
  font-family: 'HarmonyOS';
  font-weight: 600;
}

.credit_calc .irs--round .irs-line {
  height: 2px;
  background-color: #939393;
}

.credit_calc .irs--round .irs-bar {
  top: 36px;
  height: 2px;
  background-color: #b91b23;
}

.credit_calc .irs--round .irs-from,
.credit_calc .irs--round .irs-to,
.credit_calc .irs--round .irs-single {
  font-size: 20px;
  background-color: transparent;
  color: #b91b23;
  font-family: 'HarmonyOS';
  font-weight: 600;
}

.credit_calc .irs--round .irs-from:before,
.credit_calc .irs--round .irs-to:before,
.credit_calc .irs--round .irs-single:before {
  display: none;
}

.credit_calc .irs--round .irs-handle.state_hover,
.credit_calc .irs--round .irs-handle:hover {
  background-color: #b91b23;
}

.credit_calc .irs--round .irs-handle {
  border: 4px solid #b91b23;
  background-color: #b91b23;
}

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

/**********************
        TRADEIN
**********************/

.tradein {
	position: relative;
	padding: 86px 0;
  overflow: hidden;
  background-color: #f0f0f0;
}

.tradein:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 800px solid #f0f0f0;
	border-left: 215px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 45%;
	transform: rotate(180deg);
  z-index: 2;
}

.tradein__img--wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

.tradein__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tradein .container {
  position: relative;
  z-index: 3;
}

.tradein_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tradein_desc {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 375px;
}

#tradein_form {
  width: 375px;
}

@media (max-width: 992px) {
  .credit_calc-img--wrap {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    width: 100%;
  }

  .credit_calc {
    padding: 0;
  }

  .credit_calc:after {
    display: none;
  }

  .tradein__img--wrap {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    width: 100%;
  }

  .tradein:before {
    display: none;
  }

  .tradein .container {
    margin-top: 24px;
  }

  .credit_calc .container {
    margin-top: 24px;
  }

  .credit_calc_title {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .tradein_desc {
    max-width: 100%;
    text-align: center;
  }

  .credit_calc_desc {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  #credit_calc_form {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tradein {
    padding: 0;
  }

  .tradein_title {
    text-align: center;
    font-size: 20px;
  }

  .tradein_title br {
    display: none;
  }

  #tradein_form {
    width: 100%;
  }
}

/**********************
      BUY_ONLINE
**********************/

.buy_online {
  margin-top: 85px;
}

.buy_online_title {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 85px;
}

.buy_online_steps {
  display: flex;
  justify-content: space-between;
}

.buy_online_steps .step {
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f0f0f0;
  transform: skewX(-15deg);
  height: 100px;
}

.buy_online_steps a.step {
  color: #ffffff;
  background: #b91b23;
}

.buy_online_steps a.step b {
  background: #f0f0f0;
  color: #b91b23;
}

.buy_online_steps a.step span {
  font-weight: 700;
}

.buy_online_steps .step:nth-child(even) {
  top: 110px;
  left: -25px;
}

.buy_online_steps .step b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #b91b23;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: -20px;
  transform: skewX(15deg);
}

.buy_online_steps .step span {
  display: block;
  transform: skewX(15deg);
  font-size: 20px;
  font-weight: 500;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
  margin-top: 200px;
}

.ags_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.ags_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ags_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.2%;
  height: 147px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.ags_item.img1 {
  background: url('../img/ags_img1.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img2 {
  background: url('../img/ags_img2.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img3 {
  background: url('../img/ags_img3.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img4 {
  background: url('../img/ags_img4.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img5 {
  background: url('../img/ags_img5.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img6 {
  background: url('../img/ags_img6.jpg') 100% 100% no-repeat #f0f0f0;
}

.advantages .btn {
  margin: 0 auto;
  width: 376px;
  display: flex;
}

/**********************
      CONTACTS
**********************/

.contacts {
  margin-top: 160px;
  position: relative;
  height: 670px;
}

.contacts:after {
  content: '';
  display: block;
  width: 54%;
  height: 670px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/cont_bg.png') 0 0 no-repeat;
}

.cont_wrap {
  width: 380px;
  /*margin-left: auto;*/
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
}

.cont_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

.bot_phone_wrap {
	position: relative;
	padding-left: 45px;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.bot_phone {
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
}

.bot_phone_wrap .popup {
	font-size: 16px;
	font-weight: 700;
}

.bot_addr {
	position: relative;
	font-size: 20px;
	padding-left: 45px;
}

.bot_phone:before, .bot_addr:before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bot_phone:before {
	background-image: url("../img/phone.svg");
}

.bot_addr:before {
	background-image: url("../img/loc.svg");
}

.quest {
  font-family: 'HarmonyOS';
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#map1 {
  width: 100%;
  height: 669px;
  /* background: url('../img/map.jpg') 0 0 no-repeat; */
}

.footer {
  padding: 24px 0;
  background: #f5f5f5;
}

.footer .container > * {
  margin: 24px 0;
}

.footer .container > *:last-child {
  margin-bottom: 0;
}

.footer .container > *:first-child {
  margin-top: 0;
}

.footer__copy {
  color: #0c0c0b;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer__links-item {
  color: #0c0c0b;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.footer__disclaimer-toggle {
  display: inline-block;
  transition: .2s;
  cursor: pointer;
  display: block;
  color: #0c0c0b;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer__disclaimer-toggle:hover {
  color: #a6192e;
  text-decoration-color: transparent;
}

.footer__disclaimer-content {
  color: #0c0c0b;
  font-size: 12px;
  text-align: left;
  display: none;
  margin: 12px 0 0;
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------------*/

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .title_block {
    max-width: 500px;
  }

  .title_block.sl2 .title1 {
    font-size: 28px;
  }

  .title_block.sl3 .title1 {
    font-size: 28px;
  }

  .timer div[id^='timer'] {
    transform: scale(0.8) !important;
    transform-origin: left;
  }

  .top_addr {
    display: none;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 75%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  .cred_text {
    padding: 80px 45px 90px;
  }

  .buy_online_steps .step span {
    font-size: 16px;
  }

  #map1 {
    background-position: 30% 0;
  }

  .contacts:after {
    width: 60%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .cred_text {
    width: 100%;
    background-size: 100%;
  }

  .cred_img {
    display: none;
  }

  #instock .complects_tab {
    max-width: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 49%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 20px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 49%;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .director__wrapper {
    gap: 20px;
  }
  .director__avatar {
    width: 55px;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .simple_slider .btn_left {
    display: none !important;
  }

  .simple_slider .btn_right {
    display: none !important;
  }

  .popup_container {
    width: 100%;
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  .cred_text {
    width: 100%;
    padding: 30px 15px;
    background-size: cover;
  }

  .cred_img {
    display: none;
  }

  .credit_calc_title {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .credit_calc {
    background: none;
  }

  .credit_calc > img {
    display: block;
  }

  .credit_calc_desc {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  #credit_calc_form {
    width: 100%;
    padding: 0;
  }

  .tradein {
    padding: 0;
    background: none;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  .tradein_title br {
    display: none;
  }

  #tradein_form {
    width: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 30px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 100%;
    height: 100px;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }

  #map1 {
    background-position: 20% 50%;
    height: 350px;
  }

  .bot_phone {
    font-size: 20px;
  }

  .phone_wrap {
    width: 100%;
  }
  
  .tradein_title {
    font-size: 24px;
  }

  .tradein_desc {
    font-size: 16px;
  }
}

/*MOBILE END*/
