/*
Theme Name: Автоподбор 2.4
Author: the SheepFish team
Author URI: https://sheep.fish/
Version: 2.4
*/
.m-mobile__links .sub-menu li a{
    font-size: var(--fs-16);
    text-transform: none;
}
.m-mobile__links .sub-menu li a:after{
    display: none;
}
.m-mobile__links .sub-menu li:last-child{
    display: none;
}
.notice_header{
			display: flex;
			flex-direction: column;
			align-content: center;
			justify-content: center;
			align-items: center;
			padding: 10px 5px;
			background: #ffce1b;
			position: relative;
		}
		.notice_header h4, .notice_header p{
			margin:0;
		}
@media(max-width: 546px){
    
    .footer__ocial-link {
        /* display: none; */
        justify-content: center;
    }
    .footer__ocial-link > *{
        margin-right: 6px;
        margin-left: 6px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.unsubscribe {
    display: none!important;
}
