/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
.main-block {
  margin-bottom: 40px;
  position: relative;
}
.main-block .swiper-wrapper {
  box-sizing: border-box;
}
.main-block .swiper-slide {
  height: initial;
}
.main-item {
  position: relative;
  padding: 120px 0 112px;
  z-index: 1;
  height: 100%;
}
.main-title {
  font-size: clamp(25px, 0.014375 * 100vw + 20.4px, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--card);
  max-width: 850px;
  width: 100%;
  margin-bottom: 15px;
}
.main-desc {
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--card);
  max-width: 850px;
  width: 100%;
}
.main-btn {
  margin-top: 50px;
  background: #b70d0d;
  border-color: #b70d0d;
}
.main-advants {
  margin-top: 125px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main-advants .advant-item {
  display: flex;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--card);
}
.main-advants .advant-item:last-child {
  border: none;
  margin-right: 0;
  padding-left: 0;
}
.main-advants .advant-item_icon {
  width: 46px;
  height: 46px;
}
.main-advants .advant-item_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main-advants .advant-item_desc {
  max-width: 146px;
  width: 100%;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--card);
}
.main-buttons .prev {
  z-index: 10;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-48%, 0);
}
.main-buttons .next {
  z-index: 10;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-48%, 0);
}
.main-pagination {
  z-index: 10;
  position: absolute;
  bottom: 40px !important;
  left: 50% !important;
  transform: translate(0, -50%);
}
.main-pagination .swiper-pagination-bullet {
  border-color: var(--card);
}
.main-pagination .swiper-pagination-bullet-active {
  background: var(--card);
}
.main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(114deg, rgba(0, 0, 0, 0.25) 39.27%, rgba(0, 0, 0, 0) 70.52%);
}
.main-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1800px) {
  .main-theme {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-pagination {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    transform: translate(0);
  }
  .main-buttons .next,
  .main-buttons .prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0);
  }
}
@media (max-width: 1100px) {
  .main-item {
    padding: 60px 0 92px;
  }
  .main-background::before {
    background: var(--head);
    opacity: 0.4;
  }
}
@media (max-width: 992px) {
  .main-block {
    margin-bottom: 20px;
  }
  .main-advants {
    margin-top: 40px;
    gap: 15px;
  }
  .main-advants .advant-item {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .main-btn {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .main-item {
    padding: 40px 0 92px;
  }
  .main-title {
    text-align: center;
  }
  .main-desc {
    text-align: center;
  }
  .main-btn {
    margin: 20px auto 0 auto;
  }
  .main-advants {
    /* justify-content: center; */
  }
  .main-pagination {
    display: none;
  }
  .main-theme {
    justify-content: center;
  }
}

@media (max-width: 450px){
    .main-advants .advant-item_desc{
        max-width: 100%;
    }
}

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