#specialButton{
position: fixed;
top: 40vh;
right: -119px;
z-index: 9999;
display: flex;
transform: rotate(-90deg);
align-items: center;
color: #000 !important;
background: #fff;
padding: 5px 0;
cursor: pointer;
border: 2px solid #000;
box-sizing :border-box;
}

#specialButton span:nth-child(1){
padding: 0 5px;
}


#specialButton span:nth-child(2){
	padding: 0 5px;
	font-weight: bold;
	white-space: nowrap;
text-transform: uppercase;
}
@media screen and (max-width:768px){
#specialButton{
position: fixed;
top: unset;
left: unset;
right: 20px;
bottom: 20px;
z-index: 9999;

transform: unset;
}
#specialButton span:nth-child(2){
display: none;
}
}

.max_messenger__banner{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
    .banners-big .flexslider, .banners-big .slides li {
        background-size: cover !important;
    }
}