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

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Italic"),
    url("../fonts/subset-HelveticaNeueCyr-Italic.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-Italic.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-BoldItalic"),
    url("../fonts/subset-HelveticaNeueCyr-BoldItalic.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-BoldItalic.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Black"),
    url("../fonts/subset-HelveticaNeueCyr-Black.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-Black.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Bold"),
    url("../fonts/subset-HelveticaNeueCyr-Bold.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-Bold.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-BlackItalic"),
    url("../fonts/subset-HelveticaNeueCyr-BlackItalic.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-BlackItalic.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-LightItalic"),
    url("../fonts/subset-HelveticaNeueCyr-LightItalic.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-LightItalic.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-MediumItalic"),
    url("../fonts/subset-HelveticaNeueCyr-MediumItalic.woff2") format("woff2"),
    url("../fonts/subset-HelveticaNeueCyr-MediumItalic.woff") format("woff"),
    url("../fonts/subset-HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.psd,
.get-modal .modal-content:before,
.mob-nav ul li:first-child a:before,
.mob-nav ul li:last-child a:before,
.ftr-left:before,
.comments:after,
.comments:before,
.new-column::before,
.history-columns-box .item:after,
.history-columns-box .item:before,
.history-columns-box:before,
.new-history:before,
.history:before,
.proposal-form:before,
.proposal-form:after,
.area-item .text-box:before,
.promo-form-inner:before,
.promo-form-title span:before,
.complect-list li:before,
.tab-title:before,
.tab-container .nav-link:before,
.descript-model .complect-list li:after,
.slick-arrow:before,
.models:before,
.video-plug .play:before,
.video-box .text:before {
  content: "";
  display: block;
  position: absolute;
}

.trans,
.mob-nav ul a,
.mob-nav ul li:first-child a:before,
.mob-nav ul li:last-child a:before,
.f-list li a,
.tab-container .nav-link span,
.tab-container .nav-link:before,
.slider-container .slick-dots a,
.agree a,
.top-nav li a,
svg,
.btn,
.modal-title,
.sale {
  transition: all 0.3s ease-in-out;
}

.btn,
.modal-title,
.sale {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
  color: #fff;
  background: #e58e1a;
  padding: 10px 40px 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  border: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  transform: skewX(-20deg);
}

.btn span,
.modal-title span,
.sale span {
  display: inline-block;
  vertical-align: top;
}

.btn:hover,
.modal-title:hover,
.sale:hover {
  background: #eaa548;
  color: #fff;
  box-shadow: 0 0 0 0 transparent !important;
  outline: none !important;
}

.btn:focus,
.modal-title:focus,
.sale:focus {
  box-shadow: 0 0 0 0 transparent !important;
  outline: none !important;
  color: #ffff;
}

button,
a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

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

a {
  color: #e58e1a;
}

a:hover,
a:focus {
  color: #e58e1a;
}

p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0 0 24px 0;
}

.no-shadow,
.get-modal .modal-content,
input:focus,
button:focus,
button,
a,
.slide.slick-slide.slick-current.slick-active {
  box-shadow: 0 0 0 0 transparent !important;
}

.skew,
.mob-nav ul a,
.tab-container .nav-link:before,
.descript-model .complect-list li:after,
.slick-arrow,
.video-box .text:before,
.form-row .form-control-box {
  transform: skewX(-20deg);
}

.onskew,
.mob-nav ul span,
.form-row .form-control,
.btn span,
.modal-title span,
.sale span {
  transform: skewX(20deg);
}

svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 30px 0 28px;
}

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

.header .logo {
  display: inline-block;
  vertical-align: top;
  width: 112px;
}

.header .logo img {
  max-width: 100%;
}

.header .btn,
.header .modal-title,
.header .sale {
  font-size: 14px;
  line-height: 19px;
  padding: 10px 11px 12px;
}

.sticky.header .btn,
.sticky.header .modal-title,
.sticky.header .sale {
  background: #000;
}

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

.top-nav {
  display: flex;
}

.top-nav li {
  display: block;
  padding: 0 16px;
}

.top-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic;
}

.top-nav li a:hover {
  color: #e58e1a;
}

.top-nav li a:focus {
  color: #000;
}

.top-nav li a.active {
  color: #e58e1a;
}

.phone {
  padding: 0 20px 0 24px;
  font-style: italic;
}

.phone a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.phone a:hover {
  text-decoration: none;
}

.phone span {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #4d4d4d;
}

main {
  padding-top: 99px;
  position: relative;
  z-index: 1;
}

.hero {
  background: #f8f8f8;
}

.hero .container {
  background: url(../images/avif/hero.avif) right top no-repeat;
}

.hero .form-row {
  margin-left: -50px;
}

.hero-top {
  padding: 115px 0 0;
  height: 580px;
}

