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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "CitroenType";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "CitroenType";
}
.models_in_stock{
    width:300px;
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #3B3938;
  font-size: 16px;
}

body._no-pt .header {
  background: transparent;
  border-bottom: none;
}

body._no-pt .header:not(._scroll) .header__logo svg path {
  fill: #fff;
}

body._no-pt .header:not(._scroll) .icon-menu {
  color: #fff;
}

body._no-pt .header:not(._scroll) .icon-menu div span {
  background: #fff;
}

body._no-pt .header:not(._scroll) .action-header__icon svg path {
  fill: #fff;
}

body._no-pt .header:not(._scroll) .action-header__name {
  color: #fff;
}

body._no-pt .page {
  padding-top: 0;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #9C9C9C;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 42px;
  padding: 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main_proposals_items,
.proposals__items {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mini-banner__description p {
    display: block; /* Ensure paragraphs are block elements */
    margin: 0; /* Reset any default margins */
    padding: 0; /* Reset any default padding */
     clear:both;
}
.mini-banner__description p:not(:first-child) {
    margin-bottom:10px;
   
}
.mini-banner__description p:empty {
    min-height: 10px; /* Adjust this value as needed */
}
.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #3B3938;
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=date]{
    color:gray;
}
.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px;
  min-height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #3B3938;
  border-bottom: 1px solid #D6D6D6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input:focus {
  border-color: #3B3938;
}

.sign-up_slider{
    position:relative;
    width:100%;
    height:800px;
}
.form__error{
  
  color: #DA291C;
  border-color: #DA291C;
}

.input._error {
   border-color: #DA291C; 
}
.request-send__text{
     color: #908481;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0px;
}
.request-send__text a{
  text-decoration:none;
  color:#DA291C;
}
.request-send__title {
  color: #3B3938;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.form__error{
  margin-top:5px;
  font-size:12px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
  display: block;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__content:before {
  background: url("../img/icons/check.svg") center/20px no-repeat, #DA291C;
  border-color: #DA291C;
}

.checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #3B3938;
  font-weight: 400;
  cursor: pointer;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.checkbox__content:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #D1D1D6;
  border-radius: 4px;
}

.checkbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checkbox__count {
  font-size: 14px;
  color: #BEBEBE;
}

.checkbox a {
  color: #DA291C;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    cursor: pointer;
}
/* .checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 8px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #D6D6D6;
} */
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__content {
  color: #DA291C;
  border-color: #DA291C;
}

.options__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #3B3938;
  border-radius: 4px;
  border: 1px solid #3B3938;
  padding: 12px 20px;
  text-transform: uppercase;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._btn {
  padding: 10px 30px;
  background: #DA291C;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  min-height: 48px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._blue {
  background: #57718A;
}

._btn._stroke {
  background: #fff;
  border: 2px solid #DA291C;
  color: #DA291C;
}

.paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E4E4E4;
}

.paggination .swiper-pagination-bullet-active {
  background: #DA291C;
}
.experience__body h2,
._title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #3B3938;
  text-transform: uppercase;
  line-height: 1.2;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
     display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

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

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background: rgba(59, 57, 56, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 565px;
}

.popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.popup__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3B3938;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.popup__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.popup__close img,
.popup__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.popup__form {
  margin-top: 30px;
}

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-popup__button {
  width: 100%;
  max-width: 260px;
}

.select-popup {
  position: relative;
}

.select-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0px;
  min-height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #3B3938;
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.select-popup__head._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-popup__head::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icons/select.svg) center/cover no-repeat;
}

.select-popup__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select-popup__body {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 440px;
  overflow-y: auto;
  background: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(53, 54, 55, 0.12);
          box-shadow: 0px 12px 22px 0px rgba(53, 54, 55, 0.12);
  display: none;
}

.item-select-popup {
  display: block;
  width: 100%;
}

.item-select-popup__checkbox {
  display: none;
}

.item-select-popup__checkbox:checked + .item-select-popup__content .item-select-popup__circle {
  border-color: #DA291C;
  background: url(../img/icons/check.svg) center/20px no-repeat, #DA291C;
}

.item-select-popup__content {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-select-popup__circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #3B3938;
}

.item-select-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  aspect-ratio: 115/60;
  position: relative;
}

.item-select-popup__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-select-popup__name {
  font-size: 16px;
  font-weight: 700;
  color: #3B3938;
  line-height: 1.2;
}

.header {
  min-height: 102px;
  background-color:#fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E7E7E7;
  z-index: 5;
  position: fixed;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header._scroll {
  background: #fff !important;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - (20px * 2 + 76px)) / 2);
          flex: 0 0 calc((100% - (20px * 2 + 76px)) / 2);
}

.header__column:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  width: 76px;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 100%;
}

.menu__body {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  max-height: calc(100dvh - 102px);
  background: #fff;
  padding: 30px 0px;
  display: none;
  z-index: 1;
  overflow-y: auto;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(38, 39, 51, 0.12);
          box-shadow: 0px 12px 22px 0px rgba(38, 39, 51, 0.12);
}

.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.menu_container{
  padding: 0px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}
.menu__column{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.language-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  padding:10px;
}
.language-header__name {
  color: #3B3938;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  
  line-height: 1.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a, a:visited{
  text-decoration:none;
}
.menu__column:nth-child(1) {
width:90%;
}
.menu__column:nth-child(2) {
  width:10%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
          align-items:end;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #3B3938;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #D9D9D9;
}
.language-header__item._active,
.menu__link._active {
  
  border-bottom: 2px solid #DA291C;
}

.action-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 5px;
}

.action-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.action-header__icon img,
.action-header__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.action-header__icon svg path {
  fill: #3B3938;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.action-header__name {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-menu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #3B3938;
  font-size: 16px;
  font-weight: 700;
}

.icon-menu div {
  display: block;
  position: relative;
  width: 22px;
  height: 16px;
}

.icon-menu div span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3B3938;
}

.icon-menu div span:first-child {
  top: 0px;
}

.icon-menu div span:last-child {
  top: auto;
  bottom: 0px;
}

.icon-menu._active div span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu._active div span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu._active div span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.actions-footer {
  background: #57718A;
  padding: 20px 0px;
}

