/*
Theme Name: Bazu
Theme URI: https://bazucompany.com/
Description: Bazu company
Author: Bazu
Author URI: https://bazucompany.com/
Version: 2.0.0
*/

@charset "utf-8";
/* CSS Document */

@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;
}

/*reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    font-feature-settings: 'locl' 0;
    /*color: #1A1A1F;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


*{
    box-sizing: border-box;
}

button,
button:hover,
button:focus{
    outline: none;
}

/*end reset css*/

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/

body{
    background: #F3F3F3;
}

-moz-scrollbar {
    width: 6px;
}

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,
.editor-text-styles h1{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 86px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #1A1A1F;
}

.h1 span{
    font-size: inherit;
}

.section-latest-posts__title .text-2-1,
.section-latest-posts__title .text-1-2{
    display: none;
}

.h3,
.editor-text-styles 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: 40px;
    line-height: 130%;
    color: #000000;
}

.text--white{
    color: #FFFFFF !important;
}

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

.text--small{
    font-size: 20px !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;
    opacity: 0;
}

.container-breadcrumbs{
    opacity: 0;
}

.modal .anim-line{
    opacity: 1;
}

.iframe-404{
    display: block;
    margin: 50px auto 120px;
    pointer-events: none;
}

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

.section-front__title{
    width: 100%;
}

.single-cases .section-front__title{
    text-transform: uppercase;
}

.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;
}

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


.articles-preview-wrap{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: 110px 0 0;
}

.article-preview-item{
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid #FFF;
    padding: 30px;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.5s ease-out;
}

.article-preview-item:hover{
    background: rgba(255, 255, 255, 0.20);
}

.article-preview-item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 19px;
}

.article-preview-item-header .text-span{
    display: block;
    font-size: 14px;
}

.article-preview-item_title{
    text-transform: uppercase;
    margin: auto 0;
    padding: 26px 0;
}

.article-preview-item__excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #ffffff;
    margin: auto 0 0;
}

.article-preview-item__breadcrumbs{
    font-family: 'VCR OSD Mono', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 17.22px */
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 1800px){
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }

    .archive-article-item{
        min-height: 700px;
        padding-bottom: 5px;
    }


    .section-posts {
        padding: 180px 0;
    }

    div.archive-articles-wrap{
        grid-column-gap: 70px;
        grid-row-gap: 70px;
    }

    .section-single-post{
        padding: 180px 0 100px;
    }

    /* editor text styles */

    .single-post-content{
        max-width: 1030px;
    }

    .sidebar{
        max-width: 330px;
    }

    .sidebar-with-author{
        max-width: 380px;
    }

    .editor-text-styles .wp-block-group{
        margin: 180px 0;
    }

    .editor-text-styles .wp-block-group:first-child{
        margin-top: 0;
    }

    .editor-text-styles .wp-block-group:last-of-type{
        margin-bottom: 100px;
    }

    .main-button__app-store:after{
        left: 50px !important;
    }

    .main-button__google-play:after{
        left: 30px !important;
    }

    /* end editor text styles */

    .wp-block-group ~ .single-post-category-wrap{
        margin-top: -60px;
    }
}

html,
body{
    height: 100%;
}

body{
    /*overflow-x: hidden;*/
}

.home{
    overflow: hidden;
}

.unlocked{
    overflow: auto;
}

.show-modal{
    overflow: hidden;
}

.pre-loader {
    font-family: "VCR OSD Mono";
    background-color: #161615;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    overflow: hidden;
    z-index: 10000;
    transition: opacity 1s ease;
}

.click-btn,
.pre-loader-btn{
    position: fixed;
    top: -50%;
    left: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.typing-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.typing-text{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}
.input-cursor {
    display: inline-block;
    width: 10px;
    height: 30px;
    background-color: white;
    margin-left: 8px;
    animation: blink .6s linear infinite alternate;
}

@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: 30px 0;
    background: transparent;
    transition: background-color 0.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;
    max-height: 80px;
}

.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 0.3s ease-out;
    overflow: auto;
    padding: 200px 0 50px;
    pointer-events: none;
}

.menu-open .section-menu{
    pointer-events: all;
}

.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: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.header-menu a:hover{
    color: #F7CD46;
}

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

.menu-open .section-menu{
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}

.lang-menu{
    display: grid;
    grid-template-columns: 1fr 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 0.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;
}

.container-breadcrumbs{
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #FFFFFF;
}

.bread-crumbs__text,
.bread-crumbs__link,
.bread-crumbs__separator{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

.post-date{
    font-family: 'Salma Pro', sans-serif;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    margin: 32px 0 0;
    z-index: 1;
}

.case-subtitle{
    font-family: 'Salma Pro', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 134%;
    text-transform: uppercase;
    color: #FFFFFF;
    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% - 260px);
    background: #1A1A1F;
    overflow: hidden;
}


/*.single .section-front{*/
/*    min-height: 100%;*/
/*}*/

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

.section-posts{
    padding: 130px 0;
}

.archive-articles-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 54px;
    grid-row-gap: 54px;
}

.archive-article-img-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive-article-item,
.archive-article-item *{
    text-decoration: none;
}

.archive-article-img-wrap{
    position: relative;
    height: 0;
    padding-top: 100%;
    transition: transform 1s, padding-top 1s cubic-bezier(.19,1,.22,1);
    border-radius: 10px;
    overflow: hidden;
}

.archive-article-item{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 20px;
}

.archive-article-item:hover .archive-article-img-wrap{
    padding-top: 56.25%;
}

.archive-article-item__title{
    text-decoration: none;
    color: #000000;
    margin: 40px 0 0;
    text-transform: uppercase;
}

.archive-article-item__breadcrumbs,
.archive-article-item__date{
    font-family: 'VCR OSD Mono', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    line-height: 123%;
    text-transform: uppercase;
    color: #5B5750;
}

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

.archive-article-info-wrap{
    display: flex;
    justify-content: space-between;
    margin: 18px 0 0;
}

.archive-article-item__border{
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 0;
}

.archive-article-item:hover .archive-article-item__border-inner{
     width: 100%;
}

.archive-article-item__border-inner{
    width: 0%;
    height: 100%;
    background-color: #1A1A1F;
    transition: width 1s cubic-bezier(.19,1,.22,1);
}

.archive-article-item__text{
    font-family: 'Salma Pro', sans-serif;
    max-height: 0;
    color: #3e3e46;
    margin-top: 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: max-height 1s cubic-bezier(.19,1,.22,1);
    overflow: hidden;
}

.archive-article-item:hover .archive-article-item__text{
    max-height: 120px;
}

.load-more-wrap{
    display: flex;
    justify-content: center;
    margin: 100px 0 0;
}

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

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

.section-technologies .text-1-2,
.section-technologies .text-2-2{
    display: none;
}

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

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

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

.single-cases .section-front-wrap{
    max-width: 50%;
}

.single-cases .section-front__title{
    padding-top: 20px;
}

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

.mockup-wrap{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.mockup-wrap__img{
    max-width: 100%;
    height: auto;
}

.section-front-bottom-wrap{
    display: flex;
    align-items: center;
}

.blog-action-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blog-search-wrap{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 510px;
}

.blog-search-wrap:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/search-line.svg");
    pointer-events: none;
}

.blog-search-wrap form{
    width: 100%;
}

.input-search{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    width: 100%;
    padding: 12px 60px 12px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #ffffff;
}

.input-search:hover,
.input-search:focus{
    outline: none;
}

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

.input-search:-internal-autofill-selected{
    color: #ffffff !important;
}