.hero-btm {
  padding-bottom: 32px;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  color: #000;
  font-style: italic;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hero-title {
  font-size: 72px;
  line-height: 96px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.hero-title span {
  color: #e58e1a;
}

.hero-models {
  display: flex;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #838383;
}

.hero-models li {
  margin-right: 40px;
}

.sale {
  font-size: 42px;
  line-height: 53px;
  pointer-events: none;
  margin: 0 0 30px 16px;
}

.sm-form {
  margin-bottom: 20px;
}

.hero-form-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  margin: 0 7px;
  padding-top: 10px;
}

.form-row .form-group {
  padding: 0 7px;
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  max-width: 50%;
}

.form-row .form-control-box {
  border: 1px solid #707070;
}

.form-row .form-control {
  height: 46px;
  border: 0;
  background: none;
  padding: 10px 10px 10px 20px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
}

.form-row .add {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.form-row .add+.form-control-box .form-control {
  padding-left: 55px;
}

.form-row .btn,
.form-row .modal-title,
.form-row .sale {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.agree {
  font-size: 12px;
  line-height: 13px;
  font-style: italic;
  color: #969696;
}

.agree a {
  color: #e58e1a;
}

.hero-note {
  font-size: 10px;
  line-height: 12px;
  color: #4d4d4d;
}

.video-box {
  padding-bottom: 70px;
}

.video-box .text {
  height: 100%;
  position: relative;
  padding-bottom: 31px;
  display: flex;
  align-items: center;
}

.video-box .text:before {
  bottom: 0;
  left: 15px;
  right: 0;
  height: 31px;
  background: #e58e1a;
}

/* 
.video-box .text {
  height: 100%;
  position: relative;
  padding-bottom: 31px;
  display: flex;
  align-items: center;
} */
/* .video-box .text:before {
  bottom: 0;
  left: 15px;
  right: 0;
  height: 31px;
  background: #e58e1a;
} */

.video {
  position: relative;
}

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

.video-plug {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.video-plug.js-hide {
  display: none;
}

.video-plug .play {
  display: block;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.video-plug .play:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
}

.video-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
}

.video-title span {
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.headline {
  font-size: 40px;
  line-height: 53px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}

.models {
  position: relative;
  z-index: 1;
  padding: 40px 0 10px;
  background-color: #f8f8f8;
}

.models:before {
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 530px;
  background: #f8f8f8;
}

.models .sm-form {
  position: relative;
  z-index: 10;
  margin-top: -84px;
}

.models .headline {
  margin: 0 0 -70px;
}

.slide .view-box {
  height: 518px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  align-content: stretch;
}

.slide .view-box img {
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
}

.slide .title {
  font-size: 32px;
  line-height: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 43px;
  text-transform: uppercase;
}

.slider-container {
  position: relative;
  padding-top: 95px;
}

.slider-container .slick-dots {
  display: flex;
  position: absolute;
  z-index: 10;
  right: 0;
  top: -95px;
  width: calc(50% + 24px);
  margin: 0 -12px;
}

.slider-container .slick-dots li {
  display: block;
  padding: 0 12px;
  flex: 0 25%;
  max-width: 25%;
}

.slider-container .slick-dots a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 170px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.slider-container .slick-dots a:before {
  position: absolute;
  z-index: 10;
  bottom: 17px;
  left: 17px;
  right: 17px;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
}

.slider-container .slick-dots a img {
  width: 100%;
}

.slider-container .slick-dots a:hover:before {
  color: #e58e1a;
}

.slider-container .slick-dots li:first-child a:before {
  content: "570SV";
}

.slider-container .slick-dots li:nth-child(2) a:before {
  content: "580V";
}

.slider-container .slick-dots li:nth-child(3) a:before {
  content: "580SV";
}

.slider-container .slick-dots li:last-child a:before {
  content: "695SV";
}

.slider-container .slick-dots .slick-active a {
  background: #e58e1a;
}

.slider-container .slick-dots .slick-active a:before {
  color: #fff;
}

.slider-nav {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 255px;
  display: flex;
  width: 113px;
  justify-content: space-between;
}

.slick-arrow {
  display: block;
  width: 53px;
  height: 53px;
  background-color: transparent;
  border: 2px solid #000;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  outline: none !important;
}

.slick-arrow:before {
  border-bottom: 2px solid #000;
  left: 21px;
  top: 21px;
}

.slick-arrow.slick-prev:before {
  width: 10px;
  height: 8px;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}

.slick-arrow.slick-next:before {
  width: 8px;
  height: 10px;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}

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

.slick-arrow:hover:before {
  border-color: #fff !important;
}

.slider,
.benefits-slider,
.area-slider,
.comm-slider {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.slider.slick-initialized,
.benefits-slider.slick-initialized,
.area-slider.slick-initialized,
.comm-slider.slick-initialized {
  opacity: 1;
  max-height: none;
  visibility: visible;
  overflow: visible;
}

.descript-model {
  padding-top: 165px;
}

.descript-model .complect-list {
  padding-left: 5px;
}

.descript-model .complect-list li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}

.descript-model .complect-list li:before {
  left: 20px;
}

.descript-model .complect-list li:after {
  top: 0px;
  left: 0px;
  width: 10px;
  height: 19px;
  background: #e58e1a;
}

.descript-model .complect-list li span {
  background: #f8f8f8;
}

.descript-model .complect-list li span:first-child {
  max-width: 112%;
}

.descript-model .complect-list li span:nth-child(2) {
  font-size: 16px;
  font-weight: 900;
}

.benefits {
  padding: 113px 0 60px;
}

.benefits-slider-container {
  position: relative;
}

.benefits-slider-container .slick-arrow {
  position: absolute;
  top: 150px;
  transform: skewX(-13deg);
}

.benefits-slider-container .slick-arrow.slick-prev {
  left: -94px;
}

.benefits-slider-container .slick-arrow.slick-next {
  right: -94px;
}

.benefits-slider-container .slick-arrow.slick-next:before {
  left: 20px;
  top: 20px;
}

.benefits-item .img-box {
  width: 618px;
}

.benefits-item .img-box img {
  max-width: 100%;
}

.benefits-item .ico {
  margin: 20px 0;
  width: 88px;
  height: 88px;
}

.benefits-item span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 40px;
}

.benefits-item p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}

.benefits-item .text {
  /* padding-left: 15px; */
  padding-left: 0;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.gallery {
  padding: 60px 0 30px;
}

.gallery .item {
  margin-bottom: 30px;
}

.gallery .item a {
  display: block;
  height: 550px;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .item.sm a {
  height: 260px;
}

.gallery div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.gallery .col-1 {
  flex: 0 0 560px;
  max-width: 560px;
}

.gallery .col-2 {
  flex: 0 0 430px;
  max-width: 430px;
}

.gallery .col-3 {
  flex: 0 0 300px;
  max-width: 300px;
}

.complectation {
  padding: 60px 0 20px;
}

.tab-container {
  display: flex;
  align-items: flex-start;
}

.tab-container .nav-tabs {
  flex: 0 0 336px;
  max-width: 336px;
  padding-right: 112px;
  border-bottom: 0;
  margin: 0;
}

.tab-container .nav-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.tab-container .nav-link {
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tab-container .nav-link:before {
  z-index: -1;
  bottom: 30px;
  right: 10px;
  left: 10px;
  height: 48px;
  background: #e9e9e9;
}

.tab-container .nav-link img {
  height: 80px;
}

.tab-container .nav-link span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  color: #000;
  padding: 0 5px 10px 0;
}

.tab-container .nav-link.active:before {
  background: #e58e1a;
}

.tab-container .nav-link.active span {
  color: #fff;
}

.tab-container .tab-content {
  flex: 1 1 auto;
  width: 1%;
}

.tab-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
  max-width: 67%;
}

.tab-title:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e58e1a;
  background: linear-gradient(to right, #e58e1a 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58e1a", endColorstr="#e9e9e9", GradientType=1);
}

.complect-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-style: italic;
}

.complect-list li:before {
  z-index: -1;
  top: 20px;
  left: 0;
  right: 0;
  border-top: 2px dotted #a9a5a5;
}

.complect-list li span {
  background: #fff;
}

.complect-list li span:first-child {
  padding-right: 10px;
  max-width: 40%;
}

.complect-list li span:last-child {
  padding-left: 10px;
  /* flex: 0 0 33%;
  max-width: 33%; */
}

.promo-form {
  margin-bottom: 60px;
  overflow: hidden;
}

.promo-form .form-row .form-control-box {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.21);
}

.promo-form .form-row .add {
  color: #fff;
}

.promo-form .agree {
  color: #cacaca;
}

.promo-form .form-control {
  color: #fff;
}

.promo-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.promo-form .form-control:-ms-input-placeholder {
  color: #fff;
}

.promo-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.promo-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-style: italic;
}

.promo-form-title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 18px 112px 20px 0;
}

.promo-form-title span:before {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  transform: skewX(20deg);
  background: #e58e1a;
}

.promo-form-inner {
  padding: 40px 88px 40px 0;
  position: relative;
  z-index: 1;
}

.promo-form-inner:before {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  transform: skewX(-20deg);
  background: #000000;
}

.visualization {
  padding: 60px 0 36px;
}

.visual-item {
  position: relative;
  margin-bottom: 24px;
}

.visual-item .img-box {
  position: relative;
}

