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

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

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

@media (max-width: 1023px) {
  .banner__background-image {
    max-height: 200px;
    margin: 0 auto;
  }
}
.banners {
  display: flex;
  justify-content: space-between;
}

.banners_col {
  flex-direction: column;
  gap: 16px;
  height: 100%;
  /* stylelint-disable-next-line block-no-empty */
}
.banners_col .banners__item {
  width: 100%;
  flex-grow: 1;
}
.banners_less {
  justify-content: space-around;
}

/* stylelint-disable-next-line no-descending-specificity */
.banners__item {
  text-align: center;
  width: 30%;
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .banners {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
  }
  .banners__item {
    width: 45%;
    margin-top: 10px;
  }
  .banners__item:nth-of-type(2) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .banners__item {
    width: 100%;
  }
}
.home-block {
  position: relative;
  background-color: #fff;
}

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

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

.blocks__item-opt_storefront {
  margin-top: -24px;
  position: relative;
}
.blocks__item-opt_storefront.blocks__item_no-content {
  margin-bottom: -60px;
}
.blocks__item-opt_storefront .home-block {
  height: 100%;
}

@media (max-width: 1023px) {
  .home-block_size_l {
    --padding: 15px 0;
    --gray-padding: 30px 0;
  }
  .blocks__item-opt_storefront {
    margin-top: -15px;
  }
  .blocks__item-opt_storefront.blocks__item_no-content {
    margin-bottom: -50px;
  }
}
@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;
  }
}
.opt-advantage {
  display: flex;
  gap: 16px;
  text-align: left;
}

.opt-advantage__icon-box {
  width: 40px;
  max-width: 40px;
  flex-shrink: 0;
  font-size: 40px;
  line-height: 1;
  color: var(--primary-color);
}

.opt-advantage__image-box {
  width: 40px;
  height: 40px;
}

.opt-advantage__title {
  font-weight: 700;
  margin-bottom: 4px;
}

.opt-advantage__body {
  color: #686868;
}

