@font-face {
    font-family: 'Circular Std';
    src: url('fonts/circular/CircularStd-Medium.eot');
    src: local('fonts/circular/Circular Std Medium'), local('CircularStd-Medium'),
    url('fonts/circular/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/circular/CircularStd-Medium.woff2') format('woff2'),
    url('fonts/circular/CircularStd-Medium.woff') format('woff'),
    url('fonts/circular/CircularStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/********************************************************************************************/
.counter{
    color: #B8CE2E;
    fill: #B8CE2E;
    font-size: 76px;
    font-family: Roboto;
    font-family: 'Circular Std';
    text-decoration: none!important;
    /*writing-mode: tb;*/
    font-weight: bold;
}

.animate_spider_part .line,
.animate_spider_part .ball,
.animate_spider_part path:not(.line):not(.ball) {
    opacity: 0;
}
.mo-container{
    display: none;
    background-color: #2e8e8e;
    padding: 25px 15px;
    color: #fff;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    margin-top: -130px;
    z-index: 100;
    position: relative;
}
.mo-container svg{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    right: 0;
    left: 0;
    top: -70px;
    position: absolute;
}
.mo-stats{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
@media screen and (max-width: 580px){
    body .animate_spider_part .line,
    body .animate_spider_part .ball,
    body .animate_spider_part path:not(.line):not(.ball) {
        opacity: 1;
    }
    .hidden.turn-on-mo{
        display: block!important;
    }
    .gerb_hiil_custom {
        margin: 25px auto auto auto;
    }
    .std_girl{
        display: none!important;
    }
    .gerb_hiil{
        display: none!important;
    }
    body .mo-container{
        display: flex;
        flex-direction: column;
    }
    #hills_svg{
        display: none!important;
    }
}


.path_to_flag_long{
    display: none;
}

#hills_svg{
    width: 100%;
    height: 100%!important;
    position: relative;
    bottom: -7px;
    margin-top: -176px;
    z-index: 304;
    overflow: visible;
}
.trees-container{
    transform:translate(0px, 20px);
}
.counter-svg{
    color: #B8CE2E;
    fill: #B8CE2E;
    font-size: 62px;
    font-family: Roboto;
    font-family: 'Circular Std';
    text-decoration: none!important;
    font-weight: bold;
    transform: rotate(337deg);
}

.cyclist {
    opacity: 0;
    transition: opacity 2s; /* плавне з'явлення протягом 2 секунд */
}

.counter-svg-right{
    writing-mode: tb;
    font-size: 57px;
    font-family: Roboto;
    font-family: 'Circular Std';
    font-weight: 900;
    letter-spacing: 3px;
}

.counter-svg-right + text {
    writing-mode: vertical-lr;
    font-weight: 900;
    font-family: Roboto;
    font-family: 'Circular Std';
    font-size: 61px;
}

/*#spider_svg .line {*/
/*    fill: none;*/
/*    stroke: black;*/
/*    stroke-width: 2;*/
/*}*/

.fix-position_svg,
.flagship{
    /*transform: translate(37px, 42px);*/
}
.mehr-sozialvers{
    text-align: right;
}
.mehr-sozialvers h4{
    font-size: 52px;
    margin-bottom: 15px!important;
    white-space:nowrap;
}
.g-colored{
    color: #B8CE2E;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Circular Std Book';
    font-weight: bold;
}

.up-animate{
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
}
.mehr-sozialvers > h4,
.mehr-sozialvers > p{
    margin: 0;
}

.mehr-sozialvers > p:last-child{
    margin-top: 10px;
}

@media screen and (min-width: 1701px){
    /*body .gerb_hiil{*/
    /*    bottom: 17%;*/
    /*    left: 15%;*/
    /*}*/
}

@media screen and (max-width: 1700px) {
    /*body .gerb_hiil{*/
    /*    bottom: 10%;*/
    /*    left: 15%;*/
    /*}*/
    body .trees-container{
        transform: translate(0px, 0px);
    }
    body .mehr-sozialvers h4{
        font-size: 47px;
    }
}

@media screen and (max-width: 1200px) {
    /*html body .gerb_hiil {*/
    /*    bottom: 5%;*/
    /*    left: 5%;*/
    /*}*/
    body .map_partners{
        padding-left: 0;
        max-width: 100%;
    }
    body .container_full .padd_left_190{
        padding: 0;
    }
    body .map_velo{
        text-align: center;
    }
}

@media screen and (max-width: 728px) {
    body #spider_svg{
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    body .container_full .container{
        width: 100%;
    }
    /*html body div .gerb_hiil{*/
    /*    bottom: 0;*/
    /*    left: 5%;*/
    /*    width: 85px;*/
    /*}*/
    html body .map_partners{
        padding-left: 15px;
        max-width: 100%;
        padding-right: 15px;
    }
}

#svg-counter-ha .counter {
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    transform: translate(80%, -46%) rotate(270deg);
}

.digit {
    opacity: 0;
    transform: translateY(10px);
    display: inline-block;
}

.counter-universal{
    transform: translate(52%, 64%) rotate(14deg);
    font-size: 52px;
    font-family: 'Circular Std Book';
    font-weight: 600;
    color: #B8CE2E;
    fill: #B8CE2E;
    text-decoration: none !important;
}

.aside-logos-infos .scrollme p,
.container_full h3{
    font-family: 'Circular Std';
}


