.kmaStylesSqbNew{
    background: #F5F5F5;
}
footer{
    margin-top: 0px !important;
}
.section4.main.active{
    display: none !important;
}

.telegram-bot-banner{
    padding-left: 40px;
}
.telegram-bot-banner__title{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1D3448;
    max-width: 550px;
    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;
    max-width: 550px;
    line-height: 42px;
}

.ins-atms .ins-atms_desc p{
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #1D3448;
}

.ins-atms .info-footer .info-footer_descr p{
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #1D3448;
    margin-bottom: 30px;
    margin-top: 60px;
}
.catlog-items__block {
    min-height: 0px !important;
    text-align: left !important;
    padding: 25px 0px 20px 25px !important;
     align-items: flex-start !important;
    justify-content: normal !important;
    background: none !important;
}

.catalog-info-items__item{
    min-height: 210px !important;
    width: calc(32%) !important;
    padding: 0px !important;
    /* padding-left: 0px !important;
    padding: 20px 10px 10px 10px !important; */
    left: 10px !important;
    margin-top: 20px !important;
    border: 2px solid #E0E0E0 !important;
    background: linear-gradient(0deg, #E6E9F0 0%, #EEF1F5 100%) !important;
    border-radius: 12px;
}
.catalog-info-items__item a:hover{
    text-decoration: none !important;
    box-shadow: none !important;
    
}

.catalog-info-items__img img {
    min-width: 55px !important;
    max-width: 55px !important;
}
.catlog-items__block p {
    font-weight: 400;
    font-size: 26px !important;
    line-height: 36px !important;
    color: #1D3448 !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
}

.inst-atms-form .form-title h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #1D3448;
    margin-top: 90px;
    margin-bottom: 0px;
}
.catalog-info-items_wrapper {
    justify-content: space-between;
    
}
.inst-atms-form .feed-form .input-group{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.inst-atms-form .feed-form .input-group label{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #383837;
}
.inst-atms-form .feed-form .input-group input{
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #383837;
    padding: 0px 20px;
}

.input-group-radio{
    padding-top: 50px;
}
.radio-input{
    display: flex;
}

.radio{
    position: relative;
}
.radio_input {
    -webkit-appperance:none;
    appearance: none;
    position: absolute;
}

.radio_label{
    margin-left: 35px;
    font-size: 1rem;
    color: #444;
    cursor: pointer;
}
.inst-atms-form_wrapper .feed-form .input-group-radio p {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #383837;
}
.radio_label::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;

    border: 1px solid #B8BBBF;
    background-color:#FAFBFC;
    border-radius: 50%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background .1s linear, border .1s;
}

.radio_label::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    opacity: 0;
    background-color:#FFFFFF;
    border-radius: 50%;
    
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
}

.radio_input:checked + .radio_label::before {
    background-color:#1D3448;
}

.radio_input:checked + .radio_label::after {
    opacity: 1;
}

.form-btn{
    display: block;
    margin: 0 auto;
    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;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    width: 276px;
    padding: 12px 0px;
    margin-top: 60px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.ins-atms .inst-atms-footer{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.ins-atms .inst-atms-footer p{
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #1D3448;
}






















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


@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: 30px;
        padding-left: 20px; 
    }
    .ins-atms .info-footer .info-footer_descr p {
        
        font-size: 18px;
    }
    .ins-atms .ins-atms_desc p {
        font-size: 18px;
        
    }
    .inst-atms-form .form-title h2 {
        font-size: 25px;
        
    }
}
@media (max-width: 575.98px){
    .unh-banner__teaser{
        padding-right: 0px !important;
    }
    .telegram-bot-banner__title {
        font-size: 14px;
        line-height: 15px;
        margin-top: 7px;
        padding-left: 19px;
    }
    .telegram-bot-banner__subtitle {
        font-size: 14px;
        margin-top: 4px;
        line-height: 18px;
        padding-left: 20px;
    }
}
@media (min-width: 320px) and (max-width: 480px){

    .radio_label::after{
        top: 10px !important;
    }
}





@media screen and (max-width: 1400px){
    .section3__list .section3__item {
    padding: 0 20px !important;
    }
}

@media (max-width: 1240px){
    .catalog-info-items__item {
        width: calc(33% - 20px) !important;
    }
}

@media screen and (max-width: 1200px){
    .catlog-items__block {
        padding: 10px 10px !important;
    }
}




@media (max-width: 1099.9px){
    .catalog-info-items__item {
        width: calc(31%) !important;
        padding: 10px 10px 10px 10px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media (max-width: 992px) {
       
        .catlog-items__block p {
            
            font-size: 18px !important; 
        }
        .catalog-info-items__item {
            width: calc(50% - 20px) !important;
        }
      

}




@media (max-width: 575.9px) {
    .catalog-info-items__item {
        display: block !important;
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }

    

}