

/* Start:/local/templates/html_guide/components-template/index-hero/style.css?17368459473326*/
.index-hero {
  margin-top: 27px;
  margin-bottom: 24px; }
  @media (max-width: 1099px) {
    .index-hero {
      margin-top: 5px; } }
  .index-hero__inner {
    display: grid;
    grid-template-columns: 69% 31%;
    margin: -10px; }
    @media (max-width: 1099px) {
      .index-hero__inner {
        grid-template-columns: 50% 50%; } }
    @media (max-width: 400px) {
      .index-hero__inner {
        grid-template-columns: 1fr;
        margin: -7px; } }
  .index-hero__slider {
    padding-bottom: 49.1%;
    position: relative; }
    @media (max-width: 575px) {
      .index-hero__slider {
        padding-bottom: 125%; } }
  .index-hero__item {
    padding: 10px; }
    .index-hero__item img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 575px) {
      .index-hero__item {
        padding: 7px; } }
  .index-hero__banner {
    padding-bottom: 53.7%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .index-hero__banner:hover {
        cursor: pointer; }
        .index-hero__banner:hover .index-hero__img-wrap {
          transform: scale(1.05); } }
    @media (max-width: 767px) {
      .index-hero__banner {
        padding-bottom: 47.7%; } }
  .index-hero__img-wrap {
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center; }
    .index-hero__img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .index-hero .index-hero__item--main {
    grid-row: 1/3; }
    @media (max-width: 1099px) {
      .index-hero .index-hero__item--main {
        grid-row: auto;
        grid-column: 1/3; } }
    @media (max-width: 400px) {
      .index-hero .index-hero__item--main {
        grid-column: auto; } }

.swiper.slider-fs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .swiper.slider-fs__container {
    height: 100%; }
  .swiper.slider-fs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
    .swiper.slider-fs .swiper-slide a {
      display: block;
      height: 100%;
      width: 100%; }
    .swiper.slider-fs .swiper-slide picture {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative; }
  .swiper.slider-fs .swiper-wrapper {
    height: 100%; }
  .swiper.slider-fs .swiper-pagination {
    bottom: 5%; }
  .swiper.slider-fs .swiper-container {
    width: 100%; }
    @media (max-width: 767px) {
      .swiper.slider-fs .swiper-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; } }
  .swiper.slider-fs .swiper-button-next,
  .swiper.slider-fs .swiper-button-prev {
    top: calc(50% - 22px);
    transition: all 0.3s ease; }
  .swiper.slider-fs .swiper-button-next {
    right: -50px; }
  .swiper.slider-fs .swiper-button-prev {
    left: -50px; }
  @media (min-width: 1024px) {
    .swiper.slider-fs:hover {
      cursor: pointer; }
      .swiper.slider-fs:hover .swiper-button-next {
        right: 50px; }
      .swiper.slider-fs:hover .swiper-button-prev {
        left: 50px; } }

/* End */


/* Start:/local/templates/html_guide/components-template/index-utp/style.css?1736845947771*/
.index-utp {
  display: flex;
  align-items: center; }
  @media (max-width: 1099px) {
    .index-utp {
      display: none; } }
  .index-utp__inner {
    background-color: #FAFAFB;
    padding: 20px 34px; }
  .index-utp__items {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -21px; }
  .index-utp__item {
    padding: 30px 21px;
    width: calc(100% / 4); }
    @media (max-width: 1339px) {
      .index-utp__item {
        width: calc(100% / 2); } }
    .index-utp__item .lazy-img-wrap {
      width: 76px;
      height: 76px; }
  .index-utp .lazy-img-wrap {
    flex: 0 0 auto; }
  .index-utp__title {
    margin-left: 24px;
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .index-utp__title {
        font-size: 16px; } }

/* End */


