/* Переменные */
    :root {
        --accent-blue: #4467e8; /* 68, 103, 232 */
        --accent-red: #bf5748; /* 191, 87, 72 */
        --brand-yellow: #ffd600; /* 255, 214, 0 */
        --brand-gray: #171615; /* 23, 22, 21 */
    }

/* Тексты и заголовки */
    /* Ссылки внутри текста */
        .t119__preface a, .uc-cards-gallery a, .t265__text a, .uc-text a, .uc-faq a {
            color: var(--accent-blue) !important;
            font-weight: 600 !important;
            border-bottom: 1px dashed var(--accent-blue);
        }
        .uc-reviews a {
            color: #8b8b8b !important;
            border-bottom: 2px dashed #8b8b8b !important;
        }
    /* Акценты (выделенные жирным) */
        .uc-lead strong, .uc-text strong, .uc-faq strong, .t185 strong {
            font-weight: 600 !important;
            opacity: 0.75;
        }
    /* Галерея с карточками */
        .uc-cards-gallery .t-popup .t778__btn-wrapper {
            display: none;
        }
        .uc-cards-gallery .t-popup .t778__descr {
            font-size: 20px !important;
        }
        .uc-cards-gallery .t778__bgimg {
            border: 6px solid #f8f8f8;
        }
    /* Поп-ап галерея (галерея с фото) */ 
        .t-zoomer__descr {
            font-family: 'Montserrat',Arial,sans-serif;
            font-size: 20px;
            font-weight: normal !important;
            line-height: 1.55;
            color: var(--brand-gray) !important;
        }

/* Главная */
    /* Обложка */
        .uc-main-cover .t189__descr {
            padding: 0px 0px 0px 0px !important;
        }
        .uc-main-cover .t189__wrapper {
            padding-bottom: 0px !important;
        }
        .uc-main-cover .t-btn_md {
            padding-right: 40px !important;
            padding-left: 40px !important;
        }
        .t635__typing-text {
            font-size: 32px !important;
        }
    /* Карточки преимуществ (Для кого) */
        .uc-main-target .t503__img {
            background: rgba(255,255,255,.8);
            border-radius: 30px;
        }
        .uc-main-target .t-img {
            padding: 16px;
        }
    /* Карточки преимуществ (6 причин) */
        .uc-main-reasons .t503__img {
            background: var(--brand-yellow);
            border-radius: 30px;
        }
        .uc-main-reasons .t-img {
            padding: 16px;
        }
        /* Последняя карточка */
            .uc-main-reasons .t-card__col:last-child {
                background: var(--brand-yellow);
                border-radius: 30px;
                display: flex;
                align-items: center;
            }
            .uc-main-reasons .t-card__col:last-child .t-card__descr {
                padding: 36px;
                box-sizing: border-box !important;
                font-weight: 500 !important;
            }
            .uc-main-reasons a {
                color: #fff !important;
                font-weight: 600;
                text-transform: uppercase;
                background: var(--brand-gray) !important;
                margin-top: 16px;
                padding: 16px 32px;
                font-size: 14px;
                transition-duration: 0.2s;
                display: inline-block;
            }
            .uc-main-reasons a:hover {
                background: #fff !important;
                color: var(--brand-gray) !important;
            }
    /* Отзывы */
        .uc-reviews .t958__avatar {
            border-radius: 12px;
        }

