    /*.texth1{*/
    /*    overflow: hidden;*/
    /*}*/
    
    
    .vector path{
            /*stroke-dasharray: 20;   Длинна штриха*/
            stroke-linecap: round;  /*Скругленные углы у штрихов butt, round, square*/
            /*stroke-linejoin: miter; /*Как будут выглядеть углы обводки bevel, miter, round*/
            /*stroke-miterlimit: 8; /*Соприкосновение двух линий под острым углом. работает только с stroke-linejoin - miter */
            /*stroke: green;  /*Цвет обводки*/
           /* stroke-width: 6;    /*Толщина обводки*/
        }
        
    #rec768605351 .tn-elem[data-elem-id="1719777367608"] {
    z-index: 2;
    }


    .screen{
        mix-blend-mode: screen;
    }
    .justify{
        text-align: justify;
    }
    .darken{
        mix-blend-mode: darken;
    }
    .multiply{
        mix-blend-mode: multiply;
    }
    

.line, .line2, .line3, .line4, .line5 {
    border-top: 1px solid #BEB9AE;
    width: 0;
}

.line.visible {
    width: 100%;
}
.line2.visible {
    width: 100%;
}
.line3.visible {
    width: 100%;
}
.line4.visible {
    width: 100%;
}
.line5.visible {
    width: 100%;
}

.line{
    transition: width 1.5s ease-in-out;
}

.line2{
    transition: width 1.5s ease-in-out 0.2s;
}

.line3{
    transition: width 1.5s ease-in-out 0.4s;
}

.line4 {
    transition: width 1.5s ease-in-out 0.6s;
}

.line5 {
    transition: width 1.5s ease-in-out 0.8s;
}