#googleCaptchaV2 .modal-content{
  box-shadow: unset !important;
}
.sidebar-icon{
  width: 30px;
  height: 30px;
}
.input-icon{
  width: 16px;
  height: 16px;
}

.color-gray-200{
    color: #e5e7eb !important;
}

.link-accent-color{
    color: #FB9F00;
}

.link-accent-color:hover{
    color: #D68000;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.cont:before, .cont:after {
  content: "";
  display: table;
}
.cont:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

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

input {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-size: 1rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  -webkit-transition: border-color ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
  -o-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
  transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}
input:focus {
  border-color: #79d9ff;
  outline: 0;
}
input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

.wrapper {
  min-height: 100%;
}
.wrapper::after {
  content: "";
  display: block;
  height: 100px;
}

.cont {
  width: calc(100% - 326px);
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  .cont {
    width: 100%;
  }
}

.menu-sn {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 50px;
}
.menu-sn a {
  padding: 5px 20px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 768px) {
  .menu-sn a {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.platinum {
  padding-top: 60px;
  background: url(/images/platinum-bg.jpg) no-repeat center;
  background-size: cover;
}

.gold {
  padding-top: 60px;
  background: url(/images/gold-bg.jpg) no-repeat center;
  background-size: cover;
}

.silver {
  padding-top: 60px;
  background: url(/images/silver-bg.jpg) no-repeat center;
  background-size: cover;
}

.title {
  font-size: 50px;
  text-align: center;
  margin: 0 0 100px;
  padding: 0 0 50px;
  border-bottom: 1px solid #afb4b4;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .title {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 28px;
  }
}

.back-door {
  margin: 0 30px;
  position: relative;
  top: -7px;
  padding: 10px 35px 10px 30px;
  background: #186436;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 2%;
}
@media only screen and (max-width: 1200px) {
  .back-door {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .back-door {
    position: inherit;
  }
}
.back-door:hover {
  color: #fff;
}
.back-door svg {
  width: 30px;
  height: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .back-door svg {
    width: 20px;
    height: 16px;
  }
}

.grid-users {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.45;
}
.grid-users .users {
  width: 100%;
  margin-bottom: 100px;
  font-family: "Inter", sans-serif;
}
.grid-users_g2 .users {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .grid-users_g2 .users {
    width: 100%;
  }
}
.grid-users_g3 .users {
  width: 33%;
}
@media only screen and (max-width: 1660px) {
  .grid-users_g3 .users {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .grid-users_g3 .users {
    width: 100%;
  }
}

.users {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 110px 50px;
  text-align: center;
}
@media only screen and (max-width: 1660px) {
  .users {
    gap: 110px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .users {
    gap: 70px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .users__item {
    width: 45%;
  }
}
.users__item .user {
  max-width: 220px;
}

@media (max-width: 991px) {
  .users__item .user {
    min-width: 100px;
  }  
}

@media (min-width: 992px) {
  .users__item .user {
    min-width: 180px;
  }  
}

@media only screen and (max-width: 1200px) {
  .users__item .user {
    max-width: 170px;
  }
}
.users__item_1 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .users__item_1 .user {
    max-width: 170px;
  }
}

.user {
  position: relative;
  display: inline-block;
  padding: 40px 20px 20px;
  border-radius: 6.55px;
  background: #fff;
  transform: rotate(-1.5deg);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .user {
    padding: 30px 10px 15px;
  }
}
.user::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 88%;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user__photo {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%) rotate(2.5deg);
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #fff;
}
@media only screen and (max-width: 1200px) {
  .user__photo {
    top: -35px;
  }
}
.user__photo img {
  width: 78px;
  height: 78px;
}
@media only screen and (max-width: 1200px) {
  .user__photo img {
    width: 55px;
    height: 55px;
  }
}
.user__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-weight: bold;
  color: #1F2937;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .user__content {
    font-size: 13px;
  }
}
.user__count {
  background: #EEB15D;
  padding: 1px 15px;
  border-radius: 5px;
}
.user__copy {
  position: absolute;
  right: -7px;
  top: -10px;
  background: #fff;
  padding: 2px 2px 0;
  border-radius: 5px;
  z-index: 3;
  transform: rotate(2deg);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
  .user__copy {
    right: -15px;
    top: -18px;
  }
}
.user__copy:hover {
  cursor: pointer;
}
.user__copy svg {
  width: 28px;
  height: 26px;
}
.user__copy svg:hover {
  cursor: pointer;
}
.user__arrows {
  position: relative;
}
.user__arrows svg {
  position: absolute;
  left: 50%;
  top: 20px;
  max-width: 280px;
  transform: translateX(-50%) rotate(1deg);
}
@media only screen and (max-width: 1200px) {
  .user__arrows svg {
    top: 2px;
    width: 200px;
  }
}
.balance-small{
    font-size: 15px !important;
}

.messenger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.messenger-btn {
  background-color: #0088cc;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* остальной код остается без изменений */


.messenger-btn img {
  width: 80px;
  height: 80px;
}

.messenger-links {
  position: absolute;
  left: -150px !important;
  top: 10px;
  width: 200px;
  transform: scale(0);
  transform-origin: 100% 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}

.messenger-links.show {
  left: 0;
  transform: scale(1);
}

.messenger-links a {
  width: 60px;
  margin-left: 4px;
}

.messenger-links img {
  max-width: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.messenger-links a:hover img {
  transform: scale(1.1);
  text-decoration: none;
}