* {
    font-family: 'Roboto Mono', monospace;
}

.navbar {
    background: #3C3C3C;
    height: 80px;
}

.navbar__link {
    color: #ffffff;
    margin-left: 22px;
    text-decoration-thickness: 1px;
}

.navbar__link:hover {
    color: #ffffff;
}

.btn-green {
    background: #399419;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: white;
}

.navbar__btn {
    padding: 8px 22px;
    margin-left: 24px;
}

.banner {
    background: #001A32;
    height: 361px;
}

.banner img {
    height: 360px;
}

.banner__title {
    font-weight: 700;
    line-height: 34px;
    font-size: 26px;
    color: #FFFFFF;
    margin-left: 57px;
}

.body, .footer {
    background: #F5F5F5;
}

.body__card {
    max-width: 286px;
    width: 100%;
    height: 379px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: 51px;
}

.body_card__img {
    margin-top: 20px;
}

.body_card__title {
    width: 100%;
    padding: 0 16px;
    margin-top: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
    margin-bottom: 6px;
}

.body_card__text {
    width: 100%;
    padding: 0 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
    margin-bottom: 0;
}

.body_card__btn {
    margin-top: auto;
    margin-bottom: 17px;
    padding: 8px 22px;
}

.body__form {
    height: 274px;
    margin-top: 37px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.body {
    padding-bottom: 82px;
}

.footer {
    padding-bottom: 66px;
}

.footer__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #3C3C3C;
}

.body_form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
}

.body_form__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
}

.body__form img {
    margin-left: 62px;
}

.body_form__input {
    max-width: 288px;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 14px 12px;
}

.body_form__btn {
    max-width: 288px;
    width: 100%;
}

.start_project_modal {
    /*width: 687px;*/
    height: 533px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 23px;
    right: 23px;
    border: none;
    background: none;
}

.start_project_modal__img {
    width: 310px;
    height: 234px;
    margin: 25px auto 10px auto;
}

.start_project_modal__form {
    margin: 0 auto;
}

.about__banner {
    height: 252px;
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.about__team {
    margin-top: 50px;
}

.team__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 15px;
}

.team__card {
    max-width: 286px;
    width: 100%;
    height: 366px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 0 10px;
}

.about__banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #181818;
    margin: 30px 0 0 36px;
}

.about__banner img {
    border-radius: 6px 0 0 6px;
}

.team__card img {
    margin-top: 30px;
}

.team_card__title {
    margin-top: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #3C3C3C;
}

.team_card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #3C3C3C;
}

.jobs_title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #181818;
    margin: 36px 0 15px 0;
}

.jobs__card {
    width: 590px;
    height: 392px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 26px;
}

.jobs_card__title, .vacancy_modal__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
}

.jobs_card__salary, .vacancy_modal__salary {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #3C3C3C;
}

.jobs_card__about, .jobs_card__responsibilities, .vacancy_modal__about, .vacancy_modal__responsibilities, .vacancy_modal__requirements {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
}

.jobs_card__btn {
    padding: 8px 22px;
}

.contact__text {
    margin-left: 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #3C3C3C;
}

.contact_wrapper {
    margin-top: 50px;
}

.vacancy_modal {
    padding: 52px 45px 40px 46px;
}

.service_body {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    height: 347px;
    margin-top: 50px;
    padding-right: 54px;
    padding-left: 118px;
}

.service_body img {
    width: 312px;
    height: 234px;
    margin-right: 143px;
}

.service_body h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #3C3C3C;
}

.service_body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
}

.body_form__container {
    margin-left: 100px;
}

.body_form__container form .d-flex .body_form__input:last-child {
    margin-left: 42px;
}

.body_form__container form .d-flex .body_form__btn {
    margin-left: 42px;
}

.navbar_mobile {
    display: none;
}

.about_page .footer {
    margin-top: 420px;
}

