html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.cA {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cA--down.cA--js {
  transform: translateY(3rem);
}
.cA--up.cA--js {
  transform: translateY(-3rem);
}
.cA--left.cA--js {
  transform: translateX(-3rem);
}
.cA--right.cA--js {
  transform: translateX(3rem);
}
.cA--js {
  opacity: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box;
}
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  color: #000;
  background-color: #fdfaf2;
  margin-top: 7.5rem;
}
body.home.is-top-info{
  margin-top: 10.5rem
}
@media (min-width: 992px) {
  body {
    margin-top: 14.7rem;
  }
  body.home{
    margin-top: 15.2rem;
  }
  body.home.is-top-info{
    margin-top: 18.7rem;
  }
}
@media (min-width: 1200px) {
  body {
    margin-top: 15rem;
  }
  body.home{
    margin-top: 17.5rem;
  }
  body.home.is-top-info{
    margin-top: 19rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  font-size: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
button {
  color: inherit;
  -webkit-appearance: none;
}
fieldset {
  border: 0;
  padding: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button:focus,
input:focus,
section:focus,
select:focus,
textarea:focus {
  outline: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 1440px;
}
main {
  min-height: calc(100vh - 69rem);
}
@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 37.8rem);
  }
}
@media (min-width: 1200px) {
  main {
    min-height: calc(100vh - 40rem);
  }
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1.5rem;
}
.mt-2 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 4.5rem;
}
.mt-4 {
  margin-top: 6rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 4.5rem;
}
.mb-4 {
  margin-bottom: 6rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1.5rem;
}
.ml-2 {
  margin-left: 3rem;
}
.ml-3 {
  margin-left: 4.5rem;
}
.ml-4 {
  margin-left: 6rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1.5rem;
}
.mr-2 {
  margin-right: 3rem;
}
.mr-3 {
  margin-right: 4.5rem;
}
.mr-4 {
  margin-right: 6rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.my-4 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-2 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-3 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.mx-4 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  z-index: 10;
  padding: 1.5rem 0;
  transition: 0.2s ease;
}
.home.is-top-info .header{
  top: 25px;
}
@media (min-width: 992px) {
  .header {
    position: fixed;
    padding: 0;
  }
  .home.is-top-info .header{
    top: 35px;
  }
}
.header__container{
  border-bottom: 1px solid #ffffff26;
}
.header__box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 3rem;
  max-width: 1440px;
  margin: 0 auto;
}
.header__box.header__box--1{
  padding: 23px 15px;
}
.header__box--1 .header__logo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}
.header__box.header__box--2{
  display: flex;
  justify-content: center;
}
.search__form{
  display: flex;
}
.search__field{
  background-color: #000;
  border: none;
  padding: 8px;
  color: #fff;
  border-bottom: 1px solid #262626;
}
.search__submit svg *, .search-bar-icon svg *, .search-bar-toggle svg *{
  transition: all 0.5s ease;
}
.search__submit:hover svg *, .search-bar-icon:hover svg *, .search-bar-toggle:hover svg *{
  stroke: #ffcf03;
}
.search-bar-toggle{
  display: flex;
  align-items: center;
}
.search-bar-icon{
  line-height: 2.25rem;
}
.header.is-sticky{
  transform: translate3d(0, 0, 0);
}
.header.is-sticky-2{
  transform: translate3d(0, -82px, 0);
}
.home.is-top-info .header.is-sticky-2{
  transform: translate3d(0, -117px, 0);
}
@media (min-width: 992px) {
  .header__box {
    justify-content: space-between;
  }
  .search-bar-icon{
    display: none;
  }
  .search-bar-toggle{
    display: none;
  }
}
.header__logo {
  display: flex;
}
@media (max-width: 991px) {
  
  .search__form{
    display: none;
    width: calc(100% - 60px);
    background: #000;
    z-index: 999;
    padding: 8px 15px 7px 15px;
    position: absolute;
    left: 60px;
    top: 6px;
  }
  .search__form label{
    width: 100%;
  }
  .search__form.active{
    display: flex;
    column-gap: 5px;
  }
  .header__box--1 .header__logo {
    top: 1rem;
    z-index: 5;
  }
  .header__box--1 .header__logo svg{
    width: 73px;
    height: 42px;
  }
  .header__box.header__box--1{
    padding: 0px 15px;
  }
  .header__container{
    border-bottom: 0px;
  }
  .header__box.header__box--2{
    display: none;
  }
  .search__field{
    padding: 5px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__logo--mobile {
    display: none;
  }
}
.hamburger {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  transition: all 0.5s ease;
}
.hamburger--active {
  position: fixed;
  top: 1.4rem;
  right: calc((100% - 720px) / 2 + 1.5rem);
  z-index: 15;
}
@media (max-width: 767px) {
  .hamburger--active {
    right: calc((100% - 540px) / 2 + 1.5rem);
  }
}
@media (max-width: 575px) {
  .hamburger--active {
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  min-width: 3rem;
  min-height: 0.2rem;
  width: 3rem;
  height: 0.2rem;
  background-color: #ffcf03;
  transition: all 0.5s ease;
}
.hamburger--active .hamburger__line {
  min-height: 0.3rem;
  height: 0.3rem;
  background-color: #000;
}
.hamburger__line--middle,
.hamburger__line--top {
  margin-bottom: 0.9rem;
}
.hamburger--active .hamburger__line--top {
  transform: rotate(45deg) translate(0.3rem, 0.3rem);
  margin-bottom: 0;
}
.hamburger--active .hamburger__line--middle {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}
.hamburger--active .hamburger__line--bottom {
  transform: rotate(-45deg) translate(0.1rem, -0.1rem);
}
.menu {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .menu {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .menu__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-menu.jpg) center/cover no-repeat;
    overflow-y: scroll;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
}
@media (max-width: 991px) {
  .menu__box--active {
    transform: none;
  }
}
@media (max-width: 991px) {
  .menu__bg {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 207, 3, 0.85);
    padding: 7.5rem 0;
  }
}
@media (min-width: 992px) {
  .menu__bg-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-color: #ffcf03;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 992px) {
  .menu__list {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .menu__list li > a {
    display: block;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem calc((100% - 720px) / 2 + 1.5rem);
  }
}
@media (max-width: 767px) {
  .menu__list li > a {
    padding-left: calc((100% - 540px) / 2 + 1.5rem);
    padding-right: calc((100% - 540px) / 2 + 1.5rem);
  }
}
@media (max-width: 575px) {
  .menu__list li > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .menu__list li.current-menu-item > a,
  .menu__list li.current_page_ancestor > a,
  .menu__list li.current_page_item > a {
    color: #151515;
  }
}
@media (min-width: 992px) {
  .menu__list > li {
    position: relative;
  }
}
@media (min-width: 992px) {
  .menu__list > li.current-menu-item > a,
  .menu__list > li.current_page_ancestor > a,
  .menu__list > li.current_page_item > a,
  .menu__list > li:hover > a {
    color: #000;
    background-color: #ffcf03;
  }
}
@media (min-width: 992px) {
  .menu__list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .menu__list > li a {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.5rem 1rem;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1200px) {
  .menu__list > li a {
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1600px) {
  .menu__list > li a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1920px) {
  .menu__list > li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .menu__list > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}
@media (min-width: 992px) {
  .menu__list > li > .sub-menu > li > a {
    display: block;
    color: #000;
    text-transform: none;
    background-color: #ffcf03;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .menu__list > li > .sub-menu > li > a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1600px) {
  .menu__list > li > .sub-menu > li > a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .menu__list > li > .sub-menu > li > a:hover {
    color: #fff;
  }
}
.socialmedia {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer a + .socialmedia,
.user__info .socialmedia {
  margin-top: 1.5rem;
}
.user__info .socialmedia {
  justify-content: flex-start;
}
.menu__box .socialmedia {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  justify-content: space-around;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .socialmedia--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .socialmedia--desktop {
    display: none;
  }
}
.socialmedia__item:not(:last-child) {
  margin-right: 3rem;
}
.menu__box .socialmedia__item:not(:last-child) {
  margin-right: 0;
}
.socialmedia__link {
  display: flex;
}
.socialmedia__link .socialmedia__icon:hover {
  fill: #ffcf03;
}
.socialmedia__icon {
  fill: #fff;
  transition: all 0.5s ease;
}
.menu__box .socialmedia__icon,
.user__info .socialmedia__icon {
  fill: #000;
}
.socialmedia__icon--fb {
  min-width: 1.3rem;
  min-height: 2.4rem;
  width: 1.3rem;
  height: 2.4rem;
}
.menu__box .socialmedia__icon--fb {
  min-width: 1.6rem;
  min-height: 3rem;
  width: 1.6rem;
  height: 3rem;
}
.socialmedia__icon--ig,
.socialmedia__icon--li {
  min-width: 2.4rem;
  min-height: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.menu__box .socialmedia__icon--ig,
.menu__box .socialmedia__icon--li {
  min-width: 3rem;
  min-height: 3rem;
  width: 3rem;
  height: 3rem;
}
.socialmedia__icon--yt {
  min-width: 2.4rem;
  min-height: 1.7rem;
  width: 2.4rem;
  height: 1.7rem;
}
.menu__box .socialmedia__icon--yt {
  min-width: 3rem;
  min-height: 2.1rem;
  width: 3rem;
  height: 2.1rem;
}
.socialmedia__icon--tt {
  min-width: 2.4rem;
  min-height: 1.9rem;
  width: 2.4rem;
  height: 1.9rem;
}
.menu__box .socialmedia__icon--tt {
  min-width: 3rem;
  min-height: 2.4rem;
  width: 3rem;
  height: 2.4rem;
}
.footer {
  color: #fff;
  background-color: #000;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__link {
  display: flex;
}
.footer__logo {
  min-width: 10rem;
  min-height: 5.8rem;
  width: 10rem;
  height: 5.8rem;
}
.footer__top {
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .footer__top {
    padding: 5rem 0;
  }
}
.footer__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__box {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__cols {
  display: grid;
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .footer__cols {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__cols {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer__cols--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__cols--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__cols--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__title {
  font-size: 1.8rem;
  color: #ffcf03;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer__menu ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer__bot,
.footer__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0;
}
.footer__middle {
  font-size: 1.2rem;
  color: #ccc;
  background-color: #151515;
}
.footer__bot {
  font-size: 1.4rem;
}
.box--center {
  text-align: center;
}
.breadcrumbs {
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #f4f4f4;
  letter-spacing: 0.05rem;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.error404 .breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs a {
  font-weight: 500;
  transition: all 0.5s ease;
}
.breadcrumbs a:hover {
  color: #ffcf03;
}
.breadcrumbs .separator {
  margin: 0 0.5rem;
}
.grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .grid {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .grid--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--ac {
  align-items: center;
}
@media (min-width: 992px) {
  .grid--start {
    grid-template-columns: 20rem auto 25rem;
  }
}
@media (min-width: 992px) {
  .bookmaker--shortcode .grid--start {
    grid-template-columns: 15rem auto 20rem;
  }
}
@media (min-width: 992px) {
  .grid--ranking {
    grid-template-columns: 5rem 15rem 15rem auto 25rem;
  }
}
@media (min-width: 1200px) {
  .grid--ranking {
    grid-template-columns: 5rem 20rem 15rem auto 25rem;
  }
}
@media (min-width: 1600px) {
  .grid--ranking {
    grid-template-columns: 5rem 20rem 20rem auto 25rem;
  }
}
@media (max-width: 991px) {
  .grid--ranking {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .grid--news {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1200px) {
  .grid--news {
    gap: 3rem;
  }
}
@media (min-width: 1600px) {
  .grid--news {
    gap: 6rem;
  }
}
@media (min-width: 992px) {
  .grid--bookmaker {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1200px) {
  .grid--bookmaker {
    grid-template-columns: 1fr 4fr;
  }
}
@media (min-width: 1200px) {
  .grid--bookmaker {
    gap: 3rem;
  }
}
@media (min-width: 1600px) {
  .grid--bookmaker {
    gap: 6rem;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  border: 0.2rem solid #ffcf03;
  border-radius: 0.6rem;
  padding: 1rem 3rem;
  transition: all 0.5s ease;
}
.btn:hover {
  background-color: #ffcf03;
}
.btn--full {
  background-color: #ffcf03;
}
.btn--100{
  width: 100%;
}
.btn--full:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn--small {
  min-width: 13rem;
  padding: 0.7rem 2rem;
}
.btn--min{
  padding: 0.7rem 1.2rem;
  font-size: 1.25rem;
}
.rank--desktop .btn--min{
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
.hero .btn {
  font-size: 2rem;
}
.btn--white {
  color: #fff;
  border-color: #fff;
}
.btn--white:hover {
  color: #000;
  background-color: #fff;
}
.btn--yellow {
  color: #ffcf03;
  border-color: #ffcf03;
}
.btn--yellow:hover {
  color: #000;
  background-color: #ffcf03;
}
.link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border-bottom: 0.2rem solid #ffcf03;
  transition: all 0.5s ease;
}
.link:hover {
  color: #ffcf03;
}
.image--center {
  margin-left: auto;
  margin-right: auto;
}
.section.features-entries{
  margin-top: 2rem;
}
.section.features-entries .section__title{
  margin-bottom: 1.5rem;
}
.section.section--banner {
  margin: 2rem 0;
}
.section {
  margin: 4rem 0;
}
.section + .section {
  padding-top: 0;
}
.section--bet {
  padding-top: 0;
}
.section__title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}
.section__title::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/emblem-yellow.png) center/cover no-repeat;
  margin-right: 1.5rem;
}
.section__title--main {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .section__title--main {
    font-size: 3.2rem;
  }
}
.section__title--main::before {
  display: none;
}
@media (min-width: 992px) {
  .section__title--center {
    justify-content: center;
    text-align: center;
  }
}
.section__title--alwayscenter {
  justify-content: center;
  text-align: center;
}
.section__subbox,
.section__subtitle {
  font-weight: 600;
}
.section__subbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.1;
}
.section__subbox-text {
  margin-left: 0.5rem;
}

@media (max-width: 991px) {
  .responsive__table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .responsive__table table {
    width: 100%;
    max-width: 100%;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item:not(:last-child) {
  margin-right: 0.5rem;
}
.pagination__item.active .pagination__link,
.pagination__item:hover .pagination__link {
  background-color: #ffcf03;
  border-color: #ffcf03;
}
.pagination__item--last:hover .pagination__link{
  background-color: #fff;
  border-color: #ccc;
}
.pagination__item--space:not(:last-child) {
  margin: 0 1rem 0 0.5rem;
}
.pagination__link {
  padding: 0px 6px;
  min-width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 0.1rem solid #ccc;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .text--container {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.text--center {
  text-align: center;
}
.my404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form__input--rating {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  margin: -0.1rem;
}
.form__input--rating:checked + .form__label--rating .star,
.form__input--rating:checked ~ .form__label--rating .star {
  fill: #ffcf03;
}
.form__label--rating {
  cursor: pointer;
}
.form__label--rating:not(:last-child) {
  margin-left: 0.2rem;
}
.form__label--rating .star {
  fill: #000;
  transition: all 0.5s ease;
}
.form__label--rating:hover .star,
.form__label--rating:hover ~ .form__label--rating .star {
  fill: #ffcf03;
}
.form__rating {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .form__rating {
    display: grid;
    gap: 0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px),
  (min-width: 992px) and (max-width: 1199px) {
  .form__rating {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form__rating-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.form__rating-name {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.form__rating-required {
  color: red;
  margin-left: 0.2rem;
}
.form__rating-value {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  margin: -0.1rem;
}
.comments-area .section__title {
  font-size: 2rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .comments-area .section__title {
    font-size: 2.4rem;
  }
}
.comments-area .comment {
  background-color: #f4f4f4;
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .comments-area .comment {
    padding: 3rem 2rem;
  }
}
.comments-area .comment:nth-child(odd) {
  background-color: transparent;
}
.comments-area .comment .comment-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.comments-area .comment .comment-author cite {
  font-weight: 600;
  font-style: normal;
}
.comments-area .comment .comment-author .comment-meta {
  font-size: 1.4rem;
}
.comment-respond {
  margin-top: 1.5rem;
}
.comment-reply-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .comment-reply-title {
    font-size: 2.4rem;
  }
}
.comment-reply-title::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/emblem-yellow.png) center/cover no-repeat;
  margin-right: 1.5rem;
}
.comment-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  border: 0.1rem solid #ebebeb;
  padding: 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .comment-form {
    gap: 1.5rem 3rem;
    padding: 2rem;
    margin-top: 1.5rem;
  }
}
.comment-form .required {
  color: red;
}
.comment-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.comment-form textarea {
  display: block;
  width: 100%;
  border: 0.1rem solid #ccc;
}
.comment-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding: 0.8rem 1rem;
}
.comment-form input[type="checkbox"] {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  margin: -0.1rem;
}
.comment-form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  margin-left: 3rem;
}
.comment-form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -3rem;
  display: block;
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ccc;
  transition: all 0.5s ease;
}
.comment-form input[type="checkbox"]:checked + label::before {
  background-color: #ffcf03;
  border-color: #ffcf03;
}
.comment-form textarea {
  resize: none;
  padding: 1rem;
}
.comment-notes {
  font-size: 1.4rem;
}
.comment-form-author label,
.comment-form-comment label,
.comment-form-email label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.comment-form-comment,
.comment-form-cookies-consent,
.comment-notes {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .comment-form-author,
  .comment-form-email {
    grid-column: span 2;
  }
}
.comment-form-cookies-consent {
  font-size: 1.4rem;
}
.form-submit input[type="submit"] {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  border: 0.2rem solid #ffcf03;
  border-radius: 0.6rem;
  padding: 1rem 3rem;
  transition: all 0.5s ease;
}
.form-submit input[type="submit"]:hover {
  background-color: #ffcf03;
}
.hero {
  position: relative;
  color: #fff;
}
.hero__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 4.8rem;
  }
}
@media (min-width: 1600px) {
  .hero__title {
    font-size: 6rem;
  }
}
.hero__subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 2.4rem;
  }
}
.hero__box {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .hero__box {
    min-height: 50rem;
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hero__item {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .hero__item {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .hero__item {
    width: 50%;
  }
}
.hero__subbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero__subbox {
    flex-direction: row;
  }
}
.hero__text {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .hero__text {
    margin: 2rem 0 3rem;
  }
}
.hero__link:not(:last-child) {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hero__link:not(:last-child) {
    margin: 0 6rem 0 0;
  }
}
.hero__link:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .hero__link:not(:last-child)::before {
    top: 0;
    bottom: auto;
    left: auto;
    right: -3rem;
    width: 0.2rem;
    height: 100%;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero__bg {
    -o-object-position: 70% center;
    object-position: 70% center;
  }
}
@media (min-width: 1200px) {
  .hero__bg {
    -o-object-position: right center;
    object-position: right center;
  }
}
@media (min-width: 768px) {
  .hero__bg--mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero__bg--desktop {
    display: none;
  }
}
.bet__box {
  display: grid;
  gap: 3rem;
}
@media (min-width: 992px) {
  .bet__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
.bet__all {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bet__all {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .bet__all {
    max-width: 60%;
  }
}
.bet__image:not(:first-child) {
  margin-top: 3rem;
}
.bet__image:not(:last-child) {
  margin-bottom: 3rem;
}
.bet__item {
  border: 0.1rem solid #ccc;
  border-radius: 0.6rem;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .bet__item {
    font-size: 1.4rem;
  }
}
.bet__header {
  padding: 1.5rem;
}
.bet__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.bet__title {
  font-weight: 600;
  max-width: 70%;
}
.bet__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .bet__name {
    font-size: 2rem;
  }
}
.bet__name:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .bet__name:not(:first-child) {
    margin-top: 2rem;
  }
}
.bet__name:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .bet__name:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.bet__label {
  font-size: 1.4rem;
  background-color: #ffcf03;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.bet__game {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-weight: 600;
}
.bet__team {
  text-align: center;
  line-height: 1.25;
}
.bet__vs {
  margin: 0 1rem;
}
.bet__body,
.bet__footer {
  padding: 1rem 1.5rem;
}
.bet__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 600;
  background-color: #ebebeb;
  gap: 1rem 1.5rem;
}
.bet__text {
  grid-column: span 2;
}
.bet__footer {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffcf03;
  cursor: pointer;
}
.bet__content > h2,
.bet__content > h3,
.bet__content > h4,
.bet__content > h5,
.bet__content > h6 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .bet__content > h2,
  .bet__content > h3,
  .bet__content > h4,
  .bet__content > h5,
  .bet__content > h6 {
    font-size: 2rem;
  }
}
.bet__content > h2:not(:first-child),
.bet__content > h3:not(:first-child),
.bet__content > h4:not(:first-child),
.bet__content > h5:not(:first-child),
.bet__content > h6:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .bet__content > h2:not(:first-child),
  .bet__content > h3:not(:first-child),
  .bet__content > h4:not(:first-child),
  .bet__content > h5:not(:first-child),
  .bet__content > h6:not(:first-child) {
    margin-top: 2rem;
  }
}
.bet__content > h2:not(:last-child),
.bet__content > h3:not(:last-child),
.bet__content > h4:not(:last-child),
.bet__content > h5:not(:last-child),
.bet__content > h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .bet__content > h2:not(:last-child),
  .bet__content > h3:not(:last-child),
  .bet__content > h4:not(:last-child),
  .bet__content > h5:not(:last-child),
  .bet__content > h6:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.bet__content .responsive__table:not(:first-child),
.bet__content > ol:not(:first-child),
.bet__content > ul:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .bet__content .responsive__table:not(:first-child),
  .bet__content > ol:not(:first-child),
  .bet__content > ul:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.bet__content .responsive__table:not(:last-child),
.bet__content > ol:not(:last-child),
.bet__content > ul:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .bet__content .responsive__table:not(:last-child),
  .bet__content > ol:not(:last-child),
  .bet__content > ul:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.bet__content > ol li:not(:last-child),
.bet__content > ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bet__content > ul li {
  position: relative;
  margin-left: 2.5rem;
}
.bet__content > ul li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 0.7rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-bottom: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
}
.bet__content > ol {
  list-style: decimal;
  padding-left: 2rem;
}
.bet__content table {
  font-size: 1.4rem;
  border-collapse: collapse;
}
.bet__content table td {
  padding: 1rem;
}
.bet__content table tbody tr {
  background-color: #f4f4f4;
}
.bet__content table tbody tr:first-of-type {
  text-transform: uppercase;
  background-color: #ccc;
}
.bet__content table tbody tr:not(:first-child):nth-child(even) {
  background-color: #ebebeb;
}
.bet__content > p:not(:first-child) {
  margin-top: 1rem;
}
.bet__content > p:not(:last-child) {
  margin-bottom: 1rem;
}
.bet__content strong > a,
.bet__content > a,
.bet__content > p > a {
  text-decoration: underline;
  transition: all 0.5s ease;
}
.bet__content strong > a:hover,
.bet__content > a:hover,
.bet__content > p > a:hover {
  color: #ffcf03;
}
.news__featureimage,
.news__item {
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #fff;
}
.news__item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.news__item:hover .news__image::before {
  opacity: 1;
  visibility: visible;
}
.news__item:hover .news__title {
  color: #ffcf03;
}
.news__featureimage {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .news__featureimage {
    margin-bottom: 3rem;
  }
}
.news__image {
  position: relative;
}
.news__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}
.news__info {
  background-color: #fff;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.news__date {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.news__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__title {
    font-size: 2rem;
  }
}
.single .news__title {
  font-size: 2.2rem;
  margin: 1rem 0 1.5rem;
}
@media (min-width: 1200px) {
  .single .news__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .category .news__title {
    font-size: 2rem;
  }
}
.news__single {
  margin-bottom: 3rem;
  overflow: auto;
}
@media (min-width: 992px) {
  .news__single {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .news__single {
    margin-bottom: 9rem;
  }
}
.news__content {
  margin-bottom: 3rem;
}
.news__content > h2:not(:first-child),
.news__content > h3:not(:first-child),
.news__content > h4:not(:first-child),
.news__content > h5:not(:first-child),
.news__content > h6:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .news__content > h2:not(:first-child),
  .news__content > h3:not(:first-child),
  .news__content > h4:not(:first-child),
  .news__content > h5:not(:first-child),
  .news__content > h6:not(:first-child) {
    margin-top: 3rem;
  }
}
.news__content > h2:not(:last-child),
.news__content > h3:not(:last-child),
.news__content > h4:not(:last-child),
.news__content > h5:not(:last-child),
.news__content > h6:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news__content > h2:not(:last-child),
  .news__content > h3:not(:last-child),
  .news__content > h4:not(:last-child),
  .news__content > h5:not(:last-child),
  .news__content > h6:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.news__content > h2,
.news__content > h3,
.news__content > h4 {
  font-weight: 700;
  line-height: 1.25;
}
.news__content > h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .news__content > h2 {
    font-size: 2.4rem;
  }
}
.news__content > h2::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/emblem-yellow.png) center/cover no-repeat;
  margin-right: 1rem;
}
.news__content > h3 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .news__content > h3 {
    font-size: 2rem;
  }
}
.news__content > h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .news__content > h4 {
    font-size: 1.8rem;
  }
}
.news__content .responsive__table:not(:first-child),
.news__content > ol:not(:first-child),
.news__content > ul:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .news__content .responsive__table:not(:first-child),
  .news__content > ol:not(:first-child),
  .news__content > ul:not(:first-child) {
    margin-top: 2rem;
  }
}
.news__content .responsive__table:not(:last-child),
.news__content > ol:not(:last-child),
.news__content > ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .news__content .responsive__table:not(:last-child),
  .news__content > ol:not(:last-child),
  .news__content > ul:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news__content > ol li:not(:last-child),
