.head__container{
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-position: center!important;
}
.head__block{
    position: relative;
    width: 100%;
}
/* .head__title_box{
    padding: 0 15px;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 107px;
    padding: 0 48px;
} */

.head__title_box {
    /* padding: 0 15px; */
    /* max-width: 1420px; */
    /* width: 100%; */
    /* margin: 0 auto; */
    /* margin-bottom: 107px; */
    /* padding: 0 48px; */
    padding: 0 48px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
    padding-bottom: 120px;
}


#head__button__box{
    padding: 0 15px;
    max-width: 1420px;
    width: 100%;
    margin: 65px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap:10px;
}
#head__button__box button{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #FFFFFF1A;
    border: 0px;
}
#head__button__box button.active{
    background: #05A65D;
}
.head__title{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 86px;
    font-weight: 300;
    line-height: 104px;
    letter-spacing: 0em;

    color: #FFFFFF;
}

/*---------------------------------------------------------------*/
.contact__container{
    width: 100%;
    margin:90px 0 130px;
    padding: 0px 47px
}
.contact__box h2{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;

    color: #575756;
}
.join__box{

}
.join__box_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 18px;
}
/*.join__box_text{*/
/*    max-width: 48%;*/
/*}*/
.join__box_text p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;

    color: #575756;
    margin-top: 0;
}
.contact__box{
    display: flex;
    justify-content: space-between;
}
.contact__form{
    min-width: 669px;
}

.contact__form p{
    margin: 0px;
}
.contact__form .wpcf7-form-control{
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    color: #575756;
    width: 100%;
    border: 0px;
    border-bottom: solid 1px #E3E3E3;
    padding-bottom: 20px;
    border-radius:0px;
    margin-top: 40px;
}
.contact__form .wpcf7-select{
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    color: #575756;
}

.contact__form .wpcf7-form-control:focus-visible{
    outline: none;
    border-bottom: solid 1px #000000;
}
.contact__form .wpcf7-textarea{
    padding: 0px;
    max-height: 130px;
}
.contact__form .wpcf7-submit{
    width: min-content;
    margin-top:63px;
    padding: 15px 143px 15px 143px;
    background: #05A65D;
    margin-left: calc(50% - 29%);
    border: none;
    border-radius: 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.contact__form .wpcf7{
    margin-top: -40px;
}

.contact_us__footer_text {
    width: 100%;
    background: linear-gradient(270.19deg, #189DC3 0.17%, #32B276 52.85%, #32B276 99.86%);
    display: flex;
    align-items: center;
    align-content: center;
    grid-gap: 10px;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
}

.contact_us__footer_text:hover {
    transition:  0.5s ease;
}

.contact_us__footer_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(5, 166, 93, 1) 100%);
    transition: left 0.5s ease;
}
.contact_us__footer_text:hover::before {
    left: 0;
}
.contact_us__footer_text:hover .contact_us__footer_text_title {
    z-index: 3;
    transform: translateX(40px);
    transition:  0.5s ease;
}
.contact_us__footer_text:hover .contact_us__footer_text_href {
    z-index: 3;
    transform: translateX(50px);
    transition:  0.5s ease;
}
.contact_us__footer_text:hover .contact_us__footer_text_href:after {
    z-index: 3;
    padding-left: 20px;
    transition:  0.5s ease;
}
a.contact_us__footer_text_href {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
.contact_us__footer_text_href:after{
    content: url("/wp-content/uploads/2023/12/Group-3676.svg");
    padding-left: 10px;
}

/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/




@media (max-width: 1470px){
    .contact__container {
        padding: 0px 47px
    }
}

@media (max-width: 1100px){
    .contact__form {
        max-width: 555px;
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 1024px){
    .contact__box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .contact__form{
        max-width: none;
    }
}

@media (max-width: 800px){

    .join__box_text {
        max-width: 100%;
    }

    .contact__box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .head__title_box {
        padding-bottom: 57px;
        margin-bottom: 0px;
    }

    .head__title {
        font-size: 64px;
        line-height: 64px;
    }

    .contact__container {
        margin-top: 49px;
        padding: 0px 15px;
        margin-bottom: 0px;
    }

    .contact__box h2 {
        margin-bottom: 20px;
    }

    .head__title_box {
        padding-left: 15px;
    }

    .contact__form {
        max-width: none;
    }

    .contact__form .wpcf7-submit {
        width: 100%;
        margin: 32px auto 60px;
    }

    .contact__form .wpcf7-textarea {
        max-height: 90px;
    }

    .contact_us__footer_text {
        padding: 30px 12px;
    }

}


@media (max-width: 600px){

    .head__container{
        background-position: 65% 50% !important;
    }

    .head__block.head__title_box {
        padding: 0 12px 57px;
    }
    .head__block .head__title_box {
        padding-bottom: 57px;
    }

    .join__box_inner {
        gap: 0px;
    }

}

.select-custom-list.wpcf7-form-control{
    height: 200px;
    overflow-y: scroll;
}