.popup {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.5s;
  /** { outline: 2px dotted red;  }
  * * { outline: 2px dotted green; }
  * * * { outline: 2px dotted pink; }
  * * * * { outline: 2px dotted blue; }
  * * * * * { outline: 2px solid red; }
  * * * * * * { outline: 2px solid green; }
  * * * * * * * { outline: 2px solid orange; }
  * * * * * * * * { outline: 2px solid blue; }*/ }
  .popup.active {
    opacity: 1;
    transition: 0.5s;
    z-index: 4500; }
    .popup.active .box {
      height: 1000px;
      transition: 1s; }
  .popup .box {
    height: 0;
    transition: 1s; }
  .popup .city {
    font-weight: 200 !important; }
    .popup .city h3 {
      background: #7bc623;
      padding: 1rem 3rem;
      border-radius: 1rem 0 0 0;
      margin: 0;
      color: white; }
    .popup .city ul {
      background: white;
      text-align: center;
      list-style-type: none;
      font-size: 1.5rem;
      padding: 2rem 0rem;
      border-radius: 0 0 1rem 0; }
      .popup .city ul > li a {
        color: #7bc623; }
  .popup > div:not(.substrate) {
    z-index: 1000; }
  .popup .substrate {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 900;
    cursor: pointer; }
  .popup .header {
    background: white;
    padding: 1.5rem; }
    .popup .header h5 {
      line-height: 1.5rem; }
    .popup .header .close {
      cursor: pointer; }
  .popup .box {
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .popup .box > div {
      background: white; }
    @media (min-width: 576px) {
      .popup .box > div:last-child {
        border-radius: 0 0 1rem 1rem;
        margin-bottom: 2rem; } }
  .popup form {
    font-size: 1rem;
    line-height: 2.5rem; }
    .popup form input {
      border: 1px solid white;
      background: #cccccc;
      text-align: center;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .popup form input:first-of-type {
        border-radius: 0.5rem 0.5rem 0 0; }
      .popup form input:last-of-type {
        border-radius: 0 0 0.5rem 0.5rem; }
    .popup form button {
      margin-top: 1rem;
      padding: 0 1rem;
      border-radius: 0.5rem;
      border: 1px solid white;
      color: white;
      font-weight: bold; }
      .popup form button:hover {
        opacity: 0.9; }
  .popup .carousel .carousel-control-prev {
    width: 30%;
    justify-content: flex-start;
    padding-left: 2rem; }
  .popup .carousel .carousel-control-next {
    width: 70%;
    justify-content: flex-end;
    padding-right: 2rem; }
  .popup .carousel .carousel-indicators > li {
    box-sizing: border-box;
    opacity: 1;
    height: 1rem;
    width: 1rem;
    border: 0.125rem solid white;
    border-radius: 0.5rem;
    background: transparent; }
    .popup .carousel .carousel-indicators > li.active {
      background: white; }
  .popup .carousel .carousel-item {
    text-align: center;
    background: #cccccc; }
  .popup .carousel-inner img {
    *max-width: 100%;
    width: 100%;}
  .popup .carousel-inner a {
    position: relative; }
    .popup .carousel-inner a img {
      width: 100px;
      display: none; }
    .popup .carousel-inner a i {
      z-index: 1000;
      position: absolute;
      right: 1rem;
      top: 1rem;
      color: #7bc623;
      font-size: 2rem; }
      .popup .carousel-inner a i:hover {
        opacity: 0.8;
        transition: 0.5s; }
  .popup .top {
    padding-bottom: 1rem; }
    .popup .top > div:not(.carousel) {
      padding: 0 1rem; }
    @media (min-width: 576px) {
      .popup .top > div.carousel {
        padding: 0 1rem; } }
    @media (min-width: 992px) {
      .popup .top > div.carousel {
        padding: 0 0 0 1rem; } }
    @media (min-width: 992px) {
      .popup .top .carousel .carousel-inner {
        width: 640px; } }
    @media (min-width: 1200px) {
      .popup .top .carousel .carousel-inner {
        width: 800px; } }
    .popup .top .union .info p {
      margin-bottom: 0; }
    .popup .top .union .info p.square {
      font-size: 2.25rem;
      line-height: 3rem;
      color: #7bc623; }
    .popup .top .union .info p.caption {
      font-size: 1.5rem; }
    .popup .top .union .info p.text {
      font-size: 1rem;
      color: #7bc623; }
    .popup .top .union .info p.materials {
      margin-bottom: 1rem; }
    .popup .top .union form button {
      background: #f99604; }
  .popup .individual {
    padding: 1rem; }
    .popup .individual h5 {
      font-size: 1.25rem; }
    .popup .individual form button {
      background: #7bc623; }
    @media (min-width: 992px) {
      .popup .individual form button {
        margin-top: 0;
        margin-left: 1rem; }
      .popup .individual form input {
        border: 1px solid white;
        background: #cccccc;
        text-align: left;
        padding-left: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
        .popup .individual form input:first-of-type {
          border-radius: 0.5rem 0 0 0.5rem; }
        .popup .individual form input:last-of-type {
          border-radius: 0 0.5rem 0.5rem 0; } }
  .popup .plans {
    padding: 1rem; }
    .popup .plans .item {
      padding: 1rem; }
      .popup .plans .item img {
        max-width: 350px; width: 100%;}
      .popup .plans .item p {
        text-align: center; }
        .popup .plans .item p.caption {
          margin-bottom: 0; }
        .popup .plans .item p.square {
          color: #7bc623;
          font-size: 1.5rem; }
    .popup .plans form button {
      background: #f99604; }
    @media (min-width: 992px) {
      .popup .plans form button {
        margin-top: 0;
        margin-left: 1rem; }
      .popup .plans form input {
        border: 1px solid white;
        background: #cccccc;
        text-align: left;
        padding-left: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
        .popup .plans form input:first-of-type {
          border-radius: 0.5rem 0 0 0.5rem; }
        .popup .plans form input:last-of-type {
          border-radius: 0 0.5rem 0.5rem 0; } }
    .popup .plans form p.text {
      text-align: justify;
      margin: 0;
      margin-top: 0.5rem;
      font-size: 1rem;
      line-height: 1.25rem; }
  .popup .ready {
    padding: 1rem; }
    @media (max-width: 575px) {
      .popup .ready {
        padding: 1rem 0; } }
    .popup .ready .carousel-inner > a {
      position: relative; }
      .popup .ready .carousel-inner > a img {
        width: 100px;
        display: none; }
      .popup .ready .carousel-inner > a i {
        z-index: 1000;
        position: absolute;
        right: 1rem;
        top: 1rem;
        color: rgba(0, 0, 0, 0.3);
        font-size: 1.5rem; }
        .popup .ready .carousel-inner > a i:hover {
          color: rgba(0, 0, 0, 0.6);
          transition: 0.5s; }
    .popup .ready .carousel-inner .carousel-item img {
      *max-height: 450px;
      width: 100%;
      height: auto;
      text-align: center; }
  .popup .f-cost-calc h2 {
    text-align: center;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .popup .f-cost-calc .form-group {
    padding: 0.5rem;
    margin-bottom: 0; }
    .popup .f-cost-calc .form-group > div {
      min-width: 20rem; }
      @media (min-width: 480px) {
        .popup .f-cost-calc .form-group > div {
          min-width: 25rem; } }
      @media (min-width: 992px) {
        .popup .f-cost-calc .form-group > div {
          min-width: 0; } }
    .popup .f-cost-calc .form-group h3 {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 2rem; }
      @media (min-width: 992px) {
        .popup .f-cost-calc .form-group h3 {
          font-size: 1rem;
          line-height: 2rem;
          font-weight: normal; } }
  .popup .f-cost-calc input[type="radio"] {
    display: none;
    position: absolute;
    opacity: 1; }
    .popup .f-cost-calc input[type="radio"] + label {
      cursor: pointer;
      font-size: 1rem;
      line-height: 2rem;
      margin-right: 0.5rem; }
      @media (min-width: 480px) {
        .popup .f-cost-calc input[type="radio"] + label {
          font-size: 1.25rem;
          line-height: 2rem; } }
      @media (min-width: 992px) {
        .popup .f-cost-calc input[type="radio"] + label {
          font-size: 0.875rem;
          line-height: 1.5rem; } }
    .popup .f-cost-calc input[type="radio"] + label:before {
      font-family: "Font Awesome 5 Free";
      -webkit-font-smoothing: antialiased;
      font-weight: 900;
      content: '\f00c';
      border: 2px solid #dadada;
      background: #dadada;
      border-radius: 4px;
      width: 2rem;
      height: 2rem;
      display: inline-block;
      margin-right: 1rem;
      font-size: 1.5rem;
      line-height: 2rem;
      color: #dadada;
      text-align: center;
      transition: 0.3s; }
      @media (min-width: 992px) {
        .popup .f-cost-calc input[type="radio"] + label:before {
          font-size: 1.125rem;
          line-height: 1.25rem;
          width: 1.5rem;
          height: 1.5rem;
          margin-right: 0.5rem; } }
    .popup .f-cost-calc input[type="radio"]:checked + label:before {
      border: 2px solid #7bc623;
      transition: 0.3s;
      color: black; }
  .popup .f-cost-calc .info input {
    background: #dadada;
    border: 1px solid red;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    border: 1px solid white;
    margin-left: 1rem;
    margin-right: 1rem; }
    @media (min-width: 992px) {
      .popup .f-cost-calc .info input {
        margin: 0;
        line-height: 2.5rem; } }
    @media (min-width: 992px) {
      .popup .f-cost-calc .info input {
        max-width: 10rem; }
        .popup .f-cost-calc .info input[name="phone"] {
          max-width: 12rem; } }
    @media (max-width: 991px) {
      .popup .f-cost-calc .info input {
        width: 80%; }
        .popup .f-cost-calc .info input.square-top-mob {
          width: auto; } }
  .popup .f-cost-calc .info button {
    margin-top: 1rem;
    width: 100%;
    border-radius: 0.25rem;
    background: #7bc623;
    border: 1px solid #7bc623;
    color: white;
    padding: 0 0.5rem;
    opacity: 0.9;
    cursor: pointer; }
    @media (min-width: 992px) {
      .popup .f-cost-calc .info button {
        margin-top: 0rem;
        margin-left: 1rem; } }
    .popup .f-cost-calc .info button:hover {
      opacity: 1.0; }
  .popup .more {
    padding: 1rem 0; }
    .popup .more .card {
      margin: 1rem;
      width: 480px;
      background: #eeeeee;
      border: none;
      border-radius: 0;
      opacity: 1.0;
      cursor: pointer; }
      @media (min-width: 768px) {
        .popup .more .card {
          width: 320px; } }
      @media (min-width: 992px) {
        .popup .more .card {
          width: 280px; } }
      @media (min-width: 1200px) {
        .popup .more .card {
          width: 340px; } }
      .popup .more .card:hover {
        opacity: 0.8;
        transition: 0.2s; }
      .popup .more .card .card-body {
        padding: 1rem; }
      .popup .more .card .card-img-to {
        border-radius: 0; }
      .popup .more .card p {
        margin-bottom: 0; }
      .popup .more .card p.card-text {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.5rem; }
      .popup .more .card p.card-text-price {
        color: #7bc623;
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 2rem;
        text-align: right; }
  .popup .footer {
    height: 1rem; }

/*# sourceMappingURL=popup.css.map */
