:root {
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-radius-radius-round: 50%;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-space-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-radius-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-radius-radius-imageradius: 8px;
  --dl-radius-radius-inputradius: 24px;
  --dl-radius-radius-buttonradius: 24px;
  --dl-space-space-oneandhalfunits: 24px;
  --background-color: #1F1E1D;
  --text-color: #FFFFFF;
  --text-size-medium:20px;
}

.clearfix:before, .clearfix:after, 
.dl-horizontal dd:before, .dl-horizontal dd:after, 
.container:before, .container:after, 
.container-fluid:before, .container-fluid:after, 
.row:before, .row:after, 
.form-horizontal .form-group:before, .form-horizontal .form-group:after, 
.btn-toolbar:before, .btn-toolbar:after, 
.btn-group-vertical > .btn-group:before, 
.btn-group-vertical > .btn-group:after, 
.nav:before, .nav:after, 
.navbar:before, .navbar:after, 
.navbar-header:before, .navbar-header:after, 
.navbar-collapse:before, .navbar-collapse:after, 
.pager:before, .pager:after, 
.panel-body:before, .panel-body:after, 
.modal-header:before, .modal-header:after, 
.modal-footer:before, .modal-footer:after {
    display: none !important;
    content: none !important;
}
.configurator-slider-items .swiper-slide {
    justify-content: center;
display: flex
;
}
.row{
  margin:0 !important;
}
.sm-show{
  display: none !important;
}
.md-show{
  display: none !important;
}
ul.footer-nav-links a li {
    color: #fff;
}
.white{
  color:#fff;
}
.mt-40{
  margin-top: 40px; 
}
.mb-160{
  margin-bottom: 160px
}
.mt-80{
  margin-top: 80px;
}
.mt-30{
  margin-top: 30px;
}
.mt-108{
  margin-top: 108px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-60{
  margin-bottom: 60px;
}

div#menuPopup{
display:none;
}
.dark-theme {
  --background-color: #1F1E1D;
  --text-color: #ffffff;
  --background-suggest:  #FFFFFF;
  --filter: invert(0);
  --backgroundBtn: rgba(121, 121, 121, 0.4);
  --bgSlider: rgb(108 107 107 / 43%);
  --opacitySlider: 0.5;
  --bgBtnPrice:#FFFFFF;
  --priceColor:#000000;
  --bgFix:rgba(80, 80, 80, 0.4);
  --conf-color:rgb(168, 168, 168);
  --con-prev:url(/local/templates/filmash/images/prev.svg);
  --bord-shadow:rgba(255, 255, 255, 0.7);
  --filter-bg:  hsl(0deg 0% 78% / 10%);
  --overflow-before: linear-gradient(to left, #1f1e1d00, #1F1E1D);
      --select-bg:hsl(0deg 0% 87% / 30%);
}
.light-theme {
  --background-color: #F7F7F7;
  --text-color: #2F2E2E;
  --background-suggest:  #E3E3E3;
  --filter: invert(1);
  --backgroundBtn: rgb(213, 217, 0);
  --bgSlider: hsl(0deg 0% 63.3% / 76%);
  --opacitySlider: 1;
  --bgBtnPrice:rgb(50, 49, 48);
--conf-color:#2F2E2E;
  --priceColor:#ffffff;
  --bgFix:rgba(31, 30, 29, 0.7);
  --con-prev:url(/local/templates/filmash/images/prev-black.svg);
  --bord-shadow:rgba(213, 217, 0, 0.7);
   --filter-bg:  #2F2E2E;
     --overflow-before:  linear-gradient(to left, #1f1e1d00, #1F1E1D);

      --select-bg:hsl(0deg 0% 63.3% / 76%);

}

header {
  z-index: 10;
  width: 100%;
  background: #1F1E1D;
  padding: 15px 0 25px;
  position: relative;
  top: 0;
  /*display: none;*/
}

/*
header.active{
  top: 0 !Important;
 position: fixed !Important;
}*/
header.tophead{
  position: relative;
  top: 0;
}
header ul.nav-links{
  gap: 27px;
}
header nav.nav-header-container {
  padding: 0;
  padding-top: 10px;
}

img{
  max-width: 100%;
}
iframe {
    width: 100%;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #1F1E1D;
    --text-color: #ffffff;

  }
}
button {
  background-color:#F7F7F7 ;
  color: #2F2E2E;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
#theme-toggle {
  background: #27282A;
  border-radius: 100px;
  padding: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;

}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #27282A;
  -webkit-transition: .4s;
  transition: .4s;
}
.light-theme  .slider:before {
  content: url(../images/light.svg);
  right: 4px;
  bottom: 4px;
}
.slider:before {
  position: absolute;

  height: 30px;
  width: 30px;
  transition: .4s;
  left: 4px;
  bottom: 4px;
  background-color: #CCD000;
  -webkit-transition: .4s;
  transition: .4s;
}
.dark-theme .slider:before {
 left: 4px;
 bottom: 4px;
 content: url(../images/dark.svg);
 /*transform: translateX(-40px);*/

}
.fade-init {
    opacity: 0.5 !important;
    transform: translateY(0) !important;
    transition: opacity 0.6s linear, transform 0.6s ease !important;
}

.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

input:checked + .slider {
  background-color: #27282A;
}

.dark-theme input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);

  content: url(../images/dark.svg);
}

.light-theme input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);


  content: url(../images/light.svg);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
button:hover {
  opacity: 0.8;
}
body{
  font-family: 'Futura PT Book';
  background-color: var(--background-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}
a{
  color: var(--text-color);
  text-decoration: none;
}
.container {
  width: 93.8%;
  margin: 0 auto;
  max-width: 100%;
  padding:0;
}
.filmash-front {
/*    max-height: 100%;
    height: fit-content;
    overflow-y: visible;*/
    height: 1000px
  }
  .filmash-front .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    max-height: 100%;
    height: auto;
  }
  .filmash-front .container {
    margin-bottom: 46px;
  }
  .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 47px;
  }
  .filmash-front span.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #616161;
    opacity: 1;
  }
  .filmash-front span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #CCD000;
  }
  .filmash-front .swiper-wrapper{
    max-height: inherit;
    height: auto;
  }
  .filmash-front-top-contacts {
    gap:40px;
  }
  .filmash-front-top {
    margin-top: 36px;
  }
  .filmash-front-top-contacts-number{
    font-size:var( --dl-size-size-xsmall);
    color: #fff;
  }
  .filmash-front-top-callback{
    font-size: var(--text-size-medium);
    justify-content: space-between;
    width: auto;
    gap: 70px;
    color: #fff;
    margin: auto 0;
    padding: 20px 23px;
    display: flex;
    min-width: 240px;
    min-height: 70px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(121, 121, 121, 0.4);
    cursor:pointer;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
      cursor:pointer;
      }
  .mySwiper{
    position: relative;
  }
  .main-content {
    position: relative;
    display: flex;
    margin-top: 78px;
    width: 100%;
    align-items: flex-end;
    /*gap: 298px;*/
    justify-content: space-between;
  }

  .content-wrapper {
    display: flex;
    margin-top: 128px;
    flex-direction: column;
    gap: 50px;
    max-width: 50%;
  }
  .subtitle {
    color: #e8e8e8;
    font-size: 32px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    max-width: 55%;
    line-height: 120%;
  }


  .main-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Futura PT';
    width: 90%;
    letter-spacing: -1.5px;
    font-weight: 600;
    font-size: 88px;
    line-height: 114px;
  }

  .nav-container {
    border-radius: 20px;
    background-color: #1f1e1d;
    display: flex;
    /*margin-top: 80px;*/
    align-items: center;
    gap: 40px;
    overflow: hidden;
    padding: 10px 40px 10px 10px;
    width: fit-content;
  }
  ul.nav-links a{
    color:#fff;
  }
  nav.nav-header-container {
    background-color: #1f1e1d;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 40px 10px 0;
  }
  .menu-button {
    border-radius: 10px;
    background-color: #ccd000;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    padding: 23px;
  }
  img.header-menu-icon {
    max-width: 50px;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-icon {
    aspect-ratio: 1;
    width: 24px;
  }

  .nav-links {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 38px;
    color: #fff;
    text-transform: uppercase;
    font-size:18px;
    font-weight: 400;
    font-family: 'Futura PT Book';
    line-height: 100%;
    margin-bottom: 0;
    padding:0;
  }
  li {
    display: block;
  }
  .loan-calculator.d-flex.flex-direction-column {
    /*min-width: 650px;*/
  }
  .calculator-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    background-blend-mode: overlay;
    min-height: 360px;
    width: 100%;
    padding: 0 0 41px 38px;
  }
  img.background-calculator-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: center;
    z-index: -1;
  }
  .header-calculator-section {
    position: relative;
    width: 100%;
  }
  .header-calculator-content {
    gap: 20px;
    display: flex;
  }
  .calculator-tab{

  }
  .calculator-column {
    padding: 13px 22px;
    border-radius:10px;
    color: #000;
    background: white;
    font-size: 20px;
    height: fit-content;
    line-height: 23px;
    max-width: 150px;
    text-align: center;
    font-weight: 300;
  }
  .title-calculator-column {
    display: none;
    flex-direction: column;
    line-height: normal;
    width: 75%;
    text-transform: uppercase;
  }
  .title-calculator-column.active{
    display: flex;

  }
  .main-calculator-title {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    position: relative;
    margin-top: 36px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 450;
    font-family: 'Futura PT Book';
  }
  .price-slider {
    max-width: 364px;
    text-align: left;
    z-index: 1;
    margin-top: 15px;
    width: 364px;
    color:#fff;
  }
  .price-slider:nth-child(2) {
    margin-top: 28px;
  }
  .filmash-calculator{
    display: none;
  }
  .filmash-calculator.active{
    display: flex;
  }
  .slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
  }
  .price-slider label {
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 120%;
  }
  #price-range {
    width: 100%;
    appearance: none;
    height: 3px;
    background: rgb(119, 119, 119);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
  }

  #price-range::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background:#CCD000;
    border-radius: 50%;
    cursor: pointer;
  }

  #price-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background:#CCD000;
    border-radius: 50%;
    cursor: pointer;
  }
  #year-range {
    width: 100%;
    appearance: none;
    height: 3px;
    background: rgb(119, 119, 119);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
  }

  #year-range::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background:#CCD000;
    border-radius: 50%;
    cursor: pointer;
  }

  #year-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background:#CCD000;
    border-radius: 50%;
    cursor: pointer;
  }


  .price-output {
    font-size: 30px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 36px;
  }
  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    margin: 0;
    cursor: pointer;
    background: transparent;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
  }
  .calculator-wrapper > .d-flex {
    z-index: 2;
    align-items: end;
    gap: 45px;

  }

  .price-slider-button {
    line-height: 120%;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    color: #000;
    width: auto;
    height: fit-content;
    padding: 20px 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    cursor: pointer;
    margin-bottom: 12px;
  } 
  .dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .dot.active{
    background:rgb(204, 208, 0);
  }
  .calc-dots {
    gap: 10px;
    margin-bottom: 23px;
    justify-content: end;
    z-index: 3;
    position: relative;
  }
  .filmash-calculator.active {
    display: flex;
    align-items: end;
    gap: 53px;
    padding-right: 48px;
  }
  .get-your-car{
    margin-top: 40px;
    position: relative;
  }
  img.car-image {
    position: absolute;
    right: 0;
    max-width: 610px;
    bottom: -30px;
    z-index: 0;
  }
  .get-your-car .calculator-column {
    padding: 13px 17px;
  }
  .get-your-car-btn {
    z-index: 1;
    margin-top: 35px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 120%;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    padding: 20px 30px;
    max-width: 171px;
    position: relative;
    z-index:8;
    cursor:pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  }


  /*Блок бренды*/
  .filmash-front-brands .container{
    gap:24px;

  }
  .our-brands {
    box-sizing: border-box;
    border: 1px solid rgb(182, 177, 177);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 54px 30px 62px;
    max-width: 57.65%;
  }
  .our-brands-title {
    text-align: center;
    font-size: 32px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 120%;
    text-transform: uppercase;
    color:#000;
  }
  .our-brands-line {
    border: 2px solid;
    margin: 21px auto 32px;
    border-image: linear-gradient(to right, #ffffff, #000000, #ffffff) 1;
    border-radius: 20px;
    max-width: 70%;
  }
  .our-brands-all {
    gap: 24px;
    flex-wrap: wrap;
  }
  .our-brands-all.d-flex > * {
    width: calc((100% - 48px) / 3);
  }
  .our-brands-border {
    box-sizing: border-box;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 11.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
  }
  img.brand-logo {
    min-width: 65px;
    max-width: 230px;
    /* width: 50%; */
    max-height: 65px;
    mix-blend-mode: luminosity;
  }
  .our-brands-border.black {

    background: rgb(39, 40, 42);
    color: white;
    font-size: 22px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 24.58px;
    padding: 30px;
    justify-content: space-between;
  }
  .popular-electro {
    max-width: calc(42% - 24px);
  }
  .popular-electro {
    max-width: calc(42% - 24px);
    padding-top: 41px;
    border-radius: 20px;
    background: rgb(204, 208, 0);
    position: relative;
  }
  .our-brands-title.white {
    color: white;
  }
  .our-brands-line.white {
    border-image: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00) 1;
    margin: 30px auto 31px;
  }
  .popular-electro-name {
    text-align: center;
    font-size: 40px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 100%;
    margin-bottom: 13px;
    color: #fff;
  }
  .popular-electro-description {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Futura PT Book';
    line-height: 106%;
    color: #fff;
    padding: 0 74px;
  }
  .popular-electro-image {
    position: absolute;
    right: 0;
    max-height: 345px;
    bottom: 31px;
  }
  .mySwiper2 {
    max-height: 502px;
  }
  .mySwiper2 .swiper-wrapper{
    max-height: 502px;
  }
  .swiper-pagination.pag2 {
    position: absolute;
    left: 40px;
    width: 100%;
    text-align: left;
    bottom: 40px;
    z-index: 9;
    height: 10px;
    gap:10px;
  }
  .pag2 .swiper-pagination-bullet-active {

    background: rgb(31, 30, 29);
  }
  span.swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: rgb(255, 255, 255); 
    opacity: 1;

  }


  /*Блок новостей на главной*/
  .filmash-front-news-title {
    font-size: 48px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    color: var(--text-color);
    /*margin-bottom: 80px;*/
  }
  .filmash-front-news-top {
    position: relative;
    width: 100%;
    padding-bottom: 71px;
  }
  .slider-nav {
    position: relative;
    width: 135px;
    display: flex;
    gap:24px;
  }
  .swiper-button-next {
    content: url(../images/next.svg);
    width: 50px;
    right: 0;
  }
  .swiper-button-prev {
    content: url(../images/prev.svg);
    width: 50px;
  }

  .news-car-image {
    position: relative;
    padding: 40px;
    height: 540px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .front-news-car {
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 12px;
    letter-spacing: 0px;
    /* text-align: center; */
    text-transform: uppercase;
    color: #fff;
    /* position: absolute; */
    max-width: 124px; 
    padding: 8px 25px 8px 15px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    background: rgba(65, 65, 65, 0.5);
  }
  .front-news-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
  .front-news-date {
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    background: rgb(255, 255, 255);
    color: #000;
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 21px;
  }
  .mySwiper3 .swiper-slide.swiper-slide-active {
    width: 600px !important;
  }
  .mySwiper3 {
    margin-left: calc((100% - 93.8%) / 2);
  }
  .mySwiper3   .swiper-slide{
   transition: width 0.5s ease;
 }
 .mySwiper3 .swiper-wrapper{
  height: auto;
}
.front-news-description {
  color: var(--text-color);
  font-size: 32px;
  font-weight: 400;
  font-family: 'Futura PT Book';
  line-height: 120%;
  letter-spacing: -0.2px;
  text-align: left;
  margin-top: 40px;
  width: 100%;
}
.mySwiper3 .swiper-slide.swiper-slide-active .front-news-description {
  width: 65%;
}

/*Блок главная лизинг*/
.filmash-front-leasing .filmash-front-news-title {
  max-width: 35%;
  margin-bottom: 71px;
  line-height: 51px;

}
#leasing-range {
  width: 100%;
  appearance: none;
  height: 3px;
  background: rgb(119, 119, 119);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

#leasing-range::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}

#leasing-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}
#vznos-range {
  width: 100%;
  appearance: none;
  height: 3px;
  background: rgb(119, 119, 119);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

#vznos-range::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}

#vznos-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}
#srok-range {
  width: 100%;
  appearance: none;
  height: 3px;
  background: rgb(119, 119, 119);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

#srok-range::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}

#srok-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background:#CCD000;
  border-radius: 50%;
  cursor: pointer;
}
.filmash-front-leasing-calculator {
  box-sizing: border-box;
  border: 1px solid rgb(182, 177, 177);
  border-radius: 20px;
  background: rgb(47, 47, 47);
  padding: 60px 80px 60px 80px;
  gap: 60px;
  display: flex;
  flex-direction: column;
  width: 49.3%;
}
.filmash-front-leasing-callback-desc {
  color: #fff;
  margin: 47px 0 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
.filmash-front-leasing-callback-btn {
  color: rgb(0, 0, 0);
cursor:pointer;
  font-size: 22px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 24.58px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 10.24px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 60px;
  align-items: center;
  padding: 0 20px 0 30px;
}
.filmash-front-leasing-calculator .price-slider {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
.filmash-front-leasing-calculator .price-slider label {
  /* font-size: 32px; */
  font-size: 28px;
  font-weight: 400;
  font-family: 'Futura PT Book';
  line-height: 89%;
  letter-spacing: -0.4px;
}
.filmash-front-leasing-calculator .slider-container {
  margin: 22px 0 34px;
}
.filmash-front-leasing-calculator input[type="range"]{
  height: 4px
}
.filmash-front-leasing-calculator .price-output {
  font-size: 48px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 32px;

  text-transform: uppercase;
}
/*YНаши предложения */

.filmash-front-suggest {
  background: var(--background-suggest);
  border-radius: 20px;
  padding: 60px 80px 60px 80px;
  color: #000;
  gap:64px;
  width: calc(100% - 49.3% - 24px);
  flex-direction: column;
  position: relative;
}
.filmash-front-suggest-title {
  font-size: 48px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
.filmash-front-suggest-calc-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Futura PT Book';
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 40px;
}
.price-selector {
  display: flex;
  align-items: center;
  gap: 30px; /* Расстояние между элементами */
  font-size: 40px;
}
.filmash-front-leasing-c.d-flex.justify-content-between {
  gap: 20px;
}
#price-display {
  font-size: 48px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}


.price-selector-btn:hover {
  background-color: #aab000;
}
.price-selector-btn {
  border-radius: 6.8px;
  background: rgb(204, 208, 0);
  color: #000;
  width: 34px;
  height: 34px;
  font-size: 40px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  display: flex;
  cursor:pointer;
  justify-content: center;
  align-items: center;
}
div#minus-btn {
  padding-bottom: 10px;
}
.filmash-front-benefit {
  color: #000;
  display: flex;
  gap: 60px;
}
.benefit-item-title {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Futura PT Book';
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 35px;
}
.benefit-item-price {
  font-size: 44px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.filmash-front-suggest .car-image {
  max-width: 808px;
  bottom: -42px;
}

/*Философия*/
.filmash-front-philosophy .filmash-front-news-title {
  max-width: 45.5%;
}
.filmash-front-philosophy-description {
  width: calc(55% - 245px);
  font-size: 32px;
  font-weight: 400;
  font-family: 'Futura PT Book';
  line-height: 120%;
  letter-spacing: 0px;
  font-family: 'Futura PT Book';
}

/*ВидеоОтзывы*/
.filmash-front-news-top.reviews {
  position: relative;
  width: 100%;
  padding-bottom: 89px;
}

.mySwiper4 .swiper-slide.swiper-slide-active {
  width: 400px !important;
  height: 400px !important
}
.mySwiper4 
{
  margin-left: calc((100% - 93.8%) / 2);
}
.mySwiper4   .swiper-slide
{
  transition: height 1.5s cubic-bezier(0.4, 0, 1, 1), width 0s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  justify-content: center;
  position: relative;
}

.mySwiper4 .swiper-wrapper{
  height: auto;
  align-items: end;
}
.review-next {
  content: url(../images/next.svg);
  width: 50px;
  right: 0;
}
.review-prev {
  content: var(--con-prev);
  width: 50px;
}
.review {
  background-image: url(../images/bg-review.png);
  height: 305px;
  width: 305px;
  background-size: contain;
  position: relative;
}
.swiper-slide.swiper-slide-active .review {
  /* background: rgb(204, 208, 0); */
  border-radius: 100%;
  height: 400px;
  width: 400px;
}
.swiper-slide.swiper-slide-active .review .review-img {
  top: 55px;
  height: 285.22px;
  width: 285.22px;
  left: 61px;
}
.review .review-img {
  border-radius: 50%;
  height: 217px;
  width: 217px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 44px;
  top: 42px;
}
.swiper-slide.swiper-slide-active .review img.play {
  /*display: none;*/
}
img.play {
  position: absolute;
  top: 42%;
  left: 46%;
  cursor:pointer;
}
/*Оставить заявку*/
.callback-block {
  border-radius: 20px;
  backdrop-filter: blur(2px);
  background: rgb(204, 208, 0);
  padding: 50px 40px 42px 40px;
  width: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.callback-block-title {
  font-size: 48px;
  font-weight: 450;
  font-family: 'Futura PT Book';
  line-height: 53px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  max-width: 60%;
}
.callback-block-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  font-family: 'Futura PT Book';
  letter-spacing: 0px;
  text-align: right;
  max-width: 19%;
}
.form-group {
  margin-top: 10px;
  position: relative;
  align-items: center;
}
input.mycheckbox {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}
.mycheckbox::before {
  content: "✔️";
  position: absolute;
  visibility: hidden;
  top: 3px;
  left: 0px;
  transform: unset;
  text-align: center;
  width: 30px;
  height: 30px;
  /* background: #000000; */
  /* border-radius: 10px; */
  color: #fff;
}
.mycheckbox:checked::before {
  visibility: visible;
}
.callback-form-inputs{
  display: flex;
  flex-direction: column;
  gap:24px;
}
.callback-form-inputs input, .callback-form-inputs textarea {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  background: rgba(31, 30, 29, 0.1);
  padding: 24px 26px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
input[type="submit"] {
    background: transparent;
    border: none;
}
.callback-form-inputs input::placeholder { 
  color: #fff;
}
.callback-form-inputs textarea::placeholder { 
  color: #fff;
}

.callback-form-inputs input:focus-visible {
  outline-offset: unset;
  outline: inherit;
  border: 1px solid rgb(255, 255, 255);
}
.form-group.d-flex {
  margin: 32px 0 48px;
}
.checkboxText {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  font-family: 'Futura PT Book';
  max-width: 70%;
}



.submit-button {
  border-radius: 10px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  color: #000;
  padding: 12px 30px;
  font-size: 22px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  width: 300px;
  cursor:pointer;
  align-items: center;
}
.submit-button img{
  width: 10px;
  height: 22px;
}
.back-button {
  border-radius: 10px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: #1F1E1D;
  color: #fff;
  padding: 12px 30px;
  font-size: 22px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  width: 300px;
  cursor:pointer;
  align-items: center;
}
.back-button img{
  width: 10px;
  height: 22px;
}


input.mycheckbox {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-right: 24px;
}

.bottom-right-item {
  width: 735px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bottom-right {
  flex-direction: column;
  gap: 24px;
}

.bottom-right-lable {
  position: absolute;
  top: 30px;
  left: 30px;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: rgba(65, 65, 65, 0.5);
  padding: 8px 20px 8px 20px;
  font-size: 20px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.bottom-right-name {
  position: absolute;
  bottom: 44px;
  left: 30px;
  font-size: 32px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  max-width: 64%;
  color:#fff;
}
.bottom-right-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 60px;
  max-height: 60px;
}

/*FOOTER*/
footer {
  padding: 60px 0;
  box-sizing: border-box;
  border-top: 1px solid rgb(182, 177, 177);
  background: rgb(47, 46, 46);
}
.footer-left img.logo {
  width: 153.99px;
  height: 70px;
  margin-bottom: 28px;
}
.policy {
  font-family: 'Futura PT Book';
  font-size: 14px;
  font-weight: 450;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
  color: #fff;
}
ul.footer-nav-links {
  display: flex;
  gap: 42px;
  font-size: 16px;
  font-weight: 450;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Futura PT Book';
  padding: 0;
  color:#fff;

}

.dashed-line {
  border:none;
  border-image-source: url(../images/line-dashed.png);
  margin: 28px 0;
}
.contact-info {
  display: flex;
  gap: 24px;
  font-family: 'Futura PT Book';
  font-size: 16px;
  font-weight: 450;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
  color:#fff;
} 
.contact-info a{
 color:#fff;
}
.footer-right .filmash-front-top-callback {
  border-radius: 10px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(39, 40, 42);
  padding: 7px 30px;
  min-height: 60px;
  width: 280px;
  gap: unset;
  margin: 0;
}
.footer-right{
  gap: 16px;
  align-items: flex-start;
}
.footer-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.up{
  max-width: 60px;
  cursor:pointer;
  max-height: 60px;
}




/*catalog page*/
.recommended-brands {
  flex-wrap: wrap;
  gap: 24px;
}
.catalog-block {
  gap: 29px;
}
.recommended-brands-item {
  background: #FFFFFF;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 96px) / 5);
}
/*.form-filter{
   width: 40.35%;
}*/
.catalog-filter {
  padding: 50px 42px 50px 21px;
  box-sizing: border-box;
  border: 1.13px solid rgb(182, 177, 177);
  border-radius: 22.62px;
  backdrop-filter: blur(48.3px);
  background: rgb(47, 46, 46);
  position: relative;
  display: flex;
  justify-content: space-between;
    width: 40.35%;
}
.car-select-item {
  padding-left: 16px;
  padding-right: 38px;
  display: flex;
  align-items: center;
  gap: 40px;
  cursor: pointer;
  border-left: 1.63px solid transparent;

}
.car-select-item .bx-filter-param-text{
  cursor: pointer;
  margin-left: 40px;
}
.car-select-item.selected {
  border-left: 1.63px solid rgb(213, 217, 0);
}
.car-select-item.selected img{
  filter: invert(7%) sepia(123%) saturate(341%) hue-rotate(9deg) brightness(112%) contrast(147%);

}
img.car-select-img {
  max-width: 164px;
  cursor: pointer;
}
label.car-select-name.bx-filter-param-labelcar-select-item.bx-filter-param-label.bx-active  img.car-select-img{
  filter: invert(7%) sepia(123%) saturate(341%) hue-rotate(9deg) brightness(112%) contrast(147%);
}
.car-select-item.bx-filter-param-label.bx-active {
    border-left: 1.63px solid rgb(213, 217, 0);
  }
label.car-select-name.bx-filter-param-labelcar-select-item.bx-filter-param-label.bx-active .bx-filter-param-text{
   color:rgb(213, 217, 0);
}
.car-select-item.bx-active  img.car-select-img{
    filter: invert(7%) sepia(123%) saturate(341%) hue-rotate(9deg) brightness(112%) contrast(147%); 
}
.car-select-item.bx-active {
   border-left: 1.63px solid rgb(213, 217, 0);
}
.car-select {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.car-select-name {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  font-family: 'Futura PT Book';
  text-transform: uppercase;
}
.car-select-hover {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  cursor: pointer;
  /* border: 1.13px solid rgb(182, 177, 177); */
  border-radius: 22.62px;
  backdrop-filter: blur(48.3px);
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 50px 42px 50px 21px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  display: none;
  -webkit-backdrop-filter: blur(48.3px);
  border: 1.13px solid rgb(182, 177, 177);
  z-index: 9;
}
.catalog-filter .car-select .car-select-item:hover .car-select-hover {
  display: flex;
}
.car-select-hover .car-select-item:hover {
  border-left: 1.63px solid rgb(213, 217, 0);

cursor: pointer;
}

.car-select-hover .car-select-item:hover img{
  filter: invert(7%) sepia(123%) saturate(341%) hue-rotate(9deg) brightness(112%) contrast(147%);

}
.car-select-hover .car-select-item:hover  .car-select-name{
 color:rgb(213, 217, 0);
}
.filters-all {
  padding-left: 45px;
  border-left: 1px solid rgb(255, 255, 255);
  width: 67%;
}
.noUi-target {
  background: #505050;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 3px;
}
.noUi-connect {
  background: rgb(213, 217, 0);
}
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  /*right: 0;*/
  cursor: pointer;
  top: -4px;
  border-radius: 50%;
  border: 2px solid rgb(213, 217, 0);
  background: rgb(255, 255, 255);
}
.noUi-handle.noUi-handle-lower {
    right: -10px;
    width: 15px;
    height: 15px;
    top: -7px;
}.noUi-handle.noUi-handle-upper {
    right: -4px;
    width: 15px;
    height: 15px;
    top: -7px;
}
.noUi-handle:after, .noUi-handle:before {
  content: none;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}

/* Настройка для изображения с палочками */
#tickImage {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 81px; /* Высота изображения, при необходимости измените */
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  object-fit: contain;
}

/* Слайдер noUiSlider */
#slider {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
img#tickImage2 {
  position: absolute;
  top: 21px;
}
/* Настройка для изображения с палочками */
#tickImage4 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 81px; /* Высота изображения, при необходимости измените */
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  object-fit: contain;
}

/* Слайдер noUiSlider */
#slider2{
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
img#tickImage3 {
  position: absolute;
  top: 21px;
}
.filter-item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(109, 109, 109);
}
.filter-item input[type="number"]{
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.5);
  color: rgb(72, 72, 72);
  /* font-family: Futura PT; */
  font-size: 20px;
  font-weight: 300;
  line-height: 9px;
  letter-spacing: 0px;
  text-align: left;
  padding: 5px 20px;
  width: 190px;
  border: none;

}
.filter-item-name {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 30px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  /*margin-top: 30px;*/
}

