/*Отступы в формах*/
    .t-input-group > div > input,
    .t-input-group > div > textarea,
    .t-input-phonemask__wrap {
        padding-left: 65px !important;
    }
    
/*Стили шрифта для подпунктов мобильного меню*/
    .t-menusub__link-item {
        font-family: 'AvenirNext' !important;
    }
    
/*Стили для блоков с турами и экскурисиями*/
    .t688__textwrapper {
        background: transparent !important;
        border-top: none !important;
    }
    
    /*#allrecords > [data-record-type="688"]:nth-child(3) .t688__textwrapper  {*/
    /*    border: 3px solid #A46F4A;*/
    /*}*/
    
    /*#allrecords > [data-record-type="688"]:nth-child(4) .t688__textwrapper  {*/
    /*    border: 3px solid #2F4255;*/
    /*}*/
    
    .t688__textwrapper:before {
        content: '';
        position: absolute;
        display: block;
        background: url(https://static.tildacdn.com/tild6130-6631-4562-a536-363030623039/Path_68.svg) no-repeat;
        width: 35px;
        height: 22px;
        top: 20px;
        right: 20px;
    }
    
/*Стили для страниц экскурсий*/
    .t177__descr {
        display: inline-block;
        vertical-align: top;
        opacity: 1 !important;
        padding-top: 8px !important;
        max-width: 48% !important;
        font-size: 18px !important;
        text-transform: none !important;
    }
    
/* Для таблиц - уменьшение шрифта на маленьких экранах*/
@media screen and (max-width: 1199px) {
    div .t431 .t431__td {
        font-size: 16px !important;
        min-width: 120px !important;
        
    }
}
    
    .t177__text {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        max-width: 48% !important;
        font-size: 18px !important;
        text-transform: none !important;
    }
    
    @media screen and (max-width: 1200px) {
        /*.t-prefix_1 {*/
        /*    padding-left: 0px !important;*/
        /*}*/
        
        .t177 .t-col_6:first-child {
            max-width: 380px !important;
        }
        
        .t177__text {
            margin-left: 20px;
        }
        
        .t177__descr,
        .t177__text {
            font-size: 12px !important;
        }
        
        .t177__title {
            font-size: 34px !important;
        }
    }
    
    @media screen and (max-width: 960px) {
        .t177__descr,
        .t177__text {
            max-width: 50%;
        }
        
        .t177 .t-col_6,
        .t177 .t-col_6:first-child {
            max-width: 100% !important;
        }
        
        .t177__text {
            margin-left: 40px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .t177__text {
            margin-left: 0px;
        }
        
        .t177__descr, .t177__text {
            max-width: 47%;
            width: 50%;
            font-size: 12px !important;
            padding-left: 10px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .t177__descr,
        .t177__text {
            max-width: 100%;
            width: 100%;
            padding-left: 0px;
            padding-bottom: 15px;
        }
        
        .t177__title {
            font-size: 30px !important;
        }
    }
    
    .t005__text {
        font-size: 22px !important;
    }
    
    /* текст на всю ширину в колонках - для блока t177__text*/
    .uc-text-in-cols .t177__text {
        max-width: 100% !important;
    }
    
    /*Скрываем страницы в мобильном меню*/
    #stThmenu > div > div:nth-child(1) > div.t830m__submenu.t830m__submenu_close > div:nth-child(5),
    #stThmenu > div > div:nth-child(1) > div.t830m__submenu.t830m__submenu_close > div:nth-child(6),
    #stThmenu > div > div:nth-child(1) > div.t830m__submenu.t830m__submenu_close > div:nth-child(7),
    #stThmenu > div > div:nth-child(1) > div.t830m__submenu.t830m__submenu_close > div:nth-child(8) {
        display: none !important;
    }
    
    #allrecords a[href*="wa.me"] {
        color: inherit;
        text-decoration: none;
    }