@charset "UTF-8";
.btn-block .rules-link {
  font-family: 'PFDinTextCompPro', sans-serif;
  font-weight: 400;
}

.button {
  font-family: 'Mont', sans-serif;
  font-weight: 800;
}

.post__title h1, .post__text h2 {
  font-family: 'Mont', sans-serif;
  font-weight: 700;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  min-height: 100vh;
  height: auto;
}

body {
  position: relative;
  font-family: 'Mont', sans-serif;
  line-height: 1.12;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
}
/* body main {
  padding-top: 0;
}

body.body--post main{
  padding-top: 0;
} */

body.body--post .bgrAbsolute {
  background-image: none;
}

@media (min-width: 1200px) {
  body.body--post .bgrAbsolute {
    background-image: url("../images/bg/bg.jpg");
    background-position: top;
  }
}

.bgrAbsolute {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.35;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  width: 100%;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.yellow-gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: -o-linear-gradient(top, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
}

.blue-gradient {
  background: -o-linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #1795f9), color-stop(38.81%, #0354ff));
  background: -o-linear-gradient(top, #1795f9 -73.86%, #0354ff 38.81%);
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
}

.red-gradient {
  background: -o-linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #f95a71), color-stop(38.81%, #f40f3e));
  background: -o-linear-gradient(top, #f95a71 -73.86%, #f40f3e 38.81%);
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: 'Mont';
  font-style: normal;
  src: url("../fonts/bat/Mont/Mont-Bold.woff2") format("woff2"), url("../fonts/bat/Mont/Mont-Bold.woff") format("woff"), url("../fonts/bat/Mont/Mont-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  font-style: normal;
  src: url("../fonts/bat/Mont/Mont-SemiBold.woff2") format("woff2"), url("../fonts/bat/Mont/Mont-SemiBold.woff") format("woff"), url("../fonts/bat/Mont/Mont-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  font-style: normal;
  src: url("../fonts/bat/Mont/Mont-Regular.woff2") format("woff2"), url("../fonts/bat/Mont/Mont-Regular.woff") format("woff"), url("../fonts/bat/Mont/Mont-Regular.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTMLд
<i class="icon icon-home"></i>
*/
.icon {
  width: 12px;
  height: 12px;
}

.icon-pt {
  background-image: url("../images/sprite.png");
  background-position: 0px -36px;
}

.icon-ru {
  background-image: url("../images/sprite.png");
  background-position: -54px -0px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: -18px 0px;
}

.icon-en {
  background-image: url("../images/sprite.png");
  background-position: -36px 55px;
}

.icon-fi {
  background-image: url("../images/sprite.png");
  background-position: -18px -54px;
}

.icon-de {
  background-image: url("../images/sprite.png");
  background-position: 0px 36px;
}

.icon-el {
  background-image: url("../images/sprite.png");
  background-position: -18px -18px;
}

.icon-fr {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
}

.icon-es {
  background-image: url("../images/sprite.png");
  background-position: -54px -36px;
}

.icon-tr {
  background-image: url("../images/sprite.png");
  background-position: -36px -36px;
}

.icon-no {
  background-image: url("../images/sprite.png");
  background-position: -36px 36px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: 55px 18px;
}

.button {
  padding: 8px 12px;
  font-size: calc(11px + 13 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 0.2em;
  background-color: #ffbc00;
  color: #fff;
}

@media (min-width: 576px) {
  .button {
    padding: 0.6em 1.6em;
  }
}

@media (min-width: 1200px) {
  .button {
    min-width: 262px;
    font-size: 18px;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  }
  .button:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
            box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
  }
}

@media (min-width: 1920px) {
  .button {
    min-width: 262px;
    font-size: 18px;
  }
}

.button--elipse {
  padding: 0.5em 1em 0.4em;
  color: #171717;
  border-radius: 8px;
  background-color: #ffbc00;
  font-weight: 800;
  border-radius: 2em;
  -webkit-box-shadow: 0px 3px 0px #8a6500, 0px 4px 8px #3a2b00;
          box-shadow: 0px 3px 0px #8a6500, 0px 4px 8px #3a2b00;
  -webkit-transition: color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear, color 0.3s linear;
  transition: box-shadow 0.3s linear, color 0.3s linear;
  transition: box-shadow 0.3s linear, color 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.button--elipse:hover, .button--elipse:active {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 4, 0.7);
          box-shadow: 0px 0px 30px rgba(255, 187, 4, 0.7);
  color: #232323;
}

.button--form {
  font-size: 16px;
  height: 30px;
  width: 100%;
  color: #000;
}

@media (min-width: 993px) {
  .button--form {
    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;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
}

.container-fluid {
  max-width: 1920px;
}

.soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 576px) {
  .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
}

.soc-networks .footer__18icon {
  display: none;
}

.soc-networks a {
  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;
  margin-left: 1%;
  margin-right: 1%;
  height: 34px;
  width: 34px;
  background: -o-radial-gradient(circle farthest-corner at 73% 0%, #f4d240 58%, #ffbb04 40%);
  background: -o-radial-gradient(73% 0%, circle farthest-corner, #f4d240 58%, #ffbb04 40%);
  background: radial-gradient(circle farthest-corner at 73% 0%, #f4d240 58%, #ffbb04 40%);
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  border-radius: 0.3em;
}

.soc-networks a svg {
  width: 20px;
  height: 20px;
}

.soc-networks a svg use {
  fill: #000;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.soc-networks a:hover {
  background-color: #232323;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
          box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
}

.acceptCookie {
  position: relative;
  padding: 10px 0;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  background-color: #373737;
}

@media (min-width: 1200px) {
  .acceptCookie {
    padding: 20px 27px;
  }
}

.acceptCookie::before, .acceptCookie::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  background-color: inherit;
}

@media (min-width: 1200px) {
  .acceptCookie::before, .acceptCookie::after {
    display: none;
  }
}

.acceptCookie::before {
  right: 100%;
}

.acceptCookie::after {
  left: 100%;
}

.acceptCookie a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.acceptCookie a:hover {
  color: #cccccc;
}
/* 
.langCheck {
  min-width: 62px;
  top: 0px;
  height: 24px;
}

@media (min-width: 767px) {
  .langCheck {
    min-width: 100px;
  }
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
  }
}

.langCheck__wrapper {
  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;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 111;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 576px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
          animation-name: bgShow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
          animation-name: bgShow2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-animation-name: showItem;
          animation-name: showItem;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
            animation-name: showItemDesc;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #c8c8c8;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover .langContext {
  color: black;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  width: 12px;
  height: 12px;
  margin: 3px 6px 3px 4px;
  background-size: 73px;
}

@media (min-width: 576px) {
  .langCheck__item .icon {
    width: 19px;
    height: 18px;
    margin: 3px 6px 3px 6px;
  }
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  color: white;
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 24px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  .langCheck__item.selected {
    height: 27px;
  }
}

.langCheck__item.selected .icon {
  width: 12px;
  height: 12px;
  background-size: 27px;
}

@media (min-width: 576px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 767px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
  }
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 0;
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 20px;
  height: 100%;
  height: 27px;
  background-color: #6283FE;
box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
 
  margin-left: 6px;
  position: relative;
}

@media (min-width: 576px) {
  .langCheck__item.selected .arrow {
    width: 27px;
  }
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    margin-left: auto;
  }
}

.langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 5px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 576px) {
  .langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
    width: 7px;
  }
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 24%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 24%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  opacity: 0;
}

.langCheck__item > a.langContext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}

.langCheck__item > a.langContext .icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
} */

.header {
  position: relative;
  z-index: 4;
  background-color: #171717;
}

@media (min-width: 1920px) {
  .header {
    padding: 0 20px;
  }
}

.header__inner {
  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: 0.6em 0;
}

@media (min-width: 1200px) {
  .header__inner {
    padding: 0;
  }
}

.header__inner .header__mobMenuBtn,
.header__inner .langCheck,
.header__inner .button {
  margin-left: 0.6em;
}

@media (min-width: 576px) {
  .header__inner .header__mobMenuBtn,
  .header__inner .langCheck,
  .header__inner .button {
    margin-left: 1em;
  }
}

.header__inner .header__mobMenuBtn {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: none;
  background-color: transparent;
  /* Icon 2 */
}

@media (min-width: 1200px) {
  .header__inner .header__mobMenuBtn {
    display: none;
  }
}

.header__inner .header__mobMenuBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header__inner .header__mobMenuBtn span:nth-child(1) {
  top: 0px;
}

.header__inner .header__mobMenuBtn span:nth-child(2) {
  top: 6px;
}

.header__inner .header__mobMenuBtn span:nth-child(3) {
  top: 12px;
}

.header__inner .header__mobMenuBtn.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header__inner .header__mobMenuBtn.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}

.header__inner .header__mobMenuBtn.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header__left {
  margin-right: auto;
}

@media (min-width: 1200px) {
  .header__left {
    margin-right: unset;
  }
}

.header__reg {
  display: none;
}

@media (min-width: 576px) {
  .header__reg {
    margin-left: auto;
    display: block;
  }
}

.header__box {
  max-height: 54px;
}

@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .header hr {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__link {
  position: relative;
  z-index: 10;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

@-webkit-keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }
  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }
  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

.logo__link:hover {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.7) 30%, #fff 50%, rgba(255, 255, 255, 0.7) 70%);
  -webkit-mask-size: 200%;
}

.logo__link img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 767px) {
  .logo__link img {
    min-width: 160px;
  }
}

.logo__svg {
  width: 60px;
  height: 27px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (min-width: 767px) {
  .logo__svg {
    width: 70px;
    height: 27px;
  }
}

@media (min-width: 993px) {
  .logo__svg {
    max-width: 90px;
    max-height: 31px;
  }
}

.menu {
  position: relative;
  -webkit-transform: translateX(-100%) scale(0);
      -ms-transform: translateX(-100%) scale(0);
          transform: translateX(-100%) scale(0);
  height: 0;
  width: 0;
}

@media (min-width: 1200px) {
  .menu {
    position: relative;
    z-index: 1;
    background: transparent;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0%) scale(1);
        -ms-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
}

.menu > ul {
  padding: 10px 30px;
  list-style: none;
}

@media (min-width: 1200px) {
  .menu > ul {
    padding: 0px;
  }
}

.menu__layout {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.35;
}

@media (min-width: 1200px) {
  .menu__item {
    display: inline-block;
  }
  .menu__item:hover > a {
    color: #ffbc00;
    text-shadow: 0 0 0.65px #ffbc00, 0 0 0.65px #ffbc00;
  }
}

.menu__item.menu__item--hasChild:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.menu__item.menu__item--hasChild:hover > ul li:hover {
  background-color: #ffd027;
}

.menu__item.menu__item--hasChild:hover > ul li:hover a {
  color: #000;
}

.menu__item.menu__item--hasChild:hover > a > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu__item.menu__item--hasChild > ul {
  list-style: none;
}
@media (min-width: 1200px) {
  .menu__item.menu__item--hasChild > ul {
    display: none;
    position: absolute;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-color: #000; */
    background-color: #171717;
  }
}

.menu__item.menu__item--hasChild > ul > li {
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

@media (min-width: 1200px) {
  .menu__item.menu__item--hasChild > ul > li {
    width: 100%;
  }
}

.menu__item.menu__item--hasChild > ul > li > a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 1200px) {
  .menu__item.menu__item--hasChild > ul > li > a {
    padding: 4px 10px 4px 10px;
    width: 100%;
    font-size: 14px;
    color: #fff; 
  }
}

.menu__item.menu__item--hasChild > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .menu__item.menu__item--hasChild > a > span {
    margin-left: 25px;
    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;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

.menu__item:not(:last-child) {
  -o-border-image: -o-linear-gradient(left, #ffffff, transparent) 1 0%;
     border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent)) 1 0%;
     border-image: linear-gradient(to right, #ffffff, transparent) 1 0%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (min-width: 1200px) {
  .menu__item:not(:last-child) {
    border: none;
  }
}

@media (min-width: 1200px) {
  .menu__item.menu__item--active {
    border: none;
  }
}

@media (min-width: 1200px) {
  .menu__item.menu__item--active a {
    color: #ffbc00;
  }
}

.menu__item > a {
  display: inline-block;
  width: 100%;
  padding: 16px 0 16px 10px;
  color: inherit;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1600));
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

@media (min-width: 1200px) {
  .menu__item > a {
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.1px;
    -webkit-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}

@media (min-width: 1920px) {
  .menu__item > a {
    font-size: 18px;
  }
}

.menu.menu--open {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  background: black;
  border: 1px solid #ffbc00;
  width: 90%;
  height: auto;
  -webkit-animation: show_mob_mnu 0.1s linear forwards;
          animation: show_mob_mnu 0.1s linear forwards;
}

.menu.menu--open .menu__layout {
  display: block;
}

.menu.menu--open .menu__item.menu__item--hasChild {
  position: relative;
}

.menu.menu--open .menu__item.menu__item--hasChild > a {
  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;
}

.menu.menu--open .menu__item.menu__item--hasChild > ul {
  margin-left: 20px;
  display: none;
}

.menu.menu--open .menu__item.menu__item--hasChild.menu__item--dropdownOpen ul {
  display: block;
}

.menu.menu--open .menu__item--active > a {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(255, 187, 4, 0.8)), to(rgba(255, 187, 4, 0)));
  background: -o-linear-gradient(left, rgba(255, 187, 4, 0.8) 0.01%, rgba(255, 187, 4, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 187, 4, 0.8) 0.01%, rgba(255, 187, 4, 0) 100%);
}

@-webkit-keyframes show_mob_mnu {
  0% {
    display: block;
  }
  5% {
    -webkit-transform: translateX(-100%) scale(0);
            transform: translateX(-100%) scale(0);
    height: 0;
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
    min-height: 100vh;
    height: auto;
    width: 90%;
    opacity: 1;
  }
}

@keyframes show_mob_mnu {
  0% {
    display: block;
  }
  5% {
    -webkit-transform: translateX(-100%) scale(0);
            transform: translateX(-100%) scale(0);
    height: 0;
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
    min-height: 100vh;
    height: auto;
    width: 90%;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-block {
  position: relative;
  z-index: 3;
  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-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

@media (min-width: 993px) {
  .btn-block {
    max-width: 560px;
  }
}

.btn-block .rules-link {
  padding: 1em 0;
  font-size: 21px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.7) 30%, #fff 50%, rgba(255, 255, 255, 0.7) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }
  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

.anounce {
  padding: 2em 0;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}

@media (min-width: 576px) {
  .anounce {
    max-width: 440px;
  }
}

@media (min-width: 767px) {
  .anounce {
    max-width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}

@media (min-width: 993px) {
  .anounce {
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}

@media (min-width: 1200px) {
  .anounce {
    padding: 2em 20px;
    grid-gap: 44px;
  }
}

.anounce .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
}

@media (min-width: 767px) {
  .anounce .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.anounce .article h2 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
  color: #ffbc00;
  font-weight: 600;
  height: 2.2em;
}

@media (min-width: 767px) {
  .anounce .article h2 {
    max-width: 100%;
  }
}

.anounce .article h2.container-multiline {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.anounce .article h2 a {
  color: inherit;
  margin: 0 auto 5px;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.anounce .article h2 a:hover {
  color: #cc9600;
}

.anounce .article h2 a.ellipsis-multiline {
  height: 2.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* white-space: pre-wrap; */
}

.anounce .article h2 a strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anounce .article__image {
  position: relative;
  height: clamp(132px, 28vw, 221px);
  margin-bottom: 5px;
  overflow: hidden;
  cursor: pointer;
}

.anounce .article__image:hover a::before {
  opacity: 1;
}

.anounce .article__image:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

@media (min-width: 767px) {
  .anounce .article__image {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .anounce .article__image {
    height: clamp(221px, 22vw, 336px);
  }
}

.anounce .article__image a {
  position: relative;
  max-height: 100%;
  width: 100%;
  display: inline-block;
}

.anounce .article__image a::before {
  content: '';
  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;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(circle farthest-side at center center, transparent 80%, #000 150%);
  background: -o-radial-gradient(center center, circle farthest-side, transparent 80%, #000 150%);
  background: radial-gradient(circle farthest-side at center center, transparent 80%, #000 150%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.anounce .article__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.anounce .article p {
  font-size: calc(11px + 5 * ((100vw - 320px) / 1600));
  text-align: justify;
}

.anounce .article p a {
  color: #ffbc00;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.anounce .article p a:hover {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .anounce .article.article--large {
    display: grid;
    grid-template-columns: 1fr 20% 40%;
    grid-template-rows: 2.2em 1fr;
    grid-column-start: span 3;
  }
}

@media (min-width: 1200px) {
  .anounce .article.article--large {
    grid-template-columns: repeat(3, 1fr);
  }
}

.anounce .article.article--large > a {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 767px) {
  .anounce .article.article--large > h2,
  .anounce .article.article--large > p {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
    padding-left: 20px;
  }
}

.anounce .article.article--large h2 {
  max-width: 100%;
  text-align: left;
  color: #fff;
  font-size: calc(28px + 22 * ((100vw - 320px) / 1600));
}

@media (min-width: 767px) {
  .anounce .article.article--large h2 {
    font-weight: 800;
  }
}

.anounce .article.article--large h2 a {
  margin-bottom: 0;
}

.anounce .article.article--large h2 a strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 767px) {
  .anounce .article.article--large h2 a strong {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.anounce .article.article--large > p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 767px) {
  .anounce .article.article--large > p {
    padding-top: 1em;
  }
}

.anounce .article.article--large .article__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 767px) {
  .anounce .article.article--large .article__image {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    margin-bottom: 0;
    height: clamp(382px, 25vw, 414px);
  }
}

.anounce .article.article--large .article__image a {
  height: 100%;
}

.anounce .article:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .anounce .article:not(:last-child) {
    margin-bottom: 0;
  }
}

.post {
  padding-top: 1em;
  padding-bottom: 5px;
  font-size: calc(14px + 38 * ((100vw - 320px) / 1600));
}

@media (min-width: 767px) {
  .post {
    padding: 20px 0;
  }
}

.post__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4em;
}

@media (min-width: 767px) {
  .post__title {
    margin-bottom: 1em;
  }
}

@media (min-width: 993px) {
  .post__title {
    margin-bottom: 0.2em;
  }
}

.post__title h1 {
  font-size: inherit;
  color: #ffbc00;
}

.post__title a {
  margin-right: 1em;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
}

.post__title a:hover {
  opacity: 0.7;
}

.post__title a svg {
  width: 22px;
  height: 14px;
}

@media (min-width: 576px) {
  .post__title a svg {
    width: 46px;
    height: 30px;
  }
}

.post__image {
  width: 100%;
  min-height: 120px;
  margin-bottom: 0.5em;
}

@media (min-width: 767px) {
  .post__image {
    min-height: auto;
    height: 12em;
  }
}

@media (min-width: 993px) {
  .post__image {
    height: 15em;
    margin-bottom: 0.2em;
  }
}

@media (min-width: 1200px) {
  .post__image {
    margin-bottom: 0;
    height: clamp(310px, 11em, 585px);
  }
}

.post__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 767px) {
  .post__image img {
    max-height: 100%;
  }
}

.post__text {
  font-size: calc(13px + 5 * ((100vw - 320px) / 1600));
  padding: 1% 0;
}

.post__text h2 {
  color: #ffbc00;
  margin-bottom: 0.2em;
  font-size: inherit;
}

.post__text h2:not(:first-child) {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .post__text h2:not(:first-child) {
    margin-top: 15px;
  }
}

.post__text p > span span,
.post__text ul > li > span span {
  padding-left: 0.2em;
  display: inline-block;
  color: #ffbc00;
}

.post__text p {
  text-align: justify;
}

.post__text p:not(:last-child) {
  margin-bottom: 0.2em;
}

.post__text a {
  display: inline-block;
  color: #cccccc;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.post__text a:hover {
  opacity: 0.9;
}

.post__text ul,
.post__text ol {
  padding-left: 2em;
  margin-bottom: 1%;
  font-size: inherit;
}

.post__text ul li,
.post__text ol li {
  line-height: 1.12;
}

.post__text ul li:not(:last-child),
.post__text ol li:not(:last-child) {
  margin-bottom: 1%;
}

.post__text ul {
  list-style-type: disc;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1em;
}

.author__line {
  width: 100%;
}

.author__line span {
  height: 4px;
  width: 100%;
  max-width: 357px;
  display: block;
  margin-bottom: 1em;
  background-color: #997100;
}

.author__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .author__info {
    width: 25%;
    -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;
  }
}

@media (min-width: 993px) {
  .author__info {
    width: 15%;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .author__info {
    width: 15%;
  }
}

.author__image, .author__soc {
  margin-bottom: 0.4em;
}

@media (min-width: 767px) {
  .author__image, .author__soc {
    margin-bottom: 0;
  }
}

.author__image {
  width: 30%;
  max-width: 130px;
}

@media (min-width: 767px) {
  .author__image {
    width: 100%;
    max-width: 120px;
    margin-bottom: 1em;
  }
}

.author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 767px) {
  .author__image img {
    margin: 0 auto;
    max-width: 120px;
  }
}

@media (min-width: 993px) {
  .author__image img {
    margin-right: auto;
  }
}

@media (min-width: 767px) {
  .author__about {
    width: 75%;
    padding-left: 2em;
  }
}

@media (min-width: 993px) {
  .author__about {
    width: 60%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media (min-width: 1200px) {
  .author__about {
    width: 65%;
  }
}

.author__soc {
  width: 70%;
}

@media (min-width: 767px) {
  .author__soc {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 993px) {
  .author__soc {
    display: none;
  }
}

.author__soc address {
  max-width: 240px;
  text-align: center;
  font-style: normal;
  color: #fff;
}

.author__soc address a {
  color: inherit;
  font-size: calc(12px + 8 * ((100vw - 320px) / 1600));
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.author__soc address a:hover {
  color: #cccccc;
}

.author__soc .soc-networks {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 240px;
}

@media (min-width: 576px) {
  .author__soc .soc-networks {
    margin-left: 0;
  }
}

@media (min-width: 993px) {
  .author__soc .soc-networks {
    margin-bottom: 1em;
  }
}

@media (min-width: 576px) {
  .author__soc .soc-networks a {
    height: 28px;
    width: 28px;
  }
}

@media (min-width: 1200px) {
  .author__soc .soc-networks a {
    height: 32px;
    width: 32px;
  }
}

.author__soc--desktop {
  display: none;
}

@media (min-width: 993px) {
  .author__soc--desktop {
    display: block;
    width: 25%;
    padding-top: 2em;
  }
}

@media (min-width: 1200px) {
  .author__soc--desktop {
    width: 20%;
  }
}

.author h3 {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: calc(20px + 16 * ((100vw - 320px) / 1600));
}

.author p {
  font-size: calc(13px + 5 * ((100vw - 320px) / 1600));
  color: #ffbc00;
  line-height: 1.12;
}

.form {
  padding: 1em 0 1.5em;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
  /* custumize wpcf7 response msg start */
  /* custumize wpcf7 response msg end */
}

.form__title {
  font-size: 1em;
  margin-bottom: 0.4em;
}

.form__title + p {
  font-size: 0.6em;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .form form {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.form label {
  margin-bottom: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .form label:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 3;
    padding-right: 20px;
  }
}

@media (min-width: 767px) {
  .form label:first-child {
    padding-right: 10px;
  }
}

.form label input {
  padding: 0 2%;
  height: 30px;
}

.form textarea,
.form input {
  width: 100%;
  border-radius: 0;
  border: none;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  cursor: pointer;
}

.form textarea::-webkit-input-placeholder, .form input::-webkit-input-placeholder {
  font-size: 14px;
}

.form textarea::-moz-placeholder, .form input::-moz-placeholder {
  font-size: 14px;
}

.form textarea:-ms-input-placeholder, .form input:-ms-input-placeholder {
  font-size: 14px;
}

.form textarea::-ms-input-placeholder, .form input::-ms-input-placeholder {
  font-size: 14px;
}

.form textarea::placeholder,
.form input::placeholder {
  font-size: 14px;
}

.form textarea:hover,
.form input:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(255, 187, 4, 0.7);
          box-shadow: 0px 0px 10px rgba(255, 187, 4, 0.7);
}

.form textarea {
  display: block;
  height: 80px;
  resize: none;
}

@media (min-width: 767px) {
  .form textarea {
    height: auto;
  }
}

.form .wpcf7-response-output {
  display: none;
  margin: 2em auto 0em;
  padding: 0.2em 1em;
  border: 2px solid green;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: scaleOpacity;
          animation: scaleOpacity;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes scaleOpacity {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleOpacity {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
  }
}

.form .wpcf7-response-output.msgHide {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: msgHide;
          animation: msgHide;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes msgHide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes msgHide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

.footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 0 20px;
  background-color: #171717;
}

@media (min-width: 993px) {
  .footer {
    padding-top: 30px;
    background-color: unset;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 30px 20px 20px;
  }
}

.footer__box {
  margin-left: auto;
}

@media (min-width: 993px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  .footer__box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer .payments-methods {
  display: none;
}

@media (min-width: 993px) {
  .footer .payments-methods {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer .payments-methods div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 2%;
  margin-right: 2%;
}

@media (min-width: 993px) {
  .footer .payments-methods div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 993px) {
  .footer .payments-methods div {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 993px) {
  .footer .payments-methods div svg.payments-methods__visa {
    width: 54px;
    height: 27px;
  }
}

@media (min-width: 1200px) {
  .footer .payments-methods div svg.payments-methods__visa {
    width: 131px;
    height: 44px;
  }
}

@media (min-width: 993px) {
  .footer .payments-methods div svg.payments-methods__mastercard {
    width: 35px;
    height: 27px;
  }
}

@media (min-width: 1200px) {
  .footer .payments-methods div svg.payments-methods__mastercard {
    width: 74px;
    height: 58px;
  }
}

.footer .soc-networks {
  padding: 1em 0;
}

@media (min-width: 576px) {
  .footer .soc-networks {
    width: 100%;
    max-width: 260px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .footer .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    width: 25%;
  }
}

@media (min-width: 993px) {
  .footer .soc-networks .footer__18icon {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 1em;
  }
}

.footer .soc-networks a {
  width: 40px;
  height: 40px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 993px) {
  .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__18icon, .footer__askgamblers-image {
  margin-bottom: 10px;
}

.footer__18icon {
  width: 56px;
  height: 56px;
  text-align: center;
  color: inherit;
}

@media (min-width: 576px) {
  .footer__18icon {
    font-size: 20px;
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer__18icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__18icon strong {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 51px;
  width: 51px;
  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;
  line-height: 1;
}

.footer__askgamblers-image {
  margin-left: auto;
}

@media (min-width: 576px) {
  .footer__askgamblers-image {
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .footer__askgamblers-image {
    margin-bottom: 1em;
  }
}

@media (min-width: 1200px) {
  .footer__askgamblers-image {
    margin-left: 0;
  }
}

.footer__askgamblers-image img {
  display: block;
}

@media (min-width: 1200px) {
  .footer__askgamblers-image img {
    width: 184px;
  }
}

.footer__copy {
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  padding-top: 10px;
}

@media (min-width: 576px) {
  .footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 993px) {
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: clamp(40%, 10em, 490px);
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer__copy {
    width: clamp(448px, 40%, 500px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.footer__copy a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__copy a:hover {
  color: #cccccc;
}

.footer__copy .footer__18icon {
  display: none;
}

@media (min-width: 576px) {
  .footer__copy .footer__18icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 60px;
  }
}

@media (min-width: 993px) {
  .footer__copy .footer__18icon {
    display: none;
  }
}

.footer--post {
  background-color: black;
}

@media (min-width: 1200px) {
  .footer--post {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer--post {
    padding: 0px 0px 20px;
  }
}

@media (min-width: 993px) {
  .footer--post .footer__inner {
    background-color: black;
  }
}

@media (min-width: 1200px) {
  .footer--post .footer__inner {
    padding: 1em 20px;
    margin-bottom: 30px;
  }
}

.footer--post .footer__box {
  margin-left: auto;
}

@media (min-width: 993px) {
  .footer--post .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .footer--post .footer__box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 993px) {
  .footer--post .footer__askgamblers-image {
    margin-bottom: 0;
  }
}

.footer--post .footer__18icon {
  width: 56px;
  height: 56px;
}

@media (min-width: 993px) {
  .footer--post .footer__18icon {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer--post .footer__18icon strong {
  display: none;
}

@media (min-width: 993px) {
  .footer--post .footer__18icon strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 993px) {
  .footer--post .footer__18icon img {
    display: none;
  }
}

@media (min-width: 993px) {
  .footer--post .footer__copy {
    width: 30%;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .footer--post .footer__copy {
    width: clamp(448px, 40%, 500px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding: 0 2px;
    margin: 0 auto;
  }
}

@media (min-width: 993px) {
  .footer--post .footer__copy .footer__18icon {
    display: none;
  }
}

.footer--post .payments-methods {
  display: none;
}

@media (min-width: 993px) {
  .footer--post .payments-methods {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 1em;
  }
}

.footer--post .payments-methods div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 2%;
  margin-right: 2%;
}

@media (min-width: 993px) {
  .footer--post .payments-methods div {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.footer--post .soc-networks {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 18px;
  margin-top: 18px;
}

@media (min-width: 993px) {
  .footer--post .soc-networks {
    width: 30%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .footer--post .soc-networks {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer--post .soc-networks a {
  margin-left: 3%;
  margin-right: 3%;
}

@media (min-width: 993px) {
  .footer--post .soc-networks .footer__18icon {
    display: none;
  }
}


/* @media (min-width: 767px) {
  .langCheck {
    min-width: 100px;
  }
} */

/* =============START LANGCHECKER============= */
.langCheck {
  min-width: 60px;
  top: 0px;
  z-index: 11;
  height: 24px;
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    right: 10px;
    min-width: 100px;
  }
}

@media (min-width: 360px) {
  .langCheck {
    min-width: 100px;
  }
}

.langCheck__wrapper {
  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;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 111;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
  animation-name: bgShow2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-name: showItem;
  animation-name: showItem;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #c8c8c8;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  width: 19px;
  height: 18px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: 27px;
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* @media (min-width: 360px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 27px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.langCheck__item.selected .icon {
  width: 18px;
  height: 18px;
  /* background-size: 72px; */
  margin-left: 11px;
  border-radius: 50%;
  border-color: #fff;
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px;
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  /* background-color: #ffbc00; */
  background-color: #6283FE;
box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
  margin-left: 5px;
  position: relative;
  margin-left: auto;
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 27px;
    margin-left: auto;
  }
}

.langCheck__item.selected .arrow::before,
.langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 767px) {

  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 24%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 24%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0;
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/

.fflag {
  background-image: url("./../images/flagSprite42.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
  display: none;
}

@media (min-width: 360px) {
  .fflag {
    display: inline-block;
  }
}

.fflag-ch,
.fflag-np {
  box-shadow: none !important
}

.fflag-dz {
  background-position: center 0.2287%;
}

.fflag-ao {
  background-position: center 0.4524%;
}

.fflag-bj {
  background-position: center 0.6721%;
}

.fflag-bw {
  background-position: center 0.8958%;
}

.fflag-bf {
  background-position: center 1.1162%;
}

.fflag-bi {
  background-position: center 1.3379%;
}

.fflag-cm {
  background-position: center 1.5589%;
}

.fflag-cv {
  background-position: center 1.7805%;
}

.fflag-cf {
  background-position: center 2.0047%;
}

.fflag-td {
  background-position: center 2.2247%;
}

.fflag-cd {
  background-position: left 2.4467%;
}

.fflag-dj {
  background-position: left 2.6674%;
}

.fflag-eg {
  background-position: center 2.8931%;
}

.fflag-gq {
  background-position: center 3.1125%;
}

.fflag-er {
  background-position: left 3.3325%;
}

.fflag-et {
  background-position: center 3.5542%;
}

.fflag-ga {
  background-position: center 3.7759%;
}

.fflag-gm {
  background-position: center 4.0015%;
}

.fflag-gh {
  background-position: center 4.2229%;
}

.fflag-gn {
  background-position: center 4.441%;
}

.fflag-gw {
  background-position: left 4.66663%;
}

.fflag-ci {
  background-position: center 4.8844%;
}

.fflag-ke {
  background-position: center 5.1061%;
}

.fflag-ls {
  background-position: center 5.3298%;
}

.fflag-lr {
  background-position: left 5.5495%;
}

.fflag-ly {
  background-position: center 5.7712%;
}

.fflag-mg {
  background-position: center 5.994%;
}

.fflag-mw {
  background-position: center 6.2156%;
}

.fflag-ml {
  background-position: center 6.4363%;
}

.fflag-mr {
  background-position: center 6.658%;
}

.fflag-mu {
  background-position: center 6.8805%;
}

.fflag-yt {
  background-position: center 7.1038%;
}

.fflag-ma {
  background-position: center 7.3231%;
}

.fflag-mz {
  background-position: left 7.5448%;
}

.fflag-na {
  background-position: left 7.7661%;
}

.fflag-ne {
  background-position: center 7.98937%;
}

.fflag-ng {
  background-position: center 8.2099%;
}

.fflag-cg {
  background-position: center 8.4316%;
}

.fflag-re {
  background-position: center 8.6533%;
}

.fflag-rw {
  background-position: right 8.875%;
}

.fflag-sh {
  background-position: center 9.0967%;
}

.fflag-st {
  background-position: center 9.32237%;
}

.fflag-sn {
  background-position: center 9.5426%;
}

.fflag-sc {
  background-position: left 9.7628%;
}

.fflag-sl {
  background-position: center 9.9845%;
}

.fflag-so {
  background-position: center 10.2052%;
}

.fflag-za {
  background-position: left 10.4269%;
}

.fflag-ss {
  background-position: left 10.6486%;
}

.fflag-sd {
  background-position: center 10.8703%;
}

.fflag-sr {
  background-position: center 11.0945%;
}

.fflag-sz {
  background-position: center 11.3135%;
}

.fflag-tg {
  background-position: left 11.5354%;
}

.fflag-tn {
  background-position: center 11.7593%;
}

.fflag-ug {
  background-position: center 11.9799%;
}

.fflag-tz {
  background-position: center 12.2005%;
}

.fflag-eh {
  background-position: center 12.4222%;
}

.fflag-ye {
  background-position: center 12.644%;
}

.fflag-zm {
  background-position: center 12.8664%;
}

.fflag-zw {
  background-position: left 13.0873%;
}

.fflag-ai {
  background-position: center 13.309%;
}

.fflag-ag {
  background-position: center 13.5307%;
}

.fflag-ar {
  background-position: center 13.7524%;
}

.fflag-aw {
  background-position: left 13.9741%;
}

.fflag-bs {
  background-position: left 14.1958%;
}

.fflag-bb {
  background-position: center 14.4175%;
}

.fflag-bq {
  background-position: center 14.6415%;
}

.fflag-bz {
  background-position: center 14.8609%;
}

.fflag-bm {
  background-position: center 15.0826%;
}

.fflag-bo {
  background-position: center 15.306%;
}

.fflag-vg {
  background-position: center 15.528%;
}

.fflag-br {
  background-position: center 15.7496%;
}

.fflag-ca {
  background-position: center 15.9694%;
}

.fflag-ky {
  background-position: center 16.1911%;
}

.fflag-cl {
  background-position: left 16.4128%;
}

.fflag-co {
  background-position: left 16.6345%;
}

.fflag-km {
  background-position: center 16.8562%;
}

.fflag-cr {
  background-position: center 17.0779%;
}

.fflag-cu {
  background-position: left 17.2996%;
}

.fflag-cw {
  background-position: center 17.5213%;
}

.fflag-dm {
  background-position: center 17.743%;
}

.fflag-do {
  background-position: center 17.968%;
}

.fflag-ec {
  background-position: center 18.1864%;
}

.fflag-sv {
  background-position: center 18.4081%;
}

.fflag-fk {
  background-position: center 18.6298%;
}

.fflag-gf {
  background-position: center 18.8515%;
}

.fflag-gl {
  background-position: left 19.0732%;
}

.fflag-gd {
  background-position: center 19.2987%;
}

.fflag-gp {
  background-position: center 19.518%;
}

.fflag-gt {
  background-position: center 19.7383%;
}

.fflag-gy {
  background-position: center 19.96%;
}

.fflag-ht {
  background-position: center 20.1817%;
}

.fflag-hn {
  background-position: center 20.4034%;
}

.fflag-jm {
  background-position: center 20.6241%;
}

.fflag-mq {
  background-position: center 20.8468%;
}

.fflag-mx {
  background-position: center 21.0685%;
}

.fflag-ms {
  background-position: center 21.2902%;
}

.fflag-ni {
  background-position: center 21.5119%;
}

.fflag-pa {
  background-position: center 21.7336%;
}

.fflag-py {
  background-position: center 21.9553%;
}

.fflag-pe {
  background-position: center 22.177%;
}

.fflag-pr {
  background-position: left 22.4002%;
}

.fflag-bl {
  background-position: center 22.6204%;
}

.fflag-kn {
  background-position: center 22.8421%;
}

.fflag-lc {
  background-position: center 23.0638%;
}

.fflag-pm {
  background-position: center 23.2855%;
}

.fflag-vc {
  background-position: center 23.5072%;
}

.fflag-sx {
  background-position: left 23.732%;
}

.fflag-tt {
  background-position: center 23.9506%;
}

.fflag-tc {
  background-position: center 24.1723%;
}

.fflag-en {
  background-position: center 24.394%;
}

.fflag-vi {
  background-position: center 24.6157%;
}

.fflag-uy {
  background-position: left 24.8374%;
}

.fflag-ve {
  background-position: center 25.0591%;
}

.fflag-ab {
  background-position: center 25.279%;
}

.fflag-af {
  background-position: center 25.5025%;
}

.fflag-az {
  background-position: center 25.7242%;
}

.fflag-bd {
  background-position: center 25.9459%;
}

.fflag-bt {
  background-position: center 26.1676%;
}

.fflag-bn {
  background-position: center 26.3885%;
}

.fflag-kh {
  background-position: center 26.611%;
}

.fflag-cn {
  background-position: left 26.8327%;
}

.fflag-ge {
  background-position: center 27.0544%;
}

.fflag-hk {
  background-position: center 27.2761%;
}

.fflag-in {
  background-position: center 27.4978%;
}

.fflag-id {
  background-position: center 27.7195%;
}

.fflag-jp {
  background-position: center 27.9412%;
}

.fflag-kz {
  background-position: center 28.1615%;
}

.fflag-la {
  background-position: center 28.3846%;
}

.fflag-mo {
  background-position: center 28.6063%;
}

.fflag-my {
  background-position: center 28.829%;
}

.fflag-mv {
  background-position: center 29.0497%;
}

.fflag-mn {
  background-position: left 29.2714%;
}

.fflag-mm {
  background-position: center 29.4931%;
}

.fflag-np {
  background-position: left 29.7148%;
}

.fflag-kp {
  background-position: left 29.9365%;
}

.fflag-mp {
  background-position: center 30.1582%;
}

.fflag-pw {
  background-position: center 30.3799%;
}

.fflag-pg {
  background-position: center 30.6016%;
}

.fflag-ph {
  background-position: left 30.8233%;
}

.fflag-sg {
  background-position: left 31.045%;
}

.fflag-kr {
  background-position: center 31.2667%;
}

.fflag-lk {
  background-position: right 31.4884%;
}

.fflag-tw {
  background-position: left 31.7101%;
}

.fflag-tj {
  background-position: center 31.9318%;
}

.fflag-th {
  background-position: center 32.1535%;
}

.fflag-tl {
  background-position: left 32.3752%;
}

.fflag-tm {
  background-position: center 32.5969%;
}

.fflag-vn {
  background-position: center 32.8186%;
}

.fflag-al {
  background-position: center 33.0403%;
}

.fflag-ad {
  background-position: center 33.25975%;
}

.fflag-am {
  background-position: center 33.4837%;
}

.fflag-at {
  background-position: center 33.7054%;
}

.fflag-by {
  background-position: left 33.9271%;
}

.fflag-be {
  background-position: center 34.1488%;
}

.fflag-ba {
  background-position: center 34.3705%;
}

.fflag-bg {
  background-position: center 34.5922%;
}

.fflag-hr {
  background-position: center 34.8139%;
}

.fflag-cy {
  background-position: center 35.0356%;
}

.fflag-cz {
  background-position: left 35.2555%;
}

.fflag-dk {
  background-position: center 35.479%;
}

.fflag-ee {
  background-position: center 35.7007%;
}

.fflag-fo {
  background-position: center 35.9224%;
}

.fflag-fi {
  background-position: center 36.1441%;
}

.fflag-fr {
  background-position: center 36.3658%;
}

.fflag-de {
  background-position: center 36.5875%;
}

.fflag-gi {
  background-position: center 36.8092%;
}

.fflag-el {
  background-position: left 37.0309%;
}

.fflag-hu {
  background-position: center 37.2526%;
}

.fflag-is {
  background-position: center 37.4743%;
}

.fflag-ie {
  background-position: center 37.696%;
}

.fflag-im {
  background-position: center 37.9177%;
}

.fflag-it {
  background-position: center 38.1394%;
}

.fflag-je {
  background-position: center 38.3611%;
}

.fflag-xk {
  background-position: center 38.5828%;
}

.fflag-lv {
  background-position: center 38.8045%;
}

.fflag-li {
  background-position: left 39.0262%;
}

.fflag-lt {
  background-position: center 39.2479%;
}

.fflag-lu {
  background-position: center 39.4696%;
}

.fflag-mt {
  background-position: left 39.6913%;
}

.fflag-md {
  background-position: center 39.913%;
}

.fflag-mc {
  background-position: center 40.1347%;
}

.fflag-me {
  background-position: center 40.3564%;
}

.fflag-nl {
  background-position: center 40.5781%;
}

.fflag-mk {
  background-position: center 40.7998%;
}

.fflag-no {
  background-position: center 41.0215%;
}

.fflag-pl {
  background-position: center 41.2432%;
}

.fflag-pt {
  background-position: center 41.4649%;
}

.fflag-ro {
  background-position: center 41.6866%;
}

.fflag-ru {
  background-position: center 41.9083%;
}

.fflag-sm {
  background-position: center 42.13%;
}

.fflag-rs {
  background-position: center 42.3517%;
}

.fflag-sk {
  background-position: center 42.5734%;
}

.fflag-si {
  background-position: center 42.7951%;
}

.fflag-es {
  background-position: left 43.0168%;
}

.fflag-se {
  background-position: center 43.2385%;
}

.fflag-ch {
  background-position: center 43.4602%;
}

.fflag-tr {
  background-position: center 43.6819%;
}

.fflag-ua {
  background-position: center 43.9036%;
}

.fflag-gb {
  background-position: center 44.1253%;
}

.fflag-va {
  background-position: right 44.347%;
}

.fflag-bh {
  background-position: center 44.5687%;
}

.fflag-ir {
  background-position: center 44.7904%;
}

.fflag-iq {
  background-position: center 45.0121%;
}

.fflag-il {
  background-position: center 45.2338%;
}

.fflag-kw {
  background-position: left 45.4555%;
}

.fflag-jo {
  background-position: left 45.6772%;
}

.fflag-kg {
  background-position: center 45.897%;
}

.fflag-lb {
  background-position: center 46.1206%;
}

.fflag-om {
  background-position: left 46.3423%;
}

.fflag-pk {
  background-position: center 46.561%;
}

.fflag-ps {
  background-position: center 46.7857%;
}

.fflag-qa {
  background-position: center 47.0074%;
}

.fflag-sa {
  background-position: center 47.2291%;
}

.fflag-sy {
  background-position: center 47.4508%;
}

.fflag-ae {
  background-position: center 47.6725%;
}

.fflag-uz {
  background-position: left 47.8942%;
}

.fflag-as {
  background-position: right 48.1159%;
}

.fflag-au {
  background-position: center 48.3376%;
}

.fflag-cx {
  background-position: center 48.5593%;
}

.fflag-cc {
  background-position: center 48.781%;
}

.fflag-ck {
  background-position: center 49.002%;
}

.fflag-fj {
  background-position: center 49.2244%;
}

.fflag-pf {
  background-position: center 49.4445%;
}

.fflag-gu {
  background-position: center 49.6678%;
}

.fflag-ki {
  background-position: center 49.8895%;
}

.fflag-mh {
  background-position: left 50.1112%;
}

.fflag-fm {
  background-position: center 50.3329%;
}

.fflag-nc {
  background-position: center 50.5546%;
}

.fflag-nz {
  background-position: center 50.7763%;
}

.fflag-nr {
  background-position: left 50.998%;
}

.fflag-nu {
  background-position: center 51.2197%;
}

.fflag-nf {
  background-position: center 51.4414%;
}

.fflag-ws {
  background-position: left 51.6631%;
}

.fflag-sb {
  background-position: left 51.8848%;
}

.fflag-tk {
  background-position: center 52.1065%;
}

.fflag-to {
  background-position: left 52.3282%;
}

.fflag-tv {
  background-position: center 52.5499%;
}

.fflag-vu {
  background-position: left 52.7716%;
}

.fflag-wf {
  background-position: center 52.9933%;
}

.fflag-eu {
  background-position: center 53.215%;
}

.fflag-jr {
  background-position: center 53.4315%;
}

.fflag-oly {
  background-position: center 53.6584%;
}

.fflag-un {
  background-position: center 53.875%;
}

.fflag-td.ff-round,
.fflag-gn.ff-round,
.fflag-ci.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-be.ff-round,
.fflag-fr.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ro.ff-round {
  background-size: 100% 50000%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px
}

.fflag.ff-md {
  width: 27px;
  height: 17px
}

.fflag.ff-lg {
  width: 42px;
  height: 27px
}

.fflag.ff-xl {
  width: 60px;
  height: 37px
}

/* ff-round = circular icons */
.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%;
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px
}

.ff-round.ff-md {
  width: 18px;
  height: 18px
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px
}

/* .header {
  background: #292929;
  background: -webkit-gradient(linear, left top, right top, from(#292929), to(#181818));
  background: -o-linear-gradient(left, #292929 0%, #181818 100%);
  background: linear-gradient(90deg, #292929 0%, #181818 100%);
} */
.stream {
  padding-top: 15px;
}

.event__container {
  display: flex;
/* custumization for blog */
flex-direction: row;
  justify-content: center;  
  gap: 15px;
}

/* EVENT SPORT BLOCK */
.event__sport__block {
  width: 47%;
  height: 380px;
  background-color: rgba(46, 46, 46, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.event__sport__tab__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab__button {
  position: relative;
  padding: 13px 0;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 227, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  outline: none;
}

.tab__button:not(:first-child) {
  border-left: 1px solid #ffffff;
}

.tab__button:hover {
  background-color: #bba500;
}

.tab__button.active {
  background-color: white;
  color: #000000;
}

.sport__content__wrapper {
  height: 380px;
  overflow-y: auto;
  opacity: 0.7;
}

.sport__content__list {
  display: none;
}

.sport__content__list.active {
  display: block;
  height: 100%;
}

.sport__content__item {
  display: grid;
  grid-template-columns: 10% 20% 10% 15% 10% 20% 15%;
  width: 100%;
  background: inherit;
}

.sport__content__link {
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sport__content__link:nth-child(2n+1) {
  background: -o-linear-gradient(90deg, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #282828), color-stop(83.65%, rgba(40, 40, 40, 0)));
  background: -o-linear-gradient(left, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
  background: linear-gradient(90deg, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
}

.sport__content__link:nth-child(2n) {
  background-color: #2E2E2E;
}

.sport__content__link.active {
  background: -o-linear-gradient(90deg, rgba(255, 227, 0, 0.5) 0%,rgba(255, 227, 0, 0) 83.65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 227, 0, 0.5)), color-stop(83.65%, rgba(255, 227, 0, 0)));
  background: -o-linear-gradient(left, rgba(255, 227, 0, 0.5) 0%, rgba(255, 227, 0, 0) 83.65%);
  background: linear-gradient(90deg, rgba(255, 227, 0, 0.5) 0%, rgba(255, 227, 0, 0) 83.65%);
}

.sport__content__link:hover {
  background: -o-linear-gradient(90deg, rgba(255, 227, 0, 0.5) 0%, rgba(255, 227, 0, 0) 83.65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 227, 0, 0.5)), color-stop(83.65%, rgba(255, 227, 0, 0)));
  background: -o-linear-gradient(left, rgba(255, 227, 0, 0.5) 0%, rgba(255, 227, 0, 0) 83.65%);
  background: linear-gradient(90deg, rgba(255, 227, 0, 0.5) 0%, rgba(255, 227, 0, 0) 83.65%);
}

.grid__element {
  align-self: center;
  justify-self: center;
  height: 45px;
}

.sport__content__item img {
  width: 25px;
  height: 25px;
}

.sport__event__team {
  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-size: 9px; */
  /* line-height: 1.2; */
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}

.sport__event__score {
  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;
}

.sport__event__score--date {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.sport__event__score--time {
  font-size: 12px;
  line-height: 15px;
  color: #CBCBCB;
}

.sport__event__status {
  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-size: 14px;
  line-height: 18px;
}

.live {
  color: #F40F3E;
}

/* CURRENT ADDRESS */

.current__address {
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
}

.current__address:hover {
  background-color: #FFFFFF;
  color: #000;
}

/* LIVE SCORE */

.live__score__container {
  width: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.live__score__tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  background: rgba(255, 227, 0, 0.3);
  border-radius: 10px 10px 0px 0px;
}

.tab__button__live__score {
  position: relative;
  padding: 14px 0;
  margin: 0 10px;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  outline: none;
  text-decoration: none;
}

.tab__button__live__score:hover {
  opacity: 1;
}

.tab__button__live__score.active {
  opacity: 1;
}

.tab__button__live__score::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tab__button__live__score:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
}

.tab__button__live__score.active::after {
  transform: scale(1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
}

.live__score__content__wrapper {
  overflow-y: auto;
  background-color: #2E2E2E;
}

.live__score__content__item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.live__score__content__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.live__score__content__line,
.live__score__content__prediction {
  display: grid;
  grid-template-columns: 10% 50% 10% 10% 10% 10%;
  width: 100%;
}
.grid__score__element {
  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;
  height: 45px;
}

.sport__event__emblem {
  width: 30px;
  height: 30px;
}

.live__score__match {
  display: grid;
  grid-template-columns: 42% 16% 42%;
  column-gap: 15px;
}

.live__score__match--leftTeam {
  text-align: end;
}

.live__score__match--leftTeam,
.live__score__match--rightTeam {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.live__score__content__list {
  height: 405px;
}

.live__score__content__line {
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  background: -o-linear-gradient(90deg, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #282828), color-stop(83.65%, rgba(40, 40, 40, 0)));
  background: -o-linear-gradient(left, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
  background: linear-gradient(90deg, #282828 0%, rgba(40, 40, 40, 0) 83.65%);
  border-left: 4px solid #FFE300;
}

.live__score__star {
  display: block;
  width: 22px;
  height: 21px;
  margin: 0 auto;
}

.live__score__tournament {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  justify-content: flex-start;
}

.live__score__content__prediction {
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  justify-self: center;
}

.live__score__content__prediction.selected {
  background: -o-linear-gradient(90deg, rgba(255, 227, 0, 0.3) 0%, rgba(255, 227, 0, 0) 83.65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 227, 0, 0.3)), color-stop(83.65%, rgba(255, 227, 0, 0)));
  background: -o-linear-gradient(left, rgba(255, 227, 0, 0.3) 0%, rgba(255, 227, 0, 0) 83.65%);
  background: linear-gradient(90deg, rgba(255, 227, 0, 0.3) 0%, rgba(255, 227, 0, 0) 83.65%);
}

.live__score__match--score {
  padding: 5px 0;
  background-color: rgba(217, 217, 217, 0.4);
  border-radius: 15px;
  width: 100%;
  text-align: center;
}

.live__score__forecast {
  height: 25px;
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0.5px solid #D9D9D9;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
  transition: all 0.4s;
}

.live__score__forecast:hover {
  background-color: rgba(217, 217, 217, 0.4);
}

.live__score__forecast.selected {
  background: #D9D9D9;
  color: #282828;
}

.live__score__signal {
  width: 19px;
  height: 17px;
  margin: 0 auto;
}

/* EVENT IMAGE */
.event__video__block {
  position: relative;
  width: 50%;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}

.event__image__block {
  width: 100%;
  height: 100%;
}


.event__image__block .event__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.videoError {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(39, 39, 39, 0.7);
  padding: 20px 40px;
}
.none-block {
    display: none;
}
.videoError__image {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.videoError__text {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

.event__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 270px;
  height: 34px;
  transform: translateY(-50%) scale(2);
  -webkit-transform: translateY(-50%) scale(2);
      -ms-transform: translateY(-50%) scale(2);
  z-index: 2;
}

.event__image__shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.541667) 45.72%, rgba(12, 12, 12, 0) 88.43%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(88.43%, rgba(12, 12, 12, 0)));
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.541667) 45.72%, rgba(12, 12, 12, 0) 88.43%);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.541667) 45.72%, rgba(12, 12, 12, 0) 88.43%);
  opacity: 0.8;
  z-index: 1;
}
/* Custom video player */
figure {
  max-width: 1024px;
  max-width: 62rem;
  width: 100%;
  height: 100%;
  max-height: 494px;
  max-height: 30.875rem;
  padding: 5px;
  background-color: #FFE300;
  padding-bottom: 40px;
  margin: 0 auto;
  border-radius: 10px;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

video[poster] {
  object-fit: cover;
}

/* controls */
.controls,
.controls > * {
  padding: 0;
  margin: 0;
}

.controls {
  overflow: hidden;
  background: transparent;
  width: 100%;
  height: 6%;
  position: relative;
  top: 5px;
}

.controls[data-state=hidden] {
  display: none;
}

.controls[data-state=visible] {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.controls > * {
  float: left;
  width: 3.90625%;
  height: 100%;
  margin-left: 0.1953125%;
  display: block;
}

.controls > *:first-child {
  margin-left: 0;
}

.controls .progress {
  cursor: pointer;
  width: 65%;
}

.controls button {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  text-indent: -99999px;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.controls button:hover,
.controls button:focus {
  opacity: 0.5;
  color: #FFE300;
}

.controls button[data-state="play"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNkU0NTY5NkE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNkU0NTY5NUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kBUJ9AAAAXFJREFUeNrsmLtOAkEUhneQyiAdDTExGlYMBaW9oq/ge8jlUbwkthTY2EGBLehbKK0UxsQgVK7/SWbMZo3j3mbmxPAnXyi2+fIzZ3dmRBAEHucUPO6hBhUyNXAH3umxJRZgCBo/nCKCe+DVoliUN5LUCd46lFOMwk4iPCRCiDl+Ko5X3RJOm99OEcGAyVyIrFO8lEPE9jXTBNvgRq4ba6+ZuAs5nFMwy3NQdFOcRpBSBtfgk6ugykkebZoUpGyBqyxtmhZUaYFnzoKqzcukbdoUVDkGT5wFKSVwEadNV4IqR3+16VrQkxuSVRxBVzvqKija+tQl/fafyx00u7/YBxOOU0yttcEHx9fMPphy/JJQa50krdkUrIMHjruZDdBN25ppwYOsrZkSpNZ68hDFast/Bg7Bo4nDu+7g/m/Oxc6u3+YMnBY6wTEDwXvdbmYXvDi82aKrP183xZQd0LcsSktrIC9PvV+neH1HvRZ0kC8BBgADq2RhyZa7BQAAAABJRU5ErkJggg==');
}

.controls button[data-state="pause"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzE0QzJGQUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzAxODM5QUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+r7sqzQAAANdJREFUeNrs2MEKwjAMBuDGswd9C/UdPHvy6Ft6UTyKr6RDcceawDpKHZsE2kb4Az87GOiHNLCFvPfOcs2c9ZJ/MKSrDefCaeXnQmm7M9dfpgQoDY+CsDRy9moMeKqICznGJoqHhIie/JhXvnUNmxa9KQF6I3NBfzPFANYC7uTKRtkqeyZLOyQ0dLcVPRgSAAEEEEAAAQQQwJ9ftzQ92YAHzjLKXtmT7YUVX3UA5gK+DJiaMeDNAPCaToyl9dvdTazfpMIC810QJmed3cACk7CjBrByfQQYAHwMIXlfZRgfAAAAAElFTkSuQmCC');
}

.controls button[data-state="stop"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzAxODM5M0E0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzAxODM5MkE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KkF/7gAAAOFJREFUeNrsmMsKwjAQRTNdu/ELpAUR/AVdC/6nu66kK/0hFXyBj22cQCohQqDUJFO4A4cusphDmFvaIa21klyFkl7mBltszZgt8zTHiXgzDTP/cfIEp8wtoZjP3UiGBOuMci2N60RuSIjoyo9x5ql7sdPo6+QJaiG5oMGkGIKpBddmVHuy7NKwa0gK+yronYNYIdGYQQhCEIIQhCAEIThoQZIuuPpDz0XMD1b81SHFsQUvApweIcGdAMG9nxh3u1UyJ5Vvs3VmqtD6zdSE2TCHhGJH27P0L42wo4Zg5voIMAB0bCBXvSa7VQAAAABJRU5ErkJggg==');
}

.controls button[data-state="mute"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzYxQThBMUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzYxQThBMEE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ohJkMQAAAjNJREFUeNrsmM8rRFEUx8ePxo8YokmJpMiGkIWU8mNJIZRkKcWGnfwDNgoh2ZB/gWzsKXakiSaUskP5LaMxz/fWmTqd3rx5Y96dod6pT3r33td83HPfvee9DMMwPH85MlxBV9AVjBNKkJNEzInrcpCbtI9DguMgIn8LfINrsA16QXY6BPtAmISkoETJjqmllSrBbvDJBHjcgFAM0X3g1y3YDJ7ED8tQKW0DC+BBjL0E1boEa8Cdyczw6AJV7LoYrNBa5ZKlTgtW0Foy4ghG287BLMij9hHwwfp3nRQsAmcx5OI9JFegkfr6xUwOOyGYD44s5OTNB+BZ9Ks120D9K2KWM+0KroGvOCJ2BFV4wQR4YWMuQA5l45G1d9oVDP9Szmr6VWpf2bhpal9mbet2BQ0Ngipm2LhTautkbSfpFixgm3qEUuxj976bCWamsC55o/XnoaOunNbmG3sI8+RNqRR0rNzSleJCkWLfX0vxOG0vHtrsVXpbWH/Q7CYzwYgGuSYwz6436e8Aazuym+KNJPZCGWrGJsUeGN2oi8VG3eHEUXecgOChOEEMEqqn/lXWHkjkqLMKfxLFgpq5OpZaXiwMOl1u3SYgGKBTxMsqGV5u7egoWGttFKzqGKsUJ8mSScFaoqvkb7VR8quHoR0sgnsxNij+AW0vTaEYgncWa3VPlvo6XzuHEnjtVCkdTceL+1QMwTBJbYEekJWuLwtmnz7K2NH269rA/brlCrqC/13wR4ABACa7olAORNxuAAAAAElFTkSuQmCC');
}

.controls button[data-state="unmute"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzk2MTA2OUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzk2MTA2OEE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LD0czAAAARZJREFUeNrsly8LAkEQxW/lksUgGMxWs8VgEdRgEMwmv4Lfw2TwawgaxGI2WQ0Gm0WDBv+db3SFK4K3nnMjzIMfF/exzHs7Z4Ig8CQr5QmXGlSDf2fQGONKz8kh1UwUHNUBt6hnPc5jMNgEl+ddyDNYAQcy52rQRD2U5ulDFcEcZELjZKSkuACmYXOSaiYPxiAnsQfpxib2BsUVdRqM7Owl+pL0wemVzBCU1nLc8+KS4jM+vuOjwJJi32OUbjNqUA3+wOBVusGB3e9YFOe6RU/dDJSSLup3OoIaWEoOyQ40wFpyijegCraSa2YF6mAvuQcXoGVXM7FFTaluf9WdTD/uXdcfd67dbgiyLEWty4IaVIPCdBdgAJkkaR2v57S0AAAAAElFTkSuQmCC');
}

.controls button[data-state="volup"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzU1OEJFREE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzU1OEJFQ0E0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Pk2GwAAAQ9JREFUeNrsmL0KwjAQgHMOiogIPoLSQR9CcdDRxclXLIrg2mdSsYK41HjBVEJsM6XNld7BR6GF9mu4y8+BlFJQjo6gHmoEc3REyAG5qcc1cUViZPrnZAnOahazuSATl+A5oFxObDqBWSQA8MRLP3DWpeg0+jlZgpJIXUBjqrg1gmuVIRY7Hy/2lYNQ8vMZ5Rx8cw6yYNsENwVTCZRUsFndOQNkrNlXMc2A54HJKC91Peo52PUt+KBeJENk4fG7SwprsdA7ZN4PsiALVrny+BJcFdzbUtry87GzMYIvAk6pSzAhIJjYCWl2t+YibPtN9QkjV/tNheoRnvRQ1yV2R47i2zwVpe03rmIWDBAfAQYAByYx7rBsQ/AAAAAASUVORK5CYII=');
}

.controls button[data-state="voldown"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzU1OEJGMUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzU1OEJGMEE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B37OGAAAANpJREFUeNrs2MEKwjAMBuDGk0efwSGCr6FXfU/FHeZV30hQ50U8dSmsMiLUCV0b5Q/87DDYPspCRshaazTXyGgvd4I+bc05e87V3U6UC2fLKd5MArhIDJM5c6Yh4CEjzmfXNVG3SYjowZdx5q+uZtPkZRJAq6Qv6Ge6GEAAAQQQwP61csMmUpZ9X/rNqKPYEw2j7p+BNARwHek7dM/YDNEk+B9EkwAIIIAAfgY+FZjuIeBJAfAo555cv91Mvs2W2xMWofWbR1btUaeC1ZySM5OHRthRA5i5GgEGAJmoHqaNWADvAAAAAElFTkSuQmCC');
}

.controls button[data-state="go-fullscreen"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCM0M2OUNCREE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCM0M2OUNCQ0E0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cU+iTAAAAZBJREFUeNrs2D9OwzAUBvC6iMMgBgYGpLIxIqYS0cPQKkOIuBErZ2DiDnQoHVBpaQnPEpUs13+e/T5LHfKkb6mr+BfHbh2rrusGx1yqB0pLA83ojyKpBd09xa5/4EkE1oAxaUoBa+CDa7jAIfOCv5R3IPCVskXPQX3BBwDuhvKFesRrMNKF2+UC9Zy7onw6kBMQTg/ArTknuUBzQSCQXpzRb8MFularBBkaObvvhgP0VQ4yiHMtUgkwFRnFlQCGkFUqrhTQhZxTLoz2e8omhisJNJE2zkZ6cRzgwXZLKZWK/Ka8edo1ckV5CQGT9oOJQMh2L1TDwZGXFDimXAbazykj9I6aW9X/Ilh4kBr3QVlSrnMXSS6wsn5GbOQet2/3IksAbZwLMGZ8pwhQ4344HTNvBAr04UaS0c4BtiAcC2n1/cjdsLYgXBRp9DtN3fK3IBxnJKe5L007EC6EXKFe3JfifwU/UgzcgHAmcos8WTil3AGBZ5STEqdbzwDcrOTplhQ5Sz1+609Ye2APjNSfAAMAv4p3Pa/O/tsAAAAASUVORK5CYII=');
}

.controls button[data-state="cancel-fullscreen"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDZDNDg2MEEzMjFFMjExOTBEQkQ4OEMzRUMyQjhERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCM0M2OUNCOUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzlFNDkzMUE0MDcxMUUyQjgwQkYzQzhCMDZBRTU1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQ0QwNDBBMDJBNEUyMTFCOTZEQzYyRDgyRUVBOUZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NkM0ODYwQTMyMUUyMTE5MERCRDg4QzNFQzJCOEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1VELOwAAAadJREFUeNrs2EtOwzAQBuAEOAEIKsQluAAbGqSGHRIrEKveoQEWNOF0SFyGZ6GkwowlWwpm7IwdT8kiI/2LWk39yY4faiqESPpcG0nPq/fARE5xM0btrIGw7fQ4gJeQJ8gRI24MeYac+wIvICv5fcgrE1Li3lUftUZSgAeQhXpQMCGbOJ03yC51BM8gSyYkhpN95b7voA+yQtpukLbMgjsNWSRUZKXa/2wQBjJzjVwosA1ZNdowoMwtFRcKtCHNzzagsDybk/ZlItCGpAJJuK5AjVx1ANYuHAb0PYsPIZsdtpgt9RvRzuIEWa1dp1hYtqBOU3zf0qEvUK/uVmBqotI0/ffb1XBhHYBIlQyL5Dr2NlNGBBZcJ0kZAVhwniQP6qgLrS/II9dJMoF8RhhBee06jj3FGK72ANYIchwLiOFkByeQOQFYqCv9koL0BeYOnK65AzgzfgtDZqFACk7XHdI2Q9pakVTgxAPnW7lruinAfcgHE86FfIHsUUdwCvlmwmFIubde+b6DU/V3BAeuiVxoXMgqHq3hwjLyulEP98EBOAB/148AAwA7RI/R8UopbwAAAABJRU5ErkJggg==');
}

.controls progress {
  display: block;
  width: 100%;
  height: 80%;
  margin-top: 2px;
  margin-top: 0.125rem;
  border: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #2E2E2E;
  border-radius: 30px;
  color: #FFE300;
}

.controls progress[data-state="fake"] {
  background: #2E2E2E;
  height: 65%;
}

.controls progress span {
  width: 0%;
  height: 100%;
  display: inline-block;
  background-color: #FFE300;
}

.controls progress::-moz-progress-bar {
  background-color: #FFE300;
}

/* Chrome requires its own rule for this, otherwise it ignores it */
.controls progress::-webkit-progress-value {
  background-color: #FFE300;
}

.volume__input {
  width: 70px;
}

/* fullscreen */
html:-ms-fullscreen {
  width: 100%;
}

:-webkit-full-screen {
  background-color: transparent;
}

video:-webkit-full-screen + .controls {
  background: #ccc;
  /* required for Chrome which doesn't heed the transparent value set above */
}

video:-webkit-full-screen + .controls progress {
  margin-top: 0.5rem;
}

/* hide controls on fullscreen with WebKit */
figure[data-fullscreen=true] video::-webkit-media-controls {
  display: none !important;
}

figure[data-fullscreen=true] {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 100%;
  padding-bottom: 70px;
  background-color: #FFE300;
  border-radius: 0;
}

figure[data-fullscreen=true] video {
  height:100%;
  border-radius: 0;
}

figure[data-fullscreen=true] figcaption {
  display: none;
}

figure[data-fullscreen=true] .controls {
  position: absolute;
  top: 92%;
  width: 100%;
  z-index: 2147483647;
  background-color: transparent;
  padding: 10px;
  height: 8%;
}

figure[data-fullscreen=true] .controls li {
  width: 5%;
}

figure[data-fullscreen=true] .controls .progress {
  width: 70%;
}

figure[data-fullscreen=true] .volume__input {
  width: 100px;
}

#fs {
  background-position: right;
}

@media screen and (max-width:1124px) {
  .event__sport__block {
    width: auto;
  }
  figure {
    max-height: unset;
    padding-bottom: 5px;
  }
  .event__video__block {
    width: auto;
    height: auto;
  }
  .event__container {
  /* custumization for blog */
    flex-direction: column;
  }

  .sport__event__team {
    font-size: 10px;
    line-height: 1.2;
  }
  .tab__button {
    font-size: 15px;
  }
  .controls {
      height: 30px;
      top: 0;
  }

  .volume__input {
      width: 80px;
  }
}

@media screen and (max-width:1024px) {

  .controls {
      height: 30px;
      top: 0;
  }

  .volume__input {
      width: 70px;
  }

  .controls .progress {
      width: 65%;
      margin: 0 5px;
  }

  figure[data-fullscreen=true] {
      padding-bottom: 60px;
  }
}

@media screen and (max-width:992px) {
  .event__image img{
    width: 100%;
  }
}

/* custumization for blog */
  @media screen and (max-width:767px) {
    .event__image img{
      height: 100%;
    }
  }
/* custumization for blog */

@media screen and (max-width:767px) {
  /* .event__container {
    flex-direction: column;
  } */

  .event__video__block,
  .event__sport__block {
    width: 100%;
  }
  .controls > * {
      width: 5%;
  }

  .controls[data-state=visible] {
      padding: 0;
  }
  .controls .progress {
      width: 65%;
  }

  .volume__input {
      width: 60px;
  }

  figure {
      /* padding-bottom: 30px; */
  }
  .controls {
      height: 20px;
  }

  figure[data-fullscreen=true] .controls {
      top: 94%;
      height: 6%;
  }
}

@media screen and (max-width:459px) {
  .sport__event__team {
  font-size: 9px;
  line-height: 1.2;
}
.tab__button {
  font-size: 14px;
}
  .controls > * {
      width: 7%;
  }

  .controls .progress {
      width: 45%;
  }

  .volume__input {
      width: 40px;
  }

  figure[data-fullscreen=true] {
      padding-bottom: 50px;
  }

  figure[data-fullscreen=true] .volume__input {
      width: 60px;
  }

  figure[data-fullscreen=true] .controls {
      height: 5%;
  }
}
