 body {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
} 

/* .material-icons.md-light {
     color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
     color: rgba(255, 255, 255, 0.3);
} */

.container {
    max-width: 1140px;
    height: 100%;
    margin: 0 auto ;
}

.wrapper { 
    display: flex; 
    flex-direction: column;
    min-height: 100vh;  
  }

  .hc {
      flex-grow: 1;
  }

.header {
    background: linear-gradient(0deg, #EBF3FB 8.84%, rgba(152, 195, 232, 0) 31.12%);
    min-height: 768px;
}

.header_contact {
    background-image: url(img/bg_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    margin-top: 50px;
}

.headerbody {
    display: flex;
    flex-direction: column;

}

.menu {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    list-style-type: none;
    padding-inline-start: 0;
}


.menu_links {
    align-self: center;
}

.headertext {
    margin-top: 77px;
    background-image: url(img/illustration.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 44%;
    margin-bottom: 60px;
    flex-grow: 1;
}

.header_h1 {
    color: #1F3F68;
    max-width: 510px;
    font-weight: 300;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0.04em;
    margin-top: 30px;
}

.header_p {
    max-width: 425px;
    margin-top: 32px; 
}

.header_button {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #5A98D0;
    box-shadow: 5px 10px 20px rgba(53, 110, 173, 0.2);
    border-radius: 10px;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 71px;
    text-decoration: none;
}

.contact_header_h2 {
    align-self: center;
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    line-height: 74px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 32px;
}

.contact_header_text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
    align-self: center;
}


.forh3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}

.footer_h3 {
    width: 340px;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.forh4 {
    font-size: 20px;
    line-height: 30px;
    color: #1F3F68;
    letter-spacing: 0.05em;
    margin-top: 51px;
    margin-bottom: 14px;
    text-align: left;
    /* border: 1px solid red; */
}

.send_message_h4 {
    align-self: flex-start;
    margin-left: 56px;
}

.forinput {
    border: 1px solid #356EAD;
    box-sizing: border-box;
    border-radius: 10px;
    opacity: 0.4;
    width: 428px;
    height: 74px;
    margin-top: 8px;
}

.label_mail {
    margin-top: 32px;
    display: inline-block;
}

.input_mail {
    margin-top: 8px;
}

.label_message {
    margin-top: 32px;
    display: inline-block;
}

.fortextarea {
    border: 1px solid #356EAD;
    box-sizing: border-box;
    border-radius: 10px;
    opacity: 0.4;
    width: 428px;
    height: 144px;
    margin-top: 8px;
}

.forbutton {
    background: #5A98D0;
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 23px 183px 23px;
    margin-top: 72px;
}

.what_we_do {
    margin-top: 64px;
    margin-bottom: 64px;
}

.content_contact {
    margin-top: 32px;
    margin-left: 112px;
    margin-right: 112px;
    /* margin-bottom: 15px; */
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    max-width: 940px;
    align-items: center;    
}

.contact_address {
    width: 301px;
    height: 668px;
    /* border: 2px solid green; */
    
}

.contact_p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #1F3F68;
    opacity: 0.6;
}

.contact_form {
    width: 540px;
    height: 800px;
    /* border: 2px solid red; */
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.content_cards {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
}

.content_card {
    width: 359px;
    padding: 44px 32px;
    background: #FFFFFF;
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.card_img {
    align-self: center;
}

.card_link {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #5A98D0;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.project_h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    align-self: center;
}

.project_img {
    width: 100%;
}

.project_item {
    position: relative;
    flex-grow: 1;
}

.project_item_margin {
    margin-right: 32px;
}

.project_parent {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.text {
    font-size: 16px;
    line-height: 26px;
    color: #1F3F68;         
    letter-spacing: 0.05em;
    opacity: 0.6;
}

.text_form {
    font-size: 16px;
    line-height: 30px; 
    letter-spacing: 0.04em;
    color: #1F3F68;  
    opacity: 0.8; 
    margin-top: 48px;
}

.project_text {
    color: #222222;
    text-align: center;
    margin: 32px auto 64px;
    width: 75%;
    opacity: 1;
   
}

.project_text_photo1 {
    font-size: 32px;
    line-height: 46px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: absolute;
    top: 64px;
    right: 64px;
}

.project_text_photo2 {
    top:32px;
    left: 32px;
    position: absolute;
    color: white;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 0.05em;
}

.footer {
    background: #316099;
    max-height: 657px;
    margin-top: 112px;
}

.footer_body {
    margin-left: 10%;
    margin-right: 10%;
}

.work {
    display: flex;
    justify-content: space-between;
    margin-top: 91px;
    margin-bottom: 96px;
}

.footer_content {
    max-width: 495px;
}

.footer_button {
    display: flex;
}

.footer_button_link {
    color: white;
    align-self: center; 
    padding: 15px 80px;
    background: #5A98D0;
    text-decoration: none;  
}

.footer_text {
    color: white;
    margin-top: 32px;
}


.line {
    opacity: 0.4;
    border: 1px solid #FFFFFF;
}

.info {
    margin-top: 64px;
    color: white;
}

.info_ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;
}

.copyright {
    margin-top: 64px;
    margin-bottom: 64px;
    opacity: 0.4;
}


.clear {
    clear:left;
}

.map {
    height: 641px;
    margin-top: 96px;
    margin-left: 112px;
    margin-right: 112px;
    background: darkgrey;
}

.map_frame {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width:1024px) {
   
    .menu {
        margin: 28px 32px;
    }

    .headertext {
        margin-left: 32px;
        margin-right: 32px;
        background-position: right bottom;
    }

    .what_we_do {
        margin-left: 32px;
        margin-right: 32px;
        margin-top: 64px;
    }

    .content_cards {
        flex-direction: column;
        align-items: center;
    }

    .content_card {
        margin-top: 32px;
    }

    .content_contact {
        /* //margin-left: 112px;
        //margin-right: 112px; */
        /* margin-bottom: 15px; */
        flex-direction: column;
        max-width: 940px;   
    }
    
    .contact_address {
        margin-top: 38px;
    }

    .project {
        margin-left: 32px;
        margin-right: 32px;
    }

    .project_text_photo2 {
        left: 20px;
        top: 20px;
    }
    
    .work {
        margin: 47px 124px 64px;
    }

    .footer_content {
        max-width: 336px;
    }

    .footer_h3 {
        max-width: 335px;
    }

    .footer_button_link {
        padding: 3px 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .map {
        height: 392px;
        margin-left: 0;
        margin-right: 0;
    }

    .info {
        margin: 64px 124px;
    }

    .info_ul {
        flex-direction: column;
        list-style-position: inside;
    }

    .footer_li {
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .header {
        min-height: 376px;
    }
    
    .menu {
        margin: 16px;
    }

    .headertext {
        background-image: none;
        margin-top: 28px;
        margin-bottom: 40px;
        margin-right: 16px;
        margin-left: 16px;
        text-align: center;
        align-self: center;
    }

    .header_h1 {
        font-weight: 300;
        font-size: 32px;
        line-height: 37px;
        text-align: center;
        min-width: 323px;
        max-width: 630px;
    }

    .header_p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        min-width: 323px;
        margin-top: 12px;
        max-width: 630px;
    }

    .header_button {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 26px;
        text-align: center;
        padding: 0 8px;
        margin-top: 32px;
    }

    .contact_header_h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact_header_text {
        font-size: 16px;
        margin-top: 32px;
    }

    .what_we_do {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 48px;
    }

    .we_do_h3 {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
    }

    .content_cards {
        flex-direction: column;
        align-items: center;
    }

    .content_card {
        margin-top: 32px;
    }

    .project {
        margin-left: 15px;
        margin-right: 15px;
    }

    .project_h3 {
        font-size: 24px;
        line-height: 28px;
        min-width: 343px;
    }

    .project_text {
        width: 100%;
        margin-top: 32px;
        font-size: 16px;
        line-height: 26px;
    }

    .project_parent {
        flex-direction: column;
        margin-top: 16px;
    }

    .project_text_photo1 {
        font-size: 16px;
        line-height: 19px;
        top: 16px;
        right: 16px;
    }

    .project_text_photo2 {
        font-size: 16px;
        line-height: 19px;
        top: 16px;
        left: 16px;
    }

    .project_item_margin {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .contact_form {
        margin-left: 15px;
        margin-right: 15px;
        width: 342px;
        box-sizing: border-box;
    }

    .send_message_h4 {
        font-size: 16px;
        width: 220px;
    }

    .text_form {
        margin-top: 30px;
        font-size: 14px;
        margin-left: 36px;
        margin-right: 36px;
    }

    .forinput {
        margin-top: 5px;
        width: 272px;
        height: 45px;
    }

    .label_mail {
        margin-top: 20px;
    }

    .label_message {
        margin-top: 32px;
    }

    .fortextarea {
        margin-top: 5px;
        width: 272px;
        height: 92px;
    }

    .footer {
        margin-top: 64px;
    }

    .forbutton {
        width: 272px;
        height: 92px;
        margin-top: 46px;
        text-align: center;
        padding: 0;
    }

    .map {
            height: 346px;
    }

    .work {
        flex-direction: column;
        margin: 18px 16px 32px;
        align-items: center;
    }

    .footer_h3 {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .footer_text {
        text-align: center;
    }

    .footer_button {
        margin-top: 40px;
    }

    .info {
        margin: 32px 15px;
    }

    .copyright {
        align-self: center;
        text-align: center;
        margin: 32px auto 32px;
    }
}