

/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/sport-section/style.css?17592306672036*/
.icons-season {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icons-season svg {
    max-height: 45px;
    max-width: 45px;
    margin: 5px;
    fill: #e42727;
}

.sport-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sport-filters__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sport-filters__item {
    --icon-size: 30px;
    --icon-color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 10px 18px;
    border: 2px solid #ddd;
    background-color: #ffffff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    transition: border-color .2s ease-in-out;
}

.sport-filters__item.is-active {
    --icon-color: #1b9673;
    border-color: #1b9673;
    z-index: 20 !important;
}

.sport-filters__item:not(.is-active) {
    cursor: pointer;
}

.sport-filters__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    min-height: var(--icon-size);
}

.sport-filters__item__icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: var(--icon-color);
    transition: fill .2s ease-in-out;
}

@media screen and (max-width: 575px) {
    .sport-filters {
        margin-bottom: 40px;
    }

    .sport-filters__buttons {
        gap: 8px;
    }

    .sport-filters__item {
        --icon-size: 18px;
        gap: 8px;
        padding: 8px 10px;
        border-width: 1px;
        font-size: 12px;
        border-radius: 15px;
    }
}
/* End */


/* Start:/local/templates/dobrograd_new/include/sections/map.territory/style.css?1732272158750*/
.territory {
    position: relative;
}
.territory .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    z-index: 2;
}

