.kmaStylesSqbNew {
    background: #F5F5F5;
}

footer {
    margin-top: 0px !important;
}

.telegram-bot-banner {
    padding-left: 40px;
}

.telegram-bot-banner__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    text-transform: uppercase;
    color: #1D3448;
    max-width: 650px;
    width: auto;
    display: block;
    text-align: left;
    /* margin-top: -100px; */
}

.telegram-bot-banner__subtitle {
    font-weight: 400;
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
    line-height: 42px;
}

.telegram-bot-banner__btns {
    text-align: left;
    margin-top: 80px;
}

.button_info {
    background: #D52023;
    border-radius: 6px;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 14px 30px;
    margin-right: 40px;
}

.telegram-bot {}

.telegram-bot .telegram_descr p {
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #8E8E93;
    margin-bottom: 120px;
}

.telegram_for {
    transition: 0.6s all;
    margin-bottom: 120px;
}

.telegram_for:hover {
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.06);
}

.telegram_for .telegram_about {
    background: linear-gradient(106.83deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: 50px 50px 50px 50px;
    background-image: url('/upload/cards/telegram-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    box-sizing: border-box;
}

.telegram-bot .telegram_about-title h1 {
    font-weight: 500;
    font-size: 46px;
    line-height: 46px;
    color: #1D3448;
    margin-bottom: 20px;
    width: 100%;
}

.telegram-bot .telegram_about-subtitle h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1D3448;
    margin-bottom: 30px;
    width: 100%;
    max-width: 620px;
}

.telegram-bot .telegram_about-descr p {
    font-weight: normal;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    width: 100%;
    max-width: 690px;
}

.telegram-bot .telegram-facilities {
    margin-bottom: 120px;
}

.telegram-bot .telegram_about-descr_facilities p {
    width: 100%;
    max-width: 100%;
}

.telegram-bot .telegram_about-title_facilities h1 {
    margin-bottom: 35px;
}

.telegram-opportunity {
    margin-bottom: 100px;
}

.telegram-bot .telegram_about-title_opportunity h1 {
    margin-bottom: 20px;
}

.telegram-opportunity_item .opportunity_subtitle {
    background: linear-gradient(0deg, #E6E9F0 0%, #EEF1F5 100%);
    border: 2px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 15px 10px 15px 30px;
    height: 100%;
    /* margin-bottom: 15px;
    margin-top: 15px; */
    margin-right: 0px;
}

.col-md-6 {
    margin-top: 30px !important;
}

.telegram-opportunity_item .opportunity_subtitle h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #1D3448;
    margin-bottom: 20px;
}

.telegram-opportunity_item .opportunity_subtitle p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0A1E32;
}

.telegram-requirements {
    margin-bottom: 100px;
}

.telegram-requirements .telegram_about-title_requirements p {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    margin-top: 15px;
    line-height: 40px;
}

.telegram-cash {
    margin-bottom: 120px;
}

.telegram-cash .cash-item {
    background: linear-gradient(106.83deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    background-image: url('/upload/cards/protsent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.6s all;
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.03);
    min-height: 375px;
}

.telegram-cash .cash-item:hover {
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.06);
}

.telegram-cash .cash-item .telegram_about-title h1 {
    margin-bottom: 20px;
}

.telegram-cash .cash-item .telegram_about-title p {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    width: 100%;
    max-width: 650px;
}

.telegram-cash .cash-item .telegram_about-title span {
    font-weight: 500;
    color: red;
}

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

.telegram-form .form-item {
    padding: 40px;
}

.telegram-form .form-item {
    background: linear-gradient(106.83deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    background-image: url('/upload/cards/form-mic.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.6s all;
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.03);
}

.telegram-form .form-item:hover {
    box-shadow: 0px 32px 96px 80px rgba(0, 0, 0, 0.06);
}

.telegram-form .feed-form {
    display: flex;
    flex-direction: column;
}

.telegram-form .feed-form input {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 530px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 21px;
    margin-top: 36px;
    padding: 10px;
}

.telegram-form .form-btn {
    margin-top: 36px;
    max-width: 532px;
}

.telegram-form .form-btn .button_submit {
    width: 100%;
    height: 40px;
    display: block;
    background: #D52023;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 16px 48px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.section4.main.active {
    display: none !important;
}


/* ----media---- */

@media (max-width: 575.98px) {
    .telegram_for {
        margin-bottom: 40px;
    }
    .telegram_for .telegram_about {
        padding: 15px 15px 15px 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .telegram-bot .telegram_about-title h1 {
        font-size: 30px;
    }
    .telegram-bot .telegram_about-subtitle h1 {
        font-size: 20px;
    }
    .telegram-bot .telegram_about-descr p {
        font-size: 16px;
        line-height: 30px;
    }
    .telegram-bot .telegram_descr p {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
    }
    .telegram-bot .telegram-facilities {
        margin-bottom: 40px;
    }
    .telegram-opportunity {
        margin-bottom: 40px;
    }
    .telegram_about-title_opportunity {
        margin-left: -15px;
        margin-right: -15px;
    }
    .telegram-bot .telegram_about-title_opportunity h1 {
        margin-bottom: 40px;
    }
    .telegram-opportunity_item {
        margin-left: -15px;
        margin-right: -15px;
    }
    .telegram-requirements {
        margin-bottom: 40px;
    }
    .telegram-cash {
        margin-bottom: 40px;
    }
    .telegram-cash .cash-item {
        padding: 15px 10px 15px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .telegram-cash .cash-item .telegram_about-title p {
        font-size: 16px;
        line-height: 30px;
    }
    .telegram-form .form-item {
        padding: 15px 10px 15px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .unh-banner__item .desktop-banner {
        height: 250px;
    }
}

@media (max-width: 991.9px) {
    .telegram-bot-banner {
        padding: 0px;
    }
    .telegram-bot-banner__title {
        font-size: 24px;
        line-height: 33px;
        margin-top: 10px;
        padding-left: 20px;
    }
    .telegram-bot-banner__subtitle {
        font-size: 18px;
        margin-top: 18px;
        line-height: 0px;
        padding-left: 20px;
    }
    .telegram-bot-banner__btns {
        margin-top: 28px;
        padding-left: 20px
    }
    .button_info {
        font-size: 18px;
        line-height: 14px;
        padding: 14px 14px;
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .telegram-bot-banner__btns {
        text-align: left;
        margin-top: 40px;
    }
    .button_info {
        font-size: 22px;
        line-height: 0px;
        padding: 25px 15px;
    }
}

@media (min-width: 320px) and (max-width: 450px) {
    .unh-banner__teaser {
        padding-right: 0px !important;
    }
    .telegram-bot-banner__title {
        font-size: 17px;
        line-height: 26px;
        margin-top: 10px;
        padding-left: 19px;
    }
    .telegram-bot-banner__subtitle {
        font-size: 16px;
        margin-top: 10px;
        line-height: 18px;
        padding-left: 20px;
    }
    .button_info {
        font-size: 16px;
        line-height: 0px;
        padding: 20px 20px;
        margin-bottom: 5px;
    }
    .telegram-bot-banner__btns {
        text-align: left;
        margin-top: 23px;
        display: block;
    }
}