.img-list, .img-block, .img-grid {
    margin-left: -13%;
    margin-right: -13%;
}

.sg-slide{
    width: 360px;
    height: 360px;
}

.sg-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sg-forestry{
    font-style: italic;
}
.sg-forestry-single{
    margin-bottom: 4px;
}
.ctrl-search .main-search .main-search__holder--result{
    z-index: 1;
}


.img-cards .img-card__capt {
    color: #141414;
}

.home-infographic-new-left .link-underlined{
    display: none!important;
}

.img-cards a:hover {
    text-decoration: none;
}

.home .last-news .tags-list{
    margin-bottom: 20px!important;
}

.sg-block_my_button{
    margin-right: 20px;
}

.sg_block_descriptions{
    margin-bottom: 50px;
    display: block;
}

.home-why-item-wrapper {
    transition: all .3s;
}

.home-why-item:hover .home-why-item-wrapper {
    background-color: #078049;
}
.home-why-item:hover .home-why-item-title {
    font-weight: bold;
    color: #089B58;
}
.home-why-item:hover .home-why-item-wrapper img {
    filter: brightness(0) invert(1);
}
.divided-blocks__col.divided-blocks__col_sec_row:first-child .divided-block {
    /*text-align: left;*/
}
.menu-opened .menu-opener .line:nth-child(3) {
    transform: translateY(-5.5px) rotate(90deg);
}

.sg_acces_block{
    margin-top: 25px;
}
.sg_acces_block .fw-page-builder-content{
    margin-top: 25px;
}

.sg_blocks_title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 30px;
}


.single-volunteers .detail a {
    margin-bottom: 5px;
    display: inline-block;
}
.single-volunteers .detail a:hover {
    color: #078049;
}

.page-template-volunteering .custom-grid{
    overflow-x: inherit;
}

.sg-quote{
    color: #93A6A6;
    font-size: 20px;
    margin: 65px 80px;
    position: relative;
    font-weight: 400;
}

.iconsquote:before {
    content: '';
    background: url(/wp-content/uploads/2022/02/quote.svg);
    position: absolute;
    left: -80px;
    top: 0;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: cover;
}
.iconslake:before {
    content: "\e923";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    margin-right: 45px;
    font-size: 3rem;
    line-height: 1;
    color: #078049;
    position: absolute;
    left: -75px;
    top: -10px;
}

.col-lg-3.short-references__explain {
    z-index: 2;
}

.home h2 {
    font-size: 48px;
    z-index: 2;
    position: relative;
}

