html {
  box-sizing: border-box;
  font-size: 10px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 700;
  font-style: normal;

  src: local("SegoeUI_Bold"), url("../fonts/SegoeUI_Bold.woff") format("woff"),
    url("../fonts/SegoeUI_Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 300;
  font-style: normal;

  src: local("SegoeUI_Light"), url("../fonts/SegoeUI_Light.woff") format("woff"),
    url("../fonts/SegoeUI_Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 350;
  font-style: normal;

  src: local("SegoeUI_SemiLight"),
    url("../fonts/SegoeUI_SemiLight.woff") format("woff"),
    url("../fonts/SegoeUI_SemiLight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 900;
  font-style: normal;

  src: local("SegoeUI_Black"), url("../fonts/SegoeUI_Black.woff") format("woff"),
    url("../fonts/SegoeUI_Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 400;
  font-style: normal;

  src: local("SegoeUI_Regular"),
    url("../fonts/SegoeUI_Regular.woff") format("woff"),
    url("../fonts/SegoeUI_Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  font-weight: 600;
  font-style: normal;

  src: local("SegoeUI_SemiBold"),
    url("../fonts/SegoeUI_SemiBold.woff") format("woff"),
    url("../fonts/SegoeUI_SemiBold.woff2") format("woff2");
  font-display: swap;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  font-family: "SegoeUI", "Open Sans", sans-serif;
  overflow-x: hidden;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
}

address {
  font-style: normal;
}

select {
  outline: none;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.container {
  padding-right: min(19.8vw, 360px);
  padding-left: min(19.8vw, 360px);
}

body {
  padding-top: min(5.7vw, 114px);
}

.model__btn {
  align-items: center;
  justify-content: center;
  width: min(13vw, 246px);
  padding: min(0.6vw, 12px);
  transform: skewX(-30deg);
  display: flex;
}

.model__btn_compl {
  width: min(12.3vw, 236px);
}

.model__btn span {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.9vw, 18px);
  transform: skewX(30deg);
}

.model__btn_price {
  border: 1px solid rgb(215, 0, 15);
  background-color: rgb(215, 0, 15);
}

.model__btn_price span {
  color: white;
}

.model__btn_cred {
  border: 1px solid rgb(33, 33, 33);
  background-color: rgb(33, 33, 33);
}

.model__btn_cred span {
  color: white;
}

.model__btn_last {
  border: 1px solid rgb(33, 33, 33);
  background-color: transparent;
}

.model__btn_last span {
  color: rgb(33, 33, 33);
}

.model_info_wrap {
  position: absolute;
  right: -60%;
  top: -51%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.model_info_btn {
  /* position: absolute; */
  left: 18%;
  width: 50px;
  height: 50px;
  background: url(../img/info_btn_ico.svg) no-repeat;
  cursor: pointer;
  transition: all 0.2s linear;
  background-size: 100%;
}

#gs8_traveller .model_info_btn,
#empow .model_info_btn {
  /* left: 32%; */
}

.model_info_btn:hover {
  /* background: url(../img/info_btn_ico_hov.svg) no-repeat; */
}

.model_info_text {
  width: 440px;
  position: absolute;
  left: 0;
  transform: translateX(-42%);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  background: #ffffffcc;
  backdrop-filter: blur(10px);
  display: none;
  transition: all 0.2s linear;
  z-index: 5;
  color: #000;
  display: none;
}

.model_info_text.active {
  display: block;
}

.model_info_btn_close {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 14px;
  height: 12px;
  cursor: pointer;
}

.model_info_btn_close:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #000000b3;
  transform: rotate(46deg) translateX(4px) translateY(4px);
}

.model_info_btn_close:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000b3;
  transform: rotate(-46deg) translateX(4px) translateY(-4px);
}

#cookies-banner {
  position: fixed;
  bottom: 45px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 100;
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  box-shadow: 0px 4px 10px 0px rgba(124, 124, 124, 0.06);
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.cookies_text {
  text-align: left;
}

.cookies_text a {
  color: #000000;
  text-decoration: underline;
}

#cookies-banner .btn {
  padding: 12px 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: min(13vw, 246px);
  padding: min(0.6vw, 12px);
  transform: skewX(-30deg);
  display: flex;
  border: 1px solid rgb(33, 33, 33);
  background-color: rgb(33, 33, 33);
  transition: background-color 0.3s ease-in-out;
  color: #ffffff;
}

#cookies-banner .btn span {
  display: block;
  transform: skewX(30deg);
}

#cookies-banner .btn:hover {
  background-color: #373737;
}

.header {
  z-index: 10000;
}

.header__container {
  align-items: center;
  justify-content: space-between;
  padding-top: min(1.3vw, 25px);
  padding-bottom: min(1vw, 19px);

  -moz-column-gap: min(0.5vw, 10px);
  column-gap: min(0.5vw, 10px);

  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.header div :has(picture) {
  align-items: center;

  -moz-column-gap: min(1.3vw, 26px);
  column-gap: min(1.3vw, 26px);
}

.header__logoImg {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.header__logoImg_model {
  -o-object-fit: contain;
  object-fit: contain;
}

.nav_mob {
  display: none;
}

.header__logo:first-child {
  width: min(6.56vw, 126px);
  height: min(2vw, 39px);
}

.header__logo:last-child {
  width: min(11vw, 208px);
  height: min(1.3vw, 26px);
}

.header__contactBlock {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  -moz-column-gap: min(0.9vw, 19px);
  column-gap: min(0.9vw, 19px);

  max-width: 45%;
  row-gap: 6px;
}

.header__contactBlock a {
  position: relative;
  align-items: center;
  padding-left: min(1vw, 20px);
}

.header__contactBlock a::after {
  content: "";
  position: absolute;
  left: 0;
  width: min(0.6vw, 12px);
  height: min(0.8vw, 16px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__contactBlock a.top_addr::after {
  background-image: url(../img/header_map.svg);
}

.header__contactBlock a.top_phone::after {
  background-image: url(../img/header_tel.svg);
}

.header__contactBlock a.top_phone {
  margin-left: auto;
  font-size: min(0.8vw, 16px);
  font-weight: 700;
  line-height: min(1vw, 20px);
  color: #000000;
}

.header address {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 21px);
  color: #000000;
}

.header__btn {
  align-items: center;
  justify-content: center;
  width: min(8.3vw, 160px);
  padding: min(0.6vw, 12px) min(1vw, 20px);
  background-color: #212121;
  transform: skewX(-30deg);
}

.header__btn span {
  display: block;
  font-size: min(0.7vw, 14px);
  font-weight: 350;
  line-height: min(0.9vw, 18px);
  color: #ffffff;
  transform: skewX(30deg);
}

.hero {
  position: relative;
  /*min-height: calc(100vh - min(4.4vw, 88px));*/
  /*margin-bottom: min(2vw, 40px);*/
  /* background: url(../img/hero.jpg) 50% 0 no-repeat; */
  height: 664px;
  top: -52px;
  margin-top: 112px;
}

.hero .slide1 {
  background: url(../img/slide1.jpg) 50% 0 no-repeat;
  height: 716px;
}

.hero .slide2 {
  background: url(../img/slide2.jpg) 50% 0 no-repeat;
  height: 716px;
}

.hero .hero__title_container {
  top: 110px;
  position: relative;
  max-width: min(51vw, 886px);
  /*padding-top: min(6.1vw, 118px);*/
  padding-top: 90px;
  font-size: min(2vw, 32px);
  font-weight: 400;
  line-height: min(3vw, 40px);
  color: black;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero .slide1 .hero__title_container {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #d7000f;
}

.hero .hero__title_container .br_mob {
  display: none;
}

.hero .hero__title_container .hero__deadline {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
}

.hero .hero__title_container .hero__deadline span {
  position: relative;
  padding-left: 38px;
}

.hero .hero__title_container .hero__deadline span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/deadline.svg) 0 0 no-repeat;
  transition: all 0.2s linear;
}

.hero .slide1 .hero__title_container .hero__title1 {
  color: #d7000f;
  margin-bottom: 14px;
}

.hero .slide2 .hero__title_container .hero__title1 span {
  color: #d7000f;
}

.hero .hero__title_container .hero__title2 {
  font-size: min(2vw, 24px);
  font-weight: 700;
}

.hero .hero__title_container .hero__title2 b {
  color: #d7000f;
}

.hero .hero__title_container .hero__title3 {
  font-size: 20px;
  text-transform: none;
}

.hero .hero__title_container .hero__title3 span {
  position: relative;
  padding-left: 38px;
}

.hero .hero__title_container .hero__title3 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/gift_red.svg) 0 0 no-repeat;
  transition: all 0.2s linear;
}