.visual-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.visual-item .img-title {
  position: absolute;
  z-index: 2;
  color: #fff;
  max-width: 536px;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.visual-item .img-title span {
  display: block;
  font-size: 24px;
  line-height: 38px;
  font-weight: 900;
  font-style: italic;
}

.visual-item .img-title strong {
  display: block;
  font-size: 32px;
  line-height: 28px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.visual-item.item-1 .img-title {
  top: 0;
  left: 0;
}

.visual-item.item-2 .img-title {
  bottom: 0;
  right: 0;
}

.visual-drop {
  position: absolute;
  z-index: 3;
}

.visual-drop .plus-ico {
  width: 44px;
  height: 44px;
  border: 1px solid #e58e1a;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.visual-drop .plus-ico svg {
  width: 34px;
  height: 34px;
}

.visual-drop.drop-open {
  z-index: 10;
}

.visual-drop.drop-open .plus-ico svg {
  transform: rotate(45deg);
}

.visual-drop.drop-open .visual-drop-inner {
  display: block;
}

.visual-drop.drop-1 .visual-drop-inner {
  top: 22px;
  right: 22px;
}

.visual-drop.drop-1 {
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
}

.visual-drop.drop-1 .visual-drop-inner {
  top: 22px;
  right: 22px;
}

.visual-drop.drop-2 {
  bottom: 135px;
  right: 260px;
}

.visual-drop.drop-2 .visual-drop-inner {
  bottom: 22px;
  right: 22px;
}

.visual-drop.drop-3 {
  left: 475px;
  top: 50%;
  transform: translateY(-50%);
}

.visual-drop.drop-3 .visual-drop-inner {
  top: 22px;
  left: 22px;
}

.visual-drop.drop-4 {
  bottom: 49px;
  left: 222px;
}

.visual-drop.drop-4 .visual-drop-inner {
  bottom: 22px;
  left: 22px;
}

.visual-drop.drop-5 {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.visual-drop.drop-5 .visual-drop-inner {
  bottom: 22px;
  left: 22px;
}

.visual-drop-inner {
  display: none;
  position: absolute;
  z-index: 2;
  width: 536px;
  height: 270px;
}

.visual-drop-inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-drop-inner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 24px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.areas-of-use {
  padding: 60px 0;
}

.areas-of-use .headline {
  margin-bottom: 0;
}

.area-slider-container {
  position: relative;
}

.area-item {
  position: relative;
}

.area-item .img-box {
  position: absolute;
  z-index: 1;
  top: 88px;
  left: 0;
  right: 0;
}

.area-item img {
  max-width: 100%;
}

.area-item .text-box {
  position: relative;
  z-index: 2;
  margin: 0px auto;
  width: 922px;
  height: 915px;
  max-width: 100%;
  text-align: center;
  background-size: 100% auto;
  padding: 580px 220px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border-radius: 50%;
}

.area-item .text-box {
  font-size: 16px;
}

.area-item .text-box span {
  display: block;
  font-size: 32px;
  font-weight: 43px;
  margin-bottom: 30px;
  font-weight: 900;
}

.area-item .text-box:before {
  z-index: -1;
  left: 136px;
  right: 136px;
  top: 136px;
  bottom: 136px;
  background: #fff;
  border-radius: 50%;
}

.area-item .text-img {
  width: 600px;
  height: 400px;
  position: absolute;
  z-index: 2;
  top: 180px;
  left: 55%;
  transform: translateX(-50%);
}

.area-item .text-img img {
  max-width: 100%;
  max-height: 100%;
}

.area-slider-container .slick-dots {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 789px;
  height: 789px;
  border: 2px solid #bcbbbb;
  border-radius: 50%;
}

.area-slider-container .slick-dots li {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.area-slider-container .slick-dots li a {
  display: inline-block;
  width: 84px;
  height: 84px;
  overflow: hidden;
}

.area-slider-container .slick-dots li img {
  width: 100%;
  height: 100%;
}

.area-slider-container .slick-dots li:first-child {
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}

.area-slider-container .slick-dots li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}

.area-slider-container .slick-dots li:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}

.area-slider-container .slick-dots li:last-child {
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}

.proposal {
  padding: 60px 0 120px;
  overflow: hidden;
}

.proposal-text .headline {
  margin-bottom: 119px;
}

.proposal-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 35px;
}

.round-items {
  display: flex;
}

.round-items .item {
  flex: 0 0 175px;
  max-width: 175px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  font-style: italic;
}

.round-items .item:not(:last-child) {
  margin-right: 55px;
}

.round-items .round {
  margin: 0px auto 11px;
  width: 141px;
  height: 143px;
  line-height: 140px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
}

.round-items .round span {
  font-size: 18px;
}

.round-items .item-1 .round {
  background: url(../images/avif/pr-round-1.avif) 0 0 no-repeat;
}

.round-items .item-2 .round {
  background: url(../images/avif/pr-round-2.avif) 0 0 no-repeat;
}

.skill-block p {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}

.proposal-form {
  padding: 360px 0 32px 88px;
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.proposal-form:after {
  z-index: -1;
  top: 0;
  height: 323px;
  left: 0;
  right: -9999px;
  background: url(../images/avif/pr-bg.avif) 0 0 no-repeat #f8f8f8;
}

.proposal-form:before {
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: #f8f8f8;
}

.proposal-form .sm-form {
  max-width: 560px;
}

.proposal-form .agree {
  margin-bottom: 22px;
}

.proposal-form-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 27px;
  font-weight: 700;
  font-style: italic;
}

.history {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.history:before {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 580px;
  background: #f8f8f8;
}

.history-title-box {
  display: flex;
}

.history-title-box .img-box {
  height: 406px;
  overflow: hidden;
}

.history-title-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.old-history {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 184px;
}

.old-history .img-box {
  margin-bottom: 30px;
}

.old-history .history-title {
  text-align: right;
  padding-right: 97px;
}

.new-history {
  flex: 0 0 50%;
  max-width: 50%;
  background: #f8f8f8;
  position: relative;
}

.new-history:before {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: #f8f8f8;
}

.new-history .img-box {
  margin-bottom: 215px;
}

.new-history .history-title {
  padding-left: 97px;
}

.history-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  font-style: italic;
  color: #e58e1a;
}

.history-columns-box {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0px 0 45px;
}

.history-columns-box:before {
  z-index: 2;
  top: -25px;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 1%, #e58e1a 56%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}

.history-columns-box .item {
  position: relative;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
}

.history-columns-box .item span {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 28px;
}

.history-columns-box .item:before {
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #e58e1a;
  background: #fff;
  top: 10px;
}

.history-columns-box .item:after {
  z-index: 1;
  width: 94px;
  height: 1px;
  top: 15px;
}

.old-column {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 26px;
}

.old-column .item {
  text-align: right;
  padding-right: 123px;
}

.old-column .item:first-child {
  margin-bottom: 95px;
}

.old-column .item:before {
  right: -5px;
}

.old-column .item:after {
  right: 0;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #e58e1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e58e1a", GradientType=1);
}

.new-column {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 57px;
  background: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#ffffff", GradientType=0);
  position: relative;
  z-index: 1;
}

.new-column::before {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#ffffff", GradientType=0);
}

.new-column .item {
  text-align: left;
  padding-left: 123px;
}

.new-column .item:nth-child(2) {
  margin-bottom: 93px;
}

.new-column .item:nth-child(4) {
  margin-bottom: 100px;
}

.new-column .item:before {
  left: -5px;
}

.new-column .item:after {
  left: 0;
  background: #e58e1a;
  background: linear-gradient(to right, #e58e1a 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58e1a", endColorstr="#ffffff", GradientType=1);
}

.comments {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #e9e9e9;
}

.comments:before {
  z-index: -1;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 710px solid #e58e1a;
  border-right: 150px solid transparent;
}

.comments:after {
  z-index: -1;
  bottom: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 720px solid #323232;
  border-left: 150px solid transparent;
}

.comments-hd-box {
  display: flex;
  justify-content: space-between;
}

.comm-slider-nav {
  flex: 0 0 130px;
  max-width: 130px;
}

.comm-slider-nav .slick-arrow.slick-next:before {
  left: 20px;
  top: 20px;
}

.comm-slider-container {
  margin: 0 -15px;
}

.comm-item {
  padding: 0 15px;
}

.comm-item .img-box {
  margin-bottom: 32px;
  position: relative;
  height: 332px;
  overflow: hidden;
}

.comm-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-item p {
  margin-bottom: 0;
  font-style: italic;
}

.comm-item .video-plug a.play {
  background: rgba(229, 142, 26, 0.8);
}

.comm-slider-nav {
  display: flex;
  justify-content: space-between;
  width: 130px;
}

.footer {
  background: #323232;
  overflow: hidden;
}

.footer .container {
  display: flex;
}

.footer .logo {
  display: inline-block;
  width: 224px;
  margin-bottom: 36px;
}

.footer .logo img {
  max-width: 100%;
}

.footer .form-control {
  color: #fff;
}

.footer .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.footer .form-control:-ms-input-placeholder {
  color: #fff;
}

.footer .form-control::-ms-input-placeholder {
  color: #fff;
}

.ftr-left {
  width: 270px;
  padding: 50px 15px 50px 0;
  background: #e9e9e9;
  position: relative;
  z-index: 1;
}

.ftr-left:before {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: #e9e9e9;
}

.f-list {
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: italic;
}

.f-list li {
  display: block;
  margin-bottom: 14px;
}

.f-list li a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
}

.f-list li a:hover {
  color: #e58e1a;
}

.copy {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #4d4d4d;
}

.ftr-right {
  padding: 50px 0 50px 65px;
  flex: 1 1 auto;
  width: 1%;
}

.ftr-right p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 22px;
  color: #b7b7b7;
}

.ftr-form {
  margin-bottom: 24px;
}

.ftr-form .form-row .form-control-box {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.21);
}

