.section {
    background: #F5F7FA;
    padding: 125px 0 97px;
}

.section .wrap {
    width: 1200px;
    margin: 0 auto;
}

.section .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #12254A;
}

.section .wrap .text {
    width: 835px;
    font-weight: 300;
    font-size: 24px;
    color: #12254A;
    line-height: 36px;
    margin: 47px 0 76px;
}

.section .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section .wrap form input {
    width: 560px;
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    height: 50px;
    margin-bottom: 46px;
    border: none;
    background: unset;
    border-bottom: 1px solid rgba(18, 37, 74, 0.1);
}

.section .wrap form input::placeholder {
    color: #12254A;
}

.section .wrap form textarea {
    width: 100%;
    height: 140px;
    border: none;
    background: unset;
    border-bottom: 1px solid rgba(18, 37, 74, 0.1);
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    line-height: 36px;
    margin-bottom: 43px;
}

.section .wrap form textarea::placeholder {
    color: #12254A;
}

.section .wrap form .button {
    width: 100%;
}

.section .wrap form .button button {
    border: none;
    width: fit-content;
    height: 60px;
    background: #12254A;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    transition: 0.6s;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap form .button button:hover {
    background: #F0AA21;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
  .section{
    padding: 6.5104166667vw 0px 5.0520833333vw;
  }
  .section .wrap{
    width: 62.5vw;
  }
  .section .wrap .title{
    font-size: 2.5vw;
  }
  .section .wrap .text{
    width: 43.4895833333vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
    margin: 2.4479166667vw 0px 3.9583333333vw;
  }
  .section .wrap form input{
    width: 29.1666666667vw;
    font-size: 0.8333333333vw;
    height: 2.6041666667vw;
    margin-bottom: 2.3958333333vw;
  }
  .section .wrap form textarea{
    height: 7.2916666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
    margin-bottom: 2.2395833333vw;
  }
  .section .wrap form .button button{
    height: 3.125vw;
    border-radius: 1.5625vw;
    padding: 0px 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title {
        font-size: 24px;
    }
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .text {
        width: 100%;
        margin: 20px 0 40px;
        font-size: 20px;
        line-height: 1.6;
    }
    .section .wrap form input {
        width: 100%;
        font-size: 16px;
        height: 60px;
        margin-bottom: 20px;
    }
    .section .wrap form textarea {
        height: 150px;
        font-size: 16px;
        padding: 20px 0 0;
        margin-bottom: 30px;
    }
    .section .wrap form .button button {
        height: 50px;
        margin: 0;
        border-radius: 25px;
        font-size: 16px;
        padding: 0 20px;
    }

}
