

/* Start:/assets/build/css/proekty-socialnogo-vozdejstviya.css?17053242283433*/
.psw-video {
    width: 787px;
    height: 446px;
}

.template img {
    max-width: 100%;
}

.magazine-element__line {
    border-width: 5px;
    border-radius: 30px;
    border-color: #EEEEEE;
    transition: all .3s;
}

.news-item .news-item__descr {
    display: block;
}

.news-item__descr:hover .magazine-element__line {
    border-color: #2CB5B4;
}

.news-item__descr a:hover {
    color: #30454f;
}

.news-item__descr a {
    text-decoration: none;
    transition: all .3s;
}

.news-item__date-custom {
    color: #A1A1A1;
    margin-top: 15px;
}

.news-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-more-btn:hover,
.show-more-btn__text:hover {
    color: #323E48;
}

.regulatory-framework-wrapper {
    display: flex;
}

.regulatory-framework__img {
    margin-right: 15px;
}

.areas-of-implementation-info {
    margin-top: 20px;
}

.areas-of-implementation-info__inner {
    display: none;
}

.areas-of-implementation-info__inner.active {
    display: flex;
    align-items: center;
    border: 1px solid #2CB5B4;
    border-radius: 32px;
    padding: 0 30px;
    justify-content: space-between;
}

.areas-of-implementation-menu {
    display: flex;
    gap: 15px;
}

.areas-of-implementation-menu__item {
    padding: 8px 16px;
    background-color: #F8F8FA;
    border-radius: 32px;
    cursor: pointer;
    transition: all .3s;
}

.areas-of-implementation-menu__item.active {
    background-color: #2CB5B4;
    color: #fff;
}

.areas-of-implementation-info__text {
    max-width: 70%;
}

.areas-of-implementation-info__links {
    text-align: right;
    min-width: 21%;
}

.areas-of-implementation-info__link {
    display: block;
    margin: 5px 0;
}

.areas-of-implementation-info__link:hover{
    transition: all .3s;
}

h2.template-h2 {
    font-size: 48px !important;
    padding-top: 10px;
}

.slider--dots-top-tablet .slick-dots {
    top: auto !important;
}

.slick-dots li button:after {
    border-radius: 32px;
}

.videowrapper {
    position: relative;
}

.preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 787px;
    height: 446px;
    z-index: 1;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    cursor: pointer;
}


@media (max-width: 480px) {
    h2.template-h2 {
        font-size: 24px !important;
    }

    .regulatory-framework-wrapper {
        display: block;
    }

    .regulatory-framework__col_left {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .psw-video {
        width: 100%;
        height: 200px;
    }

    .preview-image {
        width: 100%;
        height: 200px;
    }

    .areas-of-implementation-info__inner.active {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        padding: 20px 10px;
    }

    .areas-of-implementation-info__links {
        text-align: unset;
    }

    .areas-of-implementation-info__links a{
        display: block;
    }

    .areas-of-implementation-menu {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .areas-of-implementation-info__text {
        max-width: 100%;
    }

}
/* End */
/* /assets/build/css/proekty-socialnogo-vozdejstviya.css?17053242283433 */
