/* Типографика */
    
    .uc-popup .t-heading_lg {
        font-size: 30px;
        line-height: 1.5;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }
    .t-heading_sm {
        font-size: 25px;
        line-height: 1.3;
    }
    .t-name_xl {
        font-size: 30px;
    }
    .uc-numbers .t-name_xl {
        font-size: 80px;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }
    .t-name_xs {
        font-size: 15px;
    }
    .t-title_xs {
        font-size: 30px;
    }
    .t-title_xxs {
        font-size: 80px;
        line-height: 1.23;
    }
    .t-menu__link-item {
        font-size: 20px;
    }
    .t-text {
        font-size: 17px;
        line-height: 1.7;
    }
    .t-text1 {
        font-size: 17px !important;
        line-height: 1.55 !important;
    }
    .t-text_sm {
        font-size: 17px;        
    }
    .uc-inspection .t-text_sm {
        font-size: 30px;
        line-height: 1.33;
    }
    .t-text_md {
        font-size: 15px;
    }
    .t-descr {
        font-size: 25px;
        line-height: 1.55;
    }
    .t-descr_sm {
        font-size: 17px;
        line-height: 1.55;
    }
    .t-descr_xs {
        font-size: 17px;
    }
    .t-descr_md {
        font-size: 15px;
    }

/* Хедер */

    .uc-header-studio .t-menu__link-item {
        font-size: 17px;
    }
    .uc-header-shop .t-menu__link-item {
        font-size: 17px;
    }

