    /*Стиль для кнопки с обводкой снизу*/
    .border-bottom a {
        position: relative;
    }

    .border-bottom a::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        background-color: rgba(0,102,255,0.4);
    }
    
    :target {
        scroll-margin-top: 56px;
    }
    
    .tmenu-mobile__imglogo {
        width: 100px !important;
    }
    
    .t228__right_descr {
        padding-left: 50px !important;
    }
    
    .t228__rightside .t228__rightcontainer .t228__right_descr div a {
        position: relative;
    }
    
    .t228__rightside .t228__rightcontainer .t228__right_descr div a::after {
        content: '';
        background-image: url(https://static.tildacdn.com/tild3537-6561-4063-b062-666161653833/phone_1.svg);
        position: absolute;
        top: 2px;
        left: -18px;
        width: 15px;
        height: 15px;
    }
    
    .t228 .t-btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }