

/* Start:/local/templates/nota_main/components/dnext/simple.banner/banner/style.css?16775856062100*/
.banner {
    padding: 0 80px;
    border-radius: 32px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    transition: background-size .3s ease-in;
    -moz-transition: background-size .3s ease-in;
    -web-kit-transition: background-size .3s ease-in
}
.lang-en .banner {
    background-image: url('/local/html/img/bg-banner.jpg')
}
.lang-ru .banner {
    background-image: url('/local/html/img/bg-banner-ru.jpg')
}

.banner__wrapper {
    width: 100%;
}

.banner:hover {
    background-size: 120% 120%;
}

.banner__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.banner__text {
    font-size: 48px;
    line-height: 110%;
    max-width: 650px;
}

@media(max-width: 1279px) {
    .banner {
        animation: none;
    }
    .banner:hover {
        animation: none;
    }
}

@media(max-width: 1279px) {
    .banner {
        padding: 0 48px;
        border-radius: 20px;
        height: 350px;
        margin-bottom: 80px;
    }
    .banner__text {
        font-size: 32px;
        max-width: 320px;
    }
    .lang-ru .banner {
        padding: 56px;
    }
    .lang-ru .banner__container {
        flex-direction: column;
        align-items: start;
    }
    .lang-ru .banner__text {
        max-width: 100%;
        margin-bottom: 48px;
    }
}

@media(max-width: 784px) {
    .banner {
        padding: 0 40px;
    }
}

@media(max-width: 767px) {
    .banner {
        padding: 40px 32px;
        border-radius: 16px;
        margin-bottom: 40px;
        height: 264px;
    }
    .lang-ru .banner {
        padding: 40px 24px;
    }
    .lang-ru .banner__text {
        margin-bottom: 40px;
    }
    .banner__text {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .banner__container {
        flex-direction: column;
        align-items: start;
    }
    .banner__container .arrow-link {
        width: 100%;
        text-align: center;
    }
    .banner__link {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/portfolio.sections/next/style.css?16775856065085*/
.main-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
}

.next-project-card__wrapper {
    width: 100%;
}

.next-project-card {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    position: relative;
    /*height: 289px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.next-project-card__layout {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-flow: column;
    cursor: pointer;
}

.text-item {
    display: flex;
    flex-flow: column;
}

.text-item__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #828996;
}

.text-item__tag {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 16px;
    background: #142238;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.text-item__tag__text {
    font-size: 14px;
    line-height: 130%;
    color: #EC4ED3;
}

.project-overlay {
    position: absolute;
    right: 0;
    top: 0;
}
.text-column {
    z-index: 2;
    max-width: 700px;
}
.image-wrapper {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    right: 350px;
    z-index: 1;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition-timing-function: linear;
}

@media (max-width: 1279px) {
    .image-wrapper {
        transform: translate(0, 0) !important;
        width: 188px;
    }
    .next-project-card__img {
        opacity: 1 !important;
    }
}
/*.next-project-card__layout:hover .image-wrapper {*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -20%;*/
/*    transform: translate(-10%, 0);*/
/*}*/

.link-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.project-overlay__layout {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-flow: row;
}

.text-item__name {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
    width: 707px;
}

.second-flex {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.link-container {
    position: absolute;
}
.link {
    top: 30px;
    margin-top: auto;
    margin-left: 30px;
    margin-bottom: auto;
}

.card-flex-layout {
    display: flex;
    flex-flow: row;
}

.project-image {
    width: 100%;
    height: auto;
}

.next-project-card__img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.next-project-card__img .telephone-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100px;
    height: 240px;
}

.next-project-card__img video {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden !important;
    border-radius: 15px;
    padding: 5px;
}

@media screen and (min-width: 1279px){
    .next-project-card__layout .image-wrapper {
        opacity: 0;
    }
}

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

    .next-project-card__img .telephone-container {
        transform: matrix(1, 0.08, -0.08, 1, 0, 0);
    }

    .text-item__tag {
        margin-top: 43px;
        margin-bottom: 16px;
    }
    .main-container {
        margin-left: 40px;
        margin-right: 40px;
    }
    .card-flex-layout {
        flex-flow: column;
    }
    .text-item__name {
        width: 455px;
    }
    .text-column {
        width: 455px;
        margin-right: 30px;
    }

    .project-image {
        width: 200px;
        height: 200px;
    }

    .image-wrapper {
        top: unset;
        left: unset;
        right: 0;
        width: 188px;
        overflow: hidden;
    }

    .link-wrapper {
        margin-left: 0;
        margin-right: unset;
        margin-top: 20px;
    }

    .link {
        margin-left: unset;
    }
    .next-project-card {
        margin-bottom: 80px;
    }

    .image-wrapper {
        display: block;
    }
}

@media screen and (max-width: 767px){
    .text-item__name {
        font-size: 18px;
        width: 164px;
    }

    .next-project-card {
        margin-bottom: 48px;
    }

    .next-project-card__layout {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .main-container {
        margin-right: 0;
        margin-left: 0;
    }

    .text-column {
        width: 70%;
        margin-right: unset;
    }
    .project-image {
        width: 120px;
        height: 120px;
    }

    .text-item__tag {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .text-item__tag__text {
        font-size: 12px;
    }
    .text-item__title {
        font-size: 14px;
    }

    .next-project-card__img .telephone-container {
        width: auto;
        height: auto;
    }

    .image-wrapper {
        width: 72px;
        height: 148px;
    }
}

/* End */
/* /local/templates/nota_main/components/dnext/simple.banner/banner/style.css?16775856062100 */
/* /local/templates/nota_main/components/dnext/portfolio.sections/next/style.css?16775856065085 */
