/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes marquee-scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes marquee-scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes slide-in-down-low {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes slide-in-down-low {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@-webkit-keyframes fadeInScaleIn {
    0% {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInScaleIn {
    0% {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes centerToLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    to {
        -webkit-transform: translate3d(-275px, 150px, 0) scale(.87);
        transform: translate3d(-275px, 150px, 0) scale(.87)
    }
}

@keyframes centerToLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    to {
        -webkit-transform: translate3d(-275px, 150px, 0) scale(.87);
        transform: translate3d(-275px, 150px, 0) scale(.87)
    }
}

@-webkit-keyframes centerToRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    to {
        -webkit-transform: translate3d(229px, 71px, 0) scale(.87);
        transform: translate3d(229px, 71px, 0) scale(.87)
    }
}

@keyframes centerToRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    to {
        -webkit-transform: translate3d(229px, 71px, 0) scale(.87);
        transform: translate3d(229px, 71px, 0) scale(.87)
    }
}

@-webkit-keyframes rightToCenter {
    0% {
        -webkit-transform: translate3d(229px, 71px, 0);
        transform: translate3d(229px, 71px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rightToCenter {
    0% {
        -webkit-transform: translate3d(229px, 71px, 0);
        transform: translate3d(229px, 71px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes leftToCenter {
    0% {
        -webkit-transform: translate3d(-275px, 150px, 0);
        transform: translate3d(-275px, 150px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes leftToCenter {
    0% {
        -webkit-transform: translate3d(-275px, 150px, 0);
        transform: translate3d(-275px, 150px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body,
html {
    scroll-behavior: smooth
}

html {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 1.15;
    font-family: "scroll-behavior:smooth"
}

body {
    min-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 24px;
    font-family: "scroll-behavior:smooth", "Gosha Sans", "Arial", sans-serif;
    font-weight: 400;
    color: var(--color-text-simple);
    background-color: var(--color-bg-base);
    overflow-x: hidden
}

details,
img,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-height: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0
}

optgroup {
    font-family: inherit;
    font-size: 100%
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.simplebar-mask {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
    direction: inherit
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    pointer-events: none;
    overflow: hidden
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 234, 231, .1)
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@font-face {
    font-display: swap;
    font-family: "PT Mono";
    font-weight: 400;
    font-style: normal;
    src: url(../../fonts/PT_Mono_Regular.woff2) format("woff2"), url(../../fonts/PT_Mono_Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "PT Mono";
    font-weight: 700;
    font-style: normal;
    src: url(../../fonts/PT_Mono_Bold.woff2) format("woff2"), url(../../fonts/PT_Mono_Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Gosha Sans";
    font-weight: 400;
    font-style: normal;
    src: url(../../fonts/Gosha_Sans_regular.woff2) format("woff2"), url(../../fonts/Gosha_Sans_regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Gosha Sans";
    font-weight: 800;
    font-style: normal;
    src: url(../../fonts/Gosha_Sans_bold.woff2) format("woff2"), url(../../fonts/Gosha_Sans_bold.woff) format("woff")
}

:root {
    --color-bg-base: #f2eae7;
    --color-bg-alternate: #0c0c0c;
    --color-marquee-bg: rgb(1, 1, 1);
    --color-marquee-bg-transparent: rgba(1, 1, 1, 0);
    --color-text-title: #010101;
    --color-text-simple: #010101;
    --color-text-footnote: rgba(1, 1, 1, 0.3);
    --color-text-title-alt: #f2eae7;
    --color-text-simple-alt: #f7f7f7;
    --color-text-footnote-alt: rgba(232, 223, 219, 0.3);
    --color-decoration: #010101;
    --color-special-grey: #969696;
    --color-special-black-inverse: #010101;
    --color-special-white-inverse: #ffffff;
    --color-footer-rules-slider: #ffffff;
    --header-height: 128px;
    --page-indent: 85px
}

body.dark {
    --color-bg-base: #010101;
    --color-bg-alternate: #f2eae7;
    --color-marquee-bg: rgb(0, 181, 26);
    --color-marquee-bg-transparent: rgba(0, 181, 26, 0);
    --color-text-title: #f2eae7;
    --color-text-simple: #f7f7f7;
    --color-text-footnote: rgba(232, 223, 219, 0.3);
    --color-text-title-alt: #010101;
    --color-text-simple-alt: #010101;
    --color-text-footnote-alt: rgba(1, 1, 1, 0.3);
    --color-decoration: #e8dfdb;
    --color-special-grey: #6d6d6d;
    --color-special-black-inverse: #ffffff;
    --color-special-white-inverse: #010101;
    --color-footer-white-inverse: #0c0c0c;
    --color-footer-rules-slider: #010101
}

@media (max-width:1439px) {
    :root {
        --page-indent: 40px
    }
}

@media (max-width:1023px) {
    :root {
        --page-indent: 25px
    }
}

@media (max-width:767px) {
    :root {
        --page-indent: 16px
    }
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a:not([href]) {
    cursor: default;
    pointer-events: none
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font: inherit
}

svg {
    pointer-events: none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.hidden {
    display: none !important
}

.body-fixed {
    overflow-y: hidden;
    height: 100vh
}

@font-face {
    font-display: swap;
    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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: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
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-box label,
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: 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%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button {
    border: 0;
    font: inherit;
    display: block;
    width: auto;
    max-width: 100%;
    padding: 32px 40px;
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #010101;
    background-color: #f2eae7;
    border-radius: 42px;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    cursor: pointer
}

@media (max-width:1439px) {
    .button {
        font-size: 28px
    }
}

@media (max-width:1023px) {
    .button {
        padding: 17px 26px;
        font-size: 24px;
        line-height: 1.6;
        border-radius: 21px
    }
}

.button:focus,
.button:hover {
    opacity: .7
}

.button:active {
    opacity: .5
}

.button--dark {
    color: #f2eae7;
    background-color: #010101
}

.button--dark-inverse {
    color: var(--color-special-white-inverse);
    background-color: var(--color-bg-alternate)
}

.button--popup {
    min-width: 228px;
    cursor: pointer;
    padding: 20px 32px;
    color: #f2eae7;
    background-color: #fe5200;
    border-radius: 32px;
    font-size: 32px;
    line-height: 1.5
}

@media (max-width:1023px) {
    .button--popup {
        min-width: 165px;
        padding: 10px 26px;
        font-size: 24px;
        line-height: 1.6;
        border-radius: 21px
    }
}

@media (max-width:464px) {
    .button--popup {
        min-width: 116px;
        padding: 11px 18px;
        border-radius: 18px;
        font-size: 18px
    }
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: var(--color-bg-base)
}

.header.show {
    -ms-touch-action: none;
    touch-action: none
}

@media (max-width:767px) {
    .header.show {
        min-height: 100vh
    }
}

.header__wrap {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 63px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .header__wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
}
@media (max-width:767px)  {
    .header__wrap {
        padding: 10px 0 10px;
    }
}

.header__nav-list,
.header__wrap.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__wrap.show {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width:1023px) {

    .header__wrap .header__actions,
    .header__wrap .header__nav {
        height: 0;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: height .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
        transition: height .3s cubic-bezier(.79, .14, .15, .86), transform .3s cubic-bezier(.79, .14, .15, .86);
        transition: height .3s cubic-bezier(.79, .14, .15, .86), transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
    }

    .header__wrap.show .header__actions,
    .header__wrap.show .header__nav {
        opacity: 1;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86), height .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
        transition: opacity .3s cubic-bezier(.79, .14, .15, .86), height .3s cubic-bezier(.79, .14, .15, .86), transform .3s cubic-bezier(.79, .14, .15, .86);
        transition: opacity .3s cubic-bezier(.79, .14, .15, .86), height .3s cubic-bezier(.79, .14, .15, .86), transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:767px) {

    .header__wrap.show .header__actions,
    .header__wrap.show .header__nav {
        max-width: 320px;
        width: 100%;
        margin-top: 36px;
        margin-right: 0;
        margin-left: 0;
        padding-left: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__wrap.show .header__actions {
        margin-top: 0
    }
}

.header__nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1439px) {
    .header__nav-list {
        margin-right: 55px;
        -ms-flex-pack: distribute
    }
}

@media (max-width:1023px) {
    .header__nav-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__nav-link,
.header__presentation-link,
.header__themes-switching {
    display: block;
    padding: 16px 24px;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-text-title);
    white-space: nowrap;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.header__button button:focus,
.header__button button:hover,
.header__nav-link:focus,
.header__nav-link:hover,
.header__presentation-link:focus,
.header__presentation-link:hover,
.header__themes-switching:focus,
.header__themes-switching:hover {
    opacity: .7
}

.header__button button:active,
.header__nav-link:active,
.header__presentation-link:active,
.header__themes-switching:active {
    opacity: .5
}

@media (max-width:1439px) {

    .header__nav-link,
    .header__presentation-link,
    .header__themes-switching {
        font-size: 1.38889vw;
        padding: 16px 10px;
    }
}

@media (max-width:1023px) {

    .header__nav-link,
    .header__presentation-link,
    .header__themes-switching {
        font-size: 20px
    }
}

@media (max-width:767px) {

    .header__nav-link,
    .header__presentation-link,
    .header__themes-switching {
        padding-left: 0
    }

    .header__nav-link {
        padding-bottom: 20px
    }
}

.header__themes-wrap--hidden {
    display: none
}
.header__themes-wrap span {
    text-decoration: underline;
}
@media (max-width:767px) {
    .header__themes-wrap--hidden {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:1200px) {
    .header__themes-switching {
        padding-bottom: 5px
    }
}

@media (max-width:767px) {
    .header__themes-switching {
        padding-bottom: 16px
    }
}

.header__presentation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .header__presentation-link {
        padding-top: 5px;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .header__presentation-link {
        padding-top: 14px
    }
}

.header__nav-item:last-child .header__nav-link {
    padding-right: 0
}

@media (max-width:1023px) {
    .header__logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        margin: 0
    }
}

.header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    /*width: 217px;
    margin-top: 15px;*/
    position: relative;
    align-items: center;
}

@media (max-width:1439px) {
    .header__logo-link {
        margin-left: 0
    }
    
}

@media (max-width:1023px) {
    .header__logo-link {
        width: 160px;
        margin-bottom: -6px
    }
}

@media (max-width:767px) {
    .header__logo-link {
        width: 137px;
        margin-top: 0;
        margin-right: auto;
        margin-left: 15px;
        margin-bottom: 0;
    }
}

.header__logo-icon {
    width: 100%;
    height: auto;
    display: block;
    fill: var(--color-text-title)
}

.header__logo-icon--img {
    max-height: 45px
}

.header__logo-icon--slogan {
    margin-top: 7px;
    width: 77%;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width:1023px) {
    .header__logo-icon--slogan {
        margin-top: -3px
    }
}

@media (max-width:767px) {
    .header__logo-icon--slogan {
        width: 130px;
        margin-left: 8px
    }
}

.header__logo-icon--slogan-ru {
    max-height: 30px;
    /*width: 203px;
    margin-left: auto*/
    position: absolute;
    bottom: -13px;
    right: -62px;
}
.header__logo-icon-js {
    
}
@media (max-width:767px) {
    .header__logo-icon--slogan-ru {
        margin-top: -6px;
        width: 128px;
        padding-left: 15px;
    }
}

.header__logo-icon--slogan-eng {
    width: 203px;
    margin-left: auto;
    max-height: 12px
}

@media (max-width:1023px) {
    .header__logo-icon--slogan-eng {
        margin-top: -3px
    }
}

@media (max-width:767px) {
    .header__logo-icon--slogan-eng {
        width: 128px;
        margin-top: -6px;
        margin-left: 8px
    }
}

.header__logo-icon .description {
    display: none
}

.header__logo-icon .description.show {
    display: block
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 320px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width:1439px) {
    .header__actions {
        margin-right: 25px
    }
}

@media (max-width:1023px) {
    .header__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .header__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        max-width: 320px;
        width: 100%
    }
}

.header__presentation-link svg {
    margin-left: 5px;
    fill: var(--color-text-title)
}

@media (max-width:767px) {
    .header__presentation-link svg {
        margin-top: -3px
    }
}

.header__button {
    display: none;
    position: absolute;
    top: 23px;
    right: 16px
}

@media (max-width:1023px) {
    .header__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 12px;
        right: 8px
    }
}

@media (max-width:767px) {
    .header__button {
        right: 11px;
        top: 18px
    }
}

.header__button button {
    position: relative;
    background: 0 0;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 20px;
    outline: 0;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.header__button span,
.header__button span::after,
.header__button span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background-color: var(--color-text-title)
}

.header__button span::after,
.header__button span::before {
    content: "";
    -webkit-transition: -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
}

.header__button span::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.header__button span::after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.header__button.show span {
    height: 0
}

.header__button.show span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__button.show span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__nav {
    margin-right: auto;
    width: 320px
}

@media (max-width:1439px) {
    .header__nav {
        margin-left: 25px
    }
}

.page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    min-width: 320px;
    overflow-x: hidden
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dark .top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 700px;
    padding-top: var(--header-height);
    margin-top: 0;
}
/*.top-banner {
    min-height: auto;
    height: auto;
    padding-top: var(--header-height);
    margin-top: 120px;
}*/
@media (max-width:767px) {
    .top-banner {
        height: auto;
        min-height: auto
    }
    .dark .top-banner {
    height: auto;
    min-height: auto;
}
}

.top-banner__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
}

.top-banner__visual-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 80%
}

@media (max-width:767px) {
    .top-banner__visual-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.top-banner__visual-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:767px) {
    .top-banner__visual-container video {
        display: none
    }
    .top-banner {
        /*margin-top: 100px;*/
        margin-bottom: 35px;
    }
    .dark .top-banner {
        margin-top: 0;
    }
}

.top-banner__carousel-container {
    display: none
}

@media (max-width:767px) {

    .top-banner__carousel-container,
    .top-banner__carousel-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .top-banner__carousel-container {
        position: relative;
        width: 100%;
        overflow-x: hidden
    }

    .top-banner__carousel-wrapper {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .top-banner__carousel-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: 100%
    }

    .top-banner__carousel-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .top-banner__carousel-pagination {
        position: absolute;
        bottom: 30px !important;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 24px
    }
}

.top-banner__carousel-bullet {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 0;
    background-color: var(--color-special-grey);
    cursor: pointer
}

.top-banner__carousel-bullet:last-child {
    margin: 0
}

.top-banner__carousel-bullet--active {
    background-color: var(--color-special-black-inverse)
}

.top-banner__marquee {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20%;
    min-height: 80px;
    max-height: 80px;
    padding-left: var(--page-indent);
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    color: #f7f7f7;
    background-color: var(--color-marquee-bg)
}

@media (max-width:1023px) {
    .top-banner__marquee {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .top-banner__marquee {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 56px;
        flex: 0 1 56px;
        min-height: 56px;
        max-height: 56px;
        font-size: 20px;
        line-height: 1.4
    }
}

.top-banner__marquee-static {
    position: relative;
    font-weight: 700
}

.top-banner__marquee-static::after {
    content: "";
    position: absolute;
    left: calc(100% - 2px);
    top: 0;
    z-index: 1;
    display: block;
    width: 12vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(17%, var(--color-marquee-bg)), to(var(--color-marquee-bg-transparent)));
    background-image: linear-gradient(to right, var(--color-marquee-bg) 17%, var(--color-marquee-bg-transparent))
}

.top-banner__marquee-text {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.top-banner__marquee-text span {
    display: inline-block;
    padding-left: 15px;
    will-change: auto;
    -webkit-animation: marquee-scroll 15s infinite linear;
    animation: marquee-scroll 15s infinite linear
}

.top-banner__arrow-link {
    --arrow-link-svg-width: 58px;
    position: absolute;
    bottom: 96px;
    left: calc(50% - (var(--arrow-link-svg-width)/2));
    fill: var(--color-decoration);
    -webkit-animation: slide-in-down-low 1.5s infinite ease alternate;
    animation: slide-in-down-low 1.5s infinite ease alternate
}

@media (max-width:767px) {
    .top-banner__arrow-link {
        --arrow-link-svg-width: 32px;
        bottom: 58px
    }
}

.footer__contacts a:focus,
.footer__contacts a:hover,
.footer__contacts span:focus,
.footer__contacts span:hover,
.footer__contacts span:focus,
.top-banner__arrow-link:hover {
    opacity: .7
}

.footer__contacts a:active,
.top-banner__arrow-link:active {
    opacity: .5
}

.top-banner__arrow-link svg {
    width: var(--arrow-link-svg-width);
    height: 108px
}

@media (max-width:767px) {
    .top-banner__arrow-link svg {
        height: 60px
    }
}

.features {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 182px;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent);
    padding-bottom: 110px
}

.features:focus {
    outline: 0
}

@media (max-width:1439px) {
    .dark .features {
        padding-top: 110px;
        font-size: 60px
    }
    .features {
        padding-top: 155px;
        font-size: 60px
    }
}

@media (max-width:1023px) {
    .dark .features {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .features {
        padding-top: 120px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .dark .features {
        padding-top: 48px;
        padding-bottom: 0;
        padding-left: calc(var(--page-indent) + 8px);
        padding-right: calc(var(--page-indent) + 8px)
    }
    .features {
        padding-top: 130px;
        padding-bottom: 0;
        padding-left: calc(var(--page-indent) + 8px);
        padding-right: calc(var(--page-indent) + 8px)
    }
}

.features__subtitle {
    font-size: 80px;
    line-height: 1.2;
    display: block;
    max-width: 1235px;
    margin-bottom: 115px;
    font-weight: 400;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .features__subtitle {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .features__subtitle {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .features__subtitle {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .features__subtitle {
        margin-bottom: 41px
    }
}

.features__list-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .features__list-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.features__card {
    width: 33.3%;
    padding-left: 20px
}

@media (max-width:1023px) {
    .features__card {
        width: 80%;
        max-width: 600px;
        padding-left: 0;
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .features__card {
        width: 100%;
        margin-bottom: 42px
    }
}

.features__card img {
    width: 100%;
    max-width: 434px;
    margin-bottom: 15px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767px) {
    .features__card img {
        width: 65%;
        min-width: 200px;
        margin-bottom: 7px
    }
}

.features__card p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    max-width: 350px;
    margin: 0;
    color: var(--color-text-simple)
}

@media (max-width:1439px) {
    .features__card p {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .features__card p {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:1023px) {
    .features__card p {
        max-width: 100%
    }
}

.features__card--long-text p {
    max-width: 450px
}

@media (max-width:1023px) {
    .features__card--long-text p {
        max-width: 100%
    }
}

.features__card--short-img img {
    max-width: 218px
}

@media (max-width:767px) {
    .features__card--short-img img {
        width: 40%;
        min-width: 117px;
        max-width: 150px
    }
}

.features__card:nth-child(3n+1) {
    padding-left: 0
}

.features__card:nth-child(3n+3) {
    padding-left: 40px
}

@media (max-width:1023px) {
    .features__card:nth-child(3n+3) {
        padding-left: 0
    }
}

.footer {
    margin-top: 123px;
    position: relative;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent);
    background-color: var(--color-bg-alternate)
}

.footer__top {
    position: absolute;
    top: -120px;
    left: 0;
    height: 174px;
    width: 100%;
    background-image: url(../../img/wave-black.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .footer__top {
        height: 50px;
        top: -46px;
        background-image: url(../../img/wave-mobile-black.svg);
        background-size: 102% auto
    }
}

body.dark .footer__top {
    background-image: url(../../img/wave-white.svg)
}

@media (max-width:767px) {
    body.dark .footer__top {
        background-image: url(../../img/wave-mobile-white.svg)
    }
}

.footer__content {
    display: flex;
    flex-direction: row;
}

.footer__contacts h2 {
    margin: 33px 0 40px;
    padding: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--color-text-title-alt);
    z-index: 99;
    max-width: 154px;
}


@media (max-width:767px) {
    .footer__contacts h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1023px) {
    .footer__contacts h2 {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .footer__contacts h2 {
        margin-top: 20px;
        margin-bottom: 38px;
        letter-spacing: inherit
    }
}

.footer__contacts {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}
.footer_faq a{
    color: var(--color-special-white-inverse);
    font-size: 16px;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    margin-left: 50px;
}
@media (max-width:1023px) {
    .footer__contacts {
        max-width: 600px
    }
}

@media (max-width:767px) {
    .footer__contacts {
        margin-left: 0;
        padding-left: 8px
    }
}

.footer__contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width:1023px) {
    .footer__contacts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .footer__contacts-wrap {
        margin-bottom: 60px
    }
}

.footer__contacts a,
.footer__contacts span,
.footer__contacts p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400
}

.footer__contacts p {
    margin: 0;
    padding: 0;
    color: var(--color-text-title-alt);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-right: 60px;
}
.footer__lang {
    border: 3px solid #4C4C4C;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}
.footer__lang .active {
    background-color: #4C4C4C;
    border-radius: 50px;
    padding: 10px 27px;

}
.footer__lang a{
    text-align: center;
    color: var(--color-text-title-alt);
    margin: 0;
    padding: 10px 24px;
    font-size: 20px;
    
}

@media (max-width:767px) {
    .footer__contacts p {
        font-size: 20px;
        line-height: 28px
    }
}

.footer__contacts a {
    margin-left: 38px;
    letter-spacing: 1px;
    color: #fe5200;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}
.footer__contacts span {
    text-align: start;
    margin-left: 0;
    font-size: 20px;
    margin-top: 10px;
    color: #fe5200;
}
.footer__address {
    width: 100%;
display: flex;
justify-content: space-between;
max-width: 100%;
flex-direction: column;
  }
@media (max-width:1439px) {

    .footer__contacts a,
    .footer__contacts span {
        font-size: 26px
    }
}

@media (max-width:767px) {

    .footer__contacts a,
    .footer__contacts span {
        font-size: 20px;
        line-height: 28px;
        margin-left: 0
    }
}

@media (max-width:1023px) {
    .footer__address {
        max-width: 100%;
        width: 100%;
        margin-bottom: 72px
    }
}

.footer__social {
    width: 100%;
    padding-left: 0;
    color: var(--color-special-white-inverse);
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    grid-column-gap: 5%;
}
.footer__social-telegram {
    display: block;
    margin-left: 0;
}
.footer__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
@media (max-width:1023px) {
    .footer__social {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .footer__social p {
        margin-bottom: 10px
    }
}

.footer__social-mail,
.footer__social-tel,
.footer__social-whatsaap,
.footer__social-vb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
    font-size: 24px;
}

@media (max-width:767px) {

    .footer__social-mail,
    .footer__social-tel,
    .footer__social-whatsaap,
    .footer__social-vb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer__social-mail,
.footer__social-whatsaap,
.footer__social-vb {
    margin-bottom: 35px
}
.footer__map {
    display: flex;
    font-size:20px;
    margin-bottom: 40px;
}
.footer__map a,
.footer__social-tel a {
    margin-left: 0
}
.footer__social-mail a,.footer__social-whatsaap a, .footer__social-telegram a, .footer__social-vb a {
    margin: 0;
  }
  .footer__social-whatsaap a::after {
    content: "+38268234716";
display: block;
color: #5E5E5E;
text-align: left;
  }
.footer__social-telegram a::after {
  content: "@dcp.company";
display: block;
color: #5E5E5E;
}
  .footer__social-vb a::after {
    content: "+38268234716";
display: block;
color: #5E5E5E;
text-align: left;
  }
@media (max-width:1023px) {
    .footer__social-whatsaap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .footer__social-whatsaap {
        margin-bottom: 40px
    }
}

@media (max-width:1100px) {
    .footer__social-whatsaap a {
        margin-left: 0
    }
}

@media (max-width:1439px) {
    .footer__social-whatsaap a {
        text-align: right
    }
}

@media (max-width:767px) {
    .footer__social-mail a {
        margin-left: 0
    }
}

.footer__form {
    position: relative;
    margin-bottom: 95px
}

@media (max-width:767px) {
    .footer__form {
        margin-bottom: 90px
    }
}

.footer__form-bg svg {
    position: absolute;
    top: 0;
    right: 0
}

.footer__form-bg svg:nth-child(1) {
    top: 95px;
    right: 89px
}

.footer__form-bg svg:nth-child(2) {
    top: 165px;
    right: 462px
}

.footer__form-bg svg:nth-child(3) {
    top: 358px;
    right: 250px
}

@media (max-width:1439px) {
    .footer__form-bg svg:nth-child(2) {
        right: 314px
    }

    .footer__form-bg svg:nth-child(3) {
        right: 118px;
        top: 455px
    }
}

@media (max-width:1023px) {
    .footer__form-bg svg:nth-child(1) {
        display: none
    }

    .footer__form-bg svg:nth-child(2),
    .footer__form-bg svg:nth-child(3) {
        top: -55px;
        right: 91px;
        -webkit-transform: scale(.47);
        transform: scale(.47)
    }

    .footer__form-bg svg:nth-child(3) {
        top: 97px;
        right: -22px
    }
}

.footer__read-us {
    max-width: 1150px;
    margin: 0 auto 60px
}

@media (max-width:767px) {
    .footer__read-us {
        margin-bottom: 67px;
        padding-left: 8px
    }
}

.footer__read-us h2 {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: var(--color-text-title-alt)
}

@media (max-width:1439px) {
    .footer__read-us h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .footer__read-us h2 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 24px;
        letter-spacing: 1px
    }
}

.footer__read-us-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__read-us-item {
    max-width: 480px;
    margin-right: 124px;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.footer__bottom a:focus,
.footer__bottom a:hover,
.footer__read-us-item:focus,
.footer__read-us-item:hover {
    opacity: .7
}

.footer__bottom a:active,
.footer__read-us-item:active {
    opacity: .5
}

.footer__read-us-item:nth-child(2n) {
    margin-right: 0
}

@media (max-width:767px) {
    .footer__read-us-item {
        margin-right: 0;
        margin-bottom: 3px
    }
}

.footer__read-us-link {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: #fe5200
}

@media (max-width:1439px) {
    .footer__read-us-link {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .footer__read-us-link {
        font-size: 20px;
        line-height: 28px
    }
}

.footer__read-us-link:focus,
.footer__read-us-link:hover {
    outline: 0
}

.footer__read-us-link:focus svg,
.footer__read-us-link:hover svg,
.others__link:focus svg,
.others__link:hover svg {
    -webkit-transform: translate(7px);
    transform: translate(7px)
}

.footer__read-us-link svg {
    fill: #fe5200;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:767px) {
    .footer__read-us-link svg {
        width: 44px;
        height: 24px
    }
}

.footer__bottom,
.footer__read-us-link h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__read-us-link h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    font-family: "Gosha Sans", "Arial", sans-serif;
    margin-bottom: -13px;
    letter-spacing: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1439px) {
    .footer__read-us-link h3 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .footer__read-us-link h3 {
        font-size: 22px;
        line-height: 1.09;
        letter-spacing: 0
    }
}

.footer__read-us-link p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: var(--color-text-title-alt)
}

@media (max-width:1439px) {
    .footer__read-us-link p {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .footer__read-us-link p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px
    }
}

.footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 30px;
    padding: 50px 0;
}


@media (max-width:767px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__bottom a,
.footer__bottom p,
.footer__bottom span {
    line-height: 1.2;
    font-family: "PT Mono", sans-serif;
    font-size: 16px;
    color: var(--color-special-white-inverse);
    letter-spacing: .5px
}
.footer__info-logo_img {
    display: none;
  }
  .footer__requisites_copy {
    background-color: #F7F7F7;
    border-radius: 18px;
    padding: 20px;
      width: 380px;
      display: none;
      position: absolute;
      bottom: 25%;
      right: 4%;
  }
  .footer__requisites_copy p:first-child {
    font-size: 12px;
    color: #5E5E5E;
  }
  .footer__requisites_copy p {
    font-family: 'PT Mono';
    font-size: 16px;
    color: #010101;
    margin: 0;
  }
  .footer__requisites_copy .copy-after:last-child::after {
  content: url('../images/dist/copying.svg');
  margin-left: 3px;
  }
  .footer__social-mail a,.footer__social-whatsaap a,.footer__social-telegram a, .footer__social-vb a {
    color: var(--color-text-simple-alt);
    font-size: 24px;
    margin: 0;
  }
@media (max-width:1439px) {

    .footer__bottom a,
    .footer__bottom p,
    .footer__bottom span {
        font-size: 1.38889vw
    }
    .footer__info-logo img {
        width: 50%;
        }
        .footer__social-mail, .footer__social-tel, .footer__social-whatsaap {
            font-size: 17px;
        }
        .footer__social-mail a, .footer__social-whatsaap a, .footer__social-telegram a, .footer__social-vb a {
        font-size: 20px;
        }
        .footer__contacts span {
        font-size: 13px;
        }
        .footer__info-whith-img {
        font-size: 15px;
        }
}
@media (max-width: 1086px) {
    .footer__social-mail a, .footer__social-whatsaap a, .footer__social-telegram a, .footer__social-vb a {
        font-size: 15px;
    }
}
@media (max-width: 901px) {
    .footer_header {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0;
    }
    .footer__info-logo_img {
      display: block;
      
    }
    .footer__info-logo_img img {
      max-width: 520px;
    }
    .footer_faq a {
      margin: 0;
    }
    .footer__map,.footer__social {
      flex-direction: column;
      font-size: 20px;
      grid-row-gap: 50px;
    }
    .footer__map {
      margin: 0;
      width: 50%;
    }
    .footer__social-mail, .footer__social-whatsaap, .footer__social-vb {
      margin: 0;
    }
    .footer__social a {
      font-size: 20px;
      margin: 0;
    }
    .footer__social-telegram {
      text-align: start;
    }
    .footer__social {
      max-width: 230px;
      margin: 0;
    }
    .footer__contacts p {
      margin: 0;
    }
    .footer__address {
      flex-direction: row;
    }
    .footer__content {
      flex-direction: column;
      align-items: flex-start;
    }
    .footer__info-logo {
      display: none;
    }
    .footer__right {
      width: 100%;
      align-items: flex-start;
    }
    .footer__lang {
      margin: 0;
      margin-bottom: 70px;
  
    }
    .footer__info-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
    }
    .footer__info-block::after {
      content:'';
      background-color: #3B3B3B;
      height: 1px;
      width: 100%;
      margin: 114px 0 100px 0;
    }
    .footer__contacts-wrap {
      margin: 0;
    }
    .footer__bottom {
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      grid-row-gap: 20px;
    }
    .footer__requisites_copy {
      display: block !important;
      position: relative;
      background: none;
      width: 50%;
      bottom: 0;
      right: 0;
      padding: 0;
    }
    .footer__requisites_copy p {
      color: var(--color-text-simple-alt);
    }
    .footer__info-whith-img {
      width: 50%;
    }
    .footer__info-copy {
      position: absolute;
      right: 10%;
      top: 62%;
    }
  }
@media (max-width:1023px) {

    .footer__bottom a,
    .footer__bottom p,
    .footer__bottom span {
        font-size: 1.25vw
    }
}

@media (max-width:767px) {

    .footer__bottom a,
    .footer__bottom p,
    .footer__bottom span {
        font-size: 20px
    }
    .footer__lang {
        border: 3px solid #4C4C4C;
        border-radius: 50px;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }
    .footer__lang .active {
        background-color: #4C4C4C;
        border-radius: 50px;
        padding: 10px 43px;
    }
    .footer__lang a {
        text-align: center;
        color: var(--color-text-title-alt);
        margin: 0;
        /* padding: 10px 24px; */
        font-size: 20px;
        padding: 10px 43px;
    }
}

.footer__bottom a {
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.footer__info {
    margin-left: 0;
    display: flex;
justify-content: space-between;
margin-top: 79px;

  }
  .footer__info-block {
    color: var(--color-text-title-alt);
    font-size: 16px;

  }
  .footer__info-whith-img {
    display: flex;
    align-items: center;
  }
  .footer__info-whith-img p {
    margin: 0;
  }
  .footer__info-whith-img p:first-child {
    margin-right: 15px;
  }
  .footer__info-block div:nth-child(2n) {
    margin: 25px 0;
  }
  
  .footer__info-copy {
   margin-top: 25px;
  }
  
@media (max-width:1023px) {
    .footer__info {
        margin: 0 0 0 -40px
    }
}


@media (max-width:767px) {
    .footer__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 auto 40px;
        text-align: center
    }

    .footer__info a {
        padding: 0
    }

    .footer__windturbine {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        margin: 0 auto 50px
    }
}

.footer__copyright svg {
    position: absolute;
    top: 30px;
    right: 55px;
    fill: var(--color-special-white-inverse)
}

.footer__copyright {
    padding-left: 45px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.footer__bottom a, .footer__bottom p, .footer__bottom span {
    font-size: 16px;
    color: #5E5E5E;
}
@media (max-width:1023px) {
    .footer__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .footer__copyright {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 0;
        width: 100%;
        gap: 10px;
        justify-content: center;
    }
}
@media (max-width: 530px) {
    .footer__info-logo_img img {
      max-width: 312px;
    }
    .footer__address {
      width: 100%;
      display: flex;
      justify-content: space-between;
      max-width: 100%;
      flex-direction: column;
  }
  .footer__map {
    width: 100%;
    margin-bottom: 70px;
  }
  .footer__lang {
    width: 100%;
  }
  .footer__info-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
      width: 100%;
  }
  .footer__info-block::after {
    margin: 70px 0;
  }
  .footer__bottom {
    font-size: 14px;
  }
  .footer__copyright {
    display: block;
    margin: 0;
    text-align: center;
  }
  .footer__bottom span {
    padding: 0;
    font-size: 14px;
  }
  .footer__requisites_copy {
    width: 100%;
  }
  .footer__info-copy {
    top: 65%;
  }
  .footer__info-whith-img {
      width: 100%;
    }
  }
.footer__logo-years {
    position: relative;
    padding-right: 10px
}

@media (max-width:767px) {
    .footer__lang {
        display: none;
    }
    .footer__logo-years {
        padding: 0 0 0 42px;
    }
}

.footer__logo-name {
    word-spacing: -5px
}

.footer__logo-img {
    position: absolute;
    top: -5px;
    left: -39px;
    display: block
}

.footer__logo-img svg {
    position: static
}

@media (max-width:1023px) {
    .footer__logo-img {
        top: -11px
    }
}

@media (max-width:767px) {
    .footer__logo-img {
        left: 0
    }
}

.footer__download {
    position: relative;
    padding: 0;
    fill: var(--color-special-white-inverse)
}

@media (max-width:767px) {
    .footer__download {
        padding: 0
    }
}

.footer__download a {
    padding: 0
}

.footer__requisites {
    position: relative;
    display: inline;
    white-space: nowrap;
    }

.footer__requisites::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed var(--color-special-white-inverse)
}

@media (max-width:767px) {
    .footer__requisites {
        margin-top: 30px;
        margin-bottom: 5px;
        margin-right: 0
    }
}

.footer__logo-year {
    padding-top: 7px;
    margin-left: 0
}

.footer__logo-made-in {
    opacity: .3;
    line-height: 2
}

@media (max-width:767px) {
    .footer__logo-made-in {
        margin-left: -33px
    }
}

.company {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent)
}

.company__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: calc(700px - var(--header-height));
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 20px
}

@media (max-width:1023px) {
    .company__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto
    }
}

.company__card::after,
.company__card::before {
    --mask-position: 110px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 176px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../img/masks/company-wave-bottom-light.svg)
}

@media (max-width:1439px) {

    .company__card::after,
    .company__card::before {
        --mask-position: 90px;
        height: 150px
    }
}

@media (max-width:1023px) {

    .company__card::after,
    .company__card::before {
        height: 160px
    }
}

@media (max-width:767px) {

    .company__card::after,
    .company__card::before {
        display: none
    }
}

.company__card::before {
    bottom: calc(100% - var(--mask-position));
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.company__card::after {
    top: calc(100% - var(--mask-position))
}

.dark .company__card::after,
.dark .company__card::before {
    background-image: url(../../img/masks/company-wave-bottom-dark.svg)
}

.company__card-img {
    margin-top: auto;
    width: 50%
}

@media (max-width:1023px) {
    .company__card-img {
        width: 100%
    }
}

.company__card-img img {
    width: 100%;
    min-width: 520px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1023px) {
    .company__card-img img {
        min-width: 100%
    }
}

.company__card-content {
    width: 50%;
    margin-top: auto;
    padding: 55px 45px 55px 0
}

@media (max-width:1023px) {
    .company__card-content {
        width: 100%;
        padding: 115px 45px 0
    }
}

@media (max-width:767px) {
    .company__card-content {
        padding: 50px 24px 0
    }
}

.company__card-content p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 0 26px;
    color: #010101
}

@media (max-width:1439px) {
    .company__card-content p {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .company__card-content p {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:1439px) {
    .company__card-content p {
        max-width: 100%;
        margin-bottom: 26px
    }
}

@media (max-width:767px) {
    .company__card-content p {
        margin-bottom: 16px
    }
}

.company__card-content .company__card-action {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.company__card-content .company__card-action::after {
    content: "";
    display: block;
    width: 88px;
    height: 85px;
    margin-top: 1em;
    margin-left: 10px;
    margin-bottom: 41px;
    background-image: url(../../img/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:767px) {
    .company__card-content .company__card-action::after {
        margin-top: .6em
    }
}

.company__card-content .company__arrow {
    display: block;
    margin-left: 204px;
    margin-bottom: 41px;
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px)
}

@media (max-width:1023px) {
    .company__card-content .company__arrow {
        display: none
    }
}

.company__card-content .button {
    position: relative;
    z-index: 2;
    -ms-flex-item-align: start;
    align-self: start
}

@media (max-width:1023px) {
    .company__card-content .button {
        position: absolute;
        left: 50%;
        bottom: 27px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (max-width:767px) {
    .company__card-content .button {
        min-width: 245px;
        padding: 17px 16px
    }
}

.company__desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 235px
}

@media (max-width:1439px) {
    .company__desc-container {
        padding-top: 140px
    }
}

@media (max-width:1023px) {
    .company__desc-container {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .company__desc-container {
        display: block;
        padding-top: 85px;
        padding-left: 8px;
        padding-right: 8px
    }
}

.company__title-box {
    width: 100%
}

.company__title-box h3 {
    font-size: 80px;
    line-height: 1.2;
    max-width: 1024px;
    margin: 0 0 56px;
    font-weight: 400;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .company__title-box h3 {
        font-size: 60px
    }
    
}

@media (max-width:767px) {
    .company__title-box h3 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .company__title-box h3 {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .company__title-box h3 {
        margin-bottom: 24px
    }
}

.company__text-box {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    width: 67%;
    color: var(--color-text-simple)
}

@media (max-width:1439px) {
    .company__text-box {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .company__text-box {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 36px
    }
}

.company__text-box p {
    max-width: 1000px;
    margin: 0
}

.company__text-box p+p {
    margin-top: 46px
}

@media (max-width:1023px) {
    .company__text-box p+p {
        margin-top: 27px
    }
}

.company__footnote {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    width: 33%;
    max-width: 380px;
    margin: 0;
    padding-left: 30px;
    color: var(--color-text-footnote)
}

@media (max-width:1439px) {
    .company__footnote {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .company__footnote {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        padding-left: 0
    }
}

.services {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 116px;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent);
    overflow: hidden;
    font-family: "PT Mono", "Arial", sans-serif
}

@media (max-width:1023px) {
    .services {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .services {
        padding-top: 91px
    }
}

.services__container {
    position: relative;
    margin-bottom: 161px;
    padding: 63px 0;
    min-height: 600px;
    border-radius: 32px;
    background-color: #00b51a
}

@media (max-width:1439px) {
    .services__container {
        margin-bottom: 120px;
        padding: 63px 0 0
    }
}

@media (max-width:1023px) {
    .services__container {
        min-height: auto;
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .services__container {
        margin-bottom: 24px;
        padding: 32px 0 37px;
        border-radius: 16px
    }
}

.services__controls {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.services__controls ul::-webkit-scrollbar,
.services__controls::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.services__controls ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.services__controls li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 65px
}

@media (max-width:1439px) {
    .services__controls li {
        margin-right: 36px
    }
}

.services__controls li:first-child {
    margin-left: 150px
}

@media (max-width:1599px) {
    .services__controls li:first-child {
        margin-left: 30px
    }
}

@media (max-width:1439px) {
    .services__controls li:first-child {
        margin-left: 40px
    }
}

@media (max-width:1023px) {
    .services__controls li:first-child {
        margin-left: 40px
    }
}

@media (max-width:767px) {
    .services__controls li:first-child {
        margin-left: 24px
    }
}

.services__control {
    border: 0;
    font: inherit;
    background-color: transparent;
    cursor: pointer;
    padding: 0 0 5px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color .3s cubic-bezier(.79, .14, .15, .86), opacity .3s cubic-bezier(.79, .14, .15, .86), font-weight .3s cubic-bezier(.79, .14, .15, .86);
    transition: border-color .3s cubic-bezier(.79, .14, .15, .86), opacity .3s cubic-bezier(.79, .14, .15, .86), font-weight .3s cubic-bezier(.79, .14, .15, .86);
    opacity: .6;
    outline: 0
}

@media (max-width:1439px) {
    .services__control {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .services__control {
        padding-bottom: 17px;
        font-size: 20px;
        line-height: 28px
    }
}

.services__control:focus {
    outline: 0
}

.services__control--active {
    opacity: 1;
    border-color: #fff;
    font-weight: 700
}

.services__blocks {
    margin: 0;
    list-style: none;
    padding: 0 100px 0 150px
}

@media (max-width:1599px) {
    .services__blocks {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width:1439px) {
    .services__blocks {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (max-width:1023px) {
    .services__blocks {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .services__blocks {
        padding-right: 16px;
        padding-left: 24px;
        margin-bottom: 2px
    }
}

.services__link-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .services__link-box {
        padding-bottom: 8px
    }
}

.services__link-box li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-top: 11px;
    margin-right: 12px
}

.services__link-box a {
    display: block;
    width: 100%;
    height: 100%
}

.services__link-box a:focus,
.services__link-box a:hover {
    opacity: .7
}

.services__link-box a:active {
    opacity: .3
}

.services__link-box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.services__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__tab:not(.services__tab--active) {
    display: none
}

.services__tab--active {
    -webkit-animation: fadeInScaleIn .7s cubic-bezier(.79, .14, .15, .86);
    animation: fadeInScaleIn .7s cubic-bezier(.79, .14, .15, .86)
}

.services__desc {
    width: 40%;
    padding-bottom: 63px;
    padding-right: 83px
}

@media (max-width:1023px) {
    .services__desc {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0
    }
}

.services__desc p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    display: block;
    max-width: 590px;
    margin: 29px 0 0;
    color: #fff
}

@media (max-width:1439px) {
    .services__desc p {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .services__desc p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1439px) {
    .services__desc p {
        margin-top: 50px;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .services__desc p {
        margin-top: 39px
    }
}

.services__desc p:first-of-type {
    margin-top: 12px
}

.services__img-box {
    width: 60%;
    min-width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .services__img-box {
        display: none
    }
}

.services__img-box a {
    display: block;
    margin-top: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    position: relative;
    width: 100%;
    height: 100%
}

.services__img-box a:focus,
.services__img-box a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.services__img-box a:active {
    opacity: .3
}

.services__img-box img {
    width: 100%;
    height: auto;
    max-height: 797px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    max-width: 700px;
    top: 0;
    right: 0
}

.services__portfolio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .services__portfolio-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.services__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 392px
}

@media (max-width:1023px) {
    .services__button {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .services__button {
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        max-width: 400px;
        min-width: auto;
        margin-bottom: 24px
    }

    .services__btn-text--desktop {
        display: none
    }
}

.services__btn-text--mobile {
    display: none
}

@media (max-width:767px) {
    .services__btn-text--mobile {
        display: block
    }
}

.services__portfolio-desc {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    max-width: 670px;
    padding-left: 66px;
    color: var(--color-text-footnote)
}

@media (max-width:1439px) {
    .services__portfolio-desc {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .services__portfolio-desc {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    .services__portfolio-desc {
        max-width: 100%;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .services__portfolio-desc {
        max-width: 225px;
        margin: 0 auto
    }
}

.services__portfolio-desc p {
    margin: 0 0 9px -5px
}

@media (max-width:1023px) {
    .services__portfolio-desc p {
        margin: 0 0 9px
    }
}

.services__config-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.services__config-wrap span {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #e62117
}

@media (max-width:1439px) {
    .services__config-wrap span {
        font-size: 28px
    }
}

@media (max-width:1023px) {
    .services__config-wrap span {
        font-size: 24px;
        line-height: 1.6
    }
}

@media (max-width:767px) {
    .services__config-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.services__config-btn {
    margin-right: 25px;
    color: #fff;
    background-color: #00b51a;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:767px) {
    .services__config-btn {
        margin-right: 0
    }
}

@media (max-width:464px) {
    .services__config-btn {
        font-size: 18px;
        width: 100%
    }
}

.services__dowload-link {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-decoration: none;
    color: var(--color-text-simple);
    margin-left: 25px;
    text-align: inherit;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:1439px) {
    .services__dowload-link {
        font-size: 28px
    }
}

@media (max-width:1023px) {
    .services__dowload-link {
        font-size: 24px;
        line-height: 1.6
    }
}

@media (max-width:767px) {
    .services__dowload-link {
        margin-left: 0
    }
}

.form-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
    padding: 51px 0 73px 151px;
    background-color: #fe5200;
    border-radius: 32px
}

@media (max-width:1023px) {
    .form-callback {
        padding-left: 50px
    }
}

@media (max-width:767px) {
    .form-callback {
        padding: 24px 24px 32px;
        border-radius: 12px
    }
}

@media (max-width:1023px) {
    .form-callback__group.form-callback__group--send {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .form-callback__group.form-callback__group--send {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.form-callback__wrap--content {
    width: 52%;
    min-width: 970px
}

@media (max-width:1439px) {
    .form-callback__wrap--content {
        width: auto;
        min-width: auto
    }
}

@media (max-width:767px) {
    .form-callback__wrap--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        min-width: 100%
    }
}

.form-callback__wrap--bg {
    position: relative;
    width: 48%;
    height: 200px
}

.form-callback__title {
    padding: 0;
    margin: 0 0 27px;
    max-width: 900px;
    font-family: inherit;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f2eae7
}

@media (max-width:1439px) {
    .form-callback__title {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .form-callback__title {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .form-callback__title {
        max-width: 745px
    }
}

@media (max-width:1023px) {
    .form-callback__title {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .form-callback__title {
        margin-bottom: 32px
    }
}

.form-callback__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .form-callback__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-callback__tel {
    height: 54px;
    min-width: 406px;
    margin-top: 2px;
    margin-right: 57px;
    padding-bottom: 11px;
    font-family: "PT Mono", sans-serif;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    font-style: normal;
    background: 0 0;
    color: #f2eae7;
    border: 0;
    border-bottom: 4px solid #f2eae7;
    outline: 0;
    border-radius: 0;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.form-callback__tel:focus,
.form-callback__tel:hover {
    opacity: .7
}

.form-callback__tel:active {
    opacity: .5
}

@media (max-width:1023px) {
    .form-callback__tel {
        min-width: auto;
        width: 100%;
        margin-bottom: 60px;
        margin-right: 0;
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .form-callback__tel {
        min-width: 100%;
        width: 100%;
        margin-bottom: 75px
    }
}

.form-callback__tel::-webkit-input-placeholder {
    font-family: "PT Mono", sans-serif;
    color: #f2eae7
}

.form-callback__tel::-moz-placeholder {
    font-family: "PT Mono", sans-serif;
    color: #f2eae7
}

.form-callback__tel:-ms-input-placeholder,
.form-callback__tel::-ms-input-placeholder {
    font-family: "PT Mono", sans-serif;
    color: #f2eae7
}

.form-callback__tel::placeholder {
    font-family: "PT Mono", sans-serif;
    color: #f2eae7
}

.form-callback__btn {
    margin-top: -34px;
    padding: 32px 40px;
    font-family: "PT Mono", sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #010101;
    background-color: #f2eae7;
    border: 0;
    outline: 0;
    border-radius: 42px;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    cursor: pointer
}

.form-callback__btn:focus,
.form-callback__btn:hover {
    opacity: .7
}

.form-callback__btn:active {
    opacity: .5
}

@media (max-width:1023px) {
    .form-callback__btn {
        max-width: 296px;
        font-size: 24px;
        line-height: 1.6;
        padding: 17px 55px 16px;
        border-radius: 21px
    }
}

.form-callback__message {
    display: none;
    position: absolute;
    bottom: 32px;
    left: 148px;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    color: #f2eae7
}

@media (max-width:1439px) {
    .form-callback__message {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .form-callback__message {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    .form-callback__message {
        bottom: 91px;
        left: 312px
    }
}

@media (max-width:767px) {
    .form-callback__message {
        bottom: 111px;
        left: 46px
    }
}

.form-callback__message.show {
    display: block
}

.select-container {
    width: 100%;
    position: relative;
    margin-bottom: 154px
}

@media (max-width:767px) {
    .select-container {
        margin-top: -60px
    }
}

.select-container h3 {
    margin: 0;
    padding: 0;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    color: #f2eae7
}

@media (max-width:1439px) {
    .select-container h3 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .select-container h3 {
        font-size: 20px;
        line-height: 28px;
        display: none
    }
}

.select-box {
    position: absolute;
    top: 55px;
    left: 0;
    width: auto;
    min-width: 406px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1023px) {
    .select-box {
        min-width: auto;
        width: 100%
    }
}

@media (max-width:767px) {
    .select-box {
        width: 100%
    }
}

.options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto
}

@media (max-width:767px) {
    .options-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.select-box .options-container,
.selected {
    background: 0 0;
    color: #f2eae7;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.select-box .options-container {
    width: 100%;
    max-height: 0;
    opacity: 0;
    border: 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:1439px) {
    .select-box .options-container {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .select-box .options-container {
        font-size: 16px;
        line-height: 24px
    }
}

.selected {
    position: relative;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

@media (max-width:1439px) {
    .selected {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .selected {
        font-size: 16px;
        line-height: 24px
    }
}

.selected:focus,
.selected:hover {
    opacity: .7
}

.selected:active {
    opacity: .5
}

@media (max-width:767px) {
    .selected {
        font-size: 20px;
        line-height: 28px
    }
}

.select-box .options-container.active+.selected::after,
.selected::after {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
}

.selected::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 32px;
    right: 0;
    top: 5px;
    background: url(../../img/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.selected p {
    margin: 0;
    padding: 0
}

.selected p::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f2eae7
}

@media (max-width:767px) {
    .selected p::before {
        bottom: -1px
    }
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: auto
}

@media (max-width:767px) {
    .select-box .options-container.active {
        background-color: #fe5200
    }
}

.select-box .options-container.active+.selected::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.select-box .options-container::-webkit-scrollbar {
    width: 2px;
    background: #010101;
    border-radius: 0 8px 8px 0
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #010101;
    border-radius: 0 8px 8px 0
}

.select-box .option,
.selected {
    padding: 12px 24px 12px 0;
    cursor: pointer
}

.select-box .option {
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.select-box .option:hover {
    opacity: .7
}

.select-box .option .radio {
    display: none
}

.love {
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 100%;
    padding-bottom: 253px;
    padding-top: 153px
}

@media (max-width:1439px) {
    .love {
        padding-bottom: 153px;
        padding-top: 53px
    }
}

@media (max-width:1023px) {
    .love {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .love {
        padding: 0
    }
}

.love__content-box {
    position: relative;
    z-index: 5;
    width: 1156px
}

@media (max-width:1439px) {
    .love__content-box {
        width: 873px
    }
}

@media (max-width:1023px) {
    .love__content-box {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding-left: var(--page-indent);
        padding-right: var(--page-indent)
    }
}

.love__content-box p {
    font-size: 80px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .love__content-box p {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .love__content-box p {
        font-size: 32px;
        line-height: 1.25
    }
}

.love__content-box p span:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.love__content-box p svg {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px)
}

@media (max-width:1439px) {
    .love__content-box p svg {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (max-width:767px) {
    .love__content-box p svg {
        width: 48px;
        height: 48px;
        font-weight: 700
    }
}

@media (max-width:1023px) {
    .love__decor-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 140px
    }
}

.decor {
    --animation-shift: 300px;
    position: relative
}

@media (max-width:1439px) {
    .decor {
        --animation-shift: 200px
    }
}

@media (max-width:1023px) {
    .decor {
        --animation-shift: 120px
    }
}

.decor__icon {
    position: absolute;
    z-index: 7;
    width: 31.5%;
    min-width: 80px;
    height: 120px
}

@media (max-width:1439px) {
    .decor__icon {
        width: 65px;
        min-width: 65px;
        height: 65px
    }
}

@media (max-width:1023px) {
    .decor__icon {
        width: 75px;
        min-width: 75px;
        height: 75px
    }
}

@media (max-width:767px) {
    .decor__icon {
        width: 56px;
        min-width: 56px;
        height: 56px
    }
}

.decor__icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.decor__icon--fb {
    top: calc(-49px + var(--animation-shift));
    right: 15%;
    z-index: 4
}
@media (max-width:1025px) {
    .decor__icon--fb {
        right: 4%;
    }
}
@media (max-width:1023px) {
    .decor__icon--fb {
        top: 15px;
        right: 0;
        z-index: 3
    }
}

.decor__icon--fb::before {
    background-image: url(" ../../img/icons/bloomberg.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--fb::before {
        background-image: url(../../img/icons/bloomberg.png)
    }
}

.webp .decor__icon--fb::before {
    background-image: url(../../img/icons/bloomberg.png)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--fb::before {
        background-image: url(../../img/icons/bloomberg.png)
    }
}

.decor__icon--ya {
    top: calc(100px + var(--animation-shift));
    right: -8.5%
}

@media (max-width:1599px) {
    .decor__icon--ya {
        top: calc(55px + var(--animation-shift))
    }
}

@media (max-width:1023px) {
    .decor__icon--ya {
        top: 48px;
        right: 10.5%
    }
}

.decor__icon--ya::before {
    background-image: url(" ../../img/icons/forbes.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--ya::before {
        background-image: url(../../img/icons/forbes.png)
    }
}

.webp .decor__icon--ya::before {
    background-image: url(../../img/icons/forbes.png)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--ya::before {
        background-image: url(../../img/icons/forbes.png)
    }
}

.decor__icon--inc {
    top: calc(160px + var(--animation-shift));
    left: 8.5%
}

@media (max-width:1023px) {
    .decor__icon--inc {
        top: 55%;
        left: 5.5%
    }
}

.decor__icon--inc::before {
    background-image: url(" ../../img/icons/icon-inc.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--inc::before {
        background-image: url(../../img/icons/icon-inc@2x.png)
    }
}

.webp .decor__icon--inc::before {
    background-image: url(../../img/icons/icon-inc.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--inc::before {
        background-image: url(../../img/icons/icon-inc@2x.webp)
    }
}

.decor__icon--google {
    top: calc(98px + var(--animation-shift));
    right: 39%
}

@media (max-width:1023px) {
    .decor__icon--google {
        top: 2px;
        left: 0;
        right: auto
    }
}

.decor__icon--google::before {
    background-image: url(" ../../img/icons/icon-google.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--google::before {
        background-image: url(../../img/icons/icon-google@2x.png)
    }
}

.webp .decor__icon--google::before {
    background-image: url(../../img/icons/icon-google.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--google::before {
        background-image: url(../../img/icons/icon-google@2x.webp)
    }
}

.decor__icon--youtube {
    top: calc(246px + var(--animation-shift));
    left: 6%
}

@media (max-width:1439px) {
    .decor__icon--youtube {
        top: calc(176px + var(--animation-shift))
    }
}

@media (max-width:1023px) {
    .decor__icon--youtube {
        top: 72px;
        left: 13%
    }
}

.decor__icon--youtube::before {
    background-image: url(" ../../img/icons/icon-youtube.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--youtube::before {
        background-image: url(../../img/icons/icon-youtube@2x.png)
    }
}

.webp .decor__icon--youtube::before {
    background-image: url(../../img/icons/icon-youtube.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--youtube::before {
        background-image: url(../../img/icons/icon-youtube@2x.webp)
    }
}

.decor__icon--vk {
    top: calc(246px + var(--animation-shift));
    right: -14%
}

@media (max-width:1023px) {
    .decor__icon--vk {
        top: 170px;
        right: 10%;
    }
}

.decor__icon--vk::before {
    background-image: url(" ../../img/icons/medium.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--vk::before {
        background-image: url(../../img/icons/medium.png)
    }
}

.webp .decor__icon--vk::before {
    background-image: url(../../img/icons/medium.png)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--vk::before {
        background-image: url(../../img/icons/medium.png)
    }
}

.decor__icon--wiki {
    top: calc(10px + var(--animation-shift));
    left: 51.3%;
    z-index: 4
}

@media (max-width:1023px) {
    .decor__icon--wiki {
        top: -10px;
        left: 0
    }
}

.decor__icon--wiki::before {
    background-image: url(" ../../img/icons/icon-wiki.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--wiki::before {
        background-image: url(../../img/icons/icon-wiki@2x.png)
    }
}

.webp .decor__icon--wiki::before {
    background-image: url(../../img/icons/icon-wiki.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--wiki::before {
        background-image: url(../../img/icons/icon-wiki@2x.webp)
    }
}

.decor__icon--vc {
    top: calc(63px + var(--animation-shift));
    left: 18.5%
}

@media (max-width:1023px) {
    .decor__icon--vc {
        top: -54px;
        left: 40.5%;
        z-index: 4
    }
}

.decor__icon--vc::before {
    background-image: url(" ../../img/icons/x.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--vc::before {
        background-image: url(../../img/icons/x.png)
    }
}

.webp .decor__icon--vc::before {
    background-image: url(../../img/icons/x.png)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--vc::before {
        background-image: url(../../img/icons/x.png)
    }
}

.decor__icon--ved {
    top: calc(215px + var(--animation-shift));
    right: 5.3%
}

@media (max-width:1023px) {
    .decor__icon--ved {
        top: -84px;
        right: 32%
    }
}

.decor__icon--ved::before {
    background-image: url(" ../../img/icons/icon-ved.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--ved::before {
        background-image: url(../../img/icons/icon-ved@2x.png)
    }
}

.webp .decor__icon--ved::before {
    background-image: url(../../img/icons/icon-ved.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--ved::before {
        background-image: url(../../img/icons/icon-ved@2x.webp)
    }
}

.decor__icon--insta {
    top: calc(305px + var(--animation-shift));
    left: 2.8%
}

@media (max-width:1023px) {
    .decor__icon--insta {
        top: 24px;
        left: 23.8%
    }
}

.decor__icon--insta::before {
    background-image: url(" ../../img/icons/icon-insta.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--insta::before {
        background-image: url(../../img/icons/icon-insta@2x.png)
    }
}

.webp .decor__icon--insta::before {
    background-image: url(../../img/icons/icon-insta.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--insta::before {
        background-image: url(../../img/icons/icon-insta@2x.webp)
    }
}

.decor__icon--team-1 {
    width: 33%;
    top: calc(-24px + var(--animation-shift));
    right: 16.6%
}

@media (max-width:1023px) {
    .decor__icon--team-1 {
        top: 4%;
        right: 4.6%;
        z-index: 4;
        width: auto
    }
}

.decor__icon--team-1::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_07.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-1::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_07.webp)
    }
}

.webp .decor__icon--team-1::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_07.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-1::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_07.webp)
    }
}

.decor__icon--team-2 {
    width: 33%;
    top: calc(148px + var(--animation-shift));
    right: 39.7%
}

@media (max-width:1023px) {
    .decor__icon--team-2 {
        top: 10%;
        right: auto;
        left: 8.7%;
        z-index: 8;
        width: auto
    }
}

.decor__icon--team-2::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_06.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-2::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_06.webp)
    }
}

.webp .decor__icon--team-2::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_06.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-2::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_06.webp)
    }
}

.decor__icon--team-3 {
    width: 33%;
    top: calc(239px + var(--animation-shift));
    right: 12.4%
}

@media (max-width:1023px) {
    .decor__icon--team-3 {
        top: 1%;
        right: auto;
        left: 10%;
        z-index: 10;
        width: auto
    }
}

.decor__icon--team-3::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_10.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-3::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_10.webp)
    }
}

.webp .decor__icon--team-3::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_10.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-3::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_10.webp)
    }
}

.decor__icon--team-4 {
    width: 33%;
    top: calc(374px + var(--animation-shift));
    left: 11%
}

@media (max-width:1023px) {
    .decor__icon--team-4 {
        top: 15%;
        left: 45%;
        bottom: calc(123px - var(--animation-shift));
        width: auto;
        z-index: 4;
    }
}

.decor__icon--team-4::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_08.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-4::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_08.webp)
    }
}

.webp .decor__icon--team-4::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_08.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-4::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_08.webp)
    }
}

.decor__icon--team-5 {
    width: 33%;
    top: calc(-104px + var(--animation-shift));
    left: 16%
}
@media (max-width:1023px) {
    .decor__icon--team-5 {
        top: 0;
        left: 0;
        bottom: calc(143px - var(--animation-shift));
        z-index: 12;
        width: auto;
    }
}

.decor__icon--team-5::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_03.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-5::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_03.webp)
    }
}

.webp .decor__icon--team-5::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_03.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-5::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_03.webp)
    }
}

.decor__icon--team-6 {
    width: 33%;
    top: calc(34px + var(--animation-shift));
    right: 4%;
z-index: 7;
}

@media (max-width:1023px) {
    .decor__icon--team-6 {
        top: 12%;
        right: 15%;
        width: auto
    }
}

.decor__icon--team-6::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_01.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-6::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_01.webp)
    }
}

.webp .decor__icon--team-6::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_01.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-6::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_01.webp)
    }
}

.decor__icon--team-7 {
    width: 33%;
    top: calc(123px + var(--animation-shift));
    left: -1%
}

@media (max-width:1023px) {
    .decor__icon--team-7 {
        top: 7%;
        left: 30%;
        bottom: calc(98px - var(--animation-shift));
        width: auto
    }
}

.decor__icon--team-7::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_04.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-7::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_04.webp)
    }
}

.webp .decor__icon--team-7::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_04.webp)
}



.decor__icon--team-8 {
    width: 33%;
    top: calc(160px  + var(--animation-shift));
    right: 21%
}

@media (max-width:1023px) {
    .decor__icon--team-8 {
        top: 10%;
        right: -11%;
        bottom: calc(130px - var(--animation-shift));
        width: auto
    }
}

@media (max-width:767px) {
    .decor__icon--team-8 {
        right: 17%
    }
}

.decor__icon--team-8::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_05.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-8::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_05.webp)
    }
}

.webp .decor__icon--team-8::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_05.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-8::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_05.webp)
    }
}

.decor__icon--team-9 {
    width: 33%;
    top: calc(413px + var(--animation-shift));
    left: 30%
}

@media (max-width:1023px) {
    .decor__icon--team-9 {
        top: 3%;
        left: 47%;
        bottom: calc(50px - var(--animation-shift));
        z-index: 4;
        width: auto
    }
}

.decor__icon--team-9::before {
    background-image: url(" ../../img/dcp/DG_PhotosSquare_11.webp")
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .decor__icon--team-9::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_11.webp)
    }
}

.webp .decor__icon--team-9::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_11.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .webp .decor__icon--team-9::before {
        background-image: url(../../img/dcp/DG_PhotosSquare_11.webp)
    }
}

.decor__icon--team-1:hover::after,
.decor__icon--team-2:hover::after,
.decor__icon--team-3:hover::after,
.decor__icon--team-4:hover::after {
    content: attr(data-attr);
    position: absolute;
    z-index: 7;
    padding: 5px 10px;
    width: 160px;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-text-title-alt);
    background: var(--color-text-simple);
    top: 50%;
    left: 70%
}

@media (max-width:1023px) {

    .decor__icon--team-1:hover::after,
    .decor__icon--team-2:hover::after,
    .decor__icon--team-3:hover::after,
    .decor__icon--team-4:hover::after {
        top: 80%;
        left: 15%;
        font-size: 20px
    }
}

@media (max-width:767px) {

    .decor__icon--team-1:hover::after,
    .decor__icon--team-2:hover::after,
    .decor__icon--team-3:hover::after,
    .decor__icon--team-4:hover::after {
        font-size: 16px;
        content: '';
        padding: 0;
    }
    
}

.decor__icon--team-5:hover::after,
.decor__icon--team-6:hover::after,
.decor__icon--team-7:hover::after,
.decor__icon--team-8:hover::after,
.decor__icon--team-9:hover::after {
    content: attr(data-attr);
    position: absolute;
    z-index: 10;
padding: 5px 10px;
    width: 160px;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-text-title-alt);
    background: var(--color-text-simple);
    top: 50%;
    right: 70%
}

@media (max-width:1023px) {

    .decor__icon--team-5:hover::after,
    .decor__icon--team-6:hover::after,
    .decor__icon--team-7:hover::after,
    .decor__icon--team-8:hover::after,
    .decor__icon--team-9:hover::after {
        top: 80%;
        right: 15%;
        font-size: 20px
    }
}

@media (max-width:767px) {

    .decor__icon--team-5:hover::after,
    .decor__icon--team-6:hover::after,
    .decor__icon--team-7:hover::after,
    .decor__icon--team-8:hover::after,
    .decor__icon--team-9:hover::after {
        font-size: 16px;
        content: '';
        padding: 0;
    }
}

@media (max-width:1023px) {

    .decor__icon--team-1:hover::after,
    .decor__icon--team-4:hover::after {
        top: 80%;
        left: auto;
        right: 15%
    }

    .decor__icon--team-5:hover::after,
    .decor__icon--team-7:hover::after,
    .decor__icon--team-9:hover::after {
        top: 80%;
        right: auto;
        left: 15%
    }
}

.clients {
    max-width: 1920px;
    margin: 0 auto 246px;
    padding-top: 216px;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent)
}

