.container__lend{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
/* OMEGA */
/* Omega Верхний блок */
.lend__omega__top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-image: url('/view/layouts/default/assets/img/booble.png');
    background-repeat: no-repeat;
    background-position: right top;
    align-items: center;
}
.lend__omega_top_img{
    width: 20%;
}
.lend__omega_top_img img{
    width: 100%;
}
.lend__omega_top_content{
    max-width: 75%;
    margin-left: 20px;
}
.lend__omega_top_content h1{
    color: #5d54e2;
    font-size: 42px;
}
.lend__omega_top_content p{
    font-size: 16px;
    line-height: 28px;
}
/* Omega Нижний блок */
.lend__omega__block__list{
    margin-top: 25px;
    background-image: url('/view/layouts/default/assets/img/more_bubbles_bg.png');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.lend__omega__list{
    width: 60%;
}
.lend__omega__list > ul > li{
    list-style-type: none;
    display: flex;
    margin-bottom: 25px;
}
.omega__list__img{
    flex: none;
    width: 48px;
    max-width: 48px;
    height: 48px;
    background-color: #5d54e2;
    border-radius: 50px;
    text-align: center;
    margin-right: 25px;
    margin-top: 10px;
}
.omega__list__img > img{
    position: relative;
    top: 8px;
}
.omega__list__content > h3{
    color: #5d54e2;
    font-size: 20px;
    margin-bottom: 0px;
}
.omega__list__content > p {
    font-size: 16px;
    margin-top: 2px;
}
/* Trinity */
.tr__row__lend{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tr__img__lend{
    width: 40%;
}
.tr__img__lend > img{
    width: 80%;
}
.tr__content__lend{
    width: 60%;
}
/* Медия запросы */
@media (max-width:769px){
/* OMEGA */
.lend__omega__top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: url('/img/booble.png');
    background-repeat: no-repeat;
    background-position: right top;
    align-items: center;
}
.lend__omega_top_img{
    width: 50%;
}
.lend__omega_top_content{
    max-width: 75%;
    margin-left: 20px;
}
.lend__omega__block__list{
    flex-direction: column;
}
.lend__omega__list{
    width: 80%;
}
/* Trinity */
.tr__row__lend{
    flex-direction: column;
}
.tr__img__lend > img{
    width: 100%;
}
}