@charset "UTF-8";
.background-image-default{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-image-repert{
    background-repeat: repeat-x;
    background-size: auto;
    background-position: top center;
}

.no_responce_flex{
    display: flex;
}

.position_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.position_bottom {
    display: flex;
    justify-content: center;
    align-items: bottom;
}

.black_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 50;
    top: 0;
    left: 0;
}

.button:hover {
    cursor: pointer;
}a *, .button *{
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.position_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .responce_flex{
        display: flex;
    }

}@media (max-width: 767px) {
    .return_responce_flex{
        display: flex;
    }
}
