﻿@media (min-width:1025px) {
.pro-maylink{position: relative;padding:2% 70px}
.promay-next,.promay-prev{position:absolute;top:45%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:0 0;color:#FFFFFF;background:#000;z-index:9;cursor:pointer;transition:all .15s linear;border-radius:var(--borderradius)}
.promay-next:hover,.promay-prev:hover{background:var(--color);color:#fff}
.promay-next em,.promay-prev em{font-size:var(--fontsize24)}
.promay-prev{left:25px}
.promay-next{right:25px}}