
.others {
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
}

.others h1 {
    display: none;
}

main .statist {
    border-top: none;
    padding-top: 0;
}

.others li {
    width: 150px;
    margin: 0 auto 30px;
    padding: 20px 10px;
    transition: .5s;
}

.others li:hover {
    transform: scale(1.1);
    border: 1px solid #3ab33a;
}

.others li span {
    font-size: 28pt;
    color: #7fd67f;
    transition: .3s;
}

.others li:hover span {
    color: #3ab33a;
}

.others li p {
    font: 300 14pt 'merri';
    margin-top: 10px;
    color: #0a6d1e;
    transition: .5s;
}

.others li:hover p {
    color: #3ab33a;
}


/*   */

.content .sponsor figure {
    position: relative;
}

.content .sponsor figure .inActivity {
    background-color: #ddd;
    padding: 0 5px;
    border-radius: 3px;

    position: absolute;
    top: 120px;
    left: 100px;
}

.content .sponsor figure .active {
    background-color: #3ab33a;
    color: #fff;
}

.content .sponsor img {
    width: 150px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #919191;
    margin-left: 2px;
}

.content .sponsor figcaption span {
    color: #919191;
}

.content .views {
    text-align: right;
    font: bold 28pt 'cormorant-b';
    color: #868686;
    margin: 30px 0;
}

.content .views span {
    font: normal 16pt 'cormorant';
}

.content .contacts {
    padding: 10px;
    background: #f1f1f1;
    border: 1px dashed #7fd67f;
    border-radius: 5px;
}

.content .contacts span {
    font-weight: bold;
    color: #666;
}

.content h2 {
    color: #666;
    font-size: 16pt;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.content .left {
    text-align: justify;
}

.content a:hover {
    text-decoration: underline;
}






@media(min-width: 600px) {
    .content .sponsor {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
        
    .content .views {
        width: 50%;
        float: right;
        font-size: 38pt;
    }

    .content .contacts {
        clear: both;
        padding: 20px;
    }

    .content .left {
        width: 50%;
        margin-right: 5%;
    }

    .content .rig {
        float: right;
        width: 45%;
    }
}






@media(min-width: 650px) {

    .others li {
        display: inline-block;
        margin-left: 2%;
        margin-right: 2%;
    }
}