.ftr-form .form-row .add {
  color: #fff;
}

.ftr-form-title {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin: 10px 0;
}

.case-info {
  display: flex;
  align-items: center;
}

.case-info .logo {
  display: inline-block;
  vertical-align: top;
  flex: 0 0 74px;
  max-width: 74px;
  margin-bottom: 0;
}

.case-info .logo img {
  max-width: 100%;
}

.case-info p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 0;
}

.mob-nav {
  display: none;
  position: fixed;
  z-index: 100;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  bottom: 0;
}

.mob-nav ul {
  display: flex;
}

.mob-nav ul li {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  width: 100%;
}

.mob-nav ul li:first-child a,
.mob-nav ul li:last-child a {
  position: relative;
  z-index: 1;
}

.mob-nav ul li:first-child a:before,
.mob-nav ul li:last-child a:before {
  z-index: -1;
  top: 0;
  bottom: 0;
}

.mob-nav ul li:first-child a:before {
  left: -9999px;
  right: 0;
}

.mob-nav ul li:last-child a:before {
  right: -9999px;
  left: 0;
}

.mob-nav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}

.mob-nav ul a.active {
  background: #e58e1a;
}

.mob-nav ul a.active:before,
.mob-nav ul a.active:after {
  background: #e58e1a;
}

.mob-nav ul a.active svg {
  fill: #fff;
}

.mob-nav ul span {
  display: block;
}

.mob-nav ul svg {
  fill: #858585;
}

.mob-nav .ico-1 span {
  width: 49px;
  height: 34px;
}

.mob-nav .ico-2 span {
  width: 48px;
  height: 35px;
}

.mob-nav .ico-3 span {
  width: 39px;
  height: 48px;
}

.mob-nav .ico-4 span {
  width: 43px;
  height: 37px;
}

.mob-nav .ico-5 span {
  width: 31px;
  height: 31px;
}

.mob-nav .ico-6 span {
  width: 33px;
  height: 33px;
}

.get-modal .modal-dialog {
  max-width: 1096px;
}

.get-modal .modal-content {
  position: relative;
  background: none;
  border-radius: 0;
  padding: 0 224px 157px;
  border: 0;
  display: block;
}

.get-modal .modal-content:before {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 648px;
  height: 269px;
  background: url(../images/avif/modal-car.avif) 0 0 no-repeat;
}

.get-modal .close {
  opacity: 1 !important;
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 14px;
  height: 14px;
}

.get-modal .close svg {
  fill: #fff;
}

.get-modal .modal-body {
  position: relative;
  padding: 0;
}

.modal-title {
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}

.inner-modal {
  padding: 30px 40px 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.inner-modal .sm-form {
  margin-bottom: 0;
}

.inner-modal .agree {
  color: #000;
  margin-bottom: 22px;
}

.modal-form-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 33px;
}

.modal-form-title span {
  font-weight: 900;
  color: #e58e1a;
}

.dealers {
  padding-top: 113px;
}

.dealers img {
  max-width: 100%;
}

/**********/
.skill-block {
  display: flex;
}

.skill-box>h3 {
  margin-bottom: 15px;
  color: #333;
}

.skill-box>.skills-circle>ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.skill-box>.skills-circle>ul>li {
  width: 150px;
  height: 150px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
}

.skill-box>.skills-circle>ul>li>span {
  color: #7a7;
}

.skill-box>.skills-circle>ul>li>span.text,
.skill-box>.skills-circle>ul>li>span~b {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: -5px;
  z-index: 1;
  font-style: italic;
  white-space: nowrap;
}

.skill-box>.skills-circle>ul>li>span.text strong,
.skill-box>.skills-circle>ul>li>span~b strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}

.skill-box>.skills-circle>ul>li>span.text~b,
.skill-box>.skills-circle>ul>li>span~b~b {
  font-weight: normal;
  margin-top: 8px;
}

.skill-box>.skills-circle>ul>li>span.bar-circle-right,
.skill-box>.skills-circle>ul>li>span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #db8f28;
  clip: rect(0, 75px, 150px, 0);
}

.skill-box>.skills-circle>ul>li>span.bar-circle-left {
  background: #e8e8e8;
}

