/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner__background {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  justify-content: flex-end;
}

.banner__title {
  display: flex;
  width: fit-content;
  gap: 8px;
  align-items: center;
  color: #fff;
}
.banner__title:hover {
  color: var(--light-color-hover);
}

.banner__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.banner__icon {
  display: flex;
}

.banner__list {
  display: flex;
  width: fit-content;
  gap: 8px;
}

.banner__list-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(1.5px);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.banner__list-item:hover {
  color: var(--light-color-hover);
}

@media (max-width: 767px) {
  .banner__list-item {
    padding: 6px 12px;
  }
  .banner__name {
    font-size: 20px;
  }
}
.banners-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banners-holder {
    overflow: visible;
  }
  .banners-holder::before {
    left: -15px;
  }
  .banners-holder::after {
    right: -15px;
  }
}

.page_blocks .banners-holder {
  border-radius: 20px;
}

.banners {
  display: flex;
  overflow: auto;
  gap: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.banners::-webkit-scrollbar {
  display: none;
}

.banners_blocks-view {
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .banners_blocks-view {
    margin: 0 -15px;
    padding: 24px 15px;
  }
}

.banners__item {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  height: 212px;
}

@media (max-width: 1023px) {
  .banners__item {
    min-width: 432px;
  }
}
@media (max-width: 767px) {
  .banners__item {
    height: 236px;
    min-width: 271px;
  }
}
.home-about {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.home-about_right {
  flex-flow: row-reverse;
}

.home-about__img-block {
  display: flex;
  justify-content: end;
}
.home-about__img-block img {
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .home-about__img-block {
    object-fit: cover;
  }
}

.home-about__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-about__title {
  font-size: 32px;
  font-weight: 600;
}

.home-about__text {
  color: #686868;
  font-size: 18px;
}

.home-about__button {
  padding: 9px 32px;
  width: fit-content;
}

.home-about_blocks-view {
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-about_blocks-view {
    margin: 0 -15px;
    padding: 24px 15px;
  }
}
.home-about_blocks-view .home-about__img-block img {
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .home-about__button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .home-about__title {
    font-size: 24px;
  }
  .home-about__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-about {
    flex-flow: column;
    gap: 16px;
  }
  .home-about__title {
    font-size: 20px;
  }
  .home-about__text {
    font-size: 14px;
  }
}
.home-block {
  background-color: var(--background-color);
}

.home-block_size_l {
  padding: var(--padding);
  --padding: 32px 0;
  --gray-padding: 50px 0 64px;
}

.home-block_style_gray {
  background: #fafafa;
  padding: var(--gray-padding);
}

@media (max-width: 1023px) {
  .home-block_size_l {
    --padding: 16px 0;
    --gray-padding: 32px 0;
  }
}
.blocks_blocks-view .home-block_size_l {
  padding: 0;
}

@media (max-width: 1023px) {
  .home-description {
    padding-bottom: 30px;
  }
  .home-description.content-decorator * + h1,
  .home-description.content-decorator * + h2,
  .home-description.content-decorator * + h3,
  .home-description.content-decorator * + h4,
  .home-description.content-decorator * + h5 {
    margin-top: 25px;
  }
  .home-description.content-decorator h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .home-description.content-decorator h3,
  .home-description.content-decorator h4,
  .home-description.content-decorator h5 {
    font-size: 16px;
    line-height: 21px;
  }
  .home-description.content-decorator p {
    margin-bottom: 25px;
  }
  .home-description.content-decorator p:last-child {
    margin-bottom: 0;
  }
}
.home-slider {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}

.home-slider__slider {
  min-width: 0;
  flex: auto;
}

.home-slider__banners {
  display: flex;
  max-width: 255px;
  flex: 0 0 255px;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 16px;
}

.home-slider__banner {
  flex: 100%;
  overflow: hidden;
}

.home-slider_offset-sidebar {
  flex-flow: column nowrap;
}
.home-slider_offset-sidebar .home-slider__banners {
  flex-flow: row nowrap;
  max-width: initial;
  flex: initial;
}

.home-slider__mobile {
  gap: 32px;
}

@media (max-width: 1023px) {
  .home-slider {
    flex-flow: column nowrap;
  }
  .home-slider__banners {
    flex-flow: column nowrap;
    max-width: initial;
    flex: initial;
  }
  .home-slider__banner_image {
    padding: 0;
  }
  .home-slider_offset-sidebar .home-slider__banners {
    flex-flow: column nowrap;
  }
  .home-slider_hide-banners-adaptive .home-slider__banners {
    display: none;
  }
}
@media (min-width: 450px) and (max-width: 700px) {
  .home-slider__banners_row .home-slider__banner:nth-child(3) {
    display: none;
  }
}
@media (min-width: 450px) {
  .home-slider__banners_row {
    flex-direction: row;
  }
}
.home-slider-banner {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 16px;
  color: #fff;
  text-decoration: none;
}

.home-slider-banner__image {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.home-slider-banner__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-slider-banner__header {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.home-slider-banner__text {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.home-slider-banner__header + .home-slider-banner__text {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .home-slider-banner_image {
    padding: 0;
  }
  .home-slider-banner_image .home-slider-banner__image {
    position: relative;
  }
}