.main-slider .swiper-button-next {
  background-color: #6B5F54;
  border-radius: 45px;
  width: 40px;
  height: 40px; }
  .main-slider .swiper-button-next:after {
    width: 0;
    height: 0;
    left: 60%;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-75%, -50%); }

.main-slider .swiper-button-prev {
  background-color: #6B5F54;
  border-radius: 45px;
  width: 40px;
  height: 40px; }
  .main-slider .swiper-button-prev:after {
    width: 0;
    height: 0;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    transform: translate(-75%, -50%); }

.main-slider .swiper-slide img {
  width: 100%; }

.main-slider .pagination_wrap {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 10; }
  @media (max-width: 991px) {
    .main-slider .pagination_wrap {
      bottom: 10px; } }

.main-slider .swiper-pagination-bullets {
  display: inline-block;
  margin: 0 auto;
  position: static;
  background: #ffffff;
  border-bottom: 5px solid #031428; }
  .main-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    opacity: 1;
    padding: 14px 24px;
    color: #001020;
    font-size: 15px;
    position: relative; }
    @media (min-width: 1255px) {
      .main-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        padding: 14px 50px; } }
    .main-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 5px;
      background: #ad0330;
      position: absolute;
      bottom: -5px;
      left: 0; }
    .main-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      width: 100%;
      transition: all .8s; }
  @media (max-width: 991px) {
    .main-slider .swiper-pagination-bullets {
      background: none;
      border: none; }
      .main-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 14px;
        height: 3px;
        opacity: .5;
        background: #ffffff;
        font-size: 0;
        padding: 0;
        margin-right: 6px;
        transition: all .3s; }
        .main-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
          display: none; }
        .main-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 30px;
          opacity: 1; } }

.index_2_blocks {
  display: flex;
  flex-wrap: wrap; }
  .index_2_blocks .item {
    width: 50%; }
  @media (max-width: 767px) {
    .index_2_blocks .item {
      width: 100%; } }

.index_product_item_1 {
  margin: 50px 0 40px; }
  .index_product_item_1 .section-header {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    margin-bottom: 20px; }
    .index_product_item_1 .section-header .swiper-bar {
      width: 100px;
      display: flex;
      margin-left: 22px; }
      @media (max-width: 575px) {
        .index_product_item_1 .section-header .swiper-bar {
          display: none; } }
      .index_product_item_1 .section-header .swiper-bar .swiper-button {
        width: 30px;
        height: 30px;
        border: 1px solid #cdc3c4;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        margin: 0;
        cursor: pointer; }
        .index_product_item_1 .section-header .swiper-bar .swiper-button::after {
          height: 35%;
          width: 35%;
          border-width: 2px 2px 0 0;
          transition: all .3s; }
        .index_product_item_1 .section-header .swiper-bar .swiper-button:hover:after {
          border-color: #001020; }
  @media (max-width: 575px) {
    .index_product_item_1 {
      overflow: hidden; }
      .index_product_item_1 .swiper-container {
        overflow: visible;
        padding-right: 40px; } }

.index_3_blocks {
  background: #f9f8f4;
  padding: 50px 0 5px;
  margin-bottom: 50px; }
  .index_3_blocks > div {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between; }
    .index_3_blocks > div .item {
      margin-right: 30px; }
    .index_3_blocks > div > div:last-child {
      margin: 0; }
    @media (max-width: 767px) {
      .index_3_blocks > div {
        flex-wrap: wrap; }
        .index_3_blocks > div .item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 8px; } }
  .index_3_blocks .mobile_img {
    display: none; }
  @media (max-width: 767px) {
    .index_3_blocks .desktop_img {
      display: none; }
    .index_3_blocks .mobile_img {
      display: block; } }

.index_product_item_2, .index_product_item_3 {
  margin-bottom: 50px; }
  .index_product_item_2 .section-header, .index_product_item_3 .section-header {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #cdc3c4;
    position: relative; }
    .index_product_item_2 .section-header:after, .index_product_item_3 .section-header:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #cdc3c4;
      position: absolute;
      bottom: -5px; }
    @media (max-width: 575px) {
      .index_product_item_2 .section-header, .index_product_item_3 .section-header {
        font-size: 18px; } }
    .index_product_item_2 .section-header .main_more, .index_product_item_3 .section-header .main_more {
      cursor: pointer;
      font-size: 16px;
      color: #001020;
      font-weight: 300;
      text-decoration: none; }
      .index_product_item_2 .section-header .main_more:hover, .index_product_item_3 .section-header .main_more:hover {
        opacity: .8; }
  .index_product_item_2 .section-container, .index_product_item_3 .section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px; }
    @media (max-width: 575px) {
      .index_product_item_2 .section-container, .index_product_item_3 .section-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px; } }

.index-product-banner {
  margin-bottom: 50px;
  display: block;
  width: 100%; }
  .index-product-banner .banner {
    display: block;
    width: 100%; }
    .index-product-banner .banner img {
      width: 100%; }
    .index-product-banner .banner.tablet {
      display: none; }
    .index-product-banner .banner.mobile {
      display: none; }
    .index-product-banner .banner .product_link {
      display: block;
      width: 200px;
      height: 100px;
      background: white;
      border: 1px solid black; }
  @media screen and (max-width: 991px) {
    .index-product-banner .banner {
      display: none; }
      .index-product-banner .banner.tablet {
        display: block; }
      .index-product-banner .banner.mobile {
        display: none; } }
  @media screen and (max-width: 575px) {
    .index-product-banner .banner {
      display: none; }
      .index-product-banner .banner.tablet {
        display: none; }
      .index-product-banner .banner.mobile {
        display: block; } }

.index img {
  width: 100%; }

@media (min-width: 576px) {
  .product-component .image {
    max-height: 107px; } }

@media (min-width: 768px) {
  .product-component .image {
    max-height: 151px; } }

@media (min-width: 991px) {
  .product-component .image {
    max-height: 211px; } }

@media (min-width: 1200px) {
  .product-component .image {
    max-height: 256px; } }

