@media (max-width: 600px){
	
	.td-chain{
		
		display: none;
	}
	
	
.аllbaner {
display: none;
}

 .scroll-up {
        display: none !important;
    }
	
.carousel {
        display: none !important;
    }
	.carous {
        display: none !important;
    }	
    .container {
        display: none !important;
    }	
    
     .peace {
        display: none !important;
    }
    
   
    
     .box {
        display: none !important;
    }
    	
	.gr_end_tiptop {
    padding: 5px 10px;
    position: absolute;
    display: block;
    z-index: 2;
    top: 476px !important;
    right: 9px!important;
    background-color: rgba(0, 150, 0, 1);
    font-size: 11px;
    color: #fff;
    margin-top: -11px;
}	
	
.highcharts-container {
		
    left: -105px;
	}
	
	.menu_mob {
    display: block;
}
	
      .main {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 50%);
        overflow: hidden;
        background: #fff;
    }
    .pk {
      display: none;
    }
    .mob {
      display: block;
    }
    .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; */
    }
    
    .adoska {
      margin: 10px auto;
      margin-bottom: 0;
      width: 125px;
    }
    #contentwrapper {
        padding: 1px 7px 18px 7px;
        overflow: hidden;
        margin: 0 auto;
        width: 90%;
        margin-top: 80px;
        position: absolute;
        top: 5px;
        right: 12px;
        padding-bottom: 125px;
    }
     
     
     
     
     .main-header {
          width: 101%;
           background: linear-gradient(344deg, #608ab9 21%, #608ab9);
          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: #fff;
      text-shadow: 0px 0px 8px rgb(0 0 0 / 54%);
      margin-top: 19px;
      position: absolute;
      right: 25px;
  }
  .leftmenu-mob {
      display: none;
      position: fixed;
      background: #fff;
      border-right: 1px solid #cbcbcb;
      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;
  }

  @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: 150px;
  }
  .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: 9px;
    }

    .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 {
      margin-top: -1px;
  }
  .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: #ffffff;
  }
  .main {
      background: #fff;
      box-shadow: none;
  }
  .footer-menu {
      display: flex;
      position: fixed;
      width: 100%;
       background: linear-gradient(344deg, #000 21%, #000);
      height: 70px;
      color: #fff;
      bottom: 0;
      align-items: center;
      justify-content: space-around;
      
      margin-left: -1px;
      z-index: 3;
  }
  .footer-menu div {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .footer-menu div i {
    font-size: 22px;
    color: #fff;
  }
  .footer-menu div a {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
  }
  .ava-foot {
    width: 58px;
    height: 58px;
    padding: 2px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -44px;
    background: #F44336;
    border: 1px solid #ff3d00;
  }
  .open-ad {
      display: block;
      width: 95%;
      min-width: 335px;
      padding: 10px;
      background: #009688;
      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: 80%;
  }
  .form-wrap {
      margin: 10px auto;
  }
  .logo {
    background: #fff;
  }

  .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: column;
        align-items: center;
    }
    
    
   
  .trtask {
      font-size: 11px;
  }
    a.fbtn-blue160 {
      margin: 0px auto;
  }


.table td{
	
		padding: 5px;
	}	
	
	
	
	
.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;
  }

	
	
.loader {
    width: 71px;
    height: 6px;
    border-radius: 8px;
    background-color: rgb(244 67 54 / 49%);
    margin: 10px auto;
}

.loader div {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #ff3d00;
  animation: width7435 5s linear infinite;
  transition: all;
}

@keyframes width7435 {
  from {
    /*width: 0;*/
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}	


 .notifs {
      position: absolute;
      right: 57px;
      font-size: 28px;
      top: 20px;
      color: #F44336;
      /* background: #d18906; */
      padding: 2px 6px;
      border-radius: 4px;
      display: block;
  }

span.coint {
    position: absolute;
    font-size: 12px;
    background: #7d0909;
    color: #fff;
    width: 14px;
    height: 14px;
    padding: 3px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
    top: -9px;
    margin-left: -20px;
}




.ava-dos {
  width: 150px;
  height: 150px;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 50%; /* Делаем круглую форму */
  border: 2px solid #fff; /* Белая обводка */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Тень для эффекта поднятости */
}

.ava-dos:hover {
  transform: scale(1.1); /* Увеличиваем при наведении */
}

.banner, .banner div, .banner img {
		width: 100% !important;
	}	
	
	
	
.history-grafik{
  display: inline-block;
	width: 20px;
	height: 20px;
	background: url('img/ico/grafik.png') center center no-repeat;
	border-radius: 10px;
	cursor: pointer;
	opacity:0.7;
}
.history-grafik:hover{
  opacity:1;
}	
	
	
	
.congr {
    position: absolute;
    top: 109px;
    min-width: 75px;
    margin-left: -11px;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
    transition: background .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    
}
.congr:hover {
  
}
.congr img {
  width: 45px;
}

.tablev2 th, .tablev2 td {
      padding: 6px;
      font-size: 11px;
  }