.content-text{
width: 1400px;
max-width: 100%;
box-sizing: border-box;
margin: 0px auto;
}
.powrot {
display: inline-block;
line-height: 40px;
padding: 0px 25px 0px 55px;
font-size: 13px;
transition: all 0.5s ease-out 0s;
/*background: url('../images/arrow4.png') 15px 50% no-repeat;*/
cursor: pointer;
float: right;
margin: 20px 0px 0px 0px;
background-color: #000000;
color: #ffffff;
transition: all 0.5s ease;
position: relative;
}
.powrot:after{
content: "";
position: absolute;
left: 15px;
width: 25px;
height: 100%;
background: url("../images/arrow6.png") 50% 50% no-repeat;
transition: all 0.5s ease-out 0s;
}
.powrot:hover:after{
left: 5px;
}
.powrot:hover {
background-color: #ed2024;
}