/* GLOBAL */
body {
  background-color: #f7f7f5;
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #4d4c48;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}
body.noscroll {
  overflow: hidden;
}
a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffc700;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
}
a:hover {
  color: #fee777;
}
div {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #303030;
}
h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  line-height: 29px;
}
h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
h4 {
  font-size: 14px;
  line-height: 17px;
}
strong {
  font-weight: bold;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 0;
  background-color: #fff;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  padding: 12px 15px;
  width: 100%;
  padding-right: 33px;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: 0;
}
.site-box {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  outline: 0px #000 solid;
}
.btn {
  background-color: #fdd71c;
  border-radius: 5px;
  display: block;
  color: #303030;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  line-height: 17px;
  border: 1px #fdd71c solid;
}
.btn.white-btn {
  background-color: #fff;
  color: #ffc700;
  border-color: #fff;
}
.btn.lite-btn {
  background-color: #fff;
  border-color: #e8e8e1;
}
.btn.small-text {
  font-size: 12px;
}
.btn:hover {
  background-color: #fee777;
  color: #303030;
  border-color: #fee777;
}
.btn.white-btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn.lite-btn:hover {
  background-color: #fff9d2;
  border-color: #fdd71c;
}
.btn.arrow::after {
  font-family: "Sportbet";
  content: "\e905";
  font-weight: normal;
  font-size: 10px;
  margin-left: 5px;
}

