.lysCheckout__calculation--discount.hide{
    display: none;
}

.lysCheckout__calculation--total.hide{
    display: none;
}

.lysCheckout__step--field input.error+span{
    display: block !important;
}

.lysThanks__delivery p{
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    line-height: 1.2;
    display: flex;
    column-gap: 10px;
}

.lysThanks__delivery p:before{
    content: '';
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    display: inline-block;
    background: url('images/thank-mark.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.lysThanks__delivery{
    padding: 0px 0px 0 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.lysCheckout__basket--change--mob a{
    color: inherit;
}

.lysCheckout__promocode--field input{
    outline: none !important;
}

.lysCart {
    padding: 0px 80px 0px;
}

.lysCart .cart__end{
    margin: 0 !important;
}

.lysCart .cart__table{
    padding: 0 !important;
}

.lysCart .cart_item{
    padding: 0 !important;
    border: none !important;
}

.lysCart .cart_item:not(:last-child) {
    border-bottom: 1px solid #dcdcdd !important;
}


@media (max-width: 1200px) {
    .lysCart {
        padding: 0px 40px 0px;
    }
}
@media (max-width: 1024px) {
    .lysCart {
        padding: 0px 32px 0px;
    }
}
@media (max-width: 780px) {
    .lysCart {
        padding: 0px 10px 0px;
    }
}
.lysCart__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    color: #172852;
    padding-bottom: 24px;
}
@media (max-width: 780px) {
    .lysCart__title {
        font-size: 20px;
        line-height: 120%;
        padding-bottom: 16px;
        border-bottom: 1px solid #dcdcdd;
    }
}
.lysCart__item {
    padding: 10px 0 !important;
    display: flex;
    column-gap: 16px;
    align-items: center;
    width: 100%;
}
@media (max-width: 780px) {
    .lysCart__item {
        padding: 20px 0 !important;
    }
}
.lysCart__item:not(:last-child) {
    border-bottom: 1px solid #dcdcdd;
}
.lysCart__item--pic {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lysCart__item--pic img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.cart__end{
    flex-flow: wrap;
}

.lysCart .cart_totals{
    width: 100% !important;
    background: none !important;
    padding: 0 !important;
}

.lysCart .cart__end{
    width: 100%;
}

@media (max-width: 1024px) {
    .lysCart__item--pic {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 780px) {
    .lysCart__item--pic {
        width: 88px;
        height: 88px;
    }
}
.lysCart__item--pic img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.lysCart__item--info {
    display: flex;
    align-items: center;
    column-gap: 40px;
    flex-grow: 1;
    position: relative;
}
@media (max-width: 1024px) {
    .lysCart__item--info {
        column-gap: 20px;
    }
}
@media (max-width: 780px) {
    .lysCart__item--info {
        flex-wrap: wrap;
        column-gap: 10px;
        justify-content: space-between;
        row-gap: 20px;
    }
}
.lysCart__item--desc {
    flex-grow: 1;
    width: calc(100% - 340px);
}
@media (max-width: 780px) {
    .lysCart__item--desc {
        max-width: calc(100% - 34px);
        width: 100%;
    }
}
.lysCart__item--desc p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #172852;
    text-align: left;
}
@media (max-width: 780px) {
    .lysCart__item--desc p {
        font-size: 14px;
        line-height: 120%;
    }
}
.lysCart__item--counter {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
@media (max-width: 780px) {
    .lysCart__item--counter {
        order: 3;
        column-gap: 4px;
    }
}
.lysCart__item--counter--minus,
.lysCart__item--counter--plus {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    cursor: pointer;
}
@media (max-width: 780px) {
    .lysCart__item--counter--minus,
    .lysCart__item--counter--plus {
        width: 18px;
        height: 24px;
    }
}
.lysCart__item--counter--minus:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #27c6d9;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
}
@media (max-width: 780px) {
    .lysCart__item--counter--minus:after {
        width: 14px;
        right: 2px;
    }
}
.lysCart__item--counter--plus:before,
.lysCart__item--counter--plus:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #27c6d9;
    top: 50%;
    left: 3px;
}
@media (max-width: 780px) {
    .lysCart__item--counter--plus:before,
    .lysCart__item--counter--plus:after {
        left: 2px;
        width: 14px;
    }
}
.lysCart__item--counter--plus:before {
    transform: translateY(-50%) rotate(90deg);
}
.lysCart__item--counter--plus:after {
    transform: translateY(-50%);
}
.lysCart__item--counter--num {
    width: 32px;
    height: 32px;
    position: relative;
    border: 1px solid #9a9595;
    display: flex;
}

.lysCart__item--counter--num .input-text.qty.text{
    width: 100% !important;
}

.lysCart__item--counter--num .quantity{
    width: 100%;
}


@media (max-width: 780px) {
    .lysCart__item--counter--num {
        width: 24px;
        height: 24px;
    }
    .lysCart__item--counter--num .quantity{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .lysCart__item:before{
        display: none !important;
    }
}
.lysCart__item--counter--num input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: none;
    outline: none;
    background: transparent;
    color: #172852;
}
@media (max-width: 780px) {
    .lysCart__item--counter--num input {
        font-size: 14px;
        line-height: 120%;
    }
}
.lysCart__item--price {
    width: 140px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
@media (max-width: 1024px) {
    .lysCart__item--price {
        padding: 0 0 0 10px;
    }
}
@media (max-width: 780px) {
    .lysCart__item--price {
        padding: 0;
        order: 4;
        flex-direction: row;
        column-gap: 8px;
        flex-wrap: wrap;
        width: max-content;
    }
}
.lysCart__item--price.discount-active .lysCart__item--priceDiscount {
    display: block;
}
.lysCart__item--price.discount-active .lysCart__item--priceFull {
    font-size: 14px;
    line-height: 120%;
    color: #574e4e;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    line-height: 100%;
}
@media (max-width: 780px) {
    .lysCart__item--price.discount-active .lysCart__item--priceFull {
        font-size: 12px;
        line-height: 120%;
        line-height: 100%;
    }
}
.lysCart__item--priceDiscount {
    color: #ff540a;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    display: none;
    line-height: 100%;
}
@media (max-width: 780px) {
    .lysCart__item--priceDiscount {
        order: 2;
        font-size: 14px;
        line-height: 120%;
        line-height: 100%;
    }
}
.lysCart__item--priceFull {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #172852;
    line-height: 100%;
}
@media (max-width: 780px) {
    .lysCart__item--priceFull {
        font-size: 14px;
        line-height: 120%;
        line-height: 100%;
    }
}
.lysCart__item--delete {
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
@media (max-width: 780px) {
    .lysCart__item--delete {
        order: 2;
        width: 18px;
        height: 18px;
    }
}
.lysCart__basement {
    padding: 30px 0 0;
    display: flex;
    column-gap: 80px;
    align-items: center;
    width: 100%;
}
@media (max-width: 1024px) {
    .lysCart__basement {
        column-gap: 32px;
    }
}
@media (max-width: 780px) {
    .lysCart__basement {
        flex-direction: column;
        row-gap: 36px;
        padding: 20px 0 0;
    }
}
.lysCart__basement.lysofree-active .lysCart__lysofree {
    display: flex;
}
.lysCart__lysofree {
    flex-grow: 1;
    border-radius: 16px;
    padding: 20px 20px 16px;
    background: #f7f7f7;
    flex-direction: column;
    row-gap: 12px;
    display: none;
}

.lysCart__lysofree--inactive{
    display: none;
}

.lysofree-inactive .lysCart__lysofree{
    display: flex !important;
}

.lysofree-inactive .lysCart__lysofree>*:not(.lysCart__lysofree--inactive){
    display: none;
}

.lysofree-inactive .lysCart__lysofree--inactive{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 313px;
    margin: auto;
}
.lysCart__lysofree--inactive p {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.lysCart__lysofree--inactive svg{
    min-width: 31px;
}

@media (max-width: 780px) {
    .lysCart__lysofree {
        order: 2;
        max-width: 100%;
        width: 100%;
        row-gap: 20px;
    }
    .lysCart__lysofree--inactive p{
        font-size: 14px;
    }
    .lysCart__lysofree--inactive svg{
        min-width: 25px;
    }
    .lysofree-inactive .lysCart__lysofree--inactive{
        max-width: 230px;
    }
}
.lysCart__lysofree--logo {
    max-width: 134px !important;
    width: 100%;
    height: auto;
    margin: 0 auto 4px;
}
.lysCart__lysofree--progress {
    max-width: 100%;
    width: 100%;
    height: 16px;
    border: 1px solid #172852;
}
.lysCart__lysofree--progress p {
    width: 25%;
    height: 100%;
    background: #0bb84d;
}
.lysCart__lysofree--used {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #172852;
}
@media (max-width: 780px) {
    .lysCart__lysofree--used {
        font-size: 14px;
        line-height: 120%;
    }
}
.lysCart__calculation {
    width: 31.5%;
    flex-shrink: 0;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    margin-left: auto;
}
@media (max-width: 780px) {
    .lysCart__calculation {
        max-width: 100%;
        width: 100%;
        min-width: initial;
    }
}
.lysCart__calculation > div {
    display: flex;
    column-gap: 20px;
    align-items: center;
    color: #172852;
}
.lysCart__calculation > div h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    flex-grow: 1;
}
@media (max-width: 780px) {
    .lysCart__calculation > div h6 {
        text-align: left;
    }
}
.lysCart__calculation > div p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}
.lysCart__calculation--cost p,
.lysCart__calculation--total p {
    color: #172852;
}
.lysCart__calculation--discount p {
    color: #ff540a;
}
.lysCart__btns {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: space-between;
    padding: 60px 0 0;
    width: 100%;
}
@media (max-width: 780px) {
    .lysCart__btns {
        flex-direction: column;
        row-gap: 20px;
    }
}
.lysCart__continue {
    border: 1px solid #172852;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
    padding: 16px 26px 17px;
    text-align: center;
    transition: 0.35s;
}
@media (max-width: 780px) {
    .lysCart__continue {
        order: 2;
        max-width: 100%;
        width: 100%;
        padding: 13px 16px 14px;
    }
}
.lysCart__continue:hover {
    background: #172852;
    color: #fff;
}
.lysCart__continue:active {
    background: #172852;
    color: #fff;
}
.lysCart__order {
    border: 1px solid #172852;
    background: #172852;
    color: #fff;
    max-width: 400px;
    width: 100%;
    padding: 16px 26px 17px;
    text-align: center;
    transition: 0.35s;
    font-size: 16px;
    line-height: 120%;
}
@media (max-width: 780px) {
    .lysCart__order {
        max-width: 100%;
        width: 100%;
        padding: 13px 16px 14px;
    }
}
.lysCart__order:hover {
    background: #27c6d9;
    border: 1px solid #27c6d9;
}
.lysCart__order:active {
    background: #27c6d9;
    border: 1px solid #0bb84d;
}
.lysCheckout {
    padding: 0px 80px 200px;
    display: flex;
}
@media (max-width: 1200px) {
    .lysCheckout {
        padding: 0px 40px 140px;
    }
}
@media (max-width: 1024px) {
    .lysCheckout {
        padding: 0px 32px 100px;
    }
}
@media (max-width: 860px) {
    .lysCheckout {
        flex-direction: column;
    }
}
@media (max-width: 780px) {
    .lysCheckout {
        padding: 0px 0px 60px;
    }
}
.lysCheckout__title {
    display: none;
    font-weight: 500;
    color: #172852;
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 16px;
}
@media (max-width: 860px) {
    .lysCheckout__title {
        display: block;
    }
}
.lysCheckout__processing {
    width: 53%;
    padding: 20px 40px 40px 0;
}
@media (max-width: 1200px) {
    .lysCheckout__processing {
        padding: 20px 24px 40px 0;
    }
}
@media (max-width: 860px) {
    .lysCheckout__processing {
        order: 3;
        max-width: 100%;
        width: 100%;
        padding: 20px 0 40px;
        border-top: 1px solid #e5e5e5;
    }
}
.lysCheckout__processing--header {
    padding: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}
@media (max-width: 860px) {
    .lysCheckout__processing--header {
        justify-content: flex-end;
    }
}
.lysCheckout__processing--title {
    font-size: 24px;
    line-height: 120%;
    color: #172852;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .lysCheckout__processing--title {
        font-size: 20px;
        line-height: 120%;
    }
}
@media (max-width: 860px) {
    .lysCheckout__processing--title {
        display: none;
    }
}
.lysCheckout__processing--cabinet {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9a9595;
    transition: 0.35s;
    text-decoration-thickness: 1px;
    text-underline-offset: 1.5px;
    cursor: pointer;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.lysCheckout__processing--cabinet:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.lysCheckout__step:not(:last-child) {
    margin-bottom: 40px;
}
.lysCheckout__step.active .lysCheckout__step--content {
    display: block;
}
.lysCheckout__step.active .lysCheckout__step--numbering {
    border: 1px solid #0bb84d;
    background: #e3f5e4;
}
.lysCheckout__step.filled .lysCheckout__step--change {
    display: block;
}
.lysCheckout__step.filled .lysCheckout__step--numbering {
    border: 1px solid #0bb84d;
    background: #0bb84d;
}
.lysCheckout__step.filled .lysCheckout__step--numbering p {
    color: #fff;
}
.lysCheckout__step--header {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.lysCheckout__step--numbering {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #e5e5e5;
    transition: 0.35s;
    border: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
    .lysCheckout__step--numbering {
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 625px) {
    .lysCheckout__step--numbering {
        width: 32px;
        height: 32px;
    }

    .lysCheckout__basket .lysCheckout__items{
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .lysCheckout__basket.open .lysCheckout__items{
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}
.lysCheckout__step--numbering p {
    color: #574e4e;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    transition: 0.35s;
}
@media (max-width: 1024px) {
    .lysCheckout__step--numbering p {
        font-size: 18px;
        line-height: 120%;
    }
}
@media (max-width: 625px) {
    .lysCheckout__step--numbering p {
        font-size: 16px;
        line-height: 120%;
    }
}
.lysCheckout__step--title {
    color: #172852;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    flex-grow: 1;
}
@media (max-width: 1024px) {
    .lysCheckout__step--title {
        font-size: 18px;
        line-height: 120%;
    }
}
@media (max-width: 625px) {
    .lysCheckout__step--title {
        font-size: 16px;
        line-height: 120%;
    }
}
.lysCheckout__step--change {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9a9595;
    transition: 0.35s;
    text-decoration-thickness: 1px;
    text-underline-offset: 1.5px;
    cursor: pointer;
    display: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.lysCheckout__step--change:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.lysCheckout__step--content {
    display: none;
    padding: 40px 0 0;
}
.lysCheckout__step--fields {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.lysCheckout__step--field.error span {
    display: block;
}
.lysCheckout__step--field.error input {
    border: 1px solid #ff540a;
}
.lysCheckout__step--field p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}
.lysCheckout__step--field input {
    max-width: 100%;
    width: 100%;
    transition: 0.35s;
    padding: 3px 12px;
    border: 1px solid #172852;
    font-size: 16px;
    font-weight: 400;
    color: #172852;
    line-height: 100%;
    min-height: 42px;
    outline: none !important;
}
.lysCheckout__step--field input:focus {
    border: 1px solid #27c6d9;
}

.lysCheckout__calculation > div h6{
    color: #172852;
}

.lysCheckout__promocode--field input:focus {
    border: 1px solid #27c6d9;
}

.lysCheckout__step--field input::placeholder {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9a9595;
}
.lysCheckout__step--field span {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #ff540a;
    display: none;
    padding: 8px 0 0;
}
.lysCheckout__step--notice {
    padding: 42px 0 0;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}
.lysCheckout__step--notice a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #172852;
}
.lysCheckout__step--next {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    width: 100%;
    color: #fff;
    display: block;
    background: #0bb84d;
    transition: 0.35s;
    padding: 18px 12px;
}

.lysCheckout__step--next.step2{
    margin-top: 30px !important;
}

@media (max-width: 625px) {
    .lysCheckout__step--next {
        font-size: 14px;
        line-height: 120%;
        padding: 15px 12px;
    }
}
.lysCheckout__step--next:hover {
    background: #0e3827;
}
.lysCheckout__step--next:active {
    background: #0e3827;
}
.lysCheckout__delivery--method:not(:last-child) {
    margin-bottom: 20px;
}
.lysCheckout__delivery--select {
    display: flex;
    align-items: center;
    column-gap: 20px;
    cursor: pointer;
}

.lysCheckout__delivery--select.active >div:after{
    opacity: 1;
}


.woocommerce-checkout.active{
   opacity: 1;
    display: block;
    position: static;
}

.woocommerce-checkout.active #wcus_np_billing_fields h3{
    display: none;
}


.woocommerce-checkout.active #customer_details{
    max-width: 100% !important;
    margin-top: 40px !important;
}

.woocommerce-checkout.active .form-row{
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout.active .select2-selection.select2-selection--single{
    padding: 6px !important;
}

.woocommerce-checkout.active .j-wcus-warehouse-block{
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.woocommerce-checkout.active .wc-urk-shipping-form-group{
    flex-basis: 100% !important;
    max-width: 100% !important;
    display: none !important;
}

.woocommerce-checkout.active .j-wcus-np-custom-address-block{
    width: 100% !important;
}

.woocommerce-checkout.active .woocommerce-input-wrapper .input-text.input-text{
    padding: 6px !important;
    min-height: 42px !important;
}

.lysCheckout__delivery--select > div {
    width: 24px;
    height: 24px;
    border: 1px solid #172852;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}
.lysCheckout__delivery--select > div:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #172852;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.35s;
    opacity: 0;
}
.lysCheckout__delivery--select p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}
.lysCheckout__payment:not(:last-child) {
    margin-bottom: 20px;
}
.lysCheckout__payment.notAvailable .lysCheckout__payment--select {
    cursor: initial;
}
.lysCheckout__payment.notAvailable .lysCheckout__payment--select > div {
    border: 1px solid #9a9595;
}
.lysCheckout__payment.notAvailable .lysCheckout__payment--select > p {
    color: #9a9595;
}
.lysCheckout__payment.notAvailable .lysCheckout__payment--condition {
    display: block;
}
.lysCheckout__payment.cashless-active .lysCheckout__payment--cashless {
    display: flex;
}
.lysCheckout__payment.active .lysCheckout__payment--select > div:after {
    opacity: 1;
}
.lysCheckout__payment--select {
    display: flex;
    align-items: center;
    column-gap: 20px;
    cursor: pointer;
    position: relative;
}
.lysCheckout__payment--select > div {
    width: 24px;
    height: 24px;
    border: 1px solid #172852;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}
.lysCheckout__payment--select > div:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #172852;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.35s;
    opacity: 0;
}
.lysCheckout__payment--select p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}
.lysCheckout__payment--select input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.lysCheckout__payment--condition {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
    padding: 8px 0 0;
    display: none;
}
.lysCheckout__payment--cashless {
    padding: 36px 0 0;
    flex-direction: column;
    row-gap: 20px;
    display: none;
}
.lysCheckout__payment--shipping {
    display: flex;
    position: relative;
    column-gap: 20px;
    align-items: center;
    cursor: pointer;
}
.lysCheckout__payment--shipping > div {
    width: 24px;
    height: 24px;
    border: 1px solid #172852;
    position: relative;
    flex-shrink: 0;
}
.lysCheckout__payment--shipping > div:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #172852;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.lysCheckout__payment--shipping > p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}

.lysCheckout__payment--shipping.active>div{
    background: #172852;
}

.lysCheckout__payment--shipping > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.lysCheckout__basket {
    width: 47%;
    border-left: 1px solid #e5e5e5;
    padding: 20px 0 40px 40px;
}
@media (max-width: 1200px) {
    .lysCheckout__basket {
        padding: 20px 0 40px 24px;
    }
}
@media (max-width: 860px) {
    .lysCheckout__basket {
        padding: 20px 0 20px;
        max-width: 100%;
        width: 100%;
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }
}
.lysCheckout__basket.open .lysCheckout__basket--arrow svg {
    transform: rotate(-90deg);
}
.lysCheckout__basket--header {
    padding: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}
.lysCheckout__basket--arrow {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .lysCheckout__basket--arrow {
        display: flex;
    }
}
.lysCheckout__basket--arrow svg {
    transition: 0.35s;
}
.lysCheckout__basket--title {
    font-size: 24px;
    line-height: 120%;
    color: #172852;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .lysCheckout__basket--title {
        font-size: 20px;
        line-height: 120%;
    }
}
@media (max-width: 625px) {
    .lysCheckout__basket--title {
        font-size: 16px;
        line-height: 120%;
    }
}
.lysCheckout__basket--change {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9a9595;
    transition: 0.35s;
    text-decoration-thickness: 1px;
    text-underline-offset: 1.5px;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
@media (max-width: 625px) {
    .lysCheckout__basket--change {
        display: none;
    }
}
.lysCheckout__basket--change:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.lysCheckout__basket--accordion {
    transition: 0.5s;
    overflow: hidden;
}
@media (max-width: 625px) {
    .lysCheckout__basket--accordion > div {
        padding: 0 0 44px;
    }
}
.lysCheckout__item {
    display: flex;
    column-gap: 16px;
    padding: 10px 0;
}
@media (max-width: 625px) {
    .lysCheckout__item {
        padding: 20px 0;
    }
}
.lysCheckout__item:not(:last-child) {
    border-bottom: 1px solid #dcdcdd;
}
.lysCheckout__item--pic {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .lysCheckout__item--pic {
        width: 96px;
        height: 96px;
    }
}
@media (max-width: 780px) {
    .lysCheckout__item--pic {
        width: 88px;
        height: 88px;
    }
}
.lysCheckout__item--pic img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.lysCheckout__item--info {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-grow: 1;
    position: relative;
}
@media (max-width: 1024px) {
    .lysCheckout__item--info {
        column-gap: 8px;
    }
}
@media (max-width: 780px) {
    .lysCheckout__item--info {
        column-gap: 16px;
    }
}
.lysCheckout__item--desc {
    flex-grow: 1;
}
.lysCheckout__item--desc p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #172852;
}
@media (max-width: 1024px) {
    .lysCheckout__item--desc p {
        font-size: 14px;
        line-height: 120%;
    }
}
.lysCheckout__item--counter {
    min-width: 23px;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
}
@media (max-width: 625px) {
    .lysCheckout__item--counter {
        min-width: 16px;
    }
}
.lysCheckout__item--counter p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #172852;
}
.lysCheckout__item--price {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    flex-shrink: 0;
    align-items: flex-end;
}
.lysCheckout__item--price.discount-active .lysCheckout__item--priceDiscount {
    display: block;
}
.lysCheckout__item--price.discount-active .lysCheckout__item--priceFull {
    font-size: 14px;
    color: #574e4e;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .lysCheckout__item--price.discount-active .lysCheckout__item--priceFull {
        font-size: 12px;
        line-height: 120%;
    }
}
.lysCheckout__item--priceDiscount {
    color: #ff540a;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    display: none;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .lysCheckout__item--priceDiscount {
        font-size: 14px;
        line-height: 120%;
        line-height: 100%;
    }
}
.lysCheckout__item--priceFull {
    font-weight: 400;
    font-size: 16px;
    color: #172852;
    line-height: 100%;
    min-width: 100px;
    text-align: right;
}
@media (max-width: 1024px) {
    .lysCheckout__item--priceFull {
        font-size: 14px;
        line-height: 120%;
        line-height: 100%;
    }
}
.lysCheckout__promocode {
    padding: 30px 0 0;
}
@media (max-width: 625px) {
    .lysCheckout__promocode {
        padding: 20px 0 0;
    }
    .lysCheckout__item--priceFull{
        min-width: 80px;
    }
}

