@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.index .news .owl-nav.disabled{
  display: none !important;
}
.index__header-wrapper {
  margin-bottom: 4vw;
}

.index__header {
  position: relative;
  height: calc(100vh - 10.7692307692vw);
  min-height: 503px;
}

.index__header__img {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline-block;
}

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

.index__header .container {
  padding-top: 7.92308vw;
  color: #FFFFFF;
  position: relative;
}

.index__header .main__h1 {
  margin-bottom: 1.92308vw;
  color: #FFFFFF;
  margin-top: 0;
  max-width: 46vw;
}

.index__header__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #CD9834;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0.92308vw 2.30769vw 1.15385vw 2.30769vw;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.53846vw;
  line-height: 1.84615vw;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 999px) and (min-width: 760px) {
  .index__header__download {
    padding: 1.57895vw 3.94737vw 1.97368vw 3.94737vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.63158vw;
    line-height: 3.15789vw;
  }
}

@media screen and (max-width: 759px) {
  .index__header__download {
    padding: 3.75vw 1.5625vw 4.6875vw 1.5625vw;
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}

@media screen and (min-width: 1300px) {
  .index__header__download {
    padding: 12px 30px 15px 30px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
}

.index__slyder .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 1.923vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.84615vw;
  background: none;
  padding: 0 3.84615vw;
}

@media screen and (max-width: 999px) {
  .index__slyder .owl-nav {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .index__slyder .owl-nav {
    height: 50px;
    padding: 0 50px;
    top: calc(50% - 25px);
  }
}

.index__slyder .owl-nav button.owl-next, .index__slyder .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__slyder .owl-nav button.owl-next svg, .index__slyder .owl-nav button.owl-prev svg {
  width: 0.92308vw;
  height: auto;
}

@media screen and (min-width: 1300px) {
  .index__slyder .owl-nav button.owl-next svg, .index__slyder .owl-nav button.owl-prev svg {
    width: 12px;
  }
}

.index__slyder .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index__slyder .owl-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 3.84615vw;
  right: 7.69231vw;
  z-index: 1;
}

.index__slyder .owl-dots .owl-dot {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #E6E7E8;
  width: 0.92308vw;
  height: 0.92308vw;
  border-radius: 0.46154vw;
}

.index__slyder .owl-dots .owl-dot:not(:last-child) {
  margin-right: 0.76923vw;
}

.index__slyder .owl-dots .owl-dot.active, .index__slyder .owl-dots .owl-dot:hover {
  background-color: #CD9834;
}

.index .models__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.69231vw;
}

.index .models__desc {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 2.30769vw;
  width: 58.53846vw;
  margin: 0 auto 6.92308vw;
  text-align: center;
}

.index .models .main__h2 {
  margin-bottom: 2.53846vw;
}

.index .models__item {
  width: 30.76923vw;
  background: #FFFFFF;
  border: 0.07692vw solid #EBEBEB;
  text-align: center;
  position: relative;
}

.index .models__item:nth-child(1) {
  padding: 0.84615vw 3.23077vw 3.07692vw 2.92308vw;
}

.index .models__item:nth-child(2) {
  padding: 0.84615vw 3.07692vw 3.07692vw 3.07692vw;
}

.index .models__item:nth-child(3) {
  padding: 0.84615vw 2.92308vw 3.07692vw 3.23077vw;
}

