@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('HelveticaNeueRoman.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('HelveticaNeueMedium.woff2') format('woff2');
    font-weight: 700;
    font-style: medium;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('HelveticaNeueBold.woff2') format('woff2');
    font-weight: 900;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('HelveticaNeueThin.woff2') format('woff2');
    font-weight: 300;
    font-style: thin;
    font-display: swap;
}


/*Swiper display none in destopk version*/

.methods_swiper{
    display: none;
}


@media (max-width: 480px) {
    .methods_swiper{
        display: block;
    }

    .methods_item{
        height: 45rem;
        margin-bottom: 5rem;
    }

}

