html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 18px;
}

div {
  display: block;
  position: relative;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* box model reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

input, select {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
}

.max-img {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.img-wrap {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  padding: 10px 0px;
}

.real-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.container-frame {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.container-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container-frame iframe, .container-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  flex-wrap: wrap;
}

.center_flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/*** Crealia GRID NOT bootstrap **/
.wrapper-ym {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ym-1 {
  width: 8.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-2 {
  width: 16.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-3 {
  width: 24.9999%;
  min-height: 1px;
  padding: 10px;
}

.ym-4 {
  width: 33.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-5 {
  width: 41.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-6 {
  width: 50%;
  min-height: 1px;
  padding: 10px;
}

.ym-7 {
  width: 58.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-8 {
  width: 66.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-9 {
  width: 74.999%;
  min-height: 1px;
  padding: 10px;
}

.ym-10 {
  width: 83.333%;
  min-height: 1px;
  padding: 10px;
}

.ym-11 {
  width: 91.666%;
  min-height: 1px;
  padding: 10px;
}

.ym-12 {
  width: 100%;
  min-height: 1px;
  padding: 10px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

#cookieChoiceInfo {
  position: fixed;
  padding: 10px;
  font-size: 12px;
  background-color: #ffffff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2222;
  text-align: center;
  padding-right: 30px;
  color: #444444;
}

#cookieChoiceInfo i {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

#cookieChoiceInfo a {
  color: #ef1f50;
  text-decoration: underline;
}

#cookieChoiceDismiss {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ef1f50;
  right: 5px;
  color: #fff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

html.hidden, html.hidden body {
  width: 100%;
  min-height: 100%;
  position: fixed;
  display: block;
  overflow: hidden;
}

html, body {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
}

.ct {
  text-align: center;
}

#preventivatore.numeroduplicato .form-row {
  position: relative;
  width: 100%;
}

#preventivatore.numeroduplicato .form-row label {
  display: block;
}

#preventivatore.numeroduplicato .form-row input {
  width: 100%;
  border: 1px solid rgba(44, 30, 31, 0.4);
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 18px;
}

#preventivatore.numeroduplicato .form-row input.error {
  border: 1px solid #ec4242;
}

#preventivatore.numeroduplicato .form-row p {
  font-size: 18px;
  color: #153661;
}

#preventivatore.numeroduplicato input#numbertel::-webkit-outer-spin-button,
#preventivatore.numeroduplicato input#numbertel::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

#preventivatore.numeroduplicato input#numbertel[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

#preventivatore.numeroduplicato .numero_new {
  padding: 15px 0px 0px 0px;
}

#preventivatore.numeroduplicato .numero_new h4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  color: #153661;
}

#preventivatore.numeroduplicato .errorempty {
  padding: 0px 10px;
  margin-top: 10px;
  background-color: #ec4242;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
}

#preventivatore.numeroduplicato .errorempty b {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

#preventivatore.numeroduplicato .errorempty b i {
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preventivatore.numeroduplicato .errorempty.selected {
  padding: 10px 10px;
  max-height: 1000px;
}

#preventivatore.numeroduplicato .cont_submit {
  display: inline-block;
  margin-top: 10px;
}

#preventivatore.numeroduplicato .cont_submit i {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  border-radius: 100px;
  pointer-events: none;
}

#preventivatore.numeroduplicato .cont_submit input[type="submit"] {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  background-color: blue;
  padding-right: 40px;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  background-color: #0cb637;
  cursor: pointer;
}

#preventivatore.numeroduplicato .containerform {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  max-width: 700px;
  margin: 20px auto;
}

#preventivatore.numeroduplicato .cont_form {
  padding: 10px 0px;
  margin-bottom: 10px;
  padding-left: 100px;
  border-bottom: 2px solid #eaeaea;
}

#preventivatore.numeroduplicato .cont_form:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/numberdouble.svg);
}

#preventivatore.numeroduplicato .cont_form h1 {
  font-size: 25px;
  color: #153661;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-weight: 900;
}

#preventivatore.numeroduplicato .cont_form p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

#preventivatore.numeroduplicato .errorempty {
  padding: 0px 10px;
  margin-top: 10px;
  background-color: #ec4242;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
}

