@font-face {
    font-family: 'Neuropol';
    src: url('NEUROPOB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #d6e6f2; /* f5f5f5; */
    font-size: 18px;
    font-family:Tahoma, Arial, sans-serif;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

h1,p,ul,h2,h3 {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

	.changvik1:nth-child(1) { animation-delay: 0s; }
	.changvik1:nth-child(2) { animation-delay: 2s; }
	.changvik1:nth-child(3) { animation-delay: 4s; }
	.changvik1:nth-child(4) { animation-delay: 6s; }
	.changvik1:nth-child(5) { animation-delay: 8s; }
	.changvik1:nth-child(6) { animation-delay: 10s; }
	.changvik1:nth-child(7) { animation-delay: 12s; }
	.changvik1:nth-child(8) { animation-delay: 14s; }
	.changvik1:nth-child(9) { animation-delay: 16s; }
	.changvik1:nth-child(10) { animation-delay: 18s; }
	.changvik1:nth-child(11) { animation-delay: 20s; }
	.changvik1:nth-child(12) { animation-delay: 22s; }
	.changvik1:nth-child(13) { animation-delay: 24s; }
	.changvik1:nth-child(14) { animation-delay: 26s; }
	.changvik1:nth-child(15) { animation-delay: 28s; }
	.changvik1:nth-child(16) { animation-delay: 30s; }
	.changvik1:nth-child(17) { animation-delay: 32s; }
	.changvik1:nth-child(18) { animation-delay: 34s; }
	.changvik1:nth-child(19) { animation-delay: 36s; }
	.changvik1:nth-child(20) { animation-delay: 38s; }
	.changvik1:nth-child(21) { animation-delay: 40s; }
	.changvik1:nth-child(22) { animation-delay: 42s; }
	.changvik1:nth-child(23) { animation-delay: 44s; }
	.changvik1:nth-child(24) { animation-delay: 46s; }
	.changvik1:nth-child(25) { animation-delay: 48s; }
	.changvik1:nth-child(26) { animation-delay: 50s; }
	.changvik1:nth-child(27) { animation-delay: 52s; }
	.changvik1:nth-child(28) { animation-delay: 54s; }
	.changvik1:nth-child(29) { animation-delay: 56s; }
	.changvik1:nth-child(30) { animation-delay: 58s; }
	.changvik1:nth-child(31) { animation-delay: 60s; }
	.changvik1:nth-child(32) { animation-delay: 62s; }
	.changvik1:nth-child(33) { animation-delay: 64s; }
	.changvik1:nth-child(34) { animation-delay: 66s; }
	.changvik1:nth-child(35) { animation-delay: 68s; }

.container {
    max-width: 1180px;
    margin: 0 auto;
	padding-bottom:10px;
}

.header {
    background-color: #f7fbfc;
    color: #000;
    text-align: center;
    min-height: 20vh;
    margin-bottom: 22px;
}

.header-nams {
    width: auto;
	font-family: 'Neuropol', sans-serif;
	font-size:22px;
    margin: 7px 10px auto;
	float:left;
}

.nav {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0777B7;
  padding-top: 12px;
}

.content__title-hidden {
    display: none;
}

.nav__items {
    display: flex;
    justify-content: center;
    /* align-items: center; */
	font-size: 14px;
	text-align:left;
}

.nav__item {
    margin: 0px 14px;
}

.nav__item-link {
    text-transform: uppercase;
    letter-spacing: 1px;
	/* color:#0777B7; */
}

.nav__link--active {
    color: #FA9696;
}

.nav__item-link:hover {
    color: #fff;
}

.button-menu {
    display: none;  
}

.logo {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-family: 'Neuropol', sans-serif;
	color:#0777b7;
}

.namwho {	font-family: 'Neuropol', sans-serif;
font-size:28px;}
.logo-text {
    margin-top: -5px;
    font-size: 16px;
    font-family: 'Permanent Marker', sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 70vh; 
}

.main {
    flex: 1 0 auto;
/* 	min-height: 400px; */
}

.advert {
    margin: 6px 6px;
}

.advert__items {
    display: flex;
    justify-content: space-between;  
    flex-wrap: wrap;  
}

.advert__item {
    max-width: 500px;
    max-height: 100px;
    margin: 5px 5px; 
}

.footer {
/* 	flex: 0 0 auto; */
/* 	display: flex; */
    justify-content: center;
    align-items: center;
    min-height: 17vh;
    gap: 20px;
/*     flex: 0 0 auto; */
    background-color: #b9d7ea;
/*     text-align: center; */
    color: #000;
}

.footer-text {

}

.footer-email {
    font-size: 12px;
}

.footer-linkpost {
    font-size: 16px;
    color: #FA9696;
}

.footer-linkpost:hover {
   color: #f7faf7;
}

.recommendation {
  font-size: 19px; 
  margin-left: 15px; 
}

.recommendation b,
.info-block__title {
    font-size: 20px;
}

.faucetpay:hover {
    color: #FA9696;
}

.content {
    padding: 5px 0px;
}

.content__items {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 10px;
}

.centruh{
	margin-top: 25vh;
}

.content__item {
    width: 360px;
    height: 156px;
    margin: 0px 7px 20px 7px;
    border-radius: 10%;
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff;
}

.content__item:hover {
    box-shadow: 0px 0px 10px #FA9696;
}

.content__item:last-child {
    height: 1px;
    margin-bottom: 0px;
    visibility: hidden;
}

.content__item:last-child .content__item-box,
.content__item:last-child .content__item-cashout,
.content__item:last-child .content__item-status {
    display: none;
}

.content__item-box{
    display: flex;
    justify-content: space-between;
    margin: 4px 5px 6px; 

}

.content__item-img {
    max-width: 77px;
    max-height: 77px;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 2px #000000;
}

.content__item-inner {
    text-align: center;
}

.content__item-title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 7px;
}
.content__item-link-wrapper{
    padding-top: 7px;
}
.content__item-linkbtn {
    margin: 0px 2px 0px 0px;
    padding: 8px 7px 9px;
    box-shadow: 1px 1px 3px #000000;
    background-color: #FA9696;
    border-radius: 25%;
    font-size: 20px;
    transition: 0.5s;
}

.content__item-linkbtn:hover {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px #FA9696;
}

.btn-body {
    display: inline-block;
    margin: 0px 15px 0px 4px; 
    line-height: 23px; 
}

.content__item-cashout {
    text-align: center;
    line-height: 21px;
    margin-bottom: 5px;
}

.content__item-status {
    text-transform: uppercase; 
    text-align: center;  
}

.info-block {
    padding-bottom: 50px;
	padding-top: 50px;
	min-height: 200px;
}

.info-block__inner {
    display: flex;
    justify-content: center;
}

.info-block__title {
    position: relative;
}

.info-block__title::before {
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    top: 35px;
    height: 1px;
    background-color: #000000;
}

.info-block__text {
    max-width: 600px;
    margin-left: 50px;
    font-size: 19px;
}

.tabs-container {
    margin: 0px 12px;
}

.tabs {
    display: flex;     
}

.tabs__item {
    margin-right: 0px;
    padding: 2px 20px;
}

.tabs__item:hover {
    color:#FA9696;
}

.tabs__item.active {
    border: 2px solid #FA9696;
    border-bottom: 3px solid #f5f5f5;
    color:#FA9696;
}

.tabs__content-item {
    display: none;
}

.tabs__content-item.active{
    display: block;   
}

.tabs__content {
    margin-top: -2px;
    border-top: 2px solid #FA9696; 
}

.tabs__info__items{
    padding-top: 20px;
    padding-bottom:10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tabs__info__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 455px;
    height: 50px;
    margin: 0px 7px 20px 7px;
    border-radius: 25px;
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff; 
    padding: 0px 4px 0px 2px; 
}

.tabs__info__item:hover{
    box-shadow: 0px 0px 6px #FA9696;
}

.tabs__info__item-link {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;  
}

.tabs__info__item-link span {
    display: inline-block; 
    margin-top: 9px; 
    color: #ffffff;
} 

.tabs__info__item-btn {
    background-color: #FA9696;
    margin: 0px 2px 0px 0px;
    padding: 6px 18px 6px;
    border-radius: 17px;
    font-size: 20px;
    transition: 0.5s;
}

.tabs__info__item-btn:hover {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 5px #FA9696;
}


@media (max-width: 1160px) {
    .content__item {
        width: 425px;
        height: 166px;
    }
    .content__item-img {
        max-width: 84px;
        max-height: 84px;
    }
    .content__item-title {
        font-size: 24px;
        line-height: 30px;
    }
    .content__item-link-wrapper{
        padding-top: 9px;
    }
    .content__item-linkbtn {
        padding: 10px 13px;
    }
    .content__items {
        justify-content: space-evenly;
    }
}


@media (max-width: 972px) {
    .advert__items {
        display: flex;
        justify-content: center;
    }
    .tabs {
        flex-wrap: wrap;
    }
    .tabs__info__item {
        width: 530px;
    }
}

@media (max-width: 897px) {
    .content__item {
        width: 470px;
        height: 175px;
    }
    .content__item-img {
        max-width: 90px;
        max-height: 90px;
    }
    .content__item-title {
        font-size: 27px;
        line-height: 32px;
    }
    .content__item-link-wrapper{
        padding-top: 12px;
    }
    .content__item-linkbtn {
        padding: 14px 16px;
    }
    .footer-email span {
        display:none;
    }
    .footer-linkpost {
        font-size: 15px;
    }
}

@media (max-width: 832px) {
    .recommendation__inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .recommendation {
        text-align: center;
    }
    .recommendation span {
        display: none;
    }
    .info-block__inner {
        margin: 0px 16px;
    }
    .info-block__text {
        margin-left: 25px;
    }
}

@media (max-width: 2610px) {
    .header {
        padding-top: 0px;
    }
    .nav {
        display: flex;
        justify-content: end;
        border-bottom: none;
        margin: 0px;
        padding: 0px;
    }
    .nav__items {
        display: flex;
        flex-direction: column;
        justify-content: start;
        /* align-items: center; */
        position: absolute;
        /* left: 0; */
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #769fcd;
        transform: translateY(-110%);
        transition: 1s;
		z-index:9;
    }
    .open-menu .nav__items {
        transform: translateY(0%);
    }
    .nav__item {
    padding: 20px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    }
    .nav__item:nth-child(1) {
        margin-top: 100px;
    }
    .button-menu {
        margin:  16px 18px 0px 10px;
        width: 37px;
        height: 37px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        z-index: 10;
    }    
    .button-span {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ccc;
        transition: 0.6s;
    }
    .button-span:nth-child(1){
        top: 0;
    }
    .button-span:nth-child(2){
        top: 17px;
    }
    .button-span:nth-child(3){
        top: 17px;
    }
    .button-span:nth-child(4){
        top: 34px;
    }
    .open-menu .button-span:nth-child(1){
        transform: scaleX(0);
    }
    .open-menu .button-span:nth-child(2){
        transform: rotate(-45deg);
    }
    .open-menu .button-span:nth-child(3){
        transform: rotate(45deg);
    }
    .open-menu .button-span:nth-child(4){
        transform: scaleX(0);
    }
    .logo {
        display: inline-block;
        z-index: 0;
        position: relative;
    }
    .tabs__item.active{
        order: 1;
    }

}

@media (max-width: 500px) {
    .recommendation__inner {
        flex-direction: column;
        align-items: center;
    }
    .recommendation{
        margin-bottom: 12px;
    }
    .content__item {
        height: 162px;
    }
    .content__item-img {
        max-width: 83px;
        max-height: 84px;
    }
    .content__item-title {
        font-size: 24px;
        line-height: 30px;
    }
    .content__item-link-wrapper{
        padding-top: 10px;
    }
    .content__item-linkbtn {
        padding: 11px 13px;
    }
    .info-block__inner {
        flex-direction: column;
        align-items: center;
    }
    .info-block__title {
        margin-bottom: 12px;
    }
    .info-block__text {
        margin-left: 5px;
    }    
}

@media (max-width: 490px) {
    .advert__item {
        display:none;
    }
}

@media (max-width: 436px) {
    .content__item {
        height: 156px;
        font-size: 18px;
    }
    .content__item-img {
        max-width: 77px;
        max-height: 77px;
    }
    .content__item-title {
        font-size: 20px;
        line-height: 28px;
    }
    .content__item-link-wrapper{
        padding-top: 7px;
    }
    .content__item-linkbtn {
        padding: 8px 10px;
    }
    .tabs__info__item {
        font-size: 17px;
    }
    .tabs__info__item-btn {
        font-size: 18px;
        padding: 6px 8px 6px;
    }
}


@media (max-width: 386px) {
    body{
        font-size: 17px;
    }
    .recommendation {
        font-size: 18px; 
        margin-left: 15px; 
        margin-right: 10px;
      }
      .recommendation b {
        display: none;
      }
      .info-block__title {
       font-size: 18px;
    }
    .content__item {
        height: 140px;
        font-size: 17px;
    }
    .content__item-box{
        margin: 3px 3px 6px; 
    }
    .content__item-img {
        max-width: 62px;
        max-height: 64px;
    }
    .content__item-title {
        font-size: 18px;
        line-height: 20px;
    }
    .content__item-link-wrapper{
        padding-top: 4px;
    }
    .content__item-linkbtn {
        padding: 6px 6px;
        font-size: 17px;
    }
    .btn-body {
     line-height: 22px; 
    }
}

@media (max-width: 350px) {
    .tabs__info__item-link{
        display: none;
    }
        .tabs__info__item {
        padding-left: 8px;
    }
}

