.shorter-list li:nth-last-child(-n+2) > div{
	visibility: hidden;
}

.wpf-disable-field input{
	cursor: default;
}

#tm-top{
	display: none;
}

.home #tm-top{
	display: block;
}

#tm-top{
	top: 172px;
	z-index: 99;
	position: fixed !important;
	padding: 10px !important;
	width: 100%;
	background: #E31837;
}

#tm-top p{
	margin: 0;
	display: inline;
	color: #fff;
	font-size: 19px
}

#tm-top b{
font-size: 20px;
}

#tm-top a{
font-size: 17px;
}

#tm-top .widget-block{
	display: flex;
	justify-content: center;
}

#tm-top a{
	color: #fff;
	text-decoration: underline;
}

#tm-top a:hover{
	color: #000;
}

#tm-top .uk-offcanvas-close{
	position: initial;
	color: #fff;
	min-width: fit-content;
	margin-left: 10px;
}

@media (max-width: 1200px){
	#tm-top{
		top: 186px;
	}
}

@media (max-width: 958px){
	#tm-top{
		top: 113px;
	}
}

@media (max-width: 782px){
	#tm-top{
		top: 126px;
	}
	
	#tm-top p{
		font-size: 16px;
	}
	
	#tm-top b{
		font-size: 18px;
	}
}