body {
  margin: 5px 0;
  padding: 0;
  font: 85% Arial, sans-serif;
  color: #fff;
  line-height: 1.4;
  background: #7d8085;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #888;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content {
  width: 1120px;
  max-width: 96%;
  margin: 24px auto;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,.45);
}

.toph {
  height: 18px;
  background: #3d3e42;
  border-radius: 6px 6px 0 0;
}

.main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: stretch;
  width: 100%;
  background: #3d3e42;
}

.center {
  min-width: 0;
  padding: 20px 25px 30px;
  background: #3d3e42;
  color: #fff;
  font-size: 95%;
}

.center a {
  color: #f29900;
}

.center a:hover {
  color: #fff;
}

.site-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.right {
  width: 300px;
  min-height: 100%;
  padding: 15px 15px 25px;
  background: #fff;
  color: #7d8085;
  font-size: 95%;
  border-left: 1px solid #e5e5e5;
}

.right a {
  color: #7d8085;
}

.sidebarhorse {
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto 18px;
}

.nav {
  width: 100%;
  padding: 0;
  text-align: left;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  margin: 0;
  padding: 9px 5px;
  list-style: none;
  border-bottom: 1px solid #f29900;
  font-size: 15px;
  font-weight: bold;
}

.nav li a {
  display: block;
}

.nav li a:hover {
  color: #f29900;
  text-decoration: none;
}

.boxad {
  width: 100%;
  margin: 0 0 20px;
  padding: 7px;
  color: #bbb;
  background: #45464b;
  border: 1px solid #555;
}

h2 {
  margin: 12px 0 10px;
  color: #f29900;
  font-size: 140%;
}

p {
  margin: 0 0 8px;
  color: #ddd;
}

.siretalbe {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.siretalbe table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.siretalbe td {
  padding: 7px 5px;
  text-align: center;
}

.sidebar-ad {
  width: 100%;
  min-height: 280px;
  margin: 22px auto;
  text-align: center;
  overflow: hidden;
}

.sidebar-ad ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
}

.ad-label {
  margin-bottom: 7px;
  color: #999;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer_text {
  text-align: center;
}

.footer_text > a > img {
  display: block;
  margin: 0 auto;
}

.responsible-gambling {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}

.footer {
  height: 18px;
  background: #3d3e42;
  border-radius: 0 0 6px 6px;
}

@media only screen and (max-width: 899px) {
  body {
    font-size: 16px;
  }

  .content {
    width: 96%;
    margin: 12px auto;
    padding: 6px;
  }

  .main-layout {
    grid-template-columns: 1fr;
  }

  .center,
  .right {
    width: 100%;
  }

  .center {
    padding: 20px 4%;
  }

  .right {
    padding: 20px 4% 30px;
    text-align: center;
  }

  .right .nav {
    max-width: 520px;
    margin: 0 auto;
  }

  .sidebarhorse {
    width: 220px;
  }

  .sidebar-ad {
    max-width: 320px;
  }
}

@media only screen and (max-width: 590px) {
  .content {
    width: 98%;
    max-width: 98%;
    margin: 6px auto;
    padding: 4px;
    border-radius: 6px;
  }

  .center {
    padding: 18px 4%;
  }
}
