@font-face {
    font-display: swap;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2"), url(../fonts/Manrope-Medium.woff) format("woff2"), url(../fonts/Manrope-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Impact;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Impact.woff2) format("woff2"), url(../fonts/Impact.woff) format("woff2"), url(../fonts/Impact.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Kelsi;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Kelsi.woff2) format("woff2"), url(../fonts/Kelsi.woff) format("woff2"), url(../fonts/Kelsi.ttf) format("truetype")
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
    display: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

a:active, a:focus {
    outline: none
}

aside, footer, header, nav {
    display: block
}

html {
    font-family: sans-serif
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
    text-rendering: optimizeLegibility
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

input::-ms-clear {
    display: none
}

button, input, optgroup, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    outline: none
}

textarea {
    resize: none
}

button {
    background-color: transparent;
    text-align: left
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

a {
    color: inherit;
    display: inline-block;
    list-style: none;
    list-style-type: none;
    outline: 0
}

a, a:hover, a:visited {
    text-decoration: none
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.25em
}

sub {
    bottom: -.25em
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: top
}

body {
    background: #0a0a0a;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3125;
    overflow-x: hidden;
    overflow-y: auto
}

body._lock {
    overflow: hidden;
    touch-action: none
}

.page {
    flex: 1 1 auto
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 80px;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font: inherit
}

.title {
    font-family: Impact, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-20 {
    font-size: 20px
}

.fs-24 {
    font-size: 24px
}

.fs-38 {
    font-size: 38px
}

.fs-46 {
    font-size: 46px
}

.fs-64 {
    font-size: 64px
}

.fs-100 {
    font-size: 100px
}

.ff-second {
    font-family: Impact, sans-serif;
    font-weight: 400
}

.ff-third {
    font-family: Kelsi, sans-serif;
    font-weight: 400
}

.fw-700 {
    font-weight: 700
}

.c-brand-550 {
    color: #0ab451
}

.c-gray-300 {
    color: #d9d9d9
}

.c-gray-400 {
    color: #bfbfbf
}

.c-gray-450 {
    color: #b2b2b2
}

.c-gray-500 {
    color: #a6a6a6
}

.c-gray-550 {
    color: #999
}

.c-gray-600 {
    color: #8c8c8c
}

.pv-100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.pt-0-ever {
    padding-top: 0
}

.pb-0-ever {
    padding-bottom: 0
}

.mb-4 {
    margin-bottom: 4px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-80 {
    margin-bottom: 80px
}

.mt-60 {
    margin-top: 60px
}

.btn {
    cursor: pointer;
    align-items: center;
    border-radius: 10em;
    display: inline-flex;
    font-size: 16px;
    gap: 8px;
    height: 44px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    transition: background-color .3s
}

.btn:active {
    transition: background-color .1s
}

.btn:active svg {
    transform: translateX(3px)
}

.btn .btn--loader {
    display: none;
}

.btn.btn--isLoading span {
    display: none;
}
.btn.btn--isLoading .btn--loader {
    display: block;
}

.btn span {
    display: block;
    margin: 0 auto 3px
}

.btn svg {
    flex-shrink: 0;
    height: 32px;
    transition: opacity .3s, transform .3s;
    width: 32px
}

.btn i {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 28px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 7px;
    transition: opacity .3s;
    width: 28px
}

.btn i:after {
    animation: btnLoading .5s linear infinite;
    border: 2px solid #0a0a0a;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 22px;
    width: 22px
}

.btn._sending {
    background-color: #066c31
}

.btn._sending svg {
    opacity: 0
}

.btn._sending i {
    opacity: 1
}

.btn--primary {
    background-color: #0ab451;
    color: #fff
}

.btn--primary:focus-visible {
    background-color: #07873d
}

.btn--primary:active {
    background-color: #066c31
}

.btn--secondary {
    background-color: #262626;
    color: #fff
}

.btn--secondary:focus-visible {
    background-color: #333
}

.btn--secondary:active {
    background-color: gray
}

.btn--small {
    height: 34px
}

.btn--small svg {
    height: 24px;
    width: 24px
}

.btn--full {
    padding-left: 45px;
    width: 100%
}

.btn--full.btn--small {
    padding-left: 37px
}

.links a {
    transition: color .3s
}

.links a:active {
    color: #066c31;
    transition-duration: .1s
}

.ico {
    display: inline-flex;
    flex-shrink: 0
}

.ico img, .ico svg {
    height: 100%;
    width: 100%
}

.ico-20 {
    height: 20px;
    width: 20px
}

.ico-24 {
    height: 24px;
    width: 24px
}

.ico-48 {
    height: 48px;
    width: 48px
}

.ico-68 {
    height: 68px;
    width: 68px
}

a.logo {
    transition: color .3s
}

a.logo:active {
    color: #066c31;
    transition-duration: .1s
}

.head-with-filters {
    padding: 44px 0
}

.first-section-from-header {
    padding-top: 72px
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.text-normal {
    text-transform: none
}

.two-cols__row._above-tablet {
    display: block
}

.two-cols__head {
    flex-shrink: 0;
    width: 20%
}

.two-cols__body {
    flex: 1 1 auto;
    width: 100%
}

.item-response {
    flex-shrink: 0;
    position: relative
}

.item-response:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.item-response img, .item-response svg, .item-response video {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.img-wh img, .img-wh svg {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.js-decor {
    cursor: default;
    font-family: Kelsi, sans-serif
}

.js-decor span {
    transition: color .3s
}

.js-decor span._active {
    color: #0ab451
}

.js-counter {
    opacity: 0;
    transition: opacity .3s
}

.js-counter._go {
    opacity: 1
}

@keyframes btnLoading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color .3s;
    width: 100%;
    z-index: 10
}

.header._scroll {
    background-color: #0a0a0a
}

.header._scroll .header__row {
    border-color: #262626
}

.header:before {
    background-color: #0a0a0a;
    border-bottom: 1px solid #262626;
    content: "";
    display: block;
    height: 52px;
    left: 16px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 0;
    transition: opacity .3s;
    z-index: 2
}

.header__row {
    align-items: center;
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    transition-duration: .3s;
    transition-property: padding, border-color;
    will-change: padding
}

.header__logo {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 135px;
    z-index: 2
}

.header__menu {
    flex: 1 1 auto;
    z-index: 1
}

.header__menu-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__decor-menu {
    align-self: center;
    color: #262626;
    font-size: 23.8888888889vw;
    margin: 0 -16px;
    transform: rotate(-5deg)
}

.header__nav {
    margin-left: auto;
    margin-right: auto
}

.header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 80px
}

.header__nav li._active > * {
    color: #0ab451
}

.header__nav li > * {
    display: block;
    padding: 11px 4px
}

.header__burger {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin-right: -8px;
    position: relative;
    width: 48px;
    z-index: 2
}

.header__burger svg {
    height: 32px;
    pointer-events: none;
    width: 32px
}

.footer {
    background-color: #fff;
    color: #0a0a0a
}

.footer .succes-form {
    padding: 0
}

.footer__head {
    max-width: 500px;
    width: 100%
}

.footer__body {
    position: relative
}

.footer__links ul {
    display: flex;
    flex-wrap: wrap
}

.footer__links a {
    padding: 11px 4px
}

.footer__logo {
    display: block
}

.typography time img {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.typography time + time {
    margin-left: 32px
}

.typography h1 {
    font-family: Impact, sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase
}

.typography h1 + .js-decor {
    margin-top: -20px
}

.typography h2 {
    font-family: Impact, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.typography h3 {
    color: gray;
    font-size: 16px
}

.typography ul {
    padding-left: 20px
}

.typography ul li {
    list-style: disc;
    margin-bottom: 12px
}

.typography ul li:last-child {
    margin-bottom: 0
}

.typography p {
    margin-bottom: 24px
}

.typography p:last-child {
    margin-bottom: 0
}

.typography--policy h2 {
    color: #0ab451;
    margin-bottom: 24px;
    margin-top: 60px
}

.typography--policy h2:first-child {
    margin-top: 0
}

.typography--policy h2:last-child {
    margin-bottom: 0
}

.typography--policy h2 + h3 {
    margin-top: -24px
}

.typography--policy h3 {
    color: #fff;
    font-family: Impact, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 24px;
    text-transform: uppercase
}

.typography--policy h3:last-child {
    margin-bottom: 0
}

.typography--policy ul:not([data-dots]) {
    padding-left: 0
}

.typography--policy ul:not([data-dots]) > li {
    list-style: none
}

.typography--policy ul ul[data-dots] {
    margin: 12px 0 12px 12px
}

.typography__head {
    padding-top: 60px
}

.typography__title {
    max-width: 730px
}

.typography__title p {
    color: #a6a6a6;
    max-width: 500px
}

.typography__tags {
    color: #a6a6a6;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 20px
}

.typography__tags > * {
    padding: 5px 16px 5px 0
}

.typography__banner {
    border-radius: 12px;
    overflow: hidden
}

.typography__banner:before {
    padding-bottom: 44.375%
}

.typography__container {
    margin: 0 auto;
    max-width: 797px;
    padding-top: 60px;
    width: 100%
}

.typography__info {
    margin-bottom: 60px
}

.typography__share {
    align-items: center;
    display: flex;
    gap: 8px
}

.typography__share p {
    margin-bottom: 0
}

.typography__share-links {
    display: flex;
    gap: 8px
}

.typography__share-links a {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px
}

.typography__share-links a img, .typography__share-links a svg {
    height: 20px;
    width: 20px
}

.typography__rows {
    margin-bottom: 60px
}

.typography__rows:last-child {
    margin-bottom: 0
}

.typography__rows .typography__row {
    margin-bottom: 24px
}

.typography__rows .typography__row:last-child {
    margin-bottom: 0
}

.typography__row {
    display: flex;
    gap: 63px;
    margin-bottom: 60px
}

.typography__row:last-child {
    margin-bottom: 0
}

.typography__row > :first-child {
    flex-shrink: 0;
    max-width: 234px;
    width: 100%
}

.typography__row > :last-child {
    flex: 1 1 auto
}

.typography__row > :first-child:last-child {
    max-width: 100%
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.nav-slider {
    background-color: #262626;
    border-radius: 10em;
    display: flex;
    gap: 12px;
    padding: 6px
}

.nav-slider__btn {
    flex-shrink: 0;
    height: 32px;
    transition: color .3s;
    width: 32px
}

.nav-slider__btn:active:not(:disabled) {
    color: #066c31;
    transition-duration: .1s
}

.nav-slider__btn.swiper-button-disabled {
    color: #0a0a0a
}

.nav-slider__btn.swiper-button-disabled .nav-slider__ico-arrow {
    color: #fff
}

.nav-slider__btn.swiper-button-lock {
    display: none
}

.nav-slider__ico-arrow {
    color: #0a0a0a;
    transition: color .3s
}

body._menu-open .popup__bg {
    display: block
}

.popup {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition-delay: .3s;
    transition-duration: .3s;
    transition-property: opacity;
    width: 100%;
    z-index: 101
}

.popup:not(._not-first-open):not(._open-popup) .popup__bg {
    display: none
}

.popup:not(._open-popup) .form._succes ~ .succes-form {
    pointer-events: none
}

.popup._open-popup {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s
}

.popup._open-popup .popup__scroll-container {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

.popup:after, .popup:before {
    content: "";
    display: block;
    flex: 1 1 auto;
    pointer-events: none
}

.popup__surface {
    background-color: #0a0a0a;
    opacity: .8
}

.popup__bg, .popup__surface {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.popup__close {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    z-index: 2
}

.popup__close svg {
    height: 32px;
    width: 32px
}

.popup__close-cross {
    transform-origin: center;
    transition: transform .3s
}

.popup__container {
    background-color: #0a0a0a;
    display: flex;
    max-height: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 0
}

.popup__wrapper {
    align-items: center;
    display: flex;
    padding: 20px 60px 20px 0;
    width: 100%
}

.popup__scroll-container {
    display: flex;
    max-height: 100%;
    min-width: 100%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: scale(.8);
    transition-delay: 0s;
    transition-duration: .3s;
    transition-property: all
}

.popup__form {
    background-color: #1a1a1a;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    padding: 40px
}

.popup__form .form__body {
    margin-right: -20px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px
}

.popup__form .form__bottom {
    margin-top: 16px
}

.popup-request .footer__row {
    grid-template-columns:1fr 47.5409836066%;
    padding: 0
}

.popup-request .footer__body {
    min-height: 0
}

.pag ul {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    text-align: center
}

.pag ul li > * {
    display: block
}

.pag ul li > .pag__arrow {
    flex-shrink: 0;
    height: 32px;
    width: 32px
}

.pag ul li > ._active {
    color: #0ab451
}

.pag ul li > ._disabled {
    color: #4c4c4c
}

.form._sending {
    pointer-events: none
}

.form._succes ~ .succes-form {
    opacity: 1;
    pointer-events: auto
}

.form:not(._error) .form__error {
    display: none
}

.form._dark .chips__body, .form._dark .field__input, .form._dark .field__textarea {
    background-color: #262626;
    border-color: #262626
}

.form._dark .chips__body:focus-visible, .form._dark .field__input:focus-visible, .form._dark .field__textarea:focus-visible {
    border-color: #a6a6a6
}

.form._dark .chips__body-ico-white {
    color: #000
}

.form._dark .field__count {
    color: #4c4c4c
}

.form._dark .checkbox__body {
    background-color: #262626;
    border-color: #333
}

.form._dark .uploader__file-delete {
    color: #fff
}

.form__items {
    margin-bottom: 20px
}

.form__items:last-child {
    margin-bottom: 0
}

.form__item {
    margin-bottom: 16px
}

.form__item--small-outer {
    margin-bottom: 8px
}

.form__item:last-child {
    margin-bottom: 0
}

.form__bottom {
    margin-top: 30px
}

.form__error {
    margin-top: 10px
}

.form__error-item {
    align-items: center;
    color: #b11932;
    display: flex;
    gap: 8px
}

.form__error-item .js-form-error-text:empty:before {
    content: attr(data-text-default)
}

.succes-form {
    background-color: #fff;
    border-radius: 22px;
    color: #0a0a0a;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 40px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 1
}

.succes-form__title {
    align-items: center;
    display: flex;
    flex: 1 1 auto
}

.js-input:not(._error) .field__error-text {
    display: none
}

.js-input:not(._error) .field__icon--error {
    opacity: 0
}

.js-input._error .checkbox__body, .js-input._error .field__input, .js-input._error .field__textarea, .js-input._error .select.ss-main {
    border-color: #b11932
}

.field__box {
    position: relative
}

.field__count, .field__icon {
    position: absolute;
    z-index: 1
}

.field__icon {
    height: 22px;
    right: 11px;
    top: 10px;
    width: 22px
}

.field__icon--error {
    pointer-events: none;
    transition: opacity .3s
}

.field__count {
    bottom: 10px;
    color: #b2b2b2;
    font-size: 14px;
    right: 10px
}

.field__input, .field__textarea {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    display: block;
    padding-left: 20px;
    transition: border-color .3s;
    width: 100%
}

.field__input:focus-visible, .field__textarea:focus-visible {
    border-color: #a6a6a6
}

.field__input::placeholder, .field__textarea::placeholder {
    color: #8c8c8c;
    font: inherit
}

.field__input {
    border-radius: 10em;
    height: 42px;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.field__input::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.field__textarea {
    border-radius: 22px;
    height: 125px;
    padding-bottom: 10px;
    padding-right: 72px;
    padding-top: 10px
}

.field__error-text {
    color: #b11932;
    margin-top: 8px
}

.checkbox {
    cursor: pointer;
    display: inline-flex
}

.checkbox__input {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.checkbox__input:focus-visible ~ .checkbox__body {
    border-color: #0ab451
}

.checkbox__input:checked ~ .checkbox__body {
    background-color: #0ab451;
    border-color: #0ab451
}

.checkbox__input:checked ~ .checkbox__body svg {
    opacity: 1
}

.checkbox__input:checked:focus-visible ~ .checkbox__body {
    background-color: #07873d;
    border-color: #07873d
}

.checkbox__body {
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    transition: all .3s;
    width: 20px
}

.checkbox__body svg {
    height: 13px;
    opacity: 0;
    transition: opacity .3s;
    width: 16px
}

.checkbox__text {
    display: block;
    padding-left: 8px
}

.checkbox__text a {
    color: #0ab451;
    display: inline;
    text-decoration: underline;
    transition: color .3s
}

.checkbox__text a:focus-visible {
    color: #07873d;
    text-decoration: none
}

.checkbox__text a:active {
    color: #066c31
}

.chips--second .chips__input:focus-visible ~ .chips__body {
    border-color: #333
}

.chips--second .chips__input:checked ~ .chips__body {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.chips--second .chips__body {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px
}

.chips__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.chips__label {
    display: block
}

.chips__input {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.chips__input:focus-visible ~ .chips__body {
    border-color: #a6a6a6
}

.chips__input:checked ~ .chips__body {
    background-color: #0ab451;
    border-color: #0ab451;
    color: #fff
}

.chips__input:checked ~ .chips__body .chips__body-ico-white {
    color: #0ab451
}

.chips__input:checked ~ .chips__body .chips__cross {
    padding-left: 8px;
    width: 14px
}

.chips__body {
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10em;
    color: #8c8c8c;
    cursor: pointer;
    display: flex;
    gap: 8px;
    height: 32px;
    justify-content: center;
    padding: 0 12px;
    transition: all .3s
}

.chips__body svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.chips__body span {
    align-items: center;
    display: flex
}

.chips__body sup {
    color: #0ab451;
    display: block;
    font-size: 12px;
    margin-left: 2px
}

.chips__body-ico-white {
    color: #fff;
    transition: color .3s
}

.chips__cross {
    box-sizing: content-box;
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    padding-left: 0;
    transition: width .3s, padding .3s;
    width: 0
}

.chips__cross svg {
    height: 100%;
    width: 100%
}

select {
    background: #f2f2f2;
    border-radius: 10em;
    height: 44px;
    padding: 0 20px;
    width: 100%
}

.select {
    min-height: 44px;
    outline: none
}

.select._dark.ss-main {
    background-color: #262626;
    border-color: #262626
}

.select._dark.ss-main.ss-open-above, .select._dark.ss-main.ss-open-below {
    border-color: #a6a6a6
}

.select._dark.ss-content .ss-list {
    background-color: #262626;
    border-color: #a6a6a6
}

.ss-main {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10em;
    display: flex;
    position: relative;
    transition: border-color .3s
}

.ss-main.ss-open-above, .ss-main.ss-open-below {
    border-color: gray
}

.ss-main.ss-open-above:after, .ss-main.ss-open-below:after {
    transform: scaleY(-1)
}

.ss-main:not(.ss-disabled) {
    cursor: pointer
}

.ss-main:not(.ss-disabled):focus-visible {
    border-color: #a6a6a6
}

.ss-main.ss-disabled {
    opacity: .5
}

.ss-main:after {
    align-self: center;
    background-color: currentColor;
    background-size: 100% 100%;
    color: #8c8c8c;
    content: "";
    display: block;
    height: 24px;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEwLjMwMyAxNC4zMDMtMS4yMDYtMS4yMDZjLTEuMjg1LTEuMjg1LTEuOTI4LTEuOTI4LTEuOTcxLTIuNDhhMS41IDEuNSAwIDAgMSAuNTItMS4yNThDOC4wNjkgOSA4Ljk3NyA5IDEwLjc5NSA5aDIuNDEyYzEuODE3IDAgMi43MjYgMCAzLjE0Ny4zNmExLjUgMS41IDAgMCAxIC41MiAxLjI1OGMtLjA0My41NTEtLjY4NSAxLjE5NC0xLjk3IDIuNDhsLTEuMjA2IDEuMjA1Yy0uNTk0LjU5NC0uODkxLjg5MS0xLjIzNCAxLjAwMmExLjUgMS41IDAgMCAxLS45MjcgMGMtLjM0Mi0uMTExLS42NC0uNDA4LTEuMjMzLTEuMDAyWiIgZmlsbD0iIzhDOEM4QyIvPjwvc3ZnPg==");
    position: absolute;
    right: 20px;
    transition: transform .3s;
    width: 24px
}

.ss-content {
    display: flex;
    flex-direction: column;
    height: auto;
    opacity: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s, opacity .3s;
    width: auto;
    z-index: 10000
}

.ss-content.ss-open-above {
    flex-direction: column-reverse;
    opacity: 1;
    transform: scaleY(1) translateY(-9px);
    transform-origin: center bottom
}

.ss-content.ss-open-below {
    opacity: 1;
    transform: scaleY(1) translateY(9px);
    transform-origin: center top
}

.ss-values {
    align-items: center;
    display: flex;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 50px
}

.ss-placeholder {
    color: gray
}

.ss-placeholder, .ss-single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ss-arrow {
    display: none
}

.ss-list {
    background-color: #f2f2f2;
    border: 1px solid #a6a6a6;
    border-radius: 22px;
    color: gray;
    flex: 1 1 auto;
    height: auto;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto
}

.ss-option {
    color: gray;
    cursor: pointer;
    display: flex;
    padding: 10px 20px;
    position: relative;
    transition: all .3s;
    user-select: none
}

.ss-option.ss-highlighted, .ss-option:not(.ss-disabled).ss-selected {
    background-color: #0ab451;
    color: #fff
}

.ss-option.ss-disabled {
    cursor: default;
    opacity: .5
}

.ss-hide {
    display: none
}

.ss .ss-hide {
    display: none !important
}

.js-file-uploader._error .uploader__button, .js-file-uploader._loaded .uploader__input, .js-file-uploader._loaded .uploader__label {
    display: none
}

.uploader {
    position: relative
}

.uploader__file {
    align-items: center;
    color: #0ab451;
    display: flex;
    height: 40px
}

.uploader__file-ico {
    margin-right: 8px
}

.uploader__file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uploader__file-size {
    flex-shrink: 0;
    margin-left: 4px
}

.uploader__file-delete {
    color: #0a0a0a;
    margin-left: 4px;
    transition: transform .3s
}

.uploader__file-delete svg {
    pointer-events: none
}

.uploader__label {
    display: inline-block
}

.uploader__button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    height: 40px;
    transition: color .3s
}

.uploader__button:active {
    color: #066c31;
    transition-property: .1s
}

.uploader__input {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.uploader__input:focus-visible ~ .uploader__button {
    color: #0ab451
}

.uploader__error {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    margin-top: 0;
    min-height: 40px
}

.uploader__error span {
    display: block
}

.uploader__error span:empty:after {
    content: attr(data-text-default)
}

.cookie-banner {
    bottom: 20px;
    left: 20px;
    pointer-events: none;
    position: fixed;
    right: 20px;
    transition: transform .3s, opacity .3s;
    z-index: 9
}

.cookie-banner:not(._show) {
    opacity: 0;
    transform: translateX(-120%)
}

.cookie-banner:not(._show) .cookie-banner__row {
    pointer-events: none
}

.cookie-banner__row {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #333;
    display: flex;
    gap: 20px;
    max-width: 408px;
    padding: 16px;
    pointer-events: auto;
    width: 100%
}

.cookie-banner__text {
    color: #0a0a0a;
    display: flex;
    flex: 1 1 auto;
    gap: 12px
}

.cookie-banner__text p {
    margin-bottom: 4px
}

.cookie-banner__text p:last-child {
    margin-bottom: 0
}

.cookie-banner__ico {
    flex-shrink: 0;
    height: 48px;
    width: 47px
}

.cookie-banner__ico svg {
    height: 100%;
    width: 100%
}

.js-tickers._go .js-ticker {
    animation-name: ticker
}

.js-tickers._go .js-ticker[data-reverse] {
    animation-name: ticker-reverse
}

.js-ticker {
    animation: linear infinite;
    animation-duration: 40s;
    will-change: transform
}

@keyframes ticker {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes ticker-reverse {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(100%, 0, 0)
    }
}

.intro-main__row {
    padding-top: 100px
}

.intro-main__title {
    max-width: 500px
}

.intro-main__decor {
    font-size: 50px
}

.intro-main__body {
    display: flex;
    justify-content: space-between
}

.intro-main__list {
    display: flex;
    gap: 40px;
    margin-top: 50px
}

.intro-main__list-col {
    max-width: 130px
}

.intro {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.intro__wrapper {
    align-items: flex-end;
    display: flex;
    flex: 1 1 auto;
    min-height: 500px;
    padding: 50px 0;
    z-index: 0
}

.intro__bg {
    height: 100%;
    left: 50%;
    min-width: 1920px;
    object-position: right;
    top: 0;
    transform: translateX(-50%);
    z-index: -1
}

.intro__bg, .intro__bg:after {
    position: absolute;
    width: 100%
}

.intro__bg:after {
    background: linear-gradient(0deg, #0a0a0a, hsla(0, 0%, 4%, 0));
    bottom: 0;
    content: "";
    height: 38.9863547758%;
    left: 0;
    min-height: 346px
}

.intro__row {
    width: 100%
}

.intro__head {
    margin-bottom: 60px
}

.intro__subtitle {
    margin-top: 16px;
    max-width: 500px
}

.intro__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
    max-width: 630px
}

.intro__tag {
    border: 1px solid #fff;
    border-radius: 10em;
    padding: 5px 16px
}

.intro__btns .btn {
    min-width: 257px
}

.intro__btns .btn--secondary {
    background-color: #1a1a1a
}

.intro__info {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding-bottom: 100px;
    padding-top: 50px;
    z-index: 0
}

.intro__info-row {
    align-items: flex-end;
    display: flex;
    gap: 40px;
    justify-content: space-between
}

.intro__info-title {
    max-width: 1000px
}

.intro__info-title span {
    color: #0ab451
}

.intro__list > div {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 10px
}

.intro__list > div:last-child {
    margin-bottom: 0
}

.intro__list > div > :first-child {
    flex-shrink: 0
}

.intro__list > div > :last-child {
    max-width: 162px;
    min-width: 162px
}

.services__row {
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.services__col ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services__col a {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    padding: 10px 0;
    transition-property: gap, color
}

.head-services__wrapper {
    padding-bottom: 100px;
    padding-top: 60px
}

.head-services__text {
    margin: 0 auto;
    max-width: 260px;
    opacity: .7;
    width: 100%
}

.head-services__row {
    display: flex;
    justify-content: space-between;
    margin-top: 75px
}

.head-services__col {
    max-width: 200px;
    width: 100%
}

.head-services__col:nth-child(2) {
    padding: 0 10px
}

.cards-services {
    padding-top: 80px
}

.cards-services:first-child {
    margin-top: -80px
}

.cards-services:last-child {
    padding-bottom: 0
}

.cards-services__row {
    margin: -10px
}

.cards-services__col {
    padding: 10px;
    width: 100%
}

.card-services {
    border: 1px solid #333;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
    padding: 20px;
    transition: background-color .3s
}

.card-services__head {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.card-services__tags {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-top: 20px;
    transition: color .3s
}

.card-services__tag {
    padding: 5px 0
}

.card-services__body {
    margin-top: 20px
}

.card-services__bottom {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    transition-duration: .3s;
    transition-property: color, border-color
}

.card-services__bottom > div {
    padding: 5px 0
}

.projects {
    overflow: hidden;
    padding-bottom: 100px
}

.projects__row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px
}

.projects__col {
    padding: 20px 10px;
    width: 40%
}

.projects__more-wrapper {
    margin: 12px 0;
}

.projects__col:first-child, .projects__col:nth-child(5), .projects__col:nth-child(7n+1), .projects__col:nth-child(7n+5) {
    width: 20%
}

.projects__col:first-child .card-projects__img:before, .projects__col:nth-child(5) .card-projects__img:before, .projects__col:nth-child(7n+1) .card-projects__img:before, .projects__col:nth-child(7n+5) .card-projects__img:before {
    padding-bottom: 100%
}

.projects__col:first-child .card-projects__body, .projects__col:first-child .card-projects__tags, .projects__col:nth-child(5) .card-projects__body, .projects__col:nth-child(5) .card-projects__tags, .projects__col:nth-child(7n+1) .card-projects__body, .projects__col:nth-child(7n+1) .card-projects__tags, .projects__col:nth-child(7n+5) .card-projects__body, .projects__col:nth-child(7n+5) .card-projects__tags {
    flex-direction: column
}

.projects__col:nth-child(3) .card-projects__img:before, .projects__col:nth-child(6) .card-projects__img:before, .projects__col:nth-child(7n+3) .card-projects__img:before, .projects__col:nth-child(7n+6) .card-projects__img:before {
    padding-bottom: 72%
}

.projects__col:nth-child(7n+7) {
    width: 100%
}

.projects__col:nth-child(7n+7) .card-projects {
    display: flex;
    gap: 10px 20px
}

.projects__col:nth-child(7n+7) .card-projects__img {
    width: 58.4615384615%
}

.projects__col:nth-child(7n+7) .card-projects__img:before {
    padding-bottom: 60.7894736842%
}

.projects__col:nth-child(7n+7) .card-projects__body {
    flex: 1;
    flex-direction: column;
    margin-top: 0;
    max-width: 240px
}

.projects__col:nth-child(7n+7) .card-projects__tags {
    flex-direction: column;
    gap: 2px
}

.card-projects {
    position: relative
}

.card-projects__img {
    align-self: flex-start;
    border-radius: 12px;
    display: block;
    overflow: hidden
}

.card-projects__img:before {
    padding-bottom: 88.4%
}

.card-projects__img img {
    transition: transform .3s
}

.card-projects__body {
    align-items: flex-start;
    display: flex;
    gap: 8px 20px;
    margin-top: 20px
}

.card-projects__body .title {
    flex-shrink: 0
}

.card-projects__tags {
    align-items: flex-start;
    color: #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    opacity: .5
}

.card-projects__decor {
    bottom: 0;
    color: #0ab451;
    font-size: 128px;
    margin-right: 26px;
    position: absolute;
    right: 0;
    transform: rotate(4.5deg);
    z-index: 1
}

.card-projects__bottom {
    align-self: flex-start;
    flex: 1;
    margin-bottom: 215px;
    max-width: 240px;
    position: relative
}

.card-projects__bottom .card-projects__decor {
    bottom: auto;
    font-size: 95px;
    margin-right: 0;
    margin-top: -12px;
    top: 100%;
    transform: rotate(35deg) scaleX(-1)
}

.projects-slider {
    overflow: hidden
}

.projects-slider__wrapper {
    display: flex;
    margin-top: 40px
}

.projects-slider__row {
    display: flex;
    flex-shrink: 0
}

.projects-slider__col {
    flex-shrink: 0;
    padding-left: 6px;
    padding-right: 6px;
    width: 412px
}

.projects-slider__card._small .projects-slider__img:before {
    padding-bottom: 51.75%
}

.projects-slider__card._medium .projects-slider__img:before {
    padding-bottom: 71.75%
}

.projects-slider__card._big .projects-slider__img:before {
    padding-bottom: 82.75%
}

.projects-slider__img {
    border-radius: 12px;
    display: block;
    overflow: hidden
}

.projects-slider__img img {
    transition: transform .3s
}

.projects-slider__body {
    margin-top: 16px
}

.other-projects {
    overflow: hidden
}

.other-projects .swiper-slide {
    width: auto
}

.other-projects .projects-slider__card {
    width: 400px
}

.other-projects__col {
    margin-bottom: 40px
}

.other-projects__col:last-child {
    margin-bottom: 0
}

.card-other-projects__img {
    border-radius: 12px;
    display: block;
    overflow: hidden;
    width: 66.9921875%
}

.card-other-projects__img:before {
    padding-bottom: 60.7871720117%
}

.card-other-projects__img img {
    transition: transform .3s
}

.card-other-projects__body {
    margin-bottom: 115px;
    margin-left: 40px;
    position: relative
}

.card-other-projects__decor {
    color: #333;
    display: flex;
    font-size: 100px;
    margin-top: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: rotate(-13deg)
}

.card-other-projects__decor .js-decor:last-child {
    margin-left: 20px;
    margin-top: -20px;
    transform: scaleX(-1) rotate(-26deg)
}

.card-other-projects__decor .js-decor._small {
    font-size: 64px
}

.clients__col, .clients__row:before, .clients__title {
    width: 20%
}

.clients__title {
    margin-bottom: -21px
}

.clients__row {
    display: flex;
    flex-wrap: wrap
}

.clients__row:before {
    content: "";
    display: block;
    pointer-events: none
}

.card-clients {
    border: 1px solid #333;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 256px;
    padding: 16px;
    transition-duration: .3s;
    transition-property: color, background-color, border-color
}

.card-clients__head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between
}

.card-clients__logo {
    flex-shrink: 0;
    max-width: 178px;
    width: 80.1801801802%
}

.card-clients__logo:before {
    padding-bottom: 33.7078651685%
}

.card-clients__body {
    flex: 1 1 auto;
    margin-top: 20px
}

.card-clients__tag {
    align-items: center;
    color: gray;
    display: flex;
    gap: 4px;
    transition: color .3s
}

.card-clients__bottom {
    margin-top: 20px
}

.card-clients__bottom ul li {
    margin-bottom: 8px
}

.card-clients__bottom ul li:last-child {
    margin-bottom: 0
}

.partners__col, .partners__row:before, .partners__title {
    flex-shrink: 0;
    width: 20%
}

.partners--detailed .partners__row:before {
    display: none
}

.partners--detailed .partners__col {
    width: 25%
}

.partners--detailed .partners__banner-decor {
    font-size: 108px
}

.partners__wrapper {
    display: flex
}

.partners__title {
    align-self: flex-start;
    margin-bottom: -30px
}

.partners__title > * {
    margin-bottom: 20px
}

.partners__row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.partners__row:before {
    content: "";
    display: block;
    pointer-events: none
}

.partners__col {
    padding: 10px
}

.partners__col._bg .card-partners {
    background-color: #262626
}

.partners__banner, .partners__col._bg-second .card-partners {
    background-color: #1a1a1a
}

.partners__banner {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    min-height: 100px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    text-align: center;
    z-index: 0
}

.partners__banner-decor {
    color: #0a0a0a;
    font-size: 148px;
    position: absolute;
    transform: rotate(-1.37deg);
    z-index: -1
}

.card-partners {
    align-items: center;
    border: 1px solid #1a1a1a;
    border-radius: 8px;
    display: flex;
    height: 100px;
    justify-content: center
}

.card-partners__img {
    width: 160px
}

.card-partners__img:before {
    padding-bottom: 37.5%
}

.card-partners__img img {
    object-fit: contain
}

.boss {
    overflow: hidden;
    padding-top: 140px
}

.boss__decor {
    bottom: -15%;
    color: #262626;
    font-size: 606px;
    font-weight: 700;
    left: 50%;
    line-height: .85;
    position: absolute;
    transform: translateX(-50%) rotate(7.64deg)
}

.boss__row {
    position: relative
}

.boss__text {
    gap: 20px;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -60px
}

.boss__text, .boss__text-col {
    align-items: flex-start;
    display: flex
}

.boss__text-col {
    gap: 22px
}

.boss__text-col > * {
    max-width: 240px;
    width: 100%
}

.boss__text-col p {
    margin-bottom: 10px;
    pointer-events: auto;
    z-index: 1
}

.boss__text-col p:last-child {
    margin-bottom: 0
}

.boss__img-wrapper {
    padding-right: 60px;
    pointer-events: none;
    position: relative;
    z-index: 1
}

.boss__img {
    margin: 0 auto;
    min-width: 560px;
    width: 48.5245901639%
}

.boss__img:before {
    padding-bottom: 96.4527027027%
}

.boss__list {
    background-color: #0a0a0a;
    margin-top: -3px;
    padding: 40px 0 120px;
    position: relative
}

.boss__list-row {
    display: flex;
    justify-content: space-between
}

.boss__list-col {
    padding-left: 50px;
    width: 25%
}

.boss__list-col:first-child {
    padding-left: 0
}

.boss__list-col p {
    max-width: 220px
}

.road {
    overflow: hidden
}

.road__row {
    align-items: center;
    display: flex;
    min-height: 600px;
    font-size: 14px;
}

.road__col {
    flex-grow: 1;
    flex-shrink: 0;
    transition: all .3s;
    width: 10.15625%
}

.road__col._brand .road__circle {
    border-color: #0ab451
}

.road__col._brand .road__title {
    color: #0ab451
}

.road__col:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
    margin-right: 77px;
    width: 50px
}

.road__col:nth-child(2) {
    width: 13.671875%
}

.road__col:nth-child(4) {
    margin-right: 12px;
    width: 12.5%
}

.road__col:nth-child(4) .road__info {
    left: 100%;
    margin-left: 12px;
    margin-top: -13px;
    z-index: 1
}

.road__col:nth-child(4) .road__info-line {
    height: 249px
}

.road__col:nth-child(4) .road__info-line:before {
    height: 27px;
    width: 27px
}

.road__col:nth-child(5) {
    margin-left: 12px;
    width: 13.671875%
}

.road__col:nth-child(6) {
    width: 14.84375%
}

.road__col:nth-child(7) {
    width: 11.71875%
}

.road__col:nth-child(7) .road__info {
    margin-top: 12px
}

.road__col:nth-child(7) .road__info-line {
    height: 210px
}

.road__col:last-child {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 77px;
    margin-right: 12px;
    width: 50px
}

.road__col:last-child .road__line {
    flex-direction: row-reverse;
    left: auto;
    margin-left: auto;
    margin-right: 12px;
    right: 100%
}

.road__col._active .road__circle, .road__col._active .road__info-line, .road__col._active .road__info-text, .road__col._active .road__line, .road__col._active .road__title {
    opacity: 1;
    transform: none
}

.road__item {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.road__circle {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    left: -12px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -12px;
    transform: scale(0);
    transition: opacity .15s, transform .2s;
    user-select: none
}

.road__title {
    text-align: center;
    transform: translateX(-25%) rotate(-5deg);
    padding: 0 12px;
}

.road__line, .road__title {
    opacity: 0;
    transition: all .3s
}

.road__line {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    display: flex;
    height: 1px;
    justify-content: flex-end;
    left: 100%;
    margin-left: 12px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    width: 57px
}

.road__line:after {
    background-color: #0ab451;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 7px
}

.road__info {
    position: absolute;
    top: 100%
}

.road__info, .road__info-line {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 1px
}

.road__info-line {
    border-right: 1px dashed hsla(0, 0%, 100%, .2);
    height: 200px;
    justify-content: space-between;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s
}

.road__info-line:after, .road__info-line:before {
    background-color: #0ab451;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    width: 7px
}

.road__info-text {
    margin-bottom: 4px;
    margin-top: 4px;
    opacity: .5;
    opacity: 0;
    text-align: center;
    transform: translateX(-25%);
    transition: all .3s;
    width: 180px;
    word-break: break-word
}

.text-road {
    margin-top: 80px
}

.text-road__wrapper {
    margin-left: auto;
    max-width: 760px;
    width: 100%
}

.text-road__row {
    display: flex;
    gap: 24px;
    justify-content: flex-end
}

.text-road__col {
    flex: 1 1 auto
}

.text-road__col:not(._big) {
    max-width: 240px
}

.text-road__col._big {
    margin-right: auto
}

.text-road__item {
    margin-bottom: 40px
}

.text-road__item:last-child {
    margin-bottom: 0
}

.text-road ul {
    margin: 10px 0
}

.text-road ul li {
    list-style: disc
}

.text-road ul li::marker {
    font-size: .75em
}

.text-road p {
    margin-bottom: 10px
}

.text-road p:last-child {
    margin-bottom: 0
}

.banner {
    overflow: hidden
}

.banner .js-video._playing ~ .banner__title {
    opacity: 0;
    pointer-events: none
}

.banner__item {
    background-color: #000;
    border: 2px solid gray;
    border-radius: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner__item:before {
    padding-bottom: 56.1668145519%
}

@media screen and (max-width: 768px) {
    .banner__item:before {
        padding-bottom: 177%;
    }
}

.banner__title {
    align-items: center;
    background-color: #000;
    border-radius: inherit;
    color: #22bb62;
    display: flex;
    font-size: 200px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 1
}

.banner__decor {
    font-size: 84px;
    margin-top: -37px;
    opacity: .6;
    text-align: center
}

.contacts {
    overflow: hidden;
    padding-bottom: 100px;
    z-index: 0
}

.contacts .container {
    position: relative
}

.contacts__decor {
    color: #333;
    font-size: 300px;
    left: 50%;
    line-height: .88;
    position: absolute;
    top: 16px;
    transform: translateX(-50%)
}

.contacts__wrapper {
    padding-top: 20px
}

.contacts__title {
    display: inline-block;
    position: relative;
    z-index: 1
}

.contacts__body {
    margin-top: 246px;
    position: relative;
    z-index: 1
}

.contacts__row > div {
    width: 50%
}

.contacts__text {
    display: flex;
    gap: 20px
}

.contacts__text > div {
    max-width: 240px;
    width: 100%
}

.contacts__links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contacts__links a {
    padding: 11px 4px
}

.news {
    padding-bottom: 100px
}

.news__col:first-child .card-news__img:before, .news__col:nth-child(4) .card-news__img:before {
    padding-bottom: 69.7297297297%
}

.card-news {
    display: block
}

.card-news__img {
    border-radius: 12px;
    display: block;
    overflow: hidden
}

.card-news__img:before {
    padding-bottom: 56.25%
}

.card-news__img img {
    transition: transform .3s
}

.card-news__body {
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px
}

.card-news__row {
    display: flex;
    gap: 4px;
    justify-content: space-between
}

.card-news__tags {
    color: #a6a6a6;
    display: flex;
    flex-wrap: wrap
}

.card-news__tag {
    padding: 6px 8px
}

.card-news__ico {
    margin-top: 4px
}

.card-news__title {
    margin-top: 12px
}

.other-news .swiper-slide {
    width: 33.333%
}

.card-other-news {
    display: block
}

.card-other-news__img {
    border-radius: 12px;
    display: block;
    overflow: hidden
}

.card-other-news__img:before {
    padding-bottom: 65.2173913043%
}

.card-other-news__img img {
    transition: transform .3s
}

.card-other-news__body {
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.card-other-news__row {
    display: flex;
    gap: 4px;
    justify-content: space-between
}

.card-other-news__tags {
    display: flex;
    flex-wrap: wrap
}

.card-other-news__tag {
    color: #a6a6a6;
    padding: 8px
}

.card-other-news__ico {
    margin-top: 4px
}

.card-other-news__title {
    display: block
}

.sticky-section {
    padding-bottom: 100px
}

.sticky-section__row {
    gap: 123px
}

.sticky-section__side {
    flex-shrink: 0;
    width: 138px
}

.sticky-section__links {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.sticky-section__links a {
    border-radius: 8px;
    display: block;
    padding: 9px 12px;
    transition: background-color .3s
}

.sticky-section__links a._active {
    background-color: #1a1a1a;
    cursor: default;
    pointer-events: none
}

.sticky-section__body {
    flex: 1 1 auto;
    width: 100%
}

.head-service {
    overflow: hidden
}

.head-service .container {
    position: relative
}

.head-service__decor {
    color: #333;
    font-size: 316px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(10.945deg)
}

.head-service__decor._medium {
    font-size: 220px
}

.head-service__decor._small {
    font-size: 160px
}

.head-service__wrapper {
    align-items: center;
    min-height: 500px;
    padding-bottom: 60px;
    padding-top: 60px
}

.head-service__body {
    max-width: 500px;
    position: relative;
    width: 100%;
    z-index: 1
}

.head-service__text {
    margin-top: 34px;
    opacity: .7
}

.head-service__btns {
    margin-top: 20px
}

.other-cards {
    overflow: hidden
}

.other-cards__title {
    margin-bottom: 40px
}

.other-cards__head {
    display: flex;
    gap: 20px
}

.other-cards__slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px
}

.other-cards__slider .swiper {
    overflow: visible
}

.other-cards__slider .swiper-slide {
    padding-left: 10px;
    padding-right: 10px
}

.choice__row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.choice__col {
    padding: 10px;
    width: 50%
}

.card-choice {
    border: 1px solid #333;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 384px;
    padding: 20px
}

.card-choice__head {
    border-bottom: 1px solid #262626;
    gap: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.card-choice__head, .card-choice__info {
    display: flex;
    justify-content: space-between
}

.card-choice__info {
    color: #999;
    gap: 8px;
    margin-bottom: 20px
}

.card-choice__body {
    flex: 1 1 auto
}

.card-choice__tags {
    color: #999;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px
}

.card-choice__tag {
    border: 1px solid #333;
    border-radius: 10em;
    padding: 4px 16px
}

.tools {
    overflow: hidden
}

.tools__wrapper {
    margin-bottom: 40px
}

.tools__wrapper:last-child {
    margin-bottom: 0
}

.tools__body {
    margin: -4px;
    overflow: visible;
    width: auto
}

.tools__col {
    padding: 4px;
    width: auto
}

.card-tools {
    border: 1px solid #262626;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px 16px
}

.card-tools__logo {
    width: 126px
}

.card-tools__logo:before {
    padding-bottom: 47.619047619%
}

.card-tools__body {
    text-align: right;
    text-transform: capitalize;
}

.numbers._right .numbers__row {
    margin-left: auto;
    max-width: 1040px
}

.numbers__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.numbers__col {
    width: 50%
}

.quote._white-bg {
    background-color: #fff;
    color: #0a0a0a
}

.quote__body {
    max-width: 960px;
    position: relative
}

.quote__ico {
    height: 95px;
    margin-right: 20px;
    position: absolute;
    right: 100%;
    top: -28px;
    width: 95px
}

.quote__text {
    margin-bottom: 82px
}

.quote__text p {
    margin-bottom: 16px
}

.quote__text p:last-child {
    margin-bottom: 0
}

.quote__author {
    align-items: center;
    display: flex;
    gap: 20px
}

.showreel {
    overflow: hidden
}

.showreel._big .showreel__wrapper {
    max-width: 100%
}

.showreel__wrapper {
    margin: 0 auto;
    max-width: 1151px;
    width: 100%
}

.showreel__decor {
    color: #0ab451;
    font-size: 350px;
    left: 50%;
    opacity: .6;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap
}

.showreel__decor + * .showreel__item {
    margin-top: -200px;
    pointer-events: none
}

.showreel__item {
    display: flex;
    justify-content: center
}

.showreel__item:before {
    padding-bottom: 56.5595134666%
}

.showreel__video-wrapper {
    border-radius: 20px 20px 0 0;
    margin-left: 2px;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    top: 8px;
    width: 79.7567332754%
}

.showreel__video-wrapper:before {
    padding-bottom: 56.2091503268%
}

.showreel__preview {
    transition: opacity .3s
}

.showreel__preview img {
    object-position: top
}

.showreel__play {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.showreel__play img {
    height: 60px;
    pointer-events: none;
    position: static;
    transition: transform .3s;
    width: 63px
}

.showreel__video {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 2
}

.showreel__video._playing {
    opacity: 1;
    pointer-events: auto
}

.showreel__video._playing ~ .showreel__preview {
    opacity: 0
}

.team-project {
    overflow: hidden
}

.team-project__row {
    position: relative
}

.team-project__decor {
    color: #0ab451;
    font-size: 128px;
    line-height: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    transform: rotate(16.062deg)
}

.team-project__body {
    max-width: 500px
}

.team-project__cols {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.team-project__col {
    padding: 10px;
    width: 50%
}

.team-project sup {
    color: #0ab451;
    font-size: 12px
}

.result-project__text {
    color: #4c4c4c
}

.result-project__text span {
    color: #fff
}

.stage-project__row {
    margin-bottom: 60px
}

.stage-project__row:last-child {
    margin-bottom: 0
}

.stage-project__body {
    max-width: 760px
}

.stage-project__text p {
    margin-bottom: 20px
}

.stage-project__text p:last-child {
    margin-bottom: 0
}

.stage-project__text ul {
    margin-bottom: 20px
}

.stage-project__text ul:last-child {
    margin-bottom: 0
}

.stage-project__text ul li {
    list-style: disc;
    margin-bottom: 10px
}

.stage-project__text ul li:last-child {
    margin-bottom: 0
}

.img-project {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    position: relative
}

.img-project--1920 {
    max-width: 1920px
}

.img-project__wrapper {
    position: relative;
    z-index: 0
}

.img-project__wrapper:last-child {
    padding-top: 60px
}

.img-project__wrapper:first-child {
    padding-top: 0
}

.img-project__decor {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: -1
}

.img-project__decor .js-decor {
    color: #0ab451;
    font-size: 96px
}

.img-project__decor._big {
    right: -50px;
    top: -150px
}

.img-project__decor._big .js-decor {
    color: #4c4c4c;
    font-size: 250px;
    opacity: .6;
    transform: rotate(7.862deg)
}

.img-project__decor._medium {
    right: -50px;
    top: 0
}

.img-project__decor._medium .js-decor {
    color: #4c4c4c;
    font-size: 128px;
    opacity: .6;
    transform: rotate(3.544deg)
}

.img-project__decor._left {
    left: 0;
    right: auto;
    text-align: left;
    transform: translateY(-100%)
}

.img-project__decor ~ .img-project__item {
    pointer-events: none
}

.img-project__decor-text {
    margin-top: 10px;
    max-width: 59.375%
}

.img-project__circle {
    background: radial-gradient(50% 50% at 50% 50%, #0ab451 3%, rgba(10, 180, 81, 0) 100%);
    bottom: 300px;
    position: absolute;
    right: -60px;
    width: 64.53125%;
    z-index: -1
}

.img-project__circle:before {
    padding-bottom: 77.9661016949%
}

.colors-project__row {
    display: flex;
    margin: -5px
}

.colors-project__col {
    max-width: 170px;
    padding: 5px;
    width: 100%
}

.colors-project__item {
    background-color: #333;
    border-radius: 8px;
    padding: 10px
}

.colors-project__rect {
    border-radius: 8px;
    margin-bottom: 8px
}

.colors-project__rect:before {
    padding-bottom: 62.8571428571%
}

.fonts-project--max-780 {
    max-width: 780px
}

.fonts-project--col .fonts-project__item {
    padding: 40px
}

.fonts-project--col .fonts-project__letters {
    width: 100%
}

.fonts-project__row {
    display: flex;
    flex-wrap: wrap
}

.fonts-project__col {
    width: 50%
}

.fonts-project__item {
    border: 1px solid #333;
    border-radius: 20px;
    height: 100%;
    padding: 60px
}

.fonts-project__letters {
    width: 57.9487179487%
}

.fonts-project__letters img, .fonts-project__letters svg {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.error-page {
    display: flex;
    min-height: 100vh;
    overflow: hidden
}

.error-page__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 60px;
    text-align: center
}

.error-page__number {
    position: relative;
    z-index: -1
}

.error-page__number-text {
    font-size: 280px;
    transform: rotate(7.73deg)
}

.error-page__number-bg {
    left: 50%;
    position: absolute;
    top: 10%;
    transform: translateX(-50%);
    width: 84.6511627907%
}

.error-page__number-bg:before {
    padding-bottom: 148.6263736264%
}

.error-page__title {
    margin-top: 20px;
    max-width: 1067px
}

.error-page__btns {
    margin-top: 100px;
    width: 100%
}

.error-page__btn {
    max-width: 400px
}

.notice {
    margin-top: 72px;
    pointer-events: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 11
}

.notice__item {
    background-color: #0a0a0a;
    border: 1px solid #333;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    margin-top: 12px;
    max-width: 360px;
    padding: 16px;
    pointer-events: auto;
    transform: translateX(120%);
    transition: transform .2s
}

.notice__item._show {
    transform: none;
    transition: transform .3s
}

.notice__item:first-child {
    margin-top: 0
}

.notice__item svg {
    align-self: flex-start;
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

.notice__text div {
    margin-top: 4px
}

.notice__text div:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .head-with-filters {
        align-items: center;
        display: flex;
        gap: 30px;
        padding: 40px 0
    }

    .two-cols__row {
        display: flex
    }

    .two-cols__head h2 {
        margin-right: 20px;
        word-break: break-word
    }

    .show-mob {
        display: none !important
    }

    .header._scroll .header__row {
        padding-bottom: 4px;
        padding-top: 4px
    }

    .header:before {
        display: none
    }

    .typography__info {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .pag ul li > * {
        width: 62px
    }

    .services__col {
        min-width: 230px
    }

    .cards-services__row {
        display: flex;
        flex-wrap: wrap
    }

    .cards-services__col {
        width: 50%
    }

    .card-other-projects {
        align-items: flex-start;
        display: flex
    }

    .partners__banner-decor {
        white-space: nowrap
    }

    .road__head {
        margin-bottom: -21px
    }

    .road__col:first-child .road__title {
        transition-delay: .2s
    }

    .road__col:first-child .road__line {
        transition-delay: .4s
    }

    .road__col:nth-child(2) .road__circle {
        transition-delay: .6s
    }

    .road__col:nth-child(2) .road__title {
        transition-delay: .8s
    }

    .road__col:nth-child(2) .road__info-line {
        transition-delay: 1s
    }

    .road__col:nth-child(2) .road__info-text {
        transition-delay: 1.2s
    }

    .road__col:nth-child(2) .road__info {
        margin-top: 12px
    }

    .road__col:nth-child(2) .road__info-text {
        width: 240px
    }

    .road__col:nth-child(3) .road__circle {
        transition-delay: 1s
    }

    .road__col:nth-child(3) .road__title {
        transition-delay: 1.2s
    }

    .road__col:nth-child(3) .road__info-line {
        transition-delay: 1.4s
    }

    .road__col:nth-child(3) .road__info-text {
        transition-delay: 1.6s
    }

    .road__col:nth-child(3) .road__info {
        bottom: 100%;
        flex-direction: column-reverse;
        left: 100%;
        margin-bottom: 10px;
        top: auto
    }

    .road__col:nth-child(4) .road__circle {
        transition-delay: 1.4s
    }

    .road__col:nth-child(4) .road__title {
        transition-delay: 1.6s
    }

    .road__col:nth-child(4) .road__info-line {
        transition-delay: 1.8s
    }

    .road__col:nth-child(4) .road__info-text {
        transition-delay: 2s
    }

    .road__col:nth-child(5) .road__circle {
        transition-delay: 1.8s
    }

    .road__col:nth-child(5) .road__title {
        transition-delay: 2s
    }

    .road__col:nth-child(5) .road__info-line {
        transition-delay: 2.2s
    }

    .road__col:nth-child(5) .road__info-text {
        transition-delay: 2.4s
    }

    .road__col:nth-child(6) .road__circle {
        transition-delay: 2.2s
    }

    .road__col:nth-child(6) .road__title {
        transition-delay: 2.4s
    }

    .road__col:nth-child(6) .road__info-line {
        transition-delay: 2.6s
    }

    .road__col:nth-child(6) .road__info-text {
        transition-delay: 2.8s
    }

    .road__col:nth-child(6) .road__info {
        bottom: 100%;
        flex-direction: column-reverse;
        margin-bottom: 12px;
        top: auto
    }

    .road__col:nth-child(6) .road__info-line:after {
        background-color: #fff
    }

    .road__col:nth-child(7) .road__circle {
        transition-delay: 2.4s
    }

    .road__col:nth-child(7) .road__title {
        transition-delay: 2.6s
    }

    .road__col:nth-child(7) .road__info-line {
        transition-delay: 2.8s
    }

    .road__col:last-child .road__circle, .road__col:nth-child(7) .road__info-text {
        transition-delay: 3s
    }

    .road__col:last-child .road__title {
        transition-delay: 3.2s
    }

    .road__col:last-child .road__line {
        transition-delay: 2.8s
    }

    .contacts__row {
        display: flex
    }

    .news__row {
        display: grid;
        gap: 32px;
        grid-template-areas:"one two" "one two" "one three" "four three" "four five" "four five";
        grid-template-columns:1fr 37.5%
    }

    .news__col:first-child {
        grid-area: one
    }

    .news__col:nth-child(2) {
        grid-area: two
    }

    .news__col:nth-child(3) {
        grid-area: three
    }

    .news__col:nth-child(4) {
        grid-area: four
    }

    .news__col:nth-child(5) {
        grid-area: five
    }

    .sticky-section__row {
        display: flex
    }

    .sticky-section__box {
        left: 0;
        position: sticky;
        top: 80px;
        width: 100%
    }

    .tools__row {
        display: flex;
        flex-wrap: wrap
    }

    .tools__col {
        width: 25%
    }

    .numbers__col {
        width: 30%
    }

    .numbers__col:first-child, .numbers__col:last-child {
        width: 20%
    }

    .fonts-project--col .fonts-project__item-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
        justify-content: flex-start
    }

    .fonts-project__item-row {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 16px
    }

    .two-cols__row._above-tablet {
        display: flex
    }

    .footer__row {
        display: grid;
        gap: 8px;
        grid-template-areas:"head body" "bottom body";
        grid-template-columns:1fr 39.0625%;
        padding: 40px 0
    }

    .footer__head {
        grid-area: head
    }

    .footer__body {
        grid-area: body
    }

    .footer__bottom {
        align-self: end;
        grid-area: bottom
    }

    .footer__links li {
        width: 50%
    }

    .intro-main__row {
        display: flex
    }

    .intro-main__head {
        flex: 1 1 auto;
        width: 100%
    }

    .intro-main__body {
        flex-direction: column;
        flex-shrink: 0;
        width: 39.0625%
    }

    .projects-slider__wrapper {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .partners__title > * {
        margin-top: 10px
    }

    .road__col:nth-child(3) .road__info {
        margin-bottom: 30px
    }

    .road__col:nth-child(4) .road__info {
        top: 50%
    }

    .banner__item {
        width: 88.359375%
    }
}

@media (min-width: 1440px) {
    .footer__row {
        gap: 20px
    }

    .news__row {
        gap: 60px
    }

    .tools__body {
        margin: -10px
    }

    .tools__col {
        padding: 10px
    }
}

@media (max-width: 1439px) {
    .container {
        padding-left: 32px;
        padding-right: 32px
    }

    .fs-46-laptop {
        font-size: 46px
    }

    .fs-36-laptop {
        font-size: 36px
    }

    .pv-60-laptop {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .pv-80-laptop {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .pt-0-ever {
        padding-top: 0
    }

    .pb-0-ever {
        padding-bottom: 0
    }

    .mb-32-laptop {
        margin-bottom: 32px
    }

    .mb-40-laptop {
        margin-bottom: 40px
    }

    .two-cols__head {
        width: 25%
    }

    .header__nav ul {
        gap: 50px
    }

    .footer__head {
        max-width: 443px
    }

    .typography__container {
        margin-right: 0;
        max-width: 766px
    }

    .typography__rows .typography__row {
        margin-bottom: 8px
    }

    .typography__row {
        gap: 8px
    }

    .typography__row > :first-child {
        max-width: 185px
    }

    .popup-request .footer__row {
        gap: 50px;
        grid-template-columns:1fr minmax(459px, 47.5409836066%)
    }

    .popup-request .footer__links {
        font-size: 14px
    }

    .popup-request .footer__links ul {
        gap: 4px;
        gap: 8px
    }

    .popup-request .footer__links li {
        width: auto
    }

    .intro-main__row {
        padding-top: 80px
    }

    .intro-main__decor {
        font-size: 46px
    }

    .intro-main__list {
        margin-top: 15px
    }

    .intro__subtitle, .intro__tags {
        max-width: 400px
    }

    .intro__info-row {
        display: block
    }

    .intro__list {
        align-items: center;
        display: flex;
        gap: 10px;
        margin-top: 40px
    }

    .intro__list > div {
        margin-bottom: 0
    }

    .head-services__wrapper {
        padding-bottom: 60px
    }

    .head-services__row {
        margin-top: 60px
    }

    .cards-services__row {
        margin: -8px
    }

    .cards-services__col {
        padding: 8px
    }

    .card-services {
        min-height: 340px
    }

    .card-services__tags {
        margin-top: 8px
    }

    .card-services__bottom {
        flex-direction: column;
        margin-top: 8px;
        padding-top: 8px
    }

    .projects__row {
        margin-left: -8px;
        margin-right: -8px
    }

    .projects__col {
        padding-left: 8px;
        padding-right: 8px
    }

    .card-projects__decor {
        font-size: 96px;
        margin-right: 0
    }

    .card-projects__bottom {
        margin-bottom: 100px;
        padding-top: 30px
    }

    .card-projects__bottom .card-projects__decor {
        font-size: 48px;
        margin-top: -30px;
        top: 0
    }

    .card-other-projects__img {
        width: 59.5238095238%
    }

    .card-other-projects__body {
        margin-left: 20px
    }

    .card-other-projects__decor {
        font-size: 64px;
        margin-right: -20px
    }

    .card-other-projects__decor .js-decor:last-child {
        margin-left: 10px
    }

    .clients__col, .clients__row:before, .clients__title {
        width: 25%
    }

    .partners--detailed .partners__banner-decor {
        font-size: 10.546875vw
    }

    .partners__row {
        margin: -4px
    }

    .partners__col {
        padding: 4px
    }

    .partners__banner {
        margin-top: 16px
    }

    .partners__banner-decor {
        font-size: 12.5vw
    }

    .card-partners__img {
        width: 140px;
        width: 110px
    }

    .boss__decor {
        bottom: 0;
        font-size: 41.015625vw
    }

    .boss__text-col {
        gap: 8px
    }

    .boss__text-col > * {
        max-width: 186px
    }

    .boss__img-wrapper {
        padding-right: 140px
    }

    .boss__list-col {
        padding-left: 24px
    }

    .road__row {
        font-size: 12px;
        min-height: 475px
    }

    .road__col {
        width: 11.328125%
    }

    .road__col:first-child {
        margin-right: 24px;
        width: 35px
    }

    .road__col:nth-child(2) {
        width: 14.84375%
    }

    .road__col:nth-child(4) {
        width: 12.890625%
    }

    .road__col:nth-child(4) .road__info-line {
        height: 199px
    }

    .road__col:nth-child(4) .road__info-line:before {
        height: 20px;
        width: 20px
    }

    .road__col:nth-child(7) .road__info-line {
        height: 160px
    }

    .road__col:last-child {
        margin-left: 24px;
        width: 35px
    }

    .road__line {
        display: none
    }

    .road__info-line {
        height: 150px
    }

    .banner__item {
        border-radius: 24px
    }

    .banner__title {
        font-size: 14.6484375vw
    }

    .contacts {
        padding-bottom: 70px
    }

    .contacts__decor {
        font-size: 20.5078125vw;
        top: 24px
    }

    .contacts__body {
        margin-top: 218px
    }

    .contacts__row > div {
        flex-grow: 1;
        width: auto
    }

    .contacts__row > div:last-child {
        flex-shrink: 0
    }

    .contacts__text > div {
        max-width: 186px
    }

    .contacts__text > div:first-child {
        max-width: 379px
    }

    .contacts__links ul {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 0;
        text-align: right
    }

    .card-other-news__body {
        padding-left: 8px;
        padding-right: 8px
    }

    .sticky-section {
        padding-bottom: 36px
    }

    .sticky-section__row {
        gap: 56px
    }

    .head-service__decor {
        font-size: 200px
    }

    .head-service__decor._medium {
        font-size: 180px
    }

    .head-service__decor._small {
        font-size: 100px
    }

    .head-service__wrapper {
        min-height: 400px
    }

    .choice__row {
        margin: -4px
    }

    .choice__col {
        padding: 4px
    }

    .card-choice {
        padding: 8px
    }

    .showreel__decor {
        font-size: 24.3224461432vw
    }

    .showreel__decor + * .showreel__item {
        margin-top: -140px
    }

    .showreel__video-wrapper {
        border-radius: 1.3898540653vw 1.3898540653vw 0 0;
        margin-left: .1389854065vw;
        top: .5559416261vw
    }

    .team-project__decor {
        right: 0;
        top: 0
    }

    .img-project__decor .js-decor {
        font-size: 6.6712995136vw
    }

    .img-project__decor._big {
        top: -90px
    }

    .img-project__decor._big .js-decor {
        font-size: 17.3731758165vw
    }

    .img-project__decor._medium {
        right: 0
    }

    .img-project__decor._medium .js-decor {
        font-size: 8.8950660181vw
    }

    .img-project__decor._left .js-decor {
        font-size: 96px
    }

    .fonts-project__item {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media (max-width: 1239px) {
    .road__row {
        font-size: 11px;
        min-height: 375px
    }
}

@media (max-width: 1023px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .fs-20-tablet {
        font-size: 20px
    }

    .fs-24-tablet {
        font-size: 24px
    }

    .fs-32-tablet {
        font-size: 32px
    }

    .fs-36-tablet {
        font-size: 36px
    }

    .fs-64-tablet {
        font-size: 64px
    }

    .pv-32-tablet {
        padding-bottom: 32px;
        padding-top: 32px
    }

    .pv-40-tablet {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .pv-60-tablet {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .pv-50-tablet {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .pt-0-ever {
        padding-top: 0
    }

    .pb-0-ever {
        padding-bottom: 0
    }

    .mb-8-tablet {
        margin-bottom: 8px
    }

    .mb-16-tablet {
        margin-bottom: 16px
    }

    .mb-20-tablet {
        margin-bottom: 20px
    }

    .mb-24-tablet {
        margin-bottom: 24px
    }

    .ico-12-tablet {
        height: 12px;
        width: 12px
    }

    .ico-46-tablet {
        height: 46px;
        width: 46px
    }

    .two-cols__head {
        width: 140px
    }

    .hide-tablet {
        display: none !important
    }

    .header__nav ul {
        gap: 10px
    }

    .footer__row {
        display: block;
        padding: 32px 0 40px
    }

    .footer__body {
        margin-top: 40px;
        max-width: 434px;
        width: 100%
    }

    .footer__bottom {
        margin-top: 60px
    }

    .footer__links ul {
        gap: 8px
    }

    .road_row {
        font-size: 12px;
    }

    .typography__head {
        padding-top: 40px
    }

    .typography__container {
        max-width: 581px;
        padding-top: 32px
    }

    .typography__info + .typography__row + .typography__row {
        display: block
    }

    .typography__info + .typography__row + .typography__row > :first-child {
        margin-bottom: 8px;
        max-width: 100%
    }

    .typography__row > :first-child {
        max-width: 139px
    }

    .popup__close {
        right: 20px;
        top: 40px
    }

    .popup__wrapper {
        padding: 0
    }

    .popup__scroll-container {
        display: block;
        margin-right: -20px;
        padding: 40px 20px 40px 0
    }

    .popup__form {
        padding: 24px
    }

    .succes-form {
        padding-left: 24px;
        padding-right: 24px
    }

    .intro-main__row {
        padding-top: 50px
    }

    .intro-main__decor {
        font-size: 38px
    }

    .intro-main__body {
        align-items: center;
        gap: 60px;
        margin-top: 60px
    }

    .intro-main__text {
        max-width: 381px
    }

    .intro-main__list {
        margin-top: 0
    }

    .intro__subtitle {
        max-width: 360px
    }

    .head-services__wrapper {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .cards-services__row {
        margin: -4px
    }

    .cards-services__col {
        padding: 4px
    }

    .projects__row {
        margin-left: -4px;
        margin-right: -4px
    }

    .projects__col {
        padding-left: 4px;
        padding-right: 4px
    }

    .projects__col:nth-child(7n+7) .card-projects {
        display: grid;
        grid-template-columns:57.8534031414% 1fr
    }

    .projects__col:nth-child(7n+7) .card-projects__img {
        grid-row: span 2;
        width: 100%
    }

    .projects__col:nth-child(7n+7) .card-projects__tags {
        gap: 0
    }

    .card-projects__body {
        gap: 8px
    }

    .card-projects__decor {
        font-size: 64px;
        margin-bottom: -20px
    }

    .card-projects__bottom {
        margin-bottom: 71px;
        max-width: 100%;
        padding-top: 0;
        position: static
    }

    .card-projects__bottom .card-projects__decor {
        margin-top: 0
    }

    .card-other-projects__body {
        margin-left: 16px
    }

    .card-other-projects__decor {
        margin-right: 0;
        margin-top: 16px
    }

    .card-other-projects__decor .js-decor._small {
        font-size: 40px
    }

    .card-clients {
        min-height: 150px;
        padding: 8px
    }

    .card-clients__head {
        gap: 8px
    }

    .card-clients__bottom ul li {
        margin-bottom: 4px
    }

    .partners--detailed .partners__title {
        margin-bottom: 0
    }

    .partners--detailed .partners__col {
        width: 33.333%
    }

    .partners__wrapper {
        display: block
    }

    .partners__banner-decor {
        font-size: 13.5416666667vw
    }

    .boss {
        padding-top: 40px
    }

    .boss__decor {
        font-size: 41.6666666667vw
    }

    .boss__text {
        flex-direction: column;
        position: relative;
        top: 0
    }

    .boss__text-col {
        flex-direction: column;
        gap: 20px
    }

    .boss__text-col > * {
        max-width: 100%
    }

    .boss__text-col p {
        margin-bottom: 20px
    }

    .boss__img-wrapper {
        padding-left: 40px;
        padding-right: 0
    }

    .boss__img {
        min-width: 445px
    }

    .boss__list {
        padding-bottom: 80px;
        padding-top: 20px
    }

    .boss__list-col {
        padding-left: 16px
    }

    .road__col {
        flex: 1 1 auto;
        width: auto
    }

    .road__col:first-child {
        margin-left: 4px;
        margin-right: 8px
    }

    .road__col:nth-child(2) {
        width: 11.71875%
    }

    .road__col:nth-child(3) {
        width: auto
    }

    .road__col:nth-child(4) {
        margin-right: 4px;
        width: auto
    }

    .road__col:nth-child(4) .road__info {
        margin-left: 4px
    }

    .road__col:nth-child(4) .road__info-line {
        height: 129px
    }

    .road__col:nth-child(4) .road__info-line:before {
        height: 7px;
        width: 7px
    }

    .road__col:nth-child(5) {
        margin-left: 4px;
        width: auto
    }

    .road__col:nth-child(6), .road__col:nth-child(7) {
        width: auto
    }

    .road__col:nth-child(7) .road__info-line {
        height: 90px
    }

    .road__col:last-child {
        margin-left: 8px;
        margin-right: 4px;
        width: auto
    }

    .road__item {
        padding: 0 4px
    }

    .road__circle {
        left: -4px;
        right: -4px
    }

    .road__info-line {
        height: 80px
    }

    .road__info-line:after, .road__info-line:before {
        height: 5px;
        width: 5px
    }

    .text-road__col:not(._big) {
        max-width: 208px
    }

    .contacts {
        padding-bottom: 60px
    }

    .contacts__body {
        margin-top: 148px
    }

    .contacts__text {
        gap: 8px
    }

    .contacts__text > div:first-child {
        max-width: 286px
    }

    .card-news__body, .card-news__title, .card-other-news__title {
        margin-top: 8px
    }

    .sticky-section {
        padding-bottom: 0
    }

    .sticky-section__row {
        gap: 8px
    }

    .head-service__decor {
        transform: rotate(10.945deg)
    }

    .head-service__decor._medium {
        font-size: 100px
    }

    .head-service__decor._small {
        font-size: 64px
    }

    .other-cards__slider {
        margin-left: -4px;
        margin-right: -4px
    }

    .other-cards__slider .swiper-slide {
        padding-left: 4px;
        padding-right: 4px
    }

    .card-choice {
        min-height: 450px
    }

    .card-choice__head {
        gap: 8px
    }

    .card-choice__info {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 16px
    }

    .quote__ico {
        height: 75px;
        margin-right: 0;
        width: 75px
    }

    .quote__text {
        margin-bottom: 32px
    }

    .showreel__decor + * .showreel__item {
        margin-top: -100px
    }

    .team-project__decor {
        right: -20px;
        top: -20px
    }

    .stage-project__row {
        margin-bottom: 40px
    }

    .img-project__decor._left {
        transform: translateY(-50%)
    }

    .fonts-project__item {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .error-page__number-text {
        font-size: 260px
    }

    .error-page__btns {
        margin-top: 80px
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .container._mob-full-width {
        padding-left: 0;
        padding-right: 0
    }

    .fs-14-mob {
        font-size: 14px
    }

    .fs-24-mob {
        font-size: 24px
    }

    .fs-36-mob {
        font-size: 36px
    }

    .fs-40-mob {
        font-size: 40px
    }

    .fs-48-mob {
        font-size: 48px
    }

    .pv-24-mob {
        padding-bottom: 24px;
        padding-top: 24px
    }

    .pv-40-mob {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .pt-0-ever {
        padding-top: 0
    }

    .pb-0-ever {
        padding-bottom: 0
    }

    .mb-8-mob {
        margin-bottom: 8px
    }

    .mb-16-mob {
        margin-bottom: 16px
    }

    .mb-20-mob {
        margin-bottom: 20px
    }

    .mb-32-mob {
        margin-bottom: 32px
    }

    .mt-44-mob {
        margin-top: 44px
    }

    .btn--full-mob {
        padding-left: 45px;
        width: 100%
    }

    .btn--full-mob.btn--small {
        padding-left: 37px
    }

    .ico-28-mob {
        height: 28px;
        width: 28px
    }

    .head-with-filters .chips {
        margin-top: 16px
    }

    .first-section-from-header {
        padding-top: 53px
    }

    .two-cols__head {
        width: 100%
    }

    .hide-mob {
        display: none !important
    }

    .header:not(._menu-open):before {
        opacity: 0
    }

    .header:not(._menu-open) .header__burger svg:last-child {
        display: none
    }

    .header:not(._menu-open) .header__menu {
        opacity: 0;
        pointer-events: none
    }

    .header._menu-open .header__burger svg:first-child {
        display: none
    }

    .header__row {
        padding: 2px 0
    }

    .header__logo {
        width: 104px
    }

    .header__menu {
        background-color: #0a0a0a;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transition: opacity .3s;
        width: 100%
    }

    .header__menu-wrapper {
        align-items: stretch;
        flex-direction: column;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 76px 16px 60px
    }

    .header__nav {
        flex: 1 1 auto;
        margin: 60px 0
    }

    .header__nav ul {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 24px
    }

    .footer__body {
        margin-top: 24px
    }

    .footer__bottom {
        margin-top: 48px
    }

    .footer__links {
        margin-bottom: 10px
    }

    .footer__links ul {
        flex-direction: column;
        gap: 0
    }

    .footer__links a {
        padding-bottom: 13px;
        padding-top: 13px
    }

    .typography h1 {
        font-size: 24px
    }

    .typography h1 br {
        display: none
    }

    .typography ul {
        padding-left: 24px
    }

    .typography--policy h2 {
        margin-top: 40px
    }

    .typography__head {
        padding-top: 12px
    }

    .typography__banner {
        margin-left: -16px;
        margin-right: -16px
    }

    .typography__banner:before {
        padding-bottom: 56.9444444444%
    }

    .typography__container {
        padding-top: 22px
    }

    .typography__info {
        margin-bottom: 44px
    }

    .typography__share {
        margin-top: 20px
    }

    .typography__rows {
        margin-bottom: 44px
    }

    .typography__rows .typography__row {
        margin-bottom: 32px
    }

    .typography__row {
        display: block;
        margin-bottom: 44px
    }

    .typography__row > :first-child {
        margin-bottom: 16px;
        max-width: 100%
    }

    .popup__close {
        right: 16px;
        top: 24px
    }

    .popup__scroll-container {
        margin-right: -16px;
        padding: 24px 16px 24px 0
    }

    .popup__form {
        padding: 16px
    }

    .popup-request .footer__links ul {
        gap: 0
    }

    .pag ul {
        gap: 12px;
        justify-content: space-between
    }

    .form__item, .form__items {
        margin-bottom: 24px
    }

    .form__bottom {
        margin-top: 24px
    }

    .form__bottom .form__item {
        margin-bottom: 16px
    }

    .field__count {
        font-size: 12px
    }

    .field__textarea {
        padding-right: 60px
    }

    .cookie-banner {
        bottom: 16px;
        left: 16px;
        right: 16px
    }

    .cookie-banner:not(._show) {
        transform: translateX(120%)
    }

    .cookie-banner__row {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .cookie-banner__btns {
        width: 100%
    }

    .intro-main__row {
        padding-top: 44px
    }

    .intro-main__title {
        display: flex;
        flex-direction: column;
        max-width: 300px
    }

    .intro-main__decor {
        font-size: 32px;
        order: 1
    }

    .intro-main__body {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-top: 16px
    }

    .intro-main__text {
        max-width: 100%
    }

    .intro-main__list {
        gap: 0;
        margin-top: 24px
    }

    .intro-main__list-col {
        max-width: 115px
    }

    .intro {
        padding-top: 0
    }

    .intro__wrapper {
        flex: none;
        padding-bottom: 20px;
        padding-top: 234px;
        position: relative
    }

    .intro__bg {
        left: 0;
        min-width: 0;
        transform: none
    }

    .intro__bg:after {
        height: auto
    }

    .intro__head {
        margin-bottom: 20px;
        min-height: 160px
    }

    .intro__subtitle {
        max-width: 240px
    }

    .intro__tags {
        max-width: 360px
    }

    .intro__info {
        align-items: flex-start;
        padding-bottom: 32px;
        padding-top: 44px
    }

    .intro__list {
        align-items: flex-start;
        flex-direction: column
    }

    .services__row {
        flex-direction: column;
        gap: 24px
    }

    .services__col ul {
        gap: 8px
    }

    .head-services__row {
        margin-top: 40px
    }

    .cards-services {
        margin-top: -40px;
        padding-top: 100px
    }

    .cards-services:first-child {
        margin-top: -100px
    }

    .card-services {
        pp: 8px;
        min-height: 0
    }

    .card-services__title {
        max-width: 170px
    }

    .projects {
        padding-bottom: 44px
    }

    .projects__row {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .projects__col {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .projects__col:first-child, .projects__col:nth-child(5), .projects__col:nth-child(7n+1), .projects__col:nth-child(7n+5) {
        width: 100%
    }

    .projects__col:first-child .card-projects__img:before, .projects__col:nth-child(5) .card-projects__img:before, .projects__col:nth-child(7n+1) .card-projects__img:before, .projects__col:nth-child(7n+5) .card-projects__img:before {
        padding-bottom: 60.9756097561%
    }

    .projects__col:first-child .card-projects__body, .projects__col:first-child .card-projects__tags, .projects__col:nth-child(5) .card-projects__body, .projects__col:nth-child(5) .card-projects__tags, .projects__col:nth-child(7n+1) .card-projects__body, .projects__col:nth-child(7n+1) .card-projects__tags, .projects__col:nth-child(7n+5) .card-projects__body, .projects__col:nth-child(7n+5) .card-projects__tags {
        flex-direction: row
    }

    .projects__col:nth-child(3) .card-projects__img:before, .projects__col:nth-child(6) .card-projects__img:before, .projects__col:nth-child(7n+3) .card-projects__img:before, .projects__col:nth-child(7n+6) .card-projects__img:before {
        padding-bottom: 60.9756097561%
    }

    .projects__col:nth-child(7n+7) .card-projects {
        display: block
    }

    .projects__col:nth-child(7n+7) .card-projects__img:before {
        padding-bottom: 80.487804878%
    }

    .projects__col:nth-child(7n+7) .card-projects__body {
        margin-top: 40px;
        max-width: 100%
    }

    .projects__col:nth-child(7n+7) .card-projects__tags {
        flex-direction: row;
        gap: 0 8px
    }

    .card-projects__img:before {
        padding-bottom: 60.9756097561%
    }

    .card-projects__body {
        margin-top: 8px
    }

    .card-projects__body {
        gap: 4px
    }

    .card-projects__tags {
        flex-direction: row
    }

    .card-projects__tags .card-projects__tag {
        font-size: 12px;
    }

    .card-projects__tags .card-projects__tag:nth-child(1),
    .card-projects__tags .card-projects__tag:nth-child(2) {
        width: 100%;
    }

    .card-projects__decor {
        align-items: flex-end;
        bottom: auto;
        display: flex;
        left: 16px;
        margin-bottom: 0;
        margin-top: 40px;
        pointer-events: none;
        top: 0;
        width: 100%
    }

    .card-projects__decor:before {
        content: "";
        padding-bottom: 80.487804878%
    }

    .card-projects__bottom {
        margin-bottom: 0;
        margin-top: 20px
    }

    .card-projects__bottom .card-projects__decor {
        left: auto;
        right: 16px;
        width: auto
    }

    .card-projects__bottom .card-projects__decor:before {
        display: none
    }

    .projects-slider__col {
        width: 232px
    }

    .projects-slider__card._small .projects-slider__img:before {
        padding-bottom: 94.0909090909%
    }

    .projects-slider__card._medium .projects-slider__img:before {
        padding-bottom: 130.4545454545%
    }

    .projects-slider__card._big .projects-slider__img:before {
        padding-bottom: 150.4545454545%
    }

    .other-projects .projects-slider__card {
        width: 220px
    }

    .card-other-projects__img {
        width: 100%
    }

    .card-other-projects__body {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 16px
    }

    .card-other-projects__body p {
        padding-right: 100px
    }

    .card-other-projects__decor {
        bottom: 0;
        font-size: 48px;
        margin-right: -20px;
        top: auto;
        z-index: -1
    }

    .card-other-projects__decor .js-decor._small {
        font-size: 32px
    }

    .clients__col, .clients__row:before, .clients__title {
        width: 50%
    }

    .card-clients__head {
        gap: 4px
    }

    .partners__col, .partners__row:before, .partners__title {
        width: 33.333%
    }

    .partners--detailed .partners__col {
        width: 50%
    }

    .partners--detailed .partners__banner-decor {
        font-size: 48px
    }

    .partners__title {
        margin-bottom: -21px
    }

    .partners__col._empty:first-of-type {
        display: none
    }

    .partners__banner {
        background-color: #262626
    }

    .partners__banner-decor {
        font-size: 48px;
        padding-left: 16px;
        padding-right: 16px
    }

    .card-partners__img {
        width: 90px
    }

    .boss__decor {
        bottom: 10%;
        font-size: 47.2222222222vw
    }

    .boss__text {
        margin-bottom: 16px
    }

    .boss__img {
        left: 50%;
        margin: 0;
        min-width: 356px;
        position: relative;
        transform: translateX(-50%)
    }

    .boss__list {
        margin-top: 0
    }

    .boss__list-row {
        flex-wrap: wrap
    }

    .boss__list-col {
        padding-left: 8px;
        padding-top: 8px;
        width: 50%
    }

    .boss__list-col:nth-child(odd) {
        padding-left: 0
    }

    .boss__list-col p {
        color: #a6a6a6;
        max-width: 160px
    }

    .road__row {
        flex-direction: column;
        justify-content: center;
        min-height: 330px;
        min-height: 0;
        font-size: 14px;
    }

    .road__col {
        display: flex
    }

    .road__col:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

    .road__col:first-child {
        margin: 4px 0 8px;
        width: 56px
    }

    .road__col:nth-child(2) {
        width: 122px
    }

    .road__col:nth-child(2) .road__info-text {
        width: 35vw
    }

    .road__col:nth-child(3) {
        width: 153px
    }

    .road__col:nth-child(3) .road__info {
        flex-direction: row;
        left: 50%;
        margin-left: 24px;
        right: auto;
        top: 100%
    }

    .road__col:nth-child(3) .road__info-line {
        width: 40vw
    }

    .road__col:nth-child(3) .road__info-text {
        flex-direction: row-reverse;
        margin-left: 0;
        text-align: right;
        width: 40vw
    }

    .road__col:nth-child(4) {
        margin-bottom: 4px;
        margin-right: 0;
        width: 179px
    }

    .road__col:nth-child(4) .road__info {
        left: 50%;
        margin-left: -46vw;
        margin-top: 2px;
        top: 100%;
        transform: translateX(-50%)
    }

    .road__col:nth-child(4) .road__info-line {
        height: 1px;
        width: 46vw
    }

    .road__col:nth-child(4) .road__info-line:before {
        height: 5px;
        width: 5px
    }

    .road__col:nth-child(4) .road__info-text {
        left: auto;
        width: 46vw
    }

    .road__col:nth-child(5) {
        margin-left: 0;
        margin-top: 4px;
        width: 155px
    }

    .road__col:nth-child(6) {
        width: 149px
    }

    .road__col:nth-child(6) .road__info {
        flex-direction: row;
        left: 100%;
        right: auto
    }

    .road__col:nth-child(6) .road__info-line {
        width: 27vw
    }

    .road__col:nth-child(6) .road__info-text {
        margin-left: -3vw;
        text-align: right;
        width: 30vw
    }

    .road__col:nth-child(7) {
        width: 130px
    }

    .road__col:nth-child(7) .road__info-line {
        height: 1px;
        width: 30vw
    }

    .road__col:nth-child(7) .road__info-text {
        width: 35vw
    }

    .road__col:last-child {
        margin: 8px 0 4px;
        width: 56px
    }

    .road__item {
        width: 100%
    }

    .road__circle {
        transition-delay: .2s
    }

    .road__title {
        transition-delay: .4s
    }

    .road__info {
        flex-direction: row;
        left: -30vw;
        top: 50%;
        transform: translateY(-50%)
    }

    .road__info-line {
        border-right: none;
        border-top: 1px dashed hsla(0, 0%, 100%, .2);
        flex-direction: row;
        flex-shrink: 0;
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .6s;
        width: 30vw
    }

    .road__info-text {
        display: flex;
        left: 0;
        position: absolute;
        text-align: left;
        top: 0;
        transition-delay: .8s
    }

    .text-road {
        margin-top: 20px
    }

    .text-road__row {
        flex-direction: column;
        gap: 44px;
        justify-content: flex-start
    }

    .text-road__col:not(._big) {
        max-width: 100%
    }

    .text-road__item {
        margin-bottom: 24px
    }

    .text-road ul {
        margin-left: 4px
    }

    .banner__item {
        border-radius: 20px;
        border-width: 1px;
        margin-left: -16px;
        margin-right: -16px
    }

    .banner__decor {
        font-size: 48px;
        margin-top: -20px
    }

    .contacts {
        padding-bottom: 40px
    }

    .contacts__decor {
        top: 42px
    }

    .contacts__body {
        margin-top: 105px
    }

    .contacts__text {
        display: block
    }

    .contacts__text > div {
        margin-top: 16px;
        min-width: auto216px
    }

    .contacts__text > div:first-child {
        margin-top: 0;
        max-width: 328px
    }

    .contacts__links {
        margin-top: 36px
    }

    .contacts__links ul {
        align-items: flex-start;
        text-align: left
    }

    .news {
        padding-bottom: 44px
    }

    .news__col {
        margin-bottom: 32px
    }

    .news__col:last-child {
        margin-bottom: 0
    }

    .card-news__body {
        margin-top: 0
    }

    .card-news__ico {
        margin-top: 8px
    }

    .card-news__title {
        margin-top: 4px
    }

    .other-news .swiper-slide {
        width: auto
    }

    .other-news .card-other-news {
        width: 237px
    }

    .sticky-section {
        padding-bottom: 24px
    }

    .sticky-section__side {
        background-color: #0a0a0a;
        left: 0;
        position: sticky;
        top: 52px;
        width: 100%
    }

    .sticky-section__links {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        padding-top: 6px
    }

    .sticky-section__body {
        margin-top: 5px
    }

    .head-service__decor {
        font-size: 96px
    }

    .head-service__decor._medium {
        font-size: 80
    }

    .head-service__btns {
        margin-top: 36px
    }

    .other-cards__slider {
        margin-left: -10px;
        margin-right: -10px
    }

    .other-cards__slider .swiper-slide {
        padding-left: 10px;
        padding-right: 10px
    }

    .choice__row {
        margin: -10px 0
    }

    .choice__col {
        padding: 10px 0;
        width: 100%
    }

    .card-choice {
        min-height: 0
    }

    .card-tools {
        padding: 8px;
        width: 152px
    }

    .numbers__row {
        margin: -10px
    }

    .numbers__col {
        padding: 10px
    }

    .quote__ico {
        height: 64px;
        left: -6px;
        right: auto;
        top: -50px;
        width: 64px
    }

    .quote__text {
        margin-bottom: 24px
    }

    .showreel__decor + * .showreel__item {
        margin-top: -50px
    }

    .showreel__item {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 121.9512195122%
    }

    .team-project__decor {
        right: 0;
        top: 40px
    }

    .team-project__col {
        width: 100%
    }

    .stage-project__text ul li {
        margin-left: 20px
    }

    .img-project__wrapper:last-child {
        padding-top: 24px
    }

    .img-project__wrapper:first-child {
        padding-top: 0
    }

    .img-project__decor {
        margin-right: -20px;
        position: static;
        text-align: right
    }

    .img-project__decor .js-decor, .img-project__decor._medium .js-decor {
        font-size: 64px
    }

    .img-project__decor._left {
        margin-right: 0;
        transform: none
    }

    .img-project__decor._left .js-decor {
        font-size: 64px
    }

    .img-project__decor-text {
        margin-bottom: 24px;
        max-width: 100%
    }

    .img-project__circle {
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 203.6585365854%
    }

    .img-project__circle._small {
        background: radial-gradient(50% 50% at 50% 50%, rgba(10, 180, 81, .5) 0, rgba(10, 180, 81, 0) 100%);
        width: 145.7317073171%
    }

    .img-project__item._mob-full {
        margin-left: -16px;
        margin-right: -16px
    }

    .colors-project__row {
        flex-wrap: wrap;
        margin: -4px
    }

    .colors-project__col {
        max-width: 100%;
        padding: 4px;
        width: 33.333%
    }

    .colors-project__item {
        padding: 4px
    }

    .fonts-project--col .fonts-project__col {
        width: 100%
    }

    .fonts-project--col .fonts-project__item {
        padding: 16px
    }

    .fonts-project__item {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .fonts-project__letters {
        margin-top: 10px;
        width: 96.7213114754%
    }

    .notice {
        left: 16px;
        margin-top: 53px;
        right: 16px;
        top: 59px
    }

    .notice__item {
        max-width: 100%
    }
}

@media print {
    *, :after, :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    header {
        position: absolute !important
    }
}

@media (any-hover: hover) {
    .btn:hover svg {
        transform: translateX(3px)
    }

    .btn--primary:hover:not(:active) {
        background-color: #07873d
    }

    .btn--secondary:hover:not(:active) {
        background-color: #333
    }

    .js-decor span:hover, .links a:hover:not(:active), .nav-slider__btn:hover:not(:active):not(:disabled), a.logo:hover:not(:active) {
        color: #0ab451
    }

    .popup__close:hover .popup__close-cross {
        transform: rotate(90deg)
    }

    .field__input:hover, .field__textarea:hover, .form._dark .chips__body:hover, .form._dark .field__input:hover, .form._dark .field__textarea:hover {
        border-color: #a6a6a6
    }

    .checkbox:hover .checkbox__input:checked ~ .checkbox__body {
        background-color: #099945;
        border-color: #099945
    }

    .checkbox:hover .checkbox__body {
        border-color: #999
    }

    .checkbox__text a:hover:not(:active) {
        color: #07873d;
        text-decoration: none
    }

    .chips--second .chips__body:hover {
        border-color: #333
    }

    .chips__body:hover, .ss-main:hover:not(.ss-disabled) {
        border-color: #a6a6a6
    }

    .ss-option:hover:not(.ss-disabled) {
        background-color: #0ab451;
        color: #fff
    }

    .uploader__file-delete:hover {
        transform: rotate(90deg)
    }

    .uploader__button:hover:not(:active) {
        color: #0ab451
    }

    .js-tickers:hover .js-ticker {
        animation-play-state: paused
    }

    .intro-main__decor span:hover {
        color: #fff
    }

    .services__col a:hover {
        gap: 12px
    }

    .card-services:hover:not(:active) {
        background-color: #0ab451
    }

    .card-services:hover:not(:active) .card-services__tags {
        color: #cef0dc
    }

    .card-services:hover:not(:active) .card-services__bottom {
        border-color: #22bb62;
        color: #cef0dc
    }

    .card-services:active {
        background-color: #066c31;
        transition-duration: .1s
    }

    .card-projects__img:hover img {
        transform: scale(1.1)
    }

    .card-projects__decor span:hover {
        color: #fff
    }

    .card-other-projects__img:hover img, .projects-slider__img:hover img {
        transform: scale(1.1)
    }

    a.card-clients:hover {
        background-color: #0ab451;
        border-color: #0ab451;
        color: #fff
    }

    a.card-clients:hover .card-clients__tag {
        color: #fff
    }

    .news__col:first-child .card-news__img:hover img, .news__col:nth-child(4) .card-news__img:hover img {
        transform: scale(1.05)
    }

    .card-news__img:hover img, .card-other-news__img:hover img {
        transform: scale(1.1)
    }

    .sticky-section__links a:hover:not(._active) {
        background-color: #333
    }

    .showreel__decor span:hover {
        color: #fff
    }

    .showreel__play:hover img {
        transform: scale(1.2)
    }

    .img-project__decor span:hover, .team-project__decor span:hover {
        color: #fff
    }
}

/*Успешное сообщение в форме*/
.form_success {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
}
.form_success > h3 {
    font-size: 36px;
}

.form_success > p {
    margin: 20px 0 60px 0;
}

/*Запрос на подпику на каналы*/
.channels_subscribe {
    margin: 20px 0;
}
.channels_subscribe > h3 {
    font-size: 24px;
}
.channels_subscribe > p {
    margin: 16px 0;
}
.channels_subscribe__list {
    display: grid;
    gap: 12px;
    max-width: 310px;
    margin: 16px 0;
}
.channels_subscribe__el {
    border-radius: 100px;
    padding: 6px 12px 6px 6px;
    background-color: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channels_subscribe__el:after {
    content: '▶';
}
.channels_subscribe__el_image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    background-color: #596587;
}
.channels_subscribe__el_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.channels_subscribe__el_image__social_image {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #2d3599;
    width: 12px;
    height: 12px;
}
.channels_subscribe__el_image__social_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}