@font-face {
  src: url("/suomitop-assets/suomitop-fonts/suomitop-butcherman-regular.woff2")
    format("truetype");
  font-family: "butcherman-regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/suomitop-assets/suomitop-fonts/suomitop-opensans-bold.woff2")
    format("truetype");
  font-family: "opensans-bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/suomitop-assets/suomitop-fonts/suomitop-opensans-regular.woff2")
    format("truetype");
  font-family: "opensans-regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-title: "butcherman-regular", sans-serif;
  --font-sub-title: "opensans-bold", sans-serif;
  --font-text: "opensans-regular", sans-serif;
}

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

ul,
ol,
li {
  list-style-type: none;
}

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

body {
  background-color: #032f48;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

main,
footer {
  width: 100%;
  color: rgba(3, 3, 3, 1);
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

header {
  width: 100%;
}

.suomitop--container__main {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.suomitop__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header */
.suomitop--header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #111111;
}

.suomitop--header__container {
  width: 100%;

  display: flex;
  padding: 0.75rem 0;
  flex-direction: column;
  align-items: center;
}

.suomitop--menu {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.suomitop--menu__list {
  gap: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suomitop--menu__list-item a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  font-family: var(--font-text);
  font-weight: 400;
}

.suomitop--menu__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 642px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
}

.suomitop--menu___lang {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.suomitop--menu___lang-btn {
  display: flex;
  align-items: center;
  gap: 0.675rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 100%;
  color: #fff;
}

.suomitop--menu___lang-active {
  background: #ffffff1a;
  border-radius: 100px;
  padding: 0.5rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.suomitop--menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 106px;
  width: 100%;
  height: 35px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.3rem;
  border-radius: 20px;
  position: relative;
  background: #ffffff0d;
  box-shadow: 0px 0px 10px 0px #e2e2e2;
  z-index: 1;
  border: none;
}

.suomitop--menu_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #5d0838 0%, #3a1830 100%);
  border-radius: 20px;
  z-index: -1;
  box-shadow: 0px 0px 10px 0px #e2e2e2;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/* Welcom Section */
.suomitop--welcome-box {
  width: 100%;
  height: 100vh;
  padding: 5rem 0;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/suomitop-assets/suomitop-img/suomitop-welcome/suomitop-road-tree.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.suomitop--welcome-full {
  min-height: 100vh;
}

.suomitop--header--title_bg {
  display: flex;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.suomitop--header--top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}

.suomitop--header__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.suomitop--header__btn {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 255px;
  width: 100%;
  height: 92px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgba(216, 216, 216, 0.7);
  background: linear-gradient(90deg, #5d0737 0%, #39172f 100%);
  transition: all 0.3s ease;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
}

.suomitop--header__btn:hover {
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.2),
    0px 0px 15px rgba(216, 216, 216, 0.9);
  transform: scale(1.02);
  cursor: pointer;
}

.suomitop--header__btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.suomitop--header__title-welcome {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 6rem;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.suomitop--header__text-welcome {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: #fff;
  text-align: center;
}

/* Game */
.suomitop--game-box {
  padding: 5rem 0;
}

.suomitop--game--conteiner {
  display: flex;
  gap: 1.25rem;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.suomitop--game---imagebox {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 15px 0px #ffffff40;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.suomitop--game----image {
  width: 100%;
  height: 670px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.suomitop--game---content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.7));
  color: white;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  height: 100%;
  padding: 5rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.suomitop--game----name {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.suomitop--game----text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: #fff;
  text-align: center;
}

.suomitop--bold {
  font-weight: 700;
  font-family: var(--font-sub-title);
}

.suomitop--game__btn {
  margin-inline: auto;
}

/* Why us */
.suomitop--why-box {
  width: 100%;
}

.suomitop--why--container {
  max-width: 1200px;
  width: 100%;

  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/suomitop-assets/suomitop-img/suomitop-why-us/suomitop-house-witch.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem;
  color: white;
  border-radius: 20px;
  gap: 1.25rem;
  display: flex;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  height: auto;
  min-height: 760px;
}

.suomitop--why---image {
  top: 5rem;
  right: 5rem;
  position: absolute;
  background-image: url("/suomitop-assets/suomitop-img/suomitop-why-us/suomitop-witch.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 464px;
  width: 100%;
  height: 600px;
  z-index: 1;
}

.suomitop--why---info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.suomitop--why---title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.suomitop--why----advantages {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.suomitop--why----advantages_elem {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.suomitop--why----advantages__flowers {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-why-us/suomi-icon-flowers.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 70px;
  width: 100%;
  height: 70px;
}
.suomitop--why----advantages__bottle {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-why-us/suomi-icon-bottle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 70px;
  width: 100%;
  height: 70px;
}
.suomitop--why----advantages__hat {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-why-us/suomi-icon-hat.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 70px;
  width: 100%;
  height: 70px;
}

.suomitop--why----advantages__description {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

.suomitop--why---advantages___title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
}

.suomitop--why---advantages___text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  color: #fff;
}

/* Reviews */
.suomitop--reviews-box {
  padding: 3.75rem 0;
}

.suomitop--reviews--conteiner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.suomitop--reviews---title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.suomitop--reviews---slider {
  display: flex;
  gap: 0.95rem;
}

.suomitop--reviews----slide {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.875rem 1.25rem;
  background: #02263a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.suomitop--reviews----slide_name {
  font-family: var(--font-sub-title);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 20px;
  color: #f3f3f3;
  text-align: center;
}

.suomitop--reviews----slide_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.suomitop--reviews----slide__small {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-reviews/suomitop-icon-star-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 16px;
  max-width: 16px;
}
.suomitop--reviews----slide__small-null {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-reviews/suomitop-icon-star-null.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 16px;
  max-width: 16px;
}
.suomitop--reviews----slide__medium {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-reviews/suomitop-icon-star-medium.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 24px;
  max-width: 24px;
}
.suomitop--reviews----slide__big {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-reviews/suomitop-icon-star-big.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 32px;
  max-width: 32px;
}

.suomitop--reviews----slide_line {
  height: 1px;
  background-color: #fff;
}

.suomitop--reviews----slide_text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #f3f3f3;
  text-align: center;
}

/* Стили для Swiper */
.swiper {
  width: 100%;
}

.swiper-slide {
  width: auto;
}

.swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}

.suomitop--reviews----slide {
  height: 100%;
  min-height: 210px;
  box-sizing: border-box;
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
  display: none;
}

@media (max-width: 625px) {
  .swiper-pagination {
    display: block;
  }

  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 0.5;
    border: 1px solid #fff;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
}

/* Contact */
.suomitop__contact--box {
  margin: 5rem 0;
  background: #2b2b2b;
  padding: 3.125rem 0 0;
}

.suomitop__contact---img {
  background-image: url("/suomitop-assets/suomitop-img/suomitop-welcome/suomitop-elf.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 407px;
  max-width: 391px;
}

.suomitop__contact--container {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  width: 100%;
}
.suomitop__contact---info {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.suomitop__contact---info_text {
  font-size: 1.125rem;
  line-height: 120%;
  font-family: var(--font-text);
  font-weight: 400;
  color: #9196a5;
  text-align: center;
}

/* Contact Form */

.suomitop__contact--form {
  display: flex;
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
  gap: 0.675rem;
  flex-direction: column !important;
}

.suomitop_contact__input {
  outline: none;
  height: 39px;
  width: 100%;
  border: none;
  background: #ffffffcc;

  font-size: 0.85rem;
  color: #4a4a4a;
  font-family: var(--font-sub-title);
  font-weight: 700;
  padding: 0.675rem 1.25rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.suomitop_contact__input::placeholder {
  color: #4a4a4a;
  font-size: 1rem;
  font-family: var(--font-text);
  font-weight: 400;
}

.suomitop_contact--textarea {
  height: 70px;
}

.suomitop_contact__btn {
  margin: 1.875rem auto 0;
}

.active__block {
  display: flex;
}

.form-message-container {
  margin-top: 0px;
}

.form-message {
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-sub-title);
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-sub-title);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer */
.suomitop--footer {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(/suomitop-assets/suomitop-img/suomitop-welcome/suomitop-road-tree.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125rem 0;
}

.suomitop--footer__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}

.suomitop--footer__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.suomitop--footer---logobox {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
}

.suomitop--footer----logo {
  max-width: 179px;
  width: 100%;
  height: 32px;
}

.suomitop--footer----age {
  flex: 0 0 auto;
  background-image: url(/suomitop-assets/suomitop-img/suomitop-footer/suomiratings-icon-age.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 50px;
  width: 100%;
  height: 52px;
}

.suomitop--footer---navbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 1.25rem;
}

.suomitop--footer---nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.suomitop--footer----links a {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  color: #fff;
}

.suomitop--footer---disclaimer-box {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.675rem;
}

.suomitop--footer----title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.suomitop--footer----text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #fff;
  text-align: center;
}

.suomitop--footer---infobox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1.25rem;
}

.suomitop--footer---info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 610px;
  width: 100%;
}

.suomitop--footer----description {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

.suomitop--footer----description_title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
}

.suomitop--footer---description_text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #fff;
}

.suomitop--footer---contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 500px;
  width: 100%;
}

.suomitop--footer----contact_partners {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.suomitop--footer---copyrigth {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

/* Cookies */
.suomitop--privacy__text {
  padding: 2rem 0;
}
.suomitop--privacy__text p {
  color: #fff;
  font-family: var(--font-text);
}

.suomitop--privacy__text h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: var(--font-title);
}
.suomitop--privacy__text h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: var(--font-sub-title);
}

/* Burger */
#suomitopMenuToggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 999 !important;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 58px;
}

#suomitopMenuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

#suomitopMenuToggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  right: 0rem;
  top: 0.2rem;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1001 !important;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.no-scroll {
  overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#suomitopMenuToggle span:first-child {
  transform-origin: 0% 0%;
}

#suomitopMenuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#suomitopMenu {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  z-index: 1000;
  padding-top: 1.25rem;
  margin: 45px 0 0 0px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  background: #111111;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 130vh;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}

#suomitopMenuToggle input:checked ~ ul {
  transform: none;
}

