.std-box-style {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .col-xs-no-pad {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-padding {
  padding: 0;
}
.process-steps {
  border-bottom: 1px solid #ddd;
  padding: 2px;
  background-color: #fff;
}
.process-steps-tab {
  padding: 5px 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #00a800;
  position: relative;
  line-height: 28px;
  color: #333;
}
@media (max-width: 1051px) {
  .process-steps-tab {
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
  }
}
.process-steps-tab:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #00a800;
  z-index: 20;
}
.process-steps-tab:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}
.process-steps-tab.complete .process-steps-number {
  color: #333;
}
.process-steps-tab.active {
  color: #fff;
}
.process-steps-tab.active .process-steps-number {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
@media (max-width: 1051px) {
  .process-steps-tab.active:after {
    display: none;
  }
}
@media (max-width: 1051px) {
  .process-steps-tab.active:before {
    display: none;
  }
}
.process-steps-tab.first .process-steps-number {
  margin-left: 5px;
}
.process-steps-tab.first:before {
  display: none;
}
.process-steps-tab.last:after {
  display: none;
}
.process-steps-number {
  display: inline-block;
  border-radius: 100%;
  font-size: 20px;
  width: 28px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #333;
  line-height: 25px;
}
@media (max-width: 1051px) {
  .process-steps-number {
    float: left;
    margin-left: 5px;
  }
}
.process-steps-label {
  display: inline-block;
}
.cessione-page h1 {
  margin-bottom: 15px;
}
.cessione-form-container {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
  border: 0;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.cessione-form {
  position: relative;
}
.cessione-form .form-group {
  margin-bottom: 10px;
}
.cessione-form .control-label {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 1051px) {
  .cessione-form .control-label {
    padding-top: 0;
  }
}
.cessione-form .form-control::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.cessione-form .form-control:-ms-input-placeholder {
  color: #b9b9b9;
}
.cessione-form .form-control::-webkit-input-placeholder {
  color: #b9b9b9;
}
@media (max-width: 767px) {
  .cessione-form .form-control {
    height: 40px;
  }
}
.cessione-form .in-credit {
  border-radius: 0 !important;
}
.cessione-form .in-name {
  display: inline-block;
  width: 49%;
}
.cessione-form .in-surname {
  display: inline-block;
  width: 49%;
  margin-left: 2%;
}
.cessione-form .address-group .in-address {
  display: inline-block;
  width: 60%;
}
.cessione-form .address-group .num-label {
  width: 20%;
  text-align: center;
}
.cessione-form .address-group .in-num {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.cessione-form .form-fields-with-checkbox {
  padding-right: 95px;
}
.cessione-form .form-fields-with-checkbox .checkbox {
  position: absolute;
  top: -2px;
  right: 20px;
}
.cessione-form .alert {
  margin-bottom: -5px;
  margin-top: 5px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 12px;
}
.cessione-form .warning-row .control-label {
  color: #b28500;
}
.cessione-form .warning-row .has-warning {
  border-color: #f2cf87;
  color: #b28500;
}
.cessione-form .error-row .control-label {
  color: #de0400;
}
.cessione-form .error-row .has-error {
  border-color: #de0400;
  color: #de0400;
}
.cessione-form .success-row .controls:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  right: 26px;
  top: 10px;
  color: #00a800;
  z-index: 2;
  font-size: 18px;
  -webkit-animation: popIn 0.3s;
  animation: popIn 0.3s;
}
@media (min-width: 768px) {
  .cessione-form .success-row .controls:after {
    top: 6px;
  }
}
.cessione-form .success-row .has-success {
  border-color: #00a800;
  color: #00a800;
}
.cessione-form .fake-check {
  display: inline-block;
}
.cessione-form .fake-check a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #555;
  margin-right: 5px;
  position: relative;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 4px solid transparent;
}
.cessione-form .fake-check a:active,
.cessione-form .fake-check a:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.cessione-form .fake-check a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #afddff;
  border-radius: 100%;
}
.cessione-form .fake-check a.checked:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #afddff;
  border-radius: 100%;
}
.cessione-form .date-block .sm_err_wrapper {
  width: 250%;
}
.cessione-form .date-block .form-control {
  text-align: center;
}
.cessione-form .date-block .date-block-gg,
.cessione-form .date-block .date-block-mm {
  width: 25%;
  float: left;
  padding-right: 16px;
  position: relative;
}
.cessione-form .date-block .date-block-gg .divider,
.cessione-form .date-block .date-block-mm .divider {
  position: absolute;
  top: 6px;
  right: 6px;
}
.cessione-form .date-block .date-block-yyyy {
  width: 50%;
  float: left;
}
.cessione-form .input-group-addon:first-child {
  border-radius: 0;
  border-color: #ccc;
  background-color: #eee;
}
.cessione-form .info-sign {
  position: absolute;
  top: 4px;
  right: -15px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cessione-form .info-sign {
    top: 10px;
    right: 30px;
  }
}
.cessione-form .tooltip .tooltip-inner {
  max-width: 200px;
  min-width: 200px;
}
.cessione-form .submit-container {
  margin-bottom: 15px;
}
.cessione-form .btn-calcola {
  width: 100%;
  font-size: 26px;
  padding: 6px 12px;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}
