@charset "utf-8";

/*-----reset----*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: normal;
}

body * {
  box-sizing: border-box;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  zoom: 1;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a img {
  border: 0;
}

table img {
  max-width: none;
}

:focus {
  outline: none;
}

input,
textarea,
select {
  outline: none;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* @font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/TenorSans.woff') format('woff'), url('../fonts/TenorSans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} */

html,
body {
  font-weight: 400;
  /* background: #0B4697; */
  background: #094d8c;
  font-size: 16px;
  color: #FFF;
  line-height: 1.17;
  min-height: 100%;
  height: 100%;
  font-family: Comfortaa;
  font-weight: 400;
  text-transform: uppercase;
}

body.live{
  background-color: #11ff11;
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  flex-grow: 1;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 80px;
  margin: 0 auto;
}

.bg-page{
  background: url('../img/bg_page_new.jpg') 0 0/cover no-repeat;
}

body .page--bg2 {
  background-color: #012A63;
}

body .page--bg {
  background-color: #012A63;
}

.page--colonna_bg:after {
  content: '';
  background: url(../img/colonna.png) no-repeat 0 0;
  position: absolute;
  top: 200px;
  bottom: 0;
  right: 0;
  width: 423px;
  background-size: cover;
  opacity: 0.15;
}

.page--flower_bg:before,
.page--flower_bg2:before {
  content: '';
  background: url(../img/flower.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1059px;
  width: 993px;
  height: 995px;
  z-index: 0;
}

.page--flower_bg2:before {
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
  margin: auto;
  -ms-transform: rotate(235deg);
  -webkit-transform: rotate(235deg);
  transform: rotate(235deg);
  transition: all 0.2s ease-out;
}

.page--bg_final {
  background: #0B4697 url(../img/flower_final.png) no-repeat center;
  background-size: cover;
}

.page--bg_final:before {
  content: '';
  background: url(../img/ball_final.png) no-repeat;
  width: 208px;
  height: 399px;
  position: absolute;
  top: 50%;
  right: 0;
}

.page--flower_bg3:before {
  content: '';
  background: url(../img/flower.png) no-repeat;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: -270px auto 0;
  width: 993px;
  height: 995px;
  z-index: 0;
  -ms-transform: rotate(237deg);
  -webkit-transform: rotate(237deg);
  transform: rotate(237deg);
  transition: all 0.2s ease-out;
}

.page--ball2_bg {
  background: url(../img/ball2.png) no-repeat right 50%;
}

.page--ball3_bg {
  background: #213a8f url(../img/ball3.png) no-repeat center;
}

.page--people_bg {
  background: url(../img/people.png) no-repeat 0 bottom;
}

a {
  color: #FFF;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  text-decoration: none;
}

a:hover,
a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button:focus,
button:hover {
  box-shadow: none;
  outline: none;
}

input,
textarea,
button,
label,
select {
  display: block;
  border-radius: 0;
  font-size: 16px;
}

label {
  display: block;
}

input,
textarea,
button,
label {
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- crashes chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- apparently some margin are still there even though it's hidden */
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.has-error .form_control,
.has-error .select select {
  background: pink !important;
}

input,
button,
textarea,
select {
  border: 0;
  font-size: 16px;
  font-family: 'Tenor', Arial;
  font-weight: normal;
}

h1 {
  font-family: 'Tenor', Arial;
  font-size: 64px;
  font-weight: normal;
}

h1 strong {
  font-family: 'Comfortaa';
  font-weight: 700;
  display: block;
}

.--player__info_h1 {
  font-weight: 700;
  font-family: 'Comfortaa';
  margin-bottom: 0;
}

.raleway {
  font-family: 'Comfortaa';
}

.tenor {
  font-family: 'Comfortaa';
  font-weight: normal;
}

.form_control,
.textarea,
.form_control2 {
  display: block;
  box-shadow: none;
  width: 100%;
  background: none;
  border: 0;
  font-size: 24px;
  padding: 20px;
  font-family: 'Comfortaa';
}

.textarea {
  background: #FFF;
  height: 356px;
}

.form_control:-moz-placeholder {
  color: #FFF;
}

.form_control::-moz-placeholder {
  color: #FFF;
}

.form_control::-webkit-input-placeholder {
  color: #FFF;
}

.form_control:-ms-input-placeholder {
  color: #FFF;
}

.form_control2 {
  padding: 10px 40px;
  border: 2px solid #1CF6D3;
}

.form_control2:-moz-placeholder {
  color: #1CF6D3;
}

.form_control2::-moz-placeholder {
  color: #1CF6D3;
}

.form_control2::-webkit-input-placeholder {
  color: #1CF6D3;
}

.form_control2:-ms-input-placeholder {
  color: #1CF6D3;
}

.form_control2 {
  color: #1CF6D3;
}

.btn,
.btn2 {
  cursor: pointer;
  background: #20B5F8;
  padding: 10px 10px;
  text-align: center;
  min-width: 315px;
  max-width: 315px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #121230;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s;
  font-weight: 700;
  font-family: 'Comfortaa';
}

.btn:hover,
.btn2:hover {
  background: #1CF6D3;
}

.btn2 {
  border: 2px solid #1CF6D3;
  background: none;
  color: #1CF6D3;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.btn--3 {
  background: red;
  color: #FFF;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-animation: flashing 1.5s infinite;
  animation: flashing 1.5s infinite;
}

@-webkit-keyframes flashing {
  0% {
    background: red;
  }

  50% {
    background: transparent;
  }

  100% {
    background: red;
  }
}

@keyframes flashing {
  0% {
    background: red;
  }

  50% {
    background: transparent;
  }

  100% {
    background: red;
  }
}

.select {
  position: relative;
  cursor: pointer;
  z-index: 100;
  background: none;
  border: 2px solid #20B5F8;
}

.select:after {
  content: '';
  margin: 0;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom: 14px solid #20B5F8;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}

.select select {
  background: #121230;
  padding: 0 70px 0 24px;
  border: 0;
  line-height: 77px;
  height: 77px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #20B5F8;
  font-size: 24px;
  font-family: 'Comfortaa';
  font-weight: 700;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
}

/*------------*/

.logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  background-color: #fff;
}

.logo__wrapper img{
  max-height: 100px;
}

.logo__wrapper img:not(:last-child){
  margin-right: 80px;
}

.tour-info{
  padding-top: 40px;
}

.page__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1760px;
  width: 100%;
}

.page__top.mt-0{
  margin-top: 0;
  padding-top: 0;
}

.page__top_l,
.page__top_r {
  /* min-width: calc(50% - 225px);
  max-width: calc(50% - 225px); */
}

.page__top_l{
  padding-right: 40px;
}

.page__top_r {
  text-align: right;
  padding-left: 40px;
}

.page__top_c {

}

.page__top--center {
  align-items: center;
  justify-content: center;
}

.page__top--right {
  align-items: center;
  justify-content: flex-end;
}

.page__middle {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 100;
}

.page__bottom {
  position: relative;
  z-index: 100;
}

.container,
.container--full {
  max-width: 1760px;
  padding-right: 280px;
  width: 100%;
  margin: 0 auto;
}

.container--full {
  padding-right: 0;
  position: relative;
  z-index: 200;
}

.tree--final {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 70px;
}

.tree--final:after {
  content: '';
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.tree__item {
  padding: 16px;
  border: 2px solid #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  min-height: 70px;
}

.tree__item--white {
  background: #FFF;
  color: #0B4697;
}

.tree,
.table__stat {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(510px, 510px) minmax(510px, 510px) minmax(150px, 1.33fr);
}

.table__stat--unior {
  grid-template-columns: minmax(510px, 510px) minmax(100px, 100px);
}

.table__stat--unior2 {
  grid-template-columns: minmax(100px, 100px) minmax(510px, 510px) minmax(250px, 250px);
}

.table__stat {
  line-height: 1.2;
  font-size: 32px;
  text-align: left;
}

.table__stat thead,
.table__stat tbody,
.table__stat tr {
  display: contents;
}

.table__stat th {
  background: #012A63;
}

.table__stat th,
.table__stat td {
  padding: 16px 20px;
  border: 2px solid #FFF;
  margin: -1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.table__stat .table__stat--empty {
  border-color: transparent;
}

.table__stat .table__stat--b_r {
  border-color: transparent;
  border-right: 2px solid #FFF;
}

.table__stat .table__stat--b_b {
  border-color: transparent;
  border-bottom: 2px solid #FFF;
}

.table__stat .table__stat--b_r_b {
  border-color: transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.table__stat .table__stat--final {
  border-top: 0;
  border-right: 0;
  display: flex;
  align-items: flex-end;
  padding: 0;
  justify-content: flex-end;
}

.table__stat--white {
  background: #FFF;
  color: #0B4697;
}

.table__stat--blue {
  background: #0072BB;
}

.table__stat_unior {
  display: flex;
  align-items: center;
}

.player__info {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.player__info_val {
  font-size: 69px;
  font-family: 'Comfortaa';
  font-weight: 500;
}

.player_flag {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid #FFF;
  overflow: hidden;
  position: relative;
  position: absolute;
  left: -106px;
  top: 21px;
}

.player_flag img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
}

.player__info_section {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 30px 110px;
}

.player__info_section:last-child {
  margin-bottom: 0;
}

.player__info_section:last-child:before {
  display: none;
}

.player__info_section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 553px;
  height: 2px;
  background: #FFF;
  content: '';
}

.footer_logo {
  margin: 30px auto;
}

.player__info_logo {
  display: block;
  margin-top: 35px;
}

.player__info_l {
  min-width: 40%;
  max-width: 40%;
  margin-right: 30px;
  position: relative;
}

.player__info_l img {
  display: block;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
  width: inherit;
}

.player__info_r {
  margin: auto auto;
}

.tablo {
  display: flex;
  justify-content: space-between;
}

.tablo_l {
  min-width: 36%;
  max-width: 36%;
}

.tablo_r {
  min-width: calc(64% - 106px);
  max-width: calc(64% - 106px);
}

.tablo_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.tablo_col {
  min-width: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.tablo_col--66 {
  min-width: calc(66.66% - 20px);
  max-width: calc(66.66% - 20px);
}

.player__vs {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 200;
  flex-grow: 1;
}

.player__vs_title {
  background: rgba(0, 114, 187, 0.9);
  font-size: 48px;
  color: #FFF;
  /* font-family: 'Comfortaa'; */
  font-weight: 700;
  padding: 20px 40px;
}

.player__vs_img,
.player__vs_date {
  min-width: 33.33%;
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  /* font-family: 'Comfortaa'; */
  font-weight: normal;
}

.player__vs_img {
  position: relative;
}

.player__vs_img img {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  max-width: 100%;
  max-height: 100%;
  width: inherit;
}

.player__vs_img img.player__vs_img1 {
  left: -10254px;
  z-index: 90;
}

.player__vs_img img.player__vs_img2 {
  left: -9701px;
  z-index: 100;
}

.player__vs_img img.z-index-300 {
  z-index: 300;
}

.player__vs_caption {
  font-size: 80px;
  text-align: center;
  max-width: 250px;
  min-width: 250px;
}

.player__vs_l,
.player__vs_r {
  flex-grow: 1;
  align-self: flex-start;
  min-width: calc(50% - 125px);
  max-width: calc(50% - 125px);
}

.player__vs_name {
  position: relative;
  margin-left: 95px;
  margin-top: 10px;
}

.player__vs_name > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player__vs_name .player_flag {
  left: -100px;
  top: 12px;
}

.player__vs_name--small {
  margin-left: 78px;
  margin-bottom: 20px;
}

.player__vs_name--small:last-child {
  margin-bottom: 0;
}

.player__vs_name--small .player_flag {
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  left: -78px;
  top: -1px;
}

.player__vs_name--r {
  margin-left: 0;
  margin-right: 95px;
  text-align: right;
}

.player__vs_name--r .player_flag {
  left: auto;
  right: -100px;
}

.player__vs_bottom {
  background: #003876;
  margin: 0 -80px;
  padding: 35px 80px 0;
  position: relative;
  z-index: 100;
}

.player__vs_bottom .container--full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.player__vs_bottom--dark {
  background: #012a63;
}

.double_colonna_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 200px;
}

.double_colonna_bg:before {
  content: '';
  position: absolute;
  left: -350px;
  width: 591px;
  background: url(../img/kolonna2.png) no-repeat right 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.double_colonna_bg:after {
  content: '';
  position: absolute;
  right: -350px;
  width: 591px;
  background: url(../img/kolonna2.png) no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.double_colonna3_bg,
.double_colonna3_2_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 200px;
}

.double_colonna3_bg:before,
.double_colonna3_2_bg:before {
  content: '';
  position: absolute;
  left: -415px;
  width: 832px;
  background: url(../img/kolonna3.png) no-repeat right 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.double_colonna3_bg:after,
.double_colonna3_2_bg:after {
  content: '';
  position: absolute;
  right: -415px;
  width: 832px;
  background: url(../img/kolonna3.png) no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.double_colonna3_2_bg {
  bottom: 0;
}

.double_colonna4_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.double_colonna4_bg:before {
  content: '';
  position: absolute;
  left: -765px;
  width: 1078px;
  background: url(../img/kolonna2.png) no-repeat right 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.double_colonna4_bg:after {
  content: '';
  position: absolute;
  right: -765px;
  width: 1078px;
  background: url(../img/kolonna2.png) no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.colonna_final_bg:after {
  content: '';
  position: absolute;
  left: 0;
  width: 332px;
  background: url(../img/colonna_final.png) no-repeat right 0;
  background-size: cover;
  bottom: 0;
  top: 0;
}

.player__vs_date {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.player__vs_time {
  font-size: 136px;
  margin-bottom: 10px;
  margin-top: auto;
}

.player__vs_day {
  font-size: 55px;
  margin-bottom: auto;
}

.player__sets {
  display: block;
  max-width: 385px;
  min-width: 385px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
  z-index: 300;
}

.set_caption {
  font-size: 24px;
  padding: 8px 10px;
  background: #0072BB;
  font-weight: 700;
}

.set_numbers {
  background: #012a63;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 90px;
  position: relative;
  font-family: 'Comfortaa';
  font-weight: normal;
  text-align: center;
}

.set_numbers:before {
  content: '';
  left: 50%;
  top: 13px;
  bottom: 13px;
  margin-left: -1.5px;
  background: #0072bb;
  width: 3px;
  position: absolute;
}

.set_numbers {
  border-top: 10px solid #0072bb;
  border-bottom: 10px solid #0072bb;
  margin-top: 10px;
}

.set_numbers--final:before {
  width: 0;
  height: 0;
  background: none;
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -30px;
  border: 30px solid transparent;
  border-left: 30px solid #FFF;
}

.set_numbers--final_r {
  border-top: 10px solid #0072bb;
  border-bottom: 10px solid #0072bb;
  margin-top: 10px;
}

.set_numbers--final_r:after {
  width: 0;
  height: 0;
  background: none;
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -30px;
  border: 30px solid transparent;
  border-left: 30px solid #FFF;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.winner_r:after, .winner_l:after{
  content: '\2713';
  font-family: 'Comfortaa';
  font-weight: 700;
  font-size: 75px;
  position: absolute;
  top: 12px;
}

.winner_l:after{
  left: 70px;
}

.winner_r:after{
  right: 70px;
}

.set_val {
  min-width: 50%;
  max-width: 50%;
  font-weight: 700;
  padding-top: 10px;
}

.game__stat {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
}

.game__stat_table {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
}

.game__stat_table tbody,
.game__stat_table tr {
  display: contents;
}

.game__stat_table th {
  padding: 11px 0;
}

.game__stat_table td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.game__stat_table .td_2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.game__stat_table .game__stat--blue {
  border-color: transparent;
}

.game__stat--blue {
  background: rgba(0, 114, 187, 0.9);
}

.game__stat_top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 114, 187, 0.9);
  font-family: 'Comfortaa';
  font-weight: normal;
}

.game__stat_caption {
  font-size: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.game__stat_val {
  font-size: 60px;
  font-family: 'Comfortaa';
  font-weight: normal;
}

.player_final {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.player_final .container--full {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.player_final .footer_logo {
  display: block;
}

.player_final_img {
  position: absolute;
  left: 50px;
  width: 100%;
  bottom: 320px;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}

.pair.player_final_img{
  left: 0;
  bottom: 370px;
}

.player_final_img img {
  position: absolute;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.player_final_img .player_final_img2 {
  z-index: 100;
  left: 200px;
}

.player_final_img_in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.final_title {
  margin: auto 0 auto 65%;
  padding: 40px 35% 40px 60px;
  position: relative;
  z-index: 200;
  background: #012a63;
}

.final_title_h1 {
  font-size: 120px;
  /* margin-left: -110px; */
  font-family: 'Comfortaa';
  font-weight: normal;
  margin-bottom: 24px;
}

.player__final_b {
  position: relative;
  z-index: 200;
  margin-top: auto;
  min-width: 100%;
  max-width: 100%;
}

.final_etap {
  font-size: 52px;
  color: #FFF;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Comfortaa';
  font-weight: normal;
  padding: 13px 40px 13px 0;
}

.final_etap:before {
  background: #0072bb;
  content: '';
  position: absolute;
  left: -9999px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
}

.final_etap .final_etap_span {
  position: relative;
  z-index: 100;
}

.final_info {
  font-size: 52px;
  color: #FFF;
  position: relative;
  padding: 18px 40px 18px 0;
}

.final_info:before {
  background: #012a63;
  content: '';
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  z-index: 90;
}

.final_info_span {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 40px;
}

.game__score {
  max-width: 1311px;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  background: #012A63;
  margin-bottom: 30px;
}

.game__score td {
  width: 100%;
  padding: 30px 50px;
  position: relative;
}

.game__score_num--line:before {
  content: '';
  width: 10px;
  background: #0072BB;
  position: absolute;
  top: 45px;
  bottom: 45px;
  right: -5px;
}

.game__score_num {
  font-size: 306px;
  font-family: 'Comfortaa';
  font-weight: normal;
}

.game__score tfoot {
  background: #0072BB;
  font-size: 72px;
  text-align: left;
}

/*-------end-------*/

.fsz-16 {
  font-size: 16px;
}

.fsz-20 {
  font-size: 20px;
}

.fsz-24 {
  font-size: 24px;
}

.fsz-32 {
  font-size: 32px;
}

.fsz-42 {
  font-size: 42px;
  font-weight: 700;
}

.fsz-48 {
  font-size: 58px;
  font-weight: 700;
}

.fsz-52 {
  font-size: 52px;
  font-weight: 700;
}

.fsz-72 {
  font-size: 72px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-25 {
  margin-bottom: 30px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-100 {
  margin-top: 100px;
}

.--normal {
  font-weight: normal;
}

.--nowrap {
  white-space: nowrap;
}

.--space-between,
.table__stat .--space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}