.stocks-thirteen-block .block__title {
  font-size: 32px;
    line-height: 1;
    color: #500020;
    font-weight: 700;
    margin-bottom: 60px;
}

.stocks-thirteen-block {
  margin-bottom: 80px;
}

@media (max-width: 769px) {
    .stocks-thirteen-block {
        margin-bottom: 60px;
    }
}

@media (max-width: 498px) {
    .stocks-thirteen-block {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
  .stocks-thirteen-block__slider-btn-wrap {
    width: 100% !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 375px) {
  .review-card__default-gallery-image {
    width: 30.5%;
  }

  .stocks-thirteen-block__slider-nav {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 15px;
  }

  .stocks-thirteen-block__slider-nav .btn {
    width: 100%;
  }
}

.stocks-thirteen-block__slider-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.stocks-thirteen-block__slider-btn-wrap {
  display: flex;
  gap: 10px;
}

.slider-pagination {
    position: static !important;
    text-align: left !important;
    max-width: 65%;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-color: var(--primary);
    --swiper-pagination-bullet-inactive-color: var(--head-primary);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    z-index: 1 !important;
    width: fit-content !important;
    display: flex;
    gap: 8px;
}

.slider-pagination span.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 7px !important;
}

.stocks-thirteen-block__slider-btn {
  background: #c1024f;
  padding: 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #c1024f;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.stocks-thirteen-block__slider-btn:hover {
  background: white;
}

.stocks-thirteen-block__slider-btn:hover svg path {
  fill: #c1024f;
}

.stocks-thirteen-block {
  overflow: hidden; }
  .stocks-thirteen-block__swiper {
    overflow: visible; }
  .stocks-thirteen-block__container {
    max-width: 1275px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center; }
  .stocks-thirteen-block__btn {
    margin-right: 120px; }
  .stocks-thirteen-block .socials {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 10px;
   }
    .stocks-thirteen-block .socials__label {
      text-align: right;
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: var(--main-text-primary);
      margin-right: 15px; }
    .stocks-thirteen-block .socials__values {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; }
      .stocks-thirteen-block .socials__values .social {
        border-radius: 50%;
        border: 1px solid var(--stroke);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .stocks-thirteen-block .socials__values .social img {
          width: 20px;
          height: 20px; }
  .stocks-thirteen-block__info {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--stroke);
    padding: 40px ;
    margin-top: 10px; }
  .stocks-thirteen-block .swiper-slide {
    height: auto; }
  .stocks-thirteen-block .stock-item {
    display: flex;
    height: 100%;
    background-color: var(--head-primary);
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .stocks-thirteen-block .stock-item__container {
      max-width: 1275px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center; }
    .stocks-thirteen-block .stock-item__left {
      padding: 80px 15px 105px 40px;
      width: 45%; }
    .stocks-thirteen-block .stock-item__right {
      margin-left: auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 55%; }
      .stocks-thirteen-block .stock-item__right::before {
        content: '';
        background-image: url("images/before.svg");
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .stocks-thirteen-block .stock-item__right .image {
        border: 1px solid var(--stroke);
        background-color: var(--background);
        padding: 10px; }
        .stocks-thirteen-block .stock-item__right .image.first {
          transform: rotate(5deg);
          z-index: 100;
          position: relative;
          right: -40px;
          bottom: -50px; }
        .stocks-thirteen-block .stock-item__right .image.second {
          transform: rotate(-5deg);
          position: relative;
          top: -65px;
          right: 40px;
         }
        .stocks-thirteen-block .stock-item__right .image__top {
          padding-top: 100%;
          position: relative; }
          .stocks-thirteen-block .stock-item__right .image__top img {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .stocks-thirteen-block .stock-item__right .image__bottom {
          width: 100%;
          margin-top: 10px; }
          .stocks-thirteen-block .stock-item__right .image__bottom svg {
            width: 100%;
            height: 100%; }
    .stocks-thirteen-block .stock-item__title {
      color: var(--head-secondary);
      margin-bottom: 15px;
      font-weight: 800; }
      .stocks-thirteen-block .stock-item__title span {
        font-weight: 800;
        color: var(--primary); }
    .stocks-thirteen-block .stock-item__description {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: var(--main-text-secondary); }
      .stocks-thirteen-block .stock-item__description * {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: var(--main-text-secondary); }
  .stocks-thirteen-block__slider-btn-wrap {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    margin-right: 10px; }
  .stocks-thirteen-block__bottom {
    margin-top: 30px;
    display: flex;
    align-items: center; }
    .stocks-thirteen-block__bottom .swiper-pagination {
      /* margin-left: auto;  */
    }

@media (max-width: 1310px) {
  .stocks-thirteen-block .stock-item {
    padding: 0px 15px; }
  .stocks-thirteen-block__info {
    padding-left: 15px;
    padding-right: 15px; }
  .stocks-thirteen-block__btn {
    margin-right: 15px; } }
@media (max-width: 991px) {
  .stocks-thirteen-block__info {
    padding-top: 70px; }

  .stocks-thirteen-block .socials__values {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .stocks-thirteen-block .stock-item__left {
    padding-right: 15px;
    padding-left: 0;
    padding-top: 30px;
    width: 100%; 
    max-width: calc(100% - 30px);
  }
  .stocks-thirteen-block .stock-item__right {
    max-width: 500px;
    width: 100%;
    margin-right: auto; }
  .stocks-thirteen-block .stock-item__container {
    flex-direction: column; } }
@media (max-width: 767px) {
  .stocks-thirteen-block__bottom {
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: flex-start; }
  .stocks-thirteen-block__slider-btn-wrap {
    margin-right: 0px;
    margin-top: 15px; }
  .stocks-thirteen-block .stock-item__description {
    font-size: 14px; }
    .stocks-thirteen-block .stock-item__description * {
      font-size: 14px; } }
@media (max-width: 650px) {
  .stocks-thirteen-block__btn {
    margin-right: 0px;
    margin-bottom: 10px; }
  .stocks-thirteen-block__container {
    flex-direction: column;
    align-items: flex-start; } }
@media (max-width: 480px) {
  .stocks-thirteen-block .socials {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .stocks-thirteen-block .socials__label {
      margin-right: 0px;
      text-align: left;
      margin-bottom: 10px; } }

/*# sourceMappingURL=block.css.map */
