@font-face {
    font-family: gothampro;
    src: url(/statica/font/GothamPro.woff2);
}

.watch-price-2 {
    font-family: gothampro;
}


body {
    background: #4d62ad;
    --s: 50px;
    --c: #191b22;
    --_s: calc(2*var(--s));
    --_g: 35.36% 35.36%;
    --_c: #0000 66%, #20222a 68% 70%, #0000 72%;
    background:
        radial-gradient(var(--_g) at 100% 25%, var(--_c)) var(--s) var(--s) / var(--_s),
        radial-gradient(var(--_g) at 0 75%, var(--_c)) var(--s) var(--s) / var(--_s),
        radial-gradient(var(--_g) at 100% 25%, var(--_c)) 0 0 / var(--_s),
        radial-gradient(var(--_g) at 0 75%, var(--_c)) 0 0 / var(--_s),
        repeating-conic-gradient(var(--c) 0 25%, #0000 0 50%) 0 0 / var(--_s),
        radial-gradient(var(--_c)) 0 calc(var(--s)/2) / var(--s) var(--s) var(--c);
    background-attachment: fixed;
}


/* .main-header {
    width: 101%;
    height: 68px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    margin: 0 auto;
    margin-left: 0;
    margin-top: -1px;
    border-radius: 0;
    display: flex;
    position: relative;
} */

.main-header {
    width: 101%;
    height: 68px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    margin: 0 auto;
    margin-left: 0;
    margin-top: -1px;
    border-radius: 0;
    display: flex;
    position: relative;
    overflow: visible;
    z-index: 100;
    /* Тень от хедера для объема */
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
}


.menu_mob {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 5;
    display: none;
}


.main-header .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* font-family: 'Zen Maru Gothic', serif; */
    padding: 0 13px;
    height: 69px;
    width: 100%;
    padding-right: 25px;
}
.main-header .menu a {
    color: #ffffff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    
    border-radius: 10px;
    transition: all .4s;
    /* background: url('/statica/bg-nav.jpg') top center repeat; */
}
.main-header .menu a:hover {
    background: #34495e;
}
.leftside {
    width: auto;
    min-height: auto;
    background: #383e43;
    margin-top: 15px;
    z-index: 3;
    margin-left: -1px;
    margin-right: -1px;
    margin: 0 15px;
    margin-top: 34px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 26%);
    padding-bottom: 15px;
}


.logo {
    text-align: center;
    height: 66px;
    width: 306px;
    padding-top: 11px;
    margin-left: -1px;
   /* background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 71% 88%, 0% 88%); */
    font-size: 35px;
    font-family: GothamPRo;
    letter-spacing: 5px;
    color: #fff;
    padding-right: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 45%);
}





.left-menu li {
    margin: 5px auto;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-menu li::before {
    content: "";
    background-image: url(img/menuico2.png.html);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 20px;
    transition: all 300ms 0s ease-in-out;
    vertical-align: top;
}

.left-menu span{
  font-size: 18px;
}
.usermnutitle-g {
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    transition: all .4s;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    border: 1px solid;
    margin: 10px;
    border-radius: 6px!important;
}
.usermnutitle-g:last-of-type {
    border: 1px solid;
}
.usermnutitle-g:hover {
    color: #fff;
    background: #895e0e;
}
.usermnutitle-g::before {
  display: none;
}

.blok {
    margin-top: -31px;
}
.m-active {
  color: #fff;
  background: #895e0e;
}
.user_menuline {
    color: #000;
    display: block;
    padding: 12px 0;
    padding-left: 20px;
    cursor: pointer;
    border-left: none;
    font-size: 15px;
    /* background: #484e63; */
    border-radius: 0;
}
.user_menuline:hover {
    background: #b2d0ff40;
    border-color: #ffffff;
    color: #424210;
    border-radius: 0px;
}
.usermnublock {
    text-align: left;
    font-size: 16px;
    background: var(--card);
    /* border: 1px solid; */
    margin: 10px;
    border-radius: 4px;
    padding: 0;
    margin-top: -6px;
    box-shadow: inset 0px 0px 20px 3px rgb(0 0 0 / 12%);
}
.usermnuline-act, .usermnuline-act:hover {
    padding: 12px 0 12px 12px;
    background: #77a3e94a;
    cursor: pointer;
    display: block;
    color: #101010;
    font-size: 15px;
    border-radius: 0px;
    padding-left: 20px;
    border: none;
}
.usermenu {
    padding-top: 2px;
}
.banners {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    margin-top: -11px;
    border: none;
}
.titles2 {
    color: #fff;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
    padding: 0px 0;
    margin-bottom: 20px;
    margin-top: 11px;
    margin-left: -2px;
    height: 42px;
    line-height: 2.5;
    box-shadow: 1px 2px 6px 3px rgb(0 0 0 / 41%);
}
.statistic {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.statistic .stat {
    
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #607D8B;
    border: none;
    line-height: 2.5;
    font-size: 20px;
    font-weight: bold;
    /* border-right: 1px solid rgb(0 0 0 / 14%); */
    border-radius: 0;
    margin: 0;
    padding-top: 24px;
    margin: 5px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 18%);
}
.statistic .stat i {
    font-size: 43px;
}
.statistic .stat .subs {
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
}
.statistic .first {
    background: #f5f5f5;
}
.statistic .second {
    background: #f5f5f5;
}
.rightside {
    background: #bbc9df;
    width: 250px;
    margin-top: 1px;
    margin-right: 10px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 26%);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
#contentwrapper {
    padding: 0 7px 120px 7px;
    display: block;
    background: var(--card-2) !important;
    /* height: 100%; */
    font-size: 100%;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 26%);
    border-radius: 4px;
    margin: 10px auto;
    margin-top: 2px;
    margin-right: 16px;
}

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

img.avatar-acc {
    margin-top: 0px;
    border-radius: 5px;
    padding: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    margin: 9px;
    margin-bottom: 0;
}
.titlesa {
    color: #fff;
    background: linear-gradient(179deg, #595857 21%, #000000);
    font-size: 16px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    padding: 11px 0;
    width: calc(100% + 14px);
    margin: 0 auto;
    margin-left: -7px;
    margin-bottom: 10px;
}

.titles {
    color: #fff;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    font-size: 16px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    padding: 11px 0;
    width: calc(100% + 14px);
    margin: 0 auto;
    margin-left: -7px;
    margin-bottom: 10px;
}

.titless {
    color: #fff;
    background: linear-gradient(168deg, rgb(0 150 136) 21%, rgb(0 0 0));
    font-size: 16px;
    text-align: center;
   
    padding: 11px 0;
    width: calc(100% + 14px);
    margin: 0 auto;
    margin-left: -7px;
    margin-bottom: 10px;
}

.titles-back{
  position: absolute;
  background: #fff;
  height: 110px;
  display: block;
  width: 20px;
}

/* input */
.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}
.inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all 0.15s ease;
    border-radius: 0px;
}
.inp input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.inp input:not(:-moz-placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:not(:-ms-input-placeholder) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #0077FF;
}
.inp input:focus + .label {
  color: #0077FF;
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}
/*  */

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 4px 15px 5px 15px;
    margin: 5px;
    border-radius: 7px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.56);
    font-size: 13px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
}

a {
    color: #000000;
}
.work-serf {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #00dcff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    height: 73px;
    border-radius: 7px;
    background: .blok;
    background: repeating-linear-gradient(56deg, #9ed8e09c, #0e798857);
}
.serf-text {
    color: #000000;
}

.work-serfs {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #CCC;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    height: 73px;
    border-radius: 7px;
    background: #ecf0f173;
}




.work-serff {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    height: 73px;
    border-radius: 7px;
    background: #bbc9df;
}
.serff-text {
    color: #034059;
}
.table th {
    background: #607D8B;
    padding: 5px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
}


.blue { color: #ffffff; }
.yellow { color: #FFF842; }

.container-table th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}
.container-table td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.container-table {
	  text-align: left;
	  overflow: hidden;
	  /* width: 80%; */
	  margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}

.container-table td, .container-table th {
	  padding-bottom: 2%;
	  padding-top: 2%;
    padding-left:2%;
    color: #000;
    padding: 10px;
}

/* Background-color of the odd rows */
.container-table tr:nth-child(odd) {
	  background-color: #eeeeee;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
	  background-color: #2C3446;
}

.container-table th {
	  background-color: #009688;
}

.container-table td:first-child { color: #FB667A; }

@media (max-width: 800px) {
.container-table td:nth-child(4),
.container th:nth-child(4) { display: none; }
}

.status {
    border-bottom: 1px solid #fafafa;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0px 1px 0 #fff, 1px 1px 1px #aaa;
    font-weight: bold;
    float: center;
}

/*  */


.profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.profile .background {
    width: 100%;
    height: 88px;
   /* background: url('https://minebux.ru/statica/priz.png') repeat;*/
    border-radius: 21px 21px 0 0;
    background-size: cover;
}
.profile .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    position: absolute;
    left: 83px;
    margin-top: 42px;
}
a.rating {
    width: 47px;
    height: 47px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 0px;
    line-height: 3.6;
    color: #fff;
    text-shadow: 1px 1px 1px #246c1e;
    background: #3f3f3f;
    position: absolute;
    top: -117px;
    right: 62px;
    border-radius: 50%;
}
.info {
    width: 100%;
    height: auto;
    background: #22a1a3;
    border-radius: 0 0 21px 21px;
}
span.username {
    font-size: 15px;
    font-weight: bold;
    
    color: #000;
    
    
}

a.s_staj, a.s_rab, a.s_brig, a.s_mast, a.s_pror, a.s_biz, a.s_dep, a.s_olig {
    margin: 5px;
}
.bln {
    margin: 0 10px;
    margin-top: 10px;
    /* background: #fff; */
    border-radius: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #4d90fe;
}
span#new-money-rekl, span#new-money-ballans {
    display: flex;
    align-items: center;
    line-height: 2;
    max-width: 23px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    width: 122px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    justify-content: center;
}
span.arrow {
    float: right;
    margin-top: 3px;
    transition: all .4s;
}

.balances {
    margin-top: -17px;
}
span.b-type {
    display: block;
    /* background: linear-gradient(179deg, #595857 21%, #000000); */
    height: 36px;
    width: 98px;
    text-align: center;
    line-height: 2.8;
    color: #fff;
}
.leftmenu {
    
    padding-bottom: 0!important;
    height: 100%;
}
img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}