.cms-editor .fw-page-builder-content .sg-text > h2 {
    font-family: "ermilovbold", "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}

.cms-editor .fw-page-builder-content .sg-text > h3 {
    font-family: "ermilovbold", "Montserrat", sans-serif;
    font-size: 1.5rem;
}

.cms-editor .fw-page-builder-content .sg-text * + * {
    margin-top: 28px;
}

.cms-editor .fw-page-builder-content .img-block {
    margin-top: 28px;
}

.cms-editor .fw-page-builder-content .img-list {
    margin-top: 28px;
}

.cms-editor .fw-page-builder-content .in-place__col {
    margin-top: 28px;
}

.cms-editor .fw-page-builder-content .img-cards {
    margin-top: 28px;
}
.cms-editor iframe{
    width: 100%;
    height: 400px;
}

.visual-top .sg_title {
    font-size: 4rem;
    font-family: "ermilovbold", "Montserrat", sans-serif;
    font-weight: bold;
}

.visual-top .page-nav h1 {
    font-size: 16px;
}

.sg-image-block {
    position: relative;
}

.sg-image-block .visual-top__sign {
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
    bottom: 25px;
    right: 30px;
}

.sg-image-block .visual-page-nav {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    bottom: 20px;
    padding-left: 10px;
}

.img-grid__el.sg-image-block .visual-top__sign {
    bottom: 10px;
    position: static;
    display: inline-block;
    width: 49%;
    text-align: right;
    padding-right: 20px;
}

.img-grid__el.sg-image-block .sg-image-block-title {
    display: inline-block;
    width: 49%;
    line-height: 1.2;
}

.sg-image-block img {
    width: 100%;
}

.single-location .in-place__col.in-place__col--nav{
    padding-top: 35px;
    border-top: 2px solid #DDE2E0;
}


@media screen and (max-width: 1200px) {
    .img-grid__el.sg-image-block .visual-top__sign {
        text-align: left;
        padding-top: 5px;
        width: 100%;
    }

    .img-grid__el.sg-image-block .sg-image-block-title {
        width: 100%;
    }
    .cms-editor iframe{
        height: 350px;
    }

}

.npa-modal .swal2-image {
    max-height: 600px;
    object-fit: cover;
}

.img-card .img-card__pic {
    height: 297px;
}

.img-card .img-card__pic img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

.img-list--mirror .visual-page-nav {
    transform: rotateX(-180deg) scale(-1);
}

.img-list--mirror .visual-top__sign {
    transform: rotateX(180deg) scale(-1);
    left: 30px;
    text-align: end;
}

.sg_asked_title {
    font-size: 32px;
    color: #141414;
    margin-bottom: 75px;
    font-weight: bold;
    font-style: normal;
    font-family: "ermilovbold", "Montserrat", sans-serif;
    line-height: 1.1;
}

.sg_asked_asked_question {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    font-family: "ermilovbold", "Montserrat", sans-serif;
    color: #141414;
    padding-top: 15px;
}

.sg_question-list {
    margin-bottom: 80px;
}

.sg_question-content {
    color: #93A6A6;
}


.how_to_get .icons {
    width: 48px;
    height: 48px;
}

.how_to_get p {
    padding-bottom: 25px;
}

.how_to_get .sg_title {
    padding-bottom: 25px;
    font-weight: bold;
    font-family: "ermilovbold", "Montserrat", sans-serif;
}

.how_to_get .how_to_get_item {
    max-width: 460px;
    padding-right: 40px;
    margin-bottom: 50px;
    padding-left: 15px;
}

.how_to_get .row {
    justify-content: space-between;
}

.sg_contact_map .title {
    font-size: 32px;
    font-family: "ermilovbold", "Montserrat", sans-serif;
    margin-bottom: 50px;
}

.sg_contact_map .sg_contact_map_container {
    padding-left: 50px;
}

.sg_contact_map .sg_contact_map_phones {
    position: relative;
    margin-bottom: 45px;
}

.sg_contact_map .sg_contact_map_phones:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 0;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
}

.sg_contact_map .sg_contact_map_email {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    padding-right: 35px;
}

.sg_contact_map .sg_contact_map_email:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 0;
    background-image: url("../img/mail.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
}

.sg_contact_map .sg_contact_map_adress {
    position: relative;
    margin-bottom: 45px;
    max-width: 300px;
}

.sg_contact_map .sg_contact_map_adress:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 0;
    background-image: url("../img/marker.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.sg_contact_map .sg_contact_map_administration a {
    color: #078049;
    font-size: 16px;
}

.sg_contact_map .mailcopy-icon {
    background-image: url("../img/copy.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.sg_contact_map_social {
    margin-bottom: 40px;
}

.sg_contact_map_social .social-list {
    justify-content: flex-end;
}

#main.page-infotsentr {
    padding-bottom: 0;
}

.page-infotsentr-nav {
    margin-bottom: 50px;
}

.page-infotsentr-nav .sg-active {
    color: #078049;
}

.sg-icon-search {
    background-image: url("../img/search.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sg-content-ctrl__fltr {
    align-items: center;
    justify-content: space-between;
}

.sg-content-ctrl__fltr .sg-flex {
    display: flex;
}

.sg-content-ctrl__fltr .tags-list {
    margin-left: 20px;
}

.sg-serch-show .ctrl-search {
    position: static;
}

.sg-serch-show .ctrl-search .main-search {
    display: block;
}

.sg_titl_access {
    font-family: "ermilovbold", "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 50px;
}

.sg_acces_conent .container, .sg_acces_conent .col-lg-12 {
    padding: 0;
}

#powerTip {
    background: #fff;
    padding: 3px;
}

