.elementor-807 .elementor-element.elementor-element-c67e2ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-807 .elementor-element.elementor-element-80627e6{--display:flex;--min-height:45px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:30px 0px;--row-gap:30px;--column-gap:0px;--overlay-opacity:0.5;--border-radius:10px 10px 10px 10px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-807 .elementor-element.elementor-element-80627e6::before, .elementor-807 .elementor-element.elementor-element-80627e6 > .elementor-background-video-container::before, .elementor-807 .elementor-element.elementor-element-80627e6 > .e-con-inner > .elementor-background-video-container::before, .elementor-807 .elementor-element.elementor-element-80627e6 > .elementor-background-slideshow::before, .elementor-807 .elementor-element.elementor-element-80627e6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-807 .elementor-element.elementor-element-80627e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02010100;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif, Inter Tight;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-807 .elementor-element.elementor-element-80627e6{--content-width:1240px;}}@media(max-width:1024px){.elementor-807 .elementor-element.elementor-element-80627e6{--gap:20px 0px;--row-gap:20px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-807 .elementor-element.elementor-element-80627e6{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-5d58dfc */.news-carousel {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.news-card {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
    box-shadow: none;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
}
.news-cover {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-cover img {
    width: 100%;
    border-radius: 2px;
    height: auto;
    object-fit: cover;
    display: block;
}
.news-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news-title {
    font-size: 16px;
    line-height: 1.15;
    margin-top: -5px;
    font-weight: 700;
    color: #1f2937;
}
.news-date {
    font-size: 14px;
    color: #666;
    margin-top: -8px;
}
.news-excerpt {
    display: none;
}

/* Планшетная версия */
@media (min-width: 768px) {
    .news-cover {
        height: 202px !important;
    }
    .news-cover img {
        height: 100%;
        border-radius: 5px;
    }
    .news-excerpt {
        font-size: 16px;
        line-height: 1.4;
        color: #444;
        margin-top: -10px;
        display: block;
    }
    .news-title-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .news-date {
        margin-top: 0;
    }
    .news-title {
    font-size: 16px;
    line-height: 1.15;
    margin-top: 15px;
    font-weight: 700;
    color: #1f2937;
}
}

/* Десктопная версия */
@media (min-width: 1025px) {
    .news-cover {
        height: 350px !important;
    }
    .news-cover img {
        height: 100%;
        border-radius: 10px;
    }
    .news-title {
        font-size: 32px;
        line-height: 1.15;
        margin: 6px 0 8px;
        font-weight: 800;
        color: #1f2937;
    }
    .news-excerpt {
        font-size: 16px;
        line-height: 1.4;
        color: #444;
        margin-top: 6px;
        display: block;
    }
}/* End custom CSS */