@font-face {
    font-weight: 400;
    font-family: Styrene B LC;
    font-style: normal;
  
    font-display: swap;
    src: url("/bitrix/fonts/podeli_Styrene B LC-Regular.woff2") format("woff2"),
      url("/bitrix/fonts/podeli_Styrene B LC-Regular.woff") format("woff");
  }
  
  @font-face {
    font-weight: 500;
    font-family: Styrene B LC;
    font-style: normal;
  
    font-display: swap;
    src: url("/bitrix/fonts/podeli_Styrene B LC-Medium.woff2") format("woff2"),
      url("/bitrix/fonts/podeli_Styrene B LC-Medium.woff") format("woff");
  }
  
  @font-face {
    font-weight: 700;
    font-family: Styrene B LC;
    font-style: normal;
  
    font-display: swap;
    src: url("/bitrix/fonts/podeli_Styrene B LC-Bold.woff2") format("woff2"),
      url("/bitrix/fonts/podeli_Styrene B LC-Bold.woff2") format("woff");
  }
  
  .podeli_widget * {
    margin: 0;
    padding: 0;
  
    border: 0;
  }
  
  .podeli_widget *,
  .podeli_widget *:before,
  .podeli_widget *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .podeli_widget :focus,
  .podeli_widget :active {
    outline: none;
  }
  .podeli_widget a:focus,
  .podeli_widget a:active {
    outline: none;
  }
  
  .podeli_widget,
  body {
    height: 100%;
  }
  
  .podeli_widget {
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Styrene B LC";
    color: #000000;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  .podeli_widget input,
  .podeli_widget button,
  .podeli_widget textarea {
    font-size: inherit;
    font-family: "Styrene B LC";
  }
  
  .podeli_widget button {
    color: inherit;
  
    background-color: inherit;
    cursor: pointer;
  }
  
  .podeli_widget a {
    color: inherit;
  }
  
  .podeli_widget a:link,
  .podeli_widget a:visited {
    text-decoration: none;
  }
  
  .podeli_widget a:hover {
    text-decoration: none;
  }
  
  .podeli_widget ul li {
    list-style: none;
  }
  
  .podeli_widget img {
    vertical-align: top;
  }
  
  .podeli_widget h1,
  .podeli_widget h2,
  .podeli_widget h3,
  .podeli_widget h4,
  .podeli_widget h5,
  .podeli_widget h6 {
    font-weight: inherit;
    font-size: inherit;
  }
  
  .podeli_widget .wrap {
    margin-top: 0px;
    padding: 57px 11px 13px;
    width: auto;
    max-width: none;
    /* letter-spacing: 1.5px; */
  }
  .podeli_widget .price {
    display: flex;
    flex-direction: column;
  }
  
  .podeli_widget .price__row:nth-child(1) {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-left: 0px;
    margin-left: -2px;
  }
  
  .podeli_widget .price__row:nth-child(3) {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    padding-left: 0px;
    margin-top: 6px;
  }
  
  .podeli_widget .price__row:nth-child(1) > span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: "Styrene B LC";
    color: #000000;
    letter-spacing: -0.02em;
  }
  
  .podeli_widget .price__row:nth-child(1) > span:nth-child(1) {
    align-self: start;
  }
  
  .podeli_widget .price__row:nth-child(1) > span:nth-child(2) {
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    margin-left: 6px;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.5;
  }
  
  .podeli_widget .price__icon-percent {
    width: 18px;
    height: 18px;
  
    background: url("/bitrix/images/podeli.bnpl/percent.svg") no-repeat;
    cursor: pointer;
    align-self: baseline;
  }
  
  .podeli_widget .price__text {
    margin-right: 3px;
    font-weight: 500;
    font-size: 8px;
    line-height: 110%;
    font-family: "Styrene B LC";
    color: #000000;
    letter-spacing: 0px;
  }
  
  .podeli_widget .price__icon-info {
    width: 10px;
    height: 10px;
    background: url("/bitrix/images/podeli.bnpl/info.svg") center / contain no-repeat;
    cursor: pointer;
    align-self: baseline;
  }
  .podeli_widget .price__row:nth-child(1) .price__icon-info {
    margin-left: 6px;
    align-self: center;
  }
  
  .podeli_widget .price__date-list {
    display: flex;
  }
  
  .podeli_widget .price__date-item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 4px);
  }
  
  .podeli_widget .price__date-item:not(:last-child) {
    margin-right: 3.8px;
  }
  
  .podeli_widget .price__date-item-line {
    width: 100%;
    height: 4px;
    margin-bottom: -1px;
    background: rgba(192, 194, 196, 0.5);
    border-radius: 4.07959px;
  }
  
  .podeli_widget .price__date-item-line--active {
    background: #ee3124;
  }
  
  .podeli_widget .price__date-title {
    display: block;
    margin-bottom: -2px;
    font-weight: 400;
    font-size: 8px;
    line-height: 16px;
    font-family: "Styrene B LC";
    color: rgba(70, 76, 92, 0.5);
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-align: left;
  }
  
  .podeli_widget .price__date-price {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-family: "Styrene B LC";
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: left;
  }
  
  .podeli_widget .price__tooltip {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    font-family: "Styrene B LC";
    color: #464C5C80;
    letter-spacing: -0.02em;
    text-align: left;
    margin-left: auto;
    margin-right: 7px;
    position: relative;
    top: -6px;
    margin-top: -3px;
  }

    .podeli_widget .price__tooltip > span:nth-child(1) {
      display: block;
      font-weight: 500;
      color: #000000;
    }
  
  .podeli_widget .price__tooltip--active {
    opacity: 1;
  
    pointer-events: visible;
  }
  
  .podeli_widget .popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 999999;
  
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    -webkit-overflow-scrolling: touch;
  
    visibility: hidden;
  
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
  }
  
  .podeli_widget .popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;
  
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
  
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
  }
  
  .podeli_widget .popup.show {
    overflow: auto;
  
    visibility: visible;
  }
  
  .podeli_widget .popup.show::before {
    opacity: 1;
  }
  
  .podeli_widget .popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .podeli_widget .popup._active {
    overflow: auto;
  
    visibility: visible;
  }
  
  .podeli_widget .popup._active::before {
    opacity: 1;
  }
  
  .podeli_widget .popup._active .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  
  .podeli_widget .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
  
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  
  .podeli_widget .popup__body {
    z-index: 9999999;
  
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 453px;
  
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .podeli_widget .popup__row:nth-child(1) {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
    padding: 40px;
  }
  
  .podeli_widget .popup__row:nth-child(2) {
    padding-top: 21px;
    padding-bottom: 17px;
  
    background: rgba(248, 248, 248, 0.92);
  }
  
  .podeli_widget .popup__row:nth-child(3) {
    padding: 13px;
  
    background: #ececec;
  }
  
  .podeli_widget .popup__row:nth-child(4) {
    padding-top: 15px;
    padding-bottom: 22px;
  }
  
  .podeli_widget .popup__logo {
    width: 120px;
    margin-top: 2px;
    margin-bottom: 25px;
  }
  
  .podeli_widget .popup__title {
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #000000;
  }
  
  .podeli_widget .popup__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #979797;
  }
  
  .podeli_widget .popup__info {
    max-width: 370px;
    margin: 0 auto;
  
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #979797;
    font-style: normal;
  }
  
  .podeli_widget .popup__more {
    margin-bottom: 1px;
  
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #000000;
  }
  
  .podeli_widget .popup__more-link {
    text-decoration: underline !important;
  }
  
  .podeli_widget .popup__footer-text {
    font-weight: 400;
    font-size: 8px;
    line-height: 125%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #979797;
  }
  
  .podeli_widget .payment__list {
    display: flex;
    width: 100%;
    max-width: 359px;
    margin: 0 auto;
  }
  
  .podeli_widget .payment__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 63px;
  }
  
  .podeli_widget .payment__item:not(:last-child) {
    position: relative;
  
    margin-right: 37px;
  }
  
  .podeli_widget .payment__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -48px;
  
    width: 56.5px;
    height: 1px;
  
    background: #e8e8e8;
  }
  
  .podeli_widget .payment__icon {
    width: 27px;
    height: 27px;
    margin-bottom: 9px;
  }
  
  .podeli_widget .payment__title {
    margin-bottom: 1px;
  
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #000000;
    letter-spacing: -0.02em;
  }
  
  .podeli_widget .payment__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    font-family: "Styrene B LC";
    text-align: center;
    color: #979797;
    font-style: normal;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  
  .podeli_widget .close_widget {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
  }
  .podeli_widget .close_widget:hover {
    opacity: 1;
  }
  .podeli_widget .close_widget:before,
  .podeli_widget .close_widget:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 21px;
    width: 2px;
    background-color: #333;
  }
  .podeli_widget .close_widget:before {
    transform: rotate(45deg);
  }
  .podeli_widget .close_widget:after {
    transform: rotate(-45deg);
  }
  #bx-soa-paysystem .bx-soa-pp-desc-container {
    z-index: 99999;
  }
  @media screen AND (max-width: 756px) {
    .podeli_widget .popup__title {
      max-width: 160px;
    }
    .podeli_widget .popup__subtitle {
      max-width: 190px;
      padding-top: 10px;
    }
    .podeli_widget .popup__row:nth-child(1) {
      padding-bottom: 20px;
      margin-bottom: 0;
      padding-top: 30px;
    }
    .podeli_widget .payment__item {
      width: calc(25% - 20px);
    }
    .podeli_widget .payment__item:not(:last-child) {
      margin-right: 0;
    }
    .podeli_widget .popup__row:nth-child(2) {
      padding: 21px 20px 17px;
      width: 100%;
    }
    .podeli_widget .payment__list {
      justify-content: space-between;
    }
    .podeli_widget .payment__subtitle {
      font-size: 10px;
    }
    .podeli_widget .payment__item:not(:last-child)::before {
      transform: translateX(calc(50% + 14px));
      right: 0;
      width: calc(100% - 10px);
    }
  }
  
  .bx-soa-pp-company.podeli > div {
    display: flex;
    flex-direction: column;
  }

  .bx-soa-pp-company.podeli > div .bx-soa-pp-company-logo {
    order: -1;
    margin-top: 19px;
    margin-left: 9px;
    margin-bottom: 18px;
    width: 119px;
  }

  .bx-soa-pp-company.podeli > div .bx-soa-pp-company-desc {
    text-align: left;
    letter-spacing: 0.01px;
    line-height: 16px;
    margin-left: 10px;
    padding-top: 11px;
  }

  .bx-soa-pp-company.podeli > div .bx-soa-pp-company-subTitle {
    font-weight: 600;
    text-align: left;
    font-size: 21px;
    margin-left: 10px;
    margin-bottom: -1px;
  }

