.alert-success {
    background-color: #eeffeb;
    border: 1px solid #c2ffc2;
    padding: 15px;
    margin: 0 auto 2.5rem;
    text-align: center;
    color: #7d7b8e;
    font-family: "Museo Sans Cyrl 300";
    font-weight: 400;
    line-height: 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
}

footer .footer-disclaimer {
    padding: 0 0 2rem 0;
    color: #8c9bc3;
    font-family: "Museo Sans Cyrl 100";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

.btn-block {
    width: 100%;
}

.btn-lang-head {
    position: relative;
    margin-right: 10px;
    /* padding: 0.7rem; */
    display: inline-flex;
    align-items: center;
    /* width: 16rem; */
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    border-radius: 2.8rem;
    border: 0.1rem solid #ced5ff;
    background-color: #ffffff;
    box-shadow: 0 1rem 3rem rgba(90, 101, 206, 0.15);
    transition: all 0.4s;
}

.btn-lang-head__icon {
    /* margin-right: 1.8rem; */
    position: relative;
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50%;
    background-image: linear-gradient(to top, #887aff 0%, #7892ff 100%);
}

.header-content {
    max-width: 117rem;
}