

/* Start:/local/templates/main_old/components/bitrix/news/vendors/bitrix/news.detail/nsk/style.css?177639639910569*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

.mb-40 {
    margin-bottom: 40px !important;
}

.nsk-image,
.banner {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}

.text-gradient {
    /*background: linear-gradient(to right, #00569e, #1aa8e2);*/
    background: linear-gradient(to right, #001a2f, #00569e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #00569e;
    border-bottom: solid 1px #00569e87;
    display: inline;
}
.text-gradient:hover {
    background: linear-gradient(to right, #005BAC, #005BAC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #005BAC;
    border-bottom: solid 1px #005BAC;
}
.row.row-mb-20 {
    margin-bottom: -20px;
}

.row-mb-20 > .column {
    margin-bottom: 20px;
}

.nsk-price {
    font-size: 40px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    margin-bottom: 8px;
}

.nsk-section {
    padding: 50px 0px;
    position: relative;
    background: no-repeat right / contain;
}
.row-mb-sm-30.nsk-section--grayblue .column.mb-20,
.mb-20 {
    margin-bottom: 20px;
}
.nsk-section--gray {
    background-color: #F4F4F4;
}
.nsk-card-border {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
}
.nsk-blue-border {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
}
.nsk-blue-border:hover {
    border: 1px solid #005bac;
}
.nsk-card {
    /*background: white no-repeat center / cover;*/
    padding: 20px;
    height: 100%;
    position: relative;
}

.nsk-card--gradient::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 5px;
    height: calc(100% + 2px);
    background: linear-gradient(to bottom, #00569e, #1aa8e2);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.nsk-card--mobile-center {
    text-align: center;
}

.nsk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to right, white, rgba(255, 255, 255, .8), transparent);*/
}

.nsk-card__logo {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.nsk-card__content {
    position: relative;
    height: 100%;
    z-index: 1;
}

.nsk-card__logo--fill {
    background: #005bac;
}
.nsk-card__logo--fill_left {
    background: #005bac;
    float: left;
}
.nsk-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
}

.nsk-card__title--no-gap {
    margin-bottom: 8px;
}
.row-mb-sm-30.nsk-section--grayblue .column {
    margin-bottom: 0px;
}
.nsk-card__content_left {
    display: inline-block;
    float: left;
    width: calc(100% - 84px);
    padding-bottom: 10px;
}
.nsk-card__link-arrow {
    width: 42px;
    height: 42px;
    background-image: url('/local/templates/main_old/components/bitrix/news/vendors/bitrix/news.detail/nsk/images/link-dart.svg');
    display: block;
    margin-left: auto;
}
.nsk-card-border {
    border: 1px solid #E5E5E5;
}
.title.title--centered {
    font-size: 28px;
}
.title.title--sm {
    font-size: 22px;
}

