/*
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;
    }
}
.social-link_max {
    background: linear-gradient(90deg, #44CCFF, #5533EE, #9933DD);
    padding: 5px 16px 5px 5px !important; 
    border: none;
}

.social-link_max .max-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 34px; 
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
    flex-shrink: 0;
    
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #44CCFF, #5533EE, #9933DD);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    
    transition: background-image 0.3s ease-in-out;
}

.social-link_max .max-icon-wrap img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.social-link_max span:not(.max-icon-wrap) {
    line-height: 100%;
}

.social-link_max:hover {
    background: linear-gradient(90deg, #9933DD, #5533EE, #44CCFF);
}

.social-link_max:hover .max-icon-wrap {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #9933DD, #5533EE, #44CCFF);
}

@media (max-width: 1199px) {
    .social-link_max {
        min-width: 150px;
    }
}


.header__link_max img {
    width: 50px !important; 
    height: 50px !important;
    object-fit: contain !important;
    display: block;
}

.prices__nav .btn-item_max {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    
    background: linear-gradient(90deg, #44CCFF, #5533EE, #9933DD) !important;
    color: #ffffff !important;
}

.prices__nav .btn-item_max::before {
    content: "" !important;
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
    
    background-image: url('https://propiska-spb982.ru/wp-content/uploads/2026/06/max2.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    filter: brightness(0) invert(1) !important; 
    transition: transform 0.3s ease !important;
}

.prices__nav .btn-item_max:hover {
    background: linear-gradient(90deg, #9933DD, #5533EE, #44CCFF) !important;
    color: #ffffff !important;
}

.prices__nav .btn-item_max:hover::before {
    transform: scale(1.08) !important;
}