/*Header top*/
.pre-top.pre-top--dark {
    background-color: #000 !important;
}

.main-nav__li--btn .button {
    background: #98c42e;
}

/*Footer*/
.footer {
    background-color: #000
}

.footer-title {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

a.footer-item-link {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-right: 8px;
}

    a.footer-item-link:hover {
        text-decoration: underline;
        margin-right: 8px;
    }

.footer-item--text a {
    text-decoration: none;
}

a.footerMorelink {
    font-size: 14px;
    color: #95c41f;
    text-decoration: none;
    line-height: 24px;
}

    a.footerMorelink:hover {
        text-decoration: underline;
    }

.footer ul.contact-list > li {
    padding: 5px;
    text-align: left;
    color: #fff;
}

    .footer ul.contact-list > li i {
        padding: 12px;
        border: 1px dashed #98c42e;
        color: #98c42e;
        font-size: 26px;
        position: relative;
        margin-right: 10px;
        border-radius: 40px;
        width: 2em;
    }

.footer .social-nav li a {
    font-size: 1.1rem;
}

.footer-item--text {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.footer__bottom-info {
    font-size: 0.95rem;
}

@media only screen and (max-width: 768px) {
    .footer ul.contact-list > li i {
        padding: 8px;
        font-size: 18px;
        margin-right: 2px;
        border-radius: 40px;
    }

    .footer-item {
        text-align: left;
    }

    .footer-item--text {
        border-right: 0px solid #fff;
        padding-right: 0px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
}


/*Content*/
.block {
    padding: 55px 0;
}

.post__image {
    max-width: 850px;
}
