@charset "UTF-8";

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

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DrukCyr-MediumItalic';
  src: url("../fonts/DrukCyr-MediumItalic.eot");
  src: url("../fonts/DrukCyr-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/DrukCyr-MediumItalic.woff2") format("woff2"), url("../fonts/DrukCyr-MediumItalic.woff") format("woff"), url("../fonts/DrukCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-family: "Montserrat-Regular", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
  padding-top: 5.5rem;
  color: #000000;
  overflow-x: hidden;
  font-size: 1.25rem;
  text-rendering: auto;
  line-height: 140%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  outline: none !important; }

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

p {
  margin: 0 0 26px 0; }

button, a, input, textarea {
  outline: none;
  border: none; }
  button:focus, button:visited, a:focus, a:visited, input:focus, input:visited, textarea:focus, textarea:visited {
    text-decoration: none;
    outline: none; }

a {
  text-decoration: none; }
  a:hover {
    color: inherit; }

button {
  border: none;
  cursor: pointer; }

label {
  margin: 0; }

body, html {
  width: 100vw;
  max-width: 100vw; }
  .btn-up {
    position: fixed;
    border: 2px solid #000;
    right: 10px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    z-index: 99;
  }
  
  .btn-up::before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("../img/icon-btn-up.svg");
  }
  
  .btn-up_hide {
    display: none;
  }
  
  @media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
      opacity: 0.5;
    }
  }

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

@media (min-width: 991px) {
  .container {
    max-width: 96.75rem;
    margin: 0 auto; } }

.br-desc {
  display: block; }

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem 1.875rem;
  background: #000000; }

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

/* .left-mob__wrap {
  display: none; } */

.img-logo {
  width: 8.875rem;
  min-width: 8.875rem; }