.news__content > ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.news__content > ul li {
  position: relative;
  /* margin-left: 2.5rem; */
}
.news__content > ul li::before {
  /* content: "";*/
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 0.7rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-bottom: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
}
.news__content ul{
  list-style: disc;
}
.news__content > ol {
  list-style: decimal;
  padding-left: 2rem;
}
.news__content table {
  font-size: 1.4rem;
  border-collapse: collapse;
}
.news__content table td {
  padding: 1rem;
}
.news__content table tbody tr {
  background-color: #f4f4f4;
}
.news__content table tbody tr:first-of-type {
  text-transform: uppercase;
  background-color: #ccc;
}
.news__content table tbody tr:not(:first-child):nth-child(even) {
  background-color: #ebebeb;
}
.news__content table tbody tr td a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  background-color: #ffcf03;
  border: 0.2rem solid #ffcf03;
  border-radius: 0.3rem;
  padding: 0.7rem 2rem;
  transition: all 0.5s ease;
}
.news__content table tbody tr td a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.news__content > p:not(:first-child) {
  margin-top: 1rem;
}
.news__content > p:not(:last-child) {
  margin-bottom: 1rem;
}
.news__content strong > a,
.news__content > a,
.news__content > p > a {
  text-decoration: underline;
  transition: all 0.5s ease;
}
.news__content strong > a:hover,
.news__content > a:hover,
.news__content > p > a:hover {
  color: #ffcf03;
}
.news__content ol:not(:first-child),
.news__content ul:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .news__content ol:not(:first-child),
  .news__content ul:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.news__content ol:not(:last-child),