@media only screen and (max-width: 1200px) {
    .body__form img {
        margin-left: 30px;
    }

    .body_form__container {
        margin-left: 50px;
    }

    .body_form__input, .body_form__btn {
        max-width: 230px;
        width: 100%;
    }

    .body_card__title {
        font-size: 16px;
        line-height: 19px;
        color: #3C3C3C;
        margin-bottom: 6px;
        padding: 0 10px;
    }

    .body_card__text {
        width: 100%;
        padding: 0 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #3C3C3C;
        margin-bottom: 0;
    }

    .service_body {
        padding-left: 40px;
    }

    .service_body img {
        margin-right: 43px;
    }

    .jobs__card {
        padding: 20px;
    }

    .jobs_card__title, .vacancy_modal__title {
        font-size: 16px;
        line-height: 22px;
    }

    .jobs_card__salary, .vacancy_modal__salary {
        font-size: 16px;
        line-height: 18px;
    }

    .jobs_card__about, .jobs_card__responsibilities, .vacancy_modal__about, .vacancy_modal__responsibilities, .vacancy_modal__requirements {
        font-size: 14px;
        line-height: 22px;
    }

    .jobs_card__btn {
        padding: 8px 22px;
    }

    .about__banner p {
        font-size: 16px;
        line-height: 22px;
        margin: 20px 0 0 26px;
    }

    .about_page .footer {
        margin-top: 320px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar__link {
        margin-left: 12px;
        font-size: 14px;
    }

    .navbar__btn {
        padding: 5px 10px;
        margin-left: 14px;
    }

    .banner {
        height: 261px;
    }

    .banner img {
        height: 260px;
    }

    .banner__title {
        line-height: 24px;
        font-size: 22px;
        margin-left: 47px;
    }

    .body__card {
        height: 350px;
        margin-top: 20px;
    }

    .body_card__img {
        margin-top: 15px;
        width: 100%;
    }

    .body_card__btn {
        margin-bottom: 10px;
        padding: 5px 15px;
        font-size: 13px;
    }

    .body__form img {
        margin-left: 20px;
        width: 40%;
    }

    .body_form__container {
        margin-left: 30px;
    }

    .body_form__input, .body_form__btn {
        max-width: 150px;
        font-size: 14px;
        padding: 7px 6px;
    }

    .body_form__title {
        margin-bottom: 5px;
    }

    .body_form__text {
        font-size: 14px;
    }

    .footer {
        padding-bottom: 40px;
    }

    .footer__text {
        font-size: 14px;
        line-height: 15px;
    }

    .service_body img {
        width: 278px;
        height: 200px;
    }

    .service_body h5 {
        font-size: 20px;
        line-height: 27px;
    }

    .service_body p {
        font-size: 10px;
        line-height: 20px;
    }

    .jobs_card__btn {
        padding: 4px 11px;
        font-size: 14px;
    }

    .contact__text {
        margin-left: 26px;
        font-size: 22px;
        line-height: 30px;
    }

    .contact_wrapper {
        margin-top: 40px;
    }

    .about__banner img {
        width: 50%;
        object-fit: cover;
    }

    .about__banner p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0 16px;
    }

    .team__card {
        height: 326px;
    }

    .team__card img {
        margin-top: 15px;
        width: 70%;
    }

    .team_card__title {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .team_card__text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .about_page .footer {
        margin-top: 220px;
    }

    .start_project_modal {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar__link {
        margin-left: 10px;
        font-size: 12px;
    }

    .navbar__logo {
        width: 50px;
    }

    .navbar__btn {
        padding: 4px 8px;
        margin-left: 12px;
        font-size: 12px;
    }

    .banner {
        height: 161px;
    }

    .banner img {
        height: 160px;
    }

    .banner__title {
        line-height: 18px;
        font-size: 18px;
        margin-left: 37px;
    }

    .body__card {
        max-width: 250px;
        height: 320px;
    }

    .body_card__img {
        margin-top: 0;
        height: 150px;
    }

    .body_form__input, .body_form__btn {
        max-width: 130px;
        font-size: 12px;
        padding: 4px 3px;
    }

    .body__form img {
        margin-left: 15px;
        width: 35%;
    }

    .body_form__container form .d-flex .body_form__input:last-child {
        margin-left: 20px;
    }

    .body_form__container form .d-flex .body_form__btn {
        margin-left: 20px;
    }

    .footer .container img {
        width: 80px;
    }

    .service_body {
        padding-left: 20px;
    }

    .service_body img {
        width: 200px;
        height: 122px;
        margin-right: 23px;
    }

    .service_body h5 {
        font-size: 16px;
        line-height: 23px;
    }

    .service_body p {
        font-size: 9px;
        line-height: 16px;
    }

    .jobs__card {
        height: 100%;
        padding: 15px;
    }

    .jobs_card__title, .vacancy_modal__title {
        font-size: 14px;
        line-height: 20px;
    }

    .jobs_card__salary, .vacancy_modal__salary {
        font-size: 14px;
        line-height: 16px;
    }

    .jobs_card__about, .jobs_card__responsibilities, .vacancy_modal__about, .vacancy_modal__responsibilities, .vacancy_modal__requirements {
        font-size: 12px;
        line-height: 20px;
    }

    .contact__text {
        margin-left: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .contact_wrapper {
        margin-top: 40px;
    }

    .about__banner p {
        font-size: 12px;
        line-height: 18px;
    }

    .team__card {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 537px) {
    .navbar__link {
        margin-left: 8px;
        font-size: 10px;
    }

    .navbar__btn {
        padding: 2px 4px;
        margin-left: 10px;
        font-size: 10px;
    }

    .navbar__logo {
        width: 35px;
    }

    .body_card__title {
        font-size: 14px;
        line-height: 17px;
        padding: 0 8px;
    }

    .body_card__text {
        padding: 0 8px;
        font-size: 10px;
        line-height: 13px;
    }

    .body_form__title {
        font-size: 16px;
    }

    .body_form__text {
        font-size: 12px;
    }

    .body_form__input, .body_form__btn {
        max-width: 100px;
        font-size: 10px;
    }

    .footer .container img {
        width: 60px;
    }

    .footer__text {
        font-size: 12px;
    }

    .banner {
        height: 141px;
    }

    .banner img {
        height: 140px;
    }

    .banner__title {
        line-height: 16px;
        font-size: 16px;
        margin-left: 27px;
    }

    .service_body {
        padding-right: 20px;
    }

    .jobs_card__title, .vacancy_modal__title {
        line-height: 16px;
    }

    .jobs_card__about, .jobs_card__responsibilities, .vacancy_modal__about, .vacancy_modal__responsibilities, .vacancy_modal__requirements {
        line-height: 16px;
    }

    .about__banner {
        height: 100%;
    }

    .about__banner p {
        padding-bottom: 10px;
    }

    .start_project_modal .body_form__input, .start_project_modal .body_form__btn, .vacancy_modal .body_form__input, .vacancy_modal .body_form__btn {
        max-width: 150px;
    }
}

@media only screen and (max-width: 438px) {
    .navbar_desktop {
        display: none !important;
    }

    .navbar_mobile {
        display: flex !important;
        padding: 0 16px;
    }

    .navbar_menu__btn, .navbar__logo {
        width: 35px;
        height: 35px;
    }

    .navbar {
        height: 60px;
        transition: height 0.3s ease-out;
    }

    .mobile_link__dropdown {
        height: 0;
        transition: height 0.3s ease-out;
        overflow-y: hidden;
    }

    .mobile_link__dropdown .navbar__link {
        transition: opacity 0.5s;
        opacity: 0;
    }

    .navbar.collapsed {
        display: flex;
        height: 100vh;
        align-items: stretch;
    }

    .mobile_link__dropdown.collapsed {
        display: flex;
        height: 100%;
    }

    .mobile_link__dropdown.collapsed .navbar__link {
        opacity: 1;
    }

    .navbar.collapsed .navbar_mobile__list {
        display: flex !important;
        margin-top: 20px;
    }

    .navbar.collapsed .navbar_mobile__list .navbar__link {
        margin-bottom: 15px;
    }

    .banner {
        height: 100%;
    }

    .banner .container {
        padding: 0;
        flex-wrap: wrap;
    }

    .banner .container img {
        width: 100%;
        height: 200px;
    }

    .banner__title {
        margin: 14px 0 20px 16px;
    }

    .body__card {
        margin: 19px auto 0 auto;
    }

    .body__form {
        flex-wrap: wrap;
        height: 100%;
    }

    .body_form__container form .d-flex {
        flex-wrap: wrap;
        margin: 0 !important;
    }

    .body_form__input, .body_form__btn {
        width: 100%;
        max-width: 100%;
        margin: 0 30px 20px 0 !important;
    }

    .body__form img {
        width: 95%;
        height: 140px;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
    }

    .footer__text {
        margin-top: 26px;
        text-align: center;
    }

    .start_project_modal {
        padding-left: 10px;
    }

    .service_body {
        flex-wrap: wrap;
        height: 100%;
    }

    .service_body img {
        width: 100%;
        height: 140px;
    }

    .service_body h5 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-top: 16px;
    }

    .service_body p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .jobs_card__wrapper {
        margin-top: 20px;
    }

    .about__banner {
        flex-wrap: wrap;
    }

    .about__banner {
        object-fit: cover;
    }

    .about__banner img {
        border-radius: 6px 6px 0 0;
        width: 100%;
    }

    .about__banner p {
        padding-left: 10px;
    }

    .vacancy_modal {
        padding: 32px 45px 20px 26px
    }

    .start_project_modal .body_form__input, .start_project_modal .body_form__btn, .vacancy_modal .body_form__input, .vacancy_modal .body_form__btn {
        margin-bottom: 0 !important;
        margin-right: 10px !important;
    }
}


@media only screen and (max-width: 576px) and (min-width: 437px) {
    .col-xs-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}