/* homepage 7 */

.homev7 .compare-right .compare__position {
  width: 180px;
  left: 30px;
}

@media screen and (max-width: 992px) {

  .homev7 .compare__sub-text {
    width: auto;
  }

  .homev7 .compare-right .compare__position {
    width: auto;
  }
}

@media screen and (max-width: 768px) {

  .homev7 .button-right {
    width: 235px;
  }

  .homev7 .compare-right .compare__text {
    margin-bottom: 25px;
  }

  .homev7 .compare-right .compare__position {
    left: 0;
  }

  .homev7 .compare__result {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .homev7 .compare__result {
    font-size: 18px !important;
  }
}

/* fin homepage 7 */

/* ab test page */

.homev7 #new_offer .new_citation_bloc > p {
  margin-top: 30px;
}

.homev7 .new_citation_bloc > p::before {
  top: 80px;
}

@media screen and (max-width: 992px) {

  .homev7 .new_citation_bloc {
    height: 430px;
  }
}

@media screen and (max-width: 768px) {

  .homev7 .new_citation_bloc {
    height: 390px;
  }

  .homev7 #new_offer .new_citation_bloc > p {
    padding-right: 30px;
  }

  .homev7 .new_citation_bloc > p::before {
    top: 70px;
  }
}

/* fin ab test page */
