

/* Start:/local/templates/marccain/components/bitrix/news.list/how_to_buy/style.css?17861157823348*/
.how-to-buy h1 {
    width: auto;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.how-to-buy > .container {
    padding: 50px 35px 35px 35px;
    background-color: #f2f2f2;
}

.how-to-buy__banner-block {
    margin-bottom: 80px;
}

.how-to-buy__banner-img {
    width: 100%;
    height: auto;
}

.how-to-buy__detail-text {
    margin-top: 0;
    margin-bottom: 50px;
}

.how-to-buy__step-heading-block {
    display: flex;
    flex-direction: column;
}

.how-to-buy__step-counter {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 21px;
}

.how-to-buy__step-counter::before {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    flex-basis: 55px;
    margin-right: 5px;
    background-color: #000;
}

.how-to-buy__step-heading {
    margin-top: 0;
    text-transform: uppercase;
}

.how-to-buy__step-description,
.how-to-buy__step-text > p {
    margin-top: 0;
    margin-bottom: 25px;
}

.how-to-buy__step-description img:not(:last-of-type),
.how-to-buy__step-text > p img:not(:last-of-type) {
    margin-right: 10px;
}

.how-to-buy__step-description img,
.how-to-buy__step-text > p img {
    max-width: 100%;
    height: auto;
}

.how-to-buy__step:not(:last-of-type) {
    margin-bottom: 50px;
}

.how-to-buy__step--with-image {
    display: flex;
}

.how-to-buy__step--with-image .how-to-buy__step-image-block {
    flex-basis: 30%;
    margin-left: 30px;
}

.how-to-buy__step-subitems {
    display: flex;
}

.how-to-buy__step-subitem:not(:last-child) {
    padding-right: 10px;
}

.how-to-buy__step-subitem > img {
    margin-top: 0;
    margin-bottom: 5px;
}

.how-to-buy__step-subitem > h3 {
    margin-top: 0;
    margin-bottom: 15px;
}


.how-to-buy__step-subitem > p {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 1499px) {
    .how-to-buy__step--with-image .how-to-buy__step-image-block {
        flex-basis: 50%;
        flex-shrink: 0;
    }

    .how-to-buy__step-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .how-to-buy__step--with-image,
    .how-to-buy__step-subitems {
        flex-direction: column;
    }

    .how-to-buy__step-subitem:not(:last-child) {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .how-to-buy__step--with-image .how-to-buy__step-image-block {
        margin-left: 0;
    }

    .how-to-buy__step-heading-block {
        flex-direction: row;
        align-items: flex-start;
    }

    .how-to-buy__step-counter {
        font-size: 24px;
    }

    .how-to-buy__step-counter::before {
        display: none;
    }

    .how-to-buy__step-counter::after {
        content: ".";
        margin-right: 8px;
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .how-to-buy > .container {
        padding: 30px 15px 15px 15px;
    }

    .how-to-buy__step-heading,
    .how-to-buy__step-counter,
    .how-to-buy__step-counter::after {
        font-size: 15px;
    }

    .how-to-buy__step-counter::after {
        margin-right: 5px;
    }

    .how-to-buy__step-subitem > h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }
}
/* End */
/* /local/templates/marccain/components/bitrix/news.list/how_to_buy/style.css?17861157823348 */
