/* podeli */
.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 {
    font-size: 0.875rem;
    line-height: 1;
    font-family: Manrope;
    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: Manrope;
}

.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 .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(2) {
    display: flex;
    order: 4;
    margin-top: 10px;
}

.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: 36px;
    line-height: 44px;
    font-family: 'Manrope';
    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: 24px;
    text-decoration: line-through;
    opacity: 0.5;
}

.podeli_widget .price__icon-percent {
    width: 18px;
    height: 18px;
    background: url("/bitrix/images/podeli.payment/percent.svg") no-repeat;
    cursor: pointer;
    align-self: baseline;
}

.podeli_widget .price__text {
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Manrope';
    color: #000000;
    letter-spacing: 0px;
}

@media (max-width: 420px) {
    .podeli_widget .price__text {
        font-size: 14px;
    }
}

.podeli_widget .price__icon-info {
    width: 20px;
    height: 20px;
    background: url("https://www.finn-flare.ru/bitrix/images/podeli.payment/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;
    width: 100%;
}

.podeli_widget .price__date-item {
    flex-basis: 25%;
    flex-shrink: 0;
    width: 25%;
}

.podeli_widget .price__date-item:not(:last-child) {
    padding-right: 8px;
}

.podeli_widget .price__date-item-line {
    width: 100%;
    height: 8px;
    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-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Manrope';
    color: #00000080;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.podeli_widget .price__date-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Manrope';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: left;
    width: 83px;
}

.podeli_widget .price__tooltip {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    font-family: Manrope;
    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: Manrope;
    text-align: center;
    color: #000000;
}

.podeli_widget .popup__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    font-family: Manrope;
    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: Manrope;
    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: Manrope;
    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: Manrope;
    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: Manrope;
    text-align: center;
    color: #000000;
    letter-spacing: -0.02em;
}

.podeli_widget .payment__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    font-family: Manrope;
    text-align: center;
    color: #979797;
    font-style: normal;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.podeli-button,
.bnpl-button,
.split-button {
    position: relative;
    display: flex;
    background: #f5f5f5;
    width: 100%;
    padding: 12px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}
.split-button {
    margin-bottom: 20px;
}

.podeli-button-icon {
    background-size: 1202px;
    background-position: -693px -277px;
    height: 14px;
    width: 84px;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 2px;
}
.podeli-popup-logo {
    display: block;
    width: 64px;
    height: 10px;
    background-position: -531px -214px;
    transform: scale(1.6) translate(11px, 0);
    margin-bottom: 15px;
}

.podeli-button::after,
.bnpl-button::after,
.split-button::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 12px;
    height: 12px;
    width: 14px;
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -31px;
    background-position-y: -178px;
    transform: rotate(-90deg) scale(1.15);
    opacity: 0.5;
}

.podeli-button-bg,
.bnpl-button-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.podeli-button-popup .order-radiolist-wrap {
    padding: 40px 30px;
    min-width: 420px;
}

.podeli-button-popup,
.bnpl-button-popup,
.split-button-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.podeli-button-popup.active,
.bnpl-button-popup.active,
.split-button-popup.active {
    display: flex;
}

.podeli_widget .close_widget,
.bnpl-button-popup .close_widget,
.split-button-popup .close_widget {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
}

.podeli_widget .close_widget:hover,
.bnpl-button-popup .close_widget:hover,
.split-button-popup .close_widget:hover {
    opacity: 1;
}

.podeli_widget .close_widget:before,
.podeli_widget .close_widget:after,
.split-popup_widget .close_widget:before,
.split-popup_widget .close_widget:after,
.bnpl-button-popup .close_widget:before,
.bnpl-button-popup .close_widget:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 21px;
    width: 2px;
    background-color: #333;
}

.podeli_widget .close_widget:before,
.bnpl-button-popup .close_widget:before,
.split-button-popup .close_widget:before {
    transform: rotate(45deg);
}

.podeli_widget .close_widget:after,
.bnpl-button-popup .close_widget:after,
.split-button-popup .close_widget:after {
    transform: rotate(-45deg);
}

@media (max-width: 756px) {
    .order-radiolist-wrap {
        margin-bottom: 20px;
    }
    .podeli_widget .popup__title,
    .bnpl-button-popup .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);
    }
}
@media (max-width: 540px) {
    .podeli-button-popup .order-radiolist-wrap {
        padding: 40px 20px;
        min-width: 380px;
    }
    .podeli_widget .price__row:nth-child(1) > span {
        font-size: 28px;
        line-height: 34px;
    }
    .podeli_widget .price__date-title {
        font-size: 12px;
        line-height: 20px;
    }
    .podeli_widget .price__date-price {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 420px) {
    .podeli-button-popup .order-radiolist-wrap {
        padding: 35px 15px;
        min-width: calc(100% - 20px);
    }
}

.product-info .podeli-logo {
    position: absolute;
    right: 45px;
    top: 45px;
    width: 120px;
    height: auto;
    z-index: 1;
}

.podeli_widget > .close_widget {
    right: 15px;
    top: 15px;
}
/* end podeli */

/* bnpl */
.bnpl-button {
    padding-right: 30px;
    border: 1px solid #C7C9CC;
    background: #FFF;
    cursor: pointer;
}
.bnpl-button-text {
    margin-left: 40px;
    color: #272725;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.bnpl-button-popup .order-radiolist-wrap {
    padding: 20px 10px;
    min-width: 600px;
}
.bnpl-button-popup .close_widget {
    right: 15px;
    top: 15px;
}
.bnpl-button-icon {
    color: #fff;
    padding: 0px 10px;
    height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-radius: 2px;
    background: #272725;
    font-size: 12px;
    font-weight: 400;
}
.app__SDpv1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    font-family: Helvetica Neue,arial,sans-serif;
    font-weight: 400;
    overflow: auto;
    padding: 6px 36px 18px;
}

