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

    .mp_title_box {
        margin-bottom: 30px;
        width: 70%;
    }

    /* .general-section>.grid__content.grid__content_mp {
        height: 610px;
    } */

    .general-swiper {
        height: 610px;
    }

    .rs_info_image_box {
        height: 610px;
    }

    .rs_info_textbox {
        height: -webkit-calc(100vh - 560px);
        height: -moz-calc(100vh - 560px);
        height: calc(100vh - 560px);
    }

    .rs_info_item_title {
        font-size: 32px;
    }

    .rs_info_item_link {
        position: relative;
        left: initial;
        bottom: initial;
    }







}



@media(max-width: 1799px) {
    .env_cat_badge,
    .env_cat_badge-restored {
        top: -43px;
    }
}





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


    .section__inner.general-section.general-section_kind {
        padding-top: 5%;
    }

    .book-cont__part {
        padding: 80px 72px;
    }

    .book-rew__text span {
        font-size: 18px;
    }

    .book-info {
        margin-top: 0;
    }

    .book-info__text {
        height: auto;
    }

    .book-info__tag {
        margin-bottom: 20px;
    }

    img.book-img-bg {
        top: -20%;
        width: 100%;
    }

    .mp_title_box {
        width: 70%;
        margin-bottom: 30px;
    }

    .mp_title_box h1 {
        font-size: 55px;
    }

    .mp_items_item_title {
        font-size: 23px;
    }

    .mp_items_item_text {
        font-size: 16px;
    }

    .rs_info_item_title {
        font-size: 30px;
    }

    .news_item-inner .project-content {
        width: -webkit-calc((100% - (81px + 0%)) - 60px);
        width: -moz-calc((100% - (81px + 0%)) - 60px);
        width: calc((100% - (81px + 0%)) - 60px);
    }

    .new__event_cont .new__project_nav {
        top: 80px;
    }

    .votes__vote.votes__vote_i .votes__vote_item img {
        left: 28px;
    }

}


/**/
/* opinions */
/**/

.pp_opinion {
    display: block;
    background: #FFF;
    width: 100%;
    height: 100%;
}

.pp-opinion {
    height: 100%;
}

.pp-opinion__use {
    position: absolute;
    top: 30px;
    right: 95px;
}

.pp-opinion__close {
    background: url(../img/images/cross-dark.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion__cont {
    height: 100%;
}

.pp-opinion-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* padding: 50px 0; */
    height: 100%;
}

.pp-opinion-cont__l {
    float: left;
    width: 408px;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    border-right: 1px solid #2E2B28;
    padding: 0 60px;
    margin: 50px 0;
}

.pp-opinion-cont__r {
    float: left;
    width: -webkit-calc(100% - 408px);
    width: -moz-calc(100% - 408px);
    width: calc(100% - 408px);
    height: 100%;
    padding: 0 26% 0 138px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pp-opinion-cont__r::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #F5F5F5;
}

.pp-opinion-cont__r::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.pp-opinion-cont__r::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF4D1C;
}

.pp-opinion__num {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #2E2B28;
}

.pp-opinion__name {
    text-align: center;
    margin-bottom: 30px;
}

.pp-opinion__name span {
    /* font-family: 'Playfair Display'; */
    font-weight: bold;
    font-size: 36px;
}

.pp-opinion__post {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pp-opinion__post:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    background: #2E2B28;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pp-opinion__post span {
    font-size: 20px;
    color: #2E2B28;
}

.pp-opinion__time {
    text-align: center;
    margin-bottom: 35px;
}

.pp-opinion__time span {
    position: relative;
    color: #2E2B28;
    /* font-family: 'Playfair Display'; */
    font-size: 20px;
    padding-left: 30px;
}

.pp-opinion__time span:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/images/opinion-time.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion__num span {
    /* font-family: 'Playfair Display'; */
    font-weight: bold;
    font-size: 91px;
}

.pp-opinion__text {
    margin: 50px 0;
}

.pp-opinion-text {}

.pp-opinion-text p {
    line-height: 2;
    /* font-family: 'Playfair Display'; */
    margin-bottom: 30px;
}

.pp-opinion-text p.pp-opinion-quote {
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding: 50px 0;
    margin: 50px 0;
    font-size: 32px;
}

