<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ncPro .tBan {
    width: 100%;
    position: relative;
}

.ncPro .tBan video {
    width: 100%;
    aspect-ratio: 2.8/1;
    object-fit: cover;
    object-position: center center;
}

.ncPro .tBan .over {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.ncPro .tBan .over .logo img {
    width: 500px;
    filter: invert(1);
}

.ncPro .tBan .over .head {
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5em;
    padding: 0 15px;
}

.ncPro .tBan .btn {
    border: 2px white solid;
    color: white;
    background-color: transparent;
}

.ncPro .about {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ncPro  h1 {
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0F0F0F;

}

.ncPro p {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    color: #636363;

}

.ncPro .about .pIcons {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.ncPro .about .pIcons .head {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.ncPro .sec1 {
    background-color: #F9F9F9;
}

.ncPro .sec1 .row {
    display: flex;
    column-gap: 80px;
    padding: 40px 0;
    align-items: center;
    justify-content: space-between;
}

.ncPro h2 {
    font-family: Verdana Pro;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.89px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0F0F0F;
}

.ncPro .sec1 p {
    text-align: left;
}

.ncPro .sec1 .btn {
}


.ncPro .sec2 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.ncPro .sec2 h2 {
    text-align: center;
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;

}

.ncPro .sec2 .pBlocks {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ncPro .sec2 .pBlocks li {
    background-color: #F9F9F9;
    padding: 20px;
}

.ncPro .sec2 .pBlocks .row {
    display: flex;
    column-gap: 80px;
    justify-content: space-between;
    align-items: center;
}

.ncPro .sec2 .pBlocks .row .col {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}

.ncPro .sec2 .pBlocks .row .col p {
    text-align: left;
}

.ncPro .sec2 .pBlocks .row .col img {
    width: 100%;
}

.ncPro .sec2 .pBlocks .row .col .head {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    
}

.ncPro .sec2 .pBlocks .row .col.p2 {
    padding-left: 40px;
}


.ncPro .pSlider h2 {
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;
}

.ncPro .pSlider .slider li {
    position: relative;
}

.ncPro .pSlider .slider li img {
    width: 100%;
}

.ncPro .pSlider .slider li .head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);

    color: white;
    font-size: 24px;
}

.pSlider .slider .slick-arrow {
    z-index: 1000;
    width: 45px;
    height: 45px;
    background-image: url('arr_right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

.pSlider .slider .slick-arrow::before {
    content: "";
}

.pSlider .slider .slick-arrow.slick-prev {
    left: 0px;
    transform: scale(-1, 1);
    transform-origin: center center;
    border-radius: 4px 0px 0px 4px;
    margin-top: -22.5px;
}

.pSlider .slider .slick-arrow.slick-next {
    right: 0px;
    border-radius: 4px 0px 0px 4px;
}

.ncPro .sec3 {
    margin-top: 80px;
}

.ncPro .sec3 h2 {
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
}

.ncPro.sotrudnichestvo .block2 &gt; * {
    box-shadow: none;

}



.ncPro .pAddr {
    margin-top: 80px;
}

.ncPro .pAddr .row {
    display: flex;
    align-items: center;
}

.ncPro .pAddr .row .col {
    width: 50%;
    box-sizing: border-box;
}

.ncPro .pAddr .row .col:nth-child(1) {
    padding-right: 40px;
}

.ncPro .pAddr ul li {
    font-family: Verdana;
    font-size: 16px;
    line-height: 19.2px;
    text-align: left;
    color: #636363;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.ncPro .pAddr ul li b {
    font-weight: 700;
    color: #000;
}


.ncPro .pAddr h2 {
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 40px;
}

.ncPro .pSliderDesigners {
    margin-top: 40px;
    margin-bottom: 60px;
}

.ncPro .pSliderDesigners h2 {
    font-family: Verdana Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.17px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 40px;
}

.ncPro .pSliderDesigners .item {
}

.ncPro .pSliderDesigners .item img {
    width: 60%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.ncPro .pSliderDesigners .item .head {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 20px 40px;
    padding-bottom: 0;
}

.ncPro .pSliderDesigners .item .text {
    padding: 20px 40px 0 40px;
    text-align: left;
    margin-bottom: 0;
}

.ncPro .pSliderDesigners .item .text p {
    text-align: left;
}


.pSliderDesigners .slider .slick-arrow {
    z-index: 1000;
    width: 45px;
    height: 45px;
    background-image: url('arr_right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
}

.pSliderDesigners .slider .slick-arrow::before {
    content: "";
}

.pSliderDesigners .slider .slick-arrow.slick-prev {
    left: -10px;
    transform: scale(-1, 1);
    transform-origin: center center;
    border-radius: 4px 4px 4px 4px;
    margin-top: -22.5px;
}

.pSliderDesigners .slider .slick-arrow.slick-next {
    right: 10px;
    border-radius: 4px 4px 4px 4px;
}


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


    .ncPro .pSliderDesigners .item .head {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        padding: 20px 0px;
        padding-bottom: 0;
    }
    
    .ncPro .pSliderDesigners .item .text {
        padding: 20px 00px 0 0;
        text-align: left;
        font-size: 12px;
    }

    .ncPro .tBan video {
        aspect-ratio: 1/1;
    }

    .ncPro .tBan .over .logo img {
        width: 80vw;
    }

    .ncPro .about .pIcons {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .ncPro .about .pIcons li {
        width: 50%;
    }

    .ncPro .about .pIcons .head {
        font-size: 14px;
    }

    .ncPro .sec1 .row {
        flex-direction: column;
        row-gap: 40px;
    }

    .ncPro .sec1 .row .col:nth-child(1) {
        padding: 15px;
    }

    .ncPro .sec1 .row .col:nth-child(2) {
        display: none;
    }


    .ncPro h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ncPro p {
        font-size: 14px;
    }

    .ncPro .sec1 .row {
        padding: 20px 0;
    }

    .ncPro .btns {
        margin-bottom: 20px;
        text-align: center;
    }


    .ncPro .sec2 .pBlocks .row {
        flex-direction: column;
        row-gap: 20px;
    }

    .ncPro .sec2 .pBlocks .row .col {
        width: 100%;
    }
    .ncPro .sec2 .pBlocks .row .col.p2 {
        order: 10;
        padding-left: 0;
    }

    .ncPro  .pSlider .slider .slick-arrow {
        display: none !important;
    }

    .ncPro .pSlider .slider li .head {
        padding: 0 10vw;
        text-align: center;
        line-height: 1.5em;
    }


    .ncPro .pAddr .row {
        flex-direction: column;
        row-gap: 20px;
    }

    .ncPro .pAddr .row .col {
        width: 100%;
    }

    .pSlider .slider img {
        height: 100vw;
        width: auto !important;
    }

    .ncPro .tBan .over .head {
        color: white;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 20px;
    }
}</pre></body></html>