.treners_list_page .player_list_ul li {
    width: 32.5%;
}
.treners_list_page .player_list_ul li i {
    margin: 0 0 30px 0;
    width: 240px;
    height: 240px;
}


.treners_page .player_page {
    background: #222732;
    height: 690px;
    width: 41%;
    float: left;
}
.treners_page .pp_1 {
    height: 720px;
    width: 100%;
}
.treners_page .pp_3 h1 {
    color: #000 !important;
    padding: 0 0 3px 0;
}
.pp_3 span {
    font-size: 26px;
    margin: 0 0 30px 0;
    display:block;
}
.pp_3 p {
    font-size: 17px;
}
.treners_page .pp_2 {
    width: 50%;
    float: left;
    padding: 80px 0 0 60px;
}



@media screen and (max-width: 1000px) {
.treners_page .player_page {
    background: #222732;
    height: 460px;
    width: 100%;
    float: none;
    margin-top: -33px;
}
.treners_page .pp_1 {
    height: 460px;
    width: 100%;
    margin-top: 0;
    background-size: cover !important;
    background-position: top center !important;
}
.treners_page .pp_2 {
    width: 100%;
    float: none;
    padding: 35px 30px 0 40px;
}
.pp_3 h1 {
    font-size: 50px;
    line-height: 47px;
    text-align: left;
    margin: 0 0 10px 0;
}
.pp_3 span {
    font-size: 21px;
    margin: 0 0 30px 0;
    display:block;
    }
.treners_list_page .player_list_ul li {
    width: 100%;
}
}