.form-no-photo .foto {
  display: none; }
.form-no-photo .form {
  margin: 0 auto; }
  .form-no-photo .form .title {
    justify-content: center; }
    .form-no-photo .form .title h3 {
      text-align: center; }
  .form-no-photo .form p {
    text-align: center;
    margin-bottom: 30px; }
.form-no-photo .container-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important; }

.form-photo {
  width: 100%; }
  .form-photo.reverse .wrapper {
    flex-direction: row-reverse; }
  .form-photo .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .form-photo .foto {
    position: relative;
    padding: 0;
    flex: 0 0 50%; }
    .form-photo .foto .image {
      z-index: 0; }
    .form-photo .foto:before {
      background: linear-gradient(180deg, white 0%, rgba(237, 221, 83, 0) 50%);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form-photo .foto:after {
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(-90deg, rgba(48, 179, 229, 0.88) 0%, rgba(237, 221, 83, 0) 40%); }
    .form-photo .foto figure.image {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; }
    .form-photo .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .form-photo .form {
    flex: 0 0 50%;
    display: flex;
    align-items: center; }
    .form-photo .form .title {
      margin-bottom: 0; }
    .form-photo .form p {
      margin-bottom: 30px; }
    .form-photo .form .checkbox-label .checkbox-styled {
      background-color: var(--primary-bg);
      border-color: var(--dark-bg); }
      .form-photo .form .checkbox-label .checkbox-styled span {
        font-size: 22px;
        font-weight: bold; }
  .form-photo .form-inner {
    padding-left: 110px;
    max-width: 735px;
    padding-top: 20px; }

@media (max-width: 575.5px) {
  .form-photo .foto {
    height: 100px;
    position: relative;
    flex: 1 1 100%; }
    .form-photo .foto .image {
      z-index: 0; }
    .form-photo .foto img {
      height: 100px; }
    .form-photo .foto:before {
      background: linear-gradient(180deg, white 0%, rgba(237, 221, 83, 0) 50%);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form-photo .foto:after {
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(48, 179, 229, 0.88) 0%, rgba(237, 221, 83, 0) 40%); }
  .form-photo .form {
    flex: 1 1 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .form-photo .foto {
    height: 150px;
    position: relative;
    flex: 1 1 100%; }
    .form-photo .foto .image {
      z-index: 0; }
    .form-photo .foto img {
      height: 150px; }
    .form-photo .foto:before {
      background: linear-gradient(180deg, white 0%, rgba(237, 221, 83, 0) 50%);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form-photo .foto:after {
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(48, 179, 229, 0.88) 0%, rgba(237, 221, 83, 0) 40%); }
  .form-photo .form {
    flex: 1 1 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .form-photo .foto {
    height: 150px;
    position: relative;
    flex: 1 1 100%; }
    .form-photo .foto .image {
      z-index: 0; }
    .form-photo .foto img {
      height: 150px; }
    .form-photo .foto:before {
      background: linear-gradient(180deg, white 0%, rgba(237, 221, 83, 0) 50%);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form-photo .foto:after {
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(48, 179, 229, 0.88) 0%, rgba(237, 221, 83, 0) 40%); }
  .form-photo .form {
    flex: 1 1 100%; }
  .form-photo .wrapper {
    flex-direction: column !important; } }

/*# sourceMappingURL=form_photo.css.map */