.filters-all-name {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 40px;
  font-weight: 450;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;

}
.delete-all {
  color: rgb(134, 134, 134);
  font-family: 'Futura PT Book';
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}
.close{
  margin-left: 10px;
  max-height: 15px; 
}
.filters-all-row{
  margin-bottom: 60px;
}

input#search-input {
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.5);
  padding-block: 0;
  padding-inline: 0;
  padding: 10px 20px 10px 70px;
  width: 100%;
  color: rgb(72, 72, 72);

  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  border: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.filter-search{
  position: relative;
}

img.search-ico {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 30px;
}

.catalog-car-display-item {
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgb(182, 177, 177);
  border-radius: 20px;
  backdrop-filter: blur(48.3px);
  background: rgb(50, 49, 48);
  width: calc((100% - 31px) / 2);
  height: 550px;
  display: flex;
          flex-direction: column;
        justify-content: space-between;
}

.catalog-car-logo img {
  max-height: 50px;
  margin-right: 30px;
}
.catalog-car-name {
  color: rgb(255, 255, 255);
  font-family: 'FUTURA PT BOOK';
  font-size: 40px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}
.catalog-car-new {
  color: rgb(255, 0, 0);

  font-size: 20px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 25.36px;
  background: rgb(255, 255, 255);
  padding: 12px 25px;
}
.catalog-car-image img {
  max-height: 216px;
}
.catalog-car-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-car-information {
  color: rgb(120, 120, 120);
  font-family: 'Futura PT Book';
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 0;
}
.catalog-car-price-block {
  border-radius: 0px 0px 20px 20px;
  background: rgb(67, 66, 65);
  padding: 25px 30px;
  margin-top: 31px;
}
.catalog-car-info {
  padding: 30px 30px 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

}
.catalog-element-name{
  gap:48px;
  margin-bottom: 55px;
}
.catalog-car-price {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 30px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
}
.catalog-car-price-btn {
  border-radius: 10px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  /* color: #000; */
  padding: 20px 30px;
  color: rgb(47, 46, 46);
  font-family: 'Futura PT Book';
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
}

.catalog-car-price-btn {
  border-radius: 10px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  /* color: #000; */
  padding: 17px 30px;
  color: rgb(47, 46, 46);
  font-family: 'Futura PT Book';
  font-size: 20px;
  font-weight: 400;
  line-height: 5px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
}
.catalog-car-display {
  max-width: calc(100% - 400px - 29px);
  flex-wrap: wrap;
  gap: 31px;
  height: 100%;
}
.filter-item-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top:30px;
}

/* Класс для отображения контента */
.filter-item-content.active {
  display: block;
}



/* По умолчанию вверх */
.icon-acc {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.icon-rotate {
  transform: rotate(360deg); /* Поворот на 180 градусов */
  transition: transform 0.3s ease; /* Анимация поворота */
}
.filter-item-check {
  position: relative;
  align-items: center;
  width: auto;
  flex-wrap: nowrap;
  gap:20px;
}
.filter-item-radio {
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
}
input.brand-radio:before {
  content: "";
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  transform: unset;
  text-align: center;
  width: 14px;
  height: 14px;
  background: rgb(213, 217, 0);
  /* border-radius: 10px; */
  color: rgb(213, 217, 0);
  border-radius: 50%;
}
.brand-radio:checked::before {
  visibility: visible;
}
input.brand-radio {
  width: 20px;
  height: 20px;
  /*margin-right: 20px;*/
  box-sizing: border-box;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: #fff;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}
input.brand-checkbox {

  width: 20px;
  height: 20px;
  /*margin-right: 20px;*/
  box-sizing: border-box;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 6px;
  background: #fff;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}
input.brand-checkbox:before {
  content: "";
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  transform: unset;
  text-align: center;
  width: 14px;
  height: 14px;
  background: rgb(213, 217, 0);
  /* border-radius: 10px; */
  color: rgb(213, 217, 0);
  border-radius: 6px;
}
.brand-checkbox:checked::before {
  visibility: visible;
}
.brand-checkbox-text {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
}
.filter-item-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.catalog-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  gap: 12px;
          margin-bottom: 60px;
}

.navigation-prev img {
  /*width: 10px;*/
  transform: rotate(180deg);
}
.navigation-prev, .navigation-next{
  display: flex
  ;
  border-radius: 10.24px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(39, 40, 42);
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.navigation-list {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.navigation-list-item {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 20.49px;
  font-weight: 400;
  line-height: 24.58px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 10.24px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(39, 40, 42);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-list-item.selected {
  color: rgb(39, 40, 42);
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(213, 217, 0);
}
.navigation-list-item:hover {
  color: rgb(39, 40, 42);
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(213, 217, 0);
}



/*Страница конфигуратора*/
.card-car-name {
  /* color: rgb(255, 255, 255); */
  font-family: 'Futura PT Book';
  font-size: 56px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 20px;
}
.card-car-tog{
  position: relative;
}
.card-car-logo img {
    height: auto;
    filter: var(--filter);
    max-width: 120px;
}
.card-car-right-price {
 font-size: 64px;
    font-weight: 450;
    line-height: 100%;
    text-align: left;
    font-family: 'Futura PT Book';
  }
.card-car-right-price span{
  color: rgb(134, 134, 134);
  font-family: 'Futura PT Book';
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  /*text-align: right;*/
}
.card-car-right-dopPrice {
  color: rgb(134, 134, 134);
    height: 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  /*text-align: right;*/
  margin-top: 24px;
}
.card-car-fullName {
  color: rgb(134, 134, 134);
  font-size: 40px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
}
.card-car-order-btn {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  background: var( --backgroundBtn);
  padding: 24px 83px;
  font-family: 'Futura PT Book';
  font-size: 30px;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 100%;
  float: left;
  margin-top: 24px;
  cursor: pointer;
      transition: background 0.3s ease;
      z-index: 1000;
      position: relative;
              width: 280px;
}
.card-car-second-block{
  position: relative;
}
.card-car-second-left-info {
  color: rgb(120, 120, 120);
  font-family: 'Futura PT Book';
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 32px;
}
.card-car-select-item {
cursor: pointer;
  background: rgb(191, 191, 191);
  border-radius: 50%;
  padding: 13px;
}

.card-car-select-item:hover{
  background: rgb(204, 208, 0);
}
.card-car-second-right {
  flex-direction: column;
  gap: 20px;
}
.card-car-select-item-winfo{
  position:relative;
}

.card-car-select-item-info {
  display: none;
  position: absolute;
  right: 100px;
  top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: 0%;
  text-align: right;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
  padding: 25px 30px;
  width: 100%;
  max-width: 460px;
  min-width: 200px;
  width: max-content;
}
.card-car-select-item-winfo:hover .card-car-select-item-info{
  display: block;
}
.card-car-select-item-info span{
  color:rgb(204, 208, 0);
}

.card-car-info-btn-hover {
  display: none;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    border: 1.13px solid #B6B1B1;
    border-radius: 22.62px;
    backdrop-filter: blur(48.3px);
    background: #424141;
    z-index: 9;
    padding: 40px 60px;
    padding: 0;
    width: max-content;
    color: #B6B1B1;
    font-family: 'Futura PT Book';
    font-size: 40px;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 100;
    margin-bottom: 20px;
    min-width: 300px;

}
.card-car-info-btn-hover.active li{
      border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 0 0 20px 20px;

}
.card-car-info-btn-hover.active a {
    color: #B6B1B1;
}
.card-car-info-btn-hover.active {
  display: block;
  cursor: pointer;

}
.card-car-info-btn-hover ul {
  display: flex;
  flex-direction: column;
  gap: unset;
  padding: 0 !important;
      margin: 0 !important;
}
.card-car-info-btn-hover.active li:last-child {
    border: none;
}
.card-car-info-btn img{
  cursor: pointer;
}
.card-car-info-btn-hover.active ul li:hover {
  color: rgb(204, 208, 0);
  cursor: pointer;
}
.catalog-element-left {
    max-width: 585px;
    position: relative;
}
.configurator-slider{
  margin-top:25px;
  padding-bottom: 80px;
  position: relative;
}

.swiper.mySwiper5 .swiper-wrapper,.swiper.mySwiper6 .swiper-wrapper {
  height: auto;
  align-items: flex-end;

}
.swiper-slide.configurator-slide {
    width: calc(100% - 34px) !important;
    /*height: auto !important;*/
}
.swiper-pagination.pag3.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-vertical {
    width: 10px;
    left: 0;
}
.swiper.mySwiper6 {
  height: auto;
  align-items: flex-end;
  padding: 0 66px;

}
.configurator-slide {
  box-sizing: border-box;
  border: 1.13px solid rgb(182, 177, 177);
  border-radius: 20px;
  background:var(--bgSlider);
  opacity: var(--opacitySlider);
  height:auto;

}

.configurator-slider-top.d-flex {
    padding: 25px 40px 23px;
    gap: 25px;
    height: 90px;
    align-items: center;
}
.configurator-slider-name {
  font-family: 'Futura PT Book';
  font-size: 24px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
}
.configurator-slider-price {
  border-radius: 25px;
  background: var(--bgBtnPrice);
  padding: 12px 20px;
  color: var(--priceColor);
  font-family: 'Futura PT Book';
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
}
.configurator-slide.swiper-slide-active {
  box-sizing: border-box;
  border: 1.13px solid rgb(182, 177, 177);
  border-radius: 20px;
  backdrop-filter: blur(48.3px);
  background: rgb(255, 255, 255);
  opacity: 1;
  height: 100% !important;
  padding-bottom: 20px;

}
.mySwiper5 {
    margin-bottom: 12px;
       height: 860px;
}
.configurator-pagination {
bottom: 50px !important;
    height: 10px;
}
.configurator-slide.swiper-slide-active .configurator-slider-price{
  background: rgb(0, 0, 0);
  color:#fff;
}
.configurator-slide.swiper-slide-active .configurator-slider-name{
  color: rgb(0, 0, 0);
}
.pag3 span.swiper-pagination-bullet, .pag4 span.swiper-pagination-bullet,.configurator-pagination span.swiper-pagination-bullet {
  background: rgb(97, 97, 97);
  height: 10px;
  width: 10px;
}
.pag3 span.swiper-pagination-bullet.swiper-pagination-bullet-active,.pag4 span.swiper-pagination-bullet.swiper-pagination-bullet-active,.configurator-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(204, 208, 0);
}
.pag3 span.swiper-pagination-bullet {
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.pag4,.configurator-pagination {
  display: none;
}
.configurator-item-desc {
  color: rgb(0, 0, 0);

  font-size: 21px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 30px; 
  text-transform: uppercase;
  width: 100%;
  display: none;
}

.mySwiper5 .swiper-slide-active .configurator-item-desc{
  display: block;
}
.mySwiper5 .swiper-slide-active .pag4,.mySwiper5 .swiper-slide-active .configurator-pagination {
  display: block;
}
.configurator-item-image {
  /*height: 193px;*/
  cursor: pointer;
}
.mySwiper6 .swiper-slide-active .configurator-item-image {
/*  height: 226px;
  width: 118px;*/
}
.mySwiper6 .swiper-slide-active .configurator-item-image img {
  object-fit: contain;
  height: 100%;
}
.characteristics-block{
  padding-top: 170px;

}
.accessories-block-title {
    font-size: 50px;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Futura PT Book';
    margin-bottom: 80px;
  }
.accessories-description {
  flex-direction: column;
  max-width: calc(48% - 135px);
  align-items: flex-start;
}
.accessories-image{
  max-width: 51%;
}
.accessories-block {
  gap: 135px;
  margin-top: 80px;
}
.accessories-description-text{
  color: var( --conf-color);
  font-family: 'Futura PT Book';
  font-size: 32px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.5;
}
.accessories-description-text {
  padding-left: 25px;
  border-left: 1px solid transparent;
}
.accessories-description-text:hover{
 color:rgb(204, 208, 0);
 opacity: 1;
 border-left: 1px solid rgb(204, 208, 0);
}
.accessories-description-text.selected{
  color:rgb(204, 208, 0);
  opacity: 1;
  border-left: 1px solid rgb(204, 208, 0);
}
.filmash-characteristics {
  flex-wrap: wrap;
  gap: 93px;
}

.filmash-characteristics-item {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% / 7);
           justify-content: space-between;
}
.filmash-characteristics-item-name {
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  font-family: 'Futura PT Book';
}
.filmash-characteristics-item-text {
  color: rgb(204, 208, 0);
  font-size: 32px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  font-family: 'Futura PT Book';
}

.configurator-overall {
  position: fixed;
  bottom: 40px;
  border-radius: 40px;
  backdrop-filter: blur(33px);
  background: var(--bgFix);
  padding: 60px;
  width: 100%;
  z-index: 10;
  width: 97%;
  /* margin: 0 auto; */
  left: 1.5%;
  display: none;
}
.card-car-right-price.fix.white {
  font-size: 65px;
}
.card-car-right-dopPrice {
text-align: left;
}
.card-car-right-dopPrice.fix {
  font-size: 32px;
  margin-top: 24px;
}
.card-car-order-btn.fix {
  border: none;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  background: rgb(204, 208, 0);
  padding: 39px 84px;
  margin: 0;
  margin-left: 56px;
}

/*страница о компании*/
.welcome-block-image {
  max-width: 50%;
}
.welcome-block{
  gap:24px;
}
.welcome-block-info{
  width: calc(50% - 15px);
}
.welcome-block-info-top {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  padding: 26px 40px 40px;
}
.welcome-block-title {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  max-width: 64%;
  margin-bottom: 47px;
}
.welcome-block-info-top .filmash-front-leasing-callback-btn {
  width: 280px;
}
.welcome-block-text {
  color: rgb(232, 232, 232);
  font-family: 'Futura PT Book';
  font-size: 26px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 53px;
}
.welcome-block-info-bottom-name {
  /* color: rgb(232, 232, 232); */
  font-family: 'Futura PT Book';
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
}
.welcome-block-info-bottom {
  margin-top: 30px;
}
.social-item-logo {
  max-width: 32px;
  object-fit: cover;
}
.social-item-name {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
}

.welcome-block-social-item {
  display: flex;
  flex-direction: column;
  background: rgb(56, 56, 56);
  padding: 22px;
  /*gap: 58px;*/
  border-radius: 20px;
  width: calc((100% - 48px) / 4);
  margin-top: 34px;
}
.welcome-block-social-item:hover{
  background: rgb(204, 208, 0);
}
.social-line {
  border: 1px dashed rgb(173, 173, 173);
  border-image-source: url(../images/social-line.svg);
  margin:89px 0 8px;
}
.why-us-left {
  max-width: 24%;
}
.why-us-left-btn {
 letter-spacing: 0%;
 border-radius: 10.24px;
 box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
 background: rgb(255, 255, 255);
 display: flex;
 justify-content: space-between;
 padding: 18px 30px;
 color: rgb(0, 0, 0);
 font-family: 'Futura PT Book';
 font-size: 22px;
 font-weight: 450;
 line-height: 24.58px;
 text-align: center;
 margin-top: 20px;
}
.why-us-right {
  max-width: calc(76% - 24px);
  flex-direction: column;
  gap: 24px;
}
.why-us-top-left {
  border-radius: 20px;
  background: rgb(204, 208, 0);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.why-us-top-left-title {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  width: 75%;
}
.why-us-top-left-text {
  color: rgb(255, 255, 255);
  font-family: 'Futura PT Book';
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  /*margin-top: 191px;*/
}
.why-us-right-top {
  gap: 24px;
}
.why-us-right-top img {
  object-fit: cover;
  max-width: 67%;
  border-radius: 20px;
}
.why-us-bottom-left {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  padding: 25px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:69px;
}
.why-us-bottom-right {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  padding: 25px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.svg-shape-img {
  /*clip-path: url(#crop);*/
     /*width: 1024px;*/
    height: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 20px;
  position: relative;
}
.svg-shape2-img {
  /*clip-path: url(#top);*/
  background: url(../images/slide-top.png);
  border-radius: 20px;
  /*background: rgb(47, 46, 46);*/
  width: 49%;
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(255, 255, 255);

  font-size: 48px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
    height: 16%;
    padding: 26px 35px;
    background-repeat: no-repeat;
        background-size: cover;
}
.svg-shape3-img {

  width: 100%;
  padding: 22px 32px;
  background-size: cover;
  position: relative;
  height: 300px;
  background-image:  url(../images/review-bg.png);
}
.star-img {
  height: 20px;
  /*clip-path: url(#star);*/
  /*background: rgb(217, 217, 217);*/
  width: 20px;
  background-size: contain;
   background-image: url(../images/star.svg);
   background-repeat: no-repeat;

}
.svg-shape {
  clip-path: url(#crop);
  width: 1024px;
  height: 920px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
.svg-shape2 {
  clip-path: url(#top);
  border-radius: 20px;
  background: rgb(47, 46, 46);
  width: 513px;
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(255, 255, 255);

  font-size: 48px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  height: 149px;
  padding:26px 35px;
}

.review-block-left{
  position: relative;
     width: 58%;
}
.review-block-right {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.svg-shape3 {
  clip-path: url(#text);
  background-color: rgb(47, 46, 46);
  width: 100%;
  padding: 22px 32px;
  background-size: cover;
  position: relative;
  height: 300px;
}

.review-block-text {
  color: rgb(255, 255, 255);

  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
}
.review-photo {
  background: rgb(217, 217, 217);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
.review-name {
  color: rgb(255, 255, 255);

  font-size: 32px;
  font-weight: 400;
  line-height: 85%;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 60px;
}
.review-car {
  color: rgb(123, 123, 123);

  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 3px;
}
.stars{
  gap:5px;
}
.star {
  height: 20px;
  clip-path: url(#star);
  background: rgb(217, 217, 217);
  width: 20px;
}
.star.selected{
  background: rgb(204, 208, 0);
}


/*Страница контакты*/
.contacts-block-top {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  padding: 40px 40px 40px 40px;
  gap: 64px;
  display: flex;

}
.contacts-block-title {
  color: rgb(255, 255, 255);

  font-size: 48px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
.contacts-block-btn {
  display: flex
  ;
  border-radius: 10px;
  box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  color: #000;
  width: 283px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  color: rgb(0, 0, 0);
  /* font-family: Futura PT; */
  font-size: 22px;
  font-weight: 450;
  line-height: 24.58px;
  letter-spacing: 0%;
  text-align: center;
}
.contacts-block-left{
  flex-direction: column;
  gap:246px;
}
.contacts-block-right {
  flex-direction: column;
  gap: 40px;
}
.contacts-info.d-flex {
  flex-direction: column;
  gap: 8px;
}
.contacts-info-top {
  color: rgb(197, 197, 197);

  font-size: 20px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts-info-bottom {
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: 450;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts-block {
  width: 49.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*Страница новостей*/
.filmash-news {
  flex-wrap: wrap;
  gap: 64px 25px;
  margin-top: 80px;
}
.filmash-news-item {
  max-width: calc((100% - 75px) / 4);
}

/*Детальная старница новостей*/
.news-detail-block{
  /*column-count: 2;*/
}
.news-detail-block .container{
  display: flex;
  flex-direction: column;
  gap:84px;
}
.news-detail-car-tag {
  box-sizing: border-box;
  border: 1.42px solid rgb(255, 255, 255);
  border-radius: 28.37px;
  backdrop-filter: blur(5.67px);
  background: rgba(65, 65, 65, 0.5);
  padding: 11.35px 38.7px 11.35px 28px;
  color: rgb(255, 255, 255);
  /* font-family: Futura PT; */
  font-size: 30px;
  font-weight: 450;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  /* max-width: 184px; */
  width: fit-content;
  margin-bottom: 11px;
}
.news-detail-date-tag {
  box-sizing: border-box;
  border: 1.42px solid rgb(255, 255, 255);
  border-radius: 28.37px;
  backdrop-filter: blur(5.67px);
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  /* font-family: Futura PT; */
  font-size: 30px;
  font-weight: 450;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  padding: 11.35px 38.33px;
  margin-bottom: 34px;
}
.news-detail-name {
  font-size: 60px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0.3px;
  text-align: left;
  max-width: 80%;
}
.news-detail-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  /*gap: 100px;*/
}
.news-detail-text p {
  margin-top: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 35px;
}


.news-detail-text p:last-child {
  margin-bottom: 0;
}
.news-detail-cols {
  gap: 58px;
}
.news-detail-cols > *:first-child {
  width: 49%;
}
.news-detail-cols > * {
 width: calc(51% - 57px);
}
.news-detail-gallery {
  gap: 24px;
}
.news-detail-gallery img {
  max-width: calc((100% - 48px) / 3);
  object-fit: cover;
  height: 441px;
  border-radius: 20px;
}
.news-detail-cols img{
  border-radius: 20px;
}
.modal-popup {
    position: fixed;
    width: 100%;
    top: 0;
    background: #0000004a;
    height: 100%;
    z-index: 100;
    display: none;
}
.modal-container {
top: 11px;
position: absolute;
width: 50%;
margin: 0 auto;
left: 25%;
top: 15%;
}
.modal-container .callback-block {
width: 100%;
}
.close-popup {
position: absolute;
right: 28px;
width: 20px;
height: 20px;
}
.loan-calculator.d-flex.justify-content-between .main-calculator-title {
margin-top: 0;
}
.loan-calculator {
    background-image: url(../images/calc-front-bg.png);
    padding: 28px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    /* gap: 56px; */
    border: 1px solid white;
    border-radius: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.mySwiper2 .swiper-wrapper {
height: 503px;
}
.open-review {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 84px;
    width: 84px;
}
.review-block-left {
position: relative;
width: 58%;
height: 920px;
}
.swiper.mySwiper8 {
width: calc(42% - 16px);
}
iframe {
    border: 0;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 40px;
}
.characteristics-block.mb-160.container {
margin-bottom: 160px;
}
.svg-shape3-img.swiper-slide {
height: calc((100% - 25px)/3) !important;
}
.review-block-right{
 height: 920px;
}
.swiper.mySwiper8 {
width: calc(42% - 16px);
overflow: hidden;
height: 920px;
}
.review-nav {
    position: absolute;
    right: 15px;
    display: flex;
    gap: 15px;
    top: 15px;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-details .card-car-name {
    margin-left: 80px;
    margin-right: 0;
}
.col-4.order-details .card-car-logo img {
    width: auto;
    height: 100px;
}
.detail-grey {
    color: #868686;
    font-size: 20px;
    margin-bottom: 16px;
    width:30%;
}
.orderPrice {
    color: rgb(204, 208, 0);
    font-size: 56px;
}
.dopPrice {
    color: #868686;
    font-size: 28px;
}
.detail-more {
    font-size: 22px;
        margin-bottom: 16px;
        max-width: 65%
}
.card-car-select-item-winfo.selected .card-car-select-item-info {
    display: block;
}
.card-car-select-item-winfo.selected .card-car-select-item{
background-color:  rgb(204, 208, 0);
}
div#comp_1069ae183c8d1e4812a566f8a7e226f6 {
    width: 56%;
}
.card-car-select-item img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.configurator-slide {
    padding-bottom: 30px;
}
.cat-left {
    position: absolute;
     top: 250px;
    z-index: 1;
}

.card-car-info-btn {
    z-index: 10;
}
.card-car-second-middle {
      z-index: 0;
}


.card-car-order-btn.blinking{
      animation: pulse 2s ease-out; 
        box-shadow: 0 0 0 2em transparent;
}
/* Анимация капли - эффект капания */

.card-car-order-btn:hover, 
.card-car-order-btn:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--bord-shadow); }
}

.configurator-slider {
    max-width: 100%;
    margin: 0;
    width: 466px;
}

.configurator-item-desc{
  padding: 0 33px 0;
    margin-bottom: 10px;
    /*text-align: left;*/
    margin-top: 30px;
}
.configurator-item-image{
  z-index: 1000;
}
header.ind {
  top:-122px;
  position:fixed;
}

    .card-car-second-middle {
/*left: -151px;
    max-width: 100%;
    position: relative;
    /* top: -12%; */
    /*top: 257px;*/
    /*width: 1810px;*/
    /* height: 57vh; */
    /*height: 805px;*/
    /*display: flex*/
/*;*/
    /*justify-content: center;*/
    /*margin-top: 0;*/
    }
    .card-car-second-middle img {
    height: 100%;
    width: auto;
}
.car-nav {
  margin-left: 34px;
}

.select-view-container {
  position: relative;
}

.select-view {
  color: white;
  border: 1px solid white;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 22.5px;
  padding: 20px 37px;
  text-transform: capitalize;
  background-color: var(--select-bg);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.select-view:first-child {
  border-radius: 10px 0 0 10px;
}

.select-view:last-child {
  border-radius: 0 10px 10px 0;
}

.select-view.active {
  color: #000000;
  background-color: #fff;
  z-index: 2;
}

/* Добавляем псевдоэлемент для анимации */
.select-view-container {
  position: relative;
  display: flex;
}

.select-view-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 1px);
  height: 100%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 0.57);
}

.select-view-container.active-second::before {
  transform: translateX(100%);
  border-radius: 0 10px 10px 0;
}

/* Корректируем отступы */
.select-view:first-child.active {
  margin-right: -10px;
  border-radius: 10px;
}

.select-view:last-child.active {
  margin-left: -10px;
  border-radius: 10px;
}
.prev-car, .next-car{
    z-index: 9999;
        display: flex;
    border-radius: 10.24px;
    box-shadow: 3.07px 3.07px 15.36px 0px rgba(0, 0, 0, 0.25);
    background: rgb(39, 40, 42);
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.prev-car img {
    /* width: 10px; */
    transform: rotate(180deg);
}
.swiper-slide.card-car-second-middle {
    height: 100%;
    width: 100%;
    left: 0;
        top: 0;
    max-height: unset;
}
.configurator-slide{
  cursor: pointer;
}

.swiper-slide.swiper-slide-next .configurator-item-image, .swiper-slide.swiper-slide-prev .configurator-item-image{
  opacity: 0.5;
}
.card-car-second-middle img {
    height: auto;
    width: 100%;
        object-fit: contain;
}
    .configurator-slider {
        /*margin-top: -50px;*/
        /*padding-bottom: 61px;*/
        position: relative;
    }

.slider-inslider .configurator-item-image {
    height: 80%;
    cursor: pointer;
    width: auto;
}
.slider-inslider  .configurator-item-image img {
    height: 80%;
    cursor: pointer;
    width: 80%;

}

.slider-inslider .configurator-item-image {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
 opacity: 0.5;
    }

.slider-inslider.swiper-slide-active .configurator-item-image {
    height: auto;
    cursor: pointer;
    opacity: 1;
}
.slider-inslider.swiper-slide-active  .configurator-item-image img {
    height: 100%;
    cursor: pointer;
    width: 100%;

}
.configurator-slider-items .swiper-slide.swiper-slide-next {
    margin-left: 10px;
}
.configurator-slider-items .swiper-slide.swiper-slide-prev {
    margin-right: 10px;
}
    .swiper-slide.swiper-slide-next .configurator-item-image {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
 
    }

        .swiper-slide.swiper-slide-prev .configurator-item-image {
        height: auto;
        width: 100%;
        display: flex
;
        justify-content: center;
 
    }
    img.newSize {
    height: 500px;
    width: auto;
}
.col-xs-12 .mt-80 {
    margin-top: 0;
}


   .configurator-slider-items .swiper-slide{   
    display: flex;
    align-items: center;
  }
  .card-car-info-btn img {
    cursor: pointer;
    width: 100%;
}
.card-car-info-btn {
    z-index: 10;
    height: 50px;
    width: 50px;
}
.card-car-name {
    font-size: 56px;
}
div#salon{
  display: none;
}
div#salon:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--overflow-before);
}
#salon-nav{
display: none;
}
#kuzov-nav{
display: flex;
}
.custom-button-prev img {
    transform: rotate(180deg);
}
.pag3 .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
right: var(--swiper-pagination-right,8px);
left: var(--swiper-pagination-left,auto);
top: 50%;
transform: 0;
bottom: 0;
transform: unset;
}
.model-name {
background-color: var(--select-bg);
    border-radius: 10px;
    padding: 30px;
    color: var(--background-color);
    text-transform: uppercase;
     font-size: 12px;
    line-height: 14.5px;
    padding: 10px 5px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.slider-inslider a {
    width: 80%;
}
.slider-inslider.swiper-slide-active a {
    width: 100%;
}
.slider-inslider.swiper-slide-active .configurator-item-image a div:hover {
    background: var(--backgroundBtn);
}
/* Стили для недоступных элементов */
.swiper-slide.unavailable-item {
    opacity: 0.6;
    pointer-events: none;
}

.swiper-slide.unavailable-item .configurator-item-image {
    position: relative;
}
.color-selector  .configurator-item-image img {
  border-radius: 50%;
}
.swiper-slide.configurator-slide.model_slider {
    max-height: max-content;
}

/*@media max-width:1820px*/
@media(max-width: 1919px){
  .container {
    max-width: 1320px;
    position: relative;
  }
  img.header-menu-icon {
    max-width: 36px;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
nav.nav-header-container {
    gap: 27px;
}
header nav.nav-header-container {
    padding: 0;
    padding-top: 0;
}
header.tophead {
    padding: 3px 0 14px;
}
.mt-40 {
    margin-top: 28px;
}
  img.logo {
    height: 70px;
    width: 115px;
  }
  .filmash-front-top-callback {
    gap: 16px;
    padding: 8px 11px 10px 21px;
    font-size: 15px;
    min-width: 206px;
    min-height: 51px;
  }
  .filmash-front-top-contacts {
    gap: 27px;
  }
  .filmash-front-top-contacts-number {
    font-size: 12px;
    color: #fff;
  }
  .switch {
    width: 71px;
    height: 35px;
    width: 62px;
    height: 30px;
  }
  .dark-theme .slider:before {
    left: 4px;
    bottom: 3px;
    content: "";
    background-image: url(../images/dark.svg);
    background-size: 10px 20px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: cover;
  }
  .light-theme input:checked + .slider:before{
    right: 4px;
    bottom: 3px;
    content: "";
    background-image: url(../images/light.svg);
    background-size: 10px 20px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: cover;
  }

  .light-theme input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
  }
  .dark-theme input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);

  }
  .slider:before {
    position: absolute;
    width: 23px;
    height: 23px;
    transition: .4s;
    content: "";
    left: 4px;
    bottom: 3px;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;

  }
  .light-theme .slider:before {
    content: "";
    right: 4px;
    bottom: 3px;
    background-image: url(../images/light.svg);
    background-size: 10px 20px;
    display: inline-block;
    background-size: cover;
  }
  .dark-theme input:checked + .slider:before{
   content: "";
   background-image: url(../images/dark.svg);
   background-size: 10px 20px;
   display: inline-block;
   width: 23px;
   height: 23px;
   background-size: cover;
 }
 .content-wrapper {
  gap: 36px;
  margin-top: 0;
}
.main-content {
  margin-top: 54px;
}
.subtitle {
  font-size: 24px;
}
.main-title {
  font-size: 63px;
  line-height: 84px;
  letter-spacing: 0.5px;
  font-family: 'Futura PT';
}
.calculator-column {
  font-size: 14px;
  line-height: 11px;
  padding: 12px 20px;
}
.main-calculator-title {
  font-size: 24px;
  margin-top: 25px;
  line-height: 29px;
}
.loan-calculator.d-flex.justify-content-between .main-calculator-title {
margin-top: 0;
}
.header-calculator-content {
  gap: 34px;
  display: flex;
}
.price-slider-button {
  font-size: 15px;
  padding: 13px 22px;
  margin-bottom: 16px;
}
.price-slider {
  width: 268px;
  margin-top: 10px;
}
.filmash-calculator.active {
  gap: 35px;
  padding-right: 34px;
}
.calculator-wrapper {
  padding: 0 0 16px 29px;
  min-height: unset;
}

.price-slider label {
  font-size: 18px;
}
.price-slider:nth-child(2) {
  margin-top: 16px;
}
.slider-container {
  margin: 7px 0;
}
.price-output {
  font-size: 23px;
  line-height: 30px;
}
img.car-image {
  position: absolute;
  right: 0;
  max-width: 444px;
  bottom: -30px;
  z-index: 0;
}
.get-your-car {
  margin-top: 30px;
  position: relative;
}
.get-your-car .calculator-column {
  padding: 13px 14px;
}
.get-your-car .calculator-wrapper {
  padding: 0 0 117px 29px;
}
.get-your-car-btn {
  margin-top: 20px;
  padding: 13px 19px;
  max-width: 126px;
  font-size: 15px;
}
button.menu-button {
  width: 52px;
  height: 51px;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
ul.nav-links {
  font-size: 14px;
  gap: 26px;
}
nav.nav-container {
  gap: 25px;
  padding: 8px 33px 8px 11px;
}
.filmash-front {
  height: 753px;
}
.filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 37px;
}
.filmash-front span.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #616161;
  opacity: 1;
}
.mb-160 {
  margin-bottom: 115px;
}
.dot {
  width: 8px;
  height: 8px;
}
.calc-dots {
  gap: 10px;
  margin-bottom: 18px;
}
.our-brands-title {
  font-size: 24px;
  line-height: 22px;
}
.our-brands {
  padding: 42px 22px 45px;
}
.our-brands-line {
  border: 1px solid;
  margin: 21px auto ;
}
.our-brands-all.d-flex > * {
  width: calc((100% - 36px) / 3);
}
.our-brands-all {
  gap: 18px;
  flex-wrap: wrap;
}
.our-brands-all.d-flex > * {
  width: calc((100% - 36px) / 3);
  height: 66px;
  border-radius: 9.25px;
}
img.brand-logo {
  min-width: 46px;
  max-width: 159px;
  /* width: 50%; */
  max-height: 50px;
  mix-blend-mode: luminosity;
}
.our-brands-border.black {
  font-size: 16px;
  padding: 21px;
  height: 66px;
}

.filmash-front-brands .container {
  gap: 18px;
}
.popular-electro {
  max-width: calc(42% - 13px);
  padding-top: 33px;
  border-radius: 15px;
}
.popular-electro-name {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.our-brands-line.white {
  margin: 26px auto 22px;
}
.popular-electro-description {
  font-size: 18px;
  padding: 0px 50px;
}
.popular-electro-image {
  position: absolute;
  right: 0;
  max-height: 267px;
  bottom: 14px;
  width: 87%;
}
.mySwiper2 .swiper-wrapper {
height: 368px;
}
.swiper-pagination.pag2 {
  bottom: 26px;
  left: 33px;
}
span.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: rgb(255, 255, 255);
  opacity: 1;
}
.filmash-front-news-title {
  font-size: 35px;
}
.mySwiper3 {
  margin-left: calc((100% - 1320px) / 2);
}
.filmash-front-news-top {
  padding-bottom: 52px;
}
.news-car-image {
  padding: 26px;
  height: 393px;
}
.mySwiper3 .swiper-slide.swiper-slide-active {
  width: 436px !important;
}
.front-news-info {
  position: absolute;
  bottom: 26px;
  left: 26px;
}

.front-news-car {
  font-size: 15px;
  max-width: 95px;
  padding: 5px 17px 5px 12px;
  margin-bottom: 5px;
}
.front-news-date {
  font-size: 15px;
  padding: 6px 16px;
}
.front-news-description {
  font-size: 24px;
  line-height: 28px;

  margin-top: 21px;
}
.filmash-front-leasing .filmash-front-news-title {
  max-width: 35%;
  margin-bottom: 48px;
  line-height: 43px;
}
.filmash-front-leasing-calculator {
  padding: 41px 59px 44px 55px;
  gap: 40px;
  width: 651px;
}
.price-slider:nth-child(2) {
  margin-top: 0px;
}
.filmash-front-leasing-calculator .price-slider label {
  font-size: 21px;
}
.filmash-front-leasing-calculator .slider-container {
  margin: 18px 0 20px;
}
.filmash-front-leasing-calculator .price-output {
  font-size: 35px;
  line-height: 28px;
}
.filmash-front-leasing-callback-desc {
  color: #fff;
  margin: 36px 0 17px;
  font-size: 17px;
  font-weight: 300;
  line-height: 120%;
}
.filmash-front-leasing-callback-btn {
  width: 222px;
  height: 45px;
  align-items: center;
  padding: 0 18px 0 23px;
  font-size: 16px;
}
.filmash-front-leasing-callback-btn .menu-icon {
  aspect-ratio: 1;
  width: 15px;
}
.filmash-front-suggest-title {
  font-size: 36px;
  letter-spacing: -0.5px;
}
.filmash-front-suggest {

  border-radius: 20px;
  padding: 40px 60px 60px 55px;
  color: #000;
  gap: 41px;
  width: 650px;
  flex-direction: column;
  position: relative;
}
.filmash-front-suggest-calc-title {
  font-size: 24px;
  margin-bottom: 22px;
}
.price-selector-btn {
  width: 27px;
  height: 27px;
  font-size: 34px;
}
.price-selector {
  gap: 22px;
}
#price-display {
  font-size: 35px;
}

div#minus-btn {
  padding-bottom: 8px;
}
.benefit-item-title {
  font-size: 21px;
  margin-bottom: 18px;
  line-height: 19px;
}
.filmash-front-benefit {
  gap: 39px;
  gap: unset;
  justify-content: space-between;
}
.benefit-item-price {
  font-size: 34px;
}
.filmash-front-suggest .car-image {
  max-width: 594px;
  bottom: -33px;
}
.filmash-front-news-title {
  font-size: 36px;
  line-height: 39px;
}
.filmash-front-philosophy-description {
  width: 542px;
  font-size: 23px;
  margin-top: 11px;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.mySwiper4 {
  margin-left: calc((100% - 1320px) / 2);
}
.filmash-front-news-top.reviews {

  padding-bottom: 66px;
}
.mySwiper4 .swiper-slide.swiper-slide-active {
  width: 293px !important;
  height: 293px !important;
}
.swiper-slide.swiper-slide-active .review {
  /* background: rgb(204, 208, 0); */
  border-radius: 100%;
  height: 293px;
  width: 293px;
}
.review .review-img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 32px;
  top: 30px;
}
.swiper-slide.swiper-slide-active .review .review-img {
  top: 41px;
  height: 209.22px;
  width: 209.22px;
  left: 44px;
}
.review {
  background-repeat: no-repeat;
  height: 222px;
  width: 222px;
  background-size: contain;
  position: relative;
}
.bottom-right-item {
  width: 545px;
  height: 263px;
  border-radius: 15px;
}
.bottom-right {
  flex-direction: column;
  gap: 16px;
}
.bottom-right-lable {
  top: 20px;
  padding: 7px 21px 6px 12px;
  left: 22px;
  font-size: 15px;
}
.bottom-right-name {
  bottom: 32px;
  left: 22px;
  font-size: 24px;
}
.bottom-right-link {
  position: absolute;
  right: 21px;
  bottom: 23px;
  max-width: 44px;
  max-height: 57px;
}

.callback-block {
  padding: 32px 25px 25px 32px;
  gap: 40px;
}
.callback-block-title {
  font-size: 35px;
  line-height: 41px;
}
.callback-block-description {
  font-size: 16px;
  line-height: 19px;
  max-width: 17%;
}
.callback-form-inputs input, .callback-form-inputs textarea {
  padding: 14px 18px;
  font-size: 17px;
  border-radius: 8px;

}
.callback-form-inputs {
  gap: 16px;
}
input.mycheckbox {
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.form-group.d-flex {
  margin: 20px 0 34px;
}

.checkboxText {
  font-size: 18px;
}
.submit-button {
  width: 253px;
  padding: 6px 22px;
  font-size: 17px;
  line-height: 35px;
}
.submit-button img {
  width: 10px;
  height: 14px;
}
.back-button {
  width: 253px;
  padding: 6px 22px;
  font-size: 17px;
  line-height: 35px;
}
.back-button img {
  width: 10px;
  height: 14px;
}
footer {
  padding: 42px 0;
}
.footer-left img.logo {
  width: 114.99px;
  height: 55px;
  margin-bottom: 19px;
}
.policy {
  font-size: 11px;
}
ul.footer-nav-links {
  gap: 28px;
  font-size: 12px;
  margin-bottom: 0;
}
.dashed-line {

  margin: 15px 0;
}
.contact-info {
  font-size: 13px;
  gap: 22px;
}
.footer-middle {
  width: 28%;
  margin-left: 165px;
}
.up {
  max-width: 46px;
  max-height: 46px;
}
.footer-right .filmash-front-top-callback {

  padding: 7px 11px 7px 25px;
  min-height: 46px;
  width: 200px;
  font-size: 17px;

}
.footer-right .filmash-front-top-callback .menu-icon {
  aspect-ratio: 1;
  width: 18px;
}
.welcome-block-image {
    max-width: 49%;
}
.welcome-block-info {
    width: calc(51% - 19px);
}
.welcome-block-title {
    font-size: 35px;
    font-weight: 400;
    line-height: 120%;
        margin-bottom: 32px;
}
.welcome-block-info-top {
    border-radius: 20px;
    background: rgb(56, 56, 56);
    padding: 30px 31px 37px;
}
.welcome-block-text {
    margin-bottom: 34px;
    font-size: 21px;
}
.welcome-block-info-top .filmash-front-leasing-callback-btn {
    width: 206px;
}
.welcome-block-info-bottom-name {
    font-size: 24px;
}
p {
    margin-top: 0;
    margin-bottom: 6px;
}
.welcome-block-info-bottom {
    margin-top: 15px;
}
.welcome-block-social-item {
    padding: 15px;
    border-radius: 13px;
    margin-top: 24px;
}
.social-item-logo {
    max-width: 27px;
}
.social-line {
    border: 1px dashed rgb(173, 173, 173);
    border-image-source: url(../images/social-line.svg);
    margin: 58px 0 8px;
}
.social-item-name {
    font-size: 16px;
}

.why-us-top-left {
    padding: 20px 21px;
}
    .why-us-top-left-title {
        font-size: 35px;
    }
.why-us-top-left-text {
    font-size: 23px;
}
.why-us-right {
    max-width: calc(76% - 18px);
    flex-direction: column;
    gap: 15px;
}
.why-us-right-top {
    gap: 10px;
}
.why-us-bottom-left {
    padding: 21px 28px 40px;
}
.why-us-bottom-left {
        padding: 21px 24px 31px;
        gap: 57px;
    }
.why-us-left-btn {

    padding: 10px 17px;
  
    font-size: 17px;

}
.why-us-right-top img {
    object-fit: cover;
    max-width: 66%;
    border-radius: 20px;
}
    .why-us-right-top {
        gap: 20px;
    }
    .why-us-bottom-right {
    border-radius: 20px;
    background: rgb(56, 56, 56);
    padding: 25px 23px 30px 37px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.svg-shape {
    height: 681px;
}
    .svg-shape2 {
        width: 385px;
        font-size: 36px;
        padding: 19px 23px;
        height: 116px;
    }
    .svg-shape3 {
    padding: 17px 21px;
    height: 216px;
}
.svg-shape2-img {
             height: 110px;
        padding: 15px 24px;
        width: 379px;
        font-size: 35px;
        border-radius: 17px;
}
.svg-shape-img {
width: 100%;
    height: 100%;
  }

  .review-block-right {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.svg-shape3-img {
    width: 100%;
    padding: 22px 30px;
    background-size: cover;
    position: relative;
    height: 219.5px;
    background-image: url(../images/review-bg.png);
}
.review-block-text {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: 400;
    line-height: 119%;
    letter-spacing: 0px;
    text-align: left;
}
.review-info.d-flex.mt-30 {
    margin-top: 24px;
}
.review-photo {
    height: 44px;
    width: 44px;
            margin-right: 22px;
}
.review-name {
    font-size: 23px;
    margin-right: 50px;
}
.review-car {
    font-size: 17px;
}
.star-img {
    height: 14px;
    /* clip-path: url(#star); */
    /* background: rgb(217, 217, 217); */
    width: 14px;
    background-image: url(../images/star.svg);
    background-size: contain;
}
.contacts-block-top {
    padding: 26px 29px 29px 29px;
            gap: 47px;
}
.contacts-block-title {
    font-size: 36px;
}
.contacts-map {
    max-width: 49.4%;
}
.contacts-block {
    width: 49.3%;
}
.contacts-block-btn {
    width: 207px;
    height: 44px;
    align-items: center;
    padding: 20px;
    font-size: 17px;
}
.contacts-info-top {
    font-size: 15px;
}
.contacts-info-bottom {
    font-size: 19px;
        line-height: 22px;
}
.contacts-block-right {
    flex-direction: column;
    gap: 18px;
}
.contacts-block-left {
    flex-direction: column;
    gap: 177px;
}
.mb-80 {
    margin-bottom: 38px;
}
.recommended-brands-item {
    width: calc((100% - 87px) / 5);
    height: 74px;
}
.recommended-brands {
    flex-wrap: wrap;
    gap: 20px;
}
.filmash-news-block.mb-160.mt-80 {
    margin-top: 26px;
}
    .filmash-front-news-title {
        font-size: 35px;
        line-height: 39px;
    }
    .filmash-news {
    flex-wrap: wrap;
    gap: 41px 21px;
    margin-top: 56px;
}
.filmash-news-item {
    max-width: calc((100% - 64px) / 4);
}
.filmash-news-item .front-news-description {
    width: 90%;
    font-size: 24px;
}
.navigation-prev, .navigation-next {
    width: 45px;
    height: 45px;

}
.navigation-list-item.selected{
    height: 45px;
    width: 45px;
    font-size: 16.49px;
}
.navigation-list-item {
    height: 45px;
    width: 45px;
    font-size: 16.49px;
}
.catalog-navigation img.menu-icon {
    width: 18px;
}
.catalog-navigation {
    gap: 8px;
        padding-top: 48px;
}
.news-detail-name {
    font-size: 58px;
}
.news-detail-block .container {
    gap: 71px;
}
.news-detail-text {
    font-size: 31px;
}
.news-detail-block.mt-80.mb-160 {
    margin-top: 56px;
}
.news-detail-car-tag {
    padding: 8.35px 27.7px 9.35px 16px;
    font-size: 23px;
        margin-bottom: 6px;
}
.news-detail-date-tag {
    font-size: 21px;
    padding: 7.35px 30.33px;
    margin-bottom: 21px;
}
    .news-detail-name {
        font-size: 44px;
    }
        .news-detail-text {
        font-size: 23.5px;
    }
    .news-detail-cols > * {
    width: calc(52% - 57px);
}
.news-detail-cols {
    gap: 35px;
}
    .news-detail-block .container {
        gap: 63px;
    }
.news-detail-text p {
    margin-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 25px;
}
.news-detail-gallery img {
    max-width: calc((100% - 48px) / 3);
    object-fit: cover;
    height: 328px;
    border-radius: 20px;
}
.mt-80 {
    margin-top: 48px;
}
.recommended-brands.mt-108.mb-80.d-flex {
    margin-top: 73px;
}
    .recommended-brands {
        flex-wrap: wrap;
        gap: 22px;
        row-gap: 16px;
    }
    .recommended-brands-item {
        width: calc((100% - 88px) / 5);
        height: 73px;
    }
    .filmash-front-news-title.mb-60 {
    margin-bottom: 38px;
}
.catalog-filter {
    padding: 38px 29px 45px 15px;
}
img.car-select-img {
    max-width: 113px;
}
.car-select {
    gap: 29px;
    width: 160px;
}
.filters-all {
    padding-left: 30px;
    border-left: 1px solid rgb(255, 255, 255);
    width: 400px;
        margin-top: -9px;
}
.filters-all-name {
    font-size: 31px;
}
.delete-all {
    font-size: 15px;
}
.close {
    margin-left: 9px;
    max-height: 11px;
}
input#search-input {
    font-size: 24px;
        border-radius: 16px;
    padding: 7px 9px 7px 52px;
}
.filters-all-row {
    margin-bottom: 42px;
}
img.search-ico {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 21px;
}
.filter-item-name {
    font-size: 23px;
}
.mt-30.item-btn {
    margin-top: 39px;
}
.filter-item-content {
    margin-top: 13px;
}

input.brand-checkbox {
    width: 16px;
    height: 16px;
  }
  .brand-checkbox-text {
    font-size: 22px;
}
.filter-item-check.d-flex {
    gap: 15px;
}
.filter-item-checkboxes {
    display: flex
;
    flex-wrap: wrap;
    gap: 11px;
}
input.brand-checkbox:before {

    width: 10px;
    height: 10px;

    border-radius: 3px;
}
.filter-item {
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(109, 109, 109);
}
.catalog-block {
    gap: 24px;
}
.catalog-car-info {
    padding: 17px 17px 0 17px;
  }
  .catalog-car-logo img {
    max-height: 36px;
    margin-right: 18px;
}
.catalog-car-name {
    font-size: 31px;
}
.catalog-car-new {
    font-size: 15px;
    padding: 8px 18px;
}
    .catalog-car-information {
        font-size: 14px;
        margin-top: 0;
    }
.catalog-car-price-block {
    border-radius: 0px 0px 20px 20px;
    background: rgb(67, 66, 65);
          padding: 15px 21px;
        margin-top: 15px;
}
.catalog-car-price {
    font-size: 23px;
}
.catalog-car-price-btn {
           font-size: 15px;
        padding: 14px 22px;
}
    .catalog-car-display-item {
              width: calc((100% - 20px) / 2);
        height: auto;
    }
.filter-item input[type="number"] {
  padding: 3px 14px;
    width: 145px;
        font-size: 17px;
}
.filter-item-content {
        /*margin-top: -5px;*/
    }
    img#tickImage {
    top: 11px;
}
#tickImage4{
    top: 11px;
}
div#slider2 {
    margin-top: -20px;
}
div#slider {
    margin-top: -20px;
}
    .range-slider {
    margin-bottom: -16px;
}
.card-car-logo img {
    height: 71px;
}
.card-car-right-price {
    font-size: 58px;
    line-height: 42px;
}
.card-car-right-price span {
    font-size: 36px;
}
.card-car-name {
    font-size: 59.24px;   
     margin-right: 25px;
}
.card-car-logo.mb-60 {
    margin-bottom: 0;

}
.card-car-info-btn img {
    width: 37px;
}
.card-car-fullName.mt-30 {
    font-size: 29px;
}
.card-car-fullName.mt-30 {
    font-size: 28.5px;
    margin-top: 8px;
}
.card-car-right-dopPrice {
    font-size: 28px;
    margin-top: 12px;
    height: 30px;
}
.card-car-order-btn {
    margin-top: 30px;
    font-size: 23px;
    padding: 16px 57px;
}
.card-car-second-left-info {
    font-size: 15px;
}
.card-car-second-block {
    padding-top: 0;
}
.card-car-info-btn {
    z-index: 10;
    height: 37px;
    width: auto;
}

.card-car-select-item img {
        height: auto;
        width: 82%;
        width: 48px;
        padding: 4px;
}
.card-car-select-item {
        background: rgb(191, 191, 191);
        border-radius: 50%;
        padding: 5px;
        height: 58px;
        align-items: center;
        display: flex;
}
.card-car-second-right {
    flex-direction: column;
    gap: 16px;
    margin-top: 14px;
}
.card-car-select-item-info {

    right: 72px;
    top: 3px;
    font-size: 15px;
    font-weight: 500;

    border-radius: 10px;

    padding: 13px 24px;

    max-width: 466px;
    min-width: 169px;
    width: max-content;
}
    .configurator-slider {
        margin-top: 0;
        padding-bottom: 40px;
        position: relative;
    }
.configurator-slider-name {
    font-size: 31px;
}
    .configurator-slider-top.d-flex {
               padding: 0 30px;
        gap: 10px;
        height: 40px;
        margin: 10px 0;
    }

.configurator-slider-price {
    border-radius: 17px;
    padding: 7px 22px;
    font-size: 14px;
}
.configurator-item-desc {
    font-size: 16px;
    margin-top: 15px;
}
.swiper.mySwiper6 {
    height: auto;
    align-items: flex-end;
    padding: 0 30px;
}
.mySwiper6 .swiper-slide-active .configurator-item-image {
    /*height: 190px;*/
    width: 100%;
}
    .configurator-item-image {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }
.mySwiper6 .swiper-slide-active .configurator-item-image img {
    object-fit: cover;
    height: 100%;
}
.mySwiper6 .swiper-slide.swiper-slide-active {
    width: 102px !important;
}
.configurator-slide {
    height: auto;
}
.configurator-slide.swiper-slide-active {
    padding-bottom: 5px;
}
.configurator-pagination {
    bottom: 30px !important;
    height: 10px;
}
.swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
        padding: 0 30px;
        height: 40px;
        margin: 15px 0;
}
.configurator-item-desc {
        font-size: 14px;
        margin-top: 20px;
    }
    .pag3 span.swiper-pagination-bullet, .pag4 span.swiper-pagination-bullet, .configurator-pagination span.swiper-pagination-bullet {
    background: rgb(97, 97, 97);
    height: 8px;
    width: 8px;
}
.accessories-block-title {
    font-size: 37px;
}
.characteristics-block {
    padding-top: 111px;
}
.accessories-block {
    gap: 75px;
    margin-top: 56px;
}
.accessories-image {
    max-width: 50%;
}
.accessories-description {
    flex-direction: column;
    max-width: calc(48% - 78px);
    align-items: flex-start;
            margin-top: 6px;
}
.accessories-description-text {
    font-size: 24px;
    padding-left: 13px;
}
.characteristics-block.mb-160:last-child {
    padding-top: 120px;
}
.filmash-characteristics {
    flex-wrap: wrap;
    gap: 36px;
}
.filmash-characteristics-item-name {
    font-size: 20px;
}
.filmash-characteristics-item-text {
    font-size: 22px;
}
.filmash-characteristics-item {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% / 7);
          justify-content: space-between;
}
.card-car-info-btn-hover ul {
    display: flex;
    flex-direction: column;
    gap: 0;
     padding-left: 23px;

}

.card-car-info-btn-hover.active {
    display: block;
    padding: 0;
    font-size: 19px;
    top: 10px;
}
.configurator-overall {
    width: 84%;
    left: 8.5%;
    padding: 29px 40px;
}
    .card-car-name {
        font-size: 50.24px;
        margin-right: 25px;
    }
    .card-car-fullName.mt-30 {
        font-size: 22.5px;
        margin-top: 14px;
    }
    .card-car-order-btn.fix {
    padding: 22px 65px;
    margin: 0;
    margin-left: 18px;
}
.card-car-right-price.fix.white {
    font-size: 45px;
}
.card-car-right-dopPrice.fix {
    font-size: 22px;
    margin-top: 7px;
}
.catalog-car-display {
        max-width: calc(100% - 420px);
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
}
.open-review {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 62px;
    width: 62px;
}
.review-block-left {
position: relative;
width: 58%;
height: 680px;
}
.svg-shape3-img.swiper-slide {
    height: 220px !important;
}
.review-block-right{
      height: 680px;
}
.swiper.mySwiper8 {
    width: calc(42% - 16px);
    overflow: hidden;
    height: 680px;
}
.nav-prev {
    width: 60px;
    height: 60px;
}
.nav-next {
    width: 60px;
    height: 60px;
}
.review-nav {

    gap: 10px;

}
  .col-4.order-details .card-car-logo img {
    max-width: 95px;
    height: auto;
}
.card-car-second-middle img {
        height: auto;
        object-fit: contain;
}

.cat-left {
    top: 180px;

}
}

