@media (max-width: 600px){
.new_block {
    width: 94%;
    height: 204px;
    border: 1px solid #595A57;
    padding: 10px;
    border-radius: 11px;
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block;
    background-color: #292929;
}

.new_blockv {
    width: 94%;

    height: 265px;
    border: 1px solid #595A57;
    padding: 10px;
    border-radius: 11px;
    margin-top: 10px;
    margin-right: 9px;
    display: block;
    background-color: #292929;
}
      .main {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 50%);
        overflow: hidden;
        background: #000;
    }
    .titles3 {
        font-size: 13px;
        margin: 11px 0;
        color: #f99300;
    }

    .leftmenu {
        display: none;
    }
    .rightmenu {
        display: none;
    }
    .footer__container {
        width: 100%;
        margin: 0 auto;
    }
  .main-header .menu {
      display: none;
    }

    .home__table2 .td1 {
      width: auto;
    }

    .home__table2 .td2 {
      width: auto;
    }
    .home__table2 .td3 {
        width: 100%;
        display: none;
    }
    .home__table2 .tr1 {
        display: flex;
    }
    .flex-container {
      justify-content: center;
      flex-wrap: wrap;
    }
    .flex-container li {
        text-align: center;
        font-size: 15px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .home__adv img {
        width: 68px;
    }
    .adoska {
      margin: 10px auto;
      margin-bottom: 0;
      width: 125px;
    }
    #contentwrapper {
      padding: 0;
      overflow: hidden;
      margin: 10px auto;
      width: 90%;
      /* margin-top: 80px; */
      top: 5px;
      right: 12px;
      padding-bottom: 125px;
      position: unset;
  }
     .app {
    display: block;
    width: 99%;
    position: relative;
}

.bl {  padding: 10px;
    display: block;
    background: #2B3D41;
    color: #fff;
    /* height: 100%; */
    font-size: 16px;
    font-family: GothamPro;
    border-radius: 4px;
    margin: 10px auto;
    width: 400px;
    max-width: 400px;
}


 .blokmer {
    box-shadow: 0 0 3px 1px rgb(6 6 6);
    padding: 30px 30px;
    position: relative;
    /* overflow: hidden; */
    text-align: center;
    width: 86%;
    border-radius: 12px;
    background: #252a31;
    margin-right:25px;
    margin-bottom:20px;
    /* background: linear-gradient(24deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 58%) 46%, rgb(255 255 255 / 17%) 100%, rgba(0, 0, 0, 0.227328431372549) 95%); */
}


      .main-header {
          width: 100%;
          position: fixed;
          top: 0;
          z-index: 3;
      }
  .statistic {
      flex-wrap: wrap;
  }
  .statistic .stat {
      width: 36%;
      padding: 15px 10px;
      font-size: 14px;
      padding-top: 17px;
      margin: 4px 4px;

  }
  .statistic .stat .subs {
      color: #000;
      font-weight: normal;
      font-size: 11px;
  }
  .open-menu {
      display: block;
      font-size: 31px;
      color: #e5e5e5;
      text-shadow: 0px 0px 8px rgb(0 0 0 / 54%);
      margin-top: 4px;
      position: absolute;
      right: 20px;
  }
  .leftmenu-mob {
      display: none;
      position: fixed;
      background: rgb(32 36 37);
      border-right: 0;
      width: 289px!important;
      top: 0;
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      /* transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */
      z-index: 4;
  }
  .usermnutitle-g {
      height: 57px;
      color: #fff;
      background: #634D60;
      /* border-bottom: 1px solid #313131; */
      font-size: 18px;
      line-height: 1.9;
      margin-left: -1px;
      margin: 10px auto;
      margin-left: 20px;
      width: 250px;
      border-radius: 5px;
      overflow: auto;
  }
  .text-us {
      padding: 10px 0px 10px 0px;
      width: 96%;
      word-wrap: break-word;
      color: #555555;
      background: #F0FFFF;
  }
