.banner-block + .cta-items-block {
  margin-top: -50%;
}

@media (min-width: 768px) {
  .banner-block + .cta-items-block {
    margin-top: -113px;
  }
}

.cta-items__content {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .cta-items__content {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .cta-items__content {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .cta-items-block,
  .cta-items__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cta-items-block,
  .cta-items__content {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-items-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .cta-items-block .slick-slide {
    overflow: hidden;
  }
  .cta-items-block .slick-slide:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .cta-items-block .slick-slide:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  .cta-items-block .slick-list {
    padding: 0 15px;
  }
}

.cta-item {
  background-color: #003187;
  padding: 35px 25px;
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
  border-right: 1px solid #fff;
  display: flex !important;
}

@media (min-width: 768px) {
  .cta-item {
    width: 33.333%;
    padding: 30px 15px 40px 10px;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .cta-item:last-of-type {
    border-right: 0;
  }
  .cta-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .cta-item:last-of-type {
    border-right: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .cta-item {
    display: flex;
    align-items: center;
  }
}

.cta-item .cta-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 -10px;
}

.cta-item .cta-item__image img {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .cta-item .cta-item__image img {
    max-width: 96px;
    width: 96px;
    height: 96px;
    max-height: 96px;
  }
}

@media (min-width: 768px) {
  .cta-item .cta-item__image {
    margin-bottom: 0;
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .cta-item .cta-item__content {
    text-align: left;
  }
}

.cta-item .cta-item__content_title,
.cta-item .cta-item__content_text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.cta-item .cta-item__content_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 12px;
}

.cta-item .cta-item__content_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.cta-item .cta-item__button {
  position: absolute;
}

@media (max-width: 767px) {
  .cta-item .cta-item__button {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .cta-item .cta-item__button {
    display: flex;
    align-items: center;
    bottom: 12px;
    right: 0;
    background-color: #ff3366;
    width: 67px;
    height: 36px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 12px;
  }
  .cta-item .cta-item__button::before {
    content: "";
    display: block;
    background: #ff3366 url("../../resources/icons/arrow-right-white.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
  }
}

@media (max-width: 1200px) {
  .cta-item .cta-item__image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin: auto 0 auto -5px;
  }
  .cta-item__image img {
    width: 100%;
  }

  .cta-item .cta-item__content_title {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .cta-item {
    flex-direction: column;
  }
  .cta-item .cta-item__image {
    margin: -10px auto 0;
  }
}
@media (max-width: 767px) {
  /*.cta-item {
    flex-direction: row;
  } */
  .cta-item .cta-item__image {
    height: 96px;

    margin: -25px auto 5px;
  }
}
/*# sourceMappingURL=cta-items.css.map */
