.form-section {
    background-color: #f5f5f5;
}
.form-section__title {
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: center;
    width: 785px;
    color: #565656;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
}
.form-section__form {
    padding: 30px 30px 10px 30px;
    width: 1180px;
    border-radius: 5px;
    border: 1px solid #c7cada;
    margin: 0 auto 50px auto;
}
.form-section__form>div:first-child form{
    width: 100%;
}
.form-section__form>div:last-child{
    width: 100%;
    text-align: center;
    color:#b3b3b3;
    font-size: 13px;
    margin-top: 10px;
}
.form-section__form>div:last-child a{
    color:#b3b3b3;
}
.form-section__form>div:last-child a:hover{
    color:#454545;
}
.form__input {
    display: block;
    margin: 10px auto;
    width: 450px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #c7cada;
    background-color: #ffffff;
}
#nom_party{
    display: block; 
    margin: 10px auto; 
    width: 450px; 
    padding: 0 20px; 
    color: black
}
.form__button {
    margin: 5px auto;
    display: block;
    padding: 0 30px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #c7cada;
    background-color: #c7cada;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.section__footer_shadow {
    height: 30px;
    padding-bottom: 40px;
    background: transparent;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(10%,  rgba(255, 255, 255, 0)),  to(rgba(0, 0, 0, 0.282353)));
    background: -o-linear-gradient(top,  rgba(255, 255, 255, 0) 10%,  rgba(0, 0, 0, 0.282353) 100%);
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 10%,  rgba(0, 0, 0, 0.282353) 100%);
}
@media (max-width: 1560px){
}
@media (max-width: 1200px){
	.form-section__form{
		    width: 950px;
	}
	.form__input {
    width: 340px;
	}
    #nom_party{
        width: 340px;
    }
}
@media (max-width: 970px){
	.form-section__form{
		    width: 750px;
	}
	.form__input {
    width: 250px;
}
#nom_party{
    width: 250px;
}
.form-section__title {
    width: 100%;
}
}
@media (max-width: 770px){
		.form-section__form{
		       width: calc(100% - 20px);
				flex-wrap: wrap;
				    padding: 10px;
	}
	.form-section__form > input{
		margin-bottom:10px;
	}
	.form-section__form > input:last-child{
		margin-bottom:0px;
	}
	.form__input {
    width: 100%;
}
#nom_party{
    width: 100%;
}
.form-section__title {
       width: 100%;
		font-size: 18px;
		padding:0px 10px;
		margin-bottom:20px;
}
}