@media (max-width:1023px) {
    .clients {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .clients {
        padding-top: 48px;
        margin-bottom: 46px
    }
}

.clients h2 {
    font-size: 80px;
    line-height: 1.2;
    margin: 0 0 86px;
    font-weight: 400;
    text-align: center;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .clients h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .clients h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .clients h2 {
        margin-bottom: 40px
    }
}

@media (max-width:464px) {
    .clients h2 {
        margin-bottom: 24px
    }
}

.clients__list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    fill: var(--color-special-black-inverse)
}

@media (max-width:1023px) {
    .clients__list {
        max-width: 550px
    }
}

@media (max-width:767px) {
    .clients__list {
        max-width: 370px
    }
}

@media (max-width:464px) {
    .clients__list {
        max-width: 290px
    }
}

.clients__list li {
    width: 20%;
    max-width: 408px;
    padding-right: 8px
}

@media (max-width:1023px) {
    .clients__list li {
        max-width: 100%;
        width: 50%
    }
}

@media (max-width:464px) {
    .clients__list li {
        padding-right: 11px
    }
}

.clients__list li:nth-child(4n) {
    max-width: 400px;
    padding-right: 0
}

@media (max-width:1023px) {
    .clients__list li:nth-child(4n) {
        max-width: 100%
    }

    .clients__list li:nth-child(2n) {
        padding-right: 0
    }
}

