/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .3s;
}
.header.scrolling {
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgb(0 0 0 / 25%);
    z-index: 45;
}
.header.scrolling.hide {
    top: -120px;
    transition: all .3s;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.header__burger {
    display: none;
}
.header__menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.header__menu .menu-item a {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 105px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 20px;
    position: relative;
}
.header.scrolling .header__menu .menu-item a {
    color: #010101;
}
.header__menu .menu-item:first-child a{
    margin-left: 0;
}

/*
.header__menu .menu-item:last-child a{
    color: #FFEC00;
}

.header.scrolling .header__menu .menu-item:last-child a{
    color: #0B35E9;
}
*/
 
.header__menu .menu-item a:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    transition: all .3s;
}
.header__menu .menu-item a:hover:after {
    background: #FFFFFF;
    transition: all .3s;
}
.header.scrolling .header__menu .menu-item a:hover:after {
    background: #010101;
}
.header.scrolling .header__menu .menu-item:last-child>a:hover:after {
    background: #0B35E9;
}

/* menu */
.menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.menu ul li a {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 105px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 128px;
}
.header__menu .menu-item.current-menu-item a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -14px;
    top: -10px;
    background: #FFEC00;
}

/* pagination */
.pg-nav {
    display: flex;
    justify-content: center;
}
.pg-nav .nav-links .page-numbers {
    margin: 0 5px;
}

/* top-cover */
.top-cover {
    width: 100%;
    height: 397px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-color: #2e4d9d!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
    margin-top: 60px;
}
.top-cover .container {
    z-index: 1;
}
.top-cover__ttl {
    padding-left: 95px;
    margin-bottom: 55px;
    max-width: 80%;
}
/*
.top-cover:before {
    content: '';
    width: 100%;
    height: calc(50% - 5px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #010101 -1.02%, rgba(10, 10, 10, 0) 100%);
    opacity: 0.7;
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 0;
}
.top-cover:after {
    content: '';
    width: 100%;
    height: calc(50% - 55px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #010101 -1.02%, rgba(10, 10, 10, 0) 100%);
    z-index: 0;
}

 */
.top-cover.top-cover-home {
    align-items: center;
}
.top-cover.top-cover-home:after {
    display: none;
}
.top-cover.top-cover-home:before {
    height: 100%;
    background: #010101;
    opacity: 0.55;
}
.top-cover.top-cover-home .top-cover__txt {
    font-family: 'NAMU', sans-serif;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #FFFFFF;
}
.top-cover.top-cover-home .top-cover__txt b,
.top-cover.top-cover-home .top-cover__txt strong{
    color: #FFEC00;
}

