/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, ol, ul, li,
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 {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'Helios';
  src: url("../../fonts/Helios/Normal/Helios.eot");
  src: url("../../fonts/Helios/Normal/Helios.woff") format("woff"), url("../../fonts/Helios/Normal/Helios.ttf") format("truetype"), url("../../fonts/Helios/Normal/Helios.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HeliosCond';
  src: url("../../fonts/Helios/Cond/Normal/HeliosCond.eot");
  src: url("../../fonts/Helios/Cond/Normal/HeliosCond.woff") format("woff"), url("../../fonts/Helios/Cond/Normal/HeliosCond.ttf") format("truetype"), url("../../fonts/Helios/Cond/Normal/HeliosCond.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HeliosCond';
  src: url("../../fonts/Helios/Cond/Bold/HeliosCond_Bold.eot");
  src: url("../../fonts/Helios/Cond/Bold/HeliosCond_Bold.woff") format("woff"), url("../../fonts/Helios/Cond/Bold/HeliosCond_Bold.ttf") format("truetype"), url("../../fonts/Helios/Cond/Bold/HeliosCond_Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HeliosCond';
  src: url("../../fonts/Helios/Cond/BoldItalic/HeliosCond_BoldItalic.eot");
  src: url("../../fonts/Helios/Cond/BoldItalic/HeliosCond_BoldItalic.woff") format("woff"), url("../../fonts/Helios/Cond/BoldItalic/HeliosCond_BoldItalic.ttf") format("truetype"), url("../../fonts/Helios/Cond/BoldItalic/HeliosCond_BoldItalic.svg") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'MyriadPro';
  src: url("../../fonts/MyriadPro/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: 'MyriadPro';
  src: url("../../fonts/MyriadPro/MyriadPro-Semibold.otf") format("opentype");
  font-weight: 600; }

input,
textarea,
button {
  -webkit-appearance: none; }

em { font-style: italic !important; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.container:after {
  content: "";
  display: table;
  clear: both; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
@media (max-width: 767px) {
  .grid {
    margin-left: -10px;
    margin-right: -10px; } }
.grid-item {
  width: calc(33.333% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px; }
@media (max-width: 991px) {
  .grid-item {
    width: calc(50% - 30px); } }
@media (max-width: 767px) {
  .grid-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 576px) {
  .grid-item {
    width: 100%; } }

h1 {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2A3A59; }

h2 {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #2A3A59;
  text-transform: uppercase; }

h3 {
  font-family: "HeliosCond", sans-serif; }

.angular_background {
  overflow: hidden;
  position: relative; }
.angular_background:before {
  z-index: -1;
  content: "";
  width: 100vw;
  height: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 80px solid #ECEEF0;
  position: absolute;
  top: -66vw;
  left: -66vw;
  background: linear-gradient(-90deg, #fff 50px, #ECEEF0 50px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-selectmenu-button.ui-button {
  font-family: "Roboto", sans-serif;
  width: auto;
  min-width: 120px;
  height: 40px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  outline: none; }
@media (max-width: 767px) {
  .ui-selectmenu-button.ui-button {
    width: 100%; } }
.ui-selectmenu-button.ui-button .ui-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.ui-selectmenu-button-open .ui-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-selectmenu-text {
  margin-top: -2px; }

.ui-selectmenu-menu .ui-menu {
  padding: 15px 10px 10px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 0; }
.ui-selectmenu-menu .ui-menu-item {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 0; }
.ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 10px; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #DA1329;
  background: #DA1329; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #DA1329; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #DCE0E3;
  background: #fff;
  color: #2A3A59; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #DA1329;
  background: #fff;
  color: #2A3A59; }

.ui-widget-content {
  color: #2A3A59; }

.ui-widget-header {
  background-color: #fff;
  border: 0;
  color: #2A3A59; }

.btn {
  display: inline-block;
  border-radius: 2px; }
.btn--go_back {
  color: #99A1AA;
  padding: 14px 50px 10px;
  border: 1px solid #D9DDE1;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.btn--go_back:hover {
  border-color: #DA1329;
  background-color: #DA1329;
  color: #fff; }

.tabs-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.tabs-nav::-webkit-scrollbar {
  display: none; }
@media (max-width: 576px) {
  .tabs-nav {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-left: 20px; } }
.tabs-nav-item {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin-right: 25px;
  color: #6F849C;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.tabs-nav-item:not(.active):hover {
  color: #2A3A59; }
.tabs-nav-item.active {
  cursor: default;
  color: #DA1329;
  border-color: #DA1329; }

.tabs-content-item {
  display: none; }
.tabs-content-item.active {
  display: block; }
.tabs-content-item.active ~ div {
  display: none; }

.tabs--page .tabs-nav {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.35px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(175, 182, 190, 0.7); }
.tabs--page .tabs-nav-item {
  font-weight: 500;
  padding: 30px 5px 25px;
  display: inline-block;
  border-bottom: 2px solid transparent; }
@media (max-width: 767px) {
  .tabs--page .tabs-nav-item {
    padding: 25px 5px 21px; } }
.tabs--page .tabs-nav-item.active {
  border-color: #DA1329; }

.filter {
  padding: 25px 0 5px;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9DDE1;
  font-family: "Roboto", sans-serif; }
@media (max-width: 767px) {
  .filter {
    padding-top: 30px; } }
@media (max-width: 576px) {
  .filter {
    padding-top: 40px; } }
.filter h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px; }
@media (max-width: 767px) {
  .filter h1 {
    margin-bottom: 20px; } }
.filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.filter-form-item {
  margin: 0 20px 30px; }
@media (max-width: 991px) {
  .filter-form-item {
    margin: 0 18px 25px; } }
@media (max-width: 767px) {
  .filter-form-item {
    margin: 0 15px 20px;
    width: 100%;
    max-width: 400px; } }
@media (max-width: 576px) {
  .filter-form-item {
    margin-left: 0;
    margin-right: 0; } }
.filter-form-item fieldset:after {
  content: "";
  display: table;
  clear: both; }
.filter-form-item fieldset input {
  float: left; }
.filter-form-item label {
  display: block; }
.filter-form-item input {
  font-size: 14px;
  height: 40px;
  width: 150px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DCE0E3;
  color: #2A3A59;
  outline: none;
  border-radius: 0; }
.filter-form-item input:nth-last-child(n+2) {
  margin-right: 30px; }
@media (max-width: 991px) {
  .filter-form-item input:nth-last-child(n+2) {
    margin-right: 20px; } }
.filter-form-item input:focus, .filter-form-item input:active, .filter-form-item input:hover {
  border-color: #DA1329; }
@media (max-width: 767px) {
  .filter-form-item input {
    width: calc(50% - 10px); } }
.filter-form-header {
  color: #3D4248;
  letter-spacing: 0.5px;
  margin-bottom: 10px; }
.filter-select-wrapper {
  font-size: 14px; }
.filter button {
  width: 250px;
  line-height: 40px;
  height: 40px;
  background-color: #DA1329;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer; }
.filter button:hover {
  background-color: #BC0D22; }
@media (max-width: 576px) {
  .filter button {
    width: 100%;
    max-width: 400px; } }
.filter-bottom_link {
  text-align: center;
  color: #DA1329;
  font-weight: 700;
  padding-bottom: 1rem;
  font-size: 18px; }
@media (max-width: 767px) {
  .filter-bottom_link {
    font-size: 16px; } }
.filter-bottom_link a {
  color: inherit;
  text-decoration: none; }
.filter-bottom_link a:hover {
  text-decoration: underline; }

.pagination {
  text-align: right;
  margin-bottom: 70px;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700; }
@media (max-width: 767px) {
  .pagination {
    text-align: center; } }
.pagination li {
  display: inline-block; }
.pagination li:nth-child(n+2) {
  margin-left: 6px; }
.pagination a {
  line-height: 38px;
  padding-top: 2px;
  width: 40px;
  text-align: center;
  background-color: #ECEEF0;
  color: #AFB6BE;
  fill: #AFB6BE;
  text-decoration: none; }
.pagination a:hover {
  background-color: #DA1329;
  color: #fff;
  fill: #fff; }
.pagination .active a {
  background-color: #DA1329;
  color: #fff; }

.flag {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #D8D8D8;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.flag--left {
  background-position: left center; }
.flag--right {
  background-position: right center; }
.flag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url("../../img/team/flag-overlay.png") no-repeat center;
  background-size: cover; }
.flag--shadow {
  margin-bottom: 30px; }
.flag--shadow:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
  background: #D8D8D8;
  width: 60px;
  max-width: 100%;
  height: 4px;
  border-radius: 50%;
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.canopy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-bottom: 30px; }
@media (max-width: 576px) {
  .canopy {
    padding-bottom: 40px; } }
.canopy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 58, 89, 0.75);
  z-index: 1; }
.canopy .container {
  position: relative;
  z-index: 2; }
@media (max-width: 1199px) {
  .canopy .container {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .canopy .container {
    padding: 0 25px; } }
@media (max-width: 576px) {
  .canopy .container {
    padding: 0 20px; } }
.canopy-flagged_container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px; }
@media (max-width: 991px) {
  .canopy-flagged_container {
    margin-top: 50px; } }
.canopy-flagged_container .flag {
  margin-right: 40px; }
@media (max-width: 576px) {
  .canopy-flagged_container .flag {
    margin-right: 20px; } }
.canopy-table {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px) {
  .canopy-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 576px) {
  .canopy-table {
    font-size: 28px; } }
.canopy-table-item {
  margin-right: 50px;
  padding-top: 20px; }
.canopy-table-item:last-child {
  margin-right: 0; }
@media (max-width: 1199px) {
  .canopy-table-item {
    padding-top: 30px; } }
@media (max-width: 576px) {
  .canopy-table-item {
    width: 100%;
    text-align: center;
    margin-right: 0; } }
.canopy-table-td {
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.3); }
.canopy-header {
  max-width: 300px;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.3);
  font-family: "HeliosCond", sans-serif;
  font-weight: 700; }
@media (max-width: 767px) {
  .canopy-header {
    font-size: 34px;
    line-height: 39px;
    letter-spacing: 1px; } }
@media (max-width: 576px) {
  .canopy-header {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.4px; } }
.canopy-subheader {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.6px;
  margin-bottom: 1em;
  white-space: nowrap; }
@media (max-width: 576px) {
  .canopy-subheader {
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-bottom: 0.75em; } }
.canopy-social {
  display: inline-block;
  font-size: 24px; }
@media (max-width: 767px) {
  .canopy-social {
    width: 100%;
    text-align: center; } }
.canopy-social ul {
  display: inline-block;
  white-space: nowrap; }
.canopy-social li {
  display: inline-block; }
.canopy-social li:nth-last-child(n + 2) {
  margin-right: 20px; }
.canopy-social a {
  color: #fff; }
.canopy-social a:hover {
  color: #AFB6BE; }

.header {
  font-family: "Roboto", sans-serif;
  position: relative; }
@media (max-width: 1199px) {
  .header {
    background-color: #6F849C; } }
.header:before, .header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1; }
@media (max-width: 1199px) {
  .header:before, .header:after {
    display: none; } }
.header:before {
  left: 0;
  background-color: #6F849C; }
.header:after {
  right: 0;
  background-color: #6F849C; }
.header a {
  color: #fff;
  text-decoration: none; }
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
@media (max-width: 1199px) {
  .header-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 991px) {
  .header-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 576px) {
  .header-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
.header-burger {
  display: none;
  margin: 0 40px 0 20px;
  cursor: pointer; }
@media (max-width: 1199px) {
  .header-burger {
    display: block; } }
@media (max-width: 991px) {
  .header-burger {
    position: absolute;
    top: 30px;
    left: 5px;
    margin: 0; } }
.header-logo {
  height: 80px;
  padding: 10px 40px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #BC0D22; }
@media (max-width: 991px) {
  .header-logo {
    padding: 10px; } }
@media (max-width: 767px) {
  .header-logo {
    height: 70px; } }
.header-logo a {
  display: block;
  height: 100%; }
.header-logo img {
  display: block;
  height: 100%; }
.header-menu {
  text-transform: uppercase;
  color: #fff;
  padding-left: 30px;
  position: relative;
  background-color: #6F849C;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1199px) {
  .header-menu {
    display: none;
    width: calc(100% + 10px);
    padding-left: 50px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3); } }
@media (max-width: 576px) {
  .header-menu {
    padding-left: 30px; } }
.header-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  border-right: 25px solid transparent;
  border-bottom: 80px solid #BC0D22; }
@media (max-width: 1199px) {
  .header-menu:before {
    display: none; } }
.header-menu a {
  display: inline-block; }
@media (max-width: 1199px) {
  .header-menu a:hover {
    text-decoration: underline; } }
.header-menu > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1199px) {
  .header-menu > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 5px; } }
.header-menu > ul > li {
  white-space: nowrap;
  position: relative;
  cursor: default;
  position: relative; }
@media (max-width: 1199px) {
  .header-menu > ul > li {
    width: 100%;
    padding-bottom: 30px;
    font-weight: 700; } }
.header-menu > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #DA1329;
  pointer-events: none;
  display: none; }
.header-menu > ul > li span {
  padding: 0 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1199px) {
  .header-menu > ul > li span {
    height: auto;
    padding: 0;
    cursor: pointer; } }
@media (min-width: 1200px) {
  .header-menu > ul > li:hover:after {
    display: block; }
  .header-menu > ul > li:hover ul {
    display: block; } }
@media (max-width: 1199px) {
  .header-menu > ul > li.open > ul {
    display: block; }
  .header-menu > ul > li.open .header-menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
.header-menu-arrow {
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer; }
@media (min-width: 1200px) {
  .header-menu-arrow {
    display: none; } }
.header-menu-sub {
  display: none;
  background-color: #6F849C;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 15px;
  z-index: 100; }
@media (max-width: 1199px) {
  .header-menu-sub {
    position: relative;
    top: 0;
    padding: 0;
    padding-left: 20px;
    font-weight: 400;
    background-color: transparent; } }
@media (max-width: 576px) {
  .header-menu-sub {
    font-size: 12px; } }
.header-menu-sub li {
  margin: 5px 0; }
@media (max-width: 1199px) {
  .header-menu-sub li {
    margin-top: 25px; } }
@media (min-width: 1200px) {
  .header-menu-sub li:hover {
    background-color: #DA1329; } }
.header-menu-sub a {
  padding: 10px 15px;
  height: 100%; }
@media (max-width: 1199px) {
  .header-menu-sub a {
    padding: 0; } }
.header-menu-languages {
  position: relative;
  display: inline-block;
  text-align: center;
  border-left: 2px solid #fff;
  padding: 0 16px;
  margin-left: 4px;
  text-transform: uppercase;
  line-height: 1.35; }
@media (max-width: 1199px) {
  .header-menu-languages {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 24px 50px 28px;
    margin: 0;
    display: block;
    left: -50px;
    width: calc(100% + 50px);
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.header-menu-languages .current {
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
@media (max-width: 1199px) {
  .header-menu-languages .current {
    display: inline-block; } }
.header-menu-languages .current:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 5px;
  width: 8px;
  height: 14px;
  background-size: contain; }
@media (max-width: 1199px) {
  .header-menu-languages .current:after {
    display: none; } }
.header-menu-languages .current span {
  padding: 8px;
  display: inline-block; }
@media (max-width: 1199px) {
  .header-menu-languages .current span {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center; } }
.header-menu-languages .options {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #6F849C;
  padding-top: 9px;
  padding-bottom: 8px;
  margin-top: 22px;
  -webkit-box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.3);}
@media (max-width: 1199px) {
  .header-menu-languages .options {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media (max-width: 1199px) {
  .header-menu-languages .options li {
    display: inline-block;
    margin-left: 9px; } }
.header-menu-languages .options a {
  padding: 12px;
  display: block; }
@media (max-width: 1199px) {
  .header-menu-languages .options a {
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center; } }
.header-menu-languages .options a:hover {
  background-color: #DA1329; }
@media (max-width: 1199px) {
  .header-menu-languages .options a:hover {
    background: none; } }
@media (min-width: 1200px) {
  .header-menu-languages:not(.open) .options {
    display: none; } }
@media (max-width: 1199px) {
  .header-burger--open ~ .header-menu {
    display: block; } }

.top_header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100; }
.top_header_buttons a {
  background: no-repeat center;
  background-size: cover;
  display: flex;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 2px; }
.top_header_buttons a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease; }
.top_header_buttons a:hover:before {
  opacity: 1; }
.top_header_buttons a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.2; }
.top_header_buttons a * {
  position: relative;
  z-index: 3; }
.top_header_buttons a img {
  display: block;
  margin: 10px auto;
  height: 80px; }
.top_header_buttons a span {
  white-space: nowrap;
  display: inline-block;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
@media (max-width: 991px) {
  .top_header_buttons a span {
    font-size: 20px; } }
.top_header_buttons a div {
  width: 100%;
  height: 100%;
}
.mobile_top_buttons {
  display: none; }
@media (max-width: 767px) {
  .mobile_top_buttons {
    display: block; } }
.mobile_top_buttons a {
  display: block;
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 50px;
  margin-left: -50px;
  font-weight: 400; }
@media (max-width: 576px) {
  .mobile_top_buttons a {
    padding-left: 50px;
    margin-left: -50px; } }

.breadcrumbs {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px; }
/*@media (max-width: 576px) {*/
  /*.breadcrumbs {*/
    /*display: none; } }*/
.breadcrumbs-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.breadcrumbs-container::-webkit-scrollbar {
  display: none; }
@media (max-width: 1199px) {
  .breadcrumbs-container {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-left: 20px; } }
.breadcrumbs-item {
  display: inline-block;
  padding-top: 4px; }
.breadcrumbs-item:nth-last-child(n+2):after {
  content: " > ";
  color: #BC0D22;
  vertical-align: top;
  margin: 0 10px;
  line-height: 54px; }
.breadcrumbs-item a {
  line-height: 56px;
  text-decoration: none;
  display: inline-block; }
.breadcrumbs-top {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px; }
.breadcrumbs-top a {
  color: #BC0D22; }
.breadcrumbs-submenu {
  display: inline-block; }
.breadcrumbs-submenu-item {
  display: inline-block; }
.breadcrumbs-submenu li {
  margin-right: 10px; }
.breadcrumbs-submenu a {
  color: #6F849C;
  margin: 0 5px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.breadcrumbs-submenu a:hover {
  color: #2A3A59; }
.breadcrumbs-submenu .active {
  border-bottom: 2px solid #DA1329; }
.breadcrumbs-submenu .active a {
  color: #2A3A59; }

.footer {
  background: url("../../img/team/footer_bg.jpg") no-repeat center;
  background-size: cover; }
@media (max-width: 767px) {
  .footer {
    background: #6F849C; } }
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 20px; }
@media (max-width: 767px) {
  .footer-container {
    padding: 0; } }
.footer-col {
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif; }
@media (max-width: 991px) {
  .footer-col {
    width: 50%; } }
@media (max-width: 767px) {
  .footer-col {
    width: 100%; } }
.footer-col--about {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px; }
@media (max-width: 767px) {
  .footer-col--about {
    text-align: center; } }
.footer-col--about:before {
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #BC0D22;
  position: absolute;
  right: 25px;
  top: 0;
  z-index: -1;
  -webkit-transform: skewX(17deg);
  transform: skewX(17deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
@media (max-width: 767px) {
  .footer-col--about:before {
    display: none; } }
.footer-col--about .footer-col-container {
  padding-left: 0; }
.footer-col--about-logo {
  width: 75%;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .footer-col--about-logo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.footer-col--about-logo img {
    height: 100px; }
@media (max-width: 767px) {
    .footer-col--about-logo img {
        height: 70px; } }
.footer-col--about p {
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .footer-col--about p {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.footer-col--about a {
  color: #fff;
  text-decoration: none; }
.footer-col--about a:hover {
  text-decoration: underline; }
.footer-col--about ul {
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .footer-col--about ul {
    margin-bottom: 5px; } }
@media (max-width: 767px) {
  .footer-col--about-contact {
    padding: 10px 0 30px;
    border-top: 1px solid rgba(236, 238, 240, 0.4);
    border-bottom: 1px solid rgba(236, 238, 240, 0.4); } }
.footer-col--about-contact li {
  margin-top: 20px; }
.footer-col--about-contact i {
  padding-right: 10px;
  font-size: 18px; }
.footer-col--about-social {
  font-size: 20px;
  cursor: default; }
.footer-col--about-social .social-img {
  display: inline-block;
  height: 17px;
  width: 16px;
  background: url("../../img//socials-f--vi.svg") no-repeat;
  background-position: bottom;
}
.footer-col--about-social .social-img:hover {
  background: url("../../img//socials-f--vi--team.svg") no-repeat;
}
@media (max-width: 767px) {
  .footer-col--about-social {
    padding: 10px 0 15px;
    border-bottom: 1px solid rgba(236, 238, 240, 0.4); } }
.footer-col--about-social li {
  display: inline-block;
  margin-right: 20px; }
@media (max-width: 767px) {
  .footer-col--about-social li:last-child {
    margin: 0; } }
.footer-col--about-social li a:hover {
  text-decoration: none;
  color: #AFB6BE; }
@media (max-width: 991px) {
  .footer-col--news {
    display: none; } }
.footer-col--news h1 {
  margin-bottom: 20px; }
.footer-col--news .news-item img {
  margin-bottom: 10px; }
.footer-col--news .news-item h2 {
  margin-bottom: 10px; }
@media (max-width: 767px) {
  .footer-col--instagram {
    display: none; } }
.footer-col--instagram h1 {
  margin-bottom: 20px; }
.footer-col--instagram .instagram_gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.footer-col--instagram .instagram_gallery-item {
  width: 33.33%; }
.footer-col--instagram .instagram_gallery-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.footer-col-container {
  padding: 30px 0 10px 25%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 991px) {
  .footer-col-container {
    padding-left: 20%; } }
@media (max-width: 767px) {
  .footer .container {
    padding: 0; } }

.underfooter {
  background-color: #6F849C;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
@media (max-width: 767px) {
  .underfooter {
    padding-bottom: 30px; } }
.underfooter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px; }
@media (max-width: 767px) {
  .underfooter-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.underfooter-menu {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px; }
.underfooter-menu ul:after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 767px) {
  .underfooter-menu ul {
    max-width: 500px;
    text-align: center; } }
@media (max-width: 576px) {
  .underfooter-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left; } }
.underfooter-menu li {
  display: inline-block;
  margin-right: 30px;
    padding: 5px; }
@media (max-width: 1199px) {
  .underfooter-menu li:nth-child(4n + 1) {
    clear: left; } }
@media (max-width: 767px) {
  .underfooter-menu li {
    float: none; } }
@media (max-width: 576px) {
  .underfooter-menu li {
    margin-right: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px; } }
.underfooter-menu a {
  color: #fff;
  text-decoration: none; }
.underfooter-menu a:hover {
  text-decoration: underline; }
@media (max-width: 767px) {
  .underfooter-piplos {
    margin-top: 30px; } }
.underfooter-piplos a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-left: 20px;
  opacity: 0.48;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.underfooter-piplos a:hover {
  opacity: 1; }
.underfooter-piplos img {
  height: 32px; }

.slider-gradient {
  background: linear-gradient(to bottom, rgba(24,49,52,1) 0%, rgba(24,49,52,0) 100%);
  height: 450px;
  position: absolute;
  top: 0;
  width: 100%;
}

.home .header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 5;
  margin-top: 90px; }
@media (max-width: 1199px) {
  .home .header {
    background: transparent;
    background-color: transparent; } }
@media (max-width: 767px) {
  .home .header {
    padding-top: 0; } }
.home .header:before, .home .header:after {
  display: none; }
@media (max-width: 991px) {
  .home .header-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media (max-width: 767px) {
  .home .header-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 991px) and (min-width: 768px) {
  .home .header-burger {
    position: static;
    margin: 0 40px 0 20px; } }
@media (max-width: 767px) {
  .home .header-burger {
    top: 25px; } }
.home .header-logo {
  background-color: transparent;
  height: 110px;
  padding-right: 0; }
@media (max-width: 1199px) {
  .home .header-logo {
    height: 70px; } }
@media (min-width: 1200px) {
  .home .header-menu {
    background-color: transparent; }
  .home .header-menu:before {
    display: none; }
  .home .header-menu > ul > li span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 50px;
    padding: 0 15px; }
  .home .header-menu-sub {
    background-color: rgba(227, 87, 96, 0.7); }
  .home .header-menu-languages .options {
    margin-top: 12px;
    background-color: rgba(227, 87, 96, 0.5); } }
@media (max-width: 1199px) {
  .home .header--burger_open {
    background-color: #a52130;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 20; }
  .home .header--burger_open + .wrapper:before {
    content: "";
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; } }

.home .tabs-nav {
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-bottom: 20px;
  padding-left: 20px;
  white-space: nowrap; }
.home .tabs-nav-item {
  display: inline-block;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.9px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  margin-right: 30px; }
.home .tabs-nav-item.active {
  color: #BC0D22;
  border-color: #BC0D22; }

.home .slick-dots {
  text-align: center;
  pointer-events: none; }
.home .slick-dots li {
  display: inline-block;
  pointer-events: all; }
.home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ECEEF0;
  margin: 0 7.5px;
  outline: none;
  cursor: pointer; }
.home .slick-dots li.slick-active button {
  background-color: #E50019;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  cursor: default; }

.home-section_header {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.home-section_header h1,
.home-section_header h2 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }
.home-section_header h1 {
  text-align: center;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #3D4248;
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto 50px; }
@media (max-width: 767px) {
  .home-section_header h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.5px; } }
.home-section_header h1 em {
  color: #BC0D22; }
.home-section_header h2 {
  font-size: 240px;
  line-height: 1;
  letter-spacing: 19px;
  color: #F8F8F9;
  white-space: nowrap;
  margin-top: 50px;
  position: relative;
  z-index: -1; }
@media (max-width: 767px) {
  .home-section_header h2 {
    margin-top: 20px;
    font-size: 100px;
    letter-spacing: 8px; } }
.home-section_header--has_bg h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
@media (max-width: 767px) {
  .home-section_header--has_line {
    padding-bottom: 30px; } }
.home-section_header--has_line h1 {
  top: 100px;
  -webkit-transform: none;
  transform: none; }
@media (max-width: 767px) {
  .home-section_header--has_line h1 {
    top: 60px; } }
.home-section_header--has_line h1:after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #BC0D22;
  display: block;
  margin: 30px auto 0; }
.home-section_header--has_line h2 {
  margin-top: 50px; }

.home-slider {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-size: cover;
  position: relative;
  overflow-x: hidden; }
.home-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media (max-width: 767px) {
  .home-slider .slick-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.home-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0; }
@media (max-width: 767px) {
  .home-slider .slick-dots {
    bottom: 20px; } }
.home-slider-overlay {
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: skewX(23.5deg);
  transform: skewX(23.5deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%; }
@media (max-width: 1199px) {
  .home-slider-overlay {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: calc(100% + 400px);
    left: -100%; } }
@media (max-width: 991px) {
  .home-slider-overlay {
    width: calc(100% + 300px); } }
@media (max-width: 767px) {
  .home-slider-overlay {
    -webkit-transform: none;
    transform: none;
    left: 0; } }
.home-slider-overlay-pattern {
  height: 200%;
  width: 200%;
  background: rgba(188, 13, 34, 0.7) url("../../img/pattern.svg") repeat;
  -webkit-transform: skewX(-23.5deg);
  transform: skewX(-23.5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
@media (max-width: 767px) {
  .home-slider-overlay-pattern {
    height: 100%;
    width: 100%;
    -webkit-transform: none;
    transform: none; } }
.home-slider-content {
  z-index: 3;
  position: relative;
  color: #fff; }
.home-slider-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  outline: none; }
.home-slider-item .container {
  height: 100%; }
@media (min-width: 992px) {
  .home-slider-item .container {
    padding: 0 80px;
    max-width: 1300px; } }
.home-slider-item-content {
  max-width: 500px;
  min-height: calc(100vh - 100px);
  padding: 200px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative; }
@media (max-width: 1199px) {
  .home-slider-item-content {
    padding: 100px 0 50px 20px;
    min-height: calc(100vh - 80px); } }
@media (max-width: 991px) {
  .home-slider-item-content {
    max-width: 400px; } }
@media (max-width: 767px) {
  .home-slider-item-content {
    max-width: none;
    min-height: auto;
    padding: 100px 5px 50px; } }
.home-slider-item-date {
  margin-bottom: 40px;
  width: 100%; }
@media (max-width: 767px) {
  .home-slider-item-date {
    margin-bottom: 25px; } }
.home-slider-item-date span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(227, 87, 96, 0.7);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.4px; }
@media (max-width: 991px) {
  .home-slider-item-date span {
    font-size: 16px;
    line-height: 30px; } }
@media (max-width: 767px) {
  .home-slider-item-date span {
    font-size: 14px;
    line-height: 28px; } }
.home-slider-item h1 {
  font-size: 60px;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 40px; }
@media (max-width: 991px) {
  .home-slider-item h1 {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 1px; } }
@media (max-width: 767px) {
  .home-slider-item h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.6px;
    margin-bottom: 20px; } }
.home-slider-item p {
  color: #D7E6EE;
  letter-spacing: 0.8px;
  line-height: 24px;
  margin-bottom: 60px; }
@media (max-width: 767px) {
  .home-slider-item p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 25px; } }
.home-slider-item .btn {
  display: table;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  padding: 16px 80px 14px;
  border: 2px solid #fff;
  text-decoration: none;
  margin: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.home-slider-item .btn:hover {
  background-color: #fff;
  color: #BC0D22; }
@media (max-width: 991px) {
  .home-slider-item .btn {
    padding: 9px 40px 7px;
    font-size: 14px;
    letter-spacing: 0.6px; } }
.home-slider-item-player {
  position: absolute;
  bottom: -5px;
  left: 100%;
  height: 700px; }
@media (max-height: 800px) {
  .home-slider-item-player {
    height: 600px; } }
@media (max-width: 767px) {
  .home-slider-item-player {
    display: none; } }
.home-slider-item-player img {
  height: 100%; }
@media (max-width: 991px) {
  .home-slider-controls {
    display: none; } }
.home-slider-controls-arr {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translate(0, -50%) skewX(-17deg);
  transform: translate(0, -50%) skewX(-17deg);
  background-color: rgba(227, 87, 96, 0.7);
  padding: 20px 25px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.home-slider-controls-arr:hover {
  background-color: rgba(227, 87, 96, 0.8); }
.home-slider-controls-arr img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 30px;
  display: block;
  -webkit-transform: skewX(17deg);
  transform: skewX(17deg); }
.home-slider-controls-prev {
  left: -20px;
  padding-left: 40px; }
.home-slider-controls-prev:hover {
  left: -12px; }
.home-slider-controls-next {
  right: -20px;
  padding-right: 40px; }
.home-slider-controls-next:hover {
  right: -12px; }

.home-team {
  position: relative; }
@media (max-width: 767px) {
  .home-team {
    margin-bottom: 50px; } }
.home-team p {
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #6E7A86;
  margin-bottom: 30px;
  padding: 0 5px; }
@media (max-width: 991px) {
  .home-team p {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .home-team p {
    font-size: 14px;
    padding: 0; } }
.home-team-slider {
  position: relative;
  margin-bottom: 30px; }
.home-team-slider-arrow {
  display: inline-block;
  padding: 0 35px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: all; }
@media (max-width: 767px) {
  .home-team-slider-arrow {
    padding: 0 15px; } }
.home-team-slider-arrow:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.home-team-slider-arrow img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.home-team-slider-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 50px 0;
  background-color: rgba(111, 132, 156, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none; }
@media (max-width: 991px) {
  .home-team-slider-overlay {
    padding: 40px 0; } }
@media (max-width: 767px) {
  .home-team-slider-overlay {
    padding: 30px 0; } }
@media (max-width: 576px) {
  .home-team-slider-overlay {
    padding: 15px 0; } }
.home-team-slider-overlay h2 {
  font-size: 110px;
  color: #F8F8F9;
  text-align: center;
  font-style: italic;
  position: relative;
  bottom: -0.05em; }
@media (max-width: 1400px) {
  .home-team-slider-overlay h2 {
    font-size: 7.5vw; } }
@media (max-width: 991px) {
  .home-team-slider-overlay h2 {
    font-size: 6.5vw;
    bottom: -0.1em; } }
@media (max-width: 767px) {
  .home-team-slider-overlay h2 {
    font-size: 6vw; } }
.home-team-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 550px; }
@media (max-width: 1199px) {
  .home-team-slider .slick-track {
    height: 500px; } }
@media (max-width: 991px) {
  .home-team-slider .slick-track {
    height: 400px; } }
@media (max-width: 767px) {
  .home-team-slider .slick-track {
    height: 300px; } }
@media (max-width: 576px) {
  .home-team-slider .slick-track {
    height: 250px; } }
.home-team-slider-item {
  outline: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 5px; }
.home-team-slider-item img {
  max-width: 100%;
  max-height: 100%; }

.home-history {
  padding-bottom: 50px; }
.home-history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 640px; }
@media (max-width: 991px) {
  .home-history-container {
    height: auto; } }
@media (max-width: 576px) {
  .home-history-container {
    margin-top: 20px; } }
.home-history-player {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%; }
@media (max-width: 991px) {
  .home-history-player {
    display: none; } }
.home-history-player img {
  max-width: 100%;
  max-height: 100%; }
.home-history-story {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow: hidden; }
@media (max-width: 991px) {
  .home-history-story {
    padding: 0 10px; } }
@media (max-width: 576px) {
  .home-history-story {
    padding: 0; } }
.home-history-story .hhsi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  position: relative; }
@media (max-width: 767px) {
  .home-history-story .hhsi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px; } }
.home-history-story .hhsi:nth-child(n + 2):before, .home-history-story .hhsi:nth-last-child(n + 2):after {
  content: "";
  position: absolute;
  left: 145px;
  background-color: rgba(111, 132, 156, 0.1);
  width: 2px;
  height: 50%;
  z-index: -1; }
@media (max-width: 1199px) {
  .home-history-story .hhsi:nth-child(n + 2):before, .home-history-story .hhsi:nth-last-child(n + 2):after {
    left: 59px; } }
@media (max-width: 767px) {
  .home-history-story .hhsi:nth-child(n + 2):before, .home-history-story .hhsi:nth-last-child(n + 2):after {
    display: none; } }
.home-history-story .hhsi:nth-child(n + 2):before {
  bottom: 50%; }
.home-history-story .hhsi:nth-last-child(n + 2):after {
  top: 50%; }
.home-history-story .hhsi-year {
  padding-left: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
@media (max-width: 1199px) {
  .home-history-story .hhsi-year {
    padding-left: 0; } }
.home-history-story .hhsi-year:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(111, 132, 156, 0.2);
  margin: 0 50px; }
@media (max-width: 991px) {
  .home-history-story .hhsi-year:after {
    margin: 0 35px; } }
@media (max-width: 767px) {
  .home-history-story .hhsi-year:after {
    margin: -5px 20px 0; } }
.home-history-story .hhsi-year-circle {
  display: inline-block;
  height: 120px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  border: 12px solid rgba(111, 132, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "HeliosCond", sans-serif;
  font-weight: bold;
  font-size: 34px;
  color: #6F849C; }
@media (max-width: 767px) {
  .home-history-story .hhsi-year-circle {
    border: 0;
    height: auto;
    width: auto; } }
@media (max-width: 767px) {
  .home-history-story .hhsi-text {
    width: 100%;
    margin-top: 10px; } }
.home-history-story .hhsi-text h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
  color: #3D4248; }
.home-history-story .hhsi-text-date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #AFB6BE;
  margin-bottom: 8px; }
.home-history-story .hhsi-text p {
  font-family: "Helios", sans-serif;
  color: #6E7A86;
  line-height: 24px;
  letter-spacing: 0.4px; }
.home-history-story .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6F849C;
  width: 10px; }
.home-history-story .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #F0F2F5; }
.home-history-story .mCSB_inside > .mCSB_container {
  margin-right: 50px; }

.home-games {
  padding: 65px 10px;
  background: #E3EAF3;
  position: relative; }
@media (max-width: 991px) {
  .home-games {
    padding: 40px 10px; } }
@media (max-width: 767px) {
  .home-games {
    padding: 30px 5px; } }
@media (max-width: 576px) {
  .home-games {
    padding: 30px 0; } }
.home-games:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.2; }
.home-games .container {
  position: relative; }
.home-games-result {
  background-color: #fff;
  text-align: center;
  padding: 30px 60px 35px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(110, 122, 134, 0.4);
  box-shadow: 0 4px 16px 0 rgba(110, 122, 134, 0.4);
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
@media (max-width: 991px) {
  .home-games-result {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 576px) {
  .home-games-result {
    padding-left: 10px;
    padding-right: 10px; } }
.home-games-result:hover {
  -webkit-box-shadow: 2px 6px 20px 0 rgba(110, 122, 134, 0.5);
  box-shadow: 2px 6px 20px 0 rgba(110, 122, 134, 0.5); }
.home-games-result h2 {
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 30px; }
@media (max-width: 576px) {
  .home-games-result h2 {
    font-size: 24px;
    letter-spacing: 0.6px; } }
.home-games-result-secondary {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1px;
  color: #AFB6BE; }
.home-games-result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .home-games-result-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.home-games-result-fc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.home-games-result-fc--1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }
.home-games-result-fc--1 img,
.home-games-result-fc--1 .flag {
  margin-right: 30px; }
@media (max-width: 991px) {
  .home-games-result-fc--1 img,
  .home-games-result-fc--1 .flag {
    margin-right: 20px; } }
.home-games-result-fc--2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }
.home-games-result-fc--2 img,
.home-games-result-fc--2 .flag {
  margin-left: 30px; }
@media (max-width: 991px) {
  .home-games-result-fc--2 img,
  .home-games-result-fc--2 .flag {
    margin-left: 20px; } }
@media (max-width: 767px) {
  .home-games-result-fc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media (max-width: 767px) {
  .home-games-result-fc-logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .home-games-result-fc-logo img,
  .home-games-result-fc-logo .flag {
    margin: 0; } }
.home-games-result-fc-logo img {
  height: 100px; }
@media (max-width: 991px) {
  .home-games-result-fc-logo img {
    height: 80px; } }
.home-games-result-fc-logo .flag {
  height: 100px;
  width: 100px; }
@media (max-width: 991px) {
  .home-games-result-fc-logo .flag {
    height: 80px;
    width: 80px; } }
.home-games-result-fc-name span {
  display: block;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2A3A59;
  letter-spacing: 1.3px;
  margin-bottom: 5px; }
@media (max-width: 576px) {
  .home-games-result-fc-name span {
    font-size: 18px; } }
@media (max-width: 767px) {
  .home-games-result-score {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }
.home-games-result-score span {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 72px;
  letter-spacing: 4px;
  color: #E50019;
  margin: 10px 0;
  display: block; }
.home-games-schedule h1 {
  letter-spacing: 0.7px;
  margin-top: 30px;
  margin-bottom: 15px; }
.home-games-schedule .tabs-nav-item.active {
  color: #E50019;
  border-color: #E50019; }
.home-games-schedule .hgsi {
  text-decoration: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(110, 122, 134, 0.4);
  box-shadow: 0 1px 0 0 rgba(110, 122, 134, 0.4);
  margin-bottom: 1px; }
@media (max-width: 767px) {
  .home-games-schedule .hgsi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (max-width: 576px) {
  .home-games-schedule .hgsi {
    padding-left: 10px;
    padding-right: 10px; } }
.home-games-schedule .hgsi:hover {
  background-color: #fafafa; }
.home-games-schedule .hgsi-fc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.home-games-schedule .hgsi-fc--1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }
.home-games-schedule .hgsi-fc--1 img {
  margin-right: 26px; }
.home-games-schedule .hgsi-fc--2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }
.home-games-schedule .hgsi-fc--2 img {
  margin-left: 26px; }
@media (max-width: 767px) {
  .home-games-schedule .hgsi-fc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%; } }
.home-games-schedule .hgsi-fc-logo {
  height: 54px; }
@media (max-width: 767px) {
  .home-games-schedule .hgsi-fc-logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px; } }
.home-games-schedule .hgsi-fc-logo img {
  height: 100%; }
@media (max-width: 767px) {
  .home-games-schedule .hgsi-fc-logo img {
    margin: 0; } }
.home-games-schedule .hgsi-fc-name {
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #4A4A4A; }
.home-games-schedule .hgsi-time {
  text-align: center; }
@media (max-width: 767px) {
  .home-games-schedule .hgsi-time {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 20px; } }
.home-games-schedule .hgsi-time-league {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #AFB6BE;
  letter-spacing: 0.07px;
  margin-bottom: 8px;
  display: block; }
.home-games-schedule .hgsi-time span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2A3A59;
  letter-spacing: 1px; }

.home-news {
  padding: 90px 0 40px; }
@media (max-width: 991px) {
  .home-news {
    padding-top: 80px; } }
@media (max-width: 767px) {
  .home-news {
    padding-top: 80px; } }
.home-news .tabs-nav {
  margin-bottom: 10px; }
@media (max-width: 991px) {
  .home-news .news-item:nth-child(n + 3) {
    display: none; } }

.home-photos {
  padding-bottom: 90px; }
@media (max-width: 576px) {
  .home-photos {
    display: none; } }
.home-photos h1 {
  margin-bottom: 50px; }
.home-photos .tabs-nav {
  margin-bottom: 20px; }
.home-photos-container {
  position: relative; }
.home-photos-container:after {
  content: "";
  display: table;
  clear: both; }
.home-photos-item {
  height: 0;
  padding-bottom: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.home-photos-item:nth-child(-n + 4) {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }
.home-photos-item:nth-child(1) {
  width: calc(50% - 5px); }
.home-photos-item:nth-child(2) {
  padding-bottom: calc(50% - 5px);
  float: right;
  margin-right: calc(25% + 2.5px); }
.home-photos-item:nth-child(n + 5) {
  position: absolute;
  right: 0;
  width: calc(25% - 7.5px);
  padding-bottom: calc(25% - 7.5px); }
.home-photos-item:nth-child(5) {
  top: 0; }
.home-photos-item:nth-child(6) {
  bottom: 10px; }

.home-partners {
  margin-bottom: 100px; }
.home-partners h1 {
  margin-bottom: 40px; }
.home-partners blockquote {
  margin-bottom: 40px; }
.home-partners blockquote p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #6F849C;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-bottom: 20px; }
.home-partners blockquote cite {
  display: block;
  text-align: center;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.75px;
  color: #252C35;
  text-transform: uppercase; }
.home-partners blockquote cite:before, .home-partners blockquote cite:after {
  content: "-";
  white-space: nowrap;
  margin: 0 5px; }
.home-partners-slider .slick-dots {
  margin-top: 40px; }
.home-partners-slider-item {
  text-align: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }
.home-partners-slider-item a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  outline: none; }
.home-partners-slider-item-img {
  width: 100%;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
@media (max-width: 991px) {
  .home-partners-slider-item-img {
    -webkit-filter: none;
    filter: none; } }
.home-partners-slider-item p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07px;
  color: #D9DDE1; }
@media (max-width: 991px) {
  .home-partners-slider-item p {
    color: #6F849C; } }
.home-partners-slider-item:hover .home-partners-slider-item-img {
  -webkit-filter: none;
  filter: none; }
.home-partners-slider-item:hover p {
  color: #6F849C; }
@media (max-width: 991px) {
  .home-partners-slider-item:hover .home-partners-slider-item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); } }

.news .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

.news-item {
  margin-bottom: 50px; }
@media (max-width: 576px) {
  .news-item {
    margin-bottom: 35px; } }
.news-item a {
  text-decoration: none;
  display: block; }
.news-item a:hover h2 {
  color: #DA1329; }
.news-item a:hover .news-item-tags {
  color: #2A3A59; }
.news-item a:hover .news-item-tags i {
  color: #DA1329; }
.news-item img {
  width: 100%;
  margin-bottom: 25px; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .news-item img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; } }
@media (max-width: 767px) {
  .news-item img {
    margin-bottom: 20px; } }
@media (max-width: 576px) {
  .news-item img {
    margin-bottom: 15px; } }
.news-item h2 {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
@media (max-width: 767px) {
  .news-item h2 {
    margin-bottom: 10px; } }
.news-item-tags {
  color: #AFB6BE;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif; }
.news-item-tags-item {
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0.1px; }
.news-item-tags-item:nth-child(n+2) {
  margin-left: 25px; }
@media (max-width: 767px) {
  .news-item-tags-item:nth-child(n+2) {
    margin-left: 15px; } }
.news-item-tags-item i {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 18px;
  margin-right: 6px; }
@media (max-width: 767px) {
  .news-item-tags-item i {
    font-size: 16px;
    margin-right: 3px; } }
.news-item p {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6E7A86;
  letter-spacing: 0.4px;
  line-height: 24px; }
@media (max-width: 767px) {
  .news-item p {
    margin-top: 15px; } }

@media (min-width: 768px) {
  .news .ui-selectmenu-button.ui-button {
    width: 250px; } }

.news_single .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

.news_single-container {
  padding: 30px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
.news_single-container p {
  font-family: "Roboto", sans-serif;
  color: #6E7A86;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 20px; }
.news_single-container strong {
  font-weight: 700; }
.news_single-container em {
  font-style: italic; }
.news_single-container blockquote {
  border-top: 1px solid #D9DDE1;
  border-bottom: 1px solid #D9DDE1;
  margin: 30px 0;
  padding: 30px 65px 30px 75px;
  font-family: "Roboto", sans-serif;
  color: #6E7A86;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-style: italic;
}
.news_single-container img,
.news_single-container iframe {
  width: 100% !important;}
@media (max-width: 576px) {
  .news_single-container blockquote {
    margin: 25px 0;
    padding: 20px 0 20px 50px;
    background-position: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.6px; } }

.news_single-header h1 {
  margin-bottom: 20px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 2px; }
@media (max-width: 991px) {
  .news_single-header h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px; } }
@media (max-width: 767px) {
  .news_single-header h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.6px; } }

.news_single-image {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px; }
@media (max-width: 991px) {
  .news_single-image {
    height: 400px; } }
@media (max-width: 767px) {
  .news_single-image {
    height: 270px; } }
@media (max-width: 576px) {
  .news_single-image {
    height: 200px; } }

.news_single-meta {
  border-top: 1px solid #D9DDE1;
  border-bottom: 1px solid #D9DDE1;
  margin-bottom: 25px;
  color: #2A3A59;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  letter-spacing: 0.1px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px) {
  .news_single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 10px 30px; } }
.news_single-meta a {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  background-color: #ECEEF0;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08px; }
.news_single-meta a:hover {
  background-color: #d0d5da; }
.news_single-meta-date {
    margin-right: 40px;
    white-space: nowrap; }
@media (max-width: 991px) {
  .news_single-meta-date {
    font-size: 14px; } }
@media (max-width: 767px) {
  .news_single-meta-date {
    margin: 0 0 20px; } }
.news_single-meta-date i {
  color: #DA1329;
  font-size: 20px;
  margin-right: 12px; }
@media (max-width: 767px) {
  .news_single-meta-date i {
    margin-right: 8px; } }
.news_single-meta-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
    margin-bottom: -10px;
    cursor: default;
    position: relative;
    padding-left: 1.5rem; }
@media (max-width: 767px) {
  .news_single-meta-tags {
      padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
      margin-right: 0;
      margin-bottom: 1rem; } }
.news_single-meta-tags i {
    position: absolute;
    top: 0;
    left: 0;
    color: #DA1329;
  font-size: 20px;
    margin-right: 7px; }
@media (max-width: 767px) {
    .news_single-meta-tags i {
        position: static; } }
.news_single-meta-tags a {
  color: #2A3A59;
  padding: 0 15px;
    margin: 0 5px 10px; }
.news_single-meta-share {
    white-space: nowrap;
    cursor: default;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.news_single-meta-share span {
  color: #DA1329;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.4px; }
@media (max-width: 991px) {
  .news_single-meta-share span {
    display: none; } }
.news_single-meta-share a {
  margin-left: 5px;
  color: #6E7A86;
  width: 24px; }
@media (max-width: 767px) {
  .news_single-meta-share a {
    line-height: 30px;
    width: 30px;
    margin: 0 5px;
    font-size: 16px; } }

.news_single-footer {
  text-align: center;
  margin-top: 50px; }

.news_single-last_news {
    background-color: #f0f0f0;
    padding-top: 2rem; }
.news_single-last_news h1 {
    margin-bottom: 1em; }
.news_single-last_news .news_single-footer {
    margin-top: 0;
    padding-bottom: 3rem; }

.schedule .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

@media (max-width: 767px) and (min-width: 577px) {
  .schedule .filter-form-item {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .schedule .filter-form-item:nth-child(odd) {
    padding-right: 15px; }
  .schedule .filter-form-item:nth-child(even) {
    padding-left: 15px; } }

.schedule-header {
  margin: 5px 0 30px; }
@media (max-width: 767px) {
  .schedule-header {
    text-align: center; } }
@media (max-width: 576px) {
  .schedule-header {
    text-align: left; } }
.schedule-header h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #6F849C;
  color: #fff; }

.schedule-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.schedule-item {
  border: 1px solid #D9DDE1;
  width: calc(50% - 15px);
  text-align: center;
  padding: 25px 0 20px;
  margin-bottom: 25px;
  position: relative;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
@media (max-width: 991px) {
  .schedule-item {
    min-height: 150px; } }
@media (max-width: 767px) {
  .schedule-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }
.schedule-item--past {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.schedule-item--past:hover {
  background-color: #ECEEF0; }
.schedule-item-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 25px 160px 0;
  text-decoration: none; }
@media (max-width: 991px) {
  .schedule-item-container {
    padding: 15px 100px 0; } }
.schedule-item-header h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  padding: 2px 7px;
  display: inline-block;
  background-color: #ECEEF0;
  color: #2A3A59;
  border-radius: 2px; }
@media (max-width: 991px) {
  .schedule-item-header h2 {
    margin: 15px; } }
.schedule-item-status {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 1px;
  color: #2A3A59;
  margin-bottom: 15px; }
@media (max-width: 1199px) {
  .schedule-item-status {
    font-size: 30px;
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .schedule-item-status {
    margin-bottom: 10px; } }
.schedule-item-date, .schedule-item-live {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.35px;
  color: #6F849C;
  text-transform: uppercase;
  margin-bottom: 8px; }
@media (max-width: 1199px) {
  .schedule-item-date, .schedule-item-live {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px; } }
.schedule-item-live {
  color: #DA1329; }
.schedule-item-place {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #AFB6BE; }
@media (max-width: 991px) {
  .schedule-item-place {
    display: none; } }
.schedule-item-teams {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.schedule-item-teams-item {
  padding: 5px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.schedule-item-teams-item:nth-child(odd) {
  left: 0; }
.schedule-item-teams-item:nth-child(even) {
  right: 0; }
@media (max-width: 1199px) {
  .schedule-item-teams-item {
    padding: 5px 30px; } }
@media (max-width: 576px) {
  .schedule-item-teams-item {
    padding: 5px 15px; } }
@media (max-width: 991px) {
  .schedule-item-teams-item .flag {
    width: 50px;
    height: 50px; } }
.schedule-item-teams-item-name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #4A4A4A; }
@media (max-width: 991px) {
  .schedule-item-teams-item-name {
    font-size: 14px; } }
.schedule-item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #ECEEF0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.schedule-item-links-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.schedule-item-links-item:nth-child(n+2) {
  border-top: 1px solid #D9DDE1; }
.schedule-item-links-item a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #2A3A59;
  text-decoration: none;
  text-transform: uppercase; }
.schedule-item-links-item a:hover {
  text-decoration: underline; }
.schedule-item:hover .schedule-item-links {
  opacity: 1; }

.schedule .pagination {
  margin-top: 30px; }

.game-summary {
  background-position: center 10%; }
.game-summary .tss {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff; }
.game-summary .tss:after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 1199px) {
  .game-summary .tss {
    padding: 0 50px 60px; } }
@media (max-width: 991px) {
  .game-summary .tss {
    padding: 0 0 40px; } }
.game-summary .tss-team {
  width: calc(50% - 20px);
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
@media (min-width: 1200px) {
  .game-summary .tss-team:nth-of-type(1) .tss-team-coach {
    padding-left: 130px; } }
@media (max-width: 1199px) {
  .game-summary .tss-team:nth-of-type(1) .canopy-flagged_container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.game-summary .tss-team:nth-of-type(n+2) {
  text-align: right;
  float: right; }
.game-summary .tss-team:nth-of-type(n+2) .flag {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 40px; }
@media (min-width: 1200px) {
  .game-summary .tss-team:nth-of-type(n+2) .tss-team-coach {
    padding-right: 130px; } }
@media (max-width: 1199px) {
  .game-summary .tss-team:nth-of-type(n+2) .canopy-flagged_container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }
@media (max-width: 1199px) {
  .game-summary .tss-team .canopy-flagged_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .game-summary .tss-team .flag {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px; } }
@media (max-width: 576px) {
  .game-summary .tss-team .flag {
    width: 60px;
    height: 60px; } }
.game-summary .tss-team-coach {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.65px;
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.3); }
@media (max-width: 991px) {
  .game-summary .tss-team-coach {
    font-size: 24px;
    letter-spacing: 0.4px; } }
@media (max-width: 576px) {
  .game-summary .tss-team-coach {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px; } }
.game-summary .tss-result {
  font-size: 120px;
  letter-spacing: 6px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center; }
.game-summary .tss-result span {
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 1199px) {
  .game-summary .tss-result {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media (max-width: 576px) {
  .game-summary .tss-result {
    font-size: 60px;
    top: 100px;
    -webkit-transform: none;
    transform: none; } }
.game-summary .tsi {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (max-width: 1199px) {
  .game-summary .tsi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 220px; } }
@media (max-width: 767px) {
  .game-summary .tsi {
    max-height: none; } }
.game-summary .tsi-event {
  padding-right: 10px;
  padding-top: 8px; }
@media (max-width: 1199px) {
  .game-summary .tsi-event {
    max-width: 35%;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .game-summary .tsi-event {
    max-width: none;
    width: 100%; } }
.game-summary .tsi-event-number {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 35px;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  display: inline-block; }
@media (max-width: 576px) {
  .game-summary .tsi-event-number {
    font-size: 38px;
    margin-right: 10px;
    top: -2px; } }
.game-summary .tsi-event-number:before {
  content: '\2116';
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  left: 0;
  top: 4px; }
.game-summary .tsi-event-date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: inline-block; }
@media (max-width: 576px) {
  .game-summary .tsi-event-date {
    font-size: 12px;
    line-height: 18px; } }
.game-summary .tsi-event-date div {
  margin-bottom: 3px; }
.game-summary .tsi-about {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 1199px) {
  .game-summary .tsi-about {
    max-width: 35%; } }
@media (max-width: 767px) {
  .game-summary .tsi-about {
    max-width: none;
    width: 100%; } }
@media (max-width: 576px) {
  .game-summary .tsi-about {
    font-size: 12px;
    line-height: 18px; } }
.game-summary .tsi-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  color: #fff; }
@media (max-width: 576px) {
  .game-summary .tsi-about-item {
    margin-bottom: 10px; } }
.game-summary .tsi-about-item span {
  display: inline-block;
  margin-left: 12px;
  max-width: 150px; }
@media (max-width: 1199px) {
  .game-summary .tsi-about-item span {
    margin-left: 20px; } }
@media (max-width: 576px) {
  .game-summary .tsi-about-item span {
    margin-left: 10px; } }
.game-summary .tsi-people {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #E35760;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1199px) {
  .game-summary .tsi-people {
    max-width: 65%; } }
@media (max-width: 767px) {
  .game-summary .tsi-people {
    max-width: none;
    width: 100%; } }
@media (max-width: 576px) {
  .game-summary .tsi-people {
    font-size: 12px;
    line-height: 18px; } }
.game-summary .tsi-people ul {
  margin-left: 20px; }
@media (max-width: 576px) {
  .game-summary .tsi-people ul {
    margin-left: 10px; } }
.game-summary .tsi-people ul li {
  margin-top: 8px;
  margin-bottom: 11px; }
.game-summary .tsi-people-position {
  color: #FFF; }
.game-summary .tsi-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
@media (max-width: 767px) {
  .game-summary .tsi-img {
    width: 50px;
    height: 50px; } }
.game-stats-team .scheme-player {
  position: relative;
  display: flex;
}
.game-stats-team .scheme-player.warning:before,
.game-stats-team .scheme-player.ejection:before,
.game-stats-team .scheme-player.warning-ejection:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: auto; }
.game-stats-container .scheme-team--1 .scheme-player:not(.substitution):before {
  left: -15px;
}

.game-stats-container .scheme-team--1 .scheme-player:before {
  left: -35px;
}
.game-stats-container .scheme-team--2 .scheme-player:not(.substitution):before {
  right: -15px;
}

.game-stats-container .scheme-team--2 .scheme-player:before {
  right: -35px;
}
.game-stats-team .scheme-player.warning:before {
  background-color: #E8C826; }
.game-stats-team .scheme-player.ejection:before {
  background-color: #D21E31; }
.game-stats-team .scheme-player.warning-ejection:before {
  background: linear-gradient(to right, #E8C826 50%, #D21E31 50%); }
.game-stats-container .scheme-team--1 .scheme-player:after {
  left: -15px;
}
.game-stats-container .scheme-team--2 .scheme-player:after {
  right: -15px;
  transform: rotate(180deg);
}

.game-stats-container  .scheme-player.substitution--out:after {
  background-image: url(../../img/championship//scheme-arrow_left.svg);
}
.game-stats-container .scheme-player.substitution--in:after {
  background-image: url(../../img/championship//scheme-arrow_right.svg);
}

.game-stats-container .scheme-player.substitution--in_and_out:after {
  background-image: url(../../img/championship//scheme-arrow_left_and_right.svg);
}
.game-stats-team  .scheme-player.substitution:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  height: 13px;
  width: 13px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 600px) {
  .scheme-team--2 .scheme-list-container:last-child .scheme-player,
  .scheme-team--2 .scheme-list-container:last-child .scheme-player > a {
    justify-content: flex-end;
  }
}
.game-summary-type {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 576px) {
  .game-summary-type {
    font-size: 10px;
    line-height: 1; } }
.game-summary-type:before, .game-summary-type:after {
  content: '';
  height: 1px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.game-summary-type-container {
  padding: 0 25px; }
@media (max-width: 576px) {
  .game-summary-type-container {
    padding: 0 15px; } }
.game-summary-type span:nth-child(n+2):before {
  content: " \2022 "; }

.game .tabs-content-item {
  padding-bottom: 70px; }

.game-stats h2 {
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0.4px; }

.game-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 1199px) {
  .game-stats-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.game-stats-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 1199px) {
  .game-stats-team {
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }
@media (max-width: 576px) {
  .game-stats-team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    padding-left: 10px;
    margin-bottom: 30px; } }
.game-stats-team:nth-of-type(n + 2) {
  text-align: right; }
@media (max-width: 1199px) {
  .game-stats-team:nth-of-type(n + 2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media (max-width: 576px) {
  .game-stats-team:nth-of-type(n + 2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 30px; } }
.game-stats-team-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
@media (max-width: 576px) {
  .game-stats-team-name {
    display: block;
    text-align: center; } }
@media (max-width: 576px) {
  .game-stats-team-name h2 {
    white-space: nowrap;
    margin-bottom: 110px; } }
@media (max-width: 576px) {
  .game-stats-team-name .flag {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto; } }
.game-stats-team-info {
  padding: 0 30px 30px; }
@media (max-width: 576px) {
  .game-stats-team-info {
    min-height: 200px;
    padding: 0; } }
.game-stats-team-coach {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #6F849C;
  margin-top: 10px; }
@media (max-width: 576px) {
  .game-stats-team-coach {
    font-size: 12px;
    line-height: 1.4; } }
.game-stats-team-circle {
  width: 140px;
  margin: 15px 45px 45px;
  position: relative; }
@media (max-width: 576px) {
  .game-stats-team-circle {
    width: 90px;
    margin-left: 0;
    margin-right: 0; } }
.game-stats-team-circle-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
@media (max-width: 576px) {
  .game-stats-team-circle-text {
    top: 100%; } }
.game-stats-team-circle-text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #2A3A59; }
.game-stats-team-circle-text h3 span {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  display: block; }
@media (max-width: 576px) {
  .game-stats-team-circle-text h3 span {
    font-size: 32px;
    position: relative;
    bottom: 34px; } }
.game-stats-team .mobile_team_toggle {
    display: none;
    background-color: #e2e2e2;
    padding: 10px 15px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.game-stats-team .mobile_team_toggle i {
    margin-left: 0.5em;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.game-stats-team .mobile_team_toggle.open {
    background-color: #DA1329;
    color: #fff; }
.game-stats-team .mobile_team_toggle.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
@media (max-width: 576px) {
    .game-stats-team .mobile_team_toggle {
        display: block; } }

.game-stats-compare {
  width: 330px;
  color: #3D4248; }
@media (max-width: 1199px) {
  .game-stats-compare {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
.game-stats-compare-block {
  margin-bottom: 50px; }
.game-stats-compare-header {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px; }
.game-stats-compare .tsci {
  margin-bottom: 20px; }
.game-stats-compare .tsci-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
.game-stats-compare .tsci-team {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 9px 7px; }
.game-stats-compare .tsci-category {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-bottom: 11px; }
.game-stats-compare .tsci-line svg {
  width: 100%;
  height: 7px;
  border-radius: 3.5px; }

.game .scheme {
  font-family: "Roboto", sans-serif; }
@media (max-width: 1199px) {
  .game .scheme-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 576px) {
  .game .scheme-list-container {
      display: none;
      width: calc(200% + 80px);
      position: relative;
      right: calc(-50% - 30px); } }
.game .scheme-list-container h3 {
  margin-top: 20px;
  padding: 0 8px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }
.game .scheme-list .scheme-player {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 26px; }
.game .scheme-list .scheme-player a {
  display: block;
  text-decoration: none;
  color: inherit; }
.game .scheme-list .scheme-player .number {
  display: inline-block;
  width: 30px;
  color: #DA1329;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 18px; }
.game .scheme-list .scheme-player:hover {
  color: #DA1329; }
.game .scheme-list .scheme-player.active {
  background-color: #DA1329;
  color: #fff; }
.game .scheme-list .scheme-player.active .number {
  color: #fff; }
@media (min-width: 577px) {
    .game .scheme-list.scheme-team--2 .scheme-player {
        padding-left: 26px;
        padding-right: 8px; }
    .game .scheme-list.scheme-team--2 .scheme-player .number {
        float: right; } }
@media (max-width: 576px) {
    .game .scheme-list.scheme-team--2 .scheme-list-container {
        right: 0;
        left: calc(-50% - 30px);
        text-align: left; } }
.game .scheme-field {
  margin-top: 40px; }
@media (max-width: 576px) {
  .game .scheme-field {
    margin-top: 0; } }
.game .scheme-field a {
  text-decoration: none;
  color: inherit; }
.game .scheme-field-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.game .scheme-field-bar--team_2 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
.game .scheme-field-bar--team_1 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 6px; }
.game .scheme-field-team.scheme-team--1 .scheme-player .number {
  background-color: #fff;
  color: #000; }
.game .scheme-field-team.scheme-team--2 .scheme-player .number {
  background-color: #DA1329;
  color: #fff; }
.game .scheme-field-team .scheme-player a {
  text-decoration: none; }
.game .scheme-field-team .scheme-player .number {
  line-height: 26px;
  font-size: 14px;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700; }
.game .scheme-field-team .scheme-player.active {
  z-index: 1; }
.game .scheme-field-team .scheme-player.active .number {
  border-color: #fff; }

.game-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.game-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 576px) {
  .game-history-item {
    padding: 10px 5px; } }
.game-history-item:nth-child(n+2) {
  margin-bottom: 2rem; }
.game-history-item:nth-child(n+2) .label:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: -0.5rem;
  top: 100%;
  width: 2px;
  border-radius: 1px;
  height: 3rem;
  background-color: #DA1329;
  z-index: -1; }
@media (max-width: 576px) {
  .game-history-item:nth-child(n+2) .label:after {
    display: none; } }
@media (max-width: 576px) {
  .game-history-item:nth-child(n+2) {
    margin-bottom: 20px; } }
.game-history-item .label {
  width: 116px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 40px;
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
@media (max-width: 576px) {
  .game-history-item .label {
    width: 80px;
    margin-right: 20px; } }
.game-history-item .description {
  padding: 16px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.4; }
@media (max-width: 576px) {
  .game-history-item .description {
    padding: 0; } }
.game-history-item .description a {
  text-decoration: none; }
.game-history-item .description a:hover {
  text-decoration: underline; }
@media (max-width: 576px) {
  .game-history-item.ejection {
    border-left: 2px solid #D21E31;
    background-color: rgba(210, 30, 49, 0.1); } }
.game-history-item.ejection .label:before {
  background-color: #D21E31; }
.game-history-item.ejection .description {
  border-left: 2px solid #D21E31;
  background-color: rgba(210, 30, 49, 0.1); }
.game-history-item.ejection .description span,
.game-history-item.ejection .description a {
  color: #D21E31; }
@media (max-width: 576px) {
  .game-history-item.warning {
    border-left: 2px solid #E8C826;
    background-color: rgba(232, 200, 38, 0.1); } }
.game-history-item.warning .label:before {
  background-color: #E8C826; }
.game-history-item.warning .description {
  border-left: 2px solid #E8C826;
  background-color: rgba(232, 200, 38, 0.1); }
.game-history-item.warning .description span,
.game-history-item.warning .description a {
  color: #E8C826; }
.game-history-item.goal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 576px) {
  .game-history-item.goal {
    border-left: 2px solid #029442;
    background-color: rgba(2, 148, 66, 0.1); } }
.game-history-item.goal .label:before {
  background-color: #029442; }
.game-history-item.goal .description {
  border-left: 2px solid #029442;
  background-color: rgba(2, 148, 66, 0.1); }
.game-history-item.goal .description span,
.game-history-item.goal .description a {
  color: #029442; }
.game-history-item.goal .goal_label {
  height: 100px;
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #DA1329;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 576px) {
  .game-history-item.goal .goal_label {
    border: none;
    background: none;
    border-radius: 0;
    height: auto; } }
.game-history-item.goal .goal_label-time {
  font-size: 12px; }
.game-history-item.goal .goal_label-score {
  font-size: 44px;
  line-height: 50px;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  margin-top: 5px; }
@media (max-width: 576px) {
  .game-history-item.goal .goal_label-score {
    margin-top: 10px; } }
.game-history-item.goal .goal_label-text {
  font-size: 12px;
  text-transform: uppercase; }
@media (max-width: 576px) {
  .game-history-item.goal .goal_label-text {
    display: none; } }
@media (max-width: 576px) {
  .game-history-item.substitution {
    border-left: 2px solid #6F849C;
    background-color: rgba(111, 132, 156, 0.1); } }
.game-history-item.substitution .label:before {
  background-color: #6F849C; }
.game-history-item.substitution .description {
  border-left: 2px solid #6F849C;
  background-color: rgba(111, 132, 156, 0.1); }
.game-history-item.substitution .description span,
.game-history-item.substitution .description a {
  color: #6F849C; }
.game-history-item.substitution .label:before {
  content: '\f0ec' !important;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto !important;
  height: auto !important;
  background: none;
  color: #6F849C; }
@media (max-width: 576px) {
  .game-history-item.ejection, .game-history-item.warning, .game-history-item.goal, .game-history-item.substitution {
    padding: 15px 5px; } }
.game-history-item.ejection .label:before, .game-history-item.warning .label:before, .game-history-item.goal .label:before, .game-history-item.substitution .label:before {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
@media (max-width: 576px) {
  .game-history-item.ejection .label:before, .game-history-item.warning .label:before, .game-history-item.goal .label:before, .game-history-item.substitution .label:before {
    display: none; } }
.game-history-item.ejection .description, .game-history-item.warning .description, .game-history-item.goal .description, .game-history-item.substitution .description {
  padding-left: 20px;
  padding-right: 20px; }
@media (max-width: 576px) {
  .game-history-item.ejection .description, .game-history-item.warning .description, .game-history-item.goal .description, .game-history-item.substitution .description {
    padding: 0;
    border: none;
    background: none; } }
.game-history-item.comment .label:before, .game-history-item.timestamp .label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.game-history-item.comment .label:before {
  content: "\f040"; }
.game-history-item.timestamp .label:before {
  content: "\f017";
  margin-right: 6px; }
.game-history-item.team_1 .label:before {
  content: "";
  left: 0; }
.game-history-item.team_2 .label:before {
  content: "";
  right: 0; }

.team-summary-name {
  text-transform: uppercase;
  padding-bottom: 70px;
  border-bottom: 1px solid #fff; }
@media (max-width: 991px) {
  .team-summary-name {
    padding-bottom: 50px; } }
@media (max-width: 576px) {
  .team-summary-name {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .team-summary-name .flag {
    height: 70px;
    width: 70px; } }

.team-summary-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .team-summary-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .team-summary-info .canopy-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center; } }
@media (max-width: 576px) {
  .team-summary-info .canopy-table {
    padding-top: 10px; } }
@media (max-width: 767px) {
  .team-summary-info .canopy-table-item {
    width: 100%;
    margin: 0; } }
.team-summary-info .canopy-social {
  margin-top: 30px;
  margin-left: 20px; }
@media (max-width: 767px) {
  .team-summary-info .canopy-social {
    margin-top: 40px;
    margin-left: 0; } }

.team-line_up {
  padding-top: 10px;
  padding-bottom: 50px; }
@media (max-width: 576px) {
  .team-line_up {
    padding-top: 0; } }
.team-line_up-header {
  margin-bottom: 30px; }
@media (max-width: 576px) {
  .team-line_up-header {
    margin: 20px 0 15px; } }
.team-line_up-header h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #6F849C;
  color: #fff; }
@media (max-width: 576px) {
  .team-line_up-header h1 {
    color: #3D4248;
    background: none;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.35px; } }
.team-line_up-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.team-line_up-person {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700; }
@media (max-width: 576px) {
  .team-line_up-person:nth-child(even) .team-line_up-person-container {
    background-color: #fff; } }
.team-line_up-person a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -moz-transform-style: preserve-3d; }
.team-line_up-person a * {
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.team-line_up-person-container {
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #9F434E;
  position: relative;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  will-change: transform, box-shadow;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.team-line_up-person-container:hover {
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
  z-index: 1; }
@media (min-width: 577px) {
  .team-line_up-person-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 576px) {
  .team-line_up-person-container {
    background-image: none !important;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    margin: 0; } }
.team-line_up-person-container > * {
  position: relative;
  z-index: 2; }
.team-line_up-person-mobile_ava {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: none; }
@media (max-width: 576px) {
  .team-line_up-person-mobile_ava {
    display: block;
    margin-right: 15px;
    position: relative;
    bottom: 2px; } }
.team-line_up-person .player-ava {
  padding: 0.5rem 0 1rem; }
.team-line_up-person .player-ava-photo {
  margin-bottom: 0; }
.team-line_up-person .player-ava-number {
  background: none;
  font-size: 58px;
  margin-bottom: 0;
  margin-top: 1.5rem; }
@media (max-width: 576px) {
  .team-line_up-person .player-ava {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .team-line_up-person .player-ava:after {
    font-family: FontAwesome;
    content: "\f0da";
    color: #000;
    font-size: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .team-line_up-person .player-ava-photo {
    display: none; }
  .team-line_up-person .player-ava-number {
    height: auto;
    line-height: 1;
    background: none;
    margin: 0;
    color: #3D4248;
    font-size: 14px;
    letter-spacing: 0.2px;
    position: relative;
    bottom: -2px;
    margin-right: 35px; } }
.team-line_up-person-signature {
  width: 100%;
  max-width: 170px;
  margin: 0 auto; }
@media (max-width: 576px) {
  .team-line_up-person-signature {
    display: none; } }
.team-line_up-person-signature img {
  width: 100%; }
.team-line_up-person-name {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.6px;}
@media (max-width: 576px) {
  .team-line_up-person-name {
    text-transform: none;
    color: #3D4248;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: -2px; } }

.team-coaches {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.team-coaches-person-wrapper {
  padding: 0 15px;
  margin-bottom: 40px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 991px) {
  .team-coaches-person-wrapper {
    width: 33.333%; } }
@media (max-width: 767px) {
  .team-coaches-person-wrapper {
    width: 50%; } }
@media (max-width: 576px) {
  .team-coaches-person-wrapper {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }
.team-coaches-person {
  min-height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.team-coaches-person img {
  width: 100%;
  border-radius: 2px 2px 0 0; }
.team-coaches-person-container {
  padding: 30px 20px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
@media (max-width: 576px) {
  .team-coaches-person-container {
    padding-top: 20px; } }
.team-coaches-person h1 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3D4248;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media (max-width: 576px) {
  .team-coaches-person h1 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px; } }
.team-coaches-person-position {
  color: #BC0D22;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 20px; }
@media (max-width: 576px) {
  .team-coaches-person-position {
    margin-bottom: 15px;
    text-align: center; } }
.team-coaches-person-birthday {
  font-family: "HeliosCond", sans-serif;
  color: #6E7A86;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.47px;
  padding: 10px 5px 7px;
  border-top: 1px solid #D9DDE1;
  border-bottom: 1px solid #D9DDE1;
  text-align: center;
  margin-bottom: 10px; }
.team-coaches-person-bio {
  font-family: "Roboto", sans-serif;
  color: #6E7A86;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.47px;
  margin-right: -10px;
  height: 120px;
  overflow: auto; }
.team-coaches-person-bio * {
  opacity: 1 !important; }
.team-coaches-person-bio p {
  margin-bottom: 0.5em; }
.team-coaches-person-bio .mCSB_container {
  padding: 5px 0 10px;
  margin-right: 20px; }
.team-coaches-person-bio .mCSB_outside + .mCSB_scrollTools {
  margin: 5px 0; }
.team-coaches-person-bio .mCSB_dragger .mCSB_dragger_bar {
  background-color: #AFB6BE;
  width: 8px; }
.team-coaches-person-bio .mCSB_draggerRail {
  background-color: red; }

.team .filter {
  padding: 5px 0; }

.team-table {
  padding: 10px 0 30px;
  margin-left: -20px;
  margin-right: -20px;
  font-family: "Roboto", sans-serif; }
.team-table .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 20px; }
.team-table .table-padding {
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table; }
.team-table .table td,
.team-table .table th {
  padding: 14px 60px 10px 16px;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
  white-space: nowrap; }
@media (max-width: 1199px) {
  .team-table .table td,
  .team-table .table th {
    padding-right: 50px; } }
@media (max-width: 991px) {
  .team-table .table td,
  .team-table .table th {
    padding-right: 24px; } }
@media (max-width: 767px) {
  .team-table .table td,
  .team-table .table th {
    padding-right: 16px; } }
.team-table .table th {
  color: #b3b4b6;
  padding-right: 16px; }
.team-table .table td {
  color: #3D4248;
  font-weight: 500; }
.team-table .table .table-shrink {
  padding-right: 16px; }
.team-table .table .table-grow {
  width: 100%;
  padding-right: 40px; }
.team-table .table .flag {
  height: 54px;
  width: 54px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  box-shadow: 0 0 16px rgba(0,0,0,0.24);
  margin-right: 20px; }

.player-ava {
  display: inline-block;
  width: 225px;
  padding: 30px 0;
  text-align: center; }
@media (max-width: 767px) {
  .player-ava {
    width: 100%;
    max-width: 225px; } }
.player-ava-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin: 0 auto -50px; }
.player-ava-number {
  font-size: 32px;
  letter-spacing: 1px;
  height: 75px;
  width: 80px;
  background: url("../../img/team/team-line_up-pentagon.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 10px;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.player-summary {
  background-position: center top; }
.player-summary-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .player-summary-main {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.player-summary-main .player-ava {
  padding-bottom: 30px; }
@media (max-width: 767px) {
  .player-summary-main .player-ava {
    padding: 50px 40px 20px; } }
.player-summary-main-info {
  padding-left: 50px;
  color: #fff; }
@media (max-width: 767px) {
  .player-summary-main-info {
    padding: 0;
    text-align: center;
    width: 100%; } }
.player-summary-main-info h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.5);
  margin-bottom: 10px; }
@media (max-width: 576px) {
  .player-summary-main-info h1 {
    font-size: 30px; } }
.player-summary-main-info-role {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.67px;
  margin-bottom: 20px; }
@media (max-width: 576px) {
  .player-summary-main-info-role {
    margin-bottom: 25px; } }
.player-summary-main-info-team {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.3);
  margin-bottom: 25px; }
@media (max-width: 576px) {
  .player-summary-main-info-team {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.player-summary-main-info-team .flag {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle; }
.player-summary-main-info-team span {
  position: relative;
  bottom: -3px;
  left: 17px;
  padding-right: 17px;
  text-align: left; }
.player-summary-main-info .canopy-social {
  text-shadow: 0 1px 2px rgba(42, 58, 89, 0.5); }
.player-summary-main-info .canopy-social .canopy-subheader {
  text-shadow: 0 2px 4px rgba(42, 58, 89, 0.3); }
.player-summary-details {
  border-top: 1px solid #fff; }
.player-summary-details .canopy-table {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.player-info {
  padding-top: 5px;
  padding-bottom: 40px; }
.player-info h2 {
  color: #3D4248;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
  max-width: calc(33.333% - 20px); }
@media (max-width: 991px) {
  .player-info h2 {
    max-width: calc(50% - 15px); } }
@media (max-width: 576px) {
  .player-info h2 {
    max-width: none; } }
.player-info p {
  margin: 20px 0 40px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #6E7A86; }
.player-info-circle {
  width: 140px;
  position: relative;
  margin: 0 20px;
  padding-top: 15px; }
@media (max-width: 576px) {
  .player-info-circle {
    margin: 0 30px; } }
.player-info-circle-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, calc(-50% + 10px));
  transform: translate(0, calc(-50% + 10px));
  font-size: 44px;
  color: #DA1329; }
.player-info-circle-legend {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center; }
.player-info-circle-legend ul {
  display: inline-block;
  text-align: left;
  margin-top: 7px; }
.player-info-circle-legend ul li {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3D4248;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.4px; }
.player-info-circle-legend ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #D7D8DB;
  margin-right: 9px; }
.player-info-circle-legend ul li:first-child:before {
  background-color: #DA1329; }
.player-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 25px;
  color: #3D4248; }
@media (max-width: 991px) {
  .player-info-container {
    margin-bottom: 5px; } }
.player-info-col {
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }
@media (max-width: 991px) {
  .player-info-col {
    width: 50%;
    padding: 5px 15px 40px; } }
@media (max-width: 576px) {
  .player-info-col {
    width: 100%; } }
.player-info-col h2 {
  max-width: none; }
.player-info-stats {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700; }
div.player-info-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
div.player-info-stats .player-info-stats-name {
  width: auto;
  white-space: nowrap;
  padding: 15px 0 0; }
.player-info-stats-wrapper table {
  width: 100%; }
.player-info-stats td {
  height: 90px;
  vertical-align: middle; }
@media (max-width: 576px) {
  .player-info-stats td {
    height: 80px; } }
.player-info-stats-icon {
  text-align: center;
  padding-right: 20px; }
.player-info-stats-icon img {
  max-width: 100%;
  max-width: 57px; }
.player-info-stats-name {
  font-size: 24px;
  padding-right: 10px;
  width: 100%; }
@media (max-width: 767px) {
  .player-info-stats-name {
    font-size: 22px; } }
@media (max-width: 576px) {
  .player-info-stats-name {
    font-size: 20px; } }
.player-info-stats-value {
  font-size: 48px;
  letter-spacing: 0.6px;
  text-align: center;
  padding-left: 10px; }
@media (max-width: 767px) {
  .player-info-stats-value {
    font-size: 40px; } }
.player-info-career {
  margin: 20px auto 0; }
.player-info-career-time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #3D4248;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.6px;
  padding: 10px 25px 10px 0; }
.player-info-career-team {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  color: #3D4248;
  font-size: 18px;
  letter-spacing: 0.68px;
  padding: 10px 0px 10px 5px; }
.player-info-trophies {
  color: #3D4248;
  width: 100%; }
.player-info-trophies td {
  vertical-align: middle; }
.player-info-trophies tr:nth-last-child(n + 2) {
  border-bottom: 1px solid #D0D0D0; }
.player-info-trophies-icon {
  padding: 20px 5px; }
@media (max-width: 576px) {
  .player-info-trophies-icon img {
    width: 25px; } }
.player-info-trophies-year {
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 0 15px 0 10px;
  white-space: nowrap;
  text-align: center; }
@media (max-width: 767px) {
  .player-info-trophies-year {
    font-size: 22px;
    white-space: normal; } }
@media (max-width: 576px) {
  .player-info-trophies-year {
    font-size: 20px; } }
.player-info-trophies-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -2px; }

.photos .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

.photos a {
  text-decoration: none; }
@media (min-width: 992px) {
  .photos a:hover .photos-item-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 2px 0 0; } }
.photos a:hover .photos-item-description {
  background-color: #BC0D22; }
.photos a:hover .photos-item-description svg {
  fill: #fff; }
.photos a:hover .photos-item-description h2 {
  color: #fff; }
.photos a:hover .photos-item-description-date {
  color: #fff; }

.photos-item {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  border-radius: 2px; }
@media (max-width: 576px) {
  .photos-item {
    margin-bottom: 35px; } }
.photos-item-img {
  background: no-repeat center;
  background-size: cover;
  border-radius: 2px 2px 0 0;
  position: relative;
  padding-bottom: 60%; }
.photos-item-description {
  padding: 14px 20px 14px 60px;
  position: relative;
  border-radius: 0 0 2px 2px; }
.photos-item-description svg {
  fill: #DA1329;
  position: absolute;
  left: 16px;
  top: 16px; }
.photos-item-description h2 {
  line-height: 1.4; }
.photos-item-description-date {
  margin-top: 0.5em;
  font-family: "Roboto", sans-serif;
  color: #6F849C;
  font-size: 12px; }

.photo_album .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

.photo_album-header {
  padding-top: 30px; }
@media (max-width: 576px) {
  .photo_album-header {
    padding-top: 40px; } }
.photo_album-header h1 {
  text-align: center;
  margin-bottom: 0.75em; }
.photo_album-header p {
  font-family: "Roboto", sans-serif;
  color: #3D4248;
  line-height: 1.5;
  margin-bottom: 25px; }
@media (max-width: 576px) {
  .photo_album-header p {
    margin-bottom: 15px; } }
.photo_album-header-meta {
  font-family: "Roboto", sans-serif;
  color: #6F849C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px; }
@media (max-width: 991px) {
  .photo_album-header-meta {
    margin-bottom: 30px; } }
.photo_album-header-meta a {
  color: #DA1329;
  text-decoration: underline; }
.photo_album-header-meta a:hover {
  text-decoration: none; }
.photo_album-header-meta-date {
  margin-right: 40px; }
.photo_album-header .btn {
  margin-bottom: 40px;
  display: table;
  margin-left: auto;
  margin-right: auto; }

.photo_album-grid {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px; }
.photo_album-grid:after {
  content: "";
  display: table;
  clear: both; }
.photo_album-grid .grid_sort-column {
  float: left;
  font-size: 50px; }

/* .photo_album-item {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block; } */
@media (max-width: 576px) {
  .photo_album-item {
    padding: 5px; } }
/* .photo_album-item a {
  display: block;
  height: 244px;
  overflow: hidden;} */
.photo_album-item img {
  /* width: 100%; */
  /* display: block; */
  width: 100% !important;
  height: auto !important;
 }

.photo_album-load_more {
  width: 100%;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 50px;
  background: #ECEEF0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #6E7A86;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
@media (max-width: 576px) {
  .photo_album-load_more {
    margin-left: -5px;
    width: calc(100% + 10px); } }
.photo_album-load_more:hover {
  background: #d0d5da; }

.videos .breadcrumbs-container {
  border-bottom: 1px solid #D9DDE1; }

.videos-item {
  margin-bottom: 50px; }
@media (max-width: 576px) {
  .videos-item {
    margin-bottom: 35px; } }
.videos-item .video {
  width: 100%;
  padding-bottom: 66%;
  position: relative; }
.videos-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.videos-item h2 {
  line-height: 1.4;
  margin-top: 0.75em; }
.videos-item-date {
  margin-top: 0.5em;
  font-family: "Roboto", sans-serif;
  color: #6F849C;
  font-size: 12px; }

.online_video-container {
  padding: 40px 0 50px; }

.online_video h1 {
  margin-bottom: 1em;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .online_video h1 {
    text-align: center; } }

.online_video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  padding: 12px;
  border-top: 1px solid #DCDCDC;
  margin-bottom: 6px; }
.online_video-info-score {
  font-weight: 500;
  font-size: 24px;
  color: #4A4A4A;
  margin: 0 30px;
  white-space: nowrap; }
@media (max-width: 767px) {
  .online_video-info-score {
    margin: 0 15px;
    font-size: 20px; } }
@media (max-width: 576px) {
  .online_video-info-score {
    margin: 0 25px; } }
.online_video-info-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px; }
@media (max-width: 576px) {
  .online_video-info-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.online_video-info-team:nth-of-type(n+2) img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }
.online_video-info-team img {
  margin: 0 20px;
  height: 54px; }
@media (max-width: 767px) {
  .online_video-info-team img {
    margin: 0 10px;
    height: 40px; } }
@media (max-width: 576px) {
  .online_video-info-team img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 10px; } }

.online_video .video {
  position: relative;
  width: 100%;
  padding-bottom: 20px; }
.online_video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-broadcast {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.no-broadcast_col {
  max-width: 50%;
  text-align: center;
}
@media (max-width: 900px) {
  .no-broadcast_col {
    max-width: 100%;
    padding: 20px 0; }
  .no-broadcast {
    display: block; } }
@media (max-width: 599px) {
  .no-broadcast_col {
    max-width: 100%;
    padding: 20px 0; }
  .no-broadcast {
    display: block; } }

.no-broadcast_col h1 {
  font-family: "HeliosCond", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.no-broadcast_col img {
  max-width: 100%;
}

.top_header_buttons {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 130px; }
@media (max-width: 900px) {
  .top_header_buttons {
    height: 100px; } }
@media (max-width: 599px) {
  .top_header_buttons {
    flex-wrap: wrap;
    height: 120px;
    padding: 0; } }
.top_header_buttons-wrap {
  background-image: url("../../img/new_top_header/top_header_bg.jpg");
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 17; }
.top_header_buttons-wrap_wc {
    background-size: cover;
    width: 100%;
    position: relative;
    height: 170px;
    display: block;
    z-index: 17; }
.top_header_buttons-wrap_wc:hover {
  opacity: .9; }
.top_header_buttons-wrap_wc.ru {
  background-image: url("../../img/new_top_header/world_cup_ru.png"); }  
.top_header_buttons-wrap_wc.en {
  background-image: url("../../img/new_top_header/world_cup_en.png"); }
.top_header_buttons-wrap_wc.by {
  background-image: url("../../img/new_top_header/world_cup_by.png"); }
@media (min-width: 2560px) {
  .top_header_buttons-wrap_wc {
    height: 230px; }  
} 
@media (max-width: 1440px) {
  .top_header_buttons-wrap_wc {
    height: 130px; }  
}  
@media (max-width: 1280px) {
  .top_header_buttons-wrap_wc {
    height: 115px; }  
}
@media (max-width: 1024px) {
  .top_header_buttons-wrap_wc {
    height: 90px; }  
}
@media (max-width: 768px) {
  .top_header_buttons-wrap_wc {
    height: 70px; }  
}  
@media (max-width: 425px) {
  .top_header_buttons-wrap_wc {
    height: 38px; }  
}  
@media (max-width: 375px) {
  .top_header_buttons-wrap_wc {
    height: 34px; }  
}
@media (max-width: 320px) {
  .top_header_buttons-wrap_wc {
    height: 56px; }
  .top_header_buttons-wrap_wc.ru {
    background-image: url("../../img/new_top_header/world_cup_mobile_ru.png"); }  
  .top_header_buttons-wrap_wc.en {
    background-image: url("../../img/new_top_header/world_cup_mobile_en.png"); }
  .top_header_buttons-wrap_wc.by {
    background-image: url("../../img/new_top_header/world_cup_mobile_by.png"); }
}  
.top_header_buttons-link {
  width: 14.28%;
  height: 100%;
  display: flex; }
@media (max-width: 599px) {
  .top_header_buttons-link {
    width: 16.66%; } }
.top_header_buttons-link.active {
  background: rgba(255, 255, 255, 0.79); }
.top_header_buttons-link:hover {
  background: rgba(255, 255, 255, 0.79); }
.top_header_buttons-link:hover:nth-child(1) span {
  background-image: url("../../img/new_top_header/7.svg"); }
@media (max-width: 599px) {
  .top_header_buttons-link:hover:nth-child(1) span {
    background-image: url("../../img/new_top_header/abff.svg"); } }
.top_header_buttons-link:hover:nth-child(2) span {
  background-image: url("../../img/new_top_header/1.svg"); }
.top_header_buttons-link:hover:nth-child(3) span {
  background-image: url("../../img/new_top_header/2.svg"); }
.top_header_buttons-link:hover:nth-child(4) span {
  background-image: url("../../img/new_top_header/3.svg"); }
.top_header_buttons-link:hover:nth-child(5) span {
  background-image: url("../../img/new_top_header/4.svg"); }
.top_header_buttons-link:hover:nth-child(6) span {
  background-image: url("../../img/new_top_header/5.svg"); }
.top_header_buttons-link:hover:nth-child(7) span {
  background-image: url("../../img/new_top_header/8.svg"); }
.top_header_buttons-link:hover:nth-child(8) span {
  background-image: url("../../img/new_top_header/6.svg"); }
.top_header_buttons-link span {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
@media (max-width: 900px) {
  .top_header_buttons-link span {
    height: 70px; } }
@media (max-width: 599px) {
  .top_header_buttons-link span {
    height: 40px; } }
@media (max-width: 599px) {
  .top_header_buttons-link {
    height: 55%; } }
@media (max-width: 599px) {
  .top_header_buttons-link:nth-child(1) {
    width: 100%;
    height: 45%;
    border-bottom: 1px solid #B66565; } 
  .top_header_buttons-link:last-child {
      display: none; } }
.top_header_buttons-link:nth-child(1) span {
  background-image: url("../../img/new_top_header/7_w.svg"); }
@media (max-width: 599px) {
  .top_header_buttons-link:nth-child(1) span {
    background-image: url("../../img/new_top_header/abff.svg"); } }
.top_header_buttons-link:nth-child(2) span {
  background-image: url("../../img/new_top_header/1_w.svg"); }
.top_header_buttons-link:nth-child(3) span {
  background-image: url("../../img/new_top_header/2_w.svg"); }
.top_header_buttons-link:nth-child(4) span {
  background-image: url("../../img/new_top_header/3_w.svg"); }
.top_header_buttons-link:nth-child(5) span {
  background-image: url("../../img/new_top_header/4_w.svg"); }
.top_header_buttons-link:nth-child(6) span {
  background-image: url("../../img/new_top_header/5_w.svg"); }
.top_header_buttons-link:nth-child(7) span {
  background-image: url("../../img/new_top_header/8_w.svg"); }
.top_header_buttons-link:nth-child(8) span {
  background-image: url("../../img/new_top_header/6_w.svg"); }

.ajax-load-color {
  color: #CCCCCC;
}

.ajax-load-color:hover {
  color: #CCCCCC;
}


.modal-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  justify-content: center;
  align-items: center;
}

.modal-popup.hide,
.modal-popup.closed {
  display: none;
}

@media (max-width: 599px) {
  .modal-popup {
    align-items: flex-start;
    padding-top: 70px;
  }
}

.modal-popup_content {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 980px;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1024px) {
  .modal-popup_content {
    padding: 20px;
  }
}

.modal-popup_close {
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 0;
  right: -65px;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .modal-popup_close {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
}

.modal-popup_body img {
  width: 100%
}

.modal-popup_body a {
  display: block;
  width: 270px;
  position: absolute;
  padding: 15px;
  background-color: #fff;
  /* background-color: #E01054;
  color: #FFF; */
  color: #ff0000;
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.11px;
  cursor: pointer;
  border: none;
  bottom: 100px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}

@media (max-width: 599px) {
  .modal-popup_body a {
    width: inherit;
    display: block;
    max-width: 100%;
    position: relative;
    bottom: -10px;
    left: 0;
    margin: 0;
  }
}

.broadcasting-team__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.broadcasting-team__title .pm_link {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=style.css.map */
