/* Индикатор прокрутки страницы */
.t602__indicator {
    top: 60px !important;
}


/*Суб-меню*/
.t794__tooltip-menu_show {
    top: 60px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #97979780;
    border-top: 1px solid #97979780;
}

/* Зум обложек проектов для зеро */
.project-item:hover .img-zoom .tn-atom {
    transform: scale(1.02);
    transition: all 0.4s ease-in-out !important;
}
.project-item .img-zoom .tn-atom {
    transition: all 0.4s ease-in-out !important;
}
.project-item .img-zoom {
    overflow: hidden;
}

/* Зум обложек проектов для IX02 */
@media screen and (min-width: 960px) {
    .t404__imgbox {
        overflow: hidden;
    }
    .t404__link:hover .t404__imgbox .t404__img {
        transform: scale(1.02);
        transition: all 0.4s ease-in-out !important;
    }
    .t404__link .t404__imgbox .t404__img {
        transition: all 0.4s ease-in-out !important;
    }
}

/* Настройка стилей IX02 (сетка проектов) */
.t404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: 30px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 40px;
}
.t404__col {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    max-width: 100%;
    min-width: calc(50% - 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
a.t404__link {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.t404__imgbox, .t404__textwrapper {
    width: 100%;
    margin-inline: 0;
}
/* Выборочное масштабирование плиток д/десктопа */
/*@media screen and (min-width: 960px) {*/
/*    .t404__col:nth-child(10n+4),*/
/*    .t404__col:nth-child(10n+5), */
/*    .t404__col:nth-child(10n+8), */
/*    .t404__col:nth-child(10n+9) {*/
/*        max-width: calc(25% - 12px);*/
/*        min-width: calc(25% - 12px);*/
/*    }*/
/*}*/
.t404__textwrapper {
    margin-bottom: 0;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
}
.t404__uptitle, .t404__title {
    margin: 0 !important;
}
@media screen and (max-width: 959px) {
    .t404 {
        margin-inline: 16px;
        -webkit-column-gap: 12px;
           -moz-column-gap: 12px;
                column-gap: 12px;
        row-gap: 30px;
    }
    .t404__col {
        min-width: calc(50% - 6px);
        width: calc(50% - 6px);
    }
    .t404__textwrapper {
        margin-top: 12px;
    }
}
@media screen and (max-width: 540px) {
    .t404__col {
        min-width: 100%;
        width: 100%;
    }
}

/*Табы */
.t1281 {
    padding-inline: 30px;
}
ul.t1281__wrapper {
    column-gap: 30px;
}
li.t1281__tab{
    width: auto;
    padding-right: 60px;
}
li.t1281__tab::after {
    display: none;
}
button.t1281__title {
    padding: 0 !important;
}
@media screen and (max-width: 959px) {
    .t1281 {
        padding-inline: 16px;
    }
    ul.t1281__wrapper {
        column-gap: 12px;
    }
    li.t1281__tab{
        padding-right: 30px;
    }
}
@media screen and (max-width: 479px) {
    .t1281 {
        padding-inline: 16px;
    }
    ul.t1281__wrapper {
        column-gap: 8px;
    }

    li.t1281__tab{
        padding-right: 24px;
    }
}

/* описание разделов */
.uc-tab-descr .t004 {
    padding: 0 !important;
}
.uc-tab-descr .t004 .t-container {
    margin-left: 30px;
    max-width: calc(50% - 46px);
}
.uc-tab-descr .t004 .t-container .t-col {
    padding-inline: 0;
    margin-inline: 0;
}
@media screen and (max-width: 959px) {
    .uc-tab-descr .t004 .t-container {
       margin-left: 16px;
       margin-right: 16px;
       max-width: calc(100% - 32px);
    }
}