#powerTip:before {
    border-top: 10px solid #fff !important;
}

.close_ihp {
    display: none !important;
}

.cms-editor .fw-page-builder-content .sg-text > h3 {
    margin-top: 40px;
}

.cms-editor > *:not(h2) + h3 {
    margin-top: 48px;
}

#footer {
    /*   margin: 0 -15px 0 -15px; */

}


.card__ttl{
    font-size: 20px;
}
.page-template-adventures .card__ttl{
    font-size: 24px;
}

#parks .park-info .park-subtitle{
    max-width: 100px;
}

.about-block{
    padding-bottom: 125px;
}

.sg-list-no-cube a{
    border-radius: 16px!important;
}

.menu-opened .mobile-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a{
    color: #141414;
}

.main-nav li.menu-item-has-children:hover .sub-menu{
    z-index: 99;
}

.mmp-map{
    z-index: 1;
}


.site-lng.none-on-tablet{
    flex-direction: row-reverse;
}

.page-template  .cards-section,.page-template  .last-news{
    padding-top: 70px;
}

.img-slider > .img-slider__pagination{
    line-height: 1;
    padding: 0px 8px;
}

.img-slider__btn:before{
    font-size: 1.575rem;
}


.page-template-route .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;
}

.single-route .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;
    margin-bottom: 50px;
}

.single-route h1{
    margin-bottom: 25px;
}


.page-template-parnters time {
    font-size: 12px;
    color: #93A6A6;
    margin-top: 22px;
    display: block;
}


.sg_partners h4{
    margin-bottom: 25px;
}


.page-template-parnters .cards-section__row{
    margin-top: 40px;
}


.page-template-researchers .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;
}

.anchor_link{
    margin-bottom: 60px;
}
.anchor_link a{
    margin-right: 25px;
    transition: .3s all;
}

.anchor_link a:hover{
    color:#46a077
}
.sg-bottom-mfuter{
    display: flex;
    flex-wrap: nowrap;
    border-top: solid 1px #fff;
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 0!important;
}
.sg-bottom-mfuter .footer-second__col{
    color:#fff;
    max-width: 268px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
}

.sg-bottom-mfuter .flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sg-bottom-mfuter .flex .offset-md-2{
    margin-left: 12.66667%;
}

.sg-bottom-mfuter .footer-second__col a{
    display: block;
    margin-bottom: 10px;
    color:#87ba9f;
}
.sg-bottom-mfuter .footer-second__col a img{
    margin-left: 10px;
}
.sg-bottom-mfuter .footer-second__col b{
    margin-left: 10px;
}


footer .site-sponsors{
    display: block;
}

footer .icon-Question:before{
    filter: brightness(0) invert(1);
}

.ttl1, .cms-editor > h1, .content-block > h1{
    font-size: 48px;
}



.page-template-donate .route-block__main .site-action{
    margin-right: 20px;
}

.input-hglight--grey .input-hglight__lbl{
    background-color: transparent;
}

.input-hglight--grey .input-hglight__lbl:hover{
    background-color: #dbe6e5;
}


.main-nav li.menu-item-has-children:hover .sub-menu{
    background-color: #F0F5F5;
}

.icon-Search:hover:before{
    color: #078049;
}
#inclusivity-button{
    background-repeat: no-repeat;
    background-size: contain;
    transition: .0s all;
}
#inclusivity-button:hover{
    width: 27px;
    height: 20px;
}

.alert__desc{
    font-size: 14px;
}

.home-infographic-new-left .location-info__ttl{
    margin-bottom: 10px;
}

.fade-03:after{
    background-color: rgba(20, 20, 20, 0.4);
}

.container-fluide .divided-block > * + * {
    margin-top: 20px;
}

.last-news .news-preview{
    padding: 10px;
}

.last-news .news-preview:hover{
    background-color: #dbe6e5;
}

