.btn-white{
    position: relative;
    color: #2C2927;
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20.5px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    transition: background .2s linear, color .2s linear;
}
@media (max-width: 479px) {
    .btn-white {
        line-height: 35px;
    }
}
.basket-share {
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}

.basket-share__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.basket-share__btn span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .2s linear;
}

.basket-share__btn:hover span {
    border-color: currentColor;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    display: inline-block;
}

.btn-icon--copy::before {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E");
}

.btn-icon--copied::before {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z'/%3E%3C/svg%3E");
}

.basket-share__icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.61 21q-.994 0-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-7.197-4.273q-.324.374-.793.587t-1.007.213q-.986 0-1.676-.702T3 12t.69-1.683t1.676-.702q.537 0 1.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625 3 16.62 3t1.688.697T19 5.389t-.695 1.688t-1.69.692q-.542 0-1-.222t-.78-.597l-7.199 4.273q.07.194.101.386q.032.191.032.391t-.032.391t-.1.386l7.198 4.273q.323-.375.78-.597q.458-.222 1-.222q.994 0 1.69.696q.695.698.695 1.693t-.697 1.688t-1.692.692m.004-1q.589 0 .987-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m-11.25-6.616q.596 0 1-.398q.403-.398.403-.986t-.403-.986t-1-.398q-.581 0-.973.398T4 12t.393.987t.973.397m11.25-6.615q.588 0 .986-.398T18 5.384t-.398-.986T16.616 4t-.987.398t-.398.987t.398.986t.987.398m0-1.385'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 28px;
    height: 28px;
}

.loading .basket-share__icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='currentColor' d='M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
}

.basket-share-title {
    margin-bottom: 26px;
}

.ya-share2__badge {
    width: 48px;
    height: 48px;
}

.ya-share2__icon {
    width: 24px;
    height: 24px;
}

.ya-share2__badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.section-cart._marg .basket-share {
    transform: translateY(-72px);
    margin-top: -40px;
}

@media (max-width: 1399px) {
    .section-cart._marg .basket-share {
        transform: translateY(-52px);
    }
}

@media (max-width: 380px) {
    .section-cart._marg .basket-share {
        transform: translateY(0);
        text-align: left;
        margin-top: -30px;
    }
}

.modal-register {
    max-width: 960px;
}

.modal-register__cols {
    align-items: stretch;
}

.modal-register__col {
    width: 50%;
}

.modal-register__col--text {
    padding: 40px;
}

.modal-register .modal__title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.modal__desc {
    line-height: 150%;
    font-size: 16px;
    color: #6E6E6E;
}

.modal-register__bold {
    font-weight: 600;
    color: #2C2927;
}

.modal-register .modal__desc ul {
    padding-left: 15px;
}

.modal-register .modal__desc li:not(:last-child) {
    margin-bottom: 10px;
}

.modal-register .modal__desc li::marker {
    color: #2C2927;
}

.modal__desc--marg {
    margin-top: 40px;
}

.modal-register__img {
    overflow: hidden;
}

.modal-register__img, .modal-register__img img {
    height: 100%;
}

.modal-register__img img {
    width: 100%;
}

@media (max-width: 991px) {
    .modal-register__col--text {
        padding: 20px;
    }

    .modal-register {
        max-width: 98%;
    }
}

@media (max-width: 767px) {
    .modal-register__col--img {
        display: none;
    }
    .modal-register__col {
        width: 100%;
    }
}
