/* 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: 10px;
}

.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: 10px;
  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: 48px;
}

.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%;
  align-self: flex-start;
}
@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;
  margin: 0;
  font-family: Manrope, sans-serif;
}
.home-about__title * {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.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: 10px;
  background-color: #fff;
  padding: 40px;
}
@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 {
    flex-flow: column;
    gap: 32px;
  }
  .home-about__title {
    font-size: 24px;
  }
  .home-about__text {
    font-size: 16px;
  }
  .home-about__img-block {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .home-about {
    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;
}

.home-brands {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-brands__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.home-brands__title {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.home-brands__description {
  font-size: 16px;
  line-height: 160%;
}

.home-brands__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-brands__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 10px;
  background: #fafafa;
}

.home-brands__item-img {
  display: flex;
  align-items: center;
  height: 38px;
}
.home-brands__item-img img {
  max-height: 38px;
  max-width: 100%;
}

.home-brands__button {
  display: flex;
  justify-content: center;
}
.home-brands__button .button {
  width: 257px;
}

.home-brands__item-link {
  margin-top: auto;
}

@media (max-width: 1023px) {
  .home-brands__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .home-brands__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .home-brands__title {
    font-size: 24px;
  }
  .home-brands {
    gap: 24px;
  }
  .home-brands__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .home-brands__item_hide-mobile {
    display: none;
  }
}
@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-legal {
  display: flex;
  gap: 8px;
}

.home-legal__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  background-color: #296f9a;
  max-width: 740px;
  width: 100%;
}

.home-legal__badge {
  background-color: #26516a;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-legal__title,
.home-legal__description,
.home-legal__button {
  z-index: 1;
}

.home-legal__title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  max-width: 407px;
}

.home-legal__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 407px;
  color: #fff;
}

.home-legal__description-item {
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 130%;
}

.home-legal__button {
  padding: 16px 24px;
  width: fit-content;
  background-color: var(--add-to-cart-button-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: auto;
}
.home-legal__button:hover {
  background-color: var(--add-to-cart-button-color-hover);
}

.home-legal__image {
  position: absolute;
  right: 0;
  top: 56px;
}

.home-legal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.home-legal__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 10px;
  background: #fff;
}

.home-legal__item-image-box {
  min-height: 32px;
  width: 32px;
}

.home-legal__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-legal__item-title {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.home-legal__item-body {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 1300px) {
  .home-legal__image {
    opacity: 0.6;
  }
}
@media (max-width: 1023px) {
  .home-legal {
    flex-flow: column;
  }
  .home-legal__info {
    max-width: unset;
  }
  .home-legal__image {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-legal__info {
    padding: 24px;
    overflow: hidden;
  }
  .home-legal__badge {
    font-size: 16px;
  }
  .home-legal__title {
    font-size: 20px;
  }
  .home-legal__description {
    max-width: 70%;
  }
  .home-legal__description-item {
    font-size: 14px;
  }
  .home-legal__description-item svg {
    min-width: 24px;
  }
  .home-legal__button {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
  }
  .home-legal__image {
    max-width: 150px;
    max-height: 150px;
    right: -30px;
    top: unset;
    bottom: 80px;
  }
  .home-legal__image img {
    width: 100%;
  }
  .home-legal__list {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0 15px;
    gap: 8px;
  }
  .home-legal__item {
    min-width: 250px;
  }
  .home-legal__item-title {
    font-size: 16px;
  }
}
.home-pro {
  display: flex;
  gap: 8px;
}

.home-pro__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  max-width: 740px;
  width: 100%;
  background: url("../img/custom_blocks/pro_bg_image.png") lightgray 50%/cover no-repeat;
  background-color: #333;
}

.home-pro__badge {
  background-color: #707a80;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-pro__title,
.home-pro__description,
.home-pro__button {
  z-index: 1;
}

.home-pro__title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  max-width: 407px;
}

.home-pro__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 407px;
  color: #fff;
}

.home-pro__description-item {
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 130%;
}

.home-pro__button {
  padding: 16px 24px;
  width: fit-content;
  background-color: var(--add-to-cart-button-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: auto;
}
.home-pro__button:hover {
  background-color: var(--add-to-cart-button-color-hover);
}

.home-pro__image {
  position: absolute;
  right: 0;
  top: 56px;
}

.home-pro__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-pro__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

.home-pro__item-image-box {
  min-height: 32px;
  width: 32px;
}

.home-pro__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-pro__item-title {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.home-pro__item-body {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 1300px) {
  .home-pro__image {
    opacity: 0.6;
  }
}
@media (max-width: 1023px) {
  .home-pro {
    flex-flow: column;
  }
  .home-pro__info {
    max-width: unset;
  }
  .home-pro__image {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-pro__info {
    padding: 24px;
    overflow: hidden;
  }
  .home-pro__badge {
    font-size: 16px;
  }
  .home-pro__title {
    font-size: 20px;
    max-width: 50%;
  }
  .home-pro__description {
    display: none;
  }
  .home-pro__description-item {
    font-size: 14px;
  }
  .home-pro__description-item svg {
    min-width: 24px;
  }
  .home-pro__button {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
  }
  .home-pro__image {
    max-width: 120px;
    max-height: 120px;
    right: 0;
    top: unset;
    bottom: 65px;
  }
  .home-pro__image img {
    width: 100%;
  }
  .home-pro__list {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0 15px;
    gap: 8px;
  }
  .home-pro__item {
    min-width: 250px;
  }
  .home-pro__item-title {
    font-size: 16px;
  }
}
.home-service {
  display: flex;
  gap: 8px;
}

.home-service__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  background-color: #fc9324;
  max-width: 740px;
  width: 100%;
}

.home-service__badge {
  background-color: #d37209;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-service__title,
.home-service__description,
.home-service__button {
  z-index: 1;
}

.home-service__title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  max-width: 407px;
}

.home-service__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 407px;
  color: #fff;
}

.home-service__description-item {
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 130%;
}

.home-service__button {
  padding: 16px 24px;
  width: fit-content;
  background-color: #ffde00;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: auto;
}
.home-service__button:hover {
  background-color: #ffe743;
}

.home-service__image {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.home-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.home-service__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 10px;
  background: #fff;
}

.home-service__item-image-box {
  min-height: 32px;
  width: 32px;
}

.home-service__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-service__item-title {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.home-service__item-body {
  color: #606060;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 1300px) {
  .home-service__image {
    opacity: 0.6;
  }
}
@media (max-width: 1023px) {
  .home-service {
    flex-flow: column-reverse;
  }
  .home-service__info {
    max-width: unset;
  }
  .home-service__image {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-service__info {
    padding: 24px;
    overflow: hidden;
  }
  .home-service__badge {
    font-size: 16px;
  }
  .home-service__title {
    font-size: 20px;
  }
  .home-service__description {
    max-width: 70%;
  }
  .home-service__description-item {
    font-size: 14px;
  }
  .home-service__description-item svg {
    min-width: 24px;
  }
  .home-service__button {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
  }
  .home-service__image {
    position: relative;
    bottom: unset;
    right: unset;
  }
  .home-service__image img {
    width: 100%;
  }
  .home-service__list {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0 15px;
    gap: 8px;
  }
  .home-service__item {
    min-width: 250px;
  }
  .home-service__item-title {
    font-size: 16px;
  }
}
.home-seasons {
  display: flex;
  gap: 48px;
  border-radius: 10px;
  padding: 40px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-seasons__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 267px;
  width: 267px;
  justify-content: space-between;
}

.home-seasons__info-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.28px;
}

.home-seasons__info-button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #ffde00;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.home-seasons__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.home-seasons__menu-item {
  display: inline-flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  background: #fff;
}

.home-seasons__menu-item-img {
  min-width: 63px;
  width: 63px;
  height: 63px;
}
.home-seasons__menu-item-img img {
  display: block;
  width: 100%;
}

.home-seasons__menu-item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .home-seasons__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .home-seasons__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .home-seasons {
    flex-flow: column;
    padding: 24px 16px;
    gap: 16px;
  }
  .home-seasons__info {
    min-width: unset;
    width: 100%;
  }
  .home-seasons__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-seasons__menu-item {
    flex-flow: column;
  }
  .home-seasons__menu-item-name {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-seasons__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .home-seasons__info-title {
    font-size: 24px;
  }
  .home-seasons__info-button {
    font-size: 16px;
  }
  .home-seasons__menu-item-name {
    font-size: 14px;
  }
}
.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;
  }
}