svg.animated {
    position: absolute;
}

svg.animated_circle_1 {
    left: -12px;
    top: -6px;
    width: 130%;
    height: 130%;
}

svg.animated_circle_2 {
    left: -15px;
    top: -13px;
    width: 120%;
    height: 152%;
}

svg.animated_underline_1 {
    bottom: -5px;
}

svg.animated_underline_2 {
    bottom: -7px;
}

svg.animated_underline_3 {
    bottom: 0;
}

svg.animated_underline_4 {
    bottom: -13px;
    height: 25px;
    width: 100%;
}

@media (max-width: 575px) {
    svg.animated_underline_1{
        bottom: 0px;
    }
    svg.animated_underline_2 {
        bottom: 0px;
    }

    svg.animated_underline_3 {
        height: 5px;
        width: 100%;
    }

    svg.animated_underline_4 {
        height: 15px;
        bottom: -6px;
    }
}

/*.circleCore {*/
/*    position: relative;*/
/*}*/

/*.circleCore {*/
/*    position: absolute;*/
/*}*/

/*@media (max-width: 480px ) {*/
/*    .circleCore {*/
/*        position: absolute;*/
/*        width: 115px;*/
/*        top: -4px;*/
/*        right: 83px;*/

/*    }*/
/*}*/