/* Туры */
    /* Обложка с иконками */
        .t1060__item + .t1060__item {
            padding-top: 30px !important;
        }
        .t1060__wrapper {
            padding: 0 0 90px 0 !important;
        }
    /* Слайдер карточек (что мы увидим) */
        .uc-tour-card-gallery .t923__bgimg {
            border: 6px solid #f8f8f8;
        }
        .uc-tour-card-gallery .t-card__descr {
            margin-top: 0px !important;
        }
    /* Галерея с фото (плитка) */
        .t552__blockimg_animated:hover {
            box-shadow: 0 2px 20px 2px rgba(0,0,0,.25) !important;
        }
    /* Карточки преимуществ */
        .t850__inner-col {
            border-radius: 5px 0 0 5px;
        }
        .t850__wrap {
            padding: 26px 26px !important;
        }
        .uc-cards-blue .t850__inner-col {
            border-left: 5px solid var(--accent-blue);
        }
        .uc-cards-yellow .t850__inner-col {
            border-left: 5px solid var(--brand-yellow);
        }
        .uc-cards-red .t850__inner-col {
            border-left: 5px solid var(--accent-red);
        }
    /* Программа путешествия */
        .uc-tour-program .t728__textwrapper div:first-child {
            display: flex !important;
            flex-direction: column !important;
        }
        .uc-tour-program .t728__title {
            order: 1 !important;
        }
        .uc-tour-program .t728__descr {
            order: 2 !important;
        }
        .uc-tour-program .t728__text {
            order: 3 !important;
        }
        .uc-tour-program a {
            box-sizing: content-box !important;
            color: var(--brand-gray) !important;
            font-weight: 600;
            text-transform: uppercase;
            background: var(--brand-yellow);
            text-align: center;
            margin-top: 24px;
            padding: 16px 0px;
            width: 300px;
            font-size: 14px;
            transition-duration: 0.2s;
        }
        .uc-tour-program a:hover {
            background: var(--brand-gray) !important;
            color: #fff !important;
        }
        
/* Подвал */
    /* Подпункты */
        .uc-footer .t420__col:nth-child(1) .t420__descr {
            line-height: 37px !important;
        }
        .uc-footer .t420__col:nth-child(1) .t420__title {
            margin-bottom: 9px !important;
        }
        