.title.title--gradient-line {
    padding-bottom: 16px;
}
.title.title--gradient-line::after {
    content: '';
    display: block;
    height: 4px;
    width: 300px;
    max-width: 100%;
    border-radius: 2px;
   /* background: linear-gradient(to right, #00569e, #1aa8e2);*/
    background: linear-gradient(to right, #001a2f, #00569e);
}

.title--centered.title--gradient-line::after {
    left: 50%;
    transform: translateX(-50%);
}

.nsk-image {
    background: no-repeat center / cover;
    padding-bottom: 56%;
    width: 100%;
    height: 100%;
}
.nsk-section .btn.btn--warning {
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    background-color: #0c30e2;
    background-image: linear-gradient(0deg, #00569e 0, #1aa8e2);
}
.nsk-section .btn.btn--warning:hover {
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    background-color: #1aa8e2;
    background-image: linear-gradient(0deg, #1aa8e2 0, #0db7ff);
}
.nsk-section .product:hover {
    box-shadow: none;
    border: 1px solid #1aa8e2;
}
.nsk-section a.data-badge {
    border: 1px solid #03A9F4;
    color: #03A9F4;
}
.nsk-section a.data-badge:hover {
    background: #03A9F4!important;
}
.banner,
.banner img {
    display: block;
    width: 100%;
}

.nsk-gradient-link {
    display: inline-block;
    margin-bottom: 12px;
}
/*
.nsk-gradient-link .text-gradient::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #00569e, #1aa8e2);
}
*/
.nsk-h1 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px;
    line-height: 1.1;
    font-weight: 600;
}

.nsk-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.2;
}
.need-consult .nsk-subtitle {
    font-size: 24px;
}
.nsk-subtitle {
    font-size: 22px;
    margin: 0 0 30px;
}

.popular .slick-slider.row {
    margin: 0;
    position: static;
    display: flex;
    justify-content: center;
}

.popular .product {
    overflow: visible;
}

.popular .slick-track {
    display: flex;
}

.popular .slick-slide {
    height: auto;
}

.popular .slick-arrow {
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1;
    position: static;
}

.popular .slick-prev {
    left: 20px;
    order: 1;
}

.popular .slick-next {
    right: 20px;
    order: 2;
}

.popular .slick-arrow::before {
    color: #1aa8e2;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.nsk-section--grayblue {
    background-image: url('/local/templates/main_old/components/bitrix/news/vendors/bitrix/news.detail/nsk/images/bgr1.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #d3e0ec;
    background-size: contain;
}
.center {
    text-align: center;
}
.btn.consult_short_btn {
    color: #fff;
    background-color: #005bac;
    /*text-transform: none;*/
    font-size: 15px;
    border: none;
    padding: 13px 35px;
    text-align: center;
}
.consult_short_btn:hover {
    background-color: #03A9F4;
}
.btn--orange:hover {
    background-color: #FFC107;
}
.checkbox__wrapper {
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.agreement_link {
    color: #176ab3;
}

.consult_short_input {
    margin-bottom: 10px;
}
.popular {
    text-align: center;
}
.popular .row.valign-stretch {
    display: contents;
}
.popular .product__title {
    min-height: 72px;
}
.popular .row.valign-stretch .column.lg-3 {
    display: inline-block;
}
.pd-0 {
    padding-top: 0px;
}
.modal__body h3, .modal__body .h3 {
    font-size: 30px;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px;
    font-weight: 300;
}
.row.valign-middle.fl-r {
    display: flex;
    flex-direction: row-reverse;
}
.nsk-section__img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    /*max-width: 41.66667%;*/
    height: 100%;
    z-index: 0;
}
@media (max-width: 599px) {
    .center-mobile {
        text-align: center;
    }
    .nsk-section .logo {
        display: none;
    }
}

@media (max-width: 399px) {
    .consult_short_btn {
        width: 100%;
    }
    .row.gutter-remove .column.flex-badges--section {
        display: none;
    }
}
@media (min-width: 400px) {
    .popular {
        padding: 0 55px;
    }

    .popular .slick-arrow {
        position: absolute;
    }
}

@media (min-width: 600px) {
    .nsk-h1 {
        font-size: 38px;
    }

    .nsk-section {
        padding: 50px 0px;
    }

    .nsk-card__link-arrow {
        position: absolute;
        bottom: -20px;
        right: 0;
    }

    .nsk-card--mobile-center {
        text-align: left;
    }

    .nsk-card--row {
        display: flex;
    }

    .row.row-mb-sm-30 {
        margin-bottom: -30px;
    }

    .row-mb-sm-30 > .column {
        margin-bottom: 30px;
    }

    .nsk-title {
        font-size: 32px;
    }

    .nsk-subtitle {
        font-size: 20px;
    }
    .pd-0 {
        padding-top: 0px;
    }
}

@media (min-width: 900px) {
    .order-md-1 {
        order: 1;
    }

    .nsk-h1 {
        font-size: 48px;
    }

    .nsk-title {
        font-size: 42px;
    }

    .nsk-subtitle {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .nsk-price {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .title.title--sm {
        font-size: 18px;
    }
    .nsk-card__title {
        min-height: 50px;
    }
}
@media (max-width: 768px) {
    .nsk-card__title {
        min-height: 20px;
    }
    .nsk-section.need-consult {
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    .nsk-section {
        background-size: cover;
    }
}

@media (max-width: 599px) {
    .nsk-h1 {
        font-size: 32px;
    }
    .row.nsk-section--grayblue {
        /*background-image: none;*/
        padding: 20px 0px;
    }
    .nsk-card {
        padding: 0px 10px;
    }
    .nsk-card.nsk-card--mobile-center {
        padding: 10px;
    }
    .order-md-1 {
        display: none;
    }
    .nsk-card__logo {
        margin: 0px 0px 16px 0px;
    }
    .nsk-card__logo--fill_left,
    .nsk-card__content_left {
        float: none;
    }
    .nsk-card__content_left {
        width: 100%;
    }
    .nsk-section.banner-block {
        padding: 10px 0px;
    }
    .nsk-section.banner-block .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .popular .slick-next,
    .popular .slick-prev {
        top: 33%;
    }
    .popular .slick-arrow {
        position: absolute;
    }
    .btn.consult_short_btn {
        font-size: 12px;
    }
    .nsk-section__img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}
/* End */
/* /local/templates/main_old/components/bitrix/news/vendors/bitrix/news.detail/nsk/style.css?177639639910569 */
