html {
    scroll-behavior: smooth;
}
#matches_section,
#matches_section * {
    box-sizing: border-box;
}
.simple_section#matches_section {
    padding-top: 3.75vw;
    padding-bottom: 2.6041667vw;
}
.individual_match {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 14.791667vw;
    position: relative;
    height: 3.125vw;
    margin-bottom: 2.5vw;
    z-index: 9;
}
.individual_match:after {
    content: "";
    position: absolute;
    height: 3.125vw;
    left: 14.791667vw;
    right: 14.791667vw;
    top: 0px;
    background-color: #f4f4f4;
    z-index: -1;
}
.next_games .individual_match.romanian_coup:after {
    background-color: #001a50 !important;
}
.next_games .individual_match.home_match:after {
    background-color: #006cb0;
}
.match_organizing,
.match_fixture {
    font-size: 0.833vw;
    font-weight: 600;
    color: #282e42;
}
.match_organizing > div:first-child,
.match_fixture > div:first-child {
    color: #006cb0;
}
.match_squad_badge {
    width: 3.645833vw;
    height: 3.645833vw;
    text-align: center;
}
.match_squad_badge > img {
    height: 100%;
}
.match_squads_and_result {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.match_read_more {
    color: #006cb0;
    font-weight: 600;
    width: 12.5vw;
    text-align: right;
    font-size: 0.833vw;
}
.match_read_more > a {
    display: inline-block;
    padding-right: 2.13541667vw;
    background: url(/images/arrow_blue_ocean.png) no-repeat right 0px;
}
.individual_match > div:first-child {
    margin-left: 1.82291667vw;
}
.individual_match > div:last-child {
    margin-right: 1.145833vw;
}
.match_result {
    width: 8.33vw;
    text-align: center;
    font-size: 1.875vw;
    font-weight: 700;
    color: #cecece;
}
.next_games .individual_match.home_match .match_result {
    color: #569ce5;
}
.next_games .individual_match.romanian_coup .match_result {
    color: #424a89;
}
.next_games .individual_match.home_match .match_read_more,
.next_games .individual_match.home_match .match_organizing,
.next_games .individual_match.home_match .match_organizing > div:first-child,
.next_games .individual_match.home_match .match_fixture,
.next_games .individual_match.home_match .match_fixture > div:first-child,
.next_games .individual_match.romanian_coup .match_read_more,
.next_games .individual_match.romanian_coup .match_organizing,
.next_games .individual_match.romanian_coup .match_organizing > div:first-child,
.next_games .individual_match.romanian_coup .match_fixture,
.next_games .individual_match.romanian_coup .match_fixture > div:first-child {
    color: #fff;
}
.next_games .individual_match.home_match .match_read_more > a,
.next_games .individual_match.romanian_coup .match_read_more > a {
    background: url(/images/arrow_white.png) no-repeat right 0px;
}
.match_organizing {
    width: 14.5833vw;
}
.match_fixture {
    width: 11.9791667vw;
}
.past_games {
    display: block;
    width: 100%;
    background-image: url(/images/coverfani.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 2.395833vw 0;
    background-color: #f3f3f3;
}
.past_games .individual_match:after {
    background-color: #fff;
}
.result_poli {
    color: #006cb0;
}
/* ECHIPA */
.container_squad {
    position: relative;
    padding-top: 11.145833vw;
}
.container_squad:after {
    font-size: 10.41667vw;
    line-height: 1.5625vw;
    left: 0;
    right: 0;
    text-align: center;
    top: 7.8125vw;
    color: #f7f7f7;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    z-index: -1;
}
div#goalkeepers:after {
    content: "portari";
}
div#conducere_tehnica:after {
    content: "conducere tehnică";
    font-size: 8.41667vw !important;
}

div#staff_tehnic:after {
    content: "staff tehnic";
    font-size: 8.41667vw !important;
}
div#defenders:after {
    content: "fundași";
}
div#midfielders:after {
    content: "mijlocași";
}
div#strikers:after {
    content: "atacanți";
}
.simple_section.squad_simple_section {
    padding-top: 0px;
}
@media screen and (max-width: 1024px) {
    .simple_section#matches_section {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .individual_match {
        padding: 20px 20px 0px;
        height: 218px;
        margin-bottom: 10px;
    }
    .individual_match:after {
        left: 20px;
        right: 20px;
        height: 100%;
    }
    .match_organizing,
    .match_fixture {
        font-size: 12px;
    }
    .match_organizing {
        width: auto;
        position: absolute;
        top: 17px;
        left: 40px;
    }
    .match_fixture {
        width: auto;
        position: absolute;
        top: 17px;
        right: 40px;
        text-align: right;
    }
    .individual_match > div:first-child {
        margin-left: 0px;
    }
    .individual_match > div:last-child {
        margin-right: 0px;
    }
    .match_squad_badge {
        width: auto;
        height: 65px;
    }
    .match_squad_badge > img {
        width: auto;
        height: 100%;
    }
    .match_squads_and_result {
        width: 100%;
        justify-content: center;
        margin-top: -13px;
    }
    .match_read_more {
        position: absolute;
    }
    .match_result {
        width: 85px;
        font-size: 22px;
    }
    .match_read_more {
        font-size: 12px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 26px;
    }
    .match_read_more > a {
        display: inline-block;
        padding-right: 22px;
        background: url(/images/arrow_blue_ocean.png) no-repeat right 1px;
        background-size: 12px 10px;
    }
    .next_games .individual_match.home_match .match_read_more > a,
    .next_games .individual_match.romanian_coup .match_read_more > a {
        background: url(/images/arrow_white.png) no-repeat right 1px;
        background-size: 12px 10px;
    }
    .past_games {
        padding-top: 50px;
        padding-bottom: 40px;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .past_games .individual_match {
        border: 1px solid #e5e5e5;
        padding: 20px 0px 0px;
    }
    .past_games .individual_match:after {
        left: 0px;
        right: 0px;
    }
    .matches_first_section .slide {
        height: 522px;
    }
    .next_games {
        margin-bottom: 40px;
    }
    /* ECHIPA */
    .squad_first_section .slide {
        height: 522px;
    }
    .links_group > div {
        width: 110px;
    }
    .links_group > div:first-child {
        margin-right: 20px;
    }
    .links_group > div .linkable_white {
        margin-bottom: 18px;
    }
    .simple_section.squad_simple_section {
        padding-top: 0px;
    }
    .container_squad {
        width: 100%;
        padding: 0 20px;
    }
    .container_squad {
        padding-top: 111px;
    }
    .item_squad {
        width: 100%;
        float: none;
        clear: both;
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        margin-right: 0px;
        height: auto;
    }
    .player_image_and_number > img {
        width: 100%;
    }
    .player_infos_and_name {
        padding: 12px 20px 40px;
    }
    .player_info {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .player_name {
        font-size: 24px;
        line-height: 25px;
    }
    .player_number {
        bottom: 4px;
        font-size: 15px;
        width: 33px;
        height: 33px;
        left: 20px;
        padding-top: 7px;
    }
    .player_social_media {
        right: 1px;
        bottom: 1px;
    }
    .player_social_media a {
        margin-left: 1px;
        width: 40px;
        height: 40px;
    }
    .player_social_media > a > img {
        width: 100%;
        height: 100%;
    }
    .container_squad:after {
        font-size: 70px;
        line-height: 100px;
        top: 44px;
    }
}
