@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(271deg, #608ab9 21%, #608ab9);
    margin: 0 auto;
    margin-left: 0;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: -4px 2px 5px 3px rgb(0 0 0 / 59%);
    display: flex;
    position: relative;
}

.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: 264px;
    min-height: auto;
    background: #ffffff;
    margin-top: 15px;
    /* position: fixed; */
    z-index: 3;
    /* border-right: 1px solid rgb(176 176 176 / 53%); */
    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(344deg, #141414 21%, #608ab9);
    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: #607d8b;
    border-color: #ffffff;
    color: #ff3;
    border-radius: 6px;
}
.usermnublock {
    text-align: left;
    font-size: 16px;
    background: #ffffff;
    /* 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: #608ab9;
    cursor: pointer;
    display: block;
    color: #101010;
    font-size: 15px;
    border-radius: 6px;
    padding-left: 20px;
    border: none;
}
.usermenu {
    padding-top: 2px;
}
.banners {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    margin-top: -11px;
    border: none;
}


.bannerss {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    margin-top: -32px;
    border: none;
}


.titles2 {
    color: #fff;
    
    background: linear-gradient(271deg, #608ab9 21%, #608ab9);
    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: center;
}
.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: #000;
    font-weight: normal;
    font-size: 15px;
}
.statistic .first {
    background: #f5f5f5;
}
.statistic .second {
    background: #f5f5f5;
}
.rightside {
    background: #ffffff;
    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: #ffffff;
    /* 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;
    
}

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(271deg, #608ab9 21%, #608ab9);
    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(271deg, #608ab9 21%, #608ab9);
    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(271deg, #608ab9 21%, #608ab9);
    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;
}


.notification-count {
    position: absolute; /* Устанавливаем абсолютное позиционирование */
    top: -5px; /* Сдвигаем немного вверх */
    right: -10px; /* Сдвигаем немного вправо */
    background-color: red; /* Красный цвет фона */
    color: white; /* Цвет текста */
    font-weight: bold; /* Жирный шрифт для выделения */
    border-radius: 50%; /* Закруглённые углы для создания круга */
    padding: 2px 6px; /* Отступы для удобства */
    font-size: 12px; /* Размер шрифта */
}

.buttons {
    position: relative; /* Устанавливаем относительное позиционирование для контейнера */
}

.buttons-right {
    margin-right: 20px; /* Отступ справа (если необходимо) */
}



.avatar-block {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center; /* Центрирование всех элементов */
}

.buttons {
    display: flex;
    flex-direction: column; /* Вертикальное размещение иконок */
    
    margin: 0 10px; /* Промежуток между кнопками и аватаром */
}

.buttons a {
    margin-bottom: 20px; /* Промежуток под каждой иконкой */
    color: #000; /* Цвет иконок */
    text-decoration: none; /* Убираем подчеркивание */
}




/* 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: #607D8B;
}
.work-serf {
    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: #ecf0f173;
}
.serf-text {
    color: #034059;
}

.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;
}
.serf-text {
    color: #034059;
}




.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: #ecf0f1;
}
.serff-text {
    color: #034059;
}
.table th {
    background: #608ab9;
   
    padding: 5px;
    color: #FFF;
    font-weight: 400;
}


.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: #276f9b;
    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://seoniks.ru/statica/bg-back1.avif') 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 #608ab9;
}
span#new-money-rekl, span#new-money-ballans {
    display: flex;
    align-items: center;
    background: #ffffff;
    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: #608ab9;
    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(129deg, #060606 21%, #608ab9);
    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: #276f9b;
    font-size: 14px;
    text-shadow: none;
    font-weight: bold;
    margin-top: 8px;
}

/* footer */
.footer {
margin-top: 14px;
height: 130px;
width: 1160px;
position: relative;
background: #2f2f2f;
padding: 10px 0;
box-shadow: 0px -5px 10px 2px #ccc;
}
.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: 77%;
margin-top: 50px;
border-radius: 10px;
box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
overflow: hidden;
background: #fff;
}

.avatar-block {
    padding: 15px;
    display: flex;
    
}

.avatar-block .buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.avatar-block .buttons a {
    color: #608ab9;
    font-size: 20px;
}