.titles2 {
    background: #a76d00;
}
.lang_menu {
    position: absolute;
    display: flex;
    background: #233255;
    box-shadow: none;
    right: 115px;
    top: 54px;
    text-align: center;
    z-index: 2;
    padding: 5px 0;
    flex-direction: column;
}
  @keyframes anim{
    50%{
      opacity: 0;
      width: 0;
    }
    100%{
      opacity: 1;
      width: 640px;
    }
  }
  .slideRight{
      animation-name: slideRight;
      -webkit-animation-name: slideRight;

      animation-duration: 0.5s;
      -webkit-animation-duration: 0.5s;

      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;

      visibility: visible !important;
  }

  @keyframes slideRight {
      0% {
          transform: translateX(-150%);
      }
      50%{
          transform: translateX(0%);
      }
      65%{
          transform: translateX(0%);
      }
      80%{
          transform: translateX(0%);
      }
      95%{
          transform: translateX(0%);
      }
      100% {
          transform: translateX(0%);
      }
  }

  @-webkit-keyframes slideRight {
      0% {
          -webkit-transform: translateX(-150%);
      }
      50%{
          -webkit-transform: translateX(0%);
      }
      65%{
          -webkit-transform: translateX(0%);
      }
      80%{
          -webkit-transform: translateX(0%);
      }
      95%{
          -webkit-transform: translateX(0%);
      }
      100% {
          -webkit-transform: translateX(0%);
      }
  }
  .slideDown{
      animation-name: slideDown;
      -webkit-animation-name: slideDown;

      animation-duration: 1s;
      -webkit-animation-duration: 1s;

      animation-timing-function: ease;
      -webkit-animation-timing-function: ease;

      visibility: visible !important;
  }

  @keyframes slideDown {
      0% {
          transform: translateY(-100%);
      }
      50%{
          transform: translateY(0%);
      }
      65%{
          transform: translateY(0%);
      }
      80%{
          transform: translateY(0%);
      }
      95%{
          transform: translateY(0%);
      }
      100% {
          transform: translateY(0%);
      }
  }

  @-webkit-keyframes slideDown {
      0% {
          -webkit-transform: translateY(-100%);
      }
      50%{
          -webkit-transform: translateY(0%);
      }
      65%{
          -webkit-transform: translateY(-0%);
      }
      80%{
          -webkit-transform: translateY(0%);
      }
      95%{
          -webkit-transform: translateY(0%);
      }
      100% {
          -webkit-transform: translateY(0%);
      }
  }
  #banner468x60_2 img{
    min-width: 100%!important;
    width: 100%;
  }

  .start-yes-serf, .start-error-serf {
      width: 85px;
  }
  .cash-wm1 div div div, .cash-mb1 div div div, .cash-pm1 div div div, .cash-yd1 div div div, .cash-qw1 div div div, .cash-os1 div div div, .cash-rs1 div div div, .cash-vs1 div div div, .cash-rb1 div div div, .cash-pr1 div div div, .cash-ik1 div div div, .cash-lp1 div div div, .cash-mg1 div div div, .cash-mt1 div div div, .cash-bl1 div div div, .cash-ok1 div div div, .cash-sb1 div div div, .cash-zp1 div div div, .cash-pv1 div div div, .cash-wo1 div div div, .cash-ak1 div div div, .cash-bt1 div div div, .cash-lt1 div div div, .cash-ah1 div div div, .cash-fr1 div div div, .cash-pp1 div div div, .cash-tl1 div div div, .cash-p2m1 div div div, .cash-oopayl div div div, .cash-ethl div div div, .cash-unpayl div div div, .cash-enot div div div, .cash-yk div div div, .cash-ydpay1 div div div, .cash-gpay1 div div div {
      width: 115px;
      height: 69px;
  }
  .stena .ava {
      display: flex;
      justify-content: center;
      position: relative;
      align-items: center;
      align-content: center;
      flex-direction: column;
  }
  .stena .ava #ava {
      width: 90px;
      height: 90px;
      object-fit: fill;
      box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 36%);
      border-radius: 50%;
      margin-top: 10px;
  }

  .cibn {
      width: 60%;
  }

  .rating-purchase {
      display: flex;
      width: 98%;
      flex-wrap: wrap;
      margin: auto;
      justify-content: center;
      align-items: center;
  }
  .rating-purchase__item {
      margin: 2px;
      width: 120px;
      font-size: 12px;
      min-width: 44%;
  }

  .rating-purchase__item:nth-child(-n+3) {
      margin-bottom: 0;
  }

    .table th {
        font-size: 12px;
    }

    .priv-btn {width:95px;display:inline-block;text-align:center;}

    .adv-line .advmoder {
        font-size: 11px;
    }
    .advmoder span {
      color: #1a6880;
      font-size: 10px;
      font-weight: 400;
  }

  .tsk-table {
      font-size: 10px;
  }
  .status {
      font-size: 11px;
  }
  .block-quest {
      margin: 10px 0;
      font-size: 12px;
  }
  .block-quest .mess {
      padding: 0px 20px;
  }

  .answer-fix .title {
      font-size: 11px;
  }
  .add-infa {
      font-size: 12px;
  }
  .titles {
      font-size: 16px;
      text-align: center;
  }
  .login-table {width: 100%;margin:10px auto;}
  #baner img{
    min-width: 100%!important;
    max-width: 100%!important;
  }

  #popup {
    width: 96%!important;
    min-width: 96%!important;
  }

  .footer {
    display: none;
  }
  body {
      background: #24252a;
  }
  .main {
        background: #24252a;
        box-shadow: none;
    }
    .container {
        padding: 0;
        margin-top: 70px;
    }
