.header-top .social-list {
    /*position: absolute;*/
    right: 8%;
}
.header-top__r .site-lng {
    margin-left: 60px;
}
.inclusivity-button{
    display: flex;
    align-items: center;
    margin-right: 25px;
}
#inclusivity-button{
    display: flex;
    width: 22px;
    height: 16px;
    background-color: transparent;
    background-image: url(/wp-content/themes/sitegist-theme/inclusivity/images/view-dark.svg);
}
.mobile-menu__bottom .inclusivity-button{
    max-width: 48px;
    flex-basis: 48px;
    margin: 0;
}
.mobile-menu__bottom .inclusivity-button button{
    background-repeat: no-repeat;
}
.inclusivity-popup{
    display: none!important;
}
.inclusivity-popup.active{
    display: flex!important;
}

@media screen and (max-width: 1556px) {
    .header-top__r {
        flex: 0 1 70%;
        justify-content: flex-end;
    }

}
@media (max-width: 1199.98px) {
    .inclusivity-popup.active{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .inclusivity-popup.active .container{
        display: flex;
        align-items: center;
    }
    .inclusivity-popup.active .row{
        flex-direction: column;
        flex-wrap: inherit;
    }
    .inclusivity-popup.active .inclusivity-controls{
        flex-direction: row;
    }
    .inclusivity-popup.active .inclusivity-controls button{
        margin-right: 15px;
    }
    .inclusivity-popup.active .inclusivity-colors,
    .inclusivity-popup.active .inclusivity-fonts{
        width: 100%;
        margin-bottom: 25px;
    }
    .inclusivity-popup.active .inclusivity-fonts-container button{
        width: 100px;
    }
}
@media screen and (max-width: 976px) {
    .header-top__r {
        flex: 0 1 65%;
        flex-basis: initial;
    }
}
@media screen and (max-width: 767.98px), screen and (max-width: 767.98px) and (orientation: landscape), screen and (max-width: 767.98px) and (orientation: portrait){
    .inclusivity-popup.active .row{
        margin: 0;
        max-height: 99vh;
        overflow-y: auto;
    }
    .inclusivity-popup.active .inclusivity-fonts-container button {
        width: calc(25% - 12px);
    }

}
@media screen and (max-width: 576px) {
    .inclusivity-popup.active .inclusivity-color-container button{
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 400px) {
    .inclusivity-popup.active .inclusivity-color-container button{
        width: 100%;
        margin-right: 0;
    }
}


.main-nav .sub-menu{
    display: none;
    min-width: 231px;
    position: absolute;
    top: 100%;
    /*margin-top: 25px;*/
    left: -30px;
    padding: 55px 0 30px;
    background-color: #fff;
}
.header-top-main .site-main-lnk{
    display: flex;
}
.header-top.header-top-main .site-main-lnk
    /*.header-top.header-top-main .site-lng,*/
    /*.header-top.header-top-main .social-list*/
{
    position: relative;
}
.header-top-main .site-main-lnk img{
    margin-right: 50px;
}
.header-top-main .header-top__r{
    flex: 0 1 0;
}
.header-top.header-top-main .social-list{
    margin-right: 50px;
}
.header-top-main .site-sponsors,
.header-top-main .site-action{
    display: none;
}
.site-main-lnk img{
    max-height: 75px;
	width: 100%;
}
.main-nav li + li{
    position: relative;
    margin-left: 24px;
}
.main-nav a:hover{
    color: #078049;
}
.route-detail__desc a:hover{
    color: #078049;
}
div.route-details__el{
    border-left: none!important;
}
.npa-objects__map{
    left: 360px;
}
.page-template-map .mmp-list,
.page-template-map .mmp-panel{
    display: none;
}
.page-template-map .maps-marker-pro.mmp-list-below,
.page-template-map .leaflet-container{
    height: 100%!important;
}
.page-template-map .leaflet-marker-pane img{
    object-fit: contain;
}
.main-nav li.menu-item-has-children{
    padding-right: 28px;
    display: block;
    position: relative;
    white-space: nowrap;
}
.main-nav li.menu-item-has-children::before{
    content: "\e906";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1px;
    top: 50%;
    font-size: 1.5625rem;
    transform: translateY(-50%) rotate(90deg);
}
.main-nav li.menu-item-has-children .sub-menu::before{
    content: '';
    height: 25px;
    width: 100%;
    background: #F0F5F5;
    position: absolute;
    top: 0;
}
.main-nav li.menu-item-has-children:hover .sub-menu{
    flex-flow: column nowrap;
    display: flex;
    list-style: none;
    margin: 0;
}
.main-nav li.menu-item-has-children .sub-menu li{
    padding: 10px 50px 10px 30px;
    margin: 0;
}
.main-nav li.menu-item-has-children .sub-menu li .sub-menu{
    top: 0;
    left: 100%;
    transform: none;
    margin: -30px 0 0 -1px;
    padding-top: 30px;
    display: none;
}
.main-nav li.menu-item-has-children .sub-menu li .sub-menu::before{
    display: none;
}
.main-nav li.menu-item-has-children .sub-menu li:hover .sub-menu{
    display: flex;
}
.main-nav li.menu-item-has-children .sub-menu li{
    transition: background-color .3s;
}
.main-nav li.menu-item-has-children .sub-menu li:hover{
    background: #F0F5F5;
}
.main-nav .sub-menu li.menu-item-has-children::before{
    transform: translateY(-50%) rotate(0deg);
    right: 20px;
}
.main-nav li.menu-item-has-children .sub-menu li:hover .sub-menu a{
    color: #141414;
}
.main-nav li.menu-item-has-children .sub-menu li:hover .sub-menu a:hover,
.main-nav .sub-menu a:hover,
.main-nav li.menu-item-has-children .sub-menu li:hover a{
    color: #078049;
}
.mobile-nav li{
    display: flex;
    flex-direction: column;
}
.mobile-nav .menu-item-has-children a{
    background-color: transparent;
    font-family: "ermilovbold", "Montserrat", sans-serif;
    cursor: pointer;
    padding: 18px 15px;
    width: 100%;
    text-align: left;
    color: inherit;
    transition: 0.4s;
    font-size: 1.25rem;
    position: relative;
    z-index: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
}
.mobile-nav .menu-item-has-children a::after{
    float: right;
    content: "";
    width: 0.45em;
    height: 0.45em;
    border-right: 0.15em solid #000;
    border-top: 0.15em solid #000;
    transform: rotate(135deg);
    margin-top: 5px;
    margin-right: 2px;
    position: relative;
    right: -20px;
    transition: all .1s;
}
.mobile-nav .menu-item-has-children .sub-menu a::after{
    display: none;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children a::after{
    display: block;
    right: 5px;
    transform: rotate(135deg);
    margin-top: 5px;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a::after{
    display: none;
}
.mobile-nav .menu-item-has-children.active a::after{
    transform: rotate(315deg);
    margin-top: 10px;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children.active a::after{
    transform: rotate(315deg);
    margin-top: 10px;
}
.mobile-nav .menu-item-has-children .sub-menu a{
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    font-family: "innerspaceregular", "Roboto", sans-serif;
    color: inherit;
}
.mobile-nav .menu-item-has-children .sub-menu{
    border: none;
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: max-height 0.5s ease-out;
}
.mobile-nav .menu-item-has-children.active{
    background: #F0F5F5;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children.active .sub-menu{
    border-bottom: 1px solid #93A6A6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a{
    color: #ccc;
}
.divided-blocks__col:first-child .divided-block{
    background-position: top;
}
a.card img{
    transition: all .5s;
}
a.card:hover img{
    transform: scale(1.15);
}
.route-details__el:first-child {
    align-items: flex-start!important;
}
.cms-editor .fw-page-builder-content .sg-text p + h2,
.cms-editor .fw-page-builder-content .sg-text p + h3,
.cms-editor .fw-page-builder-content .sg-text > h3{
    margin-top: 70px;
}
a.card:before{
    top: -15px;
    visibility: visible;
    transition: all .5s;
    background-color: rgba(147, 166, 166, 0.2);
}
a.card .card__img-wrapper{
    overflow: hidden;
}
.footer-second__col .footer-nav__ttl{
    color: #fff;
}
.footer-second__col ul{
    list-style: none;
    color: #fff;
    padding: 0;
}
.footer-second__col ul a{
    font-size: 12px;
    line-height: 1.5;
    display: table;
}
.footer-second__col ul a:hover{
    text-decoration: underline;
}
.footer-nav{
    margin-bottom: 50px;
}
.footer-second {
    padding: 66px 0 66px;
}
.page-template-home .visual-slider .limiter{
    height: 100%;
    display: flex;
}
.page-template-home .visual-slider .limiter__wrapper{
    width: 100%;
}
.page-template-home .visual-ctrls .alert {
    top: 24px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.divided-blocks--icon{
    height: 80px;
}
.divided-blocks .divided-blocks__col .divided-block{
    justify-content: flex-start;
}
.divided-blocks .divided-blocks__col .divided-block .divided-blocks__btn{
    margin-top: auto;
}
.card-info__date-small{
    font-size: 12px;
    color: #93A6A6;
}
.card-info__date{
    margin-left: auto;
}
.icon-Messanger.btn-primary-ico--blue::before{
    color: #fff;
}
.alert-msg .alert-msg__ico{
    color: #E5A419;
}
.alert-msg a:hover{
    color: #CD2E3D;
}
.footer-second .site-shortcuts__el::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all .3s;
}
.footer-second .site-shortcuts__el:hover::after{
    background: rgba(147, 166, 166, 0.2);
}
.divided-blocks__col{
    margin-bottom: 15px;
}
/*.img-box-1,*/
/*.img-box-2{*/
/*    height: 50%;*/
/*}*/
.img-box{
    width: 100%;
}
footer .site-shortcuts__el{
    text-align: left;
}
.page-template-home .left-heading.bg-grey.left-pattern .cms-editor p{
    text-align: left;
}
.sg-archive-card .cards-section__card .card__img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.breadcrumbs-path .breadcrumbs, .visual-path .breadcrumbs{
    position: relative;
    display: flex;
    flex-flow: wrap;
}
.header-type-breadcrumbs{
    padding-top: 48px;
}
.tags-list--big .active .site-tag,
.tags-list--big .site-tag:hover{
    background-color: #078049;
    color: #fff;
}
.locations-slide-link{
    display: flex;
    width: 100%;
    height: 100%;
}
.location-spec__pic img{
    max-width: 35px;
    max-height: 35px;
}
.page-template-home .card__img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.no-image{
    background: #F0F5F5;
    display: flex;
    width: 100%;
    height: 225px;
}
.page-template-event-block .card__img{
    width: 100%;
    height: 225px;
}
#parks{
    padding-top: 100px;
}
.park-info{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.park-icon{
    /*max-width: 60px;*/
    /*max-height: 60px;*/
    /*margin-bottom: 15px;*/
}
.park-title,
.park-subtitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: none;
}
.park-subtitle{
    font-size: 13px;
    font-weight: 400;
}
.news-preview a{
    display: flex;
    flex-direction: column;
}
.page-template-children .card__img,
.page-template-children-icons .card__img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.page-template-children-icons .card__img{
    height: 300px;
}
.breadcrumbs__item,
.breadcrumbs--invert .breadcrumbs__item:first-child{
    color: #fff;
    opacity: .5;
}
.breadcrumbs__item:hover,
.breadcrumbs--invert .breadcrumbs__item:hover:first-child,
.breadcrumbs__item:last-child{
    opacity: 1;
}
.single-location .breadcrumbs__item:hover,
.single .breadcrumbs__item:hover{
    color: #fff;
}
.single-route .breadcrumbs__item,
.single-route .breadcrumbs--invert .breadcrumbs__item:first-child,
.single-route .breadcrumbs__item:hover{
    color: #141414;
}
.header-type-breadcrumbs .breadcrumbs__item,
.header-type-breadcrumbs .breadcrumbs--invert .breadcrumbs__item:first-child{
    color: #141414;
}
.header-type-breadcrumbs .breadcrumbs__item:hover,
.header-type-breadcrumbs .breadcrumbs--invert .breadcrumbs__item:first-child:hover{
    color: #078049;
}
.page-template .breadcrumbs__item:last-child,
.header-type-breadcrumbs .breadcrumbs__item:last-child,
.single-route .breadcrumbs__item:last-child{
    color: #078049;
    pointer-events: none;
    opacity: 1;
}
.route-detail__desc {
    font-weight: 700;
}
.cards-all-on .card figcaption,
.cards-all-on .card figcaption article{
    position: absolute;
    left: 0;
    top: -8px;
    right: 0;
    bottom: 0;
}
.cards-all-on .card figcaption article{
    background: rgba(20, 20, 20, 0.4);
    transition: all .3s;
}
.cards-all-on .card figcaption article:hover{
    background: rgba(20, 20, 20, 0.8);
}
.cards-all-on .card .card__icon{
    max-width: 36px;
    max-height: 36px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.cards-all-on .card .card__ttl{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
}
.cards-all-on .card figcaption article:hover .card__ttl{
    color: #078049;
}
.single-route .mmp-list,
.single-location .mmp-list,
.single-location .maps-marker-pro .mmp-panel{
    display: none;
}
.single-route .maps-marker-pro .mmp-panel{
    display: flex;
    background-color: transparent!important;
    align-items: center;
    justify-content: flex-end;
    border: none!important;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
}
.single-route .maps-marker-pro .mmp-panel a{
    display: none;
}
.single-route .maps-marker-pro .mmp-panel a:last-child{
    display: flex;
}
.single-route .mmp-panel-text{
    display: none;
}
.single-location #in-map{
    height: 258px;
    width: calc(126% + 20px);
    background-color: #ccc;
    margin-left: calc(-13% - 10px);
    margin-right: -13%;
}
.single-route .mmp-marker-icon{
    width: 15px!important;
    height: 15px!important;
    margin-left: -8px!important;
    margin-top: -8px!important;
}
.single-location .mmp-marker-icon{
    width: 28px!important;
    height: 40px!important;
    margin-left: -15px!important;
    margin-top: -35px!important;
}
.single-route .timeline-pictures__img {
    max-height: none;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.single-route .timeline-pictures__el.active{
    position: fixed;
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% + 50px);
}
.single-route .route,
.page-template-route .routes{
    padding: 0 0 50px;
}
.page-template-route .routes{
    margin-top: 20px;
}
.page-template-route .img-slider__slide img{
    height: 340px;
    width: 100%;
    object-fit: cover;
}
.route-mark--yellow{
    background: #E5A419;
}
.route-mark--red{
    background: #CD2E3D;
}
.sg-pagination{
    margin: 50px 0 0;
}
.sg-pagination,
.sg-pagination nav,
.sg-pagination .nav-links{
    display: flex;
    justify-content: center;
    width: 100%;
}
.sg-pagination nav a,
.sg-pagination nav span{
    font-size: 16px;
    font-weight: 700;
    padding: 8px 6px;
    margin: 0 8px;
    transition: all .3s;
}
.sg-pagination nav span{
    color: #078049;
    position: relative;
    border-bottom: solid 2px #078049;
}
.sg-pagination nav a:hover{
    color: #078049;
}
.sg-pagination nav a.prev,
.sg-pagination nav a.next{
    border: 1px solid #DDE2E0;
    padding: 8px 11px;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}
.sg-pagination nav a.prev::before,
.sg-pagination nav a.next::before{
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
    font-size: 16px;
    color: #93A6A6;
    transition: all .3s;
}
.sg-pagination nav a.prev::before{
    /*transform: rotate(180deg);*/
}
.sg-pagination nav a.prev:hover,
.sg-pagination nav a.next:hover{
    background: #93A6A6;
}
.sg-pagination nav a.prev:hover::before,
.sg-pagination nav a.next:hover::before{
    color: #fff;
}
/*.left-pattern:before {*/
/*    background: #078049 url(../img/left-pattern-new.png) 50% 50%/cover repeat;*/
/*}*/
.sg-image-block-gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
}
.sg-image-block .visual-top__sign{
    z-index: 2;
}
.sg-image-block .visual-page-nav{
    bottom: 15px;
}
.sg-image-block .visual-top__sign{
    bottom: 25px;
}
.in-place__col.in-place__col--nav{
    margin-top: 35px;
}
.page-template-services .small-info span.small-info--cat{
    display: inline-flex;
    margin-left: auto;
    vertical-align: top;
    padding: 3px 8px;
    background-color: #DDE2E0;
    font-size: 12px;
    color: #000;
    border-radius: 16px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-template-services .small-info span:first-child.small-info--cat{
    margin-left: 0;
}
.page-template-services .small-info span:after{
    display: none;
}
.page-template-services .card .small-info{
    display: flex;
    width: 100%;
}
.page-template-services .card__img,
.more-block .card__img{
    height: 275px;
    width: 100%;
    object-fit: cover;
}
.site-tag.clear{
    color: #CD2E3D;
    background: transparent;
    border: solid 1px #DDE2E0;
}
.cms-editor ul li{
    display: block;
    padding-left: 1.2em;
    position: relative;
}
.cms-editor ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: .4em;
    height: .4em;
    margin: .45em .8em 0 0;
    content: '';
    flex-shrink: 0;
    border-radius: 999px;
    background-color: #078049;
    flex-grow: 0;
}
.person-block.person-block--wide{
    margin-bottom: 25px;
}
.person-block.person-block--wide .person-block__photo span{
    height: 200px;
}
.cms-editor .fw-page-builder-content .sg-text ul li + li{
    margin-top: 16px;
}
.cms-editor .col-lg-12,
.cms-editor .container{
    padding: 0;
}
.cms-editor .in-place__col,
.cms-editor .fw-page-builder-content .in-place__col {
    margin-top: 50px;
}
.service-contacts-block .person-block__ttl{
    margin-bottom: 45px;
}
.service-contacts-block .contact-lst__phone{
    width: 100%;
    align-items: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0 0 10px;
}
.service-contacts-block .contact-lst__phones{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
}
.service-contacts-block .contact-lst__phones::before{
    position: absolute;
    left: 0;
}
.more-block .container .row > [class^="col"]{
    padding-right: 15px;
    padding-left: 15px;
}
.site-lng.none-on-tablet{
    padding: 0;
    list-style: none;
    display: flex;
}
.site-lng.none-on-tablet li span,
.site-lng.none-on-tablet li a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #93A6A6;
}
.site-lng.none-on-tablet li.current-lang span{
    border-radius: 999px;
    border: 1px solid #078049;
    color: #078049;
}
.site-lng.none-on-tablet li a:hover{
    color: #078049;
}
.quick-srch-opener:before{
    font-size: 1.5625rem;
    line-height: 1;
}
.icon-Search:before{
    content: "\e931";
}
.page-template-route .ttl-border,
.page-template-collaboration .ttl-border{
    border: none;
    padding-bottom: 0;
}
.route-block__icon{
    height: 48px;
}
.single-main-image{
    margin-bottom: 50px;
}
.single-collaboration .img-list,
.single-collaboration .img-block,
.single-collaboration .img-grid{
    /*margin: 0;*/
}
.more-block-news .container .row > [class^="col"] {
    padding-right: 25px;
    padding-left: 25px;
    border-right: solid 1px #93A6A6;
}
.more-block-news .container .row > [class^="col"]:last-child{
    border: none;
}
.rom-news-content-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px;
}
.rom-news-content-list a{
    margin: 0 15px 15px 0;
    font-size: 20px;
}
.rom-news-content-list a:hover{
    color: #078049;
}
.site-sponsors{
    display: inline-flex;
    align-items: center;
}
.site-sponsors a{
    display: inline-flex;
    margin-left: 50px;
}
.site-sponsors svg,
.site-sponsors img{
    max-width: 150px;
    max-height: 55px;
}
.site-sponsors svg path{
    transition: all .3s;
}
.site-sponsors svg image{

}
.site-sponsors svg:hover path{
    fill: #078049;
}
.ctrl-filter-opts__itm.active label {
    background-color: #078049;
    color: #fff;
}
.ctrl-filter__clr.active{
    display: flex!important;
}
.person-block__photo span,
.person-block__photo img{
    background: #F0F5F5;
    display: flex;
    max-width: 100%;
    object-fit: cover;
}
.person-block--compact .person-block__photo span,
.person-block--compact .person-block__photo img{
    width: 175px;
    height: 175px;
}
.person-list__person .person-block__photo span,
.person-list__person .person-block__photo img{
    width: 275px;
    height: 375px;
}
.team a:hover{
    color: #078049;
}
.custom-select .select-options{
    min-width: 290px;
    max-width: 100%;
}
.npa-select .select-options li{
    font-size: 16px;
}
.ctrl-filter-opts__itm .ctrl-filter__clr{
    padding: 8px;
    cursor: pointer;
}
.npa-select .select-options li.active{
    background-color: #078049;
    color: #fff;
}
.single-title{
    margin-bottom: 50px;
}
.route-details__el.full-width{
    flex: 1 1 100%;
    width: 100%;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 50px;
}
.event-lectors{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.event-lector-item{
    display: flex;
    flex-direction: column;
    width: 33.33%;
    align-items: center;
}
.event-lectors .event-lector-item:first-child{
    align-items: flex-start;
}
.event-lectors .event-lector-item:last-child{
    align-items: flex-end;
}
.event-lector-body{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.event-lector-image{
    margin-bottom: 15px;
    display: flex;
}
.event-lector-image img{
    width: 175px;
    height: 150px;
    object-fit: cover;
}
.event-lector-image span{
    background: #F0F5F5;
    width: 175px;
    height: 150px;
}
.event-lector-body p{
    font-size: 16px;
}
.event-lector-body span{
    color: #93A6A6;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.ctrl-filter-opts__color{
    height: 10px;
    width: 10px;
    display: inline-flex;
    border-radius: 100%;
}
.ctrl-filter-opts__itm{
    border: solid 2px transparent;
    border-radius: 16px;
}
.ctrl-filter-opts__itm.active label{
    background-color: transparent;
    color: #000;
}
.page-template-event-form .ev-form__ttl{
    font-size: 20px;
    margin-bottom: 16px;
    display: inline-flex;
}
.page-template-event-form .ev-form__ttl span{
    color: #078049;
    margin-left: 5px;
}
.sg-event-form-link{
    position: relative;
    padding: 7px 7px 0;
    margin-top: -7px;
    transition: all .3s;
}
.sg-event-form-link a{
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 250px;
    background-color: #DDE2E0;
    font-size: 14px;
    color: #000;
    border-radius: 16px;
    text-align: center;
    padding: 10px;
    border-top-right-radius: 0;
    opacity: 0;
    z-index: -2;
    transition: all .3s;
}
.sg-event-form-link.active{
    background: #DDE2E0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.sg-event-form-link.active a{
    opacity: 1;
    z-index: 9;
}
.sg-event-form-link.active a:hover{
    color: #078049;
}
.block-with-success{
    display: none;
}
.page-template-event .visual-top{
    border: none;
    border-top: 1px solid #078049;
}
.site-shortcuts__notify{
    width: 15px;
    height: 15px;
}
.search-result{
    margin: 50px 0;
}
.fz-subtitle.main-search-sgs__ttl span{
    color: #078049;
}
.visual-top{
    border: none;
    border-top: 1px solid #078049;
    border-bottom: 1px solid #078049;
}
.lisn.tags-list .tags-list__el:first-child{
    padding-left: 0;
}
.route-timeline__desc p{
    margin-bottom: 15px;
}
.about-block,
.shifted-section,
.short-references{
    padding-top: 130px;
}
.cards-section,
.last-news{
    padding-top: 100px;
}
.page-template-map .obj-form__ico{
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home-infographic-new{
    background-color: #078049;
    padding: 0;
    color: #fff;
}
.home-infographic-new-left{
    padding: 106px 0 66px;
    padding-right: 75px;
}
.home-infographic-new-left .info-g__img{
    margin-left: 0;
    margin-bottom: 25px;
}
.home-infographic-new-left .location-info hr,
.home-infographic-new-left .location-info__subttl{
    max-width: 100%;
}
.home-infographic-new-left .location-spec{
    display: flex;
    flex-wrap: wrap;
    gap: initial;
    max-width: 100%;
}
.home-infographic-new-left .location-spec-item{
    display: inline-flex;
    width: 50%;
    float: left;
    margin-bottom: 25px;
    align-items: flex-start;
}
.home-infographic-new-left .location-spec__pic{
    padding-top: 5px;
}
.home-infographic-new-left .location-spec__pic img{
    max-width: 48px;
    max-height: 48px;
}
.home-infographic-new-left .location-info__subttl{
    line-height: 1.3;
    margin-bottom: 10px;
}
.home-infographic-new-left .location-spec__text{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}
.home-infographic-new-left .location-info hr{
    border-color: #fff;
}
.home-infographic-new-left .location-spec__name{
    line-height: 1.4;
    max-width: 110px;
}
.home-infographic-new-left .link-underlined{
    margin-top: 40px;
    display: inline-flex;
}
.link-underlined{
    text-decoration: underline;
}
.home-infographic-new .mmp-panel,
.home-infographic-new .mmp-list{
    display: none;
}
.home-infographic-new .maps-marker-pro,
.home-infographic-new .mmp-map{
    height: 100% !important;
}
.home-infographic-new-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 0;
}
.home-infographic-new-right img {
    object-fit: contain;
}
.home-shifted-section-new .swiper-wrapper{
    /*transform: translate3d(-25%, 0px, 0px)!important;*/
}
.home-shifted-section-new .visual-ctrls__btn{
    width: 70px;
    height: 70px;
    margin-top: -35px;
}
.home-shifted-section-new .visual-ctrls__btn:before{
    font-size: 45px;
}
.home-shifted-section-new.home-locations-slider .visual-ctrls{
    top: 100%;
    z-index: 1;
}
.home-shifted-section-new.home-locations-slider .visual-ctrls__btn{
    margin-top: -347px!important;
}
.why-section{
    padding: 80px 0 110px;
}
.why-section .cards-section__row{
    justify-content: space-evenly;
}
.home-why-item,
.home-why-item-link{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.home-why-item-wrapper{
    width: 96px;
    height: 96px;
    background-color: #F0F5F5;
    border-radius: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-why-image{
    max-height: 64px;
    max-width: 64px;
}
.home-why-item-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}
.short-references__map img {
    transform: scale(1.6);
}
.short-references{
    padding-bottom: 100px;
}
.page-template-home .last-news .card__img{
    height: 250px;
}
.home .news-preview h2{
    font-size: 20px;
    line-height: 1.3;
}
.tags-list--cube .site-tag,
.tags-list--cube .ctrl-tag {
    border-radius: 0;
    padding: 7px 15px;
    font-size: 12px;
}
.last-news h2.mb50px{
    margin-bottom: 15px;
}
.last-news .tags-list {
    margin: 5px 5px 0px!important;
}
/* parks page archive */
.page-template-parks-archive .events__action{
    margin: -20px 0 30px;
}
.page-template-parks-archive .events__action .select-styled{
    color: #93A6A6;
    font-size: 18px;
}
.page-template-parks-archive .content-ctrl__fltr > * + * {
    margin-left: 25px;
}
.page-template-parks-archive .ctrl-filter__clr{
    padding: 10px 12px;
}
/* main park home */
.home-top-filter .visual-ctrls{
    top: calc(100% - 175px);
}
.home-top-filter .visual-slider__holder{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
strong.map-popup-title{
    padding: 0 15px;
}
.map-popup-admin-link{
    padding: 0 0 15px;
    display: inline-flex;
}
.map-popup-admin-link a{
    float: left!important;
    margin-right: 10px!important;
}
.map-popup-icons{
    display: flex;
    margin-bottom: 10px;
}
.map-popup-icons .icon-route img{
    width: 30px;
    transition: all .1s;
}
.map-popup-icons .icon-copy img{
    width: 25px;
    margin: 2px 0 0 5px;
    cursor: pointer;
    transition: all .1s;
}
.sg_map_info{
    position: absolute;
    top:20px;
    left:20px;
    background: rgb(7 128 73 / 92%);
}
.obj-sidebar.active .obj-sidebar__opener{
    transform: none;
}
.obj-sidebar__opener:before{
    transform: rotate(90deg);
    display: inline-flex;
}
.copy-content{
    position: relative;
}
.copy-content.copied:before{
    content: 'координати скопійовано';
    font-family: "Roboto", sans-serif!important;
    position: absolute;
    border: 1px solid #DDE2E0;
    background: #fff;
    padding: 4px 6px;
    top: calc(100% - 15px);
    left: calc(100% - 15px);
    z-index: 9;
}
html[lang=en-GB] .copy-content.copied:before{
    content: 'coordinates copied';
}
.map-popup-icons .icon-route:hover img,
.map-popup-icons .icon-copy:hover img{
    filter: brightness(0) invert(0);
}
.page-template-map .mmp-control-filters{
    display: none!important;
}
.single .visual-top__sign{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}
.locations-slide-link .sg_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.img-box__ttl-left {
    max-width: 60%;
}
.sg_home_slider_author {
    font-size: 12px;
}
.wiki {
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
}
.page-template-documents .ctrl-search{
    right: 0;
    top: calc(50% - .75em);
    position: static;
}
.page-template-documents .ctrl-search button.ctrl-search__btn{
    display: none;
}
.page-template-documents .main-search__btn:before{
    color: #fff;
}
.page-template-documents .ctrl-search .main-search{
    display: block;
    width: 100%;
    height: 56px;
}
.row.person-list{
    justify-content: flex-start!important;
}
.person-block--compact .person-block__about{
    max-width: 58%;
}
@media screen and (max-width: 1556px) {
    .visual-ctrls .site-sponsors {
        display: flex;
    }
    .visual-ctrls .limiter__wrapper.sg-limit-wrapper{
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .visual-ctrls .limiter__wrapper.sg-limit-wrapper .container-sponsor{
        margin: auto auto 90px;
        display: flex;
        justify-content: flex-end;
    }
    .visual-ctrls .limiter__wrapper.sg-limit-wrapper .container-sponsor .site-sponsors{
        position: relative;
        bottom: auto;
        right: auto;
    }
    .breadcrumbs-path .breadcrumbs,
    .visual-path .breadcrumbs{
        position: relative;
        width: 95%;
        display: flex;
        flex-flow: wrap;
    }
    .breadcrumbs__item{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1440px) {
    .home-shifted-section-new.home-locations-slider .visual-ctrls__btn {
        margin-top: -275px!important;
    }
}
@media (max-width: 1400px){
    .header-main ul{
        font-size: 14px;
    }
    .header-top .site-action a{
        padding: 10px 24px;
        font-size: 16px;
    }
    .header-top{
        padding: 13px 0 13px;
    }
    .header-top__r{
        justify-content: flex-end;
    }
    .header-top__r .social-list,
    .header-top__r .site-lng{
        margin-left: 60px;
    }
    .site-shortcuts{
        font-size: 11px;
    }
    .last-news {
        padding-bottom: 90px;
    }
    .divided-blocks--icon {
        height: 65px;
    }
    .divided-block__txt {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media (max-width: 1199.98px){
    .site-main-lnk img{
        max-width: 140px;
        max-height: 65px
    }
    .single-route .timeline-pictures__el.active{
        left: 50%;
    }
    .page-template-services .card__img,
    .more-block .card__img{
        height: 225px;
    }
    .visual-ctrls .site-sponsors {
        display: none;
    }
    .sponsors-section__img.only-on-mobile{
        margin-top: 15px;
    }
    .sponsors-section .container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 25px;
        max-width: 360px;
    }
    .sponsors-section a{
        display: flex;
        width: 50%;
        max-width: 50%;
        height: 65px;
    }
    .sponsors-section a svg,
    .sponsors-section a img{
        max-width: 100%;
        max-height: 50px;
    }
    .sponsors-section a:nth-child(1){
        border-right: 1px solid #93A6A6;
        margin-right: initial;
        order: 1;
        padding-bottom: 25px;
        border-bottom: 1px solid #93A6A6;
    }
    .sponsors-section a:nth-child(2){
        order: 3;
        border-right: 1px solid #93A6A6;
        padding: 25px 0 0 0;
    }
    .sponsors-section a:nth-child(3){
        order: 2;
        width: 50%;
        padding-bottom: 25px;
        border-bottom: 1px solid #93A6A6;
        padding-left: 25px;
    }
    .sponsors-section a:nth-child(4){
        order: 4;
        width: 50%;
        padding: 10px 0 0 20px;
    }
    .sponsors-section a:nth-child(4) img{
        height: 60px;
        max-height: 60px;
    }
    header .site-action.none-on-mobile{
        margin-right: 30px;
    }
    .site-lng.none-on-tablet{
        display: none;
    }
    .mobile-menu__bottom .site-lng{
        flex: 0;
        display: flex;
        position: static;
        list-style: none;
        padding: 0;
        margin-right: 5px;
    }
    .mobile-menu__bottom .site-lng .lang-item a{
        display: inline-flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1;
        color: #93A6A6;
    }
    .mobile-menu__bottom .site-lng .current-lang.lang-item span{
        border-radius: 999px;
        border: 1px solid #078049;
        color: #078049;
        display: inline-flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1;
    }
    .mobile-nav .menu-item-has-children a::after{
        right: -28px;
    }
    .mobile-menu__bottom .site-action a:last-child{
        margin-left: auto;
    }
    .sponsors-section a{
        width: 40%;
        max-width: 40%;
    }
    .sponsors-section a:nth-child(1),
    .sponsors-section a:nth-child(2){
        width: 60%;
        max-width: 60%;
    }
    .visual-top .sg_title{
        font-size: 45px;
    }
    .visual-page-nav .page-nav{
        position: relative;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        font-size: 12px;
    }
    .visual-page-nav .page-nav h1{
        font-size: 12px;
    }
}
@media screen and (max-width: 991.98px){
    .obj-sidebar .obj-sidebar__opener{
        font-size: 9px;
        width: 44px;
        font-family: "innerspaceregular", "Roboto", sans-serif;
        display: inline-flex;
        flex-direction: column;
    }
    .obj-sidebar .obj-sidebar__opener span{
        display: inline-flex;
        width: 44px;
        height: 15px;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        text-transform: lowercase;
    }
    .obj-sidebar .obj-sidebar__opener span.top{
        margin-top: 5px;
    }
    .obj-sidebar .obj-sidebar__opener span.bottom{
        margin-bottom: 5px;
    }
    .npa-objects__map{
        left: 0;
        transition: all .3s;
    }
    .npa-objects__sidebar.obj-sidebar.active + .npa-objects__map {
        left: 360px;
    }
    .more-block-news .container .row > [class^="col"] {
        padding-right: 25px;
        padding-left: 25px;
        border-right: none;
    }
    .last-news .last-news__list:before{
        display: none;
    }
    .last-news .last-news__list{
        margin-top: 0;
    }
    .event-lector-item{
        width: 50%;
        margin-bottom: 25px;
    }
    .visual-top .sg_title{
        font-size: 35px;
        line-height: 45px;
    }
    .about-block,
    .shifted-section,
    .short-references,
    .cards-section,
    .last-news{
        padding-top: 50px;
    }
    .home-infographic-new .maps-marker-pro{
        position: absolute;
        left: 0;
        right: 0;
    }
    .home-infographic-new-right{
        position: inherit;
        height: 80vh;
        padding: 0;
    }
    .home-infographic-new{
        position: relative;
    }
    .home-infographic-new .maps-marker-pro,
    .home-infographic-new .mmp-map {
        height: 80vh !important;
    }
    .home-why-item, .home-why-item-link {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 33.33%;
        margin-bottom: 55px;
    }
    .why-section{
        padding-bottom: 25px;
    }

    .short-references__map img {
        transform: scale(1);
        width: 100%;
    }
}
@media screen and (max-width: 767.98px),screen and (max-width: 767.98px) and (orientation: landscape), screen and (max-width: 767.98px) and (orientation: portrait){
    .mobile-nav .menu-item-has-children a::after {
        right: -21px;
    }
    .person-block--compact .person-block__about {
        max-width: 100%;
        word-break: break-word;
    }
    .page-template-home .visual-ctrls .alert{
        margin-right: -15px;
        top: 0;
        margin-left: -15px;
        border-radius: 0;
        margin-bottom: 0;
        border-bottom: solid 1px #F0F5F5;
        width: calc(100% + 30px);
    }
    .page-template-home .visual-ctrls .alert .alert__desc{
        display: none;
    }
    .page-template-home .visual-ctrls .alert .alert__ico{
        margin-top: 0;
    }
    /*.page-template-home .visual-ctrls .alert{*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    margin-left: -7px;*/
    /*    margin-right: -7px;*/
    /*}*/
    .home-infographic-new-left{
        padding: 55px 15px 55px 15px;
    }
    .shifted-slider__slide {
        height: 315px;
    }
    .short-references__map img {
        transform: none;
    }
}
@media screen and (max-width: 560px){
    .npa-objects__sidebar.obj-sidebar.active + .npa-objects__map {
        left: 280px;
    }
    .event-lector-item,
    .event-lectors .event-lector-item:last-child{
        width: 100%;
        align-items: flex-start;
    }
    .home-infographic-new-left .location-spec__pic img {
        max-width: 35px;
        max-height: 35px;
    }
    .home-infographic-new-left .location-spec__text {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-why-item-wrapper {
        width: 70px;
        height: 70px;
    }
    .home-why-image {
        max-height: 40px;
        max-width: 40px;
    }
    .home-why-item-title {
        line-height: 18px;
        padding: 0 15px;
        text-align: center;
    }
}
@media screen and (max-width: 360px){
    .sponsors-section .container{
        max-width: 300px;
    }
}

/* map popup */
.maps-marker-pro .leaflet-popup-content {
    margin: 0;
}
.mmp-popup{
    display: flex;
    flex-direction: column;
}
.mmp-popup-name{
    display: none;
}
.mmp-popup-text{
    order: 3;
}
.mmp-popup-text p{
    margin: 0 0 10px;
    padding: 0 15px;

}
.mmp-popup-text p img{
    width: calc(100% + 30px);
    max-width: calc(100% + 30px)!important;
    margin-left: -15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
}
.mmp-popup-location{
    display: none;
}
.leaflet-popup-content-wrapper{
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    border: solid 1px #93A6A6;
    padding: 0;
}
.leaflet-container a.leaflet-popup-close-button {
    width: 30px;
    height: 30px;
    color: #078049;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    font-size: 25px;
    border: solid 1px #93A6A6!important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.leaflet-popup-tip {
    background: #93A6A6;
}

.map-popup-body{
    color: #141414;
    margin: 0 0 5px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    min-width: 290px;
    position: relative;
}
.map-popup-body img{
    margin-bottom: 10px;
    max-height: 150px;
    object-fit: cover;
}
.map-popup-title,
.map-popup-body a.map-popup-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 15px;
    color: #141414;
    text-align: left;
}
.map-popup-body a.map-popup-title:hover{
    color: #078049;
}
.map-popup-text{
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
}
.map-popup-body a{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #078049;
    padding: 0 15px;
    text-align: right;
    float: right;
    padding-right: 0;
}
.map-popup-body a.phone,
.map-popup-body a.icon{
    display: inline-flex;
    align-items: center;
}
.map-popup-body a.icon img{
    margin-bottom: 0;
}
.map-popup-main-image{
    height: 150px;
    object-fit: cover;
}
.map-popup-above-title{
    display: flex;
    height: 15px;
}
.map-popup-body .visual-top__sign{
    position: absolute;
    right: 15px;
    top: 115px;
    display: inline-flex;
    bottom: auto;
    color: #fff;
    background: rgba(0,0,0,.1);
    padding: 5px 10px;
}
.map-popup-body .visual-top__sign.wiki{
    top: 110px;
}
.leaflet-container .leaflet-marker-pane img{
    min-width: 40px;
    min-height: 40px;
}
.marker-cluster-small {
    background-color: rgba(7, 128, 73, .6);
}
.marker-cluster-small div {
    background-color: rgba(7, 128, 73, .8);
}
.obj-form__all,
.obj-form__reset{
    align-items: center;
    color: #078049;
    font-size: 0.75rem;
    border: 1px solid #DDE2E0;
    background: transparent;
    padding: 8px 12px;
    border-radius: 16px;
    position: absolute;
    right: 25px;
    top: 25px;
    background: #F0F5F5;
    z-index: 3;
}
.obj-form__all:hover,
.obj-form__reset:hover{
    background-color: #DDE2E0;
}
.obj-form__reset{
    color: #CD2E3D;
    top: 70px;
    left: auto;
    right: 25px;
}
strong.map-popup-title{
    padding: 0 15px;
}
.map-popup-admin-link{
    padding: 10px;
    display: inline-flex;
    margin: 10px;
    border: solid 1px;
    flex-direction: column;
    align-items: baseline;
}
.map-popup-admin-link a{
    float: left!important;
    margin-right: 10px!important;
}
.map-popup-admin-link div{
    display: flex;
}
.map-popup-admin-link hr{
    display: flex;
    width: 100%;
    margin: 10px 0;
}
.map-popup-admin-link input[type=text]{
    border: solid 1px;
    width: 100%;
    padding: 6px;
    margin: 10px 0;
}
.map-popup-admin-link button{
    padding: 6px;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}
.map-popup-icons{
    display: flex;
    margin-bottom: 10px;
}
.map-popup-icons .icon-route img{
    width: 30px;
    transition: all .1s;
}
.map-popup-icons .icon-copy img{
    width: 25px;
    margin: 2px 0 0 5px;
    cursor: pointer;
    transition: all .1s;
}
.copy-content{
    position: relative;
}
.copy-content.copied:before{
    content: 'координати скопійовано';
    font-family: "Roboto", sans-serif!important;
    position: absolute;
    border: 1px solid #DDE2E0;
    background: #fff;
    padding: 4px 6px;
    top: calc(100% - 15px);
    left: calc(100% - 15px);
    z-index: 9;
}
html[lang=en-GB] .copy-content.copied:before{
    content: 'coordinates copied';
}
.map-popup-icons .icon-route:hover img,
.map-popup-icons .icon-copy:hover img{
    filter: brightness(0) invert(0);
}
@media screen and (max-width: 767.98px), screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) and (max-width: 767.98px) {
    .npa-objects {
        height: calc(100vh - 100px);
    }
}
@media screen and (max-width: 500px){
    .obj-form__all,
    .obj-form__reset{
        position: relative;
        top: auto;
        right: auto;
        width: 200px;
        left: auto;
        margin: 10px 0 0;
        justify-content: center;
        display: inline-flex;
    }
}
.sg_map_info {
    position: absolute;
    top: 10px;
    left: 50px;
    background: rgb(7 128 73 / 92%);
}
.page-template-map #footer {
    display: none;
}
/* як добратись на лдокації */
.single-location .sg_map_info{
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
}
.single-location .sg_map_info h3{
    font-size: 26px;
    margin-bottom: 25px;
}
.single-location .sg_map_info .sg-contact-icon{
    position: relative;
    padding-left: 35px;
    margin: 0 0 15px;
}
.sg-contact-span{
    margin: 0 0 15px;
}
.single-location .sg_map_info .sg-contact-icon:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: block;
    filter: brightness(0) invert(1);
}
.single-location .sg_map_info a{
    text-decoration: none;
}
.single-location .sg_map_info a:hover{
    text-decoration: underline;
}
.single-location .sg_map_info .sg_contact_map_phones.sg-contact-icon:before {
    background-image: url(../img/phone.svg);
}
.single-location .sg_map_info .sg_contact_map_email.sg-contact-icon:before {
    background-image: url(../img/mail.svg);
}
.single-location .sg_map_info .sg_contact_map_adress.sg-contact-icon:before {
    background-image: url(../img/marker.svg);
    left: 3px;
}
.single-location .sg_map_info .sg_contact_map_work.sg-contact-icon:before {
    background-image: url(../img/marker.svg);
}
.single-location .sg_map_info .sg_contact_map_price.sg-contact-icon:before {
    background-image: url(../img/marker.svg);
}
.single-location .sg_map_info .sg_contact_map_site.sg-contact-icon:before {
    background-image: url(../img/marker.svg);
}
.single-location .sg_map_info .sg_contact_map_route.sg-contact-icon:before {
    background-image: url(../img/marker.svg);
}