.rtg {
    display: block;
    margin: 10px 10px;
    padding: 10px;
    text-align: center;
    border: 2px solid #608ab9;
    border-radius: 4px;
    font-size: 18px;
    color: #608ab9;
}




.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://adsvision.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: #f5f5f5;
}
.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: #ecf0f1;
    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://adsvision.ru/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: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #34495e;
    font-size: 14px;
    font-weight: bold;
    margin: 1px -7px 5px -16px;
    padding: 3px 1px 2px 4px;
}
.watch-price>i {
    color: #d35400;
}
.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: #608ab9;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    margin: 18px auto;
}

#popup .title-popup {
    background: #608ab9;
}
/*  */

/* 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: #608ab9;
    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-az1, .cash-pult1, .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-az1 div, .cash-pult1 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-az1 div div, .cash-pult1 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-az1 div div div, .cash-pult1 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-az1 div div div {
			background: url(img/eps/icon-az.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-pult1 div div div { background:url(img/eps/icon-pult.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://adsvision.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://adsvision.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://adsvision.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://adsvision.ru/statica/img/eps/icon-p2m.png) no-repeat center 5px; }
.cash-oopayl div div div { background:url(https://adsvision.ru/statica/img/eps/icon-ooopay.png) no-repeat center 5px; }
.cash-ethl div div div { background:url(https://adsvision.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://adsvision.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-az1 div div div { background:url(img/eps/icon-az.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://adsvision.ru/statica/img/eps/icon-bch.png) no-repeat center 5px; }

.cash-wm1 div div div:hover, .cash-az1 div div div:hover, .cash-pult1 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-az1 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;
}
.titleh3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    text-shadow: none;
    background: #e99a09;
    color: #fff;
    width: 243px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
}




/* 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: #608ab9;
    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: 35px;
    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:#608ab9;
    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: 46px;
    padding: 2px;
   
    text-align: center;
}

.pay_today_price {
    position: absolute;
    bottom: 6px;
    font-size: 13px;
    background: #608ab9fc;
    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-dosa {
  width: 150px;
  height: 150px;
  padding: 2px;
  margin-bottom: 10px; /* Увеличил отступ между элементами на 5px */
  border-radius: 50%; /* Делаем круглую форму */
  border: 2px solid #608ab9; /* Белая обводка */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Увеличил тень для более выразительного эффекта */
  transition: transform 0.5s, box-shadow 0.5s; /* Добавил плавное изменение размера и тени */
}


/*  */
.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-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: #608ab994;
    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: #ecf0f1;
    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(0 150 136 / 36%);
    margin: 10px auto;
}

.loader div {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #608ab9;
  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(271deg, #000 21%, #019fb6);
    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;
    
}

.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-color: #f0f0f0; /* Светло-серый фон */
}

/* 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;
}








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:#aaaaaa40;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: #f4f4f4; /* Фон контейнера */
border-radius: 8px; /* Скругление углов */
padding: 20px; /* Внутренние отступы */
text-align: center; /* Центрирование текста */

margin: 10px; /* Отступы между контейнерами */
transition: transform 0.2s; /* Плавный переход при наведении */
}
.stat:hover {
transform: scale(1.05); /* Увеличение контейнера при наведении */
}
.stat1 {
background-color: #f5f5f5; /* Уникальный цвет фона для первого контейнера */
}
.stat2 {
background-color: #f5f5f5; /* Уникальный цвет фона для второго контейнера */
}
.stat3 {
background-color: #f5f5f5; /* Уникальный цвет фона для третьего контейнера */
}
.stat4 {
background-color: #f5f5f5; /* Уникальный цвет фона для четвертого контейнера */
}
.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: #999c95;
}
.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: #fff; /* Цвет ссылки */
            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; /* При наведении */
        }



.btn.yellow_btn {
    background-color: #ECAF00;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}
.yellow_btn {
    background-color: #ccc;
    transition: .3s ease;
}
.btn.yellow_btn {
    background-color: #ccc;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}
.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;
    line-height: 36px;
    position: relative;
    overflow: hidden;
}
.btn-main {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 40px;
    margin-right: 20px;
    font-weight: bold;
}

.btn-main.yellow_btn:hover {
    background-color: #F4CF65;
}
.btn-main.yellow_btn:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 5s infinite;
}



















