@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-bold-webfont.woff2') format('woff2'), url('../font/aleo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-bolditalic-webfont.woff2') format('woff2'), url('../font/aleo-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-italic-webfont.woff2') format('woff2'), url('../font/aleo-italic-webfont.woff') formatright_img('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-light-webfont.woff2') format('woff2'), url('../font/aleo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-lightitalic-webfont.woff2') format('woff2'), url('../font/aleo-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleo';
    src: url('../font/aleo-regular-webfont.woff2') format('woff2'), url('../font/aleo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu';
    src: url('../font/ubuntu-bold-webfont.woff2') format('woff2'), url('font/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu';
    src: url('../font/ubuntu-light-webfont.woff2') format('woff2'), url('font/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu';
    src: url('../font/ubuntu-medium-webfont.woff2') format('woff2'), url('font/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu';
    src: url('../font/ubuntu-regular-webfont.woff2') format('woff2'), url('font/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.category_title.btn.active {
    background-color: #80d205;
    margin: 10px -20px;
    float: left;
    font-size: 18px;
    margin-right: 30px;
	cursor: default;
}

.wp-block-list {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding-left: 1.5em !important;
  font-size:18px;
  list-style:disc!important;
}


.wp-block-list li {
  margin-bottom: 0.5em; /* optional spacing between items */;
  list-style:disc!important;
}

.body_post.body_post_page > p a {
    text-decoration: underline;
    font-weight: bold;
    color: green;
}


*, ::after, ::before {
    text-decoration: none;
    object-fit: cover;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-feature-settings: 'pnum' on, 'lnum' on;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    border-style: solid;
    line-height: 1.35em;
    list-style: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

hr {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #aaa
}

body {
    font-family: 'Open Sans', system-ui, -apple-system, Roboto, Ubuntu, sans-serif;
    color: #515151;
}

img {
    max-width: 100%;
}

[hidden] {
    display: none
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.toup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.is-show {
    opacity: 1;
    visibility: visible;
}

.btn {
    display: flex;
    align-items: center;
    background: #fff;
    color: #0C3B00;
    padding: 0 25px;
    height: 40px;
    border-radius: 999px;
    width: fit-content;
    font-weight: bold;
    transition: .3s;
    cursor: pointer;
}

.btn.btn_orange {
    background: #FFD500;
    color: #0C3B00;
    text-transform: uppercase;
}

.btn_orange:hover {
    color: #90EE90;
    background: #006400;
}

.btn.btn_green {
    background: #1E9A00;
    color: #fff;
    font-size: 20px;
}

.btn:hover {
    background: #80D205;
}


.block_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 15px;
}

.wrapper_post {
    margin-bottom: 130px;
}

.block_pagination .prev,
.block_pagination .next {
    position: relative;
    color: #1E9A00;
}

.block_pagination img {
    transform: rotate(-90deg);
    margin-right: 10px;
}

.next img {
    transform: rotate(90deg);
    margin-left: 10px;
}


.block_pagination .page-numbers:not(.next):not(.prev) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    width: 30px;
    height: 30px;
}

.block_pagination span.current {
    background: #1E9A00;
    color: #fff !important;
    border-radius: 999px;
}


.block_green-full {
    background: #1E9A00;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.block_green-full h2 {
    font-size: 50px;
    font-family: aleo;
}

.block_green-full p {
    font-family: ubuntu;
    font-size: 18px;
}

.block_green-full .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.block_green-full .btns .btn {
    font-family: aleo;
    font-size: 20px;
    font-weight: 300;
}

.block_green-full .btns .btn:hover {
    color: #fff;
}

.block_green-full .btns .btn.active {
    color: #fff;
    background: #80D205;
}

main .category_title {
    margin: 70px 0;
    font-family: aleo;
    font-size: 25px;
}


header .logo {
    width: 170px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #707070;
}

header nav .nav_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: bold;
    color: #1e9a00;
}

header nav .items_top {
    display: flex;
    justify-content: end;
    align-items: baseline;
    color: #707070;
    cursor: default;
}

header nav .items_top .size_title {
    font-weight: 300;
    margin-right: 20px;
}

header nav .items_top .size_btns span {
    cursor: pointer;
    display: inline-block;
}

header nav .items_top .size_btns span:hover {
    transform: scale(1.2);
}

header nav .items_top .size_btns .normal {
    font-size: 20px;
    margin-left: 10px;
}

header nav .items_top .size_btns .large {
    font-size: 24px;
    margin-left: 10px;
}

header nav .items_bottom {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

header nav .nav_menu {
    display: flex;
    align-items: baseline;
    gap: 30px;
    flex-wrap: wrap;
}

header nav .items_bottom li {
    transition: color 200ms;
}

header nav .items_bottom li:hover {
    color: #80D205;
}


header nav .items_bottom a {
    text-transform: uppercase;
}


header nav .search_field {
    padding: 0 20px;
    height: 40px;
    border: 1px solid #A7A7A7;
    border-radius: 999px;
    display: flex;
}

header nav .search_field input {
    width: 70px;
    border-radius: 999px 0 0 999px;
    appearance: none;
}

header nav .search_field button {
    display: flex;
    align-items: center;
    background: none;
    margin-left: 20px;
}

header nav .search_field img {
    width: 20px;
    object-fit: contain;
    cursor: pointer;

}

.page_name {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header_img {
    position: relative;
    height: 576px;
    font-size: 50px;
    margin-bottom: 40px;
}

.header_img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.header_img h1 {
    position: absolute;
    bottom: 85px;
    color: #fff;
    font-family: aleo;
    text-shadow: 0 0 15px #000;
}

.block_contact {
    background: #1E9A00;
    padding-top: 65px;
    padding-bottom: 65px;
}

.block_contact h2 {
    font-size: 30px;
    color: #fff;
    font-family: aleo;
    margin-bottom: 60px;
}

.block_contact .form {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.block_contact .details_field {
    width: 40%;
}

.details_field .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7-list-item {
    display: inline !important;
    margin: 0 !important;
}

.wrapper_aside {
    display: flex;
}

.wrapper_aside aside {
    width: 100%;
    padding: 350px 30px 30px 30px;
    text-align: center;
}

.wrapper_aside .body_post {
    flex-shrink: 0;
}

.block_contact .details_field input {
    display: block;
    width: 100%;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid;
    font-size: 18px;
    padding: 10px 0;
    font-family: ubuntu;
    padding-left: 10px;
}

.wpcf7-list-item.first {
    margin: 0;
}

.block_contact .details_field input::placeholder {
    color: #fff;
}

.block_contact .message_field {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
    width: 60%;
}

.block_contact .message_field textarea {
    border-radius: 5px;
    padding: 20px 26px;
    font-size: 18px;
    font-family: ubuntu;
    height: 260px;
    width: 100%;
    border: 1px solid #707070;
    resize: none;
}

.block_contact .check input {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    filter: hue-rotate(250deg) brightness(2);
    position: absolute;
    left: -40px;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    text-align: right;
    color: #fff;
    display: table;
    margin: 0 0 0 auto !important;
}

.check {
    padding-left: 40px;
    position: relative;
}

.block_contact .check .wpcf7-list-item-label {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.block_contact .check a {
    color: #80D205;
    text-decoration: underline;
}

.block_finance {
    padding-top: 100px;
    padding-bottom: 80px;
}

.block_finance img {
    width: 130px;
    margin-bottom: 50px;
}

.block_finance h2 {
    font-size: 35px;
    font-family: aleo;
    color: #1E9A00;
}

.block_finance p {
    font-size: 18px;
    font-family: ubuntu;
    margin-top: 25px;
    margin-bottom: 70px;
    width: 67%;
}


.post_item {
    /* display: flex;
    flex-direction: column; */
    margin-bottom: 70px;
    width: 100%;
}


.post_item a {
    font-size: 18px;
    color: #1E9A00;
    text-decoration: 1px underline;
    text-underline-offset: 3px;
    overflow: hidden;
    display: block;
}

.arrow::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 15px;
    background-image: url(../icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.post_item img {
    aspect-ratio: 16/10;
    width: 100%;
    height: auto;
    transition: .3s;
}

.post_item:hover img {
    transform: scale(1.1);
}

.post_item .title {
    color: #0C3B00;
    margin-bottom: 10px;
    font-family: ubuntu;
}


.post_item .desc {
    color: #0C3B00;
    margin: 25px 0;
    font-size: 22px;
    font-weight: bold;
    font-family: ubuntu;
}

.block_posts {
    padding-top: 60px;
    padding-bottom: 70px;
}

.block_posts .btn.btn.btn_green {
    margin-top: 50px;
}

.posts-news {
    background: #C6E6BF;
}

.posts-proj {
    background: #DFF4C0;
}

.post_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}

.cols-four {
    grid-template-columns: repeat(4, 1fr);
}


.block_tasks h2,
.block_posts h2 {
    font-family: aleo;
    color: #0C3B00;
    font-size: 35px;
    margin-bottom: 50px;
    margin-top: 100px;
}

.block_tasks .tasks_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 70px;
    margin-bottom: 90px;
}

.block_tasks .tasks_items .item {
    height: 190px;
    display: flex;
    flex-direction: column;
}

.block_tasks .tasks_items .item p {
    font-family: aleo;
    font-size: 20px;
    line-height: 27px;
    color: #1E9A00;
    margin-top: auto;
}

.block_tasks .tasks_items .item img {
    width: fit-content;
}


.block_text h2 {
    font-family: aleo;
    color: #80D205;
    font-size: 40px;
    margin-bottom: 30px;
}

.block_text p {
    margin-bottom: 50px;
    width: 86%;
    line-height: 30px;
    font-size: 18px;
    font-family: ubuntu;
}

.block_green {
    width: 100%;
    padding: 20px 65px;
    background: #1E9A00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.block_green h2 {
    font-family: aleo;
    color: #80D205;
    font-size: 40px;
}

.block_green p {
    color: #fff;
    font-family: ubuntu;
    font-weight: bold;
    font-size: 18px;
}

.block_green a {
    color: #1E9A00;
    background: #FFD500;
}

#burger_btn {
    display: none;
    position: relative;
    z-index: 99999;
    flex-direction: column;
    gap: 5px;
    width: 30px;
}

#burger_btn span {
    width: 100%;
    height: 3px;
    background: #515151;
    border-radius: 999px;
    transition: transform 300ms;
}

#burger_btn.active span:nth-child(1) {
    transform: rotate(45deg) translateY(5.5px)
}

#burger_btn.active span:nth-child(2) {
    display: none
}

#burger_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-5.5px)
}


footer {
    padding: 65px 0;
    background: #0C3B00;
}

.footer_nav {
    color: #1E9A00;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 30px;
    text-transform: uppercase;
}

.footer_nav li {
    transition: color 200ms;
}

.footer_nav li:hover {
    color: #80D205;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 80px;
}

.footer_info .info_contact p {
    display: flex;
    gap: 70px;
}

.footer_info .info_contact a {
    font-size: 18px;
    color: #80D205;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
    transition: color 200ms;
}

.footer_info .info_contact a:hover {
    color: #1E9A00;
}

.footer_info .info_contact h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_info .info_geo {
    display: flex;
    align-items: start;
    gap: 30px;
}

.footer_info .info_geo h4 {
    font-size: 22px;
    font-family: ubuntu;
    margin-bottom: 10px;
}

.footer_title h4 {
    font-size: 22px;
    font-family: aleo;
    color: #fff;
}

.footer_title p {
    font-size: 18px;
    font-family: ubuntu;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.under_footer {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #0C3B00;
    font-family: ubuntu;
}

.under_footer .supports_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.under_footer img {
    object-fit: contain;
}

.under_footer h2 {
    font-size: 25px;
    font-weight: 600;
}

.under_footer p {
    font-size: 18px;
    line-height: 30px;
}

.under_footer a {
    font-size: 20px;
    color: #1E9A00;
    transition: all 200ms;
}

.under_footer .right_imgs a {
    margin-right: 10px;
}

.under_footer a img {
    transition: all 200ms;
}

.under_footer a img:hover {
    transform: scale(1.2);
}

.under_footer .links_block {
    display: flex;
    align-items: center;
}


.under_footer .links_block a {
    margin-right: 100px;

}

.under_footer .links_block a:hover {
    color: #0C3B00;
}


.menu-item-has-children {
    padding: 10px 0;
}

.menu-item-has-children::after {
    content: '>';
    font-family: monospace;
    display: inline-block;
    transform: rotate(90deg);
    font-size: 18px;
    margin-left: 5px;
    transition: transform 300ms;
    margin-top: -2px;

}

.menu-item-has-children:hover:after {
    transform: rotate(-90deg);
}

.menu-item-has-children:hover .sub-menu,
.sub-menu {
    opacity: 1;
    z-index: 9;
}

.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: -20px;
    background: #fff;
    box-shadow: 3px 3px 10px gray;
    opacity: 0;
    transition: opacity 200ms;
    z-index: -9;
}

.sub-menu a {
    padding: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: none !important;
    transition: all 200ms;
    display: block;
}

.sub-menu a:hover {
    background: #1E9A00;
    color: #fff;
}


.body_post .post_time,
.body_post .detail_item p {
    font-size: 25px;
    font-family: aleo;
    margin-bottom: 20px;
}

.body_post .post_title {
    font-size: 40px;
    font-family: aleo;
    color: #80D205;
    margin-bottom: 40px;
}

.body_post {
    width: 785px;
}


.body_post p {
    white-space: pre-line;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.body_post .post_img,
.body_post em {
    margin-bottom: 50px;
    color: #D8D8D8;
    font-style: normal;
}

.body_post .post_img img {
    width: 100%;
}

.body_post .post_img caption {
    font-size: 16px;
    color: #D8D8D8;
}

.body_post h2 {
    font-size: 30px;
    color: #0C3B00;
    margin-bottom: 30px;
}

.body_post iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.body_post .post_details {
    margin-top: 80px;
}

.body_post .detail_item {
    margin-bottom: 50px;
}

.body_post .detail_item a {
    font-size: 18px;
    font-weight: 500;
    font-family: ubuntu;
    color: #1E9A00;
    text-decoration: underline;
    transition: color 300ms;
}

.body_post .detail_item a:hover {
    color: #80D205;
}

.body_post .detail_item a img {
    margin-right: 10px;
}


@media (min-width: 1170px) {
    .wrapper {
        max-width: 1170px
    }
}

@media (max-width: 1170px) {
    header nav .items_bottom {
        font-size: 12px;
    }

    header .logo {
        width: 105px;
    }
}

@media (max-width: 992px) {

    .wrapper_aside {
        display: block;
    }

    .wrapper_aside aside {
        padding: 0 30px 30px 30px;
    }

    .block_contact .form {
        display: block;
    }

    .wrapper_post {
        margin-bottom: 50px;
    }

    .block_pagination {
        gap: 10px;
    }

    .pag_prev span,
    .pag_next span {
        display: none;
    }


    .body_post .post_text {
        width: 100%;
    }


    header {
        margin-bottom: 0;
    }

    #burger_btn {
        display: flex;
    }

    br {
        display: none;
    }


    .block_text,
    .post_item {
        margin-bottom: 20px;
    }

    .block_tasks .tasks_items,
    .block_tasks .tasks_items div,
    .post_items {
        grid-template-columns: repeat(2, 1fr);
    }

    .block_tasks h2,
    .block_posts h2 {
        margin-top: 0;
        text-align: center;
    }

    .block_posts, .block_posts {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .footer_nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_info .info_contact a {
        font-size: 16px;
    }

    .footer_info .info_contact p,
    .footer_info .info_geo {
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer_info {
        margin-bottom: 40px;
    }

    .under_footer .links_block {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .under_footer .links_block a {
        margin: 0;
    }

    .under_footer .right_imgs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 70%;
        margin: 0 auto;
    }

    .under_footer .right_imgs img {
        width: calc(33.33333% - 15px);
    }

    .under_footer .supports_block {
        flex-direction: column;
        gap: 40px;
    }

    .block_contact form {
        flex-direction: column;
        gap: 20px;
    }

    .block_green {
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 40px;
    }

    .block_green h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

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

    header nav {
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header_img {
        overflow-x: hidden;
        font-size: 40px;
    }

    .header_img img {
        left: 0;
        width: 100%;
        object-position: 70%;
    }

    .header_img {
        margin-bottom: 0;
    }

    .block_contact .details_field,
    .block_contact .message_field,
    .body_post,
    .block_contact .details_field input {
        width: 100%;
    }

    .btn.btn_green {
        margin: auto;
    }

    header nav .nav_items {
        position: fixed;
        background: #fff;
        top: -120vh;
        padding: 40px 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        align-items: center;
        justify-content: center;
        transition: top 300ms;
    }

    header nav .nav_items .items_bottom {
        flex-direction: column;
    }

    header nav .nav_items .nav_menu {
        flex-direction: column;
    }

    header nav .items_bottom {
        font-size: 16px;
    }

    .menu-item-has-children {
        display: flex;
        justify-content: center;
    }

    .sub-menu {
        margin-top: 40px;
    }

    .block_text p,
    .block_finance p {
        width: 100%;
    }

    .block_finance {
        padding-top: 50px;
    }
}

@media (max-width: 576px) {

    .block_tasks .tasks_items,
    .block_tasks .tasks_items div {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 30px;
        height: auto;
        text-align: center;
    }

    .post_items,
    .post_items.cols-four {
        grid-template-columns: repeat(1, 1fr);
    }
}

.info_contact .wrapper_inner {
    display: flex;
}

.info_contact .wrapper_inner .left_box {
    margin-right: 60px;
}

.info_contact .wrapper_inner .left_box p, .info_geo p {
    margin-bottom: 8px;
}

.info_contact .wrapper_inner .right_box {
    position: relative;
    top: -20px;
}

.right_imgs {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.right_imgs img {
    margin-right: 30px;
}

.right_imgs img:last-child {
    margin-right: 0;
}

.body_post_page {
    padding: 50px 0;
    width: auto;
}

.page-template-page-projekte .block_green-full,
.tax-kategorie-projekte .block_green-full,
.single-projekte-post .block_green-full {
    background: #80D205;
}

.page-template-page-projekte .block_green-full .btns .btn.active,
.tax-kategorie-projekte .block_green-full .btns .btn.active,
.page-template-page-projekte .block_green-full .btns .btn:hover,
.tax-kategorie-projekte .block_green-full .btns .btn:hover,
.single-projekte-post .block_green-full .btns .btn.active,
.single-projekte-post .block_green-full .btns .btn:hover {
    background: #0C3B00;
}

.block_green.wrapper {
    max-width: 1130px;
}

.message_field .wpcf7-form-control-wrap {
    width: 100%;
}

@media (max-width: 768px) {
    .info_contact .wrapper_inner {
        display: block;
    }

    .info_contact .wrapper_inner .right_box {
        position: static;
        margin-top: 20px;
    }

    .under_footer .right_imgs {
        max-width: none;
    }
}

@media (max-width: 992px) {
    .right_imgs img {
        margin-right: 15px;
    }
}