.input-search::-webkit-input-placeholder{
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.input-search::-moz-placeholder{
    color: rgba(255, 255, 255, .5);
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.input-search:-ms-input-placeholder{
    color: rgba(255, 255, 255, .5);
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.input-search::-ms-input-placeholder{
    color: rgba(255, 255, 255, .5);
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.input-search::placeholder{
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.2s;
}

.category-items{
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-wrap: wrap;
}

.category-item{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 24px 10px 0;
    padding: 14px 22px;
    color: #FFFFFF;
    opacity: 0.5;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.category-item--dark{
    color: #5B5750;
    border-color: #5B5750;
}

.single .category-item--dark{
    margin: 10px 24px 10px 0;
    list-style-type: none;
    font-size: 16px;
}

.single-post-category-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.single .project-button{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    max-width: max-content;
    color: #ffffff;
    margin: 20px 0 0;
    height: 46px;
    max-height: 46px;
}

.category-item.active,
.category-item:hover{
    opacity: 1;
    background: #FFFFFF;
    color:  #1A1A1F;
}

.front-text-wrap{
    margin-left: 124px;
    max-width: 740px;
}

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

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

.menu-open .header-button-wrap .main-button{
    opacity: 0;
    pointer-events: none;
}

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

.main-button_transparent{
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    min-width: 210px;
}

.main-button_read-more{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    min-width: 120px;
    margin: 45px 0 0;
    padding: 10px 22px;
    text-transform: none;
    max-width: 160px;
    height: 50px;
    max-height: max-content;
    text-decoration: 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;
}

.main-button__app-store,
.main-button__google-play{
    max-width: 296px;
    padding-left: 60px;
}

.main-button__app-store:after,
.main-button__google-play:after{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
}

.main-button__app-store:after{
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/apple.svg");
}

.main-button__google-play:after{
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/google-play.svg");
}

.section-latest-posts .main-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.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__hands{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.hello-button__hands.noscroll{
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 6s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: 70% 70%;
}

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

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

.call-us-list__item-modal{
    transition: all 0.3s ease-out;
}

.call-us-list__item-modal:hover{
    color: #F7CD46;
}

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

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

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

.call-us-list__item:not(:last-child){
    border-bottom: 1px solid #B7B1A6;
}

.call-us-list__item{
    padding: 16px;
}

.call-us-list__item-modal{
    cursor: pointer;
}


.call-us-list__item-link{
    margin: 0 19px;
}

.call-us-list__item-link path{
    transition: all 0.3s ease-out;
}

.call-us-list__item-link:hover path{
    fill: #F7CD46;
}

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

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

.menu-item:nth-child(3){
    order: 5;
}

.menu-item:nth-child(4){
    order: 2;
}

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

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

.menu-toggle-button{
    position: relative;
    background: transparent;
    height: 72px;
    width: 72px;
    padding: 0;
    margin-left: 34px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    outline: none;
    z-index: 3;
    flex-shrink: 0;
}

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

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

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

.line_1{
    background: #F7CD46;
}

.menu-open .line_1 {
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-open .line_2 {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #F7CD46;
}

.menu-open{
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 6px !important;
}

/*.menu-open .header-wrap{*/
/*    left: -3px;*/
/*    position: relative;*/
/*}*/

.section-preview{
    background: #F3F3F3;
    padding: 135px 0;
}

.preview-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-text{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 143%;
    color: #5B5750;
    position: absolute;
    width: 100%;
    max-width: 1038px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
    text-transform: uppercase;
    white-space: nowrap;
}

.preview-text strong,
.preview-text b{
    font-weight: 500;
    color: #000000;
}

.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;
}

.preview-wrap .text--green:lang(en-US){
    min-width: 380px;
}

.preview-wrap .text--pink:lang(en-US){
    min-width: 267px;
}

.preview-wrap .text--green:lang(uk){
    min-width: 385px;
    text-align: right;
}

.preview-wrap .text--pink:lang(uk){
    min-width: 255px;
}

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

.section-projects__text .word {
    display: inline-block;
    color: #ffffff;
    opacity: .2;
    will-change: opacity;
}

.section-projects__text .word.visible {
    opacity: 1;
    transition: opacity 1s ease;
}

.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("/wp-content/themes/bazucompany/img/label.svg");
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block-label.text--white:after{
    background: center / contain url("/wp-content/themes/bazucompany/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-new-wrap{
    transition: all 0.1s ease !important;
}

.project-item{
    position: relative;
    width: 670px;
    height: 580px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 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;
    /*margin-right: 40px;*/
    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, 0.11);
}

.project-item--0{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.48%, rgba(0, 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, 0.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, 0.09));
}

.project-item--4{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 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, 0.25));
}

.project-item--6{
    background: linear-gradient(225deg, #d4ece2 0%, #6c8983 100%);
}

.project-item--7{
    background: linear-gradient(225deg, #c2d4fd 0%, #5f68a8 100%);
}

.project-item--8{
    background: linear-gradient(225deg, #c0e1ee 0%, #417f8f 100%);
}

.project-item--9{
    background: linear-gradient(225deg, #ffdfb1 0%, #77563c 100%);
}

.project-item_new{
    background: #F3F3F3;
}

.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 0.3s ease-out;
}

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

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

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

.project-item--9 .project-item-text-wrap{
    bottom: -160px;
}

.project-item_new .project-item-text-wrap{
    bottom: 0;
    top: 0;
    margin: auto;
    height: max-content;
    text-align: center;
}

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

.section-founder{
    padding: 180px 0;
}

.founder-text-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 100px 0;
}

.founder-img-box{
    display: flex;
}

.founder-img{
    width: 100%;
    height: auto;
}

.founder-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
}

.founder-label{
    display: flex;
    padding: 30px;
    margin-top: 26px;
    border: 1px solid rgba(91, 87, 80, 0.32);
    border-radius: 8px;
}

.speaks{
    display: block;
    width: 62px;
    height: 24px;
    background: center / contain url("/wp-content/themes/bazucompany/img/speaks.svg");
    margin-right: 24px;
}

/* sound bars */

.animate-bars {
    display: flex;
    align-items: center;
    width: 60px;
    height: 24px;
    overflow: hidden;
}
.animate-bars div {
    /*flex: 1 0 auto;*/
    margin: 0 1px;
    width: 1px;
    height: 100%;
    background-color: #5B5750;
    -webkit-animation: animate-bar 300ms linear infinite alternate;
    animation: animate-bar 300ms linear infinite alternate;
    transform-origin: bottom;
    opacity: 0;
}
.animate-bars div:first-child {
    margin-left: 0;
}
.animate-bars div:last-child {
    margin-right: 0;
}

.animate-bars div:nth-child(1) {
    -webkit-animation-duration: 462ms;
    animation-duration: 462ms;
    -webkit-animation-delay: 207ms;
    animation-delay: 207ms;
}
.animate-bars div:nth-child(2) {
    -webkit-animation-duration: 506ms;
    animation-duration: 506ms;
    -webkit-animation-delay: 45ms;
    animation-delay: 45ms;
}
.animate-bars div:nth-child(3) {
    -webkit-animation-duration: 746ms;
    animation-duration: 746ms;
    -webkit-animation-delay: 248ms;
    animation-delay: 248ms;
}
.animate-bars div:nth-child(4) {
    -webkit-animation-duration: 680ms;
    animation-duration: 680ms;
    -webkit-animation-delay: 102ms;
    animation-delay: 102ms;
}
.animate-bars div:nth-child(5) {
    -webkit-animation-duration: 531ms;
    animation-duration: 531ms;
    -webkit-animation-delay: 149ms;
    animation-delay: 149ms;
}
.animate-bars div:nth-child(6) {
    -webkit-animation-duration: 461ms;
    animation-duration: 461ms;
    -webkit-animation-delay: 309ms;
    animation-delay: 309ms;
}

.animate-bars div:nth-child(7) {
    -webkit-animation-duration: 619ms;
    animation-duration: 619ms;
    -webkit-animation-delay: 456ms;
    animation-delay: 456ms;
}
.animate-bars div:nth-child(8) {
    -webkit-animation-duration: 624ms;
    animation-duration: 624ms;
    -webkit-animation-delay: 452ms;
    animation-delay: 452ms;
}
.animate-bars div:nth-child(9) {
    -webkit-animation-duration: 741ms;
    animation-duration: 741ms;
    -webkit-animation-delay: 427ms;
    animation-delay: 427ms;
}
.animate-bars div:nth-child(10) {
    -webkit-animation-duration: 635ms;
    animation-duration: 635ms;
    -webkit-animation-delay: 218ms;
    animation-delay: 218ms;
}

.animate-bars div:nth-child(11) {
    -webkit-animation-duration: 422ms;
    animation-duration: 422ms;
    -webkit-animation-delay: 367ms;
    animation-delay: 367ms;
}
.animate-bars div:nth-child(12) {
    -webkit-animation-duration: 433ms;
    animation-duration: 433ms;
    -webkit-animation-delay: 306ms;
    animation-delay: 306ms;
}
.animate-bars div:nth-child(13) {
    -webkit-animation-duration: 515ms;
    animation-duration: 515ms;
    -webkit-animation-delay: 48ms;
    animation-delay: 48ms;
}
.animate-bars div:nth-child(14) {
    -webkit-animation-duration: 385ms;
    animation-duration: 385ms;
    -webkit-animation-delay: 376ms;
    animation-delay: 376ms;
}
.animate-bars div:nth-child(15) {
    -webkit-animation-duration: 412ms;
    animation-duration: 412ms;
    -webkit-animation-delay: 337ms;
    animation-delay: 337ms;
}
.animate-bars div:nth-child(16) {
    -webkit-animation-duration: 648ms;
    animation-duration: 648ms;
    -webkit-animation-delay: 473ms;
    animation-delay: 473ms;
}

.animate-bars-center div {
    transform-origin: center;
}

@-webkit-keyframes animate-bar {
    0% {
        transform: scaleY(0);
        opacity: 0.8;
    }
    100% {
        transform: scaleY(100%);
        opacity: 0.4;
    }
}

@keyframes animate-bar {
    0% {
        transform: scaleY(0);
        opacity: 0.8;
    }
    100% {
        transform: scaleY(100%);
        opacity: 0.4;
    }
}

/* end sound bars */

.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: #FFFFFF;
    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;
}

.section-technologies,
.section-latest-posts{
    position: relative;
    overflow: hidden;
    padding: 160px 0;
    background: #000000;
}

.section-latest-posts .container{
    position: relative;
    z-index: 1;
}

.technologies-content{
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
}

.project-button{
    display: inline-block;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    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-button:after{
    content: '';
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background: center / contain url("/wp-content/themes/bazucompany/img/pointer.svg");
    transition: all 0.3s ease-out;
}

.project-button:hover:after{
    transform-origin: top right;
    transform: scale(0.6);
}

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

.plus{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #1A1A1F;
    border-radius: 10px;
}

.plus:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 5px;
    margin: auto;
    background: #1A1A1F;
}

.plus:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    background: #1A1A1F;
}

.plus--left-top{
    left: 40px;
    top: 40px;
}


.plus--right-top{
    right: 40px;
    top: 40px;
}

.plus--left-bottom{
    left: 40px;
    bottom: 40px;
}

.plus--right-bottom{
    right: 40px;
    bottom: 40px;
}

.technologies-slider{
    overflow: hidden;
}

.technology-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 150px;
}

.technology-text-box{
    max-width: 535px;
    margin-left: 40px;
}

.technology-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.technology-list__item{
    margin: 0 48px 48px 0;
}

.technology-list-box{
    width: 60%;
}

.technology-text-box{
    width: 40%;
}

.technology-list__item-link{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.technology-list__item-icon{
    background: transparent;
    border-radius: 10px;
    transition: background 0.3s ease-out;
}

.technology-list__item-link:hover .technology-list__item-icon{
    background: rgba(255, 255, 255, 0.2);
}

.technology-list__item-text{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 12px;
    text-align: center;
}

.technology-list_case .technology-list__item img{
    margin: auto;
    padding: 15px;
    background: rgba(91, 87, 80, 0.14);
}

.technology-list_case .technology-list__item:hover img{
    background: rgba(91, 87, 80, 0.2);
}

.technology-list_case .technology-list__item .technology-list__item-text{
    color: #5B5750;
}

.technologies-pagination-mob{
    display: none;
}

.technologies-pagination{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 56px;
}

.technologies-pagination .swiper-pagination-bullet{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 134%;
    text-align: center;
    color: rgba(255, 255, 255, 0.47);
    opacity: 1;
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    transition: all 0.3s ease-out;
}

.technologies-pagination .swiper-pagination-bullet:hover,
.technologies-pagination .swiper-pagination-bullet-active{
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.technology-wrap{
    opacity: 0 !important;
}

.technology-wrap.swiper-slide-active{
    opacity: 1 !important;
}

.technology-list_item-text-hft{
    transform: scale(0.8); transform-origin: left top;
}

.section-partners{
    padding: 240px 0;
}

.partners-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 41px;
    margin-top: 100px;
}

.partners-item__text{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 146%;
    color: #5B5750;
}

.partners-button-wrap{
    margin-top: 50px;
}

.partners-item__img{
    margin-bottom: 24px;
}

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

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

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

.active.pointer {
    opacity: 0.5;
}
.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(0.54545455);
        opacity: 0.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;
}

.country-box{
    padding: 24px 34px;
    background: rgba(55, 55, 62, 0.4);
    border: 1px solid #81786A;
    border-radius: 10px;
}

.country-box__list{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
    padding: 0 0 0 54px;
    margin: 30px 0 0;
}

.country-box__list-item,
.country-box__link{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #FFFFFF;
    text-decoration: none;
}

.country-box__list-item{
    position: relative;
    padding: 0 0 0 29px;
}

.country-box__list-item:after{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    border: 2px solid #81786A;
    border-radius: 4px;
}

.form-title-wrap{
    margin: 34px 0 58px;
}

.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;
}

