body.inner-page {

    background-color: #ebebeb;

} 

.fa {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.main-wrap {

    background-color: #ebebeb;

}



.title-line:before {

    position: absolute;

    bottom: 40px;

    right: 15px;

    content: ' ';

    width: 95%;

    height: 1px;

    background-color: #312759;

    z-index: 1;

}



.title-logo {

    text-align: center;

    text-transform: uppercase;

    font-family: 'DaxlinePro-Boldr', "Segoe UI", sans-serif;

    font-size: 2.25rem;

    color: #312759;

    padding-top: 1.25rem;

    padding-bottom: 1.563rem;

}



.title-h1 {

    display: inline-block;

    position: relative;

    z-index: 2;

    text-transform: uppercase;

    font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;

    font-size: 1.875rem;

    color: #312759;

    padding: 35px 10px;

    background-color: #ebebeb;

    margin-left: 3px;

}



.title-h2 {

    font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;

    font-size: 1.5rem;

    text-transform: uppercase;

    text-align: center;

    color: #312759;

    padding-bottom: 30px;

}



.title-h3 {

    font-family: "DaxlinePro-ExtraBold", "Segoe UI", sans-serif;

    font-size:  1.875rem;

    line-height: 2;

    text-transform: uppercase;

    color: #312759;

}



.primary-font {

    font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;

    font-size: 1rem;

    line-height: 1.5;

    color: #312759;

}



._img-responsible {

    width: 100%;

    height: auto;

}



._float-left {

    float: left;

}



._float-right {

    float: right;

}



.float-none {

    float: none;

}



._row-offset {

    margin-right: -15px;

    margin-left: -15px;

    padding-bottom: 10px;

}



@media (min-width: 992px) {

    ._row-offset {

        margin-right: -5px;

        margin-left: -5px;

        padding-bottom: 10px;

    }

}



.d-inline-b {

    display: inline-block;

}



.section-offset {

    padding-bottom: 35px;

}





.mb-3 {

    margin-bottom: 1rem;

}



.mb-4 {

    margin-bottom: 1.25rem;

}

@media screen and (max-width:992px){
    .players-main-box{
        min-height:auto !important;
    }
    .petrov img{
        height:auto;
        padding-top: 10px !important;
        padding-bottom:10px !important;
    }
    .petrov img{
        height:auto !important;
    }
    .title-h1{
        font-size:1.6rem;
    }
}
@media screen and (max-width:600px){
    .classification-center-main .nav-tabs{
        width:80% !important;
    }
    .images-partners img{
        width: 100% !important;
    }
    .images-partners{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}