body {
    margin: 0;
    padding: 0;
}
.footer {
    width: 100%;
    font-family: sans-serif;
}
.footer-img {
    background: #434753;
    width: 100%;
}
.img-item {
    width: 852px;
    margin: 0 auto;
}
.item-text {
	display: inline-block;
    color: yellow;
    padding: 17px 0 0px 60px;
    vertical-align: top;
}
.footer-menu_top {
    width: 852px;
    margin: 0 auto;
}
.footer-menu_top ul {
    display: inline-block;
    margin-left: 11px;
}
.menu_top-item {
    list-style: none;
}
.menu_top-item a {
    text-transform: uppercase;
    text-decoration: none;
    color: #707380;
    font-size: 14px;
    font-weight: 600;
}
.footer-block {
    width: 852px;
    margin: 0 auto;
    height: 415px;
}
.footer-search {
    text-align: center;
}
.search-line {
    border: 2px solid gray;
    position: absolute;
    width: 100%;
}
.search {
    position: relative;
    bottom: 4px;
    border-radius: 5px;
    width: 450px;
}
.footer-players {
    max-height: 400px;
}
.players-items {
    overflow-y: overlay;
    max-height: 343px;
}
.player-item {
    margin-bottom: 8px;
}
.player-item.ng-scope p {
    margin: 0;
}
.name {
    font-weight: bold;
}
.footer-content {
    margin-top: 22px;
}
.content-item {
    list-style: none;
}
.item-head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    color: #707380;
}
.item-head a {
    color: #707380;
    text-decoration: none;
}
.item-link {
    font-size: 13px;
    color: #bebebe;
}
.item-descr {
    font-size: 13px;
    color: #bebebe;
}
.footer-menu_bottom {
    width: 100%;
    background: #434753;
    height: 78px;
}
.menu-bottom_items {
    width: 852px;
    margin: 0 auto;
    text-align: center;
    padding: 14px 0;
}
.menu-bottom_items ul {
    display: inline-block;
    width: 160px;
}
.menu-bottom-item {
    list-style: none;
}
.menu-bottom-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 600;
}