#preventivatore.numeroduplicato .errorempty b {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

#preventivatore.numeroduplicato .errorempty b i {
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preventivatore.numeroduplicato .errorempty.selected {
  padding: 10px 10px;
  max-height: 1000px;
}

#preventivatore.numeroduplicato .old_num {
  font-weight: 900;
  color: #153661;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #preventivatore.numeroduplicato .cont_form {
    padding-left: 0px;
    padding: 0px;
    padding-bottom: 10px;
  }
  #preventivatore.numeroduplicato .cont_form h1 {
    padding-left: 44px;
    font-size: 35px;
  }
  #preventivatore.numeroduplicato .cont_form p {
    font-size: 15px;
  }
  #preventivatore.numeroduplicato .cont_form:after {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  #preventivatore.numeroduplicato .containerform {
    padding: 10px;
  }
  #preventivatore.numeroduplicato .form-row p {
    font-size: 16px;
  }
  #preventivatore.numeroduplicato .errorempty b {
    text-align: left;
  }
  #preventivatore.numeroduplicato .numero_new h4 {
    font-size: 17px;
    text-align: center;
  }
  #preventivatore.numeroduplicato .errorempty {
    font-size: 14px;
  }
  #preventivatore.numeroduplicato .errorempty b i {
    font-size: 20px;
  }
  #preventivatore.numeroduplicato .errorempty {
    padding: 0px 4px;
  }
  #preventivatore.numeroduplicato .errorempty.selected {
    padding: 10px 4px;
  }
  #preventivatore.numeroduplicato .errorempty b {
    padding-left: 23px;
  }
}

#preventivatore.confermanumero {
  background-color: #caf5ff;
}

#preventivatore.confermanumero .wrapper_prev {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}

#preventivatore.confermanumero .progress_prev {
  margin-top: 5px;
}

#preventivatore.confermanumero .perc_numb {
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #153661;
  font-size: 16px;
  font-weight: 800;
}

#preventivatore.confermanumero .progress_prev .number_progress {
  width: 98%;
}

#preventivatore.confermanumero .cont_progress {
  max-width: 600px;
  margin: 10px auto;
  width: 100%;
}

#preventivatore.confermanumero .cont_progress .progress {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#preventivatore.confermanumero .cont_progress .progressbar {
  width: 95%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: #0eb32f;
}

#preventivatore.confermanumero .cont_progress span {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
}

#preventivatore.confermanumero .box_num {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#preventivatore.confermanumero .box_num h2 {
  font-weight: 400;
  color: #1c1919;
  font-size: 23px;
  line-height: 1.3em;
  margin-bottom: 10px;
}

#preventivatore.confermanumero .box_num h3 {
  font-weight: 700;
  font-size: 28px;
  color: #153661;
  margin-bottom: 8px;
}

#preventivatore.confermanumero .box_num h4 {
  font-weight: 400;
  color: #1c1919;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  display: inline-block;
}

#preventivatore.confermanumero .box_num .modal_btn {
  display: inline-block;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f4af5a;
  color: #fff;
  cursor: pointer;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.2em;
}

#preventivatore.confermanumero .box_num .modal_btn i {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

#preventivatore.confermanumero .box_cn {
  padding: 10px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

#preventivatore.confermanumero .info_box {
  padding: 10px 0px;
  padding-left: 180px;
  margin: 10px 0px;
  position: relative;
}

#preventivatore.confermanumero .info_box p {
  font-size: 18px;
  line-height: 1.4em;
  color: #1c1919;
}

#preventivatore.confermanumero .info_box p b {
  font-weight: 800;
}

#preventivatore.confermanumero .info_box a {
  display: block;
  text-decoration: underline;
  color: #153661;
}

#preventivatore.confermanumero .info_box:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/code.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#preventivatore.confermanumero .box_30 {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
}

#preventivatore.confermanumero .box_30 a {
  text-decoration: underline;
  color: #0b79ff;
  display: inline-block;
  padding: 3px;
}

#preventivatore.confermanumero #form_number {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  text-align: center;
}

#preventivatore.confermanumero #form_number label {
  text-align: left;
  display: block;
}