.cessione-form-1 {
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .cessione-form-1 {
    padding: 32px 64px;
  }
}
@media (min-width: 1052px) {
  .cessione-form-1 {
    padding: 20px 40px 20px;
    min-height: 371px;
  }
}
@media (min-width: 768px) {
  .cessione-form-1 .control-label {
    white-space: nowrap;
  }
}
.cessione-form-1 .form-control {
  background-color: #fff;
  border-color: #ccc;
}
.cessione-form-1 .form-control[disabled] {
  background-color: #eee;
}
@media (min-width: 1052px) {
  .cessione-form-1 .btn-calcola {
    width: 326px;
  }
}
.cessione-form-2 {
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .cessione-form-2 {
    padding: 20px 40px;
  }
}
@media (min-width: 1052px) {
  .cessione-form-2 {
    padding: 20px 40px 20px;
  }
}
.cessione-form-2 .fake-check-container .alert {
  clear: both;
  margin: 0 10px;
}
@media (min-width: 1052px) {
  .cessione-form-2 .fake-check-container .alert {
    margin-left: 208px;
    margin-right: 59px;
  }
}
@media (min-width: 1052px) {
  .cessione-form-2 .submit-container {
    margin-right: 49px;
  }
}
.cessione-form-2 .sm_blocchetto_privacy {
  padding-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  .cessione-form-2 .sm_blocchetto_privacy {
    margin-left: -20px;
  }
}
@media (min-width: 1052px) {
  .cessione-form-2 .sm_blocchetto_privacy {
    margin-left: 161px;
    margin-right: 44px;
  }
}
@media (max-width: 767px) {
  .cessione-form-2 .sm_blocchetto_privacy.privacy-error-row {
    background-color: #f2dede;
  }
}
.cessione-form-2 .sm_blocchetto_privacy .sm_err_wrapper {
  top: auto !important;
  bottom: 100%;
  left: 2px !important;
}
@media (min-width: 768px) {
  .cessione-form-2 .sm_blocchetto_privacy .sm_err_wrapper {
    left: -8px !important;
    bottom: 110%;
  }
}
.cessione-form-2 .sm_blocchetto_privacy .sm_err_wrapper .sm_err_inner:after {
  bottom: auto;
  top: 100%;
  border-bottom-color: transparent;
  border-top-color: #de0400;
}
@media (max-width: 767px) {
  .cessione-form-2 .sm_blocchetto_privacy {
    padding: 10px 10px 10px 30px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .cessione-form-2 .sm_blocchetto_privacy input[type="checkbox"] {
    margin-top: 0;
  }
}
.cessione-form-2 .btn-privacy {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5f5f5;
  position: relative;
}
.cessione-form-2 .btn-privacy i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  font-size: 20px;
  color: #777;
}
@media (min-width: 1052px) {
  .energia-form-1 {
    min-height: 325px;
  }
}
.cessione-form-ribbon {
  text-align: center;
  font-size: 22px;
  color: #ff7f00;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .cessione-form-ribbon {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 110px;
    width: 110px;
    margin-bottom: 0;
    padding: 0;
  }
  .cessione-form-ribbon div {
    background-color: #ff7f00;
    width: 155.56349186px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px;
  }
}
.no-csstransforms .cessione-form-ribbon {
  width: 150px;
  height: 40px;
}
.privacy-holder {
  font-size: 11px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
@media (min-width: 1052px) {
  .privacy-holder {
    padding-right: 10px;
  }
}
.privacy-holder .alert {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
}
.privacy-holder .alert .fa {
  float: left;
  margin-left: -20px;
  margin-top: 2px;
}
.privacy-holder .checkbox,
.privacy-holder .checkbox-legend {
  position: relative;
  padding-top: 3px;
  color: #777;
}
.privacy-holder .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.privacy-holder .checkbox-legend {
  padding-left: 20px;
}
.privacy-holder a {
  text-decoration: underline;
}
.privacy-holder .sm_err_wrapper {
  top: 34px;
  left: -8px;
}
.btn-checkall {
  margin: 5px 0;
  color: #333;
  background-color: #d9d9d9;
}
.cessione-finish-msg {
  text-align: center;
  padding: 30px 15px;
  font-size: 20px;
}
.cessione-finish-msg p {
  margin-bottom: 0;
}
.cessione-finish-msg .img-responsive {
  margin: 0 auto;
}
.cessione-finish-msg .img-responsive[src*="fiditalia"] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.cessione-finish-msg .tel {
  color: #e34613;
  font-size: 24px;
}
.modal-equilon .modal-dialog {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .modal-equilon .modal-dialog {
    margin-top: 200px;
    width: 680px;
  }
}
.modal-equilon .modal-header {
  padding: 15px 0;
  margin: 0 15px;
}
.modal-equilon .modal-title {
  color: #00a800;
}
@media (min-width: 768px) {
  .modal-equilon .modal-title {
    font-size: 20px;
  }
}
.modal-equilon .close {
  background-color: #777;
  opacity: 1;
  padding: 5px 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-right: -26px;
  margin-top: -26px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}
.modal-equilon .modal-text {
  font-size: 15px;
  margin-bottom: 30px;
}
.modal-equilon .modal-cta-row {
  text-align: center;
}
.modal-equilon .modal-links {
  font-size: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-equilon .modal-links {
    float: left;
  }
}
.modal-equilon .modal-links a {
  display: inline-block;
  color: inherit;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .modal-equilon .modal-links a {
    margin-top: 15px;
  }
}
.modal-equilon .modal-links a:hover {
  color: #00a800;
}
.modal-equilon .modal-links span {
  display: inline-block;
  margin: 0 10px;
}
.modal-equilon .btn-calcola {
  width: auto;
  font-size: 22px;
  font-weight: 700;
  padding: 6px 24px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .modal-equilon .btn-calcola {
    float: right;
  }
}
.modal-backdrop {
  background-color: #000;
}
.side-box {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border: 0;
  padding: 0 10px 1px;
  font-size: 16px;
  color: #333;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .side-box {
    min-height: 415px;
  }
}
.side-box .heading,
.side-box h2 {
  margin-bottom: 15px;
  padding: 8px 0;
  font-size: 20px;
  border-bottom: 1px dotted #333;
  color: #00a800;
  line-height: 1.1;
}
.side-box ol,
.side-box ul {
  padding: 0 10px 0 0;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 1052px) {
  .side-box ol,
  .side-box ul {
    padding-left: 35px;
  }
}
.side-box li {
  margin-bottom: 15px;
  position: relative;
}
.side-box ul .fa {
  display: none;
}
@media (min-width: 1052px) {
  .side-box ul .fa {
    display: block;
    position: absolute;
    left: -30px;
    color: #00a800;
    font-size: 22px;
  }
}
.side-box ol {
  counter-reset: section;
}
@media (min-width: 1052px) {
  .side-box ol li {
    counter-increment: section;
  }
  .side-box ol li:before {
    content: "" counter(section) "";
    font-size: 24px;
    font-weight: 700;
    top: -8px;
    left: -27px;
    position: absolute;
    color: #00a800;
  }
}
.side-box-cessione ol,
.side-box-cessione ul {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .side-box-cessione {
    position: relative;
  }
  .side-box-cessione:after {
    right: 100%;
    left: auto;
  }
  .side-box-cessione:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #999;
  }
}
@media (min-width: 768px) {
  .side-box-energia {
    min-height: 410px;
  }
}
.placeholder-box {
  display: none;
}
.placeholder .side-price {
  display: none;
}
.placeholder .placeholder-box {
  display: block;
  padding: 15px;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .placeholder .placeholder-box {
    color: #555;
  }
}
.placeholder .placeholder-box span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .placeholder .placeholder-box span {
    color: #00a800;
  }
}
.placeholder .placeholder-box img {
  margin-bottom: 15px;
}
.side-box-2 {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  background-color: #00a800;
  color: #fff;
  margin-bottom: 0;
}
.side-box-2 h3 {
  margin: 6px;
}
.side-box-2 .prezzo-box {
  font-size: 20px;
}
.side-box-2 .prezzo-box b {
  font-size: 30px;
}
.side-box-2 .waiting-box {
  font-size: 20px;
  display: none;
  color: #5bc0de;
}
.side-box-2 .waiting-box .fa {
  font-size: 32px;
}
@media (min-width: 768px) {
  .side-box-2 {
    background-color: #e1f0d9;
    color: inherit;
    padding-bottom: 15px;
    position: relative;
    border: 0;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  }
  .side-box-2 .heading {
    position: relative;
    margin-bottom: 14px;
  }
  .side-box-2 h3 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #d9d9d9;
    font-size: 23px;
    color: #de0400;
    font-weight: 700;
    margin: 0;
    padding: 9px 0;
    position: relative;
  }
  .side-box-2 h3:after,
  .side-box-2 h3:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .side-box-2 h3:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #d9d9d9;
    border-width: 8px;
    margin-left: -8px;
  }
  .side-box-2 h3:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #d9d9d9;
    border-width: 9px;
    margin-left: -9px;
  }
  .side-box-2 .prezzo-holder {
    padding: 0 15px;
  }
  .side-box-2 .prezzo-disclaimer {
    color: #e84700;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .side-box-2 .sub-title {
    font-size: 15px;
    color: #e84700;
  }
  .side-box-2 .valori-prestiti {
    font-size: 10px;
  }
  .side-box-2 .alert {
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    margin-bottom: 0;
    color: #777;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .side-box-2-cessione:after,
  .side-box-2-cessione:before {
    top: 235px;
    left: auto;
    right: 100%;
  }
  .side-box-2-cessione:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
  }
  .side-box-2-cessione:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ddd;
  }
}
@media (min-width: 768px) {
  .side-box-3-cessione:after,
  .side-box-3-cessione:before {
    display: none;
  }
}
.cessione-form-side {
  text-align: left;
  margin-bottom: 15px;
}
.cessione-form-side .side-form-group {
  position: relative;
}
.cessione-form-side .control-label {
  margin-bottom: 5px;
}
.side-price-disclaimer {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #e84700;
  position: relative;
}
.side-price-disclaimer span {
  font-size: 26px;
  font-weight: 700;
}
.side-price-disclaimer .fa {
  position: relative;
  top: 5px;
  font-size: 36px;
}
.form-arrow {
  display: none;
}
@media (min-width: 768px) {
  .svg .form-arrow {
    display: block;
    position: absolute;
    top: 38px;
    right: -55px;
    z-index: 1;
    width: 85px;
    height: 60px;
  }
}
@media (min-width: 1052px) {
  .svg .form-arrow {
    top: 5px;
    right: -75px;
    width: 118px;
    height: 81px;
  }
}
.csstransforms .side-box-2-cessione .form-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .csstransforms .side-box-2-cessione .form-arrow {
    right: auto;
    left: -55px;
  }
}
@media (min-width: 1052px) {
  .csstransforms .side-box-2-cessione .form-arrow {
    right: auto;
    left: -75px;
    width: 118px;
    height: 81px;
  }
}
.landing-lds__privacy {
  font-size: 11px;
}
.landing-lds__privacy-toggler {
  display: inline;
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  color: #00a800;
}
#sm_contenuto_corpo {
  color: gray;
  font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 990px;
}
.SM_wait {
  background: url(/images/sm_loader_clock.gif) no-repeat scroll 0 0 transparent;
  display: block;
  height: 60px;
  left: 93px;
  position: absolute;
  top: 161px;
  width: 60px;
}
.SM_wait_rd {
  background: url(/images/sm_loader_clock.gif) no-repeat scroll 0 0 transparent;
  display: block;
  height: 60px;
  left: 98px;
  position: absolute;
  top: 158px;
  width: 60px;
}
.SM_wait_claim {
  color: #222;
  display: block;
  font-size: 24px;
  height: 60px;
  left: 170px;
  position: absolute;
  top: 171px;
  word-wrap: break-word;
}
#sm_waiting_form {
  min-height: 325px;
}
.list-check-font {
  font-size: 12px !important;
}
.submit-container-margin-top {
  margin-top: 20px;
}
.side-box-telefonia {
  min-height: 0 !important;
}
@media (max-width: 400) {
  .chilli-img img {
    width: 26px;
    height: 37px;
    left: 23px;
    top: -12px;
    position: relative;
  }
}
.chilli-img img {
  width: 26px;
  height: 37px;
  left: 8px;
  top: -12px;
  position: relative;
}
.gray-scale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#uta .sm-uta {
  border: 1px solid #787878;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