.email-link--yellow{
    color: #FFDB66;
}

.social-link-wrap{
    margin: 56px 0 0;
}

.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;
}

.social-link,
.link-up{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 72px;
    height: 72px;
    border: 2px solid #1A1A1F;
    border-radius: 8px;
    transition: all 0.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 0.3s ease-out;
}

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

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

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

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

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


.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);
}

.social-link--fb svg{
    width: 32px;
    height: auto;
}

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

.find-us{
    padding: 170px 0 70px;
}

.find-us-resourсes{
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
}

.find-us-resourсe{
    display: flex;
    align-items: center;
}

.find-us-separator{
    width: 1px;
    background: #5B5750;
    opacity: 0.3;
}

.section-call{
    padding: 180px 0;
}

.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 0.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 0.2s;
    transition: all 0.2s;
}
.input::-moz-placeholder{
    opacity: 1;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.input:-ms-input-placeholder{
    opacity: 1;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.input::-ms-input-placeholder{
    opacity: 1;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.input::placeholder{
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.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,
.input:focus {
    outline: none;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active{
    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: 0.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("/wp-content/themes/bazucompany/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:hover,
input.input:focus{
    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, 0.5);
    transition: opacity 0.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 0.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: 160px 140px;
    background: #F3F3F3;
    border-radius: 12px;
    text-align: center;
    height: max-content;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.modal-wrap-success__subtitle {
    font-family: 'Salma Pro', sans-serif;
    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: none;
    padding: 10px;
    cursor: pointer;
}

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

/* editor text styles */

.editor-text-styles *{
    font-family: 'Salma Pro', sans-serif;
}

.single-post-content-wrap{
    display: flex;
    justify-content: space-between;
}

.editor-text-styles img{
    max-width: 100%;
    height: auto;
    margin: 40px 0;
}

.editor-text-styles .img-border-top-bottom{
    border-top: 1px solid #fff ;
}

.editor-text-styles h2{
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 123%;
    letter-spacing: 0.02em;
    color: #1A1A1F;
    margin-bottom: 20px;
}

.editor-text-styles h3{
    margin-bottom: 20px;
}

.editor-text-styles h4{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 122%;
    margin-bottom: 20px;
}

.editor-text-styles h5{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 122%;
    margin-bottom: 20px;
}

.editor-text-styles h6{
    position: relative;
    font-family: 'VCR OSD Mono RUS by Daymarius', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    margin: 0 0 60px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 60px;
    margin-top: -60px;
}

.editor-text-styles h6:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 64px;
    background: center / contain url("/wp-content/themes/bazucompany/img/label.svg");
}

.editor-text-styles h6.single-post-avatar:before{
    width: 18px;
    height: 18px;
    top: 63px;
    background: center / contain url("/wp-content/themes/bazucompany/img/single-post-avatar.svg");
}

.editor-text-styles p{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 134%;
    color: #1A1A1F;
    margin: 0 0 20px;
}

.editor-text-styles table{
    width: 100%;
    margin: 0 0 20px;
}

.editor-text-styles table td{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #5B5750;
    padding: 6px;
    border: 2px solid #5B5750;
}

.editor-text-styles table td strong{
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 138%;
}

.editor-text-styles a{
    color: #1A1A1F;
}

.editor-text-styles .main-button{
    display: inline-block;
    max-width: max-content;
    text-decoration: none;
    margin: 20px 0;
}

.editor-text-styles li{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 20px;
    margin-left: 24px;
}

.editor-text-styles ol li::marker{
    font-size: 22px;
}

.editor-text-styles ul > li{
    list-style-type: disc;
}

.editor-text-styles ol > li{
    list-style-type: decimal;
}

.editor-text-styles ul > li > ul,
.editor-text-styles ul > li > ol,
.editor-text-styles ol > li > ol,
.editor-text-styles ol > li > ul{
    margin: 10px 0 0;
}

.editor-text-styles li strong{
    font-weight: 500;
}

.editor-text-styles blockquote{
    margin: 40px 0;
    padding: 44px 55px;
    background: rgba(183, 177, 166, 0.3);
}

.editor-text-styles blockquote p,
.editor-text-styles blockquote a{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #5B5750;
}

.editor-text-styles hr{
    display: block;
    margin: 40px 0;
}

.sidebar{
    position: relative;
}

.sidebar-box{
    position: sticky;
    top: 205px;
}

.editor-text-styles a[href="#show-modal-button"] *{
    pointer-events: none;
}

.editor-text-styles em,
.editor-text-styles em *{
    font-style: italic;
}

/* end editor text styles */

.single-post-list-item{
    display: inline-block;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #81786A;
    text-decoration: none;
    padding: 10px 0 10px 20px;
}

.current-list-item{
    position: relative;
}

.current-list-item:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #1A1A1F;
}

/* author sidebar box */

.author-info-box{
    display: flex;
    margin: 0 0 47px;
}

.author-info-box__img{
    max-width: 100%;
    margin: 0 22px 0 0;
    flex-shrink: 0;
    object-fit: contain;
    object-position: top;
}

.author-info-data__label{
    font-family: 'Salma Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    color: #5b5750;
    margin: 0 0 4px;
}

.author-info-data__fullname{
    font-family: 'Salma Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 162%;
    color: #5b5750;
}


.author-info-data__linkedin-img{
    pointer-events: none;
}

.author-info-data__linkedin-img{
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.author-info-data__linkedin-link:hover .author-info-data__linkedin-img{
    opacity: 0.8;
}

.author-info-data__position{
    font-family: 'Salma Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    color: #5b5750;
}

.author-info-data__linkedin-link{
    display: inline-block;
}

.author-info-data__position + .author-info-data__linkedin-link{
    margin: 26px 0 0;
}

.author-info-data__fullname + .author-info-data__linkedin-link{
    margin: 10px 0 0;
}

.share-menu-title{
    font-family: "Salma Pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #5b5750;
    margin: 47px 0 0;
}

.author-info-box--white{
    margin: 0 0 20px 0;
}

.author-info-box--white .author-info-data__label,
.author-info-box--white .author-info-data__fullname,
.author-info-box--white .author-info-data__position{
    color: #fff;
}

.author-info-box--white .author-info-box__img{
    height: auto;
}


.share-article-wrap{
    display: flex;
    flex-wrap: wrap;
}

.share-article-wrap .social-link{
    width: 52px;
    height: 52px;
    margin: 22px 22px 0 0;
}

.share-article-wrap .social-link svg{
    width: 24px;
    height: 24px;
}

.social-link--copy{
    cursor: pointer;
}

.share-article-wrap .social-link--copy svg{
    width: 32px;
    height: 32px;
}

/*end author sidebar box */

.section-prev-next-posts{
    max-width: 100vw;
    overflow: hidden;
}

.prev-next-posts-wrap{
    display: flex;
}

.prev-posts-link,
.next-posts-link{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.prev-posts-link{
    padding: 160px 120px 160px 0;
}

.next-posts-link{
    padding: 160px 0 160px 120px;
}

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

.prev-posts-link .post-link-wrap{
    margin: 0 0 0 auto;
}

.prev-posts-wrap{
    text-align: right;
}

.prev-posts-wrap a,
.next-posts-wrap a{
    text-decoration: none;
}

.prev-posts__label,
.next-posts__label{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 148%;
    margin-bottom: 20px;
}

.next-posts__label,
.prev-posts__label{
    position: relative;
    color: #81786A;
    transition: all 0.5s ease-out;
}

.prev-posts-wrap:hover .prev-posts__label{
    color: #ffffff;
}

.next-posts-wrap:hover .next-posts__label{
    color: #ffffff;
}

.next-posts__label:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/pointer.svg");
    transition: opacity 0.5s ease-out;
}

.prev-posts__label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: rotate(270deg);
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/pointer.svg");
    transition: opacity 0.5s ease-out;
}

.next-posts-wrap:hover .next-posts__label:after{
    opacity: 1;
}

.prev-posts-wrap:hover .prev-posts__label:after{
    opacity: 1;
}

.prev-posts__title,
.next-posts__title{
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-post .prev-posts__title,
.single-post .next-posts__title{
    font-size: 48px;
}

.prev-posts__title,
.next-posts__title{
    color: #ffffff;
}

.prev-posts__excerpt,
.next-posts__excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Salma Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 138%;
    color: #ffffff;
}

.prev-posts-wrap,
.next-posts-wrap{
    width: 50%;
}

.prev-posts-wrap{
    border-right: 1px solid #81786A;
}

.next-posts-wrap{
    border-right: 1px solid #81786A;
}

.next-posts-wrap,
.prev-posts-wrap{
    position: relative;
    background: #1A1A1F;
    transition: background-color 0.5s ease-out;
}

.next-posts-wrap:hover,
.prev-posts-wrap:hover{
    background: rgba(0,0,0, .56);
}

.next-posts-wrap img,
.prev-posts-wrap img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.case-info-wrap{
    display: flex;
    justify-content: space-between;
}

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

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

.case-info-data{
    position: relative;
    margin: 0 0 0 200px;
    width: 100%;
    max-width: 560px;
}

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

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

.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;
}

.section-used-tools{
    margin: 180px 0 20px;
}

.mockup__img{
    display: block;
    max-width: calc(100% + 80px);
    width: auto;
    height: auto;
    opacity: 0;
    max-height: calc(100vh - 300px);
    min-height: 400px;
    margin: 0 0 0 auto;
}

.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-prev,
.swiper-button-wrap .swiper-button-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #1A1A1F;
    border-radius: 4px;
    padding: 8px;
}

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


.swiper-button-wrap .swiper-button-prev:after{
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/img/prev.svg");
}

.swiper-button-wrap .swiper-button-next:after{
    background: center / contain no-repeat url("/wp-content/themes/bazucompany/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;
}

.used-tools-category{
    font-family: 'Salma Pro', sans-serif;
    font-size: 36px;
    font-weight: 500;
    width: 20%;
    margin: 55px 20px 0 0;
}

.used-tools-wrap{
    margin: 80px 0 0;
}

.used-tools-row{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #81786A;
}

.technology-list_case{
    margin: 32px -48px 0 0;
    width: 80%;
    justify-content: end;
}

.technology-list_case .technology-list__item{
    margin: 0 48px 32px 0;
}

.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;
}

.section-slides{
    padding: 180px 0 20px;
}

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

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

.footer-content .custom-logo{
    width: 242px;
    /*height: 94px;*/
}

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

.footer-content{
    display: flex;
}

.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: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 130px;
}
.footer-menu a:lang(uk){
    min-width: 190px;
}
.footer-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 160px;
    grid-row-gap: 28px;
}

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


@media (min-width: 1200px){
    .home .technology-list-box{
        width: 70%;
    }
}

@media (min-width: 1400px) and (max-width: 1799px){
    .home .technology-list-box .technology-list__item {
        margin: 0 34px 34px 0;
    }
}


@media (min-width: 1200px) and (max-width: 1399px){
    .home .technology-list-box .technology-list__item {
        margin: 0 24px 24px 0;
    }

    .home .technology-list-box .technology-list__item-text{
        font-size: 12px;
    }

    span.technology-list_item-text-el{
        transform-origin: center top;
    }
}


@media (max-width: 1799px){
    .h1,
    .editor-text-styles h1{
        font-size: 70px;
        line-height: 110%;
    }

    .h3,
    .editor-text-styles h3{
        font-size: 28px;
    }

    .header{
        padding-top: 30px;
    }

    .menu-toggle-button{
        height: 60px;
        width: 60px;
    }

    .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: 16px;
        padding: 19px 34px;
        height: 60px;
    }

    .main-button_read-more{
        max-height: max-content;
        padding: 14px 22px;
        height: 50px;
    }

    .mockup__img{
        max-width: calc(100% + 40px);
    }

    .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;
    }

    .prev-posts-link {
        padding: 130px 80px 130px 0;
    }

    .next-posts-link {
        padding: 130px 0 130px 80px;
    }

    .preview-text,
    .preview-text strong,
    .preview-text b{
        font-size: 44px;
    }

    .preview-wrap .text--green:lang(en-US){
        min-width: 360px;
    }

    .preview-wrap .text--pink:lang(en-US){
        min-width: 240px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 350px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 230px;
    }

    .section-front-bottom{
        min-height: 200px;
    }

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

    .blog-action-wrap{
        flex-wrap: wrap;
    }

    .category-items{
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }

    .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,
    .project-item--6:lang(uk) .project-item-text-wrap{
        bottom: -145px;
    }

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

    .project-item--9 .project-item-text-wrap{
        bottom: -150px;
    }

    .project-item--9:lang(uk) .project-item-text-wrap{
        bottom: -175px;
    }

    .project-item--9:lang(uk):hover .project-item-text-wrap{
        bottom: -10px;
    }

    .section-results{
        padding: 130px 0;
    }

    .results-title br{
        display: none;
    }

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

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

    .technology-wrap{
        margin-bottom: 70px;
    }

    .technology-list_item-text-hft{
        transform: scale(0.7);
        transform-origin: left top;
    }

    .technology-list_item-text-el{
        transform: scale(0.8);
        transform-origin: left top;
    }

    .technology-list_item-text-tensorflow{
        font-size: 12px;
    }

    .country-box__list-item,
    .country-box__link{
        font-size: 16px;
    }

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

    .section-founder {
        padding: 130px 0;
    }

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

    .plus{
        width: 42px;
        height: 42px;
        border: 4px solid #1A1A1F;
    }

    .plus:before,
    .plus:after{
        height: 3px;
    }

    .project-item_new .project-item-text-wrap{
        max-width: 400px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section-technologies,
    .section-latest-posts{
        padding: 120px 0;
    }

    .technologies-content{
        margin-bottom: 120px
    }

    .technology-list__item{
        margin: 0 48px 48px 0;
    }

    .technology-list__item img{
        width: 60px;
        height: 60px;
    }

    .single-cases .technology-list__item img{
        width: 72px;
        height: 72px;
    }

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

    .country-box__list{
        padding: 0 0 0 30px;
    }

    .section-call {
        padding: 130px 0;
    }

    .submit-button{
        margin-top: 0;
    }

    .find-us {
        padding: 130px 0 30px;
    }

    .find-us-resourсes {
        margin: 80px 0 0;
    }

    .form-title-wrap.static{
        margin: 70px 0 60px;
    }

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

    .archive-article-item{
        min-height: 600px;
    }

    .section-single-post {
        padding: 130px 0 100px;
    }

    .single-post-content{
        max-width: 845px;
    }

    .sidebar{
        max-width: 300px;
    }

    .sidebar-with-author{
        max-width: 340px;
    }

    .author-info-data__fullname{
        font-size: 21px;
    }

    .editor-text-styles p{
        font-size: 20px;
    }

    .editor-text-styles li,
    .editor-text-styles ol li::marker{
        font-size: 20px;
    }


    .editor-text-styles h6{
        margin-bottom: 50px;
    }

    .editor-text-styles .wp-block-group {
        margin: 80px 0;
    }

    .editor-text-styles .wp-block-group:first-child {
        margin-top: 0;
    }

    .editor-text-styles blockquote p,
    .editor-text-styles blockquote a{
        font-size: 22px;
    }

    .editor-text-styles blockquote{
        padding: 44px 40px;
    }

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

    .prev-posts__title,
    .next-posts__title{
        font-size: 65px;
    }

    .single-post .prev-posts__title,
    .single-post .next-posts__title{
        font-size: 40px;
    }

    .next-posts__label:after{
        width: 28px;
        height: 28px;
    }

    .main-button__app-store,
    .main-button__google-play{
        padding-left: 50px;
        padding-right: 20px;
    }

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

    .section-slides{
        padding: 130px 0 20px;
    }

    .find-us-resourсe_1 .find-us-resourсe__img{
        width: 134px;
        height: 138px;
    }

    .find-us-resourсe_2 .find-us-resourсe__img{
        width: 140px;
        height: 38px;
    }

    .find-us-resourсe_3 .find-us-resourсe__img{
        width: 206px;
        height: 210px;
    }

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

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

@media (max-width: 1399px){
    .h1,
    .editor-text-styles h1{
        font-size: 60px;
    }

    .h3,
    .editor-text-styles h3{
        font-size: 24px;
    }

    .editor-text-styles h4{
        font-size: 20px;
    }

    .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;
    }

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

    .share-article-wrap .social-link{
        margin: 16px 16px 0 0;
    }

    .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;
    }

    .blog .section-front__title .text-2-2,
    .blog .section-front__title .text-1-2{
        display: none;
    }
    .section-partners{
        padding: 100px 0;
    }

    .blog .section-front__title .text-1-1{
        display: block;
    }

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

    .author-info-box__img{
        width: 80px;
    }

    .author-info-data__position + .author-info-data__linkedin-link{
        margin: 16px 0 0;
    }

    .author-info-box{
        margin: 0 0 17px;
    }

    .section-preview img{
        width: 426px;
        height: 426px;
    }

    .preview-text{
        font-size: 36px;
        max-width: max-content;
    }

    .text-span,
    .preview-text strong,
    .preview-text b{
        font-size: 36px;
    }

    .preview-wrap .text--green:lang(en-US){
        min-width: 300px;
    }

    .preview-wrap .text--pink:lang(en-US){
        min-width: 200px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 290px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 190px;
    }

    .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-text-wrap,
    .project-item--5 .project-item-text-wrap{
        bottom: -110px;
    }

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

    .project-item--9 .project-item-text-wrap{
        bottom: -140px;
    }

    .project-item--9:lang(uk) .project-item-text-wrap{
        bottom: -140px;
    }

    .project-item--9:lang(uk):hover .project-item-text-wrap{
        bottom: -10px;
    }

    .section-founder {
        padding: 100px 0;
    }

    .project-item_new .project-item-text-wrap{
        max-width: 350px;
    }

    .founder-text-wrap{
        padding: 70px 0;
    }

    .section-results {
        padding: 100px 0;
    }

    .results-items{
        margin: 70px 0;
    }

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


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

    .section-technologies,
    .section-latest-posts{
        padding: 100px 0;
    }

    .partners-items{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 70px;
        grid-row-gap: 80px;
        margin-top: 70px;
    }

    .find-us{
        padding: 100px 0 30px;
    }

    .find-us-resourсes{
        margin: 80px 0 0;
    }

    .section-call {
        padding: 100px 0;
    }

    .social-link svg{
        width: 18px;
    }


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

    .form-title-wrap.static{
        margin: 100px 0 50px;
    }

    .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;
    }

    .section-posts{
        padding: 100px 0;
    }

    .iframe-404{
        width: 476px;
        height: 190px;
        margin: 50px auto 70px;
    }

    .archive-articles-wrap{
        grid-column-gap: 50px;
        grid-row-gap: 54px;
    }

    .archive-article-item{
        min-height: 500px;
        padding-bottom: 20px;
    }

    .section-single-post {
        padding: 100px 0 100px;
    }

    .sidebar {
        max-width: 280px;
    }

    .single-post-content {
        max-width: 790px;
    }

    .editor-text-styles h6 {
        margin-bottom: 40px;
    }

    .editor-text-styles p {
        font-size: 18px;
    }

    .prev-posts-link {
        padding: 100px 70px 100px 0;
    }

    .next-posts-link {
        padding: 100px 0 100px 70px;
    }

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

    .prev-posts__label,
    .next-posts__label{
        font-size: 20px;
    }

    .prev-posts__title,
    .next-posts__title {
        font-size: 56px;
    }

    .single-post .prev-posts__title,
    .single-post .next-posts__title {
        font-size: 34px;
    }

    .prev-posts__excerpt,
    .next-posts__excerpt{
        font-size: 20px;
    }

    .mockup__img{
        min-height: 300px;
    }

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

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

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

    .case-info-data{
        margin: 0 0 0 120px;
    }

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

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

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

    .mockup__img{
        max-width: 100%;
    }

    .used-tools-category{
        font-size: 32px;
    }

    .used-tools-wrap {
        margin: 60px 0 0;
    }

    .section-slides {
        padding: 100px 0 20px;
    }

    .main-button__app-store,
    .main-button__google-play{
        padding-left: 50px;
        padding-right: 20px;
    }

    .articles-preview-wrap{
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .article-preview-item{
        padding: 24px;
    }

    .footer {
        padding: 90px 0;
    }

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


@media (max-width: 1199px){
    .front-text-wrap{
        margin-left: 40px;
    }

    .section-preview img {
        width: 380px;
        height: 380px;
    }

    .founder-text-wrap,
    .founder-wrap{
        gap: 40px;
    }

    .technology-list__item {
        margin: 0 30px 30px 0;
    }


    .text {
        font-size: 28px;
    }

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

    .section-founder {
        padding: 84px 0;
    }

    .founder-text-wrap {
         padding: 58px 0;
    }

    .section-results {
        padding: 84px 0;
    }

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

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

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

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

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

    .archive-article-item{
        min-height: 450px;
    }

    .archive-articles-wrap {
        grid-column-gap: 39px;
        grid-row-gap: 54px;
    }

    .single-post-content {
        max-width: 680px;
    }

    .author-info-data__label{
        font-size: 12px;
    }

    .author-info-box__img{
        margin: 0 15px 0 0;
    }

    .author-info-box__img {
        width: 64px;
    }

    .author-info-box--white .author-info-box__img{
        width: 90px;
    }

    .author-info-data__fullname{
        font-size: 19px;
    }

    .author-info-data__position{
        font-size: 12px;
    }

    .author-info-box {
        margin: 0 0 7px;
    }

    .share-menu-title{
        margin: 27px 0 0;
    }

    .share-article-wrap .social-link{
        width: 44px;
        height: 44px;
    }

    .share-article-wrap .social-link svg {
        width: 22px;
        height: 22px;
    }

    .share-article-wrap .social-link--copy svg {
        width: 28px;
        height: 28px;
    }

    .editor-text-styles p {
        font-size: 16px;
    }

    .editor-text-styles li,
    .editor-text-styles ol li::marker{
        font-size: 18px;
    }

    .editor-text-styles img{
        margin: 32px 0;
    }

    .editor-text-styles .wp-block-group {
        margin: 60px 0;
    }

    .editor-text-styles h6 {
        margin-bottom: 32px;
    }

    .editor-text-styles table td{
        font-size: 16px;
    }

    .editor-text-styles table td strong{
        font-size: 20px;
    }

    .editor-text-styles blockquote p,
    .editor-text-styles blockquote a{
        font-size: 18px;
    }

    .editor-text-styles blockquote{
        margin: 32px 0;
        padding: 32px 30px;
    }

    .prev-posts__title,
    .next-posts__title {
        font-size: 44px;
    }

    .single-post .prev-posts__title,
    .single-post .next-posts__title {
        font-size: 28px;
    }

    .prev-posts__label,
    .next-posts__label{
        font-size: 14px;
    }

    .prev-posts__excerpt,
    .next-posts__excerpt {
        font-size: 14px;
    }

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

    .case-info-data {
        margin: 0 0 0 90px;
    }

    .main-button__app-store,
    .main-button__google-play{
        padding-right: 15px;
    }

    .prev-posts-link {
        padding: 58px 44px 58px 0;
    }

    .next-posts-link {
        padding: 58px 0 58px 44px;
    }

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

    .sidebar {
        max-width: 240px;
    }

    .section-slides{
        padding: 80px 0 20px;
    }

    .section-used-tools{
        margin: 100px 0 20px;
    }

    .section-latests-post__title:lang(uk) .text-1-1{
        display: none;
    }

    .section-latests-post__title:lang(uk) .text-2-1,
    .section-latests-post__title:lang(uk) .text-1-2{
        display: block;
    }

    .articles-preview-wrap{
        margin: 80px 0 0;
    }

    .articles-preview-wrap{
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .article-preview-item{
        padding: 16px;
    }

    .article-preview-item__breadcrumbs{
        font-size: 12px;
    }

    .article-preview-item_title{
        padding: 16px 0;
    }

    .main-button_read-more{
        margin: 36px 0 0;
    }

    .footer-menu{
        grid-column-gap: 80px;
    }

}

@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;
    }

    .single-post .section-front-wrap{
        padding: 180px 0 100px;
    }

    .sidebar .sidebar-box{
        max-height: calc(100vh - 260px);
        overflow: auto;
    }

    .sidebar .sidebar-box::-webkit-scrollbar{
        width: 6px;
    }
    .sidebar .sidebar-box::-webkit-scrollbar-track{
        background: transparent;
    }

    .sidebar .sidebar-box::-webkit-scrollbar-thumb{
        background: #9D9FB0;
        height: 94px;
    }
}

