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

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

@font-face {
  font-family: "Haval";
  font-weight: 300;
  font-style: normal;
  src: local("Haval-Light"), url("../fonts/Haval-Light.woff") format("woff"),
    url("../fonts/Haval-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Haval";
  font-weight: 400;
  font-style: normal;
  src: local("Haval-Regular"), url("../fonts/Haval-Regular.woff") format("woff"),
    url("../fonts/Haval-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Haval";
  font-weight: 500;
  font-style: normal;
  src: local("Haval-Medium"), url("../fonts/Haval-Medium.woff") format("woff"),
    url("../fonts/Haval-Medium.woff2") format("woff2");
  font-display: swap;
}

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

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;
}

sup {
  font-family: sans-serif;
}

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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  padding-right: min(13.54vw, 260px);
  padding-left: min(13.54vw, 260px);
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.header__container {
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/header_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__menuLink {
  font-size: min(0.73vw, 14px);
  font-weight: 400;
  line-height: min(0.73vw, 14px);
  color: black;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.header__menuList {
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: min(3.13vw, 60px);
  column-gap: min(3.13vw, 60px);
}

.header__menuBlock {
  align-items: center;
  justify-content: space-between;
  padding-top: min(1.04vw, 20px);
  padding-bottom: min(1.04vw, 20px);
}

.header__menuModels {
  column-gap: 24px;
}

.header__mainBlock {
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__mainBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(98, 105, 112, 0.3);
}

.header__logoList {
  align-items: center;
  padding-top: min(1.3vw, 25px);
  padding-bottom: min(1.3vw, 25px);
}

.header__logoItem:first-child {
  position: relative;
  width: min(10.57vw, 203px);
  height: min(1.2vw, 23px);
  padding-right: min(0.78vw, 15px);
}

.header__logoItem:first-child::after {
  content: "";
  position: absolute;
  top: max(-1.82vw, -35px);
  right: 0;
  width: 1px;
  height: min(4.69vw, 90px);
  background-color: rgba(98, 105, 112, 0.3);
}

.header__logoItem:last-child {
  width: min(9.58vw, 184px);
  height: min(2vw, 39px);
  padding-left: min(0.78vw, 15px);
}

.header__logoImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__address {
  font-size: min(0.73vw, 14px);
  font-weight: 400;
  line-height: min(0.83vw, 16px);
  color: black;
}

.header__tel {
  font-size: min(0.83vw, 16px);
  font-weight: 500;
  line-height: min(0.99vw, 19px);
  color: black;
  text-transform: uppercase;
}

.header__btn {
  align-items: center;
  justify-content: flex-start;
  width: min(12.24vw, 235px);
  border: 1px solid rgb(0, 202, 191);
  background-color: rgb(0, 202, 191);
  -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}

.header__btn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.94vw, 18px) min(1.3vw, 25px);
  font-size: min(0.63vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: white;
  text-align: start;
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
}

.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);
}

.banner {
  position: relative;
  margin-top: min(7.4vw, 142px);
  width: 100%;
  overflow: hidden;
}

.banner .slide_item {
  height: 683px;
}

.banner .slide_item.slide1 {
  background: url(../img/slide1.jpg) 50% 0 no-repeat;
}

.banner .slide_item.slide2 {
  background: url(../img/slide2.jpg) 50% 0 no-repeat;
}

.banner .slide_item.slide3 {
  background: url(../img/slide3.jpg) 50% 0 no-repeat;
}

.banner .slide_item.slide4 {
  background: url(../img/slide4.jpg) 50% 0 no-repeat;
}

.bn__time {
  position: relative;
  align-items: center;
  margin-bottom: min(1.04vw, 20px);
  padding-left: min(1.88vw, 36px);
  font-size: min(1.4vw, 20px);
  font-weight: 400;
  line-height: min(1.25vw, 24px);
  color: white !important;
  /* text-transform: uppercase; */
}

