/*
Theme Name: Propiska
Theme URI:
Description:
Author: Ilya Bolyasov
Author URI: https://atom-team.ru/
*/
.notice {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999999;
    padding: 27px 0;
    font-size: 22px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    opacity: 0;
    margin-top: -60px
}

@media (max-width: 760px) {
    .notice {
        padding:20px 0;
        font-size: 18px
    }
}

.notice.active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    opacity: 1
}

.notice a {
    color: #fff
}

.notice_warning {
    background: #181c19;
    color: #fff
}

.notice_success {
    background-color: #28a745;
    color: #fff
}

.notice_top {
    top: 0;
    bottom: auto
}
.menu ul li.current_page_item a {
    color: #f83030;
}
.main-articles__img {
    border-radius: 7px;
    overflow: hidden;
}
@media (max-width: 760px) {
    .section.order + .footer{
        margin-top: -80px;
    }
}