.news__content ul:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .news__content ol:not(:last-child),
  .news__content ul:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.news__content ol li:not(:last-child),
.news__content ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.news__content ul li {
  position: relative;
  /* margin-left: 2.5rem; */
}
.news__content ul{
  padding-left: 2rem;
}
.news__content ul li::before {
  /*content: "";*/
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 0.7rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-bottom: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
}
.news__content ol {
  list-style: decimal;
  padding-left: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bookmaker__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.bookmaker__list-header,
.bookmaker__list-row {
  text-align: center;
  padding: 1rem 1.5rem;
}
.bookmaker__list-header {
  font-size: 1.4rem;
  color: #686868;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .bookmaker__list-header {
    display: none;
  }
}
.bookmaker__list-row {
  min-height: 10rem;
}
.bookmaker__list-row:nth-child(odd) {
  background-color: rgba(244, 244, 244, 0.25);
}
.bookmaker__list-row:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (min-width: 767px) {
  .bookmaker__list-row:not(:last-child) {
    margin-bottom: 0;
  }
}
.bookmaker__list-ranking {
  display: none;
}
@media (min-width: 992px) {
  .bookmaker__list-ranking {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bookmaker__list-rankingcnt {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background-color: #ebebeb;
  }
}
.bookmaker__list-stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookmaker__list-text {
  display: inline-block;
  font-size: 1.4rem;
  color: #151515;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(255, 207, 3, 0.25);
  border-radius: 0.6rem;
  padding: 1rem 2rem;
}
@media (min-width: 1600px) {
  .bookmaker__list-text {
    padding: 1.5rem 3rem;
  }
}
.bookmaker__image {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #f4f4f4;
  border-radius: 0.6rem;
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .bookmaker__image {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    padding: 3rem;
  }
}
.bookmaker__rating,
.bookmaker__stars,
.bookmaker__title {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bookmaker__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bookmaker__rating {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .bookmaker__rating {
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .bookmaker__rating {
    margin-left: 3rem;
  }
}
.bookmaker__stars--ml {
  margin-left: 1rem;
}
.bookmaker__stat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bookmaker__stat {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .bookmaker__stat {
    display: flex;
  }
}
.bookmaker__stat-item {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .bookmaker__stat-item:not(:last-child) {
    margin-right: 3rem;
  }
}
.bookmaker__menu {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .bookmaker__menu {
    margin-top: 3rem;
  }
}
.bookmaker__menu {
  border-bottom: 0.2rem solid #f4f4f4;
}
.bookmaker__menu-list {
  display: flex;
  align-items: center;
}
.bookmaker__menu-item {
  position: relative;
}
.bookmaker__menu-item::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #ffcf03;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.bookmaker__menu-item--active .bookmaker__menu-link,
.bookmaker__menu-item:hover .bookmaker__menu-link {
  text-shadow: 0.1rem 0 0 #000;
}
.bookmaker__menu-item--active::before {
  opacity: 1;
  visibility: visible;
}
.bookmaker__menu-link {
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .bookmaker__menu-link {
    padding: 1rem 3rem;
  }
}
.bookmaker__expert {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.bookmaker__expert-box {
  position: relative;
  background-color: #f4f4f4;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .bookmaker__expert-box {
    max-width: 35rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.bookmaker__expert-box:hover .bookmaker__expert-hovertext {
  opacity: 1;
  visibility: visible;
}
.bookmaker__expert-name {
  font-weight: 600;
}
.bookmaker__expert-name:hover {
  text-decoration: underline;
}
.bookmaker__expert-rating {
  display: flex;
  align-items: center;
}
.bookmaker__expert-text {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.bookmaker__expert-hover {
  display: flex;
}
.bookmaker__expert-hovericon {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 992px) {
  .bookmaker__expert-hovericon {
    display: none;
  }
}
.bookmaker__expert-hovertext {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 35rem;
  font-size: 1.4rem;
  background-color: #f4f4f4;
  border: 0.2rem solid #ffcf03;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  padding: 1rem;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .bookmaker__expert-hovertext {
    min-width: 50rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bookmaker__expert-hovertext {
    min-width: 40rem;
  }
}
@media (min-width: 992px) {
  .bookmaker__expert-hovertext {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
}
.bookmaker__excerpt {
  margin-top: 1.5rem;
}
.bookmaker__code {
  display: flex;
  flex-direction: column;
}
.bookmaker__code-text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border: 0.2rem dotted #ffcf03;
  padding: 0.7rem;
  margin-bottom: 0.5rem;
}
.bookmaker__code-text--hide {
  position: relative;
  filter: blur(0.5rem);
}
.bookmaker__code-text--hide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.user__info {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .user__info {
    grid-template-columns: 15rem auto;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  .user__info {
    gap: 3rem;
  }
}
.user__info--bg {
  background-color: #f4f4f4;
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  .user__info--bg {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .user__info--archive {
    grid-template-columns: 20rem auto;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .user__info--archive {
    grid-template-columns: 20rem 4fr 1fr;
    gap: 6rem;
  }
}
@media (min-width: 1600px) {
  .user__info--archive {
    grid-template-columns: 25rem 3fr 1fr;
  }
}
@media (min-width: 1920px) {
  .user__info--archive {
    grid-template-columns: 30rem 3fr 1fr;
  }
}
.user__photo {
  border-radius: 50%;
}
.user__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .user__title {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .user__title--archive {
    margin-bottom: 1rem;
  }
}
.user__link {
  transition: all 0.5s ease;
}
.user__link:hover {
  color: #ffcf03;
}
.user__desc {
  font-size: 1.4rem;
}
.user__desc--archive {
  font-size: 1.6rem;
}
@media (min-width: 1600px) {
  .user__desc--archive {
    font-size: 1.8rem;
  }
}
.star {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  fill: #ccc;
}
.star:not(:last-child) {
  margin-right: 0.2rem;
}
.star--full,
.star--half {
  fill: #ffcf03;
}
.tablecontents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .tablecontents {
    position: static;
    /* top: 10rem;
    padding-bottom: 6rem; */
  }
}

@media (max-width: 991px) {
  .tablecontents {
    transform: translateY(-100%);
    z-index: 7;
  }
}
@media (max-width: 991px) {
  .tablecontents--active {
    transform: none;
  }
}
@media (min-width: 992px) {
  .tablecontents--active.tablecontents--top {
    transform: translate(-50%, 1.9rem);
  }
}
@media (min-width: 992px) {
  .tablecontents--top {
    position: fixed;
    top: 3.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .tablecontents--top {
    top: 3.3rem;
  }
}
@media (min-width: 1920px) {
  .tablecontents--top {
    top: 3.5rem;
  }
}
.tablecontents__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .tablecontents__header {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__header {
    display: inline-block;
    color: #000;
    background-color: #ffcf03;
    border-radius: 0 0 1.8rem 1.8rem;
    padding: 1.4rem 3rem;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__header--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .tablecontents--top .tablecontents__header--desktop {
    display: none;
  }
}
.tablecontents__header-link {
  display: flex;
  margin-right: 1.5rem;
}
.tablecontents__logo {
  width: 5rem;
  height: 2.9rem;
}
.tablecontents__title {
  font-weight: 600;
  text-transform: uppercase;
}
.tablecontents__list {
  background-color: #fff;
  padding: 0.7rem 0;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .tablecontents__list {
    padding: 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .tablecontents__list {
    display: none;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__list {
    max-height: 0;
    font-size: 1.8rem;
    background-color: #ffcf03;
    border-radius: 0 0 1.2rem 1.2rem;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: all 0.5s ease;
  }
}
@media (max-width: 991px) {
  .tablecontents__list--active {
    display: block;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__list--active {
    opacity: 1;
    visibility: visible;
    max-height: 100rem;
    padding: 1rem;
  }
}
@media (min-width: 1600px) {
  .tablecontents--top .tablecontents__list--active {
    padding: 1.5rem;
  }
}
.tablecontents__item {
  padding: 0 1rem;
}
@media (min-width: 1600px) {
  .tablecontents__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.tablecontents__link {
  position: relative;
  display: block;
  padding: 0.7rem 0;
  transition: all 0.5s ease;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .tablecontents__link {
    font-size: 1.4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__link {
    display: flex;
    align-items: center;
  }
}
.tablecontents__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0.2rem;
  height: 100%;
  background-color: #ffcf03;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 1600px) {
  .tablecontents__link::before {
    left: -1.5rem;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__link::before {
    content: "";
    position: static;
    left: auto;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/emblem-black.png) center/cover no-repeat;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: 1.5rem;
  }
}
.tablecontents__link--active,
.tablecontents__link:hover {
  text-shadow: 0 0 0.1rem #000;
}
.tablecontents__link--active {
  transform: translateX(1rem);
}
@media (min-width: 1600px) {
  .tablecontents__link--active {
    transform: translateX(1.5rem);
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__link--active {
    transform: none;
  }
}
.tablecontents__link--active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .tablecontents__btn {
    position: absolute;
    top: 1rem;
    right: calc((100% - 720px) / 2 + 1.5rem);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
  }
}
@media (max-width: 767px) {
  .tablecontents__btn {
    right: calc((100% - 540px) / 2 + 1.5rem);
  }
}
@media (max-width: 575px) {
  .tablecontents__btn {
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tablecontents__btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__btn {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .tablecontents__btn::before {
    content: "";
    display: inline-block;
    border: solid #ffcf03;
    border-width: 0 0.3rem 0.3rem 0;
    transform: rotate(45deg);
    padding: 0.6rem;
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__btn::after {
    content: "";
    position: relative;
    top: -0.3rem;
    display: inline-block;
    border: solid #000;
    border-width: 0 0.3rem 0.3rem 0;
    transform: rotate(45deg);
    padding: 0.4rem;
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .tablecontents__btn--active::before {
    transform: rotate(-135deg) translate(-0.4rem, -0.4rem);
  }
}
@media (min-width: 992px) {
  .tablecontents--top .tablecontents__btn--active::after {
    transform: rotate(-135deg) translate(-0.4rem, -0.4rem);
  }
}
.cta {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 3rem;
  margin: 3rem 0;
}
.bookmakercta {
  color: #fff;
  background: url(/wp-content/uploads/2021/04/cta-bg.png) center/cover no-repeat;
  border-radius: 0.6rem;
  padding: 3rem 1rem;
}
@media (min-width: 1200px) {
  .bookmakercta {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    gap: 3rem;
    padding: 3rem;
  }
}
.bookmakercta:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .bookmakercta:not(:first-child) {
    margin-top: 3rem;
  }
}
.bookmakercta:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .bookmakercta:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.bookmakercta__logo {
  position: relative;
}
.bookmakercta__logo::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.bookmakercta__image {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .bookmakercta__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.bookmakercta__text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .bookmakercta__text {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .bookmakercta__text {
    margin-top: 1.5rem;
  }
}
.bookmakercta__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .bookmakercta__list {
    flex-direction: row;
  }
}
.bookmakercta__list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .bookmakercta__list-item:not(:last-child) {
    margin: 0 3rem 0 0;
  }
}
.bookmakercta__list-item--redirect a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  transition: all 0.5s ease;
}
.bookmakercta__list-item--redirect a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #fff;
  transition: all 0.5s ease;
}
.bookmakercta__list-item--redirect a:hover {
  color: #000;
  background-color: #fff;
}
.bookmakercta__list-item--redirect a:hover::before {
  border-left-color: #000;
}
.bookmakercta__box {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffcf03;
  border: 0.2rem solid #ffcf03;
  border-radius: 0.6rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 1200px) {
  .bookmakercta__box {
    padding: 1.5rem;
  }
}
a.bookmakercta__box {
  transition: all 0.5s ease;
}
a.bookmakercta__box:hover {
  color: #000;
  background-color: #fff;
}
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .youtube {
    margin-top: 3rem;
  }
}
.youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promotions {
  display: grid;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.6rem;
  gap: 1.5rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .promotions {
    padding: 5rem 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .promotions {
    padding: 5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .promotions {
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .promotions--full {
    grid-template-columns: 1fr 6fr 2fr;
  }
}
@media (min-width: 1600px) {
  .promotions--full {
    grid-template-columns: 1fr 7fr 2fr;
  }
}
.promotions__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .promotions__image {
    margin-bottom: 1.5rem;
  }
}
.promotions__list {
  display: grid;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .promotions__list {
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promotions--full .promotions__list {
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .promotions__list {
    gap: 1.5rem;
  }
}
.promotions__list-item {
  position: relative;
}
@media (min-width: 768px) {
  .promotions__our,
  .promotions__register {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promotions__our,
  .promotions__register {
    left: 50%;
    transform: translateX(-50%);
  }
}
.promotions__our {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .promotions__our {
    top: -2rem;
    margin-bottom: 0;
  }
}
.promotions__register {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .promotions__register {
    bottom: -2rem;
    margin-top: 0;
  }
}
.promotions__name {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.25;
}
.promotions__btn {
display: flex;
justify-content: center;
}
.mob-menu-header-holder{
width: 50px !important;
left: 0px;
}

.latest-posts .news__title, .recommended-posts .news__title{ 
font-size: 1.8rem;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.latest-posts .news__info, .recommended-posts .news__info{ 
padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.latest-posts .news__date, .recommended-posts .news__date {
font-size: 1.25rem;
}
.recommended-posts .grid{
grid-template-columns: 1fr 1fr 1fr;
overflow-x: auto;
padding: 0px 0px 15px 0px;
}
.recommended-posts .grid .news__item{
min-width: 230px;
}
.recommended-posts{
margin-top: 30px;
}
.news__item--sponsored img{
max-width: 100%;
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
object-fit: cover;
}
.types-article-section{
margin: 35px 0px 35px 35px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
display: flex;
padding: 5px 20px 5px 0px;
border-radius: 0.6rem;
align-items: center;
transition: .2s;
background-image: linear-gradient(120deg, #ffcf04 70%, #000 20%);
}
.types-article-section:hover{
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.14);
}
.types-article{
width: 100%;
padding: 10px 0px;
}
.types-article .btn{
flex-shrink: 0;
color: #ffcf03;
}
.types-article .btn:hover{
color: #000;
}
.types-article-section img{
border-radius: 0.6rem;
margin: 10px 20px 10px -35px; 
max-width: 80px;
}
.types-article-container{
display: flex;
justify-content: space-between;
align-items: center;
/* gap: 10px; */
}
.types-content{
font-size: 1.3em;
line-height: 1.1em;
margin: 0px 10px 0px 0px;
text-transform: uppercase;
}
.types-name{
font-weight: 800;
margin-bottom: 4px;
}
.types-odds{
font-size: 0.875em;
}
.types-odds span{
font-weight: 800;
}
.types-article-section .preloader-content img{
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;
width: 60px;
opacity: 0.7;
filter: grayscale(1);
margin: 0px auto;
padding: 15px 0px;
}
.types-article-section .preloader-content{
margin: 0 auto;
flex-shrink: 0;
width: 100%;
}
img.aligncenter{
margin: 0 auto;
}
/* PREMATCH */
.games{
background-color: var(--custom-200-to-dark-200);
color: var(--white-to-white);
padding-top: 0;
}
main.single .games{
margin-bottom: 0px;
}
main.single .games__container{
margin-bottom: 0px;
}
main.single .games{
padding: 20px 0px;
}
.games .games__content{
display: flex;
justify-content: flex-start;
grid-gap: 10px;
overflow-x: auto;
}
.games .games__content::-webkit-scrollbar {
display: none;
}
.games .game__box{
flex-basis: 350px;
flex-shrink: 0;
padding: 30px;
}
.prematchContentPlaceholder{
height: 165px; 
overflow-x: auto;
display: flex;
overflow: hidden;
}
.prematchContentPlaceholder .preloader-content {
flex-shrink: 0;
width: 226px;
height: 165px;
background: #000;
border-radius: 0.6rem;
display: flex;
justify-content: center;
align-items: center;
margin-right: 1rem;
}
.prematchContentPlaceholder .preloader-content img{
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;
width: 74px;
opacity: 0.7;
filter: grayscale(1);
}
.prematch-item{
background: #ffcf03;
border-radius: 0.6rem;
width: 227px;
height: 165px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.prematch-item .prematch-header{
display: flex;
justify-content: space-between;
align-items: center;
gap: 6px;
padding: 6px 10px 0px 10px; 
}
.prematch-item .prematch-header .prematch-name{
display: flex;
align-items: center;
font-size: 11px;
font-weight: 500;
gap: 8px;
}
.prematch-name span{
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.prematch-item .prematch-header .prematch-date{
font-size: 11px;
font-weight: 500;
flex-shrink: 0;
}
.prematch-item .prematch-clubs{
display: flex;
align-items: flex-start;
justify-content: space-between;
font-size: 12px;
text-align: center;
margin: 7px 0 3px;
height: 100%;
line-height: 14px;
padding: 0px 8px;
}

.prematch-item .prematch-clubs > div{
width:100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.prematch-item .prematch-clubs > div:nth-child(2){
width: 60px;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
color: #00000075;
overflow: visible;
position: relative;
height: 40px;
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;
margin-top: 12px;
}
.prematch-item .prematch-clubs > div:nth-child(2)::after{
content: 'x';
font-size: 36px;
position: absolute;
top: 0px;
left: 3px;
font-weight: 800;
color: #000;
opacity: .1;
}

.prematch-item .prematch-clubs img{
width: 23px;
height: 23px;
margin: 0 auto 6px;
object-fit: cover;
}
.prematch-item .prematch-score{
display: flex;
align-items: center;
justify-content: space-between;
text-align:center;
font-weight: 700;
font-size: 14px;
padding: 0px 8px 5px 8px;
}
.prematch-item .prematch-score > div{
width:100%;
}
.prematch-item .prematch-score > div:nth-child(2){
width: 75px;
}
.prematch-item .prematch-action{
display: flex;
align-items: end;
gap: 10px;
background-color: #000;
padding: 7px 10px;
}
.prematch-item .prematch-action a.btn{
width:100%;
}
.prematch-item.with-image{
position: relative;
overflow: hidden;
}
.prematch-item.with-image img{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
object-fit: cover;
width: 100%;
height: 100%;
}
.prematch__games{
color: #000;
}
.home .prematch__games{
margin-top: 1.5rem;
}
.archive .prematch__games{
margin: 1.5rem 0;
}
.single .prematch__games{
margin-bottom: 3rem;
}
.prematch__games .splide__arrow{ 
background: transparent;
top: -42px;
opacity: .5;
transition: .2s;
}
.prematch__games .splide__pagination{
display: none;
}
.prematch__games .splide__arrow svg{
fill: #000;
}
.prematch__games .splide__arrow--prev{
right: 3em;
left: unset;
}
.archive .splide__arrows {
display: none;
}

/*Promo of day / Type of day*/
aside .promo, aside .type{
margin: 3rem 0;
}
.promo-container{
max-width: 450px;
margin: 1.5rem auto 0 auto;
}
.promo-logo{
border-radius: 0.6rem;
margin: 0 auto;
}
.promo-box{
background-color: #ffcf03;
border-radius: 0.6rem;
padding-top: 40px;
margin-top: -28px;
text-align: center;
color: #000;
}
.promo-title{
font-size: 2rem;
line-height: 2.5rem;
font-weight: 600;
text-transform: uppercase;
margin: 0px 10px 5px 10px;
}
.promo-subtitle{
font-size: 1.375rem;
line-height: 1.75rem;
font-weight: 400;
text-transform: uppercase;
margin: 0px 10px 12px 10px;
}
.promo-odds{
font-size: 1.375rem;
line-height: 1.75rem;
font-weight: 400;
text-transform: uppercase;
margin: 0px 10px 12px 10px;
}
.promo-odds span{
font-size: 2.75rem; 
font-weight: 700;
font-style: italic;
}
.promo-action{
background-color: #000;
padding: 15px;
border-radius: 0px 0px 0.6rem 0.6rem;
}
/*Bookmaker rank*/
aside .bookmaker-rank{
margin: 3rem 0;
}
.bookmaker-container{
background-color: #fff;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
border-radius: 0.6rem;
margin: 1.5rem 0 0 0;
}
.bookmaker-logo img{
border-radius: 0.6rem;
}
.bookmaker-logo{
flex-shrink: 0;
}
.bookmaker-row{
display: flex;
gap: 12px;
align-items: center;
position: relative;
padding: 12px;
border-bottom: 1px solid #eeeeee;
}
.bookmaker-row:last-child{
border-bottom: 0;
}
.bookmaker-position{
position: absolute;
top: -10px;
left: calc(50% - 10px);
background-color: #ffcf04;
color: #000;
border-radius: 50%;
width: 20px;
height: 20px;
font-size: 15px;
line-height: 14px;
text-align: center;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
}
.bookmaker-text{
font-size: 1.375rem;
line-height: 1.5rem;
text-transform: uppercase;
font-weight: 600;
}
.bookmaker-action{
margin-left: auto;
}
.rank--desktop .bookmaker-position{
position: static;
font-size: 1.8rem;
width: 25px;
height: 25px;
flex-shrink: 0;
}
.rank--desktop .bookmaker-text{
font-size: 1.8rem;
line-height: 2rem;
}
.rank--desktop .bookmaker-row{
gap: 15px;
padding: 15px;
}
/*Latest posts*/
.latest-posts{
margin: 3rem 0;
}
.latest-posts__list{
margin: 1.5rem 0 0 0;
background-color: #fff;
border-radius: 0.6rem;
box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1);
}
.latest-post__title{
text-transform: uppercase;
font-size: 1.5rem;
line-height: 1.75rem;
font-weight: 600;
}
.latest-post__title a{
transition: all 0.5s ease;
}
.latest-post__title a:hover{
color: #ffcf03;
}
.latest-post{
padding: 12px;
border-bottom: 1px solid #eeeeee;
}
.latest-post:last-child{
border-bottom: none;
}
.latest-post__date-box{
display: flex;
justify-content: space-between;
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
/*Sidebar*/
#sidebar-fixed{
position: sticky;
top: 150px;
}
/*Home*/
.features-entries .features-entries__container{
display: grid;
row-gap: 1rem;
column-gap: 1rem;
grid-template-columns:  2fr 1fr;
grid-template-rows: 240px 240px;
}

.features-entries .features-entries__article-box{
overflow: hidden;
position: relative;
border-radius: 0.6rem;
}

.features-entries .features-entries__article-box:first-child{
grid-row: span 2; 
}

.features-entries .features-entries__article{
height: 100%;
}

.features-article__figure{
width: 100%;
height: 100%;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
margin: 0px;
}

.features-entries__article-box:hover .features-article__figure{
transform: scale(1.15);
}

.features-entries__article-box:hover .features-article__figure:before {
opacity: 1;
}

.features-article__figure:before {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.9) 100%) !important;
background-color: rgba(0, 0, 0, 0.15) !important;
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
pointer-events: none !important;
transition: all 0.5s ease;
opacity: 0.8;
}

.features-article__info {
position: absolute;
bottom: 0px;
padding: 0px 35px 35px 35px;
color: #fff;
z-index: 5;
}

.features-entries__article-box .features-box__date{
font-size: 1.25rem;
margin-bottom: 6px;
font-weight: 300;
}
.features-entries__article-box:first-child .features-box__date{
font-size: 1.5rem;
margin-bottom: 12px;
}
.features-entries__article-box .features-box__title h2{ 
font-size: 2rem;
line-height: 2.5rem;
font-weight: 700;
margin: 0px !important;
color: #fff;
text-transform: uppercase;
}
.features-entries__article-box:first-child .features-box__title h2{ 
font-size: 2.75rem;
line-height: 3.25rem;
}

.features-entries__article-box .features-box__title a, .features-entries__article-box .features-box__date a{
color: #fff;
transition: all 0.5s ease;
}
.features-entries__article-box .features-box__title a:hover, .features-entries__article-box .features-box__date a:hover{
color: #ffcf04;
}

.features-article__figure img{
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
background: #ddd;
}
.features-entries a{
display: inline;
}
.container-three-column{
display: grid;
grid-template-columns: 3fr 1fr;
gap: 3rem;
}
.flex-column{
display: flex;
flex-direction: column;
gap: 3rem;
}
.container--banner img{
border-radius: 0.6rem;
margin: 0 auto;
width: 100%;
}
.container--banner a{
display: inline;
}
.banner--mobile{
display: none;
}
/*Authors list*/
.editors-box{
background-color: #fff;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
border-radius: 0.6rem;
}

.editors-box .home__title{
padding: 5px;
}

.editors-box__containers{
display: flex;
align-items: center;
row-gap: 10px;
column-gap: 10px;
padding: 1.5rem;
border-bottom: 1px solid #eeeeee;
}
.editors-box__image-content{
flex-shrink: 0;
line-height: 0px;
}

.editors-box__image{
border-radius: 50%;
overflow: hidden;
display: inline-block;
}
.editors-box a{
display: inline;
transition: all 0.5s ease;
}
.editors-box a:hover{
color: #ffcf04;
}
.editors-box__image img{
max-width: 55px;
}
.editors-box__category{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 2rem;
}
.editors-box__category a:hover{
text-decoration: underline;
}
.editors-box__title{
font-size: 1.75rem;
line-height: 2rem;
}
.top-info{
background-color: #ffcf03;
position: fixed;
top: 0px;
width: 100%;
z-index: 8;
}
.top-info__content{
font-size: 1.5rem;
line-height: 1.5rem;
text-transform: uppercase;
font-weight: 500;
color: #000;
padding: 10px 0px;
text-align: center;
white-space: nowrap;
overflow: hidden;
display: block;
}
.rotator__roll{
-webkit-animation: marquee_loop 24s infinite linear;
animation: marquee_loop 24s infinite linear;
display: inline-block;
white-space: nowrap;
padding: 0 0 0 100%;
}
/*Types carousel*/
.carouselTypes-item{
width: 293px;
height: auto;
display: flex;
flex-direction: column;
background-color: #ffcf04;
border-radius: 8px;
row-gap: 5px;
box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.1);
margin: 15px 0px 30px 0px;
}
.carouselTypes-item .carouselTypes-header img{
border-radius: 5px;
position: absolute;
top: 20px;
left: 5px;
margin: 0px !important;
width: 30px;
height: 30px;
}
.carouselTypes-item  .carouselTypes-header{
display: grid;
align-items: center;
height: 36px;
padding: 5px 5px 0px 5px;
}
.carouselTypes-item  .carouselTypes-header .carouselTypes-name{
text-align: center;
font-size: 15px;
font-weight: 700;
text-align: center;
margin: 0px 40px;
line-height: 17px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.carouselTypes-item .carouselTypes-outcomes{
display: grid;
align-items: center;
column-gap: 5px;
grid-auto-flow: column;
grid-auto-columns: 1fr;
padding: 0px 5px 0px 5px;
}   
.carouselTypes-item .carouselTypes-outcomes .carouselTypes-outcome{
border-radius: 4px;
background-color: #ffffff70;
text-align: center;
display: grid;
padding: 5px;
transition: 0.3s ease-in-out;
}
.carouselTypes-item .carouselTypes-outcomes .carouselTypes-outcome .carouselTypes-outcomeName{
font-size: 12px;
font-weight: 300;
line-height: 16px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.carouselTypes-item .carouselTypes-outcomes .carouselTypes-outcome .carouselTypes-outcomeOdds{
font-size: 14px;
font-weight: 700;
line-height: 18px;
}
.carouselTypesContent .splide__pagination{
display: none;
}
.carouselTypesContent .splide__arrow{
display: none;
}
.carouselTypesContent .splide__arrow--prev {
right: 2em;
left: unset;
}
.carouselTypesContent .splide__arrow--next {
right: 0em;
}
.carouselTypesContentPlaceholder{
display: grid;
column-gap: 10px;
align-items: center;
grid-auto-flow: column;
grid-auto-columns: 1fr;
}
.carouselTypesContentPlaceholder .preloader-content{
height: 133.6px;
width: 293px;
background-color: #000;
border-radius: 0.6rem;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
margin: 15px 0px 30px 0px;
box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.carouselTypesContentPlaceholder .preloader-content img{
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;
width: 74px;
opacity: 0.7;
filter: grayscale(1);
}
.carouselTypes-action{
padding: 5px;
background-color: #000;
border-radius: 0px 0px 0.6rem 0.6rem;
}
.eventIsEnd {
margin: 3rem 0;
text-align: center;
}
.eventIsEnd p{
margin-bottom: 0.5rem;
}
/*END LIST TYPES*/
/*BANNERS*/
#comments{
margin: 40px 0;
}
.section--banner {
text-align: center;
margin: 1.5rem 0;
line-height: 0;
}
/*END BANNERS*/
/*START COUPON SECTION*/
.coupon-of-day__section{
margin: 40px auto;
max-width: 400px;
}
.coupon-of-day__section .section__title{
font-size: 2.4rem;
text-align: center;
}
.coupon-of-day{
background-color: #fff;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
border-radius: 0.6rem;
margin-top: 40px;
}
.coupon-of-day--betfan .header-coupon,.coupon-of-day--betfan .coupon-label{
background-color: #1a5f56;
}
.coupon-of-day--lvbet .header-coupon,.coupon-of-day--lvbet .coupon-label{
background-color: #1b1b1f;
}
.coupon-of-day--sts .header-coupon,.coupon-of-day--sts .coupon-label{
background-color: #024fab;
}
.coupon-of-day--totalbet .header-coupon,.coupon-of-day--totalbet .coupon-label{
background-color: #167f30;
}
.coupon-of-day--betclic .header-coupon,.coupon-of-day--betclic .coupon-label{
background-color: #c90818;
}
.coupon-of-day--lebull .header-coupon,.coupon-of-day--lebull .coupon-label{
background-color: #1b344d;
}

.coupon-logo{
border-radius: 0.6rem;
margin: -35px auto 0 auto;
}
.coupon-of-day .action-btn {
padding: 10px;
border-radius: 0 0 0.6rem 0.6rem;
text-align: center;
}
.single__container-article article .entry-content .coupon-of-day .action-btn a{
color: var(--white-to-white);
}
.header-coupon{
display: flex;
justify-content: space-between;
padding: 8px 16px;
background-color: #ffcf03;
color: var(--white-to-white);
border-radius: 0.6rem 0.6rem 0 0;
text-transform: uppercase;
font-weight: 500;
}
.coupon-item{
padding: 12px;
font-size: 14px;
line-height: 18px;
border-bottom: 1px solid #eeeeee;
}
.coupon-item-headline{
display: flex;
justify-content: space-between;
font-size: 10px;
text-transform: uppercase;
}
.coupon-item-content{
display: flex;
margin: 6px 0px;
align-items: center;
gap: 5px;
}
.coupon-item-name{
display: flex;
flex-direction: column;
}
.coupon-item-score{
display: flex;
flex-direction: column;
}
.coupon-item-score span{
background-color: #ebebeb;
padding: 2px 8px;
font-weight: 700;
text-align: center;
border-radius: 3px;
font-size: 10px;
}
.footer-coupon{
background-color: var(--white-to-dark-400);
padding: 12px;
}
.coupon-game-results{
display: flex;
justify-content: space-between;
font-weight: 600;
}
.footer-coupon-row{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
margin-bottom: 3px;
}
.footer-coupon-resulst{
margin-bottom: 10px;
}
.coupon-statusText{
display: flex;
gap: 10px;
}
.coupon-label{
color: #fff;
text-transform: uppercase;
font-weight: 600;
padding: 3px 8px;
background-color: #ffcf04; 
}
.coupon-result-text{
font-weight: 700;
font-size: 18px;
}
.liveAnimatedDot{
align-items: center;
display: flex;
position: relative;
}
.coupon-item .liveAnimatedDot__ring{
-webkit-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border: 3px solid rgba(238, 19, 19, .7);
border-radius: 30px;
height: 16px;
inset: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
-webkit-transform-origin: top left;
transform-origin: top left;
width: 16px;
}
.liveAnimatedDot__dot {
background-color: rgba(238, 19, 19, .7);
border-radius: 50%;
height: 8px;
width: 8px;
}
/*END COUPON SECTION*/
@media (max-width: 1599px) {
.types-article-section{
  background-image: linear-gradient(120deg, #ffcf04 64%, #000 20%);
}
}  
@media (max-width: 991px) {
.features-article__info{
  padding: 0px 20px 20px 20px;
}
.container-three-column {
  grid-template-columns: 2fr 1fr;
}
.home.is-top-info .mobmenul-container{
  top: 38px;
}
.top-info__content{
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 7px 0px;
}
.top-info{
  position: absolute;
}
.features-entries .features-entries__container {
  grid-template-rows: 200px 200px;
}
}

@media (max-width: 767px) {
.banner--mobile{
  display: block;
}
.banner--desktop {
  display: none;
}
.section{
  margin: 3rem 0;
}
.section__title{
  font-size: 2.4rem;
}
.features-entries__article-box:first-child .features-box__date{
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.features-entries .features-entries__article-box:first-child{
  grid-row: unset;
}
.features-entries__article-box:first-child .features-box__title h2{ 
  font-size: 2rem;
  line-height: 2.5rem;
}
.features-entries .features-entries__container{
  grid-template-columns: 1fr;
  grid-template-rows: 240px 200px 200px;
}
.container-three-column{
  grid-template-columns: 1fr;
}
.recommended-posts .grid{
  gap: 1rem;
}
.latest-posts .news__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-posts .news__image{
  padding: 8px;
  flex-shrink: 0;
  height: 100px;
  width: 150px;
}
.latest-posts .grid{
  row-gap: 1em;
}
.latest-posts div > a{
  display: flex;
}
.latest-posts .news__title, .recommended-posts .news__title{
  font-size: 1.4rem;
  margin: 0px;
}
.latest-posts .news__date{
  font-size: 0.675em;
  margin: 0px;
}
.latest-posts .news__info{
  padding: 8px 8px 8px 0px;
}
.recommended-posts .news__date{
  font-size: 0.675em;
}
.recommended-posts .news__info{
  padding: 8px 12px 12px 12px;
}
.latest-posts .my-2{
  margin-top: 2rem;
}
.types-article-container{
  flex-direction: column;
  align-items: flex-start;
}
.types-content{
    margin: 0px 0px 15px 0px;
    font-size: 1.2em;
}
.types-article-container .types-button{
    width: 100%;
}
.types-odds span.types-odds--boost{
    font-size: 18px;
}
.types-odds--old::after{
    bottom: 9px;
    width: calc(100% + 2px);
}
.types-article-section {
    margin: 25px 0px 25px 35px;
    background-image: linear-gradient(0deg, #000 70px, #ffcf04 14%);
}
.types-article .btn{
  width: 100%;
}
.prematch-item .prematch-header .prematch-name{
  display: none;
}
.prematch-item .prematch-header{
    justify-content: center;
    padding: 6px 8px 0px 8px;
}
.prematch-item{
    width: 170px;
    height: 145px;
}
.prematch-item .prematch-header .prematch-date{
    font-size: 11px;
}
.prematch-item .prematch-score{
    font-size: 12px;
    padding: 0px 8px 6px 8px;
}
.prematch-item .prematch-clubs > div{
    -webkit-line-clamp: 2;
}
.prematch-item .prematch-clubs > div:nth-child(2){
    height: 25px;
    font-size: 16px;
    width: 35px;
    margin-top: 10px;
}
.games h2.home__title{
    font-size: 18px !important;
    margin: 12px !important;
}
.prematch-item .prematch-clubs > div:nth-child(2)::after{
    content: '';
}
.prematch-item .prematch-clubs img{
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
}
.prematch-item .prematch-clubs{
    margin: 4px 0px 0px 0px;
    font-size: 11px;
    line-height: 11px;
    padding: 0 8px;
}
.prematch-action a.btn{
    font-size: 12px !important;
    padding: 6px !important;
}
.prematch__games .splide__arrow{
    display: none;
}
.prematch-item .prematch-action{
    gap: 6px;
    padding: 6px 8px;
}
.prematchContentPlaceholder .preloader-content{
    width: 170px;
    height: 145px;
    margin-right: 6px;
}
.prematchContentPlaceholder{
    height: 145px; 
}
.prematchContentPlaceholder .preloader-content img{
    width: 55px;
}
}
@keyframes marquee_loop {
0% {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
100% {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
}

