    /* Форма */
    .t-input-phonemask__select .t-input-phonemask__select-flag, 
    .t-input-phonemask__select .t-input-phonemask__select-triangle {
        display: none;
    }

   .bd-form .t-input-phonemask__select-triangle,
   .bd-form .t-select__wrapper:after,
   .bd-form-black .t-input-phonemask__select-triangle,
   .bd-form-black .t-select__wrapper:after {
        border-width: 7px 5px 1px !important;
    }
    
    .t-input-phonemask__select-code {
        margin-left: 7px !important;
    }
    
    .bd-form-multy-line .t-input-inline-styles {
        border-radius: 20px !important;
    }
    
    .bd-form .t-input-inline-styles,
    .bd-form-black .t-input-inline-styles {
        color: #9a9d9c !important;
    }
    
    .bd-form .t-input-inline-styles.selected {
        color: #2A2A2A !important;
    }

    .bd-form-black .t-input-inline-styles.selected {
        color: #fbfffd !important;
    }

    .bd-form-black .t-input-phonemask__select-triangle {
        border-color: #fbfffd transparent transparent !important;
    }
    
    .bd-form .t-input-phonemask__select-triangle {
        border-color: #2A2A2A transparent transparent !important;
    }
    
    .bd-form .t-radio__indicator:after,
    .bd-form-black .t-radio__indicator:after {
        background: #C1EA30 !important;
    } 

    .bd-form .selected .t-radio__indicator,
    .bd-form-black .selected .t-radio__indicator {
        background: #2A2A2A !important;
    } 
    
    .bd-form .t-input-inline-styles .selected {
        color: #2A2A2A !important;
    }
    
    .bd-form-black .t-input-inline-styles .selected {
        color: #fbfffd !important;
    }

    /* Меню */
    .bd-bg-menu .tn-atom__sbs-anim-wrapper .tn-atom {
        border-bottom-left-radius: 40px !important;
        border-bottom-right-radius: 40px !important;
    }
    
    .bd-bg-menu .tn-atom__sbs-anim-wrapper {
        border-bottom-left-radius: 42px !important;
        border-bottom-right-radius: 42px !important;
    }

    /* Блог */
    .blog-image .t-bgimg {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        botton
    }

    /* СКРОЛ Начало*/
   .uc-bd_scrollbar .t396__artboard { 
        overflow-x: auto;
        scroll-behavior: smooth;
        cursor: -webkit-grab;
        cursor: grab;
    }
    
    .uc-bd_scrollbar  .t396__artboard:active { 
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

    .uc-bd_scrollbar .t396__artboard::-webkit-scrollbar {
        height: 0;
    }
    /* СКРОЛ Конец*/