.clients__list li svg {
    width: 100%;
    height: auto
}

.our-rules {
    margin: 0 auto 129px;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent)
}

@media (max-width:1023px) {
    .our-rules {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .our-rules {
        padding: 0 16px;
        margin-bottom: 0
    }
}

.rules-slider,
.rules-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rules-slider__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.rules-slider {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--color-text-title);
    border-radius: 32px;
    overflow: hidden
}

@media (max-width:1439px) {
    .rules-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .rules-slider {
        border-radius: 24px
    }
}

.rules-slider .swiper-wrapper {
    padding-bottom: 98px
}

.rules-slider__wrap {
    max-width: 865px;
    padding-left: 90px
}

.rules-slider__wrap:last-child {
    padding-left: 0;
    z-index: 0
}
@media (max-width:1520px) {
    .rules-slider__wrap:last-child {
        padding-left: 120px;
    }
    .footer__requisites_copy {
        bottom: 20%;
    }
}
@media (max-width:1439px) {
    .rules-slider__wrap {
        padding-left: 50px;
        max-width: 800px
    }

    .rules-slider__wrap:last-child {
        max-width: 100%;
        position: relative;
        right: 47px;
        bottom: 0;
        padding-left: 0;
    }
}

@media (max-width:1023px) {
    .rules-slider__wrap {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px
    }

    .rules-slider__wrap:last-child {
        right: 151px;
        bottom: -327px;
        height: 100%;
        min-height: 0
    }
}