.skill-box>.skills-circle>ul>li>span.bar-circle-cover {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.skill-box>.skills-circle>ul>li>span.text,
.skill-box>.skills-circle>ul>li>span~b {
  display: block;
  line-height: 142px;
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  font-weight: 900;
}

@media (min-width: 1380px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1495px) {
  .benefits-slider-container {
    padding: 0 64px;
  }

  .benefits-slider-container .slick-arrow.slick-arrw-prew {
    left: -64px;
  }

  .benefits-slider-container .slick-arrow.slick-arrw-next {
    right: -64px;
  }

  .benefits-item .img-box {
    width: auto;
  }

  .benefits-item .text {
    padding-left: 0;
  }
}

@media (max-width: 1379px) {

  .comments:before,
  .comments:after {
    display: none;
  }

  .top-nav li {
    padding: 0 10px;
  }

  .btn,
  .sale,
  .modal-title {
    font-size: 17px;
    white-space: nowrap;
  }

  .sale {
    font-size: 42px;
  }

  .benefits-item .ico {
    margin-top: 0;
  }

  .benefits-item span {
    margin-bottom: 15px;
  }

  .ftr-form-title {
    font-size: 30px;
  }

  .ftr-form .btn,
  .ftr-form .sale,
  .ftr-form .modal-title {
    font-size: 13px;
  }

  .benefits-slider-container .slick-arrow {
    top: 114px;
  }

  .gallery .col-1 {
    flex: 0 0 51%;
    max-width: 51%;
  }

  .gallery .col-2 {
    flex: 0 0 24%;
    max-width: 24%;
  }

  .gallery .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1199px) {
  .benefits-slider-container .slick-arrow.slick-next:before {
    left: 11px;
    top: 11px;
  }

  .comm-slider-nav .slick-arrow.slick-next:before {
    left: 11px;
    top: 12px;
  }

  .hero .form-row {
    margin-left: 0;
  }

  main {
    padding-top: 67px;
  }

  .top-nav {
    display: none;
  }

  .header {
    padding: 13px 0;
  }

  .hero .container {
    background: url(../images/avif/hero-md.avif) right top no-repeat;
  }

  .hero-top {
    padding-top: 56px;
    height: 616px;
  }

  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 64px;
  }

  .hero-models {
    font-size: 20px;
    line-height: 27px;
  }

  .hero-models li {
    margin-right: 30px;
  }

  .sale {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 30px;
    margin-bottom: 20px;
  }

  .hero-form-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 23px;
  }

  .hero-btm {
    padding-bottom: 23px;
  }

  .video-title {
    font-size: 22px;
  }

  .video-box {
    padding-bottom: 30px;
  }

  .headline {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 23px;
  }

  .slider-container .slick-dots {
    display: none !important;
  }

  .slide .view-box {
    justify-content: center;
  }

  .slider-nav {
    top: 280px;
    width: 100%;
  }

  .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .slick-arrow.slick-prev:before {
    left: 13px;
    top: 13px;
  }

  .slick-arrow.slick-next:before {
    left: 11px;
    top: 11px;
  }

  .descript-model {
    padding-top: 0;
  }

  .slide .title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 30px;
    text-align: center;
  }

  .models:before {
    display: none;
  }

  .models .sm-form {
    margin-top: 0;
  }

  .models {
    padding: 30px 0 1px;
  }

  .models .headline {
    text-align: center;
  }

  .benefits {
    padding: 30px 0;
  }

  .benefits-slider-container {
    padding: 0;
  }

  .benefits-item p {
    line-height: 28px;
  }

  .benefits-item .ico {
    display: none;
  }

  .benefits-slider-container {
    padding: 0 50px;
  }

  .benefits-slider-container .slick-arrow.slick-prev {
    left: -50px;
  }

  .benefits-slider-container .slick-arrow.slick-next {
    right: -50px;
  }

  .benefits-slider-container .slick-arrow {
    z-index: 10;
    top: 104px;
  }

  .gallery {
    padding: 30px 0 1px;
  }

  .complectation {
    padding: 30px 0 1px;
  }

  .tab-container {
    flex-wrap: wrap;
  }

  .tab-container .nav-tabs {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    margin-bottom: 27px;
  }

  .tab-container .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .tab-container .nav-link span {
    font-size: 20px;
    line-height: 28px;
  }

  .tab-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .complect-list li {
    font-size: 18px;
    line-height: 24px;
  }

  .complect-list li span:last-child {
    font-weight: 900;
  }

  .promo-form-title {
    font-size: 22px;
    line-height: 30px;
  }

  .promo-form-title span {
    padding: 13px 80px 13px 0;
  }

  .promo-form-inner {
    padding: 30px 30px 30px 0;
  }

  .promo-form-inner .sm-form {
    margin-bottom: 0;
  }

  .container>.promo-form-title {
    margin-bottom: 0;
  }

  .promo-form-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .promo-form {
    margin-bottom: 30px;
  }

  .areas-of-use {
    padding: 30px 0;
  }

  .visualization {
    padding: 30px 0;
  }

  .visual-drop.drop-1 .visual-drop-inner {
    left: 50%;
    transform: translateX(-50%);
  }

  .visual-drop.drop-2 .visual-drop-inner,
  .visual-drop.drop-3 .visual-drop-inner,
  .visual-drop.drop-5 .visual-drop-inner {
    left: 50%;
    transform: translateX(-50%);
    right: auto !important;
  }

  .proposal {
    padding: 30px 0;
  }

  .proposal-text .headline {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 30px;
  }

  .proposal-text p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .proposal-form-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 19px;
  }

  .proposal-form {
    padding-left: 30px;
  }

  .new-history .img-box {
    margin-bottom: 30px;
  }

  .old-history {
    padding-top: 0;
  }

  .history-title {
    font-size: 20px;
    line-height: 27px;
  }

  .history-columns-box .item {
    font-size: 16px;
    line-height: 24px;
  }

  .history-columns-box .item span {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 32px;
  }

  .history {
    padding: 30px 0;
  }

  .history:before {
    height: 500px;
  }

  .new-column,
  .new-history {
    background: none;
  }

  .comments {
    padding: 30px 0;
  }

  .comments:after,
  .comments:before {
    display: none;
  }

  .comm-item .img-box {
    margin-bottom: 24px;
  }

  .ftr-right {
    padding: 28px 0 30px 32px;
  }

  .ftr-left {
    padding: 28px 0;
  }

  .ftr-form-title {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 30px;
  }

  .ftr-form .form-row {
    padding-top: 0;
  }

  .footer .logo {
    width: 166px;
    margin-bottom: 22px;
  }

  .case-info .logo {
    margin-bottom: 0;
  }

  .comm-slider-nav {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .mob-nav {
    display: block;
  }

  .visual-item.item-2 .img-title {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }

  .get-modal .modal-content {
    padding: 0;
  }

  .get-modal .modal-content:before {
    display: none;
  }

  .get-modal .modal-dialog {
    max-width: 608px;
  }

  .descript-model .complect-list li span {
    background: transparent;
  }

  .dealers {
    padding-top: 40px;
  }

  .new-column::before,
  .new-history:before {
    display: none;
  }

  footer {
    padding-bottom: 81px;
  }
}