/* footer */
.footer {
    padding: 0 ;
}
.footer__content {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
.footer__content b {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #0B35E9;
}
.footer__bottom {
    display: flex;
    align-items: flex-end;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer__bottom .footer__created {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #2D4059;
}
.footer__created .footer__link {
    text-decoration: none;

}

/* logos */
.logos {
    margin: 50px 0 65px;
}
.list-logos {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
	
}
.list-logos__item {
    display: flex;
    padding-right: 10px;
	align-self: center;
}
.list-logos.list-logos_full {
    /*justify-content: space-between;*/
}
.list-logos__item img {
    max-width: 210px;
    max-height: 80px;
}


/* photo-text */
.photo-text {
    position: relative;
    z-index: 1;
    margin-top: -55px;
}
.photo-text .photo-text__block {
    display: flex;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.photo-text .photo-text__block_revers {
    flex-direction: row-reverse;
}
.photo-text .photo-text__image {
    flex-basis: 50%;
    width: 50%;
    max-height: 100%;
    object-fit: cover;
}
.photo-text .photo-text__txt-block {
    flex-basis: 50%;
    width: 50%;
    padding: 100px 55px 45px 50px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.photo-text .photo-text__descr {
    font-size: 23px;
    line-height: 38px;
}

/* photo-cms-editor */
.photo-cms-editor {
    display: flex;
}
.photo-cms-editor.photo-cms-editor_revers {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.photo-cms-editor .photo-cms-editor__image-block {
    width: 40%;
    flex-basis: 40%;
    margin: 0;
}
.photo-cms-editor .photo-cms-editor__block {
    width: 60%;
    flex-basis: 60%;
}
.photo-cms-editor__image {
    width: 100%;
}

/* cms-editor */
.cms-editor {
    position: relative;
}
.cms-editor_gray {
    background-color: #F2F2F2;
}
.cms-editor_padding_left-top {
    padding: 125px;
}
.cms-editor_background_img {
    padding: 210px 0;
}
.cms-editor_background_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(20,20,20,.4);
}
.cms-editor_background_img .cms-editor__content {
    color: #FFFFFF;
    z-index: 1;
}
.cms-editor_background_img .cms-editor__content h2 {
    color: #FFEC00;
}
.cms-editor__content h2 {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 43px;
    line-height: 50px;
    color: #0B35E9;
    margin: 0 0 30px;
}
.cms-editor__content p:last-child {
    margin: 0;
}
.cms-editor__content_contain {
    max-width: 635px;
}


/* image */
.image.image_gray {
    background-color: #F2F2F2;
}
.image.image_revers .image__excerption {
    left: auto;
    right: -87px;
}
.image .image__block {
    margin: 0;
    position: relative;
}
.image .image__excerption {
    position: absolute;
    left: -87px;
    bottom: 131px;
    max-width: 415px;
    background: #0B35E9;
    padding: 43px 28px 41px 37px;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
}
.image .image__excerption:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #FFEC00;
    position: absolute;
    top: 20px;
    right: 20px;
}
.image__img {
    width: 100%;
}


/* more-images */
.images {
    display: flex;
}
.images.images_number_2 .images__block {
    width: 50%;
    flex-basis: 50%;
}
.images.images_number_3 .images__block {
    width: 33.3333%;
    flex-basis: 33.3333%;
}
.images.images_number_4 .images__block {
    width: 25%;
    flex-basis: 25%;
    padding-bottom: 60px;
}
.images.images_number_5 .images__block {
    width: 20%;
    flex-basis: 20%;
    padding-bottom: 80px;
}
.images .images__block {
    margin: 0;
    padding-bottom: 40px;
}
.images .images__block .images__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/* partners */
.partners__block {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.partners__block:first-child,
.partners__block:nth-child(2){
    margin-top: 0;
}
.partners__block:nth-child(1n) {
    padding: 0 0 0 50px;
}
.partners__block:nth-child(2n) {
    padding: 0 50px 0 0;
}
.partners__block .partners__img {
    max-width: 85px;
    margin-right: 15px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 25%);
}

/* list */
.list {
    padding: 120px 0 108px;
}
.list__block {
    display: flex;
    flex-basis: 100%;
}
.list__list {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}
.list__img {
    flex-basis: 60%;
    width: 60%;
    object-fit: contain;
}
.list__block.list__block-img .list__list {
    padding: 30px 0 20px 25px;
    display: block;
}
.list__item {
    flex-basis: 50%;
    width: 50%;
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
    color: #171717;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.list__block.list__block-img .list__item {
    flex-basis: 100%;
    width: 100%;
}
.list__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    font-family: 'NAMU', sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #0B35E9;
    border: 1px solid #0B35E9;
    border-radius: 100%;
    margin-right: 30px;
}
.list__item p {
    flex-basis: calc(100% - 80px);
    margin: 0;
    padding: 0 30px 0 0;
}
.list__block.list__block-img .list__item p {
    padding: 0;
}


/* info-block */
.info-block .info-block__message {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 34px;
    padding: 55px 50px 63px;
    background: #0B35E9;
}
.info-block .info-block__message:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #FFEC00;
    position: absolute;
    top: 20px;
    right: 20px;
}
.info-block .info-block__link {
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #FFEC00;
    margin: 24px auto 0;
}
.info-block.info-block_yellow .info-block__message{
    background: #FFEC00;
    color: #5B5B5B;
}
.info-block.info-block_yellow .info-block__link {
    color: #0B35E9;
}
.info-block.info-block_yellow .info-block__message:before {
    background: #0B35E9;
}

/* map */
.map .my-custom-class-for-label {
    font-family: 'NAMU', sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: #0B35E9;
    width: 260px;
    text-align: center;
}


.excerption .cms-editor__content p:last-child {
    margin-bottom: 20px;
}
.excerption .cms-editor__content {
    padding: 20px 65px 0;
    position: relative;
}
.excerption .cms-editor__content:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFEC00;
}
.excerption__block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.excerption__img {
    width: 100%;
    flex-basis: 305px;
    height: 210px;
    object-fit: cover;
}
.excerption__author {
    max-width: 415px;
    padding: 35px;
    font-size: 21px;
    line-height: 31px;
    color: #FFFFFF;
    background: #0B35E9;
    position: relative;
    min-height: 210px;
}
.excerption__author:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #FFEC00;
}

