html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a, button{
    cursor: url('../img/cursor.svg'), default;
}
input{
    cursor: url('../img/cursor-selected.svg') 0 30, default;
}
html,body{
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 73px; /* 280.769% */
    scroll-behavior: smooth;
    background: #292828;
    background-blend-mode: color-burn, normal;
    cursor: url('../img/cursor.svg'), default;
}
body:active{
    cursor: url('../img/cursor-click.svg'), default;
}
a:active, button:active{
    cursor: url('../img/cursor-click.svg'), default;
}
input:active{
    cursor: url('../img/cursor-selected-click.svg') 0 30, default;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1920px;
    padding: 0 24px;
    margin: 0 auto;
}
.fixedmenu{
    position: relative;
    z-index: 102;
}
.fixedmenu__block{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.fixedmenu__item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 1;
}
.fixedmenu__item::before{
    content: '';
    position: absolute;
    opacity: 0.9;
    background: url('../img/bgfixed.webp'), #343434;
    inset: 0;
    z-index: -1;
    transition: all .1s ease;
}
.fixedmenu__item-num{
    height: 80px;
    color: #FC0;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
}
.fixedmenu__item-name{
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 73px; /* 280.769% */
}
.fixedmenu__item:last-of-type::before{
    background: url('../img/bgfixed-2.webp'), #FFF;
}
.fixedmenu__item:last-of-type .fixedmenu__item-name {
    color: #000;
    font-size: 32px;
    line-height: 74px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.fixedmenu__item:last-of-type .fixedmenu__item-name svg path{
    transition: all .1s ease;
}
.hero{
    position: relative;
    z-index: 102;
}
.hero .container{
    max-width: 100%;
    padding: 0;
}
.hero__inner{
    min-height: calc(var(--vh, 1vh) * 100);
    height: max-content;
    display: flex;
    flex-direction: column;
}
.hero__video{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__content{
    position: relative;
    border-left: 1px solid #000;
    background: url('../img/BG.webp');
    background-blend-mode: darken, normal;
    height: 100%;
    padding: 16px 40px;
    max-width: 400px;
    z-index: 1;
    margin-left: auto;
    flex: 1;
    width: 100%;
}
.hero__image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
}
.hero__image img{
    width: 100%;
}
.hero__title {
    margin-top: 32px;
    text-align: right;
    font-size: 31px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    opacity: 1;
}
.hero__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    opacity: 1;
}
.hero__item,
.hero__item-link{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 22px;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.2px;
    position: relative;
    width: max-content;
    margin-left: auto;
    position: relative;
}
.header-tel-show + .hero__item-link{
    pointer-events: none;
}
.hero__item:last-of-type{
    font-size: 26px;
    letter-spacing: 0;
}
a.hero__item:last-of-type svg{
    margin-bottom: -4px;
}
.header-tel-show{
    position: absolute;
    color: #3B3B3B;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    border-radius: 5px;
    background: #FC0;
    display: flex;
    width: 108px;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 37px;
    z-index: 1;
}
.hero__form{
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #424242;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
}
.hero__form-input,
.hero__form-input::placeholder{
    color: #747474;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 428.571% */
    text-transform: uppercase;
}
.hero__form-input{
    width: 100%;
    height: 48px;
    padding: 10px 32px 10px 10px;
    text-align: right;
    border-radius: 5px;
    background: #424242;
    border: none;
    outline: none;
    color: #fff;
    text-transform: none;
}
.hero__form-btn{
    color: #FC0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 300% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    max-width: 122px;
    border-radius: 5px;
    border: 2px solid #FC0;
    background: #424242;
}
.hero__form-btn:hover{
    background: rgba(255, 204, 0, 0.2);
}
.hero__form-btn:active{
    background: #FC0;
    color: #424242;
}
.hero__form-sended{
    margin-top: 16px;
    border-radius: 5px;
    background: #424242;
    padding: 19px;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-transform: uppercase;
    opacity: 0;
    transition: all .1s ease;
}
.hero__form-sended.active{
    opacity: 1;
}
.title{
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    background: #333;
    padding: 17.5px 0;
}
.projects{
    margin-top: 24px;
    position: relative;
}
.projects__block{
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.projects__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 101;
}
.projects__item img{
    width: 100%;
    transition: all .3s ease;
}
.projects__item:hover img{
    transform: scale(1.02);
}
.projects:last-of-type{
    margin-bottom: 100px;
}
.projects__item,
.projects__title {
    transform: translateY(200px) scale(0.9);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease; 
}
.projects__item.visible,
.projects__title.visible {
    transform: translateY(0);
    opacity: 1;
}
.projects + .projects{
    margin-top: clamp(24px, 50vh, 120px);
}
.noise__overlay {
    z-index: 100;
    opacity: .04;
    background-image: url('../img/noise.gif');
    background-position: 0 0;
    background-size: 480px;
    background-attachment: fixed;
    position: fixed;
    pointer-events: none;
    inset: 0%;
}
.feedback{
    position: fixed;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    bottom: 40px;
    z-index: 101;
}
.feedback__link{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease;
}
.feedback__link:hover{
    transform: scale(1.1);
}
.feedback__link svg{
    max-width: 90px;
    max-height: 90px;
}
@media (max-width: 1279px) {
    .projects__block{
        grid-template-columns: repeat(3, 1fr);
    }
    .hero__image {
        max-width: 244px;
    }
    .hero__content {
        padding: 20px 6px 20px 10px;
        max-width: 264px;
    }
    .hero__title{
        margin-top: 16px;
        font-size: 24px;
    }
    .hero__item-link {
        letter-spacing: 2.2px;
        font-size: 22px;
    }
    .header-tel-show{
        width: 87px;
        height: 30px;
        top: -2px;
        bottom: 0;
        right: 28px;
    }
    .hero__block{
        gap: 16px;
        margin-top: 18px;
    }
    .hero__form-input{
        padding: 10px 16px;
        height: 40px;
    }
    .hero__form-btn{
        height: 40px;
        max-width: 96px;
    }
    .hero__form {
        margin-top: 16px;
        padding-top: 16px;
    }
    .hero__item:last-of-type{
        font-size: 20px;
        letter-spacing: normal;
        text-align: right;
    }
    .hero__form-sended{
        padding: 10px;
    }
    .fixedmenu__item:last-of-type{
        max-width: 264px;
    }
    .hero__form-sended{
        margin-top: 0px;
    }
}
@media (max-width: 1070px) {
    .fixedmenu__item{
        flex-direction: column;
        padding: 8px;
    }
    .fixedmenu__item-num{
        height: auto;
        padding: 0;
    }
    .fixedmenu__item-name{
        line-height: normal;
    }
    .fixedmenu__item:last-of-type .fixedmenu__item-name{
        line-height: normal;
    }
    .fixedmenu__item:last-of-type{
        padding: 0 14px;
        max-width: 211px;
    }
}
@media (max-width: 999px) {
    .projects__block{
        grid-template-columns: repeat(2, 1fr);
    }
    .hero__image {
        max-width: 196px;
    }
    .hero__title {
        margin-top: 21px;
        font-size: 20px;
    }
    .hero__content {
        padding: 18px 7px;
        max-width: 212px;
    }
    .hero__block {
        gap: 20px;
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    .hero__form {
        margin-top: 20px;
        padding-top: 20px;
    }
    .hero__form-sended{
        margin-top: 5px;
    }
    .hero__item:last-of-type {
        font-size: 16px;
        letter-spacing: normal;
        text-align: right;
        gap: 4px;
    }
    .hero__item-link {
        letter-spacing: 0;
        font-size: 20px;
    }
    .header-tel-show {
        width: 65px;
        height: 26px;
        top: -1px;
        bottom: 0px;
        right: 33px;
    }
    .feedback{
        bottom: 130px;
    }
    .hero__video video{
        object-position: -230px;
    }
}
@media (max-width: 620px) {
    .hero{
        z-index: 120;
    }
    .hero__content{
        padding: 8px 6px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: initial;
        border-radius: 0px 0px 20px 20px;
        background: url('../img/BG.webp'), rgba(28, 28, 28, 0.90);
        display: flex;
        max-width: 100%;
        height: auto;
    }
    .hero__image {
        max-width: 104px;
    }
    .hero__title,
    .hero__form{
        display: none;
    }
    .hero__block{
        width: 100%;
        margin-top: 0;
        justify-content: center;
        align-items: start;
    }
    .hero__item{
        margin: 0 auto;
    }
    .fixedmenu{
        position: relative;
        z-index: 101;
    }
    .fixedmenu__block{
        flex-direction: column;
    }
    .fixedmenu__item{
        border-bottom: 1px solid #000;
        flex-direction: column-reverse;
    }
    .fixedmenu__item-name svg{
        display: none;
    }
    .fixedmenu__item:last-of-type{
        order: -1;
        max-width: 100%;
        height: 50px;
    }
    .projects__block {
        grid-template-columns: 1fr;
    }
    .title{
        background-color: transparent;
    }
    .feedback {
        right: 10px;
        bottom: 24px;
        z-index: 130;
    }
    .feedback__link svg {
        max-width: 60px;
        max-height: 60px;
    }
    .hero__inner{
        padding-top: 100px;
        min-height: auto;
    }
    .hero__video{
        position: initial;
    }
    .hero__video video{
        object-position: center;
        height: auto;
    }
}
.feedback__bot{
    outline: none;
    border: none;
    background-color: transparent;
}
.wrapper {
    width: 370px;
    position: absolute;
    left: -400px;
    bottom: 0;
    background-color: #292828;
    display: none;
    border-radius: 5px
}
.wrapper.active{
    display: block;
}
.wrapper .title {
    background: #007bff;
    color: white;
    line-height: 2.5;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 20px;
}

.wrapper .box {
    padding: 10px 15px;
    max-height: 400px;
    overflow: auto;
    height: 28vh;
    overscroll-behavior: contain;
}

.wrapper .box .item {
    display: flex;
    float: left;
    margin: 10px 0;
}

.wrapper .box .item .icon {
    background: #007bff;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.wrapper .box .item .msg {
    background: #007bff;
    color: white;
    border-radius: 10px;
    width: 150px;
    margin-left: 10px;
}
.wrapper .box .item .msg p {
    padding: 10px;
    line-height: normal;
    font-size: 16px;
}
.wrapper .box .item.right {
    float: right;
}
.wrapper .box .item.right .msg {
    background: #efefef;
    color: #333;
}
.wrapper .typing-area {
    width: 100%;
    background: #efefef;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
}
.wrapper .typing-area .input-field {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper .typing-area .input-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    padding-right: 70px;
    font-family: "Inter", sans-serif;
    transition: 0.3s all ease;
    height: 100%;
}
.wrapper .typing-area .input-field input:focus {
    border-color: #007bff;
}
.wrapper .typing-area .input-field button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #007bff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #007bff;
    outline: none;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
}
.wrapper .typing-area .input-field button:hover {
    background: #007bff;
    color: white;
}
.wrapper .typing-area .input-field input:valid ~ button {
    opacity: 1;
    pointer-events: auto;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333;
}

.close-btn:hover {
    color: #ff0000;
}

@media (max-width: 620px) {
    .wrapper{
        width: calc(100vw - 140px);
        left: -77vw;
    }
    .wrapper .box {
        min-height: 319px;
        max-height: 390px;
    }
}
@media (max-width: 420px) {
    .wrapper{
        width: calc(100vw - 100px);
        left: -78vw;
    }
}