.bn__time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  width: min(1.4vw, 26px);
  height: min(1.7vw, 32px);
  background-image: url(../img/bn_time.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slide4 .bn__time::before { 
  background-image: url(../img/presentation.png) !important;
}

.slide3 .bn__time {
  padding-left: 0;
}
.slide3 .bn__time::before {
  display: none;
}

.run_now {
  position: relative;
  bottom: 5px;
  width: 100%;
  display: flex;
  z-index: 15;
  align-items: center;
  background: #38d1c3;
  overflow: hidden;
  height: 60px;
}
.run_now_cont {
  white-space: nowrap;
  animation: runstring 15s infinite linear; /* notice the infinite */
  font-size: 20px;
  color: white;
  padding: 9px 0px;
}

.run_now_cont div {
  display: inline-block;
  padding-right: 100px;
  position: relative;
}
.run_now_cont div b {
  font-weight: 700;
}
.run_now sup{
  font-size: 11px;
  position: absolute;
  top: 0%;
}

@keyframes runstring {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.banner h1 {
  /* max-width: min(49vw, 940px); */
  margin-bottom: min(1.04vw, 20px);
  font-size: min(2.3vw, 32px);
  font-weight: 400;
  line-height: min(2.08vw, 40px);
  color: white;
}

.banner h1 .br_mob {
  display: none;
}

.banner h1 span {
  color: rgb(0, 202, 191);
  font-weight: 600;
}

.banner .slide4 h1 span {
  color: rgb(0, 202, 191);
  font-weight: 400;
}

.banner .slide3 h1 span {
  font-weight: 500;
}

.banner h1 span.blink {
  /*animation: blurblack 2s ease-out infinite alternate;*/
  font-size: 30px;
}

@keyframes blurblack {
  from {
    text-shadow: 0px 0px 8px rgb(0, 202, 191);
  }

  to {
    text-shadow: 0px 0px 50px rgb(0, 202, 191);
  }
}

.banner h1 p {
  margin: 0;
  font-size: min(1.4vw, 20px);
  font-weight: 500;
}

.bn__descr {
  font-size: min(1.1vw, 22px);
  font-weight: 400;
  line-height: min(0.99vw, 19px);
  color: white;
}

.bn__container {
  padding-top: min(3.13vw, 34px);
}

.bn__container .btn {
  width: 261px;
  margin-top: 20px;
}

.banner_des {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-size: 14px;
  color: #ffffff;
}
.banner_des br {
  display: none;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 52px;
  height: 52px;
  border: 2px solid #00cabf;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.banner .swiper-button-prev {
  left: 4%;
}

.banner .swiper-button-next {
  right: 4%;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  opacity: 0.8;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 26px;
  color: #00cabf;
}

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

.form__inputBlock_cred {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.form__tel {
  width: min(15.8vw, 303px);
  padding: min(0.9vw, 18px) min(1.7vw, 32px);
  border: 1px solid rgb(195, 195, 195);
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: rgb(0, 0, 0);
}

.form__tel::-moz-placeholder {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: rgba(0, 0, 0, 0.65);
}

.form__tel::placeholder {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: rgba(0, 0, 0, 0.65);
}

.form__tel_cred {
  width: 100%;
}

.form__btn {
  align-items: center;
  justify-content: flex-start;
  width: min(16.1vw, 310px);
  border: 1px solid rgb(0, 202, 191);
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.form__btn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 18px) min(2.3vw, 45px) min(0.9vw, 18px) min(1.3vw, 25px);
  font-size: min(0.63vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: white;
  text-align: start;
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.form__btn_cred {
  width: 100%;
}

.timer {
  position: absolute;
  bottom: 14px;
  z-index: 2;
}

.timer__form {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.timer__container {
  -moz-column-gap: min(0.5vw, 10px);
  column-gap: min(0.5vw, 10px);
  display: grid;
  justify-content: left;
  margin-top: 8vw;
  margin: 0;
  padding: 0;
}

.timer h3 {
  margin-bottom: min(1vw, 20px);
  font-size: min(0.9vw, 17px);
  font-weight: 500;
  line-height: min(1vw, 19px);
  color: rgb(255, 255, 255);
}

#timer1c39ece88ad31a7c318ca616b233250c
  .timer-separator
  #timer-number-1c39ece88ad31a7c318ca616b233250c-days,
#timer-number-1c39ece88ad31a7c318ca616b233250c-hours,
#timer-number-1c39ece88ad31a7c318ca616b233250c-minutes,
#timer-number-1c39ece88ad31a7c318ca616b233250c-secundes {
  font-size: min(4vw, 80px) !important;
  color: #fff !important;
}

#timer1c39ece88ad31a7c318ca616b233250c .timer-flipchart-face {
  font-size: min(4vw, 80px) !important;
}

.timer-flipchart-card {
  width: min(3.5vw, 70px);
  height: min(5vw, 100px);
}

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

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

#timer1c39ece88ad31a7c318ca616b233250c .timer-flipchart-bottom,
#timer1c39ece88ad31a7c318ca616b233250c .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-1c39ece88ad31a7c318ca616b233250c-days,
#timer-separator-1c39ece88ad31a7c318ca616b233250c-hours,
#timer-separator-1c39ece88ad31a7c318ca616b233250c-minutes,
#timer-separator-1c39ece88ad31a7c318ca616b233250c-secundes {
  padding: 0 min(0.5vw, 10px) !important;
}

#timer1c39ece88ad31a7c318ca616b233250c .timer-separator {
  height: 0 !important;
}

#timer-text-1c39ece88ad31a7c318ca616b233250c-days,
#timer-text-1c39ece88ad31a7c318ca616b233250c-hours,
#timer-text-1c39ece88ad31a7c318ca616b233250c-minutes,
#timer-text-1c39ece88ad31a7c318ca616b233250c-secundes {
  font-size: min(0.8vw, 16px) !important;
  color: #ffffff !important;
}

