

/* Start:/local/templates/pzpo/components/bitrix/news.list/geography-map/style.css?17764599595561*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.geography-map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 700px;
}

.geography-map::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.1);
}

.geography-map__main {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
    height: 699px;
    padding-top: 1px;
}

.geography-map__canvas {
    width: 100%;
    height: 100%;
    background: #f7f9f9;
}

.geography-map__sidebar {
    position: relative;
    height: 700px;
    padding-top: 50px;
}

.geography-map__reset {
    border: 0;
    background: transparent;
    color: #e43d42;
    cursor: pointer;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
}

.geography-map__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.geography-swiper {
    height: 100%;
}

.swiper-slide.geography-map__slide {
    cursor: pointer;
    height: auto;
}

.geography-map__slide:last-child {
    margin-bottom: 106px;
}

.geography-map-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.geography-map-card__image-wrap {
    width: 128px;
    height: 96px;
    aspect-ratio: 4 / 3;
    background: #eee;
}

.geography-map-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.geography-map-card__title {
    font-size: 20px;
    line-height: 1.4;
    color: rgba(51, 51, 51, 1);

    -webkit-transition: color 0.3s ease-in-out;

    -o-transition: color 0.3s ease-in-out;

    transition: color 0.3s ease-in-out;
}

@media (hover: hover) {
    .geography-map__slide:hover .geography-map-card {
        background-color: rgba(51, 51, 51, 0.04);
    }
    .geography-map__slide:hover .geography-map-card__title {
        color: var(--color-red);
    }
}

.geography-map__slide.geography-map__slide--hidden {
    display: none;
}

.geography-map__slide.geography-map__slide--active .geography-map-card {
    background-color: rgba(51, 51, 51, 0.04);
}

.geography-map__slide.geography-map__slide--active .geography-map-card__title {
    color: var(--color-red);
}

.geography-map__marker {
    width: 30px;
    height: 35px;
    position: relative;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.geography-map__marker svg {
    width: 30px;
    height: 35px;
    display: block;
}

.geography-map__marker-label {
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    color: #FFF;
}

.geography-map__marker._active svg path {
    fill: #c82227;
}

.geography-map__marker._disabled {
    cursor: default;
    opacity: 0.45;
}

.geography-map__slider .swiper-scrollbar.geography-scrollbar {
    right: -76px;
    background: rgba(51, 51, 51, 0.08);
    cursor: pointer;
}

.geography-scrollbar .swiper-scrollbar-drag {
    background: var(--color-red);
}

.geography-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 126px;
    pointer-events: none;
    background: -o-linear-gradient(271deg, rgba(255, 255, 255, 0.00) 0.99%, rgba(255, 255, 255, 0.85) 30.48%, #FFF 83.98%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.00) 0.99%, rgba(255, 255, 255, 0.85) 30.48%, #FFF 83.98%);
    z-index: 2;
}

.pzpo-btn--text._arrow.geography-show-all {
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .geography-map__main {
        position: initial;
        width: 100%;
        height: 300px;
    }

    .geography-map::before {
        display: none;
    }

    .geography-map-card {
        padding-left: 0;
        padding-right: 0;
    }

    .geography-map-card__title {
        font-size: 16px;
        line-height: 1.3;
        white-space: break-spaces;
    }

    .geography-map__sidebar {
        height: auto;
        margin-bottom: 100px;
    }

    .geography-map__slide:last-child {
        margin: 0;
    }

    .pzpo-btn--text._arrow.geography-show-all {
        position: initial;
        margin-top: 24px;
    }

    .geography-fade {
        display: none;
    }

    .swiper.geography-swiper {
        touch-action: auto;
    }
}

@media only screen and (max-width: 959px) {
    .geography-map {
        display: block;
        min-height: 0;
    }

    .geography-map__main,
    .geography-map__sidebar {
        width: 100%;
    }

    .geography-map__main {
        margin-left: 0;
        padding-left: 0;
    }

    .geography-map__sidebar {
        padding: 24px 0 0;
    }
}
/* End */
/* /local/templates/pzpo/components/bitrix/news.list/geography-map/style.css?17764599595561 */
