@import url("https://fonts.googleapis.com/css?family=Prosto+One|Ubuntu");
@font-face {
  font-family: 'Dusha';
  src: url(../lib/fonts/dusha.ttf); }
body {
  font-family: "Ubuntu", sans-serif; }

a:hover {
  text-decoration: none; }

  .my-link {
    color: inherit;
  }
.none-effect {
  color: inherit; }
  .none-effect:hover {
    color: inherit; }

.wrapper-site {
  padding: 0;
  min-height: 100vh; }

.container {
  max-width: 1600px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Dusha", sans-serif; }

.main-content {
  padding-top: 20px; }

.top-header {
  box-shadow: 0 0 10px black; }

.menu-main {
  background-image: url(../images/back.png);
  background-position: center;
  background-color: #0f4583; }
  .menu-main .name-top-menu h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: white;
    margin: 0; }
  .menu-main .name-top-menu a {
    text-decoration: none; }

.menu-logo {
  padding: 10px; }
  .menu-logo img {
    width: auto;
    height: 120px; }

.list-menu {
  margin: 0;
  padding: 0; }

.list-menu-item {
  list-style-type: none; }
  .list-menu-item a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    transition: 0.3s; }
    .list-menu-item a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #dbc863;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s; }
    .list-menu-item a:hover {
      text-decoration: none;
      color: gold; }
      .list-menu-item a:hover::before {
        visibility: visible;
        transform: scaleX(1); }

#hamburger {
  display: none; }

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }

#hamburger.is-active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg); }

.show {
  display: block !important; }

.my-row {
  padding: 20px 0; }

.col-my-50 {
  width: 50%; }

.col-result {
  width: 120px !important;
  text-align: center;
  font-family: "Dusha", sans-serif;
  font-size: 35px; }

.country-flag {
  width: 100px;
  border: 2px solid #dbc863;
  border-radius: 10px; }

.team-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px;
  text-transform: uppercase; }

.match-header {
  background-color: black;
  background-image: url(../images/bck-match.jpg);
  background-position: center;
  background-size: cover;
  color: white; }
  .match-header p {
    margin: 0; }

.penalties {
  display: inline-block;
  font-size: 0.6em;
  transform: translate(0, 2px); }

.match-info {
  padding: 20px 0 0; }

.table-match-details td {
  padding: 5px 8px; }
.table-match-details th {
  width: 50%; }
.table-match-details th:nth-of-type(2), .table-match-details td:nth-of-type(2) {
  width: 40px; }
.table-match-details td:first-of-type {
  text-align: right; }
.table-match-details tfoot tr {
  height: 40px; }

.match-event-icon {
  width: 20px; }

.match-event-icon-big {
  width: 40px; }

.match-events {
  padding: 20px 0; }

.big-video {
  padding: 20px 0; }

