
.purchase-container {
    width: 150.6rem;
    margin: 0 auto;
}

.hero {
    width: 100%;
    height: 45rem;
    margin-bottom: 6rem;
    overflow: hidden;
    position: relative;
}

.hero__item {
    width: 100%;
    height: 100%;
}

.hero__item .hero__image {
    width: 100%;
    height: 100%;
}

.hero__item .hero__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero__item .hero__image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purchase-top__banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #1F51E4;
    border-radius: 1.6rem;
    margin-bottom: 2rem;
}

.purchase-top__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.4rem 0 2.4rem 2.4rem;
}

.purchase-top__image {
    width: 58.1rem;
    height: 35rem;
    margin-right: 5.2rem;
}

.purchase-top__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.purchase-top__image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purchase-top__title {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
}

.purchase-top__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24.6rem;
    height: 5.4rem;
    border-radius: 1.5rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s ease;
}

.purchase-top__btn:hover {
    background-color: #fff;
    color: #1F51E4;
}

.purchase-top__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 6rem;
}

.purchase-top__item {
    display: flex;
    flex-direction: column;
    height: 43.2rem;
    background-color: #F8F8F8;
    border-radius: 1.6rem;
    padding: 2.4rem;
}

.purchase-top__item-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #1F51E4;
    border-radius: 5rem;
    margin-bottom: 1rem;
    color: #1F51E4;
    font-size: 1.6rem;
    width: fit-content;
    font-weight: 600;
}

.purchase-top__item-img {
    width: 100%;
    height: 26.2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.purchase-top__item-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.purchase-top__item-img picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.purchase-top__item-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
}

.purchase-catalog {
    margin-bottom: 6rem;
}

.purchase-catalog__title {
    font-size: 4.2rem;
    font-weight: 600;
    color: #272727;
    margin-bottom: 4rem;
}
.purchase-catalog.purchase-catalog_top .purchase-catalog__title {
    display: none;
}
.purchase-catalog__list {
    gap: 2rem;
}
.purchase-catalog:not(.purchase-catalog_top) .purchase-catalog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 4rem;
}
.purchase-catalog.purchase-catalog_top .purchase-catalog__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item {
    width: calc(33.333% - 1.5rem);
}

.purchase-catalog__item {
    height: 23rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.6rem;
    cursor: pointer;
    transition: all .2s ease;
    overflow: hidden;
}
.purchase-catalog:not(.purchase-catalog_top) .purchase-catalog__item {
    background-image: repeating-linear-gradient(135deg, #1f51e41a, #1f51e41a 8.2rem, transparent 8.2rem, transparent 12.4rem);
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-catalog:not(.purchase-catalog_top) .purchase-catalog__item:hover {
    background-image: repeating-linear-gradient(135deg, #1f51e4, #1f51e4 8.2rem, transparent 8.2rem, transparent 12.4rem);
}
.purchase-catalog.purchase-catalog_top:not(.purchase-catalog.purchase-catalog_top--new) .purchase-catalog__item {
    background-image: url("/local/templates/main/assets/img/purchase/purchase-catalog-item-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-catalog_top--new .purchase-catalog__item {
    background-color: black;
    height: auto;
}
.purchase-catalog_top--new .purchase-catalog__item picture{
    display: block;
    width: 100%;
    height: 100%;
}
.purchase-catalog_top--new .purchase-catalog__item picture img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}







.purchase-catalog.purchase-catalog_top .purchase-catalog__item:hover {
}
.purchase-catalog__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 25.3rem;
    height: 9rem;
    border-radius: 1.6rem;
    padding: 2rem;
}
.purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item:nth-child(1) .purchase-catalog__image {
    width: 38.3rem;
}
.purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item:nth-child(2) .purchase-catalog__image {
    width: 46.9rem;
}
.purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item:nth-child(3) .purchase-catalog__image {
    width: 38.3rem;
}
.purchase-catalog__item:hover .purchase-catalog__image {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.purchase-catalog__item:hover .purchase-catalog__image svg path{
    fill: #F1117E;
}
.purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(2):hover .purchase-catalog__image svg mask {
    display: none;
}
.purchase-catalog__image svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 46px;
    max-width: 75%;
}
.purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(1) .purchase-catalog__image svg,
.purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(2) .purchase-catalog__image svg,
.purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(3) .purchase-catalog__image svg {
    max-width: unset;
}
.purchase-catalog__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-catalog__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20.1rem;
    height: 5.4rem;
    background-color: #1F51E4;
    color: #fff;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background-color .3s ease;
}

.purchase-catalog__btn:hover {
    background-color: #F1117E;
    color: #fff;
}

.marketplaces {
    margin-bottom: 6rem;
}

.marketplaces__wrap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
}

