<style>
@media screen and (min-width: 320px) { /*Если здесь поставить другое значение, больше 320px, то на мобильных устройствах модификация отключится. Продублируйте новое значение внизу в "min-width"*/
#rec575213677 .t-slds {
width: 1200px;
margin: 0 auto; }
#rec575213677 .t604__imgwrapper .t-slds__bgimg {
border-radius: 25px; /*Здесь меняется радиус скругления картинки*/
transform: scale(0.8);
transition: .6s ease; /*скорость увеличения слайда*/ }
#rec575213677 .t-slds__item_active .t604__imgwrapper .t-slds__bgimg { transform: scale(1); }
#rec575213677 .t-slds__bullet_active .t-slds__bullet_body { width: 28px; }
#rec575213677 .t-slds__bullet_body {
width: 16px;
-webkit-transition: all ease-in-out .6s;
-moz-transition: all ease-in-out .6s;
-o-transition: all ease-in-out .6s;
transition: all ease-in-out .6s; }
#rec575213677 .t-slds__arrow_wrapper { width: calc(100% / 2 - 385px) !important; }
#rec575213677 .t-container:before, #rec575213677 .t-container:after {
display: block;
position: absolute;
width: 50px;
height: 100%;
z-index: 10; }
#rec575213677 .t-container:before { background-image: linear-gradient( 90deg, #ffffff, rgb(249 249 249 / 0%)); /*меняем цвет градиента слева*/ }
#rec575213677 .t-container:after {
top: 0;
right: 0;
background-image: linear-gradient( 270deg, #ffffff, rgb(249 249 249 / 0%)); /*меняем цвет градиента справа*/ }
}
@media (min-width: 320px) and (max-width: 1920px) {
#rec575213677 .t-slds { width: inherit; }
#rec575213677 .t-container:before { left: 0; }
}
</style>