.persey-header-image_name.persey-header-image_name {
    margin: 170px 0 0;
}

.persey-header-image_myph {
    background-image: url("/image/catalog/landings/gektor/gektor-myph.svg");
}

.persey-header-image_myph:before {
    width: 200px;
}

.persey-sizes__table ul li {
    text-align: center;
}

@media screen and (min-width: 1299px) {
    .persey-construction__wrapper-top {
        margin: 50px 0 0 50px;
    }
}

@media screen and (min-width: 1500px) {
    .persey-construction__wrapper-top {
        margin: 50px 0 0 50px;
    }
}

@media screen and (min-width: 1600px) {
    .persey-construction__wrapper-top {
        margin: 150px 0 0 50px;
    }
}

@media screen and (min-width: 1700px) {
    .persey-construction__wrapper-top {
        margin: 200px 0 0 50px;
    }
}

.persey-accessories__inner {
    background-image: url(/image/catalog/landings/gektor/gektor-accessories.webp);
}

@media screen and (min-width: 767px) and (max-width: 1699px) {
    .persey-accessories__inner {
        background: none;
    }

    .persey-accessories {
        background-image: url(/image/catalog/landings/gektor/gektor-accessories.webp);
    }
}

@media screen and (max-width: 767px) {

    .persey-accessories {
        background: none;
    }
    .persey-accessories__inner {
        background-image: url(/image/catalog/landings/gektor/gektor-accessories-mob.webp);
    }
}

.persey-table {
    background-image: url(/image/catalog/landings/gektor/gektor-table-bg.webp);
}

@media screen and (max-width: 1699px) {
    .persey-table {
        background-image: url(/image/catalog/landings/gektor/gektor-table-bg-laptop.webp);
    }
}

@media screen and (max-width: 767px) {
    .persey-table {
        background-image: url(/image/catalog/landings/gektor/gektor-table-bg-mb.webp);
    }
}

@media screen and (max-width: 567px) {
    .persey-table {
        background-image: url(/image/catalog/landings/gektor/gektor-table-bg-mb.webp);
    }
}

@media screen and (min-width: 567px) and (max-width: 991px) {
    .persey-buy__item div {
        padding: 0 20px 0 80px;
        min-height: 100px;
        min-width: 497px;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 567px) {
    .persey-buy__item div {
        padding: 0 72px 0 55px;
    }
}

@media screen and (max-width: 380px) {
    .persey-buy__item div {
        padding: 0 22px 0 55px;
    }
}


.blade-full__content > div {
    margin: 250px 0 0;
}

@media screen and (max-width: 1599px) {
    .blade-full__content > div {
        margin: 230px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .blade-full__content > div {
        margin: 430px 0 0;
        align-self: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .blade-full__content > div {
        margin: 330px 0 0;
    }
}

@media screen and (max-width: 567px) {
    .blade-full__content > div {
        margin: 260px 0 0;
    }
}