.card-promotion {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #213474; }
  .card-promotion__link {
    display: contents; }
  .card-promotion__preview {
    display: block;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 1; }
  .card-promotion__content {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    color: var(--color-light); }
  .card-promotion__title {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .card-promotion__title {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%; } }
    .card-promotion__title span {
      color: var(--color-accent); }
  .card-promotion__description {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .card-promotion__description {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%; } }

.card-video__play {
  position: relative;
  width: 100%; }
  .card-video__play::after {
    content: url("data:image/svg+xml,%3Csvg width='38' height='46' viewBox='0 0 38 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.8111 18.4441C37.8413 20.4163 37.8413 24.8533 34.8111 26.8254L7.72738 44.4523C4.40128 46.6171 1.51568e-06 44.2302 1.68915e-06 40.2617L3.23014e-06 5.00782C3.40361e-06 1.03932 4.40129 -1.34753 7.72739 0.817205L34.8111 18.4441Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease-in-out;
    transform-origin: center; }
  .card-video__play:hover::after {
    transform: scale(1.2); }
.card-video__preview {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 430/645; }
.card-video__content {
  padding-top: 16px; }
.card-video__title {
  font-family: "Molot";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%; }
  @media (max-width: 767.98px) {
    .card-video__title {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%; } }

.card-news__link {
  display: contents; }
.card-news__preview {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 432/502; }
.card-news__content {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px; }
.card-news__title {
  font-family: "Molot";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%; }
  @media (max-width: 767.98px) {
    .card-news__title {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%; } }
.card-news__description {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%; }
  @media (max-width: 767.98px) {
    .card-news__description {
      font-family: "Rubik";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 120%; } }

.card-service {
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6); }
  .card-service [panel-state='unselected'] {
    display: none; }
  .card-service__link {
    display: contents; }
  .card-service__header {
    position: relative; }
  .card-service__preview {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 580/620; }
    .card-service__preview-slider {
      position: absolute;
      inset: 0; }
  .card-service__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .card-service__information {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px; }
  .card-service__label {
    --bp-foreground-color: #1D2956;
    --bp-background-color: #FFFFFF;
    --bp-border-color: #FFFFFF; }
  .card-service__action-button {
    --bp-foreground-color: #1D2956;
    --bp-background-color: #FFFFFF;
    --bp-border-color: #FFFFFF;
    --bp-hover-foreground-color: #FFFFFF;
    --bp-hover-background-color: #1D2956;
    --bp-hover-border-color: #1D2956; }
    .card-service__action-button[button-state='selected'], .card-service__action-button[button-state='selected']:hover {
      --bp-foreground-color: #FFFFFF;
      --bp-background-color: #E84341;
      --bp-border-color: #E84341; }
  .card-service__services {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(80, 80, 80, 0.55); }
  .card-service__content {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 20px 30px; }
  .card-service__description {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .card-service__description {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%; } }

.graph {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; }
  .graph-plate {
    display: flex;
    gap: 20px;
    margin: auto; }
  .graph-legend {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .graph-legend-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: "Rubik";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .graph-legend-item {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 120%; } }
      .graph-legend-item::before {
        content: '';
        flex-shrink: 0;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 4px;
        background-color: var(--item-color); }
  .graph-group {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 35px; }
    .graph-group__label {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Rubik";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .graph-group__label {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 120%; } }
  .graph-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 8px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .graph-item {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%; } }
    .graph-item::after {
      content: '';
      display: block;
      height: calc(var(--item-ratio) * 100%);
      width: 25px;
      background-color: var(--item-color);
      border-radius: 4px; }

.section-workload {
  color: #1D2956;
  background-image: url("/themes/superman/assets/newsu/images/background-texture.jpg");
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .section-workload {
      padding-bottom: 40px; } }
  .section-workload__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 10px;
    border: 3px solid #EEEDE6; }
    @media (max-width: 767.98px) {
      .section-workload__content {
        padding: 20px;
        gap: 20px; } }
  .section-workload-graph {
    padding-top: 100px; }
    .section-workload-graph-wrapper {
      position: relative; }
      .section-workload-graph-wrapper:not(.active) {
        display: none; }
      .section-workload-graph-wrapper.active .graph-item:after {
        animation: grap-column;
        animation-fill-mode: forwards;
        animation-duration: 0.5s; }
    .section-workload-graph__plate {
      height: 300px; }
    .section-workload-graph__legend {
      position: absolute;
      left: 0px;
      top: 0px; }
  .section-workload-tabs__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; }
    @media (max-width: 575.98px) {
      .section-workload-tabs__list {
        gap: 20px;
        flex-direction: column; } }
  .section-workload-tabs__item {
    margin: 0;
    padding: 0; }
    @media (max-width: 575px) {
      .section-workload-tabs__item {
        width: 100%; } }
  .section-workload-tabs__button {
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    color: inherit;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%; }
    @media (max-width: 1439.98px) {
      .section-workload-tabs__button {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 100%; } }
    .section-workload-tabs__button.active {
      text-decoration: underline;
      pointer-events: none;
      cursor: default; }

@keyframes grap-column {
  from {
    height: 0; }
  to {
    height: calc(var(--item-ratio) * 100%); } }
.section-services {
  color: #1D2956;
  background-color: #ECE8E1;
  background-image: url("/themes/superman/assets/newsu/images/sections/services/background.svg");
  background-size: cover;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .section-services {
      padding-bottom: 40px; } }
  .section-services__content {
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 1439.98px) {
      .section-services__content {
        padding: 0px;
        gap: 10px;
        justify-content: space-around; } }
  .section-services__list {
    align-self: start;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: fit-content;
    max-width: 880px;
    border-radius: 5px;
    background-color: #F1EDE7; }
    @media (max-width: 1439.98px) {
      .section-services__list {
        gap: 20px; } }
    @media (max-width: 767.98px) {
      .section-services__list {
        max-width: 100%; } }
  .section-services__categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 8px;
    background-color: #E2DED7;
    overflow-y: auto;
    width: 100%; }
  .section-services__category-button {
    --bp-foreground-color: #1D2956;
    --bp-background-color: #E2DED7;
    --bp-border-color: #E2DED7;
    --bp-hover-foreground-color: #E2DED7;
    --bp-hover-background-color: #1D2956;
    --bp-hover-border-color: #1D2956;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%; }
    @media (max-width: 1439.98px) {
      .section-services__category-button {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 100%; } }
  @media (max-width: 1439.98px) and (max-width: 767.98px) {
    .section-services__category-button {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 100%; } }

    .section-services__category-button[button-state='selected'] {
      --bp-foreground-color: #1D2956;
      --bp-background-color: #F3F1E4;
      --bp-border-color: #F3F1E4; }
  .section-services__table {
    padding: 50px;
    border: 0; }
    @media (max-width: 1439.98px) {
      .section-services__table {
        padding: 0px; } }
    .section-services__table:not([panel-state='selected']) {
      display: none; }
    .section-services__table thead th {
      text-align: start;
      text-transform: uppercase;
      font-family: "Rubik";
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .section-services__table thead th {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 120%; } }
    .section-services__table thead th + th {
      padding-left: 60px; }
      @media (max-width: 1439.98px) {
        .section-services__table thead th + th {
          padding-left: 10px; } }
    .section-services__table tbody tr {
      position: relative;
      cursor: pointer; }
      .section-services__table tbody tr::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 5px;
        transition: background-color 0.3s ease-in-out; }
      .section-services__table tbody tr:hover::after, .section-services__table tbody tr.active::after {
        background-color: #E7E3DD; }
    .section-services__table tbody td {
      padding: 8px;
      border: 0;
      position: relative;
      z-index: 1; }
    .section-services__table tbody td + td {
      padding-left: 60px; }
      @media (max-width: 1439.98px) {
        .section-services__table tbody td + td {
          padding-left: 10px; } }
    .section-services__table tbody td.title {
      padding-left: 0px;
      font-family: "Rubik";
      font-style: normal;
      font-weight: 500;
      font-size: 30px;
      line-height: 120%; }
      @media (max-width: 1439.98px) {
        .section-services__table tbody td.title {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 120%; } }
    .section-services__table tbody td.price {
      color: #E84341;
      white-space: nowrap;
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 100%; }
      @media (max-width: 1439.98px) {
        .section-services__table tbody td.price {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 100%; } }
      .section-services__table tbody td.price b {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 500;
        font-size: 0.9em;
        line-height: 120%; }
        @media (max-width: 767.98px) {
          .section-services__table tbody td.price b {
            font-family: "Rubik";
            font-style: normal;
            font-weight: 500;
            font-size: 0.9em;
            line-height: 120%; } }
  .section-services__cards {
    position: sticky;
    top: 120px;
    bottom: 20px;
    flex: 1;
    max-width: 580px; }
    @media (max-width: 1439.98px) {
      .section-services__cards {
        max-width: 380px; } }
    @media (max-width: 1023.98px) {
      .section-services__cards {
        display: contents; } }
  .section-services-modal.modal {
    color: #1D2956; }
    .section-services-modal.modal .modal__inner {
      justify-content: center;
      align-items: center;
      padding: 20px; }
    .section-services-modal.modal .modal__content {
      position: relative;
      padding-top: 40px;
      max-width: 480px; }
    .section-services-modal.modal .modal__backdrop {
      background-color: rgba(33, 52, 116, 0.4); }
    .section-services-modal.modal .modal__header {
      display: flex;
      justify-content: end; }
  .section-services-modal__close {
    position: absolute;
    top: 0px;
    right: 0px; }
    @media (min-width: 1024px) {
      .section-services-modal__close {
        display: none; } }
  .section-services-modal .card-service {
    background-color: #FFFFFF;
    border-radius: 20px; }
  @media (min-width: 1024px) {
    .section-services-panel {
      max-width: 580px; }
      .section-services-panel:not([panel-state='selected']) {
        display: none; } }
  .section-services__scroll {
    overflow-x: auto; }

.section-map {
  color: #1D2956;
  padding-bottom: 100px;
  background-image: url("/themes/superman/assets/newsu/images/background-texture.jpg"); }
  @media (max-width: 767.98px) {
    .section-map {
      padding-bottom: 40px; } }
  .section-map__cities {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    @media (max-width: 767.98px) {
      .section-map__cities {
        margin-bottom: 30px;
        gap: 8px; } }
  .section-map__city {
    --bp-foreground-color: #E84341;
    --bp-background-color: #FFFFFF;
    --bp-border-color: #FFFFFF;
    --bp-hover-foreground-color: #FFFFFF;
    --bp-hover-background-color: #E84341;
    --bp-hover-border-color: #E84341; }
    .section-map__city[button-state='selected'] {
      --bp-foreground-color: #FFFFFF;
      --bp-background-color: #E84341;
      --bp-border-color: #E84341; }
  .section-map__content {
    border: 3px solid #EEEDE6;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: stretch;
    gap: 26px;
    margin: 0px 65px; }
    @media (max-width: 1439.98px) {
      .section-map__content {
        flex-direction: column;
        margin: 0px 45px; } }
    @media (max-width: 1023.98px) {
      .section-map__content {
        padding: 15px;
        margin: 0px; } }
  .section-map__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    color: #1D2956 !important;
    max-width: 526px;
    width: 100%; }
    @media (max-width: 1439.98px) {
      .section-map__info {
        max-width: 100%;
        flex-direction: row;
        padding: 20px; } }
    @media (max-width: 1023.98px) {
      .section-map__info {
        flex-direction: column-reverse;
        padding: 15px; } }
  .section-map__search {
    min-height: 410px; }
  .section-map__map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 1439.98px) {
      .section-map__map {
        height: 400px; } }
    .section-map__map .content-map {
      width: 100%;
      height: 100%; }
      .section-map__map .content-map.state_loading {
        background-image: url("/themes/superman/assets/newsu/images/sections/map/location_loader.gif");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }

.search-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 410px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .search-block__inner {
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    height: 200px; }
  .search-block__search {
    position: relative; }
    .search-block__search .field-text {
      border-radius: 20px 20px 0px 0px;
      overflow: hidden;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .search-block__search svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
  .search-block__empty {
    display: none;
    padding: 15px;
    color: none; }
    .search-block__empty.show-empty {
      display: block; }
  .search-block__item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.5s; }
    .search-block__item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .search-block__item:hover {
      opacity: 0.7; }
    .search-block__item:not(.active) {
      display: none !important; }
  .search-block__text {
    flex-grow: 1; }
  .search-block__title {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .search-block__title {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%; } }
  .search-block__address {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .search-block__address {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%; } }
  .search-block__metro {
    margin-right: 16px; }
    .search-block__metro .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      color: none;
      border-radius: 50%;
      background-color: none; }
      .search-block__metro .icon svg {
        width: 22px;
        margin-bottom: 2px; }

.near-salon-info {
  display: flex;
  flex-direction: column;
  gap: 26px; }
  .near-salon-info__head {
    display: flex;
    gap: 30px; }
    @media only screen and (max-width: 500px) {
      .near-salon-info__head {
        flex-direction: column; } }
  .near-salon-info__detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1; }
  .near-salon-info__address {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .near-salon-info__address {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%; } }
  .near-salon-info__list {
    display: flex;
    column-gap: 30px;
    row-gap: 15px;
    flex-direction: column;
    flex-wrap: wrap; }
  .near-salon-info__item {
    display: flex;
    align-items: center;
    gap: 15px; }
    .near-salon-info__item * {
      font-family: "Rubik";
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .near-salon-info__item * {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 120%; } }
    .near-salon-info__item .icon svg {
      width: 18px;
      height: 18px;
      fill: #1D2956; }
  .near-salon-info__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }

.page-home-banner {
  background-color: #1D2956;
  color: #FFFFFF; }
  .page-home-banner__slider {
    position: relative; }

.page-home-banner-item {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 120px; }
  .page-home-banner-item__vidoe {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    min-height: 900px; }
  .page-home-banner-item__content {
    max-width: 800px;
    margin-bottom: 30px; }
  .page-home-banner-item__title {
    margin-bottom: 26px;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%; }
    @media (max-width: 1439.98px) {
      .page-home-banner-item__title {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 100%; } }
  @media (max-width: 1439.98px) and (max-width: 767.98px) {
    .page-home-banner-item__title {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 100%; } }

  .page-home-banner-item__text {
    margin-bottom: 46px; }
    .page-home-banner-item__text ul {
      list-style: none; }
    .page-home-banner-item__text ul li {
      position: relative;
      margin-bottom: 24px;
      padding-left: 40px; }
      .page-home-banner-item__text ul li::before {
        --marker-color: #E84341;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 16px;
        opacity: 0.3;
        display: inline-block;
        width: var(--marker-size, 22px);
        height: var(--marker-size, 22px);
        background-color: var(--marker-color, currentColor);
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93769 0.835826C8.73547 -0.27865 10.3925 -0.27865 11.1902 0.835826L13.9603 4.70551C14.088 4.88385 14.2441 5.03998 14.4224 5.16764L18.2921 7.93769C19.4066 8.73547 19.4066 10.3925 18.2921 11.1902L14.4224 13.9603C14.2441 14.088 14.088 14.2441 13.9603 14.4224L11.1902 18.2921C10.3925 19.4066 8.73547 19.4066 7.93769 18.2921L5.16764 14.4224C5.03998 14.2441 4.88385 14.088 4.70551 13.9603L0.835826 11.1902C-0.27865 10.3925 -0.27865 8.73547 0.835826 7.93769L4.70551 5.16764C4.88385 5.03998 5.03998 4.88385 5.16764 4.70551L7.93769 0.835826Z' fill='black'/%3E%3C/svg%3E%0A");
        mask-position: center;
        mask-size: contain; }
  .page-home-banner-item__button {
    margin-bottom: 100px; }
    .page-home-banner-item__button .button-primary__content span {
      font-size: 1.4em; }
  .page-home-banner-item__store {
    --bp-foreground-color: #FFFFFF;
    --bp-background-color: transparent;
    --bp-border-color: #FFFFFF;
    --bp-hover-foreground-color: #FFFFFF;
    --bp-hover-background-color: #E84341;
    --bp-hover-border-color: #E84341; }
    .page-home-banner-item__store i.svg-icon svg *[fill] {
      fill: revert-layer; }
  .page-home-banner-item__stores {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .page-home-banner-item__stores-label {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 100%; }
      @media (max-width: 767.98px) {
        .page-home-banner-item__stores-label {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 100%; } }
    .page-home-banner-item__stores-list {
      display: flex;
      align-items: center;
      gap: 16px; }
  .page-home-banner-item__footer {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-home-banner-item__counter {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .page-home-banner-item__counter-label {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 100%; }
      @media (max-width: 767.98px) {
        .page-home-banner-item__counter-label {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 100%; } }
    .page-home-banner-item__counter-value {
      display: inline-block;
      padding: 3px 10px;
      border-radius: 5px;
      background-color: #E84341;
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 100%; }
      @media (max-width: 767.98px) {
        .page-home-banner-item__counter-value {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 32px;
          line-height: 100%; } }

.page-home-application {
  color: #1D2956;
  background-image: url("/themes/superman/assets/newsu/images/background-texture.jpg");
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-home-application {
      padding-bottom: 40px; } }
  .page-home-application-discount {
    line-height: 1;
    display: grid;
    grid-template-areas: 'v t' 'v d';
    grid-template-columns: auto 1fr;
    gap: 4px 16px;
    grid-template-rows: auto auto; }
    .page-home-application-discount__value {
      grid-area: v;
      font-family: 'Molot';
      font-style: normal;
      font-weight: 400;
      font-size: 95px;
      line-height: 1;
      color: #E84341; }
      .page-home-application-discount__value::after {
        content: '';
        display: inline-block;
        height: 68px;
        width: 75px;
        background-image: url("data:image/svg+xml,%3Csvg width='93' height='85' viewBox='0 0 93 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.48 17H17.52V31H24.48V17ZM34.96 48H7.04C2.88 48 0 45.5314 0 42.0343V5.96571C0 2.46857 2.88 0 7.04 0H34.96C39.12 0 42 2.46857 42 5.96571V42.0343C42 45.5314 39.12 48 34.96 48Z' fill='%23E84341'/%3E%3Cpath d='M75.3238 54H68.3638V68H75.3238V54ZM85.8038 85H57.8838C53.7238 85 50.8438 82.5314 50.8438 79.0343V42.9657C50.8438 39.4686 53.7238 37 57.8838 37H85.8038C89.9638 37 92.8438 39.4686 92.8438 42.9657V79.0343C92.8438 82.5314 89.9638 85 85.8038 85Z' fill='%23E84341'/%3E%3Cpath d='M59.3438 1H81.3438L33.8438 85H11.8438L59.3438 1Z' fill='%23E84341'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat; }
    .page-home-application-discount__title {
      grid-area: t;
      align-self: flex-end;
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 100%; }
      @media (max-width: 767.98px) {
        .page-home-application-discount__title {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 42px;
          line-height: 100%; } }
    .page-home-application-discount__description {
      grid-area: d;
      align-self: flex-start;
      font-family: "Rubik";
      font-style: normal;
      font-weight: 500;
      font-size: 26px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .page-home-application-discount__description {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 400;
          font-size: 26px;
          line-height: 120%; } }
  .page-home-application__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 50px; }
    .page-home-application__content > * {
      max-width: 60%; }
      @media (max-width: 1023.98px) {
        .page-home-application__content > * {
          max-width: unset; } }
    @media (max-width: 767.98px) {
      .page-home-application__content {
        padding: 0px; } }
  .page-home-application__text {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .page-home-application__text {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 120%; } }
    .page-home-application__text ul {
      list-style: none; }
    .page-home-application__text ul li {
      position: relative;
      margin-bottom: 24px;
      padding-left: 40px; }
      .page-home-application__text ul li::before {
        --marker-color: #E84341;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 16px;
        display: inline-block;
        width: var(--marker-size, 22px);
        height: var(--marker-size, 22px);
        background-color: var(--marker-color, currentColor);
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93769 0.835826C8.73547 -0.27865 10.3925 -0.27865 11.1902 0.835826L13.9603 4.70551C14.088 4.88385 14.2441 5.03998 14.4224 5.16764L18.2921 7.93769C19.4066 8.73547 19.4066 10.3925 18.2921 11.1902L14.4224 13.9603C14.2441 14.088 14.088 14.2441 13.9603 14.4224L11.1902 18.2921C10.3925 19.4066 8.73547 19.4066 7.93769 18.2921L5.16764 14.4224C5.03998 14.2441 4.88385 14.088 4.70551 13.9603L0.835826 11.1902C-0.27865 10.3925 -0.27865 8.73547 0.835826 7.93769L4.70551 5.16764C4.88385 5.03998 5.03998 4.88385 5.16764 4.70551L7.93769 0.835826Z' fill='black'/%3E%3C/svg%3E%0A");
        mask-position: center;
        mask-size: contain; }
  .page-home-application__actions {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .page-home-application__actions .link {
      font-family: "Rubik";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 120%;
      text-decoration: underline; }
      @media (max-width: 767.98px) {
        .page-home-application__actions .link {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 120%; } }
  .page-home-application .mobile {
    display: none; }
  @media (hover: none) {
    .page-home-application .desktop {
      display: none; }
    .page-home-application .mobile {
      display: flex; } }
  .page-home-application-stores {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: fit-content; }
    @media (min-width: 768px) {
      .page-home-application-stores__item svg {
        height: 75px;
        width: 75px; } }
    .page-home-application-stores__list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px; }
    .page-home-application-stores__label {
      text-align: center;
      color: rgba(33, 52, 116, 0.7);
      text-transform: uppercase;
      font-family: "Rubik";
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .page-home-application-stores__label {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 400;
          font-size: 26px;
          line-height: 120%; } }
  .page-home-application__phones {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 32%; }
    @media (max-width: 1023.98px) {
      .page-home-application__phones {
        display: none; } }

.page-home-live {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-home-live {
      padding-bottom: 40px; } }
  .page-home-live__content {
    padding: 0px 50px; }
    @media (max-width: 767.98px) {
      .page-home-live__content {
        padding: 0px; } }
  @media (min-width: 768px) {
    .page-home-live__grid {
      display: flex;
      flex-wrap: wrap;
      gap: 16px; } }
  .page-home-live__item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #213474; }
    @media (max-width: 767.98px) {
      .page-home-live__item {
        max-width: 300px;
        aspect-ratio: 1; }
        .page-home-live__item:not(:last-child) {
          margin-right: 16px; } }
    @media (min-width: 768px) {
      .page-home-live__item {
        flex-grow: 460;
        aspect-ratio: 460/390;
        min-width: 25%;
        max-height: 390px; }
        .page-home-live__item:nth-child(6n + 3), .page-home-live__item:nth-child(6n + 4) {
          flex-grow: 580;
          aspect-ratio: 580/390; } }
  .page-home-live__link {
    display: contents; }
  .page-home-live__image {
    width: 100%;
    position: absolute;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.page-home-live {
  position: relative;
  overflow: hidden; }
  .page-home-live .rellax {
    z-index: -1;
    position: absolute; }
  .page-home-live .rellax.d1 {
    left: -10%;
    bottom: 13%;
    mix-blend-mode: hard-light; }
  .page-home-live .rellax.d2 {
    top: 20%;
    right: -10%;
    mix-blend-mode: color-dodge; }
  .page-home-live .rellax.d3 {
    right: 1%;
    top: 30%; }

.page-home-promotions {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-home-promotions {
      padding-bottom: 40px; } }
  .page-home-promotions__description {
    max-width: 1000px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .page-home-promotions__description {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 120%; } }
  .page-home-promotions__slider {
    border-radius: 20px 20px 10px 10px;
    margin-top: 70px; }
    @media (max-width: 767.98px) {
      .page-home-promotions__slider {
        margin-top: 20px; } }
    .page-home-promotions__slider-wrapper {
      position: relative; }
  .page-home-promotions__previous-button, .page-home-promotions__next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .page-home-promotions__previous-button {
    left: 0px;
    transform: translateX(calc(-100% - 20px)); }
    @media (max-width: 767.98px) {
      .page-home-promotions__previous-button {
        transform: translateX(-10px); } }
  .page-home-promotions__next-button {
    right: 0px;
    transform: translateX(calc(100% + 20px)); }
    @media (max-width: 767.98px) {
      .page-home-promotions__next-button {
        transform: translateX(10px); } }
  .page-home-promotions__slide {
    max-width: 430px;
    height: unset; }
    .page-home-promotions__slide:not(:last-child) {
      margin-right: 20px; }
  .page-home-promotions__footer {
    margin-top: 50px; }
    @media (max-width: 767.98px) {
      .page-home-promotions__footer {
        margin-top: 25px; } }

.page-home-promotions {
  position: relative;
  overflow: hidden; }
  .page-home-promotions .rellax {
    z-index: -1;
    position: absolute; }
  .page-home-promotions .rellax.d1 {
    right: -10%;
    bottom: 13%; }
  .page-home-promotions .rellax.d2 {
    bottom: 5%;
    right: 27%; }
  .page-home-promotions .rellax.d3 {
    right: 10%;
    bottom: 1%; }
  .page-home-promotions .rellax.d4 {
    left: -100px;
    bottom: 10%; }

.p-home-s-videos {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .p-home-s-videos {
      padding-bottom: 40px; } }
  .p-home-s-videos__socials {
    display: flex;
    align-items: center;
    gap: 20px; }
    .p-home-s-videos__socials-label {
      font-family: "Molot";
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 100%; }
      @media (max-width: 767.98px) {
        .p-home-s-videos__socials-label {
          font-family: "Molot";
          font-style: normal;
          font-weight: 400;
          font-size: 32px;
          line-height: 100%; } }
      @media (max-width: 767.98px) {
        .p-home-s-videos__socials-label {
          display: none; } }
    .p-home-s-videos__socials-list {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap; }
  .p-home-s-videos__slider {
    border-radius: 20px 20px 0px 0px; }
    .p-home-s-videos__slider-wrapper {
      position: relative; }
  .p-home-s-videos__previous-button, .p-home-s-videos__next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .p-home-s-videos__previous-button {
    left: 0px;
    transform: translateX(calc(-100% - 20px)); }
    @media (max-width: 767.98px) {
      .p-home-s-videos__previous-button {
        transform: translateX(-10px); } }
  .p-home-s-videos__next-button {
    right: 0px;
    transform: translateX(calc(100% + 20px)); }
    @media (max-width: 767.98px) {
      .p-home-s-videos__next-button {
        transform: translateX(10px); } }
  .p-home-s-videos__slide {
    max-width: 430px; }
    .p-home-s-videos__slide:not(:last-child) {
      margin-right: 20px; }

.p-home-s-videos {
  position: relative;
  overflow: hidden; }
  .p-home-s-videos .rellax {
    z-index: -1;
    position: absolute; }
  .p-home-s-videos .rellax.d1 {
    left: -1%;
    bottom: 2%; }
  .p-home-s-videos .rellax.d2 {
    top: 5%;
    right: 5%; }

.page-home-news {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-home-news {
      padding-bottom: 40px; } }
  .page-home-news__slider {
    border-radius: 20px; }
    .page-home-news__slider-wrapper {
      position: relative; }
  .page-home-news__previous-button, .page-home-news__next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .page-home-news__previous-button {
    left: 0px;
    transform: translateX(calc(-100% - 20px)); }
    @media (max-width: 767.98px) {
      .page-home-news__previous-button {
        transform: translateX(-10px); } }
  .page-home-news__next-button {
    right: 0px;
    transform: translateX(calc(100% + 20px)); }
    @media (max-width: 767.98px) {
      .page-home-news__next-button {
        transform: translateX(10px); } }
  .page-home-news__slide {
    max-width: 430px; }
    .page-home-news__slide:not(:last-child) {
      margin-right: 20px; }
  .page-home-news__footer {
    margin-top: 50px; }
    @media (max-width: 767.98px) {
      .page-home-news__footer {
        margin-top: 25px; } }

.page-home-news {
  position: relative;
  overflow: hidden; }
  .page-home-news .rellax {
    z-index: -1;
    position: absolute; }
  .page-home-news .rellax.d1 {
    right: 5%;
    top: 10%; }
  .page-home-news .rellax.d2 {
    top: 30%;
    right: -10%;
    mix-blend-mode: hard-light;
    z-index: -2; }

/*# sourceMappingURL=index.css.map */