@media (max-width: 991px) {
  footer {
    padding-bottom: 49px;
  }

  .benefits-item .img-box {
    margin-bottom: 18px;
  }

  .hero {
    background: url(../images/avif/hero-md.avif) right top no-repeat #f8f8f8;
  }

  .hero .container {
    background: none;
  }

  .container {
    max-width: 638px;
  }

  .video-box {
    padding-top: 60px;
  }

  .video-title {
    font-size: 34px;
    line-height: 32px;
    text-align: center;
  }

  .video-box .text {
    display: block;
    padding-bottom: 60px;
    margin-bottom: 40px;
    height: auto;
  }

  .gallery .item a {
    height: 260px;
  }

  .tab-container .nav-link {
    flex-wrap: wrap;
  }

  .tab-container .nav-link img {
    order: -1;
  }

  .tab-container .nav-link span {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }

  .tab-container .nav-link:before {
    bottom: 43px;
  }

  .tab-container .nav-link.active span {
    color: #e58e1a;
  }

  .area-item .text-box {
    padding: 615px 0 0;
    background: none;
    height: auto;
    border-radius: 0;
  }

  .area-item .text-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    width: 608px;
    height: 608px;
    border-radius: 50%;
  }

  .area-item .text-img {
    width: 394px;
    height: 377px;
    top: 88px;
  }

  .area-item .text-box:before {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: auto;
    height: 508px;
  }

  .area-item .text-box span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .area-item .img-box {
    top: 123px;
    height: 349px;
  }

  .area-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .area-slider-container .slick-dots {
    top: 50px;
    width: 508px;
    height: 508px;
  }

  .area-slider-container .slick-dots li a {
    width: 72px;
    height: 72px;
  }

  .area-slider-container .slick-dots li:first-child {
    top: -35px;
  }

  .area-slider-container .slick-dots li:nth-child(2) {
    right: -35px;
  }

  .area-slider-container .slick-dots li:nth-child(3) {
    left: -35px;
  }

  .area-slider-container .slick-dots li:last-child {
    bottom: -35px;
  }

  .visual-item .img-title {
    max-width: 100% !important;
    bottom: auto !important;
    top: 0;
    position: static;
    background: #000;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .visual-item .img-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .visual-item .img-title span {
    line-height: 28px;
  }

  .visual-item .img-title strong {
    font-size: 28px;
  }

  .visual-drop.drop-2 {
    bottom: 36px;
    right: 120px;
  }

  .visual-drop.drop-4 {
    left: 40px;
    bottom: 20px;
  }

  .visual-drop.drop-3 {
    left: 200px;
  }

  .visual-drop-inner .text {
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .visual-drop-inner {
    width: 400px;
    height: 200px;
  }

  .visual-drop.drop-2 .visual-drop-inner {
    left: auto;
    transform: translateX(0);
    right: 22px !important;
  }

  .visualization {
    padding-bottom: 1px;
  }

  .round-items {
    justify-content: center;
    margin-bottom: 27px;
  }

  .proposal-form:before {
    display: none;
  }

  .proposal-form {
    padding-right: 30px;
  }

  .proposal-form .sm-form {
    margin-bottom: 0;
  }

  .proposal {
    padding-bottom: 0;
  }

  .headline {
    font-size: 28px;
    line-height: 36px;
  }

  .history-title-box .img-box {
    display: none;
  }

  .new-column {
    padding-top: 26px;
  }

  .history:before {
    display: none;
  }

  .history-columns-box .item {
    margin-bottom: 16px !important;
  }

  .history-columns-box:before {
    left: 5px;
  }

  .new-column .item {
    padding-left: 70px;
  }

  .history-columns-box .item:after {
    width: 60px;
  }

  .old-column .item {
    padding: 0 0 0 70px;
    text-align: left;
  }

  .old-column .item:before {
    left: 0;
  }

  .old-column .item:after {
    left: 0;
    background: #e58e1a;
    background: linear-gradient(to right, #e58e1a 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58e1a", endColorstr="#ffffff", GradientType=1);
  }

  .history-columns-box {
    display: block;
  }

  .history-columns-box>div {
    width: 100%;
    max-width: 100%;
  }

  .new-history .history-title,
  .old-history .history-title {
    padding: 0;
    text-align: left;
    color: #000;
  }

  .active-old .old-history .history-title {
    color: #e58e1a;
  }

  .active-old .new-column {
    display: none;
  }

  .active-new .new-history .history-title {
    color: #e58e1a;
  }

  .active-new .old-column {
    display: none;
  }

  .footer .container {
    flex-direction: column-reverse;
  }

  .ftr-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .ftr-left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -9999px;
    background: #e9e9e9;
  }

  .ftr-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .f-list {
    padding-bottom: 10px;
    text-align: center;
  }

  .mob-nav ul a {
    height: 48px;
  }

  .mob-nav .ico-1 span {
    width: 38px;
    height: 27px;
  }

  .mob-nav .ico-2 span {
    width: 36px;
    height: 26px;
  }

  .mob-nav .ico-3 span {
    width: 30px;
    height: 26px;
  }

  .mob-nav .ico-4 span {
    width: 25px;
    height: 25px;
  }

  .mob-nav .ico-5 span {
    width: 27px;
    height: 27px;
  }

  .mob-nav .ico-6 span {
    width: 24px;
    height: 24px;
  }

  .gallery .col-2,
  .gallery .col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .proposal-form:after {
    right: 0;
  }
}

