
.banners-wrapper,
.banners,
.banners-wrapper .slick-dots {
  background-color: var(--color-background-content);
}

.banners-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banners-wrapper .slick-track {
  display: flex;
}

.banners-wrapper .slick-dots {
  position: static;
  top: 0;
  padding-top: 25px;
  padding-bottom: 32px;
}

.banners .slick-dots li {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0 10px;
}

.banners .slick-dots li.slick-active {
  background-color: var(--color-gray-dark);
  border-color: var(--color-gray-dark);
}

.banners .slick-dots li button {
  display: none;
}

.banners__item {
  height: inherit;
}

.banner {
  height: 100%;
}

.banner__image {
  position: relative;
}
.ec2024-banner-blocks {
  display:none !important;
}
.banner__image img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.banner__content {
  padding: var(--block-offset);
}

.banner_img .banner__content {
  display: none;
}

.page .banner__title {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

.page .banner__subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.page .banner__suptitle {
  font-size: 20px;
  font-weight: 400;
}

.banner__description {
  margin-top: var(--block-offset);
}

.page .banner__description ul {
  padding-left: 0;
  list-style: none;
}

.page .banner__description ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}

.page .banner__description ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 7px solid transparent;
  border-left-color: currentColor;
}

.page .ec-2023 .banner__description ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #E31E24;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border:none;
  border-radius: 50%;
}

.banner__button {
  margin-top: 27px;
}


.page .banner__button .button {
  width: auto;
  min-width: 184px;
  font-size: 18px;
}

.page .banner_img .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  border-color: transparent;
  background-color: transparent;
}
.banner__black-background {
  display: none;
}
.page .banner__title.its-discount__title {
  color:#FFD200;font-size:72px;
}
.exp_date_df {
  font-weight:bold;
  font-size:24px;
  display:flex;
  gap: 20px;
}
.banner__big-font {
  font-size: 1.8rem;
}

.ec-2023 .red-badge {
  border-radius: 20px;
  color:white;
  background-color: #E31E24;
  padding: 3px 20px;
  margin-bottom:20px;
  width:fit-content;
}
.ec-2023 .banner-company-logos{
  position:absolute;
  left:230px;
  width:270px;
  top:-20px;

}
@media(max-width:400px) {
  .exp_date_df {
    flex-direction: column;
    font-size: 20px;
    gap:0;
  }
}
@media(max-width:578px) {
  .page .banner__title.its-discount__title {
    font-size:40px
  }
  .banner__big-font {
    font-size: 1.1rem;
  }
}

.background-clip {
  background-color: #FFD200;
clip-path: polygon(8% 0%, 97% 0%, 92% 95%, 2% 95%);
background-size: 200%;
width: 200px;
height: 40px;
text-align: center;
color:white;
}

@media (max-width: 767px) {
  .banner__black-background {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(2, 5, 5, 0.5);
  }
  .banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
  }
  .banner__image {
    padding-top: 0;
    height: 100%;
  }
  .banner__image img {
    object-fit: cover;
    object-position: 65%;
  }
  .ec-2023 .banner__image img  {
    object-position: 25%;
  }
  .banners__item {
    height: 500px;
    position: relative;
  }
  .banner__description {
    margin-top: 0 !important;
  }
  .banner__description > div {
    margin: 0 !important;
  }

  .banner__title,
  .banner__suptitle,
  .banner__subtitle,
  .banner__description,
  .banner__button {
    width: auto !important;
  }

  .banner_right .banner__title,
  .banner_right .banner__suptitle,
  .banner_right .banner__subtitle,
  .banner_right .banner__description,
  .banner_right .banner__button {
    width: auto !important;
  }
}
.crossed-out {
  position: relative;
}
.crossed-out::after {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('./img/crossed.svg') center/contain no-repeat;
}
@media (min-width: 576px) {
  .banner {
    display: flex;
    position: relative;
  }
.ec2024-banner-blocks {
  display:flex !important;
}
  .banner_dark {
    color: var(--color-background-content);
  }

  .banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .banner_img .banner__image {
    width: 100%;
    position: relative;
    padding-top: 50%;
  }

  .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 540px;
    min-height: 350px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .banner_img .banner__content {
    display: none;
  }

  .banner__title,
  .banner__suptitle,
  .banner__subtitle,
  .banner__description,
  .banner__button {
    width: 60%;
  }

  .banner_right .banner__title,
  .banner_right .banner__suptitle,
  .banner_right .banner__subtitle,
  .banner_right .banner__description,
  .banner_right .banner__button {
    width: 45%;
    margin-left: auto;
  }

  .page .banner__title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .ec-2023 .banner__image img {
    object-position: 30% 100%;
  }
  .banner__image img {
    object-position: 50% 100%;
  }

  .banner_img .banner__image {
    height: 100%;
    padding-top: 0;
  }

  .banner__content {
    max-width: 768px;
    min-height: 410px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .page .banner__title {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .banner__content {
    max-width: 960px;
  }
  .ec-2023 .banner__image img {
    object-position: 40% 100%;
  }
  .page .banner__suptitle,
  .page .banner__subtitle {
    font-size: 27px;
  }

  .banner__title,
  .banner__suptitle,
  .banner__subtitle,
  .banner__description,
  .banner__button {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .banner {
    height: 650px;
  }
  .ec-2023 .banner__image img {
      object-position: 80% 100%;
    }
}

@media (min-width: 1366px) {
  .banner__content {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .banner__image img {
    object-position: 100% 0;
  }
}

.azs-1c .banner__black-background {
  display: none;
}

.azs-1c .banner__content {
  inset: 1em 1em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: none;
}

.page .azs-1c .banner__title {
  text-align: center;
  color: var(--color-primary);
}

.azs-1c .banner__description {
  font-size: 1.25rem;
  text-align: center;
  color: var(--color-text);
}

.azs-1c .banner__button {
  margin-top: auto;
}

@media (min-width: 480px) {

  .azs-1c .banner__content {
    align-items: flex-start;
    justify-content: center;
  }

  .page .azs-1c .banner__title,
  .azs-1c .banner__description {
    text-align: left;
  }

  .page .azs-1c .banner__title {
    margin-bottom: 1em;
  }

  .azs-1c .banner__description {
    width: 50% !important;
    margin-bottom: 2em;
  }

  .azs-1c .banner__button {
    margin-top: unset;
  }
}

@media (min-width: 992px) {
  .azs-1c .banner__content {
    padding-left: 0;
  }

  .azs-1c .banner__description {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .page .azs-1c .banner__title {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 1320px) {
  .azs-1c .banner__description {
    width: 30% !important;
  }
}
