.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;
    }

}


.main-block {
    overflow: hidden;
}

.cookie-modal__btn {
    width: fit-content;
    flex-shrink: 0;
    padding: 10px 20px;
    padding-top: 12px;
    background: #0277bd;
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 100%;
}

.cookie-modal__title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-right: 40px;
}

.cookie-modal {
    font-family: "PT Sans Narrow", sans-serif;
    transition: all .3s ease-in-out;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.cookie-modal * {
    box-sizing: border-box;

}

.cookie-modal.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-modal__content {
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 30px;
    background: #EBF4FF;
    box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
}

.cookie-modal__descr {
    margin-right: 40px;
    color: #333;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cookie-modal__descr._mob {
    display: none;
}

.cookie-modal__descr a {
    margin-top: 10px;
    color: #0277bd;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration-line: underline;
}

@media (max-width: 768px) {
    .cookie-modal__title {
        display: none;
    }
}

@media (max-width: 576px) {
    .cookie-modal__descr {
        display: none;
    }

    .cookie-modal__descr._mob {
        display: block;
    }

    .cookie-modal__content {
        flex-direction: column;
        padding: 20px;
    }

    .cookie-modal__descr {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cookie-modal__btn {
        width: 100%;
    }
}