::-webkit-input-placeholder {
  color: #b0b1b4;
  opacity: 1;
  transition: opacity 0.3s ease;
  line-height: 17px;
}
::-moz-placeholder {
  color: #b0b1b4;
  opacity: 1;
  transition: opacity 0.3s ease;
  line-height: 17px;
}
:-moz-placeholder {
  color: #b0b1b4;
  opacity: 1;
  transition: opacity 0.3s ease;
  line-height: 17px;
}
:-ms-input-placeholder {
  color: #b0b1b4;
  opacity: 1;
  transition: opacity 0.3s ease;
  line-height: 17px;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.no-bonus {
  font-weight: normal;
  font-size: 13px;
  color: #c5c5c5;
}

@media screen and (max-width: 650px) {
  h1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .site-box {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    line-height: 30px;
    font-size: 22px;
  }
}

/* HEADER */
header {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.header-toggle {
  display: none;
}
.site-logo {
  margin: auto 0;
  width: 166px;
  height: 26px;
}
.site-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 166px;
}
.site-logo a {
  display: flex;
}
.site-socials.header-socials {
  margin: auto;
  margin-left: 30px;
}
.site-socials a:last-child {
  margin-right: 0;
}
.site-search {
  max-width: 462px;
  width: 100%;
  margin: auto 0;
  position: relative;
  display: flex;
}
.site-search form {
  display: flex;
  width: 100%;
}
.site-search input[type="submit"] {
  display: none;
}
.site-search .search-submit {
  position: absolute;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  cursor: pointer;
}
.site-search .search-submit::before {
  font-family: "Sportbet";
  content: "\e90a";
}
.site-user-area {
  width: 130px;
  margin: auto 0;
  margin-left: 10px;
  display: none;
}
.site-navigation {
  width: 100%;
  border-bottom: 1px solid #e8e8e1;
  box-sizing: border-box;
  z-index: 3;
}
.site-navigation.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 10px;
  border: 0;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 11%);
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 1024px) {
  header {
    padding-top: 20px;
    position: relative;
  }
  .site-socials.header-socials,
  .site-search,
  .site-user-area,
  .site-navigation {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header-toggle {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(193, 193, 193, 0.25);
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .header-toggle::before {
    font-family: "Sportbet";
    content: "\e909";
    color: #303030;
    font-size: 20px;
  }
  .header-toggle.close::before {
    content: "\e904";
    font-size: 30px;
  }
  header .site-logo {
    width: 100%;
    position: relative;
    border-bottom: 1px #e8e8e1 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  header .site-logo::before,
  header .site-logo::after {
    content: "";
    width: 15px;
    position: absolute;
    height: 1px;
    left: -15px;
    bottom: -1px;
    opacity: 1;
    background-color: #e8e8e1;
  }
  header .site-logo::after {
    right: -15px;
    left: auto;
  }
  .site-socials.header-socials {
    margin: auto 0;
    /*
        position: absolute;
        bottom: 0;
        left: -5000px;
*/
  }
  .site-user-area {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .site-search {
    max-width: 400px;
  }
}
@media screen and (max-width: 720px) {
  .site-socials.header-socials {
    position: absolute;
    bottom: 10px;
    width: 143px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .site-search {
    max-width: 60%;
  }
  .site-user-area {
    width: 35%;
  }
  .site-navigation {
    border: 0;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  header .site-logo::before,
  header .site-logo::after {
    /*        display: none;*/
  }
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-toggle {
    right: 15px;
  }
}
@media screen and (max-width: 425px) {
  .site-search {
    max-width: 100%;
  }
  .site-user-area {
    width: 100%;
    margin-top: 15px;
  }
  .site-user-area .btn {
    padding: 12px 0;
  }
}

/* NAVIGATION */
.site-navigation ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-navigation ul li {
  list-style: none;
}
.site-navigation ul.menu > li > a {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #303030;
  padding: 16px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 1025px) {
  .site-navigation ul.menu > li > a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1025px) {
  .site-navigation ul.menu > li.hover > a::before {
    content: "";
    height: 3px;
    background-color: #ffc700;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .site-navigation ul.menu > li.menu-item-has-children.hover > a::after {
    content: "";
    height: 15px;
    bottom: -15px;
    position: absolute;
    left: 0;
    width: 300%;
    background-color: transparent;
  }
  /*----Sub Global Navigation ----*/
  .site-navigation ul.sub-menu {
    margin: 0;
    padding: 12px 15px;
    width: 182px;
    padding-right: 0;
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 4px 25px rgba(174, 174, 174, 0.25);
  }
  .site-navigation ul.sub-menu > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4d4c48;
    padding: 10px 0;
    display: block;
    border: 1px transparent solid;
    padding-left: 9px;
    position: relative;
    margin-right: 15px;
  }
  .site-navigation ul.sub-menu > li.hover > a {
    color: #303030;
    background-color: #f6f6f5;
    border: 1px solid #e7e7e0;
  }
  .site-navigation ul.sub-menu > li.menu-item-has-children.hover > a {
    border-right-color: transparent;
    margin-right: 0;
  }
  .site-navigation ul.sub-menu > li.menu-item-has-children > a::before {
    font-family: "Sportbet";
    content: "\e905";
    position: absolute;
    font-size: 10px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation ul.sub-menu > li.menu-item-has-children.hover > a::before {
    right: 15px;
  }

  /*----Sub 1 Navigation ----*/
  .site-navigation ul.menu > li > ul.sub-menu {
    background: #ffffff;
    margin-top: 15px;
    display: none;
  }
  .site-navigation ul.menu > li > ul.sub-menu.opened-children {
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation .menu > li > ul.sub-menu > li > a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation .menu > li > ul.sub-menu > li.hover > a::after {
    background-color: #f6f6f5;
  }
  /*----Sub 2 Navigation ----*/
  .site-navigation ul.menu > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    top: -1000px;
    left: 100%;
    background-color: #f6f6f5;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #e7e7e0;
    border-right: 1px solid #e7e7e0;
    z-index: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation ul.menu > li > ul.sub-menu > li > ul.sub-menu.opened {
    opacity: 1;
    top: 0;
    z-index: -1;
  }
  .site-navigation .menu > li > ul.sub-menu > li > ul.sub-menu > li.hover > a {
    background-color: #fff;
  }
  .site-navigation .menu > li > ul.sub-menu > li > ul.sub-menu > li > a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation
    .menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li.hover
    > a::after {
    background-color: #fff;
  }

  /*----Sub 3 Navigation ----*/
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu {
    opacity: 0;
    top: -1000px;
    left: 100%;
    border-radius: 0px 5px 5px 0px;
    z-index: 0;
    background-color: #fff;
    border-left: 1px solid #e7e7e0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu.opened {
    opacity: 1;
    top: 0;
    z-index: -1;
  }
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu.opened-children {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-navigation ul li {
    position: relative;
  }
  .site-navigation {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-navigation ul.sub-menu {
    display: none;
  }
  .site-navigation > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  #menu-first,
  #menu-second,
  #menu-third {
    width: 31%;
  }
  .site-navigation ul.menu {
    flex-direction: column;
    justify-content: flex-start;
  }
  .site-navigation ul.menu > li {
    border-bottom: 1px solid #e8e8e1;
  }
  .site-navigation ul.menu > li:last-child {
    border: 0;
  }

  .site-navigation ul.menu > li > a {
    padding: 12px 15px;
    padding-right: 25px;
  }
  .site-navigation ul.menu > li.menu-item-has-children > a::before {
    font-family: "Sportbet";
    content: "\e900";
    position: absolute;
    right: 10px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .site-navigation ul.menu > li.active > a {
    background-color: #313535;
    color: #fff;
  }
  .site-navigation ul.menu > li.active > a::before {
    content: "\e903";
  }

  .site-navigation .click-to-show {
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 50px;
    top: 0;
    right: 0;
    opacity: 0;
  }

  /*----Sub Global Navigation ----*/
  .site-navigation ul.menu > li ul.sub-menu {
    padding: 0;
  }
  .site-navigation ul.menu > li > ul.sub-menu li > a {
    display: block;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    line-height: 17px;
  }
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    li.menu-item-has-children
    > a::before {
    font-family: "Sportbet";
    content: "\e900";
    position: absolute;
    right: 15px;
  }
  .site-navigation ul.menu > li > ul.sub-menu li.active > a::before {
    content: "\e903";
  }
  /*----Sub 1 Navigation ----*/
  .site-navigation ul.menu > li > ul.sub-menu {
    margin: 0;
    background-color: #f1f1f1;
  }
  .site-navigation ul.menu > li > ul.sub-menu > li a {
    font-size: 14px;
    color: #4d4c48;
    padding-left: 15px;
  }
  .site-navigation ul.menu > li > ul.sub-menu > li.active a {
    background-color: #fff;
  }
  /*----Sub 2 Navigation ----*/
  .site-navigation ul.menu > li > ul.sub-menu > li > ul.sub-menu {
    background-color: #fff;
  }
  .site-navigation ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: #7f7f7f;
  }
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li.menu-item-has-children
    > a::before {
    color: #4d4c48;
  }
  /*----Sub 3 Navigation ----*/
  .site-navigation
    ul.menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a {
    color: #7f7f7f;
    font-size: 13px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 650px) {
  #menu-first,
  #menu-second {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .site-navigation ul.menu {
    width: 100%;
  }
}

/* CONTENT */
.primary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 25px;
}
.content {
  width: 66%;
  margin-right: 1.5%;
}
.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sidebar {
  width: 32.5%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .primary {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    margin-right: 0;
  }
  .sidebar {
    width: 100%;
    margin-top: 20px;
  }
}

/* WIDGETS */
.side-widget-white {
  background-color: #fff;
  border-radius: 5px;
}
.side-widget-black {
  background: #313535;
  border-radius: 5px;
}
.side-widget {
  margin-top: 20px;
}
.side-widget:first-child {
  margin: 0;
}
.side-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-bottom: 15px;
}
.side-title span {
  color: #303030;
}
.side-widget-black .side-title span {
  color: #fff;
}
.side-widget-white .side-title,
.side-widget-black .side-title {
  padding-left: 22px;
  padding-top: 24px;
}
.side-widget.fixed {
  position: fixed;
  z-index: 1;
  top: 60px;
}
.side-widget.fixed.bottom-fixed {
  position: absolute;
  bottom: 0;
  top: auto;
}
main {
  /*    outline: 1px #000 solid;*/
}
@media screen and (max-width: 650px) {
  .side-widget-black,
  .side-widget-white {
    border-radius: 0;
  }
}
/* ---- White Inner ----*/
.white-inner {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.white-inner .side-widget {
  border-radius: 0;
  margin: 0;
}
.white-inner .side-widget:last-child {
  border-radius: 0px 0px 5px 5px;
}
.white-inner .side-widget:first-child {
  border-radius: 5px 5px 0px 0px;
}
@media screen and (max-width: 950px) {
  .top-widgets {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .side-widget .textwidget {
    height: 100%;
  }
  .side-widget,
  .side-widget .textwidget {
    display: flex;
    flex-direction: column;
  }
  .standrat-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .standrat-widgets .side-widget {
    width: 48%;
    width: auto;
    margin: 0;
    margin-bottom: auto;
    margin-bottom: 20px;
  }
  .top-widgets .side-widget {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    /*        height: 100%;*/
  }
}
@media screen and (max-width: 650px) {
  .standrat-widgets {
    padding: 0 15px;
  }
  .top-widgets .side-widget:first-child {
    width: 60%;
  }
  /*    .standrat-widgets .side-widget:last-child,*/
  .top-widgets .side-widget:last-child {
    width: 38%;
  }
  .sidebar {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .standrat-widgets {
    padding: 0;
  }
  .standrat-widgets .side-widget {
    padding: 0 15px;
  }
  .standrat-widgets .side-widget.side-widget-white {
    padding: 0;
  }
  .standrat-widgets .side-widget,
  .standrat-widgets .side-widget:last-child {
    /*  .top-widgets .side-widget:last-child  */
    width: 100%;
    margin-bottom: 15px;
  }
  .top-widgets {
    flex-wrap: wrap;
  }
  .top-widgets .side-widget:first-child,
  .top-widgets .side-widget:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .home .top-widgets {
    flex-wrap: wrap;
  }
  .home .top-widgets {
    min-height: 830px;
  }
  .top-widgets .side-widget {
    width: 100%;
  }
}

/* SUBSCRIBE */
.site-subscribe {
  background-color: #fdd71c;
  border-radius: 5px;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ss-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  width: 40%;
}
.ss-text p {
  margin: 0;
}
.ss-form {
  width: 55%;
  margin: auto 0;
}
.ss-form form {
  width: 100%;
  display: flex;
}
.ss-form input[type="submit"] {
  background-color: #4d4c48;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  max-width: 135px;
  position: relative;
  width: 100%;
  right: 5px;
}
.ss-form input[type="submit"]:hover {
  background-color: #757470;
}
@media screen and (max-width: 950px) {
  .site-subscribe {
    flex-wrap: wrap;
  }
  .ss-text {
    width: 100%;
  }
  .ss-form {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .site-subscribe {
    border-radius: 0;
  }
}
@media screen and (max-width: 425px) {
  .ss-text {
    text-align: center;
  }
  .ss-form form {
    flex-wrap: wrap;
  }
  .ss-form input[type="submit"] {
    max-width: 100%;
    right: 0;
    margin-top: 10px;
    width: 100%;
    height: 40px;
  }
}

/* SOCIALS */
.site-socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-socials a {
  color: #b8b8b6;
  border: 1px solid #e8e8e1;
  background-color: transparent;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin-right: 5px;
}
.site-socials a::before {
  font-family: "Sportbet";
  /*    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;*/
}
.site-socials a:hover {
  background-color: #fefbe9;
  border-color: #fdd71c;
  color: #fdd71c;
}
.site-socials a.instagram::before {
  content: "\e908";
}
.site-socials a.youtube::before {
  content: "\e90d";
}
.site-socials a.facebook::before {
  content: "\e906";
}
.site-socials a.twitter::before {
  content: "\e90c";
}
.site-socials a.telegram::before {
  content: "\e91e";
}

/* BLOCK TEXT */
.text-block p {
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
}
.text-block h2 {
  font-weight: normal;
  color: #7f7f7f;
  margin-bottom: 12px;
}
.text-block strong {
  color: #303030;
}
.archive .text-block.tb-bottom {
  margin-top: 30px;
}
.text-block ul {
  margin: 0;
  margin-bottom: 15px;
}
.text-block ul li {
  position: relative;
  list-style: none;
  margin: 10px 0;
}
.text-block ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #b8b8b6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
.wp-caption {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 22px;
  box-sizing: border-box;
}
.wp-caption.aligncenter {
  text-align: center;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
  max-width: 100%;
  height: auto;
}
.wp-caption img,
img.alignnone {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/*img.aligncenter {display: block; margin-left: auto; margin-right: auto}*/
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/*a img.aligncenter {display: block; margin-left: auto; margin-right: auto}*/
blockquote {
  border: 1px solid #e8e8e1;
  border-left: 0;
  border-right: 0;
  padding: 22px;
  margin: 15px 0;
}
blockquote p {
  margin: 0 !important;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
  display: flex;
  /* margin: auto; */
  position: relative;
  padding-left: 95px !important;
}
blockquote p::before {
  content: "\201C";
  font-weight: bold;
  font-size: 170px;
  line-height: normal;
  height: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  color: #d6d6d0;
  left: 0;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .text-block {
    padding: 0 15px;
  }
}

/* COOKIES */
#site_cookies {
  position: fixed;
  bottom: -150px;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  padding: 10px 30px;
  border: 0;
  box-shadow: 0 -2px 15px rgb(0 0 0 / 11%);
  border-radius: 5px 5px 0px 0px;
  max-width: 1180px;
  width: 100%;
  display: flex;
  left: 0;
  right: 0;
  height: auto;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}
#site_cookies.show {
  bottom: 0;
}
.cookies_agree {
  width: 120px;
  margin-left: 10px;
  flex: none;
}
@media screen and (max-width: 650px) {
  #site_cookies {
    font-size: 13px;
    line-height: 1.7;
  }
  .cookies_agree {
    width: 100px;
  }
}

/* FOOTER */
.site-footer {
  margin-top: 90px;
  width: 100%;
  background-color: #fff;
  padding-top: 55px;
}
.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 55px;
}
.footer-logo {
}
.footer-counts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  margin-left: 10%;
}
.fc-item {
  border: 1px solid #e8e8e1;
  border-radius: 28px;
  background-color: #fff;
  color: #d2d2ca;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 10px 0;
  flex: 1 0 auto;
  margin: auto 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.fc-item span {
  margin: auto 3px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fc-item span:first-child {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #303030;
}
.fc-item:hover {
  color: #303030;
  background-color: #fefbe9;
  border-color: #fdd71c;
  box-sizing: border-box;
}
.fc-item:hover span:first-child {
  color: #fdd71c;
}
.footer-middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer-info {
}
.footer-info .site-socials {
  justify-content: flex-end;
}
.footer-widget {
  flex: 1 0 auto;
}
.footer-widget .widget-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 13px;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
}
.footer-widget ul > li {
  list-style: none;
  margin: 6px 0;
}
.footer-widget ul > li > a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
}
.footer-widget ul > li > a:hover {
  color: #ffc700;
}
.footer-age-info {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 30px;
}
.footer-age {
  width: 34px;
  height: 34px;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  color: #a4a4a4;
  margin-bottom: 10px;
  background-color: #e8e8e1;
}
.footer-age-text {
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #a4a4a4;
}
.footer-badge {
  margin-top: 20px;
}
.footer-bottom {
  padding: 17px 0;
  margin-top: 45px;
  border-top: 1px solid #e8e8e1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-copyright {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #b8b8b6;
  width: 55%;
}
.footer-logos {
  width: 45%;
  display: flex;
  flex-direction: revert;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-logos a {
  margin: auto 2%;
  max-width: 100%;
  height: auto;
}
.footer-text {
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
}
.fyaspm {
  display: none;
}
.move-top {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #fdd71c;
  right: 40px;
  bottom: 40px;
  border-radius: 5px;
  color: #303030;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}
.move-top::before {
  font-family: "Sportbet";
  content: "\e903";
  font-size: 20px;
}
.move-top:hover {
  background-color: #fee777;
  color: #303030;
}
@media screen and (max-width: 1200px) {
  .footer-copyright {
    width: 40%;
  }
  .footer-logos {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-top: 40px;
    margin-top: 40px;
  }
  .footer-top {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-counts {
    margin-left: auto;
  }
  .move-top {
    right: 20px;
    bottom: 130px;
  }
}
@media screen and (max-width: 915px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-copyright,
  .footer-logos {
    width: 100%;
  }
  .footer-logos {
    justify-content: center;
  }
  .footer-copyright {
    margin-top: 20px;
    text-align: center;
  }
  .move-top {
    bottom: 55px;
  }
}
@media screen and (max-width: 800px) {
  .fc-item {
    flex: auto;
    width: 43%;
    margin: 1% 3%;
  }
  .footer-sidebar {
    justify-content: flex-start;
  }
  .footer-widget {
    width: 33.3333%;
    flex: unset;
    margin-bottom: 25px;
  }
  .footer-copyright {
    margin-top: 20px;
  }
  .footer-age-info {
    justify-content: flex-end;
  }
  .footer-age {
    margin-right: 10px;
  }
  .footer-age-text {
    width: auto;
  }
  .footer-badge {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 650px) {
  .site-footer .site-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fc-item {
    width: 100%;
    margin: 1% 0;
  }
}
@media screen and (max-width: 560px) {
  .footer-logos img {
    margin: auto 3%;
  }
  .footer-logos img:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .fc-item span {
    font-size: 13px;
  }
  .fc-item span:first-child {
    font-size: 20px;
  }
  .footer-widget {
    width: 50%;
  }
  .footer-widget ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .footer-logos img {
    margin: 10px 5%;
  }
  .footer-logos img:last-child {
    margin-top: 10px;
  }
}
