a[onclick^="notifyProduct"]{
	margin-left: 8px;    
	background-color: #F1F2F3;
    color: #1F2C37;
    padding: 0 32px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: currentColor;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
}
a[onclick^="notifyProduct"]:hover {
    background-color: #F1F2F3;
    color: #F7921E;
}
span[id^="url_notify_"]{
    max-width: 270px;
    line-height: 1.3em;
    padding-top: 2px;
	}
     
@media (min-width: 992px){
    .site-nav__sub-menu.brands_link{
    width: 760px;
}
    .site-nav__sub-main.catal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-right: 1px solid #E9EBED;
    padding-right: 32px;
}
.branding_page_links.p2{
    display: none;

}
.branding_page_links{
    display: flex;
    flex-direction: column;

}
.branding_page_link{
    flex-shrink: 0;
    border-radius: 24px;
    border:1px solid #E9EBED;
    padding:12px 32px;
    height: 102px;
    width:100%;
    flex-shrink: 0;
    max-width: 300px;
    margin-left: 32px;
    margin-bottom:32px;
    display: flex;
}
.menu-branding_link{
    font-size: 12px;
    line-height: 150%;
    color: #A3ADB4;
    font-weight: 600;
    margin-top: 8px;

}
.preview_branding_product{
    width: 84px;
    flex-shrink: 0;
}
.preview_branding_name{
    margin-top:8px;
}
}
@media screen and (max-width: 992px){
.mobile-nav__main-menu, .mobile-nav__login{
    display: block;
}
}  
@media (min-width: 1100px){
    .site-nav__sub-menu.brands_link2{    width: 1104px;}   
.site-nav__aditional-item.prebrands{    border-right: 1px solid #E9EBED;    padding-right: 32px;}
.branding_page_links.p2{    display: flex;    flex-direction: column;}
}
