.t675 .t-slds__wrapper{
    background-size: 50% 100%;
    background-position: right 0 bottom 50%;
    background-color: #02a8d6;
}
.t675__wrapper{
    top: 0;
    background: linear-gradient(to right,  rgba(2,168,214,0.2) 0%,rgba(2,168,214,1) 50%,rgba(2,168,214,0.5) 65%,rgba(2,168,214,0.49) 66%,rgba(2,168,214,0) 100%)!important;
}
.t675__textwrapper {
    padding-top: 32px;
    color: #fff;
    text-align: left;
    padding-left: 0;
    /*background: #02a8d6;*/
}
.t675__title strong,
.t675__descr strong{
    color: #fff!important;
}
.t675__title *{
    text-align: left!important;
}
.t183__title{
    background: rgba(2,168,214,.7);
    border-radius: 20px;
}
.t183__title *{
    color: #fff!important;
}
.t183__uptitle{
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.8);
    display: inline-block;
    padding: 15px 30px;
}
.t183__uptitle *{
    color: #095367!important;
}

@media all and (max-width: 800px){
    .t675 .t-slds__wrapper {
        background-size: 100%;
        background-position: left 0 bottom 0;
    }
    .t675__wrapper{
        background: linear-gradient(to bottom, rgba(2, 168, 214, 0.2) 0%, rgba(2, 168, 214, 1) 50%, rgba(2, 168, 214, 0.5) 65%, rgba(2, 168, 214, 0.49) 66%, rgba(2, 168, 214, 0) 100%)!important;
    }
    .t675__textwrapper{
        padding-top: 20px;
    }
    .t675__wrapper{
        top: 0;
        background-image: -webkit-linear-gradient(top, rgba(38,160,194,.65), rgba(147,195,231,0))!important;
    }
    .t675,
    .t-slds,
    .t-slds__container, .t-slds__items-wrapper,
    .t-slds__item,
    .t675 .t-slds__wrapper{
        height: 500px!important;
    }
    .t675__title, .t675__descr{
        color: #303030;   
    }
    .t675__title > div{
        font-size: 22px!important;
    }
    .t675__descr > div{
        font-size: 18px!important;
    }
}
@media all and (max-width: 640px){
    .t183__title *{
        line-height: normal;
    }
}