.mainContent {
  padding-top: 0;
}

section .section-tit2 {
  color: rgb(108, 154.8, 105);
}
section .section-form .contentStyledText {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  section .formCurriculum fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .formCurriculum fieldset .form-group.form-group-file {
    width: 100%;
  }
  section .formCurriculum fieldset .form-group:nth-last-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formCurriculum fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .formCurriculum .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .formCurriculum .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (max-width: 1023px) {
  section .formCurriculum fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .formCurriculum fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  section .formCurriculum fieldset .form-group:nth-child(2) {
    width: 274px;
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formCurriculum .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  section .formCurriculum fieldset {
    position: relative;
  }
  section .formCurriculum .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section .formCurriculum .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  section .formCurriculum .form-bottom {
    margin-top: 12px;
  }
  section .formCurriculum .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section .formCurriculum .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=cv.css.map */