@media only screen and (max-width: 1450px){
    .search-no-results .search-results-page {
        background-position: 14vw -100px;
    }
}

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

    header{
        padding: 0 40px 26px;
    }

    .nav ul {
        justify-content: space-around;
    }

    .content{
        padding: 0 40px;
    }

    .funds-list {
        gap: 20px;
    }

    .funds-list-item{
        max-width: 301px;
    }

    .funds-list-content{
        min-height: 79px;
    }

    .custom-post-content{
        padding: 0 40px;
    }

    .custom-post-recommendations {
        padding: 0 40px;
    }

    .recommended-post {
        width: 25%;
    }

    .recommended-image {
        width: 100%;
    }

    .custom-post-info{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .custom-head{
        flex-wrap: wrap;
        padding: 0 40px;
    }

    .bottom-post-info{
        padding: 0 40px;
    }

    .category-section {
        padding: 0 40px;
    }

    .category-sidebar{
        display: none;
    }

    .category-content {
        width: 100%;
        max-width: 100%;
    }

    .author-info,
    .author-posts{
        padding: 0 40px;
    }

    .author-image {
        min-width: 202px;
    }

    .last-news-wrapper{
        padding: 0 40px;
    }

    .last-news-left__small-items {
        width: 100%;
        max-width: 202px;
    }

    .last-news-left__small-img {
        width: 202px;
    }

    .last-news-left__big {
        max-width: 389px;
    }

    .investments-section,
    .post-category-section{
        padding: 0 40px;
    }

    .investments-post-item {
        max-width: 206px;
    }

    .post-category-item {
        max-width: 206px;
    }

    .post-category-item__image {
        height: 174px;
    }

    .export-volume-container {
        padding: 60px 60px;
        gap: 90px;
        flex-wrap: wrap;
    }

    .error-404 {
        padding: 0 40px;
        margin-top: 74px;
        background-image: url(/wp-content/uploads/2024/09/back.png);
        background-position: 190px 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .error-404-wrapper{
        max-width: 571px;
    }

    .recommended-posts {
        padding: 0 40px;
    }

    .post-item {
        width: 100%;
        max-width: 206px;
    }

    .search-line label .search-field {
        max-width: 794px;
    }

    .search-results-container{
        padding: 0 40px;
    }

    header {
        padding: 0 40px;
    }

    .search-no-results .search-results-page {
        background-position: -3vw -100px;
    }

    .standart-page {
        margin-top: 74px;
    }

    .standart-page-head {
        padding: 60px 40px;
    }

    .standart-page .custom-post-post{
        padding: 46px 40px 0;
    }

    .advert{
        max-width: calc(100% - 40px);
    }
    .category-post-image-link {
        width: 100%;
        border-radius: 5px;
    }

    header:has(.banner_top) {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        .banner_top {
            margin-bottom: 15px;
        }
        .second-line,
        .first-lie-color {
            padding-left: 15px;
            padding-right: 15px;
        }
    } 
}

@media only screen and (max-width: 850px) {
    header{
        padding: 0 20px;
    }

    .header.fixed{
        padding-bottom: 26px;
    }

    .content{
        /*margin-top: 117px;*/
        padding: 0 20px;
    }

    .funds-title {
        margin-top: 26px;
    }

    .funds-list-item {
        max-width: 354px;
    }

    .footer-subscribe{
        flex-wrap: wrap;
    }

    .subscribe-form{
        margin-top: 30px;
    }

    .footer-first-line{
        flex-wrap: wrap;
    }

    .footer-logo{
        width: 100%;
        margin-bottom: 30px;
        order: 0;
    }

    .footer-second-line {
        margin-top: 46px;
        flex-wrap: wrap;
    }

    #date_range {
        min-width: 225px;
    }

    #search-input {
        min-width: 270px;
    }

    .fourth-column,
    .second-column{
        display: none;
    }

    .single-investment-fund-investion {
        gap: 20px;
    }

    .single-investment-fund-Investment_volume,
    .single-investment-fund-stages {
    padding: 20px
    }

    .custom-post-sidebar{
        display: none;
    }

    .custom-post-recommendations-content{
        flex-wrap: wrap;
        gap:20px;
        flex-direction: column;
    }

    .recommended-post {
        width: calc(50% - 20px);
        padding: 0;
        border: none;
    }

    .custom-head{
        flex-wrap: wrap;
        padding: 0 40px;
    }

    .custom-head-left {
        max-width: 100%;
        width: 100%;
    }

    .custom-head-right,
    .custom-head-right img {
        max-width: 100%;
        width: 100%;
    }

    .bottom-post-info {
        padding: 0 40px;
        margin: auto 0 0;
    }

    .author-info,
    .author-posts{
        padding: 0 20px;
    }

    .author-post-item {
        width: 100%;
        max-width: 344px;
    }

    .author-post-image {
        width: 100%;
        max-width: 100%;
    }

    .last-news-wrapper__desctop{
        display: none;
    }

    .last-news-wrapper__mobile{
        display: block;
        padding: 0 20px;
	/*margin-top:58px*/
    }

    .last-news {
        margin-top: 45px;
    }

    .last-news-left {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        border-right:none;
        gap: 32px;
    }

    .last-news-left__big {
        max-width: 100%;
    }

    .last-news-left__big:after{
        display: none;
    }

    .last-news-left__big-item{
        margin-bottom: 20px;
    }

    .last-news-right{
        margin-top: 24px;
        max-width: 100%;
    }

    .last-news-right-item__title {
        max-width: calc(100% - 106px);
    }

    .last-news-button {
        margin-top: 18px;
    }

