@media (min-width: 1250px){
    .new-container{
        width: 1240px;                
    }
    .new-title{
        font-size: 26px;
        width: 75%;        
    }
    .new-text, ul{
        width: 75%;      
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .new-container{
        width: 90%;
    }
    .new-title{
        font-size: 26px;
    }
}
@media (max-width: 1024px){
    .new-container{
        width: 90%;
    }
    .new-title{
        font-size: 22px;
    }
}
.new-title{
    font-weight: 500;
    line-height: 130%;
    color: #232F4F;
}
.return-link{
    display: flex;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A8EF8;
    align-items: center;
    margin: 50px 0 30px 0;
}
.return-link img{
    margin-right: 10px;
}
.new-date{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #788093;
    margin: 10px 0 20px 0;
}
.new-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;    
    color: #232F4F;
    margin-bottom: 10px;
}
.gallery{
    margin-top: 50px;
}
video{
    width: 100%;
    margin-top: 25px;
}
ol{
    padding-left: 18px;
}
ul{    
    margin: 15px 0 30px 0;
}
ul li{
    list-style: '— ';    
    margin-left: 16px;
    padding-left: 10px;
}
ol li:first-child{
    margin-top: 0 !important;
}
ol li::marker{    
    color: #788093;
}
ol>li{
    margin-top: 30px;
    padding-left: 10px;
}
ul>li{
    margin-top: 30px;
    padding-left: 10px;
}
li{
    list-style-position: outside;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #232F4F;
    
}
.italic {
    font-family: 'LatoItalic';
}