/*@media max-width:1400px*/
@media  (max-width: 1300px){

}
@media (max-width: 1439px){

  .container{
    max-width: 1140px;
  }
  img.logo {
    height: 55px;
    width: 93px;
  }
      .mt-40 {
        margin-top: 24px;
    }
        .welcome-block-title {
        font-size: 30px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 25px;
    }
        .welcome-block-info-top {
        border-radius: 20px;
        background: rgb(56, 56, 56);
        padding: 20px 26px 27px;
    }
        .welcome-block-info-bottom-name {
        font-size: 20px;
    }
        .welcome-block-info-bottom {
        margin-top: 19px;
    }
        .welcome-block-social-item {
        padding: 12px;
        border-radius: 10px;
        margin-top: 21px;
    }
        .social-item-logo {
        max-width: 21px;
    }
        .social-line {
        border: 1px dashed rgb(173, 173, 173);
        border-image-source: url(../images/social-line.svg);
        margin: 56px 0 9px;
    }
        .why-us-top-left-title {
        font-size: 30px;
    }
        .why-us-right-top {
        gap: 16px;
    }
        .why-us-bottom-left {
        padding: 19px 22px 21px;
        gap: 54px;
    }
        .why-us-bottom-right {
        border-radius: 20px;
        background: rgb(56, 56, 56);
        padding: 16px 23px 29px 32px;
        flex-direction: column;
        justify-content: space-between;
    }
        .svg-shape2-img {
        height: 94.5px;
        padding: 12px 19px;
        width: 326px;
        font-size: 31px;
        border-radius: 17px;
    }
    .svg-shape3-img {
        width: 100%;
        padding: 16px 22px;
        background-size: cover;
        position: relative;
        height: 188.5px;
        background-image: url(../images/review-bg.png);
    }
    .review-block-text {
    font-size: 20px;
}
    .review-photo {
            height: 38px;
        width: 38px;
        margin-right: 22px;
    }
        .review-name {
        font-size: 19px;
        margin-right: 43px;
    }
    .star-img {
        height: 11px;
        width: 11px;
      }
      .review-block-right {
        width: 100%;
        flex-direction: column;
        gap: 6px;
    }
        .review-info.d-flex.mt-30 {
        margin-top: 22px;
    }
        .why-us-left-btn {
        padding: 8px 14px;
        font-size: 17px;
        margin-top: 16px;
    }
        .why-us-top-left-text {
        font-size: 20px;
    }
        .social-item-name {
        font-size: 13px;
    }
        .welcome-block-text {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 110%;
    }
        .welcome-block-info-top .filmash-front-leasing-callback-btn {
        width: 177px;
    }
  .filmash-front-top-callback {
    gap: 16px;
    padding: 9px 13px 10px 14px;
    font-size: 13px;
    min-width: 177px;
    min-height: 42px;
    border-radius: 7px;
  }
  .filmash-front-top-contacts-number {
    font-size:10px;
  }
  .switch {
    width: 47px;
    height: 24px;
  }
  .slider:before {
    width: 20px;
    height: 20px;
    left: 3px;
    bottom: 2px;
  }
  .dark-theme .slider:before {
    left: 3px;
    bottom: 2px;
    content: "";
    background-image: url(../images/dark.svg);
    background-size: 10px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .light-theme .slider:before {
    content: "";
    right: 3px;
    bottom: 2px;
  }
  .dark-theme input:checked + .slider:before {
    content: "";
    background-image: url(../images/dark.svg);
    background-size: 10px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }
  .light-theme input:checked + .slider:before {
    right: 2px;
    bottom: 2px;
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .main-content {
    margin-top: 44px;
  }
  .subtitle {
    font-size: 20px;
  }
  .main-title {
    font-size: 51px;
    line-height: 68px;
  }
  .calculator-column {
    font-size: 11px;
    line-height: 8px;
    padding: 10px 18px;
    border-radius: 6px;
  }
  .main-calculator-title {
    font-size: 19px;
    margin-top: 19px;
    line-height: 24px;
  }
  .loan-calculator.d-flex.justify-content-between .main-calculator-title {
margin-top: 0;
}
  .price-slider {
    width: 203px;
    margin-top: 5px;
  }
  .filmash-calculator.active {
    gap: 37px;
    padding-right: 21px;
  }
  .price-slider-button {
    font-size: 12px;
    padding: 11px 18px;
    margin-bottom: 9px;
    border-radius: 6px;
  }
  .dot {
    width: 6px;
    height: 6px;
  }
  .calc-dots {
    gap: 6px;
    margin-bottom: 13px;
  }
  .header-calculator-content {
    gap: 38px;
    display: flex;
  }
  .filmash-calculator.active {
    gap: 26px;
    padding-right: 0;
  }
  .price-slider {
    width: 219px;
    margin-top: 8px;
  }
  .price-slider label {
    font-size: 13px;
  }
  .calculator-wrapper {
    padding: 0px 0  19px 24px;
    min-height: unset;
  }
  .price-output {
    font-size: 13px;
    line-height: 24px;
  }
  .price-output {
    font-size: 19px;
    line-height: 22px;
  }
  .price-slider:nth-child(2) {
    margin-top: 20px;
  }
  #price-range {

    height: 2px;

  }
  .slider-container {
    margin: 5px 0;
  }
  .get-your-car {
    margin-top: 24px;
    position: relative;
  }
  .get-your-car .calculator-column {
    padding: 10px 13px;
    font-size: 11px;
    line-height: 8px;
    border-radius: 4px;
  }
  .header-calculator-content {
    gap: 39px;
  }
  .get-your-car .calculator-wrapper {
    padding: 0 0 91px 23px;
  }
  img.car-image {
    max-width: 362px;
    bottom: -18px;
  }
  .get-your-car-btn {
    margin-top: 17px;
    padding: 11px 20px;
    max-width: 108px;
    font-size: 13px;
  }
  nav.nav-container {
    gap: 23px;
    padding: 8px 25px 8px 6px;
    border-radius: 9px;
  }
  button.menu-button {
    width: 44px;
    height: 41px;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 7px;
  }
  ul.nav-links {
    font-size: 11px;
    gap: 23px;
  }
  .content-wrapper {
    gap: 27px;
    margin-top: 0;
  }
  .filmash-front {
    height: 611px;
  }
  .filmash-front span.swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
  .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 26px;
  }
  .mb-160 {
    margin-bottom: 100px;
  }
  .our-brands {
    padding: 37px 22px 45px;
    border-radius: 10px;
  }
  .our-brands-title {
    font-size: 19px;
    line-height: 13px;
  }
  .our-brands-line {
    border: 1px solid;
    margin: 18px auto;
  }
  .our-brands {
    padding: 37px 11px 36px 17px;
    border-radius: 10px;
    width: 617px;
    max-width: unset;
  }
  .our-brands-all.d-flex > * {
    width: calc((100% - 36px) / 3);
    height: 54px;
    border-radius: 7.25px;
  }
  img.brand-logo {
    min-width: 38px;
    max-width: 135px;
    /* width: 50%; */
    max-height: 37px;
    mix-blend-mode: luminosity;
  }
  .our-brands-border.black {
    font-size: 13px;
    padding: 17px;
    height: 48px;
    height: 54px;
    border-radius: 7.25px;
  }
  .our-brands-border.black  .menu-icon {
    width: 13px;
  }
  .our-brands-all {
    gap: 14px;
    flex-wrap: wrap;
  }
  .our-brands-all.d-flex > * {
    width: calc((100% - 28px) / 3);
    height: 54px;
    border-radius: 7.25px;
  }
  .popular-electro {
    max-width: calc(42% - 13px);
    padding-top: 30px;
    border-radius: 15px;
  }
  .our-brands-line.white {
    margin: 18px auto 19px;
  }
  .popular-electro-description {
    font-size: 15px;
    padding: 0px 38px;
  }
  .popular-electro-name {
    text-align: center;
    font-size: 25px;
    margin-bottom: 9px;
  }
  .popular-electro-image {
    position: absolute;
    right: 0;
    max-height: 264px;
    bottom: 71px;
    width: 88%;
  }
  span.swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
  .swiper-pagination.pag2 {
    bottom: 20px;
    left: 24px;
  }
  .filmash-front-news-title {
    font-size: 30px;
    line-height: 38px;
  }
  .swiper-button-next {

    width: 33px;
  }
  .swiper-button-prev {

    width: 33px;
  }
  .slider-nav {
    position: relative;
    width: 96px;
    gap: 23px;
  }
  .filmash-front-news-top {
    padding-bottom: 39px;
  }
  .mySwiper3 {
    margin-left: calc((100% - 1140px) / 2);
  }
  .news-car-image {
    padding: 26px;
    height: 344px;
    border-radius: 12px;
  }
  .mySwiper3 .swiper-slide.swiper-slide-active {
    width: 379px !important;
  }
  .front-news-car {
    font-size: 13px;
    max-width: 80px;
    padding: 5px 12px 3px 9px;
    margin-bottom: 5px;
  }
  .front-news-date {
    font-size: 12px;
    padding: 3px 14px;
  }
  .front-news-description {
    font-size: 21px;
    line-height: 25px;
    margin-top: 17px;
  }
  .filmash-front-leasing .filmash-front-news-title {
    max-width: 34%;
    margin-bottom: 43px;
    line-height: 33px;
  }
  .filmash-front-leasing-calculator {
    padding: 36px 48px 34px 46px;
    gap: 31px;
    width: 559px;
    border-radius: 11px;
  }
  .filmash-front-leasing-calculator .price-slider label {
    font-size: 19px;
  }
  .filmash-front-leasing-calculator .slider-container {
    margin: 16px 0 16px;
  }
  .filmash-front-leasing-calculator .price-output {
    font-size: 31px;
    line-height: 26px;
  }
  .price-slider:nth-child(2) {
    margin-top: 2px;
  }
  .filmash-front-leasing-callback-desc {
    color: #fff;
    margin: 34px 0 17px;
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
  }
  .filmash-front-leasing-callback-btn {
    width: 192px;
    height: 38px;
    align-items: center;
    padding: 0 18px 0 23px;
    font-size: 14px;
    border-radius: 7.24px;
  }
  .filmash-front-suggest {
    border-radius: 20px;
    padding: 33px 60px 60px 47px;
    color: #000;
    gap: 32px;
    width: 564px;
    flex-direction: column;
    position: relative;
  }
  .filmash-front-suggest-title {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .filmash-front-suggest-calc-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #price-display {
    font-size: 30px;
  }
  .price-selector-btn {
    width: 24px;
    height: 22px;
    font-size: 26px;
  }
  div#minus-btn {
    padding-bottom: 4px;
  }
  .price-selector {
    gap: 19px;
  }
  .benefit-item-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 19px;
  }
  .benefit-item-price {
    font-size: 28px;
  }
  .filmash-front-suggest .car-image {
    max-width: 515px;
    bottom: -33px;
  }
  .filmash-front-philosophy-description {
    width: 471px;
    font-size: 20px;
    margin-top: 11px;
    letter-spacing: 0.2px;
    line-height: 24px;
  }
  .review-next {
    content: url(../images/next.svg);
    width: 33px;
    right: 0;
  }
  .review-prev {
    content: var(--con-prev);
    width: 33px;
  }
  .mySwiper4 {
    margin-left: calc((100% - 1140px) / 2);
  }
  .filmash-front-news-top.reviews {
    padding-bottom: 54px;
  }
  .mySwiper4 .swiper-slide.swiper-slide-active {
    width: 283px !important;
    height: 283px !important;
  }
  .swiper-slide.swiper-slide-active .review .review-img {
    top: 38px;
    height: 206.22px;
    width: 206.22px;
    left: 40px;
  }