.hero .hero__title_container {
  position: relative;
  padding: min(1vw, 20px) min(1.6vw, 6px) min(2.3vw, 45px) min(1.3vw, 6px);
  border-top: 1px solid white;
  background-color: rgb(255 255 255 / 70%);
  backdrop-filter: blur(10px);
}

.hero .hero__title_container::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: min(5.6vw, 108px);
  background-image: url(../img/line_desktop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero .slide1 .hero__title_container::after {
  background-image: url(../img/line_desktop_red.png);
}

.hero .hero__title_container .br {
  display: none;
}

.hero__profit {
  font-size: min(1.2vw, 24px);
  font-weight: 400;
  line-height: min(3vw, 60px);
  transform: skewX(30deg);
}

.hero__price {
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(3vw, 60px);
}

.hero__gac {
  font-weight: 700;
  color: rgb(215, 0, 15);
}

.hero__btn {
  position: absolute;
  bottom: max(-1.3vw, -25px);
  display: inline-flex;
  align-items: center;
  left: 36%;
  justify-content: center;
  width: 246px;
  padding: 12px;
  background-color: rgb(33, 33, 33);
  transform: translateY(min(-0.25vw, -5px)) skewX(-30deg);
}

.hero__btn span {
  font-size: 14px;
  font-weight: 300;
  line-height: min(0.9vw, 18px);
  color: white;
  transform: skewX(30deg);
}

.hero .slick-dots {
  position: relative;
  bottom: 40px;
  left: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}

.hero .slick-dots li {
  border-radius: 50%;
  background: #000000;
  height: 10px;
  width: 10px;
  cursor: pointer;
}

.hero .slick-dots li.slick-active {
  background: #d7000f;
}

.hero .slick-dots button {
  display: none;
}

.nav {
  position: fixed;
  top: min(4.4vw, 86px);
  width: 100%;
  z-index: 10000;
  padding-top: min(1.2vw, 23px);
  background-color: rgba(255, 255, 255, 0.8);
}

nav.hero__nav.nav.nav_desk {
}

.nav ul {
  justify-content: space-between;
}

.nav li {
  justify-content: center;
  width: -webkit-fill-available;
  transform: skew(-30deg);
}

.nav li:first-child {
  justify-content: left;
}

.nav li:not(:last-child) {
  border-right: 2px solid rgba(128, 128, 128, 0.2);
}

.nav a {
  display: block;
  padding-top: min(1.2vw, 10px);
  padding-bottom: min(1.2vw, 10px);
  font-size: min(1vw, 18px);
  font-weight: 400;
  line-height: min(1vw, 21px);
  color: rgba(0, 0, 0, 0.7);
  transition: font-size 0.3s ease-in-out;
  transform: skew(30deg);
}

.run_now {
  display: flex;
  align-items: center;
  background: #212121a6;
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
}

.run_now_cont {
  white-space: nowrap;
  animation: runstring 20s infinite linear;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 18px 0;
}

.run_now_cont div {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}

.run_now_cont div:before {
  content: "";
  position: absolute;
  right: -4px;
  width: 1px;
  height: 44px;
  background: #ffffff;
}

@keyframes runstring {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.tech {
  background: #202020;
}

.tech_cont {
  display: flex;
  justify-content: center;
  gap: 60px;
  color: #ffffff;
}

.tech_text {
  max-width: 424px;
  padding: 47px 0;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.tech_text b {
  font-weight: 900;
}

.tech_img {
  padding: 16px 0 50px;
}

.tech {
  background: #202020;
}

.tech_cont {
  display: flex;
  justify-content: center;
  gap: 60px;
  color: #ffffff;
}

.tech_text {
  max-width: 424px;
  padding: 47px 0;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.tech_text b {
  font-weight: 900;
}

.tech_img {
  padding: 47px 0;
}

.tech_img img {
  max-width: 270px;
}

.offres {
  padding: 54px 0;
  background: #21252a;
}

.offres_cont {
  position: relative;
  padding: 36px 112px 36px 32px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.offres_cont:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #d7000f;
  width: 100%;
  height: 100%;
  transform: skewX(-26deg);
}

.offres_title i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 132px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offres_title i:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: skewX(-26deg);
}

.offres_title i:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: url(../img/offres_title_ico.svg) no-repeat;
}

.offres_title span {
  position: relative;
  padding: 10px 0;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
}

.offres_title span:before {
  content: "";
  position: absolute;
  left: 0.7vw;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ffffff99;
}

.offres_title span::after {
  content: "";
  position: absolute;
  left: -0.6vw;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff99;
}

.offres_title span b {
  font-weight: 600;
}

.timer {
  margin-top: 69px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.timer h3 {
  margin-bottom: min(0.5vw, 20px);
  font-size: min(1.1vw, 22px);
  font-weight: 400;
  line-height: min(1.5vw, 30px);
  color: black;
  text-transform: uppercase;
}

.timer__formBlock {
  min-width: min(20vw, 464px);
}

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

.timer__container {
  position: relative;
  flex-direction: column;

  row-gap: min(1.7vw, 34px);
}

.timer__form {
  flex-direction: column;

  row-gap: min(0.35vw, 7px);
}

.advant {
  margin-top: 65px;
}

.advant .container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.advant_img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.advant_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}

.advant_img:hover img {
  transform: translateX(-50%) scale(1.05);
}

.advant_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 14px;
  width: 48%;
}

.advant_list a {
  position: relative;
  padding: 18px;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 48%;
}

.advant_list a:before {
  content: "";
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.2s linear;
}

.advant_list a.ico1:before {
  background: url(../img/advant/advant_ico1.svg) 0 0 no-repeat;
}

.advant_list a.ico1:hover:before {
  background: url(../img/advant/advant_ico1_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico2:before {
  background: url(../img/advant/advant_ico2.svg) 0 0 no-repeat;
}

.advant_list a.ico2:hover:before {
  background: url(../img/advant/advant_ico2_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico3:before {
  background: url(../img/advant/advant_ico3.svg) 0 0 no-repeat;
}

.advant_list a.ico3:hover:before {
  background: url(../img/advant/advant_ico3_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico4:before {
  background: url(../img/advant/advant_ico4.svg) 0 0 no-repeat;
}

.advant_list a.ico4:hover:before {
  background: url(../img/advant/advant_ico4_hover.svg) 0 0 no-repeat;
}

.form__inputBlock {
  width: 100%;

  -moz-column-gap: min(0.45vw, 9px);
  column-gap: min(0.45vw, 9px);
}

.form__inputBlock_credTrade {
  flex-direction: column;

  row-gap: min(0.7vw, 15px);
}

.form__tel,
.form__model {
  width: 100%;
  height: 38px;
  background: #f8f8f866;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c3c3c3;
  color: #fff;
  padding: 10px;
  padding-left: 24px;
}

.form__model option {
  color: #000;
}

.form__tel_timer {
  color: black;
}

.form__tel_trade {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.form__tel_trade::-moz-placeholder {
  color: white;
}

.form__tel_trade::placeholder {
  color: white;
}

.form__tel::-moz-placeholder {
  font-size: min(0.7vw, 14px);
  font-weight: 300;
  line-height: min(0.7vw, 14px);
}

.form__tel::placeholder {
  font-size: min(0.7vw, 14px);
  font-weight: 300;
  line-height: min(0.7vw, 14px);
}

.form__btn {
  align-items: center;
  justify-content: center;
  width: min(10vw, 193px);
  padding: min(0.7vw, 14px);
  font-size: min(0.7vw, 14px);
  font-weight: 300;
  line-height: min(0.7vw, 14px);
  color: white;
  background-color: rgb(33, 33, 33);
}

.form__btn_credTrade {
  width: 100%;
  color: white;
  background-color: rgb(215, 0, 15);
}

.checkBlock {
  position: relative;
  align-items: center;
  padding-left: min(1.2vw, 24px);
  cursor: pointer;
}

.checkBlock__check {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkBlock__checkVis {
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  width: min(0.6vw, 12px);
  height: min(0.6vw, 12px);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0.3rem;
}

.checkBlock__checkVis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}

.checkBlock__checkVis_credTrade {
  border: 1px solid rgb(191, 191, 191);
}

.checkBlock__checkVis_credTrade::after {
  background-image: url(../img/white_check.svg);
}

.checkBlock__descr {
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.8vw, 16px);
  color: rgb(0, 0, 0);
}

.checkBlock__descr a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.checkBlock__descr_credTrade {
  color: rgb(191, 191, 191);
}

.checkBlock__descr_credTrade a {
  color: rgb(191, 191, 191);
}

.checkBlock__check:checked + .checkBlock__checkVis::after {
  opacity: 1;
}

#timer-number-2369ba0e1bfe7877d30d3082db7e6f13-days,
#timer-number-2369ba0e1bfe7877d30d3082db7e6f13-hours,
#timer-number-2369ba0e1bfe7877d30d3082db7e6f13-minutes,
#timer-number-2369ba0e1bfe7877d30d3082db7e6f13-secundes {
  font-size: min(5vw, 100px) !important;
}

#timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-flipchart-face {
  font-size: min(5vw, 100px) !important;
}

.timer-flipchart-card {
  width: min(4vw, 77px);
  height: min(4vw, 96px);
}

#timer2369ba0e1bfe7877d30d3082db7e6f13 {
  width: min(30vw, 579px) !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

#timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-flipchart-top,
#timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-flipchart-front {
  padding-top: min(0.6vw, 12px) !important;
  padding-right: min(0.6vw, 12px) !important;
  padding-left: min(0.6vw, 12px) !important;
}

#timerd1460d09ffa8ecdc79dae3aa263f689f .timer-flipchart-top,
#timerd1460d09ffa8ecdc79dae3aa263f689f .timer-flipchart-front {
  padding-top: 16px !important;
}

#timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-flipchart-bottom,
#timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-flipchart-back {
  padding-right: min(0.6vw, 12px) !important;
  padding-bottom: min(0.6vw, 12px) !important;
  padding-left: min(0.6vw, 12px) !important;
}

#timer-separator-2369ba0e1bfe7877d30d3082db7e6f13-days,
#timer-separator-2369ba0e1bfe7877d30d3082db7e6f13-hours,
#timer-separator-2369ba0e1bfe7877d30d3082db7e6f13-minutes,
#timer-separator-2369ba0e1bfe7877d30d3082db7e6f13-secundes {
  padding: 0 min(1vw, 20px) !important;
}

.advant #timer2369ba0e1bfe7877d30d3082db7e6f13 .timer-separator {
  padding-top: min(0.6vw, 12px) !important;
  padding-bottom: min(0.6vw, 12px) !important;
}

