@charset "utf-8";
@font-face {
    font-family: "Salma Pro";
    src: local('Salma Pro'), url(../fonts/SalmaProRegular.woff2) format("woff2"),
    url(../fonts/SalmaProRegular.woff)
    format("woff"),
    url(../fonts/SalmaProRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Salma Pro";
    src: local('Salma Pro'),
    url(../fonts/SalmaProMedium.woff2) format("woff2"),
    url(../fonts/SalmaProMedium.woff) format("woff"),
    url(../fonts/SalmaProMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "VCR OSD Mono";
    src: local('VCR OSD Mono'),
    url(../fonts/VCROSDMonoCyr.woff2) format("woff2"),
    url(../fonts/VCROSDMonoCyr.woff) format("woff"),
    url(../fonts/VCROSDMonoCyr.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

a, b, body, center, div, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, li, menu, nav, p, section, small, span, table, th, u, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    font-feature-settings: 'locl' 0
}

footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

button, button:focus, button:hover {
    outline: 0
}

body {
    background: #f3f3f3
}

body::-webkit-scrollbar {
    width: 6px
}

body::-webkit-scrollbar-track {
    background: #3a332d
}

body::-webkit-scrollbar-thumb {
    background: #9d9fb0;
    height: 94px
}

.show-modal-success .section-modal {
    overflow: hidden
}

.h1 {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 84px;
    line-height: 120%;
    letter-spacing: .02em;
    color: #1a1a1f
}

.h1 span {
    font-size: inherit
}

.h2 {
    font-family: 'Salma Pro', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase
}

.h3 {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 122%
}

.text {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #1a1a1f
}

.text--white {
    color: #fff !important
}

.text--center {
    text-align: center
}

.text--small {
    font-size: 24px !important;
    line-height: 146.52%
}

.text-uppercase {
    text-transform: uppercase
}

.title-404 {
    font-family: 'VCR OSD Mono', sans-serif;
    margin: 0 0 32px
}

.anim-line-wrapper {
    display: block;
    overflow: hidden
}

.anim-line {
    display: block
}

.modal .anim-line {
    opacity: 1
}

.anim-line-wrapper--4, .anim-line-wrapper--5 {
    display: none
}

.section-front__title {
    width: 100%
}

.section-front__title .text-1-2, .section-front__title .text-1-3, .section-front__title .text-2-2, .section-front__title .text-2-3, .section-front__title .text-2-4, .section-front__title .text-3-2, .section-front__title .text-3-3, .section-front__title .text-3-4 {
    display: none
}

.section-marquee {
    padding: 31px;
    background: #1a1a1f
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px
    }
}

body, html {
    height: 100%
}

.home {
    overflow: hidden
}

.show-modal {
    overflow: hidden
}

@keyframes blink {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 4;
    padding: 40px 0;
    background: 0 0;
    transition: background-color .5s ease-out
}


.header.scrolled{
    background-color: rgba(26, 26, 31, 0.5);
}

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

.header-wrap .logo img {
    position: relative;
    top: 7px
}

.header-menu-button-wrap-box {
    display: flex
}

.header-menu-button-wrap-box .social-link {
    display: none
}

.section-menu {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1f;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease-out;
    overflow: auto;
    padding: 200px 0 50px;
    pointer-events: none
}

.section-menu::-webkit-scrollbar {
    width: 6px
}

.section-menu::-webkit-scrollbar-track {
    background: #3a332d
}

.section-menu::-webkit-scrollbar-thumb {
    background: #9d9fb0;
    height: 94px
}

.header-menu {
    display: grid;
    grid-template-columns:1fr;
    grid-row-gap: 48px;
    max-width: max-content;
    margin: auto;
    min-width: 400px
}

.header-menu:lang(uk) {
    min-width: 580px
}

.header-menu a {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 74px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: color .3s ease-out
}

.header-menu a:hover {
    color: #f7cd46
}

.header-menu-wrap {
    padding-bottom: 30px
}

.lang-menu {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 27px
}

.lang-menu a {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 138%;
    text-decoration: none;
    text-transform: uppercase;
    color: #81786a;
    transition: all .3s ease-out
}

.current-lang a, .lang-menu a:hover {
    color: #f7cd46
}

.header-email-wrap {
    margin: 26px 0
}

.header-lang-menu-wrap {
    margin: 110px 0
}

#header-lang-menu {
    max-width: max-content;
    margin: 26px 0 0
}

.header-menu-button-wrap {
    display: grid;
    grid-row-gap: 28px;
    margin: 110px 0 50px
}

.case-subtitle {
    font-family: 'Salma Pro', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 134%;
    text-transform: uppercase;
    color: #fff;
    margin: 32px 0 0
}

.case-subtitle span {
    font-size: 28px
}

.section-separator {
    width: 100%;
    height: 1px;
    background: #81786a
}

.section-front {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(100% - 100px);
    background: #1a1a1f;
    overflow: hidden
}

.section-front .container, .section-front .row {
    height: 100%
}

.background-wrap img, .background-wrap video {
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100%
}

.section-front-bottom {
    position: relative;
    display: flex;
    align-items: center;
    background: #1a1a1f;
    min-height: 100px
}

.home-separator {
    height: 1px;
    background: linear-gradient(0deg, #7685a3, #7685a3), linear-gradient(0deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36))
}

.section-front-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 180px 0 100px;
    z-index: 1;
    height: 100%
}

.background-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.section-front-bottom-wrap {
    margin: 64px 0 0
}

.front-text-wrap {
    margin: 24px 0 0;
    max-width: 940px
}

.header-button-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.header-button-wrap .main-button {
    transition: opacity .3s ease-out
}

.main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
    padding: 21px 38px;
    background: #f7cd46;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    height: 72px;
    border: none;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.main-button_transparent {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    min-width: 210px;
    text-transform: none
}

.main-button_transparent:lang(uk) {
    min-width: 300px
}

.main-button--link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.case-link-wrap {
    margin: 80px 0 0
}

.main-button_case {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 350px;
    text-align: center;
    margin: 0 0 20px
}

.app-link-wrap {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-out
}

.line_1 {
    top: 0;
    bottom: 8px
}

.line_2 {
    top: 8px;
    bottom: 0
}

.line_1 {
    background: #f7cd46
}

.text-span {
    font-family: 'VCR OSD Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 143%;
    display: inline-block;
    width: max-content
}

.text--yellow {
    color: #f7cd46
}

.text--green {
    color: #20cc31
}

.text--pink {
    color: #c71ee2
}

.text--gray {
    color: #f3f3f3;
    opacity: .8
}

.text--red {
    color: #f43b3b
}

.text--blue {
    color: #c71ee2
}

.section-projects {
    background: #1a1a1f;
    padding: 130px 0 110px;
    overflow: hidden
}

.block-label-wrap {
    margin: 40px 0
}

.block-label {
    font-family: 'VCR OSD Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    text-transform: uppercase;
    position: relative;
    padding-left: 31px;
    height: max-content;
    color: #5b5750
}

.block-label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background: center/contain url(../img/label.svg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.block-label.text--white:after {
    background: center/contain url(../img/label-white.svg)
}

.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px
}

.button-wrap--404 {
    margin-top: 70px
}

.project-wrap {
    display: flex;
    margin-top: 100px
}

.projects-slider {
    margin-top: 100px
}

.project-item {
    position: relative;
    width: 670px;
    height: 580px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(211.02deg, #d4ece2 0, #6c8983 100%);
    background-blend-mode: luminosity, normal;
    border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.project-item a {
    text-decoration: none
}

.project-wrap-item {
    width: max-content !important;
    padding-right: 40px;
    will-change: transform
}

.project-item--1 .project-item-img {
    box-shadow: 10px 9px 33px rgba(8, 69, 194, .11)
}

.project-item--0 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(225deg, #9ebc95 0, #6b8e60 100%)
}

.project-item--2 {
    background: linear-gradient(211.02deg, #f3bbf1 0, #d15ba4 100%)
}

.project-item--2 .project-item-img {
    filter: drop-shadow(11px 10px 38px rgba(37, 6, 6, .16))
}

.project-item--3 {
    background: linear-gradient(211.02deg, #d9e2f4 0, #99b6d1 100%)
}

.project-item--3 .project-item-img {
    filter: drop-shadow(11px 10px 38px rgba(6, 22, 37, .09))
}

.project-item--4 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(211.02deg, #e0b8b8 0, #ab4039 100%)
}

.project-item--4 .project-item-img {
    filter: drop-shadow(11px 10px 38px rgba(37, 6, 15, .25))
}

.project-item .text {
    line-height: 1.5em;
    min-height: 4.5em
}

.project-item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 14px;
    transition: all .3s ease-out
}

.project-item-text-wrap {
    padding: 40px;
    position: absolute;
    bottom: -130px;
    transition: all .3s ease-out
}

.project-item--0:lang(uk) .project-item-text-wrap {
    bottom: -160px
}

.project-item--5 .project-item-text-wrap {
    bottom: -220px
}

.project-item-text-wrap .h3 {
    margin-bottom: 20px
}

.section-results {
    padding: 180px 0;
    background: #1a1a1f
}

.results-items {
    display: flex;
    justify-content: space-around;
    margin: 100px 0
}

.results-item__title {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 86px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 6px
}

.results-item__text {
    font-family: 'VCR OSD Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 134.52%;
    text-transform: uppercase
}

.project-button {
    display: inline-block;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    padding: 10px 40px 10px 18px;
    gap: 14px;
    background: #1a1a1f;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    min-width: 195px
}

.project-button:lang(uk) {
    min-width: 210px
}

.project-item--5 .project-item-text-wrap {
    bottom: -130px
}

.section-contact {
    position: relative;
    background: #1a1a1f;
    overflow: hidden;
    padding: 84px 0 45px
}

.section-our-cases {
    padding: 100px 0 20px;
    overflow: hidden
}

.our-projects__subtitle {
    color: #1a1a1f;
    opacity: .6;
    margin: 24px auto 0
}

.contact-background-map .map-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.pointer {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #ffdb66;
    cursor: pointer;
    display: block;
    line-height: 30px
}

.pointer::before {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    top: -17.5px;
    left: -17.5px;
    border-radius: 50%;
    display: block;
    background-color: #ffdb66;
    transform: scale(1);
    opacity: 0;
    animation: bg 1.2s ease-out infinite
}

@keyframes bg {
    0% {
        transform: scale(.54545455);
        opacity: .75
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.pointer--1 {
    left: 700px;
    top: -430px;
    right: auto;
    bottom: 0
}

.pointer--2 {
    left: 485px;
    top: -490px;
    right: auto;
    bottom: 0
}

.pointer--3 {
    left: 950px;
    top: 365px;
    right: auto;
    bottom: 0
}

.contact-box {
    position: relative;
    display: grid;
    grid-template-columns:1fr;
    grid-row-gap: 50px;
    width: 100%;
    max-width: 505px;
    margin: 0 0 0 auto;
    z-index: 1
}

.count-wrap {
    font-family: 'Salma Pro', sans-serif;
    color: #5b5750
}

.form-title-wrap {
    margin: 24px 0 24px
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 26px
}

.email-link {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 138%;
    color: #1a1a1f;
    text-decoration: none
}

.contact-link {
    display: flex;
    align-items: center;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 138%;
    color: #1a1a1f;
    gap: 12px;
    text-decoration: none
}

.contact-link svg {
    width: 24px;
    height: 24px
}

.email-link--yellow {
    color: #ffdb66
}

.section-our-benefits {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #1a1a1f;
}

.section-our-benefits .container {
    position: relative
}

.our-benefits-items {
    display: flex;
    justify-content: center
}

.our-benefits-item {
    padding: 24px 24px 40px 24px;
    width: calc(25% - 16px);
    text-align: center;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .2);
    margin: 0 12px
}

.our-benefits-item__title {
    font-family: 'VCR OSD Mono', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 123%;
    text-transform: uppercase;
    margin: 24px auto 12px
}

.our-benefits-item__text {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 162%;
    text-align: center
}

.social-link-wrap {
    display: flex;
    gap: 24px;
    margin: 24px 0 0
}

.section-compare-crm {
    position: relative;
    background: #1a1a1f;
    overflow: hidden
}

.section-compare-crm .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.compare-crm-table {
    margin: 40px auto 0
}

.compare-crm-table-row {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 16px;
    margin: 16px 0
}

.compare-crm-table-th {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 12px
}

.compare-crm-table-th img {
    height: 41px;
    width: auto
}

.compare-crm-table-col {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #fff;
    padding: 24px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .05);
    border-radius: 12px
}

.compare-crm-table__title {
    font-family: 'VCR OSD Mono', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 123%;
    text-transform: uppercase
}

.section-how-we-work {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #1a1a1f;
}

.section-how-we-work .container {
    position: relative
}

.text-how-we-work {
    font-family: "Salma Pro", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: #fff;
    opacity: .6;
    margin: 40px auto
}

.section-how-we-work .button-wrap {
    margin: auto
}

.how-we-work-items {
    display: flex;
    justify-content: space-between;
    margin: 80px auto
}

.how-we-work-item {
    width: 344px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px
}

.how-we-work-item img {
    margin: 0 auto 20px
}

.how-we-work-item__title {
    font-family: 'VCR OSD Mono', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 135%;
    text-transform: uppercase;
    text-align: center
}

.how-we-work-item__text {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #fff
}

.bazu-by-futuretex-wrap {
    display: flex;
    gap: 80px
}

.bazu-by-futuretex__title {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1a1a1f;
    margin: 24px 0
}

.bazu-by-futuretex-left-part {
    width: 664px;
    flex-shrink: 0
}

.bazu-by-futuretex-right-part {
    max-width: calc(100% - 664px)
}

.link-up__text {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 146%;
    color: #f7cd46;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    pointer-events: none;
    text-transform: uppercase
}

.link-up__img {
    pointer-events: none
}

.link-up, .social-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border: 2px solid #1a1a1f;
    border-radius: 8px;
    transition: all .3s ease-out;
    z-index: 1
}

.social-link {
    overflow: hidden
}

.social-link svg {
    position: relative
}

.link-up {
    margin: 0 0 0 auto
}

.link-up img {
    transition: all .3s ease-out
}

.link-up:hover img {
    transform: translateY(-8px)
}

.social-link--white, .social-link:hover {
    border-color: #fff
}

.social-link--white:hover {
    border-color: transparent
}

.social-link path {
    transition: fill .3s ease-out
}

.social-link--white path, .social-link:hover path {
    fill: #fff
}

.social-link--gray {
    border-color: #5b5750
}

.social-link--gray svg {
    pointer-events: none
}

.social-link--gray path {
    color: #5b5750;
    fill: #5b5750
}

.social-link:before {
    content: '';
    width: 200%;
    height: 200%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 1s
}

.social-link:hover:before {
    background: #223ed1;
    transform: translate(-50%, -50%) scale(1)
}

.link-up {
    border: 2px solid #f7cd46
}

.section-call {
    padding: 180px 0
}

.section-call__title {
    font-size: 62px;
    line-height: 100%;
    max-width: 500px;
    text-transform: uppercase;
    word-break: break-word
}

.section-call__title .anim-line, .section-call__title .anim-line-wrapper {
    display: contents
}

.formspree-form {
    max-width: 560px;
    margin: auto
}

.form-wrap {
    max-width: 560px;
    margin: 0 0 0 auto
}

.form-status {
    opacity: 0
}

.required {
    color: #f45952
}

.item-form {
    margin-top: 40px;
    position: relative
}

.item-form--right {
    text-align: right
}

.input {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #1a1a1f;
    min-width: 250px;
    padding-left: 0;
    outline: 0;
    color: #1a1a1f;
    background: 0 0;
    padding-right: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-fill-color: #1a1a1f;
    padding-top: 0;
    padding-bottom: 16px;
    transition: all .3s ease-out
}

.label {
    font-family: 'Salma Pro', sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -25px;
    cursor: text;
    opacity: 1;
    color: #1a1a1f;
    -webkit-transition: all .2s;
    transition: all .2s
}

.input:placeholder-shown:not(:focus) + * {
    opacity: 1;
    font-size: 20px;
    top: 0;
    line-height: 32px;
    pointer-events: none
}

.input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.input::-moz-placeholder {
    opacity: 1;
    -moz-transition: all .2s;
    transition: all .2s
}

.input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .2s;
    transition: all .2s
}

.input::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .2s;
    transition: all .2s
}

.input::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.input:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.input:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0
}