.lysCheckout__promocode.applied .lysCheckout__promocode--applied {
    display: block;
}
.lysCheckout__promocode.invalid .lysCheckout__promocode--invalid {
    display: block;
}
.lysCheckout__promocode--field {
    display: flex;
}
.lysCheckout__promocode--field input {
    flex-grow: 1;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
    padding: 10px 0 10px 12px;
    border: 1px solid #172852;
    border-right: none;
}
.lysCheckout__promocode--field input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9a9595;
}
.lysCheckout__promocode--field a {
    background: #172852;
    padding: 10px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    transition: 0.35s;
    border: 1px solid #172852;
}
.lysCheckout__promocode--field a:hover {
    background: #27c6d9;
    border: 1px solid #27c6d9;
}
.lysCheckout__promocode--applied {
    padding: 6px 0 0 12px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #0bb84d;
    display: none;
}
.lysCheckout__promocode--invalid {
    padding: 6px 0 0 12px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #ff540a;
    display: none;
}
.lysCheckout__basket--change--mob {
    display: none;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9a9595;
    transition: 0.35s;
    text-decoration-thickness: 1px;
    text-underline-offset: 1.5px;
    padding: 0 0 6px;
    justify-content: flex-end;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
@media (max-width: 625px) {
    .lysCheckout__basket--change--mob {
        display: flex;
    }
}
.lysCheckout__basket--change--mob:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.lysCheckout__calculation {
    padding: 56px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    max-width: 100%;
    width: 100%;
}
@media (max-width: 625px) {
    .lysCheckout__calculation {
        padding: 12px 0 0;
    }
}
.lysCheckout__calculation > div {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.lysCheckout__calculation > div h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    flex-grow: 1;
}
.lysCheckout__calculation > div p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}
.lysCheckout__calculation--cost p,
.lysCheckout__calculation--total p {
    color: #172852;
}
.lysCheckout__calculation--discount p {
    color: #ff540a;
}
.lysThanks {
    padding: 20px 80px 50px;
}
@media (max-width: 1200px) {
    .lysThanks {
        padding: 20px 40px 50px;
    }
}
@media (max-width: 1024px) {
    .lysThanks {
        padding: 16px 32px 50px;
    }
}
@media (max-width: 780px) {
    .lysThanks {
        padding: 15px 0px 50px;
    }
}
.lysThanks__content {
    display: flex;
}
@media (max-width: 860px) {
    .lysThanks__content {
        flex-direction: column;
    }
}
.lysThanks__title {
    padding: 0 0 48px;
    font-weight: 700;
    color: #172852;
    font-size: 36px;
    line-height: 120%;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
@media (max-width: 1024px) {
    .lysThanks__title {
        font-size: 24px;
        line-height: 120%;
        padding: 0 0 32px;
    }
}
@media (max-width: 625px) {
    .lysThanks__title {
        font-size: 20px;
        line-height: 120%;
        text-align: left;
        font-weight: 500;
        padding: 0 0 18px;
    }
}
@media (max-width: 625px) {
    .lysThanks__title span {
        display: block;
    }
}
.lysThanks__data {
    width: 35.5%;
    padding: 20px 3vw 40px 0;
    flex-shrink: 0;
    min-width: 422px;
}
@media (max-width: 860px) {
    .lysThanks__data {
        order: 2;
        max-width: 100%;
        width: 100%;
        padding: 20px 0 40px;
        min-width: initial;
    }
}
.lysThanks__data--title {
    padding: 0 0 36px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    color: #172852;
}
@media (max-width: 1024px) {
    .lysThanks__data--title {
        font-size: 20px;
        line-height: 120%;
    }
}
@media (max-width: 860px) {
    .lysThanks__data--title {
        padding: 0 0 24px;
    }
}
@media (max-width: 625px) {
    .lysThanks__data--title {
        font-size: 16px;
        line-height: 120%;
        padding: 0 0 16px;
    }
}
.lysThanks__blank {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
@media (max-width: 625px) {
    .lysThanks__blank {
        row-gap: 10px;
    }
}
.lysThanks__blank > div:not(:last-child) {
    padding: 0 0 13px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 625px) {
    .lysThanks__blank > div:not(:last-child) {
        padding: 0 0 10px;
    }
}
.lysThanks__blank > div h6 {
    font-size: 16px;
    line-height: 120%;
    line-height: 100%;
    color: #172852;
    font-weight: 500;
    margin-bottom: 8px;
}
.lysThanks__blank > div p {
    font-size: 16px;
    line-height: 120%;
    line-height: 100%;
    color: #172852;
    font-weight: 400;
}
.lysThanks__blank--basement {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.lysThanks__blank--basement > div {
    flex-grow: 1;
}
.lysThanks__blank--basement > div p {
    font-size: 14px;
    line-height: 120%;
    line-height: 100%;
}
@media (max-width: 625px) {
    .lysThanks__blank--basement > div p {
        font-size: 12px;
        line-height: 120%;
    }
}
.lysThanks__blank--basement > a {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
    border: 1px solid #e5e5e5;
}
@media (max-width: 625px) {
    .lysThanks__blank--basement > a {
        font-size: 12px;
        line-height: 120%;
        padding: 8px 12px;
    }
}
.lysThanks__shedudle {
    padding: 36px 0 0 20px;
}
.lysThanks__shedudle h6 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #172852;
    margin-bottom: 12px;
}
.lysThanks__shedudle p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #172852;
}
.lysThanks__shedudle p:not(:last-child) {
    margin-bottom: 12px;
}
.lysThanks__order {
    flex-grow: 1;
    width: 64.5%;
    padding: 20px 0 40px 40px;
}
@media (max-width: 1200px) {
    .lysThanks__order {
        padding: 20px 0 40px 24px;
    }
}
@media (max-width: 860px) {
    .lysThanks__order {
        padding: 20px 0 20px;
        max-width: 100%;
        width: 100%;
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }
}
.lysThanks__order .lysCheckout__calculation {
    padding: 26px 0 0;
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__basket--accordion > div {
        padding: 0;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__item {
        align-items: center;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__item--info {
        flex-direction: column;
        row-gap: 10px;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__item--desc {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__item--price {
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        column-gap: 8px;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__basket--header {
        padding: 0 0 16px;
    }
}
@media (max-width: 625px) {
    .lysThanks__order .lysCheckout__item--counter {
        display: none;
    }
}