#preventivatore.confermanumero #form_number input.codice_verifica {
  border: 1px solid #e6e6e6;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #f6f6f6;
  padding-left: 175px;
  position: relative;
  z-index: 1;
}

#preventivatore.confermanumero #form_number .sub_cont {
  padding: 10px;
  background-color: #07a84a;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-right: 40px;
}

#preventivatore.confermanumero #form_number .sub_cont i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.16);
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

#preventivatore.confermanumero #form_number input[type=submit] {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

#preventivatore.confermanumero #form_number span.label {
  padding: 12px 11px;
  padding-right: 30px;
  background-color: #e6e6e6;
  display: inline-block;
  color: #153661;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  font-size: 16px;
  text-align: left;
  z-index: 2;
  left: 1px;
  top: 1px;
}

#preventivatore.confermanumero #form_number span.label i {
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
}

#preventivatore.confermanumero #form_number span.error {
  position: absolute;
  top: 0px;
  right: 10px;
  opacity: 0;
  background-color: #f61f1f;
  padding: 5px 10px 5px 10px;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: -1;
}

#preventivatore.confermanumero .in_box {
  margin-top: 20px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

#preventivatore.confermanumero #form_number .in_box.error input.codice_verifica {
  border: 1px solid #f61f1f;
  color: #f61f1f;
}

#preventivatore.confermanumero #form_number .in_box.error span.error {
  opacity: 1;
  top: -25px;
}

.cont_popup {
  position: fixed;
  width: 0%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: hidden;
}

.popup {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 360px;
  position: absolute;
  left: 50%;
  top: 0%;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: -180px;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.popup .form-row span {
  position: relative;
  display: block;
  width: 90%;
  background-color: #f54848;
  color: #fff;
  font-weight: 400;
  margin: 0px auto;
  padding: 0px 10px;
  opacity: 1;
  max-height: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.popup .form-row.error span {
  opacity: 1;
  max-height: 30px;
  padding: 3px 10px;
}

.popup .form-row.error input[type=text] {
  border: 1px solid #f54848;
}

.popup input[type=text] {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
  width: 100%;
  background-color: #f2f2f2;
}

.popup h2 {
  color: #153661;
  font-weight: 700;
  font-size: 20px;
}

.popup .sub_contnum {
  padding: 10px;
  background-color: #07a84a;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-right: 40px;
  margin-top: 10px;
}

.popup .sub_contnum i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.16);
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

.popup input[type=submit] {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.popup .close_pop {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: #eb3f3f;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}

.popup .close_pop i {
  line-height: 30px;
}

.cont_popup.open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.cont_popup.open .bg_pop {
  background-color: rgba(21, 54, 97, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.cont_popup.open .popup {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  #preventivatore.confermanumero .box_num {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #preventivatore.confermanumero .box_num h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #preventivatore.confermanumero .box_num h3 {
    font-size: 25px;
  }
  #preventivatore.confermanumero .box_num h4 {
    font-size: 16px;
  }
  #preventivatore.confermanumero .info_box {
    padding-left: 0px;
    padding-top: 120px;
    margin: 5px 0px;
  }
  #preventivatore.confermanumero .info_box:after {
    height: 120px;
    width: 100%;
  }
  #preventivatore.confermanumero .info_box p {
    font-size: 18px;
  }
  #preventivatore.confermanumero .popup {
    padding: 20px 10px;
    width: 310px;
    margin-left: -155px;
  }
  #preventivatore.confermanumero .progress_prev {
    margin-bottom: 20px;
  }
  #preventivatore.confermanumero .popup .close_pop {
    top: -20px;
    right: 5px;
  }
  #preventivatore.confermanumero .in_box {
    text-align: center;
  }
  #preventivatore.confermanumero #form_number span.label {
    position: absolute;
    left: auto;
    top: -25px;
    left: 10px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #preventivatore.confermanumero #form_number span.label i {
    display: none;
  }
  #preventivatore.confermanumero #form_number input.codice_verifica {
    padding-left: 10px;
  }
  #preventivatore.confermanumero .cont_progress {
    max-width: 310px;
  }
}

/***********************************************
Mobile (landscape 420px)
***********************************************/

/*# sourceMappingURL=number_confirm.map */