.dark__CUk0V {
    color: #fff
}

.light__hzREr {
    color: #444
}

.title__SWqml {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px
}

.prepaymentInfo__tgJJg {
    -ms-flex-pack: justify;
    color: #272725;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 18px;
    margin: 16px 0
}

.stepperWrapper__nlH4v {
    margin-bottom: 20px
}

.stepperItem__G1h1O,.stepperWrapper__nlH4v {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.stepperItem__G1h1O {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.stepperItem__G1h1O:before {
    right: 100%
}

.stepperItem__G1h1O:after,.stepperItem__G1h1O:before {
    border-bottom: 1px solid #b5bbc2;
    content: "";
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 2
}

.stepperItem__G1h1O:after {
    left: 0
}

.stepCounter__6J8b3 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #272725;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    justify-content: center;
    margin-bottom: 6px;
    position: relative;
    width: 10px;
    z-index: 5
}

.stepperItem__G1h1O.completed__EO7z-:after {
    border-bottom: 2px solid #272725;
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 3
}

.stepperItem__G1h1O.completed__EO7z->.stepCounter__6J8b3 {
    background-color: #272725;
    height: 12px;
    width: 12px
}

.stepperItem__G1h1O:first-child:before,.stepperItem__G1h1O:last-child:after {
    content: none
}

.stepName__UKis9 {
    margin-bottom: 20px
}

.stepName__UKis9>h4 {
    color: #6d7986;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 4px 0
}

.stepName__UKis9>span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.line__K-pFP {
    border-bottom: 1px solid #b5bbc2;
    margin-bottom: 12px
}

.totalAmount__KHfZy {
    -ms-flex-pack: justify;
    color: #272725;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 18px
}

.totalAmountLabel__j7SpP {
    color: #b5bbc2
}

.totalAmountValue__AVnf8 {
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 540px) {
    .bnpl-button-popup .order-radiolist-wrap {
        max-width: calc(100% - 20px);
        min-width: auto;
        width: 100%;
    }
    .app__SDpv1 {
        padding: 0 10px 6px;
        overflow: visible;
    }
    .stepName__UKis9 > h4 {
        font-size: 10px;
        line-height: 12px;
        margin: 2px 0;
    }
    .stepName__UKis9 > span {
        font-size: 12px;
        line-height: 12px;
    }
    .stepName__UKis9 {
        margin-bottom: 0;
    }
    .stepperItem__G1h1O {
        justify-content: space-between;
    }
    .bnpl-button-text {
        margin-left: 20px;
    }
}
@media (max-width: 380px) {
    .bnpl-button-text {
        white-space: nowrap;
        margin-left: 10px;
    }
}
@media (max-width: 350px) {
    .bnpl-button-popup .order-radiolist-wrap {
        max-width: 100%;
        border-radius: 0;
        padding: 20px 0;
    }
}
/* BNPL end */

/* SPLIT */
.split-button_icon {
    background-position-x: -406px;
    background-position-y: -511px;
    height: 20px;
    width: 56px;
    margin-right: 10px;
}
.split-button_text {
    display: flex;
    align-items: center;
}
.split-button_price {
    display: flex;
    align-items: center;
    background: #121214;
    color: #fff;
    padding: 2px 3px;
    border-radius: 7px 2px 2px 7px;
}
.split-button_price .sprite {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-position-x: -494px;
    background-position-y: -518px;
}
.split-button_price span {
    font-size: 12px;
    line-height: 10px;
}
.split-popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.split-popup_wrap {
    padding: 35px 20px 35px 40px;
    background: #ffffff;
    z-index: 1;
    border-radius: 20px;
    position: relative;
}
.split-popup_title {
    position: relative;
}
.split-popup_title::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    width: 12px;
    height: 14px;
    background-position-x: -472px;
    background-position-y: -516px;
}
.split-popup_title p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}
.split-popup_title--green {
    color: #55C776;
}
.split-popup_title--grey {
    color: #00000080;
    font-weight: 400;
}
.split-popup_price-list {
    display: flex;
    margin-bottom: 22px;
}
.split-popup_price-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.split-popup_price-item:not(:last-child) {
    padding-right: 4px;
}
.split-popup_price-line {
    height: 6px;
    border-radius: 100px;
}
.split-popup_price-line--active {
    background: #55C776;
}
.split-popup_price-date {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 6px;
    color: #00000080;
    white-space: nowrap;
}
.split-popup_price-text {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.split-popup_info {
    padding-top: 12px;
    border-top: 1px solid #00000080;
}
.split-popup_info a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.split-popup_info .split-popup_info-text {
    font-size: 14px;
    line-height: 18px;
    color: #272725;
    margin-bottom: 0;
}
.split-popup_info-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position-x: -561px;
    background-position-y: -174px;
}
@media (max-width: 420px) {
    .split-popup_wrap {
        padding: 30px 10px 30px 30px;
    }
    .split-popup_title p {
        font-size: 14px;
    }
    .split-popup_price-date,
    .split-popup_price-text,
    .split-popup_info .split-popup_info-text {
        font-size: 12px;
        line-height: 16px;
    }
    .split-popup_price-date {
        line-height: 20px;
    }
}
