.social-link {
    border-radius: 8px;
}

.gender_agree_ajax_3 {
    font-weight: 300;
}

.sber_auth_checkbox label {
    display: block;
    max-width: 300px;
    margin-bottom: 20px;
}

.sber_auth_checkbox .social-link.sber {
    display: inline-block;
    border-bottom: none;
}

.sber_auth_checkbox input + label + .social-link.sber, .sber_auth_checkbox input + label + button {
/ / opacity: 1;
/ / touch-action: auto;
/ / pointer-events: auto;
}

.sber_auth_checkbox input:checked + label + .social-link.sber,
.sber_auth_checkbox input:checked + label + button {
    opacity: 1;
    touch-action: auto;
    pointer-events: auto;
}

.sber_auth_checkbox .social-link.sber,
.sber_auth_checkbox button {
    opacity: 0.5;
    touch-action: none;
    pointer-events: none;
}

.sber_auth_checkbox.white a,
.sber_auth_checkbox.white label {
    color: white;
}

.sber_auth_checkbox.no-margin {
    margin-bottom: 0;
}

.container-small.popup-register .d2 {
    background: transparent url("../main/assets/images/register-popup/d2.png") 50% 50% no-repeat;
    width: 132px;
    height: 112px;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 155px;
}

.row-d2 {
    margin-top: 2rem;
}

.col-d2 {
    text-align: left;
}

.sber-id {
    font-size: 35px;
    padding: 1.5em 0 1.2em;
}

.g-show-block-1150 {
    display: none;
    margin: 15px auto 0;
    padding-top: 1.7em;
    padding-bottom: 0.5em;
}

.g-text-left {
    text-align: left !important;
}

@media (max-width: 1150px) {
    .container-small.popup-register .d2 {
        left: 0;
        right: 0;
        margin: auto;
    }

    .row-d2 {
        margin-top: 5rem;
    }

    .col-d2 {
        text-align: center;
    }

    .sber-id {
        padding: 1.5em 0 0em;
    }

    .g-hide-block-1150 {
        display: none;
    }

    .g-show-block-1150 {
        display: block;
        margin-top: 40px;
        padding: 0;
    }

    .g-text-left {
        text-align: center !important;
    }
}

.container-small.popup-register .popup-form-fields .discount-price-2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 18px;
}

.container-small.popup-register .popup-form-fields .discount-price {
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 500;
    margin-bottom: 18px;
}

.more-2-a {
    background: none !important;
    text-decoration: none;
    display: block;
    margin: 2em 0;
}

.more-2-a-text {
    text-align: center;
    font-size: 0.8rem;
    text-decoration: none;
}

.more-2-a-after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    text-decoration: none;
    height: 0.65em;
    left: 0;
    top: 1.4em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.70em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    text-align: center;
    margin: 0 auto;
    right: 0;
    font-size: 1rem;
}

.container-small.popup-register {
    padding-bottom: 65px !important;
}

.sber_auth_checkbox input + label::before {
    box-shadow: 0px 0px 19px 7px rgba(255, 255, 255, 0.75);
    transition: 0.3s;
}

.sber_auth_checkbox input:checked + label::before {
    box-shadow: none;
    transition: 0.3s;
}

:-ms-input-placeholder {
    color: #c3c3c3 !important;
}

