.t604__imgwrapper .t-slds__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    bottom: 0;
    left: 0;
}










.gradient  .tn-atom {        /*Прописываем свой класс*/
    background: linear-gradient(270deg, #01178E, #01178E, #018E86);       /*Задаем свои цвета для градиента*/
    background: -webkit-linear-gradient (270deg, #01178E, #01178E, #018E86);      /*Задаем свои цвета для градиента*/
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: dbm-animation 4s ease infinite;      /*Длительность и плавность анимации*/
    -webkit-animation: dbm-animation 4s ease infinite;      /*Длительность и плавность анимации*/
    background-size: 400% 200%;
}
@keyframes dbm-animation {
   0% {
    background-position: 0%  center;
    }
   50% {
    background-position: 50%  center;
    }
   100% {
    background-position: 0%  center;
    }
}

.t908__img {
    max-width: 100%;
    border-radius: 50px;
}

#rec558927623 .t908__item_active {
    border-radius: 50px;
}


.t908__textwrapper {
    padding: 30px 50px 25px 50px;
}


.t220__textwrapper {
    border-radius: 50px;
}

.t650 .t650__text {
    padding: 50px 50px 50px;
}

.t-btn_md {
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.t966__arrow:after {
    color: #fff;
}

.t554__card {
    border-radius: 50px;
}