/* 404 */
/*
.error404 .header .header__menu .menu-item a,
.page-template-communities .header .header__menu .menu-item a,
.page-template-default .header .header__menu .menu-item a, .single-post .header .header__menu .menu-item a{
    color: #0A35E8;
}
.error404 .header__menu .menu-item a:hover:after,
.page-template-communities .header__menu .menu-item a:hover:after,
.page-template-default .header__menu .menu-item a:hover:after {
    background: #0A35E8;
}
*/


/*
.error404 .header__menu .menu-item:last-child a,
.page-template-communities .header__menu .menu-item:last-child a,
.page-template-default .header__menu .menu-item:last-child a{
    color: #FFEC00;
}


.error404 .header__burger span,
.page-template-map .header__burger span,
.page-template-communities .header__burger span,
.page-template-default .header__burger span,
.page-template-post .header__burger span,
.single-post .header__burger span
{
    background: #010101;
}
 */
.p-404 {
    padding-top: 126px;
    min-height: 70vh;
    display: flex;
    align-items: center;
}
.p-404__block {
    text-align: center;
}
.p-404__block .p-404__ttl {
    font-size: 126.129px;
}
.p-404__block span:nth-child(2){
    display: inline-block;
    width: 200px;
    height: 200px;
}
.p-404__txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B5B5B;
}
.p-404__btn {
    margin: 0 auto;
}



/* archive */
.archive {
    margin-bottom: 80px;
}
.archive__item {
    margin-bottom: 50px;
}
.card {
    display: block;
    position: relative;
    text-decoration: none;
}
.card:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    right: -15px;
    z-index: 0;
    opacity: 0;
    top: -15px;
    visibility: visible;
    transition: all .5s;
    background-color: rgba(147, 166, 166, 0.2);
}
.card[href]:hover:before {
    visibility: visible;
    opacity: 1;
    top: -15px;
}
.card__figure {
    position: relative;
    z-index: 1;
}
.card .card__img-wrapper {
    overflow: hidden;
    margin-bottom: 15px;
}
.card__img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    display: block;
    margin: auto;
}
.card:hover .card__img {
    transform: scale(1.15);
}
.card__figure {
    margin: 0;
}
.card__descr {
    padding: 0;
    display: none;
}
/*.caption.card__figure {*/
/*    display: none;*/
/*}*/

/* form */
.wpcf7 br {
    display: none;
}
.form__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.form__col_1 {
    display: flex;
    flex-basis: 46%;
    width: 46%;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #26335D;
    margin-bottom: 20px;
}
.form__col_1 input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding: 11px 20px;
    margin-top: 5px;
}
.form__col_1 input:focus,
.form__col_1 input:focus-visible {
    outline-color: #26335D;
}
.grecaptcha-badge {
    display: none!important;
}
form.wpcf7-form.init {
    padding: 40px 0 0;
}
span.wpcf7-spinner {
    display: none!important;
}
.wpcf7-form.sent {
    position: relative;
}
/*
.wpcf7-form.sent p, .wpcf7-form.sent .wpcf7-submit, .wpcf7-form.sent .wpcf7-form-control-wrap {
    opacity: 0!important;
}
 */
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    flex-direction: column;
    margin: 0;
    padding: 40px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    content: '';
    background-image: url("https://unitedforua.org/wp-content/uploads/2022/06/zavantazhennya.svg");
    background-size: contain;
    display: flex;
    width: 61px;
    height: 45px;
    margin-bottom: 15px;
}


