.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

a {
  color: #1500ff;
  text-decoration: underline;
}

.returnbtn {
  position: fixed;
  left: 20px;
  top: 90px;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.fullscreen_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px 20px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/VIA-COMELICO_EST2_Rev03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/VIA-COMELICO_EST2_Rev03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #422020;
}

.logo {
  width: 220px;
  height: 80px;
  background-image: url('../images/dimoremilanesi_orizz_negativo_colore-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lead-genereator_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e7cdb5;
}

.title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  color: #955550;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.subtitle {
  margin-bottom: 10px;
  font-family: p22-underground-sc, sans-serif;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.input {
  height: 30px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.6);
  font-family: p22-underground, sans-serif;
  font-size: 12px;
}

.input::-webkit-input-placeholder {
  color: #333;
}

.input:-ms-input-placeholder {
  color: #333;
}

.input::-ms-input-placeholder {
  color: #333;
}

.input::placeholder {
  color: #333;
}

.input.select {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.submit {
  position: relative;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #955550;
  font-family: p22-underground-pc, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.root_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small {
  margin-bottom: 5px;
  font-family: p22-underground, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
}

.month-choice_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 100px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.month-choice_btn:focus {
  background-color: #000;
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.choice_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  background-color: #f7f7f7;
}

.arrows {
  width: 0px;
  height: 100%;
  min-width: 20px;
  -webkit-transition: all 500ms cubic-bezier(.075, .82, .165, 1);
  transition: all 500ms cubic-bezier(.075, .82, .165, 1);
  cursor: pointer;
}

.arrows.left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrows.left:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.arrows.right {
  background-image: url('../images/next.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrows.right:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.day-choice_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 80px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: p22-underground-sc, sans-serif;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
}

.day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
}

.day.active {
  background-color: #e7cdb5;
  line-height: 20px;
}

.hours-choice_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hours-choice_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 45px;
  margin: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #422020;
  border-radius: 5px;
  background-color: transparent;
  font-family: p22-underground-sc, sans-serif;
  color: #422020;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.hours-choice_btn:focus {
  background-color: #6975ff;
}

.hours-choice_btn.active {
  background-color: #422020;
  color: #fff;
}

.success_logo {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-image: url('../images/checked.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.error_logo {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-image: url('../images/cancel.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.selectedday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  font-family: p22-underground-sc, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.btnwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  margin: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: p22-underground-sc, sans-serif;
  color: #fff;
}

.button.yes {
  background-color: #3bad1f;
}

.button.no {
  background-color: #aa2016;
}

.question_logo {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-image: url('../images/question.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.day-disable_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 80px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 10px;
  line-height: 15px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(53, 53, 53, 0.5);
  background-color: #353535;
}

.logo_abitare {
  width: 130px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/ValtellinaPalace_Logo_AbitareCo.svg');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.footer_line {
  width: 1px;
  height: 25px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.button-telefono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  font-family: p22-underground, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.back {
  position: absolute;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #955550;
  background-color: #955550;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: p22-underground, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.back:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.back_icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/home.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.bold-text {
  color: #9e8424;
}

.link {
  color: #955550;
}

@media screen and (max-width: 991px) {
  .fullscreen_wrapper {
    padding-top: 90px;
  }
  .lead-genereator_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .choice_wrapper {
    margin-top: 10px;
  }
  .hours-choice_wrapper {
    padding: 4px;
  }
  .hours-choice_btn {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .fullscreen_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lead-genereator_wrapper {
    padding: 20px;
  }
  .title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 27px;
  }
  .subtitle {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .input {
    font-size: 12px;
  }
  .submit {
    margin-bottom: -2px;
  }
  .small {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 12px;
  }
  .choice_wrapper {
    height: 150px;
  }
  .day-choice_btn {
    min-width: 50px;
    font-size: 10px;
    line-height: 10px;
  }
  .day {
    margin-top: 3px;
    font-size: 15px;
  }
  .hours-choice_wrapper {
    padding: 4px;
  }
  .hours-choice_btn {
    width: 85px;
    height: 35px;
    margin: 9px;
    font-size: 12px;
  }
  .success_logo {
    margin-top: -20px;
  }
  .error_logo {
    margin-top: -20px;
  }
  .selectedday {
    font-size: 12px;
    line-height: 15px;
  }
  .question_logo {
    margin-top: -20px;
  }
  .day-disable_btn {
    min-width: 50px;
    font-size: 10px;
    line-height: 10px;
  }
  .form {
    margin-bottom: 0px;
  }
  .button-telefono:hover {
    background-color: rgba(61, 59, 55, 0.5);
  }
  .back {
    padding-right: 0px;
  }
  .back_txt {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .fullscreen_wrapper {
    padding: 55px 5px 122px;
  }
  .logo {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lead-genereator_wrapper {
    padding: 20px 15px;
  }
  .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .subtitle {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .input {
    height: 32px;
  }
  .small {
    font-size: 8px;
  }
  .choice_wrapper {
    padding: 3px 0px;
  }
  .day-choice_btn {
    height: 50px;
    min-width: 30px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
  }
  .day {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    padding: 3px 2px;
    font-size: 12px;
  }
  .day.active {
    font-size: 13px;
    line-height: 25px;
  }
  .hours-choice_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hours-choice_btn {
    margin: 7px;
  }
  .selectedday {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .day-disable_btn {
    height: 50px;
    min-width: 30px;
  }
  .footer {
    height: 117px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo_abitare {
    margin-bottom: 15px;
  }
  .footer_line {
    display: none;
    width: 25px;
    height: 1px;
    margin: 15px 0px;
  }
  .button-telefono {
    height: auto;
    padding-top: 0px;
  }
  .back {
    left: 5px;
    top: 5px;
    bottom: 5px;
  }
  .back_icon {
    width: 40px;
  }
}