.review .review-img {
border-radius: 50%;
height: 126px;
width: 126px;
object-fit: cover;
object-position: center;
position: absolute;
left: 26px;
top: 24px;
}
  img.play {
    position: absolute;
    top: 37%;
    left: 42%;
    width: 15%;
  }
  .review {
    background-repeat: no-repeat;
    height: 199px;
    width: 222px;
    background-size: contain;
    position: relative;
  }
  .bottom-right-item {
    width: 468px;
    height: 229px;
    border-radius: 15px;
  }
  .bottom-right-lable {
    top: 20px;
    padding: 7px 21px 6px 12px;
    left: 20px;
    font-size: 11px;
    border-radius: 6px;
  }
  .bottom-right-name {
    bottom: 27px;
    left: 21px;
    font-size: 21px;
  }
  .bottom-right-link {
    position: absolute;
    right: 20px;
    bottom: 19px;
    max-width: 38px;
    max-height: 57px;
  }
  .callback-block {
    padding: 31px 25px 17px 24px;
    gap: 33px;
    /*width: 57.65%;*/
    width: auto;
  }
  .callback-block-title {
    font-size: 30px;
    line-height: 35px;
  }
  .callback-block-description {
    font-size: 14px;
    line-height: 16px;
    max-width: 17%;
  }
  .callback-form-inputs input, .callback-form-inputs textarea {
    padding: 9px 17px;
    font-size: 13px;
    border-radius: 8px;
  }
  input.mycheckbox {
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    width: 25px;
    height: 25px;
    margin-right: 14px;
  }
  .checkboxText {
    font-size: 18px;
    line-height: 15px;
  }
  .submit-button {
    width: 190px;
    padding: 2px 21px;
    font-size: 14px;
    line-height: 35px;
  }
    .back-button {
    width: 190px;
    padding: 2px 21px;
    font-size: 14px;
    line-height: 35px;
  }
  .footer-left img.logo {
    width: 103.99px;
    height: 42px;
    margin-bottom: 19px;
  }
  .policy {
    font-size: 9px;
  }
  footer {
    padding: 39px 0;
  }

  .footer-middle {
    width: 29%;
    margin-left: 172px;
  }
  ul.footer-nav-links {
    gap: 25px;
    font-size: 10px;
    margin-bottom: 0;
  }
  .dashed-line {
    margin: 10px 0;
  }
  .contact-info {
    font-size: 11px;
    gap: 17px;
  }
  .up {
    max-width: 40px;
    max-height: 40px;
  }
  .footer-right .filmash-front-top-callback {
    padding: 5px 6px 8px 19px;
    min-height: 40px;
    width: 172px;
    font-size: 14px;
  }

      nav.nav-header-container {
        gap: 25px;
    }
    header ul.nav-links {
    gap: 28px;
}
img.header-menu-icon {
    max-width: 31px;
}
    .news-detail-block.mt-80.mb-160 {
        margin-top: 46px;
    }
    .news-detail-car-tag {
        padding: 6.35px 21.7px 6.35px 13px;
        font-size: 20px;
        margin-bottom: 6px;
    }
        .news-detail-date-tag {
        font-size: 19px;
        padding: 6.35px 23.33px;
        margin-bottom: 17px;
    }
        .news-detail-cols > * {
        width: calc(52% - 39px);
    }
        .news-detail-text {
        font-size: 20.5px;
    }
        .news-detail-block .container {
        gap: 53px;
    }
        .news-detail-text p {
        margin-top: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 17px;
    }
    .news-detail-name {
        font-size: 38px;
    }
        .mt-80 {
        margin-top: 38px;
    }
        .recommended-brands.mt-108.mb-80.d-flex {
        margin-top: 62px;
    }
        .recommended-brands-item {
        width: calc((100% - 70px) / 5);
        height: 66px;
      }
          .recommended-brands {
        flex-wrap: wrap;
        gap: 17px;
        row-gap: 16px;
    }
    .car-select-item {
     padding-right: 30px;
    gap: 21px;
}
    img.car-select-img {
        max-width: 92px;
    }
    .filters-all-name {
        font-size: 25px;
    }

    .filters-all-row {
        margin-bottom: 25px;
    }
        input#search-input {
        font-size: 19px;
        border-radius: 19px;
        padding: 7px 7px 7px 42px;
    }
        .filter-item-name {
        font-size: 20px;
    }
    .filter-item-content {
        margin-top: 17px;
    }

    .mt-30.item-btn {
        margin-top: 19px;
    }
    .catalog-car-display {
    gap: 20px;
}
.catalog-car-image img {
    max-height: 157px;
}
.catalog-car-image {

    margin-top: 15px;
}
    img#tickImage {
        top: 6px;
    }
        img#tickImage4 {
        top: 6px;
    }
    #slider2 {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
#slider {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
    .filter-item input[type="number"] {
        padding: 5px 14px;
        width: 119px;
        font-size: 15px;
    }
        img.search-ico {
        position: absolute;
        left: 16px;
        top: 12px;
        height: 15px;
    }
        .brand-checkbox-text {
        font-size: 16px;
    }
        .card-car-logo img {
        height: 63px;
    }
        .mt-80 {
        margin-top: 46px;
    }
        .card-car-info-btn img {
        width: 29px;
    }
        .card-car-name {
        font-size: 49.24px;
        margin-right: 27px;
    }
        .card-car-fullName.mt-30 {
        font-size: 24.5px;
        margin-top: 7px;
    }
        .card-car-right-price {
        font-size: 50px;
        line-height: 37px;
    }
        .card-car-right-dopPrice {
        font-size: 25px;
        margin-top: 11px;
        height: 28px;
    }
        .card-car-order-btn {
        margin-top: 50px;
        font-size: 18px;
        padding: 11px 55px;
    }
        .card-car-second-left-info {
        font-size: 13px;
    }
    .card-car-second-block {
        padding-top: 8px;
    }

    .card-car-select-item img {
        height: 42px;
        width: 82%;
        width: 42px;
        padding: 4px;
    }
        .card-car-second-right {
        flex-direction: column;
        gap: 12px;
        margin-top: 14px;
    }
        .card-car-select-item-info {
        right: 63px;
        top: 3px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 10px;
        padding: 10px 21px;
        max-width: 366px;
        min-width: 168px;
        width: max-content;
    }
 
        .configurator-slider-name {
        font-size: 24px;
    }
        .configurator-slider-top.d-flex {
        padding:0 20px;
        gap: 3px;
    }
        .configurator-slider-top.d-flex {
        padding: 0 20px;
        gap: 3px;
        gap: unset;
        justify-content: space-between;
    }
        .configurator-slide {
        height: 190px;
    }
        .mySwiper6 .swiper-slide-active .configurator-item-image {
        /*height: 153px;*/
        width: 100%;
    }
        .configurator-item-image {
        /*height: 139px;*/
        display: flex;
        align-items: flex-end;
    }
        .swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
        padding: 14px 15px 14px;
    }
.mySwiper6.swiper-backface-hidden .swiper-slide img {
    height: 98%;
}
    .configurator-item-desc {
        font-size: 13px;
        margin-top: 12px;
    }
        .configurator-slider {
        margin-top: 3px;
        padding-bottom: 65px;
        position: relative;
    }
    .accessories-block-title {
        font-size: 32px;
    }
        .characteristics-block {
        padding-top: 93px;
    }
        .accessories-block {
        gap: 51px;
        margin-top: 46px;
    }
        .accessories-description {
        flex-direction: column;
        max-width: calc(48% - 66px);
        align-items: flex-start;
        margin-top: 6px;
    }
        .accessories-description-text {
        font-size: 21px;
        padding-left: 13px;
    }
        .filmash-characteristics-item {
        max-width: calc((100% - -10px* 6) / 7);
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
        .filmash-characteristics-item-name {
        font-size: 17px;
    }
    .filmash-characteristics-item-text {
        font-size: 20px;
    }
        .mt-80 {
        margin-top: 41px;
    }
        .configurator-overall {
        width: 91%;
        left: 4.5%;
        padding: 23px 19px;
    }
        .card-car-name {
        font-size: 43.24px;
        margin-right: 23px;
    }
        .card-car-fullName.mt-30 {
        font-size: 20.5px;
        margin-top: 3px;
    }
        .card-car-order-btn.fix {
        padding: 17px 53px;
        margin: 0;
        margin-left: 15px;
    }
    .card-car-order-btn.fix {
        padding: 17px 53px;
        margin: 0;
        margin-left: 15px;
        font-size: 18px;
    }
        .card-car-right-price.fix.white {
        font-size: 42px;
    }
        .card-car-right-dopPrice.fix {
        font-size: 20px;
        margin-top: 6px;
    }
        header.tophead {
        padding: 9px 0 14px;
    }
    .mySwiper2 {
height: 302px;
}
.popular-electro-image {
position: absolute;
right: 0;
max-height: 222px;
bottom: 71px;
width: 81%;
}
.open-review {
position: absolute;
bottom: 0;
right: 0;
height: 50px;
width: 50px;
}
.review-block-left {
position: relative;
width: 58%;
z-index: 9;
height: 578px;
}
.svg-shape3-img.swiper-slide {
height: 188px !important;
}
.swiper.mySwiper8 {
width: calc(42% - 16px);
overflow: hidden;
height: 578px;
}
    .catalog-car-information {
        font-size: 12px;
        margin-top: 0;
    }


      .card-car-select-item img {
        height: 42px;
        width: 82%;
        width: 42px;
        padding: 4px;
        object-fit: contain;
    }
        .card-car-second-middle img.newSize {
    /*    height: 400px;
        width: auto;*/
      }
    .card-car-info-btn img {
        width: 40px;
    }
        .card-car-second-middle img {
        height: 100%;
        object-fit: contain;
    }
        .filmash-characteristics-item {
        max-width: calc((100% - 10px* 6) / 7);
        display: flex
;
        flex-direction: column;
        gap: 3px;
    }
        .configurator-slider {
        margin-top: -33px;
        padding-bottom: 45px;
        position: relative;
    }

}
/*@media max-width:1400px*/
@media  (max-width: 1439px){
    .main-title {
        font-size: 47px;
        line-height: 53px;
    }
        .main-content {
        margin-top: 35px;
    }
    .loan-calculator.d-flex.justify-content-between {
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
    .review .review-img {
        border-radius: 50%;
        height: 120px;
        width: 120px;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 26px;
        top: 24px;
    }
    .mySwiper4 .swiper-wrapper {
    height: auto;
    align-items: flex-end;
}
.review {
        background-repeat: no-repeat;
        height: 160px;
        width: 160px;
        background-size: contain;
        position: relative;
    }
        .swiper-slide.swiper-slide-active .review {
        /* background: rgb(204, 208, 0); */
        border-radius: 100%;
        height: 220px;
        width: 220px;
    }
        .mySwiper4 .swiper-slide.swiper-slide-active {
        width: 220px !important;
        height: 220px !important;
    }
        .swiper-slide.swiper-slide-active .review .review-img {
        top: 27px;
        height: 160px;
        width: 160px;
        left: 31px;
    }
    .review .review-img {
        border-radius: 50%;
        height: 115px;
        width: 115px;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 24px;
        top: 21px;
    }
        .contacts-info-bottom {
        font-size: 16px;
        line-height: 19px;
    }
        .contacts-block-title {
        font-size: 30px;
    }
        .contacts-info-top {
        font-size: 13px;
    }
    .contacts-map img {
    height: 100%;
}
    .filter-item input[type="number"] {
        padding: 5px 14px;
        width: 109px;
        font-size: 13px;
    }
}
@media (max-width: 1439px){
 .container{
  max-width: 960px;
}
img.logo {
  height: 44px;
  width: 85px;
}
.filmash-front-top-callback {
  gap: 16px;
  padding: 6px 13px 6px 14px;
  font-size: 11px;
  min-width: 177px;
  min-height: 36px;
  border-radius: 7px;
}
.filmash-front-top-contacts {
  gap: 19px;
}
.calculator-column {
  font-size: 9px;
  line-height: 8px;
  padding: 8px 17px;
  border-radius: 6px;
}  
.header-calculator-content {
  gap: 3px;
}
.main-calculator-title {
  font-size: 17px;
  margin-top: 17px;
  line-height: 20px;
}
.loan-calculator.d-flex.justify-content-between .main-calculator-title {
margin-top: 0;
}
.price-slider-button {
  font-size: 10px;
  padding: 10px 18px;
  margin-bottom: 4px;
  border-radius: 6px;
}
.get-your-car .calculator-column {
  padding: 9px 13px;
  font-size: 9px;
  line-height: 8px;
  border-radius: 4px;
}
.filmash-calculator.active {
  gap: 9px;
  padding-right: 25px;
}
img.car-image {
  max-width: 324px;
  bottom: -5px;
}
.get-your-car .calculator-wrapper {
  padding: 0 0 85px 23px;
}
.get-your-car-btn {
  margin-top: 19px;
  padding: 9px 20px;
  max-width: 95px;
  font-size: 11px;
  border-radius: 5px;
  z-index:8;
  cursor:pointer;
}
.price-slider {
  width: 212px;
  margin-top: 8px;
}


.main-content {
  margin-top: 35px;
}
button.menu-button {
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border-radius: 7px;
}
nav.nav-container {
  gap: 20px;
  padding: 8px 19px 8px 6px;
  border-radius: 9px;
}
ul.nav-links {
  font-size: 10px;
  gap: 21px;
}
.main-title {
font-size: 44px;
        line-height: 48px;
}
.filmash-front-top {
    margin-top: 21px;
}
    img.car-image {
        max-width: 311px;
        bottom: -13px;
    }
.subtitle {
  font-size: 18px;
          max-width: 70%;
}
.filmash-front {
  height: 590px;
}
.filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 22px;
}
.mySwiper2 {
height: 275px;
}
.mb-160 {
  margin-bottom: 86px;
}
.our-brands {
  padding: 34px 10px 34px 15px;
  border-radius: 10px;
  width: 58%;
  max-width: unset;
}
.our-brands-title {
  font-size: 18px;
  line-height: 10px;
}
.our-brands-all {
  gap: 14px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.our-brands-border.black {
  font-size: 12px;
  padding: 16px;
  height: 46px;
  border-radius: 7.25px;
}
.popular-electro-name {
  text-align: center;
  font-size: 22px;
  margin-bottom: 6px;
}
.our-brands-all.d-flex > * {
  width: calc((100% - 32px) / 3);
  height: 48px;
  border-radius: 7.25px;
}
.popular-electro-description {
  font-size: 13px;
  padding: 0px 38px;
}
.popular-electro-image {
  position: absolute;
  right: 0;
  max-height: 264px;
  bottom: 108px;
  width: 89%;
}
.swiper-pagination.pag2 {
  bottom: 17px;
  left: 19px;
}
.filmash-front-news-title {
  font-size: 25px;
  line-height: 8px;
}
.mySwiper3 {
  margin-left: calc((100% - 960px) / 2);
}
.filmash-front-news-title {
  font-size: 26px;
  line-height: 15px;
}
.mySwiper3 .swiper-slide.swiper-slide-active {
  width: 317px !important;
}
.news-car-image {
  padding: 26px;
  height: 291px;
  border-radius: 10px;
}
.front-news-description {
  font-size: 17px;
  line-height: 21px;
  margin-top: 14px;
}
.front-news-info {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.front-news-date {
  font-size: 11px;
  padding: 3px 11px;
}
.front-news-car {
  font-size: 11px;
  max-width: 66px;
  padding: 3px 8px 3px 11px;
  margin-bottom: 3px;
}
.mySwiper3 .swiper-slide.swiper-slide-active .front-news-description {
  width: 63%;
}
.filmash-front-leasing .filmash-front-news-title {
  max-width: 34%;
  margin-bottom: 38px;
  line-height: 27px;
}
.filmash-front-leasing-calculator {
  padding: 27px 47px 34px 39px;
  gap: 21px;
  width: 56%;
  border-radius: 11px;
}
.filmash-front-leasing-calculator .price-slider label {
  font-size: 16px;
}
.filmash-front-leasing-calculator .price-output {
  font-size: 26px;
  line-height: 20px;
}
.price-slider:nth-child(2) {
  margin-top: 10px;
}
.filmash-front-leasing-calculator .slider-container {
  margin: 14px 0 16px;
}
.filmash-front-leasing-callback-desc {
  color: #fff;
  margin: 34px 0 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}
.filmash-front-leasing-callback-btn {
  width: 162px;
  height: 30px;
  align-items: center;
  padding: 0 18px 0 23px;
  font-size: 12px;
  border-radius: 7.24px;
}
.filmash-front-suggest-title {
  font-size: 26px;
  letter-spacing: -0.5px;
}
.filmash-front-suggest {
  border-radius: 20px;
  padding: 26px 60px 60px 47px;
  color: #000;
  gap: 21px;
  width: 57%;
  flex-direction: column;
  position: relative;
}
.filmash-front-suggest-calc-title {
  font-size: 17px;
  margin-bottom: 9px;
}
#price-display {
  font-size: 25px;
}
.price-selector-btn {
  width: 20px;
  height: 20px;
  font-size: 26px;
}
.price-selector {
  gap: 17px;
}
.benefit-item-title {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 19px;
}
.benefit-item-price {
  font-size: 24px;
}
.filmash-front-benefit {
  gap: 29px;
  gap: unset;
  justify-content: space-between;
}
.filmash-front-suggest .car-image {
  max-width: 90%;
  bottom: -24px;
}
.filmash-front-news-title {
  font-size: 25px;
  line-height: 28px;
}
.filmash-front-philosophy-description {
  width: 42%;
  font-size: 17px;
  margin-top: 9px;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.mySwiper4 {
  margin-left: calc((100% - 960px) / 2);
}
.swiper-slide.swiper-slide-active .review {
  /* background: rgb(204, 208, 0); */
  border-radius: 100%;
  height: 209px;
  width: 209px;
}
.swiper-slide.swiper-slide-active .review .review-img {
  top: 28px;
  height: 152.22px;
  width: 152.22px;
  left: 30px;
}
.mySwiper4 .swiper-slide.swiper-slide-active {
  width: 215px !important;
  height: 215px !important;
}
.review {
  height: 185px;

}
.review .review-img {
  border-radius: 50%;
  height: 129px;
  width: 129px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 26px;
  top: 24px;
}
.callback-block {
  padding: 24px 21px 14px 22px;
  gap: 25px;
 width: 570px;
  width: auto;
}
div#comp_1069ae183c8d1e4812a566f8a7e226f6 {
        width: 550px;
    }
   .callback-block{
          width: 550px;
   } 

.callback-form-inputs input, .callback-form-inputs textarea {
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 8px;
}
.callback-block-title {
  font-size: 26px;
  line-height: 32px;
  max-width: 71%;
}
.callback-form-inputs {
  gap: 11px;
}
.bottom-right {
  flex-direction: column;
  gap: 16px;
  width: 41%;
}
.callback-block-description {
  font-size: 12px;
  line-height: 15px;
  max-width: 19%;
}
.form-group.d-flex {
  margin: 15px 0 27px;
}
.checkboxText {
  font-size: 13px;
  line-height: 13px;
}
input.mycheckbox {
  width: 21px;
  height: 21px;
}
.submit-button {
  width: 162px;
  padding: 1px 19px;
  font-size: 11px;
  line-height: 35px;
}
.submit-button {
  width: 162px;
  padding: 1px 19px;
  font-size: 11px;
  line-height: 31px;
  border-radius: 6px;
}
.back-button {
  width: 162px;
  padding: 1px 19px;
  font-size: 11px;
  line-height: 31px;
  border-radius: 6px;
}
.bottom-right-item {
  width: 100%;
  height: 191px;
  border-radius: 8px;
}
.bottom-right-name {
  bottom: 21px;
  left: 19px;
  font-size: 17px;
}
.bottom-right-lable {
  top: 19px;
  padding: 4px 21px 4px 12px;
  left: 19px;
  font-size: 11px;
  border-radius: 6px;
}
.bottom-right-link {
  position: absolute;
  right: 15px;
  bottom: 17px;
  max-width: 31px;
  max-height: 57px;
}
footer {
  padding: 30px 0;
}
.footer-left img.logo {
  width: 83.99px;
  height: 37px;
  margin-bottom: 16px;
}
.policy {
  font-size: 8px;
}
ul.footer-nav-links {
  gap: 18px;
  font-size: 9px;
  margin-bottom: 0;
}
.dashed-line {
  margin: 8px 0;
}
.contact-info {
  font-size: 10px;
  gap: 15px;
}
.footer-middle {
  width: 27%;
  margin-left: 141px;
}
.up {
  max-width: 31px;
  max-height: 36px;
}
.footer-right .filmash-front-top-callback {
  padding: 5px 6px 8px 19px;
  min-height: 34px;
  width: 149px;
  font-size: 12px;
}
.footer-right .filmash-front-top-callback .menu-icon {
  aspect-ratio: 1;
  width: 15px;
}
img.header-menu-icon {
  max-width: 27px;
  border-radius: 8px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
nav.nav-header-container {
  gap: 20px;
  padding-top: 5px;
}
header ul.nav-links {
  gap: 23px;
  font-size: 9px;
}
header .menu-icon {
  aspect-ratio: 1;
  width: 13px;
}
header.active {
  padding: 10px 0 11px;
}
.filmash-front-top-callback {
    min-width: 151px;
    min-height: 39px;
}
    .filmash-front-top-contacts-number {
        font-size: 9px;
    }
    header ul.nav-links {
        gap: 18px;
        font-size: 10px;
    }
        header.tophead {
        padding: 6px 0 10px;
    }
.welcome-block-info-top {
        border-radius: 20px;
        background: rgb(56, 56, 56);
        padding: 15px 21px 22px;
    }
        .welcome-block-title {
        font-size: 25px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 25px;
    }
    .welcome-block-text {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 112%;
    }
        .welcome-block-info-top .filmash-front-leasing-callback-btn {
        width: 149px;
    }
        .welcome-block-info-bottom-name {
        font-size: 17px;
    }
        .welcome-block-social-item {
        padding: 8px;
        border-radius: 6px;
        margin-top: 16px;
    }
        .social-line {
        margin: 46px 0 9px;
    }
        .social-item-name {
        font-size: 12px;
    }
        .social-item-logo {
        max-width: 18px;
    }
    .why-us-top-left {
        padding: 16px 16px;
    }
        .why-us-top-left-title {
        font-size: 26px;
    }

        .why-us-left-btn {
        padding: 5px 12px;
        font-size: 14px;
        margin-top: 15px;
    }
        .why-us-top-left-title {
        font-size: 25px;
    }
        .why-us-bottom-left {
        padding: 18px 17px 21px;
        gap: 42px;
    }
    .why-us-top-left-text {
        font-size: 15px;
    }
    .why-us-right-top {
        gap: 6px;
    }
        .svg-shape2-img {
        height: 79.5px;
        padding: 10px 17px;
        width: 275px;
        font-size: 25px;
        border-radius: 17px;
    }
    .svg-shape3-img {
    padding: 13px 15px;
    height: auto;
}
    .review-block-text {
        font-size: 17px;
    }
    .review-info.d-flex.mt-30 {
        margin-top: 18px;
    }
    .review-photo {
        height: 32px;
        width: 32px;
        margin-right: 16px;
    }
        .review-name {
        font-size: 17px;
        margin-right: 33px;
    }
        .review-car {
        font-size: 13px;
    }
    .stars {
    gap: 2px;
}
    .contacts-block-title {
        font-size: 26px;
    }
        .contacts-block-top {
     padding: 12px 18px 21px 18px;
        gap: 36px;
    }
        .contacts-info-top {
        font-size: 11px;
    }
        .contacts-info-bottom {
        font-size: 13px;
        line-height: 22px;
    }
        .contacts-block-left {
        flex-direction: column;
        gap: 122px;
    }
    .contacts-block-btn {
        width: 150px;
        height: 35px;
        align-items: center;
        padding: 15px;
        font-size: 12px;
        border-radius: 7px;
    }
    .contacts-info.d-flex {
    flex-direction: column;
    gap: 3px;
}
    .contacts-block-right {
        flex-direction: column;
        gap: 13px;
    }
.mt-108 {
    margin-top: 25px;
}
.recommended-brands {
        flex-wrap: wrap;
        gap: 15px;
    }
        .recommended-brands-item {
        width: calc((100% - 60px) / 5);
        height: 52px;
    }
.mt-108 {
    margin-top: 37px;
}
.filmash-news-block.mb-160.mt-80 {
    margin-top: 25px;
}
.filmash-news {
    flex-wrap: wrap;
    gap: 33px 15px;
    margin-top: 36px;
}
.filmash-news-item {
    max-width: calc((100% - 48px) / 4);
}
a.filmash-news-item .front-news-description {
    font-size: 18px;
    line-height: 19px;
}
    .navigation-prev, .navigation-next {
        width: 35px;
        height: 35px;
    }

    .navigation-list-item.selected {
        height: 35px;
        width: 35px;
        font-size: 14.49px;
    }
      .navigation-list-item {
        height: 35px;
        width: 35px;
        font-size: 14.49px;
    }
    .navigation-list {
    gap: 6px;
}
.catalog-navigation {
        gap: 6px;
        padding-top: 38px;
    }
    .catalog-navigation img.menu-icon {
        width: 15px;
    }
    .news-detail-car-tag {
        padding: 2.35px 15.7px 3.35px 12px;
        font-size: 18px;
        margin-bottom: 4px;
    }
        .news-detail-date-tag {
        font-size: 16px;
        padding: 5.35px 22.33px;
        margin-bottom: 13px;
    }
    .news-detail-name {
        font-size: 32px;
    }
    .news-detail-text {
        font-size: 17px;
    }
        .news-detail-block .container {
        gap: 43px;
    }
        .news-detail-gallery img {
        max-width: calc((100% - 21px) / 3);
        object-fit: cover;
        height: 249px;
        border-radius: 20px;
    }
    .news-detail-gallery {
    gap: 13px;
}
    .catalog-block {
        gap: 16px;
    }
        .catalog-car-display {
        gap: 13px;
    }
        .catalog-car-display-item {
        width: calc((100% - 13px) / 2);
        height: auto;
    }
    .catalog-car-display {
    max-width: calc(59.7% - 16px);
    gap: 20px;

}

    .catalog-filter {
        padding: 30px 21px 45px 11px;
    }
        img.car-select-img {
        max-width: 70px;
    }
        .car-select-item {
        padding-right: 26px;
        gap: 18px;
    }
        .filters-all {
        padding-left: 24px;
        border-left: 1px solid rgb(255, 255, 255);
        width: 373px;
        margin-top: -9px;
    }
        .filters-all-name {
        font-size: 22px;
    }
        .delete-all {
        font-size: 13px;
    }
        .close {
        margin-left: 7px;
        max-height: 8px;
    }
        .filters-all-row {
        margin-bottom: 20px;
    }
        input#search-input {
        font-size: 17px;
        border-radius: 13px;
        padding: 7px 7px 7px 36px;
    }
        img.search-ico {
        position: absolute;
        left: 11px;
        top: 12px;
        height: 15px;
    }
        .filter-item-name {
        font-size: 17px;
    }
    img.icon-acc {
    width: 11px;
}
    img#tickImage {
        top: 2px;
    }
        img#tickImage4 {
        top: 2px;
    }
        div#slider2 {
        margin-top: -26px;
    }
        .filter-item input[type="number"] {
        padding: 5px 11px;
        width: 105px;
        font-size: 13px;
    }
        div#slider {
        margin-top: -26px;
    }
    .range-slider {
    height: 100px;
}
    .filter-item-check.d-flex {
        gap: 10px;
    }
        input.brand-checkbox {
        width: 13px;
        height: 13px;
        border-radius: 3px;
    }
        input.brand-checkbox:before {
        width: 7px;
        height: 7px;
        border-radius: 2px;
    }
        .brand-checkbox-text {
        font-size: 13px;
    }
    .filter-item-checkboxes {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .filter-item-radio {
    gap: 12px;
}
input.brand-radio {
    width: 13px;
    height: 13px;
    }
    input.brand-radio:before {
    width: 7px;
    height: 7px;
}
    .catalog-car-display-item {
        width: calc((100% - 21px) / 2);
        height: auto;
    }
        .catalog-car-info {
        padding:13px 13px 0 13px;
    }
        .catalog-car-logo img {
        max-height: 29px;
        margin-right: 14px;
    }
        .catalog-car-name {
        font-size: 23px;
    }
        .catalog-car-new {
        font-size: 10px;
        padding: 4px 14px;
    }
.catalog-car-image {
        margin-top: 9px;
    }
        .catalog-car-image img {
        max-height: 119px;
    }
        .catalog-car-information {
        font-size: 11px;
        margin-top: 0;
    }
        .catalog-car-price-block {
        border-radius: 0px 0px 12px 12px;
        background: rgb(67, 66, 65);
        padding: 10px 13px;
               margin-top: 11px;
    }
        .catalog-car-price {
        font-size: 17px;
    }

    .catalog-car-price-btn {
        font-size: 10px;
        padding: 9px 18px;
    }
        .card-car-logo img {
        height: 51px;
    }
        .mt-80 {
        margin-top: 45px;
    }
        .card-car-logo.mb-60 {
        margin-bottom: 0;
    }
    .card-car-name {
        font-size: 43.24px;
        margin-right: 16px;
    }
        .card-car-right-price {
        font-size: 41px;
        line-height: 33px;
    }
        .card-car-right-dopPrice {
        font-size: 21px;
        margin-top: 7px;
        height: 25px;
    }
        .card-car-order-btn {
        margin-top: 38px;
        font-size: 16px;
        padding: 10px 43px;
    }
        .card-car-second-left-info {
        font-size: 11px;
    }
        .card-car-select-item img {
        height: 32px;
        width: 82%;
        width: 32px;
        padding: 4px;
    }

        .card-car-select-item-info {
        right: 52px;
        top: -1px;
        font-size: 11px;
        font-weight: 500;
        border-radius: 10px;
        padding: 7px 17px;
        max-width: 320px;
        min-width: 168px;
        width: max-content;
    }
    .configurator-slider-name {
        font-size: 19px;
    }
        .configurator-slider-price {
                border-radius: 10px;
            padding: 5px 15px;
            font-size: 11px;
    }
            .configurator-slider-top.d-flex {
            padding: 0 20px;
           height: 20px;
            gap: unset;
            justify-content: space-between;
        }
    
        .configurator-slide {
            height: auto;
                padding-bottom: 20px;
        }
 
        .mySwiper6 .swiper-slide-active .configurator-item-image {
        /*height: 140px;*/
        width: 100%;
    }
        .configurator-item-image {
        /*height: 115px;*/
        display: flex;
        align-items: flex-end;
    }
        .configurator-item-desc {
            margin: 0;
            font-size: 10px;
            margin-top: 12px;
    }
    .configurator-slide.swiper-slide-active {
        padding-bottom: 12px;
    }
        .card-car-second-middle img.newSize {
    /*    height: 400px;
        width: 100%;*/
    }
        .pag3 span.swiper-pagination-bullet, .pag4 span.swiper-pagination-bullet, .configurator-pagination span.swiper-pagination-bullet {
        background: rgb(97, 97, 97);
        height: 5px;
        width: 5px;
    }

        .configurator-slider {
            margin-top: -20px;
            padding-bottom: 32px;
            position: relative;
        }
            .swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
        padding: 0 20px;
        height: 20px;
        margin: 15px 0 5px;

    }
        .characteristics-block {
        padding-top: 65px;
    }
        .accessories-block-title {
        font-size: 27px;
       margin-bottom: 40px;
    }
        .accessories-block {
        gap: 36px;
        margin-top: 38px;
    }
        .accessories-description {
        flex-direction: column;
        max-width: calc(48% - 53px);
        align-items: flex-start;
        margin-top: 6px;
    }
        .accessories-description-text {
        font-size: 19px;
        padding-left: 13px;
    }
        .filmash-characteristics-item-name {
        font-size: 14px;
    }
    .filmash-characteristics-item-text {
        font-size: 17px;
    }
      .filmash-characteristics.d-flex.justify-content-between.mt-80 {
        margin-top: 38px;
    }
        .filmash-characteristics {
        flex-wrap: wrap;
        gap: 21px;
    }

    .loan-calculator.d-flex.justify-content-between {
        border-radius: 20px;
                background-color: #000000a6;
        background-blend-mode: hard-light;
                padding: 25px 20px;
                        width: 400px;

    }
        .review-block-left {
        position: relative;
        width: 58%;
        z-index: 9;
        height: 483px;
    }
    .open-review {
position: absolute;
bottom: 0;
right: 0;
height: 43px;
width: 43px;
}
.swiper.mySwiper8 {
width: calc(42% - 16px);
overflow: hidden;
height: 483px;
}
.review-block-right {
height: 483px;
}
.svg-shape3-img.swiper-slide {
height: 157px !important;
}

    .loan-calculator.d-flex.justify-content-between {
            border-radius: 11px;
        background-color: #000000a6;
        background-blend-mode: hard-light;
        padding: 18px 20px;
        gap: 20px;
    }
        .filmash-front {
        height: 75vh;
    }
    .filmash-front .swiper-wrapper {
    max-height: inherit;
    height: 75vh;
}
    .main-content {
        margin-top: 70px;
    }
        .review {
        height: 160px;
    }
        .review .review-img {
        border-radius: 50%;
        height: 115px;
        width: 115px;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 24px;
        top: 22px;
    }
    .catalog-filter.lg-show {
    width: 47.35%;
}
.catalog-car-display-item {
    border-radius: 10px;
}
.card-car-select-item {
    height: 58px;
    width: 58px;
}
.card-car-select-item img {
        height: 58px;
        width: 82%;
        width: 58px;
        padding: 4px;
    }

            .card-car-second-middle img {
        height: auto;
        object-fit: contain;
    }
     .configurator-pagination {
    bottom: 3px !important;
    top: var(--swiper-pagination-top, auto);

}
    .card-car-info-btn img {
        width: 40px;
    }


    .detail-grey {
    color: #868686;
    font-size: 17px;
    margin-bottom: 16px;
    width: 30%;
}
.detail-more {
    font-size: 17px;
    margin-bottom: 16px;
    max-width: 65%;
}
.orderPrice {
    color: rgb(204, 208, 0);
    font-size: 41px;
}
     .card-car-order-btn.fix {
        padding: 13px 45px;
        margin: 0;
        margin-left: 15px;
        font-size: 17px;
    }
        .card-car-select-item-info {
        right: 58px;
        top: 9px;
        font-size: 11px;
        font-weight: 500;
        border-radius: 10px;
        padding: 7px 17px;
        max-width: 320px;
        min-width: 168px;
        width: max-content;
    }
        .cat-left {
        top: 120px;
    }
}
@media(max-width: 1439px) and (min-width:800px){
    .filmash-front {
        height: 570px;
    }
        .filmash-front .swiper-wrapper {
        max-height: inherit;
        height: 570px;
    }

        .card-car-second-middle {

        }
     img.newSize {
        height: 350px;
        width: auto;
        margin-top: 0;
    }
}

