

/* Start:/local/templates/dnt-digital-main/components/bitrix/news.list/main.banner.slider/style.css?17666474292124*/
.start-section .start-section__info-title h1 {
    color: #ffffff;
}

@media screen and (max-width:640px) {
    .start-section__info-data {
        display: none;
    }
    .start-section__info-action--mob {
        display: block;
        margin-top: 10px
    }
}

@media screen and (max-width:1024px) {
    .start-section__info-action {
        display: none;
    }

    .start-section__info-action--mob {
        display: block;
    }
}


@media screen and (min-width:1025px) {
    .start-section__info-action--mob {
        display: none;
    }
}

.start-section__images svg{
    position: absolute;
    width: 0;
    height: 0;
}

.start-section__info {
    z-index: 9;
}

.start-section__slider-wrapper {
    z-index: 8;
}

.start-section__slider-left {
    z-index: 8;
}

.start-section__slider-right {
    z-index: 8;
}
.start-section__images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.start-section__item {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.start-section__item-image:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 2;
}
.start-section__item-image:not(:first-child) {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    z-index: 3;
}

@media screen and (max-width: 639px) {
    .start-section__item-image:not(:first-child) {
        -webkit-clip-path: url(#svgPathMob);
        clip-path: url(#svgPathMob);

    }
}

@media screen and (max-width: 990px) {
    .start-section__item-image:first-child {
        width: 80%;
    }
    .start-section__item-image:not(:first-child) {
        -webkit-clip-path: url(#svgPathTab);
        clip-path: url(#svgPathTab);
        width: 80%;

    }
}

.start-section__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.is-loaded .start-section__item img {
    opacity: 1;
}
/* End */
/* /local/templates/dnt-digital-main/components/bitrix/news.list/main.banner.slider/style.css?17666474292124 */