.marketplaces__left,
.marketplaces__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.marketplaces__left .marketplaces__item {
    display: flex;
    flex-direction: column;
    width: 112.5rem;
    height: 38.3rem;
    background-color: #1F51E4;
    border-radius: 1.6rem;
    padding: 2.4rem;
}

.marketplaces__right .marketplaces__item {
    width: 37.1rem;
    height: 12.1rem;
    border-radius: 1.6rem;
    overflow: hidden;
}

.marketplaces__right .marketplaces__item picture {
    display: block;
    width: 100%;
    height: 100%;
}

.marketplaces__right .marketplaces__item picture img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
    object-fit: cover;
}

.marketplaces__item--wide {

}

.marketplaces__item-title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: .8rem;
    color: #fff;
}

.marketplaces__item-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 5.5rem;
    color: #fff;
}

.marketplaces__item-text--small {
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 0;
}

.marketplaces__item-badges {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.6rem;
    margin-top: auto;
}

.marketplaces__item-badge {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    height: 16rem;
    background-color: #6285EC;
    padding: 1rem 1.6rem;
    border-radius: 1.6rem;
}
.marketplaces__item-num {
    display: flex;
    flex-direction: row;
    gap: .6rem;
    align-items: flex-start;
}

.marketplaces__item-num svg {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
}

.marketplaces__item-num span {
    font-size: 5.6rem;
    font-weight: 600;
    color: #fff;
}

.marketplaces-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.marketplaces-brands__item {
    width: 12.3rem;
    height: 5.6rem;
    border-radius: 1.2rem;
    background-color: #f8f8f8;
}
.marketplaces-brands__item svg {
    width: 12.3rem;
    height: 5.6rem;
    object-fit: contain;
}
.marketplaces-brands__item:hover svg path{
    fill: #f1117e;
}
.steps {
    margin-bottom: 6rem;
}

.steps__wrapper {
    display: flex;
    flex-direction: row;
    gap: 6.4rem;
    position: relative;
}

.steps__left {
    width: calc(100% - 69rem - 6.4rem);
    position: relative;
    padding-bottom: 10rem;
}

.steps__right {
    width: 69rem;
}

.steps__title {
    font-size: 4.2rem;
    color: #272727;
    font-weight: 600;
    position: sticky;
    left: 0;
    top: 15rem;
}

.steps__right:not(.swiper-initialized) .steps__cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.steps__right:not(.swiper-initialized) .steps-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 1.6rem;
    height: 30rem;
}

.steps-card__content {
    padding: 2.4rem 0 2.4rem 2.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.steps-card__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.steps-card__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.steps-card__name {
    font-size: 2.4rem;
    line-height: 100%;
    font-weight: 600;
    color: #272727;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.steps-card__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style-type: none;
    margin-bottom: auto;
}

.steps-card__list li {
    padding-left: 2rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
}

.steps-card__list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #1F51E4;
    border-radius: 50% 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.steps-card__counter {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1F51E4;
    line-height: 130%;
    margin-top: auto;
}

.steps-card__counter span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1F51E4;
    line-height: 130%;
    opacity: .6;
}

.steps-card:nth-child(1) .steps-card__image {
    width: 38.2rem;
    height: 24.1rem;
}

.steps-card:nth-child(2) .steps-card__image {
    width: 28.5rem;
    height: 21.7rem;
}

.steps-card:nth-child(3) .steps-card__image {
    width: 28.5rem;
    height: 21.9rem;
}

.catalog-view {
    background-color: #1F51E4;
    background-image: url("/local/templates/main/assets/img/purchase/catalog-view-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 12.4rem;
    height: 52.9rem;
}

.catalog-view .purchase-container {
    height: 100%;
}

.catalog-view__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.catalog-view__content {
    display: flex;
    flex-direction: column;
}

.catalog-view__image {
    width: 103.3rem;
    height: 60.7rem;
    position: absolute;
    bottom: -7.5rem;
    right: -15rem;
}

.catalog-view__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-view__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-view__title {
    font-size: 3.2rem;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.catalog-view__subtitle {
    font-size: 1.6rem;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 3rem;
    color: #fff;
}

.catalog-view__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22.4rem;
    height: 5.4rem;
    background-color: #f1117e;
    color: #fff;
    padding: 1.6rem 3.2rem;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    transition: background-color .3s ease;
}

.catalog-view__btn:hover {
    background-color: #fff;
    color: #1F51E4;
}

.bottom {
    margin-bottom: 2rem;
}

.bottom__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.bottom-phone {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F1117E;
    border-radius: 1.6rem 0 0 1.6rem;
    padding: 2.4rem;
    width: 74.8rem;
    height: 29.2rem;
}

.bottom-phone__title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}