/* Адаптив */
    
    @media (min-width: 981px) and (max-width: 1040px) {
        /* Меню */
            .t228__list_item {
                font-size: 14px !important;
            }
    }
    
    @media (min-width: 981px) {
        /* Меню */
            .t228 .t-sociallinks {
                display: none;
            }
        /* Главная */
            /* Обложка */
                .uc-main-cover .t-col_7 {
                    width: 840px !important;
                    max-width: 840px !important;
                }
        /* Туры */
            /* Форма внизу */
                .uc-tour-form .t-form__inputsbox {
                    flex-direction: row !important;
                    display: flex;
                    max-width: unset;
                    flex-wrap: wrap;
                }
                .uc-tour-form .t-form__errorbox-middle {
                    display: block;
                    flex-basis: 100%;
                    order: 10;
                }
                .uc-tour-form .t-form__submit {
                    margin-top: 0px !important;
                }
                .uc-tour-form .t-form__submit {
                    flex-basis: 19%;
                }
                .uc-tour-form .t-input-group {
                    flex-basis: calc(27% - 20px) !important;
                    margin-right: 20px;
                }
    }
    
    @media (max-width: 980px) {
        /* Меню */
            .tmenu-mobile__container {
                padding: 0px 20px !important;
            }
            .tmenu-mobile__imglogo {
                width: 64px !important;
            }
            /* Отзывы */
                .uc-reviews .t958__close {
                    top: 80px !important;
                    z-index: 99999 !important;
                }
                .uc-reviews .t958__card {
                    padding: 32px 16px !important;
                }
                .uc-reviews .t958__card_popup {
                    padding: 100px 32px !important;
                }
            /* Программа путешествия */
                .uc-tour-program .t728__witharrows .t-width .t-slds__wrapper {
                    padding: 0 25px !important;
                }
            /* Форма внизу */
                .uc-tour-form .t-form__inputsbox {
                    max-width: unset !important;
                }
        /* Главная */
            /* Карточки преимуществ (Для кого) */
                .uc-main-target .t-img {
                    padding: 12px !important;
                    width: 40px !important;
                }
                .uc-main-target .t503__content {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                }
                .uc-main-target .t503__img {
                    height: 40px !important;
                    margin-right: 20px !important;
                    border-radius: 20px !important;
                }
                .uc-main-target .t503 .t-card__descr {
                    margin-top: 0px !important;
                }
            /* Карточки преимуществ (N причин поехать с нами) */
                .uc-main-reasons .t-img {
                    padding: 12px !important;
                    width: 40px !important;
                }
                .uc-main-reasons .t503__img {
                    height: 40px !important;
                    border-radius: 20px !important;
                }
                .uc-main-reasons .t-card__col:last-child {
                    margin: 0px 20px;
                    border-radius: 20px !important;
                }
                .uc-main-reasons .t-card__col:last-child .t-card__descr {
                    padding: 20px 28px 36px !important;
                }
                .uc-main-reasons a {
                    margin-top: 20px !important;
                }
        /* Общее */
            .uc-heading-fixed .t795__title {
                margin-bottom: 0px !important;
            }
    }
    
    @media (min-width: 641px) {
        /* Туры */
            /* Карточки с предложением */
                .uc-tour-offer .t491__img {
                    margin-right: 12px !important;
                    margin-top: 12px;
                }
                .uc-tour-offer .t491 .t-card__descr {
                    border-top: 12px solid var(--brand-yellow);
                    padding-top: 12px;
                }
        /* Подвал */
            /* Все маршруты - выделены желтым */
                .t420__col:nth-child(1) .t420__descr a:last-child {
                    color: var(--brand-yellow) !important;
                    font-weight: 500 !important;
                }
    }
    
    @media (max-width: 640px) {
        /* Тексты и заголовки */
            .t635__typing-text, .t189__title {
                font-size: 24px !important;
            }
            .t910__descr, .t189__descr {
                font-size: 20px !important;
            }
            .t189__descr {
                line-height: 1.4 !important;
            }
            .t1060__descr, .t1060__item-text, .uc-cards-gallery .t-popup .t778__descr, 
            .t185 .t-text, .t544__descr, .t544__text,
            .uc-reviews .t958__author-descr, .uc-reviews .t958__review-text,
            .uc-tour-program .t728__descr, .uc-tour-program .t728__text { 
                font-size: 16px !important;
            }
            .uc-reviews .t958__author-name, .uc-tour-program .t728__title {
                font-size: 18px !important;
            }
        /* Туры */
            /* Обложка с иконками */
                .t1060__item + .t1060__item {
                    padding-top: 20px !important;
                }
                .t1060__wrapper {
                    padding: 0 0 50px 0 !important;
                }
                .uc-tour-cover .t1060__buttonwrapper {
                    display: none !important;
                }
                /* Обложка на весь экран */
                    .uc-tour-cover .t-cover {
                        height: 95vh !important;
                    }
            /* Слайдер карточек (что увидим) */
                .uc-tour-card-gallery .t923__slds-wrapper .t-col {
                    padding: 0px 0px 0px 0px !important;
                }
            /* Текст с кнопкой */
                .t185 .t-text {
                    text-align: left;
                }
                .t185 .t-btn {
                    width: 100%;
                }
                .t185__butwrapper {
                    padding-top: 10px;
                }
            /* Поп-ап галерея (галерея с фото) */ 
                .t-zoomer__descr {
                    font-size: 16px !important;
                }
            /* Карточки преимуществ */
                .t850__wrap {
                    padding: 20px 20px !important;
                }
            /* Карточки с предложением */
                .uc-tour-offer .t491__img {
                    margin-top: 6px;
                }
                .uc-tour-offer .t491__wrapper {
                    border-bottom: 6px solid var(--brand-yellow);
                    padding-bottom: 10px;
                }
                .uc-tour-offer .t1050__line {
                    display: none !important;
                    /* border-top-width: 8px !important; */
                }
                .uc-tour-offer .t-heading {
                    border-bottom: 5px solid var(--brand-yellow);
                    width: fit-content !important;
                }
                .uc-tour-offer .t1050__col .t-descr {
                    padding-top: 12px !important;
                }
                .uc-tour-offer .t1050__col .t-heading, .uc-tour-offer .t-name {
                    font-weight: 500 !important;
                    font-size: 24px !important;
                }
                .uc-tour-offer .t1050__col .t-descr, .uc-tour-offer .t-card__descr {
                    font-size: 16px !important;
                }
            /* Программа путешествия */
                .uc-tour-program .t728__witharrows .t-width .t-slds__wrapper {
                    padding: 0 20px !important;
                }
                .uc-tour-program a {
                    width: 100% !important;
                }
            /* Форма внизу */
                .uc-tour-form .t-cover {
                    height: 1000px !important;
                }
                .uc-tour-form .t-cover__carrier, .uc-tour-form .t-cover__filter {
                    height: 100% !important;
                }
                .uc-tour-form .t-container {
                    display: flex !important;
                    align-items: center;
                }
            /* Условия оплаты и отмены */
                .t037__title {
                    margin-bottom: 0px !important;
                    font-size: 18px !important;
                }
                div[data-record-type="1060"]{
                    max-height:640px !important;
                    overflow:hidden !important;
                }
    }
    
    @media (max-width: 420px) {
        /* Подвал */
            .t420__title, .t420__descr {
                font-size: 17px !important;
            }
        /* Иконки соцсетей */
            .uc-social-4 .t1036__btn {
                min-width: 56px !important;
            }
            .uc-social-4 .t1036__items-list {
                gap: 10px !important;
                column-gap: 10px !important;
            }
    }
    
    .uc-ttable img{
        width:100%;
        height:150px;
        display:block;
        object-fit:cover !important;
        margin-bottom:0;
    }
    .uc-ttable td{
        vertical-align:middle !important;
    }
    .uc-ttable td:first-child{
        padding:0;
    }
    .uc-ttable td:last-child .t431__btnwrapper,.uc-ttable td:last-child .t431__btnwrapper a{
        width:100%;
    }
    @media (max-width:640px){
        .uc-ttable .t431__thead{
            display:none !important;
        }
        .uc-ttable{
            width:100% !important;
        }
        .uc-ttable tr{
            display:flex !important;
            flex-direction:column !important 
        }
        .uc-ttable tr td{
            width:100%;
            box-sizing:border-box;
            text-align:right;
        }
        .uc-ttable tr td:before{
            display:inline-block;
            position:absolute;
            left:30px;
            text-transform:uppercase;
            font-weight:600;
        }
        .uc-ttable tr td a{
            text-align:center !important;
        }
        .uc-ttable tr tr{
            display:block !important;
            text-align:center !important;
        }
        .uc-ttable tr td tr {
            height:100% !important;
        }
        .uc-ttable tr td tr td{
            display:block !important;
            text-align:center !important;
            vertical-align:middle !important;
            line-height:46px;
        }
        .uc-table .t431__oddrow,.uc-table .t431__evenrow{
            margin-bottom:30px !important;
        }
    }
    @media(min-width:641px){
        .uc-ttable .t431__table > tbody > tr > td:first-child,.uc-ttable .t431__table > thead > tr > th:first-child{
            display:none !important;
        }
    }
    .uc-ttable td:first-child + td +td a{
        color: var(--accent-blue);
        font-weight: 600 !important;
        border-bottom: 1px dashed var(--accent-blue);
    }
     .t-store__card__price {
        display:inline-block;
        line-height:40px;
        background:#fed740;
        padding:0 20px;
        font-weight:700 !important;
        font-size:18px;
        margin-top:-50px;
        position:absolute;
        z-index:100;
    }
    .t-store__card__textwrapper{
    }
    .js-store-prod-name{
        color:#fff !important;
        text-shadow:0 0 10px #000;
        height:60px;
        margin-top:-130px;
        position:absolute;
        z-index:100;
        text-transform:uppercase;
        font-weight:900 !important;
        font-size:24px !important;
    }
    .t-store__card__textwrapper strong{
        display:block;
        margin:15px 0;
        width:100%;
        float:left;
        
    }
    .t-store__card__mark-wrapper{
        top:0;
        right:0;
        border-radius:0;
    }
    .t-store__card__mark-wrapper div{
         border-radius:0;
        
    }
    .js-product-img{
    filter:brightness(80%);
}
.t-store__card__textwrapper strong:before{
    content:'';
    display:inline-block;
    width:30px;
    height:30px;
    background:url(https://static.tildacdn.com/tild3936-3563-4264-b835-646665613863/calendar_4.svg);
    background-size:cover;
    float:left;
    margin-right:15px;
}
.t-store__card__textwrapper strong{
    line-height:30px;
}
.js-store-prod-sold-out{
        display:inline-block;
        line-height:40px;
        background:#fff;
        padding:0 20px;
        font-weight:700 !important;
        font-size:18px;
        margin-top:-50px;
        position:absolute;
        z-index:100;
        color:#000;
        box-sizing:border-box;
        border:1px solid #efefef;
    }