/* ------Стиль скроллбара------ */

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #72b800; /* цвет скроллбара */
        border-radius: 0px; /* радиус скругления скроллбара */
    }

    ::-webkit-scrollbar {
        width: 5px; /* ширина вертикального скроллбара */
        height: 0px; /* высота горизонтального скроллбара */
        background: #ffffff; /* цвет фона под скроллбаром */
    }
}

.link_navigation[data-elem-type="text"] a {
    text-decoration: none !important;
    color: #002137 !important;
    display: absolute !important;
    transition: all 0.3s ease-in-out;
}

.link_navigation[data-elem-type="text"] a:hover {
    color: #72b800 !important;
}

.cursor_zoom {
    cursor: zoom-in;
}