.item-form input:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0
}

.input:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0
}

.input:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.input:focus {
    outline: 0
}

.input:-webkit-autofill, .input:-webkit-autofill:active, .input:-webkit-autofill:focus, .input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    color: #1a1a1f !important
}

.input:-internal-autofill-selected {
    color: #1a1a1f !important
}

.input:-webkit-autofill ~ label {
    top: -25px !important
}

.submit-button {
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: .09em;
    color: #1a1a1f;
    position: relative;
    width: 100%;
    padding: 16px 40px 16px 73px;
    background: #f7cd46;
    border-radius: 12px;
    border: 0;
    margin-top: 50px;
    cursor: pointer
}

.submit-button:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: center/contain url(../img/pointer-black.svg)
}

span.error{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 146%;
    position: absolute;
    right: 0;
    bottom: -22px;
    color: #F45952;
}

.error ~ .input{
    border-color: #F45952;
}

.input[aria-invalid=true] {
    border-color: #f45952
}

.input[aria-invalid=false] {
    border-color: #1a1a1f
}

input.input:focus, input.input:hover {
    border-color: #f7cd46
}

.count {
    display: inline-block;
    margin-top: 6px
}

.section-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 20px;
    overflow: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    background: rgba(26, 26, 31, .5);
    transition: opacity .3s ease-out
}

