
.country__close-svg {
    width: 100%;
    height: 100%;
}

.helper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    z-index: 1001;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding: 20px 0;
    box-sizing: border-box;
    display: none;
}

.helper__container {
    max-width: 420px;
    width: 100%;
    max-height: calc(100% - 40px);
    padding: 40px 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-y: none;
    scrollbar-width: none;
}

.helper--open {
    opacity: 1 !important;
}

.plus-sheet__gradient {
    position: -webkit-sticky;
    position: sticky;
    bottom: -20px;
    padding: 12px 16px 30px 16px;
}

.plus-sheet__button {

    position: relative;
    padding: 21px;
    line-height: 16px;
    border-radius: 19px;
    font-size: 17px;
    font-weight: 500;
    background: #ff4600;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-animation: none !important;
    animation: none !important;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}


.helper_button {
    width: 100%;
    padding: 21px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4877A9;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    transition: filter .3s ease-in-out;
    margin-bottom: 15px;
}

.spisali__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.auth__title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #111111;
    margin-bottom: 10px;
}

.auth__subtitle {
    font-weight: 400;
    font-size: 14px;
    text-align: center;    
    color: rgba(17, 17, 17, 0.6);
    margin-bottom: 25px;
}

.auth__subtitle a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;    
    margin-bottom: 25px;
}

.auth__descr {
font-weight: 400;
font-size: 12px;
line-height: 140%;
text-align: center;
color: #6B6B6B;
}

.auth__descr {
    max-width: 300px;
}
