.footer {
    /*background: #3c4252;*/
    color: white;
    padding: 100px 0;
}
.footer_content {
    display: flex;
    justify-content: space-between;

}
.footer_copyright {
    text-align: center;
    padding: 26px 0;
}


.footer_links {
    display: flex;
    flex-direction: column;
}


.footer_social {
    background: #202222;
    padding: 62px 0;
    margin-top: 70px;
}
.footer_social_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_social_list {
    display: flex;
    gap: 10px;
}
.footer_social_list a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer_social_list a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.footer_links a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #38ADA5;
    text-decoration: none;
    margin-bottom: 10px;
}


.footer_shortcode_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0C8481;
    margin-bottom: 30px;
}
form.wpcf7-form {
    display: flex;
    flex-direction: column;
}
form.wpcf7-form span {
    margin-bottom: 30px;
}
form.wpcf7-form span input,
form.wpcf7-form span select {
    width: 100%;
    max-width: 500px;
    height: 70px;
    padding: 0px 0 0 16px;
    background: #202222;
    border: 1px solid #fff;
    color: #757575;
}
form.wpcf7-form input.wpcf7-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #38ADA5;
    color: white;
    border: none;
    height: 70px;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #202222;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
form.wpcf7-form input.wpcf7-submit:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none !important;
}
@media only screen and (max-width: 1680px) {
    .footer_social_logo img {
        max-width: 270px;
    }
    .footer_social_list a img {
        width: 45px;
        height: 45px;
    }
    form.wpcf7-form span {
        margin-bottom: 20px;
    }
    form.wpcf7-form span input,
    form.wpcf7-form span select {
        height: 44px;
    }
    .footer_social {
        padding: 32px 0;
    }
    form.wpcf7-form input.wpcf7-submit {
        height: 46px;
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 600px) {
    .footer_content {
        flex-direction: column;
        padding: 0 16px;
    }
    .footer_social {
        margin-top: 50px;
    }

    .footer_social_content {
        flex-direction: column;
    }
    .footer form.wpcf7-form {
        gap: 20px;
        margin-bottom: 0px;
    }
    .footer form.wpcf7-form span {
        margin-bottom: 0px;
    }
}