.index-banners {
  padding-top: 50px; }
  @media (max-width: 766.75px) {
    .index-banners {
      padding-top: 30px; } }
  .index-banners__grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    grid-template-rows: 375px minmax(min-content, auto);
    gap: 20px;
    grid-template-areas: "slider product" "info product"; }
    @media (max-width: 1380px) {
      .index-banners__grid {
        grid-template-columns: 1fr 320px;
        grid-template-rows: 325px minmax(min-content, auto); } }
    @media (max-width: 990.75px) {
      .index-banners__grid {
        grid-template-columns: 1fr 340px;
        grid-template-areas: "slider slider" "info product";
        grid-template-rows: 325px minmax(min-content, auto); } }
    @media (max-width: 766.75px) {
      .index-banners__grid {
        grid-template-columns: 1fr;
        grid-template-areas: "slider" "product" "info";
        grid-template-rows: auto 400px minmax(min-content, auto); } }
  .index-banners__info {
    grid-area: info; }
  .index-banners .splide__slide {
    margin-right: 24px;
    width: 100%; }
  .index-banners .splide__arrow--prev,
  .index-banners .splide__arrow--next {
    top: auto;
    bottom: 0; }
  .index-banners .splide__arrow--prev {
    left: 40px;
    right: auto; }
  .index-banners .splide__arrow--next {
    right: 40px; }
  .index-banners .splide__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 200px;
    margin: 0 auto; }
    .index-banners .splide__pagination .splide__pagination__page {
      width: 7px;
      height: 7px;
      border-radius: 100px;
      position: relative;
      background-color: #909090;
      transition: none;
      overflow: hidden; }
      @media (max-width: 766.75px) {
        .index-banners .splide__pagination .splide__pagination__page {
          width: 4px;
          height: 4px; } }
      .index-banners .splide__pagination .splide__pagination__page:before {
        content: '';
        position: absolute;
        background-color: #fff;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        left: 0;
        right: 0;
        transform: translateX(-100%); }
      .index-banners .splide__pagination .splide__pagination__page.is-active {
        transform: scaleX(1);
        width: 21px; }
        @media (max-width: 599.75px) {
          .index-banners .splide__pagination .splide__pagination__page.is-active {
            width: 12px; } }
        .index-banners .splide__pagination .splide__pagination__page.is-active:before {
          transform: translateX(0);
          transition: all linear 5s; }
  .index-banners__slider {
    grid-area: slider;
    min-width: 100%;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 599.75px) {
      .index-banners__slider {
        position: relative;
        padding-bottom: 65%; }
        .index-banners__slider .splide__track {
          position: absolute;
          inset: 0; }
        .index-banners__slider .splide__pagination {
          bottom: 10px; } }

