@font-face {
  font-family: "Inter";
  src: url("/yellowgameslot-fonts/Yelloslotgame-Inter.woff2") format("woff2");
}

html {
  box-sizing: border-box;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Inter";
  background: #fbfbfb;
}

.yellowgameslot-dropdown_select-arrow {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(180deg);
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 24px;
  gap: 5px;
}

.dropdown_button {
  background-color: transparent;
  border: none;
  color: #201a29;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
}

.dropdown_button:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.dropdown_button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown_menu-wrapper {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}

.dropdown_menu {
  padding-inline-start: 0;
  border-radius: 5px;
  background-color: #fff;
  color: #201a29;
  overflow: hidden;
}

.yellowgameslot-dropdown_option-text {
  padding: 3px 5px;
  cursor: pointer;
  list-style: none;
}

.dropdown.active .dropdown_menu-wrapper {
  grid-template-rows: 1fr;
}

.yellowgameslot-dropdown_link {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  text-decoration: none;
}

.yellowgameslot-dropdown_link:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.yellowgameslot-dropdown_link:hover {
  text-decoration: underline;
}

#confirmButton {
  border-radius: 30px;
  background: #1c2065;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #ffcb35;
  color: #545454;
  transition: 0.4s;
}

.body__container {
  max-width: 1240px;
  margin: 0 auto;
}

.yellowgameslot-header {
  background: #ffcb35;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.yellowgameslot-header__img {
  position: absolute;
  top: -25px;
  left: 26%;
  width: 1100px;
  z-index: -1;
}

.yellowgameslot-logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.yellowgameslot-logo-p {
  color: #545454;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

.yellowgameslot-header__fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: #fbfbfb;
  top: 0px;
  left: 0;
}

.yellowgameslot-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 0;
}

.yellowgameslot-header__box {
  padding-top: 150px;

  padding-bottom: 0px;
}

.header__link__logo {
  display: flex;
  align-items: center;
}

.yellowgameslot-header__links {
  display: flex;
  align-items: center;
  gap: 41px;
}

.yellowgameslot-header__burger {
  display: none;
}

.yellowgameslot-header__link {
  color: #545454;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.4s;
}

.yellowgameslot-header__buttons {
  display: flex;
  gap: 16px;
}

.yellowgameslot-header__link:hover {
  transition: 0.4s;
  color: #545454;
  text-shadow: 0 0 4px #ffbf0f;
  opacity: 0.5;
}

