/* cyrillic 400 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-400.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* cyrillic 700 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-700.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin 400 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 700 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 800 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-800.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Reset */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
p {
  font-size: inherit;
  font-weight: inherit;
}

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

body {
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #290617;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

picture {
  width: 100%;
  text-align: center;
}

picture img {
  border-radius: 5px;
  border: 2px solid #893c32;
}

li {
  margin-bottom: 15px;
  list-style-type: none;
}

li a {
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #e9e4e1;
}

.border-none {
  border: none;
}

.title {
  font-size: 15px;
  font-weight: 700;
}

.btn {
  display: block;
  width: 200px;
  padding: 15px;
  background-color: #c33c54;
  border-color: #c33c54;
  border-radius: 10px;
  border: 2px solid #d96278;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #8e2c3d;
  border-color: #8e2c3d;
  transition: all 0.2s ease;
}

.btn-bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 15px 5px;
  border: 2px solid #01abc6;
  background: linear-gradient(to bottom, #0a3e4c, #082c34);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}

.img-text {
  font-size: 11px;
  font-style: italic;
  text-align: center;
}

.link-text {
  color: darkorange;
  border-bottom: 1px solid darkorange;
}

.link-text:hover {
  border-bottom: none;
}

/* Header */

.menu {
  width: 100%;
  padding: 0 15px;
}

.menu-content {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-link {
  padding: 7px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e9e4e1;
}

.menu-link:hover {
  background-color: #290617;
}

.header {
  padding-top: 10px;
  padding-bottom: 50px;
  background: radial-gradient(#8e2c3d, #290617);

  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  text-align: center;
}

.header-params {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
  padding: 5px 20px;
  background-color: #290617;
  border: 1px solid #9d5860;
  border-radius: 20px;
}

.header-params-prov {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
}

.params {
  font-size: 12px;
}

/* Promo Box */

.promo-box {
  padding: 10px 20px;
  width: max-content;
  border: 1px solid rgba(247, 166, 0, 0.15);
  border-radius: 10px;
  background: var(--gray-bg-bg-card, #16171a);

  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.promo-box:hover {
  border: 1px solid #d5d5d5;
}

.promo-box-text {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.promo-box-bonus {
  font-size: 12px;
  font-weight: 400;
  color: #d5d5d5;
}

.promo-box-title {
  font-size: 25px;
  font-weight: 700;
  color: #f7a600;
  line-height: 1.1;
}

.promo-box-content {
  font-size: 16px;
  font-weight: 700;
  color: #d5d5d5;
}

.content-color {
  color: #f7a600;
}

.promo-box-btn {
  display: block;
  width: max-content;
  padding: 15px 25px;
  background-color: #f7a600;
  border-radius: 10px;
  color: #16171a;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.promo-box-link {
  font-size: 11px;
  color: #f7a600;
}

/* Demo */

.header-demo {
  padding-bottom: 10px;
  background: radial-gradient(#8e2c3d, #290617);

  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  text-align: center;
}

.iframe {
  width: 900px;
  height: 550px;
}

.demo-menu {
  width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-menu a {
  font-size: 16px;
  color: #fff;
}

/* Other Slots*/

.other-slots {
  margin-top: 60px;
}

.other-slots-iteam {
  margin-bottom: 60px;
}

.other-slots-iteam h2 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

.other-slots-iteam p {
  font-size: 14px;
  color: #fff;
}

/* Navigation */

.nav-page {
  width: 100%;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  background-color: #551c27;
  border-radius: 30px;
}

.nav-page-title {
  font-size: 18px;
  padding: 18px 0;
  font-weight: 700;
  cursor: pointer;
}

/* Banner */

.wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.banner-athena {
  max-width: 500px;
  border-radius: 5px;
  border: 2px solid #893c32;
}

.banner-text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

/* Parameters */

.parameters {
  width: 900px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #551c27;
  border: 2px solid #893c32;
  border-radius: 20px;
}

.parameters-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Rules Game */

.symbols-items {
  max-width: 920px;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  background-color: #04090b;
  border-radius: 10px;
  border: 2px solid #893c32;
}

.symbols-item {
  padding: 5px;
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.symbols-item-info {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  font-weight: 400;
}

.symbols-item-info p {
  font-size: 14px;
}

.scatter {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 20px 25px;
  background-color: #04090b;
  border-radius: 10px;
  border: 2px solid #893c32;
}

.scatter-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}

.scatter-img {
  max-width: 180px;
}

.scatter-text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

/* Ante */
.ante {
  border-radius: 5px;
  border: 2px solid #893c32;
}

/* Footer */

.footer {
  margin-top: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer p {
  font-size: 12px;
}

/* Demo */

.demo {
  margin-bottom: 10px;
}

.iframe-slots {
  width: 900px;
  height: 550px;
}

/* Links Real */

.links-real {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.rub {
  font-size: 20px;
  letter-spacing: 1.5px;
}

.rub-banner {
  font-size: 24px;
}

.banner-real {
  width: 410px;
  padding: 7px 15px;
  border: 2px solid #00cfa6;
  background-color: #2a4241;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(236, 235, 238, 0.2) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  letter-spacing: 1.1px;
}

.banner-real p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

/* Media */

@media (max-width: 1024px) {
  .parameters {
    max-width: 100%;
  }
  .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .iframe {
    width: 100%;
  }
  .demo-menu {
    width: 100%;
    padding: 0 15px;
  }
  .promo-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .banner-athena {
    max-width: 100%;
  }
  .promo-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    text-align: center;
  }
  .promo-box-text {
    align-items: center;
  }
}

@media (max-width: 425px) {
  .parameters {
    padding: 10px;
  }
  .nav-page {
    padding: 10px 0 10px 20px;
  }
  .links-real {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .banner-real {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .banner-real p {
    font-size: 18px;
  }
}
