.uc-bg-2-vera {
    
    background-image: url(https://static.tildacdn.com/tild3037-3038-4461-a230-316532656131/bg_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    
}

/* иконки в кейсах подгоням по размеру */
.t1186__card_circle .t1186__bgimg {
    background-size: contain;
}

/* уменьшили отступы в форме футера */
#rec1199315356 .t696 .t696__content {
	padding: 30px 30px 10px 30px;
}

/* Добавляем иконку Telegram в кнопку 
#rec1202673691 .t-btnflex_type_button2, 
#rec1202657136 .t-btnflex_type_button2, 
#rec1177448866*/ .t-btnflex_type_button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Расстояние между иконкой и текстом */
}

/* #rec1202673691 .t-btnflex_type_button2:after,
#rec1202657136 .t-btnflex_type_button2:after, 
#rec1177448866 */  .t-btnflex_type_button2:after {
    content: '';
    display: block;
    width: 20px; /* Ширина иконки */
    height: 20px; /* Высота иконки */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472c-.18 1.898-.962 6.502-1.36 8.627c-.168.9-.499 1.201-.82 1.23c-.696.065-1.225-.46-1.9-.902c-1.056-.693-1.653-1.124-2.678-1.8c-1.185-.78-.417-1.21.258-1.91c.177-.184 3.247-2.977 3.307-3.23c.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345c-.48.33-.913.49-1.302.48c-.428-.008-1.252-.241-1.865-.44c-.752-.245-1.349-.374-1.297-.789c.027-.216.325-.437.893-.663c3.498-1.524 5.83-2.529 6.998-3.014c3.332-1.386 4.025-1.627 4.476-1.635z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}