.last-news .tags-list{
    margin-bottom: 0;
}

.vm__elem:hover{
    flex-basis: calc(100% / 7 * 2);
}

.ttl1, .cms-editor > h1, .content-block > h1{
    font-size: 48px;
}



.page-template-donate .route-block__main .site-action{
    margin-right: 20px;
}

.input-hglight--grey .input-hglight__lbl{
    background-color: transparent;
}

.input-hglight--grey .input-hglight__lbl:hover{
    background-color: #dbe6e5;
}


.news-preview--big{
    padding-right: 20px;
}

.news .ctrl-filter__clr{
    padding: 7px 12px;
}

.main-search__clear:hover{
    color:#fff;
}


.home-infographic-new-left .location-spec__pic img{
    width: 48px;
    height: 48px;
}
.home-why-item-title{
    text-align: center;
}

.why-section .cards-section__row{
    --justify-content: end!important;
}

.sg_my_date .date.all_year span{
    font-weight: bold;
    color:#000;
}
.sg_my_date span {
    font-size: 14px;
    color: #b4b4b4;
    margin-bottom: 5px;
    display: block;
}

.sg_my_date.flex{
    display: flex;
    width: 300px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.single-volunteers .detail p {
    margin-bottom: 10px;
    font-weight: bold;
}


.page-template-volunteering a.card img{
    width: 100%;
}


.card[href]:hover:before{
    top: -15px;
    /*bottom: -15px;*/
    bottom: 0px;
    left: -15px;
    right: -15px;
}

.single-route .leaflet-container .leaflet-marker-pane img{
    min-width: 10px!important;
    min-height: 10px!important;
}

.sg-border-top{
    border-top: solid 2px transparent!important;
}


.sg_team_color .contacts-list dt{
    color:#000;
}
.sg_team_color .contacts-list dd{
    color:#000!important;
}
.mmp-map{
    margin-top: 0!important;
}
.mmp-map * + *{
    margin-top: 0!important;
}

h2.visual-slider__ttl{
   font-size: 45px;
}
@media screen and (max-width: 1555px) {
    .site-sponsors svg path{
        fill:#fff;
    }
}

@media screen and (max-width: 1270px) {
    .vm .vm__elem:last-child{
        display: none;
    }
}

@media screen and (max-width: 1440px) {

    .header-top {
        padding: 13px 0 13px;
    }


    .header-main ul {
        font-size: 14px;
    }

    .home .visual-slider {
        height: calc(100vh - 145px);
    }
    /*
        .visual-top{
            height: calc(100vh - 145px);
        }
    */
    h1{
        font-size: 48px;
    }

    .home h2{
        font-size: 48px;
    }

    .home .swiper-container .visual-slider__slide {
        height: 100%;
    }

    h2.visual-slider__ttl{
        /*font-size: 48px;*/
        font-size: 45px;
    }


    .divided-block {
        min-height: 432px;
    }

    .shifted-slider__slide {
        height: 500px;
    }

    .divided-blocks .divided-blocks__col .divided-block{
        height: 432px;
    }
    .divided-block__ttl{
        font-size: 48px;
    }


    #parks .lisn{
        height: 100vh;
    }

    .home .cards-section, .last-news{
        padding-bottom: 144px ;
    }

}

.sg_park_logo{
    margin-bottom: 24px;
    width: 100px;
}

.page-template-page_park .breadcrumbs  .breadcrumbs__item:last-child{
    color:#fff;
}

.page-template-page_park .visual-top{
    min-height: 660px;
}

.page-template-page_park .sg_flex a{
    margin-right: 45px;
}


.page-template-page_park .sg_style p{
    margin-top: 8px;
}

.page-template-page_park .about-block .sg_flex{
    display: block;
}

.page-template-page_park .sg_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page-template-page_park .sg_flex .sg_slider_title{
    font-size: 16px;
    margin-bottom: 5px;
}

.page-template-page_park .sg_flex .sg_slider_descriptions{
    max-width: 300px;
}

