.sumi-rep-map {
    max-width: 1180px;
    margin: 22px auto 42px;
    position: relative;
}

.sumi-rep-map__filter {
    margin: 0 0 18px;
}

.sumi-rep-map__select {
    width: 220px;
    max-width: 100%;
    min-height: 38px;
    padding: 5px 34px 5px 10px;
    border: 2px solid #13612e;
    border-radius: 8px;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.5L7 7.25L12.75 1.5' stroke='%2313612e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    color: #13612e;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.sumi-rep-map__select option {
    background: #fff;
    color: #222;
    font-size: 15px;
    font-weight: 500;
}

.sumi-rep-map__select option:checked {
    background: #13612e;
    color: #fff;
}

.sumi-rep-map__select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(19, 97, 46, 0.16);
}

.sumi-rep-map__svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.sumi-rep-map__county {
    cursor: pointer;
    outline: none;
    pointer-events: all;
}

.sumi-rep-map__county--overlay {
    opacity: 0 !important;
    fill: transparent !important;
    stroke: transparent !important;
}

.sumi-rep-map__hint {
    position: absolute;
    right: 8%;
    bottom: 17%;
    min-width: 250px;
    max-width: 340px;
    padding: 16px 22px 16px 58px;
    background: #00b878;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
    pointer-events: none;
    animation: sumi-rep-map-hint-pulse 1.8s ease-in-out infinite;
}

.sumi-rep-map__hint::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: currentColor;
    transform: translateY(-50%);
    clip-path: polygon(12% 0, 12% 76%, 33% 57%, 45% 88%, 60% 82%, 48% 53%, 76% 53%);
}

.sumi-rep-map__hint::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #00b878;
    transform: translateY(-50%);
}

.sumi-rep-map__hint span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

@keyframes sumi-rep-map-hint-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.035);
    }
}

@media (max-width: 767px) {
    .sumi-rep-map {
        margin: 14px auto 26px;
    }

    .sumi-rep-map__select {
        width: 100%;
        min-width: 0;
        font-size: 16px;
    }

    .sumi-rep-map__hint {
        position: static;
        min-width: 0;
        max-width: none;
        margin-top: 10px;
        padding: 14px 18px 14px 52px;
        font-size: 18px;
    }

    .sumi-rep-map__hint::after {
        display: none;
    }
}
