.wrapper-navigator-t3d {
    bottom: 36px;
    font-family: Manrope,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    line-height: 19px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1002
}

.container-navigator {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(0,0,0,.46);
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    padding: 0 15px
}

.line-active-navigator {
    border-radius: 5px;
    bottom: 0;
    height: 3px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px)
}

.line-active-navigator .line {
    background-color: #a2adce;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    width: 25%
}

.line-active-navigator .line.recent-works {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.line-active-navigator .line.our-portfolio {
    -webkit-transform: translateX(420%);
    transform: translateX(420%)
}

.line-active-navigator .line.services {
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.line-active-navigator .line.contact {
    -webkit-transform: translateX(300%);
    transform: translateX(300%)
}

.item-navigator {
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 15px 10px;
    opacity: .65;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    width: 55px
}

.item-navigator a {
    margin: 0;
    padding: 0
}

.item-navigator.active {
    opacity: 1
}

.item-navigator.home-nav~.line-active-navigator .line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.item-navigator.recent-works-nav~.line-active-navigator .line {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.item-navigator.services-nav~.line-active-navigator .line {
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.item-navigator.contact-nav~.line-active-navigator .line {
    -webkit-transform: translateX(300%);
    transform: translateX(300%)
}

.item-navigator.our-portfolio-nav~.line-active-navigator .line {
    -webkit-transform: translateX(500%);
    transform: translateX(500%)
}

.item-navigator:hover {
    opacity: 1
}

@media(max-height: 640px),(max-width:767px) {
    .wrapper-navigator-t3d {
        bottom:20px
    }

    .item-navigator {
        margin: 12px 8px
    }
}

.wrapper-contact-t3d {
    background-color: #fff;
    border: 20px solid #fff;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden!important;
    position: relative;
    width: 100%
}

.wrapper-waiting {
    background-color: hsla(0,0%,54%,.572);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111
}

.spinner {
    height: 30px;
    width: 30px
}

.spinner,.spinner .blob {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.spinner .blob {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px
}

.spinner .blob.top {
    -webkit-animation: blob-top 1s ease-in infinite;
    animation: blob-top 1s ease-in infinite;
    top: 0
}

.spinner .blob.bottom {
    -webkit-animation: blob-bottom 1s ease-in infinite;
    animation: blob-bottom 1s ease-in infinite;
    top: 100%
}

.spinner .blob.left {
    -webkit-animation: blob-left 1s ease-in infinite;
    animation: blob-left 1s ease-in infinite;
    left: 0
}

.spinner .move-blob {
    -webkit-animation: blob-spinner-mover 1s ease-in infinite;
    animation: blob-spinner-mover 1s ease-in infinite;
    background: #fff;
    top: 0
}

@-webkit-keyframes blob-bottom {
    25%,50%,75% {
        left: 100%;
        top: 50%
    }

    to {
        left: 50%;
        top: 0
    }
}

@keyframes blob-bottom {
    25%,50%,75% {
        left: 100%;
        top: 50%
    }

    to {
        left: 50%;
        top: 0
    }
}

@-webkit-keyframes blob-left {
    25% {
        left: 0;
        top: 50%
    }

    50%,to {
        left: 50%;
        top: 100%
    }
}

@keyframes blob-left {
    25% {
        left: 0;
        top: 50%
    }

    50%,to {
        left: 50%;
        top: 100%
    }
}

@-webkit-keyframes blob-top {
    50% {
        left: 50%;
        top: 0
    }

    75%,to {
        left: 0;
        top: 50%
    }
}

@keyframes blob-top {
    50% {
        left: 50%;
        top: 0
    }

    75%,to {
        left: 0;
        top: 50%
    }
}

@-webkit-keyframes blob-spinner-mover {
    0%,to {
        left: 50%;
        top: 0
    }

    25% {
        left: 100%;
        top: 50%
    }

    50% {
        left: 50%;
        top: 100%
    }

    75% {
        left: 0;
        top: 50%
    }
}

@keyframes blob-spinner-mover {
    0%,to {
        left: 50%;
        top: 0
    }

    25% {
        left: 100%;
        top: 50%
    }

    50% {
        left: 50%;
        top: 100%
    }

    75% {
        left: 0;
        top: 50%
    }
}

.light-cube {
    background: #52b6ff;
    height: 100%;
    left: 0;
    opacity: .25;
    top: -40%;
    -webkit-transform: rotate(66.69deg);
    transform: rotate(66.69deg);
    width: 25%
}

.light-circle,.light-cube {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    pointer-events: none;
    position: absolute;
    z-index: 10
}

.light-circle {
    background: #73dde8;
    height: 25vw;
    opacity: .2;
    right: -12vw;
    top: -12vw;
    width: 25vw
}

.container-content-contact {
    align-items: center;
    background: linear-gradient(323.95deg,#114086,#0c3774 26.35%,#003167 53.73%,#022e5f 80.65%,#002862);
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%
}

.block-contact-center {
    display: flex;
    flex-direction: column;
    max-width: 1164px;
    width: 100%
}

.body-contact {
    border-bottom: 1px solid #fff;
    display: flex;
    padding-bottom: 60px
}

.left-block-contant {
    width: 330px
}

.left-block-contant,.left-block-content-contant {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.left-block-content-contant {
    width: 100%
}

.request-a-call-contact {
    background: linear-gradient(180deg,#101834,#1a2653);
    border-radius: 24px;
    box-sizing: border-box;
    max-width: 330px;
    padding: 55px 25px 15px;
    position: relative;
    width: 100%
}

.block-text-request-a-call-contact {
    padding-top: 50px
}

.line-request-a-call-contact {
    border-top: 1px solid #78b6ff;
    height: 1px;
    margin-bottom: 20px;
    width: 70px
}

.title-request-a-call-contact {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 5px
}

.discription-request-a-call-contact {
    color: #828ba4;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.btn-request-a-call-contact {
    align-items: center;
    border: 1px solid #828ba4;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
    padding: 7px 7px 7px 23px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.btn-request-a-call-contact span {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px
}

.btn-request-a-call-contact:hover {
    border: 1px solid #fff
}

.btn-request-a-call-contact:hover svg rect {
    fill: #fff
}

.btn-request-a-call-contact:hover svg path {
    stroke: #000
}

.title-using-services {
    color: #828ba4;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 18px;
    margin-top: 15px
}

.title-using-services img {
    margin-left: 8px
}

.container-right-block-contant {
    align-items: center;
    display: flex;
    height: 100%
}

.right-block-contant {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 60px;
    width: 100%
}

.right-block-contant input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 19px;
    outline: none;
    padding: 10px 10px 20px
}

.right-block-contant input,.title-content-contact {
    color: #fff;
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400
}

.title-content-contact {
    font-size: 124px;
    line-height: 150px;
    margin-bottom: 50px
}

.title-content-contact span {
    font-family: Playfair Display,sans-serif;
    font-weight: 400
}

.form-contact {
    width: 100%
}

.wrapper-input {
    box-sizing: border-box;
    color: #444;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.wrapper-input .item-form-input {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Inter,sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 2px;
    width: calc(50% - 20px)
}

.wrapper-input .item-form-input.err {
    border-bottom: 1px solid red
}

.wrapper-btn-send-form-contact {
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.btn-send-form-contact {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    max-width: 280px;
    padding: 8px 8px 8px 24px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.btn-send-form-contact span {
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-align: center
}

.btn-send-form-contact svg {
    fill: #000
}

.btn-send-form-contact:hover {
    background: #d8dfe8
}

.btn-send-form-contact:hover svg rect {
    fill: #fff
}

.header-contact {
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 30px;
    width: 100%
}

.header-contact,.header-location-contact {
    align-items: center;
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px
}

.header-location-contact {
    margin-top: 15px
}

.header-location-contact.max-size {
    display: flex
}

.header-location-contact svg {
    margin-right: 10px
}

.header-location-contact .item-footer {
    padding-left: 10px
}

.header-location-contact .item-footer span {
    color: #a2adce
}

.containter-left-block-contant {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.title-left-block-contant {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.title-left-block-contant span {
    color: #a2adce
}

@media screen and (max-width: 1180px)and (min-height:640px) {
    .container-content-contact {
        align-items:flex-start;
        padding: 40px 20px 20px
    }

    .header-contact {
        margin-bottom: 44px
    }

    .body-contact {
        align-items: center;
        flex-direction: column;
        padding-bottom: 0
    }

    .request-a-call-contact {
        padding: 24px 16px 16px
    }

    .request-a-call-contact-call {
        display: none
    }

    .block-text-request-a-call-contact {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .line-request-a-call-contact {
        display: none
    }

    .btn-request-a-call-contact {
        margin-top: 32px
    }

    .wrapper-input {
        display: flex
    }

    .wrapper-input .item-form-input {
        max-width: 420px
    }

    .wrapper-btn-send-form-contact {
        justify-content: center
    }

    .btn-send-form-contact {
        margin-top: 60px
    }

    .title-content-contact {
        margin-bottom: 0;
        padding: 32px 0
    }

    .right-block-contant {
        margin-bottom: 44px;
        padding: 0
    }

    .body-contact {
        border: none
    }
}

@media screen and (max-height: 730px) {
    .container-content-contact {
        padding:20px
    }

    .header-contact {
        margin-bottom: 40px;
        padding-bottom: 15px
    }

    .request-a-call-contact {
        padding: 24px 16px 16px
    }

    .title-content-contact {
        margin-bottom: 20px
    }

    .btn-send-form-contact {
        margin-top: 60px
    }

    .body-contact {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 1180px)and (max-height:960px) {
    .header-contact {
        margin-bottom:40px;
        padding-bottom: 20px
    }

    .title-content-contact {
        margin-bottom: 20px;
        padding: 0
    }

    .btn-send-form-contact {
        margin-top: 40px
    }

    .body-contact {
        border: none
    }

    .container-content-contact {
        padding: 20px
    }
}

@media screen and (max-width: 1180px)and (max-height:770px) {
    .container-content-contact {
        padding:20px
    }

    .header-contact {
        padding-bottom: 20px
    }

    .title-content-contact {
        margin-bottom: 0;
        padding: 0
    }

    .header-contact {
        margin-bottom: 20px;
        padding-bottom: 15px
    }

    .body-contact {
        padding-bottom: 0
    }
}

@media screen and (max-width: 1180px)and (max-height:720px) {
    .containter-left-block-contant,.header-location-contact.max-size {
        margin-top:0
    }

    .btn-send-form-contact {
        margin-top: 20px
    }
}

@media screen and (max-height: 640px) {
    .wrapper-contact-t3d {
        border:6px solid #fff
    }

    .container-content-contact {
        align-items: flex-start;
        border-radius: 12px;
        padding: 20px
    }

    .header-contact {
        padding-bottom: 20px
    }

    .containter-left-block-contant {
        margin-top: 5px
    }

    .wrapper-input .item-form-input {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 19px;
        max-width: 318px;
        width: 100%;
        width: calc(50% - 10px)
    }

    .title-content-contact {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 20px;
        padding: 0 0 20px;
        width: 100%
    }

    .btn-send-form-contact {
        margin-top: 60px
    }

    .right-block-contant {
        margin-bottom: 20px;
        padding-left: 0
    }

    .request-a-call-contact-call {
        display: none
    }

    .body-contact {
        border-bottom: none;
        justify-content: space-evenly;
        padding-bottom: 0
    }

    .header-contact {
        margin-bottom: 20px
    }

    .block-text-request-a-call-contact {
        padding-top: 25px
    }

    .btn-request-a-call-contact {
        margin-top: 80px
    }
}

@media screen and (max-height: 470px) {
    .containter-left-block-contant,.header-location-contact.max-size {
        margin-top:0
    }

    .header-contact {
        padding-bottom: 10px
    }

    .title-content-contact {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .btn-send-form-contact {
        margin-top: 25px
    }

    .btn-request-a-call-contact {
        margin-top: 20px
    }

    .block-text-request-a-call-contact {
        padding-top: 20px
    }

    .request-a-call-contact {
        padding-top: 16px
    }

    .left-block-contant {
        width: 300px
    }
}

@media screen and (max-width: 767px)and (min-height:620px) {
    .wrapper-contact-t3d {
        border:6px solid #fff
    }

    .container-content-contact {
        align-items: center;
        border-radius: 12px;
        padding: 20px
    }

    .header-contact {
        justify-content: center;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .request-a-call-contact {
        padding: 24px 16px 16px
    }

    .request-a-call-contact-call {
        display: none
    }

    .block-text-request-a-call-contact {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .line-request-a-call-contact {
        display: none
    }

    .header-location-contact {
        margin-top: 25px
    }

    .header-location-contact.max-size {
        display: none
    }

    .containter-left-block-contant {
        margin-top: 5px
    }

    .wrapper-input {
        align-items: center
    }

    .wrapper-input .item-form-input {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        max-width: 318px;
        width: 100%
    }

    .title-content-contact {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: -15px;
        padding: 20px 0;
        text-align: center;
        width: 100%
    }

    .container-right-block-contant {
        width: 100%
    }

    .btn-send-form-contact {
        margin-top: 20px
    }

    .right-block-contant {
        margin-bottom: 20px
    }

    .body-contact {
        align-items: center;
        border: none;
        flex-direction: column;
        padding-bottom: 0
    }

    .right-block-contant {
        padding-left: 0
    }

    .wrapper-input {
        display: flex;
        flex-direction: column
    }

    .wrapper-btn-send-form-contact,.wrapper-input {
        justify-content: center
    }
}

@media screen and (max-width: 767px)and (orientation:portrait) {
    .btn-request-a-call-contact {
        margin-top:32px
    }

    .container-right-block-contant {
        padding-left: 0
    }
}

@media screen and (max-width: 400px) {
    .left-block-contant {
        width:100%
    }

    .request-a-call-contact,.wrapper-input .item-form-input {
        max-width: none
    }

    .item-form-input {
        min-width: none;
        width: calc(50% - 10px)
    }

    .btn-send-form-contact {
        max-width: none;
        width: 100%
    }
}

@media screen and (max-width: 767px)and (max-height:700px) {
    .container-content-contact {
        align-items:flex-start
    }
}

@media screen and (max-width: 900px) {
    .header-location-contact.max-size {
        display:none
    }
}

.wrapper-home-t3d {
    height: 100%;
    width: 100%
}

.container-home-t3d {
    background-color: #fff;
    border: 20px solid #fff;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.container-home-t3d video {
    background: linear-gradient(323.95deg,#114086,#0c3774 26.35%,#003167 53.73%,#022e5f 80.65%,#002862);
    border-radius: 24px;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media(max-width: 768px) {
   .container-home-t3d video {
          object-fit: inherit!important; 
   }
}

.container-content-home {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px 42px;
    position: absolute;
    top: 0;
    width: 100%
}

.logo-home-t3d {
    left: 42px;
    position: relative;
    position: absolute;
    top: 64px;
    width: 120px
}

.title-home-t3d {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Inter,sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    width: 820px
}

.title-home-t3d.br {
    display: none
}

.title-home-t3d span {
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient 10s ease infinite;
    animation: gradient 10s ease infinite;
    background: linear-gradient(135deg,#7ba0ff,#7ba0ff,#ffe8ad,#82a5ff,#82a5ff,#ffe8ad);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 250% 250%;
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    line-height: 90px
}

@-webkit-keyframes gradient {
    0% {
        background-position: 80% 0
    }

    50% {
        background-position: 20% 100%
    }

    to {
        background-position: 80% 0
    }
}

@keyframes gradient {
    0% {
        background-position: 80% 0
    }

    50% {
        background-position: 20% 100%
    }

    to {
        background-position: 80% 0
    }
}

.info-company-home-t3d {
    display: flex;
    margin-top: 25px
}

.line-note-home-t3d {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
    width: 70px
}

.note-home-t3d {
    bottom: 34px;
    left: 42px;
    position: absolute
}

.text-note-home-t3d {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    padding-top: 12px
}

.text-note-home-t3d span {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase
}

.text-note-home-t3d span:last-child {
    padding-right: 0
}

@media(max-width:1180px) {
    .logo-home-t3d {
        left:40px;
        top: 40px;
        width: 100px
    }

    .line-note-home-t3d {
        display: none
    }

    .note-home-t3d {
        right: 40px;
        top: 28px
    }

    .text-note-home-t3d {
        text-align: end
    }

    .text-note-home-t3d span {
        padding-right: 6px
    }

    .container-content-home {
        align-items: center;
        justify-content: flex-end
    }

    .center-block-home-t3d {
        bottom: 70%;
        position: absolute;
        text-align: center;
        -webkit-transform: translateY(70%);
        transform: translateY(70%)
    }

    .info-company-home-t3d {
        display: none;
        justify-content: center
    }
}

@media(max-height: 640px),(max-width:767px) {
    .container-home-t3d {
        border:6px solid #fff
    }

    .container-home-t3d video {
        border-radius: 12px
    }

    .logo-home-t3d {
        left: 15px;
        top: 25px;
        width: 70px
    }

    .title-home-t3d {
        display: none;
        font-size: 29px;
        line-height: 31px;
        width: 320px
    }

    .title-home-t3d span {
        font-size: 54px;
        line-height: 65px
    }

    .title-home-t3d.br {
        display: flex
    }

    .line-note-home-t3d {
        display: none
    }

    .note-home-t3d {
        right: 14px;
        top: 29px
    }

    .text-note-home-t3d {
        font-size: 12px;
        line-height: 14px;
        padding-top: 6px;
        text-align: end
    }

    .text-note-home-t3d span {
        font-size: 14px;
        line-height: 18px
    }
}

@media(max-height: 400px) {
    .note-home-t3d {
        top:15px
    }
}

@media screen and (max-width: 880px) {
    .title-home-t3d {
        display:none
    }

    .title-home-t3d.br {
        display: flex
    }
}

.wrapper-item-info-home {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(0,0,0,.46);
    border-radius: 16px;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 15px 10px;
    width: 110px
}

.qty-item-info-home {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 12px;
    text-shadow: 0 4px 12px hsla(0,0%,100%,.65)
}

.qty-item-info-home,.title-item-info-home {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.title-item-info-home {
    color: #a2adce;
    font-family: Manrope,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media screen and (max-width: 1180px) {
    .wrapper-item-info-home {
        margin:0 4px
    }
}

.wrapper-our-portfolio-t3d {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: showpageOurPortfolio;
    animation-name: showpageOurPortfolio;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100%
}

.wrapper-our-portfolio-t3d.hidden {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: hiddenpage;
    animation-name: hiddenpage;
    opacity: 1
}

.wrapper-btn-back-works {
    display: flex;
    justify-content: center;
    width: 100%
}

.container-btn-back-works {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-radius: 0 0 333px 333px;
    border-right: 1px solid #dbdbdb;
    height: 124px;
    position: relative;
    width: 400px
}

.btn-back-works {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    line-height: 18px;
    padding: 12px 10px;
    position: absolute;
    text-decoration: none;
    top: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    user-select: none
}

.btn-back-works span {
    padding: 0 20px
}

.btn-back-works svg {
    margin-right: 10px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.btn-back-works:hover {
    border: 1px solid #000
}

.btn-back-works:hover svg rect {
    fill: #000
}

.btn-back-works:hover svg path {
    fill: #fff
}

.container-content-our-portfolio {
    box-sizing: border-box;
    padding: 54px 20px 20px;
    width: 100%
}

.header-content-our-portfolio {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
    text-align: center;
    width: 100%
}

.title-header-our-portfolio {
    color: #000;
    font-family: Inter,sans-serif;
    font-size: 124px;
    font-style: normal;
    font-weight: 400;
    line-height: 150px
}

.title-header-our-portfolio span {
    font-family: Playfair Display,sans-serif;
    font-weight: 400
}

.container-projects {
    position: relative;
    width: 100%
}

.wrapper-clear-filter {
    align-items: center;
    display: flex;
    margin-left: 5px
}

.wrapper-clear-filter.disable {
    opacity: 0;
    pointer-events: none
}

.partition-filter {
    background-color: #dbdbdb;
    border-left: 1px;
    height: 28px;
    width: 1px
}

.clear-filter {
    align-items: center;
    background: #eee;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0 7px;
    -webkit-user-select: none;
    user-select: none
}

.clear-filter div {
    padding: 12px
}

.clear-filter svg {
    margin-right: 6px
}

.clear-filter:hover {
    background: #fff;
    border: 1px solid #000
}

.clear-filter:hover svg rect {
    fill: #000
}

.clear-filter:hover svg path {
    fill: #fff
}

.filter-container-content-fixed {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    left: 0;
    min-height: 80px;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 20px;
    width: 100%;
    z-index: 1001
}

.filter-content-fixed {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(0,0,0,.46);
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    margin-right: 20px;
    padding: 0 40px;
    width: calc(100% - 100px)
}

.body-filter-content-fixed {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.toggle-filter-content-fixed {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(0,0,0,.46);
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    flex-direction: column;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 80px;
    justify-content: center;
    line-height: 18px;
    transition: .4s;
    -webkit-user-select: none;
    user-select: none;
    width: 80px
}

.toggle-filter-content-fixed:hover {
    border-radius: 32px
}

.toggle-filter-content-fixed.mobile {
    border-radius: 15px 0 0 15px;
    display: none
}

.toggle-filter-content-fixed.desctop {
    display: flex
}

@media screen and (max-width: 1180px) {
    .body-filter-content-fixed {
        padding:5px 0
    }

    .container-btn-back-works {
        height: 124px;
        width: 340px
    }
}

@media(max-height: 640px),(max-width:767px) {
    .container-btn-back-works {
        height:86px;
        width: 278px
    }

    .btn-back-works {
        font-size: 14px;
        /*height: 28px;*/
        line-height: 18px;
        width: 136px
    }

    .btn-back-works svg {
        height: 30px;
        width: 30px
    }

    .container-content-our-portfolio {
        padding: 45px 6px 6px
    }

    .header-content-our-portfolio {
        padding-bottom: 24px
    }

    .title-header-our-portfolio {
        font-size: 46px;
        line-height: 56px
    }

    .body-filter-content-fixed {
        justify-content: center;
        max-width: 360px
    }

    .filter-content-fixed {
        border-radius: 0 0 15px 15px;
        justify-content: center;
        margin: 0;
        width: 100%
    }

    .filter-container-content-fixed {
        padding: 0;
        top: 0
    }

    .toggle-filter-content-fixed {
        height: 70px;
        width: 70px
    }

    .toggle-filter-content-fixed.mobile {
        bottom: 25%;
        display: flex;
        position: fixed;
        right: 0;
        z-index: 1001
    }

    .toggle-filter-content-fixed.desctop {
        display: none
    }
}

.wrapper-recent-works-t3d {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100%
}

.container-content-recent-works {
    box-sizing: border-box;
    padding: 92px 20px 20px;
    width: 100%
}

.header-content-recent-works {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
    text-align: center;
    width: 100%
}

.title-header-recent-works {
    color: #000;
    font-family: Inter,sans-serif;
    font-size: 124px;
    font-style: normal;
    font-weight: 400;
    line-height: 150px
}

.title-header-recent-works span {
    font-family: Playfair Display,sans-serif;
    font-weight: 400
}

.info-header-recent-works {
    color: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 17px;
    text-align: center
}

.filter-container-content {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    padding-bottom: 14px
}

.filter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.item-filter {
    border: 1px solid transparent;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 2px;
    padding: 12px;
    text-decoration: none
}

.item-filter:hover {
    background: #ededee;
    border: 1px solid #ededee
}

.item-filter.active {
    border: 1px solid #dbdbdb
}

.grid-wrapper-projects {
    grid-gap: 20px;
    box-sizing: border-box;
    color: #444;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0 20px 20px;
    width: 100%
}

.wrapper-item-grid {
    border-radius: 24px;
    box-sizing: border-box;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    transition: .6s;
    width: 100%;
    z-index: 4
}

.wrapper-item-grid.box-1 {
    grid-column: 1;
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    min-height: calc(24vw - 13.33333px)
}

.wrapper-item-grid.box-2 {
    grid-column: 3;
    grid-row: 1;
    min-height: calc(12vw - 6.66667px)
}

.wrapper-item-grid.box-3 {
    grid-column: 3;
    grid-row: 2;
    min-height: calc(12vw - 6.66667px)
}

.wrapper-item-grid.box-4 {
    grid-column: 4;
    grid-column: 4/span 2
}

.wrapper-item-grid.box-4,.wrapper-item-grid.box-5 {
    grid-row: 1/span 2;
    min-height: calc(24vw - 13.33333px)
}

.wrapper-item-grid.box-5 {
    grid-column: 6
}

.wrapper-item-grid.box-6 {
    grid-column: 1
}

.wrapper-item-grid.box-6,.wrapper-item-grid.box-7 {
    grid-row: 3/span 2;
    min-height: calc(24vw - 13.33333px)
}

.wrapper-item-grid.box-7 {
    grid-column: 2;
    grid-column: 2/span 2
}

.wrapper-item-grid.box-8 {
    grid-column: 4;
    grid-row: 3;
    min-height: calc(12vw - 6.66667px)
}

.wrapper-item-grid.box-9 {
    grid-column: 4;
    grid-row: 4;
    min-height: calc(12vw - 6.66667px)
}

.wrapper-item-grid.box-10 {
    grid-column: 5;
    grid-column: 5/span 2;
    grid-row: 3/span 2;
    min-height: calc(24vw - 13.33333px)
}

.wrapper-item-grid:hover {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.wrapper-item-grid:hover .item-grid {
    scale: 1.05
}

.wrapper-item-grid:hover .hover-effect-item-grid {
    opacity: 1
}

.item-grid {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-height: 100%;
    height: 100%;
    -webkit-width: 100%;
    width: 100%;
    position: relative;
    transition: .6s;
    z-index: 3;
}


.hover-effect-item-grid {
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,.65);
    border-radius: 32px;
    bottom: 10px;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .6s;
    width: calc(100% - 20px);
    z-index: 3
}

.hover-effect-item-grid svg {
    padding-left: 5px
}

.wrapper-btn-all-projects {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 690px;
    padding: 0 20px 20px;
    width: 100%
}

.btn-all-projects {
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 106px;
    justify-content: space-between;
    padding: 0 25px;
    text-decoration: none;
    transition: .6s;
    -webkit-user-select: none;
    user-select: none
}

.btn-all-projects:hover {
    border: 1px solid #777
}

.btn-all-projects:hover .arrow-btn-all-projects rect {
    fill: #000;
    transition: .6s
}

.btn-all-projects:hover .arrow-btn-all-projects path {
    fill: #fff;
    transition: .6s
}

.left-btn-all-projects {
    align-items: center;
    color: #777;
    display: flex;
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%
}

.left-btn-all-projects,.left-btn-all-projects span {
    font-size: 16px;
    line-height: 19px
}

.portfolio-lottie-btn {
    margin-right: 20px;
    width: 15%
}

.qty-btn-all-projects {
    background: #eeeded;
    border: 1px solid #dbdbdb;
    border-radius: 32px;
    color: #777;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-left: 16px;
    padding: 6px 16px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width: 1180px) {
    .container-content-recent-works {
        padding:74px 20px 20px
    }

    .filter-content {
        max-width: 500px
    }

    .grid-wrapper-projects {
        grid-template-columns: 1fr 1fr 1fr
    }

    .wrapper-item-grid.box-1 {
        grid-column: 1;
        grid-row: 1;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-2 {
        grid-column: 2;
        grid-row: 1;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-3 {
        grid-column: 1;
        grid-row: 2;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-4 {
        grid-column: 2;
        grid-row: 2;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-5 {
        grid-column: 3;
        grid-row: 1/span 2;
        min-height: calc(48vw - 26.66667px)
    }

    .wrapper-item-grid.box-6 {
        grid-column: 1;
        grid-row: 3/span 2;
        min-height: calc(48vw - 26.66667px)
    }

    .wrapper-item-grid.box-7 {
        grid-column: 2;
        grid-row: 3;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-8 {
        grid-column: 3;
        grid-row: 3;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-9 {
        grid-column: 2;
        grid-row: 4;
        min-height: calc(24vw - 13.33333px)
    }

    .wrapper-item-grid.box-10 {
        grid-column: 3;
        grid-row: 4;
        min-height: calc(24vw - 13.33333px)
    }
}

@media(max-height: 640px),(max-width:767px) {
    .portfolio-lottie-btn {
        margin-right:5px;
        min-width: 55px;
        width: 10%
    }

    .container-content-recent-works {
        padding: 54px 6px 6px
    }

    .header-content-recent-works {
        padding-bottom: 24px
    }

    .title-header-recent-works {
        font-size: 46px;
        line-height: 56px
    }

    .grid-wrapper-projects {
        grid-gap: 6px;
        padding: 0 6px 6px
    }

    .filter-content {
        display: none
    }

    .filter-container-content {
        padding: 0
    }

    .wrapper-btn-all-projects {
        box-sizing: border-box;
        padding: 0 6px 6px;
        width: 100%
    }

    .btn-all-projects {
        height: 66px;
        padding: 0 12px
    }

    .right-btn-all-projects {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .right-btn-all-projects svg {
        height: 30px;
        width: 30px
    }

    .qty-btn-all-projects {
        display: none
    }

    .left-btn-all-projects span {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 767px) {
    .grid-wrapper-projects {
        grid-gap:6px;
        grid-template-columns: 1fr 1fr;
        padding: 0 6px 6px
    }

    .wrapper-item-grid {
        border-radius: 12px
    }

    .wrapper-item-grid.box-1 {
        grid-column: 1;
        grid-row: 1/span 2;
        min-height: calc(72vw - 12px)
    }

    .wrapper-item-grid.box-2 {
        grid-column: 2;
        grid-row: 1;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-3 {
        grid-column: 2;
        grid-row: 2;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-4 {
        grid-column: 1;
        grid-row: 3;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-5 {
        grid-column: 2;
        grid-row: 3;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-6 {
        grid-column: 1;
        grid-row: 4;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-7 {
        grid-column: 2;
        grid-row: 4/span 2;
        min-height: calc(72vw - 12px)
    }

    .wrapper-item-grid.box-8 {
        grid-column: 1;
        grid-row: 5;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-9 {
        grid-column: 1;
        grid-row: 6;
        min-height: calc(36vw - 6px)
    }

    .wrapper-item-grid.box-10 {
        grid-column: 2;
        grid-row: 6;
        min-height: calc(36vw - 6px)
    }
}

@media screen and (min-width: 1920px) {
    .wrapper-item-grid {
        font-size:21px;
        line-height: 20px
    }
}

.wrapper-services-t3d {
    color: #000;
    width: 100%
}

.container-content-services {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.header-content-services {
    align-items: flex-end;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 20px;
    max-width: 1675px;
    padding: 92px 0 32px;
    text-align: center;
    width: 100%;
    width: calc(100% - 40px)
}

.title-header-services {
    color: #000;
    font-family: Inter,sans-serif;
    font-size: 124px;
    font-style: normal;
    font-weight: 400;
    line-height: 150px
}

.title-header-services span {
    font-family: Playfair Display,sans-serif;
    font-weight: 400
}

.block-development-services {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0 54px;
    width: calc(100% - 40px)
}

.wripper-grid-development-services {
    grid-gap: 20px;
    box-sizing: border-box;
    color: #444;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%
}

.item-grid-development-services {
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
    width: 100%
}

.item-grid-development-services.item-1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1/span 2;
    justify-content: center
}

.item-grid-development-services.item-1 .title-block-development-services {
    text-align: center
}

.item-grid-development-services.item-1 .tags-services {
    max-width: 300px
}

.item-grid-development-services.item-2 {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start
}

.item-grid-development-services.item-2 .title-tags-development-services {
    padding-right: 20px
}

.item-grid-development-services.item-3 {
    align-items: center;
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-start
}

.item-grid-development-services.item-3 .title-tags-development-services {
    padding-right: 20px
}

.item-grid-development-services.item-4 {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    grid-column: 2/span 2;
    grid-row: 2;
    justify-content: flex-start
}

.item-grid-development-services.item-4 .title-tags-development-services {
    padding-right: 20px
}

.point-block-development-services {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px
}

.lottie-development-services-dev {
    width: 85%
}

.lottie-development-services-phone,.lottie-development-services-web {
    width: 99%
}

.lottie-development-services-blockchain {
    width: 23%
}

.title-block-development-services {
    font-size: 24px;
    line-height: 29px;
    margin: 10px 0
}

.subtitle-content-services,.title-block-development-services {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 300
}

.subtitle-content-services {
    font-family: Inter;
    font-size: 42px;
    line-height: 58px;
    text-transform: capitalize;
    width: 605px;
}

.subtitle-content-services.padding {
    padding-bottom: 72px
}

.subtitle-content-services.todor {
    position: relative
}

.subtitle-content-services.todor:hover {
    cursor: pointer
}

.subtitle-content-services.todor:hover .icon-subtitle-content-services {
    background-color: #000
}

.subtitle-content-services.todor:hover .icon-subtitle-content-services svg rect {
    fill: #000
}

.subtitle-content-services.todor:hover .icon-subtitle-content-services svg path {
    stroke: #fff
}

.icon-subtitle-content-services {
    align-items: center;
    border: 1px solid #bdbcbc;
    border-radius: 50%;
    bottom: 7px;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 40px
}

.icon-subtitle-content-services svg {
    height: 32px;
    width: 32px
}

.icon-subtitle-content-services svg path {
    stroke: #000
}

.container-block-clients-services {
    border-top: 1px solid #dbdbdb;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1675px;
    width: calc(100% - 40px)
}

.block-clients-services {
    box-sizing: border-box;
    max-width: 1164px;
    padding: 60px 0 54px;
    width: 100%
}

.list-clients {
    border: 1px solid #dbdbdb;
    border-radius: 32px;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%
}

.item-client,.list-clients {
    box-sizing: border-box;
    display: flex
}

.item-client {
    align-items: center;
    justify-content: center;
    width: 25%
}

.item-client img {
    width: 100%
}

.item-client.client-1,.item-client.client-2,.item-client.client-3 {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb
}

.item-client.client-4 {
    border-bottom: 1px solid #dbdbdb
}

.item-client.client-5,.item-client.client-6,.item-client.client-7 {
    border-right: 1px solid #dbdbdb
}

.item-client.client-8 {
    border-right: none
}

.container-block-todorov-services {
    border-top: 1px solid #dbdbdb;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 40px)
}

.block-todorov-services {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 1164px;
    padding: 60px 0 0;
    width: 100%
}

.the-best-block-todorov-services {
    flex-direction: column
}

.the-best-block-todorov-services.max-size {
    display: flex
}

.body-block-todorov-services.min-size,.the-best-block-todorov-services.min-size {
    display: none
}

.body-block-todorov-services.max-size {
    display: flex
}

.left-todorov-services {
    width: 50%
}

.tags-services {
    color: #777;
    flex-wrap: wrap;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase
}

.tags-services,.tags-services span {
    align-items: center;
    display: flex;
    justify-content: center
}

.tags-services span {
    background: #fff;
    border-radius: 32px;
    margin: 6px 4px 0 0;
    padding: 6px 16px
}

.tags-services span img {
    margin-right: 2px
}

.tags-services span.tags-grey {
    background: #eeeded
}

.tags-services.left {
    justify-content: flex-start
}

.tags-todorov-services {
    color: #777;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-top: 25px
}

.tags-todorov-services span {
    background: #eeeded;
    border-radius: 32px;
    margin: 0 2px;
    padding: 2px 10px
}

.block-info-todorov {
    margin-bottom: 140px;
    margin-top: 165px
}

.title-block-info-todorov {
    align-items: center;
    display: flex;
    font-family: Inter,sans-serif
}

.title-block-info-todorov span {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    padding-left: 25px
}

.discription-block-info-todorov {
    color: #777;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    max-width: 410px;
    padding-top: 25px;
    width: 70%
}

.btns-block-info-todorov {
    display: flex;
    margin-top: 30px
}

.item-btn-block-info-todorov {
    align-items: center;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-right: 10px;
    padding: 8px 10px 8px 20px;
    -webkit-user-select: none;
    user-select: none
}

.item-btn-block-info-todorov .svg-icon {
    margin-left: 20px
}

.item-btn-block-info-todorov.clutch {
    border: 1px solid #419FD9;
}

.item-btn-block-info-todorov.clutch .svg-icon rect {
    fill: rgba(65, 159, 217, 0.30);
}

.item-btn-block-info-todorov.clutch .svg-icon path {
    stroke: #000
}

.item-btn-block-info-todorov.clutch:hover {
    background: rgba(65, 159, 217, 0.15);
}

.item-btn-block-info-todorov.clutch:hover .svg-icon rect {
    fill: rgba(65, 159, 217, 0.70);
}

.item-btn-block-info-todorov.clutch:hover .svg-icon path {
    stroke: #000
}

.item-btn-block-info-todorov.upwork {
    border: 1px solid rgba(255, 0, 209, 0.42);
}

.item-btn-block-info-todorov.upwork .svg-icon rect {
    fill: rgba(141, 0, 116, 0.20);
}

.item-btn-block-info-todorov.upwork .svg-icon path {
    stroke: #000;
}

/*.item-btn-block-info-todorov.upwork:hover {*/
/*    background: linear-gradient(124deg, rgba(129, 11, 255, 0.25) -4%, rgba(167, 0, 234, 0.25) 11.15%, rgba(202, 0, 232, 0.25) 25.69%, rgba(255, 0, 72, 0.25) 40.84%, rgba(255, 140, 0, 0.25) 57.2%, rgba(255, 201, 0, 0.25) 71.74%, rgba(255, 99, 0, 0.25) 87.5%, rgba(255, 0, 125, 0.25) 100.83%, rgba(255, 0, 83, 0.25) 117.19%);*/
/*}*/

.item-btn-block-info-todorov.upwork:hover .svg-icon rect {
    fill: rgba(255, 0, 209, 0.42);
}

.item-btn-block-info-todorov.upwork:hover .svg-icon path {
    stroke: #000;
}

.right-todorov-services {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 50%
}

.content-right-todorov-services {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    position: relative
}

.content-right-todorov-services a {
    align-items: center;
    bottom: 18%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 10px;
    line-height: 90px;
    position: absolute;
    right: 3.4%;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .4s;
    -webkit-user-select: none;
    user-select: none
}

.content-right-todorov-services a span {
    padding-right: 15px
}

.content-right-todorov-services a svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.content-right-todorov-services a:hover {
    opacity: .6
}

.content-right-todorov-services img {
    width: 100%
}

.img-todorov {
    left: 59%;
    bottom: -3570px;
    max-width: 550px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1180px) {
    .header-content-services {
        padding:74px 0 32px
    }

    .item-grid-development-services.item-1 {
        grid-column: 1;
        grid-row: 1/span 2
    }

    .item-grid-development-services.item-2 {
        grid-column: 2/span 2;
        grid-row: 1
    }

    .item-grid-development-services.item-3 {
        grid-column: 2/span 2;
        grid-row: 2
    }

    .item-grid-development-services.item-4 {
        grid-column: 1/span 3;
        grid-row: 3
    }

    .lottie-development-services-dev {
        width: 61%
    }

    .lottie-development-services-web {
        width: 40%
    }

    .lottie-development-services-phone {
        width: 35%
    }

    .lottie-development-services-blockchain {
        width: 20%
    }

    .block-clients-services {
        padding: 42px 0
    }

    .subtitle-content-services.padding {
        padding-bottom: 54px
    }

    .block-todorov-services {
        padding-top: 42px
    }

    .the-best-block-todorov-services {
        padding-bottom: 32px
    }

    .the-best-block-todorov-services.max-size {
        display: none
    }

    .the-best-block-todorov-services.min-size {
        display: flex
    }

    .block-info-todorov {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin: 0
    }

    .img-todorov {
        width: 33%
    }

    .title-block-info-todorov svg {
        height: 58px;
        width: 58px
    }

    .title-block-info-todorov span {
        padding-left: 20px
    }

    .discription-block-info-todorov {
        max-width: 300px
    }

    .item-btn-block-info-todorov {
        padding: 8px
    }
}

@media screen and (max-width: 900px) {
    .block-info-todorov {
        box-sizing:border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        margin: 0;
        padding-top: 32px
    }

    .discription-block-info-todorov {
        padding-top: 10px
    }

    .btns-block-info-todorov {
        margin-top: 15px
    }
}

@media(max-width: 767px) {
    .header-content-services {
        margin:0 6px;
        padding: 54px 0 32px;
        width: calc(100% - 12px)
    }
    .title-header-services {
        font-size: 46px;
        line-height: 56px
    }

    .block-development-services {
        padding: 6px 0 42px;
        width: calc(100% - 12px)
    }

    .wripper-grid-development-services {
        grid-gap: 6px;
        grid-template-columns: 1fr
    }

    .item-grid-development-services.item-1 {
        flex-direction: row;
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start
    }

    .item-grid-development-services.item-1 .title-block-development-services {
        text-align: start
    }

    .item-grid-development-services.item-1 .tags-services {
        justify-content: flex-start;
        max-width: none
    }

    .item-grid-development-services.item-1 .title-tags-development-services {
        padding-right: 20px
    }

    .item-grid-development-services.item-2 {
        grid-column: 1;
        grid-row: 2
    }

    .item-grid-development-services.item-3 {
        grid-column: 1;
        grid-row: 3
    }

    .item-grid-development-services.item-4 {
        grid-column: 1;
        grid-row: 4
    }

    .lottie-development-services-dev {
        width: 58%
    }

    .lottie-development-services-web {
        width: 70%
    }

    .lottie-development-services-phone {
        width: 55%
    }

    .lottie-development-services-blockchain {
        width: 87%
    }

    .title-block-development-services {
        font-size: 21px;
        line-height: 25px
    }

    .tags-services span {
        font-size: 12px;
        line-height: 15px
    }

    .point-block-development-services {
        height: 14px;
        left: 10px;
        width: 14px
    }

    .container-block-clients-services {
        width: calc(100% - 12px)
    }

    .block-clients-services {
        padding: 20px 0 42px
    }

    .subtitle-content-services.padding {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 34px
    }

    .icon-subtitle-content-services {
        bottom: 1
    }

    .item-client {
        width: 50%
    }

    .item-client.client-2 {
        border-right: none
    }

    .item-client.client-3 {
        border-right: 1px solid #dbdbdb
    }

    .item-client.client-3,.item-client.client-4,.item-client.client-5 {
        border-bottom: 1px solid #dbdbdb
    }

    .item-client.client-5 {
        border-right: 1px solid #dbdbdb
    }

    .item-client.client-6 {
        border-bottom: 1px solid #dbdbdb;
        border-right: none
    }

    .item-client.client-7 {
        border-right: 1px solid #dbdbdb
    }

    .item-client.client-8 {
        border-right: none
    }

    .container-block-todorov-services {
        width: calc(100% - 12px)
    }

    .block-todorov-services {
        padding-top: 20px
    }

    .subtitle-content-services {
        font-size: 24px;
        line-height: 36px;
        max-width: 330px
    }

    .icon-subtitle-content-services {
        bottom: 1px;
        right: -30px
    }

    .body-block-todorov-services.min-size {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .body-block-todorov-services.max-size {
        display: none
    }

    .container-todorov-mini-bg {
        height: 100%;
        position: relative;
        width: 100%
    }

    .bg-services-todorov {
        border-radius: 16px;
        width: 100%
    }

    .img-todorov-mini {
        bottom: 4px;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 85%
    }
    .icon-subtitle-content-services a {
        display: flex;
    }
    .btns-block-info-todorov {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 84px
    }

    .item-btn-block-info-todorov {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 8px 10px 8px 20px;
    }

    .item-btn-block-info-todorov:hover svg .svg-icon rect {
        fill: hsla(0,0%,100%,.15)
    }

    .item-btn-block-info-todorov:hover svg .svg-icon path {
        stroke: #fff
    }
}

@media screen and (min-width: 1681px) {
    .block-clients-services,.block-development-services,.block-todorov-services {
        max-width:1250px
    }
}

@media(max-height: 640px) {
    .header-content-services {
        margin:0 6px;
        padding: 54px 0 32px;
        width: calc(100% - 12px)
    }
    .title-header-services {
        font-size: 46px;
        line-height: 56px
    }

    .block-development-services {
        padding: 6px 0 42px;
        width: calc(100% - 12px)
    }

    .wripper-grid-development-services {
        grid-gap: 6px
    }

    .title-block-development-services {
        font-size: 21px;
        line-height: 25px
    }

    .tags-services span {
        font-size: 12px;
        line-height: 15px
    }

    .point-block-development-services {
        height: 14px;
        left: 10px;
        width: 14px
    }

    .container-block-clients-services {
        width: calc(100% - 12px)
    }

    .block-clients-services {
        padding: 20px 0 42px
    }

    .subtitle-content-services.padding {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 34px
    }

    .container-block-todorov-services {
        width: calc(100% - 12px)
    }

    .block-todorov-services {
        padding-top: 20px
    }

    .subtitle-content-services {
        font-size: 24px;
        line-height: 36px;
        max-width: 330px
    }

    .icon-subtitle-content-services {
        bottom: 1px;
        right: -30px
    }
}

:root {
    --app-height: 100%
}

body {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.wrapper-loader {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 10000002
}

.wrapper-loader.hidden {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hiddenloader;
    animation-name: hiddenloader;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wrapper-app-t3d {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.wrapper-main {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: showpageMain;
    animation-name: showpageMain;
    height: 100%;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100%
}

.wrapper-main.hidden {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: hiddenpage;
    animation-name: hiddenpage;
    -webkit-transform: scale(.97);
    transform: scale(.97)
}

.blackout {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: 10
}

.blackout.active {
    opacity: .5
}

@-webkit-keyframes showpageMain {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showpageMain {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showpageOurPortfolio {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showpageOurPortfolio {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hiddenpage {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    to {
        display: none;
        opacity: 1;
        -webkit-transform: scale(.97);
        transform: scale(.97)
    }
}

@keyframes hiddenpage {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    to {
        display: none;
        opacity: 1;
        -webkit-transform: scale(.97);
        transform: scale(.97)
    }
}

@-webkit-keyframes hiddenloader {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes hiddenloader {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

/*# sourceMappingURL=main.f7e26a97.css.map*/
@media(max-width: 767px) {
    .works__nav {
        display: none !important;
    }
}
@media(max-width: 1881px) {
    .icon-subtitle-content-services {
        display: flex;
    }
.subtitle-content-services.todor {
    position: relative;
    width: 105%;
}
}