/* Start:/local/templates/html_guide/components-template/mixin__index-presection/style.css?17368459472351*/
.presection {
  margin-bottom: 38px;
  align-items: center; }
  @media (max-width: 767px) {
    .presection {
      margin-bottom: 20px; } }
  .presection__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .presection__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
  .presection__link {
    position: absolute;
    right: 0;
    padding-right: 15px;
    display: block;
    position: absolute;
    font-weight: 500;
    transition: all .3s ease;
    color: #AAAAAA; }
    .presection__link:after {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      right: 0;
      top: calc(50% - 3px);
      background-repeat: no-repeat;
      background-position: center;
      border-left: 1px solid #AAAAAA;
      border-bottom: 1px solid #AAAAAA;
      transform: rotate(-135deg);
      transition: all .3s ease; }
    @media (max-width: 767px) {
      .presection__link {
        position: relative;
        display: inline-block;
        margin-top: 10px; } }
    @media (min-width: 1024px) {
      .presection__link:hover {
        cursor: pointer;
        color: #761323; }
        .presection__link:hover:before {
          right: 0; }
        .presection__link:hover:after {
          position: absolute;
          content: '';
          border-color: #761323; } }
  .presection--inner .presection__inner {
    justify-content: flex-start; }

.presection__inner .presection__title {
  font-weight: 500;
  font-size: 42px;
  position: relative;
  padding-bottom: 9px; }
  .presection__inner .presection__title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: #CA0915;
    width: 100px;
    left: 50%;
    transform: translateX(-50%); }
  @media (max-width: 1339px) {
    .presection__inner .presection__title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .presection__inner .presection__title {
      font-size: 18px; } }

@media (max-width: 767px) {
  .index .presection__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; } }

@media (max-width: 767px) {
  .index .presection__link {
    margin-top: 0; } }

/* End */


/* Start:/local/templates/html_guide/components-template/product-slider/style.css?17368459473534*/
.product-slider-section {
  position: relative; }
  .product-slider-section:after {
    position: absolute;
    content: "";
    height: 212px;
    width: 100%;
    background-color: #F6F6F6;
    top: 57%;
    transform: translateY(-50%); }

.product-slider {
  z-index: unset !important;
  height: 440px;
  margin: 0px -10px; }
  @media (max-width: 575px) {
    .product-slider {
      overflow: hidden; } }
  @media (max-width: 1099px) {
    .product-slider {
      height: auto;
      margin: 0px -4px;
      margin-right: 0px; } }
  @media (max-width: 575px) {
    .product-slider {
      margin-right: -10px; } }
  .product-slider__container.swiper-container {
    padding: 16px 4px;
    padding-bottom: 24px;
    margin: -16px -4px;
    margin-bottom: -24px;
    z-index: 10; }
    @media (max-width: 1099px) {
      .product-slider__container.swiper-container {
        padding: 0px 0px;
        margin: 0px 0px; } }
    @media (max-width: 820px) {
      .product-slider__container.swiper-container .swiper-button-next,
      .product-slider__container.swiper-container .swiper-button-prev {
        display: none; } }
  .product-slider .product-card-wrap {
    padding: 0px 4px;
    width: calc(100% / 5);
    flex: 0 0 auto; }
    @media (max-width: 1699px) {
      .product-slider .product-card-wrap {
        width: calc(100% / 4); } }
    @media (max-width: 1339px) {
      .product-slider .product-card-wrap {
        width: calc(100% / 3); } }
    @media (max-width: 1099px) {
      .product-slider .product-card-wrap {
        width: 272px;
        padding: 0px 4px;
        display: flex; } }
    .product-slider .product-card-wrap--news {
      width: calc(100% / 4);
      display: flex; }
      @media (max-width: 1339px) {
        .product-slider .product-card-wrap--news {
          width: calc(100% / 3); } }
      @media (max-width: 1099px) {
        .product-slider .product-card-wrap--news {
          width: 272px;
          padding: 0px 4px;
          display: flex; } }
  .product-slider .swiper-pagination {
    display: none; }

.product-slider-section-bg {
  padding: 52px 0px;
  background-color: #fafafb; }
  @media (max-width: 1099px) {
    .product-slider-section-bg {
      padding: 40px 0px; } }
  @media (max-width: 767px) {
    .product-slider-section-bg {
      padding: 25px 0px; } }

.product-slider-ajax-tabs {
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: auto; }
  @media (max-width: 767px) {
    .product-slider-ajax-tabs {
      margin-bottom: 8px;
      padding-bottom: 25px; } }
  .product-slider-ajax-tabs__inner {
    display: flex;
    align-items: center; }
  .product-slider-ajax-tabs__item {
    font-weight: 600;
    font-size: 24px;
    margin-right: 32px;
    color: #aaaaaa;
    position: relative;
    line-height: 1.25;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .product-slider-ajax-tabs__item {
        font-size: 14px;
        margin-right: 16px; } }
    .product-slider-ajax-tabs__item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: -6px;
      height: 3px;
      background-color: #761323;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-slider-ajax-tabs__item:hover {
        cursor: pointer; }
        .product-slider-ajax-tabs__item:hover:after {
          right: 0; } }
    .product-slider-ajax-tabs__item.active {
      pointer-events: none;
      color: inherit; }
      .product-slider-ajax-tabs__item.active:after {
        right: 0; }

/* End */


/* Start:/local/templates/html_guide/components-template/index-banners/style.css?17368459471135*/
.index-banners__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px -10px; }
  @media (max-width: 767px) {
    .index-banners__inner {
      margin: 0px 0px;
      flex-direction: column; } }

.index-banners__item {
  padding: 0px 10px;
  flex: 0 0 50%; }
  @media (max-width: 767px) {
    .index-banners__item {
      padding: 0px 0px;
      flex: 0 0 auto;
      width: 100%; }
      .index-banners__item:not(:last-child) {
        margin-bottom: 7px; } }

