@media (min-width: 1250px){
    .upe-container, .columns{
        width: 1240px;          
        flex-direction: row;             
    }   
    .upe-container, .columns>.col-upe{
        justify-content: space-between;
    }
    .title-wrapper{
        width: 1240px;
    } 
    .title, .title-2{    
        width: 72%;    
        font-size: 26px;
    }        
    .text-block{
        width: 1240px;
    }
    .col-upe{
        width: 72%;
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .upe-container, .columns>.col-upe{
        flex-direction: column;
    }    
    .title-wrapper, .upe-container{
        width: 90%;
    }
    .title, .title-2{       
        width: 90%;     
        font-size: 26px;
    }    
    .text-block{
        width: 90%;
    }
    .col-upe{
        width: 90%;
    }
}
@media (max-width: 1024px){        
    .title-wrapper, .upe-container{
        width: 90%;
    }
    .title, .title-2{        
        width: 90%;    
        font-size: 22px;
    }
    .text-block{
        width: 90%;
    }
    .col-upe{
        width: 90%;
    }
}
.upe-container{
    display: flex;    
}
.title{
    font-weight: 500;    
    line-height: 130%;
    color: #232F4F;
    margin-top: 50px;
    margin-bottom: 30px;
}
@media (min-width: 1250px){
    ol{
        padding-left: 18px;
    }
}
@media (min-width: 1024px) and (max-width: 1250px){
    ol{
        padding-left: 80px;
    }
}
@media (max-width: 1024px){
    ol{
        padding-left: 20px;
    }
}

ol li:first-child{
    margin-top: 0 !important;
}
ol>li{
    margin-top: 30px;
    padding-left: 10px;
}

li{
    list-style-position: outside;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232F4F;
    
}
ol li::marker{    
    color: #788093;
}
.ul-custom-1{
    margin: 15px 0 30px 0;
}
.ul-custom-1 li{
    list-style: '— ';    
    margin-left: 16px;
}
.ul-custom-1 li{
    padding-left: 10px;
}
.title-2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #232F4F;
    margin-top: 50px;
    margin-bottom: 30px;
}
.italic{
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #788093;
}

.text-block p{
    width: 100%;
    margin-bottom: 30px;
}

/* ===== Временная заглушка "Потребителю" ===== */
.upe-placeholder-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 70px 0 90px 0;
}

.upe-placeholder{
    width: 90%;
    max-width: 920px;
    background: #ffffff;
    border-radius: 16px;
    padding: 44px 28px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(35, 47, 79, 0.12);
    border: 1px solid rgba(35, 47, 79, 0.08);
}

.upe-placeholder-icon{
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: rgba(58, 142, 248, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
}

.upe-placeholder-icon img{
    width: 34px;
    height: 34px;
}

.upe-placeholder-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 12px 0;
    color: #232F4F;
}

.upe-placeholder-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #788093;
    margin: 0 auto 26px auto;
    max-width: 720px;
}

.upe-placeholder-actions{
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.upe-btn-primary,
.upe-btn-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 600;
    transition: transform 0.08s ease, opacity 0.2s ease;
}

.upe-btn-primary{
    background: #3A8EF8;
    color: #ffffff;
}

.upe-btn-secondary{
    background: transparent;
    border: 1px solid rgba(35, 47, 79, 0.22);
    color: #232F4F;
}

.upe-btn-primary:hover,
.upe-btn-secondary:hover{
    transform: translateY(-1px);
    opacity: 0.95;
}

@media (max-width: 480px){
    .upe-placeholder{
        padding: 34px 18px;
        border-radius: 14px;
    }
    .upe-placeholder-title{
        font-size: 22px;
    }
}