#timer-text-2369ba0e1bfe7877d30d3082db7e6f13-days,
#timer-text-2369ba0e1bfe7877d30d3082db7e6f13-hours,
#timer-text-2369ba0e1bfe7877d30d3082db7e6f13-minutes,
#timer-text-2369ba0e1bfe7877d30d3082db7e6f13-secundes {
  font-size: min(0.9vw, 18px) !important;
}

.active_title {
  border-bottom: 3px solid rgb(215, 0, 15) !important;
}

.cred {
  overflow: hidden;
  padding-top: min(7.6vw, 100px);
}

.cred__main {
  position: relative;
  width: 100%;
  padding: 54px 96px 46px 60px;
  background: url(../img/cred_bg.jpg) 50% 0 no-repeat #212121;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
}

.cred h2 {
  max-width: min(9vw, 173px);
  margin-right: min(11.8vw, 226px);
  font-size: min(1.6vw, 32px);
  font-weight: 600;
  line-height: min(2.1vw, 42px);
  color: white;
}

.cred__pig {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(17.8vw, 341px);
  height: min(12.2vw, 235px);
  background-image: url(../img/cred__pig.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cred p {
  max-width: min(20vw, 392px);
  margin-bottom: min(2.3vw, 46px);
  font-size: min(1vw, 20px);
  font-weight: 400;
  line-height: min(1.5vw, 30px);
  color: rgb(255, 255, 255);
}

.cred p span {
  font-size: min(1.8vw, 36px);
  line-height: min(2.7vw, 54px);
}

.cred__form {
  flex-direction: column;
  width: 100%;
  row-gap: 10px;
}

.form_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.tick-slider {
  color: #fff;
}

.partners_logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form__tel {
}

.range {
  display: flex;
  width: 391px;
}

.range__value {
  height: 38px;
  background: #ffffff66;
  border: 1px solid #c3c3c3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.range__value.value1 div {
  position: relative;
  min-width: 94px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: right;
  align-items: end;
  z-index: 3;
  padding-right: 15px;
  padding-bottom: 4px;
}

.range__value.value1 div i {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.range__value.value1 div:before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 100%;
  height: 100%;
  transform: skew(-25deg, 0);
  background: #000000cc;
  z-index: -1;
}

.range__value.value2 div {
  position: relative;
  min-width: 108px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: right;
  align-items: end;
  z-index: 3;
  padding-right: 15px;
  padding-bottom: 3px;
}

.range__value.value2 div:before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 130%;
  height: 100%;
  transform: skew(-25deg, 0);
  background: #d7000fb2;
  z-index: -1;
}

#js_result {
  font-size: 14px;
  font-weight: 500;
  margin-left: 6px;
  top: -2px;
  position: relative;
}

