.wrapper__work-time{
padding: 10px;
border-radius: 10px;
position: fixed;
right: 40px;
bottom: 30px;
margin: 0 1px 1px 0;
display: none;
z-index: 99;
}
.wrapper__work-time:hover{
border: 1px solid #f2cfd3;
margin: 0;
background: #f2cfd3;
}
.wrapper__work-time .circle-btn{
width: 160px;
height: 160px;
border-radius: 50%;
border-color: #f35150;
background-color: #f35150;
padding: 10px;
font-size: 20px;
color: #fff;
display: block;
position: relative;
text-align: center;
padding: 39px 12px;
font-size: 12px;
}
.wrapper__work-time .circle-btn a{
color: #fff;
}
.wrapper__work-time .circle-btn a:hover{
color: #fff !important;
}
.wrapper__work-time .circle-btn .close{
position: absolute;
right: 0;
top: -20px;
font-size: 36px;
cursor: pointer;
}
@media screen and (max-width: 576px) {
 .wrapper__work-time {
	 display: none!important;
 }
.wrapper__work-time .circle-btn{
	width: 100%;
	height: 100px;
	border-radius: 10px;
	padding: 17px 40px 13px 15px;
	font-size: 14px;
	text-align: left;
 }
 .wrapper__work-time{
	border-radius: 10px;
	right: 0;
	bottom: 20px;
 }
 .wrapper__work-time .circle-btn .close{
	right: 10px;
	top: -10px;
 }
}