/* Убираем черную полоску в форме в моб версии */
    @media screen and (max-width: 560px) {
    .t702 .t-popup__close-icon g {
        fill: #000000 !important;
    }
    .t702 .t-popup__block-close {
        background: #f7f7f3;
    }
    }

/* Чекбокс политики в попап формах */
.t-input-block label span {
    font-size: 13px;
    color: rgba(36, 35, 32, 0.4);
}
.t-input-block label span u a {
    color: rgba(36, 35, 32, 0.4) !important;
    text-decoration: underline !important;
}

.t-checkbox__indicator {
    border:  1px solid rgba(36, 35, 32, 0.4);
}
.t-checkbox__indicator:after {
    border: solid rgba(36, 35, 32, 0.4);
    border-width: 0 2px 2px 0;
}

/* Показать больше в портфолио */
    .more-text .tn-atom a {
        border-bottom: 1px solid #242424;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; 
    }
    .more-text .tn-atom a:hover {
       border-bottom: 0px !important;
    }