.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.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
}

.checkBlock__descr {
  font-size: min(0.5vw, 10px);
  font-weight: 300;
  line-height: min(0.6vw, 12px);
  color: rgb(18, 19, 20);
}

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

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

.offers {
  margin-top: 80px;
}

.offers_cont {
  background: url(../img/offers_bg.jpg) 50% 0 no-repeat;
  height: 488px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

.offers .title1 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.offers .title2 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.offers .btn {
  margin-top: 32px;
  width: 100%;
  max-width: 370px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #38d1c3;
  border: 2px solid #38d1c3;
  transition: all 0.2s linear;
}

.offers .btn:hover {
  background: transparent;
}

.model .model_title {
  text-align: center;
  margin-bottom: 60px;
}

.model .model_title span {
  position: relative;
  font-size: min(1.8vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 24px;
}

.model .model_title span:before {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 100%;
  background: #38d1c3;
  transform: skewX(-24deg);
}

.model {
  margin-top: min(6.3vw, 102px);
  margin-bottom: min(6.3vw, 120px);
}

.model__container {
  flex-direction: column;
  max-width: min(72.9vw, 1400px);
  padding: min(2.5vw, 48px) min(2.1vw, 40px) min(2.1vw, 40px);
  background-color: rgb(231, 231, 232);
  row-gap: min(1.8vw, 35px);
  margin-bottom: 2vw;
}

.model__charBlock {
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: repeat(2, max-content);
  row-gap: min(0.8vw, 15px);
  -moz-column-gap: min(4.4vw, 84px);
  column-gap: min(4.4vw, 84px);
}

.model__charBlock li {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: min(1.8vw, 35px);
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: black;
}

.model__charBlock li::after {
  content: "";
  position: absolute;
  left: 0;
  width: min(1.3vw, 24px);
  height: min(1.3vw, 24px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.model__charBlock li:nth-child(1)::after {
  background-image: url(../img/model_char_1.png);
}

.model__charBlock li:nth-child(2)::after {
  background-image: url(../img/model_char_2.png);
}

.model__charBlock li:nth-child(3)::after {
  background-image: url(../img/model_char_3.png);
}

.model__charBlock li:nth-child(4)::after {
  background-image: url(../img/model_char_4.png);
}

.model__charBlock li:nth-child(5)::after {
  background-image: url(../img/model_char_5.png);
}

.model__charBlock li:nth-child(6)::after {
  background-image: url(../img/model_char_6.png);
}

.model h2 {
  margin-bottom: min(1.3vw, 25px);
  font-size: min(1.7vw, 32px);
  font-weight: 400;
  line-height: min(2vw, 38px);
  color: black;
  text-transform: uppercase;
}

.model h2 span {
  color: rgb(0, 202, 191);
}

.model__carBlock {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

#h5 .model__carBlock {
  width: 54%;
}

.model__colorBlock {
  flex-direction: column;
  justify-content: center;
  row-gap: min(0.7vw, 14px);
}

.model__colorBtn {
  width: min(1.1vw, 22px);
  height: min(1.1vw, 22px);
  border-radius: 100%;
}

.model__colorBtn_white {
  background-color: white;
}

.model__colorBtn_black {
  background-color: black;
}

.model__colorBtn_blue {
  background-color: rgb(103, 135, 161);
}

.model__colorBtn_grey {
  background-color: rgb(101, 102, 106);
}

.model__titleBlock {
  /* margin-right: min(6.9vw, 133px); */
}

#h7 .model__titleBlock ul {
  margin-top: 30px;
}

.model__titleBlock ul {
  display: flex;
  flex-direction: column;
  row-gap: min(0.8vw, 15px);
}

.model__titleBlock a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(1.8vw, 35px);
  padding-left: min(2.4vw, 47px);
  color: black;
}

.model__titleBlock a b {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 19px);
}

.model__titleBlock a span {
  content: "";
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1.8vw, 35px);
  height: min(1.8vw, 35px);
  border-radius: 100%;
  background: url(../img/ellipse_model.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.model__titleBlock a span::after {
  content: "";
  position: absolute;
  width: min(1vw, 20px);
  height: min(1vw, 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.number_cars {
  position: absolute;
  top: -12px;
  left: 24%;
  display: flex;
  align-items: center;
}
.number_cars:before {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/number_cars_ico.svg) no-repeat;
}
.number_cars span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 40px 12px 20px;
  font-family: Haval;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}
.number_cars span:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000002B;
  transform: skewX(-40deg);
}

#h7 .model__new {
  margin-top: 62px;
}