.index .models__item::after {
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: calc(100% + 2.30768vw);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.index .models__item:hover {
  border-color: #FFFFFF;
}

.index .models__item:hover::after {
  opacity: 1;
  top: -1.15385vw;
  border-top: 0.61538vw solid #CD9834;
  -webkit-box-shadow: 0vw 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
  display: block;
}

.index .models__item__photo {
  width: 100%;
  height: 16.41vw;
}

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

.index .models__item__title {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 3.38462vw;
  text-transform: uppercase;
}

.index .models__item__params {
  max-width: 15.76923vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.07692vw;
  line-height: 1.53846vw;
  color: #8D8C8D;
  margin-bottom: 1.5vw;
}

.index .models__item__params p:not(:last-child) {
  margin-right: 1.15385vw;
}

.index .models__item__price {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.92308vw;
  line-height: 2.30769vw;
  margin-bottom: 1.99154vw;
}

.index .models__item__download, .index .models__item__detail {
  width: 15.76923vw;
  height: 3.53846vw;
  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;
  position: relative;
  z-index: 1;
}

.index .models__item__detail {
  background: #CD9834;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.53846vw;
  line-height: 1.84615vw;
  color: #FFFFFF;
  margin-bottom: 0.46154vw;
}

.index .models__item__detail:hover {
  background-color: rgba(205, 152, 52, 0.8);
  cursor: pointer;
}

.index .models__item__download {
  background: #E6E7E8;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.23077vw;
  line-height: 1.84615vw;
}

.index .models__item__download:hover {
  background-color: rgba(230, 231, 232, 0.9);
  cursor: pointer;
}

.index .background {
  width: 100%;
  height: 52.30769vw;
}

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

.index .advantages {
  margin-top: -11.17092vw;
  margin-bottom: 7.30769vw;
}

.index .advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .advantages__item {
  background: #FFFFFF;
  padding: 2.61538vw 3.30769vw 3.46154vw;
  width: 30.76923vw;
}

.index .advantages__item__icon {
  display: none;
  width: 7vw;
  height: 0;
  opacity: 0;
  padding-bottom: 2.53846vw;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transition-property: height,opacity;
  transition-property: height,opacity;
}

.index .advantages__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index .advantages__item__title {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.92308vw;
  line-height: 2.30769vw;
  text-transform: uppercase;
  padding-bottom: 2.53846vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.index .advantages__item__title::after {
  content: '';
  width: 4.15385vw;
  height: 0.61538vw;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: width;
  transition-property: width;
  background: #CD9834;
  position: absolute;
}

.index .advantages__item__desc {
  margin-bottom: 3.30769vw;
  margin-top: 1.92308vw;
  min-height: 11.53846vw;
  height: auto;
}

.index .advantages__item__read-more {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.23077vw;
  line-height: 1.84615vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .advantages__item__read-more::after {
  content: '';
  background: url(../img/svg/index_read_more.svg) no-repeat;
  background-size: cover;
  width: 0.76923vw;
  height: 1.38462vw;
  margin-left: 0.53846vw;
}

.index .news {
  margin-bottom: 9.84615vw;
}

.index .news .main__h2 {
  margin-bottom: 2.23077vw;
  text-align: left;
  padding-right: 9.23077vw;
}

.index .news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.index .news__item {
  width: 28.53846vw;
  margin-bottom: 0;
  display: inline-block;
}

.index .news__item__img-wrapper {
  width: 100%;
  height: 16.07692vw;
}

.index .news__item__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1.38462vw;
}

.index .news__item__title {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 1.92308vw;
  display: inline;
  border-bottom: 0.07692vw solid rgba(205, 152, 52, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.index .news__item:hover .news__item__title {
  border-bottom-color: #CD9834;
}

.index .news__item__date {
  margin-top: 0.76923vw;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.07692vw;
  line-height: 1.92308vw;
  color: #8D8C8D;
}

.index .news .owl-nav {
  position: initial;
  width: 8.76923vw;
  top: -5.46154vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0;
}

.index .news .owl-nav button.owl-prev, .index .news .owl-nav button.owl-next {
  background-image: url(../img/svg/color_arrow_prev.svg);
  background-repeat: no-repeat;
  width: 1.15385vw;
  height: 2.30769vw;
  background-size: contain;
}

.index .news .owl-nav button.owl-next {
  background-image: url(../img/svg/color_arrow_next.svg);
}

@media screen and (min-width: 1000px) {
  .advantages__item:hover {
    -webkit-box-shadow: 0 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
    margin-top: -9.42154vw;
  }
  .advantages__item:hover .advantages__item__icon {
    display: block;
    height: 9.42154vw;
    opacity: 1;
  }
  .advantages__item:hover .advantages__item__title::after {
    width: 12vw;
  }
}

@media screen and (min-width: 1300px) {
  .index__header-wrapper {
    margin-bottom: 52px;
  }
  .index__header {
    height: calc(100vh - 140px);
    min-height: 503px;
  }
  .index__header .container {
    padding-top: 103px;
  }
  .index__header .main__h1 {
    margin-bottom: 25px;
    max-width: 598px;
  }
  .index__slyder .owl-dots {
    bottom: 50px;
    right: 100px;
  }
  .index__slyder .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .index__slyder .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
  }
  .index .models .main__h2 {
    margin-bottom: 33px;
  }
  .index .models__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    width: 761px;
    margin: 0 auto 90px;
  }
  .index .models__wrapper {
    margin-bottom: 100px;
  }
  .index .models__item {
    width: 400px;
    border: 1px solid #EBEBEB;
  }
  .index .models__item:nth-child(1) {
    padding: 11px 42px 40px 38px;
  }
  .index .models__item:nth-child(2) {
    padding: 11px 40px 40px 40px;
  }
  .index .models__item:nth-child(3) {
    padding: 11px 38px 40px 42px;
  }
  .index .models__item::after {
    height: calc(100% + 30px);
  }
  .index .models__item:hover::after {
    top: -15px;
    border-top: 8px solid #CD9834;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  }
  .index .models__item__photo {
    height: 213.33px;
  }
  .index .models__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 44px;
  }
  .index .models__item__params {
    max-width: 205px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19.5px;
  }
  .index .models__item__params p:not(:last-child) {
    margin-right: 15px;
  }
  .index .models__item__price {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25.89px;
  }
  .index .models__item__download, .index .models__item__detail {
    width: 205px;
    height: 46px;
  }
  .index .models__item__detail {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .index .models__item__download {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .index .background {
    height: 680px;
  }
  .index .advantages {
    margin-top: -145.222px;
    margin-bottom: 95px;
  }
  .index .advantages__item {
    padding: 34px 43px 45px;
    width: 400px;
  }
  .index .advantages__item:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-top: -122.48px;
  }
  .index .advantages__item:hover .advantages__item__icon {
    display: block;
    height: 122.48px;
    opacity: 1;
  }
  .index .advantages__item:hover .advantages__item__title::after {
    width: 156px;
  }
  .index .advantages__item__icon {
    width: 91px;
    height: 89.48px;
    padding-bottom: 33px;
  }
  .index .advantages__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 33px;
  }
  .index .advantages__item__title::after {
    width: 54px;
    height: 8px;
  }
  .index .advantages__item__desc {
    margin-bottom: 43px;
    margin-top: 25px;
    min-height: 150px;
  }
  .index .advantages__item__read-more {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .index .advantages__item__read-more::after {
    width: 10px;
    height: 18px;
    margin-left: 7px;
  }
  .index .news {
    margin-bottom: 128px;
  }
  .index .news .main__h2 {
    margin-bottom: 29px;
    padding-right: 120px;
  }
  .index .news__item {
    width: 371px;
    margin-bottom: 0;
  }
  .index .news__item__img-wrapper {
    height: 209px;
    margin-bottom: 18px;
  }
  .index .news__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    border-bottom-width: 1px;
  }
  .index .news__item__date {
    margin-top: 10px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
  }
  .index .news .owl-nav {
    width: 114px;
    top: -71px;
  }
  .index .news .owl-nav button.owl-prev, .index .news .owl-nav button.owl-next {
    width: 15px;
    height: 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .index__header {
    min-height: 59.73684vw;
  }
  .index__header__img {
    left: 0;
  }
  .index__header .container {
    padding-top: 9.73684vw;
  }
  .index__header .main__h1 {
    margin-bottom: 3.28947vw;
  }
  .index__slyder .owl-dots {
    bottom: 4.21053vw;
    right: 5.26316vw;
  }
  .index__slyder .owl-dots .owl-dot {
    width: 1.57895vw;
    height: 1.57895vw;
    border-radius: 0.78947vw;
  }
  .index__slyder .owl-dots .owl-dot:not(:last-child) {
    margin-right: 1.31579vw;
  }
  .index .models .main__h2 {
    margin-bottom: 0.26316vw;
  }
  .index .models__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.94737vw;
    width: 74.60526vw;
    margin: 0 auto 6.71053vw;
  }
  .index .models__wrapper {
    margin-bottom: 7.76316vw;
  }
  .index .models__item {
    width: 28.15789vw;
    border: none;
    padding: 0;
  }
  .index .models__item:hover::after {
    display: none;
  }
  .index .models__item:nth-child(1), .index .models__item:nth-child(2), .index .models__item:nth-child(3) {
    padding: 0;
  }
  .index .models__item__photo {
    height: 17.10526vw;
  }
  .index .models__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 6.18421vw;
  }
  .index .models__item__params {
    max-width: 22.10526vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.84211vw;
    line-height: 2.63158vw;
    margin-bottom: 2.56579vw;
  }
  .index .models__item__params p:not(:last-child) {
    margin-right: 1.97368vw;
  }
  .index .models__item__price {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.28947vw;
    line-height: 3.94737vw;
    margin-bottom: 3.40658vw;
  }
  .index .models__item__download, .index .models__item__detail {
    width: 26.97368vw;
    height: 6.05263vw;
  }
  .index .models__item__detail {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.63158vw;
    line-height: 3.15789vw;
    margin-bottom: 0.78947vw;
  }
  .index .models__item__download {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.10526vw;
    line-height: 3.15789vw;
  }
  .index .background {
    height: 63.15789vw;
  }
  .index .advantages {
    margin-top: 0 !important;
    margin-bottom: 9.86842vw;
  }
  .index .advantages__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 7.36842vw;
  }
  .index .advantages__item {
    margin-top: 5.92105vw;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.97368vw 55.78947vw;
        grid-template-columns: 11.97368vw 55.78947vw;
    -webkit-column-gap: 6.84211vw;
            column-gap: 6.84211vw;
    width: auto;
    -webkit-transition: none;
    transition: none;
  }
  .index .advantages__item:hover .advantages__item__title::after {
    width: 20.52632vw;
  }
  .index .advantages__item__icon {
    width: 100%;
    height: 11.77368vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    display: block;
    padding-bottom: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .index .advantages__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.28947vw;
    line-height: 3.94737vw;
    padding-bottom: 4.34211vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .index .advantages__item__title::after {
    width: 7.10526vw;
    height: 1.05263vw;
  }
  .index .advantages__item__desc {
    margin-bottom: 2.63158vw;
    margin-top: 3.28947vw;
    min-height: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .index .advantages__item__read-more {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.10526vw;
    line-height: 3.15789vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .index .advantages__item__read-more::after {
    width: 1.31579vw;
    height: 2.36842vw;
    margin-left: 0.92105vw;
  }
  .index .news {
    margin-bottom: 13.02632vw;
  }
  .index .news .main__h2 {
    margin-bottom: 3.94737vw;
  }
  .index .news__item {
    width: 40.92105vw;
    margin-bottom: 0;
  }
  .index .news__item__img-wrapper {
    height: 23.02632vw;
    margin-bottom: 3.42105vw;
  }
  .index .news__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.28947vw;
    border-bottom-width: 0.13158vw;
  }
  .index .news__item__date {
    margin-top: 1.31579vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.84211vw;
    line-height: 3.28947vw;
  }
  .index .news .owl-nav {
    width: 11.18421vw;
    top: -8.94737vw;
  }
  .index .news .owl-nav button.owl-prev, .index .news .owl-nav button.owl-next {
    width: 1.97368vw;
    height: 3.94737vw;
  }
}

@media screen and (max-width: 759px) {
  .index__header-wrapper {
    margin-bottom: 15.9375vw;
  }
  .index__header {
    height: auto;
    margin-bottom: 0;
    min-height: 0;
  }
  .index__header__img {
    width: 100%;
    height: 67.1875vw;
    position: relative;
    margin-bottom: 6.5625vw;
  }
  .index__header .container {
    padding-top: 0;
    text-align: left;
  }
  .index__header .main__h1 {
    margin-bottom: 8.75vw;
    color: #393839;
    max-width: 100%;
  }
  .index__header__download {
    width: 73.75vw;
    height: 15.9375vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index__slyder {
    text-align: center;
  }
  .index__slyder .owl-dots {
    top: 55.3125vw;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    display: inline-block;
  }
  .index__slyder .owl-dots .owl-dot {
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 1.875vw;
  }
  .index__slyder .owl-dots .owl-dot:not(:last-child) {
    margin-right: 3.125vw;
  }
  .index .models .main__h2 {
    margin-bottom: 0;
  }
  .index .models__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    line-height: 9.375vw;
    width: 100%;
    margin: 0 auto 15.625vw;
    text-align: left;
  }
  .index .models__wrapper {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .models__item {
    width: 100%;
    border: none;
    padding: 0;
  }
  .index .models__item:hover::after {
    display: none;
  }
  .index .models__item:nth-child(1), .index .models__item:nth-child(2), .index .models__item:nth-child(3) {
    padding: 0;
  }
  .index .models__item:not(:last-child) {
    margin-bottom: 13.125vw;
  }
  .index .models__item:last-child {
    margin-bottom: 26.875vw;
  }
  .index .models__item__photo {
    height: 56.25vw;
  }
  .index .models__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 10.625vw;
  }
  .index .models__item__params {
    max-width: 64.0625vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 5.46875vw;
  }
  .index .models__item__params p:not(:last-child) {
    margin-right: 4.6875vw;
  }
  .index .models__item__price {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7.8125vw;
    line-height: 9.375vw;
    margin-bottom: 6.52813vw;
  }
  .index .models__item__download, .index .models__item__detail {
    width: 64.0625vw;
    height: 14.375vw;
  }
  .index .models__item__detail {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 1.875vw;
  }
  .index .models__item__download {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .index .background {
    height: 58.125vw;
  }
  .index .advantages {
    margin-top: 0;
    margin-bottom: 30.3125vw;
  }
  .index .advantages__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .index .advantages__item {
    margin-top: 15.625vw;
    padding: 0;
    width: 100%;
  }
  .index .advantages__item:hover .advantages__item__title::after {
    width: 48.75vw;
  }
  .index .advantages__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.3125vw;
    line-height: 7.8125vw;
    padding-bottom: 7.1875vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .index .advantages__item__title::after {
    width: 16.875vw;
    height: 2.5vw;
  }
  .index .advantages__item__desc {
    margin-bottom: 4.6875vw;
    margin-top: 4.6875vw;
    min-height: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .index .advantages__item__read-more {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 7.5vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .index .advantages__item__read-more::after {
    width: 3.125vw;
    height: 5.625vw;
    margin-left: 2.1875vw;
  }
  .index .news .main__h2 {
    margin-bottom: 9.6875vw;
  }
  .index .news__item {
    width: 100%;
    margin-bottom: 10.625vw;
  }
  .index .news__item__img-wrapper {
    height: auto;
    margin-bottom: 2.5vw;
  }
  .index .news__item__img {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto;
    margin-bottom: 0;
  }
  .index .news__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 6.25vw;
    border-bottom-width: 0.3125vw;
  }
  .index .news__item__date {
    margin-top: 2.5vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75vw;
    line-height: 7.8125vw;
  }
}
/*# sourceMappingURL=index.css.map */