@media (max-width:767px) {
    .rules-slider__wrap {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%
    }

    .rules-slider__wrap:last-child {
        display: none
    }
}

.rules-slider .swiper-pagination-bullets,
.rules-slider__description,
.rules-slider__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rules-slider h2 {
    margin: 0 0 30px;
    padding: 30px 0 0;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-text-title-alt)
}

@media (max-width:1439px) {
    .rules-slider h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .rules-slider h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .rules-slider h2 {
        max-width: 900px;
        padding-top: 25px;
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .rules-slider h2 {
        max-width: 320px;
        padding-top: 32px;
        margin-bottom: 23px;
        word-break: break-word
    }
}

@media (max-width:464px) {
    .rules-slider h2 {
        font-size: 30px
    }
}

.rules-slider__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width:767px) {
    .rules-slider__description {
        margin-bottom: 43px
    }
}

.rules-slider__description p {
    position: relative;
    padding: 0 55px 0 0;
    margin: auto 0 30px;
    max-width: 83%;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    color: var(--color-text-simple-alt)
}

@media (max-width:1439px) {
    .rules-slider__description p {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .rules-slider__description p {
        font-size: 20px;
        line-height: 28px
    }
}

.rules-slider__description p svg {
    position: absolute;
    bottom: -13px;
    right: 2px
}

@media (max-width:1439px) {
    .rules-slider__description p {
        margin-bottom: 40px;
        max-width: 60%
    }
}

@media (max-width:1023px) {
    .rules-slider__description p svg {
        width: 35px;
        height: 38px;
        right: 95px;
        bottom: -20px
    }
}

@media (max-width:767px) {
    .rules-slider__description p {
        max-width: none
    }

    .rules-slider__description p svg {
        bottom: -52px;
        right: 36px
    }
}

@media (max-width:464px) {
    .rules-slider__description p {
        padding: 0
    }
}

.rules-slider__content footer {
    margin-bottom: 35px;
    margin-top: auto
}

@media (max-width:767px) {
    .rules-slider__content footer {
        margin-bottom: 14px
    }

    .rules-slider__content p {
        margin-bottom: 7px
    }

    .rules-slider__content p:last-child {
        margin-bottom: 0
    }
}

.rules-slider__name {
    margin: 0;
    padding: 0;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: var(--color-footer-rules-slider)
}

@media (max-width:1439px) {
    .rules-slider__name {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .rules-slider__name {
        font-size: 16px;
        line-height: 24px
    }
}

.rules-slider__education,
.rules-slider__profession {
    margin: 0;
    padding: 0;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: var(--color-footer-rules-slider)
}

@media (max-width:1439px) {

    .rules-slider__education,
    .rules-slider__profession {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {

    .rules-slider__education,
    .rules-slider__profession {
        font-size: 16px;
        line-height: 24px
    }
}

.rules-slider .swiper-pagination-bullets {
    bottom: 105px;
    left: 0;
    width: 100%;
    height: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1023px) {
    .rules-slider .swiper-pagination-bullets {
        bottom: 66px
    }
}

.rules-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 20px;
    margin-left: 0
}

.rules-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .rules-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 16px
    }
}

.rules-slider .swiper-pagination-bullet {
    display: block;
    background-color: var(--color-special-white-inverse);
    width: 15px;
    height: 15px
}

@media (max-width:767px) {
    .rules-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
}

.rules-slider .rules-slider-bullet--active {
    opacity: 1
}

.rules-slider__images {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1439px) {
    .rules-slider__images {
        height: inherit
    }
}

.rules-slider__img {
    position: absolute;
    width: 574px;
    height: 900px;
    top: 0;
    right: -662px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    will-change: transform
}

.rules-slider__img span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

.rules-slider__img span:last-child {
    z-index: 1
}

@media (max-width:1599px) {
    .rules-slider__img {
        width: 810px;
        height: 549px;
        top: 332px;
        right: -662px;
    }
    .rules-slider__description p svg {
        right: 25px;
    }
}
@media (min-width: 1438px) and (max-width: 1599px) {
    .rules-slider__img {
        right: -795px;
    }
}
@media (max-width:1439px) {
    .rules-slider__img {
        top: auto;
        bottom: -15px;
        right: 35px;
        width: 404px;
        height: 508px
    }
}

@media (max-width:1023px) {
    .rules-slider__img {
        bottom: 282px;
        width: 0;
        height: 385px;
        right: 200px
    }
}

@media (max-width:767px) {
    .rules-slider__img {
        height: 320px;
        width: 256px
    }
}

.rules-slider__img .rules-slider__img-active {
    display: none
}

.rules-slider__img.rules-slider__img--first span {
    display: block;
    bottom: 0;
    right: 0;
    z-index: 3
}

.rules-slider__img.rules-slider__img--first span:last-child {
    display: none
}

@media (max-width:1439px) {
    .rules-slider__img.rules-slider__img--first span {
        right: -64px
    }
}

@media (max-width:1023px) {
    .rules-slider__img.rules-slider__img--first span {
        right: 180px;
        bottom: 324px
    }
}

.rules-slider__img.rules-slider__img--second span {
    z-index: 2
}

@media (max-width:1599px) {
    .rules-slider__img.rules-slider__img--second span {
        right: 65px
    }
}

@media (max-width:1439px) {
    .rules-slider__img.rules-slider__img--second span {
        right: 39px;
        top: -24px
    }
}

@media (max-width:1023px) {
    .rules-slider__img.rules-slider__img--second span {
        right: 9px;
        top: -44px
    }
}

.rules-slider__img.rules-slider__img--third span {
    z-index: 1;
}

@media (max-width:1599px) {
    .rules-slider__img.rules-slider__img--third span {
        right: -71px;
        top: -32px
    }
}

@media (max-width:1439px) {
    .rules-slider__img.rules-slider__img--third span {
        right: -56px
    }
}

@media (max-width:1023px) {
    .rules-slider__img.rules-slider__img--third span {
        right: -26px
    }
}

.rules-slider__img--first {
    opacity: 1;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width:1439px) {
    .rules-slider__img--first {
        -webkit-transform: translate3d(-35px, 14px, 0) scale(1);
        transform: translate3d(-35px, 14px, 0) scale(1);
        bottom: 0;
        right: 65px
    }
}

@media (max-width:767px) {
    .rules-slider__img--first {
        -webkit-transform: translate3d(573px, 377px, 0) scale(1.2);
        transform: translate3d(573px, 377px, 0) scale(1.2)
    }
}

.rules-slider__img--first span,
.rules-slider__img--second span {
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), opacity .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
}