.range .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.range .form-group::placeholder {
  color: #fff;
}

.form__tel_cred::-moz-placeholder {
  font-size: 14px;
}

.form__tel_cred::placeholder {
  font-size: 14px;
}

.range .form-group span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.range .range__slider {
  width: 100%;
}

.range__slider label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 24px;
}

.range__slider [type="range"] {
  width: 104%;
  left: -2%;
  -webkit-appearance: none;
  height: 3px;
  outline: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding-bottom: 29px;
}

.range #range__slider1 [type="range"] {
  position: relative;
}

.range #range__slider1 [type="range"]:before {
  content: "";
  position: absolute;
  width: 97.4%;
  left: 1.4%;
  height: 100%;
  background: url(../img/range__slider1_bg.png) no-repeat;
  background-size: contain;
}

.range #range__slider2 [type="range"] {
  position: relative;
}

.range #range__slider2 [type="range"]:before {
  content: "";
  position: absolute;
  width: 95.8%;
  left: 2.1%;
  height: 100%;
  background: url(../img/range__slider2_bg.png) no-repeat;
  background-size: contain;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
  position: relative;
  top: -4px;
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  background: url("../img/range_slide_thumb.svg") center bottom no-repeat;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s linear;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  opacity: 1;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #f0932b;
  border: #f9ca24 5px solid;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #f9ca24;
}

#cred .checkBlock__descr,
#cred .checkBlock__descr a {
  color: rgb(255, 255, 255);
}

#cred .checkBlock__checkVis {
  border: 1px solid rgb(255 255 255);
}

#cred .checkBlock__checkVis::after {
  background-image: url(../img/check_wt.svg);
}

/* remove border */
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

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

.testdrive {
  margin: 100px auto 0;
  background: url(../img/testdrive_bg.jpg) 50% 0 no-repeat;
  height: 592px;
}