.header__link_pay {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.header__link_log {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #1a291c;
  font-weight: 800;
  color: #1a291c;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.header__link_log:hover {
  background: #1a291c;
  color: #fff;
}

.yellowgameslot-header__block {
  max-width: 700px;
}

.yellowgameslot-header__wrap {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
}

.yellowgameslot-header__sub {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.yellowgameslot-header__title {
  color: #545454;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.yellowgameslot-header__subtitle {
  color: #545454;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.yellowgameslot-header__span {
  font-size: 46px;
}

.yellowgameslot-header__play {
  display: flex;
  justify-content: center;
  width: 246px;
  padding: 14px 24px;
  border-radius: 10px;
  background: #545454;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.4s;
  margin-bottom: 12px;
}

.yellowgameslot-header__play:hover {
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.yellowgameslot-header__sign {
  display: flex;
  justify-content: center;
  width: 246px;
  padding: 14px 24px;
  border-radius: 10px;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #1a291c;
  text-align: center;
  color: #1a291c;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.4s;
  margin-bottom: 12px;
}

.yellowgameslot-header__sign:hover {
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.yellowgameslot-header__left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sociallotsgame_icons {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sociallotsgame_icons__items {
  display: flex;
  justify-content: space-between;
}

.sociallotsgame_icons__item {
  width: 280px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0a5926 0%, #1a291c 100%);
}

.sociallotsgame_icons__text {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  font-family: "Inter";
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}

.icons__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}

.sociallotsgame__about__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 486px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about__items {
  padding-top: 0;
  padding-bottom: 0;
}

.sociallotsgame__about__item {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 25px;
}

.sociallotsgame__about__contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.sociallotsgame__about__text {
  color: #fff;
  font-size: 25.616px;
  font-weight: 700;
  line-height: normal;
}

.sociallotsgame__about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sociallotsgame__about__title {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.sociallotsgame__about__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

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

.sociallotsgame__about__link {
  padding: 10px 0px;
  border-radius: 50px;
  background: #be0043;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  transition: 0.4s;
}

.sociallotsgame__about__link:hover {
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.sociallotsgame_history__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sociallotsgame_history__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

.sociallotsgame_history {
  margin-bottom: 100px;
}

.sociallotsgame_advantages__wrap {
  padding: 40px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c4351 0%, #51afd1 100%);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.sociallotsgame_advantages__item {
  width: 100%;
  max-width: 590px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.sociallotsgame_advantages__head {
  color: #6e6e68;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sociallotsgame_advantages__text {
  color: #6e6e68;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sociallotsgame_advantages__text:last-child {
  margin-bottom: 0;
}

.sociallotsgame_advantages__wrapper {
  display: flex;
  justify-content: space-between;
}

.sociallotsgame_advantages__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.sociallotsgame_advantages__images {
  max-width: 590px;
  width: 100%;
}

.red__text {
  color: #ef4483;
}

.sociallotsgame_advantages {
  margin-bottom: 100px;
}

.sociallotsgame_advantages__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.sociallotsgame_comparison__wrap {
  padding: 40px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c4351 0%, #51afd1 100%);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.sociallotsgame_comparison__title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.sociallotsgame_comparison__subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.sociallotsgame_comparison {
  margin-bottom: 100px;
}

.yellowgameslot-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  height: 390px;
}

.game_image {
  width: 260px;
  height: 300px;
  border-radius: 10px;
}

.yellowgameslot-item__games {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 520px;
}

.game_image__games {
  width: 400px;
  height: 430px;
  border-radius: 10px;
}

.yellowgameslot-play {
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: cover;
}

.sociallotsgame__title {
  color: #545454;
  text-align: center;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sociallotsgame__play__sup {
  color: #1a291c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
}

.yellowgameslot-img {
  margin-bottom: 20px;
  border-radius: 12px;
}

.yellowgameslot-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.sociallotsgame__content {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sociallotsgame__name {
  color: #545454;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.yellowgameslot-link {
  padding: 14px 24px;
  border-radius: 10px;
  background: #fed319;
  border: 1px solid #fed319;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #545454;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: 0.4s;
}

.yellowgameslot-link:hover {
  transition: 0.4s;
  border: 1px solid #fed319;
  background: transparent;
  color: #000;
}

.yellowgameslot-info {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.sociallotsgame_info__head {
  color: #545454;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sociallotsgame_info__right {
  max-width: 530px;
}
.sociallotsgame_info__sub {
  color: #1a291c;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sociallotsgame_info__title {
  color: #545454;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.info__titles {
  text-align: center;
}

.sociallotsgame_info__text {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.yellowgameslot-list {
  color: #545454;
  margin-bottom: 20px;
  padding-inline-start: 25px;
}

.yellowgameslot-images {
  background: url("../yellowgameslot-img/yellowgameslot-who-bottom-image-elementor-io-optimized.webp")
    no-repeat center;
  background-size: cover;
  height: 300px;
  padding: 80px 100px;
}

.sociallotsgame__leaders {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sociallotsgame__leaders__sup {
  color: #1a291c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
}

.sociallotsgame__leaders__title {
  color: #1a291c;
  text-align: center;
  font-family: "Inter";
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sociallotsgame__leaders__head {
  color: #be0043;
  text-align: center;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.sociallotsgame__leaders__link {
  padding: 10px 0px;
  border-radius: 50px;
  background: #be0043;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  transition: 0.4s;
  margin: 0 auto;
  margin-bottom: 60px;
}

.sociallotsgame__leaders__link:hover {
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.sociallotsgame__leaders__wrap {
  max-width: 900px;
  gap: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 27px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0a5926 0%, #1a291c 100%);
  margin: 0 auto;
  margin-bottom: 40px;
}

.sociallotsgame__leaders__wrap:last-child {
  margin-bottom: 0;
}

.sociallotsgame__leaders__left {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 170px;
  width: 100%;
}

.sociallotsgame__leaders__text {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.sociallotsgame__leaders__center {
  max-width: 827px;
  width: 100%;
}

.sociallotsgame__leaders__line {
  height: 16px;
  border-radius: 10px;
  background: linear-gradient(0deg, #0a5926 0%, #0fff2b 100%);
}

.leaders__line_1 {
  width: 100%;
}

.leaders__line_2 {
  width: 90%;
}

.leaders__line_3 {
  width: 80%;
}

.sociallotsgame__leaders__number {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sociallotsgame_testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sociallotsgame_testimonials__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.sociallotsgame_testimonials__title {
  color: #1a291c;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
  text-transform: uppercase;
}

.sociallotsgame_testimonials__btns {
  display: flex;
  gap: 12px;
}

.sociallotsgame_testimonials__btn {
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: #fff;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.4s;
}

.sociallotsgame_testimonials__btn:hover {
  transition: 0.4s;
  background: #8e8d8d;
  color: #fff;
}

.sociallotsgame_testimonials__btn:nth-child(1) {
  transform: rotate(180deg);
}

.sociallotsgame_testimonials__sub {
  color: #1a291c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
}

.sociallotsgame_testimonials__items {
  display: flex;
  justify-content: space-between;
}

.sociallotsgame_testimonials__item {
  border: 1px solid #fff;
  padding: 24px;
  min-height: 230px;
  max-width: 400px;
  border-radius: 10px;
  border: 1px solid #b3ff00;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
}

.sociallotsgame_testimonials__stars {
  margin-bottom: 24px;
}

.sociallotsgame_testimonials__text {
  color: #1a291c;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 16px;
}

.sociallotsgame_testimonials__head {
  color: #1a291c;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.yellowgameslot-footer {
  background: #545454;
  padding-top: 40px;
  padding-bottom: 40px;
}

.yellowgameslot-footer__wrap {
  display: flex;
  justify-content: space-between;
}

.yellowgameslot-footer__left {
  max-width: 100%;
  width: 100%;
}

.sociallotsgame_footer__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.yellowgameslot-footer__sup {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.sociallotsgame_footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 98px;
  max-width: 231px;
  width: 100%;
}

.sociallotsgame_footer__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.yellowgameslot-footer__text {
  color: #f1f1f1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.yellowgameslot-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}

.yellowgameslot-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 24px;
}

.yellowgameslot-footer__link {
  color: #f1f1f1;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  transition: 0.4s;
}

.yellowgameslot-footer__link:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.sociallotsgame_footer__sup {
  color: #a1a1a1;
  font-family: "Inter";
  text-align: center;
  font-size: 14px;
}

.sociallotsgame_footer__info {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.sociallotsgame_about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sociallotsgame_about__wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.sociallotsgame_about__content {
  max-width: 483px;
}

.sociallotsgame_about__title {
  color: #fff;
  font-size: 48px;

  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

.sociallotsgame_about__text {
  color: #1a291c;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 15px;
}

.yellowgameslot-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_log {
  background: #111113;
}

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

.sociallotsgame_contact__wrap {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.contact__wrap {
  margin: 0;
}

.sociallotsgame_contact__title {
  color: #1a291c;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.status {
  padding: 14px 24px;
  border-radius: 10px;
  background-color: #80ef80;
  color: #545454;
  font-size: 16px;
  font-family: "Inter";

  display: none;
  transition: 0.5s linear;
}

.form.active .status {
  display: block;
}

.sociallotsgame___form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.sociallotsgame_contact__email {
  color: #1a291c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.sociallotsgame_contact__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.sociallotsgame_contact__label {
  color: #1a291c;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 8px;
}

.sociallotsgame___input {
  height: 47px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-bottom: 20px;
}

.sociallotsgame___message {
  height: 80px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-bottom: 20px;
  resize: none;
}

.sociallotsgame___btn {
  width: 246px;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fed319;
  border: 1px solid #fed319;
  color: #545454;

  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  transition: background-color 0.4s linear;
}

.sociallotsgame___btn:hover {
  background: transparent;
  border: 1px solid #fed319;
}

.modal_form {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal_form__content {
  position: relative;
  top: 0%;
  border-radius: 10px;
  background: linear-gradient(270deg, #f0f0f0 0%, #cdcdcd 100%);
  padding: 32px;
  max-width: 614px;
  width: 100%;
  display: flex;
}

.modal_form__title {
  color: #1a291c;
  text-align: center;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.modal_form__left {
  width: 100%;
}

.modal_form__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
}

.modal_form__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.modal_form__links {
  color: #1a291c;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}

.modal_form__label {
  color: #ffd800;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.modal_form__bold {
  color: #4d4d4d;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
}

.modal_form__input {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 16px;
  width: 100%;
  margin-bottom: 16px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.modal_form__input::placeholder {
  color: #999;
}

.modal_form__btn {
  padding: 14px 24px;
  width: 200px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0a5926 0%, #1a291c 100%);
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.14px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: 0.4s;
}

.modal_form__btn:hover {
  background: #ff8235;
  color: #fff;
  transition: 0.4s;
}

.modal_form__wrappper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.modal_form__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
}

.modal_form__close1 {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
}

.modal_form__pass {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
  width: 100%;
  margin-bottom: 24px;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(27, 46, 121, 0.3);
  backdrop-filter: blur(4.800000190734863px);
  margin: 15% auto;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  height: auto;
  box-sizing: border-box;
}

.popup__game {
  width: 100%;
  height: 400px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: flex;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__title {
  margin: 0;
  margin-bottom: 24px;
  color: #1a291c;
  text-align: center;
  font-family: "Inter";
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.modal__subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #f1f1f1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.modal__btn {
  display: flex;
  width: 120px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #9747ff 0%, #1a291c 100%);
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s;
  margin: 0 auto;
  margin-bottom: 10px;
}

.modal__link {
  display: flex;
  width: 120px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 10px;
  border: 2px solid #9747ff;
  color: #9747ff;
  font-family: "Inter";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s;
  margin: 0 auto;
  margin-bottom: 10px;
}

.modal__link:hover {
  background: #9747ff;
  color: #fff;
  transition: 0.4s;
}

.modal__btn:hover {
  background: #ff8235;
  color: #fff;
  transition: 0.4s;
}

.modal__wraps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.modal__content {
  position: relative;
  top: 0%;
  border-radius: 10px;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
  max-width: 700px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__img {
  margin-bottom: 20px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cookie-popup.hidden {
  display: none;
}

.popupcookie {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.popupcookie__content {
  position: relative;
  top: 20%;
  right: 0;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  background: #fbfbfb;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupcookie__title {
  color: #1a291c;
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popupcookie__subtitle {
  color: #363636;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.popupcookie__btn {
  border: none;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, #9747ff 0%, #1a291c 100%);
  color: #fff;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-transform: uppercase;
}

.popupcookie__button {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  border-radius: 8px;
  border: 2px solid #9747ff;
  color: #9747ff;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.4s;
  text-transform: uppercase;
}

.popupcookie__button:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

.popupcookie__btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.popupcookie__btn:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

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

.info__title,
.content__title {
  color: #545454;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Inter";
}

.info__head,
.terms__subtitle {
  margin: 0;
  color: #545454;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}

.info__text,
.terms__text {
  margin: 0;
  color: #545454;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
}

.header__img_mob {
  display: none;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 10px;
  border: 1px solid #a992c8;
  background: linear-gradient(180deg, #1c4351 0%, #51afd1 100%);
  margin: 15% auto;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  height: auto;
  box-sizing: border-box;
}

.popup__game {
  width: 100%;
  height: 400px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #545454;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: flex;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sociallotsgame_demo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sociallotsgame_demo__title {
  color: #545454;
  text-align: center;
  font-family: "Inter";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.sociallotsgame_demo__wrapper {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
}

.sociallotsgame_demo__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 615px;
}

.sociallotsgame_demo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sociallotsgame_demo {
  margin-bottom: 0px;
}

.active__block {
  display: flex;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.mob {
  display: none;
}

.mobs {
  display: none;
}

.desc__top {
  padding-top: 140px;
  padding-bottom: 50px;
}

@media (max-width: 1260px) {
  .body__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yellowgameslot-header__fixed {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yellowgameslot-header__wrap {
    flex-direction: column;
    gap: 24;
  }

  .yellowgameslot-header_btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .yellowgameslot-header__links {
    display: none;
  }

  .yellowgameslot-header__burger {
    display: block;
    cursor: pointer;
    flex-direction: column;
    width: 22px;
    height: 22px;
  }

  /* Эффект перекрестия */
  .yellowgameslot-header__burger.active_menu .bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 1px;
  }

  .yellowgameslot-header__burger.active_menu .bar:nth-child(2) {
    opacity: 0;
    /* Скрыть вторую палочку */
  }

  .yellowgameslot-header__burger.active_menu .bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 5px;
  }

  .yellowgameslot-header__line {
    height: 2px;
    background-color: #545454;
    margin: 4px 0;
    transition: all 0.3s ease;
  }

  .menu {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fbfbfb;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px;
  }

  .menu.active {
    display: flex;
  }

  .header__img_mob {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .header__img_desc {
    display: none;
  }

  .yellowgameslot-header__block {
    max-width: 500px;
    z-index: 10;
  }

  .yellowgameslot-advantages__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .yellowgameslot-advantages__item {
    max-width: 100%;
  }

  .yellowgameslot-advantages__images {
    display: flex;
    max-width: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .sociallotsgame_footer__wrap {
    flex-direction: column;
    gap: 41px;
  }

  .sociallotsgame_footer__right {
    gap: 20px;
    order: 1;
  }

  .yellowgameslot-footer__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .sociallotsgame_about__content {
    max-width: 100%;
  }

  .sociallotsgame_icons__items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .sociallotsgame_testimonials__items {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sociallotsgame_info__wrap {
    flex-direction: column;
    gap: 20px;
  }

  .yellowgameslot-items {
    justify-content: center;
  }

  .yellowgameslot-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sociallotsgame__leaders__left {
    max-width: 170px;
    width: 100%;
  }

  .sociallotsgame__about__wrap {
    flex-direction: column;
  }

  .sociallotsgame__about__items {
    max-width: 100%;
  }

  .sociallotsgame_contact__wrapper {
    flex-direction: column;
    gap: 70px;
  }

  .sociallotsgame_contact__wrap {
    max-width: 100%;
  }

  .sociallotsgame___form {
    max-width: 100%;
  }

  .mob {
    display: flex;
  }

  .desc {
    display: none;
  }

  .yellowgameslot-info__box {
    flex-direction: column;
    gap: 20px;
  }

  .sociallotsgame_info__right {
    order: -1;
    max-width: 100%;
  }

  .sociallotsgame_info__sub {
    text-align: center;
  }

  .sociallotsgame_info__title {
    text-align: center;
  }

  .sociallotsgame_testimonials__item {
    max-width: 100%;
    min-height: auto;
  }

  .yellowgameslot-header__sub {
    text-align: center;
  }

  .yellowgameslot-header__title {
    font-size: 40px;
  }

  .info__right {
    order: 1;
  }
}

@media (max-width: 991px) {
  .sociallotsgame_footer__wrap {
    flex-direction: column;
  }

  .yellowgameslot-footer__left {
    flex-direction: column;
  }

  .sociallotsgame_footer__text {
    max-width: 100%;
  }

  .yellowgameslot-header__img {
    top: 40px;
  }
}

@media (max-width: 575px) {
  .body__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .yellowgameslot-header__fixed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .yellowgameslot-logo-p {
    font-size: 14px;
  }

  .form_btn_box {
    width: 100%;
    flex-direction: column;
  }

  .yellowgameslot-header__img {
    top: 60px;
    max-width: 110%;
  }

  .yellowgameslot-header__block {
    text-align: center;
  }

  .yellowgameslot-header__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .yellowgameslot-header__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .yellowgameslot-header__play {
    font-size: 16px;
  }

  .yellowgameslot-history__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .yellowgameslot-history__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .yellowgameslot-advantages__wrap {
    padding: 20px 10px;
  }

  .yellowgameslot-advantages__list {
    padding-left: 20px;
  }

  .yellowgameslot-advantages__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .yellowgameslot-advantages__text {
    font-size: 16px;
  }

  .yellowgameslot-comparison__wrap {
    padding: 20px 10px;
  }

  .yellowgameslot-comparison__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .yellowgameslot-comparison__subtitle {
    font-size: 16px;
  }

  .yellowgameslot-footer__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .yellowgameslot-footer__text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .yellowgameslot-footer__link {
    font-size: 14px;
  }

  .yellowgameslot-footer__info {
    font-size: 14px;
  }

  .yellowgameslot-history {
    margin-bottom: 30px;
  }

  .sociallotsgame_advantages {
    margin-bottom: 30px;
  }

  .sociallotsgame_comparison {
    margin-bottom: 30px;
  }

  .sociallotsgame_demo__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .popupcookie__title {
    font-size: 20px;
  }

  .popupcookie__subtitle {
    font-size: 12px;
  }

  .modal__title {
    font-size: 20px;
  }

  .modal__subtitle {
    font-size: 12px;
  }

  .modal__btn {
    padding: 10px;
    font-size: 14px;
  }

  .sociallotsgame_advantages__head {
    font-size: 18px;
  }

  .sociallotsgame_demo__wrapper {
    padding-top: 260px;
  }

  .yellowgameslot-header__play {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
  }

  .yellowgameslot-header__sign {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
  }

  .yellowgameslot-header {
    padding-top: 0px;
  }

  .sociallotsgame_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .yellowgameslot-header__box {
    padding-top: 140px;
  }

  .yellowgameslot-header__wrap {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .yellowgameslot-header__logo {
    max-width: 45px;
  }

  .yellowgameslot-play {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sociallotsgame__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sociallotsgame__item {
    max-width: 300px;
  }
  .sociallotsgame__name {
    font-size: 16px;
    text-align: center;
  }

  .yellowgameslot-footer__nav {
    flex-direction: column;
    gap: 16px;
  }

  .sociallotsgame__link {
    padding: 14px 24px;
    font-size: 16px;
    margin: 0 auto;
  }

  .yellowgameslot-footer__links {
    flex-direction: column;
    gap: 16px;
  }

  .sociallotsgame__content {
    min-height: auto;
  }

  .sociallotsgame_about__content {
    max-width: 100%;
  }

  .sociallotsgame_about__title {
    font-size: 30px;
    margin-bottom: 11px;
  }

  .sociallotsgame_about__text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sociallotsgame_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sociallotsgame_icons {
    padding-top: 0;
    padding-bottom: 40;
  }

  .desc__top {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .sociallotsgame_contact__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sociallotsgame_contact__label {
    font-size: 14px;
  }

  .yellowgameslot-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sociallotsgame_demo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sociallotsgame_icons__text {
    font-size: 32px;
  }

  .icons__text {
    font-size: 16px;
  }

  .sociallotsgame_icons__item {
    max-width: 250px;
    width: 100%;
  }

  .sociallotsgame__leaders__ava {
    max-width: 50px;
  }

  .sociallotsgame__leaders__text {
    font-size: 12px;
  }

  .sociallotsgame__leaders__left {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 65px;
    gap: 8px;
  }

  .sociallotsgame__leaders__number {
    font-size: 14px;
  }

  .sociallotsgame_testimonials__btns {
    display: none;
  }

  .sociallotsgame__leaders {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sociallotsgame_testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sociallotsgame__leaders__wrap {
    gap: 10px;
  }

  .sociallotsgame__leaders__wrap {
    margin-bottom: 20px;
  }

  .sociallotsgame__leaders__title {
    font-size: 30px;
  }

  .sociallotsgame__leaders__head {
    font-size: 22px;
  }

  .sociallotsgame_testimonials__title {
    font-size: 22px;
    text-align: center;
  }

  .sociallotsgame_testimonials__header {
    margin-bottom: 20px;
  }

  .sociallotsgame_testimonials__text {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .sociallotsgame_testimonials__head {
    font-size: 12px;
  }

  .sociallotsgame_testimonials__stars {
    margin-bottom: 16px;
  }

  .sociallotsgame_testimonials__item {
    min-height: auto;
    padding: 16px;
  }

  .sociallotsgame_testimonials__items {
    gap: 20px;
  }

  .sociallotsgame__about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sociallotsgame__about__title {
    font-size: 30px;
  }

  .sociallotsgame__about__text {
    font-size: 14px;
  }

  .sociallotsgame__about__link {
    width: auto;
    padding: 10px;
    font-size: 14px;
  }

  .mobs {
    display: flex;
  }

  .yellowgameslot-header__sub {
    font-size: 14px;
  }

  .sociallotsgame__play__sup {
    font-size: 14px;
  }

  .yellowgameslot-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sociallotsgame_info__title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
  }

  .sociallotsgame_info__head {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .sociallotsgame_info__text,
  .yellowgameslot-li {
    font-size: 14px;
  }

  .sociallotsgame_info__text:last-child {
    margin-bottom: 0;
  }

  .sociallotsgame_info__sub {
    font-size: 14px;
  }

  .sociallotsgame__leaders__sup {
    font-size: 14px;
  }

  .yellowgameslot-header__span {
    font-size: 22px;
  }

  .sociallotsgame_contact__wrap {
    padding: 8px;
  }

  .sociallotsgame_contact__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .sociallotsgame___input {
    margin-bottom: 12px;
  }

  .sociallotsgame___btn {
    width: 100%;
  }

  .desc__top {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sociallotsgame_info_1 {
    padding-bottom: 10px;
  }

  .sociallotsgame_info_2 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 375px) {
  .yellowgameslot-header__img {
    top: 65px;
    max-width: 150%;
    left: 0%;
  }
}
