.banner {
  position: relative;
  height: 100%;
  overflow: hidden
}
.banner__item {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden
}
.banner__item:not(.banner__item-active) {
  display: none
}
.banner picture {
  display: block;
  width: 100%;
  height: 100%
}
.banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.banner__wrap {
  display: flex!important;
  height: 100%;
  margin-bottom: 0!important
}
.banner__wrap .slick-dots {
  position: absolute;
  left: 40px;
  bottom: 44px;
  display: flex;
  align-items: center
}
.banner__wrap .slick-dots li {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: 2.5px;
  margin-right: 2.5px
}
.banner__wrap .slick-dots li.slick-active button {
  background-color: #e81b23
}
.banner__wrap .slick-dots li button {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff
}
.banner__wrap .slick-dots li button::before {
  display: none
}
.banner__text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px
}
.banner__text-block-content {
  max-width: calc(100% - 350px)
}
.banner__text-block_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}
.banner__text-block_bottom .banner__text-block-content {
  max-width: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.banner__timer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0
}
.banner__title {
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  color: #fff
}
.banner__text {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #fff
}
.banner__btn {
  width: 200px
}
.banner__navigation p {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 67px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #fff
}
.banner__next-btn,
.banner__prev-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #fe7200;
  border-radius: 50%;
  transform: translateY(-50%)
}
.banner__next-btn:hover,
.banner__prev-btn:hover {
  background-color: #e81b23
}
.banner__next-btn span,
.banner__prev-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%
}
.banner__next-btn svg,
.banner__prev-btn svg {
  color: #fff
}
.banner__next-btn {
  left: auto;
  right: 30px
}
.banner__next-btn svg {
  transform: rotate(180deg)
}
.banner__navigation-current {
  margin-right: 4px;
  font-weight: 500!important
}
.banner__navigation-total {
  margin-left: 4px
}
@media (max-width:1250px) {
  .banner__text-block,
  .banner__timer {
    padding: 30px
  }
  .banner__title {
    font-size: 40px;
    line-height: 45px
  }
}
@media (max-width:1200px) {
  .banner__wrap .slick-dots {
    left: 30px
  }
}
@media (max-width:1023px) {
  .banner__item {
    border-radius: 0
  }
  .banner picture,
  .banner picture img {
    height: auto;
    border-radius: 20px
  }
  .banner__wrap {
    height: auto
  }
  .banner__text-block {
    position: static;
    padding: 10px 0 0
  }
  .banner__text-block-content {
    max-width: 100%
  }
  .banner__text-block_bottom .banner__text-block-content {
    align-items: flex-start
  }
  .banner__timer {
    position: static;
    padding: 10px 0 0
  }
  .banner__title {
    font-size: 28px;
    line-height: 31px;
    color: #0e0e0e
  }
  .banner__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 15px;
    color: #0e0e0e
  }
  .banner__btn {
    width: 160px;
    height: auto;
    padding: 4px 17px 4px 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    background-color: #e81b23
  }
  .banner__btn:hover {
    background-color: #eb3239;
    color: #fff;
    opacity: 1
  }
  .banner__navigation {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: auto;
    display: flex;
    align-items: center;
    padding: 0;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: #fff;
    border-radius: 50px
  }
  .banner__navigation p {
    display: flex;
    min-width: 49px;
    font-size: 12px;
    line-height: 15px;
    color: #0e0e0e
  }
  .banner__next-btn,
  .banner__prev-btn {
    position: static;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    transform: none;
    background-color: #fff;
    border: 1px solid #0e0e0e
  }
  .banner__next-btn span,
  .banner__prev-btn span {
    width: auto;
    height: auto;
    border: none
  }
  .banner__next-btn svg,
  .banner__prev-btn svg {
    color: #0e0e0e
  }
  .banner__navigation-current {
    margin-right: 0
  }
  .banner__navigation-total {
    margin-left: 0;
    color: #858585
  }
}