@media (max-width: 767px) {
    section {
        width: 100%;
    }

    section.first-block {
        padding: 20px;
        background-position: -20px -40px;
        background-size: contain;
    }

    section.first-block p {
        font-family: "CenturyGothicRegular", sans-serif;
        font-size: 12px;
    }

    section.first-block .social-buttons {
        display: none;
    }

    section.first-block .img-row {
        padding-top: 20px;
    }

    section.first-block .img-row img {
        max-width: 168px;
        height: auto;
    }

    section.first-block .img-row p {
        margin: 15px 0;
        font-family: "CenturyGothicRegular", sans-serif;
        font-size: 12px;
    }

    .opportunities .opportunity {
        margin: 25px 15px;
    }

    .opportunities .opportunity img {
        width: 50%;
        display: block;
        margin: 0 auto 25px;
    }

    .opportunities .opportunity .opportunity-text {
        margin-left: 0px;
        font-size: 15px;
        width: calc(100%);
    }

    section.contacts {
        padding: 28px 15px
    }

    section.contacts .contacts-line {
        font-size: 12px;
        min-height: 58px;
        margin: 0;
    }

    section.contacts .contacts-line img {
        width: 38px;
    }

    section.contacts .contacts-line.phone-contacts img {
        display: block;
        float: left;
        margin-right: 10px;
    }

    section.contacts .contacts-line div.phone-wrapper {
        display: block;
        padding-top: 10px;
        margin-left: 8px;
    }

    section.contacts .contacts-line div span {
        margin: 0 !important;
    }

    section.contacts .contacts-line span {
        margin: 0 0 0 8px !important;
    }

    section.contacts .contacts-line a {
        text-decoration: underline;
    }

    section.contacts .contacts-line .contacts-features {
        margin: 20px 0 0 45px;
    }

    section.contacts .contacts-line .contacts-features .contacts-features-feature {
        margin: -5px 0;
    }

    section.contacts .contacts-line .contacts-features .contacts-features-feature span {
        vertical-align: top;
        padding-left: 18px;
    }

    section.contacts .contacts-line div.contacts-features-feature-icon {
        width: 25px;
        display: inline-block;
    }

    section.people-block {
        height: auto;
        padding: 20px;
    }

    section.people-block p {
        font-family: "CenturyGothicRegular", sans-serif;
        font-size: 12px;
    }

    section.people-block .img-row {
        padding-top: 0;
    }

    section.people-block .img-row img {
        max-width: 168px;
        height: auto;
        margin: 20px auto;
    }

    section.people-block .img-row p {
        margin: 0 auto;
        font-family: "CenturyGothicRegular", sans-serif;
        font-size: 12px;
    }

    section.gallery-block p {
        font-family: "CenturyGothicRegular", sans-serif;
        font-size: 12px;
    }

    section.gallery-block-desktop {
        display: none;
    }

    section.gallery-block.gallery-block-mobile {
        display: block;
        min-height: 0;
    }

    section.gallery-block.gallery-block-mobile img {
        height: auto;
        width: 100%;
    }

    #gallery-mobile-slider {
        width: 100%;
        margin: 20px 0;
    }

    #gallery-mobile-slider li {
        width: 90vw;
    }

    #gallery-mobile-slider li p {
        padding-left: calc(10vw + 2px);
        margin-top: 15px;
    }
}

@media (max-width: 1280px){
    .first-block ul li {
        font-size: 15px;        
    }    
}