.powrot {
display: inline-block;
padding: 12px 25px;
border: 1px solid #CA464D;
color: #CA464D;
font-size: 13px;
transition: all 0.5s ease-out 0s;
cursor: pointer;
border-radius: 3px;
float: right;
margin: 20px 0px 0px 0px;
}

.powrot:before {
content: "";
width: 25px;
height: 16px;
display: inline-block;
vertical-align: sub;
margin-right: 10px;
background: url('../images/arrow4.png') 0 0 no-repeat;
transition: all 0.5s ease-out 0s;
}

.powrot:hover{
color: #FFFFFF;
background-color: #CA464D;
}

.powrot:hover:before {
filter: brightness(0%) invert(100%);
}

.regionLinksContent a.buton1 {
float: right;
margin-top: 20px;
}