@media (max-width: 991px){
    .h1,
    .editor-text-styles h1{
        font-size: 58px;
    }

    .editor-text-styles h2{
        font-size: 40px;
    }

    .current-list-item:after{
        display: none;
    }

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

    .hello-button__hands{
        width: 22px;
    }

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

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

    .header-columns-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 80px;
    }

    .header-social-wrap{
        display: none;
    }

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

    .header-columns-wrap{
        margin: 0 0 50px;
    }

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

    .main-button__app-store:after{
        top: -3px;
        left: 83px;
    }

    .main-button__google-play:after{
        left: 70px;
    }

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

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

    .section-front-bottom{
        min-height: 260px;
    }

    .section-front-bottom{
        padding: 54px 0;
    }

    .blog .section-front-bottom {
        padding: 37px 0;
    }

    .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;
    }

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

    .blog .section-front__title .text-1-2,
    .blog .section-front__title .text-2-2,
    .blog .section-front__title .text-3-1{
        display: block;
    }

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

    .section-latest-posts__title .text-1-1{
        display: none;
    }

    .section-latest-posts__title .text-2-1,
    .section-latest-posts__title .text-1-2{
        display: block;
    }


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

    .section-front-bottom-wrap{
        flex-wrap: wrap;
        justify-content: start;
    }

    .front-text-wrap{
        margin: 0 0 40px;
        order: -1;
    }

    .preview-text{
        font-size: 30px;
        line-height: 138%;
    }

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

    .text-span,
    .preview-text strong,
    .preview-text b{
        font-size: 30px;
    }

    .preview-wrap .text--green:lang(en-US){
        min-width: 245px;
    }

    .preview-wrap .text--pink:lang(en-US){
        min-width: 170px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 240px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 160px;
    }

    .section-preview img {
        width: 343px;
        height: 343px;
    }

    .section-preview{
        padding: 180px 0;
    }

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

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

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

    .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, 0.25) 100%), linear-gradient(211.02deg, #D4ECE2 0%, #6C8983 100%);
        background-blend-mode: luminosity, normal;
        padding: 70px 0 70px;
        border-radius: 14px;
        max-height: 410px;
    }

    .project-item--0 .project-item-img-wrap{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.48%, rgba(0, 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, 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, 0.25) 100%), linear-gradient(211.02deg, #D4ECE2 0%, #6C8983 100%);
    }

    .project-item_new{
        display: flex;
        background: #F3F3F3;
        height: 410px;
    }

    .project-item_new .project-item-text-wrap{
        opacity: 1;
    }

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

    .project-item-text-wrap{
        position: relative;
        padding: 34px 20px 0 0;
        top: 0;
        opacity: 0.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("/wp-content/themes/bazucompany/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;
    }

    .founder-wrap{
        grid-column-gap: 18px;
    }

    .founder-text-wrap{
        grid-template-columns: 1fr;
    }

    .founder-label{
        padding: 24px 10px 24px 24px;
    }

    .section-founder__text{
        max-width: 568px;
    }

    .founder-label{
        margin-top: 17px;
    }

    .animate-bars{
        display: none;
    }

    .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;
    }

    .partners-button-wrap {
        margin-top: 26px;
    }

    .technology-wrap{
        flex-wrap: wrap;
    }

    .technology-text-box{
        width: 100%;
        max-width: 100%;
        margin: 0 0 58px;
        order: -1;
    }

    .technology-list-box{
        width: 100%;
    }

    .technologies-content{
        margin-bottom: 58px;
    }

    .technologies-pagination{
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 60px;
    }

    .technologies-pagination .swiper-pagination-bullet{
        font-size: 24px;
    }

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

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

    .find-us-resourсe_1 .find-us-resourсe__img{
        width: 96px;
        height: 98px;
    }

    .find-us-resourсe_2 .find-us-resourсe__img{
        width: 99px;
        height: 27px;
    }

    .find-us-resourсe_3 .find-us-resourсe__img{
        width: 118px;
        height: 119px;
    }

    .section-call {
        padding: 84px 0;
    }

    .partners-items{
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
        margin-top: 50px;
    }

    .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;
    }

    .country-box__list{
        padding: 0;
        grid-template-columns: 1fr 1fr;
        margin: 24px 0 0;
        grid-column-gap: 20px;
    }

    .country-box__list-item:nth-child(1){
        order: 1;
    }

    .country-box__list-item:nth-child(2){
        order: 3;
    }

    .country-box__list-item:nth-child(3){
        order: 2;
    }

    .country-box__list-item:nth-child(4){
        order: 4;
    }

    /*.country-box__link{*/
    /*    white-space: nowrap;*/
    /*}*/

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

    .plus{
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .plus:before{
        width: 12px;
        height: 3px;
    }

    .plus:after{
        width: 12px;
        height: 3px;
    }

    .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;
    }

    .archive-articles-wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-article-item {
        min-height: 480px;
    }

    .section-posts {
        padding: 54px 0;
    }

    .single-post-content-wrap{
        flex-wrap: wrap;
    }

    .single-post-content{
        width: 100%;
        max-width: 100%;
    }

    .sidebar-box ol{
        padding-left: 20px;
    }

    .sidebar-box li{
        list-style-type: decimal;
    }

    .sidebar-box li::marker{
        font-family: 'Salma Pro', sans-serif;
        font-size: 18px;
    }

    .sidebar-box li > *{
        vertical-align: text-top;
    }

    .sidebar-box li a{
        padding: 0 0 6px 10px;
        font-weight: 500;
        color: #1A1A1F;
        margin-bottom: 6px;
        position: relative;
        top: -6px;
    }

    .current-list-item{
        max-width: max-content;
    }

    .current-list-item:after {
        top: auto;
        bottom: 14px;
        left: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: #1A1A1F;
    }

    .prev-posts__label,
    .next-posts__label{
        color: #81786A;
    }

    .prev-posts__title,
    .prev-posts__excerpt{
        color: #ffffff;
    }

    .prev-posts__label{
        position: relative;
    }

    .prev-posts__label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: center / contain no-repeat url(/wp-content/themes/bazucompany/img/pointer.svg);
        transform: rotate(270deg);
    }

    .next-posts__label:after {
        width: 20px;
        height: 20px;
    }

    .sidebar{
        position: relative;
        width: 100%;
        max-width: 100%;
        order: -1;
        margin-bottom: 54px;
    }

    .section-single-post{
        padding: 54px 0;
    }

    .mockup-wrap{
        position: relative;
        pointer-events: all;
    }

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

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

    .case-info-wrap{
        flex-wrap: wrap;
    }

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

    .case-slide{
        position: relative;
    }

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

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

    .section-case-info{
        overflow: hidden;
    }

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

    .single-cases .technology-list__item img{
        width: 60px;
        height: 60px;
    }

    .single-cases .technology-list__item-text{
        font-size: 12px;
    }

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

    .technology-list_case .technology-list__item{
        margin: 0 20px 24px 0;
    }

    .main-button_case,
    .main-button__app-store,
    .main-button__google-play{
        max-width: 330px;
    }

    .main-button__app-store,
    .main-button__google-play{
        padding-right: 50px;
    }

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

    .single-cases .section-front-wrap{
        max-width: 100%;
    }

    .used-tools-category{
        font-size: 28px;
    }

    .prev-posts__title,
    .next-posts__title{
        font-size: 34px;
    }

    .single-post .prev-posts__title,
    .single-post .next-posts__title{
        font-size: 24px;
    }

    .single-cases .section-front .main-video{
        width: 200vw;
        height: auto;
    }

    .section-used-tools{
        margin: 70px 0 20px;
    }

    .used-tools-wrap{
        margin: 30px 0 0;
    }

    .technology-list_case{
        margin: 32px -20px 0 0;
    }

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

    .section-slides{
        padding: 64px 0 20px;
    }

    .swiper-control .swiper-pagination-bullet{
        top: -4px;
        width: 12px;
        height: 12px;
    }

    .articles-preview-wrap{
        grid-template-columns: 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .section-latest-posts .background-wrap video{
        min-width: 2560px;
        height: auto;
    }


    .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;
    }
}