.last-news-right-item__image {
    width: 100px;
    height: 56px;
}


    .investments-post-items {
        display: flex;
        flex-wrap: nowrap;
        gap: 0 18px;
        margin-top: 4px;
   
        width: 2315px;
    }

    .investments-items-wrapper{
        margin-right: -20px;
        overflow-x: auto;
    }

    .investments-section, .post-category-section {
        padding: 0 20px;
    }

    .investments-post-item {
        max-width: 272px;
        width: 272px;
    }

    .read-more-button {
        margin-top: 30px;
        width: 100%;
    }

    .investments-post-item:after {
        right: -8px;
    }

    .post-category-items{
        flex-wrap: nowrap;
        width: 2300px;
    }

    .post-category-item {
        max-width: 272px;
        width: 272px;
    }

    .post-category-wrapper{
        margin-right: -20px;
        overflow-x: auto;
    }

    .post-category-section {
        margin-top: 40px;
    }

    .export-volume-chart-desctop{
        display: none;
    }

    .export-volume-summary{
        width: 100%;
    }

    .export-volume-bar:has(.export-volume-bar-previous[style*="width: 0px"]),
    .export-volume-bar:has(.export-volume-bar-current[style*="width: 0px"]) {
        display: none;
    }

    .export-volume-chart-mobile{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .export-volume-chart-mobile .export-volume-bar-previous,
    .export-volume-chart-mobile .export-volume-bar-current{
        height: 20px;
        border-radius:0 4px 4px 0;
    }

    .export-volume-bar{
        flex-direction: row;
    }

    .export-volume-month{
        order:-1;
        width: 25px;
        text-align: left;
    }

    .export-volume-value{
        transform: rotate(0);
        margin-top: -6.5px;
        margin-left: 107%;
    }

    .export-volume-chart-mobile{
        display: flex;
    }

    .error-404-container {
        height: 50vh;
    }

    .search-line label .search-field {
        max-width: 578px;
    }

    .error-404,
    .recommended-posts{
        padding: 0 20px;
    }

    .post-item {
        width: 100%;
        max-width: 100%;
    }

    .post-item:after{
        display: none;
    }

    .post-item:nth-child(n+2) a{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .post-item:nth-child(n+2) .post-thumbnail {
        width: 160px;
        height: 160px;
    }

    .post-item:nth-child(n+2) .post-content {
        margin-top: 0;
        width: 77%;
    }

    .search-results-container {
        padding: 0 20px;
    }

    .search-results-sidebar{
        display: none;
    }

    .search-no-results .search-results-page {
        background-position: -43vw -38px;
    }

    #search-input,
    #date_range {
        padding: 10px 14px 10px 15px !important;
    }

    .standart-page {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 550px){
    .first-nav {
        display: none;
    }

    .logo{
        max-width: 141px;
    }

    .search-bar {
        display: none;
    }

    .second-nav ul {
        width: 678px;
        justify-content: space-between;
        padding: 6px 20px 6px 0;
    }

.last-news-left__big-img{
height: 210px;
}

    .second-nav{
        overflow-x: scroll;
        overflow-y: hidden;
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
    }

    .funds-title {
        margin-top: 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .funds-content p{
        font-weight: 400;
        font-size: 12px;
        line-height: 167%;
        margin-top: 4px;
    }

    .funds-list{
        margin-top:16px
    }

    .funds-list-item{
        padding: 42px 30px;
        border-radius: 15px;
    }

    .funds-list-img img {
        width: 57px;
    }

    .funds-list-head{
        font-weight: 600;
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .funds-list-Investment_text{
        font-weight: 500;
        font-size: 17px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

    .funds-list-Investment_volume{
        font-weight: 500;
        font-size: 17px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

    .funds-list-content p{
        font-weight: 400;
        font-size: 17px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

    .funds-list-technologies{
        font-weight: 500;
        font-size: 17px;
        line-height: 140%;
    }

    .funds-list-stages{
        font-weight: 400;
        font-size: 17px;
        line-height: 143%;
        letter-spacing: 0.01em;
    }

    footer{
        padding: 30px 16px;
    }

    .subscribe-text{
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
    }

    .subscribe-form {
        margin-top: 16px;
    }

    .subscribe-form label{
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
    }

    .footer-main{
        padding: 40px 16px 30px;
    }

    .investment-list-filter-count{
        display: none;
    }

    #search-input {
        min-width: 43px;
        width: 40px;
        padding-right: 0 !important;
    }

    .investment-list-filter-block form,
    .investment-list-filter-block{
        width: 100%;
        justify-content: space-between;
    }

    .investment-list-filter {
        margin-top: 22px;
    }

    .investment-list-head_item{
        padding: 9px 8px;
    }

    .investment-list-item{
        padding: 14px 12px;
        font-weight: 400;
        font-size: 9px;
        line-height: 167%;
        letter-spacing: 0.01em;
    }

    .investment-list-item img{
        width: 28px;
    }

    #date_range {
        font-size: 14px;
    }

    .single-investment-fund-head_line {
        padding: 45px 20px 32px;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: -26px;
        margin-left: -20px;
        margin-right: -20px;
        justify-content: flex-start;
    }

    .single-investment-fund-img {
        width: 84px;
    }

.single-companies .single-investment-fund-img {
        width: 100%;
    }


    .single-investment-fund-head{
        font-weight: 700;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0.01em;
    }

    .single-investment-fund-technologies {
        margin-top: 5px;
        font-weight: 500;
        font-size: 13px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

    .single-investment-fund-short p {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        margin-top: 10px;
    }

    .single-investment-fund-links {
        gap: 6px;
        margin-top: 10px;
    }

    .single-investment-fund-investion {
        gap: 20px;
        margin-top: 29px;
        flex-wrap: wrap;
    }

    .single-investment-fund-Investment_volume,
    .single-investment-fund-stages {
        padding: 21px 15px;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
    }

    .single-investment-fund-Investment_volume span,
    .single-investment-fund-stages span{
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
    }

    .single-investment-fund-content {
        margin-top: 27px;
    }

    .single-investment-fund-content-text{
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.01em;
    }

    .single-investment-fund-content p{
        margin-top: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 132%;
    }

    .single-investment-related-news {
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 100px;
    }

    .single-investment-related-news-title{
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.01em;
    }

    .single-investment-related-news-items {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .single-investment-related-news-item{
        width: 100%;
        max-width: 100%;
        position: relative;
        display:flex;
        gap:8px;
        flex-direction: row-reverse;
    }

    .single-investment-related-news-item:after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .single-investment-related-news-item:nth-last-child(1):after{
        display: none;
    }

    .single-investment-related-news-img{
        max-width: 80px;
        height: 80px;
    }

    .single-investment-related-news-item:nth-child(1){
        display: block;
    }

    .single-investment-related-news-item:nth-child(1) .single-investment-related-news-img{
        max-width: 100%;
        height: 225px;
    }

    .single-investment-related-news-head a {
        font-weight: 600;
        font-size: 14px;
    }

    .related-news-button{
        width: 100%;
        justify-content: space-around;
    }

    .custom-desctop{
        display: none;
    }

    .custom-mobile{
        display: block;
    }

    .custom-post-content {
        padding: 0 20px;
        margin-top: 33px;
    }

    .custom-post-other-info {
        justify-content: space-between;
    }

    .custom-post-title{
        margin-top: 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0em;
    }

    .custom-post-info{
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        padding-bottom: 13px;
    }

    .custom-post-post img{
        width: 100%;
    }

    .custom-post-contentpart {
        max-width: 100%;
    }

    .custom-post-post p {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

.custom-post-post ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #292219;
}

    .custom-post-post h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 110%;
    }

    .custom-post-post blockquote {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .custom-post-tags{
        flex-wrap: wrap;
        gap: 14px
    }

    .custom-post-tags a{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }

    .custom-post-recommendations {
        padding: 0 20px;
        margin-top: 34px;
    }

    .custom-post-recommendations-title{
        font-weight: 600;
        font-size: 18px;
        text-transform: capitalize;
    }

    .recommended-post {
        width: calc(50% - 10px);
    }

    .recommended-title h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 129%;
    }

    .custom-post-category li a{
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
    }

    .custom-post-date{
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }

    .custom-post-author-icon {
        width: 30px;
        height: 30px;
    }

    .custom-post-author {
        gap: 10px;
    }

    .custom-post-author-name{
        font-weight: 500;
        font-size: 14px;
        line-height: 140%
    }

    .custom-post-reading-time{
        font-weight: 400;
        font-size: 14px;
        line-height: 160%
    }

    .custom-head{
        padding: 0 20px;
        gap:30px;
        border: none;
    }

    .custom-post-separator{
        display: none;
    }

    .custom-head-left .custom-post-other-info {
        padding-bottom: 0px;
        align-items: center;
        border: none;
        margin-top: 14px;
    }

    .custom-head-left .custom-post-author {
        margin-top: 0;
    }

    .without-sidebar{
        margin-top: 0;
    }

    .head-background {
        background-size: cover;
        background-position: center;
        padding: 26px 0 36px;
        height: 500px;
        position: relative;
        margin-top: 42px;
    }

    .bottom-post-info {
        padding: 0 20px;
    }

    .head-background .custom-post-info {
        padding-bottom: 0;
        border: none;
    }

    .companies-list{
        margin-top: 26px;
    }
    
    .companies-list-title{
        font-size: 20px;
    }

    .category-section {
        padding: 0 20px;
        /*margin-top: 150px;*/
    }

    .category-title{
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .category-post-list {
        margin-top: 0;
    }

    .category-post-item{
        gap:9px;
    }

    .category-post-image {
        min-width: 106px;
        max-width: 106px;
        max-height: 106px;
    }

    .category-post-title{
        font-size: 18px;
        line-height: 130%!important;
    }

    .category-post-text{
        display: none;
    }

    .category-post-author{
        gap:10px;
        font-size: 12px;
        line-height: 140%;
    }

    .category-post-author img{
        width: 36px;
    }

    .category-post-date{
        font-size: 12px;
        line-height: 160%;
    }

    .category-post-info {
        gap: 5px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .author-info{
        flex-wrap: wrap;
        gap:16px
    }

    .author-image{
        width: 82px;
        height: 82px;
        min-width: 82px;
    }

    .author-info-block h1{
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.01em;
    }

    .first-line--desctop{
        display: none;
    }

    .first-line--mobile{
        display: flex;
    }

    #lang_choice_2{
        border: none;
        background: transparent;
        text-transform: uppercase;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 156%;
        color: #000;
        padding: 0;
        padding-right: 5px;
        border-radius: 0;
    }

    #lang_choice_2 option{
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 156%;
        color: #000;
        border:none;
        border-radius: 0;
    }

    .burger-menu {
        width: 22px;
        cursor: pointer;
    }
    
    .burger-menu__line {
        width: 100%;
        height: 2px;
        background-color: #333;
        margin: 4px 0;
        border-radius: 1px;
        transition: all 0.3s ease;
    }
    
    .burger-menu.active .burger-menu__line:nth-child(1) {
        transform: rotate(45deg) translate(4px, 5px);
    }
    
    .burger-menu.active .burger-menu__line:nth-child(2) {
        opacity: 0; /* Середня лінія зникає */
    }
    
    .burger-menu.active .burger-menu__line:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -5px);
    }

    .search-btn-mobile{
        display: flex;
        gap:12px;
        align-items: center;
    }

    .search-bar-mobile{
        width: 26px;
        height: 25px;
    }

    .third-nav ul{
        flex-direction: column;
        align-items: baseline;
        padding: 15px 0;
    }
    .third-nav ul li{
        margin: 10px 0;
    }

    .footer-logo{
        width: 100%;
        margin-bottom: 30px;
        order: 0;
    }

    .footer-info{
        order:2;
        margin-top: 12px;
        width: 50%;
    }

    .footer-menu{
        order:3;
        margin-top: 12px;
        width: 50%;
    }

    .footer-contact{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid  #d1d5db;;
    }

    .footer-contact div a, .footer-contact div{
        text-align: left;
    }

    .footer-info li a, .footer-menu li a {
        font-size: 14px;
    }

    .footer-second-line {
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .footer-social{
        width: 100%;
        text-align: center;
        padding: 16px 0 11px;
        border-top: 1px solid #d1d5db;
        border-bottom: 1px solid #d1d5db;
        margin-bottom: 18px;
    }

    .footer-address{
        width:50%;
    }

    .custom-posts-sidebar{
        /*margin-top:149px;*/
    }

    .custom-post-sidebar-without{
        margin-top: 0;
    }

    .author-post-item{
        position: relative;
    }

    .author-post-item::after{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #bfbfbf;
        bottom:-17px;
        position: absolute;
        left: 0;
    }

    .author-post-item:nth-last-child(2):after{
        display: none;
    }

    .recommended-post{
        width: 100%;
        max-width: 100%;
        position: relative;
        display:flex;
        gap:8px;
        flex-direction: row-reverse;
    }

    .recommended-post:after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

        .recommended-image{
        max-width: 80px;
        border-radius: 0;
/*        height: 80px;*/
    }
    .recommended-image a {
        display: block;
        aspect-ratio: 1200 / 630;
        overflow: hidden;
        border-radius: 5px;
        margin-top: 18px;
    }
    .recommended-image a img {
        overflow: visible;
    }

    /*.recommended-post:nth-child(1){
        display: block;
    }

    .recommended-post:nth-child(1) .recommended-image{
        max-width: 100%;
        height: 225px;
    }*/

    .single-investment-fund{
        margin-top: 67px;
    }

    .second-line{
        padding: 3px 0;
    }

    .first-lie-color{
        padding: 6px 0;
    }

    .author-page {
        /*margin-top: 90px;*/
    }

    .first-column a{
        flex-wrap: wrap;
    }

    .first-line .language-switcher {
        width: 50px;
    }

    .export-volume-section {
        padding: 20px;
    }

    .export-volume-container{
        padding: 25px;
        gap: 30px;
    }

    .export-volume-summary h3{
        font-size: 18px;
    }

    .export-volume-total{
        text-align: center;
    }

    .export-volume-total strong{
        font-size: 23px;
        text-align: center;
    }

    .export-volume-scale{
        display: flex;
        flex-wrap: wrap;
        gap:15px;
        align-items: center;
        justify-content: space-between;
    }

    .error-message {
        font-size: 20px;
    }

    .error-description {
        margin-top: 13px;
        font-size: 14px;
        line-height: 130%;
    }

    .error-404-container {
        height: 657px;
    }

    .error-404-wrapper {
        margin-bottom: 40vh;
    }

    .error-404{
        margin-top: 43px;
        background-image: url(
            /wp-content/uploads/2024/10/group-143726202.png);
        background-position: center;
    }

    .post-item:nth-child(n+2) .post-thumbnail {
        width: 80px;
        height: 80px;
    }

    .post-title {
        font-size: 16px;
    }

    .post-item {
        padding: 10px 0;
    }
    
    .section-title {
        font-size: 20px;
    }

    .search-results-container h1 {
        font-size: 24px;
    }

    .search-result-image {
        max-width: 70px;
        height: 70px;
    }

    .pagination{
        border: none;
    }

    .search-no-results .search-results-page {
        background-image: url(/wp-content/uploads/2024/10/group-143726202.png);
    }
    
    .search-no-results .search-results-page {
        background-image: url(/wp-content/uploads/2024/10/group-143726202.png);
        background-size: cover;
        background-position: center;
        margin-top: 43px;
    }

    .search-line label .search-field {
        width: calc(100% - 124px);
    }

    .search-line {
        padding: 30px 0;
    }

    .investment-list-filter-block form{
        flex-wrap: wrap;
    }

    #search-input, #date_range{
        width: calc(100vw - 40px);
        font-size: 14px;
    }

    .standart-page {
        margin-top: 42px;
    }

    .standart-page-head {
        padding: 36px 20px 60px;
    }

    .standart-page-title{
        font-size: 32px;
        text-align: left;
    }

    .standart-page-subhead{
        font-size: 18px;
        text-align: left;
    }

    .standart-page .custom-post-post {
        padding: 30px 20px 0;
        margin-bottom: 60px;
    }

    .search-line .search-submit {
        border-radius: 12px;
        padding: 14px 20px;
        background: #000;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }

    .search-line label .search-field {
        padding: 12px 18px;
    }

    .search-results {
        width: calc(100% - 40px);
    }

    .advert{
        padding: 24px 20px;
        border-radius: 20px;

    }
    
    .advert-container{
        flex-direction: column;
        gap: 8px;
    }

    .advert-text{
        font-size: 14px;
        margin-top: 10px;
    }
    
}

@media only screen and (max-width: 600px) {
    .funds-list-item,
    .author-post-item {
        max-width: 100%;
    }
}