@media(max-width: 980px){
  .container {
    max-width: 735px;
  }
  header.active img.header-menu-icon {
    display: none;
  }
  header ul.nav-links {
    gap: 25px;
    font-size: 12px;
  }
  header   img.logo {
    order: -1;
  }
  header nav.nav-header-container {
    padding: 0;
    padding-top: 0;
    /*margin-left: 54px;*/
  }
  header.active {
    padding: 21px 0 21px;
  }




  a.filmash-front-top-contacts-number {
    display: none;
  }
  .filmash-front-top-callback {
    gap: 8px;
    padding: 2px 7px 2px 12px;
    font-size: 11px;
    min-width: 129px;
    min-height: 36px;
    border-radius: 7px;
  }
  .menu-icon {
    aspect-ratio: 1;
    width: 16px;
  }
  .main-content {
    display: flex
    ;
    flex-direction: column;
  }
  .content-wrapper {
    gap: 27px;
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
  .main-content nav.nav-container {
    display: none;
  }
  .main-content {
    margin-top: 206px;
  }
  .subtitle {
    font-size: 16px;
    max-width: 40%;
  }
  .main-title {
    font-size: 34px;
    line-height: 45px;
    max-width: 39%;
  }
  .lg-show{
    display: none;
  }
  .filmash-front {
    height: 480px;
  }
  .md-show{
    display: block !important;
  }
  .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 62%;
    left: 0;
    text-align: left;
    width: 732px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    position: relative;
  }
  .filmash-front span.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
  .filmash-front .container {
    margin-bottom: 32px;
  }
  .front-calculator-md .container {
    gap: 20px;
  }
  .swiper.mySwiper.filmash-front.mb-160.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
   margin-bottom: 74px;
 }
 .main-calculator-title {
  font-size: 20px;
  margin-top: 20px;
  line-height: 22px;
}
.loan-calculator.d-flex.justify-content-between .main-calculator-title {
margin-top: 0;
}
.calculator-wrapper {
  padding: 0px 0 33px 20px;
  min-height: unset;
}
.calculator-column {
  font-size: 12px;
  line-height: 10px;
  padding: 8px 10px;
  border-radius: 6px;
}
.header-calculator-content {
  gap: 11px;
}
.get-your-car {
  margin-top: 0;
  position: relative;
}
.price-slider {
  width: 200px;
  margin-top: 18px;
}
.price-slider label {
  font-size: 14px;
}
.price-slider:nth-child(2) {
  margin-top: 18px;
}
.price-slider-button {
  font-size: 15px;
  padding: 12px 16px;
  margin-bottom: 4px;
  border-radius: 6px;
}
.filmash-calculator.active {
  gap: 19px;
  padding-right: 18px;
}
.dot {
  width: 8px;
  height: 8px;
}
.calc-dots {
  gap: 8px;
  margin-bottom: 17px;
}
.get-your-car .main-calculator-title {
  font-size: 20px;
  line-height: 24px;

}
.get-your-car .calculator-column {
  padding: 9px 7px;
  font-size: 11px;
  line-height: 8px;
  border-radius: 4px;
}
.get-your-car .header-calculator-content {
  gap: 87px;
}
.get-your-car-btn {
  margin-top: 19px;
  padding: 13px 20px;
  max-width: 126px;
  font-size: 15px;
  border-radius: 5px;
}
.get-your-car .calculator-wrapper {
  padding: 0 0 80px 23px;
}
.title-calculator-column.active {
  width: 100%;
}
img.car-image {
  max-width: 312px;
  bottom: -14px;
}
.mb-160 {
  margin-bottom: 120px;
}

.our-brands {
  padding: 34px 20px 34px 20px;
  border-radius: 10px;
  width: 48%;
  max-width: unset;
}
.our-brands-title {
  font-size: 20px;
  line-height: 120%;
  width: 74%;
  text-align: center;
  margin: 0 auto;
}
.our-brands-all {
  gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.our-brands-line {
  border: 2px solid;
  margin: 25px auto 30px;
  border-image: linear-gradient(to right, #ffffff, #000000, #ffffff) 1;
}
img.brand-logo {
  min-width: 38px;
  max-width: 100px;
  /* width: 50%; */
  max-height: 27px;
  mix-blend-mode: luminosity;
}
img.brand-logo {
  min-width: 29px;
  max-width: 100px;
  /* width: 50%; */
  max-height: 29px;
  mix-blend-mode: luminosity;
}
.our-brands-all.d-flex > * {
  width: calc((100% - 15px) / 2);
  height: 40px;
  border-radius: 7.25px;
}
.our-brands-border.black {
  margin-top: 15px;
  font-size: 18px;
  height: 50px;
  border-radius: 10px;
  padding: 16px 21px 16px 27px;
}
.our-brands-border.black .menu-icon {
  width: 22px;
}
.popular-electro {
  max-width: calc(52% - 20px);
  padding-top: 24px ;
  border-radius: 15px;
}
.our-brands-line.white {
  margin: 23px auto 29px;
}
.popular-electro-name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.popular-electro-description {
  font-size: 16px;
  padding: 0 20px;
}
.popular-electro-image {
  position: absolute;
  right: 0;
  max-height: 273px;
  bottom: 0;
  width: 98%;
}
.swiper-pagination.pag2 {
  bottom: 24px;
  left: 19px;
  text-align: center;
}
.filmash-front-news-title {
  font-size: 32px;
  line-height: 34px;
}
.swiper-button-prev {
  width: 50px;
}
.swiper-button-next {
  width: 50px;
}
.slider-nav {
  position: relative;
  width: 133px;
  gap: 23px;
}
.mySwiper3 {
  margin-left: calc((100% - 735px) / 2);
}
.filmash-front-news-top {
  padding-bottom: 54px;
}
.news-car-image {
  padding: 26px;
  height: 400px;
  border-radius: 10px;
}
.mySwiper3 .swiper-slide.swiper-slide-active {
  width: 44% !important;
}
.mySwiper3 .swiper-slide {
  width: 44% !important;
}
.front-news-car {
  font-size: 20px;
  max-width: 124px;
  padding: 8px 31px 8px 13px;
  margin-bottom: 6px;
}
.front-news-date {
  font-size: 20px;
  padding: 8px 22px;
}
.front-news-info {
  position: absolute;
  bottom: 21px;
  left: 18px;
}
.mySwiper3 .swiper-slide.swiper-slide-active .front-news-description {
  width: 100%;
}
.front-news-description {
  font-size: 20px;
  line-height: 23px;
  margin-top: 26px;
}
.filmash-front-leasing .filmash-front-news-title {
  max-width: 82%;
  margin-bottom: 55px;
  line-height: 36px;
}
.filmash-front-leasing-c {
  flex-flow: row-reverse;   
  gap: 20px
}
.filmash-front-suggest.d-flex {
  border-radius: 20px;
  padding: 31px 43px 60px 20px;
  gap: 51px;
  width: 354px;
}
.filmash-front-suggest-title {
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 36px;
}
.filmash-front-suggest-calc-title {
  font-size: 32px;
  margin-bottom: 41px;
}
.price-selector-btn {
  width: 34px;
  height: 34px;
  font-size: 56px;
  font-weight: 300;
  font-family: 'Futura PT';
}
#price-display {
  font-size: 32px;
}
.price-selector {
  gap: 29px;
}
div#minus-btn {
  padding-bottom: 12px;
}
.benefit-item-price {
  font-size: 28px;
}
.filmash-front-benefit {
  gap: 39px;
  row-gap: 31px;
  flex-wrap: wrap;
}
.filmash-front-suggest .car-image {
  max-width: 91%;
  bottom: 0px;
}

.filmash-front-leasing-calculator {
  padding: 38px 9px 38px 19px;
  gap: 48px;
  width: 354px;
  border-radius: 17px;
}
.filmash-front-leasing-calculator .slider-container {
  margin: 19px 0 14px;
}
.filmash-front-leasing-calculator .price-output {
  font-size: 24px;
  line-height: 20px;
}
.filmash-front-leasing-callback-desc {
  color: #fff;
  margin: 22px 0 67px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.filmash-front-leasing-calculator .price-slider {
  margin-top: 0;
  max-width: 100%;
  width: 87%;
}
.filmash-front-leasing-callback-btn {
  width: 300px;
  height: 60px;
  align-items: center;
  padding: 0 27px 0 28px;
  font-size: 19px;
  border-radius: 10px;
}
.filmash-front-leasing-callback-btn .menu-icon {
  aspect-ratio: 1;
  width: 21px;
}
.filmash-front-philosophy .container {
  flex-direction: column;
}
.filmash-front-philosophy .filmash-front-news-title {
  max-width: 87%;
}
.filmash-front-philosophy-description {
  width: 100%;
  font-size: 20px;
  margin-top: 47px;
  letter-spacing: 0px;
  line-height: 24px;
}
.filmash-front-news-top .filmash-front-news-title {
  /*width: 43%;*/
}
.review-prev {
 content: var(--con-prev);
  width: 50px;
}
.review-next {

  width: 50px;
}
.filmash-front-news-top.reviews {
  padding-bottom: 107px;
  align-items: end;
}
.mySwiper4 {
  margin-left: calc((100% - 735px) / 2);
}

.mySwiper4 .swiper-slide.swiper-slide-active {
  width: calc(48% - 32px)!important;
  height: 100% !important;
}
.swiper-slide.swiper-slide-active .review {
  /* background: rgb(204, 208, 0); */
  border-radius: 100%;
  height: 282.85px;
  width: 282.85px;
}
.mySwiper4  .swiper-slide {
  height: 100%;
  width: calc(48% - 32px) !important;
}

.swiper-slide.swiper-slide-active .review .review-img {
  top: 14%;
  height: 72%;
  width: 72%;
  left: 14%;
}
.review .review-img {
  border-radius: 50%;
  height: 72%;
  width: 72%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 14%;
  top: 14%;
}
.review {
  height: 282.85px;
  width: 282.85px;
}
.callback-block {
  padding: 29px 21px 14px 22px;
  gap: 39px;
  /*width: 356px;*/
  width: auto;
}
.callback-block > div {
  flex-direction: column;
  align-items: flex-start !important;
}
.callback-block-title {
  font-size: 32px;
  line-height: 37px;
  max-width: 100%;
}
.callback-block-description {
  font-size: 18px;
  line-height: 15px;
  max-width: 100%;
  text-align: left;
  margin-top: 24px;
}
.callback-form-inputs input, .callback-form-inputs textarea {
  padding: 12px 17px;
  font-size: 16px;
  border-radius: 8px;
}
input.mycheckbox {
  width: 28px;
  height: 29px;
  border-radius: 10px;
  margin-right: 9px;
}
.checkboxText {
  font-size: 14px;
  line-height: 16px;
  max-width: 83%;
}
.submit-button {
  width: 284px;
  padding: 1px 30px;
  font-size: 22px;
  line-height: 31px;
  border-radius: 6px;
  height: 60px;
}
.back-button {
  width: 284px;
  padding: 1px 30px;
  font-size: 22px;
  line-height: 31px;
  border-radius: 6px;
  height: 60px;
}
.submit-button img {
  width: 15px;
  height: 25px;
}
.bottom-right {
  flex-direction: column;
  gap: 16px;
  width: 358px;
}

.bottom-right-lable {
  top: 19px;
  padding: 10px 21px 10px 24px;
  left: 19px;
  font-size: 16px;
  border-radius: 6px;
}
.bottom-right-name {
  bottom: 14px;
  left: 19px;
  font-size: 20px;
}
.bottom-right-link {
  position: absolute;
  right: 17px;
  bottom: 17px;
  max-width: 40px;
  max-height: 57px;
}
footer {
  padding: 40px 0;
}
.footer-left {
  display: flex;
  gap:32px;
  align-items: center;
}
.policy {
  font-size: 14px;
  line-height: 17px;
}
.footer-left img.logo {
  width: 153.99px;
  height: 70px;
  /* height: 37px; */
  margin-bottom: 16px;
}
.up {
  max-width: 60px;
  max-height: 60px;
}
.footer-right .filmash-front-top-callback {
  padding: 5px 20px 8px 33px;
  min-height: 60px;
  width: 260px;
  font-size: 18px;
}
.footer-right .filmash-front-top-callback .menu-icon {
  aspect-ratio: 1;
  width: 26px;
}

.footer-middle {
  width: 100%;
  margin-left: 0;
  margin-top: 44px;
}
ul.footer-nav-links {
  gap: 16px;
  font-size: 16px;
  margin-bottom: 0;
}
.dashed-line {
  margin: 32px 0;
}
.contact-info {
  font-size: 16px;
  gap: 36px;
}
.welcome-block-image img {
    height: -moz-available;
    height: -webkit-fill-available;
}
    .welcome-block-title {
     font-size: 30px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 22px;
        max-width: 100%;
    }
        .welcome-block-text {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 120%;
    }
    .welcome-block-info-top .filmash-front-leasing-callback-btn {
        width: 88%;
    }
        .welcome-block-info-bottom-name {
        font-size: 20px;
    }
    .welcome-block-social-item {
        padding: 25px;
        border-radius: 20px;
        margin-top: 25px;
    }
        .social-item-logo {
        max-width: 32px;
    }
        .social-item-name {
        font-size: 16px;
    }
    img.why-us-left-img {
    width: 50%;
    object-fit: cover;
    height: 300px;
    border-radius: 20px;
}
    .why-us-top-left {
        padding: 26px 16px 42px;
        /* gap: 52px; */
        height: 300px;
        max-width: 48%;
    }

        .why-us-top-left-title {
        font-size: 31px;
        letter-spacing: 0.5px;
    }
        .why-us-top-left-text {
        font-size: 20px;
    }
    .about-b{
      gap:20px;
    }
.container.about-t {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.about-b img {
    max-width: 49%;
    object-fit: cover;
        object-position: center;
                border-radius: 20px;

}
.why-us-bottom-right {
    height: 335px;
    padding: 30px 4px 98px 23px;
}
.why-us-left-btn {
        padding: 17px 30px;
        font-size: 19px;
        margin-top: 0px;
        line-height: 24.58px;
    }
    .welcome-block-info-top {
        border-radius: 20px;
        background: rgb(56, 56, 56);
        padding: 30px 19px 33px;
    }
        p {
        margin-top: 0;
        margin-bottom: 31px;
    }
    .welcome-block-info-bottom {
        margin-top: 25px;
    }
        .why-us-bottom-left {
        padding: 31px 25px 34px;
        gap: 27px;
    }
        .svg-shape-img {
        border-radius: 20px;
        height: 100%;
        background-position: left;
    }
 .svg-shape2-img {
        height: 73.5px;
        padding: 8px 14px;
        width: 258px;
        font-size: 24px;
        border-radius: 17px;
    }
        .svg-shape3-img {
        padding: 13px 15px;
        height: auto;
        background-position: right;
        border-radius: 20px;
    }
        .review-block-text {
        font-size: 14px;
    }
        .review-photo {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }
        .review-info.d-flex.mt-30 {
        margin-top: 10px;
    }
    .review-name {
        font-size: 16px;
        margin-right: 15px;
    }
    .review-car {
        font-size: 12px;
    }
    .mt-40 {
        margin-top: 31px;
    }
        .contacts-block-title {
        font-size: 31px;
    }
    .contacts-block-top {
        padding: 32px 18px 43px 21px;
        gap: 47px;
            flex-direction: column;
    }
        .contacts-info-top {
        font-size: 16px;
    }
        .contacts-info-bottom {
        font-size: 19px;
        line-height: 22px;
    }
        .contacts-info.d-flex {
        flex-direction: column;
        gap: 12px;
    }
        .contacts-block-right {
        flex-direction: column;
        gap: 33px;
    }
    .contacts-block-btn{
         width: 100%;
        height: 58px;
        text-align: left;
        padding: 15px 28px;
        font-size: 20px;
        border-radius: 10px;

      }
      .contacts-block-btn.d-flex.md-show img.menu-icon {
    margin-left: 37%;
}

.contacts-map img {
    height: -webkit-fill-available;
    object-fit: cover;
}
    .welcome-block-info-bottom {
        margin-top: 25px;
        margin-bottom: 107px;
    }
        .filmash-front-news-title {
        /*width: 39%;*/
        font-size: 32px;
        line-height: 37px;
    }
   .brand-we-rec     .submit-button {
        width: 294px;
        padding: 1px 30px;
        font-size: 20px;
        line-height: 31px;
        border-radius: 6px;
        height: 60px;
                margin-top: 8px;
    }
        .recommended-brands.mt-108.mb-80.d-flex {
        margin-top: 47px;
    }
        .recommended-brands-item {
        width: calc((100% - 52px) / 4);
        height: 50px;
    }
        .recommended-brands {
        flex-wrap: wrap;
        gap: 17px;
    }
        img.brand-logo {
        min-width: 37px;
        max-width: 125px;
        /* width: 50%; */
        max-height: 34px;
        mix-blend-mode: luminosity;
    }
        .card-car-logo.mb-60 {
        margin-bottom: 0;
    }
        .card-car-name {
        font-size: 46.24px;
        margin-right: 16px;
    }
     .card-car-fullName.mt-30 {
        font-size: 22px;
        margin-top: 12px;
    }
    .card-car-left.col-4 {
    width: 397px;
}
.card-car-second-left.col-3 {
    width: 336px;
    margin-top: -15px;
}
    .card-car-second-left-info {
                font-size: 16px;
            max-width: 150px;
    }

    .card-car-right.col-3 {
    width: 301px;
}
    .card-car-right-price {
        font-size: 51px;
        line-height: 41px;
    }
        .card-car-right-price span {
        font-size: 33px;
    }
        .card-car-right-dopPrice {
        font-size: 25px;
        margin-top: 17px;
        height: 28px;
    }
        .card-car-order-btn {
        margin-top: 28px;
        font-size: 32px;
        padding: 21px 69px;
    }

        .card-car-info-btn-hover.active {
        display: block;
        padding: 0;
        font-size: 29px;
        top: 10px;
    }
        .card-car-second-right {
        flex-direction: column;
        gap: 14px;
        margin-top: 104px;
    }
        .card-car-select-item-info {
        right: 70px;
        top: 4px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 10px;
        padding: 5px 17px;
               max-width: 285px;
        min-width: 168px;
        width: max-content;
    }
    .configurator-slider.container {
    width: 100%;
    max-width: 100%;
}
    .accessories-block {
        gap: 24px;
        margin-top: 23px;
    }

        .accessories-image {
        max-width: 51%;
    }
        .accessories-description {
        flex-direction: column;
        max-width: calc(47% - 21px);
        align-items: flex-start;
        margin-top: 6px;
    }
    .accessories-description-text {
        font-size: 14px;
        padding-left: 13px;
    }
        .filmash-characteristics.d-flex.justify-content-between.mt-80 {
        margin-top: 20px;
    }
        .filmash-characteristics-item-name {
        font-size: 20px;
    }
        .filmash-characteristics-item {
        width: 27%;
        max-width: 69%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
        .filmash-characteristics-item-text {
        font-size: 24px;
    }
        .filmash-characteristics {
        flex-wrap: wrap;
        gap: 24px;
    }
        .configurator-slider {
            margin-top: -40px;
            padding-bottom: 35px;
            position: relative;
        }
        .configurator-slider-name {
        font-size: 21px;
    }
        .configurator-slide {
        height: auto;
    }
           .configurator-slider-top.d-flex {
            padding: 0 20px;
        }

          .swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
            padding: 0 20px;
        }
                .configurator-item-desc {
            margin: 0;
            font-size: 13px;
            margin-top: 12px;
        }
        .card-car-name {
        font-size: 34.24px;
        margin-right: 16px;
    }
        .card-car-fullName.mt-30 {
        font-size: 17px;
        margin-top: 7px;
    }
        .card-car-right-price.fix.white {
        font-size: 35px;
    }
        .card-car-right-price span {
        font-size: 26px;
    }
        .card-car-order-btn.fix {
        padding: 10px 38px;
        margin: 0;
        margin-left: 15px;
        font-size: 15px;
    }
        .card-car-right-dopPrice.fix {
        font-size: 18px;
        margin-top: 5px;
    }
    .configurator-overall {
        width: 97%;
        left: 1.5%;
        padding: 14px 16px;
                border-radius: 25px;
        backdrop-filter: blur(35px);
    }
    .catalog-block.d-flex.justify-content-between {
    flex-direction: column;
}
    .catalog-filter {
        padding: 30px 21px 45px 11px;
        width: 100%;
    }
    .catalog-car-display {
        max-width: 100%;
        gap: 20px;
        margin-top:0;
    }
        .catalog-car-info {
        padding: 19px 17px 0 20px;
    }
        .catalog-car-name {
        font-size: 27px;
    }
        .catalog-car-logo img {
        max-height: 29px;
        margin-right: 22px;
    }
        .catalog-car-new {
        font-size: 14px;
        padding: 4px 14px;
    }
     .catalog-car-image img {
        max-height: 138px;
    }
    .catalog-car-image {
        margin-top: 14px;
        margin-left: -25px;
    }
        .catalog-car-information {
        font-size: 14px;
        margin-top: -19px;
    }
        .catalog-car-price-block {
        border-radius: 0px 0px 20px 20px;
        background: rgb(67, 66, 65);
        padding: 18px 16px;
        margin-top: 7px;
    }
        .catalog-car-price {
        font-size: 21px;
    }
        .catalog-car-price-btn {
        font-size: 15px;
        padding: 10px 18px;
        border-radius: 5px;
    }
    .justify-content-between.align-items-center.filters-all-row.md-show {
    display: flex !important;
}
.filters-all-name {
    color: var(--text-color);
}
.car-select {
    flex-direction: row;
    flex-wrap: wrap;
}
.car-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Два столбца с равной шириной */
  grid-gap: 16px; /* Промежуток между элементами */
          grid-auto-flow: dense;
}

.car-filter-grid > .filter-search {
  grid-column: 1; /* Этот элемент будет занимать оба столбца */
}

.car-filter-grid > .car-select,
.car-filter-grid > .filter-item {
  width: 100%; /* Каждый элемент занимает 50% ширины родительского контейнера */
}
.car-filter-grid > .filter-item:nth-child(n+2) {
    grid-column:  span 1 ;
}





        .car-select {
        gap: 25px;
        width: auto;
                padding-bottom: 20px;
        border-bottom: 1px solid #FFFFFF;
    }
    .car-select-item {
    max-width: 22%;
}
.catalog-filter.d-flex.md-show {
    display: flex !important;
    gap: 30px;
    padding-bottom: 13px;
        border-bottom: 1px solid white;
}
.catalog-filter.md-show > div {
    width:auto;
}
.filter-search {
    position: relative;
    margin-top: 25px;
}
.filter-search {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(109, 109, 109);
}
    .filter-item-name {
        font-size: 14px;
    }
        .mt-30.item-btn {
        margin-top: 14px;
    }
        .filter-item-content {
        margin-top: 14px;
    }
    .filter-item-checkboxes {
    gap: 24px;
}
    .brand-checkbox-text {
        font-size: 14px;
    }
    .filter-item-check {
    width: calc(33% - 24px);

}
.filter-item:last-child {
    border: none;
}
#tickImage5 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 81px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    object-fit: contain;
}
#tickImage8 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 81px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    object-fit: contain;
}
    img#tickImage5 {
    position: absolute;
    top: -6px;
}
    img#tickImage6 {
        top: -8px;
    }
        .filter-item input[type="number"] {
        padding: 6px 11px;
        width: 49%;
        font-size: 13px;
    }
        img#tickImage8 {
        top: -8px;
    }
     img#tickImage7 {
    position: absolute;
    top: 0;
}
div#slider4 {
    top: 64px;
}
.mySwiper2 {
height: 370px;
}
    .loan-calculator.d-flex.justify-content-between .main-calculator-title {
   
        width: 63%;
    }
    .review-block-left {
        position: relative;
        width: 58%;
        z-index: 9;
        height: 463px;
    }
    .open-review {
position: absolute;
bottom: 0;
right: 0;
height: 40px;
width: 40px;
}
.welcome-block-image img {
        height: -moz-available;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
        .welcome-block-image {
        max-width: 49%;
        height: 405px;
        border-radius: 10px;
    }

.review-nav {
top: unset;
bottom: 15px;
right: unset;
left: 15px;
}
.nav-prev {
width: 40px;
height: 40px;
}
.nav-next {
width: 40px;
height: 40px;
}
.swiper.mySwiper8 {
width: calc(42% - 16px);
overflow: hidden;
height: 463px;
}
.svg-shape3-img.swiper-slide {
height: 149px !important;
}
.review-block-right {
height: 463px;
}
    label.switch {
        display: block;
    }
        .filmash-front .swiper-wrapper {
        max-height: inherit;
        height: 480px;
    }
        .filmash-front {
        height: 480px;
        margin-bottom: 76px;
    }
        .main-content {
        margin-top: 120px;
    }
       .content-wrapper {
        gap: 27px;
        margin-top: 0;
             width: 37%;
        max-width: unset;
    }
.main-content {
    display: flex
;
    gap: 50px;
    flex-direction: row;
}
.from-banner-catalog.md-show {
    background-color: #CCD000;
    height: 50px;
    width: 358px;
    text-align: center;
    /*margin-bottom: 40px;*/
    display: flex !important
;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    color: #000;
}
    .subtitle {
        font-size: 16px;
        max-width: 100%;
    }
    .main-title {
        font-size: 32px;
        line-height: 38px;
        max-width: 68%;
    }
    .loan-calculator.d-flex.justify-content-between {
        border-radius: 11px;
        background-color: #000000a6;
        background-blend-mode: hard-light;
        padding: 18px 12px;
        gap: 4px;
    }
        .get-your-car .header-calculator-content {
        gap: 79px;
    }
        .get-your-car .main-calculator-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
    }
    .get-your-car-btn {
        margin-top: 19px;
        padding: 10px 20px;
        max-width: 126px;
        font-size: 14px;
        border-radius: 5px;
    }
        img.car-image {
        max-width: 251px;
        bottom: -14px;
    }
        .get-your-car .calculator-wrapper {
        padding: 0 0 60px 23px;
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f6 {
    width: 49%;
}

    div#comp_4443c00fae96eb26b584f366ba17362d {
    width: 49%;
}
.callback-block{
      width: 49%;
}

        .card-car-second-middle img.newSize {
          /*           height: 320px;
            width: 100%;
            margin-top: 30px;*/
        }
    div#comp_f39ed725b82950dd72a1bb25894b368d {
    width: 100%;
}
.catalog-block.d-flex.justify-content-between.or {
    flex-direction: column-reverse;
}
.col-lg-4.col-12.order-details {
    margin-bottom: 60px;
}
    .detail-grey {
        color: #868686;
        font-size: 21px;
        margin-bottom: 16px;
        width: 30%;
    }
    .detail-more {
        font-size: 21px;
        margin-bottom: 16px;
        max-width: 65%;
    }
}