iframe {
    max-width: 100%!important;
}

.form_container{
    width: 730px;
}

.all_map .map_category_content{
    padding-bottom: 40px;
}


@media (max-width: 1199.98px) {
    .header .container {
        padding: 15px 15px 0;
    }
    .photo-cms-editor__block {
        padding: 50px 50px 50px 80px;
    }
    .partners__block:nth-child(1n) {
        padding: 0 0 0 15px;
    }
    .partners__block:nth-child(2n){
        padding: 0 15px 0 0;
    }
    .ttl-h2_padding_left {
        padding-left: 0;
    }
    .list__img {
        flex-basis: 50%;
        width: 50%;
    }
    .list__block.list__block-img .list__list {
        padding: 0 0 0 25px;
    }
    .page-template-post .mt_120{
        margin-top:80px;
    }
}
@media (max-width: 991.98px) {
    .header .container {
        padding: 15px;
    }
    a.header__logo{
        height: auto;
    }
    .header__burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        cursor: pointer;
    }
    .header__menu {
        display: none;
    }
    .header__burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #FFFFFF;
        transition: all .3s;
    }
    .header__burger span:nth-child(2) {
        width: 15px;
    }
    .header.scrolling .header__burger span{
        background: #010101;
    }
    .menu_opener .header__burger {
        position: absolute;
        right: 30px;
        top: 50px;
    }
    .menu_opener .header__burger span {
        background: #010101;
        transform: translateY(8.5px) rotate(45deg);
    }
    .menu_opener .header__burger span:nth-child(2){
        width: 0;
        transition: all .1s;
    }
    .menu_opener .header__burger span:last-child {
        transform: translateY(-8.5px) rotate(-45deg);
    }
    /*.menu_opener {*/
    /*    overflow: hidden;*/
    /*}*/
    .menu_opener .header {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #FFFFFF;
    }
    .menu_opener .header .container {
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: relative;
    }
    .menu_opener .header__logo {
        opacity: 0;
        display: none;
    }
    .menu_opener .header__menu {
        display: block;
    }
    .menu_opener .header__menu .menu-item a {
        color: #010101;
    }
    .header__menu .menu-item a {
        margin-left: 0;
    }
    .header__menu .menu-item {
        text-align: center;
    }
    .menu_opener .header__menu .lang-item {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .menu_opener .header__menu .menu-item a:hover,
    .menu_opener .header__menu .lang-item a {
        color: #0B35E9;
    }
    .top-cover__ttl {
        padding-left: 50px;
        max-width: none;
    }
    .images {
        flex-wrap: wrap;
    }
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        width: 50%;
        flex-basis: 50%;
        padding-bottom: 60px;
    }
    .photo-cms-editor__block {
        padding: 0 40px;
    }
    .image .image__excerption {
        padding: 30px;
        font-size: 21px;
    }
    .cms-editor_background_img {
        padding: 120px 0;
    }
    .partners__block:nth-child(1n),
    .partners__block:nth-child(2n){
        padding: 0 15px;
    }
    .partners__block:nth-child(2) {
        margin-top: 20px;
    }
    .footer__bottom {
        justify-content: flex-end;
    }
    .list-logos__item img {
        max-width: 100%;
    }
    .footer__bottom .footer__created {
        margin-top: 30px;
    }
    .image .image__excerption {
        left: 0;
        bottom: 34px;
    }
    .image.image_revers .image__excerption {
        left: auto;
        right: 0;
        bottom: 34px;
    }
    .list__block {
        flex-direction: column;
    }
    .list__img {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .list__block.list__block-img .list__list {
        padding: 0;
    }
    .list__item {
        flex-basis: 100%;
        width: 100%;
    }
    .list {
        padding: 80px 0 60px;
    }
    .excerption__img {
        flex-basis: 40%;
        width: 40%;
    }
    .error404 .header__menu .menu-item:last-child a,
    .page-template-communities .header__menu .menu-item:last-child a,
    .page-template-default .header__menu .menu-item:last-child a {
        color: #0A35E8;
    }
    .p-404 {
        min-height: auto;
        padding: 200px 0 120px;
    }

    /*
    .page-template-post .header__burger span,
    .single-post .header__burger span
    {
        background: #010101;
    }
    */
    .pll_the_languages{
        margin-right: 25px;
    }
}
@media (max-width: 767.98px) {
    .image .image__excerption {
        padding: 25px 35px 20px 25px;
        font-size: 13px;
        line-height: 25px;
        max-width: 300px;
        bottom: 22px;
    }
    .image.image_revers .image__excerption {
        left: auto;
        right: 0;
        bottom: 22px;
    }
    .image .image__excerption:before {
        top: 15px;
        right: 15px;
    }
    .top-cover__ttl {
        margin-bottom: 20px;
    }
    .photo-text__block,
    .photo-text .photo-text__block_revers{
        flex-direction: column;
    }
    .photo-text .photo-text__txt-block {
        flex-basis: 100%;
        width: 100%;
        padding: 55px 50px 40px;
    }
    .photo-text .photo-text__image {
        flex-basis: 100%;
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
    #contact-map {
        height: 350px!important;
    }
    .photo-text {
        margin-top: -105px;
    }
    .cms-editor__content h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .cms-editor__content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .cms-editor__content p {
        margin: 0 0 15px;
    }
    .cms-editor.cms-editor_gray {
        padding: 50px 0!important;
    }
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        padding-bottom: 40px;
    }
    .photo-cms-editor,
    .photo-cms-editor.photo-cms-editor_revers {
        flex-direction: column;
    }
    .photo-cms-editor .photo-cms-editor__image-block {
        width: 100%;
        max-width: 540px;
        flex-basis: 100%;
        margin: 0 auto 40px;
        padding: 0 15px;
    }
    .photo-cms-editor__image {
        height: 350px;
        object-fit: cover;
    }
    .photo-cms-editor .photo-cms-editor__block {
        width: 100%;
        max-width: 540px;
        flex-basis: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .cms-editor_background_img {
        padding: 80px 0 60px;
    }
    .info-block .info-block__message {
        font-size: 13px;
        line-height: 25px;
        padding: 50px 40px 40px;
    }
    .info-block .info-block__link {
        font-size: 13px;
        line-height: 25px;
        margin: 15px auto 0;
    }

    .photo-text .photo-text__descr {
        font-size: 13px;
        line-height: 25px;
    }
    .header .container {
        /*padding: 15px 20px 0;*/
        padding: 15px 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .map {
        margin-bottom: 50px!important;
    }
    .map .my-custom-class-for-label {
        font-size: 18px;
    }
    .list__item {
        font-size: 13px;
        line-height: 25px;
    }
    .list__item span {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 15px;
    }
    .list {
        padding: 60px 0 40px;
    }
    .top-cover.top-cover-home .top-cover__txt {
        font-size: 28px;
        line-height: 35px;
    }
    .list-logos.list-logos_full {
        align-items: center;
    }
    .list-logos{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .list-logos__item{
        width: 50%;
    }

    .excerption__author {
        font-size: 13px;
        line-height: 25px;
        min-height: auto;
        padding: 20px 35px 20px 20px;
    }
    .excerption__img {
        height: auto;
        object-fit: none;
    }
    .p-404__block span:nth-child(2) {
        display: inline-block;
        width: 120px;
        height: 120px;
    }
    .map_page,
    .archive{
        margin-top: 80px;
    }
    .card__img {
        height: 250px;
    }
    .nav-links {
        font-size: 16px;
        line-height: 25px;
    }
    .archive__item {
        margin-bottom: 40px;
    }
    .form__col_1 {
        flex-basis: 100%;
        width: 100%;
        font-size: 14px;
        line-height: 23px;
    }
    .form__col_1 input {
        font-size: 14px;
        line-height: 23px;
    }
    form.wpcf7-form.init {
        padding: 40px 40px 0;
    }
    .section_about_us figure{
        height: 390px;
    }
    .section_about_us h2{
        font-size: 40px;
    }
    .map_category_title{
        font-size: 40px;
    }
    .slider h2{
        font-size: 40px;
    }
    .subscribe_to_newsletter .flex{
        display: block;
    }
    .subscribe_to_newsletter .newsletter_text{
        width: 100%;
    }
    .subscribe_to_newsletter .newsletter_form{
        width: 100%;
    }
    .info_block .flex{
        display: block;
    }
    .info_block .info_block_text{
        width: 100%;
    }
    .info_block .info_block_button{
        width: 100%;
    }

    .footer_bottom .logo{
        margin-right: 20px;
    }
}

@media (max-width: 575.98px){

    .page-template-home .header__logo img{
        width: 90px;
    }

    .single-communities .header__logo img{
        width: 90px;
    }

    .page-template-post .mt_120{
        margin-top:85px;
    }

    /*
    a.header__logo{
        height: 25px;
    }

     */
    .header__logo img {
        max-width: 90px;
    }
    .header__burger {
        height: 14px;
    }
    .header__burger span {
        width: 20px;
        height: 2px;
    }
    .header__burger span:nth-child(2) {
        width: 10px;
    }
    .top-cover__ttl {
        padding-left: 0;
    }
    .photo-text .photo-text__image {
        max-height: 250px;
    }
    .photo-text .photo-text__txt-block {
        padding: 30px 20px 20px;
    }
    .images.images_number_2 .images__block,
    .images.images_number_3 .images__block,
    .images.images_number_4 .images__block,
    .images.images_number_5 .images__block {
        width: 100%;
        flex-basis: 100%;
        padding-bottom: 50px;
    }
    .header .container {
        /*padding: 10px 20px 0;*/
        padding: 10px 8px;
    }
    .photo-cms-editor .photo-cms-editor__image-block,
    .photo-cms-editor .photo-cms-editor__block {
        padding: 0 20px;
    }
    .photo-cms-editor__image {
        height: 100%;
    }
    .image .image__excerption {
        position: relative;
        margin-top: 40px;
        width: 100%;
        max-width: none;
    }
    .cms-editor_background_img {
        padding: 50px 0 40px;
    }
    .info-block .info-block__message {
        padding: 40px 30px 30px 25px;
    }


    .photo-text {
        margin-top: -85px;
    }
    .menu_opener .header__burger {
        right: 20px;
        top: 30px;
    }
    .menu_opener .header__menu .lang-item {
        top: 2px;
        right: 20px;
    }
    .menu_opener .header__burger span:last-child {
        transform: translateY(-6px) rotate(-45deg);
    }
    .menu_opener .header__burger span {
        transform: translateY(6px) rotate(45deg);
    }
    .header__menu .menu-item a {
        line-height: 70px;
    }
    .top-cover.top-cover-home .top-cover__txt {
        font-size: 18px;
        line-height: 25px;
    }
    .top-cover__txt {
        margin-bottom: 20px;
    }
    .excerption .cms-editor__content:before {
        width: 30px;
        height: 30px;
    }
    .excerption .cms-editor__content {
        padding: 10px 0 0 40px;
    }
    .excerption__block {
        align-items: end;
        flex-direction: column;
    }
    .excerption__img {
        flex-basis: 50%;
        width: 50%;
    }

    .p-404 {
        padding: 100px 0 60px;
    }
    .p-404__block .p-404__ttl {
        font-size: 100px;
    }
    .p-404__block span:nth-child(2) {
        display: inline-block;
        width: 75px;
        height: 75px;
    }
    .map_page, .archive {
        margin-top: 70px;
    }
    .card__img {
        height: 200px;
    }
    form.wpcf7-form.init {
        padding: 0 40px 0;
    }
}
@media (max-width: 475.98px){
    form.wpcf7-form.init {
        padding: 0;
    }
    .list-logos {
        align-items: flex-start;-logos
        flex-basis: 100%;
    }
    .list-logos__logos {
        align-items: flex-start;
        flex-direction: column;
        flex-basis: 100%;
    }
	.list-logos__item{
		padding-right:0
			;width:100%
	}
	.list-logos__item img{
		margin: 0 auto
	}
}