.burger-button {
  display: block;
  width: 42px;
  height: 32px;
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 1; /* Изменили с 0 на 1 */
  z-index: 1002 !important;
  -webkit-touch-callout: none;
  background: transparent;
  border: none;
  padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
  transform: rotate(45deg) translate(4px, 0px);
  background: #f9f9f9;
  -webkit-transform: rotate(45deg) translate(4px, 0px);
  -moz-transform: rotate(45deg) translate(4px, 0px);
  -ms-transform: rotate(45deg) translate(4px, 0px);
  -o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
  transform: rotate(-45deg) translate(-1px, 2px);
  -webkit-transform: rotate(-45deg) translate(-1px, 2px);
  -moz-transform: rotate(-45deg) translate(-1px, 2px);
  -ms-transform: rotate(-45deg) translate(-1px, 2px);
  -o-transform: rotate(-45deg) translate(-1px, 2px);
}

/* Обновляем селектор для checked состояния */
#suomitopMenuToggle .active ~ #suomitopMenu {
  transform: none;
}

.suomitop--menu__list--text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #ffffff80;
  text-align: center;
  max-width: 320px;
  width: 100%;
}

.suomitop--menu__list--gamebtn {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

/* Page Privacy */
.suomitop--privacy__text p {
  margin-bottom: 1rem;
}

/* Others Styles */
.suomitop--welcome--page-game {
  padding: 5rem 0 !important;
  height: auto;
}

.suomitop--welcome--gap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.suomitop-game-page__iframe {
  border: none;
  outline: none;
  max-width: 1140px;
  width: 100%;
  height: 615px;
  margin: 0 auto;
}

.suomitop-game-page_window {
  display: flex;
  justify-content: center;
}

.suomitop--about--container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.suomitop--about---top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.suomitop--about----title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.suomitop--about----text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #fff;
  text-align: center;
}

