

/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17816271383610*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}
.sp-medialib-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/templates/main/html/css/block-css/rs-billboard.css?17814523101439*/
.billboard {
    overflow: hidden;
    position: relative;
    min-height: 516px;
    margin-right: -15px;
    padding: 30px;
    border-radius: 7px 0px 0px 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.billboard > img,
.billboard > picture img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.billboard__content {
    color: #fff;
    max-width: 886px;
}

.billboard__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: var(--fluid-22-30);
    margin-bottom: 11px;
}

.billboard__text {
    font-weight: 500;
    font-size: var(--fluid-18-22);
    line-height: 150%;
    margin-bottom: 32px;
}

.billboard__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.rs-billboard {
    position: relative;
    z-index: 2;
}

@media (max-width: 1024.98px) {
    .billboard {
        margin: 0;
        border-radius: 7px;
        padding: 10px;
    }
}

@media (max-width: 767.98px) {
    .billboard {
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 663px;
    }

    .billboard__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .billboard__btns {
        grid-template-columns: 1fr;
        margin-top: auto;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-metrics.css?1781452310838*/
.metrics {
    position: relative;
}

.metrics__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.metrics .metrics-item {
    border-radius: 7px;
    padding: 30px 8px;
    height: 100%;
    background: #f8f8f8;
    text-align: center;
}

.metrics .metrics-item__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: var(--fluid-22-30);
}

.metrics .metrics-item__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--fluid-18-15);
    text-align: center;
    color: #3f444d;
}

.rs-metrics {
    margin-top: 40px;
}