.index-banners__banner {
  padding-bottom: 51%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .index-banners__banner:hover {
      cursor: pointer; }
      .index-banners__banner:hover img {
        transform: scale(1.05); } }

.index-banners .lazy-img-wrap.index-banners__img-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .index-banners .lazy-img-wrap.index-banners__img-wrap img {
    will-change: transform;
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%; }

/* End */


/* Start:/local/templates/html_guide/components-template/index-brands/style.css?17368459471860*/
.product-slider.product-slider--brand {
  height: 165px; }
  @media (max-width: 1099px) {
    .product-slider.product-slider--brand {
      height: auto; } }

.brand-card {
  border: 1px solid #E4E4E4;
  padding: 17px 24px;
  transition: box-shadow .3s ease;
  position: relative; }
  @media (max-width: 1099px) {
    .brand-card {
      padding: 13px; } }
  @media (min-width: 1100px) {
    .brand-card:hover {
      cursor: pointer;
      border-color: transparent;
      z-index: 10; }
      .brand-card:hover .brand-card__inner {
        box-shadow: 0 4px 10px 30px rgba(0, 0, 0, 0.25);
        transition: box-shadow .1s linear; }
        .brand-card:hover .brand-card__inner:before {
          position: absolute;
          content: '';
          box-shadow: 0 0 0 30px #fff;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .brand-card:hover .brand-card__image-wrap img {
        filter: opacity(100%); }
      .brand-card:hover .brand-card__content {
        display: block;
        background-color: white; } }
  .brand-card__inner {
    position: relative; }
    .brand-card__inner:before {
      position: absolute;
      content: '';
      pointer-events: none; }
  .brand-card__title {
    font-weight: 700;
    margin-bottom: 3px; }
  .brand-card__image {
    padding: 6px 0px; }
    .brand-card__image-wrap {
      height: 100px; }
      @media (max-width: 767px) {
        .brand-card__image-wrap {
          height: 50px; } }
    .brand-card__image img {
      max-height: 100%;
      max-width: 100%;
      transition: all .3s ease; }
  .brand-card__content {
    display: none; }
    @media (max-width: 1099px) {
      .brand-card__content {
        display: block; } }
  .brand-card__descr {
    font-size: 16px; }
    @media (max-width: 767px) {
      .brand-card__descr {
        font-size: 10px; } }

/* End */