@media (max-width: 767px){
    .h1,
    .editor-text-styles h1{
        font-size: 40px;
    }

    .editor-text-styles h2{
        font-size: 32px;
    }

    .h3,
    .editor-text-styles 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: 300px;
    }

    .main-button__app-store:after{
        left: 53px;
    }

    .main-button__google-play:after{
        left: 40px;
    }

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

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

    .section-preview {
        padding: 114px 0;
    }

    .section-preview img {
        width: 300px;
        height: 300px;
    }

    .section-front-bottom {
        padding: 32px 0;
        min-height: 200px;
    }

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

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

    .header-columns-wrap{
        grid-column-gap: 40px;
    }

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

    .front-text-wrap{
        margin: 0 0 32px;
    }

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

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

    .menu-toggle-button {
        height: 40px;
        width: 40px;
    }

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

    .preview-text{
        font-size: 18px;
        line-height: 145%;
    }

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

    .text-span, .preview-text strong,
    .preview-text b {
        font-size: 18px;
    }

    .archive-article-item__text{
        font-size: 15px;
    }

    .preview-wrap .text--green:lang(en-US) {
        min-width: 150px;
    }

    .preview-wrap .text--pink:lang(en-US) {
         min-width: 105px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 145px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 95px;
    }

    .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_new{
        height: 270px;
    }

    .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,
    .editor-text-styles h3{
        font-size: 18px;
    }

    .editor-text-styles h4{
        font-size: 16px;
    }

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

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

    .plus--right-top {
        right: 20px;
        top: 20px;
    }

    .plus--left-top {
        left: 20px;
        top: 20px;
    }

    .plus--right-bottom {
        right: 20px;
        bottom: 20px;
    }

    .plus--left-bottom {
        left: 20px;
        bottom: 20px;
    }

    .project-item_new .project-item-text-wrap{
        padding: 0;
    }

    .section-founder {
        padding: 68px 0;
    }

    .founder-text-wrap{
        gap: 30px;
        padding: 44px 0;
    }

    .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;
    }

    .founder-label{
        padding: 8px 10px 8px 24px;
    }

    .section-technologies {
        padding: 68px 0;
    }

    .technologies-pagination .swiper-pagination-bullet{
        font-size: 16px;
        padding-bottom: 12px;
    }

    .technologies-pagination{
        grid-row-gap: 28px;
    }

    .technology-wrap{
        margin-bottom: 44px;
    }

    .section-technologies .background-wrap video{
        min-height: 101%;
    }

    .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;
    }

    .country-box{
        padding: 20px;
    }

    .country-box__list-item,
    .country-box__link {
        font-size: 14px;
    }

    .country-box__list{
        margin: 20px 0 0;
    }

    .country-box__link{
        white-space: normal;
    }

    .section-call {
        padding: 68px 0;
    }

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

    .social-link,
    .link-up {
        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;
    }

    .archive-article-item{
        min-height: 380px;
    }

    .archive-article-item__breadcrumbs,
    .archive-article-item__date{
        font-size: 12px;
    }

    .archive-articles-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 24px;
    }

    .archive-article-item{
        padding-bottom: 6px;
    }

    .mockup__img{
        min-height: auto;
    }

    .prev-posts-link {
        padding: 32px 32px 32px 0;
    }

    .next-posts-link {
        padding: 32px 0 32px 32px;
    }

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

    .prev-posts__title,
    .next-posts__title {
        font-size: 28px;
    }

    .prev-posts__label:after,
    .next-posts__label:after{
        width: 16px;
        height: 16px;
    }

    .used-tools-row {
        width: 100%;
        flex-wrap: wrap;
    }

    .used-tools-category{
        width: 100%;
    }

    .technology-list_case{
        width: calc(100% + 20px);
    }

    .technology-list_case {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

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

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

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

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

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

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

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

    .articles-preview-wrap{
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

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

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

@media (max-width: 575px){
    .menu-toggle-button{
        left: 0;
    }


    .main-button__app-store:after{
        left: 73px;
    }

    .main-button__google-play:after{
        left: 65px;
    }

    .single-cases .section-front .main-video{
        width: auto;
        min-width: 100vw;
        min-height: 101%;
    }

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

    .case-info-slider{
        padding-left: 10px;
    }

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

    .bread-crumbs__text,
    .bread-crumbs__link,
    .bread-crumbs__separator{
        font-size: 12px;
    }

    .case-subtitle{
        margin: 0;
    }

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

    .single-cases .case-subtitle{
        line-height: 24px;
        padding: 10px 0 0;
    }

    .header-wrap .main-button_transparent{
        display: none;
    }

    .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;
    }

    .header-columns-wrap{
        grid-template-columns: 1fr;
        grid-row-gap: 44px;
    }

    .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;
    }

    .plus{
        border-width: 3px;
    }

    .plus:before,
    .plus:after {
        height: 2px;
    }

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

    .find-us {
        padding: 70px 0 0;
    }

    .find-us-resourсes{
        margin: 44px 0 0;
    }

    .find-us-resourсes{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .find-us-separator{
        width: 100%;
        height: 1px;
        margin: 40px 0;
    }

    .find-us-resourсe_3 .find-us-resourсe__img{
        position: relative;
        top: -25px;
    }

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

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

    .call-us-list__item{
        padding: 12px;
    }

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

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

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

    .section-technologies .text-1-2,
    .section-technologies .text-2-2{
        display: block;
    }

    .section-technologies .text-1-1,
    .section-technologies .text-2-1{
        display: none;
    }

    .country-box__list{
        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;
    }

    .iframe-404{
        max-width: 100%;
        margin: 20px auto 40px;
    }

    .technologies-pagination-mob{
        display: grid;
        min-width: calc(100vw - 12px);
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 24px;
        overflow: auto;
        margin: 44px 0 0;
        padding-right: 20px;
    }

    .technologies-pagination-mob::-webkit-scrollbar{
        height: 0;
    }

    .technologies-pagination-mob .swiper-pagination-bullet {
        font-family: 'Salma Pro', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 134%;
        text-align: center;
        color: rgba(255, 255, 255, 0.47);
        opacity: 1;
        width: 100%;
        height: auto;
        background: transparent;
        border-radius: 0;
        padding-bottom: 12px;
        margin-bottom: 20px !important;
        white-space: nowrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.47);
        transition: all 0.3s ease-out;
    }

    .technologies-pagination-mob .swiper-pagination-bullet:hover,
    .technologies-pagination-mob .swiper-pagination-bullet-active {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }

    .technology-list__item-text{
        font-size: 12px;
    }

    .technology-list_item-text-tensorflow{
        transform: scale(0.9);
        transform-origin: center top;
    }

    .technology-list_item-text-hft{
        min-width: 80px;
    }

    .technology-list_item-text-el{
        transform-origin: center top;
    }

    .section-technologies {
        padding: 68px 0 30px;
    }

    .technologies-content{
        margin-bottom: 30px;
    }

    .technologies-pagination{
        display: none;
    }

    .archive-articles-wrap{
        grid-template-columns: 1fr;
        max-width: 360px;
        grid-row-gap: 40px;
        margin: auto;
    }

    .archive-article-item{
        min-height: 500px;
    }

    .section-single-post{
        padding: 24px 0;
    }

    .editor-text-styles h6:before{
        top: 54px;
    }

    .editor-text-styles h6{
        font-size: 14px;
        padding-top: 30px;
        margin-top: -30px;
        margin-bottom: 28px;
        padding-left: 20px;
    }

    .editor-text-styles h6:before{
        width: 10px;
        height: 10px;
        top: 34px;
    }

    .editor-text-styles h6.single-post-avatar:before{
        width: 12px;
        height: 12px;
        top: 32px;
    }

    .editor-text-styles table td strong,
    .editor-text-styles table td{
        font-size: 14px;
    }

    .editor-text-styles p{
        font-size: 14px;
    }

    .editor-text-styles .main-button {
        margin: 10px 0;
        height: auto;
    }

    .editor-text-styles li,
    .editor-text-styles ol li::marker{
        font-size: 14px;
    }

    .editor-text-styles blockquote{
        margin: 20px 0;
        padding: 16px;
    }

    .editor-text-styles blockquote p,
    .editor-text-styles blockquote a{
        font-size: 14px;
    }

    .single .category-item--dark{
        font-size: 12px;
        margin-right: 14px;
        padding: 10px 22px;
    }

    .sidebar-box li a{
        display: flex;
        top: 0;
    }

    .sidebar-box li a,
    .sidebar-box li::marker{
        font-size: 14px;
    }

    .prev-posts-link {
        padding: 20px 20px 20px 0;
    }

    .next-posts-link {
        padding: 20px 0 20px 20px;
    }

    .prev-next-posts-wrap{
        flex-wrap: wrap;
    }

    .prev-posts-wrap, .next-posts-wrap {
        width: 100%;
    }

    .prev-posts-wrap,
    .next-posts-wrap{
        padding: 0;
    }

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

    .prev-posts-wrap{
        border: none;
    }

    .prev-posts-wrap ~ .next-posts-wrap a{
        border-top: 1px solid #81786A;
    }

    .single-post-category-wrap{
        flex-wrap: wrap;
    }

    .single .project-button{
      margin: 20px auto 0;
    }

    .used-tools-category{
        width: 100%;
    }

    .used-tools-row{
        overflow: hidden;
    }

    .technology-list__item-link{
        width: 60px;
        max-width: max-content;
    }

    .technology-list_case{
        width: calc(100% + 20px);
        justify-content: start;
    }

    .technology-list_case{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .used-tools-category {
        font-size: 22px;
    }

    .prev-posts__title,
    .next-posts__title {
        font-size: 24px;
    }

    .single-post .prev-posts__title,
    .single-post .next-posts__title{
        font-size: 22px;
    }

    .next-posts__excerpt,
    .prev-posts__excerpt{
        font-size: 12px;
    }

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

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

    .swiper-control .swiper-pagination{
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        top: -20px;
    }

    .swiper-button-wrap{
        width: 82px;
        margin: 20px auto 0;
    }

    .section-latest-posts .background-wrap video{
        min-width: 1080px;
    }

    .article-preview-item__excerpt{
        font-size: 12px;
    }

    .article-preview-item{
        border-radius: 12px;
    }

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

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

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

@media (max-width: 500px){
    .technology-list_case{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 470px){
    .blog .section-front__title .text-3-1,
    .blog .section-front__title .text-2-2{
        display: none;
    }

    .blog .section-front__title .text-2-3,
    .blog .section-front__title .text-3-2,
    .blog .section-front__title .text-4-1{
        display: block;
    }

    .technology-list_case{
        grid-template-columns: repeat(4, 1fr);
    }

    .section-latest-posts .background-wrap video{
        min-width: 768px;
    }

}

@media (max-width: 400px){
    .h1,
    .editor-text-styles h1{
        font-size: 34px;
    }
    .preview-text {
        font-size: 16px;
        line-height: 145%;
    }

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


    .text-span, .preview-text strong,
    .preview-text b {
        font-size: 16px;
    }

    .preview-wrap .text--green:lang(en-US) {
        min-width: 140px;
    }

    .preview-wrap .text--pink:lang(en-US) {
        min-width: 90px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 130px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 85px;
    }

    .current-list-item:after{
        bottom: 10px;
    }

    .home .technology-list__item{
        margin: 0 25px 30px 0;
    }

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

@media (max-width: 340px){
    .h1,
    .editor-text-styles h1{
        font-size: 30px;
    }

    .section-technologies .h1 {
        font-size: 28px;
    }

    .text{
        font-size: 18px;
    }
    .preview-text {
        font-size: 14px;
    }

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

    .text-span, .preview-text strong,
    .preview-text b {
        font-size: 14px;
    }

    .preview-wrap .text--green:lang(en-US) {
        min-width: 120px;
    }

    .preview-wrap .text--pink:lang(en-US) {
        min-width: 80px;
    }

    .preview-wrap .text--green:lang(uk){
        min-width: 115px;
    }

    .preview-wrap .text--pink:lang(uk){
        min-width: 75px;
    }

    .project-item{
        width: 280px;
    }

    .project-item_new{
        height: 250px;
    }

    .archive-article-item{
        min-height: 420px;
    }

    .technology-list_case{
        grid-template-columns: repeat(3, 1fr);
    }
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
    35% { transform: rotate( 0.0deg) }
    40% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
    45% { transform: rotate(-8.0deg) }
    50% { transform: rotate(14.0deg) }
    55% { transform: rotate(-4.0deg) }
    60% { transform: rotate(10.0deg) }
    65% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
}

/* Language de */

.project-item--3:lang(de) .project-item-text-wrap,
.project-item--3:lang(de-DE) .project-item-text-wrap{
    bottom: -160px;
}

.project-item:lang(de):hover .project-item-text-wrap,
.project-item:lang(de-DE):hover .project-item-text-wrap{
    bottom: 0;
}

.input-search:lang(de-DE),
.input-search:lang(de){
    font-size: 15px;
}

.header-menu:lang(de-DE),
.header-menu:lang(de){
    min-width: 420px;
}

.footer-menu:lang(de-DE) a,
.footer-menu:lang(de) a{
    min-width: 165px;
}

@media (min-width: 1800px){
    .header-menu:lang(de-DE),
    .header-menu:lang(de){
        min-width: 500px;
    }

    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 75px;
    }

    .section-projects .main-button:lang(de-DE),
    .section-projects .main-button:lang(de){
        max-width: 440px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de){
        font-size: 54px;
    }
}


@media (max-width: 1799px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 62px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de){
        font-size: 48px;
    }

    .block-label:lang(de-DE),
    .block-label:lang(de){
        font-size: 19px;
    }

    .project-item--1:lang(de) .project-item-text-wrap,
    .project-item--1:lang(de-DE) .project-item-text-wrap,
    .project-item--3:lang(de) .project-item-text-wrap,
    .project-item--3:lang(de-DE) .project-item-text-wrap{
        bottom: -145px;
    }

    .project-item--1:lang(de):hover .project-item-text-wrap,
    .project-item--1:lang(de-DE):hover .project-item-text-wrap,
    .project-item--3:lang(de):hover .project-item-text-wrap,
    .project-item--3:lang(de-DE):hover .project-item-text-wrap{
        bottom: -15px;
    }
}

@media (max-width: 1399px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 54px;
    }

    .form-title-wrap .h1:lang(de-DE), .form-title-wrap .h1:lang(de) {
        font-size: 46px;
    }

    .block-label:lang(de-DE),
    .block-label:lang(de) {
        font-size: 18px;
    }

    .project-item--1:lang(de) .project-item-text-wrap,
    .project-item--1:lang(de-DE) .project-item-text-wrap,
    .project-item--3:lang(de) .project-item-text-wrap,
    .project-item--3:lang(de-DE) .project-item-text-wrap{
        bottom: -137px;
    }
}

@media (max-width: 1199px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 45px;
    }

    .blog .section-front__title:lang(de-DE),
    .blog .section-front__title:lang(de){
        font-size: 52px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de) {
        font-size: 45px;
    }

    .results-item__text:lang(de),
    .results-item__text:lang(de-DE){
        font-size: 22px;
    }
}

