body,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.orange{
    color: #faba1b;
}
.footer{
    background-color: #21366B;
    color: white;
    font-family: "gotham-pro";
}
.footer_title{
    margin:0;
}
.footer_content{
    width: 1140px;
    display: flex;
    margin: auto;
    padding: 30px 0;
}
.footer_first-column,
.footer_second-column{
    width: 30%;
    margin-top: 30px;
}
.footer_third-column{
    width: 40%;
}
footer a{
    font-size: 18px;
    color: white;
    text-decoration: none;
}
footer a:hover{
    color: #faba1b;
}
.footer_content .orange{
    font-size: 20px;
    margin: 15px 0 5px 0;
}
.footer_content h3.orange{
    font-size: 22px;
}
.footer_contact-info{
    display:flex;
}
.footer_contact-info_column{
    width: 50%;
}
.footer_social{
    margin-left: 21px;
    margin-top: 10px;
}
.footer_social img{
    margin: 0 9px;
}
.self-form{
    display: flex;
    width: 100%;
}
#feedBackForm .user-data-contact{
    width: 240px;
}
#feedBackForm h5{
    margin-top: 0;
    margin-bottom: 10px;
    color: white;
}
#feedBackForm textarea{
    margin-top: 5px;
    resize: none;
    height: 158px;
    width: 210px;
    padding: 5px;
    font-size: 16px;
    color: white;
    background-color: #21366B;
    border-radius: 5px;
    border: 1px solid white;
}
#feedBackForm textarea::placeholder{
    color: white;
    margin-top: 20px;
    font-weight: 600;
}
#feedBackForm textarea{
    padding-left: 10px;
    margin-left: 7px;
}
#feedBackForm input{
    width: 96%;
    margin: 5px 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    background-color: #21366B;
    border-radius: 5px;
    border: 1px solid white;
}
#feedBackForm input[type="text"],
#feedBackForm input[type="email"],
#feedBackForm input[type="number"]{
    padding-left: 10px;
}
#feedBackForm input::placeholder{
   color: white;
}
#feedBackForm{
    width: 100%;
    margin-left: 10px;
}
#feedBackForm input#sender-form{
    margin: 0;
    height: 75px;
    background-color: white;
    color: #21366B;
}
#feedBackForm #sender-form {
    width: 303px;
}
#feedBackForm .text-danger{
    background-color: white;
    width: 303px;
    margin: 0 0 3px 0;
    padding: 2px 5px;
    color: red;
    border-radius: 2px
}
#feedBackForm .text-danger.green{
    color: green;
}
.g-recaptcha{
    margin-top: 5px;
    margin-bottom: 9px;
}
.hidden{
    display: none;
}