.pp-opinion-text p.pp-opinion-quote:after,
.pp-opinion-text p.pp-opinion-quote:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 48px;
    height: 6px;
    margin: 0 auto;
    background: url(../img/images/opinion-quotes.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion-text p.pp-opinion-quote:after {
    top: 0;
}

.pp-opinion-text p.pp-opinion-quote:before {
    bottom: 0;
}

.pp-opinion-text p:nth-child(1)::first-letter {
    font-size: 64px;
    float: left;
    margin: 0 4px 0 0;
    line-height: 1;
}

.pp-opinion-slider_navigation {
    margin: 0 auto;
    margin-top: 75px;
    width: 150px;
}

.pp-opinion-slider_navigation .swiper-button:before {
    border: 2px solid #161310;
}

.pp_addopinion {
    height: 100%;
}

/**/

.btn_favors span {
    position: relative;
    color: #161310;
    font-size: 14px;
    padding-left: 32px;
    text-transform: uppercase;
    line-height: initial;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.btn_favors span:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 14px;
    background: url(../img/images/opinion-favor.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.btn_favors:before {
    background: transparent;
    border: 2px solid #161310;
}

.btn.btn_favors {
    padding: 13px 28px 11px 28px;
    width: 200px;
}

.pp-opinion__favorites {
    text-align: center;
    padding: 10px 0;
}

.pp-opinion-use {
    padding-left: 10px;
    margin-top: 80px;
}

.pp-opinion-use__like {
    display: inline-block;
    position: relative;
    width: 76px;
    height: 76px;
    opacity: 1;
    z-index: 1;
}

.pp-opinion-use__like:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #EBF9F7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.pp-opinion-use__like:hover {}

.pp-opinion-use-like__ico {
    position: relative;
    top: 7px;
    left: -3px;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background: url(../img/images/opinion-claps.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion-use-like__txt {
    text-align: center;
    position: relative;
    top: 3px;
    font-weight: bold;
    color: #066A59;
}

.events-list__item .card_project {
    border-right: 0;
    padding-right: 0;
}

.card_kind .card-img__top {
    opacity: 1 !important;
    visibility: visible !important;
}

.card__img {
    display: block;
}

.event .card-img__top {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
}

.container.container_nonebotpads,
.container_nonebotpads .content-block__cont,
.container_nonebotpads .event {
    padding-bottom: 0;
}

.swiper-container.swiper-container_noneleftpad {
    padding-left: 0;
}


.pp-enter__thanx-check {
    text-align: center;
    margin-bottom: 25px;
}

.pp-enter__thanx-check img {
    width: 75px;
}

.pp-enter__title {
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 20px;
}

.pp-enter__title span {
    font-size: 54px;
    font-weight: bold;
}

.content-block__more_close {
    background: #161310;
}

.content-block__more_close span {
    color: #FFF;
}

.opinion-img__800 {
    position: absolute;
    bottom: 0;
    right: -28px;
    width: 56px;
    height: 56px;
    background: #FF4D1C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.opinion-img__800 span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 38px;
    height: 12px;
    margin: auto;
    background: url(../img/images/opinions800.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.events-list__item .opinion {
    width: 100%;
}

.events-list__item .opinion .opinion-info {
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}


.pp-opinion-use__share {
    display: inline-block;
    vertical-align: -22px;
    margin-left: 20px;
}

.socs__item.socs__item_dark {
    width: 76px;
    height: 76px;
}

.socs__item.socs__item_dark.socs__item_vk:after {
    background: url(../img/images/dark-vk.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.socs__item.socs__item_dark.socs__item_tw:after {
    background: url(../img/images/dark-tw.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.socs__item.socs__item_dark.socs__item_fb:after {
    background: url(../img/images/dark-fb.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.socs__item.socs__item_dark.socs__item_ok:after {
    background: url(../img/images/dark-ok.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.socs__item.socs__item_dark:before {
    background: #F8F8F8 !important;
}

.section__inner.general-section.general-section_opinions>.grid__content {
    height: auto;
}

.section__inner.general-section.general-section_kind,
.section__inner.general-section.general-section_opinions {
    /* margin-top: -160px; */
    padding-top: 160px;
    /*margin-bottom: -90px;*/
}

.section__inner.general-section.general-section_kind .general-section__item:first-child {
    padding: 0;
}


.book__bg:after {
    content: '';
    display: block;
    position: absolute;
    right: -150px;
    bottom: 10px;
    width: 346px;
    height: 346px;
    background: url(../img/images/book-pen.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 2;
}

.pp-opinion-use__like:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.btn_favors.active span:after {
    background: url(../img/images/opinion-favor-active.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion-use__like.active:before {
    background: #cff3ee;
}

.btn_favors.xlike__link_active span:after {
    background: url(../img/images/opinion-favor-active.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.pp-opinion-use__like.xlike__link_active:before {
    background: #cff3ee;
}

.socs__item.socs__item_dark.socs-share__btn:after {
    width: 26px;
    height: 28px;
    background: url(../img/images/share-ico.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.socs-share~.socs-cont .socs__item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-left: -10%;
}

.socs-share~.socs-cont.active .socs__item {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    margin-left: 0;
}

.opinion-img__pic {
    height: 100%;
    width: 100%;
}

.swiper-container_book .book-rew__text {
    max-height: 156px;
}

.ticket-box a {
    display: block;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.ticket-box a:hover {
    opacity: 0.5;
}

.expert .adress__txt {
    width: auto;
}

.card.card_project.card_kind .card-img__pic:before {
    display: none;
}

.main__inner .container.container_news {
    padding: 0;
}

.maplabel__content_subtitle p.large {
    font-size: 18px;
}

.socs-share {
    display: inline-block;
}





.item_gal_sign {
    color: #161310;
    font-size: 14px;
    margin-top: 5px;
}

span.item_gal_sign_link a {
    text-decoration: underline;
}

.item_gal_image .gallery__item_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.item_gal_image:hover .gallery__item_icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.item_gal_image>a img {
    width: 100%;
}

.item_gallary_wrapper .swiper-button-prev {
    opacity: 0.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.item_gallary_wrapper .swiper-button-next {
    opacity: 0.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.item_gallary_wrapper:hover .swiper-button-next {
    opacity: 0.7;
}

.item_gallary_wrapper:hover .swiper-button-prev {
    opacity: 0.7;
}

.item_gallary_wrapper .swiper-button-prev:hover {
    opacity: 1;
}

.item_gallary_wrapper .swiper-button-next:hover {
    opacity: 1;
}

 .item_gal_image .gallery__item_icon {
    pointer-events: none;
}
.kindness-gallary .item_gal_image .gallery__item_icon {
    pointer-events: initial;
}

.gallery__item_icon {
    display: flex;
}

.kindness-gallary .gallery__item_icon > img{
    width: auto;
    height: auto
}


button.pp_.button_common_add-events {
    display: none;
}

/*
.item_gallary {
    display: none;
}*/


.button_common_add-opinion::after {
    background-image: url(../img/addopinion.svg);
}

.button_common_add-kindness::after {
    background-image: url(../img/addkindness.svg);
}

.moderator__button_common-list>button:nth-child(5) {
    top: -130px;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.progect_and_ideas__switch.events__switch {
    display: none;
}

.favour_empty_box {
    text-align: center;
    width: 100%;
}

.favour_empty_box_title {
    font-size: 24px;
}

.favour_empty_box_button {
    width: 300px;
    margin: 0 auto;
}

.user-menu__photo-box_photo>img {
    -o-object-position: top;
    object-position: top;
}

.opinion-img__pic img {
    -o-object-position: top;
    object-position: top;
}


button.pp_.button_common_edit-meta {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    top: initial;
    right: 110px;
}

button.pp_.button_common_add-happenings {
    bottom: 150px;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

button.pp_.button_common_edit-meta:after {
    z-index: -1;
}

button.pp_.button_common_edit-meta:before {
    z-index: -1;
}

.user-panel__user-submissions-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title__name_mob {
    display: none;
}



/**/

.title__nums {}

.title__nums span {
    font-weight: bold;
    font-size: 20px;
}

.articles {}

.articles-cont {}

.articles__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EEEEEE;
}

.articles__item:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.articles-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.articles-item:after {
    content: '';
    display: block;
    clear: both;
}

.articles-item__img {
    float: left;
    width: 570px;
}

.articles-item-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.articles-item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2.3s;
    -o-transition: 2.3s;
    -moz-transition: 2.3s;
    transition: 2.3s;
}

.articles__item:hover .articles-item-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

img.articles-item-img__bw {
    z-index: 2;
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
}

img.articles-item-img__normal {
    z-index: 1;
}

.articles__item:hover .articles-item-img img.articles-item-img__bw {
    /* opacity: 0; */
}

.articles-item__info {
    float: left;
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: calc(100% - 570px);
}

.articles-item-info {
    position: relative;
    height: 100%;
    padding-left: 58px;
    /* padding-top: 16px; */
}

.articles-item-info__title {
    margin-bottom: 32px;
}

.articles-item-info__title h7 {}

.articles-item-info__text {
    margin-bottom: 48px;
}

.articles-item-info__text p {
    line-height: 1.4;
}

.articles-item-info__facts {
    bottom: 10px;
    position: absolute;
}

/**/
button.pp_.button_common_edit-public {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    top: initial;
    right: 240px;
}

button.pp_.button_common_edit-public:before {
    z-index: -1;
}

.button_common_edit-public::after {
    background-image: url(../img/addpublic.svg);
}

span.content__article_img>span {
    display: block;
}

.content__article_img>img {
    width: 100%;
}

.content__article_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 48px !important;
}

.content__article_img>span {
    display: block;
    font-size: 14px;
    color: rgba(128, 88, 70, 0.9);
    padding-top: 16px;
}

.content__article_subtitle {
    margin-top: 46px;
    margin-bottom: 34px !important;
}


.event-parts .card-img__pic img {
    -o-object-fit: cover;
    object-fit: cover;
}


.upload__area.upload__area_preview {
    width: 260px;
    height: 170px;
}

.upload__area.upload__area_preview .upload__area_text {
    font-size: 14px;
    line-height: 1.4;
}

.upload__area.upload__area_preview>img {
    width: 76px;
    margin-bottom: 6px;
}

.upload__area.upload__area_preview+.upload__require-box {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}





.moderator__buttons {
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index: 10000;
}

.moderator-buttons {}

.moderator-buttons__item {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 12px;
}

.moderator-buttons__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #161310;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.moderator-buttons__item:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.moderator-buttons__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}

.moderator-buttons__item_icos {
    margin-top: 48px;
}


.pp-moderator-icos {}

.moderator-icos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 85%;
    margin: 0 auto;
}

.moderator-icos__item {
    position: relative;
    width: 110px;
    height: 110px;
    z-index: 1;
    cursor: pointer;
    margin: 0 14px;
    margin-bottom: 20px;
}

.moderator-icos__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E25D40;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.moderator-icos__item:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.moderator-icos__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 82px;
    height: 82px;
    -o-object-fit: contain;
    object-fit: contain;
}

.moderator-icos__item:nth-child(3n) {
    margin-right: 0;
}

.pp_moderate .pp-content.pp-content_small {
    padding-top: 34px;
}

.menu__items_mob {
    display: none;
}

.item__menu_top-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 11px;
    margin-left: 12px;
}

.events-list__item.content-list__item .card.card_project .card-img__pic:before {
    display: none;
}

.events-list-cont.kindnesses_container {
    margin-bottom: -50px;
}


/* voting */

.voting {
    position: relative;
}

.voting-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.voting__item {
    position: relative;
    float: left;
    width: -webkit-calc(100% / 4 - 15px);
    width: -moz-calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
    padding: 32px 42px 48px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.voting__item:nth-child(4n) {
    margin-right: 0;
}

.voting-item {
    position: relative;
    text-align: center;
}

.voting-item__img {
    position: relative;
    width: 162px;
    height: 162px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 22px;
}

.voting-item-img {
    width: 100%;
    height: 100%;
}

.voting-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.voting-item-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FAF9F8;
    overflow: hidden;
}

.voting-item-num__no {
    opacity: 1;
    font-size: 20px;
    color: #161310;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.voting-item__txt {
    text-align: center;
}

.voting-item__txt span {
    font-size: 18px;
}

input.voting-item-checkbox {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 999;
}

input.voting-item-checkbox~.voting-item .voting-item-num__check {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #FF4D1C;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    opacity: 0;
}

input.voting-item-checkbox:checked~.voting-item .voting-item-num__check {
    opacity: 1;
}

input.voting-item-checkbox~.voting-item .voting-item-num__check:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 20px;
    height: 14px;
    background: url(../img/check-w.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

input.voting-item-checkbox:checked~.voting-item .voting-item-num__no {
    opacity: 0;
}

input.voting-item-checkbox:checked~.voting-item .voting-item-num__check:after {
    top: 16px;
}


.voting-item-rate {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 6px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.voting-item-rate__proc {
    text-align: center;
    padding-bottom: 26px;
}

.voting-item-rate__proc span {
    font-size: 32px;
    font-weight: bold;
    color: #FF4D1C;
}

.voting-item-rate__line {
    position: absolute;
    height: 6px;
    width: 100%;
    background: rgba(234, 114, 78, 0.26);
}

.voting-item-rate__line span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #FF4D1C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.voted-people {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.voted-people__title,
.voted-people__num {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    -o-transform: translateX(22px);
    transform: translateX(22px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.voted-people__title {
    color: #161310;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.voted-people__num {
    padding-left: 10px;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}


.voting.voting_voted .voting__item {
    padding-bottom: 106px;
}

.voting.voting_voted .voting-item-rate {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.voting.voting_voted .voted-people__title,
.voting.voting_voted .voted-people__num {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.content-block__more_voting {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.content-block__more_voting.disabled {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.content-block__more_voting.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    background: #161310;
}

.content-block__more_voting.active .content-block-more span {
    color: #FFF;
}

.content-block__more_voting.content-block__more_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}



.voting__item.voting__item_textonly {
    width: 100%;
    margin-right: 0;
    padding: 32px 42px !important;
}

.voting__item.voting__item_textonly .voting-item-num {
    top: -10px;
    bottom: 0;
    left: 0;
}

.voting__item.voting__item_textonly .voting-item {
    text-align: left;
}

.voting__item.voting__item_textonly .voting-item__txt {
    padding-left: 72px;
    padding-right: 110px;
    text-align: left;
}

.voting__item.voting__item_textonly .voting-item-rate__proc {
    text-align: right;
    padding-right: 42px;
    padding-bottom: 18px;
}

.title_under-line {
    padding-top: 32px;
}


.content-block__more.voting-button_publish {
    background: #161310;
}

.content-block__more.voting-button_publish:hover {
    opacity: 0.7;
}

.content-block__more.voting-button_publish .content-block-more span {
    color: #FFF;
}

.data-input .sn-img {
    top: 2px;
    right: 2px;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
}

.calend-vote-datearrow {
    width: 38px;
    height: 18px;
    background: url(../img/images/calend-vote-datearrow.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.data-input.data-input_vote {
    width: 40%;
}

.upload__area.upload__area_vote input {
    padding: 0;
    z-index: 2;
}

.upload__area.upload__area_vote {
    position: absolute;
    top: 10px;
    right: 18px;
    margin: auto;
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    z-index: 3;
    background: transparent !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.upload__area.upload__area_vote.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.upload__area.upload__area_vote img {
    width: 18px;
    cursor: pointer;
    z-index: 1;
}

.upload__area.upload__area_vote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #F2EEE5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.upload__area.upload__area_vote:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.addnew.add-vote-item {
    cursor: pointer;
}

.addnew.add-vote-item span {
    font-weight: bold;
    padding-left: 8px;
}

.voting-items-cont {
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 40px;
}

.info__item.info__item_votes {
    margin-top: -20px;
}

.data-input .sn-img {
    top: 2px;
    right: 2px;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
}

.vote-pics-cont.image-preview {
    position: relative;
    width: 100px;
    height: 66px;
    margin: 12px 0;
}

.vote-pics-cont__item {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.filreset-vote {
    position: absolute;
    right: -12px;
    top: -10px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    cursor: pointer;
    opacity: 1 !important;
}

.filreset-vote:before {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #161310c4;
    position: absolute;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.filreset-vote:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.filreset-vote img {
    position: relative;
    width: 40%;
    z-index: 1;
}

.card_event .card-img__top,
.event .card-img__top {
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
}

.card_event .card-img-top,
.event .card-img-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.note-modal {
    z-index: 99999 !important;
}

.note-modal-backdrop {
    z-index: 9999 !important;
}

.note-modal-footer {
    margin-bottom: 22px;
}

.info__item_vote-time {
    display: none;
}


.info__item__input.input_box.input_vote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -60px;
    width: 60px;
    height: 100%;
}

.vote-cont-delete {
    position: absolute;
    top: 18px;
    right: -40px;
    width: 22px;
    height: 22px;
    background: url(../img/images/cross-vote.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.input_vote:hover .vote-cont-delete {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
}

.input_vote .vote-cont-delete:hover {
    opacity: 0.7;
}

.item_gallary_wrapper {
    margin-bottom: 28px;
}

.info__item__gallery[name="presentation"] .image-box.image-preview,
.info__item__gallery[name="estimate"] .image-box.image-preview {
    background: url(../img/images/uploaded-file-ico.svg) no-repeat center !important;
    -webkit-background-size: 15% 15% !important;
    -moz-background-size: 15% !important;
    -o-background-size: 15% !important;
    background-size: 15% !important;
    background-position: 50% 25% !important;
}

.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}



/* EVCAL */

.title-switch {
    opacity: 1;
    color: #F3F3F3;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.title-switch.active {
    color: #161310;
}

.content-block-switch__item {
    display: none;
    position: relative;
}

.evcal-content-swiper {
    position: relative;
    margin-top: -35px;
    z-index: 2;
}

.evcal-content {}

.evcal-table {}

.evcal-table__top {}

.evcal-table-top,
.evcal-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.evcal-table-top__events,
.evcal-table-row__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /**/
    width: 135px;
}

.evcal-table-top__days,
.evcal-table-row__cells {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /**/
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
}

.evcal-choice {
    position: relative;
    cursor: pointer;
}

.evcal-choice__select .evcal-choice-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.evcal-select__txt {}

.evcal-select__txt span {
    font-size: 15px;
    color: #161310;
}

.evcal-select__ar {
    width: 12px;
    height: 6px;
    margin-left: 8px;
    background: url(../img/images/showcase-top-bg.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.evcal-choice__panel {
    position: absolute;
    top: 22px;
    left: 0;
    width: 278px;
    height: 330px;
    padding: 0 18px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 17px rgba(187, 183, 180, 0.22);
    -moz-box-shadow: 0px 4px 17px rgba(187, 183, 180, 0.22);
    box-shadow: 0px 4px 17px rgba(187, 183, 180, 0.22);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 3;
}

.evcal-choice:hover .evcal-choice__panel {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.evcal-choice::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #F5F5F5;
}

.evcal-choice::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.evcal-choice::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #161310;
}

.evcal-choice__panel:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
    width: 100%;
    z-index: 3;
    cursor: pointer;
}

.evcal-choice-panel {
    position: relative;
    height: 100%;
    padding: 24px 0;
}

.evcal-choice-panel__item {
    margin-bottom: 16px;
}

.evcal-choice-item {}

.evcal-table-top__days {}

.evcal-day,
.evcal-table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: -webkit-calc(100% / 31);
    width: -moz-calc(100% / 31);
    width: calc(100% / 31);
    opacity: 1;
    text-align: center;
    padding: 8px 0;
    min-height: 42px;
    border-right: 1px dashed #EEEEEE;
    border-left: 1px dashed #EEEEEE;
    z-index: 2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.evcal-day.evcal-day_past {
    opacity: 0.3;
}

.evcal-day__name {
    font-size: 10px;
    color: #F3F3F3;
    margin-bottom: 2px;
}

.evcal-day__num {
    font-size: 14px;
    color: #FF4D1C;
}

.evcal-day.evcal-day_weekend .evcal-day__num {
    color: #161310;
}

.evcal-table__main {}

.evcal-table-row {}

.evcal-table-row__name {}

.evcal-table-row__name span {
    font-size: 15px;
    font-weight: bold;
}

.evcal-table-row__cells {
    margin-left: auto;
}

.evcal-table-cell {}

.evcal-event {
    position: relative;
    cursor: pointer;
}

.evcal-event__num {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FF4D1C;
    line-height: 1.2;
}

.evcal-event__panel {
    position: initial;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.evcal-event:hover .evcal-event__panel {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.swiper-navigation.swiper-navigation_evcal-panel {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 93%;
}

.swiper-navigation.swiper-navigation_evcal-panel .swiper-button {}

.swiper-navigation.swiper-navigation_evcal-panel .swiper-button:before {
    background: #FAF9F8;
}

.evcal-event-panel {
    padding: 0 22px;
}

.evcal-event-panel__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /**/
    padding: 22px 32px;
    border-bottom: 2px solid #FAF9F8;
}

.evcal-event-panel__day {
    text-align: center;
    margin-bottom: 2px;
}

.evcal-event-panel__day span {
    font-size: 32px;
}

.evcal-event-panel__weekday {
    text-align: center;
}

.evcal-event-panel__weekday span {
    font-size: 18px;
    color: #161310;
}

.evcal-event-panel__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /**/
    padding-top: 18px;
}

.evcal-event-panel__info-img {
    position: relative;
    width: 220px;
    height: 142px;
}

.evcal-event-panel__info-txt {
    position: relative;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    padding-left: 22px;
    text-align: left;
}

.evcal-event-panel__title {
    margin-bottom: 12px;
}

.evcal-event-panel__title span {
    font-size: 18px;
    color: #161310;
}

.evcal-event-panel__text {
    height: 52px;
    overflow: hidden;
    margin-bottom: 44px;
}

.evcal-event-panel__text p {
    font-size: 12px;
    line-height: 1.6;
}

.evcal-event-panel__adress {
    position: absolute;
    left: 22px;
    right: 0;
    bottom: 12px;
}

.evcal-event-panel__adress .adress__txt span {
    font-size: 12px;
}

.evcal-event-panel__top-item {
    width: 162px;
}

.evcal-event-panel__top-dash {
    margin-top: -22px;
    width: 32px;
    text-align: center;
}

.evcal-event-panel__top-dash span {
    font-size: 32px;
}

.evcal-event-panel__info:hover .card-img__pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.title__name.title__name_few+.title__name.title__name_few {
    margin-left: 42px;
    border-left: 2px solid #F3F3F3;
    padding-left: 42px;
}

.title-switch:hover {
    opacity: 0.5;
}

.events-cal-mounth {
    font-size: 32px;
    font-weight: bold;
    padding: 0 28px;
}

.swiper-navigation.swiper-navigation_events-cal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -74px;
    right: 0;
    width: 340px;
    z-index: 0;
}

.evcal-event__num span {
    pointer-events: none;
    color: #FFFFFF;
    font-size: 12px;
}

.evcal-event__panel:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #FFF;
}

.evcal-event__panel:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    z-index: 7;
}

.evcal-event-panel__info-img .card-img__top {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
    top: 10px;
}

.title__right.title__right_incontent {}

.evcal-day:after,
.evcal-table-cell:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -1px;
    right: 0;
    width: 100%;
    height: -webkit-calc(100% + 1px);
    height: -moz-calc(100% + 1px);
    height: calc(100% + 1px);
    border: 1px solid #161310;
    border-top: 0;
    border-bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.evcal-day.hover:after,
.evcal-table-cell.hover:after {
    opacity: 1;
}



.my-button {
    width: 20px;
    height: 20px;
    background: red;
}

.my-popper {
    width: 20px;
    height: 20px;
    background: black;
}

.ui-tooltip {
    max-width: 100% !important;
    padding: 0 !important;
    border: none !important;
    width: 600px !important;
    height: 294px !important;
}

.evcal-event.evcal-event_few:before {
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FF4D1C;
    z-index: -1;
}




.evcal-event__num {
    position: relative;
}

.events__box {
    /* position: absolute; */
    /* bottom: -140px; */
    /* left: 100%; */
    background: #fff;
    padding: 12px 30px;
    z-index: 10000;
    width: 600px;
    height: 280px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow: 1px 1px 19px 8px rgba(0, 0, 0, 0.04); */
    /* pointer-events: none; */
    /* opacity: 0; */
}

.events__box_item_body_img {
    width: 197.24px;
    height: 141.04px;
}

.events__box_item_body_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.events__box_item_body_l {
    float: left;
    width: 230px;
}

.events__box_item_body {
    text-align: left;
}

.events__box_item_body:after {
    content: ' ';
    display: block;
    clear: both;
}

.events__box_item_body_r {
    width: 310px;
    float: left;
}

.events__box_item_body_title {
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    color: #161310;
    font-family: 'Platform';
    margin-bottom: 20px;
}

.events__box_item_body_desc {
    font-size: 12px;
    margin-bottom: 10px;
}

.events__box_item_body .event-info__adress {
    color: #313131;
}

.events__box_item_body .adress_big .adress__txt span {
    color: #161310;
    font-size: 12px;
}

.events__box_item_body .adress_big .adress__ico {
    top: -3px;
    left: -3px;
    width: 10px;
    height: 19px;
}

.events__box_item_body .adress__txt {
    padding-left: 3px;
}

.events__box_item_dates {
    margin-bottom: 30px;
    border-bottom: 2px solid #FAF9F8;
    text-align: center;
    padding-bottom: 10px;
}

.events__box_item_date_item {
    display: inline-block;
    vertical-align: text-bottom;
    font-family: 'Platform';
}

span.events__box_item_date_item_val {
    font-size: 32px;
    color: #161310;
}

span.events__box_item_date_item_day {
    font-family: 'Platform';
    color: #161310;
    display: block;
    font-size: 18px;
}

.events__box_item_date_item:nth-child(2) {
    padding-left: 30px;
    position: relative;
}

.events__box_item_date_item:nth-child(1) {
    padding-right: 34px;
}

.events__box_item_date_item:nth-child(2):after {
    content: ' ';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    background: #161310;
    top: 21px;
    left: -20px;
}

.evcal-event__num:hover .events__box {
    opacity: 1;
    pointer-events: all;
}




.menu-logo {
    width: 258px;
    height: 36px;
    background: url(../img/logo__black.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.menu-logo_whitefirst {
    background: url(../img/logo.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.header__inner.scroll .menu-logo,
.item__menu_mobile.active+.item__menu_logo .menu-logo {
    background: url(../img/logo__black.svg) no-repeat center !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}








@media only screen and (min-width: 2000px) {

    .general-section:not(.section__inner)>.grid__content {
        height: 50.878788vh;
    }


    .progect_and_ideas__slide .slide__top {
        height: 50.8787878788vh;
    }

    .progect_and_ideas__slide .slide__bottom {
        height: -webkit-calc(100vh - 50.8787878788vh);
        height: -moz-calc(100vh - 50.8787878788vh);
        height: calc(100vh - 50.8787878788vh);
    }
}

@media only screen and (min-width: 1921px) {
    .articleItemNew-header .singleproject-section.general-section_kabvideo {
        height: 760px;
    }
}

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

    .menu__items_item {
        font-size: 16px;
        line-height: 21px;
    }

    .item__menu_other .go_down_in_history.addnew .addnew_img {
        margin-right: 0;
    }

    .go_down_in_history.addnew span {
        display: none;
    }

    .user__profile {
        width: 50px;
    }

    .user__profile>img {
        margin-right: 0;
    }

    .user__profile>p {
        display: none;
    }

    .user__weather span {
        font-size: 16px;
    }

    h2,
    .h2 {
        font-size: 39px;
        line-height: 38px;
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 51px;
    }

    p.large {
        font-size: 18px;
        line-height: 26px;
    }

    .grid__content {
        position: relative;
        width: 90%;
    }

    .counter__now {
        font-size: 57px;
        line-height: 55px;
    }

    .counter__prev,
    .counter__next {
        font-size: 37px;
        line-height: 37px;
    }

    h7 {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 36px;
        line-height: 35px;
    }

    h3 {
        font-size: 44px;
        line-height: 44px;
    }

    .proj-functional {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
    }

    .proj-functional:before {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .proj-functional~.title__right {
        top: 0;
    }

    .card-img__lable {
        padding: 11px 18px;
    }

    .card-img__lable span {
        font-size: 18px;
        line-height: 21px;
    }

    .progect_and_ideas__slide .slide__bottom {
        padding: 30px 40px;
    }

    .grid__left {
        overflow-x: hidden;
    }

    .grid__right {
        width: 28.333333%;
    }

    a.h7 {
        font-size: 20px;
        line-height: 24px;
    }

    .person__name span {
        font-size: 14px;
    }

    .tags__item {
        padding: 8px 16px;
    }

    .tags__item span {
        font-size: 18px;
    }

    .widget {
        width: 28.3333333333%;
    }


    .content-block__more {
        height: 70px;
    }

    .content-block-more span {
        font-size: 20px;
        line-height: 24px;
    }

    .card-img__lable.card-img__lable_big span {
        font-size: 28px;
        line-height: 32px;
    }

    .link a {
        font-size: 20px;
        line-height: 24px;
    }


    .event-info__text p {
        font-size: 18px;
    }

    .adress_big .adress__txt span {
        font-size: 18px;
        line-height: 23px;
    }

    .event-info__title h4 {
        font-size: 30px;
        line-height: 34px;
    }

    .events-list__item .h7 {
        font-size: 20px;
        line-height: 24px;
    }

    .card__text p {
        font-size: 15px;
        line-height: 21px;
    }

    .adress__txt span {
        font-size: 14px;
        line-height: 20px;

    }

    h9 {
        font-size: 16px;
        line-height: 19px;
    }

    .date__txt span {
        font-size: 14px;
        line-height: 20px
    }

    .date__ico {
        width: 18px;
        height: 18px;
    }

    .content-block.application {
        padding-top: 60px;
    }

    .app-cont {
        padding-top: 20px;
    }

    .app-images__pic_s {
        width: 258px;
    }

    .app-images__pic_b {
        width: 300px;
    }

    .app__text p {
        font-size: 18px;
        line-height: 26px;
    }


    .team800__text {
        width: 54%;
    }

    .moderator-button,
    .moderator__button_common-list>button {

        width: 70px;
        height: 70px;

    }

    .moderator__button_common-list>button:nth-child(1) {
        top: -360px;
    }

    .moderator__button_common-list>button:nth-child(2) {
        top: -270px;
    }

    .moderator__button_common-list>button:nth-child(3) {
        top: -180px;
    }

    .moderator__button_common-list>button:nth-child(4) {
        top: -90px;
    }

    .moderator-button::after {
        -webkit-background-size: 25px 25px;
        -moz-background-size: 25px 25px;
        -o-background-size: 25px 25px;
        background-size: 25px 25px;
    }

    .progect-swiper .swiper-navigation,
    .ideas-swiper .swiper-navigation {
        left: 35px;
        bottom: 60px;
        width: 240px;
    }

    .progect-swiper .swiper-pagination,
    .ideas-swiper .swiper-pagination {
        bottom: 37px;
        left: 50px;
    }

    .functions_item {
        padding: 0 7%;
    }

    .tagicos-item-title__name,
    .title__num {
        font-size: 14px;
    }

    .tagicos-item__ico {
        width: 64px;
        height: 64px;
    }

    .tagicos-item__ico img {

        width: 65px;
        height: 65px;
    }

    .tagicos-item-title__num {
        font-size: 14px;
        margin-left: 0;
    }

    .tagicos__item:nth-last-child(1) {
        margin-right: 0;
    }

    .new__project_nav {
        width: 240px;
    }

    .project-content,
    .new__project-steps {
        width: -webkit-calc((100% - 240px) - 60px);
        width: -moz-calc((100% - 240px) - 60px);
        width: calc((100% - 240px) - 60px);
    }


    .tagicos-item-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .new__project_nav.small {
        width: 240px;
    }

    .news-content::before {
        left: -30px;
    }

    .events__switch .progect_and_ideas__switch_item {
        padding: 0 20px;
    }

    /*
    .singleproject-section {
        min-height: 573px;
        height: 573px;
    } */

    .new__project_cont {
        min-height: 1020px;
    }

    .other__page section:first-child {
        padding-top: 170px;
    }

    .other__page section:first-child .container_news {
        padding-top: 48px;
    }

    .widget__events_block {
        padding-top: 0;
    }

    .r_leftside {
        padding-left: 40px;
    }

    .creator_of_project {
        padding: 20px 22px;
    }

    .user__profile_menu {
        left: -108px;
    }

    .container_bigpadding{
        padding-top: 120px;
    }

    .content__special-button {
        height: 42px;
        font-size: 16px;
        padding: 0 23px;
    }

    .section__inner.general-section.general-section_i>.grid__content{
        margin-top: 240px;
    }

}

@media only screen and (max-width: 1440px) {
    .grid__content.grid__content_city_in {
        width: 1100px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_title {
        font-size: 24px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_text {
        height: 480px;
    }

    .small-widget,
    .widget_close {
        display: none !important;
    }

    .section__inner.general-section.general-section_kind {
        overflow: initial;
    }

    .progect_and_ideas__slide .slide__bottom {
        height: -webkit-calc(100vh - 59.878788vh);
        height: -moz-calc(100vh - 59.878788vh);
        height: calc(100vh - 59.878788vh);
        min-height: 318px;
    }

    .grid__left {
        width: 100%;
    }

    .footer__inner.grid__left {
        width: 100%;
    }

    .grid__right {
        width: 66px;
    }

    .grid__right.active {
        z-index: 10;
    }

    .small-widget {
        position: absolute;
        bottom: 121px;
        left: -94px;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        z-index: 1;
        width: 250px
    }

    .small-widget__plus {
        position: relative;
        width: 36px;
        height: 36px;
        max-width: 36px;
        max-height: 36px;
        min-width: 36px;
        min-height: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
    }

    .small-widget__plus>img {
        position: relative;
        z-index: 1;
    }

    .small-widget__plus::before {
        content: '';
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .small-widget__text {
        font-family: 'Platform';
        font-size: 19.2657px;
        line-height: 19px;
        color: #FFFFFF;
        white-space: nowrap;
        z-index: 1;
    }

    .widget>*:not(.small-widget) {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .widget {
        background-image: url(../img/smallwidgetbg.svg);
        background-repeat: no-repeat;
        /* background-position: 0 -1px;
        background-size: auto 100%; */
        background-position: 0 -2px;
        -webkit-background-size: auto 101%;
        -moz-background-size: auto 101%;
        -o-background-size: auto 101%;
        background-size: auto 101%;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        width: 400px;
        -webkit-transform: translateX(-webkit-calc(100% - 66px));
        -moz-transform: translateX(-moz-calc(100% - 66px));
        -ms-transform: translateX(calc(100% - 66px));
        -o-transform: translateX(calc(100% - 66px));
        transform: translateX(calc(100% - 66px));
    }

    .widget.active {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        width: 400px !important;
        overflow: unset;
        cursor: default;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .widget_close {
        position: absolute;
        left: -20px;
        top: 20px;
        width: 40px;
        height: 40px;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        /* visibility: hidden; */
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .widget_close img {
        position: relative;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 60%;
    }

    .widget_close::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #FF4D1C;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    .widget_close:hover::before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .widget.active .widget_close {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .widget.active>*:not(.small-widget) {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .widget.active .small-widget {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .general-section__item.bottom {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .proj_title {
        margin-bottom: 40px;
    }

    .general-section__item_text {
        width: 70%;
        padding: 0 30px;
    }


    .expert {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        padding-left: 30px;
        padding-right: 30px;
    }


    .expert:nth-child(3n) {
        /* border-right: unset; */
    }


    .expert:nth-child(4n) {
        padding-left: unset;
    }

    .expert:nth-child(5n) {
        padding-left: 30px;
    }

    /*.general-swiper,*/
    /*.general-section > .grid__content {*/
    /*height: 560px;*/
    /*}*/

    .general-section__item:first-child {

        -webkit-box-pack: justify;

        -webkit-justify-content: space-between;

        -moz-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }

    .general-section__item_title {
        width: 40%;
    }

    .general-section__item_text {
        width: 50%;
    }

    .events__switch .switcher_active {
        width: 52%;
        left: 49%;
    }

    .progect-swiper .swiper-pagination,
    .ideas-swiper .swiper-pagination {
        bottom: 26px;
        left: 50px;
    }

    .progect-swiper .swiper-navigation,
    .ideas-swiper .swiper-navigation {
        left: 35px;
        bottom: 50px;
        width: 240px;
    }

    .app-images__pic_s {
        width: auto;
    }

    .app-images__pic_b {
        width: auto;
    }

    .progect_and_ideas__slide .slide__top {
        height: 480px;
    }

    .progect_and_ideas__slide .slide__bottom {
        height: -webkit-calc(100vh - 480px);
        height: -moz-calc(100vh - 480px);
        height: calc(100vh - 480px);
        min-height: 260px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .progect-swiper .swiper-navigation,
    .ideas-swiper .swiper-navigation {
        width: 200px;
    }

    .progect-swiper .swiper-pagination,
    .ideas-swiper .swiper-pagination {
        width: 175px;
        bottom: 30px;
        font-size: 27px;
    }

    .progect_and_ideas__slide .slide__bottom h4 {
        font-size: 30px;
    }

    .app-images__pic_s {
        bottom: 98px;
    }

    .app-images__pic_b {
        bottom: 177px;
    }

    .moderator__buttons-box {
        position: fixed;
        right: 80px;
    }

    .card__img_smaller {
        height: 150px;
        margin-bottom: 24px;
    }

    .functions_item:first-child {
        padding: 0 6%;
    }


    .card_happening .card__text p {
        font-size: 18px;
        /*height: auto;*/
    }

    /**/

    .book__bg:after {
        right: -88px;
        width: 306px;
        height: 306px;
    }

    .section__inner.general-section.general-section_opinions {
        margin-top: -90px;
    }

    .book-info__tag {
        margin-bottom: 30px;
    }

    .pp-opinion-cont__r {
        padding-left: 60px;
        padding-right: 200px;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .pp-opinion-cont__l {
        width: 300px;
        padding: 0 40px;
    }

    .pp-opinion__num span {
        font-size: 72px;
    }

    .pp-opinion__name span {
        font-size: 28px;
    }

    .pp-opinion__post span {
        font-size: 18px;
    }

    .pp-opinion-slider_navigation {
        margin: 0 auto;
        margin-top: 40px;
        width: 120px;
    }

    .section__inner.general-section {}

    .section__inner.general-section.general-section_kind {
        padding-top: 144px;
    }

    .general-section__item:first-child {
        padding-bottom: 30px;
    }

    .btn.btn_favors {
        padding: 10px 28px 8px 28px;
        width: 200px;
    }

    .card-img__top {
        top: 26px;
    }

    .counter__now {
        font-size: 48px;
    }

    .counter__prev,
    .counter__next {
        font-size: 34px;
    }

    .timer-box__text {
        font-size: 40px;
    }

    .articles-item-info__title {
        margin-bottom: 12px;
    }

    .event__img {
        height: 280px;
    }

    .grid__right {
        display: none;
    }


    body {
        overflow-x: hidden;
    }

    .grid__content {
        width: 86%;
    }

    .mp_items_list {
        padding-top: 70px;
        padding-bottom: 10px;
    }

    .section__inner.general-section.section__inner_mp {
        height: initial;
    }

    /*.general-swiper, .general-section > .grid__content {*/
    /*height: 610px;*/
    /*}*/
    .mp_items_item:after {
        right: 50px;
    }

    .general-section__item.bottom {
        background-color: #ffffff;
    }

    /*.section__inner.general-section.general-section_showcase .grid__content {*/

    /*}*/
    .card__text {
        padding-bottom: 14px;
    }

    .ticket-box_item:first-child {
        padding: 22px 30px 36px;
    }

    .title__name.title__name_few+.title__name.title__name_few {
        margin-left: 32px;
        border-left: 2px solid #EEEEEE;
        padding-left: 32px;
    }

    .events-cal-mounth {
        font-size: 28px;
        padding: 0 15px;
    }

    .rescalendar_controls {
        width: 240px;
        top: -64px;
    }

    .content-block-switch__item .swiper-navigation_events {
        top: -98px;
    }

    .hide_desctop {
        display: block;
    }

    .title__exel {
        top: -12px;
    }

    .card-main {
        height: 138px;
    }

    .donates-countdays span {
        font-size: 18px;
    }

    .tags__item.tags__item_b span {
        font-size: 24px;
        padding-right: 18px;
        margin-right: 18px;
    }

    .content-block.support {
        padding-top: 20px;
        padding-bottom: 48px;
    }

    .select_filled .select__box,
    .select_filled {
        width: 250px;
    }

    .title__name.title__name_s h3 {
        font-size: 26px;
    }

    .votes__vote.votes__vote_i .votes__vote_item img {
        top: 12px;
        left: 28px;
        width: 20px;
    }

    a.votes__vote_item.votes__vote_item_donate img {
        width: 24px;
        height: 24px;
        left: 33px;
    }

    .ex_sched_title__cont {
        padding-right: 40px;
    }

    /*   .card.card_news .card__text {
                  height: 112px;
              } */

    span.roub_bold.roub_bold_sp {
        width: 40px;
        height: 40px;
    }

    .app-collect__quan span {
        font-size: 22px;
    }

    .app-collect__title span {
        font-size: 18px;
    }

    .opinion__name span {
        font-size: 22px;
    }

    .opinion__text span {
        font-size: 16px;
    }

    p.create-part__subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .content-block__more {
        height: 56px;
    }

    .section__inner.general-section.singleproject-section h1 {
        font-size: 52px;
    }

    .creator_of_project__creator>* {
        font-size: 16px;
        line-height: 1.4;
    }

    .card-img__lable span {
        font-size: 18px;
        line-height: 1.1;
    }

    .stickexpert__name span {
        font-size: 22px;
        line-height: 26px;
    }

    .user__profile:hover .user__profile_menu {
        left: -143px;
    }

    .user__profile_menu {
        left: -143px;
    }

    .profile-menu__inner::before {
        right: -70px;
    }

    .c_box_text {
        font-size: 22px;
    }

    .showcase-buttons__row p {
        font-size: 16px;
        line-height: 1.2;
    }

    .showcase-buttons__row>.go_down_in_history p br {
        display: none;
    }

    /*  .section__inner.general-section.general-section_showcase.general-section_showcase-sh > .grid__content {
                   height: 550px;
               } */
    .showcase-buttons__row:nth-child(1) .button.go_down_in_history {
        width: 32%;
    }

    /*  .section__inner.general-section.general-section_i > .grid__content {
                   height: 460px !important;
               } */

    /* .section__inner.general-section.general-section_showcase.general-section_showcase_h > .grid__content {
                    min-height: auto;
                    height: 440px;
                } */

    .section__inner.general-section.general-section_showcase.general-section_opinions .grid__content {
        min-height: 600px;
    }

    /*  .section__inner.general-section.general-section_showcase.general-section_showcase-exp > .grid__content {
                   height: 460px;
               } */
    .user-menu__user-panel {
        width: 54%;
    }

    .ex_sched_box_list_date_arch {
        font-size: 16px;
    }

    .voting-link {
        height: 70px;
    }

    .voting-link__item>img {
        width: 280px;
    }

    .env_content_box {
        width: 880px;
    }

    .eviroment_icon_box_item {
        padding-right: 15px;
    }

    .eviroment_icon_box_item:after {
        right: 25px;
    }

    .env_text {
        font-size: 18px;
    }
    .env_text p {
        font-size: inherit;
    }

    .env_photos_title {
        font-size: 32px;
    }

    .eviroment_icon_box_item_subtitle {
        font-size: 18px;
    }

    .eviroment_icon_box_item_title {
        font-size: 18px;
    }

    .eviroment_icon_box_item_sub {
        font-size: 14px;
    }

    .env_text h2 {
        font-size: 32px;
        margin-bottom: 23px;
    }

    .env_video_share_box {
        width: 880px;
    }

    .eviroment_icon_box_item_image img {
        width: 55px;
        height: 50px;
    }

    /* .tal_test_steps {
        width: 40%;
        text-align: right;
    } */

    .city_sym_list {
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

    /* Park Switzerland / Парк швейцария */


    .landscaping-content__text h4 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    /* Park Switzerland / Парк швейцария end */
    header.scroll .header__inner_item .menu__items_item {
        cursor: pointer;
        font-size: 13px;
    }

    .tal_test_steps.tal_test_steps_vol {
        width: 100%;
        text-align: left;
    }

    .tal_test_steps.tal_test_steps_vol .tal_test_steps_item {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .funds-item {
        /* width: 30px; */
        box-sizing: border-box;
        display: block;
        padding: 0;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .funds-section__grid {
        width: 100%;
    }

    .funds-item__title {
        font-size: 27px;
        padding: 0 30px;
        line-height: 1.2;
    }

}

@media only screen and (max-width: 1439px) {
    header.scroll .header__inner_item .menu__items_item {

        font-size: 13px;
    }

    .video-container{
        height: 380px;
    }
    .videos-previews {
        height: 380px;
    }

    .grid__content.swiper-pagination {
        width: 86%;
    }

    .countin-num__item {
        width: 62px;
    }

    .env_content_box_head .content__date .date:not(.whatch) {
        min-width: 172px;
    }

    .videos-active-text{
            top: 400px;
    }

    .news-container-general__img {
        height: 300px;
    }

    .content__special-button {
        height: 36px;
        font-size: 14px;
        padding: 0 20px;
    }

}

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

    .env_cat_badge-restored {
        width: 70px;
        height: 70px;
    }

    .user-menu__user-panel {
        width: initial;
    }

    .section__inner.general-section.general-section_kind>.grid__content {
        min-height: 430px;
    }

    .section__inner.general-section.general-section_i>.grid__content {
        margin-bottom: 40px;
    }

    .mp_countdown {
        width: 500px;
    }


    .profile-menu__inner::before {
        width: 20px;
        height: 20px;
        top: -10px;
    }

    .user__profile_menu {

        padding-top: 20px;
    }

    .profile-menu__inner {
        padding: 14px 18px;
    }

    .user__profile_menu {
        width: 200px;
    }

    .profile-menu__button>img {
        margin-right: 10px;
    }

    .profile-menu__inner_item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .profile-menu__button>p {
        font-size: 14px;
    }

    .general-section__item_functions {
        padding: 30px 0;
    }

    .functions_item_img-box {
        height: 150px;
    }

    .functions_item_img-box::before {

        width: 180px;
        height: 120%;
    }

    .functions_item_img-box>img {
        height: 100%;
    }

    .img-box__plus {
        position: absolute;
        right: 0px;
        bottom: -15px;
        width: 54px;
        height: 54px;
    }

    .card.card_project .card__img {
        height: 240px;
    }

    .card-vote {
        padding-top: 20px;
    }


    .card-vote-likes__button {
        width: 64px;
        height: 64px;
    }

    .card-vote-likes__button span {

        width: 28px;
        height: 28px;
    }

    .card-vote-likes__button_like span {
        top: -3px;
    }

    .card-vote__title span {

        font-size: 13px;
    }

    .card-vote-people__title span {
        font-size: 13px;
    }

    .card-vote-people__title {
        margin-bottom: 10px;
    }

    .card__img_smaller {
        height: 150px;
    }


    .card_happening .card__text {}


    .functions_item {
        padding: 0 4%;
    }

    .title__name h3 {
        font-size: 40px;
    }

    .link a {
        font-size: 19px;
    }

    .select__placeholder {
        font-size: 16px;
    }

    .select__box__options {
        font-size: 16px;
    }

    .app-images__pic_s {

        left: 10px;
    }

    .app-images__pic_b {
        right: 7%;
    }

    .small-widget__text br {
        display: none;
    }

    .events-list__item .h7 {
        font-size: 18px;
        line-height: 1.2;
    }

    /**/

    .book-rew__img {
        width: 68px;
        height: 68px;
    }

    .book-rew__info {
        width: -webkit-calc(100% - 68px);
        width: -moz-calc(100% - 68px);
        width: calc(100% - 68px);
    }

    h8 {
        font-size: 20px;
        line-height: 1;
    }

    .book-rew-info_pos span {
        font-size: 14px;
    }

    .book-rew-info_name {
        margin-bottom: 2px;
    }

    .book-cont__part {
        padding: 5% 6% 20% 6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .book-rew__text span {
        font-size: 16px;
    }

    .book-rew__text {
        max-height: 154px;
        line-height: 1.4;
    }

    .book-rew__more a {
        font-size: 16px;
    }

    .book-rew__more a:after {
        top: 6px;
    }

    .book__bg:after {
        right: -66px;
        width: 256px;
        height: 256px;
        bottom: auto;
        top: 48%;
    }

    .book {
        min-height: 630px;
    }

    .opinion__text span {
        font-size: 16px;
    }

    .opinion {
        padding: 26px 32px;
    }

    .opinion__more a {
        font-size: 16px;
    }

    .opinion__more a:after {
        top: 4px;
        width: 6px;
    }

    .opinion-info__data span {
        font-size: 14px;
    }

    .opinion-info__eyes span {
        font-size: 14px;
        padding-left: 30px;
        margin-left: 10px;
    }

    .opinion-info__eyes span:after {
        top: 4px;
        width: 18px;
        left: 8px;
    }

    .general-section__item.general-section__item_book .general-section__item_text {
        width: 60%;
    }

    .book-info__tag span {
        font-size: 18px;
    }

    h4.book-h4-big {
        font-size: 38px;
        margin-bottom: 18px;
    }

    button.addnew.button.pp_.go_down_in_history {
        margin-top: 26px;
    }

    .section__inner.general-section.general-section_opinions {
        margin-bottom: 0px;
    }

    .pp__content_edit {
        width: 876px;
    }

    .swiper-button:after {
        width: 9px;
        height: 14px;
    }

    .pp-opinion-cont__r {
        padding-right: 100px;
    }

    .book-info__button>button p {
        font-size: 16px;
    }

    .book-info__text {
        margin-bottom: 24px;
    }

    .book-info__text span {
        font-size: 16px;
    }

    .book-rew__text {
        margin-bottom: 18px;
    }

    .book-info__title {
        margin-bottom: 8px;
    }

    .section__inner.general-section {
        padding-top: 0;
    }

    .menu__items_item {
        margin-right: 32px;
    }

    .counter__now {
        font-size: 42px;
        line-height: 1;
        margin-top: 20px;
    }

    .counter__prev,
    .counter__next {
        font-size: 25px;
        line-height: 1;
    }

    .timer-box__text {
        font-size: 34px;
        line-height: 1;
        margin-top: -20px;
    }

    .functions_item:first-child {
        padding: 0 2%;
    }

    .card-img__lable span {
        font-size: 18px;
    }

    .card-img__lable {
        padding: 10px 16px 8px;
    }

    .book {
        min-height: 500px;
    }

    .pp-opinion__num span {
        font-size: 52px;
    }

    .pp-opinion__name span {
        font-size: 22px;
    }

    .pp-opinion__time span {
        font-size: 17px;
    }

    .pp-opinion__time span:after {
        top: 7px;
    }

    .pp-opinion__name {
        margin-bottom: 12px;
    }

    .pp-opinion-text p {
        font-size: 17px;
    }

    .direction__item img {
        width: 62px;
        height: 62px;
    }

    .direction__item span {
        display: block;
        height: 44px;
        font-size: 14px;
        padding-top: 6px;
        line-height: 1;
    }

    h9 {
        font-size: 14px;
        line-height: 1.2;
    }

    .nav-box_item__box_num {
        font-size: 42px;
        line-height: 1;
    }

    .proj__nav-box_info {
        font-size: 14px;
        line-height: 1.6;
    }

    p.small_bold {
        font-size: 14px;
        line-height: 1.4;
    }

    .upload__area {
        margin-right: 30px;
    }

    .upload__area_text {
        font-size: 16px;
        line-height: 1.4;
    }

    .content-block-more span {
        margin-bottom: 0;
    }

    .content-block-more img {
        width: 20px;
        margin-left: 12px;
        vertical-align: -1px;
    }

    h6.information__item_title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .information__item_subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .event-info__text p {
        font-size: 16px;
        line-height: 1.6;
    }

    .event-info__title h4 {
        font-size: 26px;
        line-height: 1.4;
    }

    .event-info__title {
        margin-bottom: 22px;
    }

    .event-info__text {
        margin-bottom: 32px;
    }

    .select::before {
        width: 12px;
        height: 12px;
    }

    .widget__information_title h6 {
        font-size: 24px;
        line-height: 1.4;
    }

    .main__inner>section:nth-child(1) .container.container_news {
        padding-top: 40px;
    }

    .card_happening .card__text p {
        font-size: 16px;
        line-height: 1.4;
    }

    .expert__img {
        margin-bottom: 12px;
    }

    .expert-info__surname span {
        font-size: 24px;
    }

    .expert-info__name span {
        font-size: 16px;
        line-height: 1.4;
    }

    .infoexpert-info-row__title span {
        font-size: 16px;
    }

    .infoexpert-info-row__text span {
        font-size: 16px;
        line-height: 1.6;
    }

    .infoexpert-info-row__title {
        width: 220px;
    }

    .infoexpert-info-row__text {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }

    .opinion {
        padding-bottom: 48px;
    }

    .pp.pp_opinion {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .btn_favors span:after {
        top: -1px;
    }

    .pp__content {
        width: 1000px;
    }

    .pp__content {
        width: 874px;
    }

    p.create-part__subtitle {
        font-size: 16px;
    }

    .socs__item.socs__item_dark {
        width: 62px;
        height: 62px;
    }

    .pp-opinion-use__like {
        width: 62px;
        height: 62px;
    }

    .pp-opinion-use-like__ico {
        top: 6px;
        left: -3px;
        width: 32px;
        height: 32px;
    }

    .pp-opinion-use-like__txt {
        font-size: 14px;
    }

    .pp-opinion-use__share {
        vertical-align: -16px;
        margin-left: 6px;
    }

    .socs__item.socs__item_dark.socs-share__btn:after {
        width: 22px;
        height: 23px;
    }

    .socs__item.socs__item_dark:after {
        width: 18px;
        height: 17px;
    }

    .user-submissions__item {
        margin-right: 24px;
    }

    .user-submissions__item *:first-child {
        margin-right: 2px;
    }

    .gender__title {
        margin-left: 12px;
        margin-right: 16px;
    }

    .gender__items .check {
        margin-left: 8px;
    }

    .profile-other-item__title h6 {
        font-size: 26px;
        line-height: 1.4;
    }

    .bind-socs-item__ico {
        margin: 0 auto;
        float: none;
    }

    .bind-socs__item {
        margin-bottom: 40px;
    }

    .profile-other-item {
        padding: 32px 32px;
    }

    .profile-other-item__title {
        text-align: center;
    }

    .profile-other-item__text {
        text-align: center;
    }

    .bind-socs-item__btn {
        width: 100%;
    }

    .articles-item__img {
        width: 420px;
    }

    .articles-item__info {
        width: -webkit-calc(100% - 420px);
        width: -moz-calc(100% - 420px);
        width: calc(100% - 420px);
    }

    .articles-item-info {
        padding-left: 38px;
    }

    .img__fullsize {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .img__fullsize::before {
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        border-radius: initial;
        opacity: 0;
        background: transparent;
    }

    .img__fullsize>img {
        display: none;
    }

    .event__img {
        height: 260px;
    }

    .upload__area {
        width: 400px;
        height: 190px;
    }

    .upload__require-box {
        width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: calc(100% - 430px);
    }


    span.tagicos-item-title__name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .voting-item__img {
        width: 112px;
        height: 112px;
    }

    .voting-item-num {
        bottom: -4px;
        right: -8px;
    }

    .mp_title_box h1 {
        font-size: 48px;
    }

    .mp_title_text {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .mp_title_box {
        width: 50%;
    }

    .card-img__lable.card-img__lable_big span {
        font-size: 24px;
        line-height: 1;
    }

    .title__functional.proj-functional .tags__item {
        padding: 10px 20px;
        margin-bottom: 10px;
    }

    .select-wrap.events_filter_box.activity_filter_box {
        top: -10px;
        position: relative;
    }

    .stickexpert__name span {
        font-size: 22px;
    }


    .section__inner.general-section.singleproject-section h1 {
        font-size: 48px;
    }

    .volonteer-pic img {
        width: 75%;
    }


    .ex_sched_title {
        font-size: 28px;
    }

    .ex_sched_box_title {
        font-size: 22px;
    }

    .ex_sched_caret {
        vertical-align: -4px;
    }

    .tags__item.tags__item_b span {
        font-size: 20px;
    }

    .search-button__ico.active+.search-button__panel {
        width: 560px;
    }

    .content-block.support {
        padding: 0;
    }

    .content-block.support {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prj_stages_item_text {
        font-size: 12px;
        line-height: 1.4;
        padding-right: 8px;
    }

    .prj_stages_item_bar {
        margin-bottom: 16px;
    }

    .prj_stages_item_title {
        margin-bottom: 8px;
    }

    .project-content__description p iframe.note-video-clip {
        width: 100%;
        height: 326px;
    }

    .card.card_happening.card_today-news {
        padding: 18px 0;
    }

    .select_filled .select__box,
    .select_filled {
        width: 200px;
    }

    .select_filled .select__box__options {
        font-size: 16px;
    }

    .select_filled .select__placeholder {
        font-size: 16px;
    }

    .select.select_filled {
        padding-top: 12px;
    }


    .pp.pp_simple.pp_simple_rules .pp__content {
        width: 700px;
    }

    .pp_c_list_w_item_r img {
        max-width: 100%;
    }



    .project-content__gallery_item {
        height: 80px;
    }

    .project-gallery-item__info {
        padding: 20px 12px;
    }

    img.gallery__item_ico {
        width: 44px;
        height: 20px;
    }

    .project-gallery-item__info span {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 3px;
    }

    .user-menu-switch {
        position: relative;
        width: 100%;
        margin-top: 24px;
    }

    .user-menu-switch {
        margin-bottom: 40px;
    }

    .project-content__description {
        font-size: 16px;
    }

    .params__item_value p {
        font-size: 16px;
    }

    .project-message-info__text p {
        font-size: 16px;
    }

    .project-message-info__delete span {
        font-size: 16px;
    }

    .project-message-info__date span {
        font-size: 16px;
    }

    .project-message-info__name span {
        font-size: 16px;
    }

    .project-content__title {
        font-size: 32px;
    }

    .params__item_name p {
        font-size: 16px;
    }

    .w_doc_item_title_t {
        font-size: 18px;
    }

    .w_doc_item_title_b {
        font-size: 16px;
    }

    .sn__item_text,
    .sn__item_link {
        font-size: 20px;
    }

    .content-block__more.create-part__button.create-part__button_brown {
        height: 58px;
    }

    .content-block__more.create-part__button.create-part__button_brown span {
        font-size: 20px;
    }

    .project-message-info__delete {
        right: 148px;
    }

    .user-showcase__content .card.card_project .card__img {
        height: 160px;
    }

    .project-content.project-content_t {
        padding-top: 60px;
    }

    .project-content__gallery {
        margin-top: -140px;
    }

    span.name_text {
        font-size: 16px;
    }

    .general-section__item_title>img {
        width: 110%;
    }

    .events-list__item.events-list__item_affiche .card.card_event {
        padding-right: 18px;
        padding-left: 18px;
    }


    .video-container {
        height: 255px;
    }

    .videos-previews {
        height: 255px;
    }

    .videos-active-text {
        top: 290px;
    }

    .videos-active-text span {
        font-size: 20px;
    }


    .support-pic img {
        width: 80%;
        position: relative;
        left: -28px;
    }

    .rating-exp__name span {
        font-size: 16px;
    }

    .rating-exp__points span {
        font-size: 18px;
    }

    .user__weather {
        display: none;
    }

    .user__weather {
        display: none;
    }

    .user-donate__text span {
        font-size: 16px;
    }

    .user-donate__rub {
        display: none;
    }

    .profile-menu__inner::before {
        right: -120px;
    }

    .pp-cross {
        right: -52px;
    }

    .swiper-navigation_top {
        width: 92px;
    }

    .c_box_text {
        font-size: 18px;
    }

    .contacts_inner {
        padding-top: 167px;
    }

    .card-main {
        height: 186px;
    }

    .rescalendar_table .firstColumn {
        width: 122px;
    }

    .timeline_inner {
        height: auto;
    }

    .timeline_inner_i {
        padding: 18px 0 18px 0;
    }

    .main__inner.other__page.profile__page .container {
        padding-top: 0;
    }

    .vote-proj__name {
        width: 60%;
    }

    .vote-proj__point {
        width: 19%;
        text-align: center;
    }

    .section__inner.general-section.general-section_showcase .general-section__item_text {
        width: 60%;
    }

    .showcase-buttons__row p {
        font-size: 16px;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history {
        width: 33%;
    }

    .section__inner.general-section.general-section_showcase.general-section_opinions .grid__content {
        min-height: 500px;
    }

    .menu-logo {
        width: 216px;
        margin-bottom: -7px;
    }


    .dd_event_title {
        font-size: 26px;
    }

    .general-section__item.general-section__item_color-dark.general-section__item_vols.general-section__item_vols_i .general-section__item_title>img {
        width: 80%;
    }

    .dd_ev_d_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .dd_ev_d_text {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .dd_ev_d_date_place {
        font-size: 16px;
    }

    .dd_ev_sub {
        font-size: 22px;
    }

    .dd_ev_fulltext p {
        font-size: 16px;
    }

    .dd_ev_fulltext h2 {
        font-size: 22px;
    }

    .dd_event_description_l {
        width: 300px;
    }

    .dd_event_description_l img {
        width: 100%;
    }

    .dd_event_description_r {
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        width: calc(100% - 380px);
    }

    .dd_event {
        margin-bottom: 0px;
    }



    .section__inner.general-section.general-section_kind,
    .section__inner.general-section.general-section_showcase {
        background-color: #F3F3F3;
        background-image: unset;
    }

    .voting-link__item:last-child {
        display: none;
    }

    .supported-project__descr {
        max-width: 50%;
    }

    .supported-project__descr_text>span:first-child {
        font-size: 30px;
        line-height: 26px;

    }

    .supported-project__descr_text>span:last-child {
        font-size: 16px;
        line-height: 122.34%;
        margin-bottom: 30px;
    }

    .supported-project__tag {
        padding: 8px 18px;
        font-size: 18px;
    }

    .stay-home__content>img {
        margin-right: 20px;
        width: 50px;
    }

    .stay-home__content>div span:first-child {
        font-size: 18px;
    }

    .stay-home__content>div span:last-child {
        font-size: 13px;
    }

    .stay-home__close {
        width: 40px;
        height: 40px;
    }

    .enviroment__page .section__inner.general-section.general-section_showcase .general-section__item_text {
        width: 45%;
    }

    .enviroment__page .tagicos__item {
        height: 190px;
    }

    .enviroment__page .tagicos-item__title {
        height: -webkit-calc(100% - 74px);
        height: -moz-calc(100% - 74px);
        height: calc(100% - 74px);
    }

    .enviroment__item_img {
        width: 50%;
        margin-right: 45px;
    }

    .enviroment__item_descr {
        width: -webkit-calc(100% - 50% - 45px);
        width: -moz-calc(100% - 50% - 45px);
        width: calc(100% - 50% - 45px);
    }

    .item-descr__title>span:first-child {
        font-size: 20px;
    }

    .item-descr__title>span:last-child {
        font-size: 28px;
        line-height: 30px;
    }

    .item-descr__info>.button {
        margin-top: 0;
        margin: 0;
    }


    .c_form_warn {
        font-size: 17px;
    }

    .icons_text_item_text {
        font-size: 17px;
    }

    .vols_3_icons_text {
        font-size: 17px;
    }

    .vols_3_icons_item .arrow_ {
        left: -webkit-calc(100% + -80px);
        left: -moz-calc(100% + -80px);
        left: calc(100% + -80px);
    }

    .icons_text_list_i_title {
        font-size: 24px;
    }


    .env_content_box {
        width: 100%;
    }

    header.scroll .header__inner_item .menu__items_item {
        font-size: 12px;
        margin-right: 13px;
    }

    .env_video_share_box {
        width: 100%;
    }

    .title.title_envir h3 {
        font-size: 28px;
    }

    .enviroment__item_img>span {
        font-size: 14px;
        top: 19px;
        padding: 10px 11px;
    }

    .item-descr__title>span:first-child {
        font-size: 18px;
    }

    .item-descr__line {
        margin-bottom: 25px;
    }

    .item-descr__title>span:last-child {
        font-size: 23px;
        line-height: 27px;
    }

    .item-descr__info p {
        font-size: 14px;
    }

    .item-descr__info .addnew_img.green::before {}

    .item-descr__info .addnew_img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .date__txt span {
        font-size: 13px;
    }

    .swiper-slide .enviroment__item {
        margin-bottom: 0px;
    }

    .grid__content.grid__content_city_in {
        width: 960px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item {
        padding: 25px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_title {
        font-size: 22px;
    }

    .mp_items_item_text {
        font-size: 14px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_text {
        height: 400px;
    }
    .mp_items_list.mp_items_list_city .mp_items_item_text p {
        font-size: 14px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_button p {
        font-size: 14px;
    }

    .mp_items_list.mp_items_list_city .addnew_img.green {
        margin-right: 10px;
    }

    .showcase_tabs_item {
        font-size: 36px;
    }

    .content-block__title.supported_projects-block h3 {
        font-size: 28px;
    }

    .city_sym_item_title_box {
        padding: 38px 50px;
        padding-right: 190px;
    }

    .city_sym_item_title_district {
        font-size: 19px;
        margin-bottom: 14px;
    }

    h3.city_sym_item_title {
        font-size: 32px;
    }

    .city_sym_item {
        height: 318px;
    }

    .city_sym_item_title_box:after {
        top: -150px;
        left: -250px;
        width: 140%;
        height: 160%;
    }

    .poll_vars_item_check {
        line-height: 38px;
    }

    .nm_title {
        font-size: 28px;
    }

    .nm_docs .w_doc_item_title {
        font-size: 18px;
    }

    .nm_place_city {
        font-size: 18px;
    }

    .nm_place_title {
        font-size: 20px;
    }

    .nm_place_spoiler_title {
        font-size: 18px;
    }

    /* Park Switzerland / Парк швейцария */

    .landscaping-content__text h3 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .landscaping-content__text h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }


    .landscaping-content__text>div {
        margin-bottom: 20px;
    }

    .addnew_img.white {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .addnew_img.white.addnew_img_promo{
        margin-right: 0;
        margin-left: 12px;
    }

    .landscaping-content__img {
        margin-left: 30px;
    }

    .landscaping-content__text {
        width: -webkit-calc(100% - 51% - 30px);
        width: -moz-calc(100% - 51% - 30px);
        width: calc(100% - 51% - 30px);
    }


    .addnew_img.white~p {
        color: white;
        font-size: 14px;
    }

    /* Park Switzerland / Парк швейцария end */

    .menu__items_item {
        font-size: 13px;
        line-height: normal;
    }

    /* redesign kindnesses */

    .general-section.background-container {
        padding-bottom: 60px;
    }

    .section__inner.general-section.general-section_showcase.background-container h1 {
        font-size: 40px;
        padding-top: 0;
    }

    .section__inner.general-section.general-section_showcase.background-container p.large {
        font-size: 18px;
    }

    .kindnesses__item {
        border-width: 2px;
        padding: 30px 40px;
    }

    .kindnesses__item>img,
    .kindnesses__item>picture {
        margin-bottom: 25px;
        height: 47px;
    }

    .kindnesses__item>h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
        width: 220px;
    }

    .kindnesses__item>p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 142.34%;
    }

    .kindnesses__item .addnew_img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .kindnesses__item .addnew p {
        font-size: 16px;
    }

    .section__inner.general-section.kindnesses-inside .interaction__button {
        margin-bottom: 15px;
        color: #161310;
    }

    .section__inner.general-section.kindnesses-inside {
        background-color: white;
    }

    .section__inner.general-section.kindnesses-inside .general-section__item_text {
        width: auto;
        max-width: 100%;
    }

    .kindnesses-inside-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .kindnesses-inside__article h5 {
        font-size: 28px;
        line-height: 30px;
    }

    .kindnesses-inside__article,
    .kindnesses-inside__article p {
        font-size: 18px;
    }

    /* redesign kindnesses end */


    /*  kindnesses-campaigns  */

    .campaign-item__photo {
        height: 175px;
        margin-bottom: 20px;
    }

    .campaign-item__title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .campaign-item__body>p {
        width: 66%;
        font-size: 12px;
        line-height: 142.34%;
    }

    .campaign-item__body>img {
        width: 19%;
    }

    .campaign-item__body {
        margin-bottom: 20px;
    }

    .campaign-item__progress>svg {
        margin-bottom: 20px;
        height: 4px;
    }

    .item-progress__nums {
        font-size: 12px;
    }

    .item-progress__nums>div>svg {
        width: 6px;
        height: 9px;
        margin-left: 5px;
    }

    .item-progress__nums>div:not(:last-child) {

    }

    .campaign__item {
        margin-bottom: 80px;
    }

    .campaign__item::before {
        bottom: -40px;
    }

    .campaign-item__button {
        font-size: 14px;
        height: 45px;
        margin-top: 20px;

    }

    .campaign-pagination {
        margin-top: 25px;
    }

    .campaign-pagination__links>* {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .campaign-pagination_back>img,
    .campaign-pagination_next>img {
        width: 26%;
    }


    .campaign-pagination__watched {
        font-size: 14px;
    }

    .campaign .new__project_nav {
        margin-top: -30px;
        width: 100%;
        position: relative;
        height: auto;
        margin-bottom: 50px;
    }

    .campaign .new__project_cont .sticky-box {
        padding-bottom: 0;
        position: relative;
        top: initial;
    }


    .campaign .new__project_nav .creator_of_project {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .campaign .creator_of_project__creator {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        border-right: 2px solid #F3F3F3;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .campaign .new__project_nav .creator_of_project__votes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaign .creator__photo {
        margin-bottom: 10px;
    }

    .campaign .creator_of_project .item-progress__nums>div:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .campaign .new__project_nav .item-progress__nums {
        font-size: 18px;
    }

    .campaign .new__project_nav .item-progress__nums>div>svg {
        width: 9px;
        height: 13px;
        margin-top: 2px;
    }

    .campaign .creator__name {
        font-size: 16px;
    }

    .campaign .new__project_nav .sharing-box.x-box,
    .campaign .new__project_nav .campaign-support-text,
    .campaign a.votes__vote_item.votes__vote_item_donate {
        display: none;
    }

    .campaign .creator_of_project.mobile {
        display: block;
    }

    .campaign .project-content.project-content_t {
        padding-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .campaign .creator_of_project.mobile {
        border: none;
    }

    .campaign .project__info {
        font-family: 'Graphik LCG';
    }

    .campaign .sharing-box.x-box.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        height: 90px;
        margin-top: 60px;
    }

    .campaign .sharing-box.x-box.mobile::before,
    .campaign .sharing-box.x-box.mobile::after {
        display: none;
    }

    .campaign .sharing-box__sn-box_item {
        height: 100%;
        border-right: 2px solid #F3F3F3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;

    }

    .campaign .sharing-box__sn-box_item:last-child {
        border-right: none;
        margin-right: 0;
    }

    /*  kindnesses-campaigns end */



    /* movement-background */
    .landscaping-section {
        height: auto;
        min-height: 600px;
    }


    .landscaping-section .swiper-slide {
        min-height: 0;
    }

    .landscaping-section .content-block__title {
        top: 70px;
    }

    .landscaping-section .swiper-slide {
        padding-bottom: 90px;
        padding-top: 160px;
    }

    .landscaping-content__img img{
        max-height: 400px;
    }

    .landscaping-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    /* movement-background end */

    /* progects 800 */

    .current-progects-800__content {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .current-progects-800__item {
        padding:  40px;
    }

    .current-progects-800__title {
        margin-bottom: 20px;
    }

    .current-progects-800__descr {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 140%;
    }

    .current-progects-800__button {
        margin-top: 0;
    }

    .current-progects-800__button p {
        font-size: 14px;
    }

    .current-progects-800__button .addnew_img {
        width: 35px;
        height: 35px;
        margin-left: 15px;
    }

    .current-news-800__content {
        padding: 30px 0;
    }

    .current-news-800__slide {
        grid-column-gap: 4%;
    }


    .news-container-general__img {
        margin-bottom: 15px;
    }


    .news-container-general__heading {
        margin-bottom: 15px;
    }

    .news-container-general__heading img,
    .news-container-general__heading svg {
        max-height: 12px;
    }

    .news-container-general__tag {
        font-size: 12px;
    }

    .news-container-general__text {
        margin-bottom: 30px;
        max-height: 80px;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
    }

    .current-news-800__swiper-nav{
        bottom: 22px;
    }
    .current-news-800__swiper-nav .swiper-button-prev, .current-news-800__swiper-nav .swiper-button-next {
        width: 30px;
        height: 30px;
    }


    .current-news-800__swiper-nav .swiper-button:after {
        width: 10px;
        height: 10px;
    }

    .news-container-general__date {
        font-size: 12px;
    }

    .news-container-general__date > div {
        width: 12px;
        height: 12px;
    }

    .current-news-800__swiper-nav .swiper-button-next {
        margin-left: 5px;
    }

    .cn800-secondary-item__heading img, .cn800-secondary-item__heading svg {
        max-height: 12px;
    }

    .cn800-secondary-heading__info .news-container-general__date {
        margin-right: 15px;
    }

    .cn800-secondary-item__heading {
        margin-bottom: 20px;
    }

    .cn800-secondary-body .news-container-general__text {
        line-height: 140%;
        margin-bottom: 0;
        max-height: 70px;
    }

    .cn800-secondary-item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 1.5em;
    }

    /* progects 800 end */

    .secial-projects-section__item .grid__content{
        padding: 25px 0 35px;
    }

    .secial-projects-item__title {
        font-size: 38px;
    }

    .secial-projects-item__title::before {
        width: 65px;
        height: 21px;
    }

    .secial-projects-item__descr {
        font-size: 18px;
    }

    .secial-projects-section__item:hover .secial-projects-item__title::before {
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .container-video_mp {
        padding-bottom: 40px;
    }

    .kindnesses__item .addnew_img:last-child {
        margin-left: 15px;
    }

    .env_content_box .new__project_nav.small
    {
        display: none;
    }

    .tagicos__item {
        width: calc((100% / 6) - 10px);
        padding: 15px 10px 10px;
    }

    .tagicos-item-title__name {
        margin-bottom: 20px;
    }

    .tagicos-item-title__name, .title__num {
        font-size: 12px;
    }

    .img-w-text__list-item{
        padding-bottom: 40px;
        margin-bottom: 38px;
    }
    .img-w-text__img{
        width: 120px;
        height: 120px;
        margin-right: 40px;
    }

    .img-w-text__title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .img-w-text__descr{
        font-size: 16px;
    }

    .pp.pp_pdf .pp__content.pp__content_simple {
        height: 520px;
    }



    .funds-section__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .funds-item {
        padding: 30px 35px;
    }

    .funds-item__img {
        margin-bottom: 30px;
        max-width: 135px;
    }

    .funds-item__title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .funds-item__descr {
        font-size: 14px;
        line-height: 142.34%;
        padding: 0 3%;
        margin-bottom: 20px;
    }

    .funds-item__counter {
        padding-top: 20px;
        font-size: 18px;
        line-height: normal;
    }

    /*    */

    .countin-info__title {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .countin-info__text {
        font-size: 13px;
        line-height: 1.4;
    }
    .countin-info {
        width: 90px;
        top: -12px;
    }
    .countin-nums {
        width: calc(100% - 90px);
    }
    .countin-number {
        font-size: 68px;
    }
    .countin-num__item {
        width: 40px;
        height: 84px;
    }

    .countin-nums__dots {
        width: 12px;
        height: 30px;
        margin: 0 4px;
        top: -10px;
    }
    .countin-nums__dots:after, .countin-nums__dots:before {
        width: 10px;
        height: 10px;
    }
    .countin-txt {
        font-size: 10px;
    }
    .countin-num {
        margin-bottom: 12px;
    }


    /*    */

    .general-bottom-between {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .podcast-item__title span {
        font-size: 19px;
    }
    .podcast-item__logo {
        width: 126px;
        height: 26px;
        margin-bottom: 28px;
    }
    .podcast-item__icon {
        width: 102px;
        height: 72px;
        margin-bottom: 36px;
    }
    .podcast-item__text span {
        font-size: 14px;
    }
    .podcast-item-vis {
        height: 238px;
        padding: 32px 26px;
    }

    .podcast-item__title {
        height: 43px;
    }
    .podcast-item-cont {
        padding-right: 36px;
        padding-left: 36px;
    }
    .podcast-item:nth-child(3n+2) {
        width: calc(100% / 3 + 20px);
    }
    .general-bottom-between__r img {
        width: 152px;
    }

    /* .campaign-swiper .campaign__item {
        width: initial;
        margin-bottom: 0;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        padding-left: 0;
    } */
    .general-section__item_fund-img {
        width: 200px;
    }


    .btn.btn-county {
        margin-top: 24px;
        padding: 18px 58px;
    }
    .btn.btn-county span {
        font-size: 14px;
    }

    .item__menu_sn-box {
        display: inline-grid;
        grid-column-gap: 13px;
        grid-row-gap: 10px;
        width: auto;
        grid-template-columns: repeat(4,1fr);
    }

    .sn-box__item {
        margin-right: 0;
        margin-bottom: 0;
    }

    .sn-box__item>img {
        max-width: 40%;
        max-height: 40%;
    }

    .news-container-general__img {
        height: 220px;
    }

}


@media only screen and (max-width: 1279px) and (orientation : portrait) {

    /* movement-background */

    .main__inner_index section:nth-child(2) {
        margin-top: 0vh;
    }

    .main__inner_index .general-section {
        position: relative;
        height: auto;
        z-index: 1;
        min-height: initial;
    }


    .general-section>.grid__content.grid__content_mp {
        height: 700px;
        padding-bottom: 50px;
    }

    /* movement-background end */

    .general-section__item:first-child,
    .general-section__item:first-child:only-child {
        padding-bottom: 30px;
    }

    .section__inner.general-section.kindnesses-inside {
        background-image: url(/static/img/kindnesses-inside-bg.png);
        background-position: right 70%;
    }

    .section__inner.general-section.kindnesses-inside >.grid__content {
        margin-bottom: 0;
    }

    .section__inner.general-section.kindnesses-inside .general-section__item:first-child:only-child{
        padding-bottom: 0;
    }

    .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .kindnesses-inside .general-section__item_title {
        width: 55%;
    }
}


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

    .mp_title_box {
        width: 70%;
    }

    .mp_items_item {
        padding-right: 60px;
    }

    .mp_items_item:after {
        right: 39px;
    }

    .mp_items_item_img img {
        width: 120px;
    }

    .mp_items_list {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mp_items_item_text {
        min-height: 66px;
    }

    span.events__box_item_date_item_val {
        font-size: 26px;
    }

    span.h_event.h_event_start:after {
        width: 40px;
    }

    span.h_event.h_event_btw:after {
        width: 40px;
    }

    .rescalendar_table .firstColumn {
        width: 70px;
    }

    td.firstColumn {
        font-size: 12px;
    }

    table.rescalendar_table td {
        height: 30px;
    }

    span.dia {
        font-size: 12px;
    }

    .singleproject-section {
        height: 550px;
        min-height: 550px;
    }

    .general-section__item:first-child {}

    .section__inner.general-section.singleproject-section .general-section__item:first-child {
        padding-bottom: 100px;
    }

    .new__event_cont .new__project_nav {
        top: -30px;
    }

    .tip_content {
        bottom: auto;
        top: -12px;
        left: 32px;
        font-size: 14px;
        padding: 14px 14px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 222px;
    }

    .tip_content:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: auto;
        left: -16px;
        top: 10px;
        bottom: auto;
    }

    .showcase_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .showcase_buttons>.addnew {
        width: 100%;
    }


    .dd_review {
        width: 100%;
        margin-right: 0;
    }

}

@media (min-width: 1024px) and (orientation: landscape) {


    /*  kindnesses-campaigns  */

    .campaign__item:hover .campaign-item__photo>img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: 1.5s;
        -o-transition: 1.5s;
        -moz-transition: 1.5s;
        transition: 1.5s;
    }

    .campaign-item__button:hover::before {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }

    .campaign__item:hover .campaign-item__photo>button {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    /*  kindnesses-campaigns end */

}

@media only screen and (max-width: 1023px) {
    .dd_op_top_left {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }

    .dd_op_top {
        margin-bottom: 10px;
    }

    .poll_vars_item_title {
        padding: 20px;
    }

    .poll_vars_item_image_wrap {
        height: 160px;
    }

    .poll_vars_item_result_val {
        left: 20px;
    }

    .section__inner.general-section.general-section_kind>.grid__content {
        min-height: auto;
        height: 420px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 32px;
    }

    h1,
    .h1 {
        font-size: 42px;
        line-height: 42px;
    }

    p.large {
        font-size: 15px;
        line-height: 23px;
    }

    .general-swiper_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .general-section__item:first-child {
        padding: 0px 0 82px;
    }

    .counter__now {
        font-size: 30px;
        line-height: 32px;
    }

    .counter__prev,
    .counter__next {
        font-size: 20px;
        line-height: 22px;
    }

    .timer-box__text {
        top: -40px;
        font-size: 17px;
        line-height: 17px;
    }

    .functions_item_img-box {
        height: 112px;
    }

    .timer-box {
        top: 32px;
    }

    .functions_item {
        padding: 0 2%;
    }

    h7 {
        font-size: 18px;
        /* line-height: 18px; */
        line-height: 1.2;
    }

    .img-box__plus {
        bottom: -6px;
        right: 36px;
        width: 32px;
        height: 32px;
    }

    .img-box__plus img {
        width: 50%;
        height: 50%;
    }

    .title__name h3 {
        font-size: 30px;
        line-height: 32px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .title {
        padding-bottom: 18px;
    }

    .swiper-button {
        width: 40px;
        height: 40px;
    }

    .swiper-button:after {
        width: 10px;
        height: 16px;
    }

    .tags__item {
        margin-bottom: 6px;
    }

    .app__title h2 {
        font-size: 30px;
    }

    .app__text {
        margin-bottom: 24px;
    }

    .app-buttons a {
        display: inline-block;
        width: 172px;
        margin-bottom: 12px;
    }

    .app-images__pic_b {
        right: 46px;
        bottom: 181px;
    }

    .app__title {
        margin-bottom: 18px;
    }

    .title__name {
        width: 47%;
    }

    .functions_item_img-box {
        height: 120px;
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .functions_item_img-box::before {
        width: 100%;
        height: 100%;
        top: -5px;
        left: -5px;
    }

    .img-box__plus {
        bottom: -6px;
        right: 0px;
    }

    .functions_item_img-box>img {
        height: auto;
        width: 80px;
        height: 94px;
    }

    .timer::before {
        top: 0;
        left: 0;
    }

    .timer::after {
        width: 85%;
    }

    .timer-box {
        top: 23px;
    }

    .timer-box__counter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .timer-box__text {
        top: -35px;
    }

    .general-section__item_title {
        width: auto;
    }

    .general-section__item_text {
        width: 70%;
    }

    .tagicos-item__ico img {
        width: 55px;
        height: 55px;
    }

    .card-img-top__txt {
        font-size: 8.3649px;
        line-height: 11px;
    }

    .card-img-top__ico {
        width: 10px;
        height: 10px;
    }

    .card.card_project .card__img {
        height: 165px;
    }

    .card-img__lable span {
        font-size: 18px;
        line-height: 14px;
    }

    .card-img__lable {
        padding: 14px 16px;
        padding-top: 15px;
        padding: 13px 12px;
        padding-top: 10px;
    }

    .moderator__buttons {
        display: none;
    }

    .swiper-navigation_projects {
        display: none;
    }

    .card.card_project {
        /* border-right: none; */
    }

    .card.card_project .card-img-top_left {
        right: 0;
        margin-bottom: 10px;

    }

    .card.card_project .card__title {
        margin-bottom: 16px;
    }

    a.h7 {
        font-size: 26px;
        line-height: 1.2;
    }

    .card.card_project .card-img-top__txt {
        text-align: center;
    }

    .card-vote>*:not(.card-vote__link) {
        display: none;
    }

    .content-block__more {
        height: 52px;
    }

    .card-img__vote {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        background: transparent;
    }

    .tags-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: unset;
        padding-bottom: 20px;
    }

    .proj-functional {
        overflow-x: auto;
    }

    .person__name span {
        font-size: 14px;
        font-weight: bold;
    }

    /**/

    .general-section__item.general-section__item_book .general-section__item_text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .section__inner.general-section.general-section_opinions {
        margin-top: 0;
    }

    /* .section__inner.general-section.general-section_showcase.general-section_showcase-sh > .grid__content {
                    height: 550px;
                } */
    .general-section__item.general-section__item_book {
        padding-bottom: 0;
    }

    .general-section>.grid__content {
        min-height: 470px;
    }

    /* .general-section>.grid__content.grid__content_mp {
        height: 550px;
    } */

    img.book-img-bg {
        width: 80%;
        top: 0%;
        left: 0%;
    }

    button.addnew.button.pp_.go_down_in_history p {
        text-align: left;
        font-size: 15px;
    }

    .book-rew__text span {
        font-size: 10px;
    }

    .book-rew__text {
        line-height: 1.2;
        min-height: 114px;
        margin-bottom: 8px;
    }

    .book-rew__img {
        width: 52px;
        height: 52px;
    }

    .book-rew-info_name h8 {
        font-size: 13px;
    }

    .book-rew-info_pos span {
        font-size: 9px;
    }

    .book-rew-info_pos {
        line-height: 1;
    }

    .book-rew__pers {
        margin-bottom: 16px;
    }

    .book-cont__part {
        padding: 32px 52px;
    }

    .book-rew__more a {
        font-size: 10px;
        padding-right: 20px;
    }

    .book-rew__more a:after {
        width: 10px;
        top: 2px;
    }

    .book {
        min-height: 500px;
    }

    .book__bg:after {
        width: 160px;
        height: 160px;
        right: -20px;
        bottom: auto;
        top: 54%;
    }

    .opinion {
        width: -webkit-calc(100% / 2 - 10px);
        width: -moz-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
    }

    .opinion:nth-child(3n+3) {
        margin-right: 20px;
    }

    .opinion:nth-child(2n+2) {
        margin-right: 0;
    }

    .opinion-img {
        width: 92px;
        height: 92px;
    }

    .opinion-img__800 {
        width: 46px;
        height: 46px;
    }

    .opinion-img__800 span {
        width: 32px;
        height: 12px;
    }

    .opinion__name span {
        font-size: 22px;
    }

    .opinion-info__data span {
        font-size: 13px;
    }

    .opinion-info__eyes span {
        font-size: 13px;
    }

    .opinion-info__eyes span:after {
        top: 2px;
        width: 16px;
        left: 8px;
    }

    .opinion__text span {
        font-size: 15px;
    }

    .opinion__text {
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .opinion__img {
        margin-bottom: 12px;
    }

    .opinion__name {
        margin-bottom: 16px;
    }

    .opinion__more {
        margin-bottom: 8px;
    }

    .pp__content_edit {
        width: 80%;
    }

    .pp__content_edit .pp-content {
        padding: 34px 52px;
        padding-bottom: 0;
    }

    .pp-opinion__num span {
        font-size: 58px;
    }

    .pp-opinion__name span {
        font-size: 22px;
    }

    .pp-opinion__post span {
        font-size: 12px;
    }

    .pp-opinion__name {
        margin-bottom: 20px;
    }

    .pp-opinion__post {
        padding-bottom: 28px;
        margin-bottom: 20px;
    }

    .btn_favors span {
        font-size: 10px;
    }

    .btn_favors span:after {
        top: -2px;
        left: 7px;
    }

    .pp-opinion-slider_navigation {
        margin-top: 24px;
    }

    .pp-opinion-cont__l {
        width: 200px;
        padding: 0 30px;
        margin: 70px 0;
        height: -webkit-calc(100% - 280px);
        height: -moz-calc(100% - 280px);
        height: calc(100% - 280px);
    }

    .pp-opinion-cont__r {
        padding-left: 56px;
        padding-right: 56px;
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }

    .pp-opinion__use {
        top: 30px;
        right: 78px;
    }

    .pp-opinion__text {
        margin: 70px 0;
    }

    .pp-opinion__close {
        width: 22px;
        height: 22px;
    }

    .pp-opinion-text p {
        font-size: 12px;
    }

    .pp-opinion-text p.pp-opinion-quote {
        font-size: 19px;
        padding: 38px 0;
        margin: 42px 0;
    }

    .pp-opinion-text p.pp-opinion-quote:after,
    .pp-opinion-text p.pp-opinion-quote:before {
        width: 28px;
        height: 4px;
    }

    .pp-opinion-use__like {
        width: 52px;
        height: 52px;
    }

    .pp-opinion-use-like__ico {
        top: 5px;
        left: -1px;
        width: 26px;
        height: 26px;
    }

    .pp-opinion-use-like__txt {
        font-size: 12px;
    }

    .socs__item.socs__item_dark {
        width: 52px;
        height: 52px;
        margin: 0 4px;
    }

    .pp-opinion-use__share {
        vertical-align: -14px;
        margin-left: 2px;
    }

    .socs__item:after {
        width: 16px;
        height: 14px;
    }

    .btn.btn_favors {
        padding: 8px 12px;
        padding-bottom: 10px;
        width: 130px;
    }

    .menu__items_item {
        font-size: 12px;
        margin-right: 18px;
    }

    a.pp_.go_down_in_history>span {
        display: none;
    }

    a.pp_.go_down_in_history img {
        margin-right: 0;
    }

    .addnew_img {
        width: 36px;
        height: 36px;
    }

    .addnew_img img {
        width: 40%;
    }

    .events-list__item {
        width: -webkit-calc(100% / 3 - 22px);
        width: -moz-calc(100% / 3 - 22px);
        width: calc(100% / 3 - 22px);
        padding-right: 20px;
        margin-right: 20px;
    }

    .events-list__item:nth-child(3n+3) {
        margin-right: 20px;
    }

    .events-list__item:nth-child(2n+2) {
        /* margin-right: 0; */
        /* padding-right: 0; */
        /* border-right: 0; */
    }

    .events-list__item:nth-last-child(1) {
        /* margin-right: 20px; */
        /* padding-right: 20px; */
    }

    .event-parts__item:nth-child(1) {
        width: 58%;
        padding-right: 0;
    }

    .event__img {
        height: 188px;
    }

    .event-info__title h4 {
        font-size: 22px;
        line-height: 1.4;
    }

    .event-info__title {
        margin-bottom: 8px;
    }

    .event-info__text p {
        font-size: 15px;
    }

    .event-info__text {
        margin-bottom: 20px;
    }

    .content-block__cont {
        padding-bottom: 30px;
    }

    .title__name {
        width: 50%;
    }

    .general-section_kind .general-section__item_text {
        width: 86%;
    }

    .general-section__item_title>img {
        width: 100%;
    }

    .section__inner.general-section {
        margin-top: -20px;

    }

    .section__inner.general-section.general-section_showcase-vols,
    .section__inner.general-section.general-section_kind {
        margin-top: 0;
        margin-bottom: 0;
    }

    .project-content__description {
        font-size: 20px;
        line-height: 1.4;
    }

    .project-content__advantages p {
        font-size: 16px;
    }

    .interaction__button img,
    .interaction__button span {
        font-size: 10px;
    }

    .interaction__button {
        padding: 10px 20px;
    }

    .project__info {
        font-size: 16px;
        line-height: 1;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
    }

    .project-content__gallery_item {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        float: left;
        margin-bottom: 10px;
    }

    .project-content__gallery {
        display: block;
        position: relative;
    }

    .project-content__gallery:after {
        content: '';
        display: block;
        clear: both;
    }

    .project-content__gallery~.project-content__description {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    p.small_bold {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .creator_of_project__creator>* {
        font-size: 14px;
        line-height: 1.2;
    }

    .votes__supported_title {
        font-size: 12px;
    }

    h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .book-info__text span {
        font-size: 10px;
    }

    .book-info__text {
        line-height: 1;
    }

    .book-info__button>button p {
        width: -webkit-calc(100% - 46px);
        width: -moz-calc(100% - 46px);
        width: calc(100% - 46px);
        text-align: left;
        font-size: 12px;
    }

    .addnew_img.green {
        margin-right: 10px;
    }

    .swiper-navigation_book .swiper-button {
        width: 32px;
        height: 32px;
    }

    .swiper-navigation_book {
        bottom: 22px;
        width: 80px;
    }

    .swiper-navigation_book .swiper-button:after {
        width: 8px;
        height: 11px;
    }

    .counter__now {
        margin-top: -6px;
    }

    .timer-box__text {
        top: -22px;
    }

    .general-section__item_functions {
        margin-bottom: 28px;
    }

    .book {
        min-height: 300px;
    }

    .book-info__tag {
        margin-bottom: 18px;
    }

    .book-info__tag span {
        font-size: 16px;
    }

    .book-cont__part {
        padding: 32px 62px 50px;
    }

    .card_happening .card__text p {
        font-size: 18px;
    }

    .project-content.news-content {
        padding-top: 40px;
    }

    .news-content__descript {
        padding-bottom: 0;
    }

    .project-content__sn {
        margin-bottom: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 22px 0;
    }

    .sn__item_text,
    .sn__item_link {
        font-size: 16px;
        line-height: 1.2;
    }

    .project-content__sn_item {
        display: block;
    }

    span.sn__item_text {
        margin-bottom: 12px;
    }

    .tagicos-item-title__name,
    .title__num {
        line-height: 1.2;
    }

    .tagicos-item-title__num {
        margin-top: 0px;
    }

    .tagicos-cont {
        padding: 8px 0;
        width: fit-content;
    }

    .tagicos-item__ico {
        margin-bottom: 0;
    }

    .tags-cont {
        padding-bottom: 0;
    }

    .card_happening .card__text p {
        font-size: 16px;
    }

    .news-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .experts__item {
        margin-bottom: 0;
    }

    .infoexpert-info-row__title {
        width: 180px;
    }

    .infoexpert-info-row__text {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }

    .book {
        min-height: 365px;
        margin-bottom: -60px;
    }

    .opinion {
        padding-bottom: 72px;
    }

    .socs__item.socs__item_dark:after {
        width: 16px;
        height: 14px;
    }

    .pp-opinion-use {
        margin-top: 60px;
    }

    .pp__content {
        width: 606px;
    }

    .create-part__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    p.create-part__subtitle {
        font-size: 14px;
        line-height: 1.4;
        min-height: 58px;
    }

    .pp-content-double>div:first-child {}

    .pp_create .pp-content {
        padding: 45px 28px;
    }

    .user-menu__photo-box_settings {
        bottom: 28px;
    }

    .profile__part_l {
        float: none;
        width: 100%;
    }

    .profile__part_r {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        float: none;
    }

    .btn.btn_bind {
        height: 52px;
        padding: 15px 10px;
    }

    .bind-socs__item {
        margin-bottom: 46px;
    }

    .bind-socs__item:nth-last-child(1) {
        margin-bottom: 18px;
    }

    .bind-socs-item__ico {
        float: left;
    }

    .bind-socs-item__btn {
        width: 185px;
    }

    .articles-item-img {
        height: 190px;
    }

    .articles-item__img {
        width: 280px;
    }

    .articles-item-info__text p {
        font-size: 16px;
    }

    .articles-item__info {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }

    .articles-item-info__facts {
        bottom: 0;
    }

    .articles-item-info {
        padding-left: 28px;
        padding-top: 10px;
    }

    .articles-item-info__text p {
        font-size: 16px;
    }

    .articles-item-info__title h7 {
        font-size: 20px;
    }

    .date.date_person .person__name span {
        font-size: 14px;
    }

    .date.date_person {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }

    .card__date.card__date-time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content__section span {
        font-size: 16px;
    }

    .content__title {
        font-size: 36px;
        line-height: 1.2;
    }

    .content__article_img {
        margin-bottom: 34px !important;
    }

    .content__article>*:not(:last-child) {
        margin-bottom: 18px;
    }

    .content__article_subtitle {
        margin-top: 36px;
        margin-bottom: 28px !important;
    }

    .upload__area {
        width: 300px;
        height: 160px;
    }

    .upload__require-box {
        width: -webkit-calc(100% - 330px);
        width: -moz-calc(100% - 330px);
        width: calc(100% - 330px);
    }

    .upload__require-box.upload__require-box-small.upload__require-box-small_i {
        width: 100%;
        margin-left: 0;
        margin-top: 18px;
    }

    .upload__area_text {
        font-size: 12px;
    }

    .tagicos {
        width: 96%;
        margin-left: 4%;
        margin-right: 4%;
        overflow-x: auto;

    }

    .tagicos::-webkit-scrollbar{
        display: none;
    }
    .nogrid {
        width: 100%;
        margin: 0;
    }

    .user__weather {
        display: none;
    }

    .vote-cont-delete {
        right: -35px;
    }

    .voting-item__img {
        width: 142px;
        height: 142px;
    }

    .voting__item {
        width: -webkit-calc(100% / 2 - 20px);
        width: -moz-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
    }


    .tl_event:before {
        left: 10px;
        right: initial;
    }

    .tl_event:after {
        right: initial;
        left: 19px;
    }

    .tl_event {
        padding-left: 70px;
        padding-bottom: 10px;
    }

    .tl_event_l {
        width: 100%;
        padding: 0;
        border: none;
    }

    .tl_event_r {
        width: 100%;
        padding: 0;
        border: none;
    }

    .tl_event_l:after {
        display: none;
    }

    .tl_event_r:after {
        display: none;
    }

    .tl_event_image {
        margin-bottom: 30px;
    }

    .timeline_wrapper.timeline_wrapper_fixed.show {
        display: none;
    }

    .tl_event .clear:after {
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        background: #EEEEEE;
        left: 70px;
        right: initial;
    }

    .users_table_td_user_ava {
        width: 50px;
        height: 50px;
    }

    span.name_fam {
        font-size: 20px;
        line-height: 1;
    }

    span.name_text {
        font-size: 15px;
        line-height: 1;
    }

    .users_table_td_user_name {
        padding-top: 8px;
    }

    .users_table_td {
        font-size: 16px;
    }

    .users_table_td_user:after {
        content: ' ';
        display: block;
        clear: both;
    }

    .users_table_row {
        height: 80px;
    }

    .users_table_row.users_table_row_head .users_table_td {
        font-size: 12px;
    }

    .pagi {
        width: 35px;
        height: 35px;
        padding-top: 7px;
    }

    .pagination {
        font-size: 14px;
    }

    .pagi.pagi_first {
        padding: 0 27px;
        padding-top: 6px;
    }

    .pagi.pagi_last {
        padding: 0 27px;
        padding-top: 6px;
    }

    .pagi.pagi_prev {
        -webkit-background-size: 8px 8px;
        -moz-background-size: 8px;
        -o-background-size: 8px;
        background-size: 8px;
        background-position-x: 10px;
    }

    .pagi.pagi_next {
        -webkit-background-size: 8px 8px;
        -moz-background-size: 8px;
        -o-background-size: 8px;
        background-size: 8px;
        background-position-x: 12px;
    }

    .app-images__pic.app-images__pic_s.images__pic_vols img {
        max-width: 80%;
        /* bottom: 0px; */
    }

    .app-images__pic.app-images__pic_s.images__pic_vols {
        bottom: 159px;
    }

    .app-images__pic.app-images__pic_s.images__pic_vols img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
    }

    .mp_title_box {
        width: 80%;
    }

    .grid__content.grid__content_mp .general-section__item {
        padding-bottom: 30px;
    }


    .grid__content {
        width: 92%;
    }


    .mp_title_box {
        width: 70%;
    }

    .item__menu_logo {
        width: 175px;
        margin-right: 20px;
    }

    .user__profile {
        width: 40px;
        height: 40px;
    }

    .item__menu_top-items {
        padding-top: 10px;
    }

    .header__inner_item:first-child {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .general-section__item.bottom {
        background: #ffffff;
        margin-bottom: 60px;
    }

    .mp_items_list {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .mp_items_item_title {
        font-size: 18px;
    }

    .mp_items_item_img img {
        width: 100px;
        height: 60px;
    }

    .mp_items_item_img {
        margin-bottom: 8px;
    }

    .mp_items_item_text {
        font-size: 14px;
    }

    .mp_title_box h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .mp_title_text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    a.link_arr {
        font-size: 18px;
    }

    a.link_arr .w_arr {
        width: 20px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .grid__content.grid__content_mp .general-section__item {
        padding-bottom: 0px;
    }

    .mp_items_item_button .button p {
        font-size: 16px;
    }

    .addnew_img.green {
        width: 46px;
        height: 46px;
    }

    .mp_items_item_button .button {
        margin-top: 20px;
    }

    .general-section__item.bottom {
        margin-bottom: 0px;
    }

    .title__name {
        width: initial;
    }

    .title__functional {
        top: 2px;
    }

    .event__img {}

    .event-parts__item:nth-child(1) {
        width: 40%;
    }

    .event-parts__item {
        width: 60%;
    }

    .adress_big .adress__txt span {
        font-size: 14px;
    }

    .adress_big .adress__ico {
        width: 20px;
        height: 20px;
        top: -6px;
        position: relative;
    }

    .adress_big .adress__txt {
        padding-left: 3px;
    }

    .card-img__lable.card-img__lable_big {
        padding: 10px 20px;
    }

    .card-img__lable.card-img__lable_big span {
        font-size: 20px;
    }


    .content-block__cont.index_activity_container {
        margin-bottom: -40px;
    }

    a.h7 {
        font-size: 22px;
    }

    .title__functional.proj-functional .tags__item {
        padding: 5px 15px;
    }

    .tags__item span {
        font-size: 14px;
    }

    .events-list__item .h7 {
        font-size: 18px;
    }

    .content-block-more span {
        font-size: 18px;
    }

    .book-info-tag {
        padding: 10px 20px;
    }

    .book-info__tag span {
        font-size: 14px;
    }

    .book-info__title h4 {
        font-size: 22px;
    }

    .book-info__button .addnew_img::before {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .book-info__button {
        padding-left: 0;
    }

    .book-info__button .addnew_img.green {
        margin-right: 10px;
    }

    .book-info__button>button {
        width: 100%;
    }

    .tagicos-item-title {
        /* margin-top: -16px; */
        /* position: relative; */
    }

    .grid__content.nogrid {
        width: 100%;
    }

    .profile-menu__inner::before {
        left: 0;
    }

    .user__profile .user__profile_menu {
        left: -150px;
    }

    .card-img__lable {
        padding: 4px 10px;
    }

    .person__name span {
        font-size: 14px;
        line-height: 1;
    }

    .card.card_project .card__line {
        width: 100%;
    }

    .person__name {
        line-height: 1;
        padding-left: 12px;
    }


    .mp_items_item {
        padding-right: 30px;
    }

    .mp_items_item:after {
        right: 18px;
    }

    .card__img.card__img_small {
        height: 150px;
    }

    .adress__txt span {
        font-size: 12px;
        line-height: 1;
    }

    .adress>.adress__txt {
        line-height: 1;
    }

    .card__text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .card__title {
        margin-bottom: 13px;
    }

    .card.card_project {
        padding-right: 20px;
    }

    .date__txt span {
        font-size: 12px;
    }

    a.h7 {
        font-size: 18px;
    }

    .new__project_nav {
        margin-top: -30px;
        width: 200px;
    }

    .project-content,
    .new__project-steps {
        width: -webkit-calc((100% - 200px) - 30px);
        width: -moz-calc((100% - 200px) - 30px);
        width: calc((100% - 200px) - 30px);
    }

    .project-content__description {
        font-size: 16px;
        line-height: 1.6;
    }

    .project-content {
        padding-top: 50px;
    }

    .prj_stages_item_text {
        font-size: 14px;
        line-height: 1.2;
    }

    .votes__title {
        font-size: 16px;
        line-height: 1.4;
    }

    .prj_stages_item_title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .sharing-box__title {
        font-size: 16px;
    }

    .sharing-box.white {
        padding: 20px 0;
        margin-top: 0;
    }

    .donates-countdays span {
        font-size: 15px;
    }

    .section__inner.general-section.singleproject-section h1 {
        font-size: 36px;
    }

    span.project__info_status {
        padding: 10px 20px;
    }

    .project-content__advantages p {
        font-size: 14px;
        line-height: 1.6;
    }


    .events-cal-mounth {
        font-size: 18px;
    }

    button.move_to_last_month {
        width: 35px;
        height: 35px;
    }

    button.move_to_last_month:before {
        height: 13px;
    }

    button.move_to_next_month {
        width: 35px;
        height: 35px;
    }

    button.move_to_next_month:before {
        height: 13px;
    }

    .rescalendar_controls {
        width: 200px;
        top: -50px;
    }

    .events_box_wrapper {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
    }


    .new__project_nav.small {
        width: 180px;
        top: 0;
    }

    .ticket-box__date {
        font-size: 24px;
        line-height: 1.6;
    }

    .ticket-box__time {
        font-size: 22px;
    }

    .ticket-box_item:first-child {
        padding: 13px 20px 16px;
    }

    .ticket-box_item .ticket-box__img {
        width: 60px;
    }

    .maplabel__content_title {
        font-size: 20px;
    }

    .news-content__maplabel_label {
        margin-right: 5px;
        top: 4px;
        position: relative;
    }

    .news-content__maplabel_content {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .news-list .card {
        margin-right: 20px;
        width: -webkit-calc(100% / 3 - 14px);
        width: -moz-calc(100% / 3 - 14px);
        width: calc(100% / 3 - 14px);
    }

    .new__project_nav.small {
        width: 180px;
    }

    .content__title {
        font-size: 26px;
        margin-bottom: 20px;
    }


    .project-content.news-content {
        padding-top: 0px;
    }



    .progress {
        padding: 20px 0;
    }

    .expert {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .expert:nth-child(3n+3) {
        border: none;
    }

    .news-content::before {
        display: none;
    }

    .project-content.news-content.expert-content {}

    .stickexpert-img__pic {
        width: 130px;
        height: 130px;
    }

    .stickexpert__name span {
        font-size: 18px;
        line-height: 1.2;
    }

    .infoexpert__item {
        margin-bottom: 20px;
    }

    .infoexpert-item__title span {
        font-size: 22px;
    }

    .infoexpert-info-row__title span {
        font-size: 14px;
    }


    .general-swiper,
    .general-section>.grid__content {
        height: 490px;
    }

    .general-swiper {
        height: 560px;
    }

    .general-swiper,
    .general-section>.grid__content {
        height: 550px;
    }


    .item__menu_logo a img {
        height: auto !important;
        width: 100% !important;
    }

    .volonteer-pic img {
        width: 85%;
    }


    .pp_volunt .profile-form__row.profile-form__row_half-s {
        width: 100%;
        padding-right: 0;
    }

    .pp_volunt .profile-form__row.profile-form__row_half-l {
        width: 100%;
    }

    .pp_volunt .gender {
        margin: 18px 0;
        position: initial;
    }

    .pp_volunt .gender__title {
        margin-left: 0;
    }

    .volunteers-item__name {
        width: -webkit-calc(44% - 40px);
        width: -moz-calc(44% - 40px);
        width: calc(44% - 40px);
    }

    .volunteers-item__yesno {
        width: 16%;
    }

    .volunteers-list-top:nth-child(1) {
        width: 46%;
    }

    .volunteers-list-top:nth-child(2) {
        width: 17%;
    }


    .ex_sched_box_list_date {
        font-size: 14px;
    }

    span.ex_sched_box_list_date_day {
        font-size: 12px;
    }

    .ex_sched_box_list_time {
        font-size: 14px;
    }

    .ex_sched_box_list_title {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .tags__item.tags__item_b span {
        font-size: 18px;
        padding-right: 16px;
        margin-right: 16px;
    }

    .search-button-panel input {
        font-size: 14px;
    }

    .search-button-panel input::-webkit-input-placeholder,
    .search-button-panel input:-ms-input-placeholder,
    .search-button-panel input::-ms-input-placeholder,
    .search-button-panel input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .search-button-panel input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .search-button-panel input::-webkit-input-placeholder,
    .search-button-panel input:-ms-input-placeholder,
    .search-button-panel input::-ms-input-placeholder,
    .search-button-panel input::placeholder {
        font-size: 14px;
    }

    .content-block.support {
        padding-top: 0;
        padding-bottom: 0;
    }

    .prj_stages_item_text {
        font-size: 12px;
    }

    .project-content__description p iframe.note-video-clip {
        height: 268px;
    }

    .title.title_events .title__right {
        position: relative;
        margin-top: 38px;
        margin-bottom: -12px;
    }

    .user-submissions__item h9 {
        font-size: 14px;
    }

    .project-gallery-item__info {
        padding: 28px 30px;
    }

    .project-content__gallery_item {
        height: 98px;
    }

    .project-content__gallery {
        margin: 0;
    }

    .project-message-info__text {
        padding-right: 0;
    }

    .w_doc_item_wrap_exp .w_doc_item_title {
        padding-right: 0;
    }

    .project-content__title {
        font-size: 28px;
    }

    .project-content.project-content_t {
        padding-top: 38px;
    }

    .project-content__gallery {
        margin-top: -160px;
    }

    a.votes__vote_item.item_yes .votes__vote_item__text {
        font-size: 14px;
    }

    .votes__vote.votes__vote_i .votes__vote_item img {
        left: 20px;
        width: 18px;
    }

    .general-section__item_title>img {
        width: 100%;
    }

    a.votes__vote_item.votes__vote_item_donate img {
        left: 15px;
    }


    .pp.pp_simple.pp_simple_rules .pp__content {
        width: 600px;
    }

    .showcase_buttons .addnew_img img {
        width: 100%;
    }

    .showcase_buttons .addnew_img.green::before {
        background: transparent;
    }


    .videos__l {
        display: block !important;
        width: 100%;
        padding-right: 0;
        margin-bottom: 28px;
    }

    .videos-cont {
        display: block;
    }

    .videos-active-text {
        position: relative;
        top: initial;
        width: 100%;
        min-height: 62px;
    }

    .video-container {
        height: 400px;
        margin-bottom: 14px;
    }

    .videos-active-text span {
        font-size: 24px;
    }

    .videos-previews-item__txt {
        display: none;
    }

    .videos-previews-item__img {
        width: 224px;
        height: 126px;
    }

    .videos-previews-item {
        display: block;
    }

    .videos-previews {
        height: 170px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .videos__r {
        width: 100%;
        padding-top: 22px;
        border-top: 2px solid #EEEEEE;
    }

    .videos-previews__item {
        display: inline-block;
        margin-right: 12px;
        padding: 0;
        border: 0;
    }

    .videos-previews-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding-bottom: 8px;
    }

    .videos-previews-item__img:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 64px;
        height: 64px;
        background: url(../img/video-play.svg) no-repeat center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        z-index: 3;
    }

    .videos-previews-item__img img {
        z-index: 1;
    }

    .video {
        display: block !important;
    }

    .videos {
        margin-bottom: -52px;
    }

    span.roub_bold.roub_bold_sp {
        width: 30px;
        height: 30px;
    }

    .rating-exp {
        width: 100%;
        float: none;
    }

    .video__iframe iframe {
        display: block;
    }

    .pp__content.pp__content_video {
        width: 630px;
    }

    .user__profile .user__profile_menu {
        left: -135px;
    }

    .user__profile_menu {
        left: -135px;
    }

    .adress_big .adress__txt span {
        font-size: 16px;
        line-height: 1.2;
    }

    .adress_big .adress__ico {
        width: 18px;
        height: 24px;
        top: -7px;
    }

    .card-img__lable.card-img__lable_big {
        padding: 14px 28px;
        bottom: -24px;
    }

    .adress_big .adress__txt span {
        font-size: 14px;
    }

    .adress_big .adress__txt {
        padding-left: 10px;
    }

    .events-list {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
    }

    .events-list__item:nth-child(3n+3) {
        margin-right: 0;
    }

    .events-list__item {
        width: -webkit-calc(100% / 3 - 14px);
        width: -moz-calc(100% / 3 - 14px);
        width: calc(100% / 3 - 14px);
    }

    .title__name.title__name-n {
        width: 80%;
    }

    .pp-opinion__time span {
        font-size: 12px;
    }

    .pp-opinion__time span:after {
        top: -1px;
    }

    .showcase_buttons .addnew.button.pp_.go_down_in_history br {
        display: none;
    }

    .search-button__ico.active+.search-button__panel {
        width: 708px;
    }

    .events__page:not(.other__page) .card.card_project {
        padding-right: 0;
    }

    .pp_simple_rules .pp_.btn {
        padding: 22px 48px;
    }

    h2.pp_create__title {
        font-size: 28px;
    }

    .select-wrap.events_filter_box.activity_future_filter_box,
    .select-wrap.events_filter_box.activity_past_filter_box {
        margin-top: -18px;
        margin-bottom: 8px;
    }

    .calendar_here {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .rescalendar.calendar_wrapper {
        margin-top: 0;
    }

    .vote-proj__name {
        width: 55%;
    }

    .vote-proj__point {
        width: 24%;
    }

    .vote-proj__point span {
        font-size: 16px;
    }

    .info__item__checkbox-box.check_tags-box {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .pp_donate_content_text {
        font-size: 16px;
    }

    .title-user__name span {
        font-size: 18px;
    }

    .section__inner.general-section.general-section_showcase .general-section__item_text {
        width: 50%;
        padding: 0;
    }

    .section__inner.general-section.general-section_showcase .showcase_buttons .addnew_img img {
        width: 40px;
        height: 40px;
    }

    .section__inner.general-section.general-section_showcase .addnew_img.green {
        width: 40px;
        height: 40px;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history:nth-child(1) {
        width: 33%;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history:nth-child(2) {
        width: 30%;
    }

    .showcase-buttons__row:nth-child(1) {
        padding-bottom: 22px;
    }

    .section__inner.general-section.general-section_showcase h1 {
        font-size: 52px;
        line-height: 1;
        padding-top: 16px;
    }

    .section__inner.general-section.general-section_showcase {
        /*padding-top: 60px;*/
    }

    .showcase-buttons__row p {
        font-size: 12px !important;
    }

    .section__inner.general-section.general-section_showcase p.large {
        font-size: 16px;
    }

    /* .section__inner.general-section.general-section_i > .grid__content {
                    min-height: 460px !important;
                }
                 */
    .pagi.pagi_last {
        width: 138px;
        height: 35px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase_h>.grid__content {
        min-height: 400px;
    }

    .section__inner.general-section.general-section_showcase.general-section_opinions {
        padding-top: 0;
    }

    .section__inner.general-section.general-section_kind {
        padding-top: 80px;
    }

    /*   .section__inner.general-section.general-section_showcase.general-section_showcase-exp > .grid__content {
                  height: 490px;
              } */
    .section__inner.general-section.general-section_showcase.general-section_showcase-exp h1 {
        font-size: 42px;
    }

    /* .section__inner.general-section.general-section_i > .grid__content {
                    height: 490px !important;
                } */

    .menu-logo {
        width: 182px;
        margin-bottom: -3px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-vols_i>.grid__content {
        height: 400px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-vols.general-section_showcase-vols_i {
        margin: 0;
    }

    .dd_event_description_l {
        width: 250px;
        margin-right: 40px;
    }

    .dd_ev_d_title {
        font-size: 20px;
    }

    .dd_event_description_r {
        width: -webkit-calc(100% - 290px);
        width: -moz-calc(100% - 290px);
        width: calc(100% - 290px);
    }

    .dd_ev_d_text {
        margin-bottom: 40px;
    }

    .dd_ev_d_date_place {
        font-size: 14px;
    }

    .dd_ev_d_date_place {}

    .dd_ev_time {
        margin-bottom: 10px;
    }

    .dd_ev_sub {
        font-size: 20px;
    }

    .dd_event_description {
        margin-bottom: 40px;
    }

    .enviroment__page .section__inner.general-section.general-section_showcase h1 {
        font-size: 36px;
        line-height: 70px;
        padding-top: 0;
    }

    .enviroment__page .section__inner.general-section {
        margin-top: 0;
        margin-bottom: 0;
    }

    .enviroment-text-box {
        display: block;
    }

    .enviroment-text-box__item {
        width: 100%;
    }

    .enviroment-text-box__item:not(:last-child),
    .enviroment-text-box__item>*:not(:last-child) {
        margin-bottom: 35px;
    }

    .enviroment__page .tagicos-cont {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .enviroment__page .tagicos__item {
        width: 174px;
        min-width: 174px;
        max-width: 174px;
        height: 220px;
    }

    .enviroment__page .tagicos {
        width: 100%;
        overflow-x: auto;
    }

    .enviroment__page .tagicos-item__ico {
        width: 80px;
        height: 80px;
    }

    .enviroment__page .tagicos-item__ico img {
        width: 100%;
    }

    .enviroment__page .tagicos-item-title__name {
        font-size: 18px;
        line-height: 23px;
    }

    .enviroment__item_img {
        width: 355px;
        margin-right: 30px;
    }

    .enviroment__item_descr {
        width: -webkit-calc(100% - 355px - 30px);
        width: -moz-calc(100% - 355px - 30px);
        width: calc(100% - 355px - 30px);
    }

    .enviroment__item_img>span {
        font-size: 14px;
        line-height: 14px;
        padding: 13px 20px;
    }

    .item-descr__title>span:first-child {
        display: none;
    }

    .item-descr__title>span:last-child {
        font-size: 22px;
        line-height: 25px;
    }

    .enviroment__page .addnew_img img {
        width: 30%;
    }

    .enviroment__map {
        height: 235px;
    }


    .icons_text_list_left {
        width: 100%;
    }

    .icons_text_list_right {
        width: 100%;
    }

    .icons_text_list_i:nth-child(2) {
        width: 100%;
    }

    .icons_text_list_i {
        width: 100%;
    }

    .icons_text_list_i_list .icons_text_list_left {
        width: 100%;
    }

    .icons_text_list_i_list .icons_text_list_right {
        width: 100%;
    }

    .vols_3_icons_item {
        width: 100%;
        margin-bottom: 80px;
    }

    .vols_section_title {
        font-size: 28px;
    }

    .vols_section {
        margin-bottom: 50px;
    }

    .vols_3_icons_item .arrow_ {
        left: 50px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: initial;
        bottom: -50px;
    }

    .env_cat_badge {
        padding: 15px;
        font-size: 16px;

    }

    .env_content_box_head {
        margin-bottom: 30px;
    }

    .env_text {
        font-size: 16px;
    }
    .env_text p {
        font-size: inherit;
    }

    .env_photos_title {
        font-size: 28px;
    }

    .eviroment_icon_box_item_subtitle {
        font-size: 16px;
    }

    .eviroment_icon_box_item_title {
        font-size: 16px;
    }

    .eviroment_icon_box_item_sub {
        font-size: 12px;
    }

    .eviroment_icon_box_item_image img {
        width: 45px;
        height: 40px;
    }

    .env_text h2 {
        font-size: 28px;
    }

    .eviroment_icon_box {
        margin-bottom: 60px;
    }

    .title.title_envir .title__functional {
        display: none;
    }

    .item-descr__title>span:first-child {
        display: block;
        font-size: 16px;
    }

    .item-descr__title>span:last-child {
        font-size: 18px;
        line-height: 20px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .mp_items_list.mp_items_list_city {
        margin-top: 40px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_text {
        height: initial;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .grid__content.grid__content_city_in {
        width: 90%;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_title {
        font-size: 26px;
    }

    .showcase_tabs {
        margin-top: 60px;
    }

    .nogrid .content-block__title.supported_projects-block {
        width: 92%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .city_sym_item {
        height: 248px;
    }

    .city_sym_item_title_box {
        padding: 38px 50px;
        padding-right: 60px;
    }

    .city_sym_item_title_district {
        font-size: 16px;
    }

    h3.city_sym_item_title {
        font-size: 26px;
    }

    .city_sym_item_more p {
        font-size: 16px;
    }

    .city_sym_item_title_box:after {
        top: -120px;
        left: -140px;
        width: 140%;
        height: 160%;
    }

    .city_sym_item:hover .city_sym_item_title_box:after {
        left: -80px;
    }

    .poll_title {
        font-size: 28px;
    }

    .container.container_poll_mainpage {
        margin-top: 60px;
    }

    .poll_vars_item_title {}

    .poll_title br {
        display: none;
    }

    .poll_vars_item_text br {
        display: none;
    }

    .container.container_poll_mainpage .poll_vars_item_title {
        font-size: 20px;
    }

    .poll_vars_item_check {
        line-height: 37px;
    }

    .project-content.news-content {
        padding-top: 50px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-sh>.grid__content,
    .section__inner.general-section.general-section_showcase.general-section_showcase-exp>.grid__content,
    .section__inner.general-section.general-section_i>.grid__content {
        margin-top: 200px;
    }

    .voting-new-section .poll_title{
        padding-bottom: 18px;}
    .news-section-link img {
        max-height: 14px;
        margin-bottom: -1px;
    }

    .kindnesses-inside .general-section__item_title {
        width: 80%;
    }

    .kindnesses-grid {
        grid-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .directions-grid {
        display: block;
    }

    .directions-grid .directions__item {
        width: 100%;
    }

    .directions-grid .directions__item:not(:last-child){
        margin-bottom: 15px;
    }

    .kindnesses__item>img,
    .kindnesses__item>picture,
    .directions__item > a:first-child{
        position: absolute;
        left: 20px;
    }

    .kindnesses__item>img,
    .kindnesses__item>picture {
        margin-bottom: 0;
        height: 76px;
        max-width: 125px;
    }

    .directions-item__ico {
        margin-bottom: 0;
        height: 120px;
    }

    .kindnesses__item {
        border-width: 2px;
        padding: 30px 40px 30px 170px;
    }

    .kindnesses__item>h5 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 25px;
        width: auto;
    }

    .kindnesses__item>p {
        font-size: 16px;
    }

    .section__inner.general-section.kindnesses-inside .general-section__item_text {
        width: 100%;
    }

    .kindnesses-button-back {
        margin-bottom: 35px;
    }

    .section__inner.general-section.kindnesses-inside {
        background-image: url(/static/img/kindnesses-inside-bg.png);
        background-position: 150% 80%;
        -webkit-background-size: 60% 60%;
        -moz-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
    }

    .campaign-swiper .campaign__item {
        padding-right: 4%;
        margin-right: 4%;
    }

    .shed_subtitle {
        font-size: 24px;
    }

    .shed_caret {
        width: 35px;
        height: 35px;
        -webkit-background-size: 42% 42%;
        -moz-background-size: 42%;
        -o-background-size: 42%;
        background-size: 42%;
    }


    .kindnesses-inside__article .shed_subtitle {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .kindnesses-inside-section .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .kindnesses-inside__article .shed_section_box:last-child {
        margin-bottom: 0 !important;
    }

    .pp__content_questionnaire{
        width: 90%;
        padding: 45px;
    }

    .section__inner.general-section.kindnesses-inside.fund-template {
        background-image: none;
        min-height: initial;
    }

    .kindnesses-inside.fund-template .general-section__item_title,
    .section__inner.general-section.kindnesses-inside.fund-template .general-section__item_text {
        width: 60%;
    }
    .general-section__item_fund-img {
        width: 220px;
        top: 35%;
    }

    .funds-section__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .funds-item {
        padding: 30px 35px;
    }

    .funds-item__img {
        margin-bottom: 30px;
        max-width: 135px;
    }

    .funds-item__title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .funds-item__descr {
        font-size: 14px;
        line-height: 142.34%;
        padding: 0 3%;
        margin-bottom: 20px;
    }

    .funds-item__counter {
        padding-top: 20px;
        font-size: 18px;
        line-height: normal;
    }

    .kindnesses-inside.fund-item-template .general-section__item_title {
        width: 100%;
    }

    .fund-item-logo {
        width: 120px;
        height: 120px;
        margin-right: 45px;
    }

    .section__inner.general-section.general-section_showcase .fund-item-title h1:not(:only-child){
        padding-bottom: 18px;
        margin-bottom: 20px;
        font-size: 40px;
        padding-top: 0;
    }

    .general-section__item_fund-link {
        font-size: 18px;
        line-height: normal;
        margin-top: 0;
    }

    .files-section__name {
        font-size: 18px;
        line-height: normal;
    }

    .files-section__type {
        line-height: normal;
        margin-top: 7px;
    }

    .files-section__date {
        font-size: 14px;
    }

    .files-section__date > div {
        width: 15px;
        height: 15px;
    }

    .general-section__item_fund-link::after {
        width: 17px;
        height: 12px;
        margin-left: 10px;
    }

    .creator_of_project__creator.human {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .creator_of_project__creator.human {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .creator_of_project__creator.human .creator__photo{
        width: 90px;
        height: 90px;
        margin-bottom: 0;
        margin-right: 30px;
    }
    .creator_of_project__creator.human .creator__name{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }

    .pp__content_quote{
        width: 90%;
        padding: 60px 60px 40px;
    }

    .content-block__cont.verticalblock .card_happening .card__date {
        margin-right: 25px;
    }

    .tagicos__item {
        width: 180px;
        margin-right: 20px;
    }

    .tagicos__item:nth-last-child(1) {
        margin-right: 20px;
    }

    .grid__content.swiper-pagination {
        width: 92%;
    }

    .countin-l {
        padding-right: 40px;
        width: calc(100% - 300px);
    }
    .countin-r {
        width: 300px;
    }
    .countin-r__title span {
        font-size: 20px;
    }
    .countin-r__cont-title {
        font-size: 20px;
    }


    /**/

    .podcast-item-cont {
        padding-right: 28px;
        padding-left: 28px;
        padding-bottom: 0;
    }
    .podcast-item:nth-child(3n+1), .podcast-item:nth-child(3n+3) {
        width: calc(100% / 3 - 10px);
    }
    .podcast__tags {
        margin-bottom: 42px;
    }
    .podcast-item__logo {
        width: 114px;
        height: 26px;
        margin-bottom: 24px;
    }
    .podcast-item__icon {
        width: 82px;
        height: 62px;
        margin-bottom: 32px;
    }
    .podcast-item-vis {
        height: 196px;
        padding: 20px 26px;
    }
    .podcast-item__title span {
        font-size: 18px;
    }
    .general-bottom-between__r img {
        width: 124px;
    }
    .podcast-item__text span {
        font-size: 12px;
    }
    .env_text > iframe {
        height: 122px !important;
        margin-bottom: 22px;
    }
    header.scroll .header__inner_item .menu__items_item {
        font-size: 9px;
        margin-right: 13px;
    }

    .pp-fiscus.pp-fiscus_1 .pp__content {
        width: 624px;
    }

    .pp_donate_content_fonds {
        grid-gap: 10px;
    }

    .pp_donate_content_title {
        font-size: 32px;
    }

    .ticket-box__dd-info span {
        font-size: 14px;
    }

    .ticket-box__dd-info {
        padding: 16px 0;
        margin: 0 -20px;
    }

    .box-dd-button {
        padding: 13px 0;
    }

    .ticket-box__dd-button {
        margin-bottom: 24px;
    }

    .pp_donate_content_fonds_item {
        padding: 16px 8px;
    }

    .pp_donate_content_fonds_item_title {
        font-size: 10px;
    }

    .ticket-box__dd-info svg {
        height: 13px;
    }

    .env_content_box_head .content__date .date:not(.whatch) {
        min-width: auto;
    }

    .news-container-general__img {
        height: 180px;
    }
}


@media only screen and (min-width: 768px) {

    .user__profile:hover .user__profile_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        /*left: -100px;*/
    }


}

@media only screen and (max-width: 767px) {
    .poll_vars_item.poll_vars_item_text .poll_vars_item_image_wrap {
        width: 70px;
    }

    .poll_vars_item.poll_vars_item_text .poll_vars_item_title {
        padding-right: 20px;
        padding-left: 70px;
        font-size: 16px;
    }

    .poll_vars_item.poll_vars_item_text .poll_vars_item_result_val {
        position: relative;
        width: 100%;
        text-align: left;
        padding-left: 70px;
    }

    .poll_vars_item.poll_vars_item_text .poll_vars_item_result {
        position: absolute;
        height: 40px;
    }

    .poll_wrap.show_results .poll_vars_item.poll_vars_item_text .poll_vars_item_title {
        padding-bottom: 46px;
    }

    .poll_vars_item_image_back {
        /* display: none; */
        opacity: 1;
        height: 70px;
        bottom: 0;
        top: initial;
        pointer-events: none;
    }

    .poll_vars_item_check {
        line-height: 46px;
        bottom: 13px;
    }

    .poll_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .poll_meta_item {
        font-size: 16px;
    }

    .poll_vars_item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .poll_vars_item:nth-child(3n+3) {}

    .dd_op_top_right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .dd_op_top_right .opinion__name {
        text-align: center;
    }

    .opinion__name_func {
        font-size: 12px;
    }

    .opinion__text {
        text-align: center;
    }


    .dd_gal_items_item {
        width: -webkit-calc(100% / 2 - 8px);
        width: -moz-calc(100% / 2 - 8px);
        width: calc(100% / 2 - 8px);
    }

    .dd_gal_items_item:nth-child(5n+5) {
        margin-right: 8px;
    }

    .dd_gal_items_item:nth-child(2n+2) {
        margin-right: 0;
    }

    .dd_gal_title {
        font-size: 22px;
    }

    .dd_reviews_title {
        font-size: 22px;
    }

    .dd_op_top_left {
        margin: 0;
        margin: 0 auto;
        float: none;
        margin-bottom: 0;
    }

    .dd_op_top_right {
        padding-top: 15px;
    }

    .events__page:not(.other__page) .events-list__item {
        width: 100%;
    }

    .events-list__item {
        margin-right: 0;
        padding-right: 0;
    }

    .events-list-cont {
        width: -webkit-calc(100% + 2px);
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        padding-top: 40px;
    }

    .events__page .events-list:nth-child(1) .events-list-cont {
        padding-top: 0;
    }

    .events__page:not(.other__page) .card.card_project {
        padding-right: 0;
    }

    .user-donate {
        display: none;
    }

    .general-section__item {
        display: block;
        padding: 0px 0 27px;
    }

    .general-section__item_text {
        width: 100%;
        padding: 0;
    }

    .general-section__item_title {
        width: 100%;
        margin-bottom: 30px;
    }

    .grid__left {
        width: 100%;
    }

    .grid__right {
        display: none;
    }

    .general-section__item.bottom .general-section__item_functions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .functions_item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    h7 {
        font-size: 24px;
        line-height: 26px;
    }

    .functions_item:nth-child(2) {
        border-top: 2px solid #EEEEEE;
        border-bottom: 2px solid #EEEEEE;
        border-left: unset;
        border-right: unset;
        margin: 20px 0;
        padding: 20px 0;
    }

    .functions_item_img-box {
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .functions_item_text-box {
        text-align: left;
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
        padding-left: 28px;
    }

    .title__name {
        width: 100%;
        display: block;
        margin-bottom: -8px;
    }

    .title__name h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .tags__item span {
        font-size: 14px;
    }

    .title__right {
        display: block;
        position: initial;
        margin-top: 18px;
    }

    .swiper-navigation_top {
        width: auto;
    }

    .swiper-navigation_top .swiper-button-prev{
        margin-right: 7px;
    }

    .swiper-button:hover:before{
        transform: initial;
    }

    .swiper-button:active:before{
        transform: scale(.9);
    }

    .showcase_tabs {
        margin-top: 0;
    }

    .grid__content {
        width: 88.2666666667%;
    }

    .content-block-more span {
        font-size: 17px;
        line-height: 1;
        margin-bottom: 0;
    }

    .title__functional {
        display: block;
        padding: 0;
        margin: 0;
        margin-top: 18px;
    }

    .title__functional:before {
        display: none;
    }

    .title {
        display: block;
    }

    .select__box {
        left: 0;
    }

    .swiper-navigation:after {
        content: '';
        display: block;
        clear: both;
    }

    .user__weather {
        display: none;
    }

    .item__menu_mobile {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #161310;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 34px;
        height: 34px;
    }

    .menu__mobile_item {
        position: relative;
        width: 41.1764705882%;
        height: 2px;
        background-color: #ffffff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .item__menu_mobile.active {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item__menu_mobile.active>.menu__mobile_item {
        position: absolute;
    }

    .item__menu_mobile.active>.menu__mobile_item:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .item__menu_mobile.active>.menu__mobile_item:first-child {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .item__menu_mobile.active>.menu__mobile_item:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__inner_item:first-child {
        padding-bottom: 10px;
    }

    .user__profile,
    .user__profile.authorized {
        width: 34px;
        height: 34px;
    }

    .header__inner_item:first-child .item__menu {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    .item__menu_user {
        margin: 0;
    }

    .item__menu_logo:not(.footer__menu_item .item__menu_logo) {
        width: 150px;
        margin: 0 auto;
    }

    header .grid__content {
        width: 100vw;
        position: static;
    }

    .header__inner {
        position: fixed;
        width: 100%;
        padding-left: 5.86666665%;
        padding-right: 5.86666665%;
        left: 0;
        right: 0;
        padding-top: 18px;
        color: white;

    }

    .header__inner.scroll {
        -webkit-transition: .3s !important;
        -o-transition: .3s !important;
        -moz-transition: .3s !important;
        transition: .3s !important;
        background-color: #101A35;
        -webkit-box-shadow: -15px 5px 23px rgba(0, 0, 0, .07);
        -moz-box-shadow: -15px 5px 23px rgba(0, 0, 0, .07);
        box-shadow: -15px 5px 23px rgba(0, 0, 0, .07);
    }

    .header__inner.scroll .header__inner_item:first-child {
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-left: 5.86666665%;
        padding-right: 5.86666665%;
        padding-top: 0;
        padding-bottom: 0px;
        background-color: #101A35;
        z-index: -1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transform: translateY(-130%);
        -moz-transform: translateY(-130%);
        -ms-transform: translateY(-130%);
        -o-transform: translateY(-130%);
        transform: translateY(-130%);
        pointer-events: none;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .mobile-menu .item__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        height: 100%;
        border-top: 2px solid rgba(255, 255, 255, 0.05);
        padding-top: 20px;
        margin-top: 60px;
    }


    .mobile-menu .item__menu_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }

    .mobile-menu .menu__items_item {
        font-size: 22px;
        line-height: 52px;
        font-weight: bold;
        margin-right: 0;

    }

    .mobile-menu .go_down_in_history.addnew span {
        display: block;
        font-size: 22px;
        line-height: 60px;
        font-weight: bold;
    }

    .mobile-menu .item__menu_other .go_down_in_history.addnew .addnew_img {
        margin-right: 25px;
    }

    .mobile-menu .item__menu_other {
        display: none;
    }

    .mobile-menu .addnew_img::before {
        background-color: #FF4D1C;
    }

    .mobile-menu .addnew_img {
        width: 41px;
        height: 41px;
    }

    .mobile-menu .addnew_img img {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    .mobile-menu.active {
        pointer-events: visible;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }


    .general-section__item:first-child {
        padding: 0px 0 90px;
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .general-section__item_title h2,
    .general-section__item_title .h2 {
        margin-bottom: 0;
    }

    .swiper-container_projects .swiper-slide {
        /*margin-right: 30px;*/
        /*width: 90%;*/
    }

    .swiper-container_projects .swiper-slide .card.card_project {
        padding-right: 0;
        border-right: 0;
    }

    .swiper-container.swiper-container_projects {
        padding-left: 0;
        margin-left: 0;
    }

    .events-list__item {
        width: 100%;
        border-right: unset;
        padding-right: 0;
        margin-right: 0;
    }

    .events-list_2cols .events-list-cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .events-list_2cols .events-list__item {
        width: 100%;
    }

    .swiper-container_news .swiper-slide {
        height: 200px;
    }

    .swiper-slide .card.card_happening {
        border-right: unset;
        width: 100%;
        padding-right: 0;
    }

    .footer__menu_item:nth-child(2) {
        display: none;
    }

    .footer__menu_item:first-child {
        padding-bottom: 20px;
    }

    .pageup {
        width: 30px;
        height: 30px;
    }

    .pageup img {
        width: 10px;
    }

    .team800 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .team800__text {
        width: auto;
        margin-top: 20px;
    }

    .copyright-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .copyright-box__poloitik {
        margin-bottom: 20px;
    }

    .events__page .general-section__item:first-child {
        padding: 0 0 30px;
    }

    .tagicos-item-title {
        /* -webkit-box-orient: horizontal; */
        /* -webkit-box-direction: normal; */
        /* flex-direction: row; */
    }

    .tagicos-item-title__num {

        margin-left: 5px;
    }

    .general-section.general-section_showcase {
        padding-top: 28px;
    }

    .mobile-select {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0px;
        width: 34px;
        height: 34px;
        background-color: #EEE4D7;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: url(../img/mobilefilter.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        background-size: 14px 14px;
    }

    .mobile-select__box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        padding: 80px 5.86666665% 0;
        background-color: #FAF9F8;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1;
        display: block;
    }

    .mobile-select__box.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }


    .mobile-select__box_heading {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .box_heading__title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .box_heading__close {
        width: 34px;
        height: 34px;
        border: 2px solid #DFD7D0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: url(../img/selectclose.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .selsection {
        z-index: 100;
    }

    .app-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


    .app__info {
        float: unset;
        width: 100%;
    }

    .app__info,
    .app__images {
        float: unset;
        width: 100%;
    }

    .app__text {
        display: none;
    }

    .app-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .app-images__pic_s {
        display: none;
    }

    .app-info {
        padding-bottom: 0px;
    }

    .app-images {
        height: 250px;
    }

    .app-images__pic_b {
        display: none;
    }

    .app-buttons a {
        height: 40px;
        width: 136px;
        margin-bottom: 0px;
    }

    .app-buttons a>img {
        width: 100%;
        height: 100%;
    }

    .app-cont {
        max-width: 414px;
        text-align: center;
        margin: 0 auto;
    }

    .mobilepic {
        display: block;
        margin: 0 auto;
        width: 100%;
        left: 0;
        right: 0;
    }

    .user__profile_menu {
        position: fixed;
        top: 0px;
        padding-top: 0;
        width: 100vw;
        height: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
    }

    .user__profile__photo {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .user__profile.authorized.active .user__profile__photo {
        z-index: 11;
        background: url(../img/profilemenuclose.svg), #161310;
        background-repeat: no-repeat;
        background-position: center;
    }

    .user__profile.authorized.active .user__profile__photo img {
        opacity: 0;
        visibility: hidden;
    }

    .user__profile.authorized.active .user__profile_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
    }


    .profile-menu__inner::before {
        opacity: 0;
        visibility: hidden;
    }

    .profile-menu__inner {
        padding: 35px 40px;
        padding-top: 80px;
    }

    .profile-menu__inner_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .item__menu_mobile,
    .item__menu_logo {
        z-index: 10;
    }

    header.scroll .item__menu_mobile{
        background-color: white;
    }
    header.scroll .menu__mobile_item {
        background-color: #161310;
    }

    .user__profile.authorized {
        z-index: 0;
    }

    /* .title__right,
                .title__functional
                {
                    display: none;
                } */

    .title__name h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .general-section.general-section_showcase {
        background: url(../img/images/showcase-top-bg-mobile.svg) no-repeat bottom center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .button-like {
        width: 34px;
        height: 34px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .button-like span {
        display: none !important;
        margin-left: 10px;
    }
    .button-like img {
        width: 40%;
    }

    .general-section__item_menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .project__info {
        margin-left: 0;
        margin-top: 140px;
        width: 100%;
    }

    .project__info>span:first-child {
        padding-right: 0px;
        border-right: unset;
    }

    .project__info>span:not(:last-child) {
        margin-right: 0;
    }

    .interaction__button img {
        margin-right: 0;
    }
    .button-back img {
        margin-right: 0;
        width: 40%;
    }

    .new__project_nav {
        width: 100%;
        height: auto;
        margin-top: 0;
        position: relative;
    }

    .project-content,
    .new__project-steps {
        width: 100%;
    }

    .sharing-box.white .sharing-box__sn-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /* width: 190px; */
        width: auto;
        margin: 0 auto;
    }

    .sharing-box.white {
        background-color: #ffffff;
        padding: 15px 30px
    }

    .sharing-box__title {
        color: #161310;
    }

    .sn-box__horizontal {
        /* width: 50%; */
        width: auto;
        padding: 0;
        border-top: unset;
    }

    .sharing-box__sn-box_item {
        /* border-right: 2px solid #FAF9F8; */
        margin-right: 10px;

    }

    .sharing-box.white .sn-box__horizontal:last-child .sharing-box__sn-box_item:last-child {
        border-right: unset;
    }

    .project-content__gallery {
        top: -850px;
        margin-top: 0;
    }

    .new__project_cont .sticky-box {
        padding-bottom: 0;
    }

    .project-content__gallery~.project-content__description {
        padding-top: 0px;
    }

    .project-content__description {
        font-size: 15px;
        line-height: 21px;
    }

    .project-content__params_item {
        display: block;
    }

    .params__item_value,
    .params__item_name {
        width: 100%;
    }


    p {
        font-size: 15px;
        line-height: 21px;
    }


    .params__item_name p {
        line-height: 19px;
    }

    .project-content__sn_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sn__item_text,
    .sn__item_link {
        font-size: 20px;
        line-height: 23px;
    }

    .sn__item_text {
        margin-bottom: 20px;
    }

    .singleproject-section {
        min-height: 480px;
        height: 480px;
    }

    .singleproject-section .grid__content {
        min-height: 480px;
    }

    .maplabel__content_title {
        font-size: 18px;
        line-height: 23px;
    }

    .desktop_sharing-box {
        display: none;
    }

    .mobile_sharing-box {
        display: block;
    }

    .project-content {
        margin-top: 50px;
    }

    .new__project_nav.small {
        width: 100%;
    }

    .select__checkbox-box>div>div {
        margin-top: 20px;
    }

    .mobile-hide {
        display: none;
    }

    .events__page section:first-child {
        padding-top: 0px;
    }


    .mobile-select__box_content {
        margin-top: 10px;
    }

    .select_tagbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .select_tagbox .select__box {
        padding: 20px 0;
        position: relative;
        display: block;
        top: unset;
        left: unset;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: transparent;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        max-height: unset;
        overflow: unset;
        width: 100%;
    }



    .select_tagbox .select__box:last-child {
        border-bottom: unset;
        margin-bottom: 0;
    }

    .select_tagbox .select__box__options {
        padding: 7px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border: 1px solid rgba(238, 228, 215, 0.6);
        -webkit-border-radius: 666px;
        -moz-border-radius: 666px;
        border-radius: 666px;
        margin-right: 12px;
        margin-bottom: 12px;
        display: inline-block;
    }

    .select_tagbox .select__box__options:last-child {
        margin-bottom: 18px;
    }

    .select_tagbox .select__box__options.selected {
        border-color: #EEE4D7;
        background-color: #EEE4D7;
    }

    .select_tagbox__title {
        padding-left: 40px;
        position: relative;
        font-size: 20px;
        line-height: 26px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .select_tagbox__title:not(:first-child) {
        margin-top: 12px;
        /* border-bottom: 1px solid #EEEEEE; */
        margin-bottom: 0px;
        padding-bottom: 11px;
    }


    .select_tagbox__title::before {
        content: '';
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .select_tagbox.active {}

    .select_tagbox.active .select_tagbox__title::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /**/

    .book__bg:after {
        display: none;
    }

    .book {
        min-height: auto;
    }

    .book__bg {
        display: none;
    }

    .book-cont__part {
        float: none;
        width: 100%;
        padding: 0;
    }

    .book-cont {
        display: block;
    }

    .swiper-navigation_book {
        bottom: 40px;
    }

    .book-slider {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .swiper-container_news .swiper-slide {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #EEEEEE;
    }

    .swiper-container.swiper-container_news {
        padding-bottom: 0;
    }

    .app-buttons {
        display: block;
    }

    .app-buttons img {
        margin-bottom: 8px;
    }

    .event-parts {
        display: block;
    }

    .event-parts__item {
        display: block;
        float: none;
        width: 100% !important;
        margin-bottom: 40px;
    }

    .event-parts__item:nth-child(2) {
        padding-left: 0;
    }

    .card-img__lable.card-img__lable_big {
        padding: 16px 28px 10px;
    }

    .event-info__text p a {
        display: block;
        margin-top: 8px;
    }

    .event-info__text {
        margin-bottom: 30px;
    }

    .event {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .tags-cont {
        padding-bottom: 14px;
    }

    .swiper-container_book .book-rew__text {
        min-height: auto;
        margin-bottom: 14px;
    }

    .book-rew__info {
        padding-left: 18px;
    }

    .content-block.application {
        padding-top: 12px;
    }

    .singleproject-section .grid__content {
        display: block;
        min-height: auto;
        height: auto;
    }

    .singleproject-section {
        min-height: auto;
        height: auto;
    }

    .singleproject-section .general-section__item_title {
        margin-bottom: 0;
        min-height: auto;
        margin-top: 0;
        padding-bottom: 26px;
    }

    .sn-box__horizontal {
        margin: 0;
    }

    .project__info {
        margin-top: 20px;
    }

    .params__item_name {
        margin-bottom: 6px;
    }

    .project-content__description {
        font-size: 16px;
        line-height: 1.6;
    }

    .new__project_cont {
        min-height: auto;
        margin-top: -80px;
    }

    .project-content {
        margin-top: 0;
    }

    .sharing-box__title {
        margin-bottom: 12px;
    }

    .project-content__gallery {
        top: 0;
        margin-bottom: 20px;
    }

    .general-section__item_menu {
        top: -150px;
        position: absolute;
        margin-top: 20px;
    }

    .general-section__item:first-child {
        position: relative;
        display: block;
        margin-top: 232px;
        margin-bottom: 50px;
    }

    .section__inner.general-section.singleproject-section {
        margin: 0;
        padding-top: 110px;
    }

    .mobile-select {
        top: auto;
        bottom: 10px;
        display: none;
    }

    .sn__item_text,
    .sn__item_link {
        font-size: 16px;
        line-height: 1.4;
    }

    .news-content__maplabel {
        margin-bottom: 32px;
    }

    .project-content.news-content {
        padding-top: 0;
        margin-top: -40px;
    }

    .ticket-box__date {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    .ticket-box__time {
        font-size: 28px;
        line-height: 1.4;
    }

    .ticket-box_item:first-child {
        padding: 18px 40px 24px;
    }

    .main__inner>section:nth-child(1) .container.container_news {
        padding-top: 0;
        margin-top: 40px;
    }

    .news-list {
        display: block;
    }

    .news-list .card {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #EEEEEE;
    }

    .news-list .card .card__date {
        bottom: 20px;
    }

    h1.spincrement {
        font-size: 28px;
        line-height: 1.4;
    }

    .progress-item__title h7 {
        font-size: 16px;
        line-height: 1.2;
    }

    .progress__item {
        float: none;
        width: 100%;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #EEEEEE;
        border-right: 0;
    }

    .progress {
        padding: 0;
        padding: 10px 40px;
    }

    .progress-item__num {
        margin-bottom: -8px;
    }

    .progress-item__title {
        margin-bottom: -2px;
    }

    .progress__item:nth-last-child(1) {
        border-right: 0;
        border: 0;
        padding-bottom: 0;
    }

    a.expert {
        width: 50%;
        margin-bottom: 32px;
    }

    .expert:nth-child(3n) {
    }

    .expert:nth-child(2n) {
        border-right: unset !important;
    }

    .expert-info__surname span {
        font-size: 18px;
    }

    .expert-info__name span {
        display: block;
        font-size: 12px;
        line-height: 1.2;
    }

    .expert-info__name {}

    .experts-item__title {
        margin-bottom: 38px;
    }

    .experts-item__title h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .expert:nth-child(4n) {
        padding-left: 30px;
    }

    .adress.adress_small .adress__txt span {
        font-size: 12px;
    }

    .adress__ico {
        width: 8px;
        height: 12px;
    }

    .experts__item {
        margin-bottom: 28px;
    }

    img.book-img-bg {
        position: inherit;
    }

    .general-section__item.general-section__item_book {
        margin-top: 0 !important;
        margin-bottom: 75px;
    }

    .general-section__item.general-section__item_book .general-section__item_title {
        margin-bottom: -10px;
    }

    .general-section__item.general-section__item_book .general-section__item_title {
        position: absolute;
        top: 105px;
        height: 480px;
        text-align: center;
    }

    img.book-img-bg {
        top: 0;
        height: 100%;
        width: auto;
        left: -34%;
    }

    .general-section__item.general-section__item_book h4.book-h4-big {}

    button.addnew.button.pp_.go_down_in_history {
        margin-top: 18px;
    }

    .swiper-container.swiper-container_book-double-1,
    .swiper-container.swiper-container_book-double-2 {
        margin-bottom: -50px;
    }

    .opinions-cont.opinions_container .opinion {
        width: 100%;
        margin-right: 0;
    }

    .other__page section:first-child {
        padding-top: 92px;
    }

    .general-section__item:first-child {
        padding-bottom: 20px;
    }

    .section__inner.general-section.general-section_kind .general-section__item_title {
        position: absolute;
        top: 120px;
        height: 290px;
        margin-left: 0;
        text-align: center;
    }

    .section__inner.general-section.general-section_kind h4.book-h4-big {
        margin-bottom: 340px;
    }

    .general-swiper,
    .general-section>.grid__content {
        height: auto !important;
    }

    .general-section__item:first-child {
        margin-top: 28px;
    }

    .section__inner.general-section.general-section_kind .general-section__item_title img {
        width: auto;
        height: 100%;
    }

    .card.card_project.card_kind .card__img {
        margin-bottom: 20px;
    }

    .events-list__item:nth-last-child(1) {
        margin-right: 0;
        padding-right: 0;
    }

    .events-list__item {
        margin-right: 0;
        padding-right: 0;
    }

    .card-img-top__txt {
        font-size: 12px;
        line-height: 1;
    }

    .card-img-top__txt {
        font-size: 12px;
        line-height: 1;
    }

    .card-img__top {
        top: 18px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pp__content {
        width: 85%;
        margin-left: 3%;
    }

    .pp-cross {
        right: -34px;
        width: 22px;
        height: 22px;
    }

    .pp__enter {
        padding: 26px 24px 20px;
    }

    .pp-enter__title h5 {
        font-size: 26px;
        line-height: 1.2;
    }

    .pp-enter__text span {
        font-size: 15px;
    }

    .pp-content__left {
        max-width: 100%;
        float: none !important;
    }

    .pp-content {
        width: 100%;
    }

    .pp.pp_double[data-pp="signin"] .pp-content__right,
    .pp.pp_double[data-pp="registration"] .pp-content__right {
        float: none;
        width: 100%;
    }

    .pp-enter__fields fieldset {
        width: 100%;
    }

    form {
        width: 100%;
    }

    .pp__inputs {
        width: 100%;
        margin-bottom: 16px;
    }

    .btn span {
        font-size: 16px;
    }

    .btn {
        padding: 16px 28px;
    }

    .pp-check__checkbox {
        width: 36px;
    }

    .pp-check__text {
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px);
        line-height: 1.2;
    }

    .pp-check__text span {
        font-size: 11px;
    }

    .pp-enter__toreg {
        padding-top: 18px;
        padding-bottom: 0;
    }




    .pp-content__title h5 {
        font-size: 24px;
        line-height: 1.2;
    }

    .pp-content-text__block h6 {
        margin-bottom: 12px;
        font-size: 19px;
        line-height: 1.2;
    }

    .pp-content-text__block p {
        font-size: 14px;
        line-height: 1.4;
    }

    .pp-content-text__block {
        margin-bottom: 22px;
    }

    .pp-content__text {
        margin-bottom: 32px;
    }

    .pp-content.pp-content_simple {
        padding: 28px 22px;
    }

    .pp-content__title {
        margin-bottom: 26px;
    }

    .pp__content.pp__content_small {
        width: 85%;
    }

    .pp-content.pp-content_small {
        padding: 24px 22px 18px;
    }

    .pp-enter__text {
        margin-bottom: 18px;
    }

    .pp-enter__title {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .pp-enter__thanx-ico {
        height: 112px;
    }

    .pp_create .pp-content__left,
    .pp_create .pp-content__right {
        width: 100%;
        margin-right: 0 !important;
        padding-right: 0 !important;
        padding-top: 0;
        display: block;
        margin-bottom: 28px;
        border: none !important;
    }

    .pp_create .pp-content-double {
        display: block;
    }

    .pp_create .pp-content {
        width: 100%;
        padding: 28px 28px;
        margin-top: 220px;
        margin-bottom: 40px;
    }

    .create-part__img {
        /* height: 144px; */
        height: auto;
    }

    .create-part__img img {
        /* height: 100%; */
        height: auto;
    }

    .create-part__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    p.create-part__subtitle {
        min-height: auto;
        margin-bottom: 18px;
    }

    .content-block__more.create-part__button {
        height: 48px;
        margin-top: 0;
    }

    .pp_create__title {
        font-size: 26px;
        line-height: 1.2;
    }

    .pp_create .pp-content__right {
        margin-bottom: 0 !important;
    }

    .pp__content_edit .pp-content {
        padding: 28px 24px;
    }

    .title__name h2,
    .title__name .h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .new__project_cont {
        margin-top: -12px;
    }

    .info__item {
        margin-bottom: 32px;
    }

    .info__subtitle {
        margin-bottom: 8px;
    }

    .info__cover_upload {
        display: block;
        margin-top: 12px;
    }

    .upload__area {
        margin-right: 0 !important;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .require-box__item {
        margin-bottom: 8px;
    }

    input,
    textarea {
        padding: 12px 20px;
    }

    .sn-input-box {
        width: 100% !important;
    }

    .info__item__horizontal-box {
        display: block;
        margin: 0;
    }

    .info__item__input.input_box.sn-input-box {
        margin-bottom: 12px;
    }

    .info__title h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    .pp-opinion__use {
        top: 22px;
        right: 54px;
    }

    .pp-opinion-cont {
        display: block;
        height: auto;
    }

    .pp-opinion-cont__l {
        width: 100%;
        height: auto;
        padding: 0 24px;
        margin-bottom: 30px;
        border-right: 0;
    }

    .pp-opinion-cont__r {
        width: 100%;
        padding: 0 24px;
        overflow: hidden !important;
    }

    .pp-opinion-use__share {
        vertical-align: unset;
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .pp-opinion-use__like {
        display: block;
        margin-bottom: 12px;
    }

    .pp-opinion-use {
        text-align: center;
    }

    .socs-share {
        margin-right: 10px;
    }

    .pp-opinion-text p.pp-opinion-quote {
        font-size: 19px;
        padding: 22px 0;
        margin: 22px 0;
    }

    .socs-share .socs__item.socs__item_dark {
        margin: 0;
    }

    .timer-box {
        width: 100%;
        left: -6px;
    }

    .timer::before {
        top: 0;
        left: -5px;
    }

    .timer::after {
        width: 100%;
        left: -5px;
    }

    .counter__prev,
    .counter__next {
        position: relative;
        left: -2px;
    }

    .timer-box__text {
        left: 2px;
    }

    .timer::before {
        top: 0;
        left: -5px;
    }

    .functions_item:first-child {
        padding: 0;
    }

    .general-swiper {
        height: 470px !important;
    }

    .card.card_event .card__text {
        margin-bottom: 16px;
    }

    .card.card_project .card__title {
        margin-bottom: 26px;
        min-height: initial;
    }

    .content-block__cont.index_activity_container {
        padding-bottom: 0;
        margin-bottom: -52px;
    }

    .card-img__lable.card-img__lable_big span {
        font-size: 16px;
        line-height: 1;
    }

    .section__inner.general-section.general-section_opinions {
        padding-top: 0 !important;
        margin-top: -35px;
        margin-bottom: -35px;
    }

    .general-section__item:first-child {
        margin-top: 0 !important;
    }

    .general-section.general-section_showcase {
        padding-top: 70px !important;
        /*padding-top: 0 !important;*/
    }

    .user-panel__user-submissions {}

    .profile-block__user-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 150px;
    }

    .user-panel__name {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 2px;
    }

    .user-menu__photo-box {
        margin-right: 28px;
    }

    .user-menu__photo-box_settings {
        bottom: 0;
    }

    .user-panel__user-info {
        font-size: 12px;
        line-height: 1.4;
    }

    .user-menu__user-panel {
        overflow: hidden;
    }

    .main__inner.other__page.profile__page section:first-child {
        padding-top: 55px;
    }



    .user-submissions__item {
        margin-right: 12px;
    }

    .empty-box .content-block__more.create-part__button .content-block-more span {
        font-size: 14px;
        line-height: 1.2;
    }

    .empty-box {
        padding-top: 0;
    }

    .user-submissions__item {
        margin-right: 12px;
    }

    .empty-box .content-block__more.create-part__button .content-block-more span {
        font-size: 14px;
        line-height: 1.2;
    }

    .empty-box {
        padding-top: 0;
    }

    .empty-box .content-block__more:first-child:not(:only-child) {
        margin-right: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 18px;
        height: 50px;
    }

    .empty-box .create-part__button-box .content-block__more {
        width: 100%;
        margin: 0;
        height: 50px;
    }

    .create-part__button-box {
        display: block;
    }

    .empty-box .content-block-more span {
        font-size: 16px !important;
        line-height: 23px;
    }

    .create-part__plus {
        width: 58px;
        height: 58px;
        right: -30px;
        bottom: -10px;
    }

    .profile-form__row_half-s {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .profile-form__row_half-l {
        float: none;
        width: 100%;
    }

    .gender {
        top: 14px;
    }

    .gender__title {
        margin-left: 0;
    }

    .profile-other-item__title {
        margin-bottom: 12px;
    }

    .profile-other-item__text span {
        font-size: 14px;
    }

    .profile-other__item {
        margin-bottom: 0;
    }

    .btn.btn_bind {
        height: 42px;
        padding: 10px 10px;
    }

    .btn.btn_bind span {
        font-size: 14px;
    }

    .pp_confidence .pp-enter__title h6,
    .pp_confidence .pp-enter__title h6 span {
        font-size: 22px;
        line-height: 1.4;
    }

    .btn.btn_nobind {
        margin-top: 18px;
    }

    .editprofile__page section:first-child {
        padding-top: 180px;
    }

    .editprofile__page section:first-child .container {
        padding-top: 0;
    }

    .editprofile__page section:first-child .general-section__item_menu {
        top: -100px;
    }

    .card.card_project {
        padding-left: 10px;
    }

    .tagicos-item-title__num {
        margin-top: -3px;
    }

    .user-showcase__tags-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .user-showcase__tags {
        margin-top: -32px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .user-showcase__tags::-webkit-scrollbar {
        display: none;
    }

    .user-showcase__tags_tag {
        font-size: 14px;
        line-height: 1.4;
        min-width: 140px;
        padding: 10px 10px;
    }

    .user-showcase__tags-cont {
        width: 800px;
    }

    .expert:nth-child(2n) {
        padding-right: 0;
    }

    .expert:nth-child(2n+1) {
        padding-left: 0;
    }

    p.large {
        font-size: 16px;
        line-height: 1.6;
    }

    .profile-block .card.card_project .card-img__pic:before {
        display: none;
    }

    .main__inner.main__inner_index section:nth-last-child(1) .content-block.application {
        border-top: 0;
        margin-top: -60px;
    }

    .title__name_mob {
        display: block;
        margin: -28px 0;
    }

    .project-content.news-content {
        margin-top: 0;
    }

    .general-section__item_menu {
        position: initial;
        margin-top: -37px;
    }

    .project-content.news-content.expert-content {
        margin-top: 28px;
    }

    .content__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .content-block__cont.news__cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content-block__cont.news__cont {
        margin-bottom: 30px;
    }

    .new__project_nav.small {
        margin-top: 30px;
        height: auto;
    }

    .card.card_project .card__img {
        margin-bottom: 16px;
    }

    .events-list-cont.user-showcase__content-list .card.card_project .card__title {
        margin-bottom: 22px;
    }

    .section__inner.general-section.singleproject-section {
        margin-bottom: -78px;
    }

    .news_item-inner .content-block.application {
        border-top: none;
        margin-top: -64px;
    }

    .section__inner.general-section.singleproject-section .general-section__item {
        padding-bottom: 32px;
    }

    .empty-box .create-part__img::before {
        width: 166px;
        height: 166px;
        top: -25px;
    }

    .articles-item {
        display: block;
    }

    .articles-item__img {
        float: none;
        width: 100%;
        margin-bottom: 22px;
    }

    .articles-item__info {
        float: none;
        width: 100%;
    }

    .articles-item-info {
        padding: 0;
    }

    img.articles-item-img__bw {
        /* display: none; */
    }

    .articles-item-img {
        height: 220px;
    }

    .content__section {
        margin-bottom: 18px;
    }

    .content__title {
        font-size: 32px;
    }

    .content__article_subtitle {
        margin-bottom: 22px !important;
    }

    .content__article_img>span {
        padding-top: 12px;
    }


    .upload__area.upload__area_preview+.upload__require-box {
        width: 100%;
    }

    .upload__require-box {
        width: 100%;
    }

    .mobile-menu.active .menu__items_mob {
        display: block;
    }

    .item__menu_top-items {
        display: none;
    }

    .user__weather {
        display: none;
    }

    .info__item__input.input_box.input_vote {
        padding-right: 18px;
    }

    .vote-cont-delete {
        top: 12px;
        right: -12px;
    }

    .calend-vote-datearrow {
        display: none;
    }

    .data-input.data-input_vote {
        width: 100%;
    }

    .content-block__more.voting-button_publish {
        height: 50px;
        margin-top: 0;
    }

    .content-block__more.voting-button_save {
        height: 50px;
        margin-top: 12px;
    }

    .info__item.info__item_vote-time {
        margin-bottom: 42px;
    }

    .upload__area.upload__area_vote {
        width: 35px !important;
        top: 6px;
        right: 26px;
    }

    .info__item__input.input_box.input_vote>input {
        padding-right: 50px;
    }

    .pp__content {
        width: 94%;
        margin: auto;
    }

    .pp-cross {
        top: 18px;
        right: 18px;
        background: url(../img/images/cross-dark.svg) no-repeat center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .info__item__input.input_box.input_vote:before {
        display: none;
    }

    .content-block__title {
        padding-right: 0px;
    }

    .ticket-box_item:only-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .event-parts .card-img__pic img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .voting__item {
        width: 100%;
        margin-right: 0 !important;
    }

    .voting__item.voting__item_textonly .voting-item__txt {
        padding-left: 34px;
        padding-right: 34px;
    }

    .voting__item.voting__item_textonly .voting-item-num {
        top: -10px;
        bottom: 0;
        left: -28px;
    }

    .voting__item.voting__item_textonly .voting-item-rate__proc {
        padding-right: 22px;
        padding-bottom: 26px;
    }

    .voted-people__title,
    .voted-people__num {
        font-size: 18px;
    }

    .voted-people {
        bottom: -40px;
    }

    .content-block__more_voting {
        margin-bottom: -70px;
    }



    .book-info__title h4 {
        font-size: 32px;
        line-height: .9;
    }

    .book-info__text {
        margin-bottom: 30px;
    }

    .book-info__title {
        margin-bottom: 20px;
    }

    .book-info__text span {
        font-size: 16px;
        line-height: 1.3;
    }

    .book-info__button>button p {
        font-size: 16px;
    }

    .app-buttons img:nth-child(2) {
        max-width: 153px;
    }

    .app-buttons img {
        margin-bottom: 8px;
        max-width: 140px;
    }

    .content-block__title .title__functional {
        display: none;
    }

    .title__name {
        margin-bottom: 3px;
    }

    .card_happening .card__text {
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .swiper-container_news .swiper-slide {
        height: initial;
    }

    .card_happening .card__date {
        position: relative;
    }

    .swiper-slide .card.card_happening {
        height: initial;
    }

    .title__right {
        display: none;
    }

    .content__title {
        font-size: 24px;
        line-height: 1.2;
    }

    span.tagicos-item-title__name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .tagicos-item-title__num {
        margin-top: 0;
        margin: 0;
    }

    .grid__content.nogrid {
        width: 100%;
    }

    .tagicos-item__title:before {
        background: #EEEEEE;
    }

    .tagicos-cont {
        padding: 10px 0;
    }

    .card.card_project .card__person {
        position: relative;
        margin-bottom: 22px;
        padding-bottom: 0;
    }

    .card.card_project .card__line {
        width: 100%;
        position: relative;
    }

    .profile-menu__inner_item h9 {
        font-size: 18px;
    }

    .profile-menu__button>img {
        margin-right: 2px;
    }

    .profile-menu__button>p {
        font-size: 16px;
    }

    .profile-menu__inner_item {
        padding-bottom: 14px;
        margin-bottom: 15px;
    }


    .user-panel__user-info {
        width: 100%;
        display: block;
    }

    .user-info__place {
        padding-left: 16px;
        padding-top: 2px;
    }

    .user-info__place::before {
        left: 0;
    }

    .user-panel__name {
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .app-images__pic.mobilepic {
        height: initial;
        bottom: -10px;
    }

    .book__bg_mobile img {
        max-width: 100%;
    }

    .book__bg_mobile {
        display: block;
    }

    .mobile-select__box.mobile-select__showcase {
        overflow-y: auto;
        overflow-x: hidden;
        margin: 64px 0;
        padding: 24px 5%;
        padding-bottom: 100px;
    }


    .tl_box_year_title {
        font-size: 32px;
        padding: 10px;
        margin-bottom: 30px;
    }


    .tl_event{
        padding-top: 0;
    }

    .tl_event:before{
        top: 4px;
    }

    .tl_event:first-child:after {
        top: 4px;
    }
    .tl_event_title {
        font-size: 24px;
    }

    .timeline_wrapper.timeline_wrapper_fixed.show {
        display: none;
    }

    .timeline_item {
        font-size: 20px;
    }

    .timeline_item_sep {
        font-size: 18px;
        margin: 0 10px;
    }

    .timeline_inner_i {
        padding: 20px 0 20px 0px;
    }

    .timeline_inner {
        height: 64px;
    }

    .timeline_wrapper {
        margin-bottom: 30px;
    }

    .tl_event:after {
        right: initial;
        left: 9px;
    }

    .tl_event:before {
        left: 0px;
        right: initial;
    }

    .tl_event {
        padding-left: 40px;
        padding-bottom: 10px;
    }

    .tl_event .clear:after {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        background: #EEEEEE;
        left: 40px;
        right: initial;
        opacity: 0;
        visibility: hidden;
    }

    .tl_event_text p:last-of-type{
        margin-bottom: 0;
    }

    .tl_event{
        margin-bottom: 0;
    }

    .tl_box_year {
        margin-bottom: 30px;
    }

    a.interaction__button.button-back>span {
        display: none;
    }

    a.interaction__button.button-back {
        width: 34px;
        height: 34px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card__date-time>.date {
        margin-right: 14px;
    }

    .card__date.card__date-time {
        white-space: nowrap;
    }

    .articles-item-info__facts {
        position: relative;
    }

    .articles-item-info__text {
        margin-bottom: 20px;
    }

    .c_leftside {
        width: 100%;
    }

    .r_leftside {
        width: 100%;
        padding: 0;
        border: none;
    }

    .contacts_inner {
        padding-top: 100px;
    }


    a.pagi.pagi_first {
        display: none;
    }

    a.pagi.pagi_last {
        display: none;
    }

    .users_table_inner_i {
        width: 860px;
    }

    .users_table_inner {
        overflow-x: auto;
    }

    .app-images__pic.app-images__pic_s.images__pic_vols {
        bottom: initial;
        top: 0;
        display: block;
    }

    .footer__menu_item .logo_menu_items {
        display: none;
    }

    .content-block__more_showmob {
        display: block;
    }

    /* .general-section>.grid__content.grid__content_mp {
        height: 475px;
    } */

    .mp_title_box {
        width: 100%;
    }

    .mp_title_box h1 {
        font-size: 30px;
    }

    .mp_title_text {
        font-size: 16px;
    }

    a.link_arr {
        font-size: 14px;
    }

    .mp_items_item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .mp_items_item:after {
        right: 0;
        width: 100%;
        height: 2px;
        bottom: 0;
        top: initial;
    }

    .mp_items_list {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .cookie_message {
        width: 100%;
        left: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        bottom: 0;
        font-size: 12px;
        height: 180px;
    }

    .cookie_message_inner p {
        font-size: 12px;
        line-height: 1.2;
    }

    .events-list {
        width: 100%;
    }

    .mp_items_item_button .button {
        margin: 0;
    }

    .user__profile .user__profile_menu {
        left: 0;
    }

    .card.card_project .card__img {
        /*height: initial;*/
        height: 200px;
    }

    .card_project .card-img__pic {
        position: relative;
    }

    .card-img__lable {
        bottom: -12px;
        padding: 8px 22px;
    }

    .title__functional.proj-functional .tags__item {
        margin-right: 12px;
    }

    .card.card_project {
        padding-left: 0;
    }


    .prj_stages_item_text {
        font-size: 11px;
    }

    .project-content__description {
        margin-bottom: 0px;
    }

    .prj_stages_item_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .prj_stages_item_bar {
        margin-bottom: 10px;
    }

    .params__item_name p {
        font-size: 16px;
    }

    .card__img.card__img_small {
        /* height: initial; */
    }

    .card-img__pic {
        position: relative;
        width: 100%;
    }

    .card.card_event .card__img.card__img_small {
        margin-bottom: 24px;
    }

    .card.card_event .card__title {
        margin-bottom: 10px;
    }

    .card-img__pic img {
        width: 100%;
    }

    .events-list__item:nth-child(3n+3) {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .container.container_news .content-block__title {
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .container.container_news .title {
        margin-bottom: 0;
        padding-bottom: 7px;
    }

    .news-list .card {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .infoexpert-info-row__title {
        width: 100%;
        margin-bottom: 5px;
    }

    .infoexpert-info-row__text {
        width: 100%;
    }

    .infoexpert-info-row__title span {
        font-size: 16px;
    }

    .infoexpert-info-row__text span {
        font-size: 14px;
    }

    .container.container_fav_opinions {
        display: none;
    }


    .general-section__item.general-section__item_book .general-section__item_title {
        display: none;
    }

    .general-swiper,
    .general-section>.grid__content {
        height: 560px;
    }

    /*
    .general-section>.grid__content.grid__content_mp {
        height: 560px;
    } */

    .mp_countdown {
        width: 100%;
        padding-top: 20px;
    }

    .mp_countdown_l {
        width: 100%;
        font-size: 18px;
        border-right: none;
        padding-bottom: 6px;
        margin-bottom: 6px;
        position: relative;
        height: initial;
    }

    .mp_countdown_r {
        width: 100%;
        font-size: 40px;
        padding-left: 0;
    }

    .mp_countdown_l:after {
        /* content: ' '; */
        display: block;
        width: 40px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
    }

    .grid__content.grid__content_mp .general-section__item {
        padding-bottom: 0;
    }

    .mp_countdown_l br {
        display: none;
    }

    .docs_list a.w_doc_item_wrap {
        width: 100%;
    }



    .profile-block__user-menu {
        margin-bottom: 0;
    }

    .user-submissions__item {
        width: 100%;
        display: block;
        margin-right: 0;
        text-align: center;
        padding: 16px 0;
        border-bottom: 2px solid #EEEEEE;
    }

    .user-panel__user-submissions-cont {
        display: block;
        width: 100%;
    }

    .user-submissions__item.active::before {
        display: none;
    }

    p.create-part__subtitle br {
        display: none;
    }

    .user-submissions__item::before {
        display: none;
    }

    .user-panel__user-submissions {
        border: 0;
        /* margin-top: -40px; */
        margin-bottom: 42px;
    }

    .user-submissions__item:nth-last-child(1) {
        border-bottom: 2px solid #EEEEEE;
    }

    .create-part__pic {
        width: 160px;
        height: 60px;
        margin-bottom: 17px;
    }

    h7.create-part__title {
        font-size: 18px;
    }

    p.create-part__subtitle {
        font-size: 16px;
    }

    .empty-box .content-block-more span {
        font-size: 14px !important;
    }

    .content-block__more.create-part__button {
        width: 100%;
        padding: 0 18px;
    }

    button.user-submissions__item.active>h9 {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    button.user-submissions__item.active>h9:nth-child(1) {
        color: #FF4D1C;
    }

    .app-info .book-info__button {
        display: inline-block;
        width: 180px;
        margin: 0 auto;
    }

    .volonteer-pic img {
        width: 100%;
    }

    .app-info .book-info__button {
        display: inline-block;
        width: 180px;
        margin: 0 auto;
    }


    .exel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .title__exel {
        position: initial;
        margin-top: 8px;
    }

    .exel__txt {
        text-align: left;
        padding-left: 18px;
        padding-right: 0;
    }

    .volunteers-search__button {
        top: 17px;
        left: 20px;
        width: 16px;
        height: 16px;
    }

    .volunteers-search__input input {
        padding-left: 52px;
    }

    .volunteers-list__top {
        display: none;
    }

    .volunteers-list {
        border-top: 2px solid #EEEEEE;
    }

    .volunteers-item__img {
        width: 52px;
        height: 52px;
    }

    .volunteers-item__name {
        width: -webkit-calc(100% - 52px);
        width: -moz-calc(100% - 52px);
        width: calc(100% - 52px);
    }

    .volunteers-item__yesno {
        width: 34%;
    }

    .volunteers-item__num {
        width: 26%;
    }

    .volunteers-item__buttons {
        width: 40%;
    }

    .volunteers-item__yesno,
    .volunteers-item__num,
    .volunteers-item__buttons {
        margin-top: 12px;
    }

    .volunteers-item__name.volunteers-item__name_b span {
        font-size: 18px;
    }

    .ex_sched_box_list_item {
        display: block;
    }

    .ex_sched_box_list_date {
        display: block;
        width: 100%;
    }

    .ex_sched_box_list_time {
        display: block;
        width: 100%;
        text-align: left;
        border: none;
    }

    .ex_sched_box_list_title {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .ex_sched_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .ex_sched_box_title {
        font-size: 18px;
    }

    .ex_sched_caret {
        height: 14px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        vertical-align: -2px;
        margin-left: 6px;
    }

    .title__functional.title__functional_tags {
        display: block;
    }

    .title__functional.title__functional_tags .tags-cont {
        padding-bottom: 0;
    }

    .title__functional.title__functional_tags .tags__item.tags__item_b {
        margin-bottom: 0;
        padding: 0;
    }

    .title__right.title__right_search {
        display: block;
    }

    .title__right.title__right_search .select {
        display: none;
    }

    .title__right.title__right_search .search-button {
        display: block;
    }

    .title__right.title__right_search {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        width: auto;
    }

    .title__right.title__right_search .search-button {
        vertical-align: 0;
        top: -20px;
    }

    .search-button__ico {
        width: 34px;
        height: 34px;
    }

    .search-button-ico {
        width: 16px;
        height: 16px;
    }

    .search-button__ico.active+.search-button__panel {
        width: -webkit-calc(100vw - 117px);
        width: -moz-calc(100vw - 117px);
        width: calc(100vw - 117px);
        right: 57px;
    }

    .search-button-panel {
        height: 100%;
    }

    .tags__item.tags__item_b span {
        padding-right: 12px;
        margin-right: 12px;
    }


    .search-button__panel {
        right: 57px;
    }

    /**/

    .content-block.support {
        padding: 0;
        border-bottom: 2px solid #EEEEEE;
    }

    .content-block.support .app__text {
        display: block;
    }

    .content-block.support .app__text p {
        font-size: 16px;
    }

    .volonteer-pic.volonteer-pic_l {
        display: none;
    }

    .content-block.support .addnew.button {
        margin-top: 0;
        margin-left: 18px;
        margin-bottom: 48px;
    }

    .copyright-box__copyright,
    .copyright-box__poloitik {
        text-align: center;
    }

    .content-block.support .app__title h2 {
        text-align: left;
    }

    .content-block.support .app__text {
        text-align: left;
    }

    .content-block.support .app-cont {
        padding: 0;
    }

    .content-block.support .app__title {
        margin-bottom: 12px;
    }

    .content-block.support .app-info .book-info__button {
        display: block;
        width: 100%;
    }

    .content-block.support .app-info .book-info__button .button {
        margin-top: 0;
    }

    .content-block.support .volonteer-pic {
        width: 100%;
        margin: 22px 0 38px;
    }

    .prj_stages_item_title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .prj_stages_item_text {
        font-size: 7px;
    }

    .prj_stages_item_bar {
        margin-bottom: 10px;
    }

    .project-content__description p iframe.note-video-clip {
        height: 204px;
    }

    /**/

    .content-block__title.content-block__title_none-mb {
        margin-bottom: 20px;
    }

    a.card.card_happening.card_today-news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .card__date.card__date_today-news {
        top: auto;
        float: none;
        width: 100%;
    }

    .card__text.card__text_today-news {
        float: none;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .content-block.content-block_todaynews {
        margin-bottom: 0;
    }

    .title__name.title__name_s h3 {
        margin-bottom: -10px;
    }

    .content-block.content-block_past {
        padding-top: 52px;
    }

    .already-active.search-button__ico.active+.search-button__panel {
        width: 280px;
    }

    .empty-box.empty-box_desk {
        padding: 42px;
        padding-bottom: 72px;
    }

    .user-submissions__item h9 {
        font-size: 18px;
    }

    .moderator-buttons__item.expert-admin-btn {
        width: 32px;
        height: 32px;
    }

    .expert-admin-btn.moderator-buttons__item img {
        width: 12px;
        height: 12px;
    }

    .ex_sched_box_title-panel__item+.ex_sched_box_title-panel__item {
        margin-left: 18px;
    }

    .moderator-buttons__item.expert-admin-btn+.moderator-buttons__item.expert-admin-btn {
        margin-left: 6px;
    }

    .ex_sched_box_title__plus {
        width: 32px;
        height: 32px;
        margin-left: 18px;
    }

    .ex_sched_box_title__plus span:nth-child(1) {
        width: 12px;
        height: 2px;
    }

    .moderator-buttons__item.expert-admin-btn.expert-admin-btn_b {
        width: 52px;
        height: 52px;
    }

    .expert-admin-btn.expert-admin-btn_b.moderator-buttons__item img {
        width: 22px;
        height: 22px;
    }

    .ex_sched_box_list_panel {
        width: auto;
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
    }

    .ex_sched_box_list_item {
        padding-bottom: 12px;
    }

    .ex_sched_box_list_item {
        position: relative;
    }

    .ex_sched_box_title__plus span:nth-child(2) {
        width: 2px;
        height: 12px;
    }

    .expert-admin-btn.expert-admin-btn_s.moderator-buttons__item img {
        width: 12px;
        height: 12px;
    }

    .ex_sched_title__cont {
        padding-right: 22px;
    }

    .content-block__more.create-part__button.create-part__button_border {
        margin-top: 8px;
    }

    .pp__content_delete .pp-content {
        padding: 48px 28px 36px;
    }

    .pp__content.pp__content_edit {
        top: 60px;
        bottom: auto;
    }

    .pp.pp_simple.pp_simple_rules .pp__content {
        width: 90%;
    }



    .prj_adm_box_item_vals {
        width: 100%;
    }

    .prj_adm_box_item_title {
        width: 100%;
    }

    .user-menu__photo-box {
        display: none;
    }

    .user-menu__user-panel {
        display: none;
    }

    .user-menu-switch {
        margin-top: 0;
        margin-bottom: 82px;
    }
    .user-menu-switch {
        top: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .user-menu-switch.user-menu-switch_long {
        top: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .vol_test_image {
        width: 40%;
        float: none;
        margin: 0 auto;
    }
    .vol_test_text_title {
        font-size: 29px;
    }
    .vol_test_text {
        width: 100%;
    }
    .vol_test_text_button a {
        width: 100%;
    }
    .vol_test_start {
        margin-bottom: 70px;
    }
    .tal_title_box_timer {
        position: relative;
        text-align: left;
        margin-top: 30px;
    }
    .tal_test_steps.tal_test_steps_vol {white-space: nowrap;overflow: auto;}
    .user-menu-switch-items {
        margin: 0 auto;
    }

    .content-block.profile-block {
        /* margin-top: 48px; */
    }

    .w_doc_item_title_t {
        font-size: 16px;
    }

    .w_doc_item_wrap_exp .w_doc_item_title {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .w_doc_item_title_b span {
        font-size: 16px;
    }

    .w_doc_item_date {
        top: auto;
        bottom: 15px;
        left: 80px;
    }

    [data-state="expert"] .profile-block__user-showcase .events-list-cont {
        padding-top: 0;
    }

    .project-message-info__date {
        position: initial;
    }

    .project-message-info__delete {
        right: 0;
        top: -2px;
    }

    .project-message-info__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

    .project-message-info__name {
        margin-bottom: 0;
    }

    .project-message-info__date span {
        font-size: 14px;
    }

    .project-messes-form {
        margin-bottom: 18px;
    }

    .project-message-info__text p {
        font-size: 14px;
    }

    .project-content__title {
        font-size: 24px;
    }

    .project-content__cont .w_doc_item_title {
        margin-bottom: 0;
    }

    .project-message__img {
        width: 52px;
        height: 52px;
    }

    .project-message__info {
        padding-left: 18px;
        width: -webkit-calc(100% - 52px);
        width: -moz-calc(100% - 52px);
        width: calc(100% - 52px);
    }

    /* .project-content__gallery {
                    margin-top: -100px;
                } */

    .votes__vote.votes__vote_i .votes__vote_item img {
        left: -92px;
        right: 0;
        margin: 0 auto;
    }

    .already-active.search-button__ico+.search-button__panel {
        width: 300px;
    }

    a.votes__vote_item.votes__vote_item_donate img {
        left: -106px;
        right: 0;
        margin: 0 auto;
    }

    .proj_list .card.card_project {
        width: 100%;
        margin-right: 0px;
        border-right: 0;
        padding-right: 0;
    }

    .pp__content.pp__content_enter {
        width: 94%;
    }

    .pp__content.pp__content_donate {
        width: 94%;
    }

    .pp__content.pp__content_donate .pp-content {
        padding: 40px 22px;
        max-height: initial;
    }

    .pp_donate_content_title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pp_donate_content_tag {
        padding: 12px 0;
    }

    .pp_donate_content_tag span {
        font-size: 14px;
    }

    .don_grid {
        margin-bottom: 22px;
    }

    .don_grid_item {
        font-size: 16px;
        height: 74px;
        padding-top: 26px;
    }

    .don_grid_item.don_grid_item_custom input {
        font-size: 16px;
        padding: 12px 12px;
    }

    .don_grid_item.don_grid_item_custom input::-webkit-input-placeholder,
    .don_grid_item.don_grid_item_custom input:-ms-input-placeholder,
    .don_grid_item.don_grid_item_custom input::-ms-input-placeholder,
    .don_grid_item.don_grid_item_custom input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    .pp_donate_form button.btn.btn_or {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .pp_donate_subtext {
        font-size: 12px;
    }

    .pp_donate_jur_text p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .pp__content.pp__content_enter {
        width: 94%;
        top: 60px;
        height: auto;
        bottom: initial;
    }

    .pp-input-pp {
        bottom: 22px;
        font-size: 10px;
    }

    .pp__content.pp__content_donate {
        width: 94%;
    }

    .pp__content.pp__content_donate .pp-content {
        padding: 40px 22px;
        max-height: initial;
    }

    .pp_donate_content_title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pp_donate_content_tag {
        padding: 12px 0;
    }

    .pp_donate_content_tag span {
        font-size: 14px;
    }

    .don_grid {
        margin-bottom: 22px;
    }

    .don_grid_item {
        font-size: 16px;
        height: 74px;
        padding-top: 26px;
    }

    .don_grid_item.don_grid_item_custom input {
        font-size: 16px;
        padding: 12px 12px;
    }

    .don_grid_item.don_grid_item_custom input::-webkit-input-placeholder,
    .don_grid_item.don_grid_item_custom input:-ms-input-placeholder,
    .don_grid_item.don_grid_item_custom input::-ms-input-placeholder,
    .don_grid_item.don_grid_item_custom input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .pp_donate_form button.btn.btn_or {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .pp_donate_subtext {
        font-size: 12px;
    }

    .pp_donate_jur_text p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .news-list .card.card_news {
        width: 100%;
        margin-bottom: 0;
        padding: 22px 0 0 !important;
    }

    .news-list .card.card_news:nth-child(1) {
        padding-top: 0 !important;
    }

    .card-news-cont {
        padding: 0 !important;
        border: 0 !important;
    }

    .news-list .card.card_news .card__text {
        height: auto;
    }

    .events-list__item.events-list__item_affiche {
        width: 100%;
        margin-top: 0px;
    }


    .events-list__item.events-list__item_affiche .card.card_event {
        padding: 0 !important;
        border: 0;
    }

    .video-container {
        height: 186px;
        margin-bottom: 10px;
    }

    .videos-active-text span {
        font-size: 16px;
        font-weight: normal;
    }

    .videos-previews-item__img {
        width: 104px;
        height: 58px;
    }

    .videos-previews-item__img:after {
        width: 30px;
        height: 30px;
    }

    span.roub_bold.roub_bold_sp {
        width: 20px;
        height: 20px;
    }

    .app-collect__quan span {
        font-size: 22px;
    }

    .app-collect__title span {
        font-size: 18px;
    }

    .support-pic img {
        width: 80%;
        position: relative;
        left: -28px;
    }

    .container.container_support .app__text {
        display: block;
    }

    .app-collect__quan span {
        font-size: 18px;
    }

    span.roub_bold.roub_bold_qu {
        height: 12px;
        width: 16px;
    }

    .container.container_support .book-info__button .button {
        margin-top: 228px;
        margin-bottom: 22px;
    }

    .container.container_support .book-info__button {
        width: 134px;
    }

    .container.container_support .support-pic {
        position: absolute;
        bottom: 84px;
        width: 80%;
    }

    .support-pic img {
        left: 0;
    }

    .rating-exp:nth-child(1) {
        padding-top: 0;
    }

    .pp__content.pp__content_video {
        width: 94%;
    }

    .add-video-cont {
        display: block;
        padding-bottom: 22px;
    }

    .add-video__upload {
        width: 100%;
    }

    .add-video__fields {
        width: 100%;
        padding: 0;
    }

    .add-video__delete {
        margin: 0 auto;
    }

    .add-video-fields__textarea textarea::-webkit-input-placeholder {
        font-size: 16px;
    }

    .add-video-fields__textarea textarea:-moz-placeholder {
        font-size: 16px;
    }

    .add-video-fields__textarea textarea::-moz-placeholder {
        font-size: 16px;
    }

    .add-video-fields__textarea textarea:-ms-input-placeholder {
        font-size: 16px;
    }

    .add-video-fields__input input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .add-video-fields__input input:-moz-placeholder {
        font-size: 16px;
    }

    .add-video-fields__input input::-moz-placeholder {
        font-size: 16px;
    }

    .add-video-fields__input input:-ms-input-placeholder {
        font-size: 16px;
    }


    .user__donate {
        display: none;
    }

    .menu__items-cont .user__donate {
        display: inline-block;
        margin-right: 0 !important;
        margin-top: 35px;
        background-color: #161310;
        border: unset;
    }

    .menu__items-cont .roub_bold {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    .user-donate__rub:after {
        background: rgba(255, 255, 255, 0.19);
    }

    .user-donate__rub span {
        color: white;
    }

    .user-donate__text span {
        font-size: 17px;
    }

    .user-donate__rub {
        display: block;
    }

    .menu__items-cont:nth-child(1) {
        padding-top: 0;
    }

    .menu__items-cont {
        display: block;
        border-bottom: none;
    }

    .c_title {
        font-size: 38px;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    .c_box_title {
        font-size: 22px;
    }

    .c_box_text {
        font-size: 16px;
    }

    .c_box {
        margin-bottom: 32px;
    }

    .title__name.title__name-n h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .voting-item__txt span {
        font-size: 15px;
    }

    .voting-item-rate__proc span {
        font-size: 20px;
    }

    .section__inner.general-section.general-section_opinions {
        padding-top: 0 !important;
    }

    .pp-opinion__post span {
        font-size: 14px;
    }

    .pp-opinion__time span {
        font-size: 14px;
    }

    .pp-opinion__time span:after {
        top: -2px;
    }

    .pp-opinion__favorites .btn_favors span {
        display: block;
        padding-left: 28px;
    }

    .btn.btn_favors {
        width: 190px;
        padding: 8px 12px;
        padding-bottom: 6px;
    }

    .btn_favors span:after {
        top: 4px;
        left: 16px;
    }

    .events__page:not(.other__page) .events-list__item {
        width: 100%;
    }

    .project-messes {
        margin-top: -12px;
    }

    .card-main {
        height: auto;
        max-width: 80%;
    }

    .users_table_td_user_name {
        padding-left: 0;
    }

    .profile-menu__inner {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
    }

    .user__profile:hover .user__profile_menu {
        left: 0;
    }

    .bind-socs__item {
        margin-bottom: 22px;
    }

    .pp_confidence .pp-enter__title h6,
    .pp_confidence .pp-enter__title h6 span {
        margin-top: 20px;
        font-size: 18px;
    }

    .pp-enter__bind-buttons {
        margin-top: 20px;
    }

    .btn.btn_unbind,
    .btn.btn_nobind {
        padding: 12px 38px;
    }

    .vote-proj__name span {
        font-size: 16px;
    }

    .vote-proj__point span {
        font-size: 14px;
    }

    .vote-proj__name {
        width: -webkit-calc(100% - 34px);
        width: -moz-calc(100% - 34px);
        width: calc(100% - 34px);
    }

    .vote-proj__input {
        position: absolute;
        bottom: 0;
        left: 30px;
        margin: 0 auto;
    }

    .vote-proj__point {
        position: absolute;
        bottom: 12px;
        left: 72px;
        margin: 0 auto;
        width: 100px;
        text-align: center;
    }

    .vote-proj__point-num {
        position: absolute;
        bottom: 4px;
        left: 172px;
        margin: 0 auto;
        width: 34px;
    }

    .vote-proj__num {
        width: 34px;
    }

    .vote-proj-cont {
        padding-bottom: 56px;
        position: relative;
    }


    span.map_tip {
        position: absolute;
        bottom: -36px;
    }

    .info__item_map {
        height: 185px;
    }

    .upload__require-box.upload__require-box-small {
        margin-left: 0;
    }

    .don_grid {
        padding: 0;
    }

    .vote-proj__name.vote-proj__name_wide+.vote-proj__point-num {
        position: initial;
    }

    [data-pp="expert-voted"] .vote-proj-cont {
        padding-bottom: 0;
    }

    .section__inner.general-section.general-section_showcase h1 {
        font-size: 30px;
        width: 85%;
    }

    .section__inner.general-section.general-section_showcase h1 br {
        display: none;
    }

    .section__inner.general-section.general-section_showcase .general-section__item_text {
        width: 100%;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history:nth-child(1) {
        width: 100%;
    }

    .showcase-buttons__row {
        display: block;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history:nth-child(2) {
        margin-top: 20px;
    }

    .showcase-buttons__row:nth-child(1) {
        padding-bottom: 14px;
    }

    .showcase-buttons__row:nth-child(2) .button.go_down_in_history {
        margin-top: 14px;
    }

    .section__inner.general-section.general-section_showcase .general-section__item_title {
        margin-bottom: 22px;
    }

    .section__inner.general-section.general-section_showcase .general-section__item_title:last-child{
        margin-bottom: 0;
    }

    .showcase-buttons__row>.go_down_in_history p {
        font-size: 14px !important;
    }

    .section__inner.general-section.general-section_showcase .addnew_img.green {
        margin-right: 16px;
    }

    .showcase-buttons__row:nth-child(1) .button.go_down_in_history:nth-child(2) {
        width: 100%;
    }

    .section__inner.general-section.general-section_showcase {
        padding-top: 120px !important;
    }

    .tags__item.tags__item_b span {
        font-size: 17px;
        padding-right: 8px;
        margin-right: 8px;
    }

    .tags__item.tags__item_b h7{
        font-size: 17px;

    }

    .content-block__title.content-block__title_t {
        padding-right: 0;
    }

    .search-button__panel {
        right: 44px;
    }

    .search-button__ico.active+.search-button__panel {
        /* right: 44px; */
        /* width: calc(100vw - 86px); */
        right: 0;
        width: 89vw;
    }

    .search-button__ico_toggle:before {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .title__right.title__right_search .search-button {
        top: -16px;
    }

    .title__functional.title__functional_only.title__functional_tags {
        margin-bottom: -8px;
    }

    .section__inner.general-section.general-section_i>.grid__content {
        height: 420px !important;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-sh {
        padding-top: 80px !important;
    }

    .section__inner.general-section.general-section_showcase.general-section_opinions {
        padding-top: 0 !important;
    }

    /* .section__inner.general-section.general-section_showcase.general-section_showcase-exp > .grid__content {
                    height: 400px !important;
                } */
    .events-list_2cols .events-list__item {
        width: 100% !important;
    }

    .section__inner.general-section.general-section_kind {
        padding-top: 0px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-exp h1 {
        font-size: 30px;
    }

    .final-vote__text span {
        font-size: 28px;
    }

    .final-vote__res span {
        font-size: 28px;
    }

    .search-button__cross {
        right: 36px;
    }

    .card.card_news .card__text {
        height: auto;
    }


    .book-cont__part:last-child {
        display: none;
    }

    .users_table_wrap {
        margin-bottom: 0px;
    }

    .search-button__ico.search-button__ico_find {
        bottom: 0;
        margin: auto;
        right: 5px;
    }

    .info__item__direction {
        display: block;
    }

    .direction__item {
        width: 100%;
        height: 50px;
        margin-bottom: 7px;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -webkit-flex-direction: row;

        -moz-box-orient: horizontal;

        -moz-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .direction__item img {
        width: 35px;
        margin: 0 20px;
    }

    .direction__item span {
        height: auto;
        padding-top: 0;
    }

    .info__descript {
        margin-top: 0;
    }

    .page4_img img {
        width: 100%;
    }

    .page4_wrapper {
        margin-bottom: 0px;
    }

    .volunteer_banner .general-section__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .volunteer_banner .general-section__item>img {
        width: 100%;
        margin-top: 30px;
    }

    .volunteer_banner .general-section__item_text {
        width: 100%;
        padding: 0;
    }

    .volunteer_banner .general-section__item:first-child {
        padding: 0;
        margin: 0;
    }

    .article_page~.ticket-box__date {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .volonteer__list li {
        padding-left: 80px;
        margin-bottom: 40px;
        position: relative;
    }


    .volonteer__list li::before {
        font-size: 18px;
        width: 55px;
        height: 55px;
    }

    .volonteer__list::before {
        content: "";
        position: absolute;
        left: 23px;
    }

    .volonteer__list p.large_bold {
        font-size: 20px;
        line-height: normal;
    }

    .volonteer__list p:not(:last-child) {
        margin-bottom: 20px;
    }

    .volonteer__list::before {
        left: 23px;
    }
    header.scroll
    {
        top: -1px;
    }
    header.scroll .item__menu_user .user__profile {
        position: relative;
        width: 34px;
        height: 34px;
    }

    header.scroll .header__inner {
        display: block;
        position: fixed;
        width: 100%;
        padding-left: 5.86666665%;
        top: 0;
        padding-right: 5.86666665%;
        left: 0;
        right: 0;
        /* padding-top: 18px; */
        color: white;
        height: auto;
    }

    header.scroll .header__inner_item:last-child{
        width: 100%;
    }

    .header__inner_item:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    header.scroll a {
        /* background-color: black; */
        color: white;
    }

    .header__inner_item .menu__items_item>a
    {
        margin-left: 5.86666665%;
        margin-right: 5.86666665%;
    }

    .header__inner_item .menu__items_item{
        margin-bottom: 20px;
    }

    .header__inner_item .menu__items_item{
        padding-bottom: 20px;
        color: white;
        border-bottom:2px solid rgba(255, 255, 255, 0.05);
    }
    .header__inner_item .menu__items_item.active{
        border-bottom-color: transparent;
    }

    .header__inner_item .menu__items_item.active>a{
        margin-bottom: 20px;
    }

    .item__menu_logo {
        margin-right: 0;
    }

    .mobile-menu .item__menu_items {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mobile-menu .menu__items-cont {
        width: 100%;
    }

    .mobile-menu .menu__items_item::before {
        content: "";
        position: absolute;
        right: calc(5.86666665vw + 10px);
        top: 0;
        width: 10px;
        height: 10px;
        border-top: 2px solid rgba(255, 255, 255, 0.22);
        border-right: 2px solid rgba(255, 255, 255, 0.22);

        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .mobile-menu .menu__items_item.active::before {

        -webkit-transform: rotate(135deg) scale(-1);
        -moz-transform: rotate(135deg) scale(-1);
        -ms-transform: rotate(135deg) scale(-1);
        -o-transform: rotate(135deg) scale(-1);
        transform: rotate(135deg) scale(-1);
        top: 4px;
        border-color: #EEEEEE;

    }

    .menu__items-cont .hidden_item {
        display: block;
    }

    .item__menu_items .menu__items-cont:nth-child(2),
    .item__menu_items .menu__items-cont:nth-child(3) {
        display: none;
    }

    header.scroll .menu__items-cont .hidden_item {
        display: block;
    }

    header.scroll .item__menu {
        width: 100%;
    }

    header.scroll .item__menu_logo {
        width: 175px;
        margin: 0 auto;
    }

    .copyright-box__poloitik {
        display: block;
        text-align: center;
    }

    .copyright-box__poloitik a {
        margin-left: 0;
    }

    .copyright-box__copyright,
    .copyright-box__poloitik,
    .copyright-box__poloitik a:last-child {
        display: block;
        margin-top: 10px;
    }

    .team800__text a {
        font-size: 18px;
    }

    span.f_mail_ico {
        width: 25px;
        height: 15px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .header__additional-layer {
        background-color: #0D162E;
        padding: 35px 5.86666665vw;
        border-top: none;
        z-index: -1;
        position: relative;
    }

    .header__additional-layer_item>div:first-child {
        display: none;
    }

    .header__additional-layer_item>div:last-child {
        width: 100%;
    }

    .header__additional-layer_item>div:last-child a {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
    }

    header.scroll .header__inner_item .menu__items_item,
    header.scroll .header__inner_item .menu__items_item:last-child {
        margin-right: 0;
        z-index: 0;
    }

    .menu__items_item.active *:first-child,
    .header__inner.black .menu__items_item.active *:first-child {
        color: white;
    }

    .menu__items_item>a {
        pointer-events: none;
    }

    .menu__items_item:hover>*>*:first-child {
        opacity: 1;
    }

    /* .header__additional-layer_item>div:last-child a[download]::before {
        background-image: url(/static/img/menu_black-arrow_download.svg);
    } */

    header .header__inner.black>div,
    header .header__inner.black span {
        color: #161310;
    }

    header:not(.scroll):hover .header__inner.black>div,
    header:not(.scroll):hover .header__inner.black span {
        color: #161310;
    }

    header:not(.scroll):hover .header__inner.black .menu__items_item>div {
        color: #161310;
    }

    header.scroll .header__inner_item .menu__items_item>div {
        color: #161310;
    }

    header.scroll .header__inner_item .menu__items_item {
        font-size: 17px;
        line-height: 19px;
    }

    .header__inner.black .menu__items_item:hover *:first-child {
        color: white;
    }


    .general-section__item.general-section__item_color-dark.general-section__item_vols img {
        /* width: 80%; */
        margin: 0 auto;
        max-height: 100%;
        /* margin-top: 20px; */
    }

    .general-section__item.general-section__item_color-dark.general-section__item_vols .general-section__item_title {
        margin-bottom: 0;
    }

    .general-section__item.general-section__item_color-dark.general-section__item_vols .go_down_in_history {
        margin-top: 20px;
    }

    .ticket-box__date.spoiler_section_title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .spoiler_section {
        margin-bottom: 28px;
        padding-bottom: 10px;
    }

    .general-section__item.general-section__item_color-dark.general-section__item_vols {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .contacts_inner.contacts_inner_vols .c_leftside {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .contacts_inner.contacts_inner_vols .c_title {
        font-size: 25px;
    }

    .videos__r {
        height: 93px;
    }


    .menu-logo {
        width: 162px;
        margin: 0 auto;
        margin-right: -3px;
    }

    .dd_event_description_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .dd_event_description_r {
        width: 100%;
    }

    .general-section__item_title {}

    .general-section__item.general-section__item_color-dark.general-section__item_vols.general-section__item_vols_i .general-section__item_title {
        text-align: center;
        border-bottom: 2px solid #EEEEEE;
    }

    .general-section__item.general-section__item_color-dark.general-section__item_vols.general-section__item_vols_i {
        margin-bottom: 0;
    }

    .dd_event {
        margin-top: -20px;
    }

    .dd_event_title {
        font-size: 22px;
    }

    .footer__menu_item .item__menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__menu_item.footer__menu_item_border {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__menu_item.footer__menu_item_border img {
        /* display: block; */
    }

    span.footer__menu_item_border_sep {
        display: block;
        height: 2px;
        opacity: 0;
    }



    .sharing-box.vertical .sharing-box__sn-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sharing-box.vertical .sharing-box__sn-box_item {
        padding: 20px 30px;
        border: 2px solid #F0F0F0;
        border-right: unset;
        margin-right: 0;
    }

    .sharing-box.vertical .sharing-box__sn-box_item:first-child {
        -webkit-border-radius: 6666px 0px 0px 6666px;
        -moz-border-radius: 6666px 0px 0px 6666px;
        border-radius: 6666px 0px 0px 6666px;
    }

    .sharing-box.vertical .sharing-box__sn-box_item:last-child {
        border-right: 2px solid #F0F0F0;
        -webkit-border-radius: 0px 6666px 6666px 0px;
        -moz-border-radius: 0px 6666px 6666px 0px;
        border-radius: 0px 6666px 6666px 0px;
    }

    .news_item-inner .project-content {
        width: 100%;
    }

    .sharing-box.vertical .sharing-box__sn-box_item>img {
        width: 20px;
        height: 20px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .other__page.news_item-inner section:first-child {
        padding-top: 60px;
    }

    .card-img-top {
        display: inline-flex;
        position: relative;
    }

    .card-img-top.card-img-top_left .card-img-top__txt{
        top: 0;
    }

    .card.card_project .card-img-top_left {
        margin-bottom: 0;
        padding: 13px 20px 10px;
        margin-right: 5px;
    }

    .card-img-top.card-img-top_right {
        padding: 13px 20px 10px;
    }

   .general-section {
        background: unset !important;
    }

    .section__inner.general-section.general-section_contacts {
        background-color: #F3F3F3 !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .showcase_buttons .showcase-buttons__row:last-child .addnew.go_down_in_history .addnew_img.green::before {
        background-color: transparent;
    }

    .showcase_buttons .showcase-buttons__row:last-child .addnew.go_down_in_history .addnew_img.green img {
        width: auto;
        height: auto;
    }

    .videos-previews-cont {
        height: auto;
    }

    .videos-previews::-webkit-scrollbar {
        height: 6px;
    }

    .videos-previews::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sticky-box {
        position: relative;
        top: 0;
    }

    .section__inner.general-section.general-section_showcase.general-section_opinions .grid__content {
        min-height: 440px;
    }

    .voting-link {
        height: auto;
    }

    .voting-link__item {
        display: block;
    }

    .voting-link__item>img {
        width: 332px;
    }

    .voting-link__item>img~span {
        height: auto;
        padding-top: 7px;
        margin-top: 10px;
        border-top: 2px solid rgba(34, 73, 144, 0.15);
        border-left: unset;
        padding-left: 0;
        margin-left: 0;
        font-size: 14px;
        line-height: 18px;
    }

    /* header{
                    top: 119px;
                } */

    .part_text {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .c_title {
        font-size: 32px;
    }

    .part_text b {
        font-size: 20px;
    }

    .section__inner.general-section.general-section_showcase.general-section_opinions {
        background-color: #F3F3F3 !important;
    }

    .swiper-container-supported_projects .swiper-slide{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .supported-project {
        padding: 210px 30px 30px;
        margin-bottom: 10px;
        width: 100%;
    }

    .supported-project__descr {
        max-width: 100%;
    }

    .supported-project__descr_text>span:first-child {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .supported-project__descr_text>span:last-child {
        font-size: 14px;
        line-height: 142.34%;
        margin-bottom: 20px;
    }

    .supported_projects-block .title__right {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
    }

    .supported-project__tag {
        font-size: 17px;
        line-height: 19px;
    }

    .stay-home__content>img {
        margin-right: 0px;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .stay-home__content>div span:first-child {
        font-size: 26.9837px;
        line-height: 35px;
        margin-left: 100px;
        margin-bottom: 25px;
        width: 145px;
    }

    .stay-home__content>div span:last-child {
        font-size: 17px;
    }

    .stay-home__close {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .enviroment__page .general-section__item_title {
        width: 100%;
    }

    .enviroment__page .section__inner.general-section.general-section_showcase h1 {
        font-size: 36px;
        line-height: 70px;
        width: 100%;
    }

    .enviroment__page .section__inner.general-section.general-section_showcase .general-section__item_text {
        width: 100%;
    }

    .enviroment-text-box__item:not(:last-child),
    .enviroment-text-box__item>*:not(:last-child) {
        margin-bottom: 25px;
    }

    .enviroment-text-box {
        margin-bottom: 50px;
    }

    .enviroment__page.events__page .general-section__item:first-child {
        padding: 0;
        margin: 0;
    }

    .enviroment__page .tagicos__item {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        height: 155px;
    }

    .enviroment__page .tagicos-item__ico {
        width: 50px;
        height: 60px;
    }

    .enviroment__page .tagicos-item-title__name {
        font-size: 11px;
        line-height: 14px;
    }

    .enviroment__page .tagicos-item__title {
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
    }

    .enviroment__item {
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .enviroment__item_img {
        width: 100%;
        margin-right: 0;
    }

    .enviroment__item_descr {
        width: 100%;
        margin-top: 20px;
    }

    .item-descr__title {
        margin-bottom: 0px;
        max-height: 70%;
        padding-bottom: 70px;
    }

    .r_leftside {
        margin-bottom: 40px;
    }

    .content-block__title {
        /* margin-bottom: 0; */
        /* border-bottom: none; */
    }

    .content-block.content-block_volnews {
        padding-bottom: 50px;
    }

    .vols_section_title {
        font-size: 20px;
    }

    .content-block__title.content-block__title_vol_info {
        margin-bottom: 40px;
    }

    .icons_text_item_text {
        font-size: 15px;
    }

    .vols_3_icons_text {
        font-size: 15px;
    }

    .vols_section {
        margin-bottom: 50px;
    }

    .vols_3_icons_item:last-child {
        margin-bottom: 0px;
    }

    .icons_text_list_i_title {
        font-size: 20px;
    }

    .env_cat_badge {
        padding: 15px;
        font-size: 15px;
        top: 4px;
    }

    .env_cat_badge,
    .env_cat_badge-restored {
        top: 38px;
    }

    .env_photos_title {
        font-size: 22px;
    }

    .eviroment_icon_box_item {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        margin-bottom: 21px;
    }

    .eviroment_icon_box_item_subtitle span.td_tip {
        display: none;
    }

    .eviroment_icon_box_item:after {
        display: none;
    }

    .eviroment_icon_box_item {
        border-bottom: 2px solid #f4f0e8;
        padding-bottom: 30px;
    }

    .eviroment_icon_box_item:nth-child(3) {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .eviroment_icon_box_item:nth-child(4) {
        border-bottom: none;
        margin-bottom: 0px;
    }

    span.env_photos_title_district {
        font-size: 18px;
        position: relative;
        right: initial;
        display: block;
    }

    .title.title_envir .swiper-navigation_top {
        position: absolute;
        margin-top: 0;
        top: 0px;
    }

    .enviroment__item_img>span {
        left: 0;
    }

    .swiper-container.swiper-container_events {
        margin-right: 0px;
        left: 0px;
        padding-left: 0;
    }

    .content-block__cont.content-block__cont_sim_prjs {
        width: 100%;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_title {
        font-size: 22px;
    }

    .pp__content.pp__content_soon {
        width: 90%;
        top: 0;
        bottom: 0;
    }

    .pp__content.pp__content_edit.pp__content_soon .pp-content {
        padding: 40px 40px;
    }

    .pp_soon_content_text {
        font-size: 20px;
    }

    .mp_items_list.mp_items_list_city .mp_items_item_img img {
        height: 100px;
        width: 200px;
    }

    .showcase_tabs_item {
        width: 50%;
        float: left;
        font-size: 24px;
    }

    .showcase_tabs:after {
        content: ' ';
        display: block;
        clear: both;
    }

    .showcase_buttons .showcase-buttons__row:last-child .addnew.go_down_in_history .addnew_img.green::before {
        background-color: #FF4D1C;
    }

    .general-section__item:first-child {}

    .section__inner.general-section.general-section_showcase.general-section_showcase-sh {
        padding-top: 0px !important;
    }

    .general-section__item:first-child {
        margin-bottom: 0px;
    }

    .content-block__title.supported_projects-block h3 {
        font-size: 20px;
        line-height: 1.2;
        width: 60%;
    }

    .title__right.title__right_search .search-button {
        top: 0;
    }

    .city_sym_item_title_box {
        width: 100%;
        /* height: calc(100% - 200px); */
        height: auto;
    }

    .city_sym_item_img {
        position: relative;
        height: 200px;
    }

    .city_sym_item_title_box {
        position: relative;
        padding: 27px 22px;
        padding-right: 60px;
    }

    .city_sym_item {
        height: initial;
        overflow: visible;
    }

    .city_sym_item_title_box:after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .city_sym_item_more {
        position: relative;
        bottom: initial;
    }

    h3.city_sym_item_title {
        margin-bottom: 30px;
    }

    .city_sym_item_more .addnew {
        margin-bottom: 0px;
    }

    .city_sym_item:hover .city_sym_item_title_box:after {
        left: 0;
    }

    .section__inner.general-section.general-section_i>.grid__content {
        height: initial !important;
        min-height: initial !important;
    }

    .env_video_box {
        width: 100%;
    }

    .env_video_box .video-container {
        height: 216px;
    }

    .nm_title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .nm_docs .w_doc_item_title {
        font-size: 16px;
    }

    .w_doc_item_title_b span {}

    .nm_docs {
        margin-bottom: 10px;
    }

    .nm_place_city {}

    .nm_place_title {
        font-size: 18px;
    }

    .nm_spoiler_trigger {
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .content-block-switch__item .swiper-navigation_events {
        top: -60px;
    }

    /* Park Switzerland / Парк швейцария */



    .landscaping-section {
        height: auto;
    }

    .landscaping-section .swiper-wrapper {
        height: auto;
    }

    .landscaping-section__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 25px 0 64px 0;
    }

    .landscaping-content__text h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .landscaping-section .content-block__title {
        top: 30px;
        padding-right: 0;
    }

    .landscaping-content__text,
    .landscaping-content__img {
        width: 100%;
    }

    .landscaping-content__text {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .landscaping-content__text>div {
        margin-bottom: 40px;
    }

    .landscaping-section .swiper-slide {
        padding-bottom: 0;
        padding-top: 75px;
    }

    .landscaping-content__img {
        margin-left: 0;
    }

    /* Park Switzerland / Парк швейцария end */

    .card.card_project.card_project_inline {
        width: 100%;
        border: none;
        margin-right: 0;
        padding: 0;
        border-bottom: 2px solid #ece5d8;
        padding-bottom: 40px;
    }

    .lk_docs_list .docs_list a.w_doc_item_wrap {
        width: 100%;
    }

    .lk_ex_item_spoler {
        padding-left: 30px;
    }

    .ex_sched_box_list_date {
        font-weight: 700;
    }

    .ex_sched_box_list_time {
        font-weight: bold;
    }

    .ex_sched_box_list_date br {
        display: none;
    }

    span.ex_sched_box_list_date_day {
        display: inline-block;
    }

    span.ex_sched_box_list_title_more {
        margin-top: 20px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-sh>.grid__content {
        margin-top: 80px;
    }

    .section__inner.general-section.general-section_showcase.general-section_showcase-exp>.grid__content,
    .section__inner.general-section.general-section_i>.grid__content {
        margin-top: 0;
    }

    .card-news-cont {
        height: auto;
    }

    /* redesign kindnesses */

    .kindnesses-section .container {
        padding: 40px 0;
    }

    .general-section.background-container {
        padding-bottom: 0px;
    }

    .section__inner.general-section.general-section_showcase.background-container h1 {
        font-size: 32px;
    }

    .section__inner.general-section.general-section_showcase.background-container p.large {
        font-size: 14px;
    }

    .section__inner.general-section.kindnesses-inside .addnew {
        margin-bottom: 0;
    }

    .kindnesses-inside__article h5 {
        font-size: 20px;
        line-height: normal;
    }

    .kindnesses-inside__article,
    .kindnesses-inside__article p {
        font-size: 14px;
    }


    .kindnesses-inside__article li {
        margin-bottom: 20px;
        padding-left: 0;
    }

    /* redesign kindnesses end */


    /*  kindnesses-campaigns */

    .campaign-row {
        display: block;
    }

    .campaign__item {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid #F3F3F3;
        display: block;
    }

    .campaign__item:nth-child(odd) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .campaign__item:nth-child(even) {
        padding-left: 0;
    }

    .campaign__item::before {
        display: none;
    }

    .campaign__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .campaign-pagination__watched {
        display: none;
    }


    .campaign-pagination__links {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaign-pagination__links>* {
        margin-right: 7px;
    }

    .campaign-pagination__links>* {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .campaign-pagination_back>img,
    .campaign-pagination_next>img {
        width: 22%;
    }

    .campaign-item__photo>button {
        position: absolute;
        width: 70%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }

    .campaign .new__project_nav .creator_of_project {
        display: block;
    }

    .campaign .creator_of_project__creator {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #F3F3F3;
        border-right: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .campaign .new__project_nav .creator_of_project__votes {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
    }

    .campaign .sharing-box__sn-box_item {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .campaign .sharing-box__sn-box_item img {
        width: 40%;
        height: 40%;
    }

    .campaign .project__info {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .campaign .project__info>span:first-child {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 2px solid rgba(241, 234, 224, 0.17);
    }

    /*  kindnesses-campaigns end */


    /* progects 800 */


    .current-progects-800__content {
        grid-column-gap: 0;
        grid-row-gap: 40px;
        display: block;
    }

    .current-progects-800__item {
        padding: 0 0 40px;
        border: none;
        border-bottom: 2px solid #f3f3f3;
        margin-bottom: 50px;
    }

    .current-progects-800__item:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    .current-progects-800__title {
        margin-bottom: 30px;
    }

    .current-progects-800__descr {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 160%;
    }

    .current-progects-800__button p {
        font-size: 16px;
    }

    .current-progects-800 .container,
    .current-news-800 .container,
    .secial-projects-section .container{
        padding: 40px 0 0;
    }


    /* progects 800 end */


    .general-section>.grid__content.grid__content_mp{
        height: 100vh !important;
    }
    .mp_countdown_r {
        height: initial;
    }
    .general-section>.grid__content.grid__content_mp {
        height: 650px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main__inner_index .general-section{
        margin-top:0px;
    }

    .current-news-800__slide{
        display: block;
    }

    .news-container-general__img {
        margin-bottom: 0;
    }

    /* .current-news-800__news-container_general {
        display: block;
        margin-bottom: 20px;
    } */

    .current-news-800__news-container_general > a {
        width: 31%;
        float: left;
        margin-right: 20px;
    }

    .news-container-general__text {
        margin-bottom: 0;
        max-height: 68px;
        overflow: hidden;
        font-size: 12px;
        line-height: 17px;
    }

    .news-container-general__date {
        display: none;
    }

    .current-news-800__news-container_secondary {
        border-left: none;
        padding-left: 0;
    }

    .cn800-secondary-item:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .current-news-800__swiper-nav {
        bottom: 22px;
        display: none;
    }

    .landscaping-swiper .swiper-pagination{
        display: none;
    }

    .landscaping-content__text>.landscaping-content__nav{
        margin-bottom: 0;
    }


    .landscaping-section .content-block__title .title {
        border-bottom: none;
        padding-bottom: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .landscaping-section .content-block__title .title__name {
        margin-bottom: 0;
        width: auto;
    }


    .landscaping-section .content-block__title .title__right {
        display: block;
        margin-top: 0;
    }

    .landscaping-section .swiper-navigation_top {
        width: 82px;
    }
    .landscaping-section .swiper-button {
        width: 35px;
        height: 35px;
    }

    .secial-projects-item__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .secial-projects-item__title::before{
        width: 40px;
        height: 14px;
    }

    .secial-projects-item__descr {
        font-size: 14px;
    }


    .videos-previews {
        height: auto;
    }

    .container-video_mp {
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .section__inner.general-section.background-container .general-section__item:first-child:only-child {
        padding-bottom: 0;
    }

    .kindnesses__item>img, .kindnesses__item>picture {
        margin-bottom: 15px;
        height: 60px;
        max-width: 80px;
    }

    .kindnesses__item>img, .kindnesses__item>picture, .directions__item > a:first-child {
        position: relative;
        left: initial;
    }

    .kindnesses__item {
        padding: 30px 40px;
    }

    .directions-item__ico {
        margin-bottom: 15px;
        height: 70px;
    }

    .kindnesses__item>h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .directions-item__count {
        margin-left: 10px;
    }

    .kindnesses__item>p {
        font-size: 14px;
    }

    .kindnesses__item .addnew p {
        font-size: 14px;
    }

    .directions-grid .directions__item:not(:last-child) {
        margin-bottom: 20px;
    }


    .kindnesses-inside .general-section__item_title {
        width: 100%;
    }
    .shed_subtitle {
        font-size: 18px;
    }

    .kindnesses-inside__article .shed_subtitle {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .shed_caret {
        width: 25px;
        height: 25px;
        -webkit-background-size: 45% 45%;
        -moz-background-size: 45%;
        -o-background-size: 45%;
        background-size: 45%;
        min-width: 25px;
        min-height: 25px;
        border-width: 1px;
    }

    .tal_juri_list_item_img {
        width: 80px;
        height: 80px;
        margin-right: 25px;
    }

    .kindnesses-inside__article .shed_arch_spoiler{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .shed_arch_spoiler ol > li::before {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .shed_arch_spoiler ol > li {
        padding-left: 45px;
        margin-bottom: 25px;
    }

    .shed_arch_spoiler ul, .shed_arch_spoiler ol {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .input-group__row {
        display: block;
    }

    .input-group__row > div, .input-group__row > .input_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .pp-content__form .fieldset:not(:last-child) {
        margin-bottom: 30px;
    }


    .pp-content__information {
        font-size: 10px;
        margin-top: 35px;
    }

    .politik-box .checkbox__text:before {
        top: 0px;
    }


    .politik-box .checkbox__text{
        font-size: 13px;
        line-height: normal;
    }

    .campaign-swiper .campaign__item {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        border-right: 0;
        margin-right: 20px;
    }

    .kindnesses-button-back__text {
        margin-left: 15px;
        font-size: 14px;
    }

    .kindnesses-button-back__arrow {
        width: 30px;
        height: 30px;
    }

    .kindnesses-button-back__arrow::before {
        width: 5px;
        height: 5px;
        -webkit-transform: rotate(-45deg) translate(10%, 10%);
        -moz-transform: rotate(-45deg) translate(10%, 10%);
        -ms-transform: rotate(-45deg) translate(10%, 10%);
        -o-transform: rotate(-45deg) translate(10%, 10%);
        transform: rotate(-45deg) translate(10%, 10%);
    }

    .section__inner.general-section.general-section_showcase.fund-template h1 {
        width: auto;
    }

    .general-section__item_fund-img {
        width: 35%;
        top: 18%;
    }


    .general-section__item_tags {
        margin-top: 40px;
    }


    .item-tags__tag {
        font-size: 12px;
        height: 35px;
        padding: 0 25px;
        margin-right: 10px;
    }

    .shed_arch_spoiler .button {
        margin-top: 30px;
        margin-bottom: 0;
    }


    .pp__content_questionnaire {
        padding: 25px;
        margin-bottom: 60px;
    }

    .pp__content_questionnaire .pp-content__title {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 25px;
    }

    .pp__content_questionnaire .pp-cross {
        top: 29px;
        right: 25px;
    }


    .input_box.upload-file img {
        float: left;
        width: 35px;
        height: 35px;
    }

    .input_box.upload-file label span:first-of-type {
        font-size: 14px;
    }

    .input_box.upload-file label span:nth-of-type(2) {
        font-size: 9px;
    }

    .pp-content__form h5 {
        font-size: 24px;
        line-height: normal;
    }

    .input-group:not(:last-child) {
        margin-bottom: 25px;
    }

    .input_box:not(:last-child) {
        margin-bottom: 25px;
    }

    .funds-section__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
        grid-column-gap: 0;
    }


    .shed_arch_spoiler .addnew_img {
        width: 30px;
        height: 30px;
    }

    .fund-item-logo {
    width: 90px;
    height: 90px;
    margin-right: 25px;
    flex-grow: 0;
    margin-bottom: 20px;
    }

    .section__inner.general-section.general-section_showcase .fund-item-title h1:not(:only-child) {
        padding-bottom: 11px;
        margin-bottom: 13px;
        font-size: 32px;
        padding-top: 0;
        width: 100%;
    }

    .general-section__item_fund-link {
        font-size: 14px;
    }

    .files-section__date {
        display: none;
    }

    .files-section__ico{
        margin-right: 15px;
    }

    .files-section__type, .files-section__name {
        font-size: 14px;
    }

    .files-section__type {
        margin-top: 9px;
    }

    .creator_of_project__creator.human{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .creator_of_project__creator.human .creator__photo{
        width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-left: 0;
    }

    .campaign .creator__name {
        font-size: 14px;
    }

    .creator_of_project__creator.human .creator__name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .content__end-date {
        font-weight: 600;
        font-size: 14px;
        line-height: 142.34%;
        color: #FF84A1;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .env_text {
        font-size: 14px;
    }
    .env_text p {
        font-size: inherit;
    }

    .env_text {
        margin-bottom: 10px;
    }

    .pp__content_quote {
        padding: 40px 20px;
    }


    .quote-container__name {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .quote-container__quote {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .pp__content_quote .pp-cross {
        top: 20px;
        right: 20px;
    }

    .quote-container__decor::before, .quote-container__decor::after {
        width: 37%;
    }

    .tal_test_steps_item {
        margin-bottom: 10px;
    }

    .pp_c_list_wrap .tal_title_box {
        margin-bottom: 20px;
    }

    .showcase-buttons__row:nth-child(n).showcase-buttons__row_under .go_down_in_history {
        margin-right: 0;
    }

    .showcase_buttons .showcase-buttons__row:last-child.showcase-buttons__row_under .addnew.go_down_in_history .addnew_img.green img {
        width: 46px;
        height: 46px;
    }


    .showcase_buttons .showcase-buttons__row_under.showcase-buttons__row:last-child .addnew.go_down_in_history .addnew_img.green::before{
        background-color: transparent;
    }

    .showcase-buttons__row:nth-child(n).showcase-buttons__row_under .go_down_in_history:first-child {
        margin-left: 0;
    }

    .addnew_img.large {
        width: 46px;
        height: 46px;
        margin-right: 10px;
    }

    .addnew_img.large img {
        width: 50%;
    }

    .showcase-buttons__row_under .button {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .nogrid .content-block__title.supported_projects-block {
        width: 88.2666666667%;
    }
    .tagicos {
        width: 94.1333334%;
        margin-left: 5.86666665%;
        margin-right: 0;
    }


    .env_content_box {
        padding-top: 80px;
    }

    .other__page .container:first-child.mobile-nopadding{
        padding-top: 0;
    }


    .ticket-box{
        margin-bottom: 50px;
    }

    .ticket-box__date {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
        display: flex;
    }

    .ticket-box__dateend{
        display: flex;
    }

    span.ticket-box__dateend:before {
        width: 22px;
        margin: auto 10px;
    }

    .ticket-box__time {
        font-size: 22px;
        line-height: normal;
    }

    .news-content__maplabel_label {
        display: none;
    }

    .news-content__maplabel_content {
        text-align: center;
        width: 100%;
    }

    .project-content__sn_item {
        text-align: center;
    }

    .project-content__sn {
        border-bottom: 2px solid #f3f3f3;
        margin-bottom: 0;
    }

    .city_sym_list {
        margin-top: 0;
    }

    h1.news_item_title{
        font-size: 30px;
    }

    .content__source {
        margin-top: 0;
    }

    .main__inner.add__project .content-block__title{
        margin-bottom: 34px;
    }

    .img-w-text__list-item{
        padding-bottom: 25px;
        margin-bottom: 23px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .img-w-text__img{
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .img-w-text__title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .img-w-text__descr{
        font-size: 14px;
    }

    /**/

    .countin-info__title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .countin-info__text {
        font-size: 14px;
    }
    .countin-number {
        font-size: 58px;
        line-height: 119%;
    }
    .countin-num__item {
        height: 74px;
        width: 34px;
    }
    .countin-nums__dots {
        margin: 0 2px;
    }
    .countin-nums__dots:after, .countin-nums__dots:before {
        width: 8px;
        height: 8px;
    }
    .countin-info {

    }

    .countin-l {
        padding-right: 0;
        width: 100%;
    }
    .countin-lr {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .countin-r {
        margin-bottom: 32px;
    }

    .partners-packages__bg {
        /*opacity: 0 !important;*/
    }
    .partners-packages__item {
        display: block;
        width: 100%;
    }
    .dd_gal_items.dd_gal_items_vol_event {
        grid-template-columns: 1fr 1fr;
    }
    .vol-text-greeting__video {
        width: 274px;
        height: 154px;
    }
    .vol-text-greeting__title h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    /*    */

    .yardfin-title {
        display: block;
    }

    .yardfin-title-switch {
        margin-left: 0;
        margin-right: 36px;
    }

    .yardfin-title__switches {
        margin-top: 32px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .yardfin-title-switch__txt {
        width: calc(100% - 30px);
        padding-left: 18px;
        font-size: 14px;
    }

    .yardfin-title-switch__ico {
        width: 30px;
        height: 22px;
    }

    .yardfin-title-switch__ico img {
        width: 100%;
    }

    /*    */

    .container-video_mp .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .container-video_mp .title__name {
        width: auto;
    }

    .container-video_mp .title__right {
        display: block;
        margin-top: 0;
    }

    /**/

    .podcast-tags {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 16px;
        padding-right: 24px;
    }
    .podcast__tags {
        margin: 0 -22px;
        padding: 0 22px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 32px;
    }
    .podcast-item {
        width: 50% !important;
        margin-bottom: 22px;
    }
    .podcast-tag {
        width: calc(100% + 12px);
    }
    .podcast-tag {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .podcast-tag:nth-last-child(1) {
        margin-right: 30px;
    }
    .podcast-item:nth-child(2n+1) .podcast-item-cont {
        padding-left: 0 !important;
        padding-right: 16px !important;
        border-right: 2px solid #F3F3F3 !important;
    }
    .podcast-item:nth-child(3n+2) {

    }
    .podcast-item:nth-child(3n+2) .podcast-item-cont {
        padding-right: 0 !important;
        padding-left: 16px !important;
        border-right: 0 !important;
    }
    .podcast-item__logo {
        width: 86px;
        height: 20px;
        margin-bottom: 14px;
    }
    .podcast-item__icon {
        width: 62px;
        height: 48px;
        margin-bottom: 20px;
    }
    .podcast-item__text span {
        font-size: 8px;
    }
    .podcast-item-vis {
        height: 152px;
        padding: 20px 26px;
        margin-bottom: 12px;
    }
    .podcast-item__title span {
        font-size: 16px;
    }
    .podcast-item__title {
        height: 55px;
        margin-bottom: 18px;
    }
    .podcast-item__date .date__txt span {
        font-size: 10px;
    }
    .podcast-item__date .date__ico {
        width: 14px;
        height: 14px;
    }
    .podcast-item__date {

    }
    .podcast-item-cont {
        margin-bottom: 22px;
    }
    .podcast-item:nth-child(2n+2) .podcast-item-cont {
        padding-right: 0 !important;
        padding-left: 16px !important;
        border-right: 0 !important;
    }
    .podcast-item:nth-last-child(3)~.podcast-item:nth-child(2n+1) .podcast-item-cont, .podcast-item:nth-last-child(4)~.podcast-item:nth-child(3n+1)~.podcast-item .podcast-item-cont {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .podcast-item:nth-last-child(3)~.podcast-item:nth-child(2n+1), .podcast-item:nth-last-child(3)~.podcast-item:nth-child(2n+1)~.podcast-item {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .podcast-tag {
        opacity: 1 !important;
        width: auto;
    }
    .env_text > iframe {
        height: 88px !important;
        margin-bottom: 8px;
    }
    .swiper-slide .podcast-item .podcast-item-cont {
        border: 0 !important;
    }
    .swiper-slide .podcast-item {
        margin-bottom: 24px;
        border-bottom: 2px solid #F3F3F3;
    }
    .swiper-slide:nth-last-child(1) .podcast-item {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .ticket-box__dd-info svg {
        height: 14px;
    }
    .pp_donate_content_fonds_item_title {
        font-size: 12px;
    }

    .campaign a.votes__vote_item.votes__vote_item_donate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .news-container-general__img {
        height: 70px;
    }

    .content__additional-info {
        display: block;
    }

    .content__special-button {
        margin-bottom: 17px;
        width: auto;
        max-width: 100%;
    }

    .item_gallary.news2-item_gallary{
        margin-top: 0px;
    }
	
	.expert__img{
		width:100px;
		height:100px;
	}
}

@media only screen and (max-height: 670px) {
    .widget {
        -webkit-background-size: auto auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

}

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

    .general-swiper {
        height: 475px !important;
    }

    .grid__content.grid__content_mp .general-section__item {
        margin-top: 107px !important;
        margin-bottom: 7px !important;
    }

    .user__profile>img {
        margin-right: 0;
    }

    .voting-new-section .poll_title{
        padding-bottom: 0;
        border-bottom: none;
    }

}


@media (max-height: 799px) {

    .main__inner_index section:nth-child(2) {
        margin-top: 0vh;
    }

    .main__inner_index .general-section {
        position: relative;
        height: auto;
        z-index: 1;
        min-height: initial;
    }


    .general-section>.grid__content.grid__content_mp {
        height: 700px;
        padding-bottom: 50px;
    }

}



/* бизнес адаптив */
@media (max-width: 1279px){
    .section-description {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .section-description>*:not(:last-child) {
        margin-bottom: 20px;
    }
    .brand-products-box>* {
        width: 48.9%;
    }
    .brand-product {
        position: relative;
        padding: 25.2166667% 5% 4.53333333%;
    }
    .brand-product__text>h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .brand-product__text>p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .brand-product .button p,
    .partners-packages__item .button p{
        font-size: 14px;
    }

    .button__arrow-ico:not(:first-child) {
        margin-left: 10px;
    }

    .button__arrow-ico {
        position: relative;
        width: 20px;
        height: 20px;
    }

    .button__arrow-ico::after {
        content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.811768 0.850098L7.45183 7.49016L0.811768 14.1302' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .kindnesses-button-back__text {
        margin-left: 20px;
        font-size: 16px;
        font-weight: 600;
    }

    .header-background-img .general-section__item_title {
        width: auto;
    }
    .section__inner.general-section.header-background-img h1 {
        font-size: 40px;
    }
    .section__inner.general-section.header-background-img .general-section__item_text {
        width: auto;
        margin-left: 34px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .partners-packages__item {
        padding: 20px 30px;
    }

    .packages-item__title{
        font-size: 20px;
        line-height: 22px;
    }

    .packages-item__title {
        margin-bottom: 50px;
    }

    .partners-packages__grid {
        grid-gap: 20px;
    }

    .partners-packages__item:nth-child(5n + 3) .packages-item__title, .partners-packages__item:nth-child(5n + 4) .packages-item__title, .partners-packages__item:nth-child(5n + 5) .packages-item__title {
        margin-bottom: 30px;
    }

    .partners-fields__grid,
    .partners-fields__grid.large{
        grid-row-gap: 28px;
        grid-column-gap: 0;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .section-subtitle{
        font-size: 24px;
    }

    .partners-field__text{
        font-size: 16px;
        line-height: 1;
    }

    .partners-field {
        width: 85%;
    }

    .list-with-check li{
        font-size:  16px;
    }

    .list-with-check li::before {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        content: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16309 4.31836L5.49673 7.64084L11.9973 0.706909' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }


    .list-with-check.disc li::before {
        margin-top: 9px;
        margin-right: 25px;
    }

    .list-with-check.numbers li::before {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-right: 30px;
    }

    .partners-fields__grid.large .partners-field__icon {
        width: 160px;
        height: 160px;
        margin-right: auto;
        margin-left: auto;
    }

    .one-column-list.logotipe .licensee__logo {
        width: 160px;
        height: 160px;
        margin-right: 45px;
    }


    .header-background-img {
        padding-bottom: 70px;
    }
    .section__inner.general-section.header-background-img > .grid__content {
        margin-bottom: 0;
    }

    .header-background-img .general-section__item {
        padding-bottom: 0;
    }

    .section_articles_symbol .articlesNew__item-text {
        font-size: 30px;
        line-height: 120%;
    }

    .section_articles_symbol .articlesNew__item {
        padding: 30px 7%;
        min-height: 0px;
        height: auto;
    }

    .section_articles_symbol .articlesNew__item-text {
        font-size: 35px;
        line-height: 120%;
    }

    .section_articles_symbol .articlesNew__item {
        padding: 50px 7%;
        min-height: 0px;
        height: auto;
    }
}

/* бизнес адаптив */
@media (max-width: 1279px){
    .section-description {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .section-description>*:not(:last-child) {
        margin-bottom: 20px;
    }
    .brand-products-box>* {
        width: 48.9%;
    }
    .brand-product {
        position: relative;
        padding: 25.2166667% 5% 4.53333333%;
    }
    .brand-product__text>h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .brand-product__text>p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .brand-product .button p,
    .partners-packages__item .button p{
        font-size: 14px;
    }

    .button__arrow-ico:not(:first-child) {
        margin-left: 10px;
    }

    .button__arrow-ico {
        position: relative;
        width: 20px;
        height: 20px;
    }

    .button__arrow-ico::after {
        content: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.811768 0.850098L7.45183 7.49016L0.811768 14.1302' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .kindnesses-button-back__text {
        margin-left: 20px;
        font-size: 16px;
        font-weight: 600;
    }

    .header-background-img .general-section__item_title {
        width: auto;
    }
    .section__inner.general-section.header-background-img h1 {
        font-size: 40px;
    }
    .section__inner.general-section.header-background-img .general-section__item_text {
        width: auto;
        margin-left: 34px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .partners-packages__item {
        padding: 20px 30px;
    }

    .packages-item__title{
        font-size: 20px;
        line-height: 22px;
    }

    .packages-item__title {
        margin-bottom: 50px;
    }

    .partners-packages__grid {
        grid-gap: 20px;
    }

    .partners-packages__item:nth-child(5n + 3) .packages-item__title, .partners-packages__item:nth-child(5n + 4) .packages-item__title, .partners-packages__item:nth-child(5n + 5) .packages-item__title {
        margin-bottom: 30px;
    }

    .partners-fields__grid,
    .partners-fields__grid.large{
        grid-row-gap: 28px;
        grid-column-gap: 0;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .section-subtitle{
        font-size: 24px;
    }

    .partners-field__text{
        font-size: 16px;
        line-height: 1;
    }

    .partners-field {
        width: 85%;
    }

    .list-with-check li{
        font-size:  16px;
    }

    .list-with-check li::before {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        content: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16309 4.31836L5.49673 7.64084L11.9973 0.706909' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }


    .list-with-check.disc li::before {
        margin-top: 9px;
        margin-right: 25px;
    }

    .list-with-check.numbers li::before {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-right: 30px;
    }

    .partners-fields__grid.large .partners-field__icon {
        width: 160px;
        height: 160px;
        margin-right: auto;
        margin-left: auto;
    }

    .one-column-list.logotipe .licensee__logo {
        width: 160px;
        height: 160px;
        margin-right: 45px;
    }


    .header-background-img {
        padding-bottom: 70px;
    }
    .section__inner.general-section.header-background-img > .grid__content {
        margin-bottom: 0;
    }

    .header-background-img .general-section__item {
        padding-bottom: 0;
    }


}

@media (max-width: 767px){

    .header-background-img .general-section__item_title {
        width: 100%;
    }
    .section__inner.general-section.header-background-img .general-section__item_title h1 {
        padding-top: 0;
        font-size: 32px;
        width: 100%;
    }
    .section__inner.general-section.header-background-img .general-section__item_text {
        width: 100%;
        margin-left: 0;
    }

    .specialnew_item_title {
        font-size: 16px;
    }
    .shed_subtitle {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .tests-text-block {
        font-size: 14px;
    }


    .partners-packages__grid {
        display: block;
    }

    .partners-packages__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .partners-packages__item:nth-child(5n + 3) .packages-item__title, .partners-packages__item:nth-child(5n + 4) .packages-item__title, .partners-packages__item:nth-child(5n + 5) .packages-item__title {
        margin-bottom: 50px;
    }

    .section-description {
        font-size: 14px;
    }
    .brand-products-box {
        display: block;
    }

    .brand-products-box>* {
        width: 100%;
        display: block;
    }

    .brand-product {
        padding: 160px 30px 35px;
    }

    .brand-product:not(:last-child){
        margin-bottom: 17px;
    }


    .partners-fields__grid {
        display: block;
    }

    .section-subtitle{
        font-size: 20px;
    }


    .partners-field{
        width: 100%;
    }
    .partners-field:not(:last-child){
        margin-bottom: 16px;
    }

    .partners-field__icon,
    .partners-fields__grid.large .partners-field__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }

    .partners-field__icon>img,
    .partners-fields__grid.large .partners-field__icon>img {
        width: 36px;
    }

    .partners-field__check,
    .partners-fields__grid.large .partners-field__check {
        right: -15px;
        bottom: -5px;
        width: 26px;
        height: 26px;
    }

    .list-with-check li{
        font-size:  14px;
    }


    .list-with-check.disc li::before {
        margin-top: 8px;
    }


    .types-of-licenses__grid{
        display: block;
    }

    .list-with-check.numbers li::before {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-right: 20px;
    }

    .partners-fields__grid.large .partners-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .one-column-list__item.licensee__item {
        display: block;
    }

    .one-column-list__item:not(:last-child) {
        padding-bottom: 28px;
        margin-bottom: 30px;
    }

    .one-column-list.logotipe .licensee__logo {
        width: 140px;
        height: 140px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .licensee__text {
        text-align: center;
    }

    .buis-img-pdf {
        margin-top: 48px;
    }
    .content-block-more.buis-dwn-btn span {
        font-size: 12px;
    }
    .buis-pdf-dwn .content-block-more img {
        width: 14px;
    }
    .buis-img-pdf:after {
        width: 40px;
        height: 40px;
    }
    .content-block-more.buis-dwn-btn {
        padding: 14px 26px;
    }

    .landscaping-swiper .swiper-pagination {
        display: block !important;
        bottom: 15px;
    }

    .container_news-hashtag .news-hash-img{
        height: 30px;
    }

    .current-news-800__content{
        border-bottom: none;
    }

    .swiper-slide .card_news .card-news-cont{
        display: block;
    }

    .card_happening .card__text p {
        height: auto;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /*  */
    .box-dd-button {
        padding: 14px 42px;
    }

    .ticket-box__dd-info {
        padding: 16px 0;
        margin: 0 0;
        width: 100%;
    }

    .ticket-box__dd-info span {
        font-size: 16px;
    }

    .pp-fiscus.pp-fiscus_1 .pp__content {
        width: 90%;
    }

    .btn_or.btn-dd {
        font-size: 14px !important;
    }

    .pp_donate_content_fonds {
        grid-template-columns: 1fr 1fr;
    }

    .btn.btn_or.btn-dd {
        width: 100%;
        padding: 14px 28px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .section_articles_symbol .articlesNew__item-text {
        font-size: 25px;
    }

    .section_articles_symbol .articlesNew__item {
        padding: 30px 7%;
    }

    .articlesNew__item {
        width: 100% !important;
    }


    .don_res_wrapper {
        padding: 150px 0px;
        margin-bottom: 0;
    }

    .don_res_button a.btn {
        font-size: 14px;
        padding: 13px 30px 14px;
    }

    .don_re_ico {
        margin-bottom: 20px;
    }

    .don_res_title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .don_res_text {
        font-size: 18px;
    }

}
/* бизнес адаптив  */
@media (max-width: 767px){

    .header-background-img .general-section__item_title {
        width: 100%;
    }
    .section__inner.general-section.header-background-img .general-section__item_title h1 {
        padding-top: 0;
        font-size: 32px;
        width: 100%;
    }
    .section__inner.general-section.header-background-img .general-section__item_text {
        width: 100%;
        margin-left: 0;
    }




    .partners-packages__grid {
        display: block;
    }

    .partners-packages__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .partners-packages__item:nth-child(5n + 3) .packages-item__title, .partners-packages__item:nth-child(5n + 4) .packages-item__title, .partners-packages__item:nth-child(5n + 5) .packages-item__title {
        margin-bottom: 50px;
    }

    .section-description {
        font-size: 14px;
    }
    .brand-products-box {
        display: block;
    }

    .brand-products-box>* {
        width: 100%;
        display: block;
    }

    .brand-product {
        padding: 160px 30px 35px;
    }

    .brand-product:not(:last-child){
        margin-bottom: 17px;
    }


    .partners-fields__grid {
        display: block;
    }

    .section-subtitle{
        font-size: 20px;
    }


    .partners-field{
        width: 100%;
    }
    .partners-field:not(:last-child){
        margin-bottom: 16px;
    }

    .partners-field__icon,
    .partners-fields__grid.large .partners-field__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }

    .partners-field__icon>img,
    .partners-fields__grid.large .partners-field__icon>img {
        width: 36px;
    }

    .partners-field__check,
    .partners-fields__grid.large .partners-field__check {
        right: -15px;
        bottom: -5px;
        width: 26px;
        height: 26px;
    }

    .list-with-check li{
        font-size:  14px;
    }


    .list-with-check.disc li::before {
        margin-top: 8px;
    }


    .types-of-licenses__grid{
        display: block;
    }

    .list-with-check.numbers li::before {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-right: 20px;
    }

    .partners-fields__grid.large .partners-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .one-column-list__item.licensee__item {
        display: block;
    }

    .one-column-list__item:not(:last-child) {
        padding-bottom: 28px;
        margin-bottom: 30px;
    }

    .one-column-list.logotipe .licensee__logo {
        width: 140px;
        height: 140px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .licensee__text {
        text-align: center;
    }

    .buis-img-pdf {
        margin-top: 48px;
    }
    .content-block-more.buis-dwn-btn span {
        font-size: 12px;
    }
    .buis-pdf-dwn .content-block-more img {
        width: 14px;
    }
    .buis-img-pdf:after {
        width: 40px;
        height: 40px;
    }
    .content-block-more.buis-dwn-btn {
        padding: 14px 26px;
    }

    .landscaping-swiper .swiper-pagination {
        display: block !important;
        bottom: 34px;
    }

    .general-bottom-between__r a {
        margin-bottom: -8px;
    }

    .landscaping-content__text h3 a {
        line-height: 1.2;
    }


    .landscaping-content__descr h4 {
        line-height: 1.3;
    }



}
/* бизнес адаптив end */




/* ДД-адаптив - start */

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

    .dd-platform__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .dd-platform__text {
        min-height: 112px;
        font-size: 16px;
    }

    .dd-platform-quads__item-title {
        font-size: 28px;
    }

    .dd-platform-quads__item-text {
        font-size: 14px;
    }

    .dd-platform__title.dd-platform__title_big {
        font-size: 32px;
    }

    .dd-platform__text.dd-platform__text_big {
        min-height: 102px;
        font-size: 18px;
    }

    .dd-platform__quads {
        padding: 16px 0;
        height: 132px;
    }

    .dd-platform.dd-platform_big .dd-platform-quads__item-title {
        font-size: 34px;
    }

    .dd-platform.dd-platform_big .dd-platform-quads__item-text {
        font-size: 16px;
    }

    .camp-item-logo__big {
        width: 62px;
        height: 62px;
    }

    .dd-text p {
        font-size: 18px;
    }

    /*    */

    .funds-item__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .funds-item__descr {
        padding: 0;
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 1.4;
    }

    .funds-item__info {
        margin-bottom: 68px;
    }

    .funds-item__counter {
        bottom: 22px;
        padding-top: 22px;
        font-size: 18px;
    }

    .funds-item__img {
        max-width: 138px;
        height: 128px;
    }

    .redaction-card-item-cablecar .articlesNew-main__slider {
        margin-top: 0;
    }

}

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

    .dd-platform-img {
        position: absolute;
        right: 41px;
        width: 170px;
    }

    .dd-platform-img img {
        width: 100%;
    }

    .dd-platform-info {
        padding-right: 202px !important;
    }

    .dd-platform-items {
        display: block;
    }

    .dd-platform {
        margin-bottom: 42px !important;
    }

    .dd-platform__text {
        width: 100%;
    }

    .dd-platform__title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .dd-platform__text {}

    .dd-platform__text {
        min-height: auto !important;
        font-size: 16px !important;
    }

    .dd-platform__text.dd-platform__text_big {}

    .dd-platform__quads {
        width: 100%;
        height: 108px;
    }

    .dd-platform-quads__item-title {
        font-size: 34px;
    }

    a.dd-platform-quads__item {
        padding: 8px 0;
        padding-right: 22px;
    }

    .camp-item-logo__big {}

    .camp-item-logo {
        top: 18px;
        left: 18px;
    }

    .swiper-slide.campaign__item {
        width: calc(100% / 3 - 13px) !important;
        padding-right: 20px;
        margin-right: 20px;
    }

    .campaign-item__title {font-size: 16px;}

    .item-progress__nums>div {
        font-size: 12px;
    }

    /*    */

    .general-section__item_fund-img {
        width: 280px;
    }

    .section__inner.general-section.kindnesses-inside .general-section__item_title {
        width: 100%;
    }

    .section__inner.general-section.kindnesses-inside .general-section__item_text {
        width: 60%;
    }

    .item-tags__tag+.plus-btn {
        padding-bottom: 0;
    }

    img.howto-box__img {
        width: 101%;
    }

    .howto-box__row:nth-child(even) {
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px);
    }

    .howto-box__row {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .howto-box__row:nth-child(odd) {
        margin-bottom: 64px;
    }

    .howto-box__row.howto-box__row_sn {width: 160px;margin-right: 4%;}

    .howto-box__sn-item {
        width: 42px;
        margin-bottom: 8px;
        margin-right: 14px;
    }

    .howto-box__sn-item:first-child {
        margin-right: 24px;
    }

    /*    */

    .section__inner.general-section.general-section_showcase.general-section_i.kindnesses-inside.fund-template {
        width: 100%;
    }

    .section__inner.general-section.general-section_showcase.general-section_i.kindnesses-inside.fund-template .general-section__item_title {
        width: 100%;
    }

    .section__inner.general-section.general-section_showcase.general-section_i.kindnesses-inside.fund-template .general-section__item_text.general-section__item_text-full {
        width: 100%;
    }

    .funds-item__title {
        font-size: 20px;
    }

    .funds-item {
        padding: 22px 22px;
    }

    .campaign .creator_of_project.mobile .votes__vote_item.votes__vote_item_donate{
        display: none;
    }

    .kindnesses-inside__article .shed_subtitle {
        font-size: 24px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .articlesNew__item {
        background-position: center top;
    }


}

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

    .swiper-slide.campaign__item {
        width: calc(100% / 2 - 10px) !important;
    }

    .dd-text p {
        font-size: 16px;
    }

    .dd-platform__quads {
        width: 148% !important;
    }

    .dd-platform {
        margin-bottom: 32px !important;
    }

    /*    */

    .title__radio {
        margin-top: -14px;
        margin-bottom: 22px;
    }

    .selects-after-title .select.select_filled {
        margin-bottom: 8px;
    }

    .selects-after-title {
        display: block;
        margin-bottom: 32px;
    }

    .clear-filters {
        margin-top: 22px;
    }

    .general-section__item_fund-img {
        width: 218px;
    }

    .section__inner.general-section.general-section_showcase.general-section_i.kindnesses-inside.fund-template {
        margin-bottom: 38px;
        padding-bottom: 20px;
    }

    .dd-actions-list .campaign__item {
        width: calc(100% / 2 - 0px);
    }

    .dd-actions-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .campaign__item:not(.swiper-slide):nth-child(2n+2) {
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: 0 !important;
        width: calc(100% / 2 - 30px);
    }

    .campaign__item:nth-child(3n+3) {
        padding-right: 30px;
        margin-right: 30px;
    }

    .campaign-item__title {}

    .dd-actions-list .campaign-item__title {
        font-size: 20px;
    }

    .howto-box__row {
        width: 72%;
        margin-bottom: 7px;
        margin-left: 10%;
        font-size: 14px;
        line-height: 1.4;
    }

    .howto-box__row:nth-child(odd) {
        margin-bottom: 48px;
    }

    .howto-box__row.howto-box__row_sn {
        margin-right: 16px;
        width: 126px;
        margin-top: -44px;
    }

    .howto-box__sn-item {
        width: 32px;
    }

    .howto-box__sn-item img {width: 100%;}

    .howto-box__sn-item:first-child {
        margin-right: 18px;
    }

    .item-tags__tag+.plus-btn {
        margin-left: 28px;
    }

    .howto-box__row:nth-child(even) {
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }

    /*    */

    .funds-item__counter {
        font-size: 16px;
    }



    .creator_of_project__votes_vertical .dd-creator-total {
        display: none;
    }

    .creator_of_project__votes_vertical .dd-creator-contacts {
        display: none;
    }

    .creator_of_project__creator.vertical {
        display: block;
    }

    .creator_of_project__creator.vertical .creator__photo {
        width: auto;
        height: auto;
        margin: 0 0 20px;
    }

    .creator_of_project__creator.vertical .creator__name {
        text-align: center;
    }

    .creator_of_project__creator.vertical .creator__photo > img:first-child {
        width: 70px;
        height: 70px;
    }


    .campaign .new__project_nav .creator_of_project__votes_vertical .item-progress__nums>div>svg {
        width: 8px;
        height: 11px;
        margin-top: 0;
    }

    .creator__photo-small {
        right: -16%;
        width: 40px;
        height: 40px;
    }

    .creator_of_project__creator.vertical:only-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: none;
    }

    .campaign .new__project_nav .mobile-button.votes__vote_item.votes__vote_item_donate{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .sharing-box-wrap {
        display: none;
    }


    .campaign .new__project_nav .creator_of_project__votes_vertical {
        display: block;
    }

    .textblock-inside-cont__title span {
        font-size: 24px;
    }

    .text-payhistory__card span {
        font-size: 16px;
    }

    .text-payhistory__money span {
        font-size: 16px;
    }


    .pp-fiscus.pp-fiscus_1 .pp__content {
        width: 625px;
    }

    .pp_donate_content_fonds {
        grid-gap: 14px;
    }

    .pp_donate_content_fonds_item {
        padding: 15px 30px;
        width: auto;
        height: auto;
    }

    .pp_donate_content_fonds img {
        width: 66px;
        height: 42px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .pp_donate_content_fonds_item_title {
        display: none;
    }

    h4.pp-contentnx__title {
        font-size: 36px;
    }

    .pp-contentnx__text {
        font-size: 18px;
    }

    .btn.btn_or.btn-dd.btn_close {
        padding: 22px 38px;
        font-size: 18px;
    }

    .campaign__item::before {
        width: calc(100% + 34px) !important;
        left: 0 !important;
    }

    .campaign__item:nth-child(2n+2)::before {
        width: calc(100% + 0px) !important;
    }

    figure.image {
        width: auto;
        margin: 0;
        margin-bottom: 28px;
    }
    figure.image img {
        width: 100%;
        height: auto;
    }
    .env_text p iframe {
        width: 100%;
    }

}

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

    .dd-text p {
        font-size: 14px;
    }

    .dd-text {
        margin-bottom: 32px;
    }

    .dd-platform__title {
        font-size: 20px !important;
        margin-bottom: 20px;
        padding-right: 72px;
    }

    .dd-platform__text {
        font-size: 14px !important;
    }

    .dd-platform-info {
        height: auto;
        padding-right: 0 !important;
        width: 100%;
    }

    .dd-platform__quads {
        width: 100% !important;
        height: auto;
        padding: 0;
    }

    .dd-platform {
        padding: 22px 22px;
    }

    .dd-platform-img {
        right: 18px;
        width: 58px;
    }

    .dd-platform__text {
        margin-bottom: 22px;
    }

    .dd-platform-quads {
        display: block;
        width: 100%;
    }

    .dd-platform-quads__item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-right: 0 !important;
        padding-right: 0 !important;
        border-right: 0 !important;
        width: 100%;
        border-bottom: 2px solid #F3F3F3;
    }

    .dd-platform-quads__item-title {
        margin-bottom: 0;
        margin-right: 22px;
        font-size: 26px !important;
        min-width: 34px;
    }

    .button-reddark .addnew>p {
        font-size: 14px;
    }

    .dd-platform-quads__item-text {
        font-size: 14px !important;
        line-height: 1.3;
    }

    .dd-platform__quads {
        border-bottom: 0;
    }

    .dd-platform__button {
        margin-top: 0px;
    }

    .city_sym_item {
        height: 362px;
    }

    .swiper-slide.campaign__item {
        width: 100% !important;
        margin-right: 20px !important;
        padding-right: 0;
    }

    h6.campaign-item__title {
        font-size: 20px;
    }

    .swiper-container_news3.swiper-container-multirow .swiper-slide {
        margin-bottom: 28px;
    }

    /*    */

    .section__inner.general-section.kindnesses-inside .general-section__item_title {
        width: 100%;
		    flex-direction: column;
    }

    .general-section__item_fund-img {
        width: 92px;
        top: 38%;
        right: -14px;
    }

    span.general-title-count {
        margin-left: 10px;
    }

    .kindnesses-inside.fund-template .general-section__item_title, .section__inner.general-section.kindnesses-inside.fund-template .general-section__item_text {
        width: 74%;
    }

    .plus-btn__ico {
        width: 40px;
        height: 40px;
    }

    .plus-btn__text {
        width: calc(100% - 40px);
        margin-left: 0;
        padding-left: 12px;
        font-size: 14px;
    }

    .item-tags__tag+.plus-btn {
        margin-left: 8px;
    }

    .item-tags__tag {
        font-size: 14px;
        padding: 0 14px;
        height: 40px;
    }

    .dd-actions-list {display: block;}

    .campaign__item {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .categories-box__item label {
        font-size: 10px;
        white-space: nowrap;
    }

    /*    */

    .howto-box {
        max-width: 331px;
        margin-left: auto;
        margin-right: auto;
    }

    img.howto-box__img {
        width: 100%;
    }


    img.howto-box__img.howto-box__img_mobile {
        display: block;
    }

    .howto-box__row {
        font-size: 16px;
        max-height: 92px;
    }

    .howto-box__row:nth-child(even) {
        -webkit-transform: translateY(-52px);
        -ms-transform: translateY(-52px);
        transform: translateY(-52px);
        min-width: 257px;
    }

    .howto-box__row:nth-child(odd) {
        margin-bottom: 120px;
        margin-left: 10%;
    }

    .howto-box__row:nth-child(odd) .hint-ico {
        position: absolute;
        right: -2em;
        top: 0;
    }

    .howto-box__row .hint-ico {
        right: -1em;
    }

    .howto-box__row .hint-ico .tooltip {
        left: -100%;
        width: 201px;
    }

    .howto-box__row .hint-ico .tooltip::before {
        left: 70%;
    }

    .howto-box__row.howto-box__row_sn {
        margin: 0 auto;
        margin-top: 42px;
        left: 10px;
    }

    /**/

    .open-filters {
        display: block;
    }

    .selects-after-title .select-wrap.events_filter_box.js-filters-container {
        display: none;
    }

    .pp.pp_filters {
        background: #FFF;
        display: block;
        padding: 42px 0;
    }

    .pp-filters__section {
        position: relative;
        padding: 32px 24px;
        border-bottom: 2px solid #F3F3F3;
    }

    .pp-filters {}

    .pp-filters .title__radio {
        margin: 0;
        display: block;
    }

    .pp-filters .checkbox-box__item {
        display: inline-block;
        margin-bottom: 17px;
        margin-right: 20px;
    }

    .pp-filters .title__radio .checkbox__text {
        font-weight: 500;
        font-size: 12px;
    }

    .pp-filters__section:nth-last-child(1) {
        border: 0;
    }

    .pp-filters__section.pp-filters__section_pad-none {
        padding: 0;
    }

    .pp-filters .select.select_filled {
        margin: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #F3F3F3;
        height: auto;
        padding: 0;
    }

    .select__box.select__box_filled {
        position: initial !important;
        left: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 24px;
    }

    .pp-filters .select.select_filled:before {
        bottom: auto;
        top: 20px;
    }

    .pp-filters .select_filled .select__box__options {
        padding: 15px 24px;
        font-weight: 500;
    }

    .pp-filters span.select__placeholder.select__placeholder_filled {
        padding: 18px 24px;
        font-weight: 600;
    }

    .selects-after-title .select-wrap.events_filter_box.js-filters-container {
        display: none;
    }

    .selects-after-title {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 34px;
    }

    .open-filters {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .open-filters__ico {
        width: 22px;
        height: 16px;
    }

    .open-filters__ico img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .open-filters__text {
        width: calc(100% - 22px);
        padding-left: 12px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

    .clear-filters {
        text-transform: uppercase;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .selects-after-title .categories-box {-ms-flex-wrap: nowrap;flex-wrap: nowrap;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}

    .selects-after-title.selects-after-title_mob-x {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .selects-after-title.selects-after-title_mob-x::-webkit-scrollbar{
        display: none;
    }

    .textblock-inside-cont__title span {
        font-size: 20px;
    }

    .text-payhistory {
        padding: 20px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    .text-payhistory__money {
        text-align: right;
    }

    .text-payhistory__date {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        margin-bottom: 10px;
        width: auto;
    }

    .text-payhistory__card {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }

    .text-payhistory__card span {
        font-size: 14px;
    }

    .text-payhistory__money span {
        font-size: 14px;
    }

    .text-payhistory__money svg {
        width: 7px;
    }




    .campaign .new__project_nav .mobile-button.votes__vote_item.votes__vote_item_donate {
        display: none;
    }

    .creator_of_project__votes_vertical .dd-creator-total {
        display: block;
        border-bottom: none;
    }

    .campaign .new__project_nav .creator_of_project__votes_vertical a.votes__vote_item.votes__vote_item_donate {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 80%;
        height: 52px;
        padding: 0;
    }



    .pp-fiscus.pp-fiscus_1 .pp__content {
        width: 100%;
        top: 0;
        height: 100%;
        margin-bottom: 0;
    }

    .pp-fiscus.pp-fiscus_1 .pp-content {
        min-height: 100%;
        margin-bottom: 0;
        border-radius: 0;
    }

    .pp_donate_content_fonds {
        -ms-grid-columns: 1fr 11px 1fr 11px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 11px;
    }

    .pp_donate_content_fonds img {
        width: 52px;
        height: 34px;
    }

    .pp_donate_content_fonds_item {
        padding: 12px 0;
        width: auto;
        min-width: auto;
    }

    fieldset {
        min-width: initial;
    }

    .btn.btn_or.btn-dd {
        width: 90%;
    }


    .type-donate-buttons__slide {
        width: 44%;
    }

    .type-donate-wrap__text {
        font-size: 12px;
        line-height: 142%;
    }


    .pp-fiscus_2 .pp__content {
        width: 100%;
        height: 100%;
        top: 0;
        margin-bottom: 0;
    }

    .pp-fiscus_2 .pp__content.pp__content_donate .pp-content {border-radius: 0;margin-bottom: 0;min-height: 100%;}

    .pp-fiscus_2 .don_grid_item {
        font-size: 14px;
        height: auto;
        padding: 17px 0;
        width: 25.26%;
    }

    .pp-fiscus_2 .don_grid_item .roub_bold {
        height: 10px;
        width: 8px;
    }

    .pp-fiscus_2 .don_grid_item:nth-child(1) {
        border-top-left-radius: 10px;
    }

    .pp-fiscus_2 .don_grid_item:nth-child(4) {
        border-top-right-radius: 10px;
    }

    .pp-fiscus_2 .don_grid_item.don_grid_item_custom input {
        display: block;
        font-size: 14px;
        padding: 0;
        height: auto;
        margin: 0;
        position: relative;
    }
    .pp-fiscus_2 .don_grid_item.don_grid_item_custom input::-webkit-input-placeholder{
        font-size: 14px
    }

    .pp-fiscus_2 .don_grid_item.don_grid_item_custom {
        padding: 12.5px 20px;
        width: 50.2%;
    }


    .pp__content.pp__content_simple.pp__content_thnx .pp-content.pp-content_simple {
        padding: 46px 22px;
    }

    h4.pp-contentnx__title {
        font-size: 36px;
        margin-bottom: 22px;
    }

    .btn.btn_or.btn-dd.btn_close {
        padding: 22px 38px;
        font-size: 18px;
        width: 100%;
    }

    .pp-contentnx__text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .swiper-slide.campaign__item {
        border: 0 !important;
    }

    .howto-box__img {
        display: none;
    }

    .kindnesses-inside__article .shed_subtitle {
        font-size: 18px;
        line-height: 1.3;
    }


    .env_text p iframe {
        height: 186px;
    }


    .env_text p img[style="float:right"], .env_text p img[style="float:left"] {
        margin: 0 !important;
        float: none !important;
    }

    .fund-item-template li {
        font-size: 15px;
    }
.fund_reject_reccurent_warning .donform_rejrec_warn_text {
    padding-top: 3px;
}
form#reject-reccurent-form .info__item+.info__item {
    margin-top: 20px;
}
.pp.pp-fiscus.pp-fiscus_2 .info__item+.info__item {
    margin-top: 20px;
}

.textblock-inside-cont__button{
    width: 30px;
    height: 30px;
    font-size: 12px;
}
}