.coll-full-price {
    width: auto !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.sber-id-text {
    margin: 4em 2em 2em;
}

.sber-id-checkbox {
    padding-left: 35px;
    padding-right: 10px;
    width: 485px !important;;
}

.sber-id-checkbox-2 {
    padding-left: 15px;
    padding-right: 10px;
    width: 485px;
}

.social-link.sber {
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.sber-buttons {
    align-items: flex-end;
}

@media (max-width: 1150px) {
    .coll-full-price {
        width: 44.777% !important;
        padding-right: 14px !important;
        padding-left: 14px !important;
        margin: 0 auto;
    }

    .sber-id-text {
        margin: 4em 1em 2em;
    }

    .sber-id-checkbox {
        margin-top: 30px !important;
        padding-left: 1em;
        padding-right: 1em;
        width: 100% !important;
    }

    .sber-id-checkbox-2 {
        padding-left: 0;
    }

    .sber-id-checkbox-2 .loginId {
        padding: 0 15px !important;

    }

    .loginRow .loginId {
        height: auto !important;
    }

    .sber-id-checkbox label {
        font-size: 11px !important;
        margin-bottom: 30px;
    }

    .sber-buttons {
        flex-direction: column;
    }
}

.test-list {
    width: 100%;

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;

    padding: 0;
}

.test-list .item {
    width: calc(25% - 6px);

    position: relative;

    display: flex;
    align-items: flex-start;
    flex-direction: column;

    padding: 30px;

    background: rgba(75, 77, 117, 0.36);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 25px;
}

.test-list .item.bundle {
    padding: 80px 30px 30px 30px;
}

.test-list .item .title {
    margin: 0 0 20px 0;

    font-weight: 400;
    font-size: 14px;
    line-height: 0.9;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f6f6f6;
}

.test-list .item .title .big {
    padding: 5px 0 0 0;

    font-weight: 700;
    letter-spacing: 0.05em;
}

.test-list .item button {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;

    background: transparent;
    border: none;
    border-radius: 5px;
}

.test-list .item .price {
    margin: auto 0 0 0;
    padding: 15px 0;

    font-weight: 700;
    font-size: 24px;
    line-height: 0.9;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f6f6f6;
}

.test-list .item.bundle .title {
    margin: auto 0 20px 0;

    position: relative;
}

.test-list .item.bundle .bundle_andrey {
    max-width: 70%;

    position: absolute;
    top: 30px;
    right: 0;
}

.test-list .item.bundle .price {
    margin: 0;
}

.test-list .item.bundle .sale-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 0.9;
    letter-spacing: 0.05em;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #d13e51;
}

.test-list .item.bundle .sale {
    width: 75px;
    height: 75px;

    position: absolute;
    left: 15px;
    top: 5px;

    background: url("/local/templates/copy/assets/img/main/sale.svg");
}

.test-list .item button.buy {
    border: 1px solid #0fa9f8;
    background: #0fa9f8;
    transition: all 0.3s;
}

.test-list .item button.buy:hover {
    background: #0d75ab;
    transition: all 0.3s;
}

.test-list .item button.to-test {
    border: 1px solid #0cbb33;
    background: #0cbb33;
}

.test-list .item button.to-test:hover {
    background: #098023;
    transition: all 0.3s;
}

@media (max-width: 1000px) {
    .test-list {
        flex-wrap: wrap;
        gap: 8px;

        padding: 0;
    }

    .test-list .item {
        width: calc(50% - 4px);
    }
}

@media (max-width: 767px) {
    .test-list .item {
        width: 100%;

        display: none;
    }

    .test-list .item.bundle {
        width: 100%;

        display: flex;

        margin: 0 0 20px 0;
    }
}

.andrey-about__socials {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wrapper-border {
    display: flex;
    flex-direction: column;
    gap: 35px;

    padding: 30px 25px;
    margin: 70px 0 0 0;

    border: 1px solid #C4C4C4;
    border-radius: 8px;
}

.left__item.wrapper-border {
    max-width: 330px;
}

@media (max-width: 1000px) {
    .wrapper-border {
        margin: 40px 0 0 0;
    }

    .left__item.wrapper-border {
        max-width: 100%;
    }
}

.mainscreen .test-nav {
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .mainscreen__content--btn.mainscreen__content--btn-without-price {
        width: auto;
        min-width: 200px;
    }
}

.test-row.dashboard .row .test-group:not([data-group-code="TRINITY"]) .bottom-block {
    align-items: center;
}
.test-row.dashboard .test-group:not([data-group-code="TRINITY"]) .test-item .description {
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    .test-group:first-child .test-item .description {
        min-height: 0;
    }
}

@media screen and (max-width: 768px) {
    .test-row.dashboard .row .test-group:not([data-group-code="TRINITY"]) .bottom-block {
        align-items: flex-start;
    }
    .test-group:first-child .test-item .description,
    .test-row.dashboard .test-group:not([data-group-code="TRINITY"]) .test-item .description{
        margin-bottom: 10px;
    }
    .test-row .row .test-group .bottom-block {
        gap: 10px;
    }
}