.model__new {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 104px 0 25px;
  overflow: hidden;
  z-index: 2;
}

.model__new:before {
  content: '';
  position: absolute;
  top: 0;
  left: -42px;
  width: 100%;
  height: 100%;
  background: #00CABF;
  transform: skewX(-42deg);
}
.model__new:after {
  content: '';
  position: absolute;
  top: 0;
  left: -26px;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: skewX(-42deg);
  z-index: -1;
}

.model__new span {
  position: relative;
  top: 2px;
  display: flex;
  align-items: center;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.model__new span:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/car_new_ico.svg) no-repeat;
}

.model__engine {
  position: relative;
  padding-left: 61px;
  display: flex;
  border: 1px solid #fff;
  background-color: #fff;
  align-items: center;
  justify-content: flex-start;
  min-width: 360px;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  margin-bottom: 26px;
}

.model__engine:before {
  content: "";
  position: absolute;
  left: 8px;
  width: 39px;
  height: 39px;
  background: url(../img/model_char_5.png) 50% 50% no-repeat;
}

.model__engine span {
  border: 1px solid #fff;
  background-color: #fff;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 22px) min(1.3vw, 0px);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: black;
  text-align: start;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.model__price {
  position: relative;
  padding-left: 20px;
  display: flex;
  border: 1px solid #00cabf;
  background-color: #00cabf;
  align-items: center;
  justify-content: flex-start;
  min-width: 340px;
  width: 30%;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  margin-bottom: 26px;
}

.model__price span {
  border: 1px solid #00cabf;
  background-color: #00cabf;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 22px) min(1.3vw, 0px);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: black;
  text-align: start;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.model__carImgBlock {
  position: relative;
  /*width: min(30.4vw, 583px);*/
  /*height: min(12.4vw, 238px);*/
}

.model__carProfit {
  position: absolute;
  top: 0;
  left: max(-5.2vw, -100px);
  align-items: center;
  justify-content: flex-start;
  width: min(14.2vw, 272px);
  padding: min(0.6vw, 12px) min(0.8vw, 15px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 19px);
  color: white;
  background-color: rgb(0, 202, 191);
}

.model__carProfit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(1.5vw, 28px);
  height: 100%;
  opacity: 0.5;
  background-image: url(../img/fire.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.model__logoImg {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
    object-fit: cover; */
  object-fit: contain;
}

#h5 .model__logoImg {
  padding-right: 10px;
  object-fit: contain;
}

.model__profitTrade::after {
  background-image: url(../img/profitTrade.png);
}

.model__profitMoney::after {
  background-image: url(../img/profitTrade.png);
}

.model__profitCred::after {
  background-image: url(../img/profitCred.png);
}

.model__profitGaranty::after {
  background-image: url(../img/profitGaranty.png);
}

.model__profit-text {
  white-space: nowrap;
}

.big-green-text {
  position: relative;
  display: inline;
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
  color: #00cabf;
}

.big-green-text sup {
  font-size: 11px;
  position: absolute;
  top: 0%;
}

.green-text {
  font-weight: 500 !important;
  font-size: min(4vw, 18px) !important;
  color: #00cabf;
}

.model__topBlock {
  margin-bottom: min(1vw, 20px);
  margin-right: -19px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.model__carChoiceColor {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.model__imgBlockExIn {
  position: relative;
  z-index: 1000;
  left: min(4.2vw, 80px);
  display: none;
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
  width: min(7vw, 120px);
  height: min(20vw, 290px);
  overflow: hidden;
}

.model__mainBlock {
  justify-content: space-between;
}

.model__titleImgBlock {
  transform: rotate(90deg) translateX(-10%) translateY(18px);
  -moz-column-gap: min(1.6vw, 30px);
  column-gap: min(1.6vw, 30px);
}

#h3 .model__titleImgBlock {
  transform: rotate(90deg) translateX(-22%) translateY(18px);
}

.model__titleImgBlock button {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.9vw, 17px);
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.model__imageBlock {
  width: min(6.3vw, 120px);
  height: min(4.7vw, 90px);
}

.model__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model__imgHidden {
  display: none;
  padding: 20px;
}

.model__imageHidden {
  max-width: 100%;
  height: 50vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.model__btnBlock {
  -moz-column-gap: min(3.1vw, 60px);
  column-gap: min(3.1vw, 60px);
}

.model__mainBtn {
  align-items: center;
  justify-content: flex-start;
  min-width: min(19.8vw, 380px);
  border: 1px solid rgb(0, 202, 191);
  background-color: rgb(0, 202, 191);
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}

.model__mainBtn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 18px) min(1.3vw, 25px);
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: black;
  text-align: start;
  text-transform: uppercase;
  background-color: rgb(231, 231, 232);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}

.model__mainBtn_cred {
  border: 1px solid black;
  background-color: black;
}

.model__mainBtn_cred span {
  color: white;
  background-color: black;
}

.model__mainBtn_price {
  border: 1px solid rgb(0, 202, 191);
  background-color: rgb(0, 202, 191);
}

.model__mainBtn_price span {
  color: white;
  background-color: rgb(0, 202, 191);
}

.model__titleImgBlock .black {
  color: black;
}

.footer__disclamer {
  display: none;
  margin-top: 30px;
  color: white;
}

.footer__info {
  margin-top: 30px;
  color: white;
}

.block {
  display: block;
  opacity: 1;
}

.none {
  display: none;
}

/* .active {
  outline: 2px solid rgba(98, 105, 112, 0.3);
  outline-offset: 2px;
} */

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

.compl {
  padding-top: min(6.3vw, 120px);
  padding-bottom: min(6.3vw, 120px);
  background-color: rgb(231, 231, 232);
}

.compl__container {
  text-align: center;
}

.models {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: #929090;
  font-size: 20px;
}

.models .models_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #929090;
}

.models .model_name {
  padding: 8px 8px 12px;
}

.models .model_name.active {
  color: #000000;
  border-bottom: 4px solid #00cabf;
}

.compls {
  margin-bottom: 40px;
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}

.compls .compl_name {
  display: none;
  width: 261px;
  border: 1px solid #121314;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  background-color: #121314;
}

.compls .compl_name.show {
  display: block;
}

.compls .compl_name span {
  display: block;
  width: calc(100% - 1px);
  padding: 12px 79px 12px 24px;
  text-align: start;
  text-transform: uppercase;
  background-color: rgb(231, 231, 232);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}

.compl h2 {
  margin-bottom: min(3.1vw, 60px);
  font-size: min(1.8vw, 34px);
  font-weight: 400;
  line-height: min(2.1vw, 40px);
  color: black;
  text-transform: uppercase;
}

.compl h2 span {
  color: rgb(0, 202, 191);
}

.compl__list {
  flex-direction: column;
  row-gap: min(1vw, 20px);
}

.compl__item {
  display: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: min(9.9vw, 191px);
  padding: min(1.4vw, 27px) min(2.1vw, 40px);
  background-color: white;
  -moz-column-gap: min(0.5vw, 10px);
  column-gap: min(0.5vw, 10px);
}

.compl__item.show {
  display: flex;
}

.compl__item.compl_hide {
  display: none;
}

.compl__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(15.2vw, 291px);
  height: 100%;
  background-image: url(../img/decor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.compl__imgBlock {
  z-index: 1000;
  width: min(13.6vw, 261px);
  height: min(7.1vw, 137px);
}

.compl__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.compl__btnBlock {
  flex-direction: column;
  width: min(15.8vw, 303px);
  row-gap: min(0.5vw, 10px);
}

.compl__btn {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgb(0, 202, 191);
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}

.compl__btn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 18px) min(1.3vw, 25px);
  text-align: start;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
}

