/*
Theme Name: Any 
Description: Легкий шаблон
*/
:root {
  --any-container-width: 1050px;
  --any-top-color: #12151c;
  --any-primary-color: #00d084;
  --any-secondary-color: #1a0dab;
  --any-text-color: #202124;
  --any-header-link-color: #fff;
  --any-link-color: #008d5a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  background: #fff;
  color: var(--any-text-color);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Inter, Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    Segoe UI Symbol;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  min-width: 320px;
}
body.admin-bar {
  min-height: calc(100vh - 32px);
}
a {
  color: var(--any-link-color);
  text-decoration: none;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.8;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
}
h1,
.text-h1,
h2,
.text-h2,
h3,
.text-h3,
h4,
.text-h4,
h5,
.text-h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
}
h2,
.text-h2 {
  font-size: 24px;
}
h3,
.text-h3 {
  font-size: 20px;
}
h4,
.text-h4 {
  font-size: 18px;
  line-height: 133%;
}
h5,
h6,
.text-h5,
.text-h6 {
  font-size: 16px;
  line-height: 150%;
}
.site {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 32px);
  position: relative;
  overflow-x: clip;
}
.main {
  flex-grow: 1;
  min-height: 500px;
}
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: var(--any-container-width);
}
#up {
  background-color: var(--any-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 50px;
  width: 50px;
  z-index: 999;
}
.btn {
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
  vertical-align: middle;
}
.btn-primary {
  background-color: var(--any-primary-color);
  border: 3px solid var(--any-primary-color);
  color: #fff;
  font-weight: 400;
}
.btn-primary:hover {
  background-color: var(--any-link-color);
  border: 3px solid var(--any-link-color);
}
.btn-secondary {
  background: #245f9580;
  border: 1px solid #fff;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  color: var(--any-secondary-color);
}
.breadcrumbs {
  font-size: 13px;
  margin-bottom: 5px;
}
.breadcrumbs span,
.breadcrumbs .breadcrumb_last {
  color: #9e9e9e;
}
.entry-top {
  background: var(--any-top-color);
  color: var(--any-header-link-color);
  padding: 20px 0;
}
.entry-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry-main {
  max-width: 780px;
  width: 100%;
}
.entry-side {
  position: relative;
  padding-top: 100px;
  width: 235px;
}
@media (max-width: 1070px) {
  .entry-side {
    display: none;
  }
}
.entry-side-sticky {
  position: sticky;
  top: 30px;
  left: 0;
}
.entry-content {
  margin-bottom: 60px;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 7px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul li img,
.entry-content ol li img {
  margin-top: 20px;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  border: 1px solid var(--any-border-color);
  margin: 0 0 20px;
  width: 100%;
}
.entry-content td,
.entry-content th {
  border: 1px solid;
  padding: 10px;
}
.alignleft,
img.alignleft {
  margin-right: 20px;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 20px;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 20px;
  width: auto !important;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #9e9e9e;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.blockquote h3 {
  margin-bottom: 10px;
}
.blockquote-block {
  background: #00d0841a;
  border-left: 3px solid #00d084;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
}
.blockquote blockquote {
  font-style: italic;
  line-height: 150%;
  margin-bottom: 10px;
}
.blockquote-from {
  color: #9e9e9e;
}
.blockquote-from cite {
  font-style: normal;
}
.blockquote-from a {
  text-decoration: underline;
}
.blockquote-from a:hover {
  text-decoration: none;
}
.entry-info {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.entry-author {
  color: var(--any-text-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
.entry-author-photo {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.entry-author-photo img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.entry-author-text {
  padding-left: 10px;
}
.entry-author-text-title,
.entry-date-title {
  font-size: 14px;
  line-height: 80%;
  color: #9e9e9e;
  margin-bottom: 7px;
}
.entry-date-text {
  color: var(--any-text-color);
}
.entry-text {
  margin-top: 30px;
}
.entry-toc {
  font-size: 14px;
  position: relative;
  margin-bottom: 80px;
}
ul.entry-toc-list {
  list-style: none;
  list-style-position: inside;
}
ul.entry-toc-list li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0;
  padding: 10px 0 10px 7px;
  position: relative;
}
ul.entry-toc-list li:after {
  content: "";
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  transition: all 0.2s linear;
}
ul.entry-toc-list li a {
  color: var(--any-text-color);
}
ul.entry-toc-list li.current:after {
  background-color: var(--any-primary-color);
}
ul.entry-toc-list li.current a {
  color: var(--any-link-color);
}
.entry-main .entry-toc {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1070px) {
  .entry-main .entry-toc {
    display: block;
  }
}
.entry-main .entry-toc .text-h3 {
  margin-bottom: 10px;
}
.entry-main .entry-toc-list {
  padding-left: 0;
}
.entry-main .entry-toc-list li {
  margin-bottom: 0;
}
.entry-main .entry-toc-list li:nth-child(odd):after {
  background-color: var(--any-primary-color);
}
.entry-main .entry-toc .entry-toc-open {
  cursor: pointer;
}
.entry-main .entry-toc .entry-toc-open-icon {
  background-image: url(/wp-content/themes/any/assets/img/dropdown.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 5px;
  height: 9px;
  width: 14px;
}
.entry-main .entry-toc.closed .entry-toc-open-icon {
  transform: rotate(0);
}
.entry-main .entry-toc.closed .entry-toc-list {
  max-height: 165px;
  overflow: hidden;
}
.entry-main .entry-toc.closed .entry-toc-list:after {
  content: "...";
  font-size: 40px;
  position: absolute;
  bottom: -10px;
  left: 7px;
}
.table-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}
table.symbols,
table.symbols td,
table.symbols th {
  border: none;
}
table.symbols tr {
  padding: 13px 10px 13px 0;
  border-bottom: 2px solid #eaeaea;
}
table.symbols tr:first-child {
  border-bottom: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  padding: 17px 10px;
}
table.symbols .wp-caption .wp-caption-text {
  color: var(--any-text-color);
  margin-top: 10px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-item {
  color: var(--any-text-color);
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.gallery-item p {
  margin-bottom: 0;
}
.gallery-item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
}
.gallery-columns-2 {
  width: calc(50% - 30px);
}
.gallery-columns-3 {
  width: calc(33.333% - 30px);
}
@media (max-width: 720px) {
  .gallery-columns-3 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .gallery-columns-3 {
    width: calc(100% - 30px);
  }
}
.gallery-columns-4 {
  width: calc(25% - 30px);
}
@media (max-width: 720px) {
  .gallery-columns-4 {
    width: calc(33.3333% - 30px);
  }
}
@media (max-width: 500px) {
  .gallery-columns-4 {
    width: calc(100% - 30px);
  }
}
.casino-widget {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  color: var(--any-text-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
@media (max-width: 720px) {
  .casino-widget {
    align-items: flex-start;
  }
}
.casino-widget-logo {
  width: 100px;
  height: 100px;
}
@media (max-width: 720px) {
  .casino-widget-logo {
    margin-bottom: 15px;
  }
}
.casino-widget-logo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.casino-widget-bonus-block {
  padding: 0 25px;
  width: calc(100% - 310px);
}
@media (max-width: 720px) {
  .casino-widget-bonus-block {
    padding: 0;
    width: 100%;
  }
}
.casino-widget-title-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 720px) {
  .casino-widget-title-block {
    padding-left: 11px;
  }
  .casino-widget-title-block.desktop {
    display: none;
  }
}
.casino-widget-title-block.mobile {
  display: none;
}
@media (max-width: 720px) {
  .casino-widget-title-block.mobile {
    display: flex;
  }
}
.casino-widget-title {
  font-weight: 500;
  font-size: 16px;
  color: #0e143b;
  margin-right: 15px;
}
@media (max-width: 720px) {
  .casino-widget-title {
    margin-bottom: 10px;
    width: 100%;
  }
}
.casino-widget-score {
  font-weight: 600;
}
.casino-widget-score-from {
  color: #9e9e9e;
}
.casino-widget-bonus {
  background: #f2f2fe;
  border-radius: 5px;
  padding: 15px 15px 18px;
}
@media (max-width: 720px) {
  .casino-widget-bonus {
    text-align: center;
  }
}
.casino-widget-bonus-title {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-bottom: 3px;
}
.casino-widget-bonus-text {
  font-weight: 600;
  font-size: 18px;
  color: var(--any-secondary-color);
}
.casino-widget-btn {
  margin-top: 10px;
}
@media (max-width: 720px) {
  .casino-widget-btn {
    margin-top: 15px;
    width: 100%;
  }
}
.casino-widget-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 210px;
}
@media (max-width: 720px) {
  .casino-widget-btn .btn {
    width: 100%;
  }
}
.casino-widget + .casino-widget {
  margin-top: 20px;
}
.opinion {
  margin-bottom: 60px;
}
@media (max-width: 720px) {
  .opinion {
    margin-bottom: 30px;
  }
}
.opinion-expert {
  color: var(--any-text-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.opinion-expert-photo {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.opinion-expert-photo img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.opinion-expert-text {
  padding-left: 10px;
}
@media (max-width: 720px) {
  .opinion-expert-text {
    width: calc(100% - 40px);
  }
}
.opinion-expert-name {
  margin-bottom: 4px;
}
.opinion-expert-subtitle {
  font-size: 14px;
  line-height: 100%;
  color: #9e9e9e;
}
.opinion-evaluation {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 25px;
}
.opinion-evaluation-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.opinion-evaluation-title h3 {
  margin-bottom: 0;
}
.opinion-evaluation-num {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  padding-left: 15px;
}
.opinion-evaluation-num svg {
  vertical-align: top;
}
ul.opinion-evaluation-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 0;
}
ul.opinion-evaluation-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  width: calc(50% - 20px);
}
@media (max-width: 720px) {
  ul.opinion-evaluation-list li {
    width: calc(100% - 20px);
  }
}
ul.opinion-evaluation-list li .title {
  padding-right: 10px;
}
.num-block {
  display: flex;
  align-items: center;
}
.num-evaluation-line {
  background-color: #e6e6e6;
  border-radius: 10px;
  position: relative;
  height: 6px;
  width: 70px;
}
.num-evaluation-line span {
  background-color: var(--any-primary-color);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 70px;
}
.num-evaluation-text {
  font-weight: 600;
  padding-left: 15px;
}
.num-evaluation-text span {
  color: #9e9e9e;
}
.plus-minus-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.plus-minus-item {
  padding: 25px 25px 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media (max-width: 720px) {
  .plus-minus-item {
    width: 100%;
  }
  .plus-minus-item:first-child {
    margin-bottom: 20px;
  }
}
.plus-minus-item h3 {
  display: flex;
  align-items: center;
  line-height: 100%;
}
.plus-minus-item h3 span {
  display: inline-block;
  margin-right: 15px;
}
.plus-minus-item ul {
  margin-bottom: 0;
}
.plus-minus-item--plus {
  background: #fafdfa;
  border: 1px solid rgba(0, 208, 132, 0.1);
  border-radius: 10px;
}
.plus-minus-item--minus {
  background: #fffbfb;
  border: 1px solid #fee2e2;
  border-radius: 10px;
}
.specifications table {
  border-radius: 5px;
  background: #f7f8fc;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 720px) {
  .specifications table {
    margin-bottom: 30px;
  }
}
.specifications table tr {
  border-bottom: 1px dashed #eaeaea;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.specifications table tr:last-child {
  border-bottom: none;
}
.specifications table td {
  border: none;
  display: block;
  padding: 0;
  width: 50%;
}
@media (max-width: 720px) {
  .specifications table td {
    width: 100%;
  }
}
.specifications table td:last-child {
  padding-left: 25px;
  font-weight: 600;
}
@media (max-width: 720px) {
  .specifications table td:last-child {
    margin-top: 5px;
    padding-left: 0;
  }
}
.demo-wrapper {
  background: var(--any-top-color);
  border: 1px solid var(--any-top-color);
  margin-bottom: 20px;
}
.demo h5 {
  margin-bottom: 12px;
}
.demo-block {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 56.25%;
  min-height: 400px;
}
.demo-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.demo-overlay:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1cb3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.demo-overlay img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.demo-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.demo-frame iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.demo-btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.btn-demo-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 5px;
}
.benefits-item {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 15px;
}
.benefits-item-title {
  font-size: 13px;
  line-height: 185%;
}
.benefits-item-text {
  font-weight: 700;
}
.streamers-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.streamers-item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: calc(33.333% - 30px);
}
@media (max-width: 720px) {
  .streamers-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .streamers-item {
    width: calc(100% - 30px);
  }
}
.streamers-item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
}
p.streamers-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
p.streamers-text {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 500;
}
.faq,
.faq-answer {
  margin-bottom: 20px;
}
.faq-answer ul,
.faq-answer ol,
.faq-answer img {
  margin-top: 20px;
}
.buttons-wrapper .btn {
  margin-bottom: 24px;
  width: 100%;
}
.footer {
  background-color: var(--any-top-color);
  color: var(--any-header-link-color);
}
.footer a,
.footer a:hover {
  color: var(--any-header-link-color);
}
.footer-widgets {
  border-bottom: 1px solid #1f2430;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 0;
}
@media (max-width: 720px) {
  .footer-widgets {
    padding: 40px 0 15px;
  }
}
.footer-widget {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(25% - 40px);
}
@media (max-width: 720px) {
  .footer-widget {
    margin-bottom: 25px;
    width: calc(100% - 40px);
  }
}
.footer-widget h3 {
  margin-bottom: 15px;
}
.footer-widget ul {
  list-style: none;
}
.footer-widget ul li {
  line-height: 150%;
}
.footer-text {
  border-bottom: 1px solid #1f2430;
  padding: 40px 0;
}
.footer-text a {
  text-decoration: underline;
}
.footer-text a:hover {
  text-decoration: none;
}
.footer-images {
  border-bottom: 1px solid #1f2430;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 0;
}
@media (max-width: 720px) {
  .footer-images {
    padding: 40px 0 20px;
  }
}
.footer-image-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141929;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 30px;
  width: calc(25% - 30px);
}
@media (max-width: 720px) {
  .footer-image-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 7px 20px;
    width: calc(50% - 20px);
  }
}
.footer-image-item img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 55px !important;
  width: 175px;
}
.powered {
  border-top: 1px solid #1f2430;
  border-bottom: 1px solid #1f2430;
  padding: 30px 0;
}
.author-content {
  padding: 20px 0 60px;
}
@media (max-width: 720px) {
  .author-content {
    padding: 20px 0 30px;
  }
}
.author-text-block {
  display: flex;
  flex-wrap: wrap;
}
.author-text-image {
  width: 150px;
}
@media (max-width: 720px) {
  .author-text-image {
    margin-bottom: 20px;
  }
}
.author-text {
  padding-left: 30px;
  width: calc(100% - 150px);
}
@media (max-width: 720px) {
  .author-text {
    padding-left: 0;
    width: 100%;
  }
}
.author-posts-list {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 60px;
}
.author-posts-list ul {
  list-style: none;
}
.author-posts-list ul li {
  margin-bottom: 10px;
}
.author-posts-list ul li a {
  text-decoration: underline;
}
.author-posts-list ul li a:hover {
  text-decoration: none;
}
.error {
  padding: 100px 0;
}