.territory .map {
    cursor: pointer;
}
.territory .map img {
    display: block;
    max-height: 100vh;
}
@media (max-width: 768px) {
    
    .territory .map {
        height: auto !important;
        display: block !important;
        overflow: auto;
        position: relative;
        z-index: 1;
    }
    
    .territory .map img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .territory .map-svg, 
    .territory .map img {
        height: auto !important;
        max-width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/territory.map/style.css?17322721589401*/
.map-page + .main {
    overflow: visible;
}
.territory {
    position: relative;
    z-index: 100;
}
.territory .headline {
    margin-bottom: 30px;
}
.territory .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    z-index: 2;
    pointer-events: none;
}

.territory .map {
    cursor: pointer;
}
.map-container {
    position: relative;
}
.territory .map-svg {
    height: auto;
    max-width: 100%;
    display: block;
}
.territory .map-svg .icon {
    max-height: 100px;
    max-width: 100px;
}
.map-svg .point {
    fill: #fff;
}
.map-svg .-selected .icon-svg {
    fill: #fff;
}
.map-svg .-selected .point {
    fill: red;
}
.map-svg .point-item {
    transition: .3s;
    will-change: transform;
}
.map-svg .point-item:hover .icon-svg {
    top: -10px;
    fill: #fff;
}
.map-svg .point-item:hover .point {
    fill: #1b9673;
}
.map-svg .point-item--green.-selected .point {
    fill: red;
}
.territory .map img {
    display: block;
    max-height: 100vh;
    height: auto;
}

.map-by-list {
    position: absolute;
    right: 35px;
    transform: rotate(-90deg);
    transform-origin: right center;
    top: 30%;
}
.map-by-list a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s;
    border-radius: 40px;
}
.map-by-list a span {
    display: block;
    white-space: nowrap;
    padding-left: 10px;
}
.map-by-list i {
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin-left: 17px;
    transform: rotate(90deg);
}
.map-by-list a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    background: #fff;
    color: #333;
}
.map-by-list a:hover i {
    background: #1b9673;
    color: #fff;
}
.map-by-list i .icon-svg {
    width: 14px;
    height: 14px;
}
.map-by-list i {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.map-by-list--mobile {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.map-by-list--mobile a {
    justify-content: center;
}
.map-by-list--mobile a,
.map-by-list--mobile i {
    color: #1B1D1E;
}
.map-list-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.map-list-item a {
    color: #1B1D1E;
    opacity: 0.75;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.map-list-item a .icon-svg {
    width: 26px;
    height: 26px;
    color:#1b9673;
    flex: 0 0 26px;
    margin-right: 20px;
}
.map-list-item a span {
    border-bottom:1px solid transparent;
    transition: .3s;
    
}
.map-list-item a:hover span {
    border-color: #1b9673;
}
.map-list-item .z3 {
    color:#1B1D1E;
    opacity: 0.75;
    font-size: 14px;
}
.map-list-item ul {
    margin: 12px 0 12px 46px;
    opacity: 0.75;
}
.map-list-item ul li {
    font-size: 14px;
    color: #1B1D1E;
    margin-bottom: 10px;
}
.map-list-item ul li:before {
    background: #1B1D1E;
    height: 3px;
    width: 3px;
    top: 8px;
}

.scheme-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0px 4px 32px rgba(31, 31, 31, 0.15);
    border-radius: 4px;
    padding: 18px 60px 18px 30px;
    max-width: 362px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.scheme-tooltip.-visible {
    display: block;
    opacity: 1;
    visibility: visible;
}
.scheme-tooltip--close {
    position: absolute;
    top: 15px;
    right: 8px;
    z-index: 3;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
.scheme-tooltip--close:before,
.scheme-tooltip--close:after {
    height: 16px;
    width: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2A8859;
    content: '';
    transition: .3s;
}
.scheme-tooltip--close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.scheme-tooltip--close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.scheme-tooltip--close:hover:before,
.scheme-tooltip--close:hover:after {
    height: 25px;
}
.scheme-tooltip--title {
    display: flex;
    align-items: center;
}
.scheme-tooltip--title .icon-svg {
    color: #1b9673;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}
.scheme-tooltip--title__name {
    font-size: 16px;
    font-weight: 500;
}
.scheme-tooltip--pic {
    display: block;
    margin-top: 10px;
}
.scheme-tooltip--pic img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.scheme-tooltip--text {
    font-size: 13px;
    line-height: 18px;
    color: #8D8E8E;
    opacity: 0.75;
    margin: 10px 0 15px;
}
.scheme-tooltip--text a {
    color: #2A8859;
}
.scheme-tooltip--btn {
    display: flex;
    margin-top: 15px;
}
.scheme-tooltip--btn .button {
    margin-right: 4px;
    font-size: 14px;
    padding: 7px 20px;
}
.scheme-tooltip--btn .button.green {
    color: #fff;
}
@media (max-width: 768px) {
    .territory,
    .territory * {
        -webkit-tap-highlight-color: transparent;
    }
    
    .territory .map {
        height: 680px;
        overflow: auto;
        position: relative;
        z-index: 1;
        display: flex;
    }
    .territory .map-svg,
    .territory .map img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    .map-by-list {
        right: auto;
        left: 10px;
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .map-by-list i {
        transform: none;
    }
    .scheme-tooltip {
        max-width: none;
        width: 100vw;
    }
    .scheme-tooltip--pic {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .scheme-tooltip--pic img {
        width: 100% !important;
    }
}

.territory-map {
    overflow: hidden;
    position: relative;
}

.territory-map__buttons {
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.territory-map__buttons button {
    width: 30px;
    height: 30px;
    padding: 0;
    color: #2D3741;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.territory-map__buttons button svg {
    fill: #2D3741;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 11px;
    height: 11px;
}

.territory-map__buttons button:hover,
.territory-map__buttons button.is-active {
    background: #1b9673;
}

.territory-map__buttons button:hover svg,
.territory-map__buttons button.is-active svg {
    fill: #fff;
}

@media (min-width: 768px) {
    .territory-map__buttons {
        display: none;
    }
}

@media (max-width: 768px) {
    .territory-map__actions {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        z-index: 10;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }

    .territory-map__actions .map-by-list,
    .territory-map__actions .territory-map__buttons {
        position: static;
    }

    .territory-map.is-zoomed.is-partvisible .territory-map__actions {
        position: fixed;
    }

    .territory-map.is-zoomed.is-partvisible .territory-map__actions .territory-map__buttons {
        margin-bottom: 95px;
    }
}

@media (max-width: 767px) {
    /* .territory-map__inner {
        overflow-x: scroll;
    } */

    .territory-map__interactive {
        width: 100%;
    }

    .territory-map__interactive .map-svg {
        pointer-events: none;
    }

    .territory-map__interactive .map-svg.is-zoomed {
        width: calc(100vw * 3);
        max-width: none !important;
        pointer-events: auto;
    }

    .territory-map__interactive .map-svg:not(.is-focus) {
        transform: none !important;
    }

    .territory-map__interactive > * {
        touch-action: none;
    }

    .map-by-list {
        z-index: 10;
    }
}

.territory-map__categories {
    margin-bottom: 14px;
}

.territory-map__categories .swiper-slide {
    width: auto;
    max-width: 100%;
}

[data-territory-tab] {
    color: #1B1D1E;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
}

[data-territory-tab].is-active {
    color: #1B9673;
    border-color: #1B9673;
    cursor: auto;
}

.map-svg .point-item.is-hidden {
    opacity: 0;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/main_gallery/style.css?1732272158118*/
.section.index-gallery {
  padding-top: 0;
}

.territory + .section.index-gallery {
  padding-top: 3.33333rem;
}
/* End */
/* /local/templates/dobrograd_new/components/bitrix/news.list/sport-section/style.css?17592306672036 */
/* /local/templates/dobrograd_new/include/sections/map.territory/style.css?1732272158750 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/territory.map/style.css?17322721589401 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/main_gallery/style.css?1732272158118 */