@media (max-width: 767px) {
  .benefits-slider-container {
    padding: 0;
  }

  .benefits-slider-container .slick-arrow.slick-prev {
    left: 0;
  }

  .benefits-slider-container .slick-arrow.slick-next {
    right: 0;
  }

  .proposal-form:after {
    height: 244px;
    background-position: center center;
  }

  .dealers {
    padding-top: 20px;
  }

  .container {
    max-width: 540px;
  }

  .hero {
    background-image: url(../images/avif/hero-sm.avif);
    background-position: center 126px;
  }

  .hero-top {
    padding-top: 20px;
    height: 392px;
    text-align: center;
  }

  h1 {
    font-size: 18px;
  }

  .hero-title {
    font-size: 43px;
    line-height: 57px;
  }

  .hero-models {
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
  }

  .hero-models li:last-child {
    margin-right: 0;
  }

  .hero-btm {
    padding: 10px 0 37px;
  }

  .hero-btm .sm-form {
    display: none;
  }

  .sale {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 23px;
    padding: 0;
    color: #000;
    transform: skew(0);
    width: 100%;
    text-align: center;
    background: none;
    font-weight: 900;
  }

  .sale span {
    transform: skew(0);
    display: none;
  }

  .video-box {
    padding: 20px 0;
  }

  .video-box .text {
    padding-bottom: 37px;
    margin-bottom: 32px;
  }

  .video-box .text:before {
    height: 20px;
  }

  .video-title {
    font-size: 20px;
  }

  .video-title span {
    line-height: 19px;
    margin-bottom: 0;
  }

  .models {
    padding: 20px 0 1px;
  }

  .models .headline {
    text-align: left;
    margin-bottom: 0;
  }

  .slide .view-box {
    height: 250px;
  }

  .slider-nav {
    top: 205px;
  }

  .slide .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .descript-model .complect-list li {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 0;
    color: #000;
  }

  .descript-model .complect-list li:before {
    display: none;
  }

  .descript-model .complect-list li:after {
    top: 6px;
  }

  .descript-model .complect-list li .ico {
    display: none;
  }

  .descript-model .complect-list li strong {
    padding-left: 20px;
    position: relative;
  }

  .descript-model .complect-list li strong:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 19px;
    transform: skew(-20deg);
    background: #e58e1a;
  }

  .descript-model .complect-list li span:first-child {
    margin-left: -20px;
  }

  .models .sm-form {
    margin-bottom: 0;
  }

  .benefits {
    padding: 20px 0;
  }

  .headline {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-item .img-box {
    height: 210px;
    text-align: center;
    margin-bottom: 20px;
  }

  .benefits-item .img-box img {
    display: inline-block;
    vertical-align: top;
    max-height: 100%;
  }

  .benefits-slider-container .slick-arrow {
    top: 87px;
    margin-top: 0;
  }

  .benefits-item span {
    font-size: 18px;
    line-height: 24px;
  }

  .benefits-item p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .gallery {
    padding: 10px 0;
  }

  .gallery .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gallery div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery .item {
    margin-bottom: 10px;
  }

  .gallery .item a {
    height: 168px !important;
  }

  .tab-title {
    display: none;
  }

  .complect-list li {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-bottom: 6px;
  }

  .complect-list li:before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e58e1a;
    background: linear-gradient(to right, #e58e1a 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58e1a", endColorstr="#e9e9e9", GradientType=1);
    border: 0;
  }

  .complect-list li:last-child:before {
    display: none;
  }

  .complect-list li span {
    display: block;
  }

  .complect-list li span:first-child {
    padding-right: 0;
    margin-bottom: 0px;
    color: #3a3a3a;
    max-width: none;
  }

  .complect-list li span:nth-child(2) {
    font-size: 16px;
    line-height: 32px;
    padding-left: 0;
    max-width: none;
  }

  .areas-of-use {
    padding: 10px 0;
  }

  .areas-of-use .headline {
    margin-bottom: 0;
  }

  .area-item .img-box {
    top: 62px;
    height: 217px;
  }

  .area-item .text-box {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-top: 340px;
    width: 342px;
  }

  .area-item .text-box:before {
    left: 40px;
    right: 40px;
    top: 40px;
    height: 262px;
  }

  .area-item .text-box:after {
    width: 342px;
    height: 342px;
  }

  .area-item .text-img {
    width: 221px;
    height: 221px;
    top: 51px;
  }

  .area-item .text-box span {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .area-slider-container .slick-dots {
    width: 262px;
    height: 262px;
    top: 40px;
  }

  .area-slider-container .slick-dots li a {
    width: 60px;
    height: 60px;
  }

  .visualization {
    padding-top: 10px;
  }

  .visual-item .img-title {
    padding: 15px;
    font-size: 15px;
  }

  .visual-item .img-title span {
    font-size: 18px;
  }

  .visual-item .img-title strong {
    font-size: 24px;
  }

  .visual-drop.drop-2 .visual-drop-inner {
    left: -320px;
  }

  .proposal {
    padding-top: 0;
  }

  .proposal-text p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 29px;
  }

  .proposal-form {
    padding: 275px 15px 32px;
    background-size: auto 244px;
  }

  .proposal-form-title {
    font-size: 18px;
    font-weight: 900;
  }

  .history-columns-box .item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .history-columns-box .item span {
    font-size: 18px;
  }

  .visual-drop .visual-drop-inner {
    display: none !important;
  }

  .visual-drop-inner.is-visible {
    display: block !important;
    position: relative !important;
  }

  .visual-drop-inner {
    margin-bottom: 24px;
    width: 100%;
  }

  .get-modal .modal-dialog {
    max-width: 342px;
  }

  .modal-title {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 15px;
  }

  .inner-modal {
    padding: 24px;
  }

  .modal-form-title {
    margin-bottom: 20px;
  }

  .get-modal .form-row {
    padding-top: 0;
    display: block;
  }

  .get-modal .form-row .form-group {
    max-width: 100%;
  }

  .slide .view-box {
    padding: 0 24px;
  }

  .mob-indent-1 {
    margin: 0 15px;
  }

  .mob-indent img {
    margin-right: -47px;
  }

  .descript-model .complect-list li span:first-child {
    max-width: 100%;
  }

  .descript-model .complect-list li span:first-child br {
    display: none;
  }

  .slick-arrow {
    background: #e58e1a;
    border-color: #e58e1a;
  }

  .slick-arrow:before {
    border-color: #fff !important;
  }
}

