body {
    background-color: #d1d7de;
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #0c112b;
}

header a#logo {
    line-height: 100px;
}

header ul.sign {
    position: relative;
    float: right;
    margin: 27.5px 0 0 0;
    padding: 0 220px 0 0;
    list-style-type: none;
}

header ul.sign li a {
    width: 230px;
    text-align: center;
}

header ul.sign li:nth-child(2) {
    border-right: 1px solid #0bc247;
    padding-right: 20px;
    margin-right: 20px;
}

header ul.sign li.support {
    position: absolute;
    right: 0;
    top: -15px;
}

.btn {
    border-radius: 5px;
}

.btn-red {
    background-color: #0bc247;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 80px;
}

.btn-red:hover {
    background-color: #635ec1;
    color: #FFF;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #3c3d41;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 80px;
}

.btn-transparent:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
}

.big {
    text-align: center;
    color: #000;
    padding: 75px 0 50px 0;
}

.big h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.big h3 {
    font-size: 25px;
    margin: 0;
    font-weight: 300;
}

.big h1 {
    color: #FFF;
}

.big h1 a {
    color: #000;
}

.big p {
    font-weight: 300;
}

.links {
    display: inline-block;
    width: 100%;
}

.links ul.three {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.links ul.three li {
    float: left;
    width: 31.14%;
    max-height: 288px;
    overflow: hidden;
}

.links ul.three li:nth-child(2) {
    width: 37.72%;
}

.links ul.three li a {
    position: relative;
    display: block;
}

.links ul.three li a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '\f105';
    color: #FFF;
    background-color: #37424c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s ease-in-out;
}

.links ul.three li a img {
    width: 100%;
}

.links ul.three li a span.title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 25px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    padding-bottom: 30px;
}

.links ul.three li a span.title:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #0bc247;
    border-radius: 3px;
    margin: 10px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.links ul.three li a:hover:after {
    background-color: #0bc247;
}

.links ul.three li a:hover span.title:after {
    width: 150px;
}

.links ul.four {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.links ul.four li {
    float: left;
    width: 22.95%;
}

.links ul.four li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    height: 191.88px;
    max-height: 191.88px;
}

.links ul.four li a:hover {
    text-decoration: none;
}

.links ul.four li a img {
    width: 100%;
}

.links ul.four li a.facebook {
    background-color: #3A5F9D;
    font-size: 25px;
}

.links ul.four li a.facebook i {
    font-size: 35px;
}

.links ul.four li a.twitter {
    background-color: #1EA3F3;
    font-size: 25px;
}

.links ul.four li a.twitter i {
    font-size: 35px;
}

.links ul.four li a.instagram {
    background-color: #5D6F79;
    font-size: 25px;
}

.links ul.four li a.instagram i {
    font-size: 35px;
}

.links ul.four li:last-child {
    width: 31.14%;
}

.links ul.four li:last-child a {
    position: relative;
    display: block;
}

.links ul.four li:last-child a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '\f105';
    color: #FFF;
    background-color: #37424c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s ease-in-out;
}

.links ul.four li:last-child a img {
    width: 100%;
}

.links ul.four li:last-child a span.title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 25px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    padding-bottom: 30px;
}

.links ul.four li:last-child a span.title:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #0bc247;
    border-radius: 3px;
    margin: 10px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.links ul.four li:last-child a:hover:after {
    background-color: #0bc247;
}

.links ul.four li:last-child a:hover span.title:after {
    width: 150px;
}

footer {
    background-color: #0c112b;
    padding: 15px;
    margin-top: 75px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

footer p {
    margin: 0;
    color: #FFF;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .links ul.three li {
        max-height: 237px;
    }

    .links ul.four li a {
        height: 158.2px;
    }
}

@media only screen and (max-width: 991px) {
    header a#logo {
        display: block;
        text-align: center;
    }

    header ul.sign {
        padding: 0 199px 0 0;
        margin: 0 0 20px 0;
    }

    header ul.sign li:nth-child(2) {
        border-right: 0;
    }

    header ul.sign li.support {
        top: -22px;
    }

    .links ul.three li {
        height: 181.78px;
    }

    .links ul.four li a {
        height: 121.19px;
    }
}

@media only screen and (max-width: 767px) {
    header ul.sign {
        padding-right: 0;
    }

    header ul.sign li.support {
        display: none;
    }

    header ul.sign {
        width: 100%;
    }

    header ul.sign li {
        display: block;
    }

    header ul.sign li:nth-child(2) {
        margin-right: 0;
        padding-right: 0;
    }

    header ul.sign li a {
        width: 100%;
        margin-bottom: 15px;
    }

    .big h1 {
        font-size: 20px;
    }

    .big h3 {
        font-size: 16px;
    }

    .big h4 {
        font-size: 13px;
    }

    .links ul.three li {
        width: 100% !important;
        height: initial;
        max-height: initial;
    }

    .links ul.four li {
        width: 33.33%;
    }

    .links ul.four li:last-child {
        width: 100%;
    }

    .links ul.four li a {
        font-size: 14px !important;
    }
    .webgif {
        display: none;
    }
}