#uta .sm-uta .uta-header {
  background-color: #d52b1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
#uta .sm-uta .uta-header .uta-logo {
  min-width: 105px;
  max-width: 105px;
  height: 35px;
  padding: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#uta .sm-uta .uta-header .uta-content {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 10px;
}
#uta .sm-uta .uta-copy {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px 10px 10px;
  background: #fff;
}
#uta .sm-uta .uta-form {
  text-align: center;
  padding-bottom: 20px;
  display: inherit;
}
#uta .sm-uta .uta-form.fake-check {
  border: none;
  padding-top: 0;
  background: #fff;
}
#uta .sm-uta .uta-form.fake-check a {
  font-size: 17px;
  color: #333 !important;
  padding-left: 35px;
  font-weight: 700;
}
#uta .sm-uta .uta-form.fake-check a:before {
  width: 30px;
  height: 30px;
  border: 2px solid #00cb01;
  margin-top: -15px;
}
#uta .sm-uta .uta-form.fake-check a.checked:after {
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-color: #00cb01;
}
#uta .sm-uta .uta-form .uta_company {
  display: none;
  margin: 6px 5px 5px 5px;
  padding: 5px;
}
body {
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #3d4248;
}
.navbar-phone {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
  text-decoration: none !important;
}
.numero-verde a,
.std-navbar-fixed-top .numero-verde .text,
.text-success {
  color: #73c421 !important;
}
h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1051px) {
  h1 {
    font-size: 1.6em;
  }
}
@media (min-width: 1052px) {
  h1 {
    font-size: 2.2em;
  }
}
h2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.15em;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1051px) {
  h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 1052px) {
  h2 {
    font-size: 1.9em;
  }
}
h3 {
  font-weight: 600;
  font-size: 1.1em;
  margin: 0;
}
.hr-assicurazioni {
  margin-top: -10px;
  border-top: 1px solid #eee;
  width: 200vw;
  transform: translate(-50vw, 0);
  -webkit-transform: translate(-50vw, 0);
  -ms-transform: translate(-50vw, 0);
}
@media (max-width: 767px) {
  .hr-assicurazioni {
    display: none;
  }
}
.hr-assicurazioni--first {
  margin-bottom: 5px;
  margin-top: 15px;
}
.hr-assicurazioni--second {
  margin-bottom: 0;
}
.breadcrumb {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  padding: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb span {
  float: left;
  position: relative;
  margin-right: 5px;
  padding-top: 2px;
  color: #0c0;
}
.breadcrumb span::after {
  content: "»";
  padding-left: 5px;
  padding-right: 3px;
}
.breadcrumb__step {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  text-align: center;
  border-radius: 20px;
  padding-top: 0;
}
.breadcrumb__step--active {
  color: #fff;
  background-color: #0c0;
  border: 1px solid #0c0;
}
.breadcrumb__step--passive {
  border: 1px solid #777;
}
.breadcrumb__step i {
  font-style: normal;
}
.breadcrumb__number {
  font-weight: 700;
}
.breadcrumb__number--active {
  color: #fff;
}
.side-box-left {
  margin-top: 20px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left {
    padding: 5px;
  }
}
@media (min-width: 1052px) {
  .side-box-left {
    padding: 10px;
  }
}
.side-box-left--nopadding {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left__h3-padding {
    padding: 5px;
  }
}
@media (min-width: 1052px) {
  .side-box-left__h3-padding {
    padding: 10px;
  }
}
.side-box-left ul {
  padding: 0;
  list-style: none;
}
.side-box-left ul li {
  padding-top: 10px;
}
.side-box-left ul li i {
  margin-right: 5px;
}
.side-box-left__regolamento {
  font-size: 11px;
  display: block;
  text-align: right;
}
.side-box-left-logos {
  margin: 0;
}
.side-box-left-logos img {
  margin-bottom: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-logos img {
    width: 100%;
  }
}
.side-box-left-logos__info {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-logos__info {
    padding: 5px;
  }
}
@media (min-width: 1052px) {
  .side-box-left-logos__info {
    padding: 10px;
  }
}
.side-box-left-callme {
  background-image: url(../common/img/callme.png);
  display: block;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-callme {
    background-position: 96% 50%;
    background-size: contain;
    height: 128px;
  }
}
@media (min-width: 1052px) {
  .side-box-left-callme {
    height: 190px;
    background-position: 100% 100%;
  }
}
.side-box-left-callme strong {
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-callme strong {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (min-width: 1052px) {
  .side-box-left-callme strong {
    margin-top: 15px;
    font-size: 20px;
  }
}
.side-box-left-callme p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-callme p {
    font-size: 10px;
  }
}
@media (min-width: 1052px) {
  .side-box-left-callme p {
    font-size: 15px;
  }
}
.side-box-left-callme .phone {
  margin-top: 10px;
}
.side-box-left-callme .phone strong {
  padding-left: 5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1051px) {
  .side-box-left-callme .phone strong {
    font-size: 13px;
  }
}
@media (min-width: 1052px) {
  .side-box-left-callme .phone strong {
    font-size: 20px;
  }
}
.progression-line {
  height: 12px;
  border: 1.5px solid #2a2c80;
  border-radius: 10px;
  margin: 20px 0 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .progression-line {
    display: none;
  }
}
.progression-line:before {
  position: absolute;
  left: 0;
  background-color: #2a2c80;
  height: 10px;
  left: -1px;
  border-radius: 10px;
}
.progression-line__textleft {
  text-align: left;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .progression-line__textleft {
    font-size: 12px;
  }
}
.progression-line__textright {
  text-align: right;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .progression-line__textright {
    font-size: 12px;
  }
}
.progression-line--first:before {
  animation-name: progression;
  -moz-animation-name: progression;
  -o-animation-name: progression;
  -webkit-animation-name: progression;
  animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-delay: 1;
  -moz-animation-delay: 1;
  -o-animation-delay: 1;
  -webkit-animation-delay: 1;
  animation-fill-mode: forwards;
  -mozt-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-count: 1;
  -moz-animation-count: 1;
  -o-animation-count: 1;
  -webkit-animation-count: 1;
}
@-webkit-keyframes progression {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
@keyframes progression {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
.progression-line--second:before {
  animation-name: progressionSecond;
  -moz-animation-name: progressionSecond;
  -o-animation-name: progressionSecond;
  -webkit-animation-name: progressionSecond;
  animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-delay: 1;
  -moz-animation-delay: 1;
  -o-animation-delay: 1;
  -webkit-animation-delay: 1;
  animation-fill-mode: forwards;
  -mozt-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-count: 1;
  -moz-animation-count: 1;
  -o-animation-count: 1;
  -webkit-animation-count: 1;
}
@-webkit-keyframes progressionSecond {
  from {
    width: 20%;
  }
  to {
    width: 70%;
  }
}
@keyframes progressionSecond {
  from {
    width: 20%;
  }
  to {
    width: 70%;
  }
}
.progression-line--third:before {
  animation-name: progressionThird;
  -moz-animation-name: progressionThird;
  -o-animation-name: progressionThird;
  -webkit-animation-name: progressionThird;
  animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-delay: 1;
  -moz-animation-delay: 1;
  -o-animation-delay: 1;
  -webkit-animation-delay: 1;
  animation-fill-mode: forwards;
  -mozt-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-count: 1;
  -moz-animation-count: 1;
  -o-animation-count: 1;
  -webkit-animation-count: 1;
}
@-webkit-keyframes progressionThird {
  from {
    width: 70%;
  }
  to {
    width: 90%;
  }
}
@keyframes progressionThird {
  from {
    width: 70%;
  }
  to {
    width: 90%;
  }
}
.progression-line--final:before {
  animation-name: progressionFinal;
  -moz-animation-name: progressionFinal;
  -o-animation-name: progressionFinal;
  -webkit-animation-name: progressionFinal;
  animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-delay: 1;
  -moz-animation-delay: 1;
  -o-animation-delay: 1;
  -webkit-animation-delay: 1;
  animation-fill-mode: forwards;
  -mozt-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-count: 1;
  -moz-animation-count: 1;
  -o-animation-count: 1;
  -webkit-animation-count: 1;
}
@-webkit-keyframes progressionFinal {
  from {
    width: 90%;
  }
  to {
    width: 100%;
  }
}
@keyframes progressionFinal {
  from {
    width: 90%;
  }
  to {
    width: 100%;
  }
}
.arrow_box_fastquote {
  animation: bounce 2.5s infinite;
  -webkit-animation: bounce 5s infinite;
  -moz-animation: bounce 5s infinite;
  -o-animation: bounce 5s infinite;
}
@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  25%,
  40% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
  30% {
    -webkit-transform: translateY(-12px);
  }
}
@keyframes bounce {
  0%,
  10%,
  100%,
  25%,
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  30% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.hp-form-qq-container,
.hp-qq-side-box {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hp-form-qq-container,
  .hp-qq-side-box {
    min-height: 390px;
  }
}
@media (min-width: 1052px) {
  .hp-form-qq-container,
  .hp-qq-side-box {
    min-height: 315px;
  }
}
.hp-form-qq-container {
  padding: 10px;
}
@media (min-width: 768px) {
  .hp-form-qq-container {
    padding: 15px 10px 0;
  }
}
.hp-qq-side-box {
  padding: 15px;
}
.hp-form-qq .alert {
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  line-height: 1.1;
}
.hp-form-qq label {
  font-weight: 400;
  color: #444;
}
@media (min-width: 768px) {
  .hp-form-qq label {
    font-size: 16px;
  }
}
.hp-form-qq input[type="text"] {
  border-radius: 3px;
  border-width: 2px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  background-color: #fff;
}
.hp-form-qq input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.hp-form-qq input[type="text"]::-moz-placeholder {
  color: #ccc;
}
.hp-form-qq input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
@media (min-width: 768px) {
  .hp-form-qq input[type="text"] {
    font-size: 32px;
  }
}
.hp-form-qq .hp-form-qq-targa-box {
  margin-bottom: 10px;
}
@media (min-width: 1052px) {
  .hp-form-qq .hp-form-qq-targa-box {
    min-height: 105px;
  }
}
.hp-form-qq .hp-form-qq-targa-img {
  position: relative;
  height: 1px;
}
.hp-form-qq .hp-form-qq-targa-img:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 17px;
  height: 32px;
  background: url(../assets/assicurazione-auto/images/img-fq/targa-box-left.png) no-repeat;
  z-index: 1;
}
.hp-form-qq .hp-form-qq-targa-input {
  border-color: #039;
  border-left-width: 22px !important;
  border-right-width: 22px !important;
  position: relative;
}
.hp-form-qq .hp-form-qq-contraente-box {
  margin-bottom: 25px;
}
@media (min-width: 1052px) {
  .hp-form-qq .hp-form-qq-contraente-box {
    margin-bottom: 10px;
    min-height: 105px;
  }
}
.hp-form-qq .hp-form-qq-contraente-input {
  border-color: #ccc;
}
.hp-form-qq .hp-form-qq-contraente-bar {
  position: relative;
  height: 1px;
}
.hp-form-qq .hp-form-qq-contraente-bar:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 3px;
  height: 40px;
  background-color: #00a500;
}
.hp-form-qq .hp-form-qq-submit {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hp-form-qq .hp-form-qq-submit {
    font-size: 28px;
  }
}
@media (min-width: 1052px) {
  .hp-form-qq .hp-form-qq-submit {
    font-size: 40px;
  }
}
.hp-form-qq .hp-form-qq-action-box {
  text-align: center;
}
.hp-form-qq .hp-form-qq-pers-quote-link {
  display: inline-block;
  padding: 6px 12px;
  color: #b8bdc0 !important;
  line-height: 1.2;
  border-radius: 3px;
  border: 1px solid #ededed;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 #cbd0d4;
  box-shadow: 0 1px 0 #cbd0d4;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.hp-form-qq .hp-form-qq-pers-quote-link:hover {
  background-color: #ededed;
  color: #777 !important;
  text-decoration: none;
}
.hp-form-qq .hp-form-qq-pers-quote-link span {
  color: #2a2c80;
}
@media (min-width: 768px) {
  .hp-form-qq .hp-form-qq-pers-quote-link {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hp-form-qq .hp-form-qq-privacy {
  font-size: 12px;
  color: #888;
  padding: 6px;
  border-radius: 6px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  text-align: left;
  margin-top: 20px;
}
.hp-form-qq .hp-form-qq-privacy .fa {
  font-size: 16px;
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.hp-form-qq .hp-form-qq-privacy a:hover {
  color: #00a800;
}
.hp-qq-side-box {
  font-family: Verdana, Geneva, sans-serif;
}
.hp-qq-side-box .thumb-box {
  float: left;
  color: #116bb0;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hp-qq-side-box .thumb-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1052px) {
  .hp-qq-side-box .thumb-box {
    margin-bottom: 25px;
  }
}
.hp-qq-side-box .thumb-box img {
  margin-bottom: 10px;
}
.hp-qq-side-box blockquote {
  width: 160px;
  font-size: 13px;
  color: #545454;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0;
  border-left: 0;
  font-style: italic;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .hp-qq-side-box blockquote {
    margin-bottom: 25px;
  }
}
.hp-qq-side-box .star-box {
  font-size: 20px;
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hp-qq-side-box .star-box {
    margin-bottom: 25px;
  }
}
.hp-qq-side-box .star-full {
  color: #f1c40f;
  text-shadow: 0 1px 0 #eea65f;
}
.hp-qq-side-box .star-empty {
  color: #a9a9a9;
  text-shadow: 0 1px 0 #999;
}
.hp-qq-side-box .car-box {
  float: left;
  width: 100%;
}
.hp-qq-info-row {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.hp-qq-info-row .fa {
  font-size: 32px;
  position: relative;
  top: 3px;
}
.assicurazione-form-2 .date-block-mm {
  width: 50% !important;
}
.hp-qq-form-modal {
  color: #333;
}
@media (min-width: 768px) {
  .hp-qq-form-modal {
    font-size: 12px;
  }
}
.hp-qq-form-modal .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .modal-dialog {
    margin-top: 70px;
    width: 500px;
  }
}
.hp-qq-form-modal .modal-header {
  background-color: #eee;
  border-radius: 6px 6px 0 0;
}
.hp-qq-form-modal .modal-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .col-sm-8 {
    padding-right: 80px;
    width: 300px;
  }
  .hp-qq-form-modal .col-sm-4 {
    width: 160px;
  }
}
.hp-qq-form-modal .alert {
  margin-bottom: 0;
  margin-top: 10px;
}
.hp-qq-form-modal [data-toggle="popover"] {
  background: 0 0;
  border: 0;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 0;
}
.hp-qq-form-modal [data-toggle="popover"]:focus {
  outline: 0;
}
.hp-qq-form-modal .popover {
  min-width: 300px;
}
.hp-qq-form-modal .popover-content {
  font-size: 12px;
}
.hp-qq-form-modal .popover-content a {
  text-decoration: underline;
}
.hp-qq-form-modal .car-data-container {
  display: inline-block !important;
}
.hp-qq-form-modal .car-data {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .car-data {
    padding-top: 4px;
  }
}
.hp-qq-form-modal .form-group {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.hp-qq-form-modal .form-group.form-group-with-border {
  border-bottom: 1px solid #eee;
}
.hp-qq-form-modal .form-control {
  border-radius: 0;
  border-color: #d5e7f4;
  background-color: #f2f9ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .form-control {
    height: 24px;
    padding: 2px 4px;
  }
}
.hp-qq-form-modal .form-control[disabled] {
  background-color: #f9f9f9;
  border-color: #eee;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .control-label {
    padding-top: 3px;
  }
}
.hp-qq-form-modal .checkbox {
  padding-top: 4px;
}
.hp-qq-form-modal .form-date-block {
  padding-right: 32px;
}
.hp-qq-form-modal .form-date-block .slash {
  display: inline-block;
  width: 5%;
  text-align: center;
}
.hp-qq-form-modal .form-date-block .ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .form-date-block .ui-datepicker-trigger {
    right: 80px;
    top: 2px;
  }
}
.hp-qq-form-modal .form-date-gg,
.hp-qq-form-modal .form-date-mm {
  width: 20%;
  text-align: center;
  display: inline-block !important;
}
.hp-qq-form-modal .form-date-yyyy {
  width: 50%;
  text-align: center;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .col-name,
  .hp-qq-form-modal .col-surname {
    width: 115px;
  }
}
@media (min-width: 768px) {
  .hp-qq-form-modal .col-address {
    width: 160px;
  }
}
.hp-qq-form-modal .col-address-number {
  padding-left: 18px;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .col-address-number {
    width: 70px;
  }
}
.hp-qq-form-modal .control-label-address-number {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .hp-qq-form-modal .control-label-address-number {
    top: 6px;
  }
}
.hp-qq-form-modal .address-error-message {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .address-error-message {
    margin-left: 155px;
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .hp-qq-form-modal .comune-nascita-contraente .comune-input-container {
    padding-right: 65px;
  }
}
.hp-qq-form-modal .comune-nascita-contraente .checkbox {
  position: absolute;
  top: -30px;
  right: 5px;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .comune-nascita-contraente .checkbox {
    right: 25px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .hp-qq-form-modal .comune-nascita-contraente .checkbox input {
    margin-top: 2px;
    margin-left: -15px;
  }
}
.hp-qq-form-modal .control-label-conducente-giovane {
  text-align: left;
}
@media (min-width: 768px) {
  .hp-qq-form-modal .control-label-conducente-giovane {
    padding-right: 70px;
  }
}
@media (min-width: 768px) {
  .hp-qq-form-modal .conducente-giovane-group {
    position: absolute;
    width: 100px;
    top: -4px;
    right: 18px;
    text-align: right;
  }
  .hp-qq-form-modal .conducente-giovane-group input {
    margin-top: 1px;
    margin-left: -15px;
  }
}
.hp-qq-form-modal .conducente-error-message {
  float: left;
  width: 100%;
}
.hp-qq-form-modal .modal-backdrop.in {
  opacity: 1;
  background: url(/images/img-fq/qq-modal-bg.png?v=6) center top no-repeat #fff;
}
.ui-datepicker {
  display: none;
}
@media (max-width: 1051px) {
  .ui-datepicker {
    left: 25px !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  height: auto;
}
.privacy-check-all {
  color: inherit;
  text-decoration: underline;
  margin-bottom: 5px;
  display: inline-block;
}
.privacy-check-all:hover {
  color: #00a800;
}
.data-treatment-block {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 10px;
}
.data-treatment-block .alert {
  margin-top: 0;
  margin-bottom: 10px;
}
.data-treatment-block .privacy-block {
  color: #999;
}
.data-treatment-block .info-container {
  position: relative;
}
.data-treatment-block label {
  font-weight: 400;
  max-width: 90%;
}
.data-treatment-block label a {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.data-treatment-block label a:hover {
  color: #00a800;
}
.data-treatment-block input {
  vertical-align: top;
}
.data-treatment-block .privacy-optional-expanded {
  display: none;
}
.ac_results li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .qq-form-modal-open {
    overflow: auto;
    padding-right: 0 !important;
  }
  .qq-form-modal-open.body-navbar-fixed-top {
    padding-top: 0;
  }
  .qq-form-modal-open .page-wrap,
  .qq-form-modal-open .std-navbar-fixed-top {
    display: none;
  }
  .qq-form-modal-open .modal-backdrop {
    display: none;
  }
  .hp-qq-form-modal {
    overflow: auto;
    position: static;
    padding-right: 0 !important;
  }
}
.side-box-assicurazione {
  padding: 23px;
}
.fake-check a {
  font-size: 13px !important;
}
.fake-check a:focus {
  background-color: #fff !important;
  border: 4px solid #fff !important;
}
.form-control {
  border: 1px solid #afddff;
  background-color: #f2f9ff;
}
.checkbox__assicurazioni,
.control-label__assicurazioni {
  color: #333;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .checkbox__assicurazioni,
  .control-label__assicurazioni {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1051px) {
  .checkbox__assicurazioni,
  .control-label__assicurazioni {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
  }
}
@media (min-width: 1052px) {
  .checkbox__assicurazioni,
  .control-label__assicurazioni {
    font-size: 14px;
    text-align: right;
    font-weight: 400;
  }
}
.assicurazione-form-3 .assicurazione-banner {
  padding: 20px 0;
}
.assicurazione-form-3 .assicurazione-banner .img-desktop {
  display: block;
  margin: auto;
}
.assicurazione-form-3 .assicurazione-banner .img-mobile {
  display: none;
  margin: auto;
}
@media screen and (max-width: 1051px) {
  .assicurazione-form-3 .assicurazione-banner .img-desktop {
    display: none;
  }
  .assicurazione-form-3 .assicurazione-banner .img-mobile {
    display: block;
  }
}
.assicurazione-form-3 .assicurazione-banner .car-thumbnail {
  width: 150px;
  height: auto;
}
.radio-multiselect {
  font-size: 12px;
  font-weight: 600;
}
.label-header {
  margin-top: 5px;
  max-width: 99% !important;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .label-header {
    left: 10px;
    position: relative;
  }
}
.label-header--active {
  color: #0c0;
}
.label-header__icon {
  margin-right: 5px;
}
.label-header__icon--active {
  opacity: 1;
  color: #0c0;
}
.checkbox__assicurazioni {
  position: absolute;
  top: 3px;
  right: 20px;
}
.checkbox--estero {
  font-weight: 400;
  top: -5px !important;
}
.checkbox--estero input {
  top: 11px;
}
@media screen and (max-width: 767px) {
  .assicurazione-form-2 .info-sign {
    top: 12px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .assicurazione-form-1,
  .assicurazione-form-2,
  .assicurazione-form-3 {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .button-step3 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}
.arrow_box_fastquote {
  position: relative;
  background: #008dff;
  padding: 11px 40px 11px;
  margin-top: 20px;
  min-height: 69px;
  max-height: 220px;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px -2px #666;
  box-shadow: 0 2px 8px -2px #666;
}
@media screen and (max-width: 767px) {
  .arrow_box_fastquote {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.arrow_box_fastquote:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 165, 87, 0);
  border-top-color: #008dff;
  border-width: 20px;
  margin-left: -20px;
}
#closeAlert {
  cursor: pointer;
  float: right;
  display: inline-block;
  right: -30px;
  top: -12px;
  position: relative;
  padding: 2px 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .phone-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .assicurazione-form-1,
  .assicurazione-form-2 {
    border-color: #eee;
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    padding: 10px 40px 0 40px;
    margin-top: 20px;
  }
}
.assicurazione-form-1--active,
.assicurazione-form-2--active {
  border-color: #0c0;
}
.assicurazione-form-3__block {
  padding: 0 30px;
  border-color: #eee;
  border-width: 5px 1px 1px 1px;
  border-style: solid;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .assicurazione-form-3__block {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .alert-fastquote {
    border-color: #f79494;
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    padding: 11px 40px 0;
    margin-top: 20px;
    min-height: 69px;
    max-height: 120px;
  }
}
.ragione-sociale {
  display: none;
}
.std-navbar-fixed-top .numero-verde [data-toggle="popover"] {
  padding: 4px 10px !important;
}
#dati-attestato-di-rischio,
#dati-attestato-di-rischio-convivente,
#myModal,
.additional-changes,
.dati-proprietario,
.domandoneBox,
.eta-conducente,
.info-auto,
.jsClasseDiMeritoBersani,
.jsElencoDelleCondizioni,
.message-continue-inserting,
.modal-backdrop,
.rowMesiSospensione,
.sinistri-con-colpa,
.sinistri-senza-colpa {
  display: none;
}
.white {
  background-color: #fff;
}
.border-gray {
  border: 1px solid #f5f5f5;
  padding: 0 !important;
}
@media (max-width: 1052px) {
  .logo-benzina {
    max-width: 100%;
  }
  #smFormPrivacy {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.container-form-call-me-back h3 {
  margin-bottom: 20px;
}
.container-form-call-me-back .call-me-back-form__block {
  padding: 0 30px;
  border: 1px solid #eee;
  border-top-width: 5px;
  margin-top: 20px;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form {
  margin-top: 40px;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form .time-block-container {
  display: none;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form .time-block-container .meeting-time-block {
  width: 20%;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form .time-block-container .meeting-time-block .meeting-time {
  padding: 0;
  text-align: center;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form .time-block-container .meeting-time-divider {
  line-height: 36px;
  padding: 0;
  width: auto;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form span.txtPrivacyCheck {
  font-size: 13px;
}
.container-form-call-me-back .call-me-back-form__block .call-me-back-form .alert {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
  background-color: transparent;
  border: 0;
}
.hp-qq-side-box .sm-header-partners {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #333;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  font-family: Raleway, sans-serif;
}
@media (max-width: 1052px) {
  .hp-qq-side-box .sm-header-partners {
    margin-bottom: 15px;
  }
}
.hp-qq-side-box .sm-content-partners {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hp-qq-side-box .sm-content-partners figure.sidebar-box-provider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 20px 5px;
  margin: 3px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.hp-qq-side-box .sm-content-partners figure.sidebar-box-provider .img-responsive {
  margin: auto;
}
.sm-std-box .sm-rating {
  margin-bottom: 0;
}
.sm-std-box .sm-std-box-header {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sm-std-box {
    margin: 5px 20px;
  }
  .sm-std-box .sm-std-box-header h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .sm-std-box .sm-std-box-header i.fa {
    display: none;
  }
  .sm-std-box:not(.sm-mobile-collapsible) {
    min-height: 240px;
  }
  .sm-std-box:not(.sm-mobile-collapsible) .sm-rating {
    min-height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sm-std-box.sm-mobile-collapsible {
    padding: 0;
    border: 0;
    margin: 1px 20px;
  }
  .sm-std-box.sm-mobile-collapsible .sm-std-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2a2c80;
    pointer-events: auto;
  }
  .sm-std-box.sm-mobile-collapsible .sm-std-box-header i.fa {
    font-size: 25px;
    color: #fff;
  }
  .sm-std-box.sm-mobile-collapsible .sm-std-box-header h2 {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
  }
  .sm-std-box.sm-mobile-collapsible:not(.sm-mobile-box-open) h2 {
    border-bottom: none;
    margin-bottom: 0;
  }
  .sm-std-box.sm-mobile-collapsible .content {
    display: none;
  }
}
.cross-selling-container.form-group {
  margin: 0 0 10px;
}
.cross-selling-form {
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 25px;
}
.cross-selling-form .input-container .sm-radiobox.horizontal {
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 30px;
  font-weight: 700;
}
.cross-selling-form .input-container .sm-radiobox.horizontal:last-child {
  margin: 0;
}
.cross-selling-form .input-container .sm-radiobox input {
  position: absolute;
  opacity: 0;
}
.cross-selling-form .input-container .sm-radiobox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #0c0;
  border-radius: 50%;
}
.cross-selling-form .input-container .sm-radiobox span::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.cross-selling-form .input-container .sm-radiobox input:checked ~ span::after {
  opacity: 1;
}
.cross-selling-form .input-container .sm-radiobox span::after {
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0c0;
}
.cross-selling-form .jsFormGroup {
  margin-bottom: 15px;
  display: inline-block;
}
.cross-selling-form .jsFormGroup .jsFormGroupTitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}
.cross-selling-form .jsFormGroup .jsFormGroupIntro {
  font-size: 16px;
  line-height: 21px;
  margin-top: 24px;
}
.cross-selling-form .jsFormGroup .jsFormGroupText {
  font-size: 13px;
  line-height: 19px;
}
.cross-selling-form.form-group .select-container {
  border: none !important;
}
.cross-selling-form.form-group .select-container select {
  height: 55px !important;
}
.cross-selling-form.form-group .select-container .divider {
  line-height: 55px;
}
.cross-selling-form.cross-selling-pre {
  margin: 20px 10px;
}
.cross-selling-form.cross-selling-pre.form-group {
  margin: 0;
}
.cross-selling-form.cross-selling-pre .jsFormGroup:last-child {
  margin: 0;
}
.cross-selling-form.cross-selling-post.form-group {
  margin: 0;
}
.cross-selling-form.cross-selling-post .jsFormGroup:last-child {
  margin: 0;
}
.cross-selling-form.cross-selling-post .jsFormGroup .jsFormGroupText,
.cross-selling-form.cross-selling-post .jsFormGroup .jsFormGroupTitle {
  margin-top: 15px;
}
.cross-selling-form.cross-selling-telefonia.form-group {
  margin: 20px 0 30px;
  color: #3d4248;
}
.cross-selling-form.cross-selling-telefonia .checkmark:before {
  content: "";
}
.cross-selling-form.cross-selling-telefonia span:last-of-type {
  border: 2px solid #0c0 !important;
}
.cross-selling-form.cross-selling-mutui.form-group,
.cross-selling-form.cross-selling-prestiti.form-group {
  margin: 0 0 10px;
}
.cross-selling-form.cross-selling-mutui .jsFormGroup:last-child,
.cross-selling-form.cross-selling-prestiti .jsFormGroup:last-child {
  margin: 0;
}
.form-container .form-group.no-margin-b {
  margin-bottom: 0;
}
.facoltativo {
  position: absolute;
  font-size: 12px;
  font-style: italic;
  bottom: 13px;
}
