#allrecords .t-feed .t_feed__button {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 285px;
	border-radius: 30px;
	background: #FF3829;
    font: 600 16px/41px 'Manrope';
	color: #FFFAFA;
	box-shadow: 0px 7px 20px 0px rgba(101, 22, 16, 0.2);
	transition: background .5s ease;
}

#allrecords .t-feed .t_feed__button:hover {
    background: #EC3527;
}

.t-popup_show {
    z-index: 10000000000;
}

@media screen and (max-width: 480px) {
    #allrecords .t-feed .t_feed__button {
        right: 20px;
    	bottom: 20px;
    	width: calc(100% - 40px);
    	font: 600 14px/41px 'Manrope';
    }
}

.vvline {     border-top: 1px solid #E9E9E9; }