.grid_60_40 {
  display: grid;
  grid-template-columns: calc(60% - 0.5rem) calc(40% - 0.5rem);
  gap: 1rem;
  padding-left: 10px;
  padding-right: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.grid_50_50 {
  display: grid;
  grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.grid_40_60 {
  display: grid;
  grid-template-columns: calc(40% - 0.5rem) calc(60% - 0.5rem);
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }

.header-nav__item {
  position: relative;
  margin-right: 4.375rem; }
  .header-nav__item:last-child {
    margin-right: 0; }

.header-nav__item a {
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase; }
  .header-nav__item a:hover {
    text-decoration: underline;
    color: #FFFFFF; }

.header-nav__submenu {
  position: absolute;
  top: 1.375rem;
  left: 0;
  padding: 0.9375rem 1.875rem;
  background: #000000;
  list-style: none;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  width: 18.75rem;
  display: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.header-nav__item:hover .header-nav__submenu {
  display: block; }

.header-nav__item.active a {
  text-decoration: underline; }

.header-nav__item.active a.header-nav__submenu-link {
  text-decoration: none; }

.header-nav__item.active a.header-nav__submenu-link:hover {
  text-decoration: underline; }

.menu-humb {
  display: none; }

.header-right__wrap {
  width: auto;
  min-width: 8.875rem; 
  display: flex;
  align-items: center;  
}

.menu-mob {
  display: none; }
  
.header-tel a{
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.btn_callback{
    background: #fd8004 !important;
    border-radius: 0.25rem;
    font-family: "Montserrat-Bold";
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 17px;
}

.header-call__wrap{
    text-align: center;
}

.banner-top {
  margin-bottom: 5.125rem; }

.banner-slider__item {
  display: inline-block;
  width: 100%;
  /* height: 31.25rem; */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */ }
  
.banner-slider__img{
    width: 100%;
}

.banner-slider__img img{
    width: 100%;
}

.map {
  padding-left: 10px;
}

.swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #FFFFFF; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fd8004;
  border: 0.1875rem solid #fd8004; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 2.625rem; }


.banner-title{
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 12.5rem;
  line-height: 15.8125rem;
  font-family: "DrukCyr-MediumItalic";
  font-style: italic;
  text-align: center;
}

.banner-title span{
  font-size: 3.75rem;
  line-height: 4.5625rem;
  margin-right: 2.5rem;
  font-family: "Montserrat-Regular";
  font-style: normal;
}

/* .banner-text {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 3.75rem;
  line-height: 4.5625rem;
  text-align: center; }

.main-title {
  font-size: 12.5rem;
  line-height: 15.8125rem;
  text-align: center;
  font-family: "DrukCyr-MediumItalic";
  font-style: italic;
  margin-left: 2.5rem; }
 */
.h2 {
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 5.3125rem; }

  .section-models h1 {
    text-align: center;
  }
main {
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5522584033613445) 0%),url(../img/catalog/DarkFlag-500/new/screendr.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 92vh;
}
.main__content {
  text-align: center;
}
.main__content-text {
  color: #fff;
  padding-top: 200px;
}
.main__content-text h2 {
  margin-bottom: 50px;
  color: #fff;

}
.btn-orange {
  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;
  width: 15rem;
  height: 3.125rem;
  background: #fd8004;
  border-radius: 6.25rem;
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF; }
  .btn-orange:hover {
    color: #FFFFFF; 
    background: #909092;
  }

.btn-download {
  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;
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #F2F2F2;
  border-radius: 50%; }
  .btn-download:after {
    display: block;
    content: '';
    background-image: url("../img/icon-download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.375rem;
    min-width: 1.375rem;
    height: 1.25rem; }
  .btn-download:before {
    display: none;
    content: 'скачать инструкцию';
    font-family: "Montserrat-Bold";
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #323232;
    margin-right: 1.25rem; }

.section {
  margin-bottom: 10rem; }

.section-models {
  margin-bottom: 8.125rem; }

.brands__wrap .brands__info {
  position: relative; 
  min-height: 21.5625rem; }
  
.brands__wrap .brands__info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -21.875rem;
    background-image: url("../img/icon-brand.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16.75rem;
    min-width: 16.75rem;
    height: 21.5625rem; }

.brands__wrap .h2 {
  padding-right: 22rem; }
  

.models-slider-mob__wrap {
  display: none; }

.main-models__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem; }

.model-preview__head {
  display: block;
  background: #F2F2F2;
  border-radius: 0.3125rem;
  padding: 0.6875rem 1.375rem;
  margin-bottom: 0.8125rem;
  color: #323232; }

.model-preview__head:hover {
  color: #323232; }

.model-preview__title {
  font-family: "DrukCyr-MediumItalic";
  font-size: 2.5rem;
  line-height: 3.1875rem;
  text-align: center; 
  padding: 0 1.5rem;
}

.model-preview__img {
  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;
  height: 14.0625rem;
  /* height: 12rem; */
  overflow: hidden;
  margin-left: -1.375rem;
  margin-right: -1.375rem; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;   }

.model-preview__img img {
  max-width: 100%; }

.model-preview__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.model-preview__cost span {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #323232; }

.model-preview__price {
  font-family: "DrukCyr-MediumItalic";
  font-size: 2.5rem;
  line-height: 3.1875rem; }

.model-preview__bottom {
  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; }

.section-brand {
  margin-bottom: 4.375rem; }

.section-gray {
  background: #F2F2F2;
  padding: 4.6875rem 0 6.125rem;
  margin-bottom: 6rem; }

.section-head {
  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;
  margin-bottom: 5.125rem; }
  .section-head .h2 {
    margin-bottom: 0; }

.vk-notes__slider {
  overflow: visible; }
  
.vk-notes__slider .swiper-slide {
  width: 31.1875rem; 
  height: auto;
}

.vk-notes__item {
  position: relative;
  height: 100%;
  padding: 1.25rem 1.25rem 4rem;
  background: #FFFFFF;
  border-radius: 0.3125rem; 
  border: 1px solid #f2f2f2;
  /*cursor: pointer;*/
}

.vk-notes__header{
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.vk-notes__head{
  margin-left: 1.25rem;
}

.vk-notes__name{
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
  color: #fd8004;
}

.vk-notes__time{
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.7;
}

.vk-notes__desc{
  font-size: 0.875rem;
  line-height: 1.43;
  margin-bottom: 1.25rem;
}

.vk-notes__text{
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.vk-notes__text a{
  color: #fd8004;
  font-weight: bold;
  cursor: pointer;
}

.vk-notes__text._js-note-active{
    -webkit-line-clamp: inherit;
}

.vk-notes__more{
  color: #fd8004;
  font-weight: bold;
  cursor: pointer;
}


/*.vk-notes__text:after{
    display: inline;
    content: "ещё";
    text-decoration: underline;
}*/

.vk-notes__img{
    display: block;
    margin-bottom: 0.625rem;
}

.vk-notes__img img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 18.75rem;
}

.vk-notes__video{
    display: block;
    position: relative;
    margin-bottom: 0.625rem;
}

.vk-notes__video .vk-notes__video-play{
    position: absolute;
    top: calc(50% - 0.9375rem);
    left: calc(50% - 0.9375rem);
}

.vk-notes__video img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}


.vk-notes__footer{
  padding-top: 0.625rem;
  border-top: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  color: #000000;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}

.vk-notes__link{
  margin-bottom: 1.25rem;
}

.vk-notes__link a{
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
}

.vk-notes__repost{
    padding-left: 20px;
    border-left: 1px solid #B2B2B2;
}

.vk-notes__repost a{
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
}

.vk-notes__repost img{
    max-height: 15.625rem;
    max-width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
}

.vk-notes__repost-text{
    font-weight: normal;
    display: block;
    margin: 1.25rem;
}

.vk-notes__repost-caption{
    display: flex;
    align-items: center;
    opacity: .5;
    margin-bottom: 1.25rem;
}

.vk-notes__likes,
.vk-notes__messages{
  display: flex;
  align-items: center;
  opacity: 0.5;
  font-weight: bold;
  font-size: 0.875rem;
}

.vk-notes__likes span,
.vk-notes__messages span{
  margin-left: 0.3125rem;
}

.vk-notes__likes{
  margin-right: 1.25rem;
}

.vk-notes__share{
  margin-left: auto;
  opacity: 0.5;
}

.carusel-news__slider {
  overflow: visible; }

.carusel-news__slider .swiper-slide {
  width: 26.125rem;
  height: auto; }

.carusel-news__wrap {
  margin-bottom: 4.375rem; }

.news-preview__wrap {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  grid-gap: 2.125rem 1rem;
  margin-bottom: 5.125rem; }

.section-news .btn-orange {
  /*margin: 0 auto; */ }

.news-preview__item {
  position: relative;
  height: 100%;
  background: #F2F2F2;
  border-radius: 0.3125rem;
  padding-bottom: 3.375rem; }

.news-preview__item:hover {
  -webkit-box-shadow: 0 0 0.625rem 0.1875rem #dddddd;
          box-shadow: 0 0 0.625rem 0.1875rem #dddddd; }
  .news-preview__item:hover .news-preview__more {
    color: #fd8004; }

.news-preview__img {
  display: block;
  width: 100%;
  height: 14.375rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.news-preview__desc {
  --news-preview-ptb: 1.625rem;
  --news-preview-plr: 2.125rem;
  padding: var(--news-preview-ptb) var(--news-preview-plr); }

.news-preview__title {
  display: inline-block;
  font-family: "Montserrat-Bold";
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 0.875rem; }

.news-preview__text {
  font-size: 0.75rem;
  line-height: 0.9375rem; }
  
.news-preview-mob{
    display: none;
}

.news-preview__date {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #323232; }

.news-preview__more {
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232; }

.news-preview__bottom {
  position: absolute;
  bottom: var(--news-preview-ptb);
  left: var(--news-preview-plr);
  right: var(--news-preview-plr);
  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; }
          
.news-preview__item.news-preview_page {
  padding-bottom: 0;
  display: flex;
}

.news-preview_page .news-preview__desc{
    position: relative;
}

.news-preview_page .news-preview__date {
  margin-bottom: 2rem; }
  
.news-preview_page .news-preview__img{
    max-width: 30rem;
    height: 20rem;
}

.news-preview_page .news-preview__desc {
  width: 100%;
}

.news-preview_page .news-preview__bottom {
  justify-content: flex-end;
}


.section-news {
  margin-bottom: 10.625rem; }

.section-map {
  margin-bottom: 12rem; }

.map-block__wrap {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit; 
    --map-height: 31.25rem;
}

.map-block__info {
  position: relative;
  padding-bottom: 4.375rem; 
  padding-right: 4.375rem;  
}

.map-block__info-overflow{
  height: var(--map-height);
  overflow-y: auto;
  border: 2px solid #ff6a00;
  scrollbar-width: thin;
  scrollbar-color: #ff6a00 white;
}

.map-block__info .h2 {
  margin-bottom: 2rem; }

.map-block__object {
  width: 100%; }
  
.map-block__object-inner{
    position: sticky;
    top: 120px;
}

.map-block__btn {
  /*position: absolute;
  bottom: 0;
  left: 0; */
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
 

.map-block__btn .btn-orange {
  width: 18.625rem; }

.map-block__object .GeosalesMap{
  /* height: 31.25rem; */
  height: var(--map-height);
  width: 100%; 
}

.map-block__info .Geosales > li > span{
  font-family: "Montserrat-Bold";
  font-size: 1.2rem;
}

/* .map-block__info .Geosales > li > ul > li > span{
  font-family: "Montserrat-Regular";
  font-size: 1rem;
} */

.map-block__info .Geosales > li > ul > li > a{
  font-family: "Montserrat-Regular";
  font-size: 1rem;
  color: #444;
}


.map-block__object .Geosales-google__image img{
    display: block;
    margin: 0 auto;
}

/* .map {
  height: 31.25rem;
  width: 100%; } */

.map-btn_mob {
  display: none; }

.page-head {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6.875rem; }

.page-head.page-article,
.page-head.page-news {
  margin-bottom: 2.6875rem; }

.h1 {
  font-family: "DrukCyr-MediumItalic";
  font-weight: 500;
  font-size: 12.5rem;
  line-height: 24.5625rem;
  text-align: center;
  color: #FFFFFF; }

.catalog-models__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.9375rem 1rem; }
  
.model-preview__item{
    position: relative;
}

/*

.catalog-models__wrap .model-preview__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 3;
  grid-row: span 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__img {
  height: 40rem;
  margin-top: -6.9375rem; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__img img {
  width: 100%; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__head {
  height: calc(100% - 3.125rem);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 1.5625rem 0.9375rem; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__title {
  font-size: 12.5rem;
  line-height: 15.8125rem; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__cost {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__price {
  margin-left: 2rem; }

.catalog-models__wrap .model-preview__item:first-child .btn-download {
  width: auto;
  border-radius: 6.25rem;
  padding: 0.9375rem 2.0625rem;
  margin-left: 0.4375rem; }
  .catalog-models__wrap .model-preview__item:first-child .btn-download:before {
    display: block; }

.catalog-models__wrap .model-preview__item:first-child .model-preview__bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
          
*/          

.section-product {
  margin-top: 13.5625rem;
  margin-bottom: 9.375rem; }

.product-top__bg {
  position: relative;
  background: #F2F2F2;
  border-radius: 0.3125rem;
  height: 29.875rem;
  padding: 2.0625rem 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.product-top__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-top__img picture {
  max-height: 46.625rem;
  max-width: 100%; }
  
.product-top__img picture img{
    width: 100%;
}

/* .product-top__img img {
  max-height: 46.625rem;
  max-width: 100%; } */

.product-top__cost .model-preview__cost {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.product-top__cost .model-preview__cost span {
  font-size: 1.25rem;
  line-height: 1.5rem; }

.product-top__cost .model-preview__price {
  margin-left: 3.125rem;
  font-size: 5rem;
  line-height: 100%; }

.product-top__buttons {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-top__buttons .btn-download {
  width: auto;
  border-radius: 6.25rem;
  padding: 0.9375rem 2.0625rem;
  margin-left: 0.4375rem; }

.product-top__buttons .btn-download:before {
  display: block; }

.product-slider__wrap {
  margin-bottom: 5.1875rem; }

.product-slider {
  overflow: visible; }

.product-slider__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21.25rem;
    overflow: hidden;
}

.product-slider__img img {
  /* width: 100%; */ 
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}



.product-video__wrap {
  position: relative;
  /* padding-bottom: 45%;*/
  border-radius: 0.3125rem;
  margin-bottom: 5.1875rem;  }
  

.product-video {
  width: 100%;  
  object-fit: cover;
  max-height: 690px;
  /* position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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; */ }

.product-video__bg{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/icon-play.svg'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: auto;
}


/* .icon-video {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background-image: url("../img/icon-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
 */
.icon-accord {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon-accord.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.product-parameters__wrap {
  display: grid;
  gap: 1.25rem; }

.product-parameter__block {
  border: 2px solid #F2F2F2;
  border-radius: 0.3125rem; }

.product-parameter__title {
  width: 100%;
  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;
  padding: 1.375rem 2.75rem 1.375rem 2.0625rem;
  background: #F2F2F2;
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  line-height: 3.0625rem;
  color: #323232;
  text-transform: uppercase; }

.product-parameter__desc {
  padding: 5.25rem 5.625rem; }

.parameters__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 6.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.parameters__columns-inner{
    display: grid;
    gap: 1.5rem;
}

.parameters__column {
  display: grid;
  gap: 2.3125rem; }

.parameters-item {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Montserrat-Medium"; 
}
.parameters-item .container-moto{
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.parameters-item .container-moto .text {
  flex: 1;
  padding: 20px;
}
.parameters-item .container-moto .text .bold-h3{
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.25rem;
  
}
.parameters-item .container-moto .image {
  flex: 1;
  text-align: right;
  padding: 20px;
}

.parameters-item .container-moto .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 100%;
}


.parameters-item__property{
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Montserrat-Medium"; 
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px dashed #9B9E9A;
}

.parameters-item__val{
    text-align: right;
    
    margin-bottom: -4px;
    padding-left: 5px;
}

.parameters-item__val span{
    background: white;
}

.product-parameter__subtitle{
  position: relative;
  background: #F2F2F2;
  padding: 0.753rem  3.53rem 0.753rem 1.53rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.product-parameter__subtitle:after{
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-image:url('../img/icon-accord.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    transition: .5s;
}

.product-parameter__list.active .product-parameter__subtitle:after{
    transform: rotate(-45deg);
}

.parameters-item__block-inner{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.product-motor__name{
    font-size: 13px;
}

.parameters-item__name {
  color: #656565;
  text-transform: uppercase;
  /*margin-bottom: 0.3125rem;*/
  font-family: "Montserrat-Regular";
  margin-bottom: -4px;
  padding-right: 5px;
  margin-right: 80px;
 
}

.parameters-item__name span{
    background: white;
}

.accord-title--js {
  cursor: pointer; }

.accord-block--js {
  display: none; }

.accord-wrap--js.active .icon-accord {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }


.parameter-title--js {
  cursor: pointer; }

.parameter-block--js {
  display: none; }
  

.recommendations__wrap {
  display: grid;
  gap: 0.625rem;
  align-self: start; }

.recommendation__block {
  border: 2px solid #F2F2F2;
  border-radius: 0.3125rem; }

.recommendation__title {
  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;
  background: #F2F2F2;
  padding: 0.3125rem 1.5625rem 0.3125rem 2.6875rem;
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  line-height: 3.0625rem;
  color: #323232; }

.recommendation__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recommendation__img img {
  width: 9.0625rem;
  min-width: 9.0625rem;
  margin-right: 1.375rem; }

.recommendation__desc {
  padding: 1.875rem; }

.tabs-item--js {
  cursor: pointer; }

.tabs__block--js {
  display: none; }

.tabs__block--js.active {
  display: block; }

.product-colors {
  position: relative; }

.product-colors__info {
  padding-bottom: 4.375rem; }

.product-colors .product-top__buttons {
  position: absolute;
  left: 0;
  bottom: 0; }

.colors-tabs_mob {
  display: none !important; }

.product-colors__images {
  height: 38rem; }

.product-colors__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.product-colors__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-colors__tab {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.6875rem;
  border-radius: 50%; 
  border-width: 1.625rem;
  border-style: solid;
}

.product-colors__tab.active {
    border-width: 1.0625rem;
}

.product-colors .h2 {
  margin-bottom: 3.125rem; }

.product-colors__subtitle {
  margin-bottom: 3.75rem; }

.section-colors {
  margin-bottom: 10.1875rem; }

.contact-form__wrap {
  padding: 1.375rem 1.375rem 3.125rem;
  background: #F2F2F2; }

.contact-form__wrap.contact-form__service {
  margin-top: 4.25rem; }

.contact-form__service .contact-form__bottom {
  margin-top: 0.625rem; }

.contact-form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem; }

.input_textarea {
  grid-column: 2 / 3;
  grid-row: 1 / 3; }

.input__wrap {
  background: #FFFFFF;
  border-radius: 0.3125rem;
  height: 100%;
  min-height: 3.75rem;
  overflow: hidden; }
 
.input__wrap.input-error input{
  border: 1px solid red;
}

.input__wrap input,
.input__wrap textarea {
  height: 100%;
  width: 100%;
  padding: 1.25rem;
  font-family: "Montserrat-Regular";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #000;
  border-radius: 0.3125rem;
  border: 1px solid transparent; }
.input__wrap textarea {
  height: calc(100% - 1px);}
.input__wrap input:focus,
.input__wrap textarea:focus {
  border: 1px solid #fd8004; }

.contact-form__bottom {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1.25rem 3.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }

.agreement {
  font-style: italic;
  font-size: 0.8125rem;
  line-height: 120%;
  text-align: right; }

.agreement a {
  text-decoration: underline;
  color: inherit; }

.agreement a:hover {
  color: #fd8004; }

.contact-form__messages {
  text-align: center; }

.form-messages__ok {
  display: none;
  margin-top: 2.5rem;
  color: green; }

.form-messages__error {
  display: none;
  margin-top: 2.5rem;
  color: red; }

.articles-preview__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 4rem; }

.articles-preview__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.8125rem;
  background: #F2F2F2;
  border-radius: 0.3125rem;
  padding: 0.8125rem 1.5625rem 1.4375rem;
  color: #323232; }

.articles-preview__item:hover {
  -webkit-box-shadow: 0 0 0.625rem 0.1875rem #dddddd;
          box-shadow: 0 0 0.625rem 0.1875rem #dddddd; }

.articles-preview__item:hover .articles-preview__more {
  color: #fd8004; }

.articles-preview__img {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 11.25rem; }

.articles-preview__date {
  font-size: 0.75rem;
  line-height: 0.9375rem; }

.articles-preview__desc {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1rem; }

.articles-preview__title {
  font-family: "Montserrat-Bold";
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase; }

.articles-preview__text {
  font-size: 15px;
  line-height: 0.9375rem; }

.articles-preview__more {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232;
  -ms-flex-item-align: end;
      align-self: end; }

.articles-preview__item.articles-preview_first {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-column: 1 / 4;
  gap: 2.125rem 3.4375rem;
  padding: 1.5625rem 4.375rem 1.5625rem 2.1875rem; }

.articles-preview__item.articles-preview_first .articles-preview__date {
  grid-column: 1 / 3; }

.articles-preview__item.articles-preview_first .articles-preview__img {
  height: 100%; }
  
.articles-gallery__wrap{
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    gap: 20px;
    justify-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.articles-gallery_3{
    grid-template-columns: 1fr 1fr 1fr;
}

.articles-gallery_2{
    grid-template-columns: 1fr 1fr;
}

.articles-gallery_3 .articles-gallery__item img {
    height: 250px;
}

.articles-gallery_2 .articles-gallery__item img {
    height: 300px;
}

.section-articles .btn-orange.btn-more,
.section-news .btn-orange.btn-more{
  margin: 0 auto; 
  width: 15rem;  
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 0.813rem;
  line-height: 0.75rem;
  color: #000000;
  margin-right: 0.3125rem; }
  .breadcrumb-item:after {
    content: '>';
    margin-left: 0.3125rem; }
  .breadcrumb-item:last-child:after {
    display: none; }

.article__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 0.3125rem;
  margin-bottom: 3.1875rem; }

.article__title {
  font-family: "Montserrat-Bold";
  font-size: 1.75rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 2.6875rem; }

.article__text {
  margin-bottom: 4.1875rem;
  font-size: 1rem;
  line-height: 140%;
  color: #000000; }

.article__text p + ul {
  margin-top: -0.625rem; }

.article__text h2,
.news-item__text h2{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  line-height: 120%; }

.article__item .btn-orange {
  margin-left: auto; }

.article__date {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #323232;
  margin-bottom: 2rem; }

.article-block__wrap {
  display: grid;
  grid-template-columns: 60% 30%;
  gap: 3.25rem 9.563rem;; }

.articles-other__items {
  display: grid;
  align-self: start;
  gap: 1rem; }

.articles-other__title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #323232;
  margin-bottom: 2rem; }

.news-item {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 2rem 10.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 8.375rem; }

.news-item__date {
  grid-column: 1 / 3;
  font-size: 0.75rem;
  line-height: 0.9375rem; }

.news-item__img {
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3125rem;
  overflow: hidden; }

.news-item__title {
  font-family: "Montserrat-Bold";
  font-size: 1.75rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 3.75rem; }
  
.news-item__link {
  margin-bottom: 2.75rem;
  font-size: 1rem;
}

.news-item__text {
  font-size: 1rem;
  line-height: 140%; }
  
.news-item__text a{
  color: #fd8004;
}
.news-item__text a:hover{
  text-decoration: underline;
}

.news-other__title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #323232;
  margin-bottom: 4.1875rem; }

.news-other__items {
  margin-bottom: 5.3125rem; }

.news-other__wrap .btn-orange {
  margin: 0 auto; }

.footer__wrap {
  padding: 1.875rem 5rem 1.875rem 1.875rem;
  background: #000000; }

.footer {
  display: grid;
  grid-template-columns: 1.1fr 2.3fr 5fr;
  gap: 0 1rem;
  margin-bottom: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 0 1rem;  
}

.footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-nav__item {
  margin-bottom: 1px; 
  
}

.footer-nav__item a{
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer-nav__item a:hover {
  color: #FFFFFF;
  text-decoration: underline; }

/* .footer-nav__link {
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #FFFFFF; }

.footer-nav__link:hover {
  color: #FFFFFF;
  text-decoration: underline; }
 */
.social-block_mob {
  display: none; }

.footer .social-block_desc {
  justify-self: end; }
  
.footer__bottom_link{
    color: #FFFFFF;
}

.footer__bottom_link:hover{
    text-decoration: underline;
}

.footer__bottom {
  color: #FFFFFF;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.05em; }
  
.footer__bottom span{
    display: block;
    margin-bottom: 0.5rem;
}

.social__wrap {
  /*width: 18rem;*/
  background: #FFFFFF;
  border-radius: 0.3125rem;
  padding: 0.625rem 1.0625rem 0.625rem 1.4375rem;
  text-align: right;
  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; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social__link {
  display: block;
  margin-right: 0.5rem; }
  .social__link:last-child {
    margin-right: 0; }

.social__link img {
  width: 100%; }

.social__text {
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 0.9375rem; 
    margin-right: 0.75rem;
}

.social__link {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem; }

.coming-soon__img {
  max-width: 87.5rem;
  width: 100%;
  margin: 0 auto; }

.coming-soon__img img {
  width: 50%;
  display: block;
  margin: 0 auto; 
}

.coming-soon__title {
  font-family: "DrukCyr-MediumItalic";
  /*font-size: 12.5rem;
  line-height: 15.8125rem;*/
  font-size: 6.5rem;
  line-height: 7.813rem;
  text-align: center;
  color: #fd8004; }

.page-head.coming-soon__head {
  margin-bottom: 0; }
  
.coming-soon__head .h1{
  line-height: 18.563rem;
}

.body.body-temp {
  padding-top: 0; }
  
.site-map__item a{
  color: #323232;
}
.site-map__item a:hover {
  text-decoration: underline;
}

.section-map .h2{
    margin-bottom: 2rem;
}

.disclaimer{
    font-size: 0.6rem;
    font-style: italic;
    width: 87rem;
    max-width: 100%;
    margin: 0 0 0 auto;
}

.product-icons__wrap{
    position: absolute;
    top: -32px;
    right: -32px;
    display: grid;
    gap: 5px;
    z-index: 2;
}

.product-icons__item{
    width: 64px;
}

.product-icons__item img{
    width: 100%;
}

.model-preview__icons{
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    gap: 5px;
}

.model-preview__icon{
    width: 44px;
}

.model-preview_first .model-preview__icon{
    width: 64px;
}

.model-preview__icon img{
    width: 100%;
}

.contacts__desc{
    margin-bottom: 6rem;
}

.contacts-info{
  display: flex;
  align-items: baseline;
  gap: 1.5rem 4rem;
  margin-bottom: 6rem;
}

.contacts-info .social__text{
    margin-right: 2rem;
}

.contacts__subtitle{
    font-weight: bold;
    margin-right: 0.5rem;
}

.contacts__item{
    margin-bottom: 1rem;
}

.contacts__item a{
    color: #ff6a00;
}

.contacts__item a:hover{
    text-decoration: underline;
}

.dealers-desc{
    margin-bottom: 4.5rem;
}

.dealers-desc__logo{
    width: 14rem;
}

.departments__wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.departments__title{
  font-size: 1.75rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  margin-bottom: 1.25rem;
}

.contacts__logo{
    vertical-align: middle;
}

.contacts__map{
    height: 24rem;
}

.contacts__map iframe{
    height: 100%;
}


/* слайдер блока "Особенности"  start*/
.wrapper_product-advantages {
  display: flex;
  margin: 50px 0;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper_product-advantages .txt-advantages {
  aspect-ratio: 4/3;
  padding: 30px;
  background-color: #192e39;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 140%;
}
.wrapper_product-advantages .txt-advantages p {
  max-width: 85%;
}
.wrapper_product-advantages .img-advantages img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.wrapper_product-advantages .img-advantages {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}

.wrapper_product-advantages .mySwiper {
  position: relative;
}

.it_pn_btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.it_pn_btn img {
  width: 3rem;
  cursor: pointer;
  opacity: 0.7;
}
/* слайдер блока "Особенности"  end*/
#map1 {
  display: block !important;
}
#map2 {
  display: none !important;
}

@media screen and (max-width: 1720px) {
  .page-head.coming-soon__head .h1 {
    font-size: 130px; } }

@media screen and (max-width: 1500px) {
  html {
    font-size: 15px; } }

@media screen and (max-width: 1400px) {
  html {
    font-size: 14px; } }

@media screen and (max-width: 1300px) {
  html {
    font-size: 13px; } }

@media screen and (max-width: 1200px) {
  html {
    font-size: 12px; }
  .page-head.coming-soon__head .h1 {
    font-size: 90px; } }

@media screen and (max-width: 1140px) {
  html {
    font-size: 11px; } }

@media screen and (max-width: 1040px) {
  html {
    font-size: 10px; } }

@media screen and (max-width: 991px) {
  html {
    font-size: 16px; }
  body {
    padding-top: 60px; }
  ul {
    padding-left: 25px; }
  .br-desc {
    display: inline; }
  .header__wrap {
    padding: 10px 16px; }
/*   .left-mob__wrap {
  display: block;
  width: 30px;
  min-width: 30px; } */
  .header-nav {
    display: none; }
  .btn_callback {
    padding: 5px 10px;
    font-size: 10px;
  }
  .header-tel a {
    font-size: 14px;}
  .menu-humb {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    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; 
    margin-left: 20px;
  }
  .menu-humb.active {
    padding-left: 6px; }
  .icon-humb {
    width: 14px;
    height: 12px;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .icon-humb__line {
    background: #FFFFFF;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .icon-humb__line:first-child {
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .icon-humb__line:last-child {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .menu-humb.active .icon-humb__line {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .menu-humb.active .icon-humb__line:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 110%; }
  .menu-humb.active .icon-humb__line:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 110%; }
  .header-right__wrap {
    width: auto;
    min-width: 0; }
  .menu-mob {
    display: block;
    background: #000000;
    position: fixed;
    top: 76px;
    right: -1000px;
    overflow-y: auto;
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 100vh;
    border-top: 1px solid #FFFFFF; }
  .menu-mob.active {
    z-index: 80;
    right: 0; }
  .menu-mob__inner {
    padding: 30px; }


    .menu-mob__contacts {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        line-height: 28px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 50px
    }

    .menu-mob__contacts img {
        margin-right: 8px;
    }
    .contacts-img {
      fill: #FFFFFF;
    }
    .menu-mob__contacts.contacts div {
        display: flex;
        flex-direction: column;
    }

  .banner-slider {
    overflow: visible; }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px; }
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border: 2px solid #656565;
    background: #FFFFFF; }
  .banner-slider__item {
    /* height: 300px; */ }
  .banner-title{
    bottom: -10px;
    left: -10px;
    right: -10px;
    font-size: 100px;
    line-height: 127px;
  }
  .banner-title span{
    font-size: 12px;
    line-height: 15px; 
    margin-right: 0;
    display: block;
  }
  .banner-top {
    margin-bottom: 70px; }
  .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px; }
  .container {
    padding-left: 16px;
    padding-right: 16px; }
  .models-slider-mob__wrap {
    display: block;
    margin-right: -16px; }
  .models-slider-mob .swiper-slide {
    width: 200px; }
  .models-slider-mob__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    background: #F2F2F2;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0 16px; }
  .models-slider-mob__img {
    height: 150px;
    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; }
  .models-slider-mob__img img {
    max-width: 100%; 
    max-height: 100%;
  }
  .models-slider-mob__title {
    font-family: "Montserrat-Bold";
    font-size: 12px;
    line-height: 15px;
    color: #000000; }
  .main-models__wrap {
    display: none; }
  .section {
    margin-bottom: 52px; }
  .section-models {
    margin-bottom: 52px; }
  .grid_50_50,
  .grid_60_40,
  .grid_40_60 {
    grid-template-columns: 1fr; }
    .grid_40_60 {
      padding-left: 0px;
  padding-right: 0px;
    }
  .brands__wrap {
    gap: 0; }
  p {
    margin-bottom: 16px; }
  .section-brand {
    margin-bottom: 32px; }
  .brands__info {
    font-size: 12px;
    line-height: 15px; }
  .brands__wrap .brands__info:after {
    position: static;
    margin: 0 auto;
    width: 112px;
    min-width: 112px;
    height: 139px; }
  .brands__wrap .h2 {
    padding-right: 0; }
  .section-gray {
    padding: 40px 0;
    margin-bottom: 52px; }
  .social__wrap {
    flex-wrap: wrap;
    padding: 10px;
    width: 100%; }
  .social__link {
      width: 28px;
      min-width: 28px;
      height: 28px;
    }
  .social__text{
    margin: 10px 10px 10px 0;
  }
  .section-head {
    margin-bottom: 16px; }
  .social-block_desc {
    display: none; }
  .social-block_mob {
    display: block; }
  .vk-notes__wrap {
    margin-bottom: 20px; }
  .section-news {
    margin-bottom: 52px; }
  .carusel-news__wrap {
    margin-bottom: 52px; }
  .carusel-news__slider .swiper-slide {
    width: 240px; }
  .news-preview__wrap {
    /*grid-template-columns: 1fr 1fr 1fr;*/ }
  .news-preview__item {
    padding-bottom: 34px; }
  .news-preview__img {
    height: auto;
    padding-bottom: 65%; }
  .news-preview__desc {
    --news-preview-plr: 10px;
    --news-preview-ptb: 10px; }
  .news-preview__title {
    font-size: 14px;
    margin-bottom: 5px; 
    line-height: 130%;  
  }
  .news-preview__more {
    letter-spacing: 0; }
  /* .map-block__wrap {
      --map-height: 300px;
    } */
  .map-block__info {
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 20px; }
  .map-block__info-overflow{
     height: 200px;   
  }
  .map-block__info .h2 {
    margin-bottom: 16px; }
  .map-block__text {
    font-size: 12px;
    line-height: 15px; }
  .map-block__object .GeosalesMap{
    height: 300px;
    border-radius: 5px;
    overflow: hidden; }
  .map-block__info .Geosales{
    padding: 16px;
  }
  .map-block__info .Geosales > li:not(:last-child){
    padding-bottom: 5px;
    margin-bottom: 6px;
  }
  .map-block__info .Geosales > li > span{
    font-size: 14px;
  }
  .map-block__info .Geosales > li > ul > li > span{
    font-size: 12px;
  }
  /* .map {
    height: 160px;
    border-radius: 5px;
    overflow: hidden; } */
  .map-btn_desc {
    display: none; }
  .map-btn_mob {
    display: block; }
  .map-block__btn.map-btn_mob {
    position: static; }
  .map-block__btn .btn-orange {
    width: 100%; }
  .section-map {
    margin-bottom: 52px; }
  .page-head {
    height: auto;
    margin-bottom: 23px; 
    min-height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .h1 {
    font-size: 90px;
    line-height: 100%; }
  .catalog-models__wrap .model-preview__img{
      height: 200px;
      overflow: visible;
  }
  .catalog-models__wrap {
    margin-top: 23px;
    grid-template-columns: 1fr 1fr;
    gap: 28px; }
  .catalog-models__wrap .model-preview__item:first-child {
    grid-column: span 1;
    grid-row: span 1; }
  .catalog-models__wrap .model-preview__item:first-child .model-preview__head {
    display: block;
    padding: 11px 15px;
    height: auto; }
  .catalog-models__wrap .model-preview__item:first-child .model-preview__title {
    font-size: 40px;
    line-height: 51px; }
  .catalog-models__wrap .model-preview__item:first-child .model-preview__img {
    height: 200px;
    margin-top: 0; }
  .catalog-models__wrap .model-preview__item:first-child .model-preview__img img {
    width: auto; }
  .catalog-models__wrap .model-preview__item:first-child .model-preview__cost {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .model-preview__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .btn-download {
    padding: 10px;
    width: 100%;
    border-radius: 100px;
    margin-top: 16px; }
    .btn-download:before {
      display: block; }
  .catalog-models__wrap .model-preview__item:first-child .btn-download {
    padding: 10px;
    margin-left: 0;
    width: 100%; }
  .btn-orange {
    width: 100%; }
  .social_bottom {
    padding: 0 16px;
    margin-bottom: 52px; }
  .social_bottom .social__wrap {
    background: #F2F2F2; }
  .artickles-preview__wrap {
    grid-template-columns: 1fr 1fr 1fr; }
  .artickles-preview__item:first-child {
    grid-column: auto; }
  .artickles-preview__item:first-child {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-right: 25px; }
  .artickles-preview__item:first-child .artickles-preview__date {
    grid-column: auto; }
  .artickles-preview__item:first-child .artickles-preview__img {
    height: 157px; }
  .menu-mob__item a {
    font-family: "Montserrat-Bold";
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase; }
  .menu-mob__list {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; }
  .section-product {
    margin-top: 65px; }
  .product-top__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0; }
  .product-top__img {
    position: relative;
    margin-top: -100px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -34px; }
  .product-top__cost {
    padding: 6px 22px; }
  .product-top__cost .model-preview__price {
    font-size: 40px;
    line-height: 51px; }
  .product-top__cost .model-preview__cost span {
    font-size: 12px;
    line-height: 15px; }
  .product-top__buttons {
    margin-top: 16px; }
  .product-top__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-top__buttons .btn-download {
    margin-left: 0;
    padding: 15px;
    width: 100%; }
  .property__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .property__wrap .product-parameters__wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 52px; }
  .product-parameters__wrap {
    gap: 5px; }
  .product-parameter__title {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 15px; }
  .icon-accord {
    width: 20px;
    height: 20px; }
  .parameters__column {
    gap: 20px; }
  .parameters__columns {
    grid-template-columns: 1fr;
    gap: 16px; }
  .product-parameter__desc {
    padding: 17px; }
  .parameters-item {
    /*border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;*/
    font-size: 14px;
    line-height: 20px; }
  .product-slider__wrap {
    margin-bottom: 16px; }
  .product-video__wrap {
    /* padding-bottom: 65%; */
    margin-bottom: 0; }
  .icon-video {
    width: 50px;
    height: 50px; }
  .product-colors__images {
    height: auto; }
  .product-colors__img {
    height: auto;
    padding-bottom: 65%; }
  .product-colors .product-top__buttons {
    position: relative;
    margin-top: 37px; }
  .colors-tabs_desc {
    display: none !important; }
  .colors-tabs_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-colors__tab {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 16px; 
    border-width: 15px;
  }
  .product-colors__tab.active{
    border-width: 9px;
  }
  .product-colors__tab:last-child {
      margin-right: 0; }
  
  .product-colors__info {
    padding-bottom: 0; }
  .product-colors__subtitle {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px; }
  .product-colors .h2 {
    margin-bottom: 16px; }
  .contact-form__inputs {
    grid-template-columns: 1fr; }
  .input_textarea {
    grid-column: auto;
    grid-row: auto; }
  .contact-form__bottom {
    grid-template-columns: 1fr; }
  .input__wrap {
    min-height: 50px; }
  .input__wrap input, .input__wrap textarea {
    padding: 10px;
    font-size: 12px; }
  .agreement {
    text-align: center; }
  .footer__wrap {
    padding: 30px; }
  .footer {
    grid-template-columns: 1fr;
    gap: 30px; }
  .footer-logo__wrap {
    text-align: center; }
  .footer-logo__wrap {
    width: 100px;
    margin: 0 auto; }
  .footer-logo__wrap .img-logo {
    width: 100%;
    min-width: 100%; }
  .footer-nav {
    grid-template-columns: 1fr;
    text-align: center; }
  .footer-social__wrap {
    display: none; }
  .footer__bottom {
    text-align: center;
    font-size: 12px;
    line-height: 14px; }
  .recommendation__title {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 13px 5px 20px; }
  .recommendation__img .icon-accord {
    display: none; }
  .recommendation__img img {
    margin-right: 0;
    width: 67px;
    min-width: 67px; }
  .recommendation__desc {
    padding: 10px;
    font-size: 12px;
    line-height: 15px; }
  .desc {
    font-size: 12px;
    line-height: 15px; }
  .contact-form__wrap {
    padding-bottom: 22px; }
  .contact-form__wrap.contact-form__service {
    margin-top: 23px; }
  .breadcrumbs {
    display: none; }
  .articles-preview__wrap {
    grid-template-columns: 1fr 1fr; }
  .articles-preview__item.articles-preview_first {
    grid-column: 1 / 1;
    padding: 13px 25px 23px;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
    gap: 13px; }
  .articles-preview__item.articles-preview_first .articles-preview__img {
    height: 180px; }
  .articles-preview__item.articles-preview_first .articles-preview__date {
    grid-column: auto; }
  .article-block__wrap {
    grid-template-columns: 1fr; }
  .article__img {
    margin-bottom: 32px; }
  .article__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px; }
  .article__text {
    font-size: 12px;
    line-height: 15px; }
  .articles-other__items {
    grid-template-columns: 1fr 1fr 1fr; }
  .news-item {
    grid-gap: 32px 60px; }
  .news-item__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px; }
  .news-item__text {
    font-size: 12px;
    line-height: 15px; }
  .news-other__title {
    margin-bottom: 32px; }
  .page-head.coming-soon__head {
    margin-bottom: 40px; }
  .page-head.coming-soon__head .h1 {
    font-size: 56px;
    line-height: 200%; }
  .coming-soon__title {
    font-size: 50px;
    line-height: 170%; } 
  .section-articles .btn-orange.btn-more,
  .section-news .btn-orange.btn-more{
    width: 100%; }  
  .product-slider__img{
    height: 250px; }
  .vk-notes__img img{
    height: 200px; }
  .vk-notes__repost-caption{
    font-size: 12px;
    }
  .vk-notes__text,
  .vk-notes__repost-text{
    font-size: 12px;
    line-height: 120%;
  }
  .vk-notes__repost a{
    line-height: 120%;
  }
  .disclaimer{
    font-size: 12px;
    font-style: italic;
  }
  .articles-gallery__item img {
    height: 200px;
  }
  .model-preview_first .model-preview__icon {
      width: 44px;
    }
  .product-icons__wrap{
    right: -20px;
  }

  .contacts__items {
      font-size: 14px;
      line-height: 15px;
    }
    .news-preview_page .news-preview__img {
      max-width: 300px;
      padding-bottom: 20%;
      height: auto;
    }
    
    .news-preview_page .news-preview__desc {
      padding-bottom: 70px;
    }
    
    .news-preview_page .news-preview__bottom  .btn-orange {
        width: auto;
        height: 36px;
        padding: 5px 15px;
      }
      
    .news-preview_page .news-preview__date {
      margin-bottom: 14px;
    }
  .news-preview-mob{
        display: block;
    }
  .news-preview-dis{
        display: none;
    }
    
    .product-parameter__subtitle{
        font-size: 12px;
        padding: 5px 40px 5px 10px;
    }
    
    .product-motor__name {
      text-align: right;
      margin-left: 30px;
      line-height: 16px;
    }

    
    .parameters-item__val{
        font-size: 14px;
    }
    
    .parameters-item__name{
        font-size: 12px;
    }

    .parameters-item .container-moto {
      flex-direction: column;
  }
  .parameters-item .container-moto .text .bold-h3 {
      font-size: 1rem;
    }

  .parameters-item .container-moto .text, .parameters-item .container-moto .image {
      width: 100%;
      text-align: left;
  }

    .product-parameter__subtitle::after{
        width: 16px;
        height: 16px; 
        top: 12px;
        right: 12px;
    }

    .wrapper_product-advantages .txt-advantages {
      font-size: 20px;
      line-height: 130%;
      padding: 15px 30px;
    }
    .wrapper_product-advantages .txt-advantages p {
      max-width: 100%;
    }
    .it_pn_btn {
      bottom: 15px;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
    }
    .it_pn_btn img {
      width: 2.5rem;
    }
    .dealers-desc{
        font-size: 16px;
        margin-bottom: 40px;
    }
    .departments__wrap{
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 30px;
    }
    
    .departments__title{
      font-size: 20px;
      margin-bottom: 10px;
    }
    
    .contacts__logo{
        /* vertical-align: middle; */
        display: block;
    }
    
    .contacts__desc{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 40px;
    }
    
    .contacts__item {
      margin-bottom: 1rem;
      font-size: 16px;
      line-height: 18px;
    }
    
    .contacts__map{
        height: 200px;
    }
    
    .contacts-info{
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px;
    }
    .dealers-desc__logo{
        display: block;
        margin: 0 auto;
        width: 160px;
    }

}

@media screen and (max-width: 768px) {
  .wrapper_product-advantages .txt-advantages {
    font-size: 14px;
    justify-content: flex-start;
    align-items:flex-start;
    text-align: left;
    
  }
  #map1 {
    display: none !important;
  }
  #map2 {
    display: block !important;
  }
  .parameters-item__name{
    margin-right: 20px;
  }
  .artickles-preview__wrap {
    grid-template-columns: 1fr 1fr; }
  .catalog-models__wrap {
    grid-template-columns: 1fr; }
  .articles-other__items {
    grid-template-columns: 1fr; }
  .news-preview__wrap {
    /*grid-template-columns: 1fr 1fr;*/ }
  .news-item__date {
    grid-column: auto; }
  .news-item {
    grid-template-columns: 1fr;
    margin-bottom: 60px; }
  .news-item__title {
    margin-bottom: 32px; }
  .vk-notes__slider .swiper-slide {
    width: 280px; } 
  /* .product-slider__img{
    height: 300px; } */
  .product-video__bg{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/icon-play-mob.svg'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: auto;   }  
  .articles-gallery__wrap {
    grid-template-columns: 1fr;
  }
    .articles-gallery_2 .articles-gallery__item img, 
  .articles-gallery_3 .articles-gallery__item img{
      max-height: 200px;
      max-width: 100%;
    }
    
}

@media screen and (max-width: 576px) {
  .wrapper_product-advantages {
    flex-direction: column;
    margin: 50px 0;
  }
  .wrapper_product-advantages .txt-advantages {
    padding: 15px 15px;
    aspect-ratio: 2/1;
    justify-content: flex-start;
    align-items:flex-start;
    text-align: center;
  }
  .artickles-preview__wrap {
    grid-template-columns: 1fr; }
  .articles-preview__wrap {
    grid-template-columns: 1fr; }
  .news-preview__wrap {
    grid-template-columns: 1fr; } 
  .product-slider__img{
    height: 250px; } 
    
  .news-preview__item.news-preview_page {
      flex-direction: column;
  }
  .news-preview__item.news-preview_page{
      padding-bottom: 65px;
  }
    
  .news-preview_page .news-preview__more{
      margin-bottom: 10px;
  }
  
  .news-preview_page .news-preview__desc{
      position: static;
      padding-bottom: 0;
  }
  .news-preview_page .news-preview__img {
      max-width: 100%;
      height: 14rem;
    }
    
  .news-preview_page .news-preview__bottom .btn-orange {
    width: 100%;
    height: 40px;
  }
  

}

@media screen and (max-width: 414px) {
  .parameters-item__name{
    margin-right: 20px;
  }
  .wrapper_product-advantages .txt-advantages {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 360px) {
  .product-slider__img{
    height: 190px; }
}


/* Модальное окно  */

body.open-fix {
    overflow: hidden;
}

body.open-fix .header__wrap { 
   right: 17px;
}

.modal {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  
.modal .button_black{
    width: 100%;
}

.modal.open-modal {
  opacity: 1;
  visibility: visible; }

.modal__body {
  min-height: 100%;
  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: 30px 10px; }

.modal__content {
  position: relative;
  max-width: 500px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px; }

.modal__close {
  position: absolute;
  right: 32px;
  top: 24px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #E3E4E5;
  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;
  z-index: 22;
  cursor: pointer; }

.modal__close img {
  height: 16px;
  width: 16px; }

.modal__head {
    margin-bottom: 30px;
}

.modal__auto {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.modal__title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.modal__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.modal__form {
  display: grid;
  gap: 25px;
  margin-bottom: 16px; }

.modal__form .input__wrap {
    height: 40px;
    border-radius: 4px;
    overflow: visible;
    /* border: 1px solid #c9c9c9; */
    /* padding: 0 12px; */
}

.modal__form .input__wrap:focus-within {
    /* border: 1px solid #05141F; */
}

.modal__form input {
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  color: #1F282C;
  height: 100%;
  border: none;
  outline: none;
  width: 100%; 
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
  
.modal__form .btn-orange{
    width: 100%;
}

.input-error {
  position: relative; }
  
.input-error::before {
    content: 'Поле обязательно для заполнения';
    position: absolute;
    bottom: -24px;
    left: 10px;
    color: red;
    font-size: 12px;
    font-style: italic; 
}

.agreement {
    font-size: 14px;
    line-height: 20px;
    color: #1F282C;
    opacity: 0.8; 
    font-style: italic;
    text-align: center;
}

.agreement a{
    color: #05141F;
}

.form-messages__ok{
    display: none;
    border: 1px solid green;
    padding: 10px 20px;
    color: green;
    text-align: center;
    margin-top: 20px;
}

.form-messages__error{
    display: none;
    border: 1px solid red;
    padding: 10px 20px;
    color: red;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .modal__content{
        padding: 20px;
    }
    
    .modal__close{
        right: 20px;
        top: 20px;
    }
    
    body.open-fix .header__wrap{
        right:0;
    }
}
@media screen and (max-width: 414px) {
  .modal__title {
    font-size: 24px;
  }
  .modal__content{
      padding: 10px;
  }
  
  .modal__close{
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
  }
  
}
/* Модальное окно - end */