.bottom-phone__link {
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}

.bottom-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #1F51E4;
    border-radius: 0 1.6rem 1.6rem 0;
    width: 115.2rem;
    height: 29.2rem;
}

.bottom-form__inner {
    display: flex;
    flex-direction: column;
    width: 49.2rem;
    height: 100%;
    margin-left: auto;
    margin-right: 14.5rem;
    padding: 2.4rem 0;
}

.bottom-form__title {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    color: #fff;
    line-height: 110%;
}

.bottom-form__subtitle {
    display: none;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.bottom-form__item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-bottom: 2.3rem;
}

.bottom-form__item span {
    font-size: 1.6rem;
    line-height: 110%;
    color: #FFFFFF99;
}

.bottom-form__item input {
    background-color: transparent;
    border: none;
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    cursor: text;
}

.bottom-form__item input::placeholder {
    color: #FFFFFF99;
}

.bottom-form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    height: 5.4rem;
    border-radius: 1.5rem;
    padding: 1.6rem 3.2rem;
    background-color: transparent;
    margin-bottom: 1rem;
    transition: background-color .3s ease;
}

.bottom-form__btn:hover {
    background-color: #fff;
}

.bottom-form__btn span {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

.bottom-form__btn:hover span {
    color: #1F51E4;
}

.bottom-form__agreement {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.bottom-form__agreement a {
    text-decoration: underline;
}

.bottom-form__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #337CFF;
    border-radius: 5rem 0 0 5rem;
    width: 15.5rem;
    height: 15.1rem;
}

.bottom-form__arrow svg {
    width: 6.3rem;
    height: 6.3rem;
}

.purchase__title {
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
    color: #272727;
}
.steps__navigation {
    display: none;
}
@media (max-width: 1200px) {
    .hero {
        height: auto;
    }
    .catalog-view {
        overflow-x: clip;
    }
    .purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(2) .purchase-catalog__image {
        width: calc(100% - 2.048rem);
    }
}

@media (max-width: 48em) {
    .breadcrumbs {
        padding: 2rem 1rem !important;
    }

    .purchase-container {
        width: calc(100% - 5rem);
    }

    .purchase__title {
        font-size: 4.096rem;
        margin-bottom: 3.413rem;
    }
    .purchase-top__title {
        font-size: 3.072rem;
    }
    .purchase-top__banner {
        flex-direction: column;
        height: 60.1rem;
        position: relative;
        margin-bottom: 2.731rem;
    }

    .purchase-top__content {
        height: 100%;
        padding: 2.56rem;
        border-radius: 2.731rem;
    }

    .purchase-top__image {
        position: absolute;
        top: 50%;
        height: 38.229rem;
        transform: translateY(-50%);
    }

    .purchase-top__btn {
        font-size: 2.731rem;
        height: 9.216rem;
        width: 100%;
        border-radius: 2.56rem;
    }

    .purchase-top__items {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0;
    }

    .purchase-top__item {
        padding: 2.56rem;
        height: 60.587rem;
        border-radius: 2.731rem;
    }

    .purchase-top__item-badge {
        font-size: 2.389rem;
        padding: 1.365rem 1.707rem;
        margin-bottom: 0;
        border-radius: 8.533rem;
    }

    .purchase-top__item-text {
        font-size: 2.731rem;
    }
    .purchase-top__item-img {
        height: 38.4rem;
        margin: 2.048rem 0;
    }
    .steps__wrapper {
        flex-direction: column;
        gap: 3.413rem 0;
    }

    .steps__left {
        width: 100%;
        padding-bottom: 0;
    }

    .steps__title {
        font-size: 4.096rem;
        position: relative;
        left: unset;
        top: unset;
    }

    .steps__title br {
        display: none;
    }

    .marketplaces {
        margin-bottom: 3.413rem;
    }

    .marketplaces__wrap {
        flex-direction: column;
    }

    .marketplaces__left .marketplaces__item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 75.435rem;
        border-radius: 2.731rem;
        padding: 2.731rem;
    }

    .marketplaces__item-badges {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.048rem;
    }

    .marketplaces__item-title {
        font-size: 3.413rem;
        line-height: 4.096rem;
        margin-bottom: 1.365rem;
    }

    .marketplaces__item-title br {
        display: none;
    }

    .marketplaces__item-text {
        font-size: 2.731rem;
        line-height: 3.413rem;
        margin-bottom: 4.096rem;
    }

    .marketplaces__item-text--small {
        margin-bottom: 0;
        font-size: 2.389rem;
        line-height: 110%;
    }

    .marketplaces__item-badge:nth-child(1),
    .marketplaces__item-badge:nth-child(2) {
        justify-content: space-between;
        width: 100%;
        height: 18.773rem;
        border-radius: 2.731rem;
    }
    .marketplaces__item-badge:nth-child(3) {
        flex-direction: row;
        grid-column: -1 / 1;
        height: 10.923rem;
        justify-content: center;
        width: 100%;
        border-radius: 2.731rem;
        align-items: center;
    }
    .marketplaces__right {
        width: 100%;
    }

    .marketplaces__right .marketplaces__item {
        width: 100%;
        height: auto;
    }

    .marketplaces-brands {
        flex-wrap: wrap;
        gap: 2.048rem;
    }

    .marketplaces-brands__item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - (2.048rem / 2));
        height: 15.36rem;
        border-radius: 2.048rem;
    }
    .marketplaces-brands__item svg {
        width: auto;
        height: auto;
    }
    .marketplaces-brands__item:last-child {
        width: 100%;
    }
    .marketplaces__item-num span {
        font-size: 4.779rem;
    }
    .marketplaces__item-num svg {
        width: 2.389rem;
        height: 2.389rem;
    }
    .purchase-catalog__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2.048rem;
    }
    .purchase-catalog__item {
        width: calc(50% - (2.048rem / 2));
        height: 15.36rem;
        border-radius: 2.048rem;
    }

    .purchase-catalog__item:last-child {
        width: 100%;
    }

    .purchase-catalog__image {
        width: 23.211rem;
        height: 10.24rem;
        border-radius: 2.048rem;
    }
    .purchase-catalog.purchase-catalog_top .purchase-catalog__title {
        display: block;
    }
    .purchase-catalog__title {
        font-size: 4.096rem;
        margin-bottom: 3.413rem;
    }
    .purchase-catalog__image svg {
        width: 66.666%;
        height: 6rem;
        object-fit: contain;
    }

    .purchase-catalog__btn {
        width: 100%;
        height: 9.216rem;
        font-size: 2.731rem;
        line-height: 100%;
        border-radius: 2.56rem;
    }

    .bottom__inner {
        flex-direction: column;
        gap: 2.56rem;
    }

    .bottom-form {
        width: 100%;
        height: auto;
        border-radius: 2.731rem;
    }

    .bottom-form__title {
        font-size: 4.096rem;
        line-height: 110%;
        margin-bottom: 2.731rem;
    }

    .bottom-form__inner {
        width: 100%;
        margin-right: unset;
        padding: 3.413rem 2.56rem;
    }

    .bottom-form__item {
        margin-bottom: 3.925rem;
    }

    .bottom-form__item span {
        font-size: 2.731rem;
    }

    .bottom-form__item input {
        font-size: 5.973rem;
    }

    .bottom-form__btn {
        width: 100%;
        height: 9.216rem;
        margin-bottom: 1.707rem;
        border-radius: 2.56rem;
    }

    .bottom-form__btn span {
        font-size: 2.731rem;
    }

    .bottom-form__agreement {
        font-size: 2.048rem;
    }

    .bottom-form__agreement br {
        display: none;
    }

    .bottom-form__arrow {
        display: none;
    }

    .bottom-phone {
        width: 100%;
        height: 29.525rem;
        padding: 3.413rem 2.56rem;
        border-radius: 2.731rem;

        gap: 1rem;
    }

    .bottom-phone__title {
        font-size: 3.072rem;
    }

    .catalog-view {
        height: 73.728rem;
        background-size: cover;
        background-position: left;
        margin-bottom: 31.573rem;
    }

    .catalog-view__inner {
        align-items: unset;
        justify-content: unset;
        padding-top: 3.413rem;
    }

    .catalog-view__image {
        width: 98rem;
        height: 50rem;
        right: -27rem;
        bottom: -15rem;
    }

    .catalog-view__title {
        font-size: 4.096rem;
        margin-bottom: 1.707rem;
    }

    .catalog-view__subtitle {
        font-size: 2.731rem;
        line-height: 140%;
    }

    .catalog-view__subtitle br {
        display: none;
    }

    .catalog-view__btn {
        width: 100%;
        height: 9.216rem;
        font-size: 2.731rem;
        border-radius: 2.56rem;
    }

    .steps__right {
        width: 100%;
        overflow: hidden;
    }

    .steps__right:not(.swiper-initialized) .steps-card {
        border-radius: 2.731rem;
    }
    .steps__right.swiper-initialized .steps-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f8f8f8;
        flex-direction: column-reverse;
        height: auto;
        border-radius: 2.731rem;
    }

    .steps-card__content {
        padding: 2.56rem;
        width: 100%;
        border-radius: 2.731rem;
    }

    .steps-card__name {
        font-size: 3.072rem;
        line-height: 110%;
        margin-bottom: 1.707rem;
    }

    .steps-card__list li {
        font-size: 2.389rem;
        line-height: 130%;
        padding-left: 2.901rem;
    }
    .steps-card__list li br {
        display: none;
    }
    .steps-card__list {
        gap: 1.707rem;
        margin-bottom: 3.413rem;
    }
    .steps-card__counter {
        display: none;
        font-size: 2.389rem;
    }
    .steps-card__counter span {
        font-size: 2.389rem;
        margin-left: .15rem;
    }
    .steps-card:nth-child(1) .steps-card__image,
    .steps-card:nth-child(2) .steps-card__image,
    .steps-card:nth-child(3) .steps-card__image {
        width: 100%;
        height: 30.72rem;
    }
    .steps__navigation {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1.707rem;
        margin-top: 3.413rem;
    }
    .steps__navigation-button {
        width: 5.632rem;
        height: auto;
    }
    .steps__navigation-button.swiper-button-disabled {
        opacity: .4;
    }
    .steps__navigation-button svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .steps__counter {
        font-size: 2.731rem;
        font-weight: 500;
        color: #1F51E4;
        line-height: 130%;
    }

    .steps__counter span {
        font-size: 2.731rem;
        font-weight: 500;
        color: #1F51E4;
        line-height: 130%;
        opacity: .4;
    }
    .hero,
    .purchase-catalog,
    .purchase-top{
        margin-bottom: 10.24rem;
    }
    .purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item:nth-child(1) .purchase-catalog__image {
        width: calc(100% - 2.048rem);
    }
    .purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item:nth-child(3) .purchase-catalog__image {
        width: calc(100% - 2.048rem);
    }
    .purchase-catalog.purchase-catalog_top:not(.purchase-catalog_top--new) .purchase-catalog__list .purchase-catalog__item {
        width: calc(50% - 1.024rem);
    }
    .purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(1),
    .purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(2),
    .purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:nth-child(3),
    .purchase-catalog.purchase-catalog_top .purchase-catalog__list .purchase-catalog__item:last-child {
        width: 100%;
    }
    .purchase-catalog.purchase-catalog_top.purchase-catalog_top--new .purchase-catalog__list .purchase-catalog__item:nth-child(4),
    .purchase-catalog.purchase-catalog_top.purchase-catalog_top--new .purchase-catalog__list .purchase-catalog__item:nth-child(5){
        width: 100%;
    }
    .purchase-catalog:not(.purchase-catalog_top) .purchase-catalog__list {
        display: flex;
        grid-template-columns: unset;
    }

}