@media(max-width:736px){
 .container {
  max-width: 90%;
}
header .filmash-front-top-callback {
  display: none;
}
img.logo {
  width: 73.8px;
  height: 32.2px;
}
.filmash-front-top {
  margin-top: 20px;
}
.subtitle {
  font-size: 16px;
  max-width: 100%;
}
.main-title {
  font-size: 34px;
  line-height: 45px;
  max-width: 70%;
}
.filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 50%;
  left: 0;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.filmash-front .swiper-wrapper {
  max-height: inherit;
  height: 100%;
}
.filmash-front {
  height: 720px;
}
.swiper.mySwiper.filmash-front.mb-160.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
  margin-bottom: 56px;
}
.filmash-front .container {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 346px;
}
.main-content {
  margin-top: 0;
}
.front-calculator-md .container {
  gap: 20px;
  flex-direction: column;
}
.mb-160 {
  margin-bottom: 100px;
}
.filmash-front-brands .container {
  gap: 24px;
  flex-direction: column;
}
.our-brands {
  padding: 34px 20px 34px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: unset;
}
.popular-electro {
  max-width: 100%;
  padding-top: 24px;
  border-radius: 15px;
  height: 450px;
}
header.active {

  display: none;
}
.mySwiper3 .swiper-slide {
  width: 100% !important;
}
.mySwiper3 .swiper-slide.swiper-slide-active {
  width: 100% !important;
}
.filmash-front-leasing-c {
  flex-flow: column-reverse;
  gap: 20px;
}
.mySwiper4 .swiper-slide.swiper-slide-active {
  width: 100% !important;
  height: 100% !important;
}
.mySwiper4 .swiper-slide {
  height: 100%;
  width: 100% !important;
}
.callback-bb.container.d-flex.justify-content-between {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sm-hide{
  display: none !important;
}
.sm-show{
  display: flex !important;
}
.footer-left {
  display: flex
  ;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
ul.footer-nav-links {
  gap: 42px;
  font-size: 16px;
  flex-wrap: wrap;
  row-gap: 24px;
}
.footer-right.d-flex.sm-show {
  margin-top: 50px;
}
.filmash-front-news-top.reviews.d-flex.justify-content-between {
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
.filmash-front-news-top .filmash-front-news-title {
  width: 87%;
}
.filmash-front-suggest.d-flex {
  border-radius: 20px;
  padding: 31px 43px 60px 20px;
  gap: 51px;
  width: 100%;
  height: 620px;
}
.filmash-front-leasing-calculator {
  padding: 38px 9px 38px 19px;
  gap: 48px;
  width: 100%;
  border-radius: 17px;
}
    .filmash-front-leasing .filmash-front-news-title {
        max-width: 100%;
        margin-bottom: 55px;
        line-height: 36px;
    }
    .welcome-block .container {
    flex-direction: column;
}
    .welcome-block-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
        .welcome-block-info {
        width: 100%;
    }
    .welcome-block-social {
    flex-wrap: wrap;
    gap: 15px;
    margin-top:15px;
}
a.welcome-block-social-item {
    width: calc((100% - 15px) / 2);
    /* flex-wrap: wrap; */
    /* gap: 20px; */
    margin-top: 0;
}
    .about-b {
        gap: 24px;
        flex-direction: column;
    }
        .about-b img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
                height: 335px;
    }
        .why-us-top-left {
        padding: 26px 16px 42px;
        /* gap: 52px; */
        height: 178px;
        max-width: 100%;
    }
    .why-us-top-left-title {
        font-size: 27px;
        letter-spacing: 0.5px;
    }
      .why-us-bottom-right {
        height: 274px;
        padding: 30px 4px 23px 23px;
        order: 1;
    }
    .review-block.mb-160 .container {
    flex-direction: column;
    display: flex;
}
.svg-shape-img.swiper-slide.swiper-slide-active {
    height: 506px;
    width: 100%;
}
.review-block-left {
    position: relative;
    max-width: 100%;
}
    .svg-shape2-img {
        height: 78.5px;
        padding: 8px 14px;
        width: 281px;
        font-size: 24px;
        border-radius: 17px;
    }
        .review-block-right {
        width: 100%;
        flex-direction: column;
        gap: 6px;
                margin-top: 20px;
    }
        .svg-shape3-img {
        padding: 20px 15px;
        height: 320px;
        background-position: right;
        border-radius: 20px;
    }
        .review-block-text {
                  font-size: 20px;
    }
    .review-photo {
        height: 60px;
        width: 60px;
               margin-right: 27px;
    }
        .review-name {
        font-size: 20px;
        margin-right: 15px;
    }
    .review-car {
        font-size: 16px;
    }
        .review-info.d-flex.mt-30 {
                margin-top: 40px;
                        align-items: end;
    }
        .lg-show {
        display: none !important;
    }
    .stars.md-show{
          display: flex !important;
    }
        .star-img {
        height: 20px;
        width: 20px;
    }
     .stars.md-show {
        display: flex !important;
        gap: 3px;
        width: 40%;
        margin-top: 20px;
    }
    nav.nav-header-container {
    display: none;
}
.container-contact {
    flex-direction: column;
    gap: 20px;
}
    .contacts-block {
        width: 100%;
    }
    .contacts-map {
        max-width: 100%;
        height: 335px;
    }
        .recommended-brands-item {
        width: calc((100% - 20px) / 2);
        height: 50px;
        border-radius: 10px;
    }
    .submit-button.sm-show {
    width: 100%;
}
.catalog-filter.d-flex.justify-content-between.md-show {
    flex-direction: column;
            gap: unset;
}
    .filter-item:last-child {
        border-bottom: 1px solid rgb(109, 109, 109);
    }
        .catalog-car-display-item {
        width: 100%;
        height: auto;
    }
    .catalog-car-price-block {
    margin-top: 25px;
}
    .catalog-car-image img {
        max-height: 240px;
        height: 144px;
    }

    .catalog-car-price-btn {
        font-size: 14px;
        padding: 11px 18px;
        border-radius: 5px;
    }
        .callback-block {
        padding: 29px 21px 14px 22px;
        gap: 39px;
        width: 100%;
    }
        .bottom-right {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
        .card-car-left.col-4 {
        width: 254px;
    }
        .card-car-right-price {
        font-size: 24px;
        line-height: 33px;
    }
        .card-car-right-dopPrice {
        font-size: 12px;
        margin-top: 17px;
        height: 15px;
    }
        .card-car-order-btn {
        margin-top: 28px;
        font-size: 16px;
        padding: 11px 22px;
    }
        .card-car-right.col-3 {
        width: 121px;
    }
        .card-car-second-left.col-3 {
        width: 222px;
             margin-top: 0;
    }
        .card-car-second-left-info {
        font-size: 13px;
    }
        .card-car-right.col-3 {
        width: 131px;
    }
    .configurator-slider.container {
        width: 90%;
        max-width: 100%;
    }
        .accessories-block {
        gap: 24px;
        margin-top: 23px;
        flex-direction: column;
    }
        .accessories-image {
        max-width: 100%;
    }

    .accessories-description {
        flex-direction: column;
        max-width: 100%;
        align-items: flex-start;
        margin-top: 6px;
        gap: 20px;
    }
    .filmash-characteristics-item {
        width: calc((100% - 50px) / 2);
        max-width: 69%;
        display: flex;
        flex-direction: column;
             gap: 10px;
    }
        .filmash-characteristics-item-name {
        font-size: 14px;
    }
        .filmash-characteristics-item-text {
        font-size: 18px;
    }
        .filmash-characteristics {
        flex-wrap: wrap;
        gap: 24px;
        row-gap: 16px;
    }
    .mySwiper4 {
  margin-left: 0;
}
.review-block-left {
position: relative;
width: 100%;
z-index: 9;
height: 463px;
}
.svg-shape2-img {
height: 73.5px;
padding: 8px 14px;
width: 255px;
font-size: 24px;
border-radius: 17px;
}
.stars {
gap: 2px;
width: 30%;
margin-top: 22px;

}
.open-review {
position: absolute;
bottom: 0;
right: 0;
height: 60px;
width: 60px;
}
.svg-shape3-img {
padding: 20px 15px;
height: 335px;
background-position: right bottom;
border-radius: 20px;
background-image: url(../images/review-bg-sm.png);

}

.review-block-right {
height: 320px;
margin-top: 0;
}
.svg-shape3-img.swiper-slide {
height: 316.5px !important;
}
.review-info.d-flex.mt-30 {
margin-top: 20px;
align-items: end;
}
.swiper.mySwiper8 {
width: 100%;
overflow: hidden;
height: 320px;
margin-top: 20px;
}
.car-select {
gap: 13px;
width: 97%;
}
.mt-30.item-btn {
margin-top: 14px;
width: 93%;
}
#search-input {
width: 95%;
}
.filter-search {
padding-bottom: 25px;
border-bottom: 1px solid rgb(109, 109, 109);
width: 95%;
}
.filter-item {
padding-bottom: 22px;
border-bottom: 1px solid rgb(109, 109, 109);
width: 95%;
}
.card-car-second-right.d-flex.sm-show {
flex-direction: revert;
width: 100%;
position: absolute;
top: 0;
margin-top: 67px;
}
.configurator-slider {
margin-top: 0;
padding-bottom: 49px;
position: relative;
}
.card-car-second-right.sm-hide {
flex-direction: column;
gap: 14px;
margin-top: 500px;
height: 0;
visibility: hidden;
display: flex !important;
}
.card-car-select-item-winfo:nth-child(4) .card-car-select-item-info{
  left: -100px;
  right: unset;
top: 50px;
}
.card-car-select-item-winfo:nth-child(5) .card-car-select-item-info,
.card-car-select-item-winfo:nth-child(6) .card-car-select-item-info
{
right: -10%;
left: unset;
top: 50px;
}
.card-car-select-item-winfo:nth-child(1) .card-car-select-item-info,.card-car-select-item-winfo:nth-child(2) .card-car-select-item-info,
.card-car-select-item-winfo:nth-child(3) .card-car-select-item-info
 {
left : 16%;
right: unset;
top: 50px;
}
.card-car-second-middle {
/*left: 0%;
max-width: 630px;
position: relative;
top: 45%;*/
}
.modal-container {
    top: 11px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 5%;
}
    .welcome-block-image img {
        height: -moz-available;
        height: 300px;
    }
        .card-car-left.col-4 {
        width: 179px;
    }
    .swiper-pagination.pag4.configurator-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2px;
}

    header.ind{
    top: 0 !important;
    position: fixed !important;
}
  .sm-vis{
        visibility: hidden;
}
.menu-mobile {
    width: 40px;
    height: 40px;
}
    .get-your-car .calculator-wrapper {
        padding: 0 0 80px 17px;
    }
        .get-your-car .header-calculator-content {
        gap: 61px;
    }
        .get-your-car .calculator-column {
        padding: 11px 6px;
        font-size: 10px;
        margin-left: -4px;
        margin-top: 5px;
        line-height: 8px;
        border-radius: 4px;
        /* display: none; */
    }
    .filmash-front-leasing-callback-btn {
        width: 100%;
        height: 60px;
        align-items: center;
        padding: 0 27px 0 28px;
        font-size: 19px;
        border-radius: 10px;
    }
div#menuPopup {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1E1E1E;
    z-index: 10;
    padding: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    color: white !important;
}
.mobile-menu-popup img.logo {
    width: 73.8px;
    height: 70px;
}
.mobile-menu-popup .close-popup {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 28px;
    top: 28px;
}
ul.popup-nav-links {
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
div#menuPopup a.filmash-front-top-contacts-number {
    display: block !important;
    font-size: 16px;
    margin-bottom: 32px;
}
.mobile-menu-popup img.header-menu-icon {
    width: 50px;
    height: 50px;
    max-width: unset;
}
ul.popup-nav-links a li {
    color: white;
}
    .submit-button {
        width: 100%;
        padding: 1px 30px;
        font-size: 22px;
        line-height: 31px;
        border-radius: 6px;
        height: 60px;
    }
    .back-button {
        width: 100%;
        padding: 1px 30px;
        font-size: 22px;
        line-height: 31px;
        border-radius: 6px;
        height: 60px;
    }
    .menu-mobile {
        width: 40px;
        height: 40px;
        z-index: 10;
    }
    .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 273px;
        bottom: 80px;
        width: 98%;
    }
.filmash-front-benefit {
gap: 39px;
row-gap: 12px;
flex-wrap: wrap;
}
.mycheckbox::before {
top: 2px;
left: 0;
}
.car-filter-grid{
          grid-template-columns: 1fr;
}
.main-content {
        display: flex
;
        gap: 32px;
        flex-direction: column;
    }
    .content-wrapper {
        gap: 27px;
        margin-top: 0;
        width: 100%;
        max-width: unset;
    }
        .subtitle {
        font-size: 16px;
        max-width: 66%;
    }
        .loan-calculator.d-flex.justify-content-between {
        border-radius: 16px;
      }
          .get-your-car .calculator-column {
        padding: 11px 15px;
        font-size: 10px;
        margin-left: -5px;
        margin-top: 1px;
        line-height: 8px;
        border-radius: 4px;
        /* display: none; */
    }
        img.car-image {
        max-width: 73%;
        bottom: -14px;
    }
        .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 288px;
       bottom: 22%;
        width: 83%;
    }
        .filmash-front-suggest.d-flex {
        border-radius: 20px;
        padding: 31px 43px 60px 20px;
        gap: 30px;
        width: 100%;
        height: 620px;
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f6,.callback-block {
        width: 100%;
    }

        img.logo {
        width: 84.8px;
        height: 38.2px;
    }
        .welcome-block-image {
        max-width: 49%;
        height: 100%;
        border-radius: 10px;
        width: 100%;
    }
        .welcome-block-image img {
        height: -moz-available;
        height: 100%;
    }
    div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
        width: 100%;
    }
    .mt-80 {
        margin-top: 16px;
    }
        .card-car-second-right.d-flex.sm-show {
        flex-direction: revert;
        width: 100%;
        position: absolute;
        top: 0;
        margin-top: 19%;
    }
        .card-car-select-item {
              height: 60px;
        width: 60px;
    }
        .card-car-select-item img {
        height: 60px;
        width: 82%;
        width: 60px;
        padding: 4px;
    }

    .card-car-second-middle img {
    height: 220px;
    object-fit: contain;
}
.configurator-item-desc {
        font-size: 14px;
        margin-top: 7px;
    }
    .configurator-item-image {
        /*height: 150px;*/
        display: flex
;
justify-content: center;
        align-items: flex-end;
        /*width: 150px;*/
    }
        .configurator-item-image img {
 /*       width: 150px;
        height: 150px;*/
    }
/*    .configurator-slider-items .swiper-slide.swiper-slide-next .configurator-item-image img {
        height: 120px;
        width: 120px;
    }
    .configurator-slider-items .swiper-slide.swiper-slide-prev .configurator-item-image img {
        height: 120px;
        width: 120px;
    }*/
.configurator-overall .card-car-name {
    font-size: 22px;
            margin-right: 12px;
}
    .card-car-right-price.fix.white {
        font-size: 25px;
    }
    .card-car-right-price span {
        font-size: 20px;
    }
    .card-car-right-dopPrice.fix {
        font-size: 12px;
        margin-top: 4px;
    }
.configurator-overall .container.d-flex.justify-content-between {
    width: 100%;
    max-width: 100%;
    display: flex
;
    align-items: center;
}.card-car-order-btn.fix {
        padding: 10px 26px;
        margin: 0;
        margin-left: 8px;
        font-size: 15px;
    }
    .order-details-three .detail-more {
    width: 100%;
    max-width: 100%;
}
.submit-button {
     width: 50%;
        padding: 1px 20px;
        font-size: 17px;
        line-height: 31px;
        border-radius: 6px;
        height: 49px;
    }
    .back-button {
        width: 43%;
        padding: 1px 30px;
        font-size: 17px;
        line-height: 31px;
        border-radius: 6px;
        height: 49px;
    }
    input.mycheckbox {
        width: 28px;
        height: 29px;
        border-radius: 6px;
        margin-right: 9px;
    }
        .mycheckbox::before {
        top: 2px;
        left: -1px;
    }
    .card-car-select-item-winfo:hover .card-car-select-item-info {
    display: none;
}.card-car-select-item:hover {
    background: rgb(191, 191, 191);
}
.card-car-select-item-winfo.selected .card-car-select-item-info {
    display: block;
            z-index: 10;
        top: 61px;
}
.slider-nav.sm-show {
    position: absolute;
    bottom: 8px;
    left: 33vw;
    width: 150px;
}
    .configurator-slide.swiper-slide-active {
        padding-bottom: 31px;
    }
    .configurator-item-image img {
    max-height: 100%;
}
.configurator-slider-items .swiper-slide.color-selector.swiper-slide-active {
    display: flex
;
    justify-content: center;
}

        .card-car-name {
            font-size: 30px;
            margin-right: 16px;
        }
    .card-car-info-btn-hover.active {
            display: block;
            padding: 0;
            font-size: 22px;
            top: 10px;
            /* gap: 30px; */
        }
         .cat-left {
            display: flex
;
            flex-direction: row;
            gap: 40px;
            position: relative;
            top: 0;
        }

                .card-car-second-middle img {
            height: 100%;
            object-fit: contain;
        }
        .card-car-second-left-info {
            font-size: 13px;
            max-width: unset;
        }
                .card-car-second-left.col-3 {
            width: 100%;
            margin-top: 0;
        }
            .card-car-second-block {
        padding-top: 0;
 }
         .card-car-left.col-4 {
            width: 40%;
        }
                .card-car-second-middle img.newSize {
        /*    height: 270px;
            width: 100%;
            margin-top: 0;
            object-fit: contain;*/
        }
                .configurator-slide.swiper-slide-active {
            padding-bottom: 15px;
        }
                .configurator-slider.container {
            width: 100%;
            max-width: 100%;
        }
  }

@media(max-width:485px){
  .main-content {
        display: flex
;
        gap: 32px;
        flex-direction: column;
    }
    .card-car-second-right.d-flex.sm-hide {
    margin-top: 400px;
}
    .card-car-name {
        font-size: 27.24px;
        margin-right: 16px;
                    line-height: 120%;
    }
        .cat-left {
            display: flex
;
            flex-direction: row;
            gap: 10px;
            position: relative;
            top: 0;
        }
        .card-car-second-left-info {
            font-size: 12px;
            max-width: unset;
        }

                .card-car-info-btn-hover.active {
            display: block;
            padding: 0;
            font-size: 20px;
            top: 10px;
            /* gap: 30px; */
        }
            .card-car-info-btn-hover ul {
        display: flex
;
        flex-direction: column;
        gap: 0;
        padding-left: 10px;
    }
    .content-wrapper {
        gap: 27px;
        margin-top: 0;
        width: 100%;
        max-width: unset;
    }
        .subtitle {
        font-size: 16px;
        max-width: 66%;
    }
        .loan-calculator.d-flex.justify-content-between {
        border-radius: 16px;
      }
          .get-your-car .calculator-column {
        padding: 11px 15px;
        font-size: 10px;
        margin-left: -5px;
        margin-top: 1px;
        line-height: 8px;
        border-radius: 4px;
        /* display: none; */
    }
        img.car-image {
        max-width: 73%;
        bottom: -14px;
    }
        .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 288px;
       bottom: 22%;
        width: 83%;
    }
        .filmash-front-suggest.d-flex {
        border-radius: 20px;
        padding: 31px 43px 60px 20px;
        gap: 30px;
        width: 100%;
        height: 620px;
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f,.callback-block {
        width: 100%;
    }
        img.logo {
        width: 84.8px;
        height: 38.2px;
    }
        .welcome-block-image {
        max-width: 49%;
        height: 100%;
        border-radius: 10px;
        width: 100%;
    }
        .welcome-block-image img {
        height: -moz-available;
                height: 302px;
    }
    div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
        width: 100%;
    }
    .mt-80 {
        margin-top: 16px;
    }
        .card-car-second-right.d-flex.sm-show {
        flex-direction: revert;
        width: 100%;
        position: absolute;
        top: 0;
        margin-top: 27%;
    }
        .card-car-select-item {
        height: 12vw;
        width: 12vw;
    }
        .card-car-select-item img {
        height: 12vw;
        width: 82%;
        width: 12vw;
        padding: 4px;
    }

        .col-xs-12 {
    width: 100%;
    padding: 0;
}
        .container {
            max-width: calc(100% - 40px);
            width: 100%;
        }

        .card-car-second-middle img {
            height: auto;
            object-fit: contain;
        }
.configurator-overall .card-car-name {
    font-size: 22px;
            margin-right: 12px;
}
    .card-car-right-price.fix.white {
        font-size: 25px;
    }
    .card-car-right-price span {
        font-size: 20px;
    }
    .card-car-right-dopPrice.fix {
        font-size: 12px;
        margin-top: 4px;
    }
