/*azs count block*/
.counter__item{
    /*font-family: DIN Pro;*/
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

span.count_azs{
    font-size: 90px!important;
    color:#EB6626;
    line-height: 113px!important;
    padding-right: 20px;
    padding-left: 10px;
}
span.count_text{
    font-size: 36px!important;
    color:#07377E;
    line-height: 44px!important;

}

.slider{
    margin-top: 0px!important;
    position: relative;
    background-image: url("../../images/bgblob.svg");
    background-repeat: no-repeat;
    background-position: 54% 100%;

}



.item-slider{
    font-family: DIN Pro;
    font-weight:700;
    color: #E86626;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
}

div.bx-viewport{
    /*height: 180px!important;*/
    background: rgba(0,0,0,0);

}
@media screen and (min-width: 1280px) {
    .slider{
        background-image: url("../../images/bgblob.svg");
        background-repeat: no-repeat;
        background-position: 58% 0%;
    }
}


@media screen and (max-width: 1024px) {
    .slider{
        background-image: none;
    }

}

@media screen and (max-width: 768px) {
    .item-slider {
        font-size: 18px;
        line-height: 21px;
    }
    span.count_azs{
        font-size: 50px!important;
        line-height: 59px!important;
    }
    span.count_text{
        font-size: 20px!important;
        line-height: 23px!important;
    }

    .slider{
        background-image: none;
    }
    .counter__item{
        margin-bottom: 10px;
    }


}
@media screen and (max-width: 320px) {
    .item-slider {
        font-size: 16px;
        line-height: 19px;
    }

    span.count_azs{
        font-size: 26px!important;
        line-height: 30px!important;
    }
    span.count_text{
        font-size: 16px!important;
        line-height: 19px!important;
    }
}