@charset "UTF-8";
/* -----  слайдер на первом экране главной страницы ----- */
.hero-slider {
  width: 956px;
  margin-right: 26px;
}

.hero-slider .slick-list, .hero-slider .slick-track, .hero-slider .slide, .hero-slider .slick-slide > div {
  height: 100%;
}

.hero-slider .slick-arrow {
  position: absolute;
  bottom: 36px;
}

.hero-slider .slick-prev {
  left: 65px;
}

.hero-slider .slick-next {
  left: 111px;
}

.hero-slider .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.hero-slide {
  height: 100%;
  padding: 100px 60% 110px 65px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.hero-slide__title {
  font: 700 36px/1 "Futura New", sans-serif;
  letter-spacing: -.016em;
}

.hero-slide__info {
  margin-top: .25em;
  font: 22px/1.2 "Futura New", sans-serif;
  color: #151515;
}

.hero-sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.hero-sidebar .block-tape {
  margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
  .hero-slider {
    width: 100%;
    margin-right: 0;
  }
  .hero-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .hero-sidebar .block-tape, .hero-sidebar .block-offer {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .hero-sidebar .block-tape {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-slider .slick-prev {
    left: 35px;
  }
  .hero-slider .slick-next {
    left: 81px;
  }
  .hero-slide {
    padding: 80px 52% 110px 35px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide {
    padding: 60px 40% 70px 35px;
    background-position-x: 30%;
  }
  .hero-slide__title {
    font-size: 30px;
  }
  .hero-slide__info {
    font-size: 18px;
  }
  .hero-sidebar .block-tape, .hero-sidebar .block-offer {
    width: 100%;
  }
  .hero-sidebar .block-tape {
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .hero-slider {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .hero-slide {
    padding: 60px 50% 70px 15px;
    background-position-x: 25%;
  }
  .hero-slide__title {
    font-size: 24px;
  }
  .hero-slide__info {
    font-size: 16px;
  }
  .hero-sidebar {
    display: block;
  }
  .hero-sidebar .block-tape {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 400px) {
  .hero-slide {
    padding-right: 35%;
  }
}

/* баннеры */
.h-banner {
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-banner__highlited {
  display: inline-block;
  margin: .7em 0 12px -13px;
  padding: .35em 13px;
  background: #ffd739;
  font: 22px/1 "Futura New", sans-serif;
  letter-spacing: 0;
  color: #151515;
}

.h-banner .text-1 {
  line-height: 1;
}

.h-banner-2__block {
  max-width: 230px;
}

.h-banner-2__accent {
  font-weight: 600;
}

.h-banner-2 .hero-slide__title {
  line-height: .8;
}

.h-banner-3 .hero-slide__title {
  color: #fff;
}

.h-banner-4__block {
  max-width: 299px;
}

.h-banner-4 .hero-slide__title {
  color: #fff;
}

.h-banner-5 {
  background: #ffd739;
}

.h-banner-5__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-banner-5__block .hero-slide__title {
  width: 270px;
}

.h-banner-5__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}

.h-banner-5__list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 40px;
}

.h-banner-5__list span {
  display: block;
  min-height: 34px;
  margin-bottom: 26px;
  letter-spacing: -0.35px;
}

.h-banner-5__list img {
  margin: 0 auto;
}

.h-banner-6 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: 50% 50%;
}

.h-banner-7 {
  padding: 0;
}

.h-banner-7__block {
  width: 100%;
  padding: 0 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-banner-7__title-1 span {
  margin: 0 0 0 -13px;
  padding: .2em 13px;
  background: #ffd739;
}

.h-banner-7__title-1 span:first-child {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.h-banner-7__title-1 span:last-child {
  padding-bottom: .1em;
}

.h-banner-7__title-2 {
  max-width: 9em;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .h-banner-5__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .h-banner-5__list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .h-banner-5__list span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  .h-banner-5__list img {
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .h-banner-7__block {
    display: block;
    padding: 0 35px;
  }
  .h-banner-7__title-1 {
    margin: 0 0 0 -13px;
    padding: .2em 13px;
    background: #ffd739;
  }
  .h-banner-7__title-1 span {
    padding: 0;
    margin: 0;
    background: 0;
  }
  .h-banner-7__title-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .h-banner-5__list {
    display: block;
    margin-bottom: -15px;
  }
  .h-banner-5__list li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .h-banner-5__list span {
    display: block;
    min-height: 1px;
    margin-bottom: 0;
  }
  .h-banner-5__list img {
    display: none;
  }
  .h-banner-5__block .hero-slide__title {
    width: auto;
    margin-right: 15px;
  }
  .h-banner-7__block {
    padding: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .h-banner__highlited {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
  }
}

@media screen and (max-width: 380px) {
  .h-banner-5__list {
    font-size: 12px;
  }
}