.compl__btn_price span {
  color: white;
  background-color: rgb(0, 202, 191);
}

.compl__btn_cred span {
  color: rgb(0, 0, 0);
  background-color: white;
}

.compl__charItem {
  align-items: flex-start;
  flex-direction: column;
  padding-top: min(0.6vw, 11px);
  padding-bottom: min(0.6vw, 11px);
  row-gap: min(0.8vw, 15px);
}

.compl__charItem:not(:last-child) {
  padding-right: min(2.8vw, 53px);
  border-right: 1px solid rgba(98, 105, 112, 0.3);
}

.compl__charItem:not(:first-child) {
  padding-left: min(2.8vw, 53px);
}

.compl__charName {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.8vw, 16px);
  color: rgb(98, 105, 112);
}

.compl__charDescr {
  font-size: min(0.8vw, 16px);
  font-weight: 500;
  line-height: min(1vw, 19px);
  color: black;
  text-transform: uppercase;
}

.compl__charModel {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 19px);
  color: black;
  text-transform: uppercase;
}

.compl__charModel span {
  color: rgb(0, 202, 191);
}

.cred {
  padding-top: min(6.3vw, 120px);
  padding-bottom: min(6.3vw, 120px);
}

.cred__container {
  position: relative;
  align-items: center;
  flex-direction: column;
}

