.lwpcngNotice {
    font: inherit;
}

.lwpcngNotice_accept {
    border-color: #3d57b0 !important;
    background: #3d57b0 !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 8.5px 20px;
}

.lwpcngNotice_accept:hover {
    text-decoration: none !important;
    filter: brightness(1.1);
}

.popup-question-row--accept {
    display: flex !important;
    align-items: center;
}

.popup-question-row--accept input {
    width: 20px;
    margin-right: 10px;
    accent-color: #3d57b0;
}

.popup-question-row--accept input.red {
    accent-color: rgb(251,111,113);
}

.popup-question-row--accept input.red + label a {
    color: rgb(251,111,113);
}

.popup-question-row--accept label a {
    color: #3d57b0;
}

#footer-bot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    opacity: initial;
    gap: 15px;
}

#footer-bot::before {
    opacity: .2;
}

.site-support {
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: .7;
}

.site-support a {
    text-decoration: none;
}

.site-support__logo {
    display: flex;
    align-items: center;
}

.site-support__text {
    text-align: left;
}

.site-support__text a{
    color: #fafafa;
}

#footer-bot .copyright {
    opacity: .7;
}

/* Кастомный чекбокс */
.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    min-height: 18px;
    user-select: none;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #3D57B0;
    border-radius: 3px;
    background: white;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
    background: #3D57B0;
    border-color: #3D57B0;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.custom-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 2px rgba(61, 87, 176, 0.3);
    outline: none;
}

.custom-checkbox input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.6;
}

.custom-checkbox input[type="checkbox"]:not(:disabled) + label:hover::before {
    border-color: #2a4080;
}

@media screen and (max-width: 479px) {

    .footer-links-border > a:last-of-type {
        margin-bottom: 20px;
    }

    #footer-top1-top-logo {
        background-position: center;
    }

    #footer-top1-top-text {
        text-align: center;
    }

    #footer-top1-top-projects {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

}

#main-question-answer {
    margin-bottom: 60px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e4e7e9;
}

.acc_section {
    color: #191c1f;
    background-color: #ffffff;
    margin-bottom: 40px;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 35px 40px 35px 100px;
    border-radius: 10px !important;
}

.acc_section.acc_active {
    box-shadow: none;
    background-color: #eff3ff;
}

.acc_section > .acc_head {
    color: #3d57b0 !important;
    font-size: 21px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
    background-color: #ffffff !important;
    border-bottom: none !important;
    padding: 0 !important;
    position: relative;
}

.acc_section > .acc_head:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -55px;
    background-image: url("i/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
}

.acc_section.acc_active > .acc_head {
    color: #191c1f !important;
    background-color: #eff3ff !important;
    margin-bottom: 25px;
}

.acc_section.acc_active > .acc_head:after {
    background-image: url("i/arrow-up.svg");
}

.acc_section .acc_content {
    color: #666666 !important;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 !important;
}

.acc_section.acc_active .acc_content p {
    margin-bottom: 15px;
}

.acc_section.acc_active .acc_content a {
    color: #3d57b0;
}

.acc_section.acc_active .acc_content {
    color: #191c1f;
    background-color: #eff3ff;
}

#main-legal {
    margin-bottom: 30px;
}

#main-numbers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0, 0.1);
    padding: 40px 40px 50px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    #main-numbers {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    #main-numbers {
        gap: 20px;
        padding: 30px 20px 30px;
    }
}

@media (max-width: 420px) {
    #main-numbers {
        gap: 0;
        padding: 20px 20px 10px;
    }
}


#main-numbers h2 {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    #main-numbers h2 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    #main-numbers h2 {
        font-size: 22px;
    }
}

.main-numbers {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

@media (max-width: 1024px) {
    .main-numbers {
        flex-wrap: wrap;
        gap: 0;
        align-items: stretch;
    }
}

.main-numbers__line {
    display: none;
}

@media (max-width: 1024px) {
    .main-numbers__line {
        display: block;
        width: 100%;
        height: 1px;
        background: #E4E7E9;
    }
}

.main-numbers__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1024px) {
    .main-numbers__item {
        width: 50%;
        height: auto;
        justify-content: flex-start;
        gap: 15px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .main-numbers__item:nth-child(1),
    .main-numbers__item:nth-child(4) {
        border-right: 1px solid #E4E7E9 !important;
    }
}

.main-numbers__item:not(:last-child) {
    border-right: 1px solid #E4E7E9;
}

@media (max-width: 1024px) {
    .main-numbers__item:not(:last-child) {
        border-right: none;
    }
}

.main-numbers__item--digit {
    font-weight: 600;
    font-size: 40px;
    color: #3d57b0;
}

@media (max-width: 420px) {
    .main-numbers__item--digit {
        font-size: 32px;
    }
}

.main-numbers__item--descr {
    color: #000000;
    text-align: center;
}

@media (max-width: 420px) {
    .main-numbers__item--descr {
        font-size: 16px;
    }
}

#cart_page_top_left_items {
    margin: 24px 0;
    max-width: 100%;
    overflow: hidden;
    overflow-y: visible;
}

#cart_page_top_left_items_top {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    #cart_page_top_left_items_top {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cart_page_top_left_item_price_full {
        width: 20%;
    }
}

.cart_page_top_left_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .cart_page_top_left_item {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .cart_page_top_left_item_title {
        margin-bottom: 15px;
    }
}

.cart_page_top_left_item__gifts {
    width: 100%;
    display: none !important;
    justify-content: center;
    margin-top: 3px;
    color: #3d57b0;
}

.cart_page_top_left_item__gifts.active {
    display: block !important;
}

.cart_page_top_left_item_count {
    margin-right: 24px;
}

@media screen and (max-width: 479px) {

    .footer-links-border > a:last-of-type {
        margin-bottom: 20px;
    }

    #footer-top1-top-logo {
        background-position: center;
    }

    #footer-top1-top-text {
        text-align: center;
    }

    #footer-top1-top-projects {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

}

.shop-thank-you-orders {
    background: #f5f7fa;
    border-radius: 8px;
    padding: 12px 18px;
    margin: 12px 0 18px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.5;
    text-align: center;
}
.shop-thank-you-orders strong {
    color: #191c1f;
    font-weight: 700;
    margin-left: 0;
}
.shop-thank-you-orders__hint {
    display: block;
    color: #929fa5;
    font-size: 13px;
    margin-top: 4px;
}

.popup2-ref {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid #e4e7e9;
    text-align: left;
}
.popup2-ref-balance {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #161629;
}
.popup2-ref-balance strong {
    font-weight: 600;
}
.popup2-ref-pending {
    display: block;
    color: #929fa5;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
}
.popup2-ref-code {
    margin-bottom: 10px;
    font-size: 14px;
    color: #475156;
}
.popup2-ref-code strong {
    color: #161629;
    font-weight: 600;
}
.popup2-ref-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 14px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #161629;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #e4e7e9;
}
.popup2-ref-link:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #3D57B0;
}
.popup2-ref-copy {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    background: #3D57B0;
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    box-shadow: 1px 6px 13px 0 rgba(0, 0, 0, 0.12);
    transition: filter 0.3s;
}
.popup2-ref-copy:hover {
    filter: brightness(1.08);
}
.popup2-ref-copy-page {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 0 16px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    color: #3D57B0;
    border: 1px solid #3D57B0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    transition: filter 0.3s;
}
.popup2-ref-copy-page:hover {
    filter: brightness(0.97);
}
