.d-none { display: none !important; }
.fav-cluster {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.fav-cluster-circle {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #00A1F9;
    transition: all ease .3s;
    z-index: -1;
}
.fav-cluster:hover .fav-cluster-circle {
    background-color: #0081C7;
    width: 56px;
    height: 56px;
}
.fav-cluster-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.fav-cluster-content span {
    display: block;
}

/* иконка пин */
.fav-contentPin { 
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
}
.fav-contentPin-point { 
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
}
.fav-contentPin.point-contacts .fav-contentPin-point {
    width: 71px;
    height: 71px;
}
.fav-contentPin.point-contacts {
    width: 71px;
    height: 71px;
}
.fav-contentPin:hover {
    z-index: 5;
}
.fav-contentPin:hover .fav-contentPin-circle {
    background-color: #0081C7;
    width: 40px;
    height: 40px;
}
.fav-contentPin.point-contacts:hover .fav-contentPin-circle {
    width: 80px;
    height: 80px;
}
.fav-contentPin:hover .fav-contentPin-arrow {
    border-color: #0081C7 transparent transparent transparent;
}
.fav-contentPin img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%,-50%);
    transition: all ease .3s;
    z-index: 2;
}
.fav-contentPin.point-contacts img {
    width: 36px;
    height: 36px;
}
.fav-contentPin-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    background-color: #00A1F9;
    border-radius: 50%;
    transition: all ease .3s;
    z-index: 1;
}
.fav-contentPin.point-contacts .fav-contentPin-circle {
    width: 71px;
    height: 71px;
}
.fav-contentPin-arrow {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-width: 6px 4px 0 4px;
    border-color: #00A1F9 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    transition: all ease .3s;
    z-index: -1;
}

.fav-contentPin-popup {
    position: absolute;
    bottom: 48px;
    left: 50%;
    background-color: #00A1F9;
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 12px 16px;
    width: 223px;
    text-transform: uppercase;
    display: none;    
    transform: translate3d(-50%, 10px, 10px) scale(1.1,1.1);
    opacity: 0;
    transition: all ease .3s;
    z-index: 10;
}
.fav-contentPin.point-contacts .fav-contentPin-popup {
    bottom: 0;
    padding: 17px 24px;
    width: 430px;
    white-space: normal;
    display: block;
}
.fav-contentPin-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
    color:#fff;
    z-index: 2;
}
.fav-contentPin-close img {
    display: block;
    max-width: 16px;
    max-height: 16px;
}
.fav-contentPin-popup-arrow {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #00A1F9;
}
.fav-contentPin-popup-title {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fav-contentPin.point-contacts .fav-contentPin-popup-title {
    font-weight: 500;
    font-size: 27px;
    line-height: 1.4;
    text-transform: uppercase;
}
.fav-contentPin-popup-text {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fav-contentPin.point-contacts .fav-contentPin-popup-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-line-clamp: 7;
}

.ymaps3x0--marker:hover {
    z-index: 2 !important;
}

.fav-contentPin.pinVissible .fav-contentPin-popup {
    transform: translate3d(-50%, 0, 0) scale(1,1);
    opacity: 1;
}
.fav-contentPin.point-contacts.pinVissible .fav-contentPin-point {
    opacity: 0;
}

.smi { text-transform: lowercase !important; font-weight: 500 !important; }

@media (max-width: 2560px) {
    .fav-contentPin-popup {
        width: 211px;
    }
    .fav-contentPin-popup-title {
        font-size: 12px;
    }
    .fav-contentPin-popup-text {
        font-size: 15px;
    }
}
@media (max-width: 1920px) {
    .fav-contentPin-popup {
        width: 181px;
    }
    .fav-contentPin-popup-text {
        font-size: 14px;
    }
    .fav-contentPin.point-contacts .fav-contentPin-popup {
        width: 340px;
    }
    .fav-contentPin.point-contacts .fav-contentPin-popup-title {
        font-size: 22px;
    }
    .fav-contentPin.point-contacts .fav-contentPin-popup-text {
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
        .fav-contentPin.point-contacts .fav-contentPin-popup {
        width: 255px;
    }
}
@media (max-width: 1024px) {
    /* .fav-contentPin:not(.point-contacts) .fav-contentPin-popup {
        display: none !important;
    } */
}
@media (max-width: 768px) {    
    .fav-contentPin.point-contacts .fav-contentPin-popup {
        width: 215px;
    }
    .fav-contentPin.point-contacts .fav-contentPin-popup-title {
        font-size: 19px;
    }
    .fav-contentPin.point-contacts .fav-contentPin-popup-text {
        font-size: 13px;
        line-height: 1.3;
    }
}

.map__btn.map__btn__white.active-btn {
    background-color: #00A1F9;
    color: #FFF;
}