::selection {
    background: #08080A; /*фон*/
    color: #fff; /*текст*/
}
.z-line-h {
    height: 1px !important;
}

/*Zero form button*/
.zero_form .t-submit {
    text-align: left;
    padding: 0 !important;
    overflow: hidden;
}
.zero_form .t-submit:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url('https://static.tildacdn.com/tild6237-3666-4037-b834-326434323665/corner_1.svg');
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 17px;
}
.zero_form .t-submit:after {
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #08080a;
    position: absolute;
    left: 0;
    bottom: -9px;
    transition: bottom .3s;
}
.zero_form .t-submit:hover:after {
    bottom: -5px;
}

/*Zero button*/
.zero_underline_btn {
    overflow: hidden;
}
.zero_underline_btn .tn-atom:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url('https://static.tildacdn.com/tild3139-3933-4866-b336-623664623564/corner_2.svg');
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 17px;
}
.zero_underline_btn .tn-atom:after {
    display: block !important;
    content: '';
    width: 100% !important;
    height: 10px !important;
    opacity: 1 !important;
    background-color: #fff;
    position: absolute;
    left: 0 !important;
    bottom: -9px !important;
    top: unset !important;
    transition: bottom .3s !important;
}
.zero_underline_btn .tn-atom:hover:after {
    bottom: -5px !important;
}

/*Success message*/
@media(min-width: 1200px) {
.t-form-success-popup__wrapper {
    width: 480px;
    padding: 80px 40px 80px !important;
}
}
.t-form-success-popup__wrapper {
    border-radius: 0 !important;
}
.t-form-success-popup__wrapper > svg {
    fill: #08080A !important;
}
.t-form-success-popup {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .5) !important;
}

/*Gallery*/
@media(min-width: 1200px) {
.t604 .t-slds__item:not(.t-slds__item_active) {
    transform: scale(0.7);
}
.t604 .t-slds__item {
    transition: transform .5s;
}
}
@media(max-width: 640px) {
.t604 .t-slds__arrow {
    background-color: #fff !important;
    border-radius: 0 !important;
}
}

/*Projects*/
.t912 .t-btn {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    padding-left: 0;
}
.t912 .t-btn:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url('https://static.tildacdn.com/tild6237-3666-4037-b834-326434323665/corner_1.svg');
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 17px;
}
.t912 .t-btn:after {
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #08080a;
    position: absolute;
    left: 0;
    bottom: -9px;
    transition: bottom .3s;
}
.t912 .t-btn:hover:after, .t912__card-col:hover .t-btn:after {
    bottom: -5px;
}
@media (min-width: 1200px) {
.uc-other-projects .t912__container {
    justify-content: center;
    gap: 80px;
}
.uc-other-projects .t912__card-col {
    transform: none !important;
}
}