.cooperation{
    /*background-image:  linear-gradient(90deg, rgba(237,237,237,0.8) 0%, rgba(237,237,237,0.8) 100%), url('../../../../assets/images/cooperation.png');*/
    padding: 70px 20px 80px;
    background-color: rgba(237, 237, 237, 0.8);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #2E2E2E;
    /*width: 100vw;*/
    position: relative;
}
.cooperation::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    filter: blur(100px);
    background: #fff;
}
.cooperation > *{
    z-index: 5;
}
.cooperation h2{
    /* font-family: 'Kyiv*Type Serif Medium', serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    font-feature-settings: 'ss04' on;
    margin-bottom: 20px;
}

.cooperation p{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

.cooperation button{
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EAEAEA;
}
.cooperation button:hover{
    background: #EAEAEA;
    color: #2E2E2E;
}
@media screen and (max-width: 1024px){
    .elementor-element .elementor-widget-container h4.title, .elementor-element .elementor-widget-container .wd-text-block h4{
        font-size: 31px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}




.elementor-element .elementor-widget-container h4{
    /* font-family: 'Kyiv*Type Serif Medium', serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    font-feature-settings: 'ss04' on;
    color: #2E2E2E;
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__text .elementor-post__title a{
    /* font-family: 'Kyiv*Type Serif Medium', serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: 'ss04' on;
    color: #2E2E2E;
    margin-bottom: 16px;
}

.elementor-posts .elementor-post__text .elementor-post__excerpt p {
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 0;
    padding-bottom: 19px;
}

.elementor-post-date{
    font-family: 'Montserrat Thin', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #2E2E2E;
}

.elementor-post__meta-data{
    margin: 0 auto;
}

.wd-text-block a.about-link{
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('../../../../assets/images/about-arrow.svg');
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    /*margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0;*/
    width: 280px;
    background-position: right 0 top 50%;
    text-align: left;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}
@media screen and (max-width: 1024px) {

    .cooperation{
        padding: 30px 15px;
    }
}
@media screen and (max-width: 800px) {
    .cooperation h2{
        font-size: 31px;
        line-height: 1.2;
    }
    .cooperation p{
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 597px) {
    .wd-text-block a.about-link{
        display: none;
    }
}

.elementor-1595 .elementor-element.elementor-element-75e931c .elementor-pagination{
    position: absolute;
    right: 0;
    font-size: 30px;
    top: -110px;
}