section .section-cont {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
section .section-izda,
section .section-dcha {
    margin-top: 50px;
    color: #888888;
}
section .section-izda .aside-tit,
section .section-dcha .aside-tit {
    margin-bottom: 25px;
    color: #00263A;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
section .section-izda .aside-tit:first-child {
    margin-bottom: 5px;
}
section .section-dcha .aside-tit:first-child {
    margin-bottom: 15px;
}
section .section-izda * + .aside-tit,
section .section-dcha * + .aside-tit {
    margin-top: 50px;
}
section .section-izda .form-control {
    border: 0;
    border-bottom: 1px solid #888888;
    border-radius: 0;
}
section .section-dcha .sharer {
    display: -webkit-flex;
    display: flex;
}
section .section-dcha .sharer button {
    width: 70px;
    padding: 0 3px;
    border: 0;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    text-align: center;
}
section .section-dcha .sharer button + button {
    margin-left: 5px;
}
section .section-dcha .sharer button:nth-of-type(1) {
    background-color: #49A0EA;
}
section .section-dcha .sharer button:nth-of-type(2) {
    background-color: #4A68AD;
}
section .section-dcha .sharer button:nth-of-type(3) {
    background-color: #3076B0;
}
section .section-dcha .posts {
    list-style-type: none;
    padding-left: 0;
}
section .section-dcha .posts li {
    margin-top: 30px;
}
section .section-dcha .posts li + li {
    padding-top: 30px;
    border-top: 1px solid #888888;
}
section .section-dcha .post-tit {
    margin-bottom: 20px;
}
section .section-dcha .post-fec {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
section .section-dcha .documentos {
    font-size: 14px;
}
section .section-dcha .documentos a {
    color: #00263A;
}
section .section-dcha .documentos a:hover {
    color: #5496D0;
}
section .section-ctro .post-fec {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
section .section-ctro .post-tit {
    margin-bottom: 30px;
    color: #00263A;
    font-size: 30px;
    font-weight: 400;
}
section .section-ctro .post-txt {
    font-size: 18px;
}
section .section-ctro .post-txt h2,
section .section-ctro .post-txt h3,
section .section-ctro .post-txt p {
    margin-bottom: 25px;
}
section .section-ctro .post-txt a {
    text-decoration: underline;
}
section .section-ctro img {
    margin: 50px 0;
}
section .section-ctro h2,
section .section-ctro h3,
section .section-ctro p {
    margin-bottom: 30px;
}
section .section-ctro h2,
section .section-ctro h3 {
    color: #00263A;
    font-size: 24px;
    font-weight: 400;
}
section .section-ctro h2 {
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    section #hero {
        position: relative;
    }
    section #hero:before {
        content: '';
        width: 100%;
        height: 80%;
        background-color: white;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
    }
    section .section-ctro {
        margin: 0 50px;
    }
}
@media (max-width: 1199px) {
    section .section-izda {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    section .section-ctro {
        margin-right: 30px;
    }
}
@media (min-width: 768px) {
    section .flex {
        display: -webkit-flex;
        display: flex;
    }
    section .section-izda,
    section .section-dcha {
        -webkit-flex: 0 0 220px;
        flex: 0 0 220px;
    }
    section .section-ctro {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}