.adm-workarea label {
    color: #000;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    text-transform: none;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0);
    transform-origin: center;
    transition: .45s;
}
.loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0) rotate(45deg);
}
.loader__inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loader__inner img {
    position: relative;
    z-index: 11;
    margin-bottom: 15px;
}
.loader__line {
    position: absolute;
    width: 100%;
    height: 293px;
    background-image: url('assets/img/line.png');
    background-repeat: repeat-x;
    background-size: cover;
    animation: loaderLine 3s linear infinite;
}
@keyframes loaderLine {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 340%;
    }
}
h2.h2_koronovirus{
	font-size: 40px;
}
img.img_koronovirus{
	width: 100%;
    max-width: 600px;
}


.bx_651765591_60cl .adv_slider_item_center:after {
    background: unset !important;
}