.suomitop--page-game--line-about {
  height: 1px;
  max-width: 376px;
  width: 100%;
  background-color: #fff;
}
.suomitop--page-game--line-resp {
  height: 1px;
  max-width: 205px;
  width: 100%;
  background-color: #fff;
}
.suomitop--page-game--line--title {
  height: 1px;
  max-width: 200px;
  width: 100%;
  background-color: #fff;
}

.suomitop--header__title-welcome-game {
  font-size: 6rem !important;
}

.suomitop--resp--top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
}

.suomitop--resp-container {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

.suomitop--bold {
  font-family: var(--font-sub-title);
  font-weight: 700;
}

.suomitop--resp---lists {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  gap: 0.675rem;
}

.suomitop--about----items {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
}

.suomitop--about----items_title {
  color: #fff;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.suomitop--about----items_text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #fff;
}

.suomitop--about----lists_resp li {
  list-style-type: disc;
  margin-left: 2.25rem;
}

.suomitop--about----items:nth-child(4),
.suomitop--about----items:nth-child(5) {
  border-bottom: none;
}

.suomitop--contact--top {
  width: 100%;
  background-color: #1a1a1a;
  padding: 5rem 0.675rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.suomitop--page-game--line-contact {
  height: 1px;
  max-width: 342px;
  width: 100%;
  background-color: #fff;
}

.suomitop--contact--top_textbox {
  max-width: 316px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  align-items: center;
}

.suomitop--contact--top_mail {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.suomitop--contact-blocks {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.suomitop--contact--top_title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.suomitop--map_contact {
  max-width: 100%;
  width: 100%;
  height: 547px;
  border: none;
}

.suomitop-btm {
  padding-bottom: 5rem;
}

/* Media */
@media screen and (max-width: 1270px) {
  .suomitop--container__main {
    padding: 0 1rem;
  }

  .suomitop--header__container {
    padding: 0.75rem 1rem;
  }
}

@media screen and (max-width: 1125px) {
  .suomitop--menu__links,
  .suomitop--menu___lang {
    display: none;
  }

  #suomitopMenuToggle {
    display: block;
  }

  .suomitop--menu__list-flex-mob {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 900px) {
  .suomitop--footer---infobox {
    flex-direction: column;
  }

  .suomitop--footer---contact {
    max-width: 100%;
    width: 100%;
  }

  .suomitop--footer----contact_partners {
    justify-content: center;
  }
}

@media screen and (max-width: 625px) {
  .suomitop--header__title-welcome,
  .suomitop--game----name,
  .suomitop--why---title {
    font-size: 3rem;
  }

  .suomitop--header__text-welcome {
    font-size: 1rem;
  }

  .suomitop--header--top,
  .suomitop--header__title {
    gap: 0.675rem;
  }

  .suomitop--welcome-box {
    height: auto;
    min-height: auto;
  }

  .suomitop--game-box {
    padding: 2.5rem 0;
  }

  .suomitop--game---content {
    padding: 5rem 1.25rem;
  }

  .suomitop--why--container {
    padding: 2.5rem 0.675rem;
    min-height: auto;
    height: auto;
    overflow: hidden;
  }

  .suomitop--why----advantages {
    gap: 1.875rem;
  }

  .suomitop--why---image {
    bottom: auto;
    top: 30%;
    right: 0;
    height: 600px;
  }

  .suomitop--why----advantages_elem {
    flex-direction: column;
    align-items: flex-start;
  }

  .suomitop--footer---nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }

  .suomitop--about----title {
    font-size: 2rem;
  }

  .suomitop--reviews-box {
    padding: 2.5rem 0;
  }

  .suomitop-btm {
    padding-bottom: 2.5rem;
  }

  .suomitop--contact--top_title {
    font-size: 1.5rem;
  }

  .suomitop--contact--top {
    gap: 0.5rem;
  }
  .suomitop--page-game--line-contact {
    width: 15%;
  }
}

.suomitop--news-wrapp-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.suomitop--news__wrapp-item-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background-color: #02263a;
  padding: 1.875rem 1.25rem;
  border-radius: 20px;
}

.suomitop--news__wrapp-item-date {
  box-shadow: 0px 0px 10px 0px rgba(216, 216, 216, 0.7);
  background: linear-gradient(90deg, #5d0737 0%, #39172f 100%);
  padding: 10px;
  color: #fff;
  border-radius: 20px;
}

.suomitop--news,
.suomitop--news-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.suomitop--news .suomitop--header__btn {
  align-self: center;
}

.suomitop--news .suomitop--why---advantages___title {
  text-align: center;
}