.header__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 70px;
    flex-wrap: nowrap;
    /*background: #232a33;*/
    /*box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 45%);*/
}
  .open-ad {
      display: block;
      width: 95%;
      min-width: 335px;
      padding: 10px;
      background: #996300;
      color: #fff;
      text-align: center;
      border-radius: 8px;
      cursor: pointer;
      margin: 0 auto;
      transition: transform .4s;
  }
  .menu-add {
      margin: 0 auto;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
      width: 100%;
      transition: all .3s;
  }
  .menu-add a {
      width: calc(84% / 2);
      min-width: 130px;
      font-size: 12px;
      margin: 1px;
  }
  .btn-task {
      width: 66%;
  }
  .form-wrap {
      margin: 10px auto;
  }
  .logo {
    background: none;
}

  .container-table th h1 {
      font-size: 11px;
  }
    .container-table td, .container-table th {
      padding: 6px;
      font-size: 12px;
  }

  .raiting td {
    border-bottom: 1px solid #CCC;
    padding: 0px;
    font-size: 12px;
}

  .wall_new_title {
      font-size: 13px;
  }
  .apsdlqpw {
      top: -32px;
      right: 16px;
      font-size: 13px;
  }
  .apsdlqpw-1 {
      top: -42px;
      right: 16px;
      font-size: 13px;
  }
    .mqwkdqw {font-size: 20px}
    .check-task {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-evenly;
    }
    a.fbtn-blue160 {
        width: 15%;
    }
  .trtask {
      font-size: 11px;
  }

  .pay_today_new {
      display: flex;
      width: 40%;
      border: 1px solid #9FA9B4;
      padding: 6px;
      margin: 5px 2px;
      border-radius: 5px;
      /* background: #4b4b4b; */
      position: relative;
  }
  .pay_today_type {
      width: 63px;
      font-size: 11px;
  }
  .pay_today_price {
      font-size: 11px;
      width: 47px;
      color:#fff;
  }
  .tablev2 th, .tablev2 td {
      padding: 6px;
      font-size: 11px;
  }
  .tablev2 select {
      padding: 6px 4px;
      font-size: 11px;
      background: #050608;
  }
  .tablev2 input {
      padding: 10px;
      font-size: 11px;
  }
  #load-pages, #load-pages-dop {
      width: 100%;
  }
  .adv-line, .adv-line-click, .adv-line-high {
      align-items: center;
      background-color: #ecf0f1;
      border-left: 6px solid #ecf0f1;
      border-radius: 6px;
      color: #34495e;
      cursor: default;
      display: flex;
      font-size: .8rem;
      margin: 10px 0;
      padding: 2px 6px;
      text-align: left;
      box-shadow: 0 0 5px 1px rgb(0 0 0 / 11%);
      border: 1px solid #d1d1d1;
      min-height: 70px;
  }
  .watch-price {
      background-color: #ec8b00;
      border-radius: 4px;
      box-shadow: 0 0px 9px 5px rgb(0 0 0 / 13%);
      color: #ffffff;
      font-size: 12px;
      font-weight: bold;
      margin: 1px 4px 3px 3px;
      padding: 4px 5px 4px 8px;
  }
  .usermnublock {
      width: 290px;
  }
  .newbutton3 {
      padding: 7px 5px;
      font-size: 14px!important;
  }
  .ref-buttons {
      display: flex;
      flex-direction: column;
  }
  .stena-block {
      display: flex;
      margin: 15px auto;
      flex-wrap: wrap;
      justify-content: center;
  }
  .sblock1 {
      width: 91%;
      margin-top: 0;
  }
  .sblock2 {
      margin: 0 auto;
  }
  .prof-buttons {
      display: flex;
      float: unset;
      position: absolute;
      top: 15px;
      left: 29px;
  }
  .prof-osn {
      background: #fff;
      color: #333;
      border-radius: 10px;
      min-height: 110px;
      width: 95%;
      margin: 0 auto;
  }
  .prof-bg {
      height: 100px;
      min-height: 100px;
  }
  .prof-ava-block {
      margin-top: 98px;
  }
  .prof {
      min-height: 195px;
  }
  a.but {
    font-size: 10px;
    text-align: center;
    padding: 10px 4px;
    /* background: rgb(42 45 49); */
    border: 1px solid rgb(179 179 179 / 49%);
}
  .wall_new_block {
      margin: 10px auto;
      margin-bottom: 0;
      width: 90%;
  }
  .block_podarok {
      display: inline-block;
      padding: 4px;
      border: 1px solid rgb(41 41 41 / 63%);
      position: relative;
      margin: 0px;
      border-radius: 8px;
      background: rgb(0 0 0 / 34%);
  }
  .block_podarok img {
      cursor: pointer;
      width: 45px;
      height: 45px;
  }
  .prof-bg {
      border-radius: 0;
  }
    .scan-faq.n-box-find {
      margin: 0 auto;
  }
  .new-ov .new-cr-name {
      font-size: 10px;
  }
  .task__buttons {
      display: flex;
      justify-content: center;
      /* margin-top: 10px; */
      align-items: center;
  }
  .block-vopros .vopros {
      border: 0;
      padding: 5px 4px;
      margin: 10px auto;
      background: #282a2f;
      color: #fff;
      border-radius: 5px;
      font-size: 12px;
      width: 100%;
  }
  .newbutton3 {
      margin: 4px 0;
  }
  .job-reply {
      max-width: 331px;
      margin: 15px auto;
  }
  #popup .title-popup {
      font-size: 11px;
  }
  .notifs {
      position: absolute;
      right: 75px;
      font-size: 28px;
      top: 20px;
      color: #ec8b00;
      /* background: #d18906; */
      padding: 2px 6px;
      border-radius: 4px;
      display: block;
  }
    #open_lang {
      position: absolute;
      top: 22px;
      right: 133px;
      /* display: none; */
  }
  .reytbirj {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      margin: 50px auto;
      margin-bottom: 10px;
      /* flex-wrap: wrap; */
  }
  .blokreyt {
      padding: 0px 10px;
      width: 100%;
      margin: 10px 4px;
      height: 140px;
      max-height: 140px;
  }
  img.imgbirj {
      right: 34px;
      width: 64px;
      top: -35px;
  }
        #b_r_rating, #b_r_price_sec, #b_r_price {
        font-size: 14px!important;
    }

    span.subbirj {
        font-size: 9px;
        margin-top: 11px;
        display: block;
    }

    .btn.orange {
        background: #ec8b00;
        /* padding: 4px 6px; */
        font-size: 11px;
        border-radius: 4px;
        transition: all .3s;
    }
    .btn.orange:hover {
        background: #024d30!important;
    }
    hr.hr-birj {
      width: 63px;
      height: 2px;
      border-radius: 4px;
      background: #ff9700;
      margin-top: 10px;
      margin-bottom: 9px;
  }

  .title-main {
      margin-top: 90px!important;
  }
  .title-page {
      margin-top: 30px;
  }
  .sec-but {
    width: 130px;
    padding: 5px 10px!important;
    max-width: 280px;
    /* display: block; */
    border-radius: 3px!important;
    background: #ec8b00!important;
    border: none!important;
    color: #fff;
    text-align: center;
    font-size: 16px!important;
    cursor: pointer;
    font-family: Montserrat;
    transition: all .3s;
    float: left;
}
.loader {
    width: 72px;
    height: 4px;
    border-radius: 8px;
    background-color: rgb(236 139 0 / 43%);
    margin: 10px auto;
}
/* home */