.configurator-overall .container.d-flex.justify-content-between {
    width: 100%;
    max-width: 100%;
    display: flex
;
    align-items: center;
}.card-car-order-btn.fix {
        padding: 10px 26px;
        margin: 0;
        margin-left: 8px;
        font-size: 15px;
    }
    .order-details-three .detail-more {
    width: 100%;
    max-width: 100%;
}
.submit-button {
     width: 50%;
        padding: 1px 20px;
        font-size: 17px;
        line-height: 31px;
        border-radius: 6px;
        height: 49px;
    }
    .back-button {
        width: 43%;
        padding: 1px 30px;
        font-size: 17px;
        line-height: 31px;
        border-radius: 6px;
        height: 49px;
    }
    input.mycheckbox {
        width: 28px;
        height: 29px;
        border-radius: 6px;
        margin-right: 9px;
    }
        .mycheckbox::before {
        top: 2px;
        left: -1px;
    }
    .card-car-select-item-winfo:hover .card-car-select-item-info {
    display: none;
}.card-car-select-item:hover {
    background: rgb(191, 191, 191);
}
.card-car-select-item-winfo.selected .card-car-select-item-info {
    display: block;
}
.slider-nav.sm-show {
    position: absolute;
    bottom: 8px;
    left: 29vw;
    width: 150px;
}
         .configurator-slide.swiper-slide-active {
            padding-bottom: 10px;
        }

    .configurator-item-image img {
   /*width: 100px;*/
       max-height: 100%;
        /*height: 100px;*/
    }
    .configurator-item-image {
           /*height: 100px;*/
        display: flex;
        justify-content: center;
        align-items: flex-end;
        /*width: 120px;*/
    }
    .row {
    margin-right: 0;
    margin-left: 0;
}
        .card-car-left.col-4 {
            width: 50%;
        }
                .card-car-second-middle img.newSize {
  /*          height: 160px;
            width: 100%;
            margin-top: 0;
            object-fit: contain;*/
        }
                .configurator-slider.container {
            width: 80%;
            max-width: 100%;
        }
 /*       .configurator-slider-items .swiper-slide.swiper-slide-next {
        display: flex
;
        align-items: end;
        height: 80px;
    }
        .configurator-slider-items .swiper-slide.swiper-slide-prev {
        display: flex
;
        align-items: end;
        height: 80px;
    }*/
  /*  .configurator-slider-items .swiper-slide.swiper-slide-next .configurator-item-image img {
        height: 80px;
        width: 80px;
    }
    .configurator-slider-items .swiper-slide.swiper-slide-prev .configurator-item-image img {
        height: 80px;
        width: 80px;
    }*/
}

@media(max-width:340px){
          .card-car-second-left-info {
            font-size: 9px;
            max-width: unset;
        }
.review-block-text {
font-size: 18px;
}
.review-info.d-flex.mt-30 {
margin-top: 24px;
align-items: end;
}
.svg-shape3-img {
height: auto;
}
.welcome-block-title {
font-size: 29px;
font-weight: 400;
line-height: 120%;
margin-bottom: 22px;
}
    .filmash-front-suggest-calc-title {
        font-size: 27px;
        margin-bottom: 41px;
    }
    #price-display {
        font-size: 24px;
    }
    .filmash-front-benefit {
        gap: 25px;
        row-gap: 12px;
        flex-wrap: wrap;
    }
.card-car-left.col-4 {
width: 165px;
}
}
@media(min-width: 3000px){
      .filmash-front {
        height: 75vh;
    }
        .filmash-front .swiper-wrapper {
        max-height: inherit;
        height: 75vh;
    }
        .main-content {
        margin-top: 15vh;
    }
    .subtitle {
        font-size: 48px;
    }
        .main-title {
        font-size: 111px;
        line-height: 139px;
    }
        img.logo {
        width: 241px;
    }
        .filmash-front-top {
        margin-top: 80px;
    }
        .filmash-front-top-contacts-number {
        font-size: 32px;
        color: #fff;
    }
    .filmash-front-top-callback {
        font-size: 32px;
        padding: 20px 32px;
    }

        button.menu-button {
        width: 105px;
        height: 105px;
    }
        .main-calculator-title {
        font-size: 43px;
        line-height: 57px;
    }
    .price-slider-button {
        font-size: 34px;
    }
        .get-your-car-btn {
        font-size: 31px;
        max-width: 220px;
    }
  .get-your-car .calculator-column {
    padding: 15px 19px;
  }
    .calculator-column {
        font-size: 25px;
        max-width: 197px;
    }
    .title-calculator-column {
    display: none;
    flex-direction: column;
    line-height: normal;
    width: 75%;
    text-transform: uppercase;
}
    .our-brands-title {
        font-size: 43px;
    }
        .our-brands-border {
        height: 148px;
    }
img.brand-logo {
    min-width: 81px;
    max-width: 263px;
    /* width: 50%; */
    max-height: 111px;
    mix-blend-mode: luminosity;
}
.our-brands-border.black {
        font-size: 38px;
    }
        .menu-icon {
        aspect-ratio: 1;
        width: 48px;
    }
        .popular-electro-name {
        font-size: 51px;
        margin-bottom: 28px;
    }

.popular-electro-description {
        font-size: 41px;
        padding: 0 89px;
    }
    .popular-electro-image {
        bottom: 0;
        width: 69%;
        width: 73%;
        height: 77%;
    }
        .mySwiper2 .swiper-wrapper {
        max-height: 720px;
        height: 720px;
    }
        .mySwiper2 {
        max-height: 720px;
    }
    span.swiper-pagination-bullet {
        height: 20px;
        width: 20px;
    }
        .filmash-front-philosophy-description {
        font-size: 40px;
    }
    .filmash-front-news-title {
        font-size: 59px;
        line-height: 83px;
    }
        .filmash-front-leasing-calculator .price-slider label {
        font-size: 41px;
    }
    .filmash-front-leasing-calculator .price-output {
    font-size: 53px;
    font-weight: 450;
    font-family: 'Futura PT Book';
    line-height: 32px;
    text-transform: uppercase;
}
.filmash-front-leasing-callback-desc {
        font-size: 38px;
        margin: 52px 0 37px;
    }
        .filmash-front-leasing-callback-btn {
        font-size: 31px;
        width: 328px;
        height: 83px;
    }
    .benefit-item-title {
        font-size: 38px;
    }
        .filmash-front-suggest-calc-title {
        font-size: 42px;
    }
        .benefit-item-price {
        font-size: 57px;
    }
    .filmash-front-suggest .car-image {
        max-width: 1200px;
        bottom: -42px;
        width: 1200px;
    }
    .mb-160 {
    margin-bottom: 200px;
}
.mySwiper4 .swiper-slide.swiper-slide-active {
    width: 600px !important;
    height: 600px !important;
}
.swiper-slide.swiper-slide-active .review {
    /* background: rgb(204, 208, 0); */
    border-radius: 100%;
    height: 600px;
    width: 600px;
}
.swiper-slide.swiper-slide-active .review .review-img {
    top: 78px;
    height: 436px;
    width: 436px;
    left: 84px;
}
.review {
        height: 500px;
        width: 500px;
    }
        .review .review-img {
        border-radius: 50%;
        height: 360px;
        width: 360px;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 75px;
        top: 65px;
    }
        .callback-block-title.lg-show {
        font-size: 58px;
        line-height: 120%;
    }
        .callback-form-inputs input, .callback-form-inputs textarea {
        padding: 28px 26px;
        font-size: 34px;
    }
        .callback-block-description {
        font-size: 32px;
        max-width: 25%;
    }
        .bottom-right-lable {
        font-size: 34px;
        padding: 15px 30px 15px 20px;
    }
        .bottom-right-name {
        font-size: 39px;
    }
        .bottom-right-link {
        position: absolute;
        right: 30px;
        bottom: 30px;
        max-width: 80px;
        max-height: 80px;
        height: 80px;
        width: 80px;
    }
        .bottom-right-item {
        height: 445px;
    }
        .footer-left img.logo {
        width: 215.99px;
        height: 119px;
        margin-bottom: 31px;
    }
        .policy {
        font-size: 27px;
        line-height: 120%;
    }
    ul.footer-nav-links {
        gap: 56px;
        font-size: 27px;
    }
        .contact-info {
        gap: 47px;
        font-size: 34px;
    }
        .footer-right .filmash-front-top-callback {
        padding: 20px 36px;
        min-height: 72px;
        width: 366px;
        /* line-height: 0; */
    }
    .up {
        max-width: 90px;
        cursor: pointer;
        max-height: 90px;
        height: 90px;
        width: 90px;
    }
    .contacts-block-title {
        font-size: 62px;
    }   
     .contacts-block-btn.lg-show {
        width: 346px;
        height: 82px;
        font-size: 30px;
    }

    .contacts-info-top {
        font-size: 29px;
        font-weight: 400;
        line-height: 42px;
    }
    .contacts-info-bottom {
        font-size: 37px;
        line-height: 42px;
    }
    .welcome-block-info-bottom-name {
        font-size: 47px;
    }
    .social-item-name {
        font-size: 32px;
    }
    .contacts-map img {
        object-fit: cover;
        width: 100%;
        max-height: 1041px;
        border-radius: 20px;
    }

    .submit-button {
        font-size: 37px;
        width: 327px;
        line-height: 42px;
        padding: 18px 34px;
    }
    .submit-button img {
    width: 25px;
    height: 37px;
}
    .review-block-left {
        position: relative;
        width: 54%;
        height: 1500px;
    }
    .svg-shape2-img {
        width: 49%;
        background-position: bottom;
        height: 17.5%;
        font-size: 66px;
        padding: 32px 47px;
        line-height: 133%;
    }
    .review-nav div {
    height: 100px;
    width: 100px;
}
.review-nav div img {
    height: 100px;
    width: 100px;
}

.review-block-text {
        font-size: 52px;
    }
        .review-photo {
        height: 100px;
        width: 100px;
        margin-right: 55px;
    }
        .review-name {
        font-size: 44px;
    }
    .review-car {
    color: rgb(123, 123, 123);
    font-size: 39px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 3px;
}
    .swiper.mySwiper8 {
        width: calc(42% - 16px);
        overflow: hidden;
        height: 1500px;
    }
        .review-block-right {
        height: 1460px;
        gap: 30px;
    }
        .review-info.d-flex.mt-30 {
        margin-top: 90px;
    }
    .open-review {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 150px;
        width: 150px;
    }
        .welcome-block-title {
        font-size: 60px;
    }
    .welcome-block-text {
        font-size: 44px;
    }
    .welcome-block-info-top .filmash-front-leasing-callback-btn {
    width: 350px;
}
    .welcome-block-image {
        max-width: 50%;
        width: 49%;
        max-height: 925px;
    }
        .welcome-block-image img {
        width: 100%;
        height: 925px;
        object-fit: cover;
        border-radius: 20px;
    }
    .why-us-top-left-title {
    font-size: 65px;
}
.why-us-top-left-text {
    font-size: 43px;
}
img.why-us-left-img {
        height: 1125px;
        object-fit: cover;
        object-position: right;
        border-radius: 20px;
    }
    .why-us-left-btn {
    padding: 32px 30px;
    color: rgb(0, 0, 0);
    font-family: 'Futura PT Book';
    font-size: 34px;
    line-height: 37.58px;
}
div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
    width: 57%;
}
img.car-select-img {
    max-width: 100%;
    cursor: pointer;
}
.car-select-name {
    font-size: 41px;
    }
    form.form-filter.d-flex {
    width: 100%;
}
.car-select {
    display: flex
;
    flex-direction: column;
    gap: 34px;
    width: 23%;
}
img.car-select-img {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}
div#del_filter {
    font-size: 30px;
}
.close {
    margin-left: 15px;
    max-height: 34px;
    height: 25px;
}
.filter-item-name {
    font-size: 35px;
}
.brand-checkbox-text {
    font-size: 39px;
}
img#tickImage2 {
    position: absolute;
    top: 9px;
    width: 70%;
}
    .filter-item-name {
        font-size: 41px;
    }
    .filters-all {
    padding-left: 45px;
    border-left: 1px solid rgb(255, 255, 255);
    width: 67% !important;
}
    .range-slider {
        position: relative;
        width: 45%;
        height: 150px;
        margin-bottom: 30px;
    }
        img#tickImage2 {
        position: absolute;
        top: 18px;
        width: 100%;
    }
    input.filer-btn {
    font-size: 32px;
    height: 70px;
}
    .catalog-car-display-item {
        height: 770px;
    }
    .catalog-car-logo img {
    max-height: 84px;
    margin-right: 30px;
}
.catalog-car-name {
    font-size: 56px;
}
.catalog-car-new {
    font-size: 29px;
    line-height: 26px;
    padding: 14px 40px;
}
.catalog-car-image img {
    max-height: 350px;
}
.catalog-car-information {
    font-size: 28px;
}
.catalog-car-price {
    font-size: 35px;
}
.catalog-car-price-btn {
    font-size: 27px;
    padding: 23px 37px;
}

.card-car-name {
    font-size: 87.24px;
}
input.filer-btn {
    font-size: 40px;
    line-height: 100%;
    padding: 20px 0px;
    height: 80px;
}
.card-car-info-btn img {
    width: 80px;
    height: 80px;
}
.card-car-second-left-info {
    font-size: 32px;
}
.card-car-right-price {
    font-size: 72px;
}
.card-car-order-btn.to {
    line-height: 29px;
    font-size: 38px;
    padding: 29px 100px;
}
.card-car-select-item img {
    width: 80px;
    height: 80px;
        object-fit: contain;
}
.configurator-slide.swiper-slide-active .configurator-slider-name {
    font-size: 50px;
}
.configurator-item-image {
    height: 100%;
    cursor: pointer;
}
.configurator-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mySwiper5 .swiper-slide-active .configurator-item-desc {
    font-size: 33px;
    margin-top: 35px;
}
.pag3 span.swiper-pagination-bullet, .pag4 span.swiper-pagination-bullet, .configurator-pagination span.swiper-pagination-bullet{
    height: 20px;
    width: 20px;
}
/*.configurator-slider-items .swiper-slide.swiper-slide-prev {
    width: 250px;
    height: 250px;
}*/
/*.configurator-slider-items .swiper-slide.swiper-slide-prev .configurator-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}*/
/*.configurator-slider-items .swiper-slide.swiper-slide-next {
    width: 250px;
    height: 250px;
}*/
/*.configurator-slider-items .swiper-slide.swiper-slide-next .configurator-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}*/
  /*  .configurator-slider-items .swiper-slide.swiper-slide-next .configurator-item-image {
        height: 80%;
        cursor: pointer;
    }
        .configurator-slider-items .swiper-slide.swiper-slide-prev .configurator-item-image {
        height: 80%;
        cursor: pointer;
    }*/
.configurator-slide {
  
    height: auto;
}
.filmash-characteristics-item-name {
    font-size: 37px;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Futura PT Book';
}
.filmash-characteristics-item-text {
    color: rgb(204, 208, 0);
    font-size: 45px;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Futura PT Book';
}
.detail-grey {
    color: #868686;
    font-size: 34px;
    margin-bottom: 16px;
    width: 30%;
}
.detail-more {
    font-size: 31px;
    margin-bottom: 16px;
    max-width: 65%;
}

}


@media(max-width:1439px){
img.newSize {
    height: 350px;
    width: auto;
}
}




@media(min-width: 3000px) and (min-width: 1500px){
  header.ind {
     top: -148px; 
    position: fixed;
}


        .review-info.d-flex.mt-30 {
        margin-top: 60px;
    }
    .cat-left {
    position: absolute;
          top: 250px;
    /*z-index: -10;*/
}
    .mySwiper5 .swiper-slide-active .configurator-item-desc {
        font-size: 32px;
        margin-top: 0;
        padding: 40px 50px 0;
        text-align: center;
    }
/*.configurator-slider-price {*/
    /*font-size: 27px;*/
/*}*/

    .configurator-slider.container {
        margin-top: -100px;
    }
    .card-car-right-price {
        font-size: 91px;
        line-height: 74px;
    }
        .card-car-second-middle img.newSize {
              height: 100%;
        width: 100%;
        margin-top: 0;
        object-fit: cover;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .card-car-second-middle img {
    height: auto;
width:auto;
    object-fit: contain;
}
    .card-car-second-left-info {
        font-size: 32px;
        width: 700px;
    }
    .configurator-slider-top.d-flex {
        height: 50px;
        margin: 30px 0 10px;
        padding: 0 40px;
    }
.card-car-right {
    margin-top: 10px;
}
.card-car-right-price span {
    font-size: 52px;
}
/*.slider-inslider .configurator-item-image img{
      height: auto;
    cursor: pointer;
    object-fit: contain;
    width: 100%;
}*/
.swiper-slide.swiper-slide-next .configurator-item-image {
    height: 70%;
    width: 100%;
    display: flex;
    object-fit: contain;
    justify-content: center;
}
   .slider-inslider .configurator-item-image {
        height: 70%;
        cursor: pointer;
    }
    .swiper-slide.swiper-slide-prev .configurator-item-image {
    height: 70%;
    width: 100%;
    display: flex;
     object-fit: contain;
    justify-content: center;
}
    .slider-inslider.swiper-slide-active .configurator-item-image {
        height: 80%;
        cursor: pointer;
    }
    .mySwiper5 .swiper-slide-active .configurator-item-desc {
        font-size: 32px;
        margin-top: 0;
        padding: 0;
        padding-top: 10px;
        text-align: center;
    }
    .detail-more {
    font-size: 40px;
    margin-bottom: 16px;
    max-width: 65%;
}
.detail-grey {
    color: #868686;
    font-size: 38px;
    margin-bottom: 16px;
    width: 30%;
}
.orderPrice {
    color: rgb(204, 208, 0);
    font-size: 67px;
}
/*img.newSize {
    height: 700px;
    width: auto;
}
    .cat-left {
        position: absolute;
        top: 220px;
        z-index: 1;
    }*/
}
.container{
  max-width: 3320px;
      width: 100%;
}
.container-car{
  position: relative;
}
@media(min-width:3340px ){
  img.header-menu-icon {
        max-width: 70px;
    }

header ul.nav-links {
    gap: 37px;
    font-size: 20px;
}
    img.logo {
        width: 308px;
    }
    header nav.nav-header-container {
    padding: 0;
    padding-top: 0;
}
header {
    padding: 20px;
}
 
    .menu-icon {
        aspect-ratio: 1;
        width: 22px;
    }
    .filmash-front-top-callback {
        line-height: 100%;
        font-size: 24px;
        padding: 27px 30px;
        margin: 0;
                min-width: 280px;
        min-height: 70px;
    }
    .mt-80 {
    margin-top: 64px;
}
.catalog-element-name {
    gap: 56px;
    margin-bottom: 58px;
    flex-direction: column;
}
.catalog-element-name {
    gap: 56px;
    margin-bottom: 58px;
    flex-direction: column;
    align-items: flex-start !important;
}
    .card-car-name {
        font-size: 72px;
        line-height: 48px;
    }
        .card-car-info-btn img {
        width: 50px;
        height: 50px;
    }
        .card-car-second-left-info {
        font-size: 22px;
        width: 100%;
                margin-bottom: 80px;
    }
        .card-car-right-price {
        font-size: 80px;
        line-height: 53px;
    }
    .card-car-right-dopPrice {
    font-size: 40px;
    margin-top: 30px;
}
    .card-car-order-btn.to {
        line-height: 29px;
        font-size: 30px;
        padding: 25px;
                margin-top: 80px;
    }
    .mySwiper5 {
    margin-bottom: 24px;
    height: 955px;
    z-index: 11;
}
.configurator-slider {
    max-width: 100%;
    margin: 0;
    width: 632px;
}
.swiper-slide.configurator-slide {
    width: calc(100% - 50px) !important;

}  
  .configurator-slide.swiper-slide-active .configurator-slider-name {
        font-size: 40px;
    }
    .configurator-slider-name {
    font-family: 'Futura PT Book';
    font-size: 40px;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
    .slider-inslider.swiper-slide-active .configurator-item-image {
        height: 100%;
        cursor: pointer;
    }
    .mySwiper6    .swiper-slide.swiper-slide-next .configurator-item-image {
        height: 78%;
        width: 100%;
        display: flex;
        object-fit: contain;
        justify-content: center;
    }
        .mySwiper5 .swiper-slide-active .configurator-item-desc {
        font-size: 24px;
        margin-top: 0;
        padding: 0;
        padding-top: 40px;
        text-align: center;
    }
    .prev-car, .next-car {
    width: 70px;
    height: 70px;

}
.select-view {
    font-size: 30px;
        padding: 25px 65px;
}
.prev-car {
    margin-right: 12px;
    margin-left: 12px;
}
.characteristics-block {
    padding-top: 120px;
}
.model-name {
          display: flex;
        background-color: var(--select-bg);
        border-radius: 10px;
        padding: 30px;
        color: var(--background-color);
        text-transform: uppercase;
        font-size: 19px;
        line-height: 22.5px;
        padding: 10px 15px;
        margin-bottom: 20px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
}
.mySwiper6_models .swiper-slide.swiper-slide-next .configurator-item-image, 
.mySwiper6_models .swiper-slide.swiper-slide-prev .configurator-item-image {
    height: 100%;
}
    .swiper.mySwiper7 {
    left: 377px;
    max-width: unset;
    position: absolute;

    top: 0;
    width: 2417px ! IMPORTANT;

    height: 1138px;
    display: flex
;
    justify-content: center;
    margin-top: 0;
}
    .pag3 span.swiper-pagination-bullet, .pag4 span.swiper-pagination-bullet, .configurator-pagination span.swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, 0, 0);
}
.accessories-block-title {
    font-size: 60px;
}
.filmash-characteristics-item-name {
    font-size: 30px;
}
.filmash-characteristics-item-text {
    font-size: 50px;
}
.filmash-characteristics {
    flex-wrap: wrap;
    gap: 88px;
}
.filmash-characteristics-item {
    max-width: 100%;

    gap: 32px;
    width: auto;

}
    .footer-left img.logo {
        width: 246px;
        height: 112px;
        margin-bottom: 32px;
    }
        .policy {
        font-size: 18px;
        line-height: 120%;
    }
        ul.footer-nav-links {
        gap: 42px;
        font-size: 20px;
    }
        .contact-info {
        gap: 24px;
        font-size: 20px;
    }
        .footer-right .filmash-front-top-callback {
        padding: 27px 30px;
        min-height: 80px;
        width: 340px;
    }
        .up {
        max-width: 80px;
        cursor: pointer;
        max-height: 80px;
        height: 90px;
        width: 90px;
    }
    .d-flex.justify-content-between.brand-we-rec {
    margin-top: 120px;
}
    .filmash-front-news-title {
        font-size: 56px;
        line-height: 37px;
    }
        .recommended-brands-item {
        height: 100px;
        width: 340px;
    }
    .recommended-brands {
    flex-wrap: wrap;
    gap: 32px
            margin: 142px 0 200px;
}
.filter-block {
    width: 726px;
}
.catalog-car-display {
    max-width: 2546px;
    flex-wrap: wrap;
    gap: 55px 32px;
    height: 100%;
    justify-content: flex-start !important;
}
.catalog-car-display-item {
        height: auto;
        width: 595px;
    }
    .catalog-block {
    gap: 40px;
    justify-content: flex-start !important;
}
    .catalog-car-logo img {
        max-height: 48.89px;
        margin-right: 30px;
    }
        .catalog-car-name {
        font-size: 40px;
    }
        .catalog-car-image img {
        max-height: 261.22px;
    }
        .catalog-car-information {
        font-size: 20px;
    }
        .catalog-car-price {
        font-size: 30px;
    }
        .catalog-car-price-btn {
        font-size: 20px;
        padding: 14px 33px;
                line-height: 13px;
    }
    div#del_filter {
        font-size: 22px;
    }
        .close {
        margin-left: 10px;
        max-height: 34px;
        height: 15px;
    }
        .filter-item-name {
        font-size: 30px;
    }
    .bx_filter_parameters_box_title {
    font-size: 30px;
}
    .callback-form-inputs {
        display: flex
;
        flex-direction: row;
        gap: 24px;
    }
        .callback-block {
        gap: 40px;
        width: 1710px;
            padding: 48px 40px;
    }
  .callback-block-description {
        width: 100%;
        font-size: 22px;
        max-width: 36%;
    }
        .callback-form-inputs input, .callback-form-inputs textarea {
        padding: 23px 26px;
        font-size: 24px;
        height: 80px;
        width: 527px;
    }
    div.mf-name input, div.mf-email input {
    width: 527px;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 527px !important;

}
.bottom-right.d-flex {
    flex-direction: row;
    width: calc(765px + 765px + 40px);
}
    .bottom-right-item {
        height: 100%;
        border-radius: 20px;
    }
        .bottom-right-name {
        font-size: 32px;
    }
        .bottom-right-link {
        position: absolute;
        right: 30px;
        bottom: 30px;
        max-width: 60px;
        max-height: 60px;
        height: 80px;
        width: 80px;
    }
        .bottom-right-lable {
        font-size: 20px;
        padding: 15px 30px 15px 20px;
    }
    .checkboxText {
        font-size: 24px;
        max-width: 40%;
        line-height: 20px;
    }
        .form-group.d-flex {
        margin: 32px 0 40px;
    }
        .submit-button {
        font-size: 22px;
        width: 300px;
        line-height: 15px;
        padding: 22px 30px;
    }
        .submit-button img {
        width: 10.24px;
        height: 22px;
    }
        .welcome-block-title {
        font-size: 56px;
    }
    .welcome-block-info-top {
    border-radius: 20px;
    background: rgb(56, 56, 56);
    padding: 60px 40px;
        margin-bottom: 90px;
}
    .welcome-block-text {
        font-size: 26px;
    }
        .welcome-block-info-top .filmash-front-leasing-callback-btn {
        width: 280px;
        font-size: 22px;
        padding: 30px;
                height: 60px;
    }
    .welcome-block-info-bottom {
    margin-top: 65px;
}
.welcome-block-info-bottom-name {
        font-size: 36px;
    }
        .welcome-block-info-bottom-name {
        font-size: 36px;
        line-height: 24px;
    }
        a.welcome-block-social-item {
        padding: 20px;
        margin-top: 40px;
        width: 228px;
    }
    .welcome-block-social.d-flex.justify-content-between {
    justify-content: flex-start !important;
    gap: 16px;
}
    .social-item-logo {
        width: 32px;
        object-fit: cover;
        max-width: unset;
    }
        .social-item-name {
        font-size: 22px;
    }
        .social-line {
        margin: 110px 0 16px;
    }
        .welcome-block-image img {
        width: 100%;
        height: 833px;
        object-fit: cover;
        border-radius: 20px;
    }
    .why-us-top-left-title {
        font-size: 56px;
    }
        .why-us-top-left-text {
        font-size: 32px;
    }
        .why-us-right-top img {
        object-fit: cover;
        height: 400px;
        width: 1638px;
        border-radius: 20px;
    }
        .why-us-right-top {
        gap: 44px;
        height: 50%;
    }
        .why-us-left-btn {
        padding: 22px 30px;
        color: rgb(0, 0, 0);
        font-family: 'Futura PT Book';
        font-size: 24px;
        line-height: 16px;
        margin-top: 24px;
    }
    .why-us-bottom-left,.why-us-bottom-right,.why-us-top-left {
    height: 400px;
    gap: unset;
    height: 400px;
    padding: 40px;
}
    img.why-us-left-img {
        height: 740px;
        object-fit: cover;
        object-position: right;
        border-radius: 20px;
    }
        .filmash-front-news-title {
        font-size: 56px;
        line-height: 120%;
    }
        .filmash-front-philosophy-description {
        font-size: 32px;
    }
        .filmash-front {
        height: 1440px;
    }
        .filmash-front .swiper-wrapper {
        max-height: inherit;
        height: 1440px;
    }
    .filmash-front-top .logo {
    width: 255px;
}
    .filmash-front-top-contacts-number {
        font-size: 18px;
        color: #fff;
    }
    .filmash-front-top-callback {
    width: 294px;
    height: 70px;
    gap: unset;
}
    .filmash-front-top {
        margin-top: 60px;
    }
        .subtitle {
        font-size: 36px;
        max-width: 84%;
    }
        .main-title {
        font-size: 88px;
        line-height: 130%;
        width: 90%;
    }
    .content-wrapper {
    max-width: 898px;
}
    button.menu-button {
        width: 80px;
        height: 80px;
    }
    button.menu-button img.menu-icon {
    width: 27px;
}
ul.nav-links {
    font-size: 20px;
}
    .price-slider-button {
        font-size: 20px;
    }
        .main-calculator-title {
        font-size: 32px;
        line-height: 120%;
    }
    .loan-calculator {
    padding: 44px 38px;
            gap: 50px;
}
    .price-slider-button {
        font-size: 20px;
        padding: 23px 30px;
        line-height: 120%;
    }
        .get-your-car-btn {
        font-size: 20px;
        max-width: 170px;
    }
        .calculator-column {
        font-size: 20px;
        max-width: 150px;
    }
    .get-your-car-btn {
    z-index: 1;
    margin-top: 40px;
  }
      header.ind {
        top: -182px;
        position: fixed;
    }
        .main-content {
        margin-top: 300px;
    }
    .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 100px;
}
.our-brands-all.d-flex > * {
    width: calc((100% - 72px) / 4);
    height: 125px;
}

        .popular-electro-name {
        font-size: 45px;
        margin-bottom: 26px;
    }
        .popular-electro-description {
        font-size: 34px;
        padding: 0 133px;
    }
    .popular-electro-image {
        bottom: 0;
        width: 69%;
        width: 400px;
        height: 400px;
    }
    .popular-electro {
    max-width: 1370px;
}
    .our-brands-border.black {
        font-size: 32px;
        height: 125px;
    }
    .our-brands {
    max-width: 1914px;
}
    .mySwiper2 .swiper-wrapper {
        max-height: 480px;
        height: 500px;
    }
        .popular-electro-image {
        bottom: 0;
        width: 69%;
        width: 646px;
        height: 700px;
        max-height: 340px;
    }
    .filmash-front-leasing .filmash-front-news-title {
    max-width: 22%;
    margin-bottom: 80px;
    line-height: 120%;
}
    .filmash-front-leasing-calculator .price-slider label {
        font-size: 32px;
    }
    .filmash-front-leasing-calculator {
    width: 1644px;
}
.filmash-front-leasing-calculator .price-output {
    font-size: 48px;
}
    .filmash-front-leasing-callback-desc {
        font-size: 26px;
        margin: 106px 0 30px;
    }
    .filmash-front-leasing-callback-btn {
        font-size: 24px;
        width: 300px;
        height: 60px;
    }