.modal-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.35);
}
.modal {
    display: none;
    background: #fff;
    width: 50rem;
    height: auto;
    border-radius: 2.4rem;
    padding: 4rem;
    position: relative;
}
.modal__close {
    cursor: pointer;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
}
.modal__close svg {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
}
.modal__title  {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.modal__subtitle  {
    font-size: 1.8rem;
}

.modal.modal_marketplaces {
    width: 106.3rem;
}
.modal.modal_marketplaces .modal__inner {
    width: 100%;
}
.modal.modal_marketplaces .marketplaces__title {
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
}
.modal_marketplaces .marketplaces__list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}
.modal_marketplaces .marketplaces__list .marketplaces__item {
    width: 32.1rem;
    height: 14.1rem;
    border-radius: 1.6rem;
    overflow: hidden;
}
.modal_marketplaces .marketplaces__list .marketplaces__item picture {
    display: block;
    width: 100%;
    height: 100%;
}
.modal_marketplaces .marketplaces__list .marketplaces__item picture img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 48.1em) and (max-width: 1280px){
    .purchase-container {
        width: 100%;
        padding: 0 2rem;
    }
    .marketplaces__left {
        width: 100%;
    }
    .marketplaces__left .marketplaces__item {
        width: auto;
    }
}
@media (max-width: 48em){
    .modal.modal_marketplaces {
        padding: 3.413rem;
        width: calc(100% - 6.827rem);
        display: flex;
    }
    .modal.modal_marketplaces .marketplaces__title {
        font-size: 3.755rem;
    }
    .modal_marketplaces .marketplaces__list{
        flex-direction: column;
        gap: 1.707rem;
    }
    .modal_marketplaces .marketplaces__list .marketplaces__item {
        width: 100%;
        height: 18.773rem;
    }
}