body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'opsilon';
  overflow: hidden;
  scroll-behavior: auto;
  text-transform: uppercase;
  line-height: normal;
  scroll-behavior: smooth;
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  text-align: center;
}

.maincontent {
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section {
  min-height: 100vh;
  height: 100dvh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.container {
  width: 100%;
  height: -webkit-fit-content;
}

.section.home {
  background-color: #ffba00;
}

.section.home .container {
  width: 80%;
  padding: 15px;
  padding-bottom: 0;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.desk_header {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  border-radius: 49px;
  border: 2px solid #000;
  padding: 7px 15px 7px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}

.desk_header_left_logo {
  width: 74px;
  height: 74px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 1px solid #000;
}

.desk_header .desk_header_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desk_header_center {
  width: -webkit-fill-available;
}

.desk_header_center ul {
  letter-spacing: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-fill-available;
  justify-content: center;
  font-size: 24px;
}

.desk_header_center ul .desk_header_center_item {

  /* white-space: nowrap; */
  cursor: pointer;
  text-align: center;
  display: flex;
  position: relative;

}

.desk_header_center ul .desk_header_center_item:nth-child(2) {
  /* margin: 0 5%; */
}

.desk_header_center ul .desk_header_center_item {
  margin: 0 5px;
}

.desk_header_center ul .desk_header_center_item div {
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  position: relative;
  padding: 5px 20px;
  white-space: nowrap;
}

.desk_header_center ul a:hover {
  position: relative;
  bottom: 3px;
}

.desk_header_center ul a:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -8px;
  left: -4px;
  right: -4px;
  background-color: #000;
  border-radius: 100px;
  /* width: 103%; */
  /* height: calc(100% + 8px); */
}

.desk_header_right {
  margin-left: 10px;
  min-width: 21%;
}

.button_wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  bottom: 3px;
  z-index: 1;
}

/*.button_wrap::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -6px;
    left: -4px;
    right: -4px;
    background-color: #000;
    border-radius: 50px;
}*/
.button_wrap::before {
  /* content: "";
    position: absolute;
    top: -2px;
    /* bottom: -6px; */
  /* left: -4px; */
  /*     right: -4px; 
    background-color: #000;
    border-radius: 100px;
    width: 102%;
    height: 119%;*/
  content: "";
  position: absolute;
  top: -2px;
  bottom: -8px;
  left: -4px;
  right: -4px;
  background-color: #000;
  border-radius: 100px;
}

.button {
  width: 100%;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #40be00;
  font-size: 24px;
  padding: 10px 30px;
  z-index: 3;
}

.button:hover {
  background-color: #8fde0c;
}

.button_wrap:hover {
  bottom: 1px;
}

.button_wrap:hover::before {
  bottom: -6px;
}

.home__center_wrap_right {
  height: 95%;
  width: 45%;
  background-image: url(../img/adzilla1.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
  z-index: 0;
}

/*.home__center_adzilla{
  width: 100%;
  height: 100%;
}
.home__center_wrap_right .home__center_adzilla img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}*/
.home__footer_wrap {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: auto;
  /* justify-content: space-evenly; */


}

.home__footer_line_wrap, .home__footer_wrap, .section.about {
  position: relative;
  z-index: 1;
}

.home__footer_wrap h1.home__footer_wrap_left {
  font-size: 60px;
  margin-right: 7%;
  font-weight: normal;
}

.home__footer_wrap .home__footer_wrap_right {
  width: 40%;
  max-width: 530px;
  justify-content: flex-start;
}

.home__footer_wrap .button_wrap {
  width: 100%;
}

.home__footer_wrap .button_wrap .button {
  font-size: 33px;
  padding: 13px 30px;
  background-color: #bc4213;
  color: #fff;
}

.home__footer_wrap .button_wrap .button:hover {
  background-color: #40be00;
}

.home__center_wrap {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.home__center_wrap .home__center_wrap_left {
  height: 100%;
  width: 50%;
  flex-direction: column;
  /* justify-content: space-evenly;*/
}

.home__center_wrap .home__center_wrap_left .home_center_logo {
  height: 100px;
}

.home__center_wrap .home__center_wrap_left .home_center_logo img {
  height: 100%;
  object-fit: contain;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap {
  border-radius: 100px;
  border: 2px solid #000;
  padding: 20px;
  width: 100%;
  font-size: 24px;
  justify-content: space-between;
  margin: 10% 0;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap:hover {
  background-color: #ffffff6b;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo {
  margin: 0 4%;
  font-size: 20px;
  text-overflow: ellipsis;
  display: inline;
  width: -webkit-fill-available;
  overflow: hidden;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button, .home__center_social .more_btn.button {
  color: #000;
  background-color: #f4b800;
}

.home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap {
  width: fit-content;
  min-width: 160px;
  position: relative;
}

.home__center_social .button_wrap, .community_wrap_links .button_wrap {
  width: fit-content;
  position: relative;
  bottom: -2px;
}

.home__center_social .button_wrap:hover::before, .community_wrap_links .button_wrap:hover::before {
  bottom: -7px;
}

.home__center_social .button_wrap:hover, .community_wrap_links .button_wrap:hover {
  bottom: -4px;
}

/*.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap:hover{
  bottom: 5px;
}*/
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap:hover .button, .home__center_social .button_wrap:hover .button {
  background-color: #fff;
  color: #000;

}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap .button.copied {
  background-color: #40be00;
  color: #fff;
}

.home__center_wrap .home__center_wrap_left .home__center_social {}

.home__center_social_item {

  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 30px;
  position: relative;
}

.home__center_social_item:last-child {
  margin-right: 0;
}

.home__center_social_item::before {
  /* left: -4px; */
  content: "";
  position: absolute;
  top: -3px;
  bottom: -12px;
  left: -8px;
  right: -8px;
  background-color: #000;
  border-radius: 100px;
  z-index: 0;
}

.home__center_social_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home__center_social_item .home__center_social_item_img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}

.home__footer_line_wrap, .payment_footer_line_wrap {
  width: 100%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 36px;
  font-weight: lighter;
  font-family: roboto;
  font-weight: 300;
  padding: 10px 0;
  height: 60px;
}

.home__footer_line, .payment_footer_line {

  width: 100%;


}

.home__footer_line span, .payment_footer_line span {
  animation: marquee 1s linear infinite;
  flex-shrink: 0;
  margin: 0;
  padding: 5px 0;
  min-width: fit-content;
  white-space: nowrap;


}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}






/*-----------about-----------*/
.section.about {
  background: #40BBFE;
  /* background: linear-gradient(180deg, rgba(64, 187, 254, 1) 0%, rgba(255, 193, 155, 1) 100%); */
  background: linear-gradient(180deg, #3fbbfe 0%, #a6e2ff 100%);
  justify-content: space-between;
}

.section.about .about_top_wrap {
  /* min-height: 50%; */
  /* min-height: 10%; */
  width: 100%;
  max-width: 1200px;
  flex: 1;
  flex-direction: column;
}

.section.about .about_desc {
  flex-direction: column;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  letter-spacing: -1px;
  font-family: 'Roboto';
  font-weight: bold;
  width: 100%;
}

.section.about .about_desc p {
  margin: 0;
  margin-bottom: 1%;
  margin-bottom: 3%;
}

/* .section.about .about_desc p:first-child {
  margin-top: 2%;
} */

.section.about .about_desc p:last-child {
  margin-bottom: 0;
}

.section.about .about_desc .about_desc_link {
  margin: 4% 0 1%;
  width: 100%;
  /* max-width: 500px; */
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.section.about .about_desc .about_desc_link div {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.section.about .about_desc .about_desc_link img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

.section.about .about_desc p:last-of-type {
  margin-bottom: 0;
}

.section.about p.about_desc_title {
  font-weight: normal;
  margin: 4% 0;
  width: 100%;
  font-family: 'opsilon';
  font-size: 66px;
  text-align: center;
}

.section.about .about_top_wrap .button_wrap {
  width: 100%;
  max-width: 495px;
}

.section.about .about_top_wrap .button_wrap .button {
  font-size: 33px;
  color: #fff;
}

.about_bottom_wrap {
  width: 100%;
  height: 40%;
  position: relative;
}

.about_bottom_city {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg2.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  z-index: 0;
}

.about_bottom_fire {
  width: 100%;
  height: 30%;
  background-image: url(../img/fire.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

.about_bottom_fire_background {
  width: 100%;
  height: 100%;
  position: relative;
}

.about_bottom_fire_background::before {
  content: "";
  position: absolute;
  top: 99%;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #fce83b;
}

/*-----------about new-----------*/

.about_desc_img-text-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 50px;
}

.about_desc_img {
  width: 40%;
}

.about_img-mob {
  display: none;
}

.about_img-desk {
  /* max-width: 470px; */
  min-width: 400px;
  width: 40%;
}

.about_img-desk {
  /* max-width: 470px; */
  min-width: 400px;
}

.about_desc_text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 60%;
  height: 90%;
}



/* instruction */
.instruction {
  /* background: linear-gradient(180deg, #a6e2ff 0%, #a6e2ff 30%, #cbdde6 45%, rgba(255, 193, 155, 1) 100%); */
  background: linear-gradient(180deg, #a6e2ff 0%, #f5c6aa 100%) !important;
}

.instruction_steps-wrap {
  margin-bottom: 32px;
}

.instruction_steps {
  display: flex;
  flex-direction: row;
}

.instruction_step-item {
  display: flex;
  flex-direction: column;
  margin: 10px 10px 0 0;
}

.instruction_step-item:last-child {
  margin-right: 0;
}

.instruction_step-item-number {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 10px 10px 20px 10px;
}


.instruction_step-item-img {
  height: 80px;
}

.instruction_step-item-block-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  bottom: 3px;
  z-index: 1;
}

.instruction_step-item-block {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  min-height: 250px;
  text-align: center;
  background-color: #ffca43;
  border-radius: 35px;
  z-index: 3;
  padding: 10px 10px 10px 10px;


  border-top: 2px solid #000000;
  border-right: 4px solid #000000;
  border-left: 4px solid #000000;
  border-bottom: 8px solid #000000;

  min-height: 270px;
}

.instruction_step-item-title {
  margin: 10px 0;
  font-size: 24px;
}

.instruction_step-item-text {
  margin: 0 10px 10px 10px;
}


.instruction_link {
  text-decoration: underline;
}

.instruction_step-item-block p {
  font-family: 'Roboto';
  font-weight: bold;
}


.instruction_steps-wrap-mob {
  display: none;
}





/*----------payment----------*/
.section.payment {
  background: #ffb900;
  background: linear-gradient(180deg, rgba(252, 232, 59, 1) 0%, #ffb900 5%);
  position: relative;
  justify-content: space-between;
  z-index: 1;
}

/*.section.payment:after{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10%;
 box-shadow: 0 0 0 0 #000;
}*/
.payment .container {
  flex-direction: column;
  width: 70%;
  height: -webkit-fill-available;
  max-height: 55%;
  /* margin-top: 3%; */
  padding-top: 5%;
  justify-content: space-evenly;
}

.payment .container h1 {
  font-size: 86px;
  line-height: 86px;
  font-weight: normal;
  margin-bottom: 4%;
}

/*.payment .payment_wrap {
  flex-wrap: wrap;
  flex-direction: row;
}*/
.payment .payment_wrap {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.payment .payment_wrap .button_wrap {
  /* width: -webkit-max-content;*/
  /* max-width: 300px;*/
  width: 100%;
  max-width: 300px;
  margin: 25px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment .payment_wrap .button_wrap .button {
  background-color: #fff;
  padding: 0;
  height: 70px;

}

.payment .payment_wrap .button_wrap:hover, .home__center_social_item:hover, .community_center_social_item:hover {
  position: relative;
  bottom: -2px;
}

.home__center_social_item:hover::before, .community_center_social_item:hover::before {
  right: -5px;
  left: -5px;
  bottom: -8px;
}

.payment .payment_footer {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
}

.payment_footer_line_wrap {
  background-color: #bc4213;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/*.payment_dino {
    height: calc(100% - 60px);
    position: relative;
    z-index: 0;
}*/
.payment_dino {
  /*  height: calc(100% - 60px);*/
  height: 100%;
  /* flex: 1; */
  position: relative;
  z-index: 0;
  width: auto;
}

.payment_dino img, .payment_dino svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  margin-top: auto;
  max-height: 100%;
  max-height: intrinsic;
  position: relative;
  z-index: 0;
}

.payment .payment_wrap .button_wrap .button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*----------community----------*/

.section.community {
  background: #000;
  /*background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 100%);*/
  color: #fff;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.community .container {
  width: 80%;
  flex-direction: column;
  flex: 1;
}

.community h1 {
  font-size: 84px;
  font-weight: normal;
  margin-bottom: 5%;
  color: #fff;
}

.community_footer_wrap {
  flex-direction: column;
  width: 100%;
  height: -webkit-fill-available;
  justify-content: flex-end;

  height: 40%;
}

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

.community_footer_top {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  align-items: flex-end;
}

.community_footer_top_image {
  width: 100%;
  height: 50%;
  background-image: url(../img/bg4.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.community_footer_top_gradient {
  width: 100%;
  height: 70%;
  background-color: rgba(70, 184, 248, 1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 80%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  z-index: 0;
}

.community_wrap_name {
  font-size: 24px;
  margin-bottom: 2%;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}

.community_center_social_item {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 30px;
  position: relative;
}

.community_center_social_item::before {
  /* left: -4px; */
  content: "";
  position: absolute;
  top: -2px;
  bottom: -9px;
  left: -6px;
  right: -6px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 0;
}

.community_wrap_links .button_wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -6px;
  left: -3px;
  right: -3px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 0;
}

.community_center_social_item:hover::before {
  top: -2px;
  bottom: -6px;
  left: -3px;
  right: -3px;
}

.community_wrap_links .button_wrap:hover::before {
  top: -1px;
  bottom: -4px;
  left: -2px;
  right: -2px;
}

.community_wrap_links .button_wrap .button {
  color: #fff;
  background-color: #000;
}

.community__center_social_item_img {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}

.community__center_social_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.community_center_social_item:last-child {
  margin-right: 0;
}

.community_footer {
  width: 100%;
  background-color: #000;
  padding: 10px 3%;
  justify-content: space-around;
}

.community_footer_left {
  width: 28%;
}

.community_footer_logo {
  width: 74px;
  height: 74px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
}

.community_footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community_footer_name {
  font-size: 48px;
  /*  font-family: 'Roboto';
      font-weight: bold;
      letter-spacing: -1px;*/
}

.community_footer_right {
  font-size: 12px;
  font-family: roboto;
  font-weight: lighter;
  line-height: 1.5;
}

.home__center_wrap.mobile {
  display: none;
}

.navigation {
  display: flex;
  position: fixed;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.navigation .navigation_item {
  margin-bottom: 20px;
}

.navigation .navigation_item span {
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.navigation .navigation_item.active span {

  background-color: #bc4213;
}

/*.navigation .navigation_item.active:hover{
  width: 15px;
  height: 15px;
}*/

.navigation .navigation_item, .navigation .navigation_item:hover span, .navigation .navigation_item.active span {
  width: 13px;
  height: 13px;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  word-spacing: 20px;
}

.adzilla2_mob {
  display: none;
}

.dino_head {
  width: 100%;
  height: 100%;
  position: relative;
}

.dino_head .left_eye {
  width: 25%;
  height: 24%;
  position: absolute;
  left: 6%;
  top: 52%;
}

.dino_head .right_eye {
  width: 30%;
  height: 29%;
  position: absolute;
  left: 31%;
  top: 51%;
}

.dino_head .pupil {
  width: 60%;
  height: 65%;
  background-repeat: no-repeat;
  background-position: center;
}

.dino_head .capco {
  background-image: url(../adz-glaz/capco.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dino_head .left_eye .pupil {
  background-image: url('../adz-glaz/glaz1.svg');
  width: 50%;
  height: 70%;
}

.dino_head .right_eye .pupil {
  background-image: url('../adz-glaz/glaz2.svg');
  width: 45%;
  height: 60%;
}

.eye_wrap {
  border-radius: 50%;
  /*border: 2px solid #333;*/
  /*to test sizes*/
  margin: 20px;
  overflow: hidden;
}

.pupil {
  position: absolute;
  width: 40px;
  height: 40px;
  /*background: #252626;*/
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgb(0 0 0 / 40%);

  display: none;
}

.modal_wrap .modal_container {
  background-color: #ffba00;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 30px;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 700px;
  border: 5px solid #000;
  flex-direction: column;
  justify-content: space-between;
  /* margin-top: auto; */
  /* margin-bottom: 4%; */
}

.modal_wrap .close {
  width: fit-content;
  height: 30px;
  margin-left: auto;
  justify-content: space-between;
  margin-bottom: auto;
  cursor: pointer;

}

.modal_wrap .close img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.modal_wrap h1 {
  font-size: 60px;
  margin-bottom: auto;
  font-weight: normal;
}

.modal_wrap .modal_payment {
  width: 100%;
  justify-content: space-around;
  margin: 0 0 auto;
}

.modal_payment_left, .modal_payment_right {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.modal_payment_left {
  display: none;
}

.modal_wrap .modal_payment .button_wrap {
  width: 30%;
  margin: 12px;
  cursor: pointer;
  max-height: 80px;
}

/*.modal_wrap .modal_payment .button_wrap:first-child{
  margin-right: 3%;
}*/
.modal_wrap .modal_payment .button_wrap .button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_wrap .modal_footer {
  width: 100%;
  height: auto;
  max-height: 40%;
  /* margin-top: auto; */
  align-items: end;
}

.modal_wrap .modal_footer img {
  width: 100%;
  max-height: 100%;
  height: fit-content;
  object-fit: contain;

}

.modal_payment_left .button_wrap:first-child {
  margin-bottom: 10%;
}

/*.modal_payment_right .button_wrap:first-child{
  margin-bottom: 10%;
}*/
.modal_wrap .button_wrap .button {
  padding: 0;
  background-color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.6s;
}

.modal_payment .home__center_social_item {
  margin: 0 15px 19px;
}
.button_wrap.mob, .home__center_social_item.show_mob{
  display: none;
}


























@media(min-width: 2200px) {
  .desk_header {
    max-width: 1600px;
    border-radius: 100px;
    border: 4px solid #000;
    padding: 10px 20px;
  }

  .desk_header_left_logo, .community_footer_logo {
    width: 85px;
    height: 85px;
  }

  .desk_header_center ul {
    font-size: 35px;
  }

  .desk_header_center ul a:hover {
    bottom: 5px;
  }

  .desk_header_center ul a:hover::before {
    top: -3px;
    bottom: -12px;
    left: -6px;
    right: -6px;
  }

  .desk_header_center ul .desk_header_center_item div {
    padding: 8px 25px;
  }

  .button {
    border-radius: 100px;
    font-size: 35px;
    padding: 10px 30px;

  }

  .button_wrap::before {
    top: -3px;
    bottom: -12px;
    left: -6px;
    right: -6px;
  }

  .button_wrap {
    bottom: 4px;
  }

  .home__center_wrap .home__center_wrap_left .home_center_logo {
    height: 14%;
    min-height: 130px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo, .home__center_copy_desc {
    font-size: 30px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_copy_wrap {
    border: 4px solid #000;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .modal_payment .home__center_social_item {
    width: 85px;
    height: 85px;
    margin-right: 40px;
  }

  .modal_payment .home__center_social_item {
    margin: 0 20px 25px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before, .community_center_social_item::before, .modal_payment .home__center_social_item::before {
    top: -3px;
    bottom: -16px;
    left: -11px;
    right: -11px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item:hover::before, .community_center_social_item:hover::before, .modal_payment .home__center_social_item:hover::before {
    top: -2px;
    bottom: -10px;
    left: -5px;
    right: -5px;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 75px;
    margin-right: 6%;
  }

  .home__footer_wrap .home__footer_wrap_right {
    max-width: 700px;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 40px;
    padding: 16px 30px;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 45px;
    /*  max-height: min-content;*/
  }

  .section.about .about_desc {
    font-size: 22px;
  }

  .section.about .about_top_wrap {
    max-width: 65%;
    /* padding-top: 2%;*/
  }

  .section.about .about_desc p {
    margin-bottom: 1%;
  }

  /* .section.about .about_desc p:last-child {
      margin-bottom: 3%;
    }*/
  .section.about .about_top_wrap .button_wrap {
    max-width: 600px;
  }

  .payment .container h1 {
    font-size: 130px;
    line-height: normal;
    margin-bottom: 4%;
    margin-top: 2%;
  }

  .payment .payment_wrap .button_wrap .button {
    /* padding: 20px 40px; */
    height: 100px;
    /* min-width: 450px; */
  }

  .payment .payment_wrap .button_wrap {
    margin: 25px;
    /*max-width: 450px;*/
    max-width: 400px;
  }

  .desk_header_center ul .desk_header_center_item:nth-child(2) {
    margin: 0 1%;
  }

  .payment .payment_footer {
    height: 40%;
  }

  .community h1 {
    font-size: 130px;
    margin: 5% 0;
  }

  .community_wrap_name {
    font-size: 45px;
    margin-bottom: 3%;
  }

  .community_center_social_item {
    margin-right: 50px;
  }

  .community_footer {
    padding: 15px 3%;
  }

  .community_footer_name {
    font-size: 50px;
  }

  .community_footer_logo {
    margin-right: 20px;
  }

  .community_footer_right {
    font-size: 14px;
  }

  .about_bottom_wrap {
    height: 40%;
  }

  .navigation .navigation_item, .navigation .navigation_item:hover span, .navigation .navigation_item.active span {
    width: 15px;
    height: 15px;
  }

  .navigation .navigation_item span {
    width: 10px;
    height: 10px;
  }

  .section.about p.about_desc_title {
    font-size: 80px;
    margin: 4% 0;
  }

  .section.about .about_desc .about_desc_link div {
    margin-right: 15px;
    font-size: 30px;
  }

  .dino_head .right_eye {
    left: 32%;
    top: 51%;
  }

  .modal_wrap .button_wrap .button {
    overflow: hidden;
    border-radius: 74px;
  }

  .modal_wrap h1 {
    font-size: 80px;
  }

  .modal_wrap .modal_container {
    padding: 30px;
    padding-bottom: 0;
    border-radius: 35px;
    max-width: 1000px;
    max-height: 850px;
    border: 6px solid #000;
  }

  .modal_wrap .close {
    height: 35px;
  }

  .modal_wrap .modal_payment .button_wrap {
    width: 32%;
    margin: 15px;
    cursor: pointer;
    max-height: 80px;
  }

  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 28px;
    padding: 12px 28px;
  }

  .community_wrap_links .button_wrap::before {
    top: -1px;
    bottom: -8px;
    left: -3px;
    right: -3px;
  }









}


@media(max-width: 1900px) and (orientation: landscape) {}

@media(max-width: 1728px) and (orientation: landscape) {

  .home__center_wrap_right {
    width: 40%;
  }

  .home__center_wrap .home__center_wrap_left {
    width: 57%;
  }

  .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap {
    min-width: 140px;
    max-width: 140px;
  }

  .payment .container {
    width: 80%;
  }

  .navigation .navigation_item {
    margin-bottom: 15px;
  }


}


@media (max-width: 1440px) and (orientation: landscape) {
  .desk_header_left_logo, .community_footer_logo {
    width: 55px;
    height: 55px;
  }

  .desk_header {
    border-radius: 50px;
    padding: 5px 10px;
  }

  .desk_header_center ul {
    font-size: 20px;
  }

  .button {
    font-size: 20px;
    padding: 8px 30px;
  }

  .desk_header_right {
    min-width: 20%;
  }

  .home__center_wrap .home__center_wrap_left {
    width: 60%;
  }

  .home__center_wrap .home__center_wrap_left .home_center_logo {
    height: 90px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo, .home__center_copy_wrap .home__center_copy_desc {
    font-size: 18px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_copy_wrap {
    padding: 14px;
    margin: 7% 0;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .modal_payment .home__center_social_item {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }

  .modal_payment .home__center_social_item {
    margin: 0 15px 19px;
  }

  .home__footer_wrap {
    padding: 20px;
  }

  .home__footer_wrap .button_wrap .button {
    font-size: 30px;
    padding: 10px 20px;
  }

  .home__footer_wrap .home__footer_wrap_right {
    max-width: 400px;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 45px;
    margin-right: 6%;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 33px;
    padding: 5px 0;
  }

  .section.about .about_desc p {
    margin-bottom: 1%;
  }

  /* .section.about .about_desc p:last-child{
      margin-bottom: 0;
    }*/

  .section.about .about_desc {
    font-size: 18px;
    /* margin: 4% 0; */
  }

  .section.about .about_top_wrap .button_wrap {
    max-width: 400px;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 30px;
  }

  .payment .container h1 {
    font-size: 65px;
    line-height: normal;
    margin: 3% 0 2%;
  }

  .payment .payment_footer {
    height: 45%;
  }

  .payment .payment_wrap .button_wrap .button {
    /* padding: 10px 20px;*/
    height: 55px;
  }

  .payment .payment_wrap .button_wrap {
    min-width: 250px;
    margin: 20px;
  }

  .payment .container {
    height: 50%;
  }

  /*.payment_dino {
    height: 100%;
  }*/
  .payment_footer_line_wrap {
    overflow: visible;
    padding: 0;
  }

  .community h1 {
    font-size: 70px;
    margin-bottom: 4%;
  }

  .community_wrap_name {
    font-size: 20px;

  }

  .community_footer_name {
    font-size: 40px;
  }

  .community_footer_right {
    font-size: 10px;
  }

  .community_footer_left {
    width: 25%;
  }

  .community_footer_top_image {
    height: 60%;
  }

  .section.about p.about_desc_title {
    margin: 2% 0;
    font-size: 48px;
  }

  .section.about .about_top_wrap {
    max-width: 1100px;
  }

  .section.about .about_desc .about_desc_link div {
    font-size: 20px;
  }

  .section.about .about_desc .about_desc_link img {
    height: 25px;
  }

  .dino_head .left_eye {
    left: 5%;
    top: 51%;
  }

  .dino_head .right_eye {
    left: 31%;
    top: 50%;
  }

  .payment .payment_wrap .button_wrap {
    max-width: 250px;
    margin: 20px;
  }

  .modal_wrap .close {
    height: 20px;
  }

  .modal_wrap h1 {
    font-size: 50px;
  }

  .modal_wrap .modal_container {
    border-radius: 25px;
    max-width: 630px;
    max-height: 530px;
    border: 4px solid #000;
  }

  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 17px;
    padding: 8px 17px;
  }

  .instruction_step-item-img {
    height: 60px;
  }

  .instruction_step-item-block {
    max-width: 310px;
    padding: 0;
    min-height: 260px;
  }

  .instruction_step-item-title {
    font-size: 22px;
  }

}

@media(max-width: 1366px) and (orientation: landscape) {
  .dino_head .left_eye {
    left: 2%;
    top: 46%;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    height: 50px;
  }

  .dino_head .right_eye {
    left: 28%;
    top: 45%;
  }

  .home__center_wrap .home__center_wrap_left .home_center_logo {
    height: 75px;
  }

  .about_bottom_wrap {
    height: 35%;
  }

  /* .section.about .about_desc {
    margin: 4% 0;
  }*/
  /* .section.about .about_desc p:last-child {
    margin-bottom: 0%;
  }*/
  .section.about .about_desc p:first-child {
    margin-top: 0;
  }

  .home__footer_wrap {
    padding: 15px;
  }

  .payment .container h1 {
    font-size: 65px;
    margin: 3% 0 1%;
  }

  .payment .payment_wrap .button_wrap {
    min-width: 240px;
    margin: 15px;
  }

  .payment .payment_wrap .button_wrap .button {
    height: 55px;
  }

  .community_footer_right {
    font-size: 8px;
  }

  .payment .container {
    width: 70%;
  }





  .instruction_step-item-block {
    max-width: 230px;
    min-height: 240px;
  }

  .instruction_step-item-title {
    font-size: 18px;
  }

  .instruction_step-item-number {
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 22px;
    margin: 10px 10px 10px 10px;
  }

  .instruction_step-item-text {
    font-size: 14px;
  }

  .instruction_step-item {
    display: flex;
    flex-direction: column;
    margin: 0px 3px 0 0;
  }


}

@media(max-width: 1280px) {

  .section.home .container {
    width: 87%;
  }

  .modal_wrap .modal_payment .button_wrap {
    width: 30%;
    margin: 8px;
    cursor: pointer;
    max-height: 80px;
  }

  .section.about .about_top_wrap {
    max-width: 1000px;
  }
}



@media (max-width: 1180px) {
  .adzilla2_mob {
    display: flex;
  }

  .adzilla2_desk {
    display: none;
  }

  .navigation {
    display: none;
  }

  .section {
    min-height: 100%;
    justify-content: flex-start;
  }

  .section.home .container {
    height: 100%;
  }

  .desk_header, .home__center_wrap.desktop {
    display: none;
  }

  .home__center_wrap.mobile {
    display: flex;
  }

  .section.home .container {
    padding: 25px 0 0;
  }

  .home__center_wrap.mobile {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .home__center_wrap_top {
    width: 100%;
    justify-content: space-between;
  }

  .home_center_logo {
    height: 90px;
  }

  .home_center_logo img {
    height: 100%;

    object-fit: contain;
  }

  .home_center_burger {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 2px solid #000;
    border-radius: 50px;
  }

  .home_center_burger {
    width: 90px;
    height: 90px;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 50px;
  }

  .home__center_wrap.mobile .home__center_copy_wrap {
    width: 100%;
    border-radius: 100px;
    border: 2px solid #000;
    padding: 20px;
    width: 100%;
    font-size: 30px;
    justify-content: space-between;
    margin: 4% 0;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: -1px;
  }

  .home__center_wrap.mobile .home__center_copy_promo {
    margin: 0 4%;
    text-overflow: ellipsis;
    display: inline;
    width: -webkit-fill-available;
    overflow: hidden;
  }

  .home__center_wrap.mobile .button_wrap {
    width: fit-content;
    min-width: 160px;
    position: relative;
  }

  .home__center_wrap.mobile .home__center_copy_wrap .button {
    color: #000;
    background-color: #f4b800;
  }

  .home__center_wrap.mobile .home__center_wrap_middle {
    width: 100%;
    justify-content: space-between;
    /* height: -webkit-fill-available; */
    flex: 1;



  }

  .home__center_wrap .home__center_wrap_left {
    height: 100%;
    width: 20%;
    margin-right: 2%;


  }

  .home__center_social {
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .modal_payment .home__center_social_item {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin: 8% 0;
  }

  .modal_payment .home__center_social_item {
    margin: 0 20px 30px;
  }

  .home__center_wrap_right {
    height: 90%;
    width: 70%;
    margin-top: auto;
  }

  .home__center_wrap.mobile .home__center_copy_wrap .button.copied {
    background-color: #40be00;
    color: #fff;
  }

  .button {
    font-size: 30px;
  }

  .home__footer_wrap {
    flex-direction: column;
    padding: 25px 0;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 38px;
    padding: 15px 30px;
  }

  .home__footer_wrap .home__footer_wrap_right, .section.about .about_top_wrap .button_wrap {
    width: 100%;
    max-width: none;
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }

  html, body {
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: auto;*/
    scrollbar-width: none;
  }

  html::-webkit-scrollbar, body::-webkit-scrollbar, html *::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
  }

  .section.about .about_desc {
    font-size: 18px;
  }

  .section.about .about_top_wrap {
    /* min-height: 50%; */
    max-width: none;
  }

  .about_bottom_city {
    background-size: cover;
  }

  .about_bottom_fire {
    background-size: cover;
  }

  /*  .section.about .about_desc p:last-child {
    margin-bottom: 6%;
  }*/

  .section.home .container, .section.about .about_top_wrap, .home__footer_wrap .home__footer_wrap_right, .community .container, .community_footer_right {
    width: 90%;
  }

  .payment .container {
    width: 90%;
    height: 60%;
  }

 .payment .payment_wrap {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

  .payment .payment_wrap .button_wrap {
    min-width: unset;
    margin: 0 0 5%;
    max-width: none;
    width: 45%;
}

  .payment .payment_wrap .button_wrap .button {
    /*padding: 15px 30px;*/
    height: 85px;
  }

 /* .payment .payment_wrap .button_wrap:last-child {
    margin: 0;
  }*/

  .payment .container h1 {
    line-height: normal;
    margin: 5% 0;
  }

  .payment .payment_footer {
    height: 40%;
  }

  .payment_dino {
    height: 100%;
  }

  .community h1 {
    margin: 10% 0;
  }

  .community_wrap_name {
    font-size: 30px;
    margin-bottom: 4%;
  }

  .community_center_social_item, .community_center_social_item:last-child, .community_wrap_links .button_wrap {
    margin: 3%;
  }

  .community_wrap_links {
    flex-wrap: wrap;
    width: 100%;
  }

  .community_footer_top_image {
    background-size: cover;
  }

  .community_footer {
    flex-direction: column;
    padding: 15px 0;
  }

  .community_footer_left {
    width: 40%;
    margin-bottom: 15px;
  }

  .community_footer_right {
    text-align: center;
  }

  .home_center_burger {
    position: relative;
  }

  #nav-bg {

    transform-origin: center center;
    transition: transform .3s;
    transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
    will-change: transform;
    pointer-events: none;
    z-index: 4;
  }

  .mobile_menu_btn {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* border: 2px solid #000; */
    background: #fff;
    cursor: pointer;
    margin: 0;
    padding: 20%;
    /* border: none; */
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  }



  #toggle-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 100%;
    height: 100%;
    /*transition: transform .3s;*/
  }

  #toggle-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile_menu_btn .mobile_menu_btn_close {
    display: none;
  }

  #toggle-btn.shown {
    padding: 30%;
  }

  #toggle-btn.shown .mobile_menu_btn_close {
    display: flex;
  }

  #toggle-btn.shown .mobile_menu_btn_burger {
    display: none;
  }

  nav.mobile_menu {
    font-family: 'Roboto';
    font-weight: bold;

    width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 5;
    pointer-events: none;
  }

  nav.mobile_menu ul {
    margin: 0;
    pointer-events: auto;
    text-align: center;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 20px 20px 20%;
    flex-direction: column;
    justify-content: space-between;
  }

  nav.mobile_menu li {
    font-size: 30px;
    color: #212121;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-20px, 20px) scale(.9);
    transition: 0.35s;
    opacity: 0.0001;
    visibility: hidden;
    will-change: transform;
    font-size: 20px;
  }

  /*nav.mobile_menu li + li {
  margin-top: 30px;
}
*/
  nav.mobile_menu li.shown {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: .35s cubic-bezier(.4, 2.08, .55, 1);
  }

  #toggle-btn.shown~nav.mobile_menu li:nth-child(1) {
    transition-delay: .150s;
    width: 100%;
  }

  #toggle-btn.shown~nav.mobile_menu li:nth-child(2) {
    transition-delay: .125s;
  }

  #toggle-btn.shown~nav.mobile_menu li:nth-child(3) {
    transition-delay: .1s;
  }

  .home_center_logo.link {
    width: fit-content;
  }

  .mobile_menu_logo.link {
    height: 90px;
    width: 90px;
    display: flex;
    margin: 0 auto;
  }

  .mobile_menu_logo.link img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .home__center_wrap.mobile .mobile_menu .button_wrap {
    min-width: fit-content;
    width: 100%;
    max-width: 850px;
    margin: 0 AUTO;
  }

  .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 10px 20px;
    font-size: 20px;
  }

  nav.mobile_menu li, .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    font-size: 38px;
  }

  .mobile_menu_logo.link {
    height: 120px;
    width: 120px;
  }

  .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 20px 20px;
  }


  .about_img-desk {
    min-width: 370px;
  }

  .section.about .about_desc p {
    margin-bottom: 2%;
  }

  .section.about .about_desc .about_desc_link div {
    font-size: 24px;
  }

  .section.about .about_desc .about_desc_link img {
    height: 27px;
  }

  .section.about .about_desc .about_desc_link {
    margin: 4% 0;
  }

  .home__center_social .home__center_social_item, .community_center_social_item {
    display: none;
  }

 /* .home__center_social .home__center_social_item:nth-child(1), .home__center_social .home__center_social_item:nth-child(2), .home__center_social .home__center_social_item:nth-child(3), .home__center_social .home__center_social_item:nth-child(4), .community_center_social_item:nth-child(1), .community_center_social_item:nth-child(2), .community_center_social_item:nth-child(6), .community_center_social_item:nth-child(8) {
    display: flex;
  }*/
  .community_center_social_item:nth-child(1), .community_center_social_item:nth-child(2), .community_center_social_item:nth-child(6), .community_center_social_item:nth-child(8) {
    display: flex;
  }

  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 24px;
    padding: 15px 30px;
  }

  .home__center_wrap.mobile .home__center_social .button_wrap, .community_wrap_links .button_wrap {
    min-width: fit-content;
    bottom: 0;
  }

  .community_wrap_links .button_wrap::before {
    top: -2px;
    bottom: -9px;
    left: -6px;
    right: -6px;
  }

  .home__center_social .button_wrap::before {
    /* left: -4px; */
    content: "";
    position: absolute;
    top: -3px;
    bottom: -12px;
    left: -8px;
    right: -8px;
    background-color: #000;
    border-radius: 100px;
  }



  .instruction_step-item-block {
    max-width: 190px;
    min-height: 270px;
  }

  .instruction_step-item-img {
    height: 50px;
  }

  .instruction_step-item-title {
    font-size: 18px;
  }

  .instruction_step-item-number {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .instruction_step-item-text {
    font-size: 14px;
  }

  .instruction_step-item {
    margin: 0px 5px 0 0;
  }
  .button_wrap.desk{
  display: none;
}
.button_wrap.mob{
  display: flex;
}
.home__center_wrap.mobile .home__center_social_item{
  display: none;
}
.home__center_wrap.mobile .home__center_social_item.show_mob{
  display: flex;
}




}



@media (max-width: 1180px) and (min-width: 500px) and (min-aspect-ratio: 1/2) {}

@media (max-width: 820px) {
  .home_center_logo {
    height: 75px;
  }

  .home_center_burger, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .modal_payment .home__center_social_item {
    width: 75px;
    height: 75px;
  }

  .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 15px;
    margin: 3% 0;
  }

  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 25px;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .home__footer_wrap {
    padding: 15px 0;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 36px;
    padding: 15px 30px;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 28px;
    padding: 10px 0;
    max-height: 50px;
  }

  .about_bottom_wrap {
    height: 45%;
  }

  .section.about .about_top_wrap {
    /* height: 10%; */
  }

  /*-----------about new-----------*/

  .about_desc_img-text-container {
    flex-direction: column;
    gap: 10px;
  }

  .about_img-desk {
    display: none;
  }

  .about_img-mob {
    display: block;
    max-width: 470px;
  }

  .about_img-desk {
    width: 100%;
  }

  .about_desc_text {
    width: 100%;
  }

  /*-----------about new end-----------*/

  .payment .container h1 {
    font-size: 70px;
    margin: 5% 0;
  }

  .payment .payment_wrap .button_wrap .button {
    height: 70px;
  }

  .payment .payment_wrap .button_wrap {
    margin: 0 0 4%;
  }

  .home__footer_line, .payment_footer_line {
    height: 100%;
  }

  .payment_footer_line_wrap {
    height: 50px;
  }

  .community h1 {
    margin: 7% 0 5% 0;
    font-size: 60px;
  }

  .community_footer_top_image {
    height: 65%;
  }

  .community_footer_top_gradient {
    height: 66%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 90%);
    top: 0;
  }

  nav.mobile_menu li, .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    font-size: 30px;
  }

  .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 15px 20px;
  }

  .mobile_menu_logo.link {
    height: 100px;
    width: 100px;
  }

  .section.about p.about_desc_title {
    font-size: 60px;
  }

  .section.about .about_desc .about_desc_link div {
    font-size: 24px;
  }

/*  .home__center_social_item:nth-child(4), .community_center_social_item:nth-child(4) {
    display: none;
  }
*/




  .instruction_steps-wrap {
    display: none;
  }

  .instruction_steps-wrap-mob {
    display: flex;
  }

  /*-----------instruction mobile slider-----------*/

  .hidden {
    display: none;
  }

  .instruction_steps-wrap-mob {
    flex-direction: column;
  }

  .instruction_btn-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;
  }

  .instruction_btn {
    color: #000;
    /* font-size: 18px; */
    font-size: 24px;
    /* min-width: 150px; */
    min-width: 190px;
    border-radius: 50px;
    padding: 7px 5px;
    background-color: transparent;
    position: relative;
    border-top: 2px solid #000000;
    border-right: 4px solid #000000;
    border-left: 4px solid #000000;
    border-bottom: 6px solid #000000;
  }

  .instruction_btn:disabled {
    color: #0000005d;
    border-top: 2px solid #0000005d;
    border-right: 4px solid #0000005d;
    border-left: 4px solid #0000005d;
    border-bottom: 6px solid #0000005d;
  }

  .instruction_steps-top-contaier {
    width: 100%;
    margin: 10px 10px 20px 10px;
  }

  .steps {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .steps__connector, .steps__step {
    position: relative;
  }

  .steps__connector {
    background-color: #fff;
    transform: translateX(-50%);
  }

  .steps__connector:before {
    background-color: #000;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    transition: background-color .3s, transform .3s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .steps__step {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 1;
  }

  .steps__step-number {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    margin-inline-end: 5px;
    text-align: center;
    /* width: 35px;
    height: 35px; */
    width: 45px;
    height: 45px;
    transition: background-color .3s cubic-bezier(0.65, 0, 0.35, 1), box-shadow .3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-inline-end: 0;
    /* font-size: 22px; */
    font-size: 26px;
  }

  .steps__step--current .steps__step-number, .steps__step--done .steps__step-number {
    background-color: #ffca43;
  }

  .steps__step--current .steps__step-number {}

  .steps__step--current .steps__step-number::after,
  .steps__step--done .steps__step-number::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -5px;
    left: -4px;
    right: -4px;
    background-color: #000;
    border-radius: 100px;
    z-index: -2;
  }

  .steps__step--done+.steps__connector:before {
    transform: scale(1, 1);
  }

  .steps {
    flex-direction: row;
    align-items: center;
  }

  .steps__connector {
    margin-inline-start: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
  }

  .steps__connector:before {
    transform: scale(0, 1);
    transform-origin: 0 50%;
  }

  .instruction_step-item-block {
    /* max-width: 320px;
    min-height: 230px; */
    max-width: 390px;
    min-height: 280px;
  }

  .instruction_step-item-title {
    font-size: 24px;
  }

  .instruction_step-item-text {
    font-size: 18px;
  }

  .instruction_step-item-img {
    height: 85px;
  }

  .instruction_step-item-img img {
    height: 80px;
  }

  /*-----------instruction mobile slider end-----------*/




}

@media (max-width: 768px) {

  .about_img-mob {
    max-width: 430px;
  }

  /*-----------instruction mobile slider-----------*/
  .instruction_btn {
    font-size: 18px;
    min-width: 150px;
  }

  .steps__step-number {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .instruction_step-item-block {
    max-width: 320px;
    min-height: 230px;
  }

  /*-----------instruction mobile slider end-----------*/

}

@media (max-width: 540px) {
  .home_center_logo {
    height: 50px;
  }

  .home_center_burger, .community_center_social_item, .community_footer_logo {
    width: 50px;
    height: 50px;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item {
    width: 50px;
    height: 50px;
  }

  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 18px;
  }

  .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 10px;
    margin: 2% 0;
  }

  .button {
    padding: 8px 20px;
  }

  .home__center_wrap.mobile .button_wrap {
    min-width: 100px;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .home__footer_wrap {
    padding: 10px 0 15px;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 21px;
    padding: 9px 30px;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 21px;
    padding: 0;
    min-height: 36px;
  }

  .section.home .container {
    padding: 20px 0 0;
  }

  .section.about .about_desc p {
    margin-bottom: 15px;
  }

  .section.about .about_desc {
    font-size: 14px;
  }

  /* .section.about .about_desc p:last-child {
    margin-bottom: 4%;
  }*/
  .section.about .about_desc p {
    margin-bottom: 2%;
  }


  /*-----------about new-----------*/
  .about_desc_img {
    width: 100%;
  }

  .about_img-mob {
    max-width: 300px;
  }

  .about_desc_text {
    width: 100%;
  }

  /*-----------about new end-----------*/

  .payment .container h1 {
    font-size: 45px;
  }

  .payment .payment_wrap .button_wrap .button {
    height: 50px;
  }

  .community h1 {
    margin: 7% 0 5% 0;
    font-size: 45px;
    width: 75%;
  }

  .community_footer_left {
    width: 100%;
    margin-bottom: 15px;
  }

  .community_footer_name {
    font-size: 35px;
  }

  .community_footer_right {
    font-size: 8px;
    line-height: normal;
  }

  .community_footer {
    padding: 10px 0;
  }

  .community_footer_left {
    margin-bottom: 10px;
  }

  .community_center_social_item, .community_center_social_item:last-child {
    margin: 4%;
  }

  .community_wrap_links {
    width: 100%;
    justify-content: space-evenly;
  }

  .community_center_social_item::before {
    top: -1px;
    bottom: -6px;
    left: -4px;
    right: -4px;
  }

  .community_wrap_name {
    font-size: 20px;
    margin-bottom: 3%;
  }

  .community_footer_top_image {
    height: 75%;
  }

  .community_footer_top_gradient {
    height: 81%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 56%);
    top: 0;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before {
    top: -2px;
    bottom: -10px;
    left: -6px;
    right: -6px;
  }

  .home__center_wrap_right {
    height: 100%;
    width: 70%;
  }

  nav.mobile_menu ul {
    padding: 20px 20px 15%;
  }

  nav.mobile_menu li, .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    font-size: 20px;
  }

  .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 10px 20px;
  }

  .mobile_menu_logo.link {
    height: 70px;
    width: 70px;
  }

  .section.about p.about_desc_title {
    font-size: 27px;
  }

  .about_bottom_wrap {
    height: 35%;
  }

  .section.about .about_desc .about_desc_link div {
    font-size: 20px;
  }

  .section.about .about_desc .about_desc_link img {
    height: 20px;
  }

  .section.about .about_top_wrap .button_wrap {
    bottom: 0;
  }

  .modal_wrap h1 {
    font-size: 40px;
  }

  .modal_wrap .modal_payment {
    justify-content: space-between;
    flex-direction: column;
  }

  .modal_wrap .button_wrap .button {
    border-radius: 70px;
  }


  .modal_payment_left .button_wrap:first-child, .modal_wrap .modal_payment .button_wrap, .modal_wrap h1 {
    /*margin-bottom: 20px;*/
  }

  .modal_wrap .modal_payment .button_wrap:first-child {
    /* margin-right: 0;*/
  }

  .modal_wrap .button_wrap:hover::before, .modal_wrap .button_wrap {
    bottom: 0;

  }

  .modal_wrap .modal_payment .button_wrap {
    width: 42%;
    max-height: 55px;
    margin: 10px;
  }

  .modal_wrap .close {
    height: 18px;
    margin-bottom: 10px;
  }

  .modal_wrap .modal_container {

    width: 90%;
    height: fit-content;
    max-height: max-content;
    margin: 20px auto auto;
  }

  .modal_wrap {
    padding-bottom: 20px;
  }

  .modal_wrap .modal_footer img {
    width: 100%;
    max-height: fit-content;
    height: 100%;
    height: intrinsic;
    object-fit: contain;
  }

  .modal_wrap .modal_footer {
    max-height: 30%;
  }

  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 16px;
    padding: 8px 17px;
  }

  .home__center_social .button_wrap::before, .community_wrap_links .button_wrap::before {
    top: -2px;
    bottom: -6px;
    left: -4px;
    right: -4px;
  }

  /*.community_center_social_item:nth-child(4) {
    display: flex;
  }*/

  .modal_wrap {
    overflow: scroll;
  }





  .instruction_step-item-title {
    font-size: 18px;
  }

  .instruction_step-item-text {
    font-size: 14px;
  }


}

@media (max-width: 450px) and (max-aspect-ratio: 5/9) {

  .home__center_wrap.mobile .home__center_wrap_middle {
    flex-direction: column;
  }

  .home__center_wrap .home__center_wrap_left {
    height: fit-content;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }

  .home__center_social {
    flex-direction: row;
    height: fit-content;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item {
    margin: 0;
    bottom: 3px;
  }

  .home__center_wrap_middle .home__center_wrap_right {
    height: 75%;
    width: 100%;
  }

  .home__center_wrap.mobile .home__center_copy_wrap {
    margin: 10% 0;
  }

  /* .home_center_burger, .community_center_social_item, .community_footer_logo {
    width: 60px;
    height: 60px;
  }*/
  .home_center_logo {
    height: 60px;
  }

  .section.about .about_desc {
    font-size: 17px;
  }

  .section.about .about_desc p:first-child {
    margin-top: 3%;
  }

  .section.about .about_desc p {
    margin-bottom: 5%;
  }

  /*.section.about .about_desc p:last-child {
    margin-bottom: 8%;
  }*/
  .payment .container {
    height: 55%;
  }

  .payment .container h1 {
    font-size: 50px;
    margin: 8% 0 8%;
  }

  .payment .payment_footer {
    height: 40%;
  }

  .payment_dino {
    height: fit-content;
    width: 92%;
    max-height: 90%;
  }

  .payment .payment_wrap .button_wrap {
    margin: 0 0 6%;
  }

  .payment .payment_wrap .button_wrap .button {
    height: 60px;
  }

  .community_wrap_links {
    width: 100%;
  }

  .community_center_social_item, .community_center_social_item:last-child {
    margin: 4%;
  }

  .community h1 {
    margin: 7% 0 10% 0;
    font-size: 45px;
    width: 96%;
  }

  .community_wrap_name {
    font-size: 18px;
    margin-bottom: 3%;
  }

  .container .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 13px;
    margin: 10% 0;
  }

  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 16px;
  }

  .payment .payment_footer {
    height: 40%;
  }

  .section.about .about_desc {
    font-size: 14px;
  }

  /*.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .home_center_burger, .community_center_social_item, .modal_payment .home__center_social_item {
    width: 55px;
    height: 55px;
}*/
  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 16px;
    padding: 8px 15px;
  }

}

@media (max-width: 450px) {

  .payment .payment_footer {
    height: 30%;
  }

  .home_center_logo {
    height: 55px;
    max-width: calc(100% - 100px);
  }

  .home_center_burger, .modal_payment .home__center_social_item, .community_center_social_item {
    width: 50px;
    height: 50px;
  }


  .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 10px;
    margin: 6% 0 0;
  }

  .home__center_wrap_right {
    height: 100%;
    width: 75%;
  }

  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 14px;
  }

  .button {
    padding: 7px 23px;
  }

  .home__center_wrap.mobile .button_wrap {
    min-width: fit-content;
  }

  .button_wrap::before {
    top: -2px;
    bottom: -6px;
    left: -3px;
    right: -3px;
  }

  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 28px;
    margin-bottom: 10px;
    width: 90%;
  }

  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before, .modal_payment .home__center_social_item::before {
    top: -2px;
    bottom: -8px;
    left: -5px;
    right: -5px;
  }

  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 21px;
    padding: 8px 30px;
  }

  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 18px;
    min-height: 33px;
    height: auto;
  }

  .home__footer_wrap {
    padding: 8px 0 12px;
  }

  .section.about .about_desc {
    font-size: 14px;
  }

  .section.about .about_desc p {
    margin-bottom: 3%;
  }

  /*.section.about .about_desc p:last-child {
    margin-bottom: 7%;
}*/


  /*-----------about new-----------*/
  .about_desc_img {
    width: 100%;
  }

  .about_img-mob {
    max-width: 210px;
  }

  .about_desc_text {
    width: 100%;
  }

  /*-----------about new end-----------*/

  .payment .payment_wrap .button_wrap .button {
    height: 40px;
  }

  .payment .payment_wrap .button_wrap {
    margin: 0 0 20px;
  }

  /*.payment .payment_wrap .button_wrap {
    width: 60%;
  }*/

  .community h1 {
    margin: 7% 0 5% 0;
    font-size: 40px;
    width: 94%;
  }

  .community_center_social_item, .community_center_social_item:last-child {
    margin: 4%;
  }

  .community_footer_name {
    font-size: 25px;
  }

  /*.community_footer_logo{
  width:  50px;
  height:   50px;
}*/
  .section.about .about_desc .about_desc_link div {
    font-size: 18px;
  }

  .section.about .about_desc .about_desc_link {
    margin: 6% 0;
  }

  .section.about .about_desc {
    font-size: 12px;
  }

  .modal_payment_left, .modal_payment_right {
    width: 66%;
  }

  /*.modal_payment_left .button_wrap:first-child, .modal_wrap .modal_payment .button_wrap {
    margin-bottom: 23px;
}*/
  .modal_wrap h1 {

    font-size: 40px;
  }

  /*.modal_payment_right, .modal_wrap h1{
  margin-bottom: 35px;
}*/

  .modal_wrap .modal_footer {
    max-height: 30%;
  }

  .modal_wrap .modal_container {
    height: fit-content;
    max-height: none;
    min-height: 500px;
    margin: auto;
  }

  .modal_wrap .modal_payment {
    width: 100%;
    margin: auto;
  }

  .modal_payment_left, .modal_payment_right {
    width: 100%;
    margin: 15px 0;
  }

  .home__center_social .more_btn.button, .community_wrap_links .button_wrap .more_btn.button {
    font-size: 14px;
    padding: 7px 12px;
  }

  .community_wrap_links .button_wrap::before {
    top: -1px;
    bottom: -5px;
    left: -3px;
    right: -3px;
  }

  .modal_payment .home__center_social_item {
    margin: 10px;
  }


  /*-----------instruction mobile slider -----------*/
  .instruction_steps-top-contaier {
    width: 100%;
    margin: 10px 10px 10px 10px;
  }

  .instruction_step-item-img {
    height: 65px;
  }

  .instruction_btn-group {
    margin-top: 20px;
  }

  .button_modal_wrap {
    margin-bottom: 30px;
  }

  /*-----------instruction mobile slider end-----------*/

}