/* Start:/local/templates/html_guide/components-template/index-about/style.css?17368459473273*/
.index-about {
  background: #222222;
  padding: 40px 0px; }
  .index-about__inner {
    display: flex; }
    @media (max-width: 1099px) {
      .index-about__inner {
        flex-direction: column-reverse; } }
  .index-about__left {
    width: 48%;
    position: relative;
    margin-top: -80px;
    margin-bottom: -80px; }
    .index-about__left:after, .index-about__left:before {
      width: 10px;
      background-color: #CA0915;
      position: absolute;
      content: ""; }
    .index-about__left:after {
      right: 0;
      top: 0;
      height: 65%;
      z-index: 2; }
    .index-about__left:before {
      left: 0;
      bottom: 0;
      height: 65%;
      z-index: 2; }
    .index-about__left .lazy-img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: flex-start; }
      @media (max-width: 1699px) {
        .index-about__left .lazy-img-wrap {
          align-items: center; } }
      .index-about__left .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 1099px) {
      .index-about__left {
        width: 100%;
        padding-bottom: 40%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .index-about__left {
        padding-bottom: 60%; } }
  .index-about__right {
    width: 52%;
    padding-left: 96px;
    position: relative; }
    @media (max-width: 1699px) {
      .index-about__right {
        margin-top: 20px; } }
    @media (max-width: 1099px) {
      .index-about__right {
        margin-top: 0px; } }
    @media (max-width: 1699px) {
      .index-about__right {
        padding-left: 30px; } }
    @media (max-width: 1099px) {
      .index-about__right {
        padding: 30px;
        width: 100%; } }
  .index-about__title {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 42px;
    position: relative;
    padding-bottom: 9px;
    line-height: 1.42; }
    .index-about__title:after {
      position: absolute;
      content: "";
      left: 0;
      width: 100px;
      background-color: #CA0915;
      bottom: 0;
      height: 3px; }
    @media (max-width: 767px) {
      .index-about__title {
        font-size: 18px; } }
  .index-about__descr {
    margin-top: 32px;
    color: #fff; }
    .index-about__descr p {
      margin-bottom: 24px; }
      .index-about__descr p.big {
        font-size: 22px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .index-about__descr p.big {
            font-size: 14px; } }
    .index-about__descr--more {
      display: none; }
  .index-about .show-more {
    color: #fff; }
    .index-about .show-more .icon {
      display: none; }
    .index-about .show-more:after {
      background-color: #CA0915;
      right: 100%; }
    @media (min-width: 1024px) {
      .index-about .show-more:hover {
        cursor: pointer;
        color: #CA0915; }
        .index-about .show-more:hover:after {
          right: 100%; } }
    .index-about .show-more:active:after {
      right: 0; }

.js-paragraph p {
  display: none; }

.js-paragraph.active p {
  display: block; }

.js-paragraph p:nth-child(-n + 2) {
  display: block; }

/* End */


/* Start:/local/templates/html_guide/components-template/index-news/style.css?17368459471897*/
.news-card {
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease; }
  @media (min-width: 1100px) {
    .news-card:hover {
      cursor: pointer;
      border-color: transparent;
      z-index: 10; }
      .news-card:hover .news-card__inner {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); } }
  .news-card__inner {
    height: 100%;
    transition: box-shadow 0.3s ease; }
  .news-card__header {
    padding-bottom: 68%;
    position: relative; }
    .news-card__header .lazy-img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .news-card__header .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .news-card__footer {
    padding: 24px; }
  .news-card .news-card__title {
    margin-bottom: 16px;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .news-card .news-card__title {
        height: 38px;
        font-size: 14px; } }
  .news-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px; }
  .news-card__date {
    margin-top: 18px;
    color: #aaaaaa; }
  @media (max-width: 575px) {
    .news-card .news-card__title {
      margin-bottom: 0px; } }
  @media (max-width: 575px) {
    .news-card .news-card__descr {
      display: none; } }
  @media (max-width: 575px) {
    .news-card .news-card__footer {
      padding: 10px;
      margin-top: 13px; } }
  @media (max-width: 575px) {
    .news-card {
      border: none; } }

.news-slider-section .product-slider {
  height: auto; }

/* End */


/* Start:/local/templates/html_guide/components-template/instagram-section/style.css?17368459472522*/
.instagram-slider-section {
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    .instagram-slider-section {
      padding-top: 20px;
      padding-bottom: 60px; } }

.instagram-slider .swiper-container {
  padding: 0px 0px; }
  @media (max-width: 767px) {
    .instagram-slider .swiper-container {
      padding: 0px; } }

.instagram-slider .product-card-wrap {
  width: 20%;
  flex: 0 0 auto; }
  @media (max-width: 767px) {
    .instagram-slider .product-card-wrap:nth-child(2n-1) {
      transform: translateY(0); } }
  @media (max-width: 767px) {
    .instagram-slider .product-card-wrap:nth-child(2n) {
      transform: translateY(0); } }
  @media (max-width: 1339px) {
    .instagram-slider .product-card-wrap {
      width: 25%; } }
  @media (max-width: 767px) {
    .instagram-slider .product-card-wrap {
      width: 190px; } }

.instagram-slider .swiper-button-next,
.instagram-slider .swiper-button-prev {
  top: 50%; }

.instagram-slider .swiper-pagination {
  display: none; }
  @media (max-width: 767px) {
    .instagram-slider .swiper-pagination {
      display: flex; } }

.instagram-card {
  position: relative;
  transition: all 0.3s ease; }
  .instagram-card__inner {
    height: 100%;
    transition: box-shadow 0.3s ease; }
  .instagram-card__header {
    padding-bottom: 100%;
    position: relative; }
    .instagram-card__header .lazy-img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .instagram-card__header .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
        transform: scale(1.05); }
  @media (min-width: 1100px) {
    .instagram-card:hover {
      cursor: pointer;
      border-color: transparent; }
      .instagram-card:hover img {
        transform: scale(1.01); } }
  .instagram-card__footer {
    padding: 24px; }
  .instagram-card__title {
    font-weight: 600;
    margin-bottom: 18px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 767px) {
      .instagram-card__title {
        height: 35px; } }
  .instagram-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px; }
  @media (max-width: 575px) {
    .instagram-card {
      border: none; } }

/* End */
/* /local/templates/html_guide/components-template/index-hero/style.css?17368459473326 */
/* /local/templates/html_guide/components-template/index-utp/style.css?1736845947771 */
/* /local/templates/html_guide/components-template/mixin__index-presection/style.css?17368459472351 */
/* /local/templates/html_guide/components-template/product-slider/style.css?17368459473534 */
/* /local/templates/html_guide/components-template/index-banners/style.css?17368459471135 */
/* /local/templates/html_guide/components-template/index-brands/style.css?17368459471860 */
/* /local/templates/html_guide/components-template/index-about/style.css?17368459473273 */
/* /local/templates/html_guide/components-template/index-news/style.css?17368459471897 */
/* /local/templates/html_guide/components-template/instagram-section/style.css?17368459472522 */
