.wrap-pop-up-content{
text-align: center;
}


.modal-overlay{
    display: none;
}


.modal-overlay {
    backdrop-filter: blur(10px);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1100;
    overflow: hidden;
    justify-content: center;
    align-items: center; }

.modal-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 80%;
    height: 100%;
    padding: 2rem 2rem 3rem;
    border-radius: 2.5rem;
    background: #fff;
    max-height: calc(100vh - 6rem);
    position: relative;
    display: flex;
    flex-direction: column; }
.modal-block__head {
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.modal-block__close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    overflow-y: hidden; }
.modal-block__close::after, .modal-block__close::before {
    content: "";
    height: 0.2rem;
    width: 2rem;
    background-color: #006578;
    position: absolute; }
.modal-block__close::before {
    transform: rotate(45deg); }
.modal-block__close::after {
    transform: rotate(-45deg); }
.modal-block__content {
    /*overflow-y: auto;*/
    position: relative;
    max-height: calc(100vh - 11rem); }
.modal-block__section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 1rem; }

.onlyD {
    display: none !important; }

.onlyM {
    display: flex !important; }

.notificator {
    position: fixed;
    z-index: 200;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    top: -100px; }
.notificator div {
    box-shadow: 0px 0px 20px 0px #b0c5de;
    background: #fff;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem; }
.notificator div span {
    font-family: 'bdregular';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    color: #000; }
.notificator div img {
    width: 3.5rem; }
.notificator.active {
    animation: myAnim 3s ease 0s 1 normal forwards; }

.js_reg_auth {
    display: none !important; }

.auth-form {
    display: flex;
    justify-content: center; }
.auth-form .bx-system-auth-form {
    width: 100%; }
.auth-form label, .auth-form noindex, .auth-form .bx-auth-lbl, .auth-form .bx-auth-serv-icons {
    display: none; }
.auth-form table {
    width: 100%; }
.auth-form input[type="submit"] {
    border-radius: 5rem;
    padding: 0.75rem 2rem 1rem;
    background: #006578;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
    border: 3px solid #006578;
    transition: all .2s ease;
    cursor: pointer;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
.auth-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    text-decoration: none; }
.auth-form input:focus-visible {
    outline: none;
    border-color: #006578;
    border-style: solid; }
.auth-form input[type="text"], .auth-form input[type="password"] {
    height: 2.5rem;
    width: 250px;}
.auth-form tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
.auth-form tr:nth-child(5), .auth-form tr:nth-child(6), .auth-form tr:nth-child(7) {
    display: none; }
.auth-form td {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem; }
.auth-form .errortext {
    font-size: 1.5rem; }

.my-registration {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    color: #000; }