@media (max-width: 390px) {
  .section.about .about_desc .about_desc_link div {
    font-size: 16px;
  }

}

@media (max-width: 375px) {}


@media(max-width: 360px) {}

@media(max-width: 340px) {

  /*-----------instruction mobile slider -----------*/
  .steps {
    width: 90%;
  }

  .instruction_step-item-block {
    max-width: 90%;
  }

  .steps__step-number {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .instruction_step-item-img {
    height: 45px;
  }

  .instruction_btn {
    font-size: 16px;
    min-width: 130px;
    padding: 5px 5px;
  }

  .instruction_step-item-text {
    font-size: 13px;
  }

  .instruction_step-item-block {
    min-height: 210px;
  }

  .instruction_btn-group {
    margin-top: 10px;
  }

  /*-----------instruction mobile slider end-----------*/
}





/* .section.about .about_top_wrap  - height?*/




/* .instruction_step-item-block {
    max-width: 190px;
    min-height: 270px;
  }

  .instruction_step-item-img {
    height: 50px;
  }

  .instruction_step-item-title {
    font-size: 18px;
  }

  .instruction_step-item-number {
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .instruction_step-item-text {
    font-size: 14px;
  }

  .instruction_step-item {
    display: flex;
    flex-direction: column;
    margin: 0px 5px 0 0;
  } */