.foot-main {
  margin-top: auto;
  padding: 10px 0;
  background-image: url(../images/back.png);
  background-position: bottom;
  background-color: #0f4583; }
  .foot-main p {
    color: white;
    margin: 0; }

.box {
  height: 300px;
  min-width: 220px;
  max-width: 350px;
  margin: 10px auto;
  padding: 10px;
  background: linear-gradient(silver 40%, #0f4583 40%);
  position: relative;
  border-radius: 10px;
  transition: 0.3s; }
  .box .country-flag {
    width: 60%;
    box-shadow: 0 0 10px black; }
  .box h4 {
    margin-top: 20px;
    color: white; }
  .box:hover {
    box-shadow: 0 0 10px black;
    transform: scale(1.01); }
  .box:hover h4 {
    color: gold; }

.list-matches-table {
  margin-bottom: 60px; }

.table-group {
  margin-bottom: 30px;
  white-space: nowrap;
  text-align: center; }
  .table-group td:first-of-type {
    text-align: left; }
  .table-group img {
    max-width: 50px; }
  .table-group .country-abb {
    display: none; }

.match-result-list {
  width: 100px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 30px; }

.match-team {
  width: 50%;
  display: flex;
  align-items: center;
  text-align: center; }
  .match-team img {
    margin: 0 10px; }

.match-status {
  text-transform: uppercase;
  font-weight: bold;
  color: #8e8e8e; }

a.list-match-list {
  color: inherit;
  transition: 0.3s; }
  a.list-match-list:hover {
    background: #f4f4f4; }

.my-btn {
  background-color: #8e8e8e; }

.flag-bucket {
  display: inline-block; }

.flag-icon-small {
  width: 40px;
  box-shadow: 0 0 5px #103c6d; }

.hide {
  display: none; }

.small-box-match {
  background-color: #0f4583;
  color: white;
  max-width: 500px;
  border: 2px solid #c1c1c1;
  box-shadow: 0 0 10px black;
  padding: 8px 12px; }
  .small-box-match .team {
    font-size: 1.2em;
    margin-right: 5px; }
  .small-box-match img {
    margin-right: 8px; }

.small-box-match {
  background-color: #0f4583;
  color: white;
  min-width: 500px;
  margin: 10px;
  border: 2px solid #c1c1c1;
  box-shadow: 0 0 10px black;
  padding: 8px 12px;
  transition: 0.3s; }
  .small-box-match img {
    margin-right: 8px; }
  .small-box-match .result {
    font-size: 25px;
    font-weight: bold;
    min-width: 40px; }
  .small-box-match:hover {
    transform: scale(1.05); }

.team-name-front {
  font-size: 1.5em;
  text-align: center; }

.players-box {
  padding: 10px 0; }

.team-box {
  margin: 5px 0; }

.flag-big {
  width: 200px;
  box-shadow: 0 0 20px black;
  margin: 20px 0; }

.big-name {
  font-size: 40px;
  text-shadow: 0 0 20px #dbc863; }
  .big-name::after {
    content: "";
    display: block;
    margin: 0 auto;
    height: 3px;
    width: 40%;
    background: #8e8e8e; }
.players-box .row {
  margin: 0;
}
.staty {
  font-family: "Dusha", sans-serif;
  font-size: 30px;
  font-weight: bold; }

.stats {
  padding: 20px 0; }

.staty-name {
  font-size: 20px; }
@media (max-width: 991.98px) {
  .flag-stat-main {
    width: 60px;
  }
  .list-match-list {
    font-size: 0.9em; }
    .list-match-list img {
      width: 50px; }
      .staty-name {
        font-size: 17px; } }
@media (max-width: 767.98px) {
  .menu-main {
    position: relative; }
    .menu-main .name-top-menu {
      padding: 10px 0; }
      .menu-main .name-top-menu h1 {
        font-size: 25px; }

  .nav-collapse {
    z-index: 100;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #0f4583; }

  .list-menu {
    display: block !important; }

  .list-menu-item a {
    text-align: center;
    width: 100%; }
    .list-menu-item a:hover {
      background-color: #103c6d; }

  #hamburger {
    display: block; }

  .menu-logo {
    display: none; }

  .col-my-50 {
    flex-direction: column;
    justify-content: center !important; }

  .team-name {
    text-align: center !important;
    font-size: 16px;
    order: 1; }

  .contry-flag-box {
    order: 0; }

  .country-flag {
    width: 70px; }

  .col-result {
    font-size: 30px; }

  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .table-group .country-name {
    display: none; }
  .table-group .country-abb {
    display: inline; }
  .table-group td {
    vertical-align: middle;
    padding: 2px; }

  .match-team {
    flex-direction: column; }
    .match-team .flag {
      order: 0; }
    .match-team .team-name-list {
      order: 1; }

  .info-detail {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e2dddd; }

  .team-name-front {
    font-size: 1em; }

  .small-box-match {
    min-width: 80%; }
  
    .staty {
      font-size: 20px; }
  
    .staty-name {
      font-size: 15px; } }
@media (max-width: 575.98px) {
  h2 {
    font-size: 25px; }

  .menu-main .name-top-menu h1 {
    font-size: 17px; }

  .country-flag {
    width: 50px; }

  .match-info {
    font-size: 0.8em; }

  .team-name {
    font-size: 13px; }

  .col-result {
    width: 90px !important; }

  .table-match-details {
    font-size: 0.9em; }

  .match-event-icon {
    width: 15px; }

  .team-name-front {
    font-size: 0.8em; }

  .small-box-match {
    min-width: 100%; } }

