.thank-you, .reg-auth-error, .reg-auth-success {
   position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.reg-auth-success .popup-quick__inner {
    flex-wrap: wrap;
}
.reg-auth-success .h3 {
    width: 100%;
    text-align: center;
     font-size: 52px;
    line-height: 60px;
    font-family: "Play", sans-serif;
    margin-bottom: 55px;
}
.reg-auth-success .link-sheme {
    width: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-family: "Play", sans-serif;
    transition: all 0.3s;
    cursor: pointer;
}
.reg-auth-success .link-sheme:hover {
    color: #37B3E8;
}
.reg-auth-success .newbbb {
    width: 100%;
}
.button__close {
    position: absolute;
        right: 30px;
    top: 30px;
}
.popup-quick__center {
    text-align: center;
    width: 100%;
}
.catalog__item-control .add-to-cart.button-none {
    cursor: no-drop;
    border: 1px solid rgba(236, 0, 0, .2);
    color: rgba(236, 0, 0, .4);
}

.section-page .breadcrumbs {
    z-index: 2;
}