.page-template-page_park .shifted-section{
    padding-bottom: 0;
}
.page-template-page_park .home-why-item-title{
    max-width: 110px;
    text-align: center;
}
.sg_contact_site{
    position: relative;
    max-width: 270px;
}
.sg_contact_site:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 0;
    background-image: url(/wp-content/uploads/2022/02/WEB.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.page-template-page_park .social-list{
    justify-content: flex-start;
    margin-top: 20px;
}


.page-template-page_park .sg_contact_map .mmp-map {
    height: 360px!important;
}

.page-template-page_park .home-why-image{
    min-height: 50px;
    min-width:50px;
}


.page-template-page_park-php .header-top__r .social-list{
    margin-top: 0;
}


.sg-alert{
    position: absolute;
    bottom:50px;
    right: 50px;
}
.page-template-page_park .mmp-list{
    display: none;
}


.page-template-page_park .how_to_get{
    padding-top: 50px;
}

.page-template-page_park .sg_organisation{
    display: flex!important;
    align-items: center;
}

.page-template-page_park .sg_organisation a{
    width: 25%;
}

.page-template-page_park .fancybox-caption__body{
    text-align: left;
}

.sg_contact_map .mailcopy-icon{
    transition: .3s all;
}

.sg_contact_map .mailcopy-icon:hover{
    filter: sepia(1);
}

@media screen and (max-width: 1500px) {

    .page-template-page_park .last-news .stretch-content{
        margin-right: 0;
        margin-left: 0;
    }

}


@media screen and (max-width: 767px) {
    .sg-image-block {
        width: 100%;
        display: block !important;
    }

    .sg-section .img-list, .sg-section .img-block, .sg-section .img-grid {
        margin: 0;
    }
    .home h2{
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .sg-text ol {
        margin-left: 15px;
    }

    .sg-image-block .visual-top__sign {
        bottom: 10px !important;
        left: 10px;
        right: auto;
    }


    .sg_contact_map_social {
        margin-top: 25px;
    }

    .visual-slider__ttl{
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .sg-bottom-mfuter{
        display: block;
    }
    .sg-bottom-mfuter .flex{
        margin-top: 25px;
    }

    .sg-bottom-mfuter .flex .offset-md-2{
        margin-left: 0!important;
    }

    .sg-bottom-mfuter .footer-second__col{
        width: 100%;
        max-width: 100%;
    }
    .cms-editor iframe{
        height: 300px;
    }
}


.sg_more_grid.img-list{
    grid-auto-rows: 300px;
}

.sg_more_grid.sg_item_count_1{
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 420px;
}
.sg_more_grid.sg_item_count_2{
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 420px;
}
.sg_more_grid.sg_item_count_3{
    grid-template-columns: repeat(3, 1fr);
}
.sg_more_grid.sg_item_count_4{
    grid-template-columns: repeat(4, 1fr);
}
.sg_more_grid.sg_item_count_5{
    grid-template-columns: repeat(5, 1fr);
}


.sg_more_grid .visual-top__sign{
    bottom: 18px!important;
}

.sg_more_grid .sg-image-block-gradient{
    height: 60px;
}

.sg_more_grid .visual-top__sign{
    position: static;
}


.sg_organisation{

}

.home .vm__elem .park-title,.home .vm__elem .park-subtitle{display: block;opacity: 0;transition: .3s all}

.home .vm__elem:hover .park-title{
    opacity: 1
}
.home .vm__elem:hover .park-subtitle{
    opacity: 1
}

.lang-item{
    display: none;
}

header .site-action{
    display: none;
}

.mobile-nav .menu-item 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;
}


/*#footer-map{*/
/*    background-image: url("https://karpatskyi-biosfernyi-zapovidnyk.in.ua/wp-content/uploads/2021/07/Screenshot_2.jpg");*/
/*}*/

.route-params__elem .route-mark{
    position: relative;
    top: 3px;
}

.obj-sidebar__wrapper{
    padding-top: 45px;
    height: calc(100% - 75px);
}


.inclusivity-popup.active .row{
    overflow-y: hidden!important;
}


.sg_infos{
    display:block;
    position:static!important;
    margin-top:30px
}
.sg_infos a{
    color:#fff;
    text-decoration:underline
}


.single-route .inform-card{
    --display: none;
}

.postid-2178 .inform-card{
    display: block;
}

@media screen and (max-width: 1200px) {
    .sponsors-section a{
        border: none!important;
    }
    .img-list .visual-page-nav{
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 1024px) {
    .sg_more_grid{
        grid-template-columns: repeat(2, 1fr)!important;
    }


    .sponsors-section a{
        border: none!important;
    }

    .page-template-map .sg_map_info{
        display: none;
    }
}

@media screen and (max-width: 775px) {

    .cards-section .cards-section__row{
        display: block;
    }

    .sg-bottom-mfuter .flex{
        flex-wrap: wrap;
    }
    .sg-bottom-mfuter .flex .footer-second__col{
        margin-bottom: 10px;
        text-align: center;
    }
    .sg_more_grid{
        grid-template-columns: repeat(2, 1fr)!important;
    }

    .alert{
        border-bottom: solid 1px transparent!important;
    }
    .sg-bottom-mfuter .footer-second__col{
        padding: 0 10px;
    }
    .location-spec__counter{
        font-size: 14px;
    }
    footer .site-sponsors a{
        margin-left: 0;
    }
    .img-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .sg-image-block .visual-page-nav{
        font-size: 14px;
    }
    .ttl1, .cms-editor > h1, .content-block > h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 510px) {

    .sg_more_grid{
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .home .btn-secondary{width: 100%}
    .home-why-item, .home-why-item-link {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 50%!important;
        margin-bottom: 55px;
    }

    .visual-top{
        min-height: 380px;
    }

    .visual-top .sg_title{
        font-size: 25px!important;
        line-height: 25px!important;
    }
    .visual-top .ttl1{
        font-size: 25px!important;
        line-height: 25px!important;
    }

}

/*button_up*/
#button_up {
    display: inline-block;
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: url("/wp-content/uploads/2022/02/btn-up.svg");
}

#button_up:hover {
    cursor: pointer;
}
#button_up:active {
    background-color: #555;
}
#button_up.show {
    opacity: 1;
    visibility: visible;
}