.show-modal .section-modal {
    opacity: 1;
    pointer-events: all
}

.modal-wrap {
    background: #f3f3f3;
    border-radius: 12px;
    display: grid;
    grid-template-columns:6fr 7fr;
    grid-column-gap: 86px;
    width: 100%;
    max-width: 1380px;
    margin: auto;
    padding: 120px 140px;
    position: relative;
    transition: all .3s ease-out
}

.modal-wrap-success {
    position: fixed;
    width: 100%;
    max-width: 830px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 140px 140px;
    background: #f3f3f3;
    border-radius: 12px;
    text-align: center;
    height: max-content;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease-out
}

.modal-wrap-success__subtitle {
    font-family: 'Salma Pro', sans-serif;
    font-size: 20px !important;
    line-height: 110%;
    font-weight: 500;
    color: #1a1a1f;
    margin: 34px 0 50px 0
}

.show-modal-success .modal-wrap {
    opacity: 0;
    pointer-events: none
}

.show-modal-success {
    overflow: hidden
}

.show-modal-success .modal-wrap-success {
    opacity: 1;
    pointer-events: all
}

.modal-wrap-contact {
    margin-top: 40px
}

.close {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 40px;
    background-color: transparent;
    border: none;
    outline: 0;
    padding: 10px;
    cursor: pointer
}

.section-404 {
    padding: 250px 0 100px;
    background: #1a1a1f;
    min-height: calc(100vh - 500px)
}

.post-link-wrap {
    max-width: 680px
}

.case-info-data-slider {
    height: 100%
}

.case-info-wrap {
    display: flex;
    justify-content: space-between;
    margin: 64px auto
}

.case-info-slider,
.case-info-slider-2 {
    max-width: 720px;
    overflow: hidden;
    height: max-content;
    padding: 0 0 30px;
    flex-shrink: 0
}

.case-info-slider .swiper-slide,
.case-info-slider-2 .swiper-slide{
    width: 100% !important;
}

.case-info-slider.swiper-initialized,
.case-info-slider-2.swiper-initialized{
    overflow: inherit;
}

.case-info-data {
    position: relative;
    width: 100%;
    max-width: 700px;
    overflow: hidden
}

.case-info-data-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    padding-bottom: 100px;
    gap: 12px;
    background: #f3f3f3
}

.case-info-data-wrap p {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: rgba(26, 26, 31, .6)
}

.case-info-data-wrap p b {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #1a1a1f
}

.case-info-slider .swiper-slide {
    border-radius: 10px
}

.case-info-data__title {
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1a1a1f
}

.case-info-data__img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin: 12px 0
}

.case-info-data-wrap br {
    display: block;
    margin: 6px 0
}

.case-info__img {
    max-width: 100%;
    height: auto
}

.case-info-content p {
    font-family: 'Salma Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 138%
}

.section-case-info {
    margin: 180px 0 230px
}

.swiper-control {
    position: relative;
    display: flex;
    justify-content: space-between;
    bottom: -30px;
    height: 60px
}

.swiper-control .swiper-pagination {
    max-width: max-content;
    top: 0;
    padding: 25px 0
}

.swiper-button-wrap {
    position: relative;
    margin-left: auto
}

.swiper-button-wrap .swiper-button-prev {
    right: 56px;
    left: auto
}

.swiper-button-wrap .swiper-button-next {
    right: 0;
    left: auto
}

.swiper-button-wrap .swiper-button-next, .swiper-button-wrap .swiper-button-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #1a1a1f;
    border-radius: 4px;
    padding: 8px
}

.swiper-button-wrap .swiper-button-next:after, .swiper-button-wrap .swiper-button-prev:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px
}

.swiper-button-wrap .swiper-button-prev:after {
    background: center/contain no-repeat url(../img/prev.svg)
}

