.profile-link_not-logged a{
    font-size: 24px;
    line-height: 29px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
}
.profile-link_not-logged svg{
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    width: 23px;
    height: 23px;
}
.mob-trigger-med{
    width: auto;
    display: none;
}
.header {
    z-index: 99999999;
}
.profile-link-med{
    font-size: 20px;
    font-weight: 500;
}
.mob-menu .header__wrapper{
    flex-direction: column;
}
.profile-link-med svg{
    margin-right: 12px;
}
.profile-link-med{
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-mobile-med{
    display: none;
}
.profile-mobile-med.profile-mobile_bottom-med{
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    width: 100%;
}
.profile-mobile-med.profile-mobile_bottom-med span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.category_home_item .title{
    margin-bottom: 0;
}
.category_home_item .title_2{
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 16px;
    max-width: max-content;
    z-index: 1000;
    border-radius: 40px;
}
.content-top-nav__buttons{
    display: flex;
    margin-bottom: 25px;
}
.content-top-nav__buttons ul{
    display: flex;
    align-items: center;
}
.content-top-nav__buttons ul li{
    padding: 16px 24px;
    border: 1px solid #333333;
    border-radius: 40px;
    margin-right: 24px;
}
.content-top-nav__buttons ul li.current{
    border: 1px solid #FD391F;
}
.content-top-nav__buttons ul li  a{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;

}
.content-top-nav__buttons ul li.current a{
    color: #FD391F;
    font-weight: 700;
}
.profile__btn-block .btn{
    font-weight: 500;

}
.profile__btn-block .btn  svg{
    margin-right: 12px;
}
.logo img{
    max-width: 50px;
}
@media (max-width: 992px) {
    .content-top-nav__buttons ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .content-top-nav__buttons ul li{
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .profile-mobile-med{
        display: block;
    }

    .mob-menu .header__wrapper .auth-link, .header__wrapper .profile-link{
        display: none;
    }
    .mob-menu .header__wrapper .profile-mobile-med .auth-link, .header__wrapper .profile-mobile-med .profile-link{
        display: block;
    }
    .mob-triger.mob-trigger-med {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex

    }
    .mob-triger.mob-trigger-med svg{
        display: none;
        position: absolute;
    }
    .mob-triger.mob-trigger-med.active{
        background: transparent;
        border-color: transparent;
    }
    .mob-triger.mob-trigger-med.active span{
        display: none
    }
    .mob-triger.mob-trigger-med.active svg{
        display: block;
    }
    .mob-triger.mob-trigger-med span{
        /* top: 0; */
        display: block;
        position: relative;
        height: auto;
        background: transparent;
    }
}