.rules-slider__img--second {
    opacity: .3;
    z-index: 2;
    -webkit-transform: translate3d(229px, 71px, 0);
    transform: translate3d(229px, 71px, 0)
}

@media (max-width:1439px) {
    .rules-slider__img--second {
        -webkit-transform: translate3d(207px, 63px, 0);
        transform: translate3d(207px, 63px, 0)
    }
}

@media (max-width:1023px) {
    .rules-slider__img--second {
        -webkit-transform: translate3d(112px, 58px, 0);
        transform: translate3d(112px, 58px, 0)
    }
}

@media (max-width:767px) {
    .rules-slider__img--second {
        -webkit-transform: translate3d(681px, 412px, 0);
        transform: translate3d(681px, 412px, 0)
    }
}

@media (max-width:1439px) {
    .rules-slider__img--second span {
        right: 105px
    }
}

.rules-slider__img--third {
    opacity: .3;
    z-index: 2;
    -webkit-transform: translate3d(-275px, 71px, 0);
    transform: translate3d(-275px, 71px, 0)
}

@media (max-width:1439px) {
    .rules-slider__img--third {
        -webkit-transform: translate3d(-269px, 82px, 0);
        transform: translate3d(-269px, 82px, 0)
    }
}

@media (max-width:1023px) {
    .rules-slider__img--third {
        -webkit-transform: translate3d(-195px, 51px, 0);
        transform: translate3d(-195px, 51px, 0)
    }
}