.actions-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.actions-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
          cursor:pointer;
}

.actions-footer__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.actions-footer__icon svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-footer__icon img,
.actions-footer__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.actions-footer__name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer {
  background: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contacts {
  padding: 30px 0px;
  border-bottom: 1px solid #E4E4E4;
}

.footer__main {
  padding: 30px 0px;
  border-bottom: 1px solid #E4E4E4;
}

.footer__bottom {
  padding: 30px 0px;
}

.contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.contacts-footer__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.contacts-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.contacts-footer__name {
  color: #3B3938;
  font-size: 14px;
  font-weight: 400;
}

.contacts-footer__value {
  color: #3B3938;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.contacts-footer__value img,
.contacts-footer__value svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.contacts-footer__value ._phone {
  font-weight: 700;
}

.contacts-footer__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.social-contacts-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 46px;
  width: 46px;
  border: 1px solid #DA291C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-contacts-footer__item svg path {
  fill: #DA291C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-contacts-footer__item img,
.social-contacts-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 0px 100px;
}

.main-footer__column:not(:last-child) {
  border-right: 1px solid #E4E4E4;
}

.main-footer__column:first-child {
  padding-left: 0;
}

.main-footer__column:last-child {
  padding-right: 0;
}

.main-footer__name {
  color: #DA291C;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-footer__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 12px;
}

.main-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.main-footer__link {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

.bottom-footer__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}

.bottom-footer__copy {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
}

.bottom-footer__link {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev svg path {
  fill: #3B3938;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev img,
.bottom-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.sign-up,
.main-banner {
  position: relative;
}

.main-banner__item {
  min-height: calc(100dvh - 102px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  padding: 150px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign-up__item{
   
    -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign-up__image,
.main-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sign-up__image img,
.main-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
       -o-object-fit: cover;
       object-fit: cover;
   
}
.sign-up__body,
.main-banner__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
.sign-up__info,
.main-banner__info {
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
}

.main-banner__title {
  color: #192825;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.main-banner__text {
  color: #192825;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.main-banner__button {
  padding: 10px 48px;
}

.main-banner__arrow {
  position: absolute;
  top: 50%;
  border: 2px solid #DA291C;
  border-radius: 6px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-banner__arrow.main-banner-arrow-prev {
  left: 0;
}

.main-banner__arrow.main-banner-arrow-next {
  right: 0;
}

.main-banner__arrow svg path {
  fill: #DA291C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-banner__arrow img,
.main-banner__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.main-banner__paggination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.main-banner__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.actions-main-banner {
  background: rgba(59, 57, 56, 0.5);
  padding: 20px 0px;
}

.actions-main-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.actions-main-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
          cursor:pointer;
}

.actions-main-banner__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.actions-main-banner__icon svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-main-banner__icon img,
.actions-main-banner__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.actions-main-banner__name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.models {
  padding: 100px 0px 50px;
}

.models__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.models__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.models__slider {
  overflow: visible;
}
.model_stocks-section__item,
.models__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
}

.models__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.model_stocks-section__item{
    padding:20px 10px;
    text-align:center;
    border:1px solid #E4E4E4;
   
    position:relative;
    height:calc(100% - 10px);
}
.product {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.model_stocks-item__image,
.product__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 310/180;
  position: relative;
}
.model_stocks-item__image img,
.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.model_stocks_button{
    margin-top:20px;
    
}
.model_stocks_button svg{
    margin-left:5px;
}

        .model_stocks-item__details{
            -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          justify-content:center;
          align-items:center;
   
    margin-top:10px;
        }
        .model_stocks-item__buttons{
             display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          width:100%;
          height:100%;
          margin-top:10px;
        }
        
        .model_stocks-item__buttons ._btn{
            width:100%;
        }
.model_stocks-item__row{
     -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
    justify-content:space-between;
    margin-top:10px;
}
.model_stocks-item__title,
.model_stocks-item__value{
    white-space: nowrap;
    display: inline-block;
}
.model_stocks-item__body,
.product__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5px;
  
}
.model_stocks-item__body{
    height:200px;
    max-height:400px;
}


.model_stocks-item__name,
.product__name {
  color: #3B3938;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__body:not(:has(.product__price)) {
    flex:0 auto;
}

.product__price {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
}

._no-webp .sign-up {
  background: url(../img/sign-up-bg.jpg) center/cover no-repeat; }

 .sign-up {
margin: 50px 0;
} 

.sign-up__info {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
  width: 100%;
  max-width: 495px;
  margin-left: auto;
}

.sign-up__text {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.news-section {
  padding: 50px 0px;
}
.model_stocks-section__content,
.news-section__content {
  margin-top: 30px;
}

.news-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
          flex: 0 0 calc((100% - 24px * 2) / 3);
}

.news-section__item:not(:last-child) {
  margin-right: 24px;
}

.news-section__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.news-item__image {
  position: relative;
  aspect-ratio: 1/0.96;
  width: 100%;
  max-width: 100%;
  display: block;
}

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

.news-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.news-item__name {
  font-size: 20px;
  font-weight: 700;
  color: #3B3938;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-item__description {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news-item__more {
  color: #DA291C;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.catalog {
  padding: 70px 0px 50px;
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 40px;
}

.catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
}

.mini-banner {
  padding: 220px 0px 100px;
  position: relative;
  min-height: 100svh;
}

.mini-banner._ms .mini-banner__info {
  max-width: 100%;
}

.mini-banner._ms .mini-banner__title {
  font-size: 32px;
}

.mini-banner._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0px 30px;
}

.mini-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.mini-banner__content {
  position: relative;
  z-index: 1;
}

.mini-banner__info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  max-width: 800px;
  margin: 0px auto;
}

.mini-banner__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.mini-banner__subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.mini-banner__info p,
.mini-banner__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.mini-banner__text._white{
    color: #fff;
}

.mini-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content:center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}

.mini-banner__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
          flex: 0 0 calc((100% - 10px * 2) / 3);
  font-size: 16px;
  padding: 10px 20px;
}

.card {
  padding: 100px 0px;
}

