.bg {
    background: #FFFFFF;
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.logo {
    margin-bottom: 50px;
}

.logo-disappear {
    width: 90px;
    height: 90px;
    animation: rotateY-and-disappear 1.2s forwards;
}


.logo-appear {
    width: 90px;
    height: 90px;
    animation: rotateY-and-appear 1.2s forwards;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}

.flex-container {
    display: none;
}

.flex-container.show-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 8px;
}

.form-group .form-control {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #B9B9B9;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    color: #000000;
}

.form-group .form-control:focus {
    border: 1px solid #000000;
}

.form-phone-group {
    margin-bottom: 30px;
}

.btn {
    width: 100%;
    height: 55px;
    background: #427FFF;
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
}

.btn:hover {
    color: #FFFFFF;
}

.btn.disabled {
    background: #254178;
}

.success-response-wrapper {
    display: none;
}

.error-response-wrapper {
    display: none;
}

.response-message {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.response-image {
    width: 145px;
    height: 145px;
    margin-bottom: 25px;
}

sup {
    color: #FF3E3E;
}

.subtitle {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

#logo-crystal {
    height: 55px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .subtitle {
        text-align: center;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 22px;
        margin-bottom: 10px;
        text-align: center;
    }

    .recconect {
        font-size: 16px;
        line-height: 17px;
        padding: 10px 12px;
        margin-bottom: 15px;
        width: 100%;
    }

    .form-group .form-control {
        height: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 40px;
    }

    #logo-prosto {
        height: 40px;
    }
}