.ib-slide {
  position: relative;
  height: 375px; }
  @media (max-width: 1380px) {
    .ib-slide {
      height: 325px; } }
  @media (max-width: 599.75px) {
    .ib-slide {
      height: 100%; } }
  .ib-slide__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .ib-slide__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 10px; }
  .ib-slide__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px; }
    @media (max-width: 1380px) {
      .ib-slide__inner {
        padding: 32px; } }
    @media (max-width: 766.75px) {
      .ib-slide__inner {
        padding: 16px; } }
  .ib-slide__content {
    max-width: 400px; }
  .ib-slide__title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #fff; }
    @media (max-width: 1380px) {
      .ib-slide__title {
        font-size: 28px; } }
    @media (max-width: 766.75px) {
      .ib-slide__title {
        font-size: 22px; } }
    @media (max-width: 599.75px) {
      .ib-slide__title {
        font-size: 18px; } }
  .ib-slide__text {
    position: relative;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25; }
    @media (max-width: 1380px) {
      .ib-slide__text {
        font-size: 15px; } }
    @media (max-width: 599.75px) {
      .ib-slide__text {
        font-size: 13px; } }
  .ib-slide__btns {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 600.75px) {
      .ib-slide__btns {
        flex-wrap: nowrap;
        margin-top: 20px; }
        .ib-slide__btns .btn {
          height: 32px;
          font-size: 13px; } }
    .ib-slide__btns .btn {
      position: relative;
      z-index: 4;
      margin-right: 20px; }
    .ib-slide__btns .btn-white {
      border-color: #fff; }
  .ib-slide__img-wrap {
    height: 100%;
    position: relative;
    max-width: 50%;
    flex: 1 0 50%; }
  .ib-slide__img {
    max-width: unset;
    width: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .ib-slide__bottom {
    position: absolute;
    z-index: 13;
    display: flex;
    gap: 40px;
    bottom: 70px; }
    .ib-slide__bottom .ib-slide__btn {
      display: flex;
      gap: 20px;
      padding: 17px 40px 17px 30px;
      border-radius: 90px;
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
      .ib-slide__bottom .ib-slide__btn-group {
        display: flex;
        flex-direction: column; }
        .ib-slide__bottom .ib-slide__btn-group .small {
          font-size: 10px;
          font-style: normal;
          font-weight: 700;
          line-height: 18px;
          letter-spacing: 1px;
          text-transform: uppercase;
          opacity: 0.5; }
        .ib-slide__bottom .ib-slide__btn-group .big {
          font-size: 18px;
          font-style: normal;
          font-weight: 300;
          line-height: 26px; }

.ib-slide--light .ib-slide__title {
  color: #333; }

.ib-slide--light .ib-slide__text {
  color: #333; }

[data-src] {
  opacity: 0;
  transition: opacity 0.3s; }

[data-src].loaded {
  opacity: 1; }

.slider-product {
  min-width: 0;
  grid-area: product;
  z-index: 2;
  background: #242424;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  position: relative;
  width: 100%; }
  @media (max-width: 990.75px) {
    .slider-product.in-view .slider-product__center img {
      transform: scale(0.78); }
    .slider-product.in-view .slider-product__descr {
      opacity: 1;
      visibility: visible; }
    .slider-product.in-view .slider-product-wrap img {
      transform: scale(1.05); } }
  @media (max-width: 766.75px) {
    .slider-product {
      max-width: 420px;
      margin: 0 auto; } }
  @media (hover: hover) {
    .slider-product:hover {
      cursor: pointer; }
      .slider-product:hover .slider-product__center img {
        transform: scale(0.78); }
      .slider-product:hover .slider-product__descr {
        opacity: 1;
        visibility: visible; }
      .slider-product:hover .slider-product-wrap img {
        transform: scale(1.03); } }
  .slider-product__bg {
    position: absolute;
    inset: 0;
    pointer-events: none; }
    .slider-product__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top right; }
  .slider-product__center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: .7;
    justify-content: center; }
    .slider-product__center img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: all ease .7s;
      transform: scale(0); }
      @media (max-width: 990.75px) {
        .slider-product__center img {
          object-position: top; } }
      @media (max-width: 599.75px) {
        .slider-product__center img {
          object-fit: cover; } }
  .slider-product__slider {
    height: 100%; }
  .slider-product .slide-bg {
    position: absolute;
    inset: 0;
    pointer-events: none; }
    .slider-product .slide-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top right; }
  .slider-product__block {
    position: relative;
    padding: 30px 20px 90px;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (max-width: 766.75px) {
      .slider-product__block {
        padding: 20px 16px 60px; } }
    @media (hover: hover) {
      .slider-product__block:hover {
        cursor: pointer; } }
  .slider-product__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 766.75px) {
      .slider-product__top {
        margin-bottom: 10px; } }
    @media (min-width: 991.75px) {
      .slider-product__top {
        cursor: pointer; }
        .slider-product__top:hover + .slider-product__bottom .slider-product__title {
          color: #8a6048; } }
  .slider-product-wrap {
    padding: 0 33px;
    margin-top: auto;
    height: 310px;
    width: 100%;
    display: block;
    position: relative;
    transform: translateY(10%); }
    @media (max-width: 990.75px) {
      .slider-product-wrap {
        height: 200px; } }
    .slider-product-wrap picture {
      display: block;
      position: absolute;
      inset: 0; }
    .slider-product-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: all ease .8s; }
    .slider-product-wrap .slider-product__shadow {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      transform: translateY(-40px);
      margin: 0 auto;
      max-width: 240px; }
      @media (max-width: 990.75px) {
        .slider-product-wrap .slider-product__shadow {
          max-width: 210px;
          transform: translateY(-20px); } }
  .slider-product__bottom {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 766.75px) {
      .slider-product__bottom {
        margin-top: 5px;
        margin-bottom: 10px; } }
  .slider-product__badge {
    padding: 2px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    background: #8a6048;
    color: #fff;
    margin-bottom: 5px; }
    @media (max-width: 599.75px) {
      .slider-product__badge {
        font-size: 13px; } }
  .slider-product__title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }
    @media (max-width: 599.75px) {
      .slider-product__title {
        font-size: 18px; } }
  .slider-product__descr {
    opacity: 0;
    visibility: hidden;
    color: rgba(255, 255, 255, 0.8);
    transition: all ease .3s .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
    max-width: 100%; }
    @media (max-width: 599.75px) {
      .slider-product__descr {
        font-size: 14px;
        margin-top: 0; } }
  .slider-product__price {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500; }
    @media (max-width: 766.75px) {
      .slider-product__price {
        font-size: 13px; } }
  .slider-product .slider-product-page {
    position: absolute;
    bottom: 28px;
    right: 77px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
    .slider-product .slider-product-page .item {
      color: #000;
      font-size: 18px; }
    .slider-product .slider-product-page .slash,
    .slider-product .slider-product-page .page {
      color: #acacac;
      font-size: 14px; }
  .slider-product .splide__track {
    height: 100%; }
  .slider-product .splide__slide {
    height: 100%; }
  .slider-product .splide__arrow {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none; }
    .slider-product .splide__arrow svg {
      fill: #FFFFFF; }