@media (max-width:767px) {
    .rules-slider__img--third {
        -webkit-transform: translate3d(451px, 426px, 0);
        transform: translate3d(451px, 426px, 0)
    }
}

.centerToLeft,
.centerToRight,
.leftToCenter,
.rightToCenter {
    -webkit-animation-name: centerToLeft;
    animation-name: centerToLeft;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.79, .14, .15, .86);
    animation-timing-function: cubic-bezier(.79, .14, .15, .86)
}

.centerToRight,
.leftToCenter,
.rightToCenter {
    -webkit-animation-name: centerToRight;
    animation-name: centerToRight
}

.leftToCenter,
.rightToCenter {
    -webkit-animation-name: rightToCenter;
    animation-name: rightToCenter
}

.leftToCenter {
    -webkit-animation-name: leftToCenter;
    animation-name: leftToCenter
}

.team {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 100%;
    padding-bottom: 254px
}

@media (max-width:1439px) {
    .team {
        padding-bottom: 156px;
        padding-top: 136px
    }
}

@media (max-width:1023px) {
    .team {
        position: relative;
        display: block;
        padding-top: 300px
    }
}

@media (max-width:767px) {
    .team {
        padding-top: 280px
    }
}

.team__content-box {
    position: relative;
    z-index: 2;
    width: 1200px
}

@media (max-width:1439px) {
    .team__content-box {
        width: 873px
    }
}

@media (max-width:1023px) {
    .team__content-box {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding-left: var(--page-indent);
        padding-right: var(--page-indent)
    }
}

.team__content-box h2 {
    font-size: 80px;
    line-height: 1.2;
    margin: 0 0 56px;
    font-weight: 400;
    text-align: center;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .team__content-box h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .team__content-box h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .decor__icon--kom {
        left: 9.3%;
    }
    .decor__icon--wiki {
        left: 10.3%;
    }
    .team__content-box h2 {
        margin-bottom: 40px
    }
}

@media (max-width:464px) {
    .team__content-box h2 {
        margin-bottom: 27px
    }
}

@media (max-width:1023px) {
    .team__decor-box {
        position: static;
        width: 0;
        height: 0
    }
}

.team__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 89px
}

@media (max-width:1023px) {
    .team__lists {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 790px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .team__lists {
        max-width: 450px;
        margin-bottom: 58px
    }
    .dark .team__lists {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        
    }
    .team__lists ul.lst__bt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lst__bt li:nth-child(-n+2) {
        text-align: center;
        width: 50%;
    }
}

.team__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 35%;
    text-align: center;
}

@media (max-width:1023px) {
    .team__lists ul {
        width: 50%
    }
}

.others__item:nth-child(2n+2),
.team__lists ul:nth-child(2n) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:767px) {

    .team__lists ul:nth-child(3n),
    .team__lists ul:nth-child(4n) {
        padding-left: 6px
    }
}

.team__desc p,
.team__lists li {
    font-family: "PT Mono", "Arial", sans-serif
}

.team__lists li {
    margin-bottom: 40px;
    padding-left: 25px;
    color: var(--color-text-simple);
    font-size: 32px;
    line-height: 1.5
}

@media (max-width:1439px) {
    .team__lists li {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .team__lists li {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:1023px) {
    .team__lists li {
        padding-left: 75px
    }
}

@media (max-width:767px) {
    .team__lists li {
        margin-bottom: 24px;
        padding-left: 9px
    }
}

@media (max-width:464px) {
    .team__lists li {
        font-size: 16px
    }
}

.team__card {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    padding: 46px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fe5200;
    border-radius: 32px
}

@media (max-width:1439px) {
    .team__card {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding: 25px 45px
    }
}

@media (max-width:1023px) {
    .team__card {
        padding: 34px 25px 32px
    }
}

@media (max-width:767px) {
    .team__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 12px
    }
}

@media (max-width:464px) {
    .team__card {
        width: 95%
    }
}

.team__desc {
    width: 100%;
    padding-right: 40px
}

@media (max-width:767px) {
    .team__desc {
        width: 100%;
        padding-right: 0
    }
}

.team__desc p {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 40px;
    color: #fff
}

@media (max-width:1439px) {
    .team__desc p {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .team__desc p {
        margin: 0 0 19px;
        font-size: 16px;
        line-height: 24px
    }
}

.team__desc p:last-child {
    margin-bottom: 0
}

.team__button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto
}

@media (max-width:767px) {
    .team__button {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
        margin-top: 21px
    }
}

.others,
.others__wrapper {
    position: relative
}

.others::before {
    content: "";
    position: absolute;
    top: 43%;
    left: 0;
    display: block;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 105%
}

@media (max-width:767px) {
    .others::before {
        top: 53%;
        height: 165px;
        background-size: cover;
        background-position: 95%
    }
}

.others--light::before {
    background-image: url(../../img/bg-content-light.svg)
}

.others--dark::before {
    background-image: url(../../img/bg-content-dark.svg)
}

.others__wrapper {
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent)
}

.others h2 {
    font-size: 80px;
    line-height: 1.2;
    margin: 0 0 104px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--color-text-title)
}

@media (max-width:1439px) {
    .others h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .others h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

@media (max-width:1439px) {
    .others h2 {
        margin-bottom: 40px
    }
}

@media (max-width:464px) {
    .others h2 {
        margin-bottom: 40px;
        margin-left: 8px;
        letter-spacing: 1px
    }
}

.others__list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width:767px) {
    .others__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.others__item {
    width: 50%;
    padding-left: 25px;
    margin-bottom: 96px
}

@media (max-width:767px) {
    .others__item {
        width: 100%;
        margin-bottom: 56px;
        padding-left: 7px
    }
}

.others__link:focus,
.others__link:hover {
    outline: 0
}

.others__link svg {
    fill: #fe5200;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86), -webkit-transform .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:767px) {
    .others__link svg {
        width: 44px;
        height: 24px
    }
}

.others__link h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #fe5200
}

@media (max-width:1023px) {
    .others__link h3 {
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .others__link h3 {
        margin-bottom: 7px;
        font-size: 22px;
        line-height: 24px
    }
}

.others__link p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    max-width: 520px;
    margin: 0;
    color: var(--color-text-simple)
}

@media (max-width:1439px) {
    .others__link p {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .others__link p {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        margin: 0;
        padding-right: 5px
    }
}

.anchor {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: transparent;
    top: -125px;
    left: 0
}

.dark .header__logo-link span svg {
    width: 214px;
    left: 3px
}

.dark .header__logo-link span:last-child svg {
    top: -20px
}

@media (max-width:1439px) {
    .dark .header__logo-link span svg {
        width: 137px;
        left: 4px;
        top: -13px
    }

    .dark .header__logo-link span:last-child svg {
        top: -19px
    }
}

@media (max-width:1023px) {
    .dark .header__logo-link span:last-child svg {
        top: -19px
    }

    .dark .form-callback__message {
        left: 239px
    }
}

@media (max-width:767px) {
    .dark .form-callback__message {
        left: 16px;
        bottom: 107px;
        max-width: 250px;
        text-align: center;
        line-height: 17px
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
    z-index: 100
}

.popup--active {
    visibility: visible;
    pointer-events: all;
    overflow-y: scroll
}

.popup--active .popup__overlay {
    opacity: 1
}

.popup--active .popup__content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-height:1100px) {
    .popup__wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.popup__content {
    position: relative;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86), scale .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86), scale .3s cubic-bezier(.79, .14, .15, .86)
}

.presentation-popup {
    overflow-y: hidden
}

.presentation-popup h2 {
    margin: 0 0 16px 48px;
    padding: 0;
    color: #f7f7f7;
    font-size: 56px;
    line-height: .86;
    font-weight: 400;
    letter-spacing: .02em
}

.presentation-popup h2+p {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    max-width: 1053px;
    margin: 0 0 30px 48px;
    padding: 0;
    font-size: 24px;
    line-height: 1.67;
    color: #fff;
    opacity: .6
}

@media (max-width:1023px) {
    .presentation-popup h2 {
        font-size: 54px
    }

    .presentation-popup h2+p {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .presentation-popup h2 {
        margin-left: 25px;
        font-size: 34px;
        line-height: 1
    }

    .presentation-popup h2+p {
        margin-left: 25px;
        font-size: 17px;
        line-height: 1.4
    }
}

@media (max-width:464px) {
    .presentation-popup h2 {
        margin-top: 50px
    }
}

.presentation-popup legend {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-left: 48px;
    margin-bottom: 18px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 58px);
    color: #fff
}

@media (max-width:767px) {
    .presentation-popup legend {
        margin-left: 25px;
        font-size: 18px
    }
}

@media (max-width:464px) {
    .presentation-popup legend {
        width: calc(100% - 25px);
        margin-bottom: 15px
    }
}

.presentation-popup form {
    margin: 0
}

.presentation-popup__content {
    position: relative;
    width: 1448px;
    max-height: calc(100vh - 80px);
    padding: 105px 0 75px 95px;
    border-radius: 32px;
    background-color: #010101;
    overflow: hidden
}

.presentation-popup__content .simplebar-track {
    z-index: 1;
    max-height: calc(100vh - 155px);
    visibility: visible
}

.presentation-popup__content .popup__content-wrap {
    max-height: inherit;
    padding-bottom: 250px
}

@media (max-width:1599px) {
    .presentation-popup__content {
        width: 85%;
        padding-left: 48px
    }
}

@media (max-width:1023px) {

    .presentation-popup__content,
    .presentation-popup__content .popup__content-wrap {
        padding-bottom: 180px
    }
}

@media (max-width:767px) {
    .presentation-popup__content {
        padding-left: 25px;
        padding-bottom: 190px
    }

    .presentation-popup__content .simplebar-track {
        right: -15px
    }

    .presentation-popup__content .popup__content-wrap {
        padding-bottom: 190px
    }
}

@media (max-width:464px) {
    .presentation-popup__content {
        width: 90%;
        padding-top: 25px;
        border-radius: 14px
    }
}

@media (max-height:1100px) {
    .presentation-popup__content {
        padding-right: 25px
    }

    .presentation-popup__content .simplebar-track {
        width: 8px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, .2)
    }
}

@media (max-height:800px) {
    .presentation-popup__content .popup__content-wrap {
        padding-top: 15px
    }
}

.presentation-poput__content-header {
    position: fixed;
    top: 20px;
    left: 95px;
    background-color: #010101;
    width: 90%;
    z-index: 1
}

@media (max-width:1599px) {
    .presentation-poput__content-header {
        left: 48px
    }
}

@media (max-width:767px) {
    .presentation-poput__content-header {
        left: 20px
    }
}

.presentation-popup__slide-wrapper {
    position: relative;
    height: 500px
}

@media (max-height:1100px) {
    .presentation-popup__slide-wrapper {
        height: auto
    }
}

@media (max-width:1023px) {
    .presentation-popup__slide-wrapper {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .presentation-popup__slide-wrapper {
        margin-bottom: 185px
    }
}

@media (max-width:464px) {
    .presentation-popup__slide-wrapper {
        margin-bottom: 100px
    }
}

.presentation-popup__slide {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -48px;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #fff rgba(255, 255, 255, .2);
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-height:1100px) {
    .presentation-popup__slide {
        height: auto;
        position: relative;
        overflow: visible;
        display: none
    }

    .presentation-popup__slide--active {
        display: block
    }
}

.presentation-popup__slide::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2)
}

.presentation-popup__slide::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px
}

@media (max-width:767px) {
    .presentation-popup__slide {
        margin-left: -25px
    }
}

.presentation-popup__slide--active {
    visibility: visible;
    opacity: 1
}

.presentation-popup__slide--radio {
    overflow-y: auto;
    margin-left: 0
}

.presentation-popup__slide--radio legend {
    margin-left: 0;
    margin-bottom: 34px;
    padding-top: 17px
}

@media (max-width:1599px) {
    .presentation-popup__slide--radio {
        margin-left: -48px;
        padding-left: 48px
    }
}

@media (max-width:767px) {
    .presentation-popup__slide--radio {
        margin-left: -25px;
        padding-left: 25px
    }
}

.presentation-popup__slide--field {
    overflow-y: auto
}

.presentation-popup__slide--field legend {
    padding-top: 15px;
    margin-bottom: 37px
}

