.height_window: {
    height: 100vh !important;
}

/* Градиент для текста */
.text_gradient {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #DBE62F 1.04%, #75BD4C 50.52%, #218E59 100%) !important; 
    background-position: 0 0;
    transition: all 0.8s ease-in-out;
    }
    
/* Увеличение изображения при ховере */ 
.t396__elem.zoomon {
overflow: hidden;
}

.zoomon .tn-atom {
transition: all 1s ease;
}

.zoomon .tn-atom:hover {
transform: scale(0.9);
}  


.text-outline-white {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.text-outline-pink {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #be3455;
}

.text-outline-black {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0f0f0f;
}
    
    