

/* Start:/local/templates/funky/design/styles/style.css?17631216444867*/
@font-face {
    font-family: Gilroy;
    src: url('/fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url('/fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.viewer {
    font-family: Gilroy;
    margin-top: 40px;
}

.viewer__container {
    padding: 0 40px;
}

.viewer__hero {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.viewer__block {
    width: 49.5%;
    flex-shrink: 0;
    height: 550px;
    padding: 55px 96px;
    border-radius: 20px;
    background: var(--Light-green, #E0F2EC);
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewer__block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.viewer__texts_m {
    display: none;
}

.viewer__title {
    color: #252525;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 64.8px */
}

.viewer__descr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.viewer__descr p {
    color: var(--Black, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

.viewer__btn {
    margin-top: 32px;
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--Green-primary, #0A9971);
    color: var(--White, #FFF);
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    /* 12.8px */
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    max-width: 166px;
}

.viewer__btn:hover {
    background: #0CB485;
}

.viewer__wrapper {
    padding: 80px 0;
}

.viewer__subtitle {
    color: var(--Black, #0D0D0D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 48px */
}

.viewer__items {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.viewer__item {
    padding: 20px;
    border-radius: 20px;
    background: var(--Gray-light-2, #F7FAFA);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.viewer__item-title {
    color: var(--Black, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    align-self: start;
}

.viewer__item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--Light-green, #E0F2EC);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Black, #0D0D0D);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
}

.viewer__item-descr {
    color: rgba(13, 13, 13, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

@media(width < 1920px) {
    .viewer__block {
        padding: 40px 60px;
    }
}

@media(width < 1440px) {
    .viewer__block {
        padding: 24px 40px;
        height: 440px;
    }
}

@media(width < 1200px) {
    .viewer__hero {
        flex-direction: column;
        gap: 32px;
    }

    .viewer__texts_d {
        display: none;
    }

    .viewer__texts_m {
        display: block;
    }

    .viewer__block {
        width: 100%;
        height: auto;
        aspect-ratio: 688/550;
        padding: 104px 65px;
    }

    .viewer__descr {
        margin-top: 0;
    }

    .viewer__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(width < 768px) {
    .viewer__container {
        padding: 0 16px;
    }

    .viewer__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .viewer__title {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .viewer__block {
        padding: 62px 28px;
        aspect-ratio: 343/309;
    }

    .viewer__descr p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .viewer__wrapper {
        padding: 60px 0;
    }

    .viewer__subtitle {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17630588973514*/
/* Общие стили для блоков */
.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 */
/* /local/templates/funky/design/styles/style.css?17631216444867 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17630588973514 */