.cred__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(48.6vw, 933px);
  height: min(22.1vw, 424px);
  background-image: url(../img/cred_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cred__container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(49.7vw, 954px);
  height: min(22.1vw, 424px);
  background-image: url(../img/cred_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cred h2 {
  margin-bottom: min(6.3vw, 120px);
  font-size: min(1.8vw, 34px);
  font-weight: 400;
  line-height: min(2.1vw, 40px);
  color: black;
  text-transform: uppercase;
}

.cred h2 span {
  color: rgb(0, 202, 191);
}

.cred__formBlock {
  z-index: 1000;
  width: 100%;
  max-width: min(25.7vw, 493px);
  margin-bottom: min(3.1vw, 60px);
  padding: min(2.1vw, 40px);
  background-color: rgba(255, 255, 255, 0.85);
}

.cred__form {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.cred h3 {
  margin-bottom: min(1vw, 20px);
  font-size: min(1vw, 20px);
  font-weight: 400;
  line-height: min(1.3vw, 24px);
  color: black;
}

.cred h3 span {
  font-weight: 600;
}

.trade {
  padding-top: min(6.3vw, 120px);
  padding-bottom: min(6.5vw, 125px);
  background-color: rgb(231, 231, 232);
}

.trade__container {
  text-align: center;
}

.trade h2 {
  margin-bottom: min(3.1vw, 60px);
  font-size: min(1.8vw, 34px);
  font-weight: 400;
  line-height: min(2.1vw, 40px);
  color: black;
  text-transform: uppercase;
}

.trade h2 span {
  color: rgb(0, 202, 191);
}

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

.trade__arrow {
  position: absolute;
  right: min(1.3vw, 25px);
  width: min(0.8vw, 15px);
  height: min(0.5vw, 10px);
  background-image: url(../img/arrow_trade.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}

.trade__main {
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-height: min(22.1vw, 424px);
  -moz-column-gap: min(0.5vw, 10px);
  column-gap: min(0.5vw, 10px);
}

.trade__pin {
  position: absolute;
  right: min(45.3vw, 870px);
  align-items: center;
  justify-content: center;
  width: min(9.1vw, 174px);
  height: min(9.1vw, 174px);
  border-radius: 100%;
  background-image: url(../img/pin_main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.trade__pin::after {
  content: "";
  position: absolute;
  width: min(7.8vw, 149px);
  height: min(7.8vw, 149px);
  background-image: url(../img/text_pin.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: pin 10s infinite linear;
}

.trade__imgBlock {
  width: min(54.7vw, 1051px);
  height: 100%;
}

.trade__imgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trade__formblock {
  max-width: min(21.5vw, 413px);
  margin-left: min(13.54vw, 260px);
}

.trade h3 {
  margin-bottom: min(1vw, 20px);
  font-size: min(1vw, 20px);
  font-weight: 400;
  line-height: min(1.3vw, 24px);
  color: black;
  text-align: start;
}

.trade__form {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.trade__selectBlock {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.trade__inputBlock {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}

.trade__select,
.trade__year,
.trade__tel {
  width: 100%;
  padding: min(0.9vw, 18px) min(1.3vw, 25px);
  border: 1px solid black;
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: black;
  text-align: start;
  background-color: white;
}

.trade__btn {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgb(0, 202, 191);
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.trade__btn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 18px) min(1.3vw, 25px);
  color: white;
  text-align: start;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.transformArrow {
  transform: rotate(180deg);
}

.contact {
  padding-top: min(6.3vw, 120px);
}

.contact h2 {
  margin-bottom: min(3.1vw, 60px);
  font-size: min(1.8vw, 34px);
  font-weight: 400;
  line-height: min(2.1vw, 40px);
  text-align: center;
  text-transform: uppercase;
}

.contact h2 span {
  color: rgb(0, 202, 191);
}

.contact__map {
  position: relative;
  width: 100%;
  min-height: min(28.1vw, 539px);
  background-image: url(../img/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact__main {
  position: absolute;
  z-index: 1000;
  /* top: min(4.3vw, 82px); */
  top: min(4.3vw, 31px);
  left: min(13.5vw, 260px);
  max-width: min(28.6vw, 550px);
  padding: min(2vw, 40px);
  background-color: rgba(255, 255, 255, 0.7);
}

.contact__logo {
  display: block;
  width: min(24.5vw, 470px);
  height: min(4vw, 76px);
  margin-bottom: min(1.6vw, 30px);
}

.contact__logoImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact address,
.contact__tel {
  position: relative;
  align-items: center;
  padding-left: min(2.1vw, 40px);
}

.contact address::after,
.contact__tel::after {
  content: "";
  position: absolute;
  left: 0;
  width: min(1.5vw, 28px);
  height: min(1.5vw, 28px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact address {
  display: flex;
  margin-bottom: min(1vw, 19px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 19px);
  color: rgb(26, 26, 24);
}

.contact address::after {
  background-image: url(../img/footer_address.png);
}

.contact__tel {
  margin-bottom: min(1.6vw, 30px);
  font-size: min(0.9vw, 18px);
  font-weight: 500;
  line-height: min(1vw, 20px);
  color: rgb(26, 26, 24);
}

.contact__tel::after {
  background-image: url(../img/footer__tel.png);
}

.contact__descr {
  display: block;
  margin-bottom: min(1vw, 19px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 19px);
  color: black;
}

.contact__btn {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgb(0, 202, 191);
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  text-transform: uppercase;
  background-color: rgb(0, 202, 191);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.contact__btn span {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  padding: min(0.9vw, 18px) min(1.3vw, 25px);
  color: white;
  text-align: start;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.footer {
  padding-top: min(2.1vw, 40px);
  padding-bottom: min(2.1vw, 40px);
  background-color: black;
}

.footer__container {
  justify-content: space-between;
}

.footer__policy,
.footer__btn,
.footer__sin {
  font-size: min(0.7vw, 14px);
  font-weight: 400;
  line-height: min(0.9vw, 17px);
  color: rgb(255, 255, 255);
}

.footer__sin {
  align-items: flex-start;
}

.footer__sin span {
  width: min(3.4vw, 65px);
  height: min(0.6vw, 12px);
  background-image: url(../img/sin.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.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__form {
  flex-direction: column;
  width: 420px;
  max-width: 100%;
  row-gap: 1rem;
}

.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(0, 202, 191);
  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;
}

.fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
  width: min(100vw, 1920px);
  margin: 0 auto;
  padding-right: min(13.54vw, 260px);
  padding-left: min(13.54vw, 260px);
  background-color: rgba(231, 231, 232, 0.8);
}

@keyframes pin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (any-hover: hover) {
  .modal__btn:hover {
    background-color: black;
  }

  .header__menuLink:hover {
    color: rgb(0, 202, 191);
  }

  .trade__btn:hover span,
  .header__btn:hover span {
    color: black;
    background-color: rgb(231, 231, 232);
  }

  .form__btn:hover span,
  .contact__btn:hover span {
    color: black;
    background-color: white;
  }

  .compl__btn_price:hover span {
    color: black;
    background-color: white;
  }

  .compl__btn_cred:hover span {
    color: white;
    background-color: rgb(0, 202, 191);
  }

  .model__titleBlock a:hover span {
    background: rgb(0, 202, 191);
  }

  .model__titleBlock a:hover b {
    transform: scale(1.03);
  }

  .model__mainBtn_compl:hover span {
    color: white;
    background-color: rgb(0, 202, 191);
  }

  .model__mainBtn_cred:hover {
    border: 1px solid rgb(0, 202, 191);
    background-color: rgb(0, 202, 191);
  }

  .model__mainBtn_cred:hover span {
    color: white;
    background-color: rgb(0, 202, 191);
  }

  .model__mainBtn_price:hover span {
    color: black;
    background-color: rgb(231, 231, 232);
  }
}

.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 .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;
}

.fancybox-button svg {
  pointer-events: none;
}

.br {
  display: none;
}

.mob {
  display: none;
}

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