.testdrive .container {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.testdrive_cont {
  padding: 38px 8px 34px 42px;
  background: #000000a6;
  max-width: 518px;
}

.testdrive .testdrive_title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.testdrive .testdrive_comment {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.testdrive form {
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 445px;
}

.testdrive .checkBlock__descr,
.testdrive .checkBlock__descr a {
  color: rgb(255, 255, 255);
}

.testdrive .checkBlock__checkVis {
  border: 1px solid rgb(255 255 255);
}

.testdrive .checkBlock__checkVis::after {
  background-image: url(../img/check_wt.svg);
}

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

.leasing {
  margin: 100px auto;
  background: url(../img/leasing_bg.jpg) 50% 0 no-repeat;
  height: 600px;
}

.leasing .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.leasing .leasing_title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.leasing .leasing_comment {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.leasing form {
  margin-top: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 328px;
}

.leasing .checkBlock__descr,
.leasing .checkBlock__descr a {
  color: rgb(255, 255, 255);
}

.leasing .checkBlock__checkVis {
  border: 1px solid rgb(255 255 255);
}

.leasing .checkBlock__checkVis::after {
  background-image: url(../img/check_wt.svg);
}

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

.trade {
  margin: 100px auto 0;
  background: url(../img/trade_bg.jpg) 50% 0 no-repeat;
  height: 592px;
}

.trade .container {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.trade_cont {
  padding: 38px 38px 34px 38px;
  background: #000000a6;
}

.trade .trade_title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.trade .trade_comment {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.trade form {
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 390px;
}

.trade .checkBlock__descr,
.trade .checkBlock__descr a {
  color: rgb(255, 255, 255);
}

.trade .checkBlock__checkVis {
  border: 1px solid rgb(255 255 255);
}

.trade .checkBlock__checkVis::after {
  background-image: url(../img/check_wt.svg);
}

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

.map {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  height: min(24.6vw, 472px);
  background-image: url(../img/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map__contact {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.map__contact div :has(picture) {
  align-items: center;

  -moz-column-gap: min(1.3vw, 26px);
  column-gap: min(1.3vw, 26px);
}

.map__container {
  position: relative;
  justify-content: space-between;
  padding-top: min(2vw, 40px);
  padding-bottom: min(2vw, 40px);
}

.map__container::after,
.map__container::before {
  content: "";
  position: absolute;
  top: 0;
  width: min(31.8vw, 611px);
  height: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map__container::after {
  left: 0;
  background-image: url(../img/map_line_left.png);
}

.map__container::before {
  right: 0;
  background-image: url(../img/map_line_right.png);
}

.map__logoImg {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.map__logoImg_model {
  -o-object-fit: contain;
  object-fit: contain;
}

.map__logo:first-child {
  width: min(6.56vw, 126px);
  height: min(2vw, 39px);
}

.map__logo:last-child {
  width: min(11vw, 208px);
  height: min(1.3vw, 26px);
}

.map__contactBlock {
  align-items: center;

  -moz-column-gap: min(0.9vw, 19px);
  column-gap: min(0.9vw, 19px);
}

.map__contactBlock a {
  position: relative;
  align-items: center;
  padding-left: min(1vw, 20px);
}

.map__contactBlock a:first-child::after,
.map__contactBlock a:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: min(0.6vw, 12px);
  height: min(0.8vw, 16px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map__contactBlock a:first-child::after {
  background-image: url(../img/header_map.svg);
}

.map__contactBlock a:last-child::after {
  background-image: url(../img/header_tel.svg);
}

.map__contactBlock a:last-child {
  font-size: min(0.8vw, 16px);
  font-weight: 700;
  line-height: min(1vw, 20px);
  color: #000000;
}

.map address {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 21px);
  color: #000000;
}

.map__btn {
  align-items: center;
  justify-content: center;
  width: min(13vw, 246px);
  padding: min(0.6vw, 12px) min(1vw, 20px);
  background-color: #212121;
  transform: skewX(-30deg);
}

.map__btn span {
  display: block;
  font-size: min(0.7vw, 14px);
  font-weight: 350;
  line-height: min(0.9vw, 18px);
  color: #ffffff;
  transform: skewX(30deg);
}

.map_title {
  font-size: 13px;
  font-weight: 700;
}
.map_block {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.map_block > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 400;
}
.map_block > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 16px;
}
.map_block .map_addr:before {
  background: url(../img/map_addr_ico.svg) 50% 50% no-repeat;
}
.map_block .map_hour:before {
  background: url(../img/map_hour_ico.svg) 50% 50% no-repeat;
}
.map_block .map_phone:before {
  background: url(../img/map_phone_ico.svg) 50% 50% no-repeat;
}

.map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  padding: 20px 0 20px 20px;
}

.anim_right.map__container::before {
  animation: right_line 1.5s forwards;
}

.anim_left.map__container::after {
  animation: left_line 1.5s forwards;
}

.footer {
  padding-top: min(1.5vw, 30px);
  padding-bottom: min(1.5vw, 30px);
}

.footer__disclaimer {
  display: none;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 350;
  line-height: 18px;
  color: black;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.footer__container {
  align-items: center;
  justify-content: space-between;
}

.footer__yurInfo {
  max-width: min(23vw, 442px);
  font-size: min(0.7vw, 14px);
  font-weight: 350;
  line-height: min(0.9vw, 18px);
  color: black;
}

.foot_links {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.foot_links a {
  font-size: 13px;
  text-decoration: underline;
  color: #000000;
}

.footer__linkBlock {
  flex-direction: column;
}

.footer__link {
  font-size: min(0.7vw, 14px);
  font-weight: 300;
  line-height: min(0.9vw, 18px);
  color: black;
  text-align: start;
}

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

.cars {
  margin-top: 70px;
}

.cars__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.cars-menu {
  margin-top: 50px;
}

.cars-menu__container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.cars-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.cars-menu__item:before {
  content: "";
  display: block;
  width: 62%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 6%;
  background: linear-gradient(to bottom, black, #ccc);
  z-index: -1;
  transform: skewX(-32deg);
}

.cars-menu__item span {
  text-transform: uppercase;
  font-size: 1.5em;
}

.cars-menu__item img {
}

.cars__content {
}

.car {
  margin-top: 150px;
  background: #dcdedd33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-bottom: 70px;
}

.car__bg-name {
  position: absolute;
  z-index: -1;
}

.car__bg-name img {
}

.car__container {
  margin-right: 30px;
  margin-left: 30px;
  padding: 0;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.car:nth-child(even) .car__container {
  flex-direction: row-reverse;
}

.car__title {
  font-size: 44px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 2;
  left: 0;
  top: -37px;
  min-width: 15%;
  box-sizing: border-box;
  background: #000;
}

.car:nth-child(even) .car__title {
  left: unset;
  right: 0;
  flex-direction: row-reverse;
}

.car__title:before {
  content: "";
  display: block;
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: linear-gradient(to left, black, transparent);
}

.car:nth-child(even) .car__title:before {
  right: unset;
  left: 100%;
  background: linear-gradient(to right, black, transparent);
}

.car__title_black {
  /* background: #000; */
  padding: 12px 0;
  width: 100%;
}

.cars__content .car:nth-child(odd) .car__title_black {
  display: flex;
  justify-content: right;
}

.car__title_red {
  background: #d7000f;
  padding: 5px 30px;
  position: relative;
  z-index: 1;
  right: -20px;
  white-space: nowrap;
}

.car:nth-child(even) .car__title_red {
  right: unset;
  left: -20px;
}

.car:nth-child(even) .model_info_wrap {
  right: unset;
  left: -60%;
}

.car__info {
  margin-top: 80px;
  width: 35%;
  max-width: 420px;
}

.car__profit {
  font-size: 32px;
  color: #fff;
  background: #d7000f;
  position: relative;
  padding: 9px 20px;
  padding-right: 5px;
  display: inline-block;
  z-index: 1;
}

.car__profit:after {
  content: "";
  display: block;
  background: #d7000f;
  height: 100%;
  width: 50px;
  transform: skewX(-25deg);
  position: absolute;
  left: 91%;
  top: 0;
  z-index: -1;
}

.car__profit span {
  font-weight: 700;
}

.car__props {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.car__props-item {
  color: inherit;
  font-size: 16px;
  padding-left: 36px;
  background-image: url(../img/gift.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.car__props-item b {
  font-size: 1.3em;
}

.car__props-item_ico1 {
  background-image: url(../img/price.svg);
}

.car__props-item_ico2 {
  background-image: url(../img/garant.svg);
}

.car__props-item_ico3 {
  background-image: url(../img/instal.svg);
}

.car__props-item_ico5 {
  background-image: url(../img/long_sale.svg);
}

.car__props-item_ico4 {
  background-image: url(../img/gift.svg);
}

.car__props-item_ico1:hover {
  background-image: url(../img/price_hover.svg);
}

.car__props-item_ico2:hover {
  background-image: url(../img/garant_hover.svg);
}

.car__props-item_ico3:hover {
  background-image: url(../img/instal_hover.svg);
}

.car__props-item_ico4:hover {
  background-image: url(../img/gift_hover.svg);
}

.car__gallery-wrapper {
  margin-top: 30px;
  position: relative;
}

.car__gallery {
  height: 280px;
}

.car__gallery .swiper-wrapper {
}

.car__gallery-item {
}

.car__gallery-item img {
  width: 100%;
}

.car__gallery-wrapper .car__gallery-nav {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  right: 8px;
  width: 8px;
}

.car__gallery-wrapper .cars__gallery-next {
  display: block;
  width: 8px;
  height: 41px;
  cursor: pointer;
  outline: none;
  background: url(../img/arrow_swiper_model.png) 50% no-repeat;
  position: relative;
  top: -15px;
  left: unset;
  right: unset;
  bottom: unset;
}

.car__gallery-wrapper .swiper-button-next:after,
.car__gallery-wrapper .swiper-button-prev:after {
  display: none;
}

.car__gallery-wrapper .cars__gallery-prev {
  display: block;
  width: 8px;
  height: 41px;
  position: static;
  cursor: pointer;
  outline: none;
  background: url(../img/arrow_swiper_model.png) 50% no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: unset;
  left: unset;
  right: unset;
  bottom: -15px;
  margin-right: 1px;
}

.car__image {
  width: 65%;
  max-width: 800px;
  position: relative;
}

.car_award {
  position: absolute;
  left: 175px;
  top: 0;
  display: flex;
  gap: 0 20px;
}

.car:nth-child(even) .car_award {
  left: unset;
  right: 10px;
}

.car__adds {
  position: absolute;
  right: -5%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  text-align: right;
}

.car:nth-child(even) .car__adds {
  right: unset;
  left: -5%;
  align-items: flex-start;
}

.car__adds-item {
  display: flex;
  color: #fff;
  background: #21252a;
  font-size: 16px;
  transform: skewX(-30deg);
}

.car_adds-ico {
  background-color: #d7000f;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.car_adds-ico img {
  transform: skewX(30deg);
}

.car_adds-text {
  padding: 5px 30px;
  transform: skewX(30deg);
}

.car_adds-text_big {
  font-size: 34px;
  display: block;
}

.car_adds-text_span {
}

.car_colors {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.car:nth-child(even) .car_colors {
  right: unset;
  left: 0;
}

.car_colors span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 300;
}

.car_colors div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.car__colors {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}

.car__colors-choice {
  display: flex;
  gap: 0.3%;
  margin-left: 10%;
}

.car:nth-child(even) .car__colors-choice {
  margin-left: unset;
  margin-right: 10%;
  justify-content: flex-end;
}

.colors-choice {
}

.colors-choice__item {
  overflow: hidden;
  width: 7%;
  max-width: 48px;
  position: relative;
  height: 175px;
  padding-bottom: 10px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  cursor: pointer;
}

.colors-choice__item:hover,
.colors-choice__item.active {
  height: calc(175px + 15%);
}

.colors-choice__item-block {
  height: 100%;
  box-shadow: 10px 2px 7px 5px rgba(0, 0, 0, 0.25);
  transform: skewY(-20deg);
  top: -12px;
  position: relative;
  border-radius: 0 0 5px 0;
}

.colors-choice__text {
  transform: skewY(20deg) rotate(-90deg);
  transform-origin: center;
  font-size: 16px;
  position: absolute;
  bottom: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 1;
  line-height: 1;
  height: 100px;
  width: 100px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0.4;
}

.colors-choice__turn-page {
  transform: skewY(23deg);
  position: absolute;
  bottom: -7%;
  left: 0;
  width: 95%;
}

.colors-choice__turn-page-svg {
  width: 100%;
}

.colors-choice__item:hover .colors-choice__turn-page-svg path,
.colors-choice__item.active .colors-choice__turn-page-svg path {
  fill: #d7000f;
}

.car__color {
}

.car__color img {
  width: 100%;
  padding-bottom: 40px;
}

.car__btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.car__btn {
}

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

#instock {
  margin-top: 140px;
}

#instock .instock_item {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

#instock .main_title {
  margin-bottom: 40px;
}

#instock .compl_title br {
  display: none;
}

#filter_table {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

#filter_table .select_container {
  position: relative;
  width: 32.5%;
  display: inline-block;
}

#filter_table select {
  display: block;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  color: #000000;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-radius: 0px;
  background: url("../img/ico_select.svg") 96% 50% no-repeat;
  border: 1px solid #212121;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
  color: black;
}

.tb_complects {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto;
  font-weight: 300;
}

.tb_complects.limit tr:nth-child(n + 5) {
  display: none;
}

.tb_complects tr {
  padding: 30px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  background: #f8f8f8;
  margin-bottom: 60px;
}

.tb_complects tr:last-child {
  margin-bottom: 0;
}

.tb_complects tr:first-child {
  display: none;
}

.tb_complects tr th {
}

.tb_complects tr td {
}

.tb_complects tr td.compl_name {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 88px;
}

.tb_complects tr td.compl_name:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 97%;
  height: 100%;
  background: url(../img/compl_name_bg.png) no-repeat;
  background-size: cover;
}

.compl_props {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: -48px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.compl_props b {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  padding: 2px 20px 4px 10px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
}

.compl_props b:before {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  width: 120%;
  height: 100%;
  background: #d7000f;
  z-index: -1;
  transform: skewX(-30deg);
  right: 12px;
}

.tb_complects .number_of_cars {
  position: absolute;
  left: 40.8%;
  top: 10px;
}

.tb_complects .number_of_cars b {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

.tb_complects .number_of_cars span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.tb_complects tr td .param1 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
}

.tb_complects tr td .param1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  min-width: 120px;
  height: 65px;
  background: #d7000f;
  padding: 0 1.2vw;
}

.tb_complects tr td.compl_imgs {
  padding-left: 30px;
  width: 54%;
}

.tb_complects tr td.compl_imgs .compl_img {
  width: 100%;
}

.tb_complects tr td.compl_imgs .compl_img img {
  width: 100%;
}

.compl_tehs {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}

.compl_tehs b {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 31px;
  min-height: 24px;
}

.compl_tehs b:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/compl_tehs_before.svg) no-repeat;
}

.compl_specs {
  margin-top: 94px;
  display: grid;
  row-gap: 10px;
  max-width: 200px;
}

.compl_specs div {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 42px;
  min-height: 32px;
  line-height: 100%;
}

.compl_specs div b {
  display: contents;
  font-weight: 600;
}

.compl_specs div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}

.compl_specs div.ico1:before {
  background: url(../img/compl_specs_ico1.svg) no-repeat;
}

.compl_specs div.ico2:before {
  background: url(../img/compl_specs_ico2.svg) no-repeat;
}

.compl_specs div.ico3:before {
  background: url(../img/compl_specs_ico3.svg) no-repeat;
}

.compl_specs div.ico4:before {
  background: url(../img/compl_specs_ico4.svg) no-repeat;
}

.tb_complects_showmore {
  position: absolute;
  left: 50%;
  margin-left: -81px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  max-width: 100%;
  text-decoration: none;
  height: 26px;
  background: url(../img/showmore_ico.svg) 100% 50% no-repeat;
  color: #000000;
}

.tb_complects_showmore:after {
  display: none;
}

.tb_complects tr .last {
}

.tb_complects tr .btns {
  margin-top: 100px;
  width: 100%;
  max-width: 280px;
  padding-right: 44px;
  display: grid;
  justify-content: right;
  row-gap: 15px;
}

.tb_complects tr .btns .btn {
  display: flex;
  width: 100%;
  height: 50px;
}

.tb_complects tr .btns .btn:after {
  display: none;
}

.tb_complects tr .btns .btn:first-child {
  margin-bottom: 10px;
}

.tb_complects tr td .param2 {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 36px;
  text-transform: uppercase;
  background: #b91b23;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 75%;
}

.tb_complects tr td .compl_specs {
  margin-top: 15px;
}

.tb_complects tr td .compl_specs div {
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px;
}

.tb_complects tr td .compl_specs div.ico1 {
  background: url("../img/compl_ico1.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_specs div.ico2 {
  background: url("../img/compl_ico2.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_specs div.ico3 {
  background: url("../img/compl_ico3.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_profit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tb_complects tr td .compl_profit .compl_profit_item {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}

.tb_complects tr td .compl_profit .compl_profit_item:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 2px;
  background-color: #b91b23;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 15px 10px rgba(0, 0, 0, 0.075);
  position: absolute;
  top: 0;
  left: 0;
}

.tb_complects tr td .compl_profit .compl_profit_item span {
  color: #b91b23;
  font-weight: 700;
}

.tb_complects tr td .compl_profit .compl_profit_item.profit1:before {
  background-image: url(../img/compl_profit_ico1.png);
}

.tb_complects tr td .compl_profit .compl_profit_item.profit2:before {
  background-image: url(../img/compl_profit_ico2.png);
}

.tb_complects tr td .compl_profit .compl_profit_item.profit3:before {
  background-image: url(../img/compl_profit_ico3.png);
}

.resp_table1 tr td:nth-child(1):before {
  display: none;
}

.resp_table1 tr td:nth-child(2):before {
  display: none;
}

.resp_table1 tr td:nth-child(3):before {
  display: none;
}

.resp_table1 tr td:nth-child(4):before {
  display: none;
}

/*******************************************************************
            FEED
********************************************************************/

.stock_cars {
  margin-top: 100px;
}

.stock_cars_title {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}

.stock_cars_filter {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.stock_cars_filter select {
  width: 32%;
  appearance: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #212121;
  background: url("../img/ico_down.svg") 96% 50% no-repeat;
  height: 45px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
}

.stock_cars_filter select[disabled] {
  opacity: 1;
}

.stock_cars_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 65px;
}

.stock_car {
  position: relative;
  padding: 20px;
  border-radius: 4px;
  background: rgba(220, 222, 221, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stock_car_name {
  font-size: 16px;
  color: #c0c0c0;
  text-transform: uppercase;
}

.stock_car_name b {
  font-size: 18px;
  display: block;
  color: #212121;
}

.stock_car_count {
  display: block;
  background: url("../img/stock_count.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 14px 10px 14px 60px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  margin-top: 10px;
  max-width: 65%;
}

.stock_car_count:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 30px;
  width: 20px;
  height: 28px;
  background: url("../img/stock_ico.svg") 50% no-repeat;
}

.stock_car_count b {
  font-size: 25px;
  font-weight: 700;
}

.stock_car_slider {
  margin-top: 30px;
  padding-bottom: 12px !important;
}

.stock_car_slider .swiper-pagination {
  bottom: 0 !important;
  /*height: 8px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.stock_car_slider .swiper-pagination-bullet {
  width: 29px;
  height: 2px;
  background: #c0c0c0;
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.stock_car_slider .swiper-pagination-bullet-active {
  background: #212121;
}

.stock_car_slider .swiper-slide {
  /*height: 255px;*/
  width: 100% !important;
}

.stock_car_slider .swiper-slide img {
  width: 100%;
}

.stock_car_text {
  margin-top: 30px;
}

.stock_car_techs {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.stock_car_techs > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.stock_car_techs > div span {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.stock_car_btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stock_car_btns .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.stock_car_btns .btn.dark {
  background: #212121;
}

.stock_car_btns .btn.glass {
  border: 1px solid #212121;
  color: #212121;
}

.stock_car_btns .btn:hover {
  background: #373737;
  color: #ffffff;
}

#stock_showmore {
  margin-top: 30px;
  font-size: 16px;
}

#stock_showmore span {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 0 10px;
  align-items: center;
  cursor: pointer;
}

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

.rewievs {
  margin-top: 68px;
  padding: 53px 0 77px;
  background: url(../img/rewievs_bg.jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}

.rewievs_title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.rewievs_title br {
  display: none;
}

.rewievs_comment {
  font-size: 18px;
  font-weight: 400;
  color: #cccccc;
  margin-top: 12px;
}

.rewievs_rating_w {
  position: relative;
  margin-top: 20px;
}

.rewievs_rating_w:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.rewievs .rewievs_slider {
  margin-top: 18px;
  width: 102%;
  left: -1%;
}

.rewievs .rewievs_block {
  position: relative;
  padding: 24px 26px;
  background: #fff;
  /* margin: 0 14px; */
  /* min-height: 329px; */
  box-sizing: border-box;
  height: auto;
}

.rewievs_name {
  font-size: min(1.5vw, 24px);
  font-weight: 700;
}

.rewievs_date {
  position: absolute;
  top: 30px;
  right: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #00000066;
}

.rewievs_rating {
  margin-top: 16px;
  display: flex;
  column-gap: 8px;
}

.rewievs_rating span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/rating_ico.svg) no-repeat;
}

.rewievs_text {
  display: block;
  margin-top: 20px;
  font-size: min(1vw, 16px);
  font-weight: 400;
  line-height: 130%;
}

.rewievs .rewievs-slider-wrapper {
  position: relative;
}

.rewievs .swiper-wrapper {
}

.rewievs .rewievs-slider-pagination {
  bottom: -25px;
  display: flex;
  justify-content: center;
  gap: 2%;
}

.rewievs .swiper-pagination-bullet {
  border-radius: 0;
  width: 6%;
  height: 4px;
  background: #b3b3b3;
  opacity: 1;
  margin: 0 !important;
}

.rewievs .swiper-pagination-bullet-active {
  background-color: #d7000f;
}

.rewievs .rewievs-slider-btn {
  background: url(../img/btn_arrow.svg) no-repeat;
  width: 97px;
  height: 15px;
  display: block;
}

.rewievs .rewievs-slider-btn:after {
  display: none;
}

.rewievs .rewievs-slider-prev {
  left: -12%;
  transform: rotate(180deg);
}

.rewievs .rewievs-slider-next {
  right: -12%;
}

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

.compl {
  /*display: none;*/
  flex-direction: column;
  justify-content: center;
}

.compl__selectBlock {
  position: relative;
  align-items: center;
}

.compl__selectArrowBlock {
  position: absolute;
  top: min(1.2vw, 23px);
  right: min(1.2vw, 23px);
  width: min(2vw, 40px);
  height: min(0.35vw, 7px);
  background-image: url(../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.compl__choiceModel {
  justify-content: center;
  width: 100%;
  margin-top: -1.92vw;
  margin-bottom: min(5.3vw, 106px);

  -moz-column-gap: min(3vw, 60px);
  column-gap: min(3vw, 60px);
}

.compl__choiceBtn {
  font-size: min(1.6vw, 32px);
  font-weight: 350;
  line-height: min(2.1vw, 42px);
  color: #000000;
}

.compl__choice {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
}

.compl__choice:first-child {
  padding-left: min(1.4vw, 27px);
}

.compl__choice:last-child {
  padding-right: min(1.4vw, 27px);
}

.compl__btnModelChoice {
  align-items: center;
  justify-content: space-between;
  width: min(26vw, 495px);
  margin-bottom: min(2.1vw, 42px);
  padding: min(0.8vw, 25px) min(1.2vw, 25px);
  border: 1px solid #c3c3c3;
  font-size: min(1vw, 20px);
  font-weight: 600;
  line-height: min(1vw, 20px);
  color: #212121;
  background-color: rgba(217, 217, 217, 0.5);
}

.compl__infoBlock {
  position: relative;
  padding-top: min(5vw, 95px);
}

.compl__charDescr {
  font-size: min(0.7vw, 14px);
  font-weight: 350;
  line-height: min(1vw, 20px);
  color: black;
}

.compl__charIndicator {
  font-size: min(1.8vw, 36px);
  font-weight: 900;
  line-height: min(1vw, 20px);
  color: black;
}

.compl__charItem {
  align-items: center;
  justify-content: space-between;

  -moz-column-gap: min(0.6vw, 12px);
  column-gap: min(0.6vw, 12px);
}

.compl__charBlock {
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(26vw, 495px);
  margin-bottom: min(3.1vw, 62px);
  row-gap: min(1vw, 20px);
  position: relative;
}

.compl__charBlock .plachka_kasko {
  transform: none;
  display: block;
  top: -30px;
  left: 50%;
  transform: translateX(-44%);
  width: fit-content;
  position: relative;
}

.plachka_kasko {
  position: absolute;
  top: 0;
  right: 0;
  /*transform: translateX(-346%);*/
}

.plachka_kasko i {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 66px;
  height: 68px;
  background: #d7000f;
  transform: skewX(-26deg);
}

.plachka_kasko i:before {
  content: "";
  position: absolute;
  left: 9px;
  width: 44px;
  height: 43px;
  background: url(../img/plachka_kasko.svg) no-repeat;
  transform: skewX(26deg);
}

.plachka_kasko span {
  position: relative;
  left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px 0 22px;
  height: 68px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  z-index: 2;
}

.plachka_kasko span b {
  font-size: 34px;
  font-weight: 400;
}

.plachka_kasko span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #21252a;
  transform: skewX(-26deg);
  z-index: -1;
}

#gs8_ii .plachka_kasko,
#gs8_traveller .plachka_kasko,
#m8 .plachka_kasko {
  left: 0;
  width: 152px;
}

#gs8_ii .plachka_kasko,
#gs3 .plachka_kasko,
#m8 .plachka_kasko {
  top: 80px;
}

.plachka_leasing {
  transform: none;
  display: block;
  top: -30px;
  left: 50%;
  /* transform: translateX(-44%); */
  width: fit-content;
  position: relative;
}

.plachka_leasing {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

.plachka_leasing i {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 66px;
  height: 68px;
  background: #d7000f;
  transform: skewX(-26deg);
}

.plachka_leasing i:before {
  content: "";
  position: absolute;
  left: 9px;
  width: 44px;
  height: 43px;
  background: url(../img/plachka_leasing.svg) 50% no-repeat;
  transform: skewX(26deg);
}

.plachka_leasing span {
  position: relative;
  left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px 0 22px;
  height: 68px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  z-index: 2;
}

.plachka_leasing span b {
  font-size: 34px;
  font-weight: 400;
}

.plachka_leasing span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #21252a;
  transform: skewX(-26deg);
  z-index: -1;
}

#gs3 .plachka_leasing {
  right: 0;
  left: unset;
}

.compl__cardsBtn {
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(26vw, 495px);

  row-gap: min(0.8vw, 17px);
}

.compl__line {
  width: 1px;
  height: min(2.7vw, 54px);
  background-color: #000000;
  transform: skewX(-20deg);
}

.compl__img {
  width: min(42vw, 811px);
  height: min(20.5vw, 394px);
}

.compl__imgBlock {
  padding-top: min(5vw, 95px);
}

.compl__container {
  flex-direction: row !important;
}

.compl__container_m8 {
  flex-direction: row-reverse !important;
}

.compl__imgDescrBlock {
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 85%;
  min-height: min(4.5vw, 90px);
  margin-bottom: min(1.5vw, 30px);
}

.compl__imgDescrBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(24vw, 460px);
  height: min(4.5vw, 90px);
  background-color: rgba(215, 0, 15, 0.05);
}

.compl__imgDescrBlock_m8::after {
  left: min(4.5vw, 90px);
}

.compl__credElem {
  margin-left: min(7vw, 140px);
}

.compl__credElem_gs5 {
  margin-left: min(9vw, 180px);
}

.compl__modelName {
  position: relative;
  bottom: min(0.25vw, 5px);
  margin-right: min(2.5vw, 50px);
  font-size: min(5vw, 96px);
  font-weight: 600;
  line-height: min(1vw, 20px);
  color: rgba(33, 33, 33, 0.8);
}

.compl__credDescr {
  display: block;
  margin-bottom: min(0.7vw, 14px);
  font-size: min(1vw, 20px);
  font-weight: 350;
  line-height: min(1vw, 20px);
  color: black;
}

.compl__credSum {
  position: relative;
  display: flex;
  max-width: min(11.5vw, 230px);
  padding-right: min(3.3vw, 66px);
  font-size: min(2vw, 40px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: black;
}

.compl__credSum::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(2.6vw, 52px);
  height: min(1.3vw, 26px);
  background-image: url(../img/elem.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.compl__credPrev {
  position: relative;
  display: flex;
  max-width: min(14vw, 230px);
  padding-right: min(3.3vw, 66px);
  font-size: min(1.1vw, 22px);
  font-weight: 600;
  line-height: min(1vw, 20px);
  color: black;
}

.compl__credPrev::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 25px;
  height: 24px;
  background-image: url(../img/diamond.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.arrow_trans {
  background-image: url(../img/select_arrow_hover.png);
}

.modal {
  display: none;
  width: 30%;
  max-width: 430px;
}

.modal__formTel {
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border: 1px solid #231f20;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(35, 31, 32, 0.6);
  text-align: center;
}

.modal__formName,
.modal__formCarModel,
.modal__formDate {
  width: 100%;
  height: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border: 1px solid #231f20;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(35, 31, 32, 0.6);
  text-align: center;
}

.modal__form {
  flex-direction: column;
  width: 420px;
  max-width: 100%;

  row-gap: 1rem;
}

.form_logo {
  display: flex;
  justify-content: center;
}

.modal__btn {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: white;
  text-align: center;
  background-color: rgb(33, 33, 33);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.modal__checkInput {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.modal__checkBlock {
  position: relative;
  display: flex !important;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1.5rem !important;
  cursor: pointer;
}

.modal__check {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #8a8d8f;
  border-radius: 100%;
}

.modal__check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 100%;
  opacity: 0;
  background-color: #8a8d8f;
  transition: opacity 0.3s ease-in-out;
}

.modal__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: black;
  text-align: center;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  transition: transform 0.5s ease-in-out;
}

.burger__line {
  position: relative;
  display: block;
  height: 1px;
  background-color: rgb(0, 0, 0);
  transition-duration: 0.25s;
}

.burger__line_1 {
  left: 5px;
  width: 100%;
}

.burger__line_2 {
  width: 100%;
}

.burger__line_3 {
  right: 5px;
  width: 100%;
}

.open {
  transform: rotateZ(180deg);
}

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

  100% {
    transform: translateX(0);
  }
}

@keyframes right_line {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.header__btn,
.hero__btn,
.form__btn,
.header__btn,
.form__btn_credTrade,
.modal__btn {
  transition: background-color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .compl__choice:hover {
    border-bottom: 1px solid #d7000f;
  }

  .hero li a:hover {
    font-size: min(1vw, 18px);
  }

  .advant ul li a:hover {
    transform: scale(1.1);
  }

  .header__btn:hover,
  .hero__btn:hover,
  .form__btn:hover,
  .header__btn:hover,
  .modal__btn:hover {
    background-color: #373737;
  }

  .form__btn_credTrade:hover {
    background-color: #f02d3a;
  }
}

.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,
#form_popup_drive {
  display: none;
}

.popup_container.big {
  width: 90vw;
  height: 80vh;
  padding: 5vw;
}

.popup_container .container {
  padding: 20px 0 !important;
}

.popup_container .agree_field {
  font-size: 10px;
  color: black;
  text-align: left;
}

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

.popup_container .form-group input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  line-height: 56px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: #f3f3f3;
}

.popup_container .form-group textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c0c6c9;
  font-family: "Montserrat";
  font-size: 16px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: none;
  resize: none;
}

.popup_container .form-group select {
  width: 100%;
  height: 50px;
  height: 38px;
  padding-left: 10px;
  border: 1px solid white;
  border: 1px solid #c0c6c9;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #1d1f20;
  background-color: white;
}

.popup_container .form-group button {
  height: 38px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

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

.agree_field {
  position: relative;
  top: 0;
  display: inline-block;
  padding-left: 20px;
  font-size: 10px;
  line-height: 100%;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0;
  margin: 0;
}

.popup_container .form-disclamer {
  padding-top: 10px;
  font-size: 10px;
  color: #b8b8b8;
  text-align: center;
}

.form_tel {
  margin-bottom: 20px;
}

.form_tel a {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

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