/* Футер */

    .uc-footer-shop-menu .t457__li {
        font-size: 17px;
    }
    .uc-footer-shop .t-title {
        font-size: 17px;
    }
    .uc-footer-studio .t-title {
        font-size: 17px;
    }
    .uc-footer-shop .t-sociallinks__item {
        margin: 4px 15px 0px 0 !important;
    }
    .t-sociallinks__item_instagram a {
        width: 27px !important;
        display: block;
        height: 27px !important;
        background: url(https://static.tildacdn.com/tild6264-3936-4835-b761-306333303061/Instagram_Icon.svg);
    }
    .t-sociallinks__item_whatsapp a {
        width: 28px !important;
        display: block;
        height: 29px !important;
        background: url(https://static.tildacdn.com/tild3635-6131-4561-b432-303763343231/Watsapp_Icon.svg);
    }
    .t-sociallinks__svg {
        opacity: 0;
    }

/* Куки попап */

    .uc-cookie-popup .t-text {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .uc-cookie-popup .t887__icon-close {
        top: 10px !important;
        right: 10px !important;
    }

/* Доработки по магазину */
    
    /* Корзина */
        
        /* Типографика */
        .t706__cartwin-prodamount-wrap {
            font-size: 20px;
            text-align: left;
            font-weight: 400;
        }
        .t706__form-bottom-text {
            margin-bottom: 20px;
        }
            
        /* Виджет корзины */
        .t706__carticon-text {
            font-weight: 400;
        }
        
        /* Список товаров */
        .t706__cartwin-content {
            max-width: 640px;
            background-color: #fff;
            padding: 50px;
            border-radius: 30px;
        }
        .t706__cartwin-products {
            display: flex;
            flex-direction: column;
        }
        .t706__product {
            display: flex;
            height: auto;
            vertical-align: middle;
            background-color: #f3f3f1;
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 10px;
            width: auto !important;
            justify-content: space-between;
        }
        .t706__cartwin-top {
            border-bottom: 0px solid rgba(0,0,0,.2);
        }
        .t706__cartwin-bottom {
            border-top: 0px solid rgba(0,0,0,.2);
        }
        .t706__product-thumb {
            width: 70px;
            height: 70px;
            padding-right: 10px;
        }
        .t706__product-title {
            font-size: 15px;
            padding: 0px !important;
            font-weight: 400;
            display: flex;
            flex-direction: column;
            width: 200px;
        }
        .t706__product-plusminus {
            display: flex;
            width: 80px;
            padding: 0px 15px 0px;
            padding-left: 15px;
            align-items: center;
        }
        .t706__product-minus {
            display: flex;
            width: auto;
            height: auto;
        }
        .t706__product-plus {
            display: flex;
            width: auto;
            height: auto;
        }
        .t706__product-quantity {
            font-size: 15px;
            display: flex;
            width: 20px;
            justify-content: center;
        }
        .t706__product-amount {
            display: flex;
            align-items: center;
            font-size: 15px;
        }
        .t706__product-del {
            padding: 0px 0 0px 20px;
        }
        
        /* Поля */
        .t-input {
            height: 50px !important;
        }

        /* Кнопка */
        .t-submit {
            font-size: 17px;
            font-weight: 400;
            border-radius: 10px;
        }

        /* Ошибка */
        .t-form__errorbox-wrapper {
            border-radius: 10px;
        }
        
    /* Каталог товаров */
        
        /* Типографика */
        .t-store__card__descr {
            font-size: 15px;
        }
        .uc-catalog .t-name_md {
            font-size: 20px;
        }
        .uc-catalog-sizes .t-heading_md {
            font-size: 30px;
        }
        
        /* Меню каталога */
        .t-store__parts-switch-btn.t-active {
            opacity: 1 !important;
            color: #008cff;
            padding: 10px 20px 10px 20px;
            border-radius: 10px;
        }
        .t-store__parts-switch-btn {
            margin-left: 5px;
            margin-right: 5px;
            background-color: #fff;
            margin-bottom: 0px;
            padding: 10px 20px 10px 20px;
        }
        .t-store__parts-switch-wrapper {
            border-top: 1px solid;
            border-bottom: 1px solid;
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 90px !important;
        }
        
        /* Анимация ховера на изображении товара */        
        .t-store__card__img {
            transition: opacity .0s linear !important;
            border-radius: 30px;
        }
        
        /* Цена товара */
        .t-store__card__price-wrapper {
            display: none;
        }
        
        /* Лейбл */
        .t-store__card__mark-wrapper {
            right: 20px;
            top: 40px;
        }
        .t-store__card__mark {
            height: 30px;
        }
        
        /* Блок Индивидуальные размеры */        
        .uc-catalog-sizes .t422__wrapper {
            overflow: hidden;
            border-top: 1px solid #000;
        }   
        .uc-catalog-sizes .t422__text {
            border: 0;
        }
        
    /* Страница товара */
        
        /* Типографика */
        .t-product__option-title {
            font-size: 17px;
        }
        .t-store__prod-popup__brand {
            font-size: 15px;
        }
        .t-store__prod-popup__sku {
            font-size: 15px;
        }
        .t-store__tabs__item-title {
            font-size: 20px;
        }
        .t-store__tabs__content {
            font-size: 17px;
        }
        .t-store__prod__quantity input {
            font-size: 17px;
        }
        .t-store__prod-popup__text {
            font-size: 17px;
        }
        .t-store__prod-snippet__container {
            padding-top: 30px !important;
            padding-bottom: 90px;
            overflow: hidden !important;
        }
        .t-store__prod-popup__price-wrapper {
            margin-bottom: 20px;
        }
        
        /* Основное изображение товара */
        .t-slds__bgimg-contain {
            border-radius: 30px !important;
        }
        .t-slds__wrapper {
            background-color: #fff !important;
        }
        .t-slds__arrow_wrapper {
            top: 96% !important;
        }
        .t-slds__arrow_wrapper-right {
            right: -20px;
        }
        .t-slds__arrow_wrapper-left {
            left: -20px;
        }
        
        /* Миниатюры слайдера */
        .t-slds__bgimg {
            border-radius: 10px;
        }
        .t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
            border-color: rgb(0 0 0) !important;
        }
        .t-slds__thumbsbullet-border {
            border-radius: 10px;
            border-color: #f3f3f1;
        }
        .t-slds__thumbsbullet.t-slds__bullet {
            margin-right: 10px;
            margin-top: 10px;
            width: 70px;
        }

        /* Опции товара и кнопки */
        .t-product__option-checkmark_image:before {
            border-radius: 100% !important;
            left: -2px !important;
            top: -2px !important;
            width: 100% !important;
            height: 100% !important;
            border: 2px solid rgb(0 0 0) !important;
        }
        .t-product__option-checkmark_image {
            border-radius: 100% !important;
            width: 60px !important;
            height: 60px !important;
            border: 2px solid #f3f3f1 !important;
        }
        .t-product__option-item {
            margin-right: 10px !important;
            margin-bottom: 10px !important;
        }
        .t-product__option-item_simple {
            border-radius: 10px;
            padding: 10px;
        }
        .t-product__option-item_simple.t-product__option-item_active {
            border: 2px solid rgb(0 0 0) !important;
        }
        .t-product__option-item_simple:hover {
            border: 2px solid rgba(0,0,0,.5) !important;
        }
        .t-product__option-item_simple {
            border: 2px solid #f3f3f1 !important;
            padding: 10px !important;
        }
        .t-product__option-select {
            border: 2px #f3f3f1 solid !important;
            background: #fff !important;
            padding: 10px 30px 10px 10px !important;
            border-radius: 10px !important;
            font-size: 15px !important;
        }
        .t-store__prod__quantity {
            border-radius: 10px !important;
            margin: 0 10px 10px 0;
            border: 2px solid #000;
            height: 56px;
        }
        .t-store__prod__quantity__plus {
            background-size: 50% 2px,2px 50%;
        }
        .t-btn_sm {
            height: 56px;
            font-size: 17px;
        }
        .t-product__option-title_buttons {
            font-size: 15px !important;
        }
        
        /* Смотрите также */
        .t-store__relevants__title {
            font-size: 30px;
        }
        .uc-catalog .t-store__card {
            -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
            margin-right: 20px !important;
            margin-left: 20px !important;
        }

/* Доработки по студии */

    /* Доработка цвета у разделителя на картинке чертежа */
        
        .uc-blueprint .t-beforeafter__control {
            background: linear-gradient(180deg, rgba(0,140,255,0) 0%, rgba(0,140,255,0.8) 20%, rgba(0,140,255,1) 50%, rgba(0,140,255,0.8) 80%, rgba(0,140,255,0) 100%) !important;
        }
        
    /* Скругление попапа контактов */
        
        .uc-popup .t-popup__container {
            border-radius: 30px !important;
        }
    
    /* Другие проекты */
        
        .uc-other .t857__title {
            padding-bottom: 30px;
            font-size: 30px;
            line-height: 1.33;
        }
        .uc-other .t857__bgimg {
            border-radius: 30px;
        }
        .uc-other .t857__imgwrapper {
            padding-bottom: 70%;
        }
        .uc-other .t857__container_mobile-flex {
            align-items: flex-end;   
        }
        .uc-other .t857__scroll-icon-wrapper {
            display: none !important;
        }
    
    /* Блок AD Magazine */
        
        .uc-caption .t006__text-impact {
            padding: 20px 0px 0px 0px !important;
            font-size: 17px;
        }
        .uc-caption .t-uptitle_md {
            display: none !important;
        }

        
    /* Стили для фотографий проекта */
        
        .uc-image-top .t-img {
            border-radius: 30px 30px 0px 0px !important;
        }
        .uc-image-bottom .t-img {
            border-radius: 0px 0px 30px 30px;
        }
        .uc-project-image .t-img {
            border-radius: 30px;
        }
        .uc-catalog .t-img {
            border-radius: 30px;            
        }

/* Доработка прочих страниц */

    /* Сотрудничество */
        
        /* Фичеринг */
        .t1032__content {
            border-radius: 30px;
            padding: 30px 0 40px 0;
        }
        .t1032__title {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        /* Форма отправки заявки */
        .t-upwidget-container__button {
            background-color: #fff !important;
            color: #000 !important;
            border: 2px solid;
        }
        .uc-form-partnership .t-form__submit {
            text-align: left !important;
        }
        .uc-form-partnership .t678__form-bottom-text {
            text-align: left !important;
        }
        .t678__form-bottom-text {
            font-size: 17px;
        }
    
    /* Обмен и возврат */
        
        /* Блок важной информации */
        
        .uc-important .t265__wrapper {
            border-radius: 30px;
            background-color: #f3f3f1;
        }
        
        /* Форма отправки заявки */
        .t-upwidget-container__button {
            background-color: #fff !important;
            color: #000 !important;
            border: 2px solid;
        }
        .uc-form-return .t-form__submit {
            text-align: left;
        }
        .uc-form-return .t678__form-bottom-text {
            text-align: left;
        }
        
    /* Контакты магазина */
        
        /* Типографика */
        .uc-contacts-call .t-title {
            font-size: 25px;
            line-height: 34px;
            font-weight: 700;
            padding-top: 8px;
            padding-bottom: 6px;
            margin-right: 0;
            font-feature-settings: 'tnum' on, 'lnum' on;
        }
        
        /* Карта */
        .uc-map .t-margin_auto {
            border-radius: 30px !important;
            overflow: hidden !important;
        }
        .uc-map .ymaps-2-1-79-listbox__button {
            border-radius: 10px !important;
        }
        .uc-map .ymaps-2-1-79-listbox__button-arrow {
            width: 24px !important;
        }
        .uc-map .ymaps-2-1-79-gotoymaps__container {
            border-radius: 10px !important;
        }
        .uc-map .ymaps-2-1-79-listbox__button-text {
            padding: 0 12px 0 4px;
        }
        .uc-map .ymaps-2-1-79-map-copyrights-promo {
            margin-bottom: 5px;
        }
        .uc-map .ymaps-2-1-79-gotoymaps {
            margin-left: 15px !important;
        }
        .uc-map .ymaps-2-1-79-gototech {
            display: none;
        }
        .uc-map .ymaps-2-1-79-copyright__wrap {
            margin-right: 10px;
        }
        .uc-map .ymaps-2-1-79-inner-panes {
            filter: grayscale(1);
            -ms-filter: grayscale(1);
            -webkit-filter: grayscale(1);
            -moz-filter: grayscale(1);
            -o-filter: grayscale(1);
        }
        .ymaps-2-1-79-gototaxi__container, .ymaps-2-1-79-gotoymaps__container {
            border-radius: 10px !important;
        }
        .ymaps-2-1-79-zoom__button {
            border-radius: 10px !important;
        }

@media (max-width: 640px) {

/* Типографика */
    
    .uc-popup .t-heading_lg {
        font-size: 30px;
        line-height: 1.5;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }
    .t-name_xl {font-size: 25px;}
    .uc-numbers .t-name_xl {
        font-size: 50px;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }
    .uc-inspection .t-name_xl {
        font-size: 25px !important;
        line-height: 1.55;
    }
    .uc-footer .t-title {
        font-size: 17px;}
    .uc-footer-studio .t-title {font-size: 17px;}
    .t-title_xs {font-size: 25px;}
    .t-title_xxs {
        font-size: 25px;
        line-height: 1.23;
    }
    .uc-h1 .t-title_xxs {
        font-size: 30px !important;
    }
    .t-menu__link-item {font-size: 20px;}
    .t-text {
        font-size: 17px;
        line-height: 1.7;
    }
    .t-text_xl {font-size: 25px !important;}
    .t-text_sm {font-size: 15px;}
    .uc-inspection .t-text_sm {
        font-size: 25px !important;
        line-height: 1.55;
    }
    .t-text_md {font-size: 15px;}
    .t-name_md {font-size: 20px !important;}
    .t-descr {
        font-size: 17px;
    }
    .t-descr_sm {
        font-size: 17px;
        line-height: 1.55;
    }
    .t-descr_xs {font-size: 15px;}
    .t-descr_xxs {font-size: 15px;}
    .uc-catalog .t-descr_xxs {
        font-size: 15px;
    }
    .t-descr_md {font-size: 15px;}

/* Хедер */
    .uc-mobile-menu-shop .t-descr_xs {
        font-feature-settings: 'tnum' on, 'lnum' on;        
    }

/* Футер */
    .uc-footer-shop-menu .t457__li {
        font-size: 15px;
        padding-left: 0px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .uc-footer-shop-menu .t457__ul {
        text-align: left;
        padding-left: 0px !important;
        padding-right: 0px;
        margin-bottom: 0px !important
    }
    .uc-footer-shop .t-title {
        font-size: 15px;
    }
    .uc-footer-studio .t-title {
        font-size: 15px;
    }
    .uc-footer-studio .t463__maincontainer {
        padding: 30px 0 40px 0;
    }
    .uc-footer-shop .t463__maincontainer {
        padding: 10px 0;
    }
    .uc-footer-shop .t463__col {
        text-align: left !important;
    }

/* Доработки по магазину */
        
    /* Корзина */
        
        /* Типографика */
        .t706__cartwin-prodamount-wrap {
            font-size: 17px;
        }
        .t706__form-bottom-text {
            font-size: 15px !important;
        }

        /* Список товаров */
        .t706__cartwin-content {
            padding: 20px;
            border-radius: 0px;
        }
        .t706__cartwin-products {
            display: table;
            width: 100%;
        }
        .t706__product {
            margin: 0 0 10px 0;
            display: table;
            width: -webkit-fill-available !important;
        }
        .t706__product-title {
            font-size: 15px;
            width: 100% !important;
            padding-right: 10px !important;
        }
        .t706__product-plusminus {
            padding: 10px 0px 0px 0px !important;
        }
        .t706__product-del {
            right: 10px;
            top: 10px;
        }
        .t706__product-amount {
            padding: 0px !important;
        }

        /* Поля ввода */
        .uc-basket .t-input {
            height: 44px !important;
        }
        .t706 .t-input-title {
            font-size: 13px !important;
        }
        
        /* Кнопка сабмита */
        .t-submit {
            font-size: 15px !important;
        }
        .uc-basket .t-form__submit {
            padding-bottom: 0px !important;
        }
        .t706__orderform {
            margin-bottom: 20px;
        }
        
    /* Каталог товаров */
        
        /* Типографика */
        .uc-catalog .t-store__card__price-item {
            font-size: 15px;
        }
        .uc-catalog .t-store__card__title {
            font-size: 20px !important;    
        }
        .uc-catalog .t-prefix_2 {
            font-size: 25px !important;
        }
        /* Меню каталога */        
        .uc-catalog .t-store__parts-switch-btn {
            margin-left: 20px !important;
            margin-right: 0px !important;
            font-size: 15px;
        }
        .uc-catalog .t-store__parts-switch-wrapper {
            margin-top: 40px;
            padding-top: 20px;
            padding-bottom: 20px;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 60px !important;
        }
        .uc-catalog .t-store__parts-switch-btn.t-active {
            margin-left: 0px !important;
            margin-bottom: 0px !important;
        }
        .uc-catalog .t-store__parts-switch-btn {
            margin-left: 0px !important;
            margin-right: 0px !important;
            margin-bottom: 0px !important;
            font-size: 15px;
        }

        /* Меню каталога в скролле
        .uc-catalog .t-store__parts-switch-wrapper {
            overflow: hidden;
            overflow-x: scroll;
            display: flex;
            box-sizing: border-box;
            margin-top: 40px;
            padding-top: 20px;
            padding-bottom: 10px;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 60px !important;
        }
        .uc-catalog .t-store__parts-switch-btn.t-active {
            margin-left: 20px !important;
        }
        .uc-catalog .t-store__parts-switch-btn {
            margin-left: 20px !important;
            margin-right: 0px !important;
            font-size: 15px;
        }
        .uc-catalog .t-store__parts-switch-wrapper::-webkit-scrollbar {
            display: none;
        }
        */
        
        /* Лейбл */
        .t-store__card__mark {
            border-radius: 10px !important;
        }
        .uc-catalog .t-store__card__mark-wrapper {
            right: 10px !important;
            top: 10px !important;
        }
        .uc-catalog .t-store__card__mark {
            height: 30px !important;
        }
            
        /* Блок Индивидуальные размеры */        
        .uc-catalog-sizes .t-heading_md {
            font-size: 25px;
        }        
        .uc-catalog-sizes .t-descr_sm {
            font-size: 15px;
            line-height: 1.55;
        }
        .uc-catalog-sizes .t422__img-mobile {
            height: 250px !important;
        }        
        .uc-catalog-sizes .t422__btn-wrapper {
            margin: 20px 0 10px 0;
        }
        .uc-catalog-sizes .t422__wrapper {
            padding-top: 30px;
        }
        
    /* Страница товара */
        
        /* Основное изображение товара */
        .t-slds__bgimg-contain {
            border-radius: 15px !important;
        }
        .t-store__prod-snippet__container {
            padding-top: 30px !important;
        }
        
        /* Типографика */
        .t-store__prod-popup__title-wrapper {
            text-align: center;
        }
        .t-store__prod-popup__price-wrapper {
            text-align: center;
        }
        .t-product__option {
            text-align: center;
        }
        .t-store__tabs__item-title {
            font-size: 17px !important;
        }
        .js-store-prod-all-text {
            line-height: 1.6;          
        }

        /* Опции товара и кнопки */
        .t-product__option-variants {
            display: flex;
            width: 100%;
            justify-content: center;
        }
        .t-store__prod-popup__btn-wrapper {
            display: flex;
            flex-direction: row;
        }
        .t-store__prod__quantity {
            width: 40% !important;
        }
        .t-store__prod__quantity input {
            width: 100% !important;
            font-size: 15px !important;
        }
        .t-store__prod-popup__btn {
            width: 60% !important;
        }
        .t-btn_sm {;
            font-size: 15px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .t-slds__arrow_container {
            display: none;
        }
        
        /* Табы */
        .t-store__tabs__item-button {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            padding-right: 0 !important;
        }
        
        /* Смотрите также */
        .t-store__relevants__title {
            font-size: 25px;
        }
        .t-store__relevants__container {
            margin-left: -20px !important;
            margin-right: -20px !important;
        }
        .uc-catalog .t-store__card {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }
        .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col:first-child {
            margin-left: 20px;
        }
        .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col:last-child {
            margin-right: 20px !important;
        }
        .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col {
            margin-right: 0px !important;
        }
        .t-store__scroll-icon-wrapper {
            display: none !important;
        }
        .t-uptitle_xxl {
            margin-left: 20px;            
        }
        .t-store__card__img {
            border-radius: 15px;
        }        
    
/* Доработки по студии */    
    
    /* Блок AD Magazine */

    .uc-caption .t006__text-impact {
        font-size: 15px !important;
    }

    /* Изображения проекта */
        
        .uc-image-top .t-img {
            border-radius: 15px 15px 0px 0px !important;
        }
        .uc-image-bottom .t-img {
            border-radius: 0px 0px 15px 15px !important;
        }
        .uc-project-image .t-img {
            border-radius: 15px;
        }
        .uc-catalog .t-img {
            border-radius: 15px;            
        }

    /* Другие проекты */
        .uc-other .t857__title {
            font-size: 25px;
            padding-bottom: 20px;
        }
        .uc-other .t857__bgimg {
            border-radius: 15px;
            height: 200px;
        }
        .uc-other .t-item {
            padding-right: 0px !important;
        }
        .uc-other .t857__col:last-child {
            margin-right: 20px !important;
        }
    }

/* Доработка прочих страниц */

    /* Сотрудничество */
        
        /* Фичеринг */
        .t1032__content {
            border-radius: 15px !important;
        }
        
    /* Обмен и возврат */
        
        /* Блок важной информации */
        .uc-important .t-descr_xs {
            font-size: 15px;
            line-height: 1.6;
        }
        .uc-important .t265__wrapper {
            border-radius: 15px !important;
        }
        
        /* Форма отправки заявки */
        .t-select {
            font-size: 15px;
        }
        .t-upwidget-container__button {
            font-size: 15px !important;
        }
        .t678__form-bottom-text {
            font-size: 15px !important;
            margin-top: 10px !important;
        }
        
    /* Контакты магазина */
        
        /* Типографика */
        .t1033__col {
            margin-top: 0px !important;
        }