.container-form{
    max-width: 1100px;
    margin: auto;
}

.form-title{
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}
.container-form{
    background: rgba(232, 235, 239, 1);
    margin-top: 40px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-radius: 13px;
    margin-bottom: 80px;
}
.wpcf7 p{
    display: flex;
    flex-direction: column;

}
.form_row{
    width: 47%;
    margin-bottom: 30px;
}

.container-fields{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"] ,.wpcf7 input[type="email"], .wpcf7 input[type="date"] {
    height: 40px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.wpcf7 input[type="checkbox"]{
    height: 19px;
    max-width: 19px;
    border: none;
    border-radius: 3px;
    background: #F4F5F7;
    cursor: pointer;
    width: 19px;
}
.wpcf7-list-item.first{
    margin-left: 0;
}

.wpcf7-list-item {
    margin-left: 0!important;
}

.wpcf7-list-item.last{
    margin-left: 16px!important;
}
.checkbox-row .wpcf7-form-control-wrap{
    margin-top: 20px;
}
.wpcf7-form-control-wrap{
    margin-top:10px;
}
.checkbox-row span{
    font-size: 18px;
}
.form_row_full{
    width: 100%;
}
.note-top{
    margin-top: 30px;
    font-size: 15px;
}
.note{
    font-size: 15px;
}

.wpcf7 input[type="submit"]{
    width: 264px;
    height: 40px;
    border-radius: 25.5px;
    background: rgba(232, 58, 58, 1);
    margin: auto;
    color: white;
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}

@media screen and (max-width:760px){
    .form_row{
        width: 100%;
    }
  

}

@media screen and (max-width:1120px) {
  .container-form{
        margin-left: 20px;
        margin-right: 20px;
    }
}
