

/* Start:/local/templates/main/components/sprint.editor/blocks/bonus/_style.css?17496124873514*/
/* Общие стили для блоков */
.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-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/components/sprint.editor/blocks/cert/_style.css?17496124873514*/
/* Общие стили для блоков */
.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-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/components/nm/img.slider/templates/.default/style.css?17496123634066*/
@media only screen and (max-width: 1024px) {
    .slider__shell .swiper-slide img {
        border-radius: 16px !important;
    }

    .body-lock .slider__shell.show .swiper {
        margin-left: -20px;
        width: 100vw;
    }
}
body:not(.body-lock) .swiper-slide img {
    cursor: pointer;
}
.show.slider__shell {
    display: flex;
    z-index: 9999;
}
.slider__shell {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    -moz-outline-radius: 20px;
    overflow: hidden;
    width: 70dvw;
    height: 70dvh;
    max-width: 922px;
    max-height: 630px;
    display: none;
}
.slider__btns {
    display: none;
}
.slider__btn {
    max-width: 100%;
    width: 100%;
}
.slider__close-btn {
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.slider__slider {
    width: 100%;
    height: 100%;
}
.slider__slider-btn--prev {
    left: 16px;
}
.slider__slider-btn--next {
    right: 16px;
}
.slider__slider-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
}
.slider__slider-btn--prev span,
.slider__slider-btn--next span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider__slide {
    width: 100%;
}
.slider__slider-btn--next span::before {
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    right: 16px;
    content: "";
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}
.slider__slider-btn--prev span::before {
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    right: 13px;
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.slider__slider-btn:active, .slider__slider-btn:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.slider__slider-pagination {
    display: none;
}
.slider__slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 1024px) {
    .slider__slider-pagination {
        display: block;
        position: relative !important;
        top: 0 !important;
        margin-top: 18px;
    }
    .slider__slider {
        flex: 1 1;
        width: calc(100% + 2 * 20px);
        height: auto;
        max-height: 570px;
        margin-block: auto;
        margin-left: -20px;
    }
    .slider__title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px;
        flex: none;
        height: 52px;
        border-bottom: 1px solid #dedede;
        width: calc(100% + 2 * 20px);
        margin-left: -20px;
        position: relative;
    }
    .show.slider__shell {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .slider__shell {
        border-radius: 4px;
        -moz-outline-radius: 4px;
        top: 56px;
        left: 0;
        transform: unset;
        background-color: #fff;
        width: 100dvw;
        height: calc(100dvh - 56px);
        max-width: unset;
        max-height: unset;
        padding-inline: 20px;
        display: none;
    }
    .slider__slide-wrapper {
        height: calc(100% - 40px) !important;
        max-height: 524px;
    }
    .slider__close-btn {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        right: unset;
        left: 32px;
    }
    .slider__slider-btn {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .slider__slider {
        width: calc(100% + 2 * 16px);
        margin-left: -16px;
        height: 100%;
    }
    .slider__close-btn {
        left: 24px;
    }
    .slider__slide-wrapper {
        height: 100%;
    }
}
/* End */
/* /local/templates/main/components/sprint.editor/blocks/bonus/_style.css?17496124873514 */
/* /local/templates/main/components/sprint.editor/blocks/cert/_style.css?17496124873514 */
/* /local/components/nm/img.slider/templates/.default/style.css?17496123634066 */