@media (max-width: 577px) {

  .ftr-form .btn,
  .ftr-form .sale,
  .ftr-form .modal-title {
    font-size: 18px;
  }

  .container {
    max-width: none;
  }

  .header .btn,
  .header .sale,
  .header .modal-title {
    display: none;
  }

  .hero .btn,
  .hero .sale,
  .hero .modal-title {
    width: 300px;
    max-width: 100%;
    margin: 25px auto;
    display: block;
  }

  .form-row {
    margin: 0;
    display: block;
  }

  .form-row .form-group {
    max-width: 100%;
  }

  .tab-container .nav-tabs {
    margin-left: -5px;
    margin-right: -5px;
    max-width: none;
  }

  .tab-container .nav-item {
    padding: 0 5px;
  }

  .tab-container {
    display: block;
  }

  .tab-container .nav-link img {
    height: 60px;
  }

  .tab-container .nav-link span {
    font-size: 16px;
    line-height: 21px;
  }

  .tab-container .tab-content {
    width: 100%;
  }

  .promo-form-inner {
    margin-right: -15px;
    padding-right: 15px;
    background: #000;
  }

  .promo-form-inner:before {
    transform: skew(0);
  }

  .round-items {
    justify-content: space-between;
  }

  .round-items .item:not(:last-child) {
    margin-right: 15px;
  }

  .phone {
    padding-right: 0;
  }

  .visual-drop.drop-2 {
    right: 40px;
  }

  .get-modal .modal-dialog {
    max-width: none;
  }

  .get-modal .btn,
  .get-modal .sale,
  .get-modal .modal-title {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .get-modal .modal-title {
    width: auto;
  }

  main {
    padding-top: 62px;
  }
}

@media (max-width: 370px) {
  .hero-title {
    font-size: 35px;
  }

  .video-title {
    font-size: 16px;
  }

  .tab-container .nav-link img {
    height: 40px;
  }

  .round-items .item:not(:last-child) {
    margin-right: 0;
    margin: 0px auto 20px;
  }

  .round-items .item {
    margin-right: 0;
    margin: 0px auto;
  }

  .round-items {
    display: block;
  }

  .proposal-form .btn,
  .proposal-form .sale,
  .proposal-form .modal-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-modal .modal-title {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
}

/* new styles */
.select_city {
  display: flex;
  margin-left: 20px;
}

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

.icon_phone_header {
  width: 24px;
  height: 24px;
}

.hero-sticker {
  margin-top: 30px;
  max-width: 320px;
}

.form-row .form-group--second {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.form-row .form-group--second {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.hero .form-row {
  margin-left: 0;
}

.video-plug .play,
.video-plug .play:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-plug .play {
  display: block;
  position: absolute;
  z-index: 11;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
}

.play::before {
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
}

.video-plug .play,
.video-plug .play:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.visual-drop-inner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.proposal_block {
  margin-top: 20px;
}

.footer_btn {
  font-size: 13px;
}

.button-up {
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 50%;
  background: #eaa548;
  color: white;
  z-index: 3;
  padding: 3px;
  color: white;
  transition: all 0.3s;
}

.button-up img {
  width: 50px;
}

.powered-by {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.powered-by__text {
  font-size: 0.875rem;
  font-weight: 500;
}

.powered-by__logo {
  max-width: 7rem;
  margin-left: 1rem;
}

.footer-disclaimer {
  margin-top: 20px;
}

.footer-disclaimer__text {
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
}

button.btn.footer_btn span {
  margin-left: -20px;
}

.map_city {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
  color: #fff;
  background: #e58e1a;
  padding: 10px 40px 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  border: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  transform: skewX(-20deg);
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: 20px;

  font-size: 13px;

  width: 124px;
  height: 38px;

  background: #e58e1a;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
}

.map_dealer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 219px;
  height: 126px;
  background: #ffffff;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.map_dealer div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 4px;

  flex: none;
  order: 1;
  flex-grow: 0;
  /* Адрес: Адрес */

  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  letter-spacing: -0.01em;

  color: #03060a;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.map_dealer svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.map_dealer_address {
  display: flex;
}

.map_dealer_phone {
  display: flex;
}

.city-dropdown {
  position: absolute;
  z-index: 1000;
  width: 150px;

  top: 70px;
  left: auto;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 140px;
  height: auto;
  background: #e9e9e9;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.city-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.city-dropdown li {
  padding: 10px;
  cursor: pointer;
}

.city-dropdown li:hover {
  background-color: #f0f0f0;
}

.city-dropdown li {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;

  letter-spacing: -0.01em;

  color: #03060a;

  flex: none;
  order: 3;
  flex-grow: 0;
}

.city-dropdown li:hover {
  transition: 0.3s;
  color: #e58e1a;
}

.modal_map_inner {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  width: 344px !important;
}

.modal_map_inner.show {
  visibility: visible;
  opacity: 1;
}

.modal_map_inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  min-width: 300px;
  text-align: center;
  max-width: 200px;
  max-height: 600px;
}

.form_case {
  background: #f8f8f8;
}

#map {
  width: 100%;
  height: 476px;
}

/* Стили для формы обратной связи */
.feedback-form {
  display: none;
  /* Скрываем форму по умолчанию */
  margin-top: 20px;
}

.map_form {
  flex-direction: column;
  display: flex;
}

.right_form_map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
  max-height: 476px;
  background: #03060a;
}

.right_form_map .headline_form {
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  font-weight: 900;
  font-style: italic;
}

.right_form_map .form-group {
  padding: 0 7px;
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  max-width: 100%;
}

.map_form .agree {
  margin-bottom: 40px;
}

.map_form .btn {
  max-width: 214px;
}

.map_form .form-control-box {
  border: 1px solid #f9f6f6;
  background-color: #363636;
}

.map_form .form-control::placeholder {
  color: #fff;
}

.map_form select {
  color: #fff;
}

.btn_map_send {
  font-size: 14px;
}

.selected_city .form-control-box {
  border: 1px solid #e58e1a;
  background: #e58e1a;
  transform: skewX(0deg);
  max-width: fit-content;
  min-width: 200px;
}

.selected_city .form-control-box select {
  transform: skewX(0deg) !important;
  font-size: 14px;
  color: #fff;
}

.filter {
  position: absolute;
  width: 100%;
}

.selected_city .form-control-box select option {
  color: black;
  /* Цвет текста для всех option */
  background-color: white;
  /* Цвет фона для option */
}

.body .ymaps-b-balloon {
  margin: -54px 0 0 -38px;
  width: 344px !important;
  background: #fff;
  background: var(--card_bg_black);
  border-radius: 3px;
  padding: 25px 45px 30px 32px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
  box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
}

.map-detail-items__item-buttons {
  min-width: 219px;
  width: 219px;
  margin-bottom: 20px;
}

.map-detail-items__item-property-title.font_13.muted {
  width: 104px;
  height: 16px;
  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #03060a;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.map-detail-items__item-property-value .value {
  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;

  color: #03060a;
}

.bottom_props {
  margin-top: 16px;
}

.map-detail-items__item-property {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.map-detail-items__item-property img {
  margin-right: 16px;
}

.map-detail-items__item-props {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.map-detail-items__item-props img {
  margin-right: 16px;
}

.selected_city .form-control:focus {
  box-shadow: none;
}

.select_city_form_white option {
  color: #000;
}

.select_city_form_black option {
  color: #fff;
  background-color: #03060a;
}

.right_form_map .form-control {
  color: #fff !important;
}

.benefits-item .ico {
  display: none;
}

/* .form-row .form-control:focus {
    transform: skewX(20deg);
        font-style: normal;
} */

/* .selected_city .form-row .form-control:focus {
    transform: skewX(0deg);
        font-style: normal;
} */

#thankYouModal .modal-content:before {
  background: none;
}

.successModal {
  top: 50%;
}

@media (min-width: 1278px) and (max-width: 1300px) {
  h1 {
    font-size: 29px;
    line-height: 48px;
    color: #000;
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) and (max-width: 1380px) {
  h1 {
    font-size: 37px;
    line-height: 48px;
    color: #000;
    margin-bottom: 0;
  }
}

.models-info {
  display: block;
  font-weight: 700;
  font-style: italic;
  margin-top: 16px;
}

.list_model {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

.descript-model .complect-list li span:first-child {
  text-align: left;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.diler_item {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .form-row .form-group--second {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    padding: 0 7px;
  }

  .right_form_map {
    display: flex;
    max-height: 100%;
  }

  .map_inner {
    overflow: hidden;
  }
}

.diler_item .value {
  font-weight: 800;
  font-size: 21px;
}

@media (min-width: 1024px) and (max-width: 1380px) {
  .right_form_map .headline_form {
    color: #fff;
    font-size: 27px;
    line-height: 53px;
    font-weight: 900;
    font-style: italic;
  }

  button.btn.footer_btn {
    white-space: wrap;
  }

  button.btn.footer_btn span {
    margin-left: 0;
    line-height: 13px;
  }

  #contactForm2 .form-row .btn span {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .left_head .phone a {
    font-size: 14px;
  }

  button.btn.footer_btn {
    white-space: wrap;
    max-height: 50px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
  }

  button.btn.footer_btn span {
    margin-left: 0;
  }
}

/* @media (max-width: 1379px) {
  .btn,
  .sale,
  .modal-title {
    font-size: 17px;
    white-space: unset;
  }
} */

@media (min-width: 1200px) and (max-width: 1380px) {
  h1 {
    font-size: 28px;
    line-height: 48px;
    color: #000;
    margin-bottom: 0;
  }
}

.form-row .form-control input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  /* Прозрачный фон */
  box-shadow: 0 0 0 30px transparent inset !important;
  /* Прозрачный фон */
  -webkit-text-fill-color: black !important;
  /* Цвет текста */
  background-color: transparent;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  /* Прозрачный фон */
  box-shadow: 0 0 0 30px transparent inset !important;
  /* Прозрачный фон */
  -webkit-text-fill-color: black !important;
  /* Цвет текста */
  background-color: transparent;
}

@media (max-width: 767px) {
  .descript-model .complect-list li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
  }
}

.modal-backdrop {
  opacity: .5;
}