.swiper-button-wrap .swiper-button-next:after {
    background: center/contain no-repeat url(../img/next.svg)
}

.swiper-control .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 7px !important;
}

.swiper-control .swiper-pagination-bullet:first-child{
    margin-left: 4px !important;
}

.swiper-control .swiper-pagination-bullet-active{
    background: #81786A;
}

.case-slide__img, .case-slide__video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.case-slide {
    position: sticky;
    top: 0
}

.case-slide:nth-child(1), .case-slide:nth-child(2) {
    max-height: 100vh;
    overflow: hidden
}

.marquee-scroll-wrap {
    -webkit-mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    overflow: hidden
}

.marquee-scroll {
    display: flex;
    animation: marqueescroll 40s forwards linear infinite;
    width: max-content;
    will-change: transform;
    margin-left: 0
}

.marquee-scroll-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 300px
}

.marquee-scroll img {
    height: auto
}

@keyframes marqueescroll {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-why-custom-crm {
    position: relative;
    padding: 100px 0
}

.why-custom-crm-background-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
    z-index: -1
}

.section-for-whom {
    padding: 100px 0 50px;
    background: #1a1a1f
}

.for-whom-button-wrap {
    max-width: max-content;
    margin: 64px auto 0
}

.why-custom-crm-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.why-custom-crm-info-wrap {
    display: flex;
    gap: 64px;
    align-items: center;
    margin: 24px auto 0
}

.why-custom-crm-info-wrap picture, .why-our-crm-wrap picture {
    width: 50%;
    flex-shrink: 0
}

.why-custom-crm-info-wrap picture img, .why-our-crm-wrap picture img {
    width: 100%;
    height: auto
}

.section-why-our-crm {
    padding: 100px 0;
    background: #1a1a1f
}

.section-why-our-crm h2 {
    margin: 0 auto 24px
}

.why-our-crm-wrap {
    display: flex;
    align-items: center;
    gap: 64px;
    margin: 80px auto
}

.why-our-crm-text-wrap {
    width: 50%;
    height: max-content
}

.why-our-crm-text-wrap p {
    font-family: 'Salma Pro', sans-serif
}

.why-our-crm-text-wrap ul {
    max-width: 470px;
    padding: 0 0 0 60px
}

.why-our-crm-text-wrap li {
    font-family: 'Salma Pro', sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(243, 243, 243, .6);
    margin: 24px 0
}

.why-our-crm-text-wrap li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f7cd46;
    border-radius: 50%
}

.why-our-crm-text-wrap li:last-child {
    margin: 24px 0 0
}

.section-bazu-by-futuretex {
    padding: 100px 0
}

.section-faq {
    padding: 50px 0 100px;
    background: #1a1a1f
}

.accordion-wrap {
    width: 100%;
    max-width: 700px;
    margin: 104px auto 0
}

.tabs {
    overflow: hidden
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 24px
}

.tab-label {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Salma Pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    cursor: pointer;
    padding: 24px 73px 24px 24px;
    letter-spacing: .01em;
    backdrop-filter: blur(40px);
    background: rgba(44, 44, 44, .17);
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #fff
}

.tab-label span {
    font-family: "Salma Pro", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 104%;
    text-transform: uppercase;
    color: #fff;
    margin: auto
}

.tab-label::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 24px;
    text-align: center;
    z-index: 1;
    left: auto;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-out
}

.tab-content {
    font-family: 'Salma Pro', sans-serif;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    max-height: 0;
    padding: 0 24px 0 24px;
    color: #fff;
    top: 8px;
    transition: all .35s;
    border-radius: 12px;
    border: 1px solid #fff
}

.tab-button {
    position: absolute;
    right: 24px;
    top: 4px;
    bottom: 0;
    width: 44px;
    height: 44px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1)
}

.tab-button:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background: 0 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 4px;
    transform: rotate(225deg);
    transition: all .3s ease-out
}

.accordion-field {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.accordion-field:checked ~ .tab-content {
    max-height: 100vh;
    padding: 24px;
    margin-bottom: 10px
}

.accordion-field:checked + .tab-label .tab-button:before {
    top: 10px;
    transform: rotate(45deg)
}

.hello-button-wrap {
    position: fixed;
    left: calc(100vw - 160px);
    bottom: 100px;
    height: 100px;
    z-index: 2;
}

.hello-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    opacity: 1;
    transition: all 0.3s ease-out;
}

.hello-button-wrap img {
    max-width: 100%;
    height: auto;
}

.call-us-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 60px;
    padding-right: 60px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

#hello-button-img{
    width: 100px;
    height: 100px;
}

