    /*------------------*/
    /*      ЖУРНАЛ      */
    /*------------------*/
    
    /*Отступ в заголовке статей*/
    .t225__descr {
        padding: 20px 0 0 0;
    }
    
    /*Отступ в форме подписки*/
    .t704 .t704__text-wrapper {
        margin-bottom: 30px;
    }
    
    
    /*------------------*/
    /*      ПРОЕКТЫ     */
    /*------------------*/
   
    /*Стили для активной пагинации*/
    .t-store .t-store__pagination__item_active {
        opacity: 1;
        color: white !important;
        background-color: rgb(17 124 118 / 60%) !important;
        border: 1px solid rgb(17 124 118 / 60%) !important;
        font-size: 24px !important;
        
    }
    
    /*Скрытие цены в поп-апе заявки*/
    .t706__cartwin-totalamount-wrap {
        display: none !important;
    }
    
    .t706__cartwin-prodamount-wrap {
        display: none !important;
    }
    
    /*Отступы после цены над формой*/
    .t706__form-upper-text {
        padding: 0px !important;
    }
    
    /*Закругления углов в поп-апах*/
    .t706__cartwin-content {
        border-radius: 25px;
    }
    
    .t-store .t-popup__container {
        border-radius: 20px;
    }

    /*Стили для всей пагинации*/
    .t-store .t-store__pagination__item {
        font-size: 24px !important;
        color: rgba(255,255,255,0.6);
        min-width: 55px !important;
        min-height: 55px !important;
        opacity: 1;
        border-radius: 10px !important;
    }
    
    .t-store .t-store__pagination__item:hover {
        background-color: rgb(17 124 118 / 30%) !important;
    }
    
    /*Размытие заднего фона только в фиксированном меню*/
    .uc-header-blur .t228 {
        backdrop-filter: blur(20px);
    }
    
    .t280__container {
        backdrop-filter: blur(5px);
    }
    
    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
        border-radius: 15px;
    }
    
    /*Скругления и отступы для блока Потоков*/
    .uc-blog {
        border-radius: 35px;
        margin: 0px 20px;
    }

    /*Стили текста в карточке товара (под кнопкой)*/
    .js-store-prod-all-text {
	    font-size: 18px !important;
	    font-weight: 600 !important;
	    line-height: 1.4 !important;
    }

    /*Отступы в заголовках стандартных блоков*/
    .t897 .t-section__topwrapper {
        margin-bottom: 45px;
    }
    
    /*Скругления для галереи с плитками проектов*/
    .t827__grid-item_mb-10 {
	    border-radius: 15px;
    }
    
    .t827__grid-item img {
        border-radius: 15px;
    }
    
    .t923 .t-section__topwrapper {
        margin-bottom: 45Px;
    }
    
    /*Отступ от заголовка до описания стандартного блока*/
    .t923 .t-section__title {
        margin-bottom: 10Px;
    }
    
    /*Отступы в заголовочной секции "Выполненные проекты"*/
    .t795__title {
        margin-bottom: 10px;
    }
    
    
    /*------------------*/
    /*      ХЭДЭР       */
    /*------------------*/
    
    /*Отступы между пунктами хэдера*/
    .t228__list_item {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    
    /*Отступы слева от телефона*/
    .t228__right_descr {
        padding-left: 15px;
    }

    /*Отступы между телефоном и соц. сетями*/
    .t228 .t-sociallinks, .t228__right_social_links {
        padding-left: 15px;
    }
    
     /*Отступы между кнопкой и соц.сетями хэдера*/
    .t228__right_buttons {
        padding-left: 5px;
    }
    