.filmash-front-suggest-title {
    font-size: 56px;
    line-height: 120%;
}
    .filmash-front-suggest-calc-title {
        font-size: 32px;
         line-height: 120%;
    }
        .benefit-item-title {
        font-size: 28px;
          line-height: 120%;
    }
    .filmash-front-benefit {
    flex-direction: column;
    width: 195px;
}
    .benefit-item-price {
        font-size: 44px;
    }
    .filmash-front-philosophy .filmash-front-news-title {
    max-width: 1028px;
}
.filmash-front-philosophy-description {
    width: 1367px;
    }
    .filmash-front-leasing-c.d-flex.justify-content-between {
    gap: 38px;
}
.filmash-front-philosophy.mb-160 {
    margin-bottom: 170px;
}
    .review {
               height: 300px;
        width: 300px;
    }
        .review .review-img {
       
        height: 218px;
        width: 218px;
        left: 43px;
        top: 43px;
    }


    .mySwiper4 .swiper-slide.swiper-slide-active {
        width: 400px !important;
        height: 400px !important;
    }
    .swiper-slide.swiper-slide-active .review .review-img {
        top: 56px;
        height: 285.22px;
        width: 285.22px;
        left: 57px;
    }
        .swiper-slide.swiper-slide-active .review {
        /* background: rgb(204, 208, 0); */
        border-radius: 100%;
        height: 400px;
        width: 400px;
    }
.up img {
    width: 100%;
}
.contacts-map {
    width: 1920px;
}
    .contacts-map img {
        object-fit: cover;
        width: 100%;
        max-height: 800px;
        border-radius: 20px;
    }
    .contacts-block {
    width: 1354px;
}
.contacts-block-top {
    gap: 160px;
}
    .contacts-block-title {
        font-size: 56px;
        line-height: 120%;
    }
        .contacts-block-btn.lg-show {
        width: 280px;
        height: 60px;
        font-size: 24px;
    }
        .contacts-info-top {
        font-size: 20px;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 9px;
    }
    .contacts-info-bottom {
        font-size: 26px;
        line-height: 100%;
    }
    .contacts-block-right {
    flex-direction: column;
    gap: 48px;
}
.contacts-block-left {
    flex-direction: column;
    gap: unset;
}
.review-block-left {
        position: relative;
        width: 1377px;
        height: 920px;
    }
    .svg-shape-img.swiper-slide {
    background-position: center;
}
    .svg-shape2-img {
        width: 679.23px;
        background-position: bottom;
        height: 149px;
        font-size: 56px;
        padding: 22px 42px;
        line-height: 120%;
    }
        .review-block-text {
        font-size: 32px;
                line-height: 105%;
    }
        .review-photo {
        height: 60px;
        width: 60px;
        margin-right: 30px;
    }
        .review-name {
        font-size: 32px;
    }
    .review-car {
    font-size: 24px;
}
.svg-shape3-img.swiper-slide {
    height: 300px !important;
}
.svg-shape3-img.swiper-slide {
    height: 300px !important;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    padding: 33px 51px;
    width: 940px !important;
}
    .open-review {

        height: 84px;
        width: 107.28px;
                display: flex;
          justify-content: flex-end;
    }
    .review-block-right {
        height: 920px;
        gap: 10px;
    }
    .why-us-left {
    width: 796px;
    max-width: unset;
  }
      img.why-us-left-img {
        height: 740px;
        object-fit: cover;
        object-position: right;
        border-radius: 20px;
        width: 100%;
    }
        .swiper.mySwiper8 {
        width: 1904px;
        overflow: hidden;
        height: 940px;
    }
        .review-info.d-flex.mt-30 {
        margin-top: 40px;
    }
        .review-nav div img {
        height: 80px;
        width: 80px;
    }
    .review-nav div {
        height: 80px;
        width: 80px;
    }
        div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
        width: 1710px;
    }
       .callback-block-title.lg-show {
        font-size: 48px;
        /* line-height: 32px; */
        width: 100%;
        max-width: unset;
        line-height: 120%;
    } 
    div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 100%;
    padding-bottom: 0 !important;
}
.catalog-filter.lg-show {
    width: 726px;
}
.card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
.swiper.mySwiper9 {
    position: absolute;
    top: -64px;
    width: 100vw !important;
  height: 100vh;
    left: 0;
        z-index: -1;
    }
 .swiper.mySwiper9   .card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .mb-160.mt-80 {
    min-height: calc(100vh - 180px - 308px - 264px);
}
.mySwiper6_models {
    margin-top: 40px;
}
    .configurator-slider-price {
        font-size: 21px;
        padding: 9px 20px;
    }
  }
@media(max-width: 3340px){
.container{
  max-width: 1800px;

}
    .swiper.mySwiper9 {
        position: absolute;
        top: -20px;
        width: 100vw !important;
        height: 1000px;
        left: 0;
        z-index: -1;
        right: 0;
    }
    .card-car-second-middle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
    ul.nav-links {
        font-size: 19px;
        gap: 37.5px;
    }
        img.logo {
        width: 153.99px;
    }
    a.filmash-front-top-contacts-number {
    font-size: 14px;
}
.filmash-front-top-callback {
    font-size: 20px;
    line-height: 13px;
}
.menu-icon {
    aspect-ratio: 1;
    width: 22px;
}
.filmash-front-top-callback {
    font-size: 20px;
    line-height: 13px;
    padding: 28px 30px;
    min-width: 280px;
    min-height: 70px;
    width: 280px;
    height: 70px;
    gap: unset;
}
header {
    padding: 20px 0 20px;
}
.mt-80 {
    margin-top: 20px;
}
.card-car-right-price {
    font-size: 56px;
}
.card-car-right-price span {
    font-size: 32px;
}
.catalog-element-name {
    gap: 48px;
    margin-bottom: 32px;
}
.card-car-order-btn.to {
    margin-top: 32px;
}
.configurator-slider-top.d-flex {
    padding: 30px 30px 24px;
    gap: unset;
    height: 80px;
    align-items: center;
}
.prev-car {
    margin-right: 12px;
}
.content-wrapper {
    max-width: 852px;
    width: 852px;
}
.loan-calculator {
    padding: 50px 33px;
        margin-bottom: 24px;
        width: 650px;
}
.get-your-car {
    margin-top: 0;
    position: relative;
}
.mySwiper4 {
    margin-left: calc((100% - 1800px) / 2);
}
.swiper.mySwiper8 {
    width: 736px;
    overflow: hidden;
    height: 920px;
}
.review-block-left {
    position: relative;
    width: 1040px;
    height: 920px;
}
.svg-shape2-img {
    width: 513px;
    padding: 17px 26px;
}
.filmash-front-news-title {
    line-height: 120%;
}
div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
    width: 1040px;
}
 .swiper.mySwiper7   .card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .mySwiper7 {
    left: -80px;
    max-width: unset;
    position: absolute;
    top: 0;
    width: 1765px !important;
    height: 1071px;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.characteristics-block {
    padding-top: 0;
}
}
@media(max-width: 1919px){
.container{
  max-width: 1350px;
}
.loan-calculator {
        padding: 25px 23px;
        margin-bottom: 15px;
        width: 550px;
    }
        .mySwiper4 {
        margin-left: calc((100% - 1350px) / 2);
    }
    
    div#comp_1069ae183c8d1e4812a566f8a7e226f6,.callback-block {
    width: 790px;
}
    div#comp_4443c00fae96eb26b584f366ba17362d {
        width: 790px;
    }
    .filmash-front-top-callback {
        font-size: 18px;
        line-height: 13px;
        padding: 19px 22px;
        min-width: 220px;
        min-height: 55px;
        width: 220px;
        height: 55px;
        gap: unset;
    }
    .up {
        max-width: 55px;
        max-height: 55px;
    }
        .swiper.mySwiper8 {
          width: 545px;
        overflow: hidden;
        height: 682px;
        margin: 0;
    }
        .review-block-left {
        position: relative;
        width: 790px;
        height: 682px;
    }
        .svg-shape2-img {
        width: 390px;
        padding: 12px 16px;
        height: 112px;
        font-size: 35px;
    }
        .open-review {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 51px;
        width: 43px;
    }
        .card-car-logo img {
        height: 65px;
        max-width: 110px;
    }
        .catalog-element-name {
        gap: 30px;
        margin-bottom: 21px;
    }
    .catalog-element-left {
    max-width: 505px;
}
.configurator-slider {
    max-width: 100%;
    margin: 0;
    width: 400px;
}
.mySwiper5 {
    margin-bottom: 12px;
    height: 690px;
    z-index: 11;
}
.prev-car, .next-car {
    width: 50px;
    height: 50px;
}
.select-view {
    font-size: 21px;
    line-height: 22.5px;
    padding: 12px 35px;
}
.card-car-order-btn.to {
    width: 200px;
    margin-top: 24px;
}
.swiper.mySwiper7{
           left: -100px;
        max-width: unset;
        position: absolute;
        /* top: -12%; */
        top: 50px;
        width: 1200px !important;
        z-index: 10;
        height: 881px;
        display: flex;
        justify-content: center;
        margin-top: 0;
}
.swiper.mySwiper7 .card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
header ul.nav-links {
    gap: 20px;
    font-size: 15px;
}
    nav.nav-header-container {
        gap: 15px;
    }
    .filmash-front-leasing.mb-160.mt-80 {
   min-height: calc(100vh - 140px - 184px - 115px);
}
.configurator-slider-top.d-flex {
        padding: 22px 30px 17px;
        gap: unset;
        height: 60px;
        align-items: center;
        margin: 0;
    }
    .swiper.mySwiper9 {
        position: absolute;
        top: -20px;
        width: 100vw !important;
        height: 800px;
        left: 0;
        z-index: -1;
    }
    .card-car-info-btn-hover.active li {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 0 0 20px 20px;
}
.card-car-info-btn-hover.active {
    min-width: 240px;
}
}
@media(max-width: 1439px){
.container{
  max-width: 960px;
}
img.logo {
        width: 120px;
    }
    a.filmash-front-top-contacts-number {
        font-size: 12px;
    }
        .filmash-front-top-callback {
        font-size: 15px;
        line-height: 13px;
        padding: 16px 19px;
        min-width: 180px;
        min-height: 45px;
        width: 180px;
        height: 45px;
        gap: unset;
    }
        .menu-icon {
        aspect-ratio: 1;
        width: 18px;
    }
        .content-wrapper {
        max-width: 450px;
        width: 450px;
    }
        ul.nav-links {
        font-size: 12px;
        gap: 12px;
    }
        button.menu-button {
        width: 36px;
        height: 36px;
      }
          .mySwiper4 {
        margin-left: calc((100% - 960px) / 2);
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f6,.callback-block {
        width: 550px;
    }
        .up {
        max-width: 40px;
        max-height: 40px;
    }
      .review-block-left {
        position: relative;
        width: 560px;
        height: 500px;
    }
      .swiper.mySwiper8 {
        width: 385px;
        overflow: hidden;
        height: 500px;
        margin: 0;
    }
        .review-block-text {
        font-size: 16px;
    }
        .svg-shape3-img.swiper-slide {
        height: 161px !important;
        background-position: bottom right;
        border-radius: 20px;
    }
        .open-review {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 43px;
        width: 43px;
    }
        .nav-prev,.nav-next {
        width: 45px;
        height: 45px;
    }
        .svg-shape2-img {
        width: 275px;
        padding: 9px 16px;
        height: 80px;
        font-size: 25px;
    }
        header ul.nav-links {
        gap: 14px;
        font-size: 12px;
    }
    .filter-block {

    padding: 28px;

}
.bx_filter_parameters_box {
    padding: 20px 0;
    border-bottom: 1px solid #6D6D6D;
}
    .card-car-logo img {
        height: 47px;
        max-width: 90px;
    }
        .filmash-front-top-callback {
        font-size: 12px;
        line-height: 13px;
        padding: 10px 11px;
        min-width: 150px;
        min-height: 40px;
        width: 149px;
        height: 38px;
        gap: unset;
    }
        .card-car-logo img {
        height: 41px;
        max-width: 78px;
    }
    .card-car-name {
        font-size: 36.24px;
        margin-right: 15px;
    }
        .card-car-info-btn img {
        width: 35px;
    }
        .catalog-element-left {
        max-width: 370px;
    }
        .card-car-right-price {
        font-size: 43px;
    }
        .card-car-second-left-info {
        margin-bottom: 23px;
    }
        .card-car-right-price span {
        font-size: 26px;
    }
        .card-car-order-btn.to {
        width: 150px;
        margin-top: 13px;
    }
    .pag3 span.swiper-pagination-bullet {
    margin: 0 !important;
    margin-bottom: 5px !important;
}
    .configurator-slider {
        max-width: 100%;
        margin: 0;
        width: 300px;
    }
    .mySwiper5 {
        margin-bottom: 12px;
        height: 460px;
    }
        .prev-car, .next-car {
        width: 40px;
        height: 40px;
    }
        .prev-car {
        margin-right: 7px;
    }
        .select-view {
        font-size: 17px;
        line-height: 22.5px;
        padding: 7px 23px;
    }
        .swiper.mySwiper7 {
        left: -120px;
        max-width: unset;
        position: absolute;
        /* top: -12%; */
        top: 90px;
        width: 900px !important;
        z-index: -1;
        height: 100%;
        display: flex
;
        justify-content: center;
        margin-top: 0;
    }
        .configurator-slider-top.d-flex {
        padding: 12px 14px 13px;
        gap: unset;
        height: 46px;
        align-items: center;
        margin: 0;
    }
    .swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
        padding: 0 20px;
        height: 20px;
        margin: 10px 0 5px;
    }
    .swiper-slide.configurator-slide {
    width: calc(100% - 24px) !important;
    /* height: auto !important; */
    overflow: hidden;
}
    .why-us-right-top {
        gap: 6px;
        height: 100%;
    }
        .why-us-bottom-left {
        padding: 18px 17px 21px;
        gap: unset;
        justify-content: space-between;
        height: 100%;
    }
        .social-line {
        margin: 38px 0 9px;
    }
    div#comp_4443c00fae96eb26b584f366ba17362d,.callback-block {
        width: 550px;
    }
    .swiper.mySwiper9 {
        position: absolute;
        top: -20px;
        width: 100vw !important;
        height: 566px;
        left: 0;
        z-index: -1;
    }

    .mycheckbox::before {
       width: 18px;
    height: 13px;
    top: 0px;
    left: 0px;
}
.model-name {
    background-color: var(--select-bg);
    border-radius: 10px;
    padding: 30px;
    color: var(--background-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12.5px;
    padding: 10px 3px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
}

#salon2{
  display: none;
}
@media(max-width: 980px){
.container{
  max-width: 735px;
}
.filter-block {
    width: 100%;
  }
div#salon2 {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 70px;
    margin-bottom: 64px;
}

    img.logo {
        width: 78px;
                height: 32px;
    }
        .filmash-front-top {
        margin-top: 23px;
                margin-bottom: 23px;
    }
    .filmash-front-top-callback {
    font-size: 11px;
    line-height: 7px;
    width: 110px;
    height: 32px;
    min-width: unset;
    min-height: unset;
}
       .menu-icon {
        aspect-ratio: 1;
        width: 4px;
        height: 10px;
    }
        .content-wrapper {
        max-width: unset;
    }
        .main-title {
        font-size: 36px;
        line-height: 130%;
        max-width: 100%;
    }
        .main-content {
        display: flex;
        gap: unset;
        flex-direction: row;
    }
        .subtitle {
        font-size: 16px;
        max-width: 87%;
    }
        .main-content {
        margin-top: 148px;
    }
    .loan-calculator.d-flex.justify-content-between {
    width: 358px;
}
.get-your-car {
    width: 358px;
}
    .our-brands-line {
        border: 1px solid;
        margin: 32px auto;
        border-image: linear-gradient(to right, #ffffff, #000000, #ffffff) 1;
    }
        .our-brands {
        padding: 40px 20px;
        border-radius: 20px;
        width: 358px;
        max-width: unset;
    }
    .our-brands-all {
        gap: unset;
        row-gap: 15px;
        flex-wrap: wrap;
        display: flex
;
        justify-content: space-between;
    }
        img.brand-logo {
        min-width: 27px;
        max-width: 125px;
        /* width: 50%; */
        max-height: 28px;
        mix-blend-mode: luminosity;
    }
    .our-brands-border.black .menu-icon {
        width: 10.24px;
        height: 22px;
    }    .popular-electro {
        max-width: 358px;
        padding-top: 30px;
        border-radius: 20px;
    }
        .our-brands-line.white {
        margin: 32px auto 32px;
    }
    .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 190px;
        bottom: 0;
        width: 355px;
    }
    .swiper-pagination.pag2 {
        bottom: 30px;
        left: 0;
        text-align: center;
    }
    .pag2 span.swiper-pagination-bullet {
    margin: 0 5px;
}
    .mySwiper4 {
        margin-left: calc((100% - 735px) / 2);
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f6,.callback-block {
        width: 358px;
    }
    .bottom-right-name {
    max-width: 75%;
}
    .callback-block {
        padding: 40px 20px;
        gap: 39px;
        /* width: 356px; */
        /*width: auto;*/
    }
        .callback-form-inputs {
        gap: 8px;
    }
        .bottom-right-item {
        width: 100%;
        height: 50%;
        border-radius: 20px;
    }
        .up {
        max-width: 60px;
        max-height: 60px;
    }
        header .menu-icon {
        aspect-ratio: 1;
        width: 4.18px;
        height: 10px;
    }
        .catalog-element-left {
        max-width: 378px;
    }
        .card-car-logo img {
        width: 50px;
        max-width: unset;
        height: auto;
    }
  .catalog-element-name.d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
}
    .card-car-second-left-info {
        font-size: 20px;
        max-width: 100%;
    }
      .card-car-name {
        font-size: 46px;
        margin-right: 15px;
    }
        .card-car-order-btn.to {
        width: 262px;
        margin-top: 13px;
    }
    .container.d-flex.justify-content-between.container-car {
    flex-direction: column;
}
    .swiper.mySwiper7 {
             left: 0;
        max-width: unset;
        position: relative;
        /* top: -12%; */
        top: 0;
        width: 644px !important;
        z-index: -1;
        height: 271px;
        display: flex;
        justify-content: center;
        margin-top: 70px;
        margin-bottom: 64px;
        width: 100% !important;
        height: 400px;
    }
    .model-name {

        line-height: 12.5px;
        padding: 10px 7px;
 
    }
        .card-car-second-middle {
        top: unset;
        height: inherit;
        max-width: 100%;
        width: 100%;
    }
        .card-car-second-middle img {
        height: auto;
        object-fit: cover;
    }
    .catalog-element-left {
    display: flex;
    width: 100%;
            justify-content: space-between;
    max-width: 100%;
}
.catalog-element-left-cont {
    width: 378px;
}
    .catalog-element-name {
        gap: 24px;
        margin-bottom: 30px;
    }
        .card-car-right-price {
        font-size: 43px;
        text-align: right;
    }
        .swiper-slide.configurator-slide {
        width: 336px !important;
        overflow: hidden;
    }

        .configurator-slider {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
        .pag3 span.swiper-pagination-bullet {
        margin: 5px !important;
        margin-bottom: 0 !important;
    }
    .configurator-slider {
    display: flex
;
    flex-direction: column-reverse;
    gap: 30px;
}
.car-nav {
    justify-content: flex-end !important;
    gap: 30px;
}
    .mySwiper5 {
        margin-bottom: 12px;
               height: auto;
        padding-bottom: 40px;
              width: 100%;
    }
    .slider-inslider .configurator-item-image img {

    max-height: 100px;
    object-fit: contain;
}
    .swiper-slide.configurator-slide.swiper-slide-active .configurator-slider-top.d-flex {
        padding: 0 20px;
        height: 20px;
        margin: 10px 0 10px;
    }
        .catalog-car-information {
        font-size: 14px;
        margin-top: 0;
    }
    header a {
    order: -1;
}
img.header-menu-icon {
    display: none;
}
  .card-car-second-middle img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
       .swiper.mySwiper7 .card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #filter{
      display: none;
              margin-bottom: 50px;
    }
  }
@media(max-width: 767px){
      .model-name {
        line-height: 8.5px;
        padding: 10px 7px;
        font-size: 8px;
    }
      div#salon2 {
        position: relative;
        width: 100%;
        height: 400px;
        margin-top: 70px;
        margin-bottom: 64px;
        margin-top: 105px;
        margin-bottom: 16px;
        margin-left: 0;
    }
.container{
  max-width: 550px;

}
.unavailable-item::after {

    font-size: 9px !important;

}
    .card-car-logo img {
        width: 40px;
        max-width: unset;
        height: auto;
    }
        .card-car-name {
        font-size: 34px;
        margin-right: 15px;
    }
    .card-car-second-left-info {
        font-size: 16px;
        max-width: 100%;
    }
    .card-car-right-price {
        font-size: 36px;
        text-align: right;
    }
    .catalog-element-left-cont {
        width: 257px;
    }
        .card-car-order-btn.to {
        width: 200px;
        margin-top: 13px;
    }
    .swiper.mySwiper7 {
         width: 100% !important;
        height: 400px;
        margin-top: 50px;
        margin-bottom: 34px;
}
    .swiper-slide.configurator-slide {
        width: 300px !important;
        overflow: hidden;
    }
    .filmash-characteristics-item {
    width: calc((100% - 60px) / 3);
}
div#menuPopup {

    z-index: 19999;
}
div#menuPopup img.logo {
    width: 153px;
}
div#menuPopup img.header-menu-icon {
    display: block;
}
    .welcome-block-image {
        max-width: 100%;

        width: 100%;
    }
        .bottom-right-item {
        width: 100%;
        height: 250px;
        border-radius: 20px;
    }
    .swiper.mySwiper8 {
    margin-top: 24px;
            width: 100%;
                    height: 348px;
}
.review-block-right {
        height: 348px;
        margin-top: 0;
    }
        .svg-shape3-img.swiper-slide {
        height: 348px !important;
        background-position: bottom right;
        border-radius: 20px;
    }
        .review-block-text {
        font-size: 28px;
    }
        .open-review {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100px;
        width: 100px;
    }
        .contacts-map {
        max-width: 100%;
        height: auto;
    }
        .filmash-front .container {
        margin-bottom: 32px;
        display: flex
;
        flex-direction: column;
        height: 100%;
        gap: 200px;
    }
        .content-wrapper {
        max-width: 450px;
        width: 100%;
                gap: 40px;
    }
   .main-content {
    flex-direction: column;
    width: 100%;
}
.main-content a {
    width: 100%;
}
.from-banner-catalog.md-show {
    margin-top: 40px;
    width: 100%;
}
    .loan-calculator.d-flex.justify-content-between {
        width: 100%;  
              padding: 20px;
    }
        .get-your-car {
        width: 100%;
    }
        .get-your-car .calculator-column {
        padding: 11px 20px;
        font-size: 14px;
        margin-left: -11px;
        margin-top: 0px;
 
    }
        .get-your-car .calculator-wrapper {
        padding: 0 0 70px 20px;
    }
        .main-content {
        margin-top: 100px;
    }
        .content-wrapper {
        max-width: 100%;
        width: 100%;
        gap: 40px;
    }
        .subtitle {
        font-size: 18px;
        max-width: 57%;
    }
        .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 52%;
        left: 0;
        text-align: left;
        width: 550px;
        margin: 0 auto;
        display: flex;
        position: relative;
    }
    .our-brands {
    width: 100%;
}
    .popular-electro {
        max-width: 100%;
        padding-top: 30px;
        border-radius: 20px;
    }
    .popular-electro-description {
        font-size: 20px;
        padding: 0 20px;
    }
        .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 206px;
        bottom: 61px;
        width: 387px;
    }
    div#comp_1069ae183c8d1e4812a566f8a7e226f6,.callback-block{
        width: 100%;
    }
    div#comp_4443c00fae96eb26b584f366ba17362d {
        width: 100%;
    }
    .card-car-second-middle img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
       .swiper.mySwiper7 .card-car-second-middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: visible;
    }
    .container.d-flex.justify-content-between.container-car {
    width: 100% !important;
    max-width: unset;
}
.catalog-element-left {
    max-width: 550px;
    margin: 0 auto;
}
.d-flex.car-nav.justify-content-between {
    max-width: 550px;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: flex-end !important;
}
  
}
@media(max-width: 560px){
.container{
  max-width: 335px;
}
.catalog-element-left {
    max-width: 335px;
    margin: 0 auto;
}
.d-flex.car-nav.justify-content-between {
    max-width: 335px;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: flex-end !important;
}
div#salon2 {
        position: relative;
        width: 100%;
        height: 240px;
        margin-top: 70px;
        margin-bottom: 64px;
        margin-top: 105px;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .card-car-logo img {
        width: 32px;
        max-width: unset;
        height: 100%;
    }
    .catalog-element-name {
        gap: 16px;
        margin-bottom: 16px;
    }
        .catalog-element-left-cont {
        width: 160px;
    }
        .card-car-right-price {
        font-size: 30px;
        text-align: right;
    }
        .card-car-second-left-info {
        font-size: 13px;
        max-width: 100%;
    }
        .card-car-second-left-info {
        font-size: 13px;
        max-width: 100%;
    }
    .swiper.mySwiper7 {
        width: 100% !important;
                height: 162px;
      
                 overflow: visible;
                 z-index: 10;
                 height: 240px;
  
        margin-bottom: 64px;
        margin-top: 105px;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .swiper.mySwiper7 .swiper-wrapper {
    overflow: visible;
}
 .custom-button-next,  .custom-button-prev {

    width: 30px !important;
    height: 30px !important;
}
.custom-modal-content .custom-button-next {
    right: 5px !important;
}
.custom-modal-content .custom-button-prev {
    left: 5px !important;
}
        .swiper-slide.configurator-slide {
        width: 70.5%  !important ;
        overflow: hidden;
    }
    .configurator-slider {
        max-width: 100%;
        margin: 0;
        width: 100vw;
    }
    .card-car-second-left-info {
              font-size: 13px;
        max-width: 90%;
        position: relative;
        
        max-height: unset;
        overflow: hidden;
        margin-top: 0;
    }
        .card-car-order-btn.to {
        width: 121px;
        margin-top: 13px;
    }
    .card-car-tog {
    position: relative;
    align-items: flex-end !important;
}
.review-block-text {
        font-size: 22px;
    }
        .open-review {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 64px;
        width: 64px;
    }
    .svg-shape3-img.swiper-slide {
        height: 320px !important;
        background-position: bottom right;
        border-radius: 20px;
    }
        .review-block-right {
        height: 320px;
        margin-top: 0;
    }
        .swiper.mySwiper8 {
        margin-top: 24px;
        width: 100%;
        height: 325px;
    }
        .subtitle {
        font-size: 16px;
        max-width: 83%;
    }
    .filmash-front .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 335px;
}
    .get-your-car .calculator-column {
        padding: 9px 5px;
        font-size: 12px;
        margin-left: -11px;
        margin-top: 0px;
        width: 80px;
    }
        .popular-electro-description {
        font-size: 16px;
        padding: 0 20px;
    }
    .popular-electro-image {
        position: absolute;
        right: 0;
        max-height: 171px;
        bottom: 100px;
        width: 320px;
    }
        .mySwiper4 {
        margin-left: 0;
    }
        .welcome-block-social-item {
        padding: 20px;

    }
        .filmash-front-philosophy .filmash-front-news-title {
        max-width: 100%;
    }
    div#comp_4443c00fae96eb26b584f366ba17362d .submit-button {
    width: 100%;
  }
  .unavailable-item::after {

    font-size: 8px !important;
   
}

}
@media(max-width: 340px){
.container{
  max-width: 98%;
}
    .main-content {
        margin-top: 90px;
    }
        .card-car-second-left-info {
        font-size: 11px;
        max-width: 68%;
        position: absolute;
        max-height: 91px;
        overflow: hidden;
        margin-top: 7px;
    }
}
/*hover*/
.filmash-front-top-callback:hover {
    background-color: hsl(61deg 100% 41% / 40%);
}
.price-slider-button:hover, .get-your-car-btn:hover,.our-brands-border.black:hover,
.filmash-front-leasing-callback-btn:hover,.contacts-block-btn:hover, .why-us-left-btn:hover,
.catalog-car-price-btn:hover{
    background-color: hsl(61deg 100% 41%);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
ul.nav-links li:hover,ul.footer-nav-links li:hover{
    color: #ccd000;
}
.our-brands-border.black:hover img,
.filmash-front-leasing-callback-btn:hover img,
.contacts-block-btn:hover img, .why-us-left-btn:hoverimg{
    filter: invert(1);
  }
  .submit-button:hover{
     background-color: #27282A;
     color:#fff;
   cursor: pointer;
  }
    .submit-button:hover input{
      color:#fff;
    }
    .btn.btn-themes.filer-btn:hover {
    color: black;
    background-color: white;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
.card-car-info-btn-hover.active ul li:hover a{
    color: rgb(204, 208, 0);
    cursor: pointer;
}
@media(max-width: 980px) and (max-height: 1009px){
      .card-car-order-btn.to {
        width: 160px;
        margin-top: 12px;
        font-size: 23px;
        padding: 15px 0;
    }
        .card-car-name {
        font-size: 35px;
        margin-right: 15px;
    }
    .swiper.mySwiper7 {
        left: 0;
        max-width: unset;
        position: relative;
        /* top: -12%; */
        top: 0;
        width: 644px !important;
        z-index: -1;
        height: 271px;
        display: flex
;
        justify-content: center;
        margin-top: 26px;
        margin-bottom: 23px;
        width: 100% !important;
        height: 275px;
    }
        div#salon2 {
        position: relative;
        width: 100%;
        height: 230px;
        margin-top: 43px;
        margin-bottom: 49px;
        margin-top: 26px;
        margin-bottom: 23px;
        width: 100% !important;
        height: 275px;
    }
        .model-name {
        line-height: 10.5px;
        padding: 10px 0;
        font-size: 9px;
        overflow: hidden;
    }
        .card-car-second-left-info {
        font-size: 12px;
        max-width: 100%;
        margin-bottom: 0;

    }   
     .configurator-slider {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
        .catalog-element-name {
        gap: 18px;
        margin-bottom: 20px;
    }
        .card-car-right-dopPrice {
        font-size: 16px;
        margin-top: 8px;
        height: 32px;
      
    }
}
/* Плавные анимации для цветовых слайдов */

.configurator-slide[data-is-color="1"] .swiper-slide {
  transition: transform 0.3s ease !important;
    will-change: transform !important;
}



