.login__wrapper {
    background: #25252E;
    padding: 145px 0 0 0;
}

.login__container {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
}

.login__top {
    background: #F7F7F7;
    height: auto;
    padding: 0 0 43px 0;
    color: #000000;
}

.login__top--title {
    padding: 62px 0 49px;
    font-weight: 600;
    font-size: 54.06px;
    line-height: 100%;
    color: #2A2A3A;
}

.login__top--text {
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.login__top--text span {
    font-weight: 600;
    padding: 20px 0 0;
    display: block;
}

.login__top--nav {
    display: flex;
    flex-direction: column;
}

.login__top--checkbox {
    display: flex;
    flex-wrap: wrap;
    margin: 42px 0 18px;
    align-items: center;
}

.login__top--checkbox label {
    margin: 5px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: block;
    position: relative;
}

.login__top--checkbox input {
    display: none;
}

.login__top--checkbox svg {
    display: none;
}

.login__top--checkbox p {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    opacity: 0.87;
    width: 500px;
    margin: 0 0 0 12px;
}

.login__top--checkbox.active svg {
    display: block;
}

.login__top--checkbox .error {
    width: 100%;
    margin: 10px 0;
}

.login__top--btn {
    display: flex;
    align-items: center;
}

.login__top--btn a {
    display: flex;
    background: #59C34C;
    border-radius: 4px;
    width: 300px;
    height: 64px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #F6F6F6;
    align-items: center;
}

.login__top--btn svg {
    margin: 0 39px 0 20px;
}

.login__top--sber {
    margin: 0 0 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login__top--sber p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    opacity: 0.6;
}

.login__bottom {
    background: #0FA9F8;
    height: 731px;
    color: #F7F7F7;
}

.login__bottom--wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    justify-content: space-between;
    padding: 50px 0 0 0;
}

.login__bottom--item {
    width: 33%;
    margin: 28px 0 0;
    max-width: 300px;
}

.login__bottom--item.no-image .login__bottom--title {
    height: 60px;

    margin-bottom: 0;
}

.login__bottom--item.no-image .login__bottom--text {
    margin-top: 0;
}

.login__bottom--img {
    height: 60px;
}

.login__bottom--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #F7F7F7;
    margin: 27px 0 16px;
}

.login__bottom--text {
    font-size: 16px;
    line-height: 130%;
    color: #F7F7F7;
}

@media (max-width: 1000px) {
    .login__top {
        height: auto;
        padding: 0 0 30px 0;
    }

    .login__top--title {
        padding: 42px 0 39px;
        font-size: 43.06px;
    }

    .login__top--text {
        font-size: 17px;
    }

    .login__bottom {
        height: 731px;
    }

    .login__bottom--item {
        width: 32%;
        margin: 28px 0 0;
    }

    .login__bottom--title {
        font-size: 18px;
    }

    .login__bottom--text {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .login__container {
        padding: 0 10px;
    }

    .login__top {
        height: 400px;
    }

    .login__top--title {
        padding: 30px 0 23px;
        font-size: 22.06px;
    }

    .login__top--text {
        font-size: 11px;
    }

    .login__top--nav {
        flex-direction: column;
    }

    .login__top--checkbox {
        display: flex;
        margin: 32px 0 18px;
        align-items: center;
    }

    .login__top--checkbox p {
        width: 270px;
        font-size: 9px;
    }

    .login__top--btn {
        flex-direction: column;
        align-items: flex-start;
    }

    .login__top--btn a {
        width: 270px;
        height: 56px;
        font-size: 18px;
    }

    .login__top--sber {
        margin: 20px 0 0 0;
    }

    .login__bottom {
        height: auto;
        padding: 0 0 50px 0;
    }

    .login__bottom--item {
        width: 100%;
        text-align: center;
        margin: 28px auto 0;
    }

    .login__bottom--title {
        font-size: 18px;
    }

    .login__bottom--text {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .login__top--btn {
        align-items: center;
    }
}

/*# sourceMappingURL=style.css.map */