

/* Start:/local/templates/nsk-default/components/bitrix/news.list/categories/style.css?17899380293719*/
.categories {
    padding: 137px 0;
}

.categories__list {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-auto-rows: 343px;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Row 1 */
.categories__item:nth-child(1) {
    grid-column: span 8;
}

.categories__item:nth-child(2) {
    grid-column: span 5;
}

.categories__item:nth-child(3) {
    grid-column: span 7;
    grid-row: span 2;
}

/* Row 2 */
.categories__item:nth-child(4) {
    grid-column: span 5;
}

.categories__item:nth-child(5) {
    grid-column: span 8;
}

/* Row 3 */
.categories__item:nth-child(6) {
    grid-column: span 10;
}

.categories__item:nth-child(7) {
    grid-column: span 10;
}

/* Row 4 */
.categories__item:nth-child(8) {
    grid-column: span 5;
}

.categories__item:nth-child(9) {
    grid-column: span 7;
}

.categories__item:nth-child(10) {
    grid-column: span 8;
}

.categories__item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 16px;
    background: var(--white-dark);
}

.categories__item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--white-dark-gradient);
    z-index: -1;
    opacity: 0;
}

.categories__item:hover::before {
    opacity: 1;
}

.categories__link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 32px;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
}

.categories__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--black);
    flex: 1;
    margin: 0;
    position: relative;
    z-index: 1;
}

.categories__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
    width: auto;
    object-fit: contain;
}

.categories__item:nth-child(1) .categories__image {
    right: -40%;
}

.categories__item:nth-child(2) .categories__image {
    right: -20%;
}

.categories__item:nth-child(3) .categories__image {
    right: -70%;
}

.categories__item:nth-child(4) .categories__image {
    right: -20%;
}

.categories__item:nth-child(5) .categories__image {
    right: -10%;
}

.categories__item:nth-child(6) .categories__image {
    right: -10%;
}

.categories__item:nth-child(7) .categories__image {
    right: -10%;
}

.categories__item:nth-child(8) .categories__image {
    right: -30%;
    bottom: -20%;
}

.categories__item:nth-child(9) .categories__image {
    right: -10%;
}

.categories__item:nth-child(10) .categories__image {
    right: -5%;
}

@media (max-width: 1024px) {
    .categories {
        padding: 24px 0;
    }

    .categories__name {
        font-size: 18px;
    }

    .categories__item:nth-child(1) .categories__image {
        right: -60%;
    }

    .categories__item:nth-child(2) .categories__image {
        right: -30%;
    }

    .categories__item:nth-child(3) .categories__image {
        right: -80%;
    }

    .categories__item:nth-child(9) .categories__image {
        right: -10%;
    }

    .categories__item:nth-child(10) .categories__image {
        right: -20%;
    }
}