@media (max-width: 1024.98px) {
    .metrics__items {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .metrics__items {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-topic.css?1781452311806*/
.topic {
    position: relative;
}

.topic__head {
    margin-bottom: 40px;
}

.topic__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.topic__column > img {
    border-radius: 7px;
    width: 100%;
}

.topic .topic-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.topic .topic-content .btn-color {
    margin-top: auto;
    max-width: 435px;
}

.topic .topic-content ul:not(:last-child) {
    margin-bottom: 50px;
}

.rs-topic {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (max-width: 1024.98px) {
    .topic__wrapper {
        grid-template-columns: 1fr;
    }

    .rs-topic {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-grid-block.css?17814523101917*/
.rs-grid-block {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
}

.rs-grid-block__wrapper {
    position: relative;
}

.rs-grid-block__head {
    margin-bottom: 50px;
}

.rs-grid-block__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rs-grid-block__picture {
    text-align: center;
    background: #fff;
    margin-top: 50px;
    margin-right: 20px;
    padding: 42px 20px;
}

.rs-grid-block__picture img {
    max-width: 100%;
}

.rs-grid-block_2 .rs-grid-block__items {
    margin-left: -20px;
    grid-template-columns: repeat(3, 1fr);
}

.rs-grid-block_3 {
    background: #f8f8f8;
    margin-left: -20px;
    padding-left: 20px;
}

.grid-block-card {
    padding: 15px 48px 15px 15px;
    font-weight: 400;
    font-size: var(--fluid-13-16);
    line-height: 150%;
    letter-spacing: 0.03em;
}

.grid-block-card h4 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: var(--fluid-16-20);
    margin-bottom: 10px;
}

.grid-block-card span {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #009fe2;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.grid-block-card img {
    margin-bottom: 30px;
}

@media (max-width: 1024.98px) {
    .rs-grid-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rs-grid-block__items {
        grid-template-columns: 1fr 1fr;
    }

    .rs-grid-block_2 .rs-grid-block__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .rs-grid-block__items {
        grid-template-columns: 1fr;
    }

    .rs-grid-block_2 .rs-grid-block__items {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-benefit.css?17815110222519*/
.rs-benefit {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.benefit {
    position: relative;
}

.benefit__wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.benefit__head {
    max-width: 48%;
    padding: 0px 15px;
    margin-bottom: 50px;
}

.benefit__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 65px;
}

.benefit__item {
    padding-right: 30px;
}

.benefit__picture {
    border-radius: 7px;
    overflow: hidden;
    margin-left: 15px;
    position: relative;
}

.benefit__picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.benefit_2 .benefit__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
}

.benefit_2 .benefit__wrapper {
    margin-left: -20px;
    grid-template-columns: 2fr 1fr;
}

.benefit_2 .benefit__picture {
    margin-left: 0;
}

.benefit_2 .benefit__head {
    max-width: none;
}

.benefit_2 .benefit__picture {
    grid-area: 1/2/3/3;
}

.benefit .benefit-card {
    position: relative;
    padding: 15px;
}

.benefit .benefit-card__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: var(--fluid-16-20);
    color: var(--chernyy-shrifty);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.benefit .benefit-card__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--fluid-13-16);
    line-height: 150%;
    letter-spacing: 0.03em;
    color: var(--chernyy-shrifty);
}

@media (max-width: 1024.98px) {
    .rs-benefit {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .benefit__wrapper {
        grid-template-columns: 1fr;
    }

    .benefit__head {
        max-width: none;
        padding: 0;
        margin-bottom: 35px;
    }

    .benefit__items {
        row-gap: 20px;
    }

    .benefit__item {
        padding-right: 0;
    }

    .benefit__plug {
        display: none;
    }

    .benefit__picture {
        display: none;
    }

    .benefit_2 .benefit__items {
        row-gap: 20px;
    }

    .benefit_2 .benefit__wrapper {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .benefit .benefit-card__title {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767.98px) {
    .benefit__items {
        grid-template-columns: 1fr;
    }

    .benefit_2 .benefit__items {
        grid-template-columns: 1fr;
    }

    .benefit .benefit-card {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-portfolio.css?17814523105020*/
.rs-portfolio {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.gallery {
    position: relative;
}

.gallery__head {
    padding: 0px 15px;
    max-width: 45%;
    margin-bottom: 58px;
}

.gallery__content {
    display: grid;
    row-gap: 30px;
}

.gallery__thumbs {
    align-self: end;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gallery .gallery-slider-main {
    min-width: 0;
    padding: 0px 15px;
}

.gallery .gallery-slider-main__slider {
    border-radius: 7px;
}

.gallery .gallery-slider-main__slide > * {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path 0.4s var(--timing-func) 0.4s;
    transition: clip-path 0.4s var(--timing-func) 0.4s;
    transition: clip-path 0.4s var(--timing-func) 0.4s, -webkit-clip-path 0.4s var(--timing-func) 0.4s;
}

.gallery .gallery-slider-main__slide.swiper-slide-active > * {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 0.4s var(--timing-func) 0s;
    transition: clip-path 0.4s var(--timing-func) 0s;
    transition: clip-path 0.4s var(--timing-func) 0s, -webkit-clip-path 0.4s var(--timing-func) 0s;
}

.gallery .main-slide {
    aspect-ratio: 1.1639;
    padding: 20px;
    position: relative;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.gallery .main-slide > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery .main-slide__content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    max-width: 492px;
}

.gallery .main-slide__content span {
    font-weight: 400;
    font-size: var(--fluid-13-16);
    color: var(--temno-seryy);
}

.gallery .main-slide__content h4 {
    margin-top: 5px;
    margin-bottom: 60px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: var(--fluid-15-18);
    color: var(--chernyy-shrifty);
}

.gallery .main-slide__content a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: var(--fluid-15-18);
    color: var(--temno-seryy);
}

.gallery .gallery-slider-thumbs {
    min-width: 0;
    padding: 0px 15px;
}

.gallery .gallery-slider-thumbs__slider {
    border-radius: 7px;
}

.gallery .gallery-slider-thumbs__slide > * {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path var(--animation-duration) var(--timing-func) var(--animation-duration);
    transition: clip-path var(--animation-duration) var(--timing-func) var(--animation-duration);
    transition: clip-path var(--animation-duration) var(--timing-func) var(--animation-duration), -webkit-clip-path var(--animation-duration) var(--timing-func) var(--animation-duration);
}

.gallery .gallery-slider-thumbs__slide.swiper-slide-active > * {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path var(--animation-duration) var(--timing-func) 0s;
    transition: clip-path var(--animation-duration) var(--timing-func) 0s;
    transition: clip-path var(--animation-duration) var(--timing-func) 0s, -webkit-clip-path var(--animation-duration) var(--timing-func) 0s;
}

.gallery .thumb-slide {
    position: relative;
    padding-bottom: 122.44%;
}

.gallery .thumb-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery .gallery-slider-nav {
    justify-self: start;
    margin-left: 15px;
    margin-right: 15px;
    background: var(--goluboy);
    border-radius: 7px;
    padding: 10px 10px 10px 20px;
    height: 62px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.gallery .gallery-show-all {
    display: grid;
    padding: 0px 15px;
}

@media (min-width: 1024.98px) {
    .gallery__content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr auto;
    }

    .gallery .gallery-slider-main {
        grid-row: span 3;
    }
}

@media (max-width: 1899.98px) {
    .gallery .main-slide__content h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024.98px) {
    .rs-portfolio {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gallery__head {
        max-width: none;
        margin-bottom: 30px;
        padding: 0;
    }

    .gallery__thumbs {
        display: none;
    }

    .gallery .gallery-slider-nav {
        -ms-flex-order: -1;
        order: -1;
        justify-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }

    .gallery .gallery-show-all {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .gallery .gallery-slider-main {
        padding: 0;
    }

    .gallery .main-slide {
        padding: 10px;
    }

    .gallery .main-slide__content {
        padding: 10px;
    }
}
/* End */


/* Start:/local/templates/main/html/css/block-css/rs-faq.css?17817028841443*/
.rs-faq {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.rs-faq__head {
    margin-bottom: 40px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    background: #fff;
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    cursor: pointer;
    font-family: var(--second-family);
    font-size: var(--fluid-16-20);
    line-height: 1.35;
    list-style: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::after {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    transition: transform var(--animation-duration) var(--timing-func);
}

.faq-item[open] .faq-item__question::after {
    transform: rotate(225deg);
}

.faq-item__answer {
    padding: 0 26px 24px;
    font-size: var(--fluid-13-16);
    line-height: 1.6;
}

.faq-item__answer p:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width: 1024.98px) {
    .rs-faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .faq-item__question {
        padding: 18px;
    }

    .faq-item__answer {
        padding: 0 18px 20px;
    }
}

/* End */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17816271383610 */
/* /local/templates/main/html/css/block-css/rs-billboard.css?17814523101439 */
/* /local/templates/main/html/css/block-css/rs-metrics.css?1781452310838 */
/* /local/templates/main/html/css/block-css/rs-topic.css?1781452311806 */
/* /local/templates/main/html/css/block-css/rs-grid-block.css?17814523101917 */
/* /local/templates/main/html/css/block-css/rs-benefit.css?17815110222519 */
/* /local/templates/main/html/css/block-css/rs-portfolio.css?17814523105020 */
/* /local/templates/main/html/css/block-css/rs-faq.css?17817028841443 */