.card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 768px;
          flex: 0 0 768px;
  aspect-ratio: 768/483;
  position: relative;
}
.card__image:has(iframe){
   -webkit-box-flex: 1; /* Set flex-grow to 1 for full width in old WebKit browsers */
-ms-flex: 1 1 100%;  /* Set flex-grow and flex-basis to 100% for IE 10+ */
flex: 1 1 100%;      /* Set flex-grow and flex-basis to 100% for modern browsers */
width: 100%;         /* Ensure the width is 100% */
aspect-ratio: 768 / 483; /* Maintain the aspect ratio */
position: relative;  /* Keep the position as relative */


}
.ellipsis_points {
    flex-grow: 1; 
    order:2;
    color:gray;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.card__image iframe,
.card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card__title {
  text-align: left;
}

.card__subtitle {
  color: #3B3938;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.card__body p,
.card__description {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.card__description span {
  display: inline-block;
  margin-bottom: 5px;
}

.card__actions {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.card__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  font-size: 16px;
  padding: 10px 12px;
}

.contacts {
  padding: 70px 0px 50px;
}

.contacts__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.contacts__map {
  width: 100%;
  height: 530px;
  position: relative;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-contacts__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 0px 50px;
}

.list-contacts__column:first-child {
  padding-left: 0;
}

.list-contacts__column:last-child {
  padding-right: 0;
}

.list-contacts__column:not(:last-child) {
  border-right: 1px solid #E4E4E4;
}

.list-contacts__name {
  color: #DA291C;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-contacts__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.list-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.list-contacts__label {
  color: #8D8B8B;
  font-size: 16px;
  font-weight: 400;
}

.list-contacts__value {
  color: #3B3938;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.list-contacts__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-contacts__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 16px;
  min-width: 260px;
}

.leasing {
  padding: 100px 0px 50px;
}

.leasing__container {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

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

.leasing__description > *:not(:last-child) {
  margin-bottom: 30px;
}

.leasing__button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 16px;
}

.our-partners {
  padding: 50px 0px;
}

.our-partners__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 100px;
  position: relative;
}

.our-partners__column {
  padding: 0px 50px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

.our-partners__name {
  color: #DA291C;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.our-partners__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.our-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.our-partners__label {
  color: #8D8B8B;
  font-size: 16px;
  font-weight: 400;
}

.our-partners__value {
  color: #3B3938;
  font-size: 16px;
  font-weight: 700;
}

.our-partners__value a {
  color: #DA291C;
  text-decoration: underline;
}

.experience {
  padding: 100px 0px;
}

.experience__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.experience__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.experience__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
}
.experience__body h2,
.experience__title {
  text-align: left;
}
.experience__body p,
.experience__text {
  line-height: 1.3;
  font-size: 16px;
}

.experience__button {
  font-size: 16px;
}

.news {
  padding: 70px 0px 50px;
}

.news:not(._view-all) .news__item:not(:nth-child(-n+12)) {
  display: none;
}

.news._view-all .news__footer {
  display: none;
}

.news__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 50px;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
          flex: 0 0 calc((100% - 24px * 2) / 3);
}

.news__footer {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__more {
  width: 100%;
  max-width: 260px;
  font-size: 16px;
}

.news-page-list {
  padding: 50px 0px;
  background: #F1F0F0;
}

.news-page-list__content {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.news-page-list__content ul {
  padding-left: 20px;
}

.news-page-list__content ul li {
  list-style: disc;
}

.news-page-list__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.news-page {
  padding-bottom: 50px;
}

.news-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.news-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.news-page__row:nth-child(even) .news-page__image {
  margin-left: 0;
}

.news-page__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  aspect-ratio: 1/0.83;
  position: relative;
}

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

.news-page__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 725px;
          flex: 0 0 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.news-page__description {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.news-page__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.news-page__title {
  color: #3B3938;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.article {
  padding: 70px 0px 50px;
}

.article__content {
  margin-top: 30px;
  font-size: 16px;
  color: #3B3938;
  font-weight: 400;
  line-height: 1.5;
}

.article__content > *:not(:last-child) {
  margin-bottom: 15px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 102px;
}

.page section:last-child {
  padding-bottom: 100px;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 3px;
  background-color: #eaeaea;
  margin: 10px 11px 10px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 3px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #DA291C;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 5px solid #fff;
  background-color: #DA291C;
  border-radius: 50%;
  cursor: default;
  -webkit-box-shadow: 0 2px 16px 0 rgba(75, 75, 75, 0.25);
          box-shadow: 0 2px 16px 0 rgba(75, 75, 75, 0.25);
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.models__item {
  color:#000;
  outline: 1px solid #E0E0E0;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__mods {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 8px;
  font-size: 16px;
  font-weight: 400;
}

.product__mod {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product__mod:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #3B3938;
}

.product__body {
  row-gap: 8px;
}

.product__button {
  font-weight: 400;
  font-size: 16px;
  min-height: 40px;
  padding: 5px 24px;
}

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

.models__slider-in-stocks {
  margin: -20px;
  padding: 20px;
}

.models__slider-in-stocks .models__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
  outline: none;
}

.models__slider-in-stocks .models__item:not(:last-child) {
  margin-right: 20px;
}

.product-stock {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-stock__image {
  aspect-ratio: 295/180;
  width: 100%;
  position: relative;
}

.product-stock__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-stock__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.product-stock__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 5px;
}

.product-stock__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3B3938;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-stock__price {
  color: #DA291C;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.product-stock__price del {
  margin-left: 5px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.product-stock__mods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.product-stock__mod {
  padding: 5px 6px;
  border-radius: 4px;
  background: #DA291C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.details-product-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.details-product-stock__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #3B3938;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.details-product-stock__row::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 1px dashed #C6C6C6;
  height: 100%;
  margin-bottom: 8px;
}

.details-product-stock__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.details-product-stock__value {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.catalog-new {
  padding: 50px 0px 100px;
}

.catalog-new__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #3B3938;
}

.catalog-new__count {
  color: #3B3938;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-new__content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 330px 1fr;
  grid-template-columns: 330px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.catalog-new__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content:end;
}

.catalog-new__filter-btn {
  padding: 20px;
  border-radius: 4px;
  background: #EDEDED;
  color: #3B3938;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.catalog-new__filter-btn img,
.catalog-new__filter-btn svg {
  margin-left: auto;
}

.catalog-new__sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.catalog-new__sort .select {
  width: 100%;
  max-width: 100%;
}

.catalog-new__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
}

.catalog-new__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
}

.catalog-new__product .product-stock__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.filter-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 20px;
}

.filter-catalog__title {
  color: #3B3938;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filter-catalog__section {
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.filter-catalog__section:first-child {
  border-top: 1px solid #E0E0E0;
}

.filter-catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}

.filter-catalog__head._active .filter-catalog__arrow {
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.filter-catalog__select .select__title {
  padding: 0px;
  border: none;
}

.filter-catalog__select .select__value {
  padding: 0px;
  color: #3B3938;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  height: auto;
}

.filter-catalog__select .select__options {
  position: static;
  margin-top: 20px;
  padding: 0px;
  border: none;
}

.filter-catalog__select .select__option {
  padding: 0px;
  font-size: 16px;
  color: #3b3938;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.filter-catalog__select .select__option[style="display: none;"]::before {
  background: url(../img/icons/check.svg) center/20px no-repeat, #da291c;
  border-color: #da291c;
}

.filter-catalog__select .select__option::before {
  content: "";
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d6;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}

.filter-catalog__select .select__option:not(:last-child) {
  margin-bottom: 20px;
}

.filter-catalog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3B3938;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.filter-catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.filter-catalog__arrow img,
.filter-catalog__arrow svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.filter-catalog__body {
  margin-top: 20px;
  display: none;
}

.filter-catalog__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.filter-catalog__models {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.filter-catalog__models a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.filter-catalog__models a._active{
  color:red;
}

.filter-catalog__button {
  color: #3B3938;
  border: 1px solid #3B3938;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  min-height: 48px;
  width: 100%;
  background: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.filter-catalog__footer-mob {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 12px 20px;
  background: #FFF;
  -webkit-box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.08);
}

.filter-catalog__apply {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  min-height: 48px;
  width: 100%;
  background: #DA291C;
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.filter-catalog__reset {
  background: none;
  color: #3B3938;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.price-filter__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.price-filter__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
}

.price-filter__input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.price-filter__input._focus {
  color: #3B3938;
}

.price-filter__input:focus {
  border-color: #DA291C;
  background: #fff;
}

.price-filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.price-filter__actions input{
  cursor:pointer;
}
.price-filter__button {
  color: #3B3938;
  border: 1px solid #3B3938;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  min-height: 40px;
  width: 100%;
  background: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.price-filter__button._red {
  color: #DA291C;
  border-color: #DA291C;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.colors__input {
  display: none;
}

.colors__input:checked + .colors__color {
  border-color: #DA291C;
}

.colors__color {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  cursor: pointer;
}

.card-product {
  padding: 30px 0px 50px;
}

.card-product__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 30px 730px 1fr;
  grid-template-columns: 30px 730px 1fr;
}

.card-product__back {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #1C1F28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.card-product__body {
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 32px;
}

.card-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.card-product__title {
  color: #3B3938;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-product__in-stock {
  color: #3B3938;
  font-size: 16px;
  font-weight: 600;
}

.card-product__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
  color: #3B3938;
  font-size: 24px;
  font-weight: 700;
}

.card-product__price-new {
  color: #DA291C;
}

.card-product__price-old {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.card-product__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.card-product__address_label {
  color: #BABABA;
  font-size: 16px;
  font-weight: 400;
}

.card-product__address_text {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.gallery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.gallery-card__main {
  width: 100%;
  max-width: 100%;
}

.gallery-card__trumbs {
  max-width: 100%;
}

.main-gallery-card {
  position: relative;
}

.main-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  aspect-ratio: 73/45;
  overflow: hidden;
}

.main-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-card__mods {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-gallery-card__mod {
  border-radius: 4px;
  background: #DA291C;
  padding: 5px 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-gallery-card__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.main-gallery-card__arrow.main-gallery-card-arrow-prev {
  left: 0;
}

.main-gallery-card__arrow.main-gallery-card-arrow-next {
  right: 0;
}

.trumbs-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}

.trumbs-gallery-card__item.swiper-slide-thumb-active {
  border-color: #3B3938;
}

.trumbs-gallery-card__item:not(:last-child) {
  margin-right: 10px;
}

.trumbs-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-product-characterisic {
  padding: 50px 0px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.card-product-characterisic__tabel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.card-product-characterisic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 390px;
}

.card-product-characterisic__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.card-product-characterisic__icon img,
.card-product-characterisic__icon svg {
  width: 42px;
  height: 42px;
}

.card-product-characterisic__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
}

.card-product-characterisic__value {
  font-weight: 600;
}

.card-product-details {
  padding: 50px 0px;
}

.card-product-details__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
}

.card-product-details__item {
  color: #3B3938;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0px 10px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.card-product-details__item._active {
  color: #DA291C;
  font-weight: 600;
}

.card-product-details__item._active::after {
  opacity: 1;
  visibility: visible;
}

.card-product-details__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #DA291C;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.card-product-details__content {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-grid-columns: 1fr 380px;
  grid-template-columns: 1fr 380px;
  margin-top: 30px;
}

.card-product-details__description {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.card-product-details__description h3,
.card-product-details__description h4 {
  color: #3B3938;
  font-size: 20px;
  font-weight: 600;
}
.card-product-details__description p {
  margin-top:20px;
}
.card-product-details__description h3:not(:last-child),
.card-product-details__description h4:not(:last-child) {
  margin-bottom: 10px;
}

.card-product-details__description ul {
  padding-left: 25px;
}

.card-product-details__description ul li {
  list-style: disc;
}

.card-product-details__description ul li:not(:last-child) {
  margin-bottom: 8px;
}

.info-card-product-details__wrapper {
  border-radius: 12px;
  background: #F6F6F6;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.info-card-product-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.info-card-product-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
}

.info-card-product-details__row._your span:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
}

.info-card-product-details__row span:first-child {
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-card-product-details__row span:last-child {
  font-size: 20px;
}

.info-card-product-details__book {
  width: 100%;
  font-size: 18px !important;
}

.info-card-product-details__print {
  color: #DA291C;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.info-card-product-details__print img,
.info-card-product-details__print svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}



.mini-banner-v2 {
  margin: 50px 0px;
  padding: 110px 0px;
  aspect-ratio: 160/53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-banner-v2__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
  width: 100%;
  max-width: 415px;
  margin-left: auto;
}

.mini-banner-v2__title {
  text-align: left;
  text-transform: uppercase;
}

.mini-banner-v2__text {
  color: #3B3938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.main-banner__paggination {
  bottom: -20px;
}

@media (min-width: 479.98px) {
  .form-popup__button {
    margin-top: 10px;
  }

  .sign-up__title {
    text-align: left;
  }

  .catalog-new__filter-btn img,
  .catalog-new__filter-btn svg {
    display: none;
  }
}

@media (min-width: 721.98px) {
  .models__paggination {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .card__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .our-partners__column:nth-child(3n+1) {
    padding-left: 0;
  }

  .our-partners__column:nth-child(3n+3) {
    padding-right: 0;
  }

  .our-partners__column:nth-child(-n+3) {
    padding-top: 0;
  }

  .our-partners__column:nth-child(3n+4)::after {
    content: "";
    width: 100vw;
    max-width: 1400px;
    background: #E4E4E4;
    height: 1px;
    top: -50px;
    left: 0;
    position: absolute;
  }

  .our-partners__column:not(:nth-child(3n+3)) {
    border-right: 1px solid #E4E4E4;
  }

  .models__paggination-in-stocks {
    display: none;
  }

  .catalog-new__filter-btn {
    display: none;
  }

  .catalog-new__options {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .filter-catalog__top {
    background: #F5F5F5;
    padding: 20px 10px;
  }

  .filter-catalog__close {
    display: none;
  }

  .filter-catalog__section._sort {
    display: none;
  }

  .filter-catalog__footer-mob {
    display: none;
  }

  .card-product-characterisic__item:nth-child(even) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card-product-details__blocks {
    min-height: 320px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

@media (min-width: 1452px) {
  .main-banner__paggination {
    display: none;
  }

  .experience__image {
    margin-left: calc((100vw - 1400px) / 2 * -1);
  }

  .news-page__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .news-page__row:nth-child(even) .news-page__image {
    margin-right: calc((100vw - 1400px) / 2 * -1);
  }

  .news-page__image {
    margin-left: calc((100vw - 1400px) / 2 * -1);
  }
}

@media (max-width: 1452px) {
  .experience__body h2,
  ._title {
    font-size: 28px;
  }

  .menu__body {
    padding: 20px 0px;
  }

  .menu__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .actions-footer {
    padding: 15px 0px;
  }

  .actions-footer__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .actions-footer__icon img,
  .actions-footer__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .actions-footer__name {
    font-weight: 400;
    font-size: 14px;
  }

  .main-footer__column {
    padding: 0px 20px;
  }

  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-banner__item {
    padding: 130px 0px;
  }

  .main-banner__info {
    max-width: 490px;
  }

  .main-banner__title {
    font-size: 35px;
  }

  .main-banner__text {
    font-size: 24px;
  }

  .main-banner__arrow {
    display: none;
  }

  .actions-main-banner {
    padding: 15px 0px;
  }

  .actions-main-banner__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .actions-main-banner__icon img,
  .actions-main-banner__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .actions-main-banner__name {
    font-weight: 400;
    font-size: 14px;
  }

  .models {
    padding: 70px 0px 35px;
  }

  .models__content {
    margin-top: 20px;
  }

  .product__name {
    font-size: 18px;
  }

  .sign-up {
    margin: 35px 0px;
  }

  .sign-up__info {
    padding: 20px;
    max-width: 370px;
    row-gap: 20px;
  }

  .news-section._md1 {
    display: none;
  }

  .news-section {
    padding: 35px 0px;
  }
.model_stocks-section__content,
  .news-section__content {
    margin-top: 20px;
  }

  .news-section__footer {
    margin-top: 20px;
  }

  .news-item__name {
    font-size: 16px;
  }

  .news-item__description {
    font-size: 14px;
  }

  .news-item__more {
    font-size: 14px;
  }

  .catalog {
    padding: 50px 0px 35px;
  }

  .catalog__content {
    margin-top: 20px;
  }

  .mini-banner._ms .mini-banner__title {
    font-size: 28px;
  }

  .mini-banner {
    padding-top: 160px;
  }

  .mini-banner__title {
    font-size: 42px;
  }

  .mini-banner__subtitle {
    font-size: 20px;
  }

  .card {
    padding: 70px 0px;
  }

  .card__container {
    row-gap: 60px;
  }

  .card__row {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
    aspect-ratio: 1/0.88;
  }

  .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
    row-gap: 20px;
  }

  .card__subtitle {
    font-size: 20px;
  }

  .card__actions {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .card__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .contacts {
    padding: 50px 0px 35px;
  }

  .contacts__content {
    row-gap: 50px;
  }

  .contacts__map {
    height: 430px;
  }

  .list-contacts__column {
    padding: 0px 20px;
  }

  .list-contacts__body {
    margin-top: 20px;
  }

  .leasing {
    padding: 70px 0px 35px;
  }

  .our-partners {
    padding: 35px 0px;
  }

  .our-partners__content {
    row-gap: 60px;
  }

  .our-partners__column {
    padding: 0px 20px;
  }

  .experience {
    padding: 70px 0px;
  }

  .experience__image {
    margin-left: -20px;
  }

  .experience__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }

  .news {
    padding: 50px 0px 35px;
  }

  .news__content {
    margin-top: 30px;
    row-gap: 40px;
  }

  .news__footer {
    margin-top: 40px;
  }

  .news-page-list {
    padding: 30px 0px;
  }

  .news-page {
    padding-bottom: 35px;
  }

  .news-page__container {
    row-gap: 40px;
  }

  .news-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .news-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/0.63;
  }

  .news-page__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .news-page__title {
    font-size: 28px;
  }

  .article {
    padding: 50px 0px 35px;
  }

  .page section:last-child {
    padding-bottom: 70px;
  }

  .product-stock {
    padding: 12px;
  }

  .catalog-new__content {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .catalog-new__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .card-product__wrapper {
    -ms-grid-columns: 30px 550px 1fr;
    grid-template-columns: 30px 550px 1fr;
  }

  .card-product__body {
    padding: 20px;
  }

  .card-product-details__nav {
    margin: 0px -20px -10px;
    padding: 0px 0px 10px;
    overflow-x: auto;
  }

  .card-product-details__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .mini-banner-v2 {
    margin: 35px 0px;
    background-position: 60% 50% !important;
    aspect-ratio: unset;
  }

  .mini-banner-v2__info {
    padding: 20px;
    max-width: 370px;
    row-gap: 20px;
  }
}


@media(max-width: 1024px){
    .menu__column {
        width: 100% !important;
    }
    .menu__column:nth-child(2){
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    .menu_container{
         -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 991.98px) {
    .sign-up_slider{
      height:500px
    }
    .main_proposals_items{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
.sign-up__item{
    align-items:flex-start;
}
   .sign-up__item img{
       max-width:100%;
       
       vertical-align:bottom;
   }
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  ._btn {
    font-size: 16px;
  }
  .experience__body h2,
  ._title {
    font-size: 24px;
  }

  .header {
    min-height: 75px;
  }

  .header__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - (20px * 2 + 57px)) / 2);
            flex: 0 0 calc((100% - (20px * 2 + 57px)) / 2);
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57px;
            flex: 0 0 57px;
    width: 57px;
  }

  .menu__body {
    top: 75px;
    max-height: calc(100dvh - 65px);
  }

  .menu__list {
    row-gap: 0px;
  }

  .menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  

  .menu__link {
    padding: 20px;
    text-align: center;
  }

  .actions-footer__item:not(:nth-child(-n+3)) {
    display: none;
  }

  .footer {
    padding: 10px 0px;
  }

  .footer__contacts {
    padding: 20px 0px;
  }

  .footer__main {
    padding: 20px 0px;
  }

  .footer__bottom {
    padding: 20px 0px;
  }

  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px 0px;
  }

  .main-footer__column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #E4E4E4;
  }

  .main-footer__column:first-child {
    padding-top: 0;
  }

  .main-footer__column:last-child {
    padding-bottom: 0;
  }

  .main-footer__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }

  .main-footer__name._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .main-footer__name::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller.svg) center/cover no-repeat;
  }

  .main-footer__body {
    display: none;
  }

  .main-footer__list:not(:last-child) {
    margin-bottom: 12px;
  }

  .bottom-footer__other {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
   
  .main-banner__item {
    padding: 110px 0px;
    min-height: calc(100dvh - 75px);
  }

  .main-banner__info {
    max-width: 375px;
  }

  .main-banner__title {
    font-size: 28px;
  }

  .main-banner__text {
    font-size: 20px;
  }

  .main-banner__button {
    padding: 10px 30px;
    font-size: 16px;
    min-height: 38px;
  }

  .actions-main-banner__item:not(:nth-child(-n+3)) {
    display: none;
  }

  .models {
    padding: 50px 0px 25px;
  }

  .product {
    padding: 20px 12px;
  }

  .product__price {
    font-size: 14px;
  }

  .sign-up {
    padding: 40px 0px;
    margin: 25px 0px;
  }

  .sign-up__info {
    max-width: 300px;
  }

  .news-section {
    padding: 25px 0px;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .news-section__item:not(:last-child) {
    margin-right: 20px;
  }

  .news-item__more {
    margin-top: 5px;
  }

  .catalog {
    padding: 40px 0px 25px;
  }

  .catalog__content {
    row-gap: 30px;
  }

  .mini-banner._ms .mini-banner__title {
    font-size: 24px;
  }

  .mini-banner._no-min {
    padding-bottom: 70px;
    min-height: 0px;
  }

  .mini-banner {
    padding-top: 140px;
  }

  .mini-banner__info {
    row-gap: 20px;
  }

  .mini-banner__title {
    font-size: 32px;
  }

  .mini-banner__subtitle {
    font-size: 18px;
  }

  .mini-banner__button {
    font-size: 14px;
  }

  .card {
    padding: 50px 0px;
  }

  .card__container {
    row-gap: 50px;
  }

  .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    align-items:start;
  }

  .card__image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    aspect-ratio: 728/360;
  }

  .card__subtitle {
    font-size: 16px;
  }

  .card__actions {
    max-width: 100%;
  }

  .contacts {
    padding: 40px 0px 25px;
  }

  .contacts__content {
    margin-top: 20px;
    row-gap: 40px;
  }

  .contacts__map {
    height: 330px;
  }

  .list-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .list-contacts__column {
    padding: 20px 0px;
  }

  .list-contacts__column:first-child {
    padding-top: 0;
  }

  .list-contacts__column:last-child {
    padding-bottom: 0;
  }

  .list-contacts__column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #E4E4E4;
  }

  .leasing {
    padding: 50px 0px 25px;
  }

  .leasing__container {
    row-gap: 20px;
  }

  .leasing__description > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .our-partners {
    padding: 25px 0px;
  }

  .experience {
    padding: 50px 0px;
  }

  .experience__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .experience__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
            flex: 1 0 calc((100% - 20px * 1) / 2);
  }

  .experience__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .news {
    padding: 40px 0px 25px;
  }

  .news__content {
    margin-top: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .news__footer {
    margin-top: 30px;
  }

  .news-page {
    padding-bottom: 25px;
  }

  .news-page__title {
    font-size: 24px;
  }

  .article {
    padding: 40px 0px 25px;
  }

  .page {
    padding-top: 75px;
  }

  .page section:last-child {
    padding-bottom: 50px;
  }

  .models__slider-in-stocks .models__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .catalog-new {
    padding: 30px 0px 60px;
  }

  .catalog-new__content {
    display: block;
  }

  .catalog-new__filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 6;
    background: #fff;
    height: 100%;
    max-height: 100dvh;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .catalog-new__filter:not(._active) {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .catalog-new__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog-new__sort {
    display: none;
  }

  .catalog-new__products {
    row-gap: 20px;
  }

  .filter-catalog {
    row-gap: 0;
  }

  .filter-catalog__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 20px;
  }

  .filter-catalog__footer {
    display: none;
  }

  .card-product {
    padding: 20px 0px 30px;
  }

  .card-product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .card-product__body {
    padding: 10px 0px 0px;
  }

  .main-gallery-card__mods {
    top: 0;
    right: 0;
  }

  .main-gallery-card__arrow {
    display: none;
  }

  .card-product-characterisic {
    padding: 30px 0px;
  }

  .card-product-characterisic__tabel {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }

  .card-product-details {
    padding: 30px 0px;
  }

  .card-product-details__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 0px 20px 10px;
    max-width: 100%;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .card-product-details__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .info-card-product-details__wrapper {
    position: static !important;
  }

  .mini-banner-v2 {
    padding: 40px 0px;
    margin: 25px 0px;
    background-position: 70% 50% !important;
  }

  .mini-banner-v2__info {
    max-width: 300px;
  }
}

@media (max-width: 721.98px) {
  .menu_container{
        -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    row-gap:20px;
  }
  .menu__column {
    width: 100% !important;
  }
  .menu__column:nth-child(2){
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .header__column:last-child {
    display: none;
  }

  .footer {
    padding: 20px 0px;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: none;
  }

  .footer__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top: 1px solid #E4E4E4;
  }

  .footer__bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0px;
  }

  .contacts-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .contacts-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  
  .model_stocks-section__item,
  .models__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
            flex: 0 0 182px;
  }

  .news-section__slider {
    margin: 0px -20px;
    padding: 0px 20px;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }

  .mini-banner__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .mini-banner__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card__button {
    width: 100%;
    max-width: 100%;
  }

  .our-partners__content {
    row-gap: 0px;
    margin-top: 20px;
  }

  .our-partners__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 0px;
  }

  .our-partners__column:first-child {
    padding-top: 0;
  }

  .our-partners__column:last-child {
    padding-bottom: 0;
  }

  .our-partners__column:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
  }

  .experience__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .experience__image {
    margin: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .experience__body h2,
  .experience__title {
    text-align: center;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .models__slider-in-stocks .models__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }

  .catalog-new__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card-product__body {
    row-gap: 15px;
  }

  .card-product-characterisic__tabel {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._no-webp .mini-banner-v2 {
   background-position: 5% calc(100% - 30px);
background-size: 150%;
background-repeat: no-repeat ;
background-color: #E1E5E8;}

  .mini-banner-v2 {
    padding: 30px 0px 55%;
    margin: 20px 0px;
  }

  .mini-banner-v2__info {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .experience__body h2,
  ._title {
    font-size: 20px;
  }

  .popup__body {
    padding: 20px;
  }

  .popup__title {
    font-size: 18px;
  }

  .popup__form {
    margin-top: 20px;
  }

  .form-popup__button {
    max-width: 100%;
  }

  .actions-footer {
    padding: 10px 0px;
  }

  .actions-footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    text-align: center;
    cursor:pointer;
  }

  .actions-footer__item:not(:nth-child(-n+2)) {
    display: none;
  }

  .bottom-footer__copy {
    font-size: 14px;
  }

  .bottom-footer__link {
    font-size: 14px;
  }

  .bottom-footer__dev {
    font-size: 14px;
  }
 
  .main-banner__item {
    padding: 60px 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main-banner__info {
    margin: 0px auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }

  .main-banner__title {
    font-size: 24px;
  }

  .main-banner__text {
    font-size: 18px;
  }

  .actions-main-banner {
    padding: 8px 0px;
  }

  .actions-main-banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    text-align: center;
  }

  .actions-main-banner__item:not(:nth-child(-n+2)) {
    display: none;
  }

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

  .models__content {
    row-gap: 20px;
  }

  .sign-up {
    padding: 50px 0px;
    margin: 20px 0px;
  }
 
  .sign-up__info {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  }

  .news-section {
    padding: 20px 0px;
  }

  .catalog {
    padding: 30px 0px 20px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    padding: 12px;
  }

  .mini-banner._ms .mini-banner__title {
    font-size: 20px;
  }

  .mini-banner._no-min {
    padding-bottom: 30px;
  }

  .mini-banner {
    padding-top: 100px;
  }

  .mini-banner__title {
    font-size: 24px;
  }

  .mini-banner__subtitle {
    font-size: 14px;
  }

  .mini-banner__text {
    font-size: 14px;
  }

  .card {
    padding: 40px 0px;
  }

  .card__container {
    row-gap: 30px;
  }

  .card__image {
    aspect-ratio: 320/180;
  }

  .card__body {
    row-gap: 12px;
  }

  .card__subtitle {
    font-size: 14px;
  }

  .card__description {
    font-size: 14px;
  }

  .card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .contacts {
    padding: 30px 0px 20px;
  }

  .contacts__content {
    row-gap: 30px;
  }

  .contacts__map {
    height: 400px;
  }

  .leasing {
    padding: 40px 0px 20px;
  }

  .leasing__description {
    font-size: 14px;
  }

  .our-partners {
    padding: 20px 0px;
  }

  .our-partners__name {
    font-size: 14px;
  }

  .our-partners__body {
    margin-top: 20px;
  }

  .experience {
    padding: 40px 0px;
  }

  .experience__body {
    row-gap: 20px;
  }
  .experience__body p,
  .experience__text {
    font-size: 14px;
  }

  .experience__button {
    width: 100%;
  }

  .news {
    padding: 30px 0px 20px;
  }

  .news__content {
    margin-top: 20px;
    row-gap: 35px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .news__item .news-item__image {
    aspect-ratio: 320/220;
  }

  .news-page-list__content {
    font-size: 14px;
  }

  .news-page {
    padding-bottom: 20px;
  }

  .news-page__image {
    aspect-ratio: 1/0.7;
  }

  .news-page__description {
    font-size: 14px;
  }

  .news-page__description > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .news-page__title {
    font-size: 18px;
  }

  .article {
    padding: 30px 0px 20px;
  }

  .article__content {
    margin-top: 20px;
    font-size: 14px;
  }

  .article__content > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .page section:last-child {
    padding-bottom: 40px;
  }

  .product__mods {
    font-size: 14px;
  }

  .product__button {
    font-size: 14px;
  }

  .product__name {
    font-size: 12px;
  }

  .models:not(._in-stocks) .models__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
  }

  .models:not(._in-stocks) .models__item:not(.swiper-slide-active, .swiper-slide-next) {
    opacity: 0;
    pointer-events: none;
  }

  .models__slider-in-stocks .models__item:not(:last-child) {
    margin-right: 10px;
  }

  .catalog-new__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .catalog-new__filter-btn {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .catalog-new__products {
    margin-top: 20px;
  }

  .catalog-new__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .card-product {
    padding: 20px 0px;
  }

  .card-product__info {
    row-gap: 5px;
  }

  .card-product__title {
    font-size: 22px;
  }

  .card-product__address {
    row-gap: 5px;
  }

  .gallery-card {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .trumbs-gallery-card__slider {
    margin: 0px -20px;
    padding: 0px 20px;
  }

  .trumbs-gallery-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }

  .card-product-characterisic {
    padding: 20px 0px;
  }

  .card-product-characterisic__tabel {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-product-details {
    padding: 20px 0px;
  }

  .card-product-details__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .card-product-details__item {
    padding: 10px 0px;
    font-size: 14px;
  }

  .card-product-details__description {
    font-size: 14px;
    line-height: 1.4;
  }

  .card-product-details__description h4 {
    font-size: 16px;
  }
.card-product-details__description h3:not(:last-child),
  .card-product-details__description h4:not(:last-child) {
    margin-bottom: 5px;
  }

  .card-product-details__description ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .info-card-product-details__wrapper {
    padding: 20px;
  }

  .mini-banner-v2__title {
    font-size: 20px;
  }

  .mini-banner-v2__text {
    font-size: 14px;
  }
}

@media (min-width: 991.98px) and (max-width: 1452px) {
  .our-partners__column:nth-child(3n+4)::after {
    top: -30px;
  }
}

@media (max-width: 991.98px) and (min-width: 721.98px) {
  .our-partners__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }

  .our-partners__column:nth-child(2n+1) {
    padding-left: 0;
  }

  .our-partners__column:nth-child(2n+2) {
    padding-right: 0;
  }

  .our-partners__column:nth-child(-n+2) {
    padding-top: 0;
  }

  .our-partners__column:nth-child(2n+3)::after {
    content: "";
    width: 100vw;
    max-width: 1400px;
    background: #E4E4E4;
    height: 1px;
    top: -30px;
    left: 0;
    position: absolute;
  }

  .our-partners__column:not(:nth-child(2n+2)) {
    border-right: 1px solid #E4E4E4;
  }
}

@media (any-hover: hover) {
  .checkbox a:hover {
    text-decoration: underline;
  }

  ._btn._blue:hover {
    background: #3f5b75;
  }

  ._btn._stroke:hover {
    border-color: #DA291C;
    background: #DA291C;
  }

  ._btn:hover {
    background: #8b180f;
    color: #fff;
   
  }
  ._btn:hover svg,
  ._btn:hover svg path{
       filter:#fff;
       fill:#fff;
  }

  .item-select-popup__content:hover {
    background: #F4F4F4;
  }

  .menu__link:not(._active):hover {
    color: #DA291C;
    border-color: #DA291C;
  }

  .action-header:hover .action-header__name {
    color: #DA291C;
  }

  .action-header:hover .action-header__icon svg path {
    fill: #DA291C;
  }

  .actions-footer__item:hover .actions-footer__icon svg path {
    fill: #DA291C;
  }

  .actions-footer__item:hover .actions-footer__name {
    color: #DA291C;
  }

  .contacts-footer__value:hover {
    color: #DA291C;
  }

  .social-contacts-footer__item:hover {
    background: #DA291C;
  }

  .social-contacts-footer__item:hover svg path {
    fill: #fff;
  }

  .main-footer__link:hover {
    color: #DA291C;
  }

  .bottom-footer__link:hover {
    color: #DA291C;
  }

  .bottom-footer__dev:hover {
    color: #DA291C;
  }

  .bottom-footer__dev:hover svg path {
    fill: #DA291C;
  }

  .main-banner__arrow:hover {
    background: #DA291C;
  }

  .main-banner__arrow:hover svg path {
    fill: #fff;
  }

  .actions-main-banner__item:hover .actions-main-banner__icon svg path {
    fill: #DA291C;
  }

  .actions-main-banner__item:hover .actions-main-banner__name {
    color: #DA291C;
  }

  .product:hover {
    z-index: 1;
    -webkit-box-shadow: 0px 12px 42px 0px rgba(14, 19, 45, 0.12);
            box-shadow: 0px 12px 42px 0px rgba(14, 19, 45, 0.12);
  }

  .news-item__name:hover {
    color: #DA291C;
  }

  .news-item__more:hover {
    text-decoration: underline;
  }

  .list-contacts__value a:hover {
    color: #DA291C;
  }

  .product-stock:hover {
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .product-stock__name:hover {
    color: #DA291C;
  }

  .filter-catalog__models a:hover {
    color: #DA291C;
  }

  .filter-catalog__button:hover {
    background: #3B3938;
    color: #fff;
  }

  .filter-catalog__apply:hover {
    background: #3B3938;
    color: #fff;
  }

  .price-filter__button._red:hover {
    background: #DA291C;
    color: #fff;
  }

  .price-filter__button:hover {
    background: #3B3938;
    color: #fff;
  }

  .trumbs-gallery-card__item:not(.swiper-slide-thumb-active):hover {
    border-color: rgba(59, 57, 56, 0.5);
  }
}

/* ._webp .sign-up { background: url(../img/sign-up-bg.webp) center/cover no-repeat; } */

._webp .mini-banner-v2 {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 721.98px) {
    ._webp .mini-banner-v2 {
        background-position: 5% calc(100% - 30px)!important;
        background-size: 150%!important ;
        background-repeat: no-repeat !important;
        background-color: #E1E5E8!important;
    }
}