*{
    box-sizing: border-box;
}

body {
    margin: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #F1F1F1;
}

.main_header{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 900px;
    background-image: url("../images/main_image.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #141414;
}

.contact_header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #161616;
}

.navigation_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-top: 26px;
    width: 1293px;
}

.navigation_container a{
    margin: 0;
    font-size: 18px;
    font-family: 'Inter', serif;
    font-weight: 400;
    line-height: 160%;
    color: #F1F1F1;
    text-decoration: none;
}

.nav{
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    font-family: 'Inter', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    gap: 40px;
}

.nav__link {
    text-decoration: none;
    color: #F1F1F1;
}

.title {
    margin-top: auto;
    margin-bottom: 49px;
    text-align: center;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 150px;
    font-weight: 400;
    color: #F1F1F1;
}

.main_container {
    margin: auto;
    width: 1280px;
}

.contact_main_container {
    background-color: #161616;
}

main {
    flex-grow: 1;
}

.main_title {
    margin: 0;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    color: #939393;
}

main p{
    margin: 0 auto;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    color: #161616;
}

main img{
    max-width: 100%;
}

.about_container {
    display: grid;
    grid-template-columns: 433px 1fr;
    align-self: center;
    margin: 162px auto 0;
    padding-bottom: 158px;
    border-bottom: 1px solid #939393;
}

.work_container {
    display: grid;
    grid-template-columns: 433px 1fr;
    align-self: center;
    margin: 115px auto 0;
    padding-bottom: 158px;
}

.worklist_container{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.worklist_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 172px;
    border-bottom: 1px solid #939393;
}

.worklist_item:first-child{
    height: 120px;
    align-items: start;
}

.worklist_item:last-child {
    height: 120px;
    align-items: end;
    border: none;
}

.worklist_item h3 {
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    margin-bottom: 18px;
    color: #161616;
}

.worklist_item p {
    margin: 0;
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #161616;
}

.worklist_item button {
    border: none;
    height: 68px;
}

.svg_plus {
    border-radius: 180px;
    cursor: pointer;
}

.svg_plus_active {
    border-radius: 180px;
    cursor: pointer;
    fill: #161616;
    stroke: #F1F1F1;
}

.testimonials_container {
    display: grid;
    grid-template-columns: 433px 1fr;
    align-self: center;
    margin: 158px auto 0;
    margin-bottom: 99px;
}

.review_container {
    width: 839px;
}

.reviewer_container {
    display: flex;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 120px;
    gap: 12px;
}

.reviewer_container img {
    width: 64px;
    height: 64px;
}

.reviewer_text{
    margin: 0 auto;
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #161616;
}

footer {
    display: flex;
    flex-direction: column;
    background-color: #161616;
}

.footer_container {
    width: 1293px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.footer_info {
    margin-top: 136px;
    margin-bottom: 119px;
}

footer img {
    width: 85px;
    height: 85px;
}

.footer_info p {
    margin-top: 95px;
    margin-bottom: 95px;
    text-align: left;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 91px;
    font-weight: 400;
    color: #F1F1F1;
}

footer button {
    padding: 14px 28px;
    border: none;
    border-radius: 170px;
    background: #F1F1F1;
    color: #161616;
    cursor: pointer;
    font-family: 'Inter', serif;
    font-size: 18px;
    font-weight: 400;
}

.footer_nav_container {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_nav_container span{
    margin: 0;
    font-size: 18px;
    font-family: 'Inter', serif;
    font-weight: 400;
    line-height: 160%;
    color: #939393;
}

.footer_nav{
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    font-family: 'Inter', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    gap: 40px;
}

.footer_nav__link {
    text-decoration: none;
    color: #939393;
}


li:first-child .footer_nav__link {
    color: #F1F1F1;
}

.contact_container {
    display: grid;
    grid-template-columns: 624px 2fr;
    margin: auto;
    width: 1280px;
    margin-top: 154px;
    margin-bottom: 248px;
}

.contact_container img {
    margin-bottom: 176px;
    width: 297px;
    height: 297px;
}

.title_contact_info {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    color: #939393;
}

.contact_container h3 {
    margin-top: 50px;
}

.contact_info_cont {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact_info {
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    list-style-type: none;
    color: #F1F1F1;
}

.contact_nav__link {
    text-decoration: none;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    color: #F1F1F1;
}

.contact_title {
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #F1F1F1;
    margin-top: 135px;
    margin-bottom: 71px;
}

.contact_form {
    display: flex;
    flex-direction: column;
}

.contact__label {
    margin-top: 30px;
    margin-bottom: 12px;
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    color: #f1f1f1;
}

.contact__label:first-child {
    margin-top: 0;
}

.contact__input {
    margin: 0;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    color: #f1f1f1;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 12px;
}

.contact__textarea {
    margin: 0;
    min-height: 158px;
    resize: none;
    font-family: 'AcidGrotesk', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    color: #f1f1f1;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 12px;
}

.contact__button {
    align-self: flex-start;
    width: auto;
    margin-top: 40px;
    padding: 14px 28px;
    font-family: 'Inter', serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 170px;
    background: #F1F1F1;
    color: #161616;
    cursor: pointer;
}