@media (max-width:1023px) {
    .presentation-popup__slide--field {
        margin-left: 0;
        padding-right: 48px
    }

    .presentation-popup__slide--field legend {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .presentation-popup__slide--field {
        padding-right: 25px;
        margin-left: 0
    }
}

.presentation-popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.presentation-popup__steps {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px
}

.presentation-popup__step {
    margin-right: 24px;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e8dfdb;
    font-size: 32px;
    line-height: 1.5;
    color: #e8dfdb;
    opacity: .3
}

.presentation-popup__step--first,
.presentation-popup__step--visited {
    border: 0;
    background-color: #fe5200;
    opacity: 1
}

.presentation-popup__step--active {
    border: 0;
    -webkit-box-shadow: 0 0 0 3px #010101, 0 0 0 5px #fe5200;
    box-shadow: 0 0 0 3px #010101, 0 0 0 5px #fe5200
}

@media (max-width:767px) {
    .presentation-popup__step {
        margin-right: 12px;
        width: 37px;
        height: 37px;
        font-size: 22px
    }
}

@media (max-width:464px) {
    .presentation-popup__step {
        margin-right: 10px;
        width: 22px;
        height: 22px;
        font-size: 12px
    }
}

.presentation-popup__close {
    border: 0;
    font: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: "PT Mono", "Arial", sans-serif;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    outline: 0;
    padding: 0 51px 0 0;
    font-size: 24px;
    color: #fff;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.presentation-popup__close::after,
.presentation-popup__close::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    margin-left: -12px;
    width: 30px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
}

.presentation-popup__close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.presentation-popup__close:hover {
    opacity: .7
}

@media (max-width:1023px) {
    .presentation-popup__close {
        right: 5%
    }
}

@media (max-width:767px) {
    .presentation-popup__close {
        right: 0;
        font-size: 20px
    }

    .presentation-popup__close::after,
    .presentation-popup__close::before {
        width: 25px
    }
}

@media (max-width:464px) {
    .presentation-popup__close {
        right: 7%;
        padding-right: 25px;
        font-size: 17px
    }

    .presentation-popup__close::after,
    .presentation-popup__close::before {
        width: 22px
    }
}

.presentation-popup__checkbox-list {
    list-style: none;
    padding: 0 0 0 4px;
    margin: 11px 0 31px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:1023px) {
    .presentation-popup__checkbox-list {
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .presentation-popup__checkbox-list {
        margin-left: 25px
    }
}

.presentation-popup__checkbox-item {
    margin-bottom: 20px;
    width: calc(100%/4 - 48px)
}

.presentation-popup__checkbox-item.hide {
    display: none
}

.presentation-popup__checkbox-item.opacity {
    opacity: .5;
    pointer-events: none
}

@media (max-width:1439px) {
    .presentation-popup__checkbox-item {
        width: 50%
    }
}

@media (max-width:767px) {
    .presentation-popup__checkbox-item {
        width: 95%
    }
}

.presentation-popup__group {
    margin: 0;
    width: 100%
}

.presentation-popup__group--top .presentation-popup__checkbox-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.presentation-popup__group--top legend {
    padding-top: 17px
}

.presentation-popup__group--publications legend {
    padding-top: 20px;
    margin-left: -4px;
    margin-bottom: 10px
}

@media (max-width:1599px) {
    .presentation-popup__group--publications legend {
        padding-top: calc(20px + 31px)
    }
}

.presentation-popup__radio-list {
    margin: 0;
    list-style: none;
    padding: 0 87px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .presentation-popup__radio-list {
        padding-right: 0
    }
}

.presentation-popup__radio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 27px;
    padding-bottom: 20px;
    width: calc(100%/3 - 27px)
}

.presentation-popup__radio-item:nth-of-type(3) .presentation-popup__text {
    padding-right: 80px
}

@media (max-width:1599px) {
    .presentation-popup__radio-item {
        width: calc(100%/2 - 27px);
        padding-bottom: 50px
    }

    .presentation-popup__radio-item:nth-of-type(3) .presentation-popup__text {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .presentation-popup__radio-item {
        width: 100%
    }
}

.presentation-popup__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .presentation-popup__radio {
        margin-bottom: 34px
    }
}

.check__input:checked+.check__box::after,
.presentation-popup__radio-input:checked~.presentation-popup__icon,
.presentation-popup__radio-input:checked~.presentation-popup__text {
    opacity: 1
}

.presentation-popup__text {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 147px;
    padding-left: 3px;
    color: #f2eae7;
    opacity: .3;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:1599px) {
    .presentation-popup__text {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .presentation-popup__text {
        font-size: 17px
    }
}

.presentation-popup__icon {
    margin-top: 54px;
    margin-bottom: 39px;
    opacity: .3;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:767px) {
    .presentation-popup__icon {
        margin-bottom: 19px
    }

    .presentation-popup__icon:first-of-type {
        width: 102px;
        height: 116px
    }

    .presentation-popup__icon:nth-of-type(2) {
        width: 148px;
        height: 134px
    }

    .presentation-popup__icon:nth-of-type(3) {
        width: 136px;
        height: 136px
    }
}

.presentation-popup__field {
    margin-left: 48px;
    margin-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
    color: #f2eae7
}

.presentation-popup__field input {
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    caret-color: #fff;
    border-bottom: 4px solid rgba(255, 255, 255, .4)
}

.presentation-popup__field input::-webkit-input-placeholder {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .3)
}

.presentation-popup__field input::-moz-placeholder {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .3)
}

.presentation-popup__field input:-ms-input-placeholder,
.presentation-popup__field input::-ms-input-placeholder {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .3)
}

.presentation-popup__field input::placeholder {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .3)
}

.presentation-popup__field span {
    margin-top: 8px;
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(242, 234, 231, .3)
}

@media (max-width:1023px) {
    .presentation-popup__field {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .presentation-popup__field input {
        font-size: 26px
    }

    .presentation-popup__field input::-webkit-input-placeholder {
        font-size: 26px
    }

    .presentation-popup__field input::-moz-placeholder {
        font-size: 26px
    }

    .presentation-popup__field input:-ms-input-placeholder,
    .presentation-popup__field input::-ms-input-placeholder {
        font-size: 26px
    }

    .presentation-popup__field input::placeholder {
        font-size: 26px
    }

    .presentation-popup__field span {
        font-size: 17px
    }
}

@media (max-width:464px) {
    .presentation-popup__field input {
        font-size: 20px;
        border-width: 2px
    }

    .presentation-popup__field input::-webkit-input-placeholder {
        font-size: 20px
    }

    .presentation-popup__field input::-moz-placeholder {
        font-size: 20px
    }

    .presentation-popup__field input:-ms-input-placeholder,
    .presentation-popup__field input::-ms-input-placeholder {
        font-size: 20px
    }

    .presentation-popup__field input::placeholder {
        font-size: 20px
    }

    .presentation-popup__field span {
        font-size: 14px;
        line-height: 1.3
    }
}

.presentation-popup__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 95px;
    width: 100%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background-color: #010101;
    z-index: 0
}

@media (max-width:1599px) {
    .presentation-popup__footer {
        padding: 10px 60px
    }
    .decor__icon--team-8 {
        top: calc(211px + var(--animation-shift));
    }
}

@media (max-width:767px) {
    .presentation-popup__footer {
        padding: 10px 25px
    }
}

.presentation-popup__footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 108px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: -20px -53px 45px 0 #010101;
    box-shadow: -20px -53px 45px 0 #010101
}

@media (max-width:1023px) {
    .presentation-popup__footer-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .presentation-popup__footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: -8px -53px 45px 0 #010101;
        box-shadow: -8px -53px 45px 0 #010101
    }
}

.presentation-popup__total {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    margin: 0 15px 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    color: rgba(247, 247, 247, .3);
    font-size: 32px;
    line-height: 1.5
}

.presentation-popup__total span {
    color: #fff
}

@media (max-width:1023px) {
    .presentation-popup__total--all {
        text-align: center
    }

    .presentation-popup__total {
        width: 50%;
        font-size: 26px;
        margin-bottom: 10px;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .presentation-popup__total {
        width: 100%;
        margin-bottom: 10px;
        font-size: 26px;
        text-align: left
    }
}

@media (max-width:464px) {
    .presentation-popup__total {
        font-size: 19px
    }
}

.presentation-popup__backwards-btn {
    font-family: "PT Mono", "Arial", sans-serif;
    padding: 0;
    margin-right: 37px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

.presentation-popup__backwards-btn:hover {
    opacity: .7
}

@media (max-width:1023px) {
    .presentation-popup__backwards-btn {
        font-size: 24px;
        line-height: 1.6
    }
}

@media (max-width:464px) {
    .presentation-popup__backwards-btn {
        font-size: 18px
    }
}

.presentation-popup__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    min-width: 228px
}

.presentation-popup__backwards-btn,
.presentation-popup__button {
    position: relative;
    z-index: 1
}

.presentation-popup__backwards-btn:focus,
.presentation-popup__button:focus {
    outline: 0;
    opacity: 1
}

.presentation-popup__button.nextBtn,
.presentation-popup__button.submitBtn {
    margin: 0
}

@media (max-width:1023px) {

    .presentation-popup__button.nextBtn,
    .presentation-popup__button.submitBtn {
        margin-right: auto
    }
}

@media (max-width:767px) {

    .presentation-popup__button.nextBtn,
    .presentation-popup__button.submitBtn {
        margin-right: 0
    }
}

.presentation-popup__button.nextBtn {
    display: none
}

.presentation-popup__button.nextBtn.is-visible {
    display: block
}

.presentation-popup__check--select-all {
    max-width: 59%
}

.presentation-popup__check--select-all .check__name {
    font-family: "PT Mono", "Arial", sans-serif;
    font-weight: 400;
    color: rgba(247, 247, 247, .3);
    font-size: 32px;
    line-height: 1.5
}

@media (max-width:1023px) {
    .presentation-popup__check--select-all .check__name {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .presentation-popup__check--select-all .check__name {
        font-size: 26px;
        margin-bottom: 10px
    }
}

@media (max-width:464px) {
    .presentation-popup__check--select-all .check__name {
        font-size: 19px
    }
}

.presentation-popup__check--select-all .check__box {
    height: 32px;
    width: 32px;
    border-color: rgba(247, 247, 247, .3)
}

.presentation-popup__check--select-all .check__box::after {
    top: 10%
}

@media (max-width:1023px) {
    .presentation-popup__check--select-all .check__box {
        height: 30px;
        width: 30px
    }
}

@media (max-width:767px) {
    .presentation-popup__check--select-all .check__box {
        height: 26px;
        width: 26px;
        margin-left: 0
    }

    .presentation-popup__check--select-all .check__box::after {
        top: 15%
    }
}

@media (max-width:464px) {
    .presentation-popup__check--select-all .check__box {
        height: 19px;
        width: 19px
    }

    .presentation-popup__check--select-all .check__box::after {
        top: 0
    }
}

@media (max-width:1023px) {
    .presentation-popup__check--select-all {
        max-width: 54%
    }
}

@media (max-width:767px) {
    .presentation-popup__check--select-all {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-height:550px) {
    .popup__wrapper {
        padding: 0
    }

    .presentation-popup__content {
        max-width: 100%;
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        padding-bottom: 440px
    }

    .presentation-popup__footer {
        height: auto
    }

    .presentation-popup__backwards-btn,
    .presentation-popup__check--select-all .check__name,
    .presentation-popup__total {
        margin: 0;
        width: auto;
        font-size: 16px
    }

    .presentation-popup__total.check {
        margin-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .presentation-popup__check--select-all .check__box {
        margin-top: 0;
        margin-left: 25px
    }

    .presentation-popup__backwards-btn {
        margin-right: 25px
    }
}

.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.check__name {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6
}

@media (max-width:767px) {
    .check__name {
        font-size: 18px
    }
}

.check__box {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 5px;
    border-radius: 2px;
    border: 2px solid #fff;
    -webkit-transition: background-color .3s cubic-bezier(.79, .14, .15, .86), border-color .3s cubic-bezier(.79, .14, .15, .86);
    transition: background-color .3s cubic-bezier(.79, .14, .15, .86), border-color .3s cubic-bezier(.79, .14, .15, .86)
}

.check__box::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 3%;
    left: 54%;
    width: 18px;
    height: 9px;
    border-bottom: 2px solid #010101;
    border-left: 2px solid #010101;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:767px) {
    .check__box {
        width: 20px;
        height: 20px
    }

    .check__box::after {
        width: 13px;
        height: 7px
    }
}

.check__input:checked+.check__box {
    border-color: #00b51a;
    background-color: #00b51a
}

.check__input:disabled+.check__box,
.check__input:disabled~.check__name {
    opacity: .5
}

.check__input:disabled:checked+.check__box {
    background-color: #fff;
    border-color: #fff
}

.radiobutton {
    font-family: "PT Mono", "Arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer
}

.radiobutton__icon {
    position: relative;
    padding-left: 40px;
    color: #fff
}

.radiobutton__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: border-color .3s cubic-bezier(.79, .14, .15, .86);
    transition: border-color .3s cubic-bezier(.79, .14, .15, .86)
}

.radiobutton__icon::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00b51a;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.79, .14, .15, .86);
    transition: opacity .3s cubic-bezier(.79, .14, .15, .86)
}

@media (max-width:767px) {
    .radiobutton__icon {
        font-size: 17px;
        padding-left: 36px
    }

    .radiobutton__icon::before {
        width: 22px;
        height: 22px
    }

    .radiobutton__icon::after {
        width: 10px;
        height: 10px
    }
}

.radiobutton__input:checked+.radiobutton__icon::before {
    border-color: #00b51a
}

.radiobutton__input:checked+.radiobutton__icon::after {
    opacity: 1
}

@media (min-width: 1023px) {

    .services__desc p {
        position: relative;
        z-index: 50;
    }

    .services__controls {
        position: relative;
        z-index: 50;
    }

    .services__img-box.services__img-box--type-1 a img {
        max-width: 740px;
    }

    .services__img-box.services__img-box--type-2 img {
        max-width: 1000px;
        margin-top: -80px;
    }

    .services__img-box.services__img-box--type-1 a {
        margin-top: -250px;
        right: -100px;
    }
}

@media (max-width: 1500px) {
    .services__img-box.services__img-box--type-2 img {
        margin-right: -100px;
        margin-top: 0;
        max-width: 900px;
    }

    .services__img-box.services__img-box--type-1 a {
        right: 0;
        margin-top: -150px;
    }

    /* .services__img-box.services__img-box--type-1 a img{
        max-width: 600px;
    } */
    .services__img-box img {
        max-width: 100%;
        max-height: 600px;
    }

}

/*# sourceMappingURL=style.css.map */
.header__nav-item span {
    text-decoration: underline;
}

.decor__icon--kom {
    top: calc(-69px + var(--animation-shift));
    left: 25.3%;
}

.decor__icon--kom::before {
    background-image: url(../../img/icons/the-times.png);
}

.decor__icon--ins {
    top: calc(260px + var(--animation-shift));
    left: -73.7%;
}

.decor__icon--ins::before {
    background-image: url(../../img/icons/icon-inst.webp);
}

.decor__icon--in {
    top: calc(260px + var(--animation-shift));
    left: -187.7%;
}

.decor__icon--in::before {
    background-image: url(../../img/icons/icon-in.webp);
}

.decor__icon--fbu {
    top: calc(260px + var(--animation-shift));
    left: 132.3%;
}

.decor__icon--fbu::before {
    background-image: url(../../img/icons/icon-fbu.webp);
}

