::selection { background-color: rgb(39, 106, 165); color: rgb(255, 255, 255); }
.header { background: rgb(32, 86, 133); box-shadow: rgba(29, 67, 105, 0.5) 0px 0px 0.625em; width: 100%; position: fixed; top: 0px; z-index: 11; }
.container { max-width: 98vw; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.header-menu ul { list-style: none; margin: 0px; padding-left: 0px; position: relative; }
.header-container { padding: 8px 0px; }
.reg-mob { display: none !important; }
.log-mob { display: none !important; }
.header-logo img { width: 102px; height: 32px; }
.sidenav { width: 100%; display: flex; align-items: center; padding: 0px 20px; }
.sidenav > ul { width: 100%; }
.sidenav > ul > li { position: relative; }
.open-menu { display: none; width: 30px; height: 23px; position: relative; }
.open-menu span { position: absolute; height: 3px; background: rgb(255, 255, 255); width: 100%; border-radius: 5px; top: 0px; transition: 0.3s; }
.header-menu { width: 100%; }
.d_flex { display: flex; }
.sidenav ul li a { color: rgb(255, 255, 255); font-size: 14px; text-transform: uppercase; margin-right: 5px; text-decoration: unset; }
.sidenav ul li a:hover { text-decoration: underline; }
.sidenav ul li { position: relative; padding-right: 15px; display: flex; align-items: center; }
.sidenav ul li.menu-item-has-children { margin-right: 15px; }
.sidenav ul li ul { display: none; min-width: 180px; position: absolute; top: 18px; left: 0px; background-color: rgb(255, 255, 255); border-radius: 3px; padding: 15px; z-index: 99; transition: 0.5s; }
.sidenav > ul > li:hover ul { display: block; }
.sidenav > ul > li.menu-item-has-children::before { content: ""; position: absolute; right: 0px; top: 0px; background-image: url("https://1xbet-zerkalo26.buzz/wp-content/themes/1xbet/assets/img/arrow-white.svg"); background-position: center center; background-size: contain; background-repeat: no-repeat; width: 16px; height: 16px; }
.sidenav ul li ul li { padding: 5px 0px; }
.sidenav ul li ul li a { color: rgb(40, 108, 162); text-transform: capitalize; }
.menu__right { display: flex; align-items: center; }
.dollar { width: 32px; height: 32px; background-color: rgb(39, 106, 165); border-radius: 3px; display: flex; justify-content: center; align-items: center; margin-right: 10px; cursor: pointer; }
.dollar svg { width: 9px; height: 16px; }
.gift { width: 32px; height: 32px; background-color: rgb(39, 106, 165); border-radius: 3px; display: flex; justify-content: center; align-items: center; margin-right: 15px; cursor: pointer; position: relative; }
.gift svg { width: 16px; height: 16px; }
.labd1 { background: rgb(126, 172, 47); font-size: 9px; width: 14px; height: 14px; border-radius: 50px; display: flex; justify-content: center; align-items: center; color: rgb(255, 255, 255); position: absolute; right: 1px; top: 2px; }
.reg { background-color: rgb(126, 172, 47); color: rgb(255, 255, 255); font-size: 14px; text-transform: uppercase; border-radius: 3px; padding: 0px 20px; height: 32px; margin-right: 10px; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.log { color: rgb(255, 255, 255); font-size: 14px; text-transform: uppercase; background-color: rgb(39, 106, 165); border-radius: 3px; padding: 0px 20px; margin-right: 10px; cursor: pointer; display: flex; justify-content: center; align-items: center; height: 32px; }
.setting__icon svg { width: 14px; height: 14px; }
.setting__icon { margin-right: 10px; cursor: pointer; }
.time { background-color: transparent; color: rgb(255, 255, 255); width: 60px; margin-right: 10px; cursor: pointer; text-align: center; font-size: 13px; border-right: 1px solid rgb(43, 104, 159); }
.time select { background-color: transparent; color: rgb(255, 255, 255); width: 60px; margin-right: 10px; cursor: pointer; }
.time select option { color: rgb(39, 106, 165); }
.lengts { background-color: transparent; color: rgb(255, 255, 255); margin-right: 10px; cursor: pointer; font-size: 13px; }
.lengts select { background-color: transparent; color: rgb(255, 255, 255); width: 40px; margin-right: 10px; cursor: pointer; }
.lengts select option { color: rgb(39, 106, 165); }
@media only screen and (max-width: 1200px) {
  .setting { display: none; }
  .gift { display: none; }
  .time { display: none; }
}
@media only screen and (max-width: 992px) {
  .dollar { display: none; }
  .lengts { display: none; }
  .sidenav ul li a { font-size: 10px; }
}
@media only screen and (max-width: 768px) {
  .header-menu { width: 0px; }
  .menu__right .reg, .menu__right .log { display: none; }
  .header-container { justify-content: space-around; }
  .header-logo { margin-left: 40px; }
  .sidenav ul li a { font-size: 15px; }
  .sidenav ul li { z-index: 9999; }
  .open-menu span:nth-child(2), .open-menu span:nth-child(3) { top: 10px; }
  .open-menu span:last-child { top: 20px; }
  .open-menu { display: flex; position: absolute; left: 20px; z-index: 9999; top: 14px; }
  .menu-cnt { margin: 0px; height: 100%; width: 0px; position: fixed; z-index: 9999; top: 70px; right: 0px; overflow-x: hidden; padding: 30px 0px; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: end; align-items: flex-end; -webkit-box-pack: start; justify-content: flex-start; background-color: rgb(32, 86, 133); }
  .menu-cnt ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: end; align-items: flex-end; }
  .sidenav ul { margin-top: 0px; }
  .sidenav { padding: 0px 20px 15px 0px; margin-top: 25px; }
  .sidenav ul li { margin: 6px 5px !important; }
  .sidenav > ul > li { transform: translateX(20%); transition: 0.2s; opacity: 0; height: auto; }
  .sidenav { max-width: 100%; }
  .sidenav > ul { flex-direction: column; align-items: center; }
  .sidenav > ul > li { text-align: center; margin: 15px 5px !important; }
  .reg-mob { margin-left: auto; display: flex !important; }
  .log-mob { display: flex !important; }
  .sidenav > ul > li { flex-direction: column; }
  .sidenav > ul > li:hover ul { position: relative; }
}
@media only screen and (max-width: 480px) {
  .header-container { justify-content: space-between; align-items: center; }
  .header-logo img { width: 74px; height: 32px; }
  .reg-mob { font-size: 11px; padding: 0px 20px; }
  .log-mob { font-size: 11px; padding: 0px 20px; }
  .header { padding: 0px; }
  .open-menu { left: 10px; top: 14px; }
}
@media (min-width: 1201px) {
  body .ui-scrollbar { left: 1vw; }
}
.ui-scrollbar { position: absolute; left: 1vw; top: 100px; cursor: pointer; }
.ui-nav-items { row-gap: 1px; display: grid; list-style: none; margin: 0px; padding: 0px; }
.ui-scrollbar svg { fill: currentcolor; font-size: var(--ico-size); height: 1em; max-width: 100%; width: auto; color: rgb(68, 68, 68); }
.ui-button__container, .sports-menu-compact-sport, .ui-column-box-section span, .ui-button { align-items: center; align-self: stretch; display: flex; flex: 1 1 auto; justify-content: center; min-width: 0px; white-space: nowrap; }
.sports-menu-compact-sport, .ui-column-box-section span, .ui-button { border-bottom: 1px solid rgb(227, 227, 227); border-radius: 0px; background: rgb(255, 255, 255); width: 32px; height: 32px; }
.sports-menu-compact-sport svg { max-width: 16px; }
.sports-menu-compact__count { background: rgb(233, 238, 242); width: 32px; height: 32px; display: flex; align-items: center; font-size: 11px; justify-content: center; color: rgb(68, 68, 68); }
.sports-menu-compact-template__dot { background: rgb(164, 208, 88); border-radius: 50%; width: 0.375em; height: 0.375em; }
.ui-button { background: rgb(39, 106, 165); }
.ui-nav-items svg { color: rgb(255, 255, 255); }
.ui-column-box { margin-top: 20px; }
.ui-column-box .sports-menu .ui-button { border-radius: 3px 3px 0px 0px; }
.ui-button { border: 0px; border-radius: 3px; }
.ui-column-box-section .ui-button:last-child { border-radius: 3px; }
.ui-column-box-section .ui-button:last-child .ui-button__container { border-radius: 0px 0px 3px 3px !important; border: 0px !important; }
.ui-column-box-section .ui-button:last-child .ui-button__container span { background: unset; border: 0px !important; }
@media (max-width: 980px) {
  .ui-scrollbar { display: none; }
}
.button a { -webkit-box-pack: center; -webkit-box-align: center; align-items: center; border: 2px solid rgb(126, 172, 47); border-radius: 0.5rem; color: rgb(20, 20, 20); display: inline-flex; font: 500 18px / 1 Inter, sans-serif; height: 58px; justify-content: center; padding: 0px 2rem; text-align: center; white-space: nowrap; }
.button--empty { bottom: 24px; display: flex; left: 24px; position: fixed; right: 24px; z-index: 4000; margin: 0px; padding: 0px; background: transparent; }
.button--empty a { background: rgba(126, 172, 47, 0.93); color: rgb(255, 255, 255); font-size: 18px; font-weight: 600; height: 50px; padding: 0px 1.5rem; width: 100%; text-decoration: unset; }
.button--empty a svg { fill: rgb(235, 160, 0); -webkit-box-flex: 0; flex: 0 0 auto; height: 14px; margin-right: 0.5rem; width: 30px; }
body .entry-content h2 { font-size: 28px; }
.copyright.site { background: unset; color: rgb(255, 255, 255); box-shadow: unset; padding: 30px 10px !important; }
@media screen and (min-width: 768px) {
  .button--empty { display: none; }
}
.promoblock input { width: -webkit-fill-available; margin-bottom: 10px; color: rgb(39, 99, 158); padding-left: 20px; }
.copy-notification { position: absolute; background-color: rgb(51, 51, 51); color: rgb(255, 255, 255); padding: 5px 10px; border-radius: 5px; z-index: 1000; display: none; font-size: 14px; }
footer ul { margin: 0px; list-style-type: none; }
.ast-separate-container #primary, .ast-separate-container.ast-right-sidebar #primary { margin: 7em 0px; padding: 0px; }
#secondary { margin: 7em 0px 2.5em; word-break: break-word; line-height: 2; }
