    /*Закрепление виджета контактов*/
    .uc-widget
    {
        position: absolute;
        z-index: 9998;
    }
    
    /*Десктоп*/
    @media screen and (min-width: 1200px) {
        
        /* Скругление углов у галерей 32/88 px */
        .uc-slds-RL .t-slds__main
        {
            border-top-left-radius: 32px;
            border-top-right-radius: 88px;
            border-bottom-right-radius: 32px;
            border-bottom-left-radius: 88px;
        }
        
        .uc-slds-LR .t-slds__main
        {
            border-top-left-radius: 88px;
            border-top-right-radius: 32px;
            border-bottom-right-radius: 88px;
            border-bottom-left-radius: 32px;
        }
        
        /* Отступы сетки */
        .t-col {
            margin-left: 16px;
            margin-right: 16px;
        }
        
        /*.uc-intext-image .t-img
        {
            border-radius: 32px;
            box-shadow: 0px 0px 120px rgba(169, 180, 203, 0.18);
        }*/
        
        .uc-intext-image .t-text
        {
            font-size: 18px;
        }
        
        .uc-lead-text .t-text
        {
            font-size: 26px !important;
        }
    }
    
    /*Планшет*/
    @media (min-width: 640px) and (max-width: 1200px) {
        
        /* Скругление углов у галерей 32/88 px */
        .uc-slds-RL .t-slds__main
        {
            border-top-left-radius: 32px;
            border-top-right-radius: 88px;
            border-bottom-right-radius: 32px;
            border-bottom-left-radius: 88px;
        }
        
        .uc-slds-LR .t-slds__main
        {
            border-top-left-radius: 88px;
            border-top-right-radius: 32px;
            border-bottom-right-radius: 88px;
            border-bottom-left-radius: 32px;
        }
        
        /* Отступы сетки */
        .t-col {
            margin-left: 0px;
            margin-right: 0px;
            padding-left: 10px;
            padding-right: 10px;
        }
        
        .uc-intext-image .t-img
        {
            border-radius: 24px;
            box-shadow: 0px 0px 120px rgba(169, 180, 203, 0.18);
        }
        
        .uc-intext-image .t-text
        {
            font-size: 16px;
        }
        
        .uc-lead-text .t-text
        {
            font-size: 22px !important;
        }
    }
    
    /*Мобильная версия*/
    @media screen and (max-width: 640px) {
        
        /* Скругление углов у галерей 24/64 px */
        .uc-slds-RL .t-slds__main
        {
            border-top-left-radius: 24px;
            border-top-right-radius: 64px;
            border-bottom-right-radius: 24px;
            border-bottom-left-radius: 64px;
        }
        
        .uc-slds-LR .t-slds__main
        {
            border-top-left-radius: 64px;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 64px;
            border-bottom-left-radius: 24px;
        }
        
        /* Отступы сетки */
        .t-col {
            margin-left: 0px;
            margin-right: 0px;
            padding-left: 10px;
            padding-right: 10px;
        }
        
        .uc-intext-image .t-img
        {
            border-radius: 16px;
            box-shadow: 0px 0px 120px rgba(169, 180, 203, 0.18);
        }
        
        .uc-intext-image .t-text
        {
            font-size: 14px;
        }
        
        .uc-lead-text .t-text
        {
            font-size: 18px !important;
        }
    }