@media (max-width: 1023px) {
  .opt-advantage {
    padding: 0;
    width: 230px;
    gap: 12px;
    background-color: transparent;
    border-radius: unset;
  }
  .opt-advantage__body {
    font-size: 13px;
  }
  .opt-advantage__icon-box {
    width: 24px;
    max-width: 24px;
    font-size: 24px;
  }
  .opt-advantage__image-box {
    width: 24px;
    height: 24px;
  }
}
.opt-advantages {
  display: flex;
  width: 1050px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.opt-advantages__item {
  flex: 1;
}

@media (max-width: 767px) {
  .opt-advantages {
    width: 710px;
    gap: 32px;
  }
}
.opt-storefront {
  padding: 34px 0 70px;
}
.opt-storefront::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.opt-storefront__title {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  padding: 16px 0;
}

.opt-storefront__logo {
  height: 56px;
}

.opt-storefront__title-divider {
  font-size: 32px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: -0.64px;
}

.opt-storefront__title-descriptor {
  font-size: 28px;
  letter-spacing: -0.56px;
}

.opt-storefront__advantages {
  margin-top: 48px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: inline-flex;
  padding: 16px 0;
}
.opt-storefront__advantages::-webkit-scrollbar {
  display: none;
}

.opt-storefront__image {
  border-radius: 99px;
}

.opt-storefront__help {
  max-width: 907px;
  margin-top: 36px;
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #fcfbeb;
  font-size: 16px;
}
.opt-storefront__help a {
  text-decoration: underline;
  color: #eea810;
}
.opt-storefront__help a:hover {
  text-decoration: none;
}

.opt-storefront__buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

.opt-storefront__button {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.opt-storefront__button_login {
  padding: 15px 38px;
  background-color: var(--light-color) !important;
}

.opt-storefront__authorized {
  margin-top: 56px;
  font-size: 20px;
  line-height: 170%;
}

.opt-storefront__authorized-title {
  font-weight: 600;
  font-size: 16px;
}

.opt-storefront__authorized-user {
  display: flex;
  gap: 88px;
  height: 48px;
  margin-top: 16px;
}

.opt-storefront__authorized-user-block {
  display: flex;
  align-items: center;
}

.opt-storefront__authorized-user-name {
  margin-left: 12px;
  font-size: 24px;
}

.opt-storefront__authorized-logout {
  margin-left: 16px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.opt-storefront__authorized-logout a {
  font-size: 14px;
  color: #686868;
  border-bottom: 1px dashed #686868;
}

.opt-storefront__authorized-status {
  font-size: 24px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.opt-storefront__authorized-status span {
  font-weight: 600;
}

.opt-storefront__user-info {
  margin-top: 32px;
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .opt-storefront__user-info {
    padding: 4px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    background-color: white;
  }
}

.opt-storefront__user-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .opt-storefront__user-link {
    padding: 16px 24px;
    border-radius: 10px;
    transition: background-color 0.2s ease-in-out;
  }
  .opt-storefront__user-link:hover {
    background-color: var(--home-block-bg-color);
  }
}

.opt-storefront__custom-btn {
  margin-top: 32px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.opt-storefront__custom-btn a {
  font-size: 20px;
  line-height: 150%;
  padding: 12px 47px;
}

.opt-storefront__content {
  position: relative;
  z-index: 1;
}

.opt-storefront__bg {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
}

.opt-storefront__bg_full {
  width: 100%;
  height: 100%;
}
.opt-storefront__bg_full img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.opt-storefront_light::before {
  background: linear-gradient(90deg, #dadada 0.47%, rgba(211, 211, 211, 0.5) 59%, rgba(115, 115, 115, 0) 101.38%);
}

.opt-storefront_dark::before {
  background: linear-gradient(90deg, #353741 0.47%, rgba(53, 55, 65, 0.5) 59%, rgba(115, 115, 115, 0) 101.38%);
}
.opt-storefront_dark .opt-storefront__title,
.opt-storefront_dark .opt-storefront__advantages,
.opt-storefront_dark .opt-advantage__body,
.opt-storefront_dark .opt-advantage__icon-box,
.opt-storefront_dark .opt-storefront__authorized,
.opt-storefront_dark .opt-storefront__authorized .link {
  color: var(--light-color);
}

@media (max-width: 1023px) {
  .opt-storefront {
    padding: 9px 0 42px;
  }
  .opt-storefront__advantages {
    margin: 14px -15px 0;
    padding: 15px;
    display: flex;
  }
  .opt-storefront_light::before {
    background: linear-gradient(180deg, #dadada 0.47%, rgba(211, 211, 211, 0.5) 59%, rgba(115, 115, 115, 0) 101.38%);
  }
  .opt-storefront_dark::before {
    background: linear-gradient(180deg, #353741 0.47%, rgba(53, 55, 65, 0.5) 59%, rgba(115, 115, 115, 0) 101.38%);
  }
  .opt-storefront__user-link {
    background-color: var(--home-block-bg-color);
    border-radius: 10px;
    padding: 4px 8px;
  }
}
@media (max-width: 767px) {
  .opt-storefront__title {
    flex-flow: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
    background-color: transparent;
  }
  .opt-storefront__title img {
    height: 50px;
  }
  .opt-storefront__title-descriptor {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
  }
  .opt-storefront__title-divider {
    display: none;
  }
  .opt-storefront__help {
    margin-top: 16px;
    padding: 16px;
    gap: 10px;
    font-size: 13px;
    align-items: center;
    text-align: center;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .opt-storefront__help a {
    font-size: 14px;
  }
  .opt-storefront__buttons {
    flex-flow: column;
    gap: 12px;
    margin-top: 12px;
  }
  .opt-storefront__button {
    font-size: 16px;
  }
  .opt-storefront__authorized {
    margin-top: 32px;
    font-size: 16px;
  }
  .opt-storefront__authorized-user {
    flex-flow: column;
    gap: 12px;
    height: auto;
  }
  .opt-storefront__user-info {
    margin-top: 32px;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 8px;
  }
  .opt-storefront__user-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
  }
  .opt-storefront__custom-btn {
    margin-top: 32px;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .opt-storefront__custom-btn .button {
    max-width: 360px;
    width: 100%;
  }
  .opt-storefront__custom-btn a {
    font-size: 16px;
  }
  .opt-storefront_bg-colored {
    padding: 0;
    background-color: unset;
  }
  .opt-storefront__auth {
    padding: 25px 0 42px;
  }
  .opt-storefront__authorized-user-name {
    font-size: 16px;
  }
  .opt-storefront__authorized-status {
    font-size: 16px;
  }
}