.home-page button:hover {
    background: #77A6E4;
    background-image: linear-gradient(to bottom, #77A6E4, #77A6E4);
    border-color: #77A6E4;
    box-shadow: 0px 4px 0px 0px rgba(103, 155, 233, 1);
    transition: all 0.3s;
}

.home-page .price .more_price a:hover,
.home-page .more_brands a:hover,
.home-page .failures__button:hover {
    background: #77A6E4;
    background-image: linear-gradient(to bottom, #77A6E4, #77A6E4);
    border-color: #77A6E4;
    transition: all 0.2s;
}


.home-page .failures:before {
    top: auto;
    left: -360px;
    bottom: -230px;
}

.home-page .brand_cart img {
    max-width: 150px;
    padding: 20px 0;
}

.home-page .price_cart {
    border-radius: 20px;
    padding: 40px 46px 40px 50px;
}

.home-page .price .price_cart>a {
    font-size: 20px;
    width: 55%;
}

.home-page .price .price_cart .price_r {
    margin-top: 0;
}

.home-page .price .price_cart .price_bl {
    color: #6A9DE0;
    margin-right: 80px;
}

@media (max-width: 480px) {
    .home-page .price .price_cart>a {
        width: 100%;
    }
    .home-page .price .price_cart .price_bl {
        margin-right: 0;
    }
}

.home-page .about__woman {
    left: -35px;
    bottom: -10px;
}

.home-page .about__text {
    padding-bottom: 60px;
}

.home-page .why-block__title {
    order: 1;
}

.home-page .why-block__text {
    order: 3;
}

.home-page .why-block__title:after {
    margin-top: 20px;
}

.steps-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
}

.steps-list__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.steps-list__item span {
    background-image: url(/assets/ui/img/ol-cicle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 20px;
    font-size: 96px;
    width: 84px;
    text-align: right;
}

.steps-list .steps-list__item p {
    max-width: 250px;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.seotext ol {
  counter-reset: custom;
  list-style: none;
  padding-left: 0;
}

.seotext ol li {
  counter-increment: custom;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}

.seotext ol li::before {
  content: counter(custom) ".";
  color: #8CB6EF;
  font-weight: 800;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
}

.ul-check {
  list-style: none;
}

.ul-check li {
    position: relative;
    padding-left: 40px;
}

.ul-check li::before {
    position: absolute;
    left: 0;
    content: url("/assets/ui/img/ul-check-icon.svg");
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

@media (max-width: 686px) {
    .steps-list {
        flex-direction: column;
    }
    .steps-list__item {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .steps-list__item span {
        font-size: 68px;
        width: 72px;
    }
    .steps-list .steps-list__item p {
        margin: 10px 0;
    }
}

.home-page .contacti:before {
    top: 88px;
}

