img.avatara {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.status {
    border-bottom: none;
    color: #000000;
    font-size: 14px;
    text-shadow: none;
    font-weight: bold;
    margin-top: 8px;
}

/* footer */
.footer {
    margin-top: 1px;
    height: 130px;
    position: relative;
    background: #383e43;
    padding: 10px 0;
   box-shadow: 0px -2px 6px 2px #2f7cf9b3 ;
    
}

.foot-left span {
    color: #ffffff;
}

.foot-center {
    color: #ffffff;
}

.foot-center a {
    color: #bbb;
    text-decoration: none;
}
.msg-warning {
    background: #7f7f7f;
}


.wall_new_title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background: #7b7b7b;
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
}
.main {width: 100%;/*margin-top: 50px;*//*border-radius: 10px;*/box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);overflow: hidden;background: #383e43;}

.avatar-block {
    padding: 15px;
    display: flex;
    justify-content: space-around;
}

.avatar-block .buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.avatar-block .buttons a {
    color: #4e545e;
    font-size: 20px;
}

.rtg {
    display: block;
    margin: 10px 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #cb7f37;
    border-radius: 4px;
    font-size: 18px;
    color: #f0fe4d;
    background: linear-gradient(302deg, #ff8b00 21%, #d9b917);
}




.contextlink {
    padding: 1px 7px 0px 4px;
}

.wall_new_infa {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: center;
}
.wall_new_infa .wall_new_data {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
}

.wall_new_avatar {
    width: 160px;
}

/* Stena */
.stena {
    margin: 10px auto;
    margin-left: -7px;
}
.stena .background {
    background: url(https://minebux.ru/lago-alberta-canada.jpg) top center no-repeat;
    width: calc(100% + 8px);
    height: auto;
    padding-bottom: 10px;
    background-size: cover;
}
.stena .background img {

}

.stena .background img:hover {
    opacity: 1;
}
.stena .ava {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.stena .ava #ava {
    width: 170px;
    height: 170px;
    object-fit: fill;
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 36%);
    border-radius: 50%;
    margin: 10px;
}
.stena  .status {
    padding: 4px;
    border-radius: 8px;
    width: 100px;
    text-align: center;
    margin: 0 20px;
    background: #dce0e4;
    margin-top: -141px;
    margin-right: 0;
    position: absolute;
    right: 5px;
}
.nw td {
    padding-left: 10px;
    box-shadow: 0 0 2px 1px rgb(101 101 101 / 9%);
    border-radius: 0px;
    padding: 10px 15px!important;
    /* border-bottom: 1px solid rgb(0 0 0 / 15%); */
    /*background: #272626;*/
    color: #fdfdfd;
}
.cibn {
    border-radius: 12px;
    background: #f7f7f7;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 23%);
    min-height: 60px;
    padding: 10px 15px;
    width: 400px;
}


/* serf */
.adv-line, .adv-line-click, .adv-line-high {
    align-items: center;
    background-color: #272626;
    border-left: 6px solid #ecf0f1;
    border-radius: 6px;
    color: #34495e;
    cursor: default;
    display: flex;
    font-size: 1rem;
    margin: 11px 0;
    padding: 3px 10px;
    text-align: left;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 11%);
    border: 1px solid #d1d1d1;
    min-height: 70px;
}
.adv-line-cell-1 {
    flex: 0;
    padding-right: 14px;
    text-align: center;
}
.ticon-surf {
    background-image: url(https://seosprint.run/style/pic/work-icons/ship-small.png);
}
.adv-line-cell-2 {
    color: #34495e;
    flex: 1;
    padding-right: 5px;
}
.advmoder {
    border-radius: 4px;
    color: #242d31;
    display: block;
    margin-left: -10px;
    padding: 5px 10px;
    cursor: pointer;
}
.adv-line .advmoder {
    color: #242d31;
    font-size: 14px;
    line-height: 1.6;
}
.advmoder span {
    color: #1a6880;
    font-size: 13px;
    font-weight: 400;
}
.adv-line-cell-3 {
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .75rem;
    text-align: right;
    white-space: nowrap;
}
.watch-price {
    background-color: #308d8d;
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #b4ffd3;
    font-size: 14px;
    font-weight: bold;
    margin: 1px -1px 5px -16px;
    padding: 2px 4px;
    border-radius: 10px;
}
.watch-price>i {
    color: #91d1c6;
}
.cbtn, .cbtn-dis, .cbtn-red {
    color: #2f6181;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
}
.start-yes-serf, .start-error-serf {
    display: block;
    width: 170px;
    padding: 8px 20px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    margin: 18px auto;
}

#popup .title-popup {
    background: linear-gradient(327deg, #0c8325 21%, #000000);
}
/*  */

/* tasks */
.chat-block-av, .ref-block-av {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    display: block;
    margin: 0;
}

.hide {
    display: none;
}
.tag-mini, .tag-mini-gray, .tag-mini-red, .tag-mini-tr {
    border: 1px solid #b6ccd1;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    margin: 2px 3px 1px 0;
    padding: 1px 8px 2px;
}
.tag-mini-tr {
    color: #4f6a73;
}
.star, .star-green, .star-red {
    color: #06859c;
    text-shadow: 0 1px 0 #fff;
}
.star-green {
    color: #27ae60;
}
#task-sort a {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border: none;
    margin: 2px 2px;
    border-radius: 9px;
    background: #ecf0f1;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    color: #656565;
}
#task-sort {
    text-align: left;
}
.menu-task-work__link {
    color: #656565;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    line-height: 17px;
    height: 17px;
    font-size: 11px;
    margin: 2px 2px;
    background: #ecf0f1;
    border: none;
    border-radius: 8px;
}
.menu-task-work__link.active, .menu-task-work__link:hover {
    color: #fff;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    border: none;
}
.btn-task {
  width: 170px;
}
.category nav {
  width : 300px;
  background: #d9d9d9;
  margin : 40px auto;
}

.category span {
    padding: 5px 10px;
    background: #ecf0f1;
    color: #656565;
    font-size: 12px;
    cursor: pointer;
    display: block;
    width: 200px;
    border-radius: 8px;
}
.category span::after {
    float: right;
    right: 10%;
    content: "â–¼"; /* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ°, ÑÐ¼Ð¾Ñ‚Ñ€ÑÑ‰Ð°Ñ Ð²Ð½Ð¸Ð· */
    font-size: 0.8em; /* ÐœÐ°Ð»ÐµÐ½ÑŒÐºÐ¸Ð¹ Ñ€Ð°Ð·Ð¼ÐµÑ€ */
}

.category .slide {
  display: flex;
  flex-wrap: wrap;
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
}
.category .slide li {
    padding: 0px;
}

.category #touch {position: absolute; opacity: 0; height: 0px;}
.category #touch:checked + .slide {
    height: auto;
}
.task__buttons {
  display: flex;
  justify-content: space-between;
}
.tiket {
    height: 38px;
    background: #009688;
    border-bottom: solid 1px #DAE2E6;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    line-height: 38px;
    display: block;
    cursor: default;
    clip-path: polygon(50% 0%, 100% 0, 99% 49%, 100% 100%, 0 100%, 1% 51%, 0 0);
}
.tsk-table {
    background: rgb(173 173 173 / 10%);
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 19%);
    padding: 10px;
}
.btn_big_green {
    background: #009688;
    width: auto;
    text-shadow: 2px 1px 1px #616161;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.btn_big_green:hover {
    border: none;
}

