.form-photo {
  width: 100%; }
  .form-photo.reverse .wrapper {
    flex-direction: row-reverse; }
  .form-photo .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .form-photo .foto {
    padding: 0;
    flex: 0 0 50%; }
    .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 .title {
    justify-content: center; }
    .form-photo .title h3 {
      font-size: 45rem;
      text-align: center;
      font-weight: 700; }
  .form-photo .text .container-block.right {
    padding-right: calc(50vw - 760px); }
  .form-photo .text .container-block.left {
    padding-left: calc(50vw - 760px); }
  .form-photo .text .container-block > p {
    text-align: center;
    line-height: 1.8;
    font-weight: 500; }
  .form-photo .form {
    flex: 0 0 50%;
    display: flex;
    align-items: center; }
    .form-photo .form .form-group {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .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 .btn {
      width: 100%; }
  .form-photo .form-inner {
    padding-left: 110px;
    max-width: 735px;
    padding-top: 20px; }

@media (max-width: 575.5px) {
  .form-photo .title h3 {
    font-size: 25rem; }
  .form-photo .foto {
    flex: 1 1 100%; }
  .form-photo .form {
    flex: 1 1 100%; }
  .form-photo .text .container-block > p {
    font-size: 17rem;
    margin-bottom: 15px; }
  .form-photo .text .container-block.right {
    padding-right: 15px; }
  .form-photo .text .container-block.left {
    padding-right: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .form-photo .title h3 {
    font-size: 30rem; }
  .form-photo .foto {
    flex: 1 1 100%; }
  .form-photo .form {
    flex: 1 1 100%; }
  .form-photo .text .container-block.right {
    padding-right: 0px; }
  .form-photo .text .container-block.left {
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .form-photo .title h3 {
    font-size: 35rem; }
  .form-photo .foto {
    flex: 1 1 100%; }
  .form-photo .form {
    flex: 1 1 100%; }
  .form-photo .text .container-block.right {
    padding-right: 0px; }
  .form-photo .text .container-block.left {
    padding-right: 0px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .form-photo .title h3 {
    font-size: 35rem; }
  .form-photo .text .container-block.right {
    padding-right: 40px; }
  .form-photo .text .container-block.left {
    padding-right: 40px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .form-photo .text .container-block.right {
    padding-right: 40px; }
  .form-photo .text .container-block.left {
    padding-right: 40px; } }

/*# sourceMappingURL=form_photo.css.map */
