.how-order-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0 95px;

}
.how-order__item {
    width: 49%;
    display: unset;
    padding: 52px 39px;
    border-radius: 12px;
}
.how-order__item *{
    color: #fff;
}
.how-order__name {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0 0 90px;
}
.how-order__item-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 170%;
    text-transform: uppercase;
    margin: 0 0 26px;
}
.how-order__item-title span {
    display: block;
    font-size: 60px;
    font-weight: 800;
    max-width: 500px;
}
.how-order__item-title .fz50 {
    font-size: 50px;
}
.how-order__item-btn {
    background: #fff;
    text-align: center;
    color: #212121;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 24px 17px;
    display: inline-block;
    margin: 0 0 27px;
}
.how-order__location, .how-order__hint {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 0 0 28px;
    background: url(/local/templates/.default/images/bx_map.svg) no-repeat 0 center;
}
.how-order__hint {
    padding: 0;
    background: none;
}
.how-order__location a, .how-order__hint a {
    border-bottom: #fff 2px solid;
}
.how-order__location a:hover, .how-order__hint a:hover {
    border-color: transparent;
}

@media (max-width: 768px) {
    .how-order-items {
        margin: 0 0 60px;
    }
    .how-order__item {
        width: 48%;
    }
    .how-order__name {
        font-size: 28px;
    }
    .how-order__item-title {
        font-size: 22px;
        margin: 0 0 48px;
    }
    .how-order__item-title span {
        font-size: 52px;
    }
    .how-order__item-title .fz50 {
        font-size: 42px;
    }
    .how-order__item-btn {
        font-size: 14px;
        padding: 17px 24px 14px;
    }
    .how-order__location, .how-order__hint {
        font-size: 16px;
    }
    .how-order-catalog {
        display: block;
    }
    .how-order-catalog .how-order-catalog__item {
        width: auto;
        padding: 30px;
    }
    .how-order-catalog__count {
        width: 66px;
        height: 66px;
        margin: 0 22px 0 0;
    }
    .how-order-catalog__count span {
        font-size: 66px;
    }
    .how-order-catalog__name {
        font-size: 18px;
    }
    .how-order-catalog__text {
        font-size: 16px;
    }
    .title-button span {
        display: inline;
    }
    .how-order-catalog > p {
        max-width: none;
        margin: 30px 0 0;
    }
    .how-order-items {
        margin: 0 0 60px;
    }
}
@media (max-width: 650px) {
    .how-order-items {
        display: block;
    }
    .how-order__item {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    div.how-order-catalog__count {
        height: 46px;
        width: 46px;
    }
    .how-order-catalog__count span {
        font-size: 44px;
    }
    .how-order-catalog__name {
        font-size: 16px;
    }
    .how-order-catalog__text {
        font-size: 14px;
    }
    .how-order-catalog > p {
        font-size: 14px;
    }
    .how-order-catalog .how-order-catalog__item {
        padding: 18px;
    }
}
@media (max-width: 500px) {
    .how-order__name {
        font-size: 24px;
        margin: 0 0 42px;
    }
    .how-order__item-title {
        font-size: 18px;
        line-height: 210%;
        margin: 0 0 28px;
    }
    .how-order__item-title span {
        font-size: 46px;
    }
    .how-order__item-btn {
        font-size: 12px;
        padding: 13px 24px 11px;
        margin: 0 0 35px;
    }
    .how-order__item {
        padding: 42px 30px;
    }
    .how-order__item-title .fz50 {
        font-size: 36px;
    }
}
