@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background: #fff;
}

a:hover {
    text-decoration: inherit;
}

.crm_all .container {
    max-width: 1200px;
    margin: 0 auto;
}

.form-banner {
    float: left;
    width: 100%;
    padding: 50px 0 ;
    min-height: 100vh;
    background: transparent url('../images/bg-banner.jpg') no-repeat center center;
    background-size: cover;
}

.banner-content {
    width: 100%;
    max-width: 600px;
}

.banner-content h1 {
    color: #404040;
    font-size: 46px;
    font-weight: 700;
    line-height: 121.739%;
    margin: 0 0;
}

.banner-content h1 span {
    display: block;
    color: #4674E4;
}

.sub--title {
    color: #404040;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner--list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.banner--list---items {
    width: calc(50% - 10px);
    position: relative;
    padding-left: 11px;
}

.img-pos {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.banner--list---other {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: linear-gradient(90deg, #5788FF 0%, rgba(87, 136, 255, 0.00) 111.36%);
    padding: 10px 15px 10px 27px;
    color: #303030;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner--list---other span {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}

.banner--txt {
    color: #3B3B3B;
    font-size: 18px;
    line-height: 172.222%;
    margin-bottom: 30px;
}

.banner--partner {
    display: flex;
    gap: 22px 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.banner--partner .items {
    min-width: 132px;
    height: 68px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 11px;
    border: 1px solid #D0DEFF;
    background: #FFF;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.banner--partner .items img {
    max-width: 100%;
}

.banner--form {
    border-radius: 22px;
    border: 3px solid #D0DEFF;
    background: linear-gradient(0deg, #5788FF 0%, #6E7AFF 100%);
    box-shadow: 0 8px 24px 0 rgba(87, 136, 255, 0.40);
    width: 100%;
    padding: 0 10px;
}

.form--title {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%;
    padding: 25px 05px 15px;
}

@media screen and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 36px;
    }
    .sub--title {
        font-size: 30px;
    }
    .banner--list {
        gap: 18px;
    }
    .banner--list---other {
        font-size: 16px;
    }
    .banner--list---other span {
        font-size: 26px;
    }
    .banner--txt {
        font-size: 16px;
    }
    .form--title {
        font-size: 18px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .form-banner {
        padding: 60px 0;
    }
    .banner-content h1 {
        font-size: 26px;
    }
    .sub--title {
        font-size: 20px;
    }
    .banner--list {
        gap: 16px;
    }
    .banner--list---other {
        font-size: 16px;
    }
    .banner--list---other span {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 574px) {
    .banner--list---items {
        width: 100%;
    }
}