@media (max-width: 768px) {
    .categories__image {
        height: 65%;
    }

    .categories__list {
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .categories__list {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .categories__name {
        font-size: 14px;
    }

    .categories__image {
        height: 140%;
    }

    .categories__item:nth-child(n) .categories__image {
        right: -10px;
        bottom: -15px;
        width: 100px;
    }

    .categories__link {
        padding: 12px 120px 12px 12px;
    }
}

/* End */


/* Start:/local/templates/nsk-default/components/bitrix/news.list/why-us/style.css?17899380292190*/
.why-us {
    background-image: url('/local/templates/nsk-default/components/bitrix/news.list/why-us/images/why-us-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 45px 0 100px;
    border-radius: 4px;
}

.why-us__title {
    margin: 0 0 60px;
    color: var(--white);
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: -2%;
}

.why-us__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-us__item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 30%;
    width: 100%;
}

.why-us__item:nth-child(2) {
    max-width: 45%;
    width: 100%;
}

.why-us__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-us__text {
    max-width: 250px;
    margin: 0;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1%;
}

@media (max-width: 1360px) {
    .why-us__list {
        gap: 20px;
    }

    .why-us__item {
        max-width: 31%;
    }
}

@media (max-width: 1024px) {
    .why-us {
        padding: 32px 0;
    }

    .why-us__list {
        gap: 33px;
    }

    .why-us__title {
        font-size: 24px;
        margin: 0 0 28px;
    }

    .why-us__text {
        font-size: 12px;
    }

    .why-us__icon {
        width: 42px;
        height: 42px;
    }

    .why-us__item {
        max-width: 30%;
    }
}

@media (max-width: 768px) {
    .why-us__icon {
        width: 30px;
        height: 30px;
    }

    .why-us__item {
        max-width: 29%;
    }
}

@media (max-width: 600px) {
    .why-us {
        padding: 24px 0;
        background-position: 70%;
    }

    .why-us__title {
        font-size: 18px;
    }

    .why-us__list {
        gap: 32px;
    }

    .why-us__icon {
        width: 26px;
        height: 26px;
    }

    .why-us__text {
        max-width: 215px;
        font-size: 12px;
    }

    .why-us__item {
        flex-direction: column;
        align-items: flex-start;
        max-width: 44%;
    }

    .why-us__item:nth-child(1) {
        max-width: 60%;
    }

    .why-us__item:nth-child(2) {
        max-width: 44%;
    }
}

/* End */


/* Start:/local/templates/nsk-default/components/bitrix/news.list/description/style.css?17899380295736*/
.description {
    display: flex;
    flex-direction: column;
    gap: 62px;
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}

.description-decoration {
    position: absolute;
    background-image: url("/local/templates/nsk-default/components/bitrix/news.list/description/./images/desc-decor.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 640px;
    height: 20%;
    top: 0;
    right: -30px;
}

/*.description-gradient {
    position: absolute;
    width: 1000px;
    height: 200%;
    top: -250px;
    right: -250px;
    background: radial-gradient(rgba(69, 10, 69, 1), rgba(69, 10, 69, 0));
    opacity: 0.1;
    border-radius: 100%;
    transform: rotate(-150deg);
}*/

.description-text {
    max-width: 616px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    z-index: 2;
}

.description-wrap {
    display: flex;
    gap: 90px;
    align-items: stretch;
}

.description-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.description-title {
    max-width: 435px;
    font-size: 48px;
    font-weight: 500;
    color: var(--purple-mid);
    line-height: 110%;
    letter-spacing: -2%;
    margin: 0;
}

.description-card {
    flex: 1;
    background-image: url("/local/templates/nsk-default/components/bitrix/news.list/description/./images/card-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    min-height: 653px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
}

.description-card__name {
    color: var(--black);
    max-width: 300px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;

}

.description-footer {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.description-footer__text {
    color: var(--dark-purple);
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
}

.description-footer__btn {
    display: inline-flex;
    padding: 15px 30px;
    background: var(--purple-mid);
    color: var(--white);
    border-radius: 30px;
    align-self: flex-start;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2%;
}

.description-footer__btn:hover {
    background: var(--purple-hover);
}

.description-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.description-skill {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--purple);
    border-radius: 16px;
    padding: 24px;
    min-height: 343px;
    position: relative;
}

.description-skill--link {
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

@media (hover: hover) {
    .description-skill--link:hover {
        background-color: var(--purple-mid);
    }
}

.description-skill__name {
    max-width: 270px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--white);
    flex: 1;
}

.description-skill__img {
    position: absolute;
}

.description-skill:nth-child(1) .description-skill__img {
    top: 15%;
    right: 5%;
}

.description-skill:nth-child(2) .description-skill__img {
    top: 5%;
    right: 10%;
}

.description-skill:nth-child(3) .description-skill__img {
    top: 30%;
    right: 0;
}

.description-footer--mobile {
    display: none;
}

@media (max-width: 1360px) {
    .description-decoration {
        width: 440px;
        height: 17%;
    }
}

@media (max-width: 1024px) {
    .description {
        gap: 24px;
    }

    .description-text {
        max-width: 516px;
        font-size: 18px;
    }

    .description-decoration {
        height: 20%;
        right: -70px;
    }

    .description-title {
        margin: 0;
        font-size: 24px;
    }

    .description-wrap {
        gap: 16px;
    }

    .description-left {
        gap: 24px;
    }

    .description-card {
        padding: 16px;
        min-height: 348px;
    }

    .description-right {
        gap: 16px;
    }

    .description-skill {
        min-height: 177px;
        padding: 16px;
    }

    .description-skill__img {
        height: 70%;
    }

    .description-skill:nth-child(1) .description-skill__img {
        top: 25%;
    }

    .description-skill:nth-child(2) .description-skill__img {
        top: 25%;
        right: 7%;
    }

    .description-skill:nth-child(3) .description-skill__img {
        top: 25%;
    }

    .description-footer__btn {
        padding: 12px 24px;
        font-size: 18px;
        border-radius: 24px;
    }
}

@media (max-width: 768px) {
    .description {
        padding-top: 97px;
    }

    .description-skill__img {
        height: 60%;
    }

    .description-skill:nth-child(n) .description-skill__img {
        top: unset;
        bottom: 10%;
    }

    .description-decoration {
        height: 13%;
        width: 294px;
    }
}

@media (max-width: 600px) {
    .description-footer {
        display: none;
        gap: 12px;
    }

    .description-footer--mobile {
        display: flex;
    }

    .description {
        padding-top: 24px;
    }

    .description-text {
        max-width: 60%;
        font-size: 14px;
    }

    .description-decoration {
        width: 209px;
        height: 8%;
        right: -30px;
    }

    .description-wrap {
        flex-direction: column;
    }

    .description-left {
        gap: 16px;
    }

    .description-right {
        gap: 12px;
    }

    .description-card__name {
        max-width: 300px;
        font-size: 18px;
    }

    .description-skill__name {
        font-size: 14px;
    }

    .description-footer__text {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/nsk-default/components/bitrix/news.list/categories/style.css?17899380293719 */
/* /local/templates/nsk-default/components/bitrix/news.list/why-us/style.css?17899380292190 */
/* /local/templates/nsk-default/components/bitrix/news.list/description/style.css?17899380295736 */