@media (max-width: 991px){
    .header-menu:lang(de-DE),
    .header-menu:lang(de){
        min-width: auto;
    }

    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 38px;
    }

    .post-type-archive-cases:lang(de-DE) .section-front__title .text-2-2{
        display: none;
    }

    .post-type-archive-cases:lang(de-DE) .section-front__title:lang(de-DE){
        font-size: 60px;
    }

    .post-type-archive-cases:lang(de-DE) .section-front__title .text-2-3,
    .post-type-archive-cases:lang(de-DE) .section-front__title .text-3-1{
        display: contents;
    }
}

@media (max-width: 767px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 28px;
    }

    .blog .section-front__title:lang(de-DE),
    .blog .section-front__title:lang(de) {
        font-size: 40px;
    }

    .form-title-wrap .h1:lang(de-DE), .form-title-wrap .h1:lang(de) {
        font-size: 40px;
    }

    .results-item__text:lang(de), .results-item__text:lang(de-DE) {
        font-size: 16px;
    }

    .block-label:lang(de-DE),
    .block-label:lang(de){
        font-size: 12px;
    }

    .project-button:lang(de-DE),
    .project-button:lang(de){
        font-size: 12px;
    }

    .section-projects .main-button:lang(de-DE),
    .section-projects .main-button:lang(de){
        font-size: 12px;
    }
}