.hello-button__hands {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.hello-button__hands.noscroll {
    animation-name: wave-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
}

.hello-button-wrap:hover .call-us-wrap{
    opacity: 1;
    pointer-events: all;
}

.hello-button-wrap:hover .hello-button{
    opacity: 0.5;
}

.call-us-list {
    width: 260px;
    background: rgba(26, 26, 31, 0.7);
    border-radius: 12px;
}

.call-us-list__item{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    color: #FFFFFF;
    padding: 16px;
    cursor: pointer;
}

.footer {
    padding: 64px 0;
    position: relative;
    overflow: hidden;
    background: #1a1a1f
}

.footer-content {
    position: relative;
    z-index: 1
}

.footer-content .custom-logo {
    width: 166px;
    height: 80px
}

.footer-social-wrap {
    display: grid;
    grid-template-columns:72px 72px;
    grid-column-gap: 38px;
    margin: 50px 0 80px
}

.footer-content {
    display: flex
}

.footer-menu .menu-item a {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer-menu-wrap {
    margin: 0 auto
}

.footer-menu-wrap .logo {
    display: none
}

.footer-menu a {
    display: inline-block;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 138%;
    color: #fff;
    text-decoration: none;
    min-width: 130px
}

.footer-menu a:lang(uk) {
    min-width: 190px
}

.footer-menu {
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 28px
}

.footer-menu .menu-item {
    max-width: max-content
}

.footer-lang-menu-wrap {
    margin-top: 100px
}

@media (max-width: 1799px) {
    .h1 {
        font-size: 68px;
        line-height: 110%
    }

    .h3 {
        font-size: 28px
    }

    .header {
        padding-top: 30px
    }

    .header-menu-button-wrap {
        margin: 60px 0 50px
    }

    .header-menu a {
        font-size: 62px
    }

    .header-lang-menu-wrap {
        margin: 70px 0
    }

    .main-button {
        font-size: 18px;
        padding: 19px 34px;
        height: 60px
    }

    .case-subtitle span {
        font-size: 24px
    }

    .case-info-content p {
        font-size: 22px
    }

    .case-link-wrap {
        margin: 68px 0 0
    }

    .section-case-info {
        margin: 130px 0
    }

    .text {
        font-size: 34px
    }

    .text--small {
        font-size: 18px !important
    }

    .text-span {
        font-size: 44px
    }

    .section-front-bottom {
        min-height: 100px
    }

    .section-front {
        min-height: calc(100% - 100px)
    }

    .button-wrap {
        margin-top: 100px
    }

    .project-item {
        width: 560px;
        height: 490px
    }

    .project-item-img {
        max-width: calc(100% - 64px);
        height: auto
    }

    .project-item-text-wrap {
        bottom: -120px;
        padding: 40px 32px
    }

    .project-item--0:lang(uk) .project-item-text-wrap {
        bottom: -145px
    }

    .project-item--5 .project-item-text-wrap {
        bottom: -120px
    }

    .section-results {
        padding: 130px 0
    }

    .results-title br {
        display: none
    }

    .results-item__title {
        font-size: 70px
    }

    .results-item__text {
        font-size: 26px
    }

    .modal-wrap {
        max-width: 1240px;
        padding: 120px 140px
    }

    .section-404 .text {
        font-size: 40px
    }

    .contact-box {
        max-width: 430px;
        grid-row-gap: 32px
    }

    .section-call {
        padding: 130px 0
    }

    .submit-button {
        margin-top: 0
    }

    .modal-wrap-success {
        max-width: 800px;
        padding: 140px 120px
    }

    .post-link-wrap {
        max-width: 560px
    }

    .case-info-slider {
        max-width: 670px
    }

    .case-info-data, .case-info-slider, .case-info-slider-2 {
        max-width: 600px
    }

    .section-call__title {
        font-size: 54px
    }

    .contact-link {
        font-size: 16px
    }

    .footer-menu {
        grid-row-gap: 26px
    }
}

@media (max-width: 1399px) {
    .h1 {
        font-size: 60px
    }

    .h2 {
        font-size: 40px
    }

    .h3 {
        font-size: 24px
    }

    .text {
        font-size: 30px
    }

    .text--small {
        font-size: 16px !important
    }

    .header-menu {
        grid-row-gap: 38px
    }

    .header-menu a {
        font-size: 54px
    }

    .header-lang-menu-wrap {
        margin: 50px 0
    }

    .header-menu-button-wrap {
        margin: 50px 0 50px
    }

    .header-email-wrap {
        margin: 20px 0
    }

    #header-lang-menu {
        margin: 20px 0 0
    }

    .link-up, .social-link {
        width: 60px;
        height: 60px
    }

    .section-menu {
        padding: 170px 0 50px
    }

    .section-front__title .text-1-1 {
        display: none
    }

    .section-front__title .text-1-2 {
        display: block
    }

    .section-front__title .text-2-1 {
        display: none
    }

    .section-front__title .text-2-2 {
        display: block
    }

    .section-front__title .text-3-1 {
        display: none
    }

    .section-front__title .text-3-2 {
        display: block
    }

    .text-span {
        font-size: 36px
    }

    .section-projects {
        padding: 100px 0 120px
    }

    .project-wrap, .projects-slider {
        margin-top: 70px
    }

    .project-item {
        width: 520px;
        height: 450px
    }

    .button-wrap {
        margin-top: 70px
    }

    .project-item--5 .project-item-text-wrap, .project-item-text-wrap {
        bottom: -110px
    }

    .project-item--0:lang(uk) .project-item-text-wrap {
        bottom: -135px
    }

    .section-results {
        padding: 100px 0
    }

    .results-items {
        margin: 70px 0
    }

    .results-item__title {
        font-size: 60px
    }

    .contact-background-map {
        left: -300px
    }

    .section-call {
        padding: 100px 0
    }

    .social-link svg {
        width: 24px
    }

    .lang-menu a {
        font-size: 20px
    }

    .form-title-wrap.modal {
        margin: 60px 0
    }

    .modal-wrap {
        max-width: 1130px;
        padding: 80px 100px
    }

    .modal-wrap-success {
        max-width: 730px;
        padding: 124px 100px
    }

    .section-404 {
        padding: 190px 0 100px
    }

    .post-link-wrap {
        max-width: 500px
    }

    .section-case-info {
        margin: 100px 0
    }

    .case-subtitle span {
        font-size: 22px
    }

    .case-info-slider {
        max-width: 600px;
        height: 390px
    }

    .case-info-content p {
        font-size: 20px
    }

    .case-link-wrap {
        margin: 46px 0 0
    }

    .case-info-data__img {
        max-width: 300px
    }

    .case-info-data, .case-info-slider, .case-info-slider-2 {
        max-width: 510px
    }

    .section-call__title {
        font-size: 50px
    }

    .bazu-by-futuretex__title {
        font-size: 48px
    }

    .bazu-by-futuretex-left-part {
        width: 550px
    }

    .footer {
        padding: 90px 0
    }

    .footer-content .custom-logo {
        width: 196px;
        height: 76px
    }

    .footer-menu a {
        font-size: 18px
    }
}

@media (max-width: 1199px) {
    .h2 {
        font-size: 35px
    }

    .text {
        font-size: 26px
    }

    .project-wrap-item {
        padding-right: 20px
    }

    .section-why-our-crm {
        padding: 60px 0
    }

    .section-results {
        padding: 84px 0
    }

    .modal-wrap {
        padding: 60px;
        grid-column-gap: 40px
    }

    .contact-background-map {
        left: -400px
    }

    .case-info-slider {
        max-width: 460px;
        height: 100%
    }

    .post-link-wrap {
        max-width: 426px
    }

    .section-why-custom-crm {
        padding: 60px 0
    }

    .why-our-crm-wrap {
        gap: 40px
    }

    .section-our-cases {
        padding: 60px 0 20px
    }

    .case-info-data-wrap {
        gap: 8px;
        padding: 0
    }

    .case-info-data-wrap br {
        margin: 3px 0
    }

    .case-info-wrap {
        margin: 60px auto
    }

    .section-our-benefits {
        padding: 60px 0
    }

    .our-benefits-items {
        flex-wrap: wrap
    }

    .our-benefits-item {
        width: calc(50% - 24px);
        margin: 12px;
        padding: 19px 19px 30px 19px
    }

    .section-compare-crm .container {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .case-info-data, .case-info-slider, .case-info-slider-2 {
        max-width: 430px
    }

    .section-bazu-by-futuretex {
        padding: 60px 0
    }

    .bazu-by-futuretex__title {
        font-size: 40px
    }

    .bazu-by-futuretex-wrap {
        justify-content: space-between
    }

    .bazu-by-futuretex-right-part {
        max-width: 400px
    }

    .bazu-by-futuretex-left-part {
        width: 480px
    }

    .compare-crm-table__title {
        font-size: 20px
    }

    .compare-crm-table-col {
        font-size: 14px
    }

    .section-how-we-work {
        padding: 60px 0
    }

    .tab-label {
        font-size: 20px
    }

    .section-for-whom {
        padding: 60px 0 20px
    }

    .section-faq {
        padding: 20px 0 60px
    }

    .hello-button-wrap{
        height: 80px;
        width: 80px;
        left: calc(100vw - 120px);
    }

    .hello-button-wrap img{
        max-width: 100%;
        height: auto;
    }

    #hello-button-img{
        width: 80px;
        height: 80px;
    }

    .hello-button-hands{
        width: 25px;
    }


    .footer-menu {
        grid-column-gap: 30px
    }

    .footer-menu .menu-item a {
        font-size: 16px
    }

    .footer-content .custom-logo {
        width: 166px
    }
}

@media (min-width: 992px) {
    .project-item:hover .project-item-img {
        top: -200px;
        width: 420px;
        height: 280px
    }

    .project-item:hover .project-item-text-wrap {
        bottom: 0
    }

    .case-info__img-mob {
        display: none
    }
}

@media (max-width: 991px) {
    .h1 {
        font-size: 50px
    }

    .h2 {
        font-size: 28px
    }

    .text {
        font-size: 24px
    }

    .text--small {
        font-size: 14px !important
    }

    .header-menu {
        min-width: auto;
        margin: 0 0 84px
    }

    .header-menu a {
        font-size: 46px
    }

    .header-social-wrap {
        display: none
    }

    .header-lang-menu-wrap {
        margin: 0
    }

    .header-menu-button-wrap-box .social-link {
        display: flex;
        margin: 0 0 0 100px
    }

    .main-button {
        font-size: 20px
    }

    .section-front-wrap {
        padding: 200px 0 100px
    }

    .section-front {
        min-height: calc(100% - 100px)
    }

    .section-front-bottom {
        min-height: 100px
    }

    .marquee-scroll-item {
        width: 240px
    }

    .background-wrap video {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .section-front__title .text-2-2 {
        display: none
    }

    .section-front__title .text-2-3 {
        display: block
    }

    .section-front__title .text-3-2 {
        display: none
    }

    .section-front__title .text-3-3 {
        display: block
    }

    .anim-line-wrapper--4 {
        display: block
    }

    .section-front__title .text-4-2 {
        display: none
    }

    .section-front-bottom-wrap {
        margin: 40px 0 0
    }

    .text-span {
        font-size: 30px
    }

    .text-span {
        font-size: 30px
    }

    .section-projects {
        padding: 84px 0 100px
    }

    .section-projects .block-label {
        display: block;
        margin: 0 0 58px
    }

    .project-item {
        width: 470px;
        height: auto;
        background: 0 0
    }

    .project-item-img-wrap {
        position: relative;
        top: 0;
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(211.02deg, #d4ece2 0, #6c8983 100%);
        background-blend-mode: luminosity, normal;
        padding: 70px 0 70px;
        border-radius: 14px
    }

    .project-item--0 .project-item-img-wrap {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(225deg, #9ebc95 0, #6b8e60 100%)
    }

    .project-item--2 .project-item-img-wrap {
        background: linear-gradient(211.02deg, #e2d8cb 0, #da9b96 100%)
    }

    .project-item--3 .project-item-img-wrap {
        background: linear-gradient(211.02deg, #d9e2f4 0, #99b6d1 100%)
    }

    .project-item--4 .project-item-img-wrap {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(211.02deg, #e0b8b8 0, #ab4039 100%)
    }

    .project-item--5 .project-item-img-wrap {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .25) 100%), linear-gradient(211.02deg, #d4ece2 0, #6c8983 100%)
    }

    .project-wrap-item {
        padding-right: 24px
    }

    .project-item-text-wrap {
        position: relative;
        padding: 34px 20px 0 0;
        top: 0;
        opacity: .5
    }

    .project-item:hover .project-item-text-wrap {
        opacity: 1
    }

    .project-item:not(.project-item_new) .project-item-text-wrap:after {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 34px;
        background: center/contain no-repeat url(../img/pointer.svg)
    }

    .project-item-img {
        position: static;
        display: block
    }

    .project-item-text-wrap .h3 {
        margin-bottom: 12px;
        font-size: 18px
    }

    .project-wrap, .projects-slider {
        margin-top: 58px
    }

    .button-wrap {
        margin-top: 58px;
        justify-content: flex-start
    }

    .results-items {
        margin: 58px 0
    }

    .results-title {
        text-align: left
    }

    .results-items {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-row-gap: 54px
    }

    .results-item__title {
        text-align: left
    }

    .results-item__text {
        text-align: left;
        font-size: 20px
    }

    .section-results .text-results {
        text-align: left;
        max-width: 570px;
        font-size: 22px !important
    }

    .section-results .text-results br {
        display: none
    }

    .section-results .button-wrap {
        justify-content: flex-start
    }

    .formspree-form {
        max-width: 100%;
        margin: 54px 0 0
    }

    .section-call {
        padding: 84px 0
    }

    .pointer {
        width: 10px;
        height: 10px
    }

    .pointer::before {
        width: 40px;
        height: 40px;
        top: -15px;
        left: -15px
    }

    .pointer--1 {
        left: 610px;
        top: 235px
    }

    .pointer--2 {
        left: 445px;
        top: -280px
    }

    .pointer--3 {
        left: 310px;
        top: -310px
    }

    .contact-box {
        max-width: 100%;
        padding: 500px 0 0 0
    }

    .section-call__title .anim-line-wrapper {
        display: inline-block
    }

    .map-img {
        height: 690px
    }

    .modal-wrap {
        grid-template-columns:1fr
    }

    .input {
        font-weight: 400;
        font-size: 16px
    }

    .label {
        font-size: 16px;
        font-weight: 400
    }

    .section-modal .modal-wrap-contact {
        margin-top: 20px
    }

    .form-title-wrap.modal {
        margin: 40px 0
    }

    .modal-wrap-success {
        max-width: 568px;
        padding: 80px
    }

    .modal-wrap-success__subtitle {
        margin: 34px 0 34px 0
    }

    .front-text-wrap {
        max-width: 465px
    }

    .section-404 .text {
        font-size: 32px;
        margin: 0 0 24px
    }

    .section-404 .button-wrap {
        margin-top: 54px;
        justify-content: center
    }

    .case-subtitle {
        margin: 20px 0 0
    }

    .case-subtitle span {
        font-size: 20px
    }

    .case-info-wrap {
        flex-wrap: wrap;
        margin: 32px auto
    }

    .case-info-data {
        order: -1;
        max-width: 100%;
        margin: 0 0 40px
    }

    .case-info-slider .swiper-wrapper, .case-info-slider-2 .swiper-wrapper {
        height: 0;
        visibility: hidden
    }

    .case-info__img-mob {
        width: 512px;
        height: auto;
        margin: 24px auto
    }

    .swiper-control {
        bottom: 0
    }

    .compare-crm-table-col, .compare-crm-table-th {
        display: flex;
        align-items: center;
        padding: 14px
    }

    .section-our-benefits h2 br {
        display: none
    }

    .our-benefits-item {
        padding: 14px
    }

    .our-benefits-item__text {
        line-height: 130%
    }

    .text-how-we-work {
        font-size: 24px;
        margin: 24px auto
    }

    .text-how-we-work br {
        display: none
    }

    .case-slide {
        position: relative
    }

    .case-info-slider, .case-info-slider-2 {
        max-width: calc(100% - 50px)
    }

    .case-info-data__img {
        max-width: 220px
    }

    .section-case-info {
        overflow: hidden
    }

    .section-how-we-work h2 br {
        display: none
    }

    .how-we-work-items {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        margin: 32px auto
    }

    .how-we-work-item {
        width: 370px
    }

    .how-we-work-item img {
        margin: 0 auto 10px
    }

    .button-wrap {
        justify-content: center
    }

    .bazu-by-futuretex-wrap {
        flex-direction: column;
        gap: 32px
    }

    .bazu-by-futuretex__title {
        font-size: 50px
    }

    .bazu-by-futuretex-right-part {
        max-width: 100%
    }

    .bazu-by-futuretex-right-part .text {
        font-size: 24px !important
    }

    .section-faq {
        padding: 40px 0 60px
    }

    .for-whom-button-wrap {
        margin: 32px auto 0
    }

    .tab-label {
        font-size: 16px
    }

    .post-link-wrap {
        max-width: 290px
    }

    .section-case-info {
        margin: 100px 0 40px
    }

    .main-button_case {
        max-width: 330px
    }

    .case-info-content p br {
        display: none
    }

    .contact-background-map {
        left: 0;
        top: -100px
    }

    .why-custom-crm-wrap {
        gap: 32px
    }

    .why-custom-crm-wrap br {
        display: none
    }

    .why-custom-crm-info-wrap {
        flex-direction: column;
        margin: 0;
        gap: 32px
    }

    .why-custom-crm-info-wrap .text {
        font-size: 20px !important
    }

    .why-custom-crm-info-wrap picture, .why-our-crm-wrap picture {
        width: 100%
    }

    .why-our-crm-wrap {
        flex-wrap: wrap;
        margin: 32px auto
    }

    .why-our-crm-text-wrap {
        width: 100%
    }

    .why-our-crm-text-wrap ul {
        max-width: 100%
    }

    .why-our-crm-text-wrap p {
        font-size: 20px !important
    }

    .why-our-crm-text-wrap p br {
        display: none
    }

    .text-results {
        font-size: 20px !important
    }

    .text-results br {
        display: none
    }

    .case-info-slider {
        order: -1
    }

    .footer-menu {
        grid-template-columns:1fr
    }

    .footer-menu .menu-item:nth-child(1) {
        order: 1
    }

    .footer-menu .menu-item:nth-child(2) {
        order: 5;
        margin-top: 40px
    }

    .footer-menu .menu-item:nth-child(3) {
        order: 2
    }

    .footer-menu .menu-item:nth-child(4) {
        order: 5
    }

    .footer-menu .menu-item:nth-child(5) {
        order: 4
    }

    .footer-menu .menu-item:nth-child(6) {
        order: 6
    }

    .footer-menu .menu-item:nth-child(7) {
        order: 4
    }

    .footer-social {
        order: 3;
        width: 100%
    }

    .footer-content {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .footer-menu-wrap {
        margin: 0 40px 0 0
    }

    .footer-social .logo {
        display: none
    }

    .footer-menu-wrap .logo {
        display: block;
        margin: 0 0 64px
    }

    .footer-lang-menu {
        display: flex;
        flex-direction: column
    }

    .footer-lang-menu-wrap {
        margin: auto 0 0 0;
        position: relative;
        top: 100px
    }

    .copyright {
        margin: 64px 0 0
    }
}

@media (max-width: 767px) {
    .h1 {
        font-size: 40px
    }

    .h3 {
        font-size: 20px
    }

    .header {
        padding: 20px 0
    }

    .header-menu:lang(uk) {
        min-width: auto
    }

    .header-wrap .logo img {
        top: 18px
    }

    .lang-menu a {
        font-size: 16px
    }

    .main-button {
        height: 50px;
        padding: 13px 40px;
        font-size: 13px;
        max-width: 360px
    }

    .header-menu a {
        font-size: 36px
    }

    .header-menu-button-wrap-box .social-link {
        margin: 0 0 0 50px
    }

    .header-menu {
        grid-row-gap: 26px
    }

    .main-button_transparent {
        min-width: 160px;
        height: 40px
    }

    .header-wrap .logo {
        width: 107px;
        height: 59px
    }

    .header-wrap .logo img {
        max-width: 100%
    }

    .text-span {
        font-size: 18px
    }

    .text-span {
        font-size: 18px
    }

    .block-label {
        font-size: 12px;
        line-height: 123%
    }

    .section-projects {
        padding: 68px 0 84px
    }

    .section-projects .block-label {
        margin: 0 0 44px
    }

    .text {
        font-size: 20px
    }

    .project-wrap, .projects-slider {
        margin-top: 44px
    }

    .project-item {
        width: 312px;
        border-radius: 6px
    }

    .project-item-img-wrap {
        padding: 46px 0 46px;
        border-radius: 6px
    }

    .project-item-img {
        max-width: calc(100% - 44px)
    }

    .project-item-text-wrap {
        padding: 24px 20px 0 0
    }

    .project-item-text-wrap .h3 {
        font-size: 18px
    }

    .project-item:not(.project-item_new) .project-item-text-wrap:after {
        width: 14px;
        height: 14px
    }

    .text--small {
        font-size: 12px !important
    }

    .section-results {
        padding: 68px 0
    }

    .results-item__title {
        font-size: 40px
    }

    .results-item__text {
        font-size: 16px
    }

    .results-items {
        margin: 44px 0;
        grid-row-gap: 44px
    }

    .section-results .text-results {
        font-size: 16px !important
    }

    .button-wrap {
        margin-top: 44px
    }

    .contact-background-map {
        top: 0
    }

    .map-img {
        height: 600px
    }

    .pointer--1 {
        left: 525px;
        top: 210px
    }

    .pointer--2 {
        left: 270px;
        top: -270px
    }

    .pointer--3 {
        left: 385px;
        top: -240px
    }

    .section-call {
        padding: 68px 0
    }

    .email-link {
        font-size: 16px
    }

    .link-up, .social-link {
        width: 50px;
        height: 50px
    }

    .input {
        font-weight: 400;
        font-size: 14px
    }

    .label {
        font-size: 12px;
        font-weight: 400
    }

    .modal-wrap {
        padding: 32px
    }

    .modal-wrap-success {
        padding: 32px;
        max-width: 500px
    }

    .section-404 .text {
        font-size: 24px;
        margin: 0 0 24px
    }

    .post-link-wrap {
        max-width: 220px
    }

    .section-case-info {
        margin: 68px 0 40px
    }

    .case-info-content p {
        font-size: 16px
    }

    .case-link-wrap {
        margin: 36px 0 0
    }

    .swiper-button-wrap .swiper-button-next, .swiper-button-wrap .swiper-button-prev {
        width: 34px;
        height: 34px
    }

    .swiper-button-wrap .swiper-button-next:after, .swiper-button-wrap .swiper-button-prev:after {
        width: 18px;
        height: 18px
    }

    .swiper-control .swiper-pagination {
        top: -5px
    }

    .our-benefits-item img {
        width: 56px
    }

    .compare-crm-table__title {
        font-size: 14px
    }

    .compare-crm-table-col, .compare-crm-table-th {
        font-size: 10px;
        padding: 12px
    }

    .bazu-by-futuretex__title {
        font-size: 40px
    }

    .bazu-by-futuretex-right-part .text {
        font-size: 20px !important
    }

    .tab-label {
        font-size: 14px
    }

    .tab-content {
        font-size: 11px
    }

    .section-call__title {
        font-size: 36px
    }

    .footer-menu {
        grid-column-gap: 20px
    }

    .footer-content .custom-logo {
        width: 129px;
        height: 50px
    }
}

@media (max-width: 575px) {
    .h1 {
        font-size: 34px
    }

    .h2 {
        font-size: 24px
    }

    .text--small {
        font-size: 16px !important
    }

    .section-why-custom-crm {
        padding: 40px 0
    }

    .why-custom-crm-wrap {
        gap: 28px
    }

    .why-custom-crm-info-wrap .text {
        font-size: 16px !important
    }

    .section-why-our-crm {
        padding: 40px 0
    }

    .why-our-crm-text-wrap p {
        font-size: 16px !important
    }

    .why-our-crm-text-wrap li {
        font-size: 16px
    }

    .swiper-control {
        width: calc(100vw - 40px)
    }

    .section-our-cases {
        padding: 40px 0 0
    }

    .section-front-wrap {
        padding: 140px 0 80px
    }

    .marquee-scroll-item {
        width: 220px
    }

    .case-info-slider {
        max-width: calc(100% - 20px)
    }

    .case-info-slider {
        padding: 0;
    }

    .case-info-data__img {
        max-width: 150px
    }

    .case-info-data__title {
        font-size: 28px;
        line-height: 120%
    }

    .case-subtitle {
        margin: 0
    }

    .case-subtitle span {
        font-size: 14px
    }

    .header-wrap .main-button_transparent {
        font-size: 12px;
        padding: 13px 10px
    }

    .case-info-wrap {
        margin: 24px auto
    }

    .section-call__title {
        font-size: 30px
    }

    .header-menu-button-wrap-box .social-link {
        margin: 0 0 0 20px;
        flex-shrink: 0
    }

    .header-menu {
        margin: 0 0 40px
    }

    .front-text-wrap .text br {
        display: none
    }

    .section-menu {
        padding: 120px 0 50px
    }

    .header-menu a {
        font-size: 26px;
        grid-row-gap: 18px
    }

    .section-front__title .text-1-2 {
        display: none
    }

    .section-front__title .text-1-3 {
        display: block
    }

    .section-front__title .text-2-3 {
        display: none
    }

    .section-front__title .text-2-4 {
        display: block
    }

    .section-front__title .text-3-3 {
        display: none
    }

    .section-front__title .text-3-4 {
        display: block
    }

    .section-front__title .text-4-1 {
        display: none
    }

    .section-front__title .text-4-2 {
        display: block
    }

    .anim-line-wrapper--5 {
        display: block
    }

    .project-wrap-item .project-button:lang(uk) {
        font-size: 12px
    }

    .background-wrap video {
        width: auto;
        min-width: 100vw;
        min-height: 101%
    }

    .results-items {
        grid-template-columns:1fr
    }

    .contact-box {
        padding: 260px 0 0 0
    }

    .pointer--1 {
        left: 305px;
        top: 115px
    }

    .pointer--2 {
        left: 223px;
        top: -140px
    }

    .pointer--3 {
        left: 155px;
        top: -160px
    }

    .map-img {
        height: 350px
    }

    .input:placeholder-shown:not(:focus) + * {
        font-size: 14px
    }

    .submit-button {
        font-size: 16px;
        padding: 12px 40px 12px 50px
    }

    .section-modal {
        padding: 20px 8px
    }

    .modal-wrap {
        padding: 20px
    }

    .show-modal-success .modal-wrap-success {
        max-width: calc(100vw - 20px);
        padding: 48px 20px
    }

    .modal-wrap-success__subtitle {
        margin: 26px 0 26px 0
    }

    .social-link-wrap {
        margin: 22px 0 0
    }

    .form-title-wrap.modal {
        margin: 22px 0
    }

    .formspree-form {
        margin: 30px 0 0
    }

    .item-form {
        margin-top: 34px
    }

    .close {
        right: 12px;
        top: 26px
    }

    .close img {
        width: 20px;
        height: 20px
    }

    .section-404 {
        padding: 90px 0 50px
    }

    .post-link-wrap {
        max-width: calc(100% - 20px)
    }

    .app-link-wrap {
        grid-template-columns:1fr;
        grid-row-gap: 0
    }

    .why-custom-crm-background-img {
        max-width: 300px
    }

    .bazu-by-futuretex-left-part, .bazu-by-futuretex-right-part {
        max-width: 100%
    }

    .bazu-by-futuretex__title {
        font-size: 24px;
        max-width: 320px
    }

    .bazu-by-futuretex-right-part .text {
        font-size: 16px !important
    }

    .tab-label {
        padding: 18px 60px 18px 12px
    }

    .tab-button {
        width: 40px;
        height: 40px;
        right: 12px
    }

    .section-our-benefits {
        padding: 40px 0
    }

    .text-how-we-work {
        font-size: 20px
    }

    .our-benefits-item {
        width: 100%
    }

    .compare-crm-table-row {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 6px
    }

    .compare-crm-table-th:first-child {
        display: none
    }

    .compare-crm-table-col:first-child {
        grid-column: 1/3
    }

    .section-compare-crm .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .compare-crm-table-th img {
        height: 24px
    }

    .how-we-work-item img {
        width: 40px;
        height: auto
    }

    .how-we-work-item__title {
        font-size: 20px
    }

    .how-we-work-item__text {
        font-size: 18px
    }

    .swiper-control .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .hello-button-wrap {
        left: calc(100vw - 90px);
    }

    .hello-button__hands {
        width: 22px;
        height: 22px;
    }

    .call-us-wrap {
        padding-right: 30px;
    }

    .call-us-list {
        width: 210px;
    }

    .call-us-list__item{
        font-size: 14px;
    }

    .footer {
        padding: 40px 0
    }

    .footer-menu-wrap .logo {
        margin: 0 0 40px
    }

    .footer-menu {
        grid-template-columns:1fr
    }

    .footer-menu-wrap {
        margin: 0
    }

    .footer-menu a {
        min-width: 100px
    }

    .footer-social-wrap {
        grid-column-gap: 0
    }

    .footer-lang-menu {
        position: absolute;
        right: 0
    }
}

@media (max-width: 400px) {
    .h1 {
        font-size: 34px
    }

    .text-span {
        font-size: 16px
    }

    .text-span {
        font-size: 16px
    }

    .how-we-work-item {
        max-width: 340px
    }

    .footer-menu a:lang(uk) {
        min-width: 150px
    }
}

@media (max-width: 360px) {
    .h2 {
        font-size: 20px
    }

    .header-wrap .main-button_transparent {
        font-size: 10px;
        padding: 10px 8px
    }

    .input:placeholder-shown:not(:focus) + * {
        font-size: 12px
    }

    .main-button {
        padding: 13px
    }

    .text--small {
        font-size: 14px !important
    }

    .case-info-data-wrap p {
        font-size: 16px
    }

    .how-we-work-item {
        max-width: 300px
    }
}

@media (max-width: 340px) {
    .h1 {
        font-size: 30px
    }

    .text {
        font-size: 18px
    }

    .text-span {
        font-size: 14px
    }

    .text-span {
        font-size: 14px
    }

    .project-item {
        width: 280px
    }
}

@keyframes wave-animation {
    0% {
        transform: rotate(0)
    }
    35% {
        transform: rotate(0)
    }
    40% {
        transform: rotate(14deg)
    }
    45% {
        transform: rotate(-8deg)
    }
    50% {
        transform: rotate(14deg)
    }
    55% {
        transform: rotate(-4deg)
    }
    60% {
        transform: rotate(10deg)
    }
    65% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}