@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manuale:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.con_tg111 i {
  font-size: 15px !important;
  color: rgb(153, 143, 187) !important;
}

body.no-scroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  padding: 0 0 30px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 0px;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

button {
  cursor: pointer;
}

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

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: normal;
  background: rgb(24, 24, 24);
  position: relative;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: normal;
  width: 98%;
  height: 66px;
  background: rgb(40, 40, 40);
  top: 10px;
  z-index: 10;
  padding: 5px;
  border-radius: 15px;
  position: fixed;
  opacity: 95%;
}
@media (max-width: 900px) {
  .header {
    width: 98%;
    height: auto;
    padding: 10px;
  }
}
.header_logo {
  width: 55px;
  height: 50px;
  margin-left: 15px;
  background-image: url(../img/logo3.PNG);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 60px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .header_logo {
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header_logo {
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  .header_logo {
    margin-left: 20px;
    padding: 0 0 0 30px;
  }
}
.header_logo:hover {
  transform: rotate(15deg);
}
.header_nav {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: stretch;
  gap: 20px;
  margin-right: auto;
}
@media (max-width: 900px) {
  .header_nav {
    margin-right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: stretch;
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .header_nav {
    margin-left: -80px;
  }
}
.header_nav_a {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}
@media (max-width: 900px) {
  .header_nav_a {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .header_nav_a {
    font-size: 8px;
  }
}
.header_nav_a:hover {
  background-color: rgba(140, 87, 219, 0.1568627451);
}
.header_register {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .header_register {
    margin-right: 1px;
  }
}
.header_register_a_vh {
  border: 4px solid rgb(126, 32, 255);
  background: rgba(82, 0, 142, 0);
  color: rgb(126, 32, 255);
  border-radius: 20px;
  padding: 4px 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .header_register_a_vh {
    padding: 8px 10px;
    font-size: 10px;
    border: 1px solid rgb(126, 32, 255);
  }
}
@media (max-width: 500px) {
  .header_register_a_vh {
    padding: 5px 5px;
    font-size: 8px;
  }
}
.header_register_a_vh:hover {
  transform: scale(1.1);
}
.header_register_a_rg {
  border-radius: 20px;
  background: linear-gradient(
    182.62deg,
    rgb(82, 0, 142) -1.457%,
    rgb(114.69, 23.78, 225.97) 142.012%,
    rgb(126, 32, 255) 191.621%
  );
  padding: 8px 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .header_register_a_rg {
    padding: 8px 20px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .header_register_a_rg {
    padding: 5px 5px;
    font-size: 8px;
  }
}
.header_register_a_rg:hover {
  transform: scale(1.05);
}

.gif_con {
  position: relative;
}
.gif_con .gif_span::after {
  content: "";
  width: 100vw;
  height: 900px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(24, 24, 24) 100%
  );
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 1px;
}
@media (max-width: 800px) {
  .gif_con .gif_span::after {
    width: 100vw;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .gif_con .gif_span::after {
    width: 100vw;
    height: 300px;
  }
}
.gif_con .gif {
  width: 100vw;
  height: 900px;
}
@media (max-width: 800px) {
  .gif_con .gif {
    width: 100vw;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .gif_con .gif {
    width: 100vw;
    height: 300px;
  }
}

.con_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
  justify-content: normal;
  align-items: stretch;
  width: 77.8%;
  height: auto;
  margin-top: -550px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .con_block {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  .con_block {
    margin-top: -250px;
  }
}
@media (max-width: 500px) {
  .con_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
    justify-content: normal;
    align-items: stretch;
  }
}
@media (max-width: 500px) {
  .con_block {
    margin-top: -150px;
  }
}
.con_block .block {
  display: flex;
  flex-direction: column;
  justify-content: auto;
  align-items: center;
  gap: 20px;
  text-align: center;
  opacity: 0.95;
  border-radius: 20px;
  background: rgb(38, 38, 38);
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .con_block .block {
    display: flex;
    flex-direction: column;
    justify-content: auto;
    align-items: center;
    gap: 15px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .con_block .block {
    display: flex;
    flex-direction: column;
    justify-content: auto;
    align-items: center;
    gap: 10px;
  }
}
.con_block .block:hover {
  transform: scale(1.07);
  opacity: 1;
}
.con_block .block:hover .bico {
  border-radius: 30px;
  transform: rotate(10deg) scale(1.05);
  opacity: 1;
}
.con_block .block:hover .bline {
  width: 70%;
  height: 3px;
}
.con_block .block:hover .block_ico_port {
  box-shadow: 0 0 25px rgb(126, 32, 255);
}
.con_block .block:hover .block_ico_fire {
  box-shadow: 0 0 25px rgb(255, 94, 32);
}
.con_block .block:hover .block_ico_prof {
  box-shadow: 0 0 25px rgb(2, 95, 189);
}

.block_ico_port > .material-symbols-outlined,
.block_ico_fire > .material-symbols-outlined,
.block_ico_prof > .material-symbols-outlined {
  font-size: 2em;
  position: absolute;
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .block_ico_port > .material-symbols-outlined,
  .block_ico_fire > .material-symbols-outlined,
  .block_ico_prof > .material-symbols-outlined {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .block_ico_port > .material-symbols-outlined,
  .block_ico_fire > .material-symbols-outlined,
  .block_ico_prof > .material-symbols-outlined {
    font-size: 1em;
  }
}
.block_ico_port,
.block_ico_fire,
.block_ico_prof {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: normal;
  width: 85px;
  height: 85px;
  background: linear-gradient(180deg, rgb(82, 0, 142), rgb(126, 32, 255) 100%);
  box-shadow: 0 0 30px rgb(126, 32, 255);
  padding: 10px;
  border-radius: 40px;
  opacity: 0.8;
  position: relative;
}
@media (max-width: 1300px) {
  .block_ico_port,
  .block_ico_fire,
  .block_ico_prof {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 500px) {
  .block_ico_port,
  .block_ico_fire,
  .block_ico_prof {
    width: 35px;
    height: 35px;
  }
}
.block_ico_fire {
  background: linear-gradient(180deg, rgb(142, 83, 0), rgb(255, 94, 32) 100%);
  box-shadow: 0 0 30px rgb(255, 94, 32);
}
.block_ico_prof {
  background: linear-gradient(180deg, rgb(0, 72, 142), rgb(110, 17, 237) 100%);
  box-shadow: 0 0 30px rgb(0, 72, 142);
}

.block_one_h1,
.block_two_h1,
.block_fre_h1 {
  font-size: 1.2em;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .block_one_h1,
  .block_two_h1,
  .block_fre_h1 {
    font-size: 0.8em;
  }
}
@media (max-width: 500px) {
  .block_one_h1,
  .block_two_h1,
  .block_fre_h1 {
    font-size: 0.55em;
  }
}
.block_one_line,
.block_two_line,
.block_fre_line {
  width: 30%;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #642bfd, #f6f3ff 100%);
}
@media (max-width: 500px) {
  .block_one_line,
  .block_two_line,
  .block_fre_line {
    width: 30%;
    height: 2px;
  }
}
.block_one_p,
.block_two_p,
.block_fre_p {
  text-align: center;
  font-size: 0.8em;
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .block_one_p,
  .block_two_p,
  .block_fre_p {
    font-size: 0.6em;
  }
}
@media (max-width: 500px) {
  .block_one_p,
  .block_two_p,
  .block_fre_p {
    font-size: 0.35em;
  }
}
.block_one_button,
.block_two_button,
.block_fre_button {
  width: 280px;
  height: auto;
  padding: 15px;
  color: rgb(126, 32, 255);
  border: 3px solid rgb(126, 32, 255);
  border-radius: 20px;
  background: rgba(82, 0, 142, 0);
  font-weight: 650;
}
@media (max-width: 1300px) {
  .block_one_button,
  .block_two_button,
  .block_fre_button {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .block_one_button,
  .block_two_button,
  .block_fre_button {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 7px;
    border-radius: 5px;
  }
}
.block_two_line {
  background: linear-gradient(90deg, #904223, #b5772a 100%);
}
.block_fre_line {
  background: linear-gradient(90deg, #16365d, #8c57db 100%);
}

.con_block_two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: normal;
  width: 100%;
  height: auto;
  padding: 10px;
  z-index: 5;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .con_block_two {
    padding: 5px;
  }
}
.con_block_two_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.con_block_two_top_h1 {
  font-size: 35px;
  font-weight: 650;
}
@media (max-width: 900px) {
  .con_block_two_top_h1 {
    font-size: 20px;
    opacity: 0.9;
  }
}

.con_block_two_top_line {
  width: 5%;
  height: 5px;
  border-radius: 4px;
  background: linear-gradient(90deg, #642bfd, #f6f3ff 100%);
}
@media (max-width: 1300px) {
  .con_block_two_top_line {
    width: 20%;
    height: 3px;
  }
}
.con_block_two_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 25px;
}
@media (max-width: 900px) {
  .con_block_two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
.con_block_two_grid_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: normal;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 20px;
  border-radius: 20px;
  background: rgb(38, 38, 38);
  height: 100%;
}

@media (max-width: 900px) {
  .con_block_two_grid_block {
    padding: 5px;
    gap: 7px;
  }
}
.con_block_two_grid_block:hover {
  border: 1px solid #8c57db;
}
.con_block_two_grid_block_number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: normal;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  font-size: 25px;
  padding: 20px;
  font-weight: 500;
  background: linear-gradient(
    170.35deg,
    rgb(91, 30, 248) 5.345%,
    rgb(116, 60, 241) 91.776%
  );
  box-shadow: 0 0 15px rgb(116, 60, 241);
  border-radius: 50%;
}
@media (max-width: 900px) {
  .con_block_two_grid_block_number {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .con_block_two_grid_block_number {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 5px;
    margin-top: 0px;
  }
}
.con_block_two_grid_block_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  width: 75%;
  height: 90%;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .con_block_two_grid_block_info {
    margin-top: 0px;
  }
}
.con_block_two_grid_block_info_h1 {
  margin-right: auto;
  font-size: 19px;
  font-weight: 700;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .con_block_two_grid_block_info_h1 {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .con_block_two_grid_block_info_h1 {
    margin-top: 0px;
    font-size: 8px;
  }
}
.con_block_two_grid_block_info_p {
  font-size: 12px;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .con_block_two_grid_block_info_p {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  .con_block_two_grid_block_info_p {
    font-size: 4px;
  }
}

.con_offers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  width: 79%;
  height: auto;
  margin-top: 20px;
  padding: 20px;
  background: rgb(38, 38, 38);
  border-radius: 20px;
  border: 1px solid rgba(102, 0, 255, 0);
  z-index: 5;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .con_offers {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 95%;
    height: auto;
    margin-bottom: 100px;
  }
}
.con_offers_h1 {
  font-size: 25px;
  font-weight: 600;
  color: #723af1;
}
.con_offers_overfl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.offer {
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 20px;
  background: rgb(38, 38, 38);
  background: rgb(52, 52, 52);
  border: 1px solid rgba(102, 0, 255, 0);
  cursor: pointer;
}
@media (max-width: 800px) {
  .offer {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .offer {
    padding: 5px;
  }
}
.offer:hover {
  border: 1px solid #6600ff;
  transform: scale(1.02);
}
.offer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: normal;
}
.offer_top_block {
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 15px;
  background: linear-gradient(270deg, rgb(71, 164, 80), rgb(48, 114, 79) 100%);
  font-weight: 700;
}
@media (max-width: 800px) {
  .offer_top_block {
    padding: 10px 10px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .offer_top_block {
    padding: 8px 8px;
    font-size: 8px;
  }
}
.offer_top .offtb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: normal;
  width: auto;
  height: 25px;
  font-weight: 600;
  padding: 12px;
  font-size: 10px;
  margin-right: auto;
  margin-left: 10px;
  box-sizing: border-box;
  border: 0.7px solid rgba(126, 32, 255, 0.85);
  border-radius: 15px;
  background: rgba(84, 9, 184, 0.2);
  color: rgb(132, 60, 233);
}
@media (max-width: 800px) {
  .offer_top .offtb {
    padding: 10px 10px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .offer_top .offtb {
    padding: 8px 8px;
    font-size: 8px;
  }
}
.offer_top .offtbb {
  font-weight: 700;
  padding: 10px;
  border-radius: 15px;
  background: linear-gradient(
    270deg,
    rgb(100, 7, 226) 0.422%,
    rgb(135, 69, 252) 100%
  );
  font-size: 15px;
}
@media (max-width: 800px) {
  .offer_top .offtbb {
    padding: 10px 10px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .offer_top .offtbb {
    padding: 8px 8px;
    font-size: 8px;
  }
}
.offer_h1 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 800px) {
  .offer_h1 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .offer_h1 {
    font-size: 10px;
  }
}
.offer_p {
  margin-top: 8px;
  opacity: 0.6;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 800px) {
  .offer_p {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .offer_p {
    font-size: 8px;
  }
}
.offer_profile {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: stretch;
  gap: normal;
  padding: 10px;
  border-radius: 20px;
  background: rgba(102, 102, 102, 0.2);
  margin-top: 10px;
}
@media (max-width: 800px) {
  .offer_profile {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .offer_profile {
    padding: 3px;
  }
}
.offer_profile_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .offer_profile_avatar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .offer_profile_avatar {
    width: 30px;
    height: 30px;
  }
}
.offer_profile_con {
  margin-left: 10px;
}
.offer_profile_con_nickname {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .offer_profile_con_nickname {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .offer_profile_con_nickname {
    font-size: 8px;
  }
}
.offer_profile_con_otziv {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 4px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .offer_profile_con_otziv {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  .offer_profile_con_otziv {
    font-size: 5px;
  }
}

.modal_con {
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.678);
}
.modal_con .modal_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  z-index: 21;
  margin-top: 50px;
  width: 800px;
  border-radius: 15px;
  background: rgb(38, 38, 38);
  opacity: 0.93;
  padding: 40px;
}
@media (max-width: 1300px) {
  .modal_con .modal_block {
    width: 90%;
    box-shadow: 0 0 200px 50px black;
  }
}
@media (max-width: 500px) {
  .modal_con .modal_block {
    position: static;
  }
}
.modal_con .modal_block .modal_con_h1rg {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .modal_con .modal_block .modal_con_h1rg {
    gap: 60px;
    margin-bottom: 20px;
  }
}
.modal_con .modal_block .modal_con_h1rg .modal_block_h1rg,
.modal_con .modal_block .modal_con_h1rg .modal_block_h1rg_rg {
  margin-left: 40%;
  color: #7a4ef3;
  font-weight: 700;
  font-size: 25px;
}
.modal_con .modal_block .modal_block_h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .modal_con .modal_block .modal_block_h1 {
    margin-right: 100px;
  }
}
.modal_con .modal_block .modal_block_h1:hover {
  background-color: rgba(0, 0, 0, 0.322);
  transform: rotate(30deg);
}
.modal_con .modal_block .modal_nick,
.modal_con .modal_block .modal_pass,
.modal_con .modal_block .modal_2pass {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.modal_con .modal_block .modal_nick_h1,
.modal_con .modal_block .modal_nick .modal_nick_h1_rg,
.modal_con .modal_block .modal_nick .modal_pass_h1_rg,
.modal_con .modal_block .modal_pass_h1,
.modal_con .modal_block .modal_pass .modal_nick_h1_rg,
.modal_con .modal_block .modal_pass .modal_pass_h1_rg,
.modal_con .modal_block .modal_2pass_h1,
.modal_con .modal_block .modal_2pass .modal_nick_h1_rg,
.modal_con .modal_block .modal_2pass .modal_pass_h1_rg {
  font-size: 15px;
  font-weight: 700;
  margin-left: 8px;
}
.modal_con .modal_block .modal_nick_input,
.modal_con .modal_block .modal_nick .modal_nick_input_rg,
.modal_con .modal_block .modal_nick .modal_pass_input_rg,
.modal_con .modal_block .modal_pass_input,
.modal_con .modal_block .modal_pass .modal_nick_input_rg,
.modal_con .modal_block .modal_pass .modal_pass_input_rg,
.modal_con .modal_block .modal_2pass_input,
.modal_con .modal_block .modal_2pass .modal_nick_input_rg,
.modal_con .modal_block .modal_2pass .modal_pass_input_rg {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  opacity: 0.9;
  height: 50px;
  padding: 5px;
}
.modal_con .modal_block .modal_tg {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.modal_con .modal_block .modal_tg_h1 {
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}
.modal_con .modal_block .modal_tg_con {
  gap: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 2px solid rgb(50, 63, 78);
  border-radius: 20px;
  background: rgb(42, 49, 58);
  opacity: 0.9;
}
.modal_con .modal_block .modal_tg_con_input {
  width: 100%;
  height: 50px;
  border: 2px solid rgb(62, 85, 110);
  border-radius: 20px;
  background: linear-gradient(
    167.76deg,
    rgb(51, 64, 81) 34.271%,
    rgba(51, 64, 81, 0) 99.263%
  );
  opacity: 0.9;
}
.modal_con .modal_block .modal_tg_con_p {
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
  background: rgb(39, 61, 89);
  opacity: 0.9;
  padding: 5px;
}
.modal_con .modal_block .modal_rg {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .modal_con .modal_block .modal_rg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
  }
}
.modal_con .modal_block .modal_rg_rg {
  padding: 15px;
  border-radius: 20px;
  background: linear-gradient(
    183.34deg,
    rgb(82, 0, 142) -38.98%,
    rgb(126, 32, 255) 67.52%
  );
  color: rgb(232, 232, 232);
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 800px) {
  .modal_con .modal_block .modal_rg_rg {
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
  }
}
.modal_con .modal_block .modal_rg_vh {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid rgb(66, 66, 66);
  background: rgb(36, 36, 36);
  color: rgb(232, 232, 232);
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 800px) {
  .modal_con .modal_block .modal_rg_vh {
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
  }
}

.modal_con_rg {
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.678);
}
.modal_con_rg_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  z-index: 21;
  margin-top: 280px;
  width: 800px;
  border-radius: 15px;
  background: rgb(38, 38, 38);
  opacity: 0.93;
  padding: 40px;
}
@media (max-width: 1000px) {
  .modal_con_rg_block {
    width: 70%;
    margin-top: 180px;
  }
}
.modal_con_rg_block_conh1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.modal_con_rg_block_conh1_vh {
  color: #7a4ef3;
  font-weight: 700;
  font-size: 25px;
  margin-left: 45%;
}
.modal_con_rg_block_conh1_x {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal_con_rg_block_nick,
.modal_con_rg .modal_con_rg_block_pass {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal_con_rg_block_nick_name,
.modal_con_rg_block_nick .modal_con_rg_block_pass_pass,
.modal_con_rg .modal_con_rg_block_pass_name,
.modal_con_rg .modal_con_rg_block_pass .modal_con_rg_block_pass_pass {
  font-size: 15px;
  font-weight: 700;
}
.modal_con_rg_block_nick_inp,
.modal_con_rg_block_nick .odal_con_rg_block_pass_inp,
.modal_con_rg .modal_con_rg_block_pass_inp,
.modal_con_rg .modal_con_rg_block_pass .odal_con_rg_block_pass_inp {
  border-radius: 20px;
  background: rgb(56, 56, 56);
  opacity: 0.9;
  height: 50px;
  padding: 5px;
}
.modal_con_rg_block_vh {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.modal_con_rg_block_vh_vhod {
  padding: 15px;
  border-radius: 20px;
  background: linear-gradient(
    183.34deg,
    rgb(82, 0, 142) -38.98%,
    rgb(126, 32, 255) 67.52%
  );
  color: rgb(232, 232, 232);
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 600px) {
  .modal_con_rg_block_vh_vhod {
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
  }
}
.modal_con_rg_block_vh_vv {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid rgb(66, 66, 66);
  background: rgb(36, 36, 36);
  color: rgb(232, 232, 232);
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 600px) {
  .modal_con_rg_block_vh_vv {
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
  }
}

.gradient-avatar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: bold !important;
  color: white !important;
  text-transform: uppercase !important;
  background-size: cover !important;
} /*# sourceMappingURL=index.css.map */