@media (max-width: 575px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 31px;
    }

    .blog .section-front__title:lang(de-DE),
    .blog .section-front__title:lang(de) {
        font-size: 34px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de) {
        font-size: 32px;
    }

    .section-technologies__title:lang(de-DE),
    .section-technologies__title:lang(de){
        font-size: 36px;
    }

    .post-type-archive-cases:lang(de-DE) .section-front__title:lang(de-DE){
        font-size: 40px;
    }

}

@media (max-width: 400px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 28px;
    }

    .blog .section-front__title:lang(de-DE),
    .blog .section-front__title:lang(de) {
        font-size: 30px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de){
        font-size: 28px;
    }

    .section-technologies__title:lang(de-DE),
    .section-technologies__title:lang(de) {
        font-size: 32px;
    }
}

@media (max-width: 340px){
    .section-front__title:lang(de-DE),
    .section-front__title:lang(de){
        font-size: 24px;
    }

    .post-type-archive-cases:lang(de-DE) .section-front__title:lang(de-DE){
        font-size: 32px;
    }

    .block-label:lang(de-DE), .block-label:lang(de) {
        font-size: 10px;
    }

    .project-button:lang(de-DE), .project-button:lang(de) {
        font-size: 11px;
    }

    .section-technologies__title:lang(de-DE),
    .section-technologies__title:lang(de) {
        font-size: 28px;
    }

    .form-title-wrap .h1:lang(de-DE),
    .form-title-wrap .h1:lang(de) {
        font-size: 24px;
    }

    .item-form:lang(de-DE) .input:placeholder-shown:not(:focus) + *,
    .item-form:lang(de) .input:placeholder-shown:not(:focus) + *{
        font-size: 13px;
    }
}


/* map fixes */

.contact-background-map img{
    width: 1920px;
    height: auto;
}

.pointer--2{
    display: none;
}

.pointer--3 {
    left: 820px;
    top: 250px;
}

@media (max-width: 991px){
    .contact-background-map img{
        width: auto;
        height: 690px;
    }

    .pointer--3 {
        left: 440px;
        top: -290px;
    }

    .pointer--1 {
        left: 530px;
        top: 155px;
    }
}


@media (max-width: 575px) {
    .contact-background-map img {
        height: 350px;
    }

    .pointer--1 {
        left: 215px;
        top: -140px;
    }

    .pointer--3 {
        left: 265px;
        top: 75px;
    }
}