.add-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px)
}

.pre-loader {
    width: 45%;
    top: 45%;
    height: 50px;
    position: fixed;
    background: url('/local/templates/ep_2016/images/ajax-loader.gif') center center no-repeat;
    z-index: 100;
    display: none
}

.date-select {
    margin-bottom: 15px
}

input[id=from] {
    border-radius: 3px;
    border: 1px solid #ccc
}

input[id=to] {
    border-radius: 3px;
    border: 1px solid #ccc
}

label.checkclass a {
    color: #555
}

label.checkclass a:hover {
    color: #555
}

.block-cat a.active {
    color: #0277bd
}

.header-block {
    z-index: 100 !important
}

.avd-block .grey-link {
    z-index: 99 !important
}

.go-link a {
    z-index: 0 !important
}

.bottom-avd {
    margin-top: -15px
}

.image-affiliate {
    text-align: center
}

.image-affiliate img {
    width: auto !important
}

.header-block .wrap nav .nav-lang a img {
    -webkit-filter: opacity(30%) !important;
    filter: opacity(30%) !important
}

.header-block .wrap nav .nav-lang a.active img {
    -webkit-filter: opacity(100%) !important;
    filter: opacity(100%) !important
}

.header-block .wrap nav .nav-lang a.active {
    border: 0 solid #b7b7b7 !important
}

.material-pic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 25px 0 10px 0 !important;
}

.material-pic .grey-info {
    font-size: 10px
}

@media print {
    .header-block, .footer-block, .mobile-aside, .aside, .breadcrumbs, .noprint, .block-cat {
        display: none
    }

    .mainwrapper, .main-block {
        padding: 0;
        margin: 0
    }
}

.mobile-aside {
    margin-top: 20px !important;
    margin-bottom: 0 !important
}

.mobile-aside .aside-marg-big {
    margin-bottom: 0 !important
}

.mobile-aside .avd-block {
    display: none
}

.backtotop {
    background-color: #0277bd;
    border: 1px solid #fff;
    width: 34px;
    bottom: 20px;
    right: 11px;
    min-height: 30px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.backtotop i {
    background-image: url(../images/uptohead_small.png);
    margin: 9px 0px 0px 0px !important;
    width: 20px;
    height: 12px;
    display: inline-block;
}

div.image-bl--right > a.image-bl--link {
    height: 98px;
}

.header-block .wrap nav a.active {
    color: #ffffff;
}

.header-block .wrap nav a:hover {
    color: #34b0fa;
}

.rms-image a:hover {
    opacity: .7;
}

form.contact_form label {
    width: 140px;
    display: block;
    float: left;
}

form.contact_form p {
    margin-bottom: 10px;
}

form.contact_form input {
    width: 350px;
    height: 30px;
    padding: 5px 15px 5px 15px;
}

form.contact_form textarea {
    width: 350px;
    padding: 5px 15px 5px 15px;
}

form.contact_form input[type=submit] {
    width: 300px;
    height: 40px;
    border: #0277bd;
    background-color: #0277bd;
    color: #fff;
}

input.error[name=email] {
    border: 1px solid #ff0000;
}

label.error-agree[for=sbscrAgree]:before {
    border: 1px solid #ff0000;
}

.header-adds {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .header-adds {
        visibility: hidden;
        display: none;
    }
}

@media screen and (min-width: 799px) {
    .mobile-ads {
        visibility: hidden;
        display: none;

    }
}

#email-error {
    font-size: 10px;
    position: absolute;
    color: red;
    margin: 9px 0px 0px -105px;
}

.archive
{
    width: 40px;
    margin-bottom: 5px !important;
    margin-top: -3px;
}

@media screen and (max-width: 580px) {
    .archive
    {
        width: 40px;
        margin-bottom: 3px!important;
        margin-top: 0;
    }

}

.str-block {
    min-height: inherit !important;
    height: 333px;
    display: flex;
    flex-direction: column;
}

.str-block img {
    object-fit: contain;
    margin: auto;
    height: 100%;
    width: 100%;
}

@media (max-width: 1050px) {
    .str-block {
        min-height: 25vw !important;
        height: auto;
    }
}

@media (max-width: 880px) {
    .str-block {
        min-height: 55vw !important;
    }
}

@media (max-width: 576px) {
    .str-block {
        min-height: 80vw !important;
    }

}