/*  */
input, select, textarea {
    width: 100%;
    outline: none;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    padding: 7px 9px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 12%);
    border-radius: 4px;
    background: #f9f9f9;
}
#load-zacaz {
    width: 100%;
}

/* settings */
.setting {
    background: rgb(173 173 173 / 10%);
    margin: 10px auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 19%);
    font-size: 12px;
    color: #5b5b5b;
    width: 100%;
    height: 100%;
}
.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}


.container-set {
  margin: 0 auto;
  display: block;
  max-width: 800px;
}
.container-set > *:not(.tab-wrap) {
  padding: 0 80px;
}

@media (max-width: 1921px){
    .tab + label {
      width: 16%;
      font-size: 12px;
      padding: 12px 6px;
      height: 38px;
  }
}

.cash-wm1, .cash-ah19, .cash-mb1, .cash-pm1, .cash-yd1, .cash-qw1, .cash-os1, .cash-rs1, .cash-vs1, .cash-rb1, .cash-pr1, .cash-ik1, .cash-lp1, .cash-mg1, .cash-mt1 ,
.cash-bl1, .cash-ok1, .cash-sb1, .cash-zp1, .cash-pv1, .cash-wo1, .cash-ak1, .cash-bt1, .cash-lt1, .cash-ah1, .cash-fr1, .cash-pp1, .cash-tl1, .cash-p2m1,
.cash-oopayl, .cash-ethl, .cash-unpayl, .cash-enot, .cash-yk, .cash-ydpay1, .cash-gpay1, .cash-faucetpay
{ border: 1px solid #f0f1f1; display: inline-block; margin: 3px 1px; }

.cash-wm1 div, .cash-ah19 div,.cash-mb1 div, .cash-pm1 div, .cash-yd1 div, .cash-qw1 div, .cash-os1 div, .cash-rs1 div, .cash-vs1 div, .cash-rb1 div, .cash-pr1 div, .cash-ik1 div,
.cash-lp1 div, .cash-mg1 div, .cash-mt1 div, .cash-bl1 div, .cash-ok1 div, .cash-sb1 div, .cash-zp1 div, .cash-pv1 div, .cash-wo1 div, .cash-ak1 div, .cash-bt1 div,
.cash-lt1 div, .cash-ah1 div, .cash-fr1 div, .cash-pp1 div, .cash-tl1 div, .cash-p2m1 div, .cash-oopayl div, .cash-ethl div, .cash-unpayl div, .cash-enot div, .cash-faucetpay div
.cash-yk div, .cash-ydpay1 div, .cash-gpay1 div


.cash-wm1 div div, .cash-ah19 div div, .cash-mb1 div div, .cash-pm1 div div, .cash-yd1 div div, .cash-qw1 div div, .cash-os1 div div, .cash-rs1 div div, .cash-vs1 div div, .cash-rb1 div div,
.cash-pr1 div div, .cash-ik1 div div, .cash-lp1 div div, .cash-mg1 div div, .cash-mt1 div div, .cash-bl1 div div, .cash-ok1 div div, .cash-sb1 div div, .cash-zp1 div div,
.cash-pv1 div div, .cash-wo1 div div, .cash-ak1 div div, .cash-bt1 div div, .cash-lt1 div div, .cash-ah1 div div, .cash-fr1 div div, .cash-pp1 div div, .cash-tl1 div div
.cash-p2m1 div div, .cash-oopayl div div, .cash-ethl div div, .cash-unpayl div div, .cash-enot div div, .cash-yk div div, .cash-ydpay1 div div, .cash-gpay1 div div, .cash-faucetpay div div
{ border: 1px solid #e2e4e5; display: block; }

.cash-wm1 div div div, .cash-ah19 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, .cash-gpay1 div div div, .cash-faucetpay div div div
{border: 1px solid #9CADBA; display: block; width: 160px; height: 67px; }


.cash-os12 div div div { 
    background:url(img/eps/icon-os12.png) no-repeat center 5px; 
    
}
  .cash-ah19 div div div {
    background: url(img/eps/icon-ah1.png) no-repeat center 5px
} 

.cash-faucetpay div div div { background:url(img/eps/icon-faucetpay.jpg) no-repeat center 5px; }
.cash-wm1 div div div { background:url(img/eps/icon-wm.png) no-repeat center 5px; }
.cash-mb1 div div div { background:url(img/eps/icon-mb.png) no-repeat center 5px; }
.cash-pm1 div div div { background:url(img/eps/icon-pm.png) no-repeat center 5px; }
.cash-qw1 div div div { background:url(img/eps/icon-qw.png) no-repeat center 5px; }
.cash-yd1 div div div { background:url(img/eps/icon-yd.png) no-repeat center 5px; }
.cash-yk div div div { background:url(https://minebux.ru/statica/img/eps/icon-yk.png) no-repeat center 5px; }
.cash-ydpay1 div div div { background:url(img/eps/icon-ypay.png) no-repeat center 5px; }
.cash-gpay1 div div div { background:url(https://minebux.ru/statica/img/eps/icon-gpay.png) no-repeat center 5px; }
.cash-os1 div div div { background:url(img/eps/icon-os.jpg) no-repeat center 5px; }
.cash-rs1 div div div { background:url(img/eps/icon-rs.jpg) no-repeat center 5px; }
.cash-vs1 div div div { background:url(img/eps/icon-vs.png) no-repeat center 5px; }
.cash-vs1-enot div div div { background:url(img/eps/icon-vs-enot.png) no-repeat center 5px; }
.cash-vs1-unitpay div div div { background:url(img/eps/icon-vs-rf-unitpay.png) no-repeat center 5px; }
.cash-vs1-norf div div div { background:url(https://s.ru/statica/img/eps/icon-vs-norf.png) no-repeat center 5px; }
.cash-vs1-norf-any div div div { background:url(img/eps/icon-vs-norf-any.png) no-repeat center 5px; }
.cash-rb1 div div div { background:url(img/eps/icon-rb.png) no-repeat center 5px; }
.cash-pr1 div div div { background:url(img/eps/icon-pr.png) no-repeat center 5px; }
.cash-ik1 div div div { background:url(img/eps/icon-ik.png) no-repeat center 5px; }
.cash-lp1 div div div { background:url(img/eps/icon-lp.png) no-repeat center 5px; }
.cash-mg1 div div div { background:url(img/eps/icon-mg.png) no-repeat center 5px; }
.cash-mt1 div div div { background:url(img/eps/icon-mt.png) no-repeat center 5px; }
.cash-bl1 div div div { background:url(img/eps/icon-bl.png) no-repeat center 5px; }
.cash-ok1 div div div { background:url(img/eps/icon-ok.png) no-repeat center 5px; }
.cash-sb1 div div div { background:url(img/eps/icon-sb.png) no-repeat center 5px; }
.cash-zp1 div div div { background:url(img/eps/icon-zp.png) no-repeat center 5px; }
.cash-pv1 div div div { background:url(img/eps/icon-pv.png) no-repeat center 5px; }
.cash-wo1 div div div { background:url(img/eps/icon-wo.png) no-repeat center 5px; }
.cash-ak1 div div div { background:url(img/eps/icon-ak.png) no-repeat center 5px; }

.cash-fr1 div div div { background:url(img/eps/icon-fr.png) no-repeat center 5px; }
.cash-bt1 div div div { background:url(img/eps/icon-bt.png) no-repeat center 5px; }
.cash-lt1 div div div { background:url(img/eps/icon-lt.png) no-repeat center 5px; }
.cash-ah1 div div div { background:url(img/eps/icon-ah.png) no-repeat center 5px; }

.cash-pp1 div div div { background:url(img/eps/icon-pp.png) no-repeat center 5px; }
.cash-tl1 div div div { background:url(img/eps/icon-tl.png) no-repeat center 5px; }

.cash-p2m1 div div div { background:url(https://minebux.ru/statica/img/eps/icon-p2m.png) no-repeat center 5px; }
.cash-oopayl div div div { background:url(https://minebux.ru/statica/img/eps/icon-ooopay.png) no-repeat center 5px; }
.cash-ethl div div div { background:url(https://minebux.ru/statica/img/eps/icon-eth.png) no-repeat center 5px; }
.cash-unpayl div div div { background:url(img/eps/icon-unpay.png) no-repeat center 5px; }
.cash-enot div div div { background:url(img/eps/icon-enot.png) no-repeat center 5px; }
.cash-roskassa div div div { background:url(https://minebux.ru/statica/img/eps/icon-roskassa.png) no-repeat center 5px; }
.cash-card div div div { background:url(img/eps/icon-card.png) no-repeat center 5px; }
.cash-sbp div div div { background:url(img/eps/icon-sbp.png) no-repeat center 5px; }

.cash-anypay div div div { background:url(img/eps/icon-anypay.png) no-repeat center 5px; }
.cash-bch div div div { background:url(https://minebux.ru/statica/img/eps/icon-bch.png) no-repeat center 5px; }

.cash-wm1 div div div:hover, .cash-mb1 div div div:hover, .cash-pm1 div div div:hover, .cash-yd1 div div div:hover, .cash-qw1 div div div:hover,
.cash-os1 div div div:hover, .cash-rs1 div div div:hover, .cash-vs1 div div div:hover, .cash-rb1 div div div:hover, .cash-pr1 div div div:hover,
.cash-ik1 div div div:hover , .cash-lp1 div div div:hover, .cash-mg1 div div div:hover, .cash-mt1 div div div:hover , .cash-bl1 div div div:hover,
.cash-ah1 div div div:hover,.cash-ok1 div div div:hover , .cash-sb1 div div div:hover , .cash-zp1 div div div:hover, .cash-pv1 div div div:hover, .cash-wo1 div div div:hover,
.cash-ak1 div div div:hover, .cash-bt1 div div div:hover, .cash-lt1 div div div:hover, .cash-ah1 div div div:hover, .cash-fr1 div div div:hover,
.cash-pp1 div div div:hover, .cash-tl1 div div div:hover, .cash-p2m1 div div div:hover, .cash-oopayl div div div:hover, .cash-ethl div div div:hover,
.cash-unpayl div div div:hover, .cash-enot div div div:hover, .cash-yk div div div:hover, .cash-ydpay1 div div div:hover, .cash-gpay1 div div div:hover

.cash-unpayl div div div:hover, .cash-enot div div div:hover, .cash-yk div div div:hover, .cash-ydpay1 div div div:hover, .cash-gpay1 div div div:hover, .cash-faucetpay div div div:hover
.cash-sbp div div div:hover,.cash-google div div div:hover,.cash-ah.prUSD div div div:hover,.cash-ah.prRUB div div div:hover, .cash-faucetpay div div div:hover,.cash-apple div div div:hover,.cash-os12 div div div:hover,.cash-wm1 div div div:hover,.cash-mb1 div div div:hover,.cash-pm1 div div div:hover,.cash-yd1 div div div:hover,.cash-qw1 div div div:hover,.cash-qw2 div div div:hover,.cash-os1 div div div:hover,.cash-ad div div div:hover,.cash-rs1 div div div:hover,.cash-vs1 div div div:hover,.cash-rb1 div div div:hover,.cash-pr1 div div div:hover,.cash-prUSD div div div:hover,.cash-ik1 div div div:hover,.cash-lp1 div div div:hover,.cash-mg1 div div div:hover,.cash-mt1 div div div:hover,.cash-bl1 div div div:hover,.cash-ok1 div div div:hover,.cash-sb1 div div div:hover,.cash-zp1 div div div:hover,.cash-pv1 div div div:hover,.cash-wo1 div div div:hover,.cash-ak1 div div div:hover,.cash-bt1 div div div:hover,.cash-bt div div div:hover,.cash-lt1 div div div:hover,.cash-ah1 div div div:hover,.cash-ah19 div div div:hover,.cash-fr1 div div div:hover,.cash-pp1 div div div:hover,.cash-pp div div div:hover,.cash-tl1 div div div:hover,.cash-up1 div div div:hover,.cash-crypto div div div:hover,.cash-coinbase div div div:hover,.cash-enot div div div:hover,.cash-ac div div div:hover {
    border: 5px double #114c5b;
    display: inline-block; 
    margin: -4px;
    cursor: pointer
}



.cash-anp div div div:hover {
    border: 5px double #114c5b;
    display: inline-block;
    margin: -4px;
    cursor: pointer;
}



.line-blue, .line-gray, .line-green, .line-red, .line-orange {display: block; font-size:12px; color:#fff; padding: 2px 2px 3px;  margin: 45px 1px 0 1px;}
.line-blue { background:#114c5b; }
.line-gray {background: #114c5b;}
.line-green {background: #114c5b;}
.line-orange { background:#E88523; }
.line-red { background:#CD5C5C; }


.new-cash-crypt{
    display: inline-block;
    width: 95px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin:10px 5px;
}
.new-cash-crypt:hover .img-crypt{
    opacity: 1;
}
.img-crypt{
    opacity: 0.7;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.new-btc .img-crypt{ background-image: url('img/eps/n-btc.png'); }
.new-ltc .img-crypt{ background-image: url('img/eps/n-ltc.png'); }
.new-eth .img-crypt{ background-image: url('img/eps/n-eth.png'); }
.new-bch .img-crypt{ background-image: url('img/eps/n-bch.png'); }
.new-trc20 .img-crypt{ background-image: url('img/eps/n-trc20.png'); }
.new-erc20 .img-crypt{ background-image: url('img/eps/n-erc20.png'); }
.new-trx .img-crypt{ background-image: url('img/eps/n-trx.png'); }
.new-ton .img-crypt{ background-image: url('img/eps/n-ton.png'); }
.new-doge .img-crypt{ background-image: url('img/eps/n-doge.png'); }
.new-dash .img-crypt{ background-image: url('img/eps/n-dash.png'); }
.new-zcash .img-crypt{ background-image: url('img/eps/n-zcash.png'); }








.new-ov div div div{
    background-position-y: center;
    background-position-x: 20px;
    background-size: 40px;
    background-repeat: no-repeat;
    z-index: 2;
}

.new-ov{
    position: relative;
    z-index: 2;
}

.new-ov .new-cr-name{
    position: absolute;
    top: 50%;
    left: 70px;
    margin-top: -10px;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
}

.new-btc-ov div div div{
    background-image: url(img/eps/n-btc.png.html);
}

.new-ltc-ov div div div{ background-image: url('img/eps/n-ltc.png.html'); }
.new-eth-ov div div div{ background-image: url('img/eps/n-eth.png.html'); }
.new-bch-ov div div div{ background-image: url('img/eps/n-bch.png.html'); }
.new-trc20-ov div div div{ background-image: url('img/eps/n-trc20.png.html'); }
.new-erc20-ov div div div{ background-image: url('img/eps/n-erc20.png.html'); }
.new-trx-ov div div div{ background-image: url('img/eps/n-trx.png.html'); }
.new-ton-ov div div div{ background-image: url('img/eps/n-ton.png.html'); }

.new-busd-ov div div div{ background-image: url('img/eps/n-busd.png.html'); }
.new-matic-ov div div div{ background-image: url('img/eps/n-matic.png.html'); }
.new-usdc-ov div div div{ background-image: url('img/eps/n-usdc.png.html'); }
.new-dai-ov div div div{ background-image: url('img/eps/n-dai.png.html'); }
.new-bnb-ov div div div{ background-image: url('img/eps/n-bnb.png.html'); }
.new-xmr-ov div div div{ background-image: url('img/eps/n-xmr.png.html'); }
.new-cgpt-ov div div div{ background-image: url('img/eps/n-cgpt.png.html'); }
.new-verse-ov div div div{ background-image: url('img/eps/n-verse.png.html'); }
.new-sol-ov div div div{ background-image: url('img/eps/n-sol.png.html'); }

.new-doge-ov div div div{ background-image: url('img/eps/n-doge.png.html'); }
.new-dash-ov div div div{ background-image: url('img/eps/n-dash.png.html'); }

.dp-cash div div div {
    background-position-y: 7px;
}

.home {
    display: flex;
    margin: 30px auto;
    margin-top: 5px;
    align-items: center;
}
.home__text {
    margin-left: 13px;
}
hr.home__box {
    width: 104px;
    margin: 15px 0;
    height: 3px;
    border-radius: 10px;
    background: #b568ff;
}

.home h3 {
    font-weight: bold;
    text-shadow: none;
    font-size: 22px;
}
.home img {
      height: 100%;
}

.home__adv {
    margin: 40px auto;
}

.home__adv {
    background-color: #b1bed3;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    color: #201d1d;
}

.statistic .stat .subs {
    color: #c6f4fb;
}
.statistic .stat {
    background: #b1bed3;
    color: #ffffff;
    background: linear-gradient(327deg, #4176cc 21%, #36a788);
}

.titleh3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    text-shadow: none;
    background: #e99a09;
    color: #fff;
    width: 221px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
}


.flex-container li{
  text-align: center;
}

/* task_list */
.block-quest {
    background-color: #ecf0f1;
    border-radius: 8px;
    color: #34495e;
    display: block;
    margin: 20px 0;
    padding-bottom: 5px;
    text-align: left;
}
.block-quest .header {
    border-bottom: 1px dotted #d8dcdd;
    color: #34495e;
    display: block;
    font-weight: 700;
    padding: 6px 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.block-quest .mess {
    display: block;
    padding: 10px 20px;
}
.longtext {
    max-width: 500px;
    min-width: 100%;
    overflow-x: auto;
    width: 100%;
}
.mainlink {
    border-bottom: 1px dotted #aad0d9;
    color: #2980b9;
    cursor: pointer;
    outline: none;
}
.answer-fix {
    background-color: #fff;
    border-bottom: 1px solid #c8cccd;
    border-top: 1px solid #c8cccd;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin: 10px 0 8px -2px;
}
.answer-fix div {
    border-left: 6px solid #1abc9c;
    padding: 8px 20px 10px 21px;
}
.answer-fix .title {
    color: #16a085;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
img.adoska {
    margin: 20px;
}
table.home__table {
    margin-left: 10px;
    margin-top: 10px;
}

.home__table2 .td1 {
    width: 0%;
}

.home__table2 .td2 {
  width: 45%;
}

.home__table2 .td3 {
  width: 40%;
}

.home__table2 .tr1 {

}

/* mob */
.pk {
  display: block;
}
.mob {
  display: none;
}
.open-menu {
  display: none;
}
.leftmenu-mob {
  display: none;
}

.priv-btn {width:170px;display:inline-block;text-align:center;}
.login-table {width: 450px;margin:10px auto;}
.ref-buttons {
    display: flex;
}
.footer-menu {
  display: none;
}
.open-ad {
  display: none;
}
.menu-add {
    display: flex;
    flex-flow: wrap;
    padding-top: 10px;
}
.menu-add a {
    flex: 1 1 10px;
    min-width: 200px;
    margin: 2px;
    font-size: 14px;
    background: #607D8B;
    color: #FFF;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
}

.menu-add a span{
	font-size: 11px;
	color:#E5E5E5;
	text-shadow: none;
    display: block;
    margin-top: 2px;
}

.menu-add a:hover, .menu-add a.active{
	/*background: #31457b;*/
	background: #895e0e;
}
.table_adv{
    font-size: 14px;
}
.table_adv th {
    background: #009688;
    padding: 10px;
}
.table_adv .geo_adv{
    font-size: 13px;
}
.table_adv .tos{
    padding:15px 0;    
}

.cattitle-open, .cattitle-close {
    display: block;
    background: url(img/ud.png) no-repeat 98% center  #607D8B;
    padding: 10px 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
}
.cattitle-close {
    background: url(img/ud.png) no-repeat 98% center  #895e0e;
}


/* task */
.form-block {
    border-bottom: 3px solid #3cb371;
    border-left: 3px solid #3cb371;
    border-radius: 8px;
    border-right: 3px solid #3cb371;
    display: block;
    margin: 10px 2px;
    padding: 0 0 5px;
}
.form-block .t {
    background-color: #3cb371;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin: 0 -3px 5px;
    padding: 6px;
    text-align: center;
}
.form-wrap {
    align-items: center;
    border-bottom: 1px solid #ecf0f1;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    padding: 3px;
    text-align: left;
}

.form-wraps {
    align-items: center;
   
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    padding: 3px;
    text-align: left;
}

.form-tsl {
    align-self: flex-start;
    flex-basis: 165px;
    padding-left: 10px;
}
.form-c {
    flex: 200px 1;
    padding: 2px;
}
input[type=checkbox].adv-checkbox, input[type=radio].adv-checkbox {
    display: none;
}
input[type=checkbox].adv-checkbox+label, input[type=radio].adv-checkbox+label {
    background-color: #ecf0f1;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 2px 5px 3px 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #fff;
}
.form-c input:not([type=checkbox]), .form-c select, .form-c textarea, .form-s textarea {
    background-color: #f2f2f2;
    border: none;
    border-left: 3px solid #27ae60;
    color: #34495e;
    font: .8rem tahoma,arial,sans-serif;
    padding: 8px 10px;
    width: 100%;
}
/*  */

.button_theme_blue {
    color: #fff;
    background-color: #cd5c5c;
    border-radius: 6px;
}

.button_theme_blues {
    color: #fff;
    background-color: #d50f00;
    cursor: pointer;
    border-radius: 6px;
}



.rating-purchase__item-header-img {
    height: 40px;
    width: 60px;
    display: block;
    margin: 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 18px;
    background-image: none;
    background: #00b6d5;
    color: #FFF;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
}


/* competition */
.compet {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.compet td, .compet th {
    border: 1px solid #d1d1d1;
    padding: 7px;
    text-align: center;
    background: #ecf0f1;
}

/* .compet .first td {
    background: #FFD700;
    color: #6b3e3e;
    font-weight: bold;
}
.compet .second td {
    background: #c0c0c0;
    color: #450000;

}
.compet .third td {
    background: #cd9660;
} */
i.fa-solid.fa-medal.no {
    display: none;
}
i.fa-solid.fa-medal.first {
    color: #04c515;
}
i.fa-solid.fa-medal.second {
    color: #5847b1;
}
i.fa-solid.fa-medal.third {
    color: #838383;
}

/*  */

.compet-tables {
    display: flex;
    justify-content: center;
    align-items:flex-start;
}

.wall_new_title {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin: 0 auto;
    border-radius: 6px 0px 0 6px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    padding: 5px;
    padding-left: 17px;
    color: #FFF;
    font-weight: 400;
    clip-path: polygon(50% 0%, 100% 0, 97% 49%, 100% 100%, 0 100%, 0% 51%, 0 0);
}
.apsdlqpw {position: absolute; top: -34px; right: 35px; cursor: pointer;}
.apsdlqpw-1 {
    position: absolute;
    top: -46px;
    right: 40px;
    cursor: pointer;
    font-size: 22px;
}
.taskimg2, .taskimg2-ok, .taskimg2-work, .taskimg2-work2, .taskimg2-fail, .taskimg2-vip{
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: -2px;
}
.taskimg2-vip {
    background: url(img/taskvip.png.html) no-repeat 2px 1px;
}
.taskimg2 {
    background: url(img/task-icon.png) no-repeat 2px 1px;
}
.taskimg2-ok { background: url(img/ico/ad-task-ok.png) no-repeat 2px 1px; }
.taskimg2-work { background: url(img/ico/ad-task-work.png) no-repeat 2px 1px; }
.taskimg2-work2 { background: url(img/ico/ad-task-work2.png) no-repeat 2px 1px; }
.taskimg2-fail { background: url(img/ico/ad-task-fail.png) no-repeat 2px 1px; }

.check-task {display: flex;justify-content: space-around;flex-direction: row-reverse;}
input.addikdqw {
    background: #2bc54e;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}
a.fbtn-blue160 {
    background: #3e9ab9;
    width: auto;
   
    border-radius: 4px;
}
a.fbtn-red {
    background: #c53830;
    border-radius: 4px;
    width: auto;
   
}
.job-reply-btns {
    height: auto;
}
span.otchet {
    font-size: 13px;
    background: #e7e7e7;
    display: block;
    margin: 10px auto;
    padding: 7px 9px;
    border-radius: 5px;
    border: 1px solid rgb(215 215 215 / 56%);
}
.taskcut {
    color: #fff;
    font-size: 11px;
    margin-top: -15px;
    padding: 2px 4px 2px 5px;
    display: block;
    float: right;
    background: #293a77;
    border: none;
    border-radius: 3px;
}
.menu-arr {
    float: right;
   
    border: none;
    text-align: center;
    background: #009688;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 10px auto;
}

.pelena_menu_mob{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 86%);
    z-index: 4;
    display: none;
}

.notify_load{position:fixed;z-index:10000;left:7px;bottom:2px;}
.notify_block{
    position: relative;
    display: block;
    width: 200px;
    background: #FFF url('img/ico/ico_serf.png') 10px center  no-repeat;
    background-size: 40px auto;
    padding: 10px 10px 10px 60px;
    font-size: 13px;
    border-radius: 5px;
    color:#555;
    height: 35px;
    vertical-align: top;
    margin-bottom: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}



.notify_mess{
    padding:15px 10px 15px 60px;
}
.notify_closed{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.notify_text{
    margin: 2px 0 2px 0;    
}
.notify_mess .notify_text a{
    color:#000!important;    
}
.notify_price{
    font-weight: bold;
    font-size: 15px;
    color:green;
}


.notify_rating{
    background: #FFF url('img/ico/ico_rating.png.html') 10px center  no-repeat;
    background-size: 40px auto;
}

.notify_promo{
    background: #FFF url('img/ico/ico_promo.gif.html') 10px center  no-repeat;
    background-size: 40px auto;
}

.notify_rating .notify_price{
    color:#009688;
}

@media (max-width: 600px){
    .notify_load{bottom:110px;}    
}


.pay_today_new {
    display: flex;
   
    /* border: 1px solid #000; */
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    /* background: #4b4b4b; */
    position: relative;
}


.pay_today_type {
    background: #fff;
    border-radius: 5px;
    width: 60px;
    padding: 2px;
   
    text-align: center;
}

.pay_today_price {
    position: absolute;
    bottom: 6px;
    font-size: 13px;
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    width: 55px;
    padding: 2px 0;
    border-radius: 5px;
   /*left: 0px;*/
    text-align: center;
}

.history-grafik{
  display: inline-block;
	width: 40px;
	height: 40px;
	background: url('img/ico/grafik.png') center center no-repeat;
	border-radius: 10px;
	cursor: pointer;
	opacity:0.7;
}
.history-grafik:hover{
  opacity:1;
}



/*  */
.ava-dos {
    --border-size: 8px;
    --border-angle: 0turn;
    background: linear-gradient(45deg, #ff0, #f0f);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-color-change 2s infinite alternate;
    animation: bg-color-change 2s infinite alternate;
    margin: 10px;
    border-radius: 50%;
}

@-webkit-keyframes bg-color-change {
    0% { background: linear-gradient(45deg, #ff0, #f0f); }
    50% { background: linear-gradient(45deg, #f0f, #0ff); }
    100% { background: linear-gradient(45deg, #0ff, #ff0); }
}

@keyframes bg-color-change {
    0% { background: linear-gradient(45deg, #ff0, #f0f); }
    50% { background: linear-gradient(45deg, #f0f, #0ff); }
    100% { background: linear-gradient(45deg, #0ff, #ff0); }
}

.ava-dos:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
/*  */

.ava-dosa {
  width: 150px;
  height: 150px;
  padding: 2px;
  margin-bottom: 10px; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð» Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð¼Ð¸ Ð½Ð° 5px */
  border-radius: 50%; /* Ð”ÐµÐ»Ð°ÐµÐ¼ ÐºÑ€ÑƒÐ³Ð»ÑƒÑŽ Ñ„Ð¾Ñ€Ð¼Ñƒ */
  border: 2px solid #4d90fe; /* Ð‘ÐµÐ»Ð°Ñ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ° */
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */ /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð» Ñ‚ÐµÐ½ÑŒ Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ Ð²Ñ‹Ñ€Ð°Ð·Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾ ÑÑ„Ñ„ÐµÐºÑ‚Ð° */
  transition: transform 0.5s, box-shadow 0.5s; /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ð» Ð¿Ð»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° Ð¸ Ñ‚ÐµÐ½Ð¸ */
}




.ava-dos {
  width: 150px;
  height: 150px;
  padding: 2px;
  margin-bottom: 10px; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð» Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð¼Ð¸ Ð½Ð° 5px */
  border-radius: 50%; /* Ð”ÐµÐ»Ð°ÐµÐ¼ ÐºÑ€ÑƒÐ³Ð»ÑƒÑŽ Ñ„Ð¾Ñ€Ð¼Ñƒ */
  border: 2px solid #fff; /* Ð‘ÐµÐ»Ð°Ñ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ° */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð» Ñ‚ÐµÐ½ÑŒ Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ Ð²Ñ‹Ñ€Ð°Ð·Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾ ÑÑ„Ñ„ÐµÐºÑ‚Ð° */
  transition: transform 0.5s, box-shadow 0.5s; /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ð» Ð¿Ð»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° Ð¸ Ñ‚ÐµÐ½Ð¸ */
}

.ava-dos:hover {
  transform: scale(1.1); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð±ÐµÐ· Ð²Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð» Ñ‚ÐµÐ½ÑŒ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð´Ð»Ñ ÑƒÑÐ¸Ð»ÐµÐ½Ð¸Ñ ÑÑ„Ñ„ÐµÐºÑ‚Ð° */
}




.watch-price-2 {
    background-color: #4d90fe94;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0 0px 9px 5px rgb(0 0 0 / 13%);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 18px;
    float: right;
    padding: 7px 8px 7px 8px;
    width: 96 px;
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
    min-width: 99px;
}

.notifs {
      position: absolute;
      right: 0px;
      font-size: 0px;
      top: 0px;
      color: #ec8b00;
      /* background: #d18906; */
      padding: 2px 6px;
      border-radius: 0px;
      display: block;

  }

.adv-lines {
    align-items: center;
    background-color: #272626;
    border-left: 6px solid #ecf0f1;
    border-radius: 6px;
    color: #34495e;
    cursor: default;
    display: flex;
    font-size: .8rem;
    margin: 11px 0;
    padding: 3px 10px;
    text-align: left;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 11%);
    border: 1px solid #d1d1d1;
    min-height: 40px;
}

.butts {
    position: absolute;
    right: 0;
    background: #ecf0f1;
    bottom: -30px;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    background: #ecf0f1db;
}

.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);
  }
}

.up {
  vertical-align: 11px;
}

/*  */
.competition-new {
    position: absolute;
    background:linear-gradient(179deg, #595857 21%, #000000);
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    top: 65px;
    width: 229px;
    text-align: center;
    left: 78%;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s linear 1s;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.competition-new::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #080808 transparent;
}

 

.tooltip-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 1.5s;
}


.popup {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    padding: 20px;
}

.popup-content {
    max-width: 600px;
    margin: 0 auto;
}

.statistic img {
    transition: transform 0.4s;
}

.statistic img:hover {
    transform: scale(1.1);
cursor: pointer;
    
}

.main table {
    color: #000000;
}

.container {
    display: flex;
    flex-wrap: wrap; /* ÐŸÐ¾Ð·Ð²Ð¾Ð»ÑÐµÑ‚ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð¼ Ð¿ÐµÑ€ÐµÐ½Ð¾ÑÐ¸Ñ‚ÑŒÑÑ Ð½Ð° Ð½Ð¾Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    justify-content: space-between; /* Ð Ð°Ð²Ð½Ð¾Ð¼ÐµÑ€Ð½Ð¾Ðµ Ñ€Ð°ÑÐ¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¾ÑÑ‚Ñ€Ð°Ð½ÑÑ‚Ð²Ð° */
    max-width: 1200px; /* ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
    margin:  0  auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
    padding: 30px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¿Ð¾ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½ÐµÐ¼Ñƒ Ð¿ÐµÑ€Ð¸Ð¼ÐµÑ‚Ñ€Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
    box-sizing: border-box; /* Ð£Ñ‡Ð¸Ñ‚Ñ‹Ð²Ð°ÐµÑ‚ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ð¸ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð² ÑˆÐ¸Ñ€Ð¸Ð½Ðµ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
}

.card {
    display: flex; /* Ð˜ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ flexbox Ð´Ð»Ñ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² */
    align-items: center; /* Ð’Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°Ð½Ð¸Ðµ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
    padding: 20px; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    border: 1px solid #ccc; /* Ð“Ñ€Ð°Ð½Ð¸Ñ†Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    border-radius: 15px; /* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    transition: transform 0.2s, box-shadow 0.2s; /* ÐŸÐ»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    width: calc(50% - 10px); /* Ð”Ð²Ðµ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ Ñ ÑƒÑ‡ÐµÑ‚Ð¾Ð¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð² Ð¸ Ð½ÐµÐ¼Ð½Ð¾Ð³Ð¾ ÑƒÐ²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ñ€Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ°Ð¼Ð¸ */
    margin-bottom: 20px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ½Ð¸Ð·Ñƒ Ð¼ÐµÐ¶Ð´Ñƒ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ°Ð¼Ð¸ */
    cursor: pointer;
    box-sizing: border-box; /* Ð£Ñ‡Ð¸Ñ‚Ñ‹Ð²Ð°ÐµÑ‚ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ð¸ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð² ÑˆÐ¸Ñ€Ð¸Ð½Ðµ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    background: #37a191;
    box-shadow: inset 0px 0px 15px 3px rgb(38 118 123);
}

/* Hover ÑÑ„Ñ„ÐµÐºÑ‚ Ð´Ð»Ñ ÑƒÐ»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ Ð²Ð¸Ð·ÑƒÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð²Ð¾ÑÐ¿Ñ€Ð¸ÑÑ‚Ð¸Ñ */
.card:hover {
    transform: translateY(-5px); /* ÐŸÐ¾Ð´ÑŠÐµÐ¼ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Ð”Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ñ‚ÐµÐ½Ð¸ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² */
@media (max-width: 768px) {
    .card {
        width: calc(100% - 10px); /* ÐÐ° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¼ ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð²Ðµ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð·Ð°Ð¹Ð¼ÑƒÑ‚ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .card {
        width: calc(48% - 10px); /* ÐÐ° Ð¿Ð»Ð°Ð½ÑˆÐµÑ‚Ð°Ñ… ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð² Ð´Ð²Ðµ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ */
    }
}


.card img {
    max-width: 60px; /* ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
    max-height: 60px; /* ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
    border-radius: 15px; /* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
    margin-right: 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ¿Ñ€Ð°Ð²Ð° Ð¾Ñ‚ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
}

.card h5 {
    font-size: 16px; /* Ð Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° Ð´Ð»Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° */
    margin: 0; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° */
    line-height: 1.4; /* Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÑÑ‚Ñ€Ð¾ÐºÐ¸ Ð´Ð»Ñ Ð»ÑƒÑ‡ÑˆÐµÐ¹ Ñ‡Ð¸Ñ‚Ð°Ð±ÐµÐ»ÑŒÐ½Ð¾ÑÑ‚Ð¸ */
}

#load-new-mess, #load-new-mess-promo {
    position: fixed;
    z-index: 998;
    left: 7px;
    bottom: 2px;
    overflow: hidden;
    max-height: 300px;
}
#load-new-mess-s {
    position: fixed;
    z-index: 998;
    right: 7px;
    bottom: 2px;
    overflow: hidden;
    max-height: 300px;
}
#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: 90px;
    padding: 5px;
    background: #2D2D2D;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 0.8;
}
#load-new-mess .mew-mail-mess a, 
#load-new-mess-s .mew-mail-mess a, 
#load-new-mess-promo .mew-mail-mess a {
    color: #FFFFFF;
    text-decoration: none;
}
#load-new-mess .mail-users, 
#load-new-mess-s .mail-users, 
#load-new-mess-promo .mail-users {
    padding: 0 0 5px 10px;
    font-size: 12px;
}
#load-new-mess .mail-users .closed, 
#load-new-mess-s .mail-users .closed, 
#load-new-mess-promo .mail-users .closed {
    float: right;
    color: #FFFFFF; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° Ð±ÐµÐ»Ñ‹Ð¹ */
    cursor: pointer;
    font-size: 15px; /* Ð Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° - Ñ€Ð°Ð·Ð¼ÐµÑ€ ÐºÑ€ÐµÑÑ‚Ð¸ÐºÐ° */
    line-height: 15px; /* Ð’Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°Ð½Ð¸Ðµ */
    padding: 0 5px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ ÐºÐ»Ð¸ÐºÐ°Ð±ÐµÐ»ÑŒÐ½Ð¾Ð¹ Ð¾Ð±Ð»Ð°ÑÑ‚Ð¸ */
}
#load-new-mess .mail-ava, 
#load-new-mess-s .mail-ava, 
#load-new-mess-promo .mail-ava {
    float: left;
    margin-right: 10px;
}
#load-new-mess .mail-ava img, 
#load-new-mess-s .mail-ava img, 
#load-new-mess-promo .mail-ava img {
    width: 60px;
    height: 60px;
}
#load-new-mess .mail-text, 
#load-new-mess-s .mail-text, 
#load-new-mess-promo .mail-text {
    margin-top: 10px;
}
#load-new-mess .mail-text b, 
#load-new-mess-s .mail-text b, 
#load-new-mess-promo .mail-text b {
    color: #00FF00;
}


.logo img {
        display: inline-block;
        background-size: cover;
    }

    .logo img:hover {
        animation: blink 1s 3; /* Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¼Ð¸Ð³Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð½Ð° Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
    }

    @keyframes blink {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
    }


/*scroll-up__img.scroll-up-img_arrow_down{transform:rotate(180deg)}
.scroll-up:hover .scroll-up__img,.scroll-up:hover 
.scroll-up__text{opacity:1}
.scroll-up {
    width: 100px;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #aaa;
    font-size: 13px;
    text-align: left;
    padding: 15px;
    padding-top: 28px;
    padding-left: 16px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background .2s ease;
    display: none;     
}

.scroll-up__text{color:#ffffff;font-weight:700;vertical-align:bottom;opacity:.7}.scroll-up__img{vertical-align:bottom;margin-right:4px;opacity:.7}
.scroll-up__img.scroll-up-img_arrow_down{transform:rotate(180deg)}.scroll-up:hover{background:#060606;background:#ff96132e;color:#777}.scroll-up:hover 
.scroll-up__img,.scroll-up:hover .scroll-up__text{opacity:1}.reset-ref-search{display:inline-block;background-image:url(img/ico/reset.svg);background-repeat:no-repeat;background-position:center;background-size:20px 20px;width:20px;height:20px;vertical-align:middle;margin-right:4px;cursor:pointer}
*/
#notification {
    display: none; /* Ð˜Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð¾ ÑÐºÑ€Ñ‹Ñ‚Ð¾ */
    position: fixed;
    bottom: 20px; /* ÐŸÐ¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ Ð½Ð¸Ð¶Ð½ÐµÐ¹ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
    right: 20px; /* ÐŸÐ¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ Ð¿Ñ€Ð°Ð²Ð¾Ð¹ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
    background-color: black; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ */
    color: white; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
    padding: 10px; /* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
    border-radius: 5px; /* Ð¡ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ð¢ÐµÐ½ÑŒ */
    cursor: pointer; /* ÐšÑƒÑ€ÑÐ¾Ñ€ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    width: auto; /* ÐœÐ¾Ð¶Ð½Ð¾ ÑƒÑÑ‚Ð°Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ, Ð½Ð°Ð¿Ñ€Ð¸Ð¼ÐµÑ€, 300px */
    max-width: 300px; /* ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð±Ð»Ð¾ÐºÐ° */
    word-wrap: break-word; /* ÐŸÐµÑ€ÐµÐ½Ð¾Ñ ÑÐ»Ð¾Ð², Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ñ‚ÐµÐºÑÑ‚ Ð½Ðµ Ð²Ñ‹Ñ…Ð¾Ð´Ð¸Ð» Ð·Ð° Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‹ Ð±Ð»Ð¾ÐºÐ° */
    border: 2px solid rgba(255, 255, 255, 0.5); /* ÐŸÑ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð°Ñ Ð±ÐµÐ»Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° Ð²Ð¾ÐºÑ€ÑƒÐ³ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ */
}

#notification-text {
    display: block; /* Ð‘Ð»Ð¾Ðº Ð´Ð»Ñ Ñ‚ÐµÐºÑÑ‚Ð° Ð¿Ð¾Ð·Ð²Ð¾Ð»ÑÐµÑ‚ Ð·Ð°Ð½ÑÑ‚ÑŒ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
}

#hide-button {
    background: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ñ„Ð¾Ð½ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    border: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñƒ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    color: #fff; /* Ð¦Ð²ÐµÑ‚ ÐºÑ€ÐµÑÑ‚Ð¸ÐºÐ° (Ð±ÐµÐ»Ñ‹Ð¹) */
    font-size: 12px; /* Ð Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° Ð´Ð»Ñ ÐºÑ€ÐµÑÑ‚Ð¸ÐºÐ° */
    cursor: pointer; /* ÐšÑƒÑ€ÑÐ¾Ñ€ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    position: absolute; /* ÐŸÐ¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€ÑƒÐµÐ¼ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð°Ð±ÑÐ¾Ð»ÑŽÑ‚Ð½Ð¾ */
    top: 5px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ²ÐµÑ€Ñ…Ñƒ */
    right: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ¿Ñ€Ð°Ð²Ð° */
    transition: color 0.3s; /* ÐŸÐ»Ð°Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´ Ñ†Ð²ÐµÑ‚Ð° */
}

#hide-button:hover {
    color: red; /* Ð¦Ð²ÐµÑ‚ ÐºÑ€ÐµÑÑ‚Ð¸ÐºÐ° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}


.statistic {
display: flex;
justify-content: space-between; /* Ð Ð°Ð·Ð´ÐµÐ»ÑÐµÑ‚ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ñ‹ Ñ Ñ€Ð°Ð²Ð½Ñ‹Ð¼ Ð¿Ñ€Ð¾ÑÑ‚Ñ€Ð°Ð½ÑÑ‚Ð²Ð¾Ð¼ */
margin: 20px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð²Ð¾ÐºÑ€ÑƒÐ³ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð¾Ð² */
}
.stat {
background-color: #272626; /* Ð¤Ð¾Ð½ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
border-radius: 8px; /* Ð¡ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
padding: 20px; /* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
text-align: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° */

margin: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¼ÐµÐ¶Ð´Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð°Ð¼Ð¸ */
transition: transform 0.2s; /* ÐŸÐ»Ð°Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}
.stat:hover {
transform: scale(1.05); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}
.stat1 {
background-color: #272626; /* Ð£Ð½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° Ð´Ð»Ñ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
}
.stat2 {
background-color: #272626; /* Ð£Ð½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° Ð´Ð»Ñ Ð²Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
}
.stat3 {
background-color: #272626; /* Ð£Ð½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° Ð´Ð»Ñ Ñ‚Ñ€ÐµÑ‚ÑŒÐµÐ³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
}
.stat4 {
background-color: #272626; /* Ð£Ð½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° Ð´Ð»Ñ Ñ‡ÐµÑ‚Ð²ÐµÑ€Ñ‚Ð¾Ð³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
}
.stats_img {
max-width: 100%; /* ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ðµ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
height: auto; /* Ð¡Ð¾Ð¾Ñ‚Ð½Ð¾ÑˆÐµÐ½Ð¸Ðµ ÑÑ‚Ð¾Ñ€Ð¾Ð½ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
}

.count {
    font-size: 24px; /* Ð Ð°Ð·Ð¼ÐµÑ€ Ñ‚ÐµÐºÑÑ‚Ð° ÐºÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð° */
    font-weight: bold; /* Ð–Ð¸Ñ€Ð½Ñ‹Ð¹ Ñ‚ÐµÐºÑÑ‚ */
}

.subs {
    font-size: 14px; /* Ð Ð°Ð·Ð¼ÐµÑ€ Ñ‚ÐµÐºÑÑ‚Ð° Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ */
    color: #666; /* Ð¦Ð²ÐµÑ‚ Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ */
}

/* inv */
.newballance {
    width: 95%;
    max-width: 500px;
    padding: 10px;
    display: flex;
    place-content: center;
    color: white;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    --main-bg: conic-gradient(
      from var(
    --border-angle),
      #213,
      #112 5%,
      #112 60%,
      #213 95%
    );
    border: solid 2px transparent;
    border-radius: 11px;
    --gradient-border: conic-gradient(from var(
    --border-angle), transparent 25%, #000, #f99f00 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 5s linear infinite;
    animation: bg-spin 6s linear infinite;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: -50px;
    margin-top: 50px;
}

.newballance img {
    width: 25px;
    margin-right: 10px;
}

img.coin {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}
.coin {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease; 
}

.coin.clicked {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}
.balance-info {
    background: #2f3138;
    width: 95%;
    max-width: 500px;
    padding: 7px;
    text-align: center;
    border-radius: 13px;
    font-size: 16px;
}

.congr {
    position: absolute;
    top: 406px;
    min-width: 75px;
    margin-left: 59px;
    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;
}

.congr small {
  font-size: 10px;
}

@media (max-width: 600px) {
  .newballance {
      width: 90%;
      margin: 0 auto;
      font-size: 21px;
  }
  img.coin {
      width: 100%;
      margin: 0 auto;
  }
}
@keyframes rotateCoin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hide {
    display: none;
}
.tag-mini, .tag-mini-gray, .tag-mini-red, .tag-mini-tr {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    margin: 2px 3px 1px 0;
    padding: 1px 8px 2px;
}
.tag-mini-tr {
    color: #000;
}
.star, .star-green, .star-red {
    color: #06859c;
    text-shadow: 0 1px 0 #fff;
}
.star-green {
    color: #27ae60;
}


.dark-version {
    width: 57px;
    height: 23px;
    position: relative;
    display: inline-block;
    border: 3px solid #e5e4e4;
    
    border-radius: 50px;    
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);    
}
.dark-version input {
    display: none;
}

.dark-version .toggledark {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    transition: 0.5s;
    
    border-radius: 50px;


}

.dark-version input:checked + .toggledark {
    background: #000;
}
.dark-version input:checked + .toggledark:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23ffba0d' d='M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}   

.dark-version .toggledark:before {
    top: 0;
    bottom: 0;
    width: 19px;
    left: 6px;
    content: "";
    height: 30px;
    margin: auto 0;
    position: absolute;
    transition: 0.5s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FFFFFF' d='M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}
 

body.dark {
    background: #fff;
}
.mission h3 {
    color: #000;
    background: #BFE2FF; 
    border: 1px solid #337AB7;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}


body {
    background: #000;
}
.mission h3 {
    color: #000;
    background: #BFE2FF; 
    border: 1px solid #337AB7;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}


 .carousel{ width: 600px;  text-align: center; }
.carousel:hover{ opacity: 1; }
.carousel_wrapper {	overflow: hidden; position: relative; }
.carousel_items { width: 10000px; position: relative; }
.carousel_block { float: left; padding: 5px; }
.carousel_block img{ display: block;}
.carousel_button_left, .carousel_button_right{ width: 25px; height: 36px; position: relative; top: 20px; cursor: pointer; text-decoration:none; display: inline-block; cursor: pointer; font-size: 25pt; font-weight: bold; }
.carousel_button_left{ float: left; }
.carousel_button_right{	float: right; }



 .box {
            display: none; /* Ð¡ÐºÑ€Ñ‹Ñ‚Ð¾ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
            background-color: #333; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
            color: #eee; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
            padding: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
            border-radius: 5px; /* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð½Ñ‹Ðµ ÑƒÐ³Ð»Ñ‹ */
        }

        .link {
            color: #FFFF00; /* Ð¦Ð²ÐµÑ‚ ÑÑÑ‹Ð»ÐºÐ¸ */
            text-decoration: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ðµ */
        }

        .ad-container {
            position: relative;
            width: 468px;
            height: 60px;
            overflow: hidden;
        }

        .ad-image {
            width: 468px;
            height: 60px;
        }

        .buy-button {
            position: absolute;
            top: 0;
            border: 0;
            height: 16px;
            width: 130px;
            overflow: hidden;
            right: -110px;
            transition: right 0.7s ease; /* ÐŸÐ»Ð°Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´ */
        }

        .buy-button:hover {
            right: 0; /* ÐŸÑ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
        }


.blokreyt {
    box-shadow: 0 0 3px 1px rgb(6 6 6);
    padding: 30px 30px;
    position: relative;
    /* overflow: hidden; */
    text-align: center;
    width: 24%;
    border-radius: 12px;
    background: #252a31;
    /* 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%); */
}

td.active_reyt {
    background: #dd7e05;
}
.reytbirj {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    margin: 50px auto;
    padding: 5px;
}

.ref-reyt {
    position: absolute;
    top: 37px;
    font-size: 11px;
    left: -5px;
    /* background: #1a1e23; */
    color: #76cbff;
    padding: 5px;
    /* border: 1px solid #717171; */
    border-radius: 5px;
    width: 45px;
    text-align: center;
    padding: 1px;
}

.reytt .status {
    border-bottom: none;
    color: #76cbff;
    font-size: 14px;
    text-shadow: none;
    font-weight: bold;
    margin-top: 8px;
    background: none;
}

.good-reyt {
    background: #000;
    padding: 2px 5px;
    border-radius: 8px 0;
    position: absolute;
    top: -13px;
    left: -23px;
    width: 56px;
    color: #ec8b00;
    font-size: 12px;
    line-height: 2.5;
}

.prof-reyt {
    font-size: 12px;
    font-family: Montserrat;
}
.reytt {
    position: absolute;
    margin-top: 60px;
    background: #1a1e23;
    border-radius: 10px;
    line-height: 1;
    color: #fff;
    padding: 7px 10px;
    left: 32px;
    text-align: center;
    width: 72px;
}

.graf-menu{
	width: 210px;
    height: 80px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
	position: absolute;
    z-index: 1000;
    pointer-events: auto;
    border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: white;
    color: black;
    border-color: rgb(255, 82, 82);
}

 .scroll-up{
    display: none;
    z-index: 999;
    opacity: 0.8;
    position: fixed;
    right: 25px;
    top: 100%;
    width: 50px;
    line-height: 11px;
    height: 11px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    top: 82%;
 }




 .desctext a.ajax-site {
    color: #4776d4;
    background: #007cff0f;
    color: #1e8eff;
}

.err--rich-txt{
    color: #bf3b3b;
}
.rich-red{
    color: #a11818;
}


.banners a, .banners {
    /*color: #4e545e;*/
}

.menu-task-work {
    background: none;
    border: none;
    box-shadow: none;
}

.settings__block-header {
    background: linear-gradient(327deg, #0c8325 21%, #000000);
    color: #40545d;
    font-weight: 600;
}

.settings-tab_theme_cloud {
    background: #b1bed3;
    box-shadow: none;
    /* color: red; */
}


.settings__block-content{
    background: var(--card-2) !important;
    box-shadow: none;
}

.adv-line a {
    color: #479ae9;
}

.adv-line {
    background-color: #a9cbff6b;
}

h5 {
    color: #000000;
}

.add-infa {
    padding: 10px;
    background: #7f7f7f;
    margin-bottom: 15px;
    box-shadow: none;
}

.user--login-rich {
    font-size: 1.1em;
    color: #318382;
    font-weight: 600;
}

.user--id-rich {
    color: #4e545e;
}

#cookie_notification {
    background: linear-gradient(179deg, #2569ba 21%, #339a8b80);
}

.btn.greenr {
    background: #339a8b;
}

.btn.greend {
    background: none;
    color: #c4e3d4;
}

div#footer {
    margin-top: 0px;
    height: 130px;
    position: relative;
    background: #383e43;
    padding: 10px 0;
    box-shadow: none;
    border: none;
    /* color: red; */
    }

.footer_link_flex a {
    color: #e4fff5;
}

.card h5 {
    color: #fff;
}

span#time-rab {
    text-shadow: none;
    color: #2d99a2;
}

.mob-money-rich{

}

td#contentwrapper {
   /* position: relative;
   width: 100%;*/
}

.brand-style-1 {
    /* z-index: 9999; */
    position: absolute;
    z-index: 3;
    /* overflow: scroll; */
    /* height: 300px; */
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #b1bed3;
    border-radius: 6px;
    /* margin-bottom: 5em; */
    /* margin-top: 14px; */
}

.home_sw {
    position: relative;
    /* margin-bottom: 3em; */
    /* padding-bottom: 7em; */
    height: 156px;
    z-index: 3;
    /* padding: 10px; */
    margin-top: 1em;
}