

/* Start:/local/templates/funky/design/styles/components/preloader.css?17546314905623*/
.preloader {
    position: fixed;
    z-index: 900;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A9971;
    pointer-events: none;
    opacity: 1;
    -webkit-animation: hide 0.4s 2s forwards;
    animation: hide 0.4s 2s forwards;
}

@-webkit-keyframes hide {
    to {
        opacity: 0;
    }
}

@keyframes hide {
    to {
        opacity: 0;
    }
}

.preloader-mask {
    position: fixed;
    z-index: 901;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background: linear-gradient(0deg, #0A9971 0%, #0A9971 100%);
    transform: scale(1);
    pointer-events: none;

    --hole-size: 32px;
    --gap: 36px;
    --center: 50%;
    --smoothing: 0.8px;
    --mask-opacity: 0;
    /* Начальная прозрачность маски */

    /* Рассчитанные позиции */
    --horizontal-1: calc(var(--center) - var(--hole-size) - var(--gap));
    --horizontal-2: var(--center);
    --horizontal-3: calc(var(--center) + var(--hole-size) + var(--gap));
    --vertical-1: calc(var(--center) - var(--hole-size) - var(--gap));
    --vertical-2: calc(var(--center) + var(--hole-size) + var(--gap));

    /* Изначально маска полностью прозрачная */

    -webkit-mask:
        radial-gradient(circle at var(--horizontal-1) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at var(--horizontal-2) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at var(--horizontal-3) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at 50% var(--vertical-1),
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at 50% var(--vertical-2),
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat;

    mask:
        radial-gradient(circle at var(--horizontal-1) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at var(--horizontal-2) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at var(--horizontal-3) 50%,
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at 50% var(--vertical-1),
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat,
        radial-gradient(circle at 50% var(--vertical-2),
            transparent calc(var(--hole-size) - var(--smoothing)),
            #fff calc(var(--hole-size) + var(--smoothing))) no-repeat;

    -webkit-mask-composite: destination-out;
    mask-composite: exclude;

    opacity: 0;
    -webkit-animation:
        showMask 0.4s 1.6s forwards,
        scale-preloader 1.5s 2s forwards;
    animation:
        showMask 0.4s 1.6s forwards,
        scale-preloader 1.5s 2s forwards;
}


@-webkit-keyframes showMask {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes showMask {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes scale-preloader {
    to {
        transform: scale(50);
    }
}

@keyframes scale-preloader {
    to {
        transform: scale(50);
    }
}

@-moz-document url-prefix() {
    .preloader-mask {
        animation:
            showMask 0.4s 1.6s forwards,
            scale-preloader 1.6s 2s forwards,
            hideMask 0.4s 2.2s forwards;
    }

    @keyframes hideMask {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }
}

.preloader__inner {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-animation: scale-inner 0.8s forwards, scale-inner-2 0.8s 0.8s forwards;
    animation: scale-inner 0.8s forwards, scale-inner-2 0.8s 0.8s forwards;
}

@-webkit-keyframes scale-inner {
    to {
        transform: scale(2) rotate(360deg);
    }
}

@keyframes scale-inner {
    to {
        transform: scale(2) rotate(360deg);
    }
}

@-webkit-keyframes scale-inner-2 {

    to {
        transform: scale(0) rotate(0);
    }
}

@keyframes scale-inner-2 {

    to {
        transform: scale(0) rotate(0);
    }
}

.preloader__item {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}

.preloader__item_1 {
    top: 0;
    left: calc(50% - 16px);
}

.preloader__item_2 {
    top: calc(50% - 16px);
    left: 0;
}

.preloader__item_3 {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.preloader__item_4 {
    top: calc(50% - 16px);
    right: 0;
}

.preloader__item_5 {
    bottom: 0;
    right: calc(50% - 16px);
}
/* End */


/* Start:/local/templates/funky/design/styles/fonts.css?1754631490695*/
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Gilroy'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Regular.woff') format('woff'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Regular.ttf') format('ttf'),
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Gilroy'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Medium.woff') format('woff'),
        url('/local/templates/funky/design/styles/../assets/fonts/Gilroy-Medium.ttf') format('ttf'),
}
/* End */


/* Start:/local/templates/funky/design/styles/base.css?17546314906091*/
:root {
    --Black: #0D0D0D;
    --Black-80: rgba(13, 13, 13, 0.80);
    --Black-60: rgba(13, 13, 13, 0.60);
    --Black-40: rgba(13, 13, 13, 0.40);
    --Black-20: rgba(13, 13, 13, 0.20);
    --Black-10: rgba(13, 13, 13, 0.10);

    --White: #FFF;
    --White-80: rgba(255, 255, 255, 0.80);
    --White-60: rgba(255, 255, 255, 0.60);
    --White-40: rgba(255, 255, 255, 0.40);
    --White-30: rgba(255, 255, 255, 0.30);
    --White-10: rgba(255, 255, 255, 0.10);

    --Green-primary: #0A9971;
    --Green-secondary: #0CB485;
    --Light-green: #E0F2EC;

    --Gray-light: #F3F5F4;
    --Gray-light-2: #F7FAFA;

    --section-padding-lg: 80px 40px;
    --section-padding-sm: 60px 16px;

    --transition-time: 0.4s;

    --First-line-chart-color: #0A9971;
    --Second-line-chart-color: #f7f372;
    --Point-line-chart-color: #f8f8f3;
    --Point-stroke-line-chart-color: #0D0D0D;
    --First-bar-chart-color: #9af8c4;
    --Second-bar-chart-color: #c5c6ca;
    --Stroke-bar-chart-color: #444343;
    --Grid-color: #807f7d;
    --Grid-single-chart-color: #bebfbd;
    --Point-single-line-chart-color: #0CB485;
    --Point-stroke-single-line-chart-color: #2e2e2d;
    --Axis-text-single-chart-color: rgba(13, 13, 13, 0.90);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 24px;
    background: var(--White, #FFF);
    color: var(--Black, #0D0D0D);
}

@media (max-width: 600px) {
    body {
        font-size: 18px;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    cursor: pointer;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

img,
picture {
    max-width: 100%;
    display: block;
}

a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

.dsm-h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90%;
}

@media (max-width: 600px) {
    .dsm-h1 {
        font-size: 36px;
        line-height: 120%;
    }
}

.dsm-h1-pages {
    font-size: 72px;
    font-weight: 500;
    line-height: 90%;
}

@media (max-width: 600px) {
    .dsm-h1-pages {
        font-size: 36px;
        line-height: 120%;
    }
}

.dsm-h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 600px) {
    .dsm-h2 {
        font-size: 36px;
        line-height: 120%;
    }
}

.dsm-h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 600px) {
    .dsm-h3 {
        font-size: 32px;
        line-height: 120%;
    }
}

.dsm-h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .dsm-h4 {
        font-size: 24px;
        line-height: 120%;
    }
}

.dsm-h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .dsm-h5 {
        font-size: 24px;
    }
}

.dsm-section {
    padding: var(--section-padding-lg, 80px 40px);
}

@media (max-width: 600px) {
    .dsm-section {
        padding: var(--section-padding-sm, 60px 16px);
    }
}

/*базовые стили детальной страницы */

.dsm-single-page-inner {
    padding: 40px 40px 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 600px) {
    .dsm-single-page-inner {
        padding: 40px 16px 60px 16px;
    }
}

.dsm-single-page__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dsm-single-page__tabs {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 1200px) {
    .dsm-single-page__tabs {
        align-self: flex-start;
    }
}

.dsm-single-page__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

@media (max-width: 600px) {
    .dsm-single-page__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.dsm-single-page__pagination {
    display: flex;
    gap: 8px;
}

/*  */

.dsm-container {
    max-width: 1920px;
    margin: 0 auto;
}

.lock {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hidden {
    display: none;
}

/* футер прижать к низу страницы */

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.main {
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;
}

.footer {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

/*  */

.main {
    position: relative;
    z-index: 2;
}

.wrapper {
    background-color: var(--White, #FFF);
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animated-fade-out {
    animation: fade-out 0.4s alternate forwards;
}

.animated-fade-in {
    animation: fade-in 0.4s alternate forwards;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated-fade {
    animation: fade 0.4s alternate forwards;
}
/* End */


/* Start:/local/templates/funky/design/styles/swiper/swiper-bundle.min.css?175463149018470*/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/funky/design/styles/components/about.css?17546314902784*/
.about {
    background: var(--White, #FFF);
}

.about__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.about__inner-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.about__inner-top-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.about__title {
    width: 76%;
}

@media (max-width: 1200px) {
    .about__title {
        width: 100%;
    }
}

.about__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
}

.about__list-item {
    font-size: 24px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .about__list-item {
        font-size: 18px;
    }
}

.about__list-item::before {
    content: '– '
}

.about__inner-bottom {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row;
}

@media (max-width: 1200px) {
    .about__inner-bottom {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

.about__item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: var(--White, #FFF);
    border-radius: 20px;
    min-height: 260px;
}

@media (max-width: 1200px) {
    .about__item {
        min-height: 320px;
    }
}

@media (max-width: 600px) {
    .about__item {
        padding: 20px;
    }
}

.about__item_green {
    background: var(--Green-primary, #0A9971);
}

.about__item_black {
    background: var(--Black, #0D0D0D);
}

.about__item_lg {
    grid-row: span 2;
}

@media (max-width: 1200px) {
    .about__item_lg {
        grid-row: span 1;
    }
}

.about__item-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    list-style-position: outside;
    padding-left: 25px;
}

@media (max-width: 600px) {
    .about__item-list {
        gap: 4px;
        padding-left: 19px;
    }
}

.about__item-list-item {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    text-indent: -8px;
}

@media (max-width: 600px) {
    .about__item-list-item {
        font-size: 18px;
        text-indent: -5px;
    }
}

.about__item-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .about__item-text {
        font-size: 18px;
    }
}

.about__item-content {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .about__item-content {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/audit.css?17546314904522*/
.audit__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 38px 40px 0px 40px;
}

@media (max-width: 600px) {
    .audit__inner {
        padding: 38px 16px 0px 16px;
        gap: 32px;
    }
}

.audit__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}

@media (max-width: 1200px) {
    .audit__lists {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.audit__list-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.audit__list-block_lg {
    grid-row: 1/3;
}

.audit__list-block:last-child {
    padding-top: 12px;
}

@media (max-width: 1200px) {
    .audit__list-block_lg {
        grid-row: 1/1;
        margin-bottom: 20px;
    }
}

.audit__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

@media (max-width: 600px) {
    .audit__list {
        gap: 8px;
    }
}

.audit__list-item {
    font-weight: 400;
    font-size: 24px;
    line-height: 121%;
    position: relative;
    padding-left: 18px;
}

@media (max-width: 600px) {
    .audit__list-item {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        padding-left: 14px;
    }
}

.audit__list-item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--Green-primary, #0A9971);
    top: 10px;
    left: 0;
}

@media (max-width: 600px) {
    .audit__list-item::before {
        width: 6px;
        height: 6px;
        top: 6px;

    }
}

.audit__items {
    display: flex;
    gap: 20px;
}

@media (max-width: 1200px) {
    .audit__items {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .audit__items {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.audit__item {
    display: flex;
    flex-shrink: 0;
    gap: 40px;
    align-items: center;
    width: 50%;
    border-radius: 20px;
    height: 435px;
    background: var(--Gray-light-2, #F7FAFA);
}

.audititem {
    display: flex;
    flex-shrink: 0;
    gap: 40px;
    align-items: center;
    width: 50%;
    border-radius: 20px;
    height: 435px;
    background: var(--Gray-light-2, #F7FAFA);
}

.audit__item_green {
    background-color: var(--Light-green, #E0F2EC);
}

.audititem_green {
    background-color: var(--Light-green, #E0F2EC);
}

@media (max-width: 1660px) {
    .audit__item,
    .audititem {
        height: 320px;
    }
}

@media (max-width: 1300px) {
    .audit__item,
    .audititem {
        height: 285px;
    }
}

@media (max-width: 1200px) {
    .audit__item,
    .audititem {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .audit__item,
    .audititem {
        height: 164px;
    }
}

.audit__img,
.auditimg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.audit__img_btm,
.auditimg_btm {
    -o-object-position: bottom;
    object-position: bottom;
}

.audit__item-num {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 40px 60px;
    width: 210px;
    height: 200px;
    box-shadow: 0 0 30px 0 rgba(2, 52, 35, 0.05);
    background-color: var(--White, #FFF);
    flex-shrink: 0;
    font-weight: 600;
    font-size: 100px;
    line-height: 120%;
    color: var(--Green-primary, #0A9971);
}

@media (max-width: 600px) {
    .audit__item-num {
        padding: 30px 40px;
        width: 138px;
        height: 137px;
        font-size: 64px;
        line-height: 120%;
    }
}

.audit__item-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .audit__item-text {
        font-size: 18px;
        line-height: 130%;
        text-align: center;
    }
}

.audit__item-text_accent {
    color: var(--Green-primary, #0A9971)
}

.audit__item-tab {
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 1000px;
    height: 44px;
    padding: 6px 13px 6px 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    background-color: var(--White, #FFF);
    color: var(--Green-primary, #0A9971);
}

.audit__item-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 4px;
    width: 32px;
    height: 32px;
    background-color: var(--Light-green, #E0F2EC);
}

/* End */


/* Start:/local/templates/funky/design/styles/components/awards.css?17546314901539*/
.awards__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 600px) {
    .awards__inner {
        padding-top: 80px;
    }
}

.awards__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.awards__slider {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.awards__slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    padding: 16px;
    background: var(--Light-green, #E0F2EC);
    height: auto;
}

.awards__img-block {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    background-color: var(--White, #FFF);
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .awards__img-block {
        height: 250px;
    }
}

.awards__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.awards__text-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.awards__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .awards__name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.awards__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/banner-video.css?17546314904320*/
.banner-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1015px;
    background-color: var(--Black, #0D0D0D);
    z-index: 1;
}

@media (max-width: 1200px) {
    .banner-video {
        height: 1115px;
    }
}

@media (max-width: 600px) {
    .banner-video {
        height: 1027px;
    }
}

.banner-video::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 14, 0.60);
    position: absolute;
    top: 0;
}

.banner-video__video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--Black, #0D0D0D);
    width: 100%;
    height: 1015px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

@media (max-width: 1200px) {
    .banner-video__video {
        height: 1115px;
    }
}

@media (max-width: 600px) {
    .banner-video__video {
        height: 1027px;
    }
}

.banner-video__video[poster] {
    width: 100%;
    height: 1015px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

@media (max-width: 1200px) {
    .banner-video__video[poster] {
        height: 1115px;
    }
}

@media (max-width: 600px) {
    .banner-video__video[poster] {
        height: 1027px;
    }
}

.banner-video-about-page {
    height: 100vh;
}

.banner-video-about-page .banner-video__video {
    height: 100vh;
}

/* @media (max-width: 1200px) {
    .banner-video-about-page {
        height: 1302px;
    }
}

@media (max-width: 600px) {
    .banner-video-about-page {
        height: 1521px;
    }
} */

/* @media (max-width: 1200px) {
    .banner-video-about-page .banner-video__video {
        height: 1302px;
    }
}

@media (max-width: 600px) {
    .banner-video-about-page .banner-video__video {
        height: 1521px;
    }
} */

/* @media (max-width: 1200px) {
    .banner-video-about-page .banner-video__video[poster] {
        height: 1302px;
    }
}

@media (max-width: 600px) {
    .banner-video-about-page .banner-video__video[poster] {
        height: 1521px;
    }
} */

.banner-video-contact-page {
    height: 100vh;
}

.banner-video-contact-page .banner-video__video {
    height: 100vh;
}

@media (max-width: 1200px) {
    .banner-video-contact-page {
        height: 100vh;
    }
}

@media (max-width: 600px) {
    .banner-video-contact-page {
        height: 100vh;
    }
}

@media (max-width: 1200px) {
    .banner-video-contact-page .banner-video__video {
        height: 100vh;
    }
}

@media (max-width: 600px) {
    .banner-video-contact-page .banner-video__video {
        height: 100vh;
    }
}

@media (max-width: 1200px) {
    .banner-video-contact-page .banner-video__video[poster] {
        height: 100vh;
    }
}

@media (max-width: 600px) {
    .banner-video-contact-page .banner-video__video[poster] {
        height: 100vh;
    }
}

.banner-video-researh-page {
    height: 100vh;
}

.banner-video-researh-page::after {
    display: none;
}

.banner-video-researh-page .banner-video__video {
    height: 100vh;
}

.banner-video-researh-page .banner-video__video[poster] {
    height: 100vh;
}

@media (max-width: 1460px) {
    .banner-video-researh-page {
        height: 100vh;
    }
}


@media (max-width: 1460px) {
    .banner-video-researh-page .banner-video__video {
        height: 100vh;
    }
}


@media (max-width: 1460px) {
    .banner-video-researh-page .banner-video__video[poster] {
        height: 100vh;
    }
}

@media (max-width: 600px) {
    .banner-video-researh-page {
        height: 100vh;
    }
}


@media (max-width: 600px) {
    .banner-video-researh-page .banner-video__video {
        height: 100vh;
    }
}


@media (max-width: 600px) {
    .banner-video-researh-page .banner-video__video[poster] {
        height: 100vh;
    }
}

.banner-video-researh-page .banner-video__video {
    -o-object-position: bottom;
    object-position: bottom;
}

.banner-video-researh-page .banner-video__video[poster] {
    -o-object-position: bottom;
    object-position: bottom;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/burger.css?17546314902112*/
.burger {
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
}

@media (max-width: 1200px) {
    .burger {
        display: flex;
    }
}

.burger__line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--White, #fff);
    position: relative;
    transition: background-color var(--transition-time, 0.4s);
}

.burger__line::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--White, #fff);
    position: absolute;
    top: -10px;
    transition: transform var(--transition-time, 0.4s), top var(--transition-time, 0.4s);
}

.burger__line::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--White, #fff);
    position: absolute;
    bottom: -10px;
    transition: transform var(--transition-time, 0.4s), bottom var(--transition-time, 0.4s);
}

.burger_active .burger__line {
    background-color: transparent;
}

.burger_active .burger__line::before {
    transform: rotate(45deg);
    top: 0;
}

.burger_active .burger__line::after {
    transform: rotate(-45deg);
    bottom: 0;
}

.header_dark .burger__line {
    background-color: var(--White, #fff);
}

.header_dark .burger__line::before {
    background-color: var(--White, #fff);
}

.header_dark .burger__line::after {
    background-color: var(--White, #fff);
}

.header_light .burger__line {
    background-color: var(--Black, #0D0D0D);
}

.header_light .burger__line::before {
    background-color: var(--Black, #0D0D0D);
}

.header_light .burger__line::after {
    background-color: var(--Black, #0D0D0D);
}

.header_light .burger_active .burger__line {
    background-color: transparent;
}

.header_dark .burger_active .burger__line {
    background-color: transparent;
}

.burger-lock {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/buttons.css?17546314905223*/
.dsm-btn {
    display: inline-flex;
    flex-shrink: 0;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: none;
    background-color: var(--Green-primary, #0A9971);
    color: var(--White, #FFF);
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-btn:hover {
        background-color: var(--Green-secondary, #0CB485);
    }
}

@media (hover:none) {
    .dsm-btn:active {
        background-color: var(--Green-secondary, #0CB485);
    }
}

.dsm-btn:active {
    background-color: var(--Green-secondary, #0CB485);
}

.dsm-btn:disabled {
    background-color: var(--Gray-light, #F3F5F4);
    color: var(--Black-20, rgba(13, 13, 13, 0.20));
}

.dsm-btn_white {
    background-color: var(--White, #FFF);
    color: var(--Black, #0D0D0D);
}

@media (hover:hover) {
    .dsm-btn_white:hover {
        background-color: var(--Light-green, #E0F2EC);
    }
}

@media (hover:none) {
    .dsm-btn_white:active {
        background-color: var(--Light-green, #E0F2EC);
    }
}

.dsm-btn_white:active {
    background-color: var(--Light-green, #E0F2EC);
}

.dsm-btn_white:disabled {
    background-color: var(--Gray-light, #F3F5F4);
    color: var(--Black-20, rgba(13, 13, 13, 0.20));
}

.dsm-tab {
    display: inline-flex;
    flex-shrink: 0;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background-color: var(--Gray-light, #F3F5F4);
    border: none;
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-tab:hover {
        background-color: var(--Black-80, rgba(13, 13, 13, 0.80));
        color: var(--White, #FFF);
    }
}

@media (hover:none) {
    .dsm-tab:active {
        background-color: var(--Black-80, rgba(13, 13, 13, 0.80));
        color: var(--White, #FFF);
    }
}

.dsm-tab:active {
    background-color: var(--Black-80, rgba(13, 13, 13, 0.80));
    color: var(--White, #FFF);
}

.dsm-tab_active {
    background-color: var(--Black-80, rgba(13, 13, 13, 0.80));
    color: var(--White, #FFF);
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

.dsm-pag-btn {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border: none;
    border-radius: 100px;
    background-color: var(--Gray-light, #F3F5F4);
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

@media (max-width: 600px) {
    .dsm-pag-btn {
        display: none;
    }

    .dsm-pag-btn_mob {
        display: flex;
    }
}

@media (hover:hover) {
    .dsm-pag-btn:hover {
        background-color: var(--Light-green, #E0F2EC);
    }
}

@media (hover:none) {
    .dsm-pag-btn:active {
        background-color: var(--Light-green, #E0F2EC);
    }
}

.dsm-pag-btn:active {
    background-color: var(--Light-green, #E0F2EC);
}

.dsm-pag-btn_active {
    background-color: var(--Light-green, #E0F2EC);
}

.dsm-pag-btn:disabled {
    background-color: var(--Gray-light, #F3F5F4);
    color: var(--Black-20, rgba(13, 13, 13, 0.20));
}

.dsm-pag-btn svg path {
    stroke-opacity: 0.8;
    transition: stroke-opacity var(--transition-time, 0.4s);
}

.dsm-pag-btn:disabled svg path {
    stroke-opacity: 0.2;
    transition: stroke-opacity var(--transition-time, 0.4s);
}

.dsm-pag-btn:active {
    background-color: var(--Light-green, #E0F2EC);
}

.dsm-pag-ellipses {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 100px;
    padding: 12px;
    width: 44px;
    height: 43px;
}

@media (max-width: 600px) {
    .dsm-pag-btn:first-child {
        margin-right: 20px;
    }

    .dsm-pag-btn:last-child {
        margin-left: 20px;
    }
}

.dsm-arrows-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dsm-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #F2F5F5;
    transition: background-color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-arrow:hover {
        background-color: var(--Light-green, #E0F2EC);
    }
}

@media (hover:none) {
    .dsm-arrow:active {
        background-color: var(--Light-green, #E0F2EC);
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/directions.css?17546314904766*/
.directions {
    background-color: var(--White, #FFF);
}

.directions__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

@media (max-width: 600px) {
    .directions__inner {
        gap: 40px;
    }
}

.directions__title {
    line-height: 100%;
}

.directions__blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.directions__block {
    display: flex;
    padding: 32px;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Gray-light, #F3F5F4);
    transition: background var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .directions__block:hover {
        background: var(--Green-primary, #0A9971);
        color: var(--White, #FFF);
    }
}

@media (max-width: 1200px) {
    .directions__block {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .directions__block {
        padding: 20px;
    }
}

/* корректировка стилей под пиксель перфект */

.directions__block:last-child .directions__img {
    margin-left: 18px;
}

@media (max-width: 1200px) {
    .directions__block:last-child .directions__img {
        margin-left: 0px;
    }
}

@media (max-width: 600px) {
    .directions__block:last-child .directions__img {
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .directions__block:last-child .directions__block-title {
        margin-bottom: 24px;
    }
}

/*  */

.directions__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .directions__image-wrap {
        width: 100%;
    }
}

.directions__img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    flex-shrink: 0;
}

.directions__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 50%;
}

@media (max-width: 1200px) {
    .directions__content {
        width: 100%;
    }
}

.directions__content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.directions__block-title {
    margin-bottom: 20px;
}

.directions__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    list-style: none;
    padding-left: 18px;
}

@media (max-width: 600px) {
    .directions__list {
        gap: 8px;
        padding-left: 15px;
    }
}

.directions__list-item {
    color: var(--Black, #0D0D0D);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    transition: color var(--transition-time, 0.4s);
    position: relative;
}

.directions__list-item::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--Green-primary, #0A9971);
    position: absolute;
    left: -18px;
    top: 10px;
    transition: background-color var(--transition-time, 0.4s);
}

@media (max-width: 600px) {
    .directions__list-item::before {
        width: 6px;
        height: 6px;
        top: 6px;
        left: -15px;
    }
}

@media (hover:hover) {
    .directions__block:hover .directions__list-item {
        color: var(--White, #FFF);
    }

    .directions__block:hover .directions__list-item::before {
        background-color: var(--White, #FFF);
    }
}

@media (max-width: 600px) {
    .directions__list-item {
        font-size: 18px;
        line-height: 121%;
    }
}

.directions__list-item::marker {
    color: var(--Green-primary, #0A9971);
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .directions__block:hover .directions__list-item::marker {
        color: var(--White, #FFF);
    }
}

.directions__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .directions__text {
        font-size: 18px;
        line-height: 124%;
    }
}

.directions__link {
    transition: background-color var(--Green-primary, 0.4s), color var(--Green-primary, 0.4s);
}

@media (hover:hover) {
    .directions__block:hover .directions__link {
        background-color: var(--White, #fff);
        color: var(--Black, #0D0D0D);
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/dsm-card.css?17546314901423*/
.dsm-card__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 20px;
}

@media (max-width: 1200px) {
    .dsm-card__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dsm-card__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dsm-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--Gray-light-2, #F7FAFA);
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
    cursor: pointer;
    width: 100%;
    min-height: 410px;
}

@media (max-width: 600px) {
    .dsm-card {
        min-height: 300px;
    }
}

@media (hover:hover) {
    .dsm-card:hover {
        background-color: var(--Green-primary, #0A9971);
        color: var(--White, #FFF);
    }
}

.dsm-card__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.dsm-card__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--Black-60, rgba(13, 13, 13, 0.60));
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-card:hover .dsm-card__date {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/feedback.css?17546314903485*/
.feedback {
    background: var(--White, #FFF);
}

.feedback__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.feedback__inner {
    display: flex;
    padding: 40px;
    align-items: flex-start;
    gap: 80px;
    border-radius: 32px;
    background: var(--Green-primary, #0A9971);
}

@media (max-width: 1200px) {
    .feedback__inner {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .feedback__inner {
        gap: 40px;
        padding: 20px;
    }
}

.feedback__inner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: calc(50% - 40px);
}

@media (max-width: 1200px) {
    .feedback__inner-right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .feedback__inner-right {
        gap: 20px;
    }
}

.feedback__title {
    color: var(--White, #FFF);
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 600px) {
    .feedback__title {
        font-size: 28px;
        line-height: 120%;
    }
}

.feedback__social-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.feedback__social-title {
    color: var(--White, #FFF);
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .feedback__social-title {
        font-size: 18px;
        line-height: 130%;
    }
}

.feedback__social {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.feedback__form {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--White, #FFF);
    width: calc(50% - 40px);
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 1200px) {
    .feedback__form {
        width: 100%;
        border-radius: 20px;
    }
}

.feedback__form-fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

@media (max-width: 1200px) {
    .feedback__form-fieldset {
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .feedback__form-fieldset {
        gap: 10px;
    }
}

.feedback__input.dsm-input {
    width: 100%;
}

.feedback__dropdown {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    max-height: 52px;
}

@media (max-width: 600px) {
    .feedback__dropdown {
        top: -2px;
    }
}

.feedback__dropdown:has(.dsm-dropdown__options_active) {
    max-height: unset;
}

#feedback-question {
    margin-top: 50px;
}

@media (max-width: 600px) {
    #feedback-question {
        margin-top: 42px;
        padding: 14px 16px;
    }
}

.feedback__info {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.12px;
}

@media (max-width: 600px) {
    .feedback__info {
        font-size: 10px;
        letter-spacing: -0.1px;
    }
}

.feedback__link {
    text-decoration: underline;
    font-family: inherit;
}

.feedback__btn {
    width: 100%;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/footer.css?17546314907361*/
.footer {
    background: var(--Black, #0D0D0D);
    position: relative;
    z-index: 2;
}

.footer__inner {
    display: flex;
    padding: 60px 80px 80px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

@media (max-width: 1550px) {
    .footer__inner {
        padding: 60px 40px 80px 40px;
    }
}

@media (max-width: 1200px) {
    .footer__inner {
        padding: 40px 40px 80px 40px;
    }
}

@media (max-width: 600px) {
    .footer__inner {
        padding: 40px 16px 60px 16px;
    }
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer__logo {
    width: 142px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

@media (max-width: 1200px) {
    .footer__main {
        padding-bottom: 40px;
        flex-direction: column;
        gap: 43px;
    }
}

.footer__form-block {
    width: 405px;
    min-height: 292px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

@media (max-width: 1200px) {
    .footer__form-block {
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .footer__form-block {
        width: 100%;
    }
}

.footer__form-title {
    color: var(--White, #FFF);
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .footer__form-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
    }
}

.footer__form-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--White-10, rgba(255, 255, 255, 0.10));
    outline: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 4px;
    color: var(--White, #FFF);
    margin-bottom: 16px;
    transition: all var(--transition-time, 0.4s);
}

.footer__form-input:hover {
    border-bottom: 1px solid var(--White-60, rgba(255, 255, 255, 0.60));
}

.footer__form-input:active {
    border-bottom: 1px solid var(--White-60, rgba(255, 255, 255, 0.60));
}

.footer__form-input:invalid {
    border-bottom: 1px solid #B84B4B;
    color: #E24E4E;
}

.footer__form-input:invalid:placeholder-shown {
    border-bottom: 1px solid var(--White-10, rgba(255, 255, 255, 0.10));
    color: var(--White, #FFF);
}

@media (max-width: 600px) {
    .footer__form-input {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
}

.footer__form-input::placeholder {
    color: var(--White-60, rgba(255, 255, 255, 0.60));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .footer__form-input::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
}

.footer__form-fieldset {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 8px;
}

@media (max-width: 1200px) {
    .footer__form-fieldset {
        margin-bottom: 23px;
    }
}

@media (max-width: 600px) {
    .footer__form-fieldset {
        margin-bottom: 20px;
    }
}

.footer__form-subtitle {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .footer__form-subtitle {
        font-size: 18px;
        font-weight: 500;
        line-height: 130%;
    }
}

.footer__checkbox-fieldset {
    display: flex;
    align-items: center;
}

.footer__form-label {
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    padding-left: 22px;
}

.footer__form-label::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid var(--White-30, rgba(255, 255, 255, 0.30));
    position: absolute;
    left: 0;
    top: 0px;
    transition: background-color var(--transition-time, 0.4s);
}

.footer__form-label:hover::before {
    border: 1px solid var(--Green-primary, #0A9971);
}

.footer__form-label:active::before {
    border: 1px solid var(--Green-primary, #0A9971);
}

.footer__form-checkbox:checked~.footer__form-label::before {
    background-image: url(/local/templates/funky/design/styles/components/../../assets/images/checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: var(--Green-primary, #0A9971);
    border: 1px solid var(--Green-primary, #0A9971);
}

.footer__form-smsg {
    display: none;
    color: var(--White-60, rgba(255, 255, 255, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .footer__form-smsg {
        font-size: 14px;
    }
}

.footer__form-info {
    color: var(--White-30, rgba(255, 255, 255, 0.30));
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.12px;
    margin-top: 4px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .footer__form-info {
        margin-bottom: 0px;
    }
}

.footer__form-link {
    font-family: inherit;
    text-decoration: underline;
}

.footer__form-btn {
    width: 100%;
}

.footer__nav {
    display: flex;
    align-items: flex-start;
    gap: 83px;
}

@media (max-width: 1550px) {
    .footer__nav {
        flex-direction: column;
        gap: 13px;
    }
}

@media (max-width: 600px) {
    .footer__nav {
        gap: 45px;
    }
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    list-style: none;
}

@media (max-width: 600px) {
    .footer__nav-list {
        gap: 22px;
    }
}

.footer__nav-item {
    line-height: 71%;
}

.footer__contacts {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    width: 548px;
}

@media (max-width: 600px) {
    .footer__contacts {
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }
}


.footer__contacts-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer__contacts-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    max-width: 235px;
}

.footer__contacts-name {
    color: var(--White-60, rgba(255, 255, 255, 0.60));
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.dsm-link.footer__contacts-link {
    line-height: 120%;
}

.footer__social-block {
    display: flex;
    align-items: center;
    gap: 8px;

}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.footer__bottom-item {
    color: var(--White-40, rgba(255, 255, 255, 0.40));
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .footer__bottom-item {
        white-space: wrap;
    }
}

.footer__bottom-link {
    font-family: inherit;
    text-decoration: underline;
}

#footer__form-email {
    margin-bottom: 12px;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/header.css?17546314906632*/
.header {
    background: transparent;
    position: relative;
    height: 102px;
    z-index: 300;
    caret-color: transparent;
}

.header_dark {
    background: transparent;
}

.header_light {
    background: var(--White, #FFF);
}

.header__logo-link {
    display: flex;
    flex-shrink: 0;
    margin-left: 7px;
    margin-right: 27px;
}

@media (max-width: 1441px) {
    .header__logo-link {
        margin-right: 0px;
    }
}

.header__logo {
    width: 100px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1200px) {
    .header__logo {
        width: 82px;
        height: 42px;
    }
}

.header__logo_black {
    display: none;
    width: 100px;
    height: 53px;
}

@media (max-width: 1200px) {
    .header__logo_black {
        width: 82px;
        height: 42px;
    }
}

.header_dark .header__logo_black {
    display: none;
}

.header_light .header__logo_black {
    display: block;
}

.header_light .header__logo_white {
    display: none;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 70px 22px 55px;
}

@media (max-width: 1200px) {
    .header__inner {
        padding: 31px 40px 15px 36px;
    }
}

@media (max-width: 600px) {
    .header__inner {
        padding: 40px 16px 18px 16px;
    }
}

@media (max-width: 1200px) {
    .header__nav {
        display: none;
    }
}

.header_light .header__inner {
    padding: 40px 70px 15px 55px;
}

@media (max-width: 1200px) {
    .header_light .header__inner {
        padding: 40px 40px 15px 40px;
    }
}

@media (max-width: 600px) {
    .header_light .header__inner {
        padding: 36px 16px 18px 16px;
    }
}

.header__nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

@media (max-width: 1296px) {
    .header__nav-list {
        gap: 12px;
    }
}

.header__inner-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1441px) {
    .header__inner-right {
        margin-top: 8px;
    }
}

@media (max-width: 1400px) {
    .header__inner-right {
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .header__inner-right {
        gap: 12px;
    }
}

.header__tel-link {
    display: flex;
    flex-shrink: 0;
    padding: 12px;
    align-items: center;
    gap: 20px;
    border-radius: 100px;
    border: 1px solid var(--White-30, rgba(255, 255, 255, 0.30));
}

.header_light .header__tel-link {
    border: 1px solid var(--Black-20, rgba(13, 13, 13, 0.20));
}

.header__social-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1200px) {
    .header__social-block {
        margin-right: 22px;
        margin-left: 13px;
    }
}


@media (max-width: 600px) {
    .header__social-block {
        display: none;
    }
}

.header__lang {
    position: relative;
    background: transparent;
    display: flex;
    gap: 2px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    font-family: inherit;
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .header__lang {
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .header__lang {
        display: none;
    }
}

.header__option {
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

.header__lang-select {
    background: none;
    border: none;
    outline: none;
    color: var(--White, #FFF);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
    transition: color var(--transition-time, 0.4s);
}

@media (hover: hover) {
    .header__lang:hover .header__lang-select {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

.header__select-arr {
    transform: rotate(0deg);
    transition: transform var(--transition-time, 0.4s);
}

.header__lang_active .header__select-arr {
    transform: rotate(180deg);
    transition: transform var(--transition-time, 0.4s);
}

.header__select-arr path {
    transition: stroke var(--transition-time, 0.4s);
}

@media (hover: hover) {
    .header__lang:hover .header__select-arr path {
        stroke: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

.header__lang-options {
    display: none;
    width: 39px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(139, 139, 139, 0.25);
    position: absolute;
    bottom: -65px;
    opacity: 0;
    transition: opacity var(--transition-time, 0.4s);
}

.header__lang_active .header__lang-options {
    display: flex;
    opacity: 1;
    transition: opacity var(--transition-time, 0.4s);
}

.header__option {
    background: none;
    border: none;
    outline: none;
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .header__option:hover {
        color: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}

.header_light .header__lang {
    color: var(--Black, #0D0D0D);
}

.header_light .header__lang-select {
    color: var(--Black, #0D0D0D);
}

.header_light .header__select-arr path {
    stroke: var(--Black, #0D0D0D);
}

@media (hover: hover) {
    .header_light .header__lang:hover .header__lang-select {
        color: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}

@media (hover: hover) {
    .header_light .header__lang:hover .header__select-arr path {
        stroke: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}

.header__popup-links {
    position: absolute;
    left: 0;
    top: 24px;
    display: none;
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(139, 139, 139, 0.25);
    opacity: 0;
    transition: opacity var(--transition-time, 0.4s);
}

.header__popup-links_active {
    display: flex;
}

.dsm-link_select:hover .header__popup-links {
    display: flex;
    opacity: 1;
}

.header__nav-item:has(.dsm-link_select):hover .header__popup-links {
    display: flex;
    opacity: 1;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero.css?17546314903309*/
.hero {
    background-color: transparent;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
}

@media (max-width: 600px) {
    .hero__content {
        gap: 60px;
    }
}

.hero__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 20px;
    align-self: stretch;
}

@media (max-width: 1200px) {
    .hero__header {
        padding-top: 0px;
        margin-top: -7px;
    }
}

@media (max-width: 600px) {
    .hero__header {
        gap: 24px;
    }
}

.hero__title {
    margin-bottom: 6px;
    color: var(--White, #FFF);
    max-width: 1200px;
}

@media (max-width: 900px) {
    .hero__title {
        font-size: 78px;
    }
}

@media (max-width: 800px) {
    .hero__title {
        font-size: 60px;
    }
}

@media (max-width: 600px) {
    .hero__title {
        margin-bottom: 0px;
        font-size: 36px;
        font-weight: 500;
        line-height: 120%;
        max-width: 480px;
    }
}

.hero__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    list-style: none;
}

.hero__list-item {
    color: var(--White, #FFF);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
}

@media (max-width: 600px) {
    .hero__list-item {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding-left: 14px;
    }
}

.hero__list-item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--Green-primary, #0A9971);
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 600px) {
    .hero__list-item::before {
        width: 6px;
        height: 6px;
        top: 16px;
    }
}

.hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 40px 20px;
    padding: 20px 0px;
    max-width: 930px;
}

@media (max-width: 1200px) {
    .hero__features {
        padding: 0 0 10px 0;
    }
}

@media (max-width: 600px) {
    .hero__features {
        padding: 10px 0;
    }
}

@media (max-width: 600px) {
    .hero__features {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 20px;
    }
}

.hero__feature {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: 90px;
    border-left: 1px solid var(--Green-primary, #0A9971);
    color: var(--White, #FFF);
}

@media (max-width: 1200px) {
    .hero__feature {
        min-height: 128px;
    }
}

@media (max-width: 600px) {
    .hero__feature {
        min-height: 75px;
        gap: 10px;
    }
}

.hero__feature-description {
    color: var(--White-80, rgba(255, 255, 255, 0.80));
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .hero__feature-description {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero-404.css?17546314902449*/
.hero-404.hero-page {
    background-color: var(--Black, #0D0D0D);
    margin-top: -1px;
    min-height: 730px;
    position: relative;
}

@media (max-width: 1200px) {
    .hero-404.hero-page {
        min-height: 955px;
    }
}

@media (max-width: 600px) {
    .hero-404.hero-page {
        min-height: 550px;
    }
}

.hero-404__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    min-height: 730px;
    padding-top: 96px;
}

@media (max-width: 1200px) {
    .hero-404__inner {
        flex-direction: column;
        height: 100%;
        min-height: 955px;
        padding-top: 80px;
    }
}

@media (max-width: 600px) {
    .hero-404__inner {
        min-height: 498px;
        padding-top: 56px;
        padding-bottom: 32px;
    }
}

.hero-404__top {
    max-width: 700px;
    margin-top: 70px;
}

@media (max-width: 1200px) {
    .hero-404__top {
        max-width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .hero-404__top {
        max-width: 97%;
    }
}

.hero-404__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .hero-404__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
}

.hero-404__img-block {
    align-self: flex-end;
    max-width: 906px;
    width: 100%;
    height: 475px;
    position: absolute;
    right: 43px;
    bottom: 74px;
}

@media (min-width: 1940px) {
    .hero-404__img-block {
        width: 100%;
        height: 420px;
        right: 12%;
    }
}

@media (max-width: 1600px) {
    .hero-404__img-block {
        width: 100%;
        height: 380px;
    }
}

@media (max-width: 1200px) {
    .hero-404__img-block {
        width: 100%;
        height: 360px;
        right: 0px;
        bottom: 80px;
    }
}

@media (max-width: 600px) {
    .hero-404__img-block {
        height: 166px;
        right: 0px;
        bottom: 37px;
    }
}

.hero-404__img {
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
}

body:has(.hero-404) .banner-video.banner-video-main-page {
    display: none;
}

body:has(.hero-404) .header {
    background-color: var(--Black, #0D0D0D);
}

body:has(.hero-404) .header.header_light {
    background-color: var(--White, #FFF);
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero-about.css?175463149097*/
.hero-about__top {
    max-width: 700px;
}

.hero-about.hero-page {
    min-height: auto;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero-contacts.css?17546314902330*/
@media (max-width: 1200px) {
    .hero-contacts__inner {
        padding-top: 36px;
    }
}

@media (max-width: 600px) {
    .hero-contacts__inner {
        padding-top: 58px;
    }
}

.hero-contacts__text-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 1200px) {
    .hero-contacts__text-block {
        max-width: 500px;
    }
}

.hero-contacts__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .hero-contacts__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
}

.hero-contacts__link {
    display: none;
}

@media (max-width: 600px) {
    .hero-contacts__link {
        display: inline-flex;
    }
}

.hero-contacts__bottom.hero-page__bottom {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
    .hero-contacts__bottom.hero-page__bottom {
        grid-template-columns: repeat(1, 1fr);
    }
}

.hero-contacts__item.hero-page__item {
    min-height: 320px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
}

@media (max-width: 600px) {
    .hero-contacts__item.hero-page__item {
        min-height: 270px;
        padding: 32px;
    }
}

.hero-contacts__item-title.hero-page__item-title {
    color: var(--White, #FFF);
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 1200px) {
    .hero-contacts__item-title.hero-page__item-title {
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
    }
}

@media (max-width: 600px) {
    .hero-contacts__item-title.hero-page__item-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }
}

.hero-contacts__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 600px) {
    .hero-contacts__item-content {
        gap: 20px;
    }
}

.hero-contacts__item-text.hero-page__item-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .hero-contacts__item-text.hero-page__item-text {
        font-size: 18px;
        line-height: 130%;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero-page.css?17546314902854*/
.hero-page {
    color: var(--White, #FFF);
    /* min-height: calc(100vh - 102px); */
}

.hero-page__inner {
    display: flex;
    flex-direction: column;
    gap: 81px;
    padding-top: 34px;
}

@media (max-width: 1200px) {
    .hero-page__inner {
        padding-top: 76px;
    }
}

@media (max-width: 600px) {
    .hero-page__inner {
        padding-top: 56px;
        gap: 62px;
    }
}

.hero-page__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

@media (max-width: 600px) {
    .hero-page__top {
        gap: 28px;
    }
}

.hero-page__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 20px;
}

@media (max-width: 1200px) {
    .hero-page__bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .hero-page__bottom {
        grid-template-columns: repeat(1, 1fr);
    }
}

.hero-page__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 316px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 27px 32px 32px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1200px) {
    .hero-page__item {
        min-height: 270px;
    }
}

@media (max-width: 600px) {
    .hero-page__item {
        min-height: 206px;
        padding: 20px;
    }
}

.hero-page__item-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
}

@media (max-width: 1200px) {
    .hero-page__item-title {
        font-size: 28px;
        line-height: 120%;
    }
}

.hero-page__item-link {
    display: flex;
    gap: 12px;
}

.hero-page__item-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

@media (max-width: 1200px) {
    .hero-page__item-text {
        font-size: 18px;
        line-height: 130%;
    }
}

.hero-about__item-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.hero-about__item-list li {
    position: relative;
    display: block;
    padding-left: 18px;
}

@media (max-width: 1200px) {
    .hero-about__item-list li {
        padding-left: 14px;
    }
}

.hero-about__item-list li::before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--White, #FFF);
    position: absolute;
    top: 12px;
    left: 0;
}

@media (max-width: 1200px) {
    .hero-about__item-list li::before {
        height: 6px;
        width: 6px;
        top: 11px;
        left: 0;
    }
}

.hero-page__item-content {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

@media (max-width: 1200px) {
    .hero-page__item-content {
        font-size: 18px;
        line-height: 130%;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/hero-research.css?1754631490204*/
.hero-research {
    min-height: calc(100vh - 102px);
}

.hero-research__top {
    max-width: 930px;
}

@media (max-width: 374px) {
    .hero-research__title {
        font-size: 30px;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/history.css?17546314901142*/
.history__inner {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    gap: 32px;
}

@media (max-width: 600px) {
    .history__inner {
        padding-top: 80px;
    }
}

.history__slider {
    width: 100%;
}

.history__slide {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 100%;
    flex-shrink: 0;
}

.history__date {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .history__date {
        font-size: 24px;
    }
}

.history__decore {
    display: flex;
    align-items: center;
    position: relative;
}

.history__decore-circle {
    border: 2px solid #06a87a;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-color: var(--White, #FFF);
    position: relative;
    z-index: 3;
}

.history__decore-line {
    height: 8px;
    border-radius: 100px;
    width: calc(100% + 10px);
    background-color: #06a87a;
    position: absolute;
}

.history__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-right: 32px;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/inputs.css?17546314907688*/
.dsm-input-fieldset {
    position: relative;
}

.dsm-input {
    display: flex;
    width: 360px;
    height: 45px;
    padding: 14px 16px 12px 16px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Black-10, rgba(13, 13, 13, 0.10));
    outline: none;
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: border var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

.dsm-input::-webkit-input-placeholder {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dsm-input::-moz-placeholder {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dsm-input:-ms-input-placeholder {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dsm-input::-ms-input-placeholder {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dsm-input::placeholder {
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (hover:hover) {
    .dsm-input:hover {
        border: 1px solid var(--Black-40, rgba(13, 13, 13, 0.40));
    }
}

.dsm-input:active {
    border: 1px solid var(--Black, #0D0D0D);
    color: var(--Black, #0D0D0D);
}

.dsm-input:disabled {
    border: 1px solid var(--Black-10, rgba(13, 13, 13, 0.10));
    color: var(--Black-10, rgba(13, 13, 13, 0.10));
}

/* .dsm-input:invalid {
    border: 1px solid #EDABAB;
    color: #CD0000;
}

.dsm-input:invalid::-webkit-input-placeholder {
    color: #CD0000;
}

.dsm-input:invalid::-moz-placeholder {
    color: #CD0000;
}

.dsm-input:invalid:-ms-input-placeholder {
    color: #CD0000;
}

.dsm-input:invalid::-ms-input-placeholder {
    color: #CD0000;
}

.dsm-input:invalid::placeholder {
    color: #CD0000;
} */

.dsm-input_invalid {
    border: 1px solid #EDABAB;
    color: #CD0000;
}

.dsm-input_invalid::-webkit-input-placeholder {
    color: #CD0000;
}

.dsm-input_invalid::-moz-placeholder {
    color: #CD0000;
}

.dsm-input_invalid:-ms-input-placeholder {
    color: #CD0000;
}

.dsm-input_invalid::-ms-input-placeholder {
    color: #CD0000;
}

.dsm-input_invalid::placeholder {
    color: #CD0000;
}

.dsm-input-err_active {
    color: #CD0000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    display: block;
    left: 18px;
    top: 2px;
    position: absolute;
    z-index: 4;
}

@media (max-width: 600px) {
    .dsm-input {
        font-size: 14px;
        width: 100%;
    }

    .dsm-input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .dsm-input::-moz-placeholder {
        font-size: 14px;
    }

    .dsm-input:-ms-input-placeholder {
        font-size: 14px;
    }

    .dsm-input::-ms-input-placeholder {
        font-size: 14px;
    }

    .dsm-input::placeholder {
        font-size: 14px;
    }
}

/* 
        <div class="dsm-dropdown">
          <button class="dsm-dropdown__btn" data-value="">
            <span>Выберите направление</span>
            <svg
              xmlns="http://www.w3.org/2000/svg"
              width="16"
              height="17"
              viewBox="0 0 16 17"
              fill="none"
            >
              <path
                d="M4 6.5L8 10.5L12 6.5"
                stroke="#0D0D0D"
                stroke-opacity="0.6"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
            </svg>
          </button>
          <ul class="dsm-dropdown__options">
            <li class="dsm-dropdown__option" data-value="Исследования">Исследования</li>
            <li class="dsm-dropdown__option" data-value="Рекламное производство">Рекламное производство</li>
            <li class="dsm-dropdown__option" data-value="MICE">MICE</li>
          </ul>
        </div>
 */

.dsm-dropdown {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    overflow-y: hidden;
}

.dsm-dropdown__btn {
    display: flex;
    width: 100%;
    padding: 14px 16px 12px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid var(--Black-10, rgba(13, 13, 13, 0.10));
    outline: none;
    background-color: var(--White, #FFF);
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    z-index: 4;
    transition: border var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

.dsm-dropdown__btn.dsm-input_invalid {
    border: 1px solid #EDABAB;
    color: #CD0000;
}

.dsm-dropdown__btn svg {
    transform: rotate(0deg);
    transition: transform var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-dropdown__btn:hover {
        border: 1px solid var(--Black-40, rgba(13, 13, 13, 0.40));
    }
}

.dsm-dropdown__btn:active {
    border: 1px solid var(--Black, #0D0D0D);
}

.dsm-dropdown__btn_active {
    border: 1px solid var(--Black, #0D0D0D);
}

.dsm-dropdown__btn_active svg {
    transform: rotate(180deg);
    transition: transform var(--transition-time, 0.4s);
}

.dsm-dropdown__btn_selected {
    color: var(--Black, #0D0D0D);
}

.dsm-dropdown__btn:disabled {
    border: 1px solid var(--Black-10, rgba(13, 13, 13, 0.10));
    color: var(--Black-10, rgba(13, 13, 13, 0.10));
}

.dsm-dropdown__btn:disabled svg path {
    stroke-opacity: 0.1;
}

.dsm-dropdown__options {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Black, #0D0D0D);
    background: var(--White, #FFF);
    list-style: none;
    transform: translateY(-100%);
    opacity: 0;
    position: relative;
    z-index: 3;
    transition: transform var(--transition-time, 0.4s), opacity 0.2s;
}

.dsm-dropdown__options_active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
    transition: transform var(--transition-time, 0.4s), opacity var(--transition-time, 0.4s);
    max-height: unset;
}

.dsm-dropdown__option {
    width: 100%;
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-dropdown__option:hover {
        color: var(--Black-80, rgba(13, 13, 13, 0.80));
    }
}

@media (max-width: 600px) {
    .dsm-dropdown {
        width: 100%;
    }

    .dsm-dropdown__btn {
        font-size: 14px;
    }

    .dsm-dropdown__option {
        font-size: 14px;
    }
}

.dsm-textarea {
    display: flex;
    min-height: 120px;
    padding: 19px 16px;
    align-items: flex-start;
    align-self: stretch;
    resize: vertical;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/links.css?17546314907901*/
.dsm-link {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .dsm-link:hover {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

@media (hover:none) {
    .dsm-link:active {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

.header_dark .dsm-link {
    color: var(--White, #FFF);
}

@media (hover:hover) {
    .header_dark .dsm-link:hover {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

@media (hover:none) {
    .header_dark .dsm-link:active {
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

.header_light .dsm-link {
    color: var(--Black, #0D0D0D);
}

@media (hover:hover) {
    .header_light .dsm-link:hover {
        color: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}

@media (hover:none) {
    .header_light .dsm-link:active {
        color: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}

.dsm-link_accent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: var(--Green-primary, #0A9971);
    transition: color var(--transition-time, 0.4s);
    white-space: nowrap;
    margin-right: 24px;
}

.header_dark .dsm-link_accent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: var(--Green-primary, #0A9971);
    transition: color var(--transition-time, 0.4s);
}

.header_light .dsm-link_accent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: var(--Green-primary, #0A9971);
    transition: color var(--transition-time, 0.4s);
}

.dsm-link_accent::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image var(--transition-time, 0.4s);
    position: absolute;
    top: -4px;
    right: -24px;
}

@media (hover:hover) {
    .dsm-link_accent:hover {
        color: var(--Green-secondary, #0CB485);
    }

    .dsm-link_accent:hover::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }

    .header_dark .dsm-link_accent:hover {
        color: var(--Green-secondary, #0CB485);
    }

    .header_dark .dsm-link_accent:hover::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }

    .header_light .dsm-link_accent:hover {
        color: var(--Green-secondary, #0CB485);
    }

    .header_light .dsm-link_accent:hover::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }
}

@media (hover:none) {
    .dsm-link_accent:active {
        color: var(--Green-secondary, #0CB485);
    }

    .dsm-link_accent:active::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }

    .header_dark .dsm-link_accent:active {
        color: var(--Green-secondary, #0CB485);
    }

    .header_dark .dsm-link_accent:active::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }

    .header_light .dsm-link_accent:active {
        color: var(--Green-secondary, #0CB485);
    }

    .header_light .dsm-link_accent:active::after {
        background-image: url('/local/templates/funky/design/styles/components/../../assets/images/arrow-up-right-hover.svg');
    }
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--White-30, rgba(255, 255, 255, 0.30));
    transition: all var(--transition-time);
}

@media (hover: hover) {
    .social-link:hover {
        background-color: var(--White-40, rgba(255, 255, 255, 0.40));
    }
}

@media (hover: none) {
    .social-link:active {
        background-color: var(--White-40, rgba(255, 255, 255, 0.40));
    }
}

.header_light .social-link {
    background-color: var(--Light-green, #E0F2EC);
    transition: all var(--transition-time);
}

.header_light .social-link svg path {
    fill: var(--Black, #0D0D0D);
}

@media (hover: hover) {
    .header_light .social-link:hover {
        background-color: #EEFFF9;
    }
}

@media (hover: none) {
    .header_light .social-link:active {
        background-color: #EEFFF9;
    }
}

/* 
      <div class="breadcrumbs-block">
        <div class="dsm-container">
          <div class="breadcrumbs-section">
            <ul class="breadcrumbs breadcrumbs_white">
              <li class="breadcrumbs__item">
                <a href="/" class="breadcrumbs__link">Главная</a>
              </li>
              <li class="breadcrumbs__item">
                <span class="breadcrumbs__current">О компании</span>
              </li>
            </ul>
          </div>
        </div>
      </div>
 */

.breadcrumbs-section {
    padding: 40px 40px 0 40px;
}

@media (max-width: 1200px) {
    .breadcrumbs-section {
        padding: 20px 40px 0 40px;
    }
}

@media (max-width: 600px) {
    .breadcrumbs-section {
        padding: 16px 16px 0 16px;
    }
}

.breadcrumbs {
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumbs__link {
    font-family: inherit;
    position: relative;
    display: inline-block;
    padding-right: 0px;
    margin-right: 20px;
    transition: color var(--transition-time, 0.4s);
}

@media (hover:hover) {
    .breadcrumbs__link:hover {
        color: var(--Black-80, rgba(13, 13, 13, 0.80));
    }
}

@media (hover:none) {
    .breadcrumbs__link:active {
        color: var(--Black-80, rgba(13, 13, 13, 0.80));
    }
}

.breadcrumbs__link::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    right: -20px;
    background-image: url('/local/templates/funky/design/styles/components/../../assets/images/chevron-right.svg');
    background-repeat: no-repeat;
}

.breadcrumbs__current {
    color: var(--Black-60, rgba(13, 13, 13, 0.60));
}

.breadcrumbs_white {
    color: var(--White, #FFF);
}

.breadcrumbs_white .breadcrumbs__link::after {
    background-image: url('/local/templates/funky/design/styles/components/../../assets/images/chevron-right-white.svg');
}

.breadcrumbs_white .breadcrumbs__current {
    color: rgba(255, 255, 255, 0.60);
}

@media (hover:hover) {
    .breadcrumbs_white .breadcrumbs__link:hover {
        color: var(--White-80, rgba(255, 255, 255, 0.80));
    }
}

@media (hover:none) {
    .breadcrumbs_white .breadcrumbs__link:active {
        color: var(--White-80, rgba(255, 255, 255, 0.80));
    }
}

.dsm-link_select {
    display: none;
    gap: 2px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.dsm-link_select svg {
    transition: all var(--transition-time);
    transform: rotate(0);
}

.dsm-link_select-active svg {
    transition: all var(--transition-time);
    transform: rotate(180deg);
}


@media (max-width: 1700px) {
    .dsm-link_select {
        display: inline-flex;
    }
}


@media (max-width: 1700px) {
    #ad-prod {
        display: none;
    }

    #ev-org {
        display: none;
    }

    #ad-prod-li {
        display: none;
    }

    #ev-org-li {
        display: none;
    }
}

@media (hover:hover) {
    .dsm-link_select:hover svg {
        transform: rotate(180deg);
        color: var(--White-60, rgba(255, 255, 255, 0.60));
    }
}

.header_light .dsm-link_select svg path {
    stroke: var(--Black, #0D0D0D);
}

@media (hover:hover) {
    .header_light .dsm-link_select:hover svg path {
        stroke: var(--Black-60, rgba(13, 13, 13, 0.60));
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/mission.css?1754631490896*/
.mission__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 40px;
    border-radius: 20px;
    background-color: #06A87A;
    color: var(--White, #FFF);
}

@media (max-width: 600px) {
    .mission__inner {
        padding: 20px;
        gap: 20px;
    }
}

.mission__tag {
    padding: 12px 20px;
    border-radius: 100px;
    border: 2px solid var(--White, #FFF);
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .mission__tag {
        font-size: 18px;
        line-height: 130%;
        padding: 10px 20px;
    }
}

.mission__title {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

@media (max-width: 600px) {
    .mission__title {
        font-size: 24px;
        line-height: 120%;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/mobile-menu.css?17546314902534*/
.mobile-menu {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 100px);
    top: 100px;
    background-color: var(--White, #FFF);
    padding: 30px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-100%);
    transition: transform var(--transition-time, 0.4s);
    z-index: 300;
}

@media (max-width: 600px) {
    .mobile-menu {
        padding: 40px 16px 16px;
    }
}

.mobile-menu_active {
    transform: translateX(0%);
    transition: transform var(--transition-time, 0.4s);
}

@media (max-width: 600px) {
    .mobile-menu__nav {
        border-radius: 16px;
        background: var(--Gray-light-2, #F7FAFA);
        padding: 35px 40px 40px;
        width: 100%;
    }
}

.mobile-menu__nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.mobile-menu__nav-link {
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 80%;
}

.mobile-menu__nav-link.dsm-link_accent {
    color: var(--Green-primary, #0A9971);
}

.mobile-menu__nav-link.dsm-link_accent::after {
    top: 0;
}

.mobile-menu__lang-select {
    display: none;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    border: none;
    outline: none;
    background: var(--Gray-light-2, #F7FAFA);
    color: var(--Black, #0D0D0D);
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .mobile-menu__lang-select {
        display: flex;
    }
}

.mobile-menu__social-block {
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Gray-light-2, #F7FAFA);
}

@media (max-width: 600px) {
    .mobile-menu__social-block {
        display: flex;
    }
}

.mobile-menu__social-title {
    color: var(--Black, #0D0D0D);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.mobile-menu__social-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-menu__social-link {
    background-color: var(--Light-green, #E0F2EC);
}
/* End */


/* Start:/local/templates/funky/design/styles/components/news.css?17546314902273*/
.news__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news__card {
    padding: 16px;
    justify-content: flex-start;
    gap: 20px;
}

.news__card-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 166px;
}

.news__tag {
    display: inline-block;
    align-self: flex-start;
    border-radius: 100px;
    padding: 7px 16px;
    background-color: var(--Light-green, #E0F2EC);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--Black-60, rgba(13, 13, 13, 0.60));
    margin-bottom: 8px;
}

.news__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .news__name {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 600px) {
    .news__name {
        font-size: 24px;
        line-height: 120%;
    }
}

.news__img-wrapper {
    /*height: 191px;*/
    flex-shrink: 0;
    border-radius: 8px;
    margin-top: auto;
    background-color: var(--White, #FFF);
    background-image: url(/local/templates/funky/design/styles/components/../../assets/images/news-poster.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news__img-wrapper.report-wrapper {
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .news__img-wrapper {
        background-image: url(/local/templates/funky/design/styles/components/../../assets/images/news-poster-tab.png);
    }
}

@media (max-width: 600px) {
    .news__img-wrapper {
        background-image: url(/local/templates/funky/design/styles/components/../../assets/images/news-poster-mob.png);
    }
}

.news__img {
    /*height: 100%;*/
    width: 100%;
    border-radius: 8px;
    /*-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: cover;
    object-position: cover;
	*/
}
/* End */


/* Start:/local/templates/funky/design/styles/components/news-single-page.css?17546314907719*/
.news-single-page__inner {
    display: flex;
    margin-top: 40px;
    padding: 0px 310px 80px 310px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}

@media (max-width: 1750px) {
    .news-single-page__inner {
        padding: 0px 80px 80px 80px;
    }
}

@media (max-width: 1200px) {
    .news-single-page__inner {
        padding: 40px 40px 80px 40px;
    }
}

@media (max-width: 600px) {
    .news-single-page__inner {
        gap: 40px;
        padding: 40px 16px 60px 16px;
    }
}

.news-single-page__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.news-single-page__tag {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Gray-light, #F3F5F4);
    color: var(--Black, #0D0D0D);
    font-size: 14px;
    font-weight: 500;
    line-height: 80%;
}

.news-single-page__title {
    color: var(--Black, #0D0D0D);
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 600px) {
    .news-single-page__title {
        font-size: 32px;
        line-height: 120%;
    }
}

.news-single-page__date {
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__date {
        font-size: 14px;
        line-height: 120%;
    }
}

.news-single-page__share {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: var(--Gray-light-2, #F7FAFA);
}

@media (max-width: 600px) {
    .news-single-page__share {
        width: 100%;
        padding: 12px;
    }
}

.news-single-page__share-title {
    color: var(--Black, #0D0D0D);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__share-title {
        font-size: 18px;
        line-height: 120%;
    }
}

.news-single-page__share-links {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.news-single-page__share-link {
    background-color: var(--Light-green, #E0F2EC);
    transition: all var(--transition-time);
}

.news-single-page__share-link svg path {
    fill: var(--Black, #0D0D0D);
}

@media (hover: hover) {
    .news-single-page__share-link:hover {
        background-color: #EEFFF9;
    }
}

@media (hover: none) {
    .news-single-page__share-link:active {
        background-color: #EEFFF9;
    }
}

.news-single-page__text-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__text-content {
        font-size: 16px;
    }
}

.news-single-page__text-content b i {
    color: var(--Black, #0D0D0D);
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__text-content b i {
        font-size: 24px;
    }
}

.news-single-page__text-content br {
    display: none;
}

.news-single-page__article {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.news-single-page__article-title {
    color: var(--Black, #0D0D0D);
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__article-title {
        font-size: 24px;
    }
}

.news-single-page__text {
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__text {
        font-size: 16px;
    }
}

.news-single-page__text_bold {
    color: var(--Black, #0D0D0D);
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .news-single-page__text_bold {
        font-size: 24px;
    }
}

.news-single-page__charts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-single-page__pag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-single-page__pag-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.news-single-page__pag-title {
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
}

@media (max-width: 600px) {
    .news-single-page__pag-title {
        display: none;
    }

    .news-single-page__arr {
        display: flex;
    }
}

.canvas-wrapper {
    margin: 10px auto;
    width: 100%;
}

.chart {
    border: 1px solid var(--Grid-single-chart-color, #bebfbd);
    padding: 16px;
    width: 100%;
}

.chart__title {
    color: var(--Black, #0D0D0D);
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}

@media (max-width: 600px) {
    .chart__title {
        font-size: 24px;
        line-height: 120%;
    }
}

.chart__legend {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 600px) {
    .chart__legend {
        gap: 12px;
        justify-content: left;
    }
}

.chart__legend-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.chart__legend-img {
    width: 60px;
    height: 8px;
    border: 1px solid #807d7d;
}

.chart__legend-text {
    white-space: nowrap;
    font-size: 12px;
}

.chart__legend-img_1 {
    background-color: var(--First-bar-chart-color);
}

.chart__legend-img_2 {
    background-color: var(--Second-bar-chart-color);
}

.chart__legend-img_3 {
    border: none;
    border-radius: 20px;
    background-color: var(--First-line-chart-color);
    position: relative;
    z-index: 1;
}

.chart__legend-img_3::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--Point-line-chart-color);
    border: 1px solid var(--Point-stroke-line-chart-color);
    position: absolute;
    top: -1px;
    left: calc(50% - 5px);
    z-index: 2;
}

.chart__legend-img_4 {
    border: none;
    border-radius: 20px;
    background-color: var(--Second-line-chart-color);
    position: relative;
    position: relative;
    z-index: 1;
}

.chart__legend-img_4::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--Point-line-chart-color);
    border: 1px solid var(--Point-stroke-line-chart-color);
    position: absolute;
    top: -1px;
    left: calc(50% - 5px);
    z-index: 2;
}

.chart_single {
    margin-top: 40px;
    border: none;
}

@media (max-width: 900px) {
    .chart_single {
        margin-top: 0px;
    }
}

.chart_single .chart__title {
    color: #898989;
}

.chart__info {
    text-align: right;
    color: var(--Grid-single-chart-color, #bebfbd);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/partners.css?17546314903206*/
.partners {
    background-color: var(--White, #FFF);
}

.partners .dsm-container {
    max-width: unset;
}

.partners__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1200px) {
    .partners__inner {
        gap: 36px;
    }
}

@media (max-width: 1200px) {
    .partners__inner {
        gap: 34px;
    }
}

.partners__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.partners__wrapper_mob {
    display: none;
}

@media (max-width: 600px) {
    .partners__wrapper_desk {
        display: none;
    }

    .partners__wrapper_mob {
        display: flex;
    }
}

.partners__items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 20px;
    width: 100%;
}

.partners__items-wrap:before,
.partners__items-wrap:after {
    content: '';
    height: 100%;
    top: 0;
    width: 5%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: none;
}

.partners__items-wrap:before {
    left: 0px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.partners__items-wrap:after {
    right: 0px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}

.partners__items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    min-width: 100%;
}

@media (max-width: 600px) {
    .partners__items {
        gap: 8px;
    }
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Black-10, rgba(13, 13, 13, 0.10));
    border-radius: 20px;
    padding: 20px;
    transition: all 0.4s linear;
    width: 320px;
    height: 200px;
}

@media (max-width: 600px) {
    .partners__item {
        width: 220px;
        height: 169px;
    }
}

.partners__img {
    width: 168px;
    height: 169px;
    -o-object-fit: contain;
    object-fit: contain;
}

.marquee {
    -webkit-animation: scroll 300s linear infinite;
    animation: scroll 300s linear infinite;
}

@media (max-width: 600px) {
    .marquee {
        -webkit-animation: scroll 700s linear infinite;
        animation: scroll 700s linear infinite;
    }
}

.reverce {
    animation-direction: reverse;
}

/* если нужна пауза при наведении */

/* 
.partners__items-wrap:hover .marquee {
    animation-play-state: paused;
} */

@-webkit-keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/reports.css?17546314902528*/
.reports {
    background-color: var(--White, #FFF);
}

.reports__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.reports__inner-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.reports__title {
    max-width: 1000px;
    text-align: center;
}

@media (max-width: 600px) {
    .reports__title {
        font-size: 28px;
        line-height: 120%;
    }
}

.reports__inner-header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 1200px) {
    .reports__inner-header-bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .reports__inner-header-bottom {
        gap: 24px;
    }
}

.reports__statistics {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1200px) {
    .reports__statistics {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    .reports__statistics {
        flex-direction: column;
        align-items: flex-start;
    }
}

.reports__photos {
    display: flex;
}

.reports__photo {
    border: 2px solid var(--Light-green, #E0F2EC);
    background-color: var(--Light-green, #E0F2EC);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -19px;
}

.reports__photo:first-child {
    margin-left: 0;
}

.reports__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
}

.reports__statistics-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

.reports__statistics-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.reports__item-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reports__arr {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--Light-green, #E0F2EC);
}

.reports__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

	margin-bottom: 20px;

}
/* End */


/* Start:/local/templates/funky/design/styles/components/reports-page.css?175463149088*/
@media (max-width: 1200px) {
    .reports__item {
        min-height: 410px;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/reports-popup.css?17546314902850*/
.reports-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.70);
    z-index: 600;
}

@media (max-width: 600px) {
    .reports-popup {
        align-items: flex-start;
        background: var(--Gray-light, #F3F5F4);
        padding: 20px;
    }
}

.reports-popup_active {
    display: flex;
}

.reports-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width: 600px) {
    .reports-popup__inner {
        gap: 40px;
        width: 100%;
    }
}

.reports-popup__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.reports-popup__close {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    border-radius: 90px;
    background: #FDFDFD;
    transition: background var(--transition-time, 0.4s);
}

@media (hover:hover) and (min-width: 1201px) {
    .reports-popup__close:hover {
        background: var(--Light-green, #E0F2EC);
    }
}

@media (max-width: 600px) {
    .reports-popup__close {
        width: 24px;
        height: 24px;
        background: transparent;
    }
}

.reports-popup__main {
    display: flex;
    width: 500px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 16px;
    background: var(--Gray-light, #F3F5F4);
}

@media (max-width: 600px) {
    .reports-popup__main {
        padding: 0;
        width: 100%;
    }
}

.reports-popup__title {
    text-align: center;
}

.reports-popup__form-fieldset {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reports-popup__input {
    background-color: var(--White, #FFF);
    border: 1px solid var(--White, #FFF);
    width: 100%;
}

.reports-popup__info {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--Black-40, rgba(13, 13, 13, 0.40));
}

.reports-popup__link {
    text-decoration: underline;
}

.reports-popup__btn {
    width: 100%;
}

.reports-popup__social {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    padding: 16px;
    background-color: var(--White, #FFF);
}

.reports-popup__social-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--Black, #0D0D0D);
}

.reports-popup__social-block {
    display: flex;
    gap: 12px;
}

.reports-popup__social-link {
    background-color: var(--Light-green, #E0F2EC);
}

.reports-popup-lock {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/research.css?17546314901486*/
.research__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.research__title {
    margin-bottom: 32px;
}

.research__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 22px;
}

@media (max-width: 1200px) {
    .research__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .research__items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.research__item {
    min-height: 282px;
    opacity: 0;
}

.research__item_hidden {
    display: none;
}

@media (max-width: 1200px) {
    .research__item {
        min-height: 348px;
    }
}

.research__item-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.research__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.research__item-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.research__num {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.research__arr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--Light-green, #E0F2EC);
}

.research__btn {
    align-self: center;
    display: none;
}

.research__btn_active {
    display: inline-flex;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/subscription-page.css?17546314902950*/
.subscription-page__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .subscription-page__inner {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
}

.subscription-page__title-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.subscription-page__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .subscription-page__description {
        font-size: 14px;
    }
}

.subscription-page__form {
    width: 48%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--Gray-light-2, #F7FAFA);
}

@media (max-width: 1200px) {
    .subscription-page__form {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .subscription-page__form {
        padding: 20px;
        gap: 24px;
    }
}

.subscription-page__form-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .subscription-page__form-text {
        font-size: 14px;
    }
}

.subscription-page__input-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    display: block;
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .subscription-page__input-label {
        font-size: 14px;
    }
}

.subscription-page__input {
    width: 600px;
}

@media (max-width: 600px) {
    .subscription-page__input {
        width: 100%;
    }
}

.subscription-page__input-err {
    top: unset;
    bottom: -16px;
}

.subscription-page__form-fieldset {
    margin-bottom: 0;
}

.subscription-page__form-subtitle {
    color: var(--Black, #0D0D0D);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .subscription-page__form-subtitle {
        font-size: 14px;
    }
}

.subscription-page__form-label {
    color: var(--Black, #0D0D0D);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.subscription-page__form-footer {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 600px) {
    .subscription-page__form-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.subscription-page__form-msg {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .subscription-page__form-msg {
        font-size: 14px;
    }
}

.subscription-page__form-msg_active {
    display: block;
}

.subscription-page__form .footer__form-label::before {
    border: 1px solid var(--Black-40, rgba(13, 13, 13, 0.40));
}
/* End */


/* Start:/local/templates/funky/design/styles/components/success-popup.css?17546314902217*/
.success-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.70);
    z-index: 600;
}

@media (max-width: 600px) {
    .success-popup {
        align-items: flex-start;
        background: var(--Gray-light, #F3F5F4);
        padding: 20px;
    }
}

.success-popup_active {
    display: flex;
}

.success-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width: 600px) {
    .success-popup__inner {
        gap: 40px;
        width: 100%;
    }
}

.success-popup__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.success-popup__close {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    border-radius: 90px;
    background: #FDFDFD;
    transition: background var(--transition-time, 0.4s);
}

@media (hover:hover) and (min-width: 1201px) {
    .success-popup__close:hover {
        background: var(--Light-green, #E0F2EC);
    }
}

@media (max-width: 600px) {
    .success-popup__close {
        width: 24px;
        height: 24px;
        background: transparent;
    }
}

.success-popup__main {
    display: flex;
    width: 500px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 16px;
    background: var(--Gray-light, #F3F5F4);
}

@media (max-width: 600px) {
    .success-popup__main {
        padding: 0;
        width: 100%;
    }
}

.success-popup__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

@media (max-width: 600px) {
    .success-popup__text-block {
        width: 100%;
        align-self: center;
    }
}

.success-popup__text {
    color: var(--Black, #0D0D0D);
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}

.success-popup__btn {
    width: 100%;
}

.success-popup-lock {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/system.css?17546314902790*/
.systems {
    background-color: var(--White, #FFF);
}

.systems__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 600px) {
    .systems__inner {
        padding-top: 56px;
    }
}

.systems__title {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .systems__title {
        white-space: normal;
        width: 80%;
    }
}

.systems__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}

@media (max-width: 1200px) {
    .systems__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.systems__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    padding: 32px;
    border-radius: 20px;
    color: var(--White, #FFF);
}

@media (max-width: 600px) {
    .systems__item {
        padding: 32px 20px 20px 20px;
        gap: 14px;
    }

    .systems__item:last-child {
        gap: 9px;
    }
}

.systems__item_black {
    background-color: var(--Black, #0D0D0D);
}

.systems__item_green {
    background-color: var(--Green-primary, #0A9971);
}

.systems__item-title {
    margin-bottom: 11px;
}

@media (max-width: 1200px) {
    .systems__item-title {
        margin-bottom: 0px;
    }
}

@media (max-width: 600px) {
    .systems__item-title {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .systems__item:last-child .systems__item-title {
        margin-bottom: 6px;
    }
}

.systems__img {
    max-width: 475px;
    max-height: 290px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    align-self: center;
}

@media (max-width: 1200px) {
    .systems__img {
        max-width: 100%;
        max-height: 300px;
    }
}

.systems__text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

@media (max-width: 1200px) {
    .systems__item:last-child .systems__text-block {
        margin-top: 6px;
    }
}

@media (max-width: 600px) {
    .systems__text-block {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .systems__item:last-child .systems__text-block {
        margin-top: 20px;
        margin-bottom: 28px;
    }
}

.systems__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--white, #FFF);
}

@media (max-width: 600px) {
    .systems__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
}

.systems__link {
    margin-top: auto;
}
/* End */


/* Start:/local/templates/funky/design/styles/components/team.css?17546314905298*/
.team__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 1200px) {
    .team__inner {
        padding-right: 0;
    }
}

.team__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 1200px) {
    .team__header {
        padding-right: 40px;
    }
}

@media (max-width: 600px) {
    .team__header {
        padding-right: 16px;
    }
}

.team__slider {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.team__slide {
    display: flex;
    border-radius: 20px;
    height: 514px;
    background-color: var(--Gray-light, #F3F5F4);
    color: var(--Black, #0D0D0D);
    transition: background-color var(--transition-time, 0.4s), color var(--transition-time, 0.4s);
}

@media (max-width: 600px) {
    .team__slide {
        flex-direction: column;
        height: auto;
    }
}

.team__img-wrapper {
    flex-shrink: 0;
    height: 100%;
}

@media (max-width: 600px) {
    .team__img-wrapper {
        width: 100%;
        height: 250px;
    }
}

.team__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

/* новый дизайн */

.team__popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 600;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
}

.team__popup_active {
    display: flex;
    animation: fade-in 0.4s alternate forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .team__popup {
        background: var(--Gray-light, #F3F5F4);
        padding: 20px;
    }
}

.team__popup-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 900px;
    height: 750px;
}

@media (max-width: 1200px) {
    .team__popup-inner {
        width: 600px;
    }
}

@media (max-width: 600px) {
    .team__popup-inner {
        width: 100%;
        height: 100%;
    }
}

.team__popup-close {
    align-self: flex-end;
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background: #FDFDFD;
    border: none;
}

@media (max-width: 600px) {
    .team__popup-close {
        background: transparent;
    }
}

.team__popup-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    display: flex;
    padding: 32px;
    border-radius: 16px;
    background: var(--Gray-light, #F3F5F4);
    overflow-y: auto;
}

@media (max-width: 600px) {
    .team__popup-content {
        padding: 0;
        background: transparent;
    }
}

.team__popup-content::-webkit-scrollbar {
    display: none;
}

.team__popup-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.team__popup-content-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
}

.team__popup-post {
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    text-align: center;
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
}

.team__popup-list {
    display: flex;
    flex-direction: column;
    list-style-position: inside;
    list-style: none;
    gap: 12px;
}

.team__popup-item {
    color: var(--Black, #0D0D0D);
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    padding-left: 14px;
}

.team__popup-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--Black, #0D0D0D);
    position: absolute;
    top: 7px;
    left: 0;
}

.team-popup-lock {
    overflow: hidden;
}

.team__slide {
    height: 700px;
}

@media (max-width: 600px) {
    .team__slide {
        height: 400px;
    }
}

.team__img-wrapper {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 600px) {
    .team__img-wrapper {
        height: 100%;
    }
}

.team__img {
    border-radius: 20px;
}

.team__slide-content {
    position: absolute;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: var(--Gray-light, #F3F5F4);
    backdrop-filter: blur(20px);
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 169px;
}

@media (max-width: 600px) {
    .team__slide-content {
        padding: 12px;
        width: calc(100% - 24px);
        height: 154px;
        left: 12px;
        bottom: 12px;
    }
}

.team__slide-name {
    color: var(--Black, #0D0D0D);
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 600px) {
    .team__slide-name {
        font-size: 18px;
        line-height: 130%;
    }
}

.team__slide-post {
    color: var(--Black-80, rgba(13, 13, 13, 0.80));
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 600px) {
    .team__slide-post {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/telegram.css?17546314903212*/
@media (max-width: 600px) {
    .telegram__inner {
        padding-top: 64px;
    }
}

.telegram__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 20px;
    border-radius: 32px;
    padding: 40px;
    width: 100%;
    min-height: 406px;
    background: var(--Black, #0D0D0D);
    color: var(--White, #FFF);
    position: relative;
}

@media (max-width: 1200px) {
    .telegram__wrapper {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .telegram__wrapper {
        padding: 20px;
        justify-content: flex-start;
        min-height: 337px;
    }
}

.telegram__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 719px;
}

@media (max-width: 1655px) {
    .telegram__content {
        max-width: 600px;
    }
}

@media (max-width: 1545px) and (min-width: 1201px) {
    .telegram__content {
        max-width: 245px;
    }
}

@media (max-width: 1200px) {
    .telegram__content {
        margin-bottom: 22px;
    }
}

@media (max-width: 600px) {
    .telegram__content {
        margin-bottom: 0px;
        flex-grow: 1;
    }
}

.telegram__title {
    padding: 16px 0px 20px 0px;
}

@media (max-width: 1545px) {
    .telegram__title {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .telegram__title {
        padding: 0px 0px 20px 0px;
        font-weight: 500;
        font-size: 55px;
        line-height: 100%;
    }
}

@media (max-width: 600px) {
    .telegram__title {
        font-size: 28px;
        line-height: 120%;
    }
}

.telegram__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 32px;
}


@media (max-width: 600px) {
    .telegram__text {
        font-size: 18px;
        line-height: 130%;
    }
}

.telegram__img {
    position: absolute;
    bottom: 0;
    left: 84px;
    width: 420px;
    height: 366px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1771px) {
    .telegram__img {
        left: 30px;
    }
}

@media (max-width: 1200px) {
    .telegram__img {
        left: 18px;
        width: 322px;
        height: 280px;
    }
}

@media (max-width: 600px) {
    .telegram__img {
        left: unset;
        right: -1px;
        bottom: 0px;
        width: 165px;
        height: 146px;
        border-radius: 0 0 32px 0;
        -o-object-position: right bottom;
        object-position: right bottom;
    }
}

.telegram__qr {
    width: 326px;
    height: 326px;
    border-radius: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1200px) {
    .telegram__qr {
        width: 240px;
        height: 240px;
        align-self: flex-end;
    }
}

@media (max-width: 600px) {
    .telegram__qr {
        display: none;
    }
}

@media (max-width: 600px) {
    .telegram__link {
        margin-top: auto;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/why-choose.css?17546314901885*/
.why-choose__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.why-choose__content {
    display: grid;
    grid-template-columns: 445px 445px 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 20px;
}

@media (max-width: 1800px) {
    .why-choose__content {
        grid-template-columns: 330px 330px 1fr;
    }
}

@media (max-width: 1300px) {
    .why-choose__content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .why-choose__content {
        grid-template-columns: 100%;
    }
}

.why-choose__item {
    min-height: 330px;
    border-radius: 20px;
    background-color: var(--Gray-light-2, #F7FAFA);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1300px) {
    .why-choose__item {
        min-height: 334px;
    }
}

.why-choose__item_green {
    background-color: var(--Light-green, #E0F2EC);
}

.why-choose__item_btm {
    align-items: flex-end;
}

.why-choose__image {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.why-choose__item_green .why-choose__image {
    width: auto;
}

.why-choose__item_lg {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
}

@media (max-width: 1300px) {
    .why-choose__item_lg {
        grid-column: 1/3;
    }
}

@media (max-width: 600px) {
    .why-choose__item_lg {
        grid-column: 1/2;
        padding: 32px 20px;
    }
}

.why-choose__description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-choose__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .why-choose__text {
        font-size: 18px;
        line-height: 122%;
    }
}
/* End */


/* Start:/local/templates/funky/design/styles/components/work.css?17546314902081*/
.work__inner {
    display: flex;
    gap: 20px;
}

@media (max-width: 1200px) {
    .work__inner {
        flex-direction: column;
        gap: 32px;
    }
}

.work__text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    padding: 32px;
    background: var(--Green-primary, #0A9971);
    color: var(--White, #FFF);
    width: 50%;
}

@media (max-width: 1200px) {
    .work__text-block {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .work__text-block {
        padding-top: 30px;
    }
}

.work__title {
    margin-bottom: 32px;
}

@media (max-width: 600px) {
    .work__title {
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 27px;
    }
}

.work__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.work__benefit {
    position: relative;
    padding-left: 18px;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

@media (max-width: 600px) {
    .work__benefit {
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        padding-left: 12px;
    }
}

.work__benefit::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--White, #FFF);
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 600px) {
    .work__benefit::before {
        width: 6px;
        height: 6px;
    }
}

.work__link {
    margin-top: auto;
}

.work__img-block {
    width: 50%;
    border-radius: 20px;
    background: var(--Light-green, #E0F2EC);
}

@media (max-width: 1200px) {
    .work__img-block {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 600px) {
    .work__img-block {
        height: 300px;
    }
}

.work__img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* End */
/* /local/templates/funky/design/styles/components/preloader.css?17546314905623 */
/* /local/templates/funky/design/styles/fonts.css?1754631490695 */
/* /local/templates/funky/design/styles/base.css?17546314906091 */
/* /local/templates/funky/design/styles/swiper/swiper-bundle.min.css?175463149018470 */
/* /local/templates/funky/design/styles/components/about.css?17546314902784 */
/* /local/templates/funky/design/styles/components/audit.css?17546314904522 */
/* /local/templates/funky/design/styles/components/awards.css?17546314901539 */
/* /local/templates/funky/design/styles/components/banner-video.css?17546314904320 */
/* /local/templates/funky/design/styles/components/burger.css?17546314902112 */
/* /local/templates/funky/design/styles/components/buttons.css?17546314905223 */
/* /local/templates/funky/design/styles/components/directions.css?17546314904766 */
/* /local/templates/funky/design/styles/components/dsm-card.css?17546314901423 */
/* /local/templates/funky/design/styles/components/feedback.css?17546314903485 */
/* /local/templates/funky/design/styles/components/footer.css?17546314907361 */
/* /local/templates/funky/design/styles/components/header.css?17546314906632 */
/* /local/templates/funky/design/styles/components/hero.css?17546314903309 */
/* /local/templates/funky/design/styles/components/hero-404.css?17546314902449 */
/* /local/templates/funky/design/styles/components/hero-about.css?175463149097 */
/* /local/templates/funky/design/styles/components/hero-contacts.css?17546314902330 */
/* /local/templates/funky/design/styles/components/hero-page.css?17546314902854 */
/* /local/templates/funky/design/styles/components/hero-research.css?1754631490204 */
/* /local/templates/funky/design/styles/components/history.css?17546314901142 */
/* /local/templates/funky/design/styles/components/inputs.css?17546314907688 */
/* /local/templates/funky/design/styles/components/links.css?17546314907901 */
/* /local/templates/funky/design/styles/components/mission.css?1754631490896 */
/* /local/templates/funky/design/styles/components/mobile-menu.css?17546314902534 */
/* /local/templates/funky/design/styles/components/news.css?17546314902273 */
/* /local/templates/funky/design/styles/components/news-single-page.css?17546314907719 */
/* /local/templates/funky/design/styles/components/partners.css?17546314903206 */
/* /local/templates/funky/design/styles/components/reports.css?17546314902528 */
/* /local/templates/funky/design/styles/components/reports-page.css?175463149088 */
/* /local/templates/funky/design/styles/components/reports-popup.css?17546314902850 */
/* /local/templates/funky/design/styles/components/research.css?17546314901486 */
/* /local/templates/funky/design/styles/components/subscription-page.css?17546314902950 */
/* /local/templates/funky/design/styles/components/success-popup.css?17546314902217 */
/* /local/templates/funky/design/styles/components/system.css?17546314902790 */
/* /local/templates/funky/design/styles/components/team.css?17546314905298 */
/* /local/templates/funky/design/styles/components/telegram.css?17546314903212 */
/* /local/templates/funky/design/styles/components/why-choose.css?17546314901885 */
/* /local/templates/funky/design/styles/components/work.css?17546314902081 */