.icon-Question:before{
    content: '';
    background-image: url("/wp-content/uploads/2021/04/Question.svg");
    height: 24px;
    width: 24px;
}

.main-nav li.menu-item-has-children .sub-menu li{
    padding: 10px 40px 10px 20px;
}

.why-section{
    padding: 80px 0 110px;
}
.why-section .cards-section__row{
    justify-content: flex-start;
}
.home-why-item,
.home-why-item-link{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 16.6%;
    margin-bottom: 25px;
}
.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;
}

.news-preview + .news-preview{
    margin-top: 10px;
}

.last-news__list{
    margin-top:10px
}
.navigation .screen-reader-text{
    display: none;
}


.sg_rev{filter: brightness(0) invert(1);}


.npa-objects{
    height: 100vh!important;
}

footer .icon-Question{
    display: none;
}

.services-template-default .service-contacts-block .person-block__ttl{
    margin-bottom: 10px;
    margin-top: 10px;
}

.img-block.sg-image-block{
    margin-bottom: 15px;
}

.breadcrumbs{
    flex-wrap: wrap;
}

.ctrl-filter__options{
    flex-wrap: wrap;
}

.font_size_mod4 .breadcrumbs .sg-font-small{
    font-size: 15px!important;
}

.sg_image_wrapper{
    height: auto;
}
.sg_image_wrapper img{
    object-fit: cover;
}

.site-tag, .ctrl-tag{
    padding-right: 8px!important;
}


.single-route .leaflet-popup{
    display: none!important;
}

.news-preview + .news-preview{
    margin-top: 0;
}

.news-preview .card__figure .card__img-wrapper{
    height: 250px;
}

.news-preview .card__figure .card__img-wrapper img{
    object-fit: cover;
    height: 100%;
}