section.main .cover_outside {
    padding-top: 130px;
}

section.main .cover_outside {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding-top: 0;
}
section.main .left {
    max-width: 460px;
    margin-bottom: 30px;
}

section.main .left {
    max-width: 100%;
}
section.main .left {
    max-width: 73%;
    width: 100%;
    margin-bottom: 50px;
}
section.main .left p {
    font-weight: 500;
    font-size: 45px;
    line-height: 89%;
    margin-bottom: 20px;
    text-align: center;
}
section.main .left .title, section.main .left h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    max-width: 260px;
    margin: 0 auto 12px;
}
section.main .left .inside_block {
    display: none;
}
section.main .btn {
    font-size: 12px;
    padding: 17px 23px;
    margin-right: 0;
    margin-bottom: 10px;
}

section.main .inside_block span {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    margin-bottom: 0;
    max-width: none;
}
section.main .right {
    width: 77%;
    top: 0;
}
section.main .right .img_block img {
    width: 100%;
    display: inline-block;
}
section.main .right .upon_img {
    width: 60%;
    left: 0;
}
section.main .right .upon_img img {
    width: 100%;
    display: inline-block;
}
section.main .inside_block.small_vis {
    display: flex;
    margin-top: 20px;
    flex-flow: column;
    justify-content: center;
}
.btn-main {
    font-weight: 500;
    font-size: 14px;
    color: #090E12;
    display: inline-block;
    line-height: 56px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    padding: 0px 30px;
}
section.main .btn-main {
    font-size: 12px;
    padding: 6px 23px;
    font-weight: bold;
}
.butsapp  {
    display: inline-flex;
    max-width: 46%;
}
.share_app {
    color: #fff;
    display: inline-block;
    border: 1px solid rgb(191 197 195 / 43%);
    border-radius: 10px;
    transition: .3s ease;
    padding: 11px 8px;
    width: 157px;
    text-decoration: none;
}
.small_vis {
  display: flex!important
}
.statistic .stat {
    width: 36%;
    padding: 21px 10px;
    font-size: 14px;
    padding-top: 17px;
    margin: 15px 4px;
    height: auto;
}
.statistic .stat .subs {
    color: #a7a7a7;
    font-weight: normal;
    font-size: 11px;
}
  img.stats_img {
      width: 76px;
      top: -41px;
  }
  section.main {
    height: 780px;
      padding-bottom: 0;
  }
  .statistic .stat i {
      font-size: 13px;
  }
  /*  */
  .msg-warning {
      /* background: none; */
      font-size: 13px;
      margin: 0;
      padding: 0;
  }
  #load-scrin {
      background: none;
      font-size: 12px;
  }

  .onlypk {
    display: none;
  }
.dop-m-tite .supp-title {
    width: 317px;
    display: inline-block;
    line-height: 26px;
    margin-top: 0px;
    margin-left: 17px;
}
.mail-sample .mail-postcount-read {
    background: #ec8b00;
    text-shadow: 1px 1px 2px #000000;
    padding: 5px;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 10px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 6px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    float: right;
}
span.time {
    color: #8d8d8d;
    font-size: 12px;
}
.pk {
  display: none!important;
}
.mob {
  display: block;
}
#load-new-mess-s {
    position: fixed;
    z-index: 998;
    left: -300px; /* Start off screen */
    bottom: 69px;
    overflow: hidden;
    max-height: 300px;
    animation: slideInFromLeft 0.7s forwards; /* Animation duration and direction */
    animation-delay: 3s;
}
#load-new-mess, #load-new-mess-promo {
  position: fixed;
  z-index: 998;
  left: -300px; /* Start off screen */
  bottom: 69px;
  overflow: hidden;
  max-height: 300px;
  animation: slideInFromLeft 0.7s forwards; /* Animation duration and direction */
  animation-delay: 3s;
}
#load-new-mess .mew-mail-mess, #load-new-mess-s .mew-mail-mess, #load-new-mess-promo .mew-mail-mess {
    border-radius: 3px;
    width: 280px;
    height: 85px;
    padding: 0px 0px 12px 0px;
    background: #ffffff;
    color: #000000;
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 1;
    font-family: Montserrat;
    overflow: hidden;
}
#load-new-mess .mew-mail-mess a, #load-new-mess-s .mew-mail-mess a, #load-new-mess-promo .mew-mail-mess a {
    color: #000000;
    text-decoration: none;
}
#load-new-mess .mail-users, #load-new-mess-s .mail-users, #load-new-mess-promo .mail-users {
    padding: 5px 10px;
    background: #ffa700;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
#load-new-mess .mail-text, #load-new-mess-s .mail-text, #load-new-mess-promo .mail-text {
    margin-top: 8px;
    font-weight: 500;
    padding: 10px;
}
#load-new-mess .mail-users .closed, #load-new-mess-s .mail-users .closed, #load-new-mess-promo .mail-users .closed {
    float: right;
    color: #696969;
    cursor: pointer;
    font-family: Montserrat;
}
@keyframes slideInFromLeft {
    0% {
        left: -300px; /* Start position off screen */
    }
    100% {
        left: 6px; /* End position */
    }
}
.psnew {
    border: 1px solid rgb(141 141 141 / 38%);
    width: 103px;
    height: 68px;
    position: relative;
    transition: all .5s;
    margin: 6px 5px;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.psimg {
    width: 100px;
    /* margin-top: 26px; */
}
}