.webp .decor__icon--team-10::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_09.webp);
}

.webp .decor__icon--team-11::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_12.webp);
}

.webp .decor__icon--team-12::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_13.webp);
}

.webp .decor__icon--team-13::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_14.webp);
}

.webp .decor__icon--team-14::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_15.webp);
}

.webp .decor__icon--team-15::before {
    background-image: url(../../img/dcp/DG_PhotosSquare_02.webp);
}

.decor__icon--team-1 {
    width: 33%;
    top: calc(-21px + var(--animation-shift));
    right: 18.6%;
    z-index: 8;
}

.decor__icon--team-2 {
    width: 33%;
    top: calc(90px + var(--animation-shift));
    right: 36.7%;
    z-index: 8;
}

.decor__icon--team-8 {
    z-index: 5;
}

.decor__icon--team-10 {
    width: 33%;
    top: calc(-56px + var(--animation-shift));
    right: -24.4%;
    z-index: 4;
}

.decor__icon--team-11 {
    width: 33%;
    top: calc(610px + var(--animation-shift));
    right: 27.6%;
    z-index: 4;
}

.decor__icon--team-12 {
    width: 33%;
    top: calc(490px + var(--animation-shift));
    right: 33.6%;
    z-index: 4;
}

.decor__icon--team-13 {
    width: 33%;
    top: calc(533px + var(--animation-shift));
    right: 65%;
    z-index: 4;
}

.decor__icon--team-14 {
    width: 33%;
    top: calc(288px + var(--animation-shift));
    right: 55%;
    z-index: 4;
}

.decor__icon--team-15 {
    width: 33%;
    top: calc(-2px + var(--animation-shift));
    right: 65%;
    z-index: 4;
}

.decor__icon--team-10:hover::after,
.decor__icon--team-11:hover::after,
.decor__icon--team-12:hover::after {
    content: attr(data-attr);
    position: absolute;
    z-index: 7;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-text-title-alt);
    background: var(--color-text-simple);
    top: 50%;
    left: 70%;
}

.decor__icon--team-13:hover::after,
.decor__icon--team-14:hover::after,
.decor__icon--team-15:hover::after {
    content: attr(data-attr);
    position: absolute;
    z-index: 7;
    padding: 5px 10px;
    width: 160px;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-text-title-alt);
    background: var(--color-text-simple);
    top: 50%;
    right: 70%;
}
@media (max-width:767px) {
    .decor__icon--team-10:hover::after,
.decor__icon--team-11:hover::after,
.decor__icon--team-12:hover::after,
.decor__icon--team-13:hover::after,
.decor__icon--team-14:hover::after,
.decor__icon--team-15:hover::after {
    content: '';
    padding: 0;
}

}
@media (max-width:1441px) {
    .decor__icon--team-10 {
        top: calc(-92px + var(--animation-shift));
    }
    .decor__icon--team-5 {
        top: calc(-180px + var(--animation-shift));
    }
    .decor__icon--team-15 {
        top: calc(-53px + var(--animation-shift));
    }
    .decor__icon--team-6 {
        top: calc(-20px + var(--animation-shift));
    }
    .decor__icon--team-7 {
        left: -14%;
    }
    .decor__icon--team-14 {
        top: calc(350px + var(--animation-shift));
    }
    .decor__icon--wiki {
        top: calc(0px + var(--animation-shift));
        left: 35.3%;
    }
}
@media (max-width: 1025px) {
    .decor__icon--kom {
        left: 0.3%;
    }
    .decor__icon--wiki {
        left: -40.7%;
    }
    .decor__icon--vc {
        left: -7.5%;
    }
    .rules-slider__description p svg {
        right: 60px;
    }
    .decor__icon--team-12 {
        right: 7.6%;
    }
    .decor__icon--team-11 {
        right: 4.6%;
    }
    .decor__icon--team-9 {
        left: 2%;
    }
    .footer__contacts p {
        font-size: 24px;
    }
    .decor__icon--team-8 {
        top: calc(200px + var(--animation-shift));
    }
    .decor__icon--team-2 {
        right: 7.7%;
    }
    .decor__icon--team-10 {
        top: calc(-100px + var(--animation-shift));
    }
    .decor__icon--team-15 {
        top: calc(-80px + var(--animation-shift));
    }
}
@media (max-width: 1023px) {
    .decor__icon--team-5 {
        top: 0;
        left: 0;
        bottom: calc(143px - var(--animation-shift));
        z-index: 12;
        width: auto;
    }
    .decor__icon--kom {
        top: -115px;
    }

    .decor__icon--fb {
        top: 3px;
        right: 0;
        z-index: 3;
    }

    .decor__icon--vc {
        top: -54px;
        left: 38.5%;
        z-index: 4;
    }

    .decor__icon--ins {
        top: 20%;
        left: 10%;
    }

    .decor__icon--in {
        top: 10px;
        left: 45%;
    }
    .decor__icon--team-2 {
        width: 33%;
        top: calc(90px + var(--animation-shift));
        right: 17.7%;
        left: 5%;
    }

    .decor__icon--team-7 {
        top: 6%;
        left: 34%;
        bottom: calc(98px - var(--animation-shift));
        width: auto;
        z-index: 8;
    }

    .decor__icon--team-8 {
        top: 3%;
        right: 3%;
        bottom: calc(132px - var(--animation-shift));
        width: auto;
        z-index: 9;
    }

    .decor__icon--team-9 {
        top: 1%;
        left: 60%;
        bottom: calc(50px - var(--animation-shift));
        z-index: 10;
        width: auto;
    }

    .decor__icon--team-10 {
        width: 33%;
        top: calc(80px + var(--animation-shift));
        right: -10%;
        z-index: 4;
    }

    .decor__icon--team-11 {
        width: 33%;
        top: calc(10px + var(--animation-shift));
        right: 17.6%;
        z-index: 7;
    }

    .decor__icon--team-12 {
        width: 33%;
        top: calc(-61px + var(--animation-shift));
        right: 22.6%;
        z-index: 9;
    }

    .decor__icon--team-13 {
        width: 33%;
        top: calc(10px + var(--animation-shift));
        right: 64%;
        z-index: 8;
    }

    .decor__icon--team-14 {
        width: 16%;
        top: calc(30px + var(--animation-shift));
        left: 10%;
        z-index: 4;
    }

    .decor__icon--team-15 {
        width: 33%;
        top: calc(-112px + var(--animation-shift));
        right: 37%;
        z-index: 11;
    }

    .decor__icon--team-11:hover::after,
    .decor__icon--team-12:hover::after {
        top: 80%;
        right: auto;
        left: 15%;
    }

    .decor__icon--team-10:hover::after {
        top: 80%;
        right: auto;
        left: -61%;
    }

    .decor__icon--team-13:hover::after,
    .decor__icon--team-14:hover::after,
    .decor__icon--team-15:hover::after {
        top: 80%;
        left: 15%;
        font-size: 20px;
    }

    .decor__icon--kom {
        left: 8.3%;
    }

    .decor__icon--wiki {
        top: -32px;
        left: 11px;
    }

    .decor__icon--ved {
        top: -126px;
        right: 36%;
    }

    .decor__icon--vc {
        top: -54px;
        left: 33.5%;
        z-index: 4;
    }

    .decor__icon--ya {
        top: 70px;
        right: 15%;
    }

    .decor__icon--fb {
        top: 3px;
        right: 33%;
        z-index: 3;
    }
}
@media (max-width: 1022px) {
    .decor__icon--kom {
        left: 18.3%;
        top: -140px;
    }
    .decor__icon--vc {
        top: -50%;
        left: 35%;
    }
    .decor__icon--team-1 {
        right: 0.6%;
    }
}

}
@media (max-width: 767px) {
    .header__logo-icon--slogan-eng {
        width: 128px;
        margin-top: 5px;
        margin-left: 8px;
    }

    .header__logo-icon--slogan-ru {
        margin-top: 5px;
        padding-left: 15px;
    }
    .footer__social-telegram {
        text-align: start;
        display: block;
    }

    .decor__icon--team-10:hover::after,
    .decor__icon--team-11:hover::after,
    .decor__icon--team-12:hover::after,
    .decor__icon--team-13:hover::after,
    .decor__icon--team-14:hover::after,
    .decor__icon--team-15:hover::after {
        font-size: 16px;
    }
    .footer__copyright {
        width: 100%;
    }
    .footer__logo-name {
         width: 100%;
         text-align: center;
    }
}


/***** video-block *****/
.pdf-block {
    padding: 40px 0;
    /* height: 740px; */
    position: relative;
    padding-bottom: 130px;
    z-index: 99999;
}

.pdf-block-wrap {
    position: relative;
    overflow: hidden;
    max-width: 540px;
    margin: 0 auto;
    height: 352px;
    margin-top: 40px;
}

.ram-pdf-1 {
    position: relative;
    max-width: 95%;
    margin: auto;
}

.ram-pdf-1 .pdf-wrap {
    margin: 6% 6% 10%;
    position: relative;
}

.ram-pdf-1 .pdf-ram {
    position: absolute;
    z-index: 1;
    top: -30%;
    left: -26.5%;
    width: 158%;
    /* height: 195%; */
    pointer-events: none;
}
.pdf-ram_text {
    position: absolute;
    top: 1%;
    right: 10%;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}
.ram-pdf-1 .pdf-ram img {
    width: 100%;
    height: 100%;
}

.ram-pdf-1 .pdf-pdf {
    position: relative;
    padding-bottom: 49%;
    overflow: hidden;
    /* height: 0;
    background: #000;
    cursor: pointer;
    z-index: 0; */
}

.ram-pdf-1 .pdf-pdf iframe,
.ram-pdf-1 .pdf-pdf img {
    position: absolute;
    top: 30px;
    /* top: -20.2%; */
    left: 14%;
    width: 76%;
    height: 100%;
}
.ram-pdf-1 .pdf-pdf .ram-img {
    position: absolute;
    left: 5%;
    width: 86%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    align-items: center;
}
.ram-pdf-1 .pdf-pdf .ram-img img {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 74px;
    left: 0;
    top: 0;
}
#loader-pdf:before {
    content: "";
    border: 15px dotted #00af93;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition-duration: 6s;
}

#loader-pdf.loader-hide:before { 
    opacity: 0;
    z-index: -1;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 1025px) {
    .btn-pdf {
        display: block !important;
        color: #fff;
        background-color: #00b51a;
    }

    .pdf-block .ram-pdf-1 {
        display: none;
    }
}

/* FAQ */

.faq {padding-left: var(--page-indent);
    padding-right: var(--page-indent);}
  .h1-section {
    padding-top: calc(var(--header-height) + 95px);
    text-align: center;
    font-family: "scroll-behavior:smooth", "Gosha Sans", "Arial", sans-serif;
    font-size: 80px;
    line-height: 96px;
  }
  .h1-section span {
  color: #00B51A;
  }
  .faq-block {
  padding-top: 120px;
  }
  .faq-block_filter {
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
  }
  .faq-block_filter-item {
  font-size: 28px;
  color: var(--color-text-title);
  }
  .faq-block_filter-item:hover{
  color:#00b51a;
  }
  .faq-block_filter-item.activ {
  color:#00b51a;
  position: relative;
  }
  .faq-block_filter-item.activ::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #00b51a;
    position: absolute;
  bottom: -10px;
  }
  .faq-block_ansver {
  padding-top: 100px;
  padding-bottom: 170px;
  }
  
  .ansver-item_title {
  font-size: 28px;
  padding: 60px;
  cursor: pointer;
  display: flex;
    justify-content: space-between;
  align-items: center;
  }
  .ansver-item_title:hover {
  background: #fff;
  border-radius: 42px;
  }
  .ansver-item_title:hover::after {
  content:url("../images/hover.svg");
    border-radius: 50%;
    background: #00b51a;
    padding: 11px;
    max-width: 54px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ansver-item_title::after {
  content:url("../images/open.svg");
    border-radius: 50%;
    background: #fff;
    padding: 11px;
    max-width: 54px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .before::after {
  content:url("../images/close.svg");
    border-radius: 50%;
    background: #f2eae7;
    padding: 11px;
    max-width: 54px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .before:hover::after {
  content:url("../images/close.svg");
    border-radius: 50%;
    background: #f2eae7;
    padding: 11px;
    max-width: 54px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ansver-item_ansver {
  font-size: 20px;
  display: none;
  padding: 60px;
  padding-top: 0;
  padding-bottom: 120px;
  }
  .ansver-item_form {
  padding-top: 30px;
  display: flex;
    justify-content: space-between;
    align-items: center;
  
  }
  
  .ansver-item_ansver.open {
  display: block;
  }
  .active-faq {
      background-color: #FFFFFF;
    border-radius: 42px;
  padding: 0 30px;
  }
  .ansver-item_form-input {
    border-radius: 42px;
    width: 50%;
    padding: 14px 22px;
  border: 1px solid #010101;
  }
  .ansver-item_form-input:hover {
  border: 1px solid #00B51A;
  }
  .ansver-item_form-input:focus {
  border-color: #00B51A;
  }
  .ansver-item_form-btn {
  font-family: "PT Mono", "Arial", sans-serif;
    background: none;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #00B51A;
  padding: 14px 30px
  }
  .ansver-item_form-btn:hover {
  background: #00B51A;
  border: none;
  border-radius: 42px;
  color: #ffffff;
  padding: 14px 30px;
  }
  
  .good {
  margin-top: -60px;
  z-index: 0;
  position: relative;
    margin-bottom: -30px;
    width: 102%;
    text-align: center;
    padding: 20px 0px;
    background-color: #00B51A;
    border-radius: 42px;
    color: #FFFFFF;
  margin-left: -7px;
  }
  .error {
  color: #FF0000;
  text-align: center;
  }
  @media only screen and (max-width: 821px) {
  .faq-block_filter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .faq-block_filter-item {
    font-size: 25px;
    color: var(--color-text-title);
    padding: 10px 0;
  width: 50%;
  text-align: center;
  }
  .good {
    margin-left: -20px;
  width: 110%;
    padding: 25px 0px;
  margin-top: -70px;
  margin-bottom: -60px;
  }
  }
  @media only screen and (max-width: 575px) {
  .faq-block_filter {
  display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .faq-block_filter-item {
    font-size: 28px;
    color: var(--color-text-title);
    padding: 10px 0;
  width: 100%;
  }
  .ansver-item_title {
  font-size: 14px;
    padding: 30px;
  } 
  .ansver-item_title:hover::after {
    max-width: 40px;
    max-height: 40px;
  padding-top: 15px;
  }
  .ansver-item_title::after {
    max-width: 40px;
    max-height: 40px;
  padding-top: 15px;
  }
  .ansver-item_ansver.open {
    font-size: 12px;
    padding: 30px;
    padding-top: 0;
  }
  .ansver-item_form {
  padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .ansver-item_form-title {
  
  padding-bottom: 10px;}
  .ansver-item_form-input {
  
  width: 100%;
  }
  .good {
  width: 108%;
  padding: 25px 0px;
  margin: 0;
  margin-top: 0;
  }
  }