@media only screen and (min-width: 1222px) {
    .main-jump-block {
        width: 240px;
        height: 446px;
        position: fixed;
        filter: alpha(opacity=70);
        bottom: 0;
        right: 0;
        margin-left: auto;
        margin-right: 46px;
        border-radius: 4px;
        box-shadow: 0 0 5.4px 1.6px rgba(46, 46, 46, 0.36);
        background-color: #ffffff;
        z-index: 100000;
        display: none;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .jump-text {
        font-family: 'GothamProСustom';
        font-size: 21px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: left;
        color: #232323;
        margin: 31px 0 396px 35px;
    }
    .jump-points {
        background-color: transparent;
        list-style: none;
    }
    .jump-arrow-down {
        background: #ffffff no-repeat center url("../../img/arrows/arrow-down.svg");
        position: fixed;
        bottom: 20px;
        height: 20px;
        width: 200px;
    }
    .jump-arrow-up {
        background: #ffffff no-repeat center url("../../img/arrows/arrow-up.svg");
        position: fixed;
        height: 20px;
        width: 200px;
    }
    .jump-wrapper {
        position: fixed;
        bottom: 0;
        height: 348px;
        display: block;
        margin: 75px 20px 23px 20px;
        overflow: scroll;
        scrollbar-width: none;
    }
    .jump-wrapper::-webkit-scrollbar {
        display: none;
    }
    .jump-points li {
        width: 200px;
        height: 40px;
        border-radius: 4px;
        border: solid 1px #10b9e4;
        margin-bottom: 4px;
        background: #ffffff;
        text-align: left;
        color: #10b9e4;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .jump-points li:hover {
        background: #419bf9;
        color: #ffffff;
    }
    .jump-points p {
        font-family: 'GothamProСustom';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        width: 100%;
        vertical-align: middle;
        padding: 0 12px;
        margin: auto;
    }
}
