Блок AB501
<style>
.uc-about .t-title {
background: linear-gradient(45deg, #e9474a 0%, #70358f 50%, #1e4be2 100%);
background: -webkit-linear-gradient(45deg, #e9474a 0%, #70358f 50%, #1e4be2 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
-moz-text-fill-color: rgba(255, 255, 255, 0);
}
</style>
Блок AB903
<style>
.uc-about .t-bgimg {
border-radius: 40px;
}
</style>
Блок FR301
<style>
.uc-features .t-btn {
box-shadow: inset 0 0 0 2px #1f5bff;
position: relative;
transition: color 0.25s;
box-sizing: border-box;
}
.uc-features .t-btn::before,
.uc-features .t-btn::after {
content: '';
position: absolute;
border: 2px solid transparent;
width: 0;
height: 0;
top: 0;
left: 0;
box-sizing: inherit;
}
.uc-features .t-btn:hover {
color: #60daaa !important;
}
.uc-features .t-btn:hover::before,
.uc-features .t-btn:hover::after {
width: 100%;
height: 100%;
}
.uc-features .t-btn:hover::before {
border-top-color: #60daaa;
border-right-color: #60daaa;
transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.uc-features .t-btn:hover::after {
border-bottom-color: #60daaa;
border-left-color: #60daaa;
transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}
</style>