body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 200%;
    background: #012035;
    overflow-x: hidden;
    height: initial;
    background: #012035;
    background: radial-gradient(61% 61% at 50% 50.02%, #012150 0%, #011335 100%);
    background-color: #011335;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

*,
*::after,
*::before {
   box-sizing: border-box;
}

button {
    outline: none;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #012035;
    box-shadow: 0 0 2px rgba(13, 17, 53, 0.2) inset;
}

::-webkit-scrollbar-thumb {
    background: #7e7e7e;
    border-radius: 8px;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

/* Container */

.container {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
}

/* Video */

.media {
    z-index: -20;
}

.video {
    position: relative;
}

.video__media {
    position: fixed;
    height: auto;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
}

.video__media__adaptive {
    display: none;
}

.loader {
    display: flex;
    align-items: center;
}

.preloader__img {
    animation: load3 2s infinite;
}

/* Header */

.header.main {
    margin-bottom: 120px;
}

.header__inner {
    padding-top: 20px;
}

.nav, .nav__item {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #FFFFFF;
}

.nav.more {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.nav__item {
    margin-left: 140px;
    position: relative;
}

.nav__item.long {
    margin-left: 175px;
}

.nav__item:first-child {
    margin-left: 0;
}

.nav__item::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: .3s;
}

.nav__item:hover::after {
    width: 100%;
}

.preloader {
    display: flex;
    top: 0;
    align-items: center;
    position: fixed;
    justify-content: center;
    height: 100vh; 
    z-index: 9999; 
    opacity: 1;
    transition: .5s ease;
}

.preloader.hide-preloader {
    top: -100vh;
}

.loader__inner {
    text-align: center; 
}

.preloader__video {
    max-width: 550px; 
    max-height: 550px;
}

.intro {
    width: auto;
    height: 700px;
    margin-top: -72px;
    z-index: 200;
    justify-content: center;

}

.intro__inner {
    padding: 80px;
    padding-bottom: 50px;
    height: 600px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

.intro__bk {
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    height: 400px;
    width: 70%;
}

.intro__bk {
    background: rgba(43, 43, 43, 0);
    backdrop-filter: blur(0px);
}

.intro__inner {
    display: block;
    text-align: center;
}

.intro__subtitle {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.intro__rec {
    width: 370px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.intro__logo {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.intro__logo {
    right: 0;
    left: 0;
}

.intro__logo__wrapper {
    margin-bottom: 150px;
}

.intro__arrows__con {
    position: absolute;
    top: 280px;
    right: 0;
    left: 0;
}

.intro__arrows__con__wrapper {
    position: relative;
}

.intro__arrows {
    margin-top: 30px;
}

@keyframes circle {
    100% {
        margin-top: 20px;
    }
}

.intro__arrows {
    animation: circle 0.5s infinite alternate;
}

/* Scope */

.scope {
    margin-top: 50px;
    margin-bottom: 180px;
}

.scope__main {
    width: 100%;
    margin-bottom: -60px;
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(220px);
    border-radius: 15px;
    transition: .3s;
}

.intro__logo {
    max-width: 600px;
}

.scope__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scope__main__title {
    padding-top: 50px;
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 22px;
    line-height: 200%;
    text-align: center;
}

.scope__main__text {
    padding-bottom: 50px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    text-align: center;
    width: fit-content;
}

.scope__item {
    width: 50%;
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(220px);
    border-radius: 15px;
    transition: .3s;
}

.scope__item:first-child {
    margin-right: 15px;
}

.scope__item:last-child {
    margin-left: 15px;
}

.scope__item:hover, .scope__main:hover {
    background: rgba(43, 43, 43, 0.148);
}

.scope__item__inner {
    padding: 30px 35px;
    display: flex;
    align-items: center;
}

.scope__item__text {
    width: 85%;

    font-weight: 500;
    font-size: 16px;

    color: #FFFFFF;
}

.scope__item__title {
    margin-bottom: 15px;
    font-size: 20px;
}

/* Workspace */

.workspace {
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(220px);
}

.workspace__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 70px;
}

.workspace__text {
    width: 475px;
}

.workspace__uptitle {
    font-weight: 500;
    font-size: 16px;

    color: #6280FF;
}

.workspace__slider__slide {
    border-radius: 15px;
}

.workspace__rec {
    width: 370px;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #6280FF -0.41%, rgba(7, 203, 226, 0) 100%);
}

.workspace__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 200%;
    color: #FFFFFF;
}

.workspace__text {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}

.workspace__link {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    color: #FFFFFF;
    transition: .3s;
    border-radius: 20px;
}

.workspace__link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: .3s;
}

.workspace__link:hover::after {
    width: 100%;
}

.main__map__inner__left {
    max-width: 780px;
}

.workspace__link__arrow {
    margin-left: 10px;
}

/* Footer */

.footer {
    margin-top: 90px;
    margin-bottom: 80px;

}

.footer.main {
    margin-top: 250px;
    margin-bottom: 0;
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(220px);
    padding-bottom: 40px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.footer__logo {
    margin-bottom: 45px;
}

.copyright {
    margin-bottom: 20px;
}

.footer__item__item {
    display: flex;
    margin-bottom: 20px;
}

.footer__item__item:last-child {
    margin-bottom: 0;
}

.phone, .phone.value {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #FFFFFF;
}

.phone.value {
    margin-left: 41px;
}

.email.value {
    margin-left: 42px;
}

.location.value {
    margin-left: 25px;
}

.footer__item__link {
    margin-bottom: 31px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #FFFFFF;
}

.footer__item__link:hover {
    text-decoration: underline;
}

.footer__item__link:last-child {
    margin-bottom: 0;
}

.footer__item__link.active {
    text-decoration: underline;
}

.footer__item__title {
    margin-bottom: 50px;
    font-weight: 700;
}

.footer__item__icon {
    margin-left: 86px;
}

/* Projects */

.nav__item.logo:hover::after {
    width: 0%;
}

.menu__inner {
    margin-top: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backmenu {
    display: flex;
    align-items: center;
}

.backmenu__item {
    font-weight: 500;
    text-decoration: none;
    color: #B3BDC3;
}

.backmenu__arrow {
    margin-left: 35px;
    margin-right: 35px;
}

.filters {
    display: flex;
}

.filter {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px 0 0 25px;
    transition: 0.3s;
}

.filter:hover {
    background: rgba(255, 255, 255, 0.115);
}

.filter:last-child {
    margin-left: 3px;
    border-radius: 0 25px 25px 0;
}

.filter__inner {
    padding: 4px 30px; 
}

.arrow__filter {
    margin-left: 10px;
    padding-bottom: 4px;
}

.filter__dop__item {
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.filter__dop__item:hover {
    text-decoration: underline;
}

.filter__dop__inner {
    display: block;
    padding: 10px 30px;
}


.filter__dop {
    display: none;
    margin-left: -30px;
    margin-top: 5px;
}

.choise {
    display: flex;
    align-items: center;
}

.blockchain, .bigdata {
    padding: 10px 25px;
    border-radius: 25px;
    transition: .3s;
}

.blockchain.active, .bigdata.active {
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.05);
}

.choise__item:first-child {
    margin-right: 30px;
}

.blockchain, .bigdata {
    color: #FFFFFF;
    text-decoration: none;
}

/* Portfolio */

.portfolio {
    margin-top: 90px;
}

.project {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
    transition: .3s;
    border-radius: 15px;
    width: 100%;
    transition: .3s;
}

.project.projects:hover {
    background: #0E234A;
}

.project__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.project__item__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.project__dopinfo, .project__item__text__text {
    display: block;
}

.project__item__text__title {
    font-weight: 700;
    font-size: 22px;
}

.project__item__text__subtitle {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 355px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.project__inner__img {
    border-radius: 10px;
    height: 247px;
    object-fit: cover;
}

.project__item__text {
    margin-left: 30px;
}

.project__item__text__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    color: #6280FF;
}

.project__arrow {
    margin-left: 10px;
}

.project__dopinfo__item {
    margin-bottom: 20px;
    padding-right: 20px;
}

.portfolio__rec {
    width: 100%;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 0;
    z-index: -200;
    background: #ffffff;
    opacity: 0.1;
}

.portfolio__nav {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
}

.portfolio__nav__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border-radius: 25px;
    transition: .3s;
}

.portfolio__nav__arrow__r {
    transform: rotate(180deg);
}

.portfolio__nav__item.active, .portfolio__nav__item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

.project__link {
    display: flex;
    justify-content: space-between;
}

.project__link:hover .project__inner__img.prev1 {
    opacity: 0;
}

.project__image__inner {
    max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

.project__inner__img {
    width: 100%;
    object-fit: cover;
}

.project__image__wrap {
    max-width: 700px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 25px;
}

.project__inner__img.hover1 {
    position: absolute;
    margin-top: 0;
}

.project__roadmap  {
    display: none;
}

.project__inner__img.hover1 {
    z-index: -10;
    max-width: 433.3px;
    transition: 1s;
}

.project__inner__img.prev1 {
    opacity: 1;
    transition: 1s;
    z-index: 100;
}

/* Project */

.project__image {
    margin-top: 50px;
    margin-bottom: 120px;
}

.filter.title {
    border-radius: 25px;
}

.filter__inner.title {
    font-weight: 700;
}

.project__image__inner__img {
    border-radius: 15px;
    object-fit: cover;
    object-position: center center;
}

.seo__text {
    display: none;
}

/* Roadmap */

.project__roadmap__inner {
    display: flex;
    justify-content: space-between;
}

.project__roadmap__item {
    align-items: center;
}

.project__roadmap__item__icon {
    margin-left: 15px;
}

.project__roadmap__item__icon:nth-child(4) {
    margin-bottom: -8px;
}

.project__roadmap__item {
    position: relative;
    z-index: 20;
    
}

.project__roadmap__item__inner {
    padding: 10px ;
    width: 190px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #0E314B;
    border-radius: 15px;
    transition: .3s;
}

.project__roadmap__item__inner:hover {
    background: #153853;
}

.project__roadmap {
    margin-bottom: 160px;
}

.project__roadmap__item__rec {
    width: 100%;
    height: 1px;
    margin-top: -27px;
    z-index: -20;
    background: #FFFFFF;
}

/* Project About */

.project__about {
    height: 400px;
}

.project__about__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.project__about__inner__text {
    width: 38%;
    transition: 3s;
}

.project__about__inner__slider {
    transition: 3s;
    position: absolute;
    right: 0;
    transform: 3s;
}

.project__about__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 22px;
    line-height: 200%;

    color: #FFFFFF;
}

.project__about__inner__slider__item {
    border-radius: 15px;
    object-fit: cover;
    object-position: center center;
}

.project__about__text {
    margin-bottom: 20px;
}

.project__about__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.project__about__item:last-child {
    margin-top: 0;
}

.project__about__rec {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #FFFFFF -0.29%, rgba(255, 255, 255, 0) 90.59%);
}

.about__text {
    font-size: 16px;
}

.cube__item__item-1, .cube__item__item-2, .cube__item__item-3, .cube__item__item-4, .cube__item__item-5, .cube__item__item-6, .cube__item__item-7, .cube__item__item-8, .cube__item__item-9, .cube__item__item-10, .cube__item__item-11, .cube__item__item-12, .cube__item__item-13, .cube__item__item-14, .cube__item__item-15 {
    position: absolute;
    transition: 0.5s;
}

.light {
    left: -30px;
    top: 0;
    position: absolute;
    z-index: -50;
}

.cube__item__item-1 {
    top: 120px;
    right: 470px;
}

.cube__item__item-2 {
    top: 200px;
    right: 20px;
    z-index: 20;
}

.cube__item__item-12 {
    top: 230px;
    right: 178px;
    z-index: 120;
}

.cube__item__item-3 {
    top: 360px;
    right: 30px;
    z-index: 100;
}

.cube__item__item-4 {
    left: 100px;
    bottom: 10px;
}

.cube__item__item-5 {
    top: 230px;
    right: 305px;
    z-index: 70;
}

.cube__item__item-6 {
    top: 428px;
    right: 229px;
}

.cube__item__item-7 {
    top: 352px;
    right: 229px;
    z-index: 20;
}

.cube__item__item-8 {
    top: 305px;
    right: 303px;
    z-index: 10;
}

.cube__item__item-9 {
    top: 50px;
    right: 232px;
    z-index: -20;
}

.cube__item__item-10 {
    top: 136px;
    right: 229px;
    z-index: 40;
}

.cube__item__item-11 {
    top: 229px;
    right: 154px;
    z-index: 50;
}

.cube__item__item-12 {
    top: 230px;
    right: 91px;
    z-index: 130;
}

.cube__item__item-13 {
    z-index: 129;
    top: 323px;
    right: 91px;
}

.cube__item__item-14 {
    z-index: 128;
    top: 362px;
    right: 91px;
}

.cube__item__item-15 {
    z-index: 125;
    top: 404px;
    right: 91px;
}

/* Project Dop */

.project__dop__inner__item{
    display: flex;
    align-content: inherit;
    width: 50%;
    padding-top: 0px;
    border-radius: 15px;
}

.project__dop__link {
    display: flex;
    align-items: center;
    padding: 8px 30px;
    border-radius: 15px;
    background: rgba(14, 44, 65, 0.25);
    backdrop-filter: blur(15px);
    transition: .3s;
    text-decoration: none;
}

.project__dop__link:hover {
    background: rgba(29, 55, 73, 0.114);
}

.project__dop__link.next {
    margin-left: auto;
    border-radius: 15px;
}

.project__dop__arrow {
    margin-right: 10px;
    transform: rotate(180deg);
}

.project__dop__arrow:last-child {
    transform: rotate(0deg);
    margin-right: 0px;
    margin-left: 10px;
}

.project__dop {
    margin-top: 120px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
}

.project__dop__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.project__dop__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    color: #FFFFFF;
}

/* Team */

.team__inner {
    display: flex;
    flex-wrap: wrap;
}

.team__item {
    width: 32.23%;
    margin-left: 20px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
    border-radius: 25px;
    transition: .5s;
}

.team__item:nth-child(1), .team__item:nth-child(2), .team__item:nth-child(3) {
    z-index: 100;
}

.team__item:nth-child(4), .team__item:nth-child(5), .team__item:nth-child(6) {
    z-index: 50;
}

.team__item:hover {
    background: rgba(255, 255, 255, 0.09);
}

.team__item:nth-child(1), .team__item:nth-child(2), .team__item:nth-child(3) {
    margin-top: 50px;
}

.team__item:nth-child(4), .team__item:nth-child(7), .team__item:nth-child(10) {
    margin-left: 0;
}

.team__item:first-child {
    margin-left: 0;
}

.team__item__inner {
    padding: 30px;
}

.team__item__text {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team__item__img {
    display: block;
}

.team__item__job {
    padding: 5px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
}

/* Contact */

.contact {
    margin-top: 130px;
}

.contact__title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 200%;
    color: #FFFFFF;
}

.contact__subtitles {
    display: flex;
    align-items: center;
}

.contact__subtitles {
    margin-top: 30px;
}

.contact__subtitle {
    padding: 4px 30px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
}

.circle.top {
    margin-left: 50px;
}

.contact__boards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact__board__active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact__board__active__active {
    display: flex;
    align-items: center;
}

.contact__boards {
    margin-top: 50px;
}

.contact__board__inner {
    padding: 40px;
}

.contact__board__active__btn {
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
}

.contact__board {
    width: 55%;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
}

.contact__rec {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
    background: linear-gradient(90deg, #ffffffc4 0%, rgba(255, 255, 255, 0) 100%);
}

.disabled {
    margin-right: 15px;
    width: 6px;
    height: 5px;
    background: #D62D30;
    border-radius: 10px;
}

.contact__board__disabled {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact__board__disabled__disabled {
    display: flex;
    align-items: center;
}

.contact__board__disabled {
    margin-bottom: 35px;
}

.contact__board__disabled:last-child {
    margin-bottom: 0;
}

.contact__board__shadow {
    width: 100%;
    top: 260px;
    height: 125px;
    position: absolute;
    border-radius: 0 0 25px 25px;
    background: linear-gradient(00deg, #021A3F 0%, rgba(14, 50, 76, 0) 100%);
}

/* Inputs */

.contact__inputs__inner__1 {
    display: block;
}

.contact__inputs__inner__1:nth-child(2) {
    margin-left: 55px;
}

.contact__inputs__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact__name {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    padding-bottom: 5px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #FFFFFF;
}

.contact__name__label {
    display: block;
}

.contact__btn {
    width: 100%;
    margin-top: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background: none; 
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    transition: .3s;
}

.contact__btn:hover {
    text-decoration: none;
    color: #012E50;
    background: #FFFFFF;
}

/* Modal */

.modal {
    height: 100vh;
    width: 100%;
    top: -100vh;
    position: fixed;
    visibility: hidden;
    transition: 1s;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.modal.visib {
    visibility: visible;
    top: 0;
}

.close {
    margin-left: 545px;
    margin-bottom: 50px;
    cursor: pointer;
}

.close.ico {
    position: absolute;
    right: 60px;
}

.modal__inner {
    position: absolute;
    width: 100%;
    max-width: 1216px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.modal__inner__left {
    width: 40%;
}

.burger__modal {
    width: 100%;
    position: fixed;
    display: block;
    top: -100vh;
    visibility: hidden;
    transition: 1s;
    z-index: 1000;
    background: rgba(32, 32, 32, 0.25);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.burger__modal.visib {
    top: 0;
    transition: .3s;
    visibility: visible;
}

.burger__modal__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.en, .ua {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}

.burger__modal__inner__item {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}

.burger__modal__inner__links {
    display: block;
}

.modal__close {
    margin-right: auto;
}

.burger__modal__inner__languages {
    display: block;
}

.languages__rec {
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.modal__close {
    margin-bottom: 30px;
}

.burger__modal__inner__item {
    margin-bottom: 30px;
}

.burger__modal__inner__item:last-child {
    margin-bottom: 0;
}

.burger__modal__inner__languages__inner {
    justify-content: center;
}

.burger__modal__inner__links {
    padding-bottom: 50px;
    padding-top: 50px;
}

.burger__modal.visible {
    visibility: visible;
}

.circle {
    margin-right: 15px;
    width: 6px;
    height: 6px;
    background: #0B7A6A;
    border-radius: 10px;
}
    
.modal__inner__right {
    margin-left: 100px;
    width: 54%;
}

.modal__inner__inner {
    padding: 80px 70px;
    display: flex;
    align-items: center;
    background: rgba(1, 40, 67, 0.35);
    box-shadow: inset 0px 4px 25px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    border-radius: 25px;
}

.modal__inner__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
    line-height: 200%;
    color: #FFFFFF;
}

#upload {
    color: transparent;
}

/* About */

.about__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.cube__inner {
    height: 2240px;
}
 

.cube__inner__text {
    width: 50%;
    margin-top: -100px;
}

.cube__item {
    position: sticky;
    top: 13vh;
}

.cube__item__img {
    margin-left: auto;
    display: block;
    width: 610px;
    height: 628px;
}


.about__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
    line-height: 200%;
    color: #FFFFFF;
}

.partners__img {
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);

transition: .3s;
}

.partners__img:hover {
    filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}

.about__title.partners {
    margin-top: 120px;
    margin-bottom: 50px;
}

.about__title:nth-child(2) {
    margin-bottom: 40px;
}

.about__block:nth-child(2) {
    margin-top: 250px;
}

.about__block:first-child {
    margin-bottom: 300px;
}

.about__text {
    width: 440px;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}

.about__blocks {
    margin-top: 170px;
}

.about__advantage {
    display: flex;
    align-items: center;   
    margin-top: 50px;
}

.about__advantage:first-child {
    margin-top: 40px;
}

.about__advantage__text {
    font-size: 16px;
    font-weight: 600;
    margin-left: 40px;
}

.about__block:nth-child(3), .about__block:nth-child(4) {
    margin-top: 250px;
}

.slider__text {
    padding-top: 50px;
}

.about__link {
    display: flex;
    align-items: center;
    margin-top: 25px;
    text-decoration: none;
}

.about__link__text {
    margin-right: 15px;
    position: relative;
    font-size: 16px;
    line-height: 200%;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
}

.about__link__text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: .3s;
}

.about__link__text:hover::after {
    width: 100%;
}

.project__about__btn, .project__about__btn__more, .project__about__btn__more__more {
    padding: 10px 25px;
    align-items: center;
    display: flex;
    margin-top: 25px;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
    font-family: 'Montserrat', sans-serif;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: .2s;
}

.project__about__btn__more, .project__about__btn__more__more {
    display: none;
}

.project__link {
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    color: #ffffff;
}

.project__about__btn__arrows {
    margin-left: 10px;
}

.project__about__btn__more__more {
    margin-left: 20px;
}

.modal__inner__text__text__inner {
    margin-bottom: 20px;
}

.modal__inner__text__text__left {
    margin-right: 30px;
}

.modal__inner__text__text__left {
    width: 50%;
}

.modal__inner__text__text__left.ico {
    width: 100%;
}

.modal__inner__text__text__right {
    width: 50%;
}

.modal__inner__left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.project__about__btn:hover, .project__about__btn__more:hover, .project__about__btn__more__more:hover {
    text-decoration: none;
    background: #152e53;
}

.project__about__item:first-child {
    margin-top: 30px;
}

/* Slider About */

.projects__slider {
    margin-top: 200px;  
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px); 
}

.about__slider__slide {
    border-radius: 15px;
}

.about__slider__inner {
    padding-top: 50px;
    padding-bottom: 40px;   
}

.slider, .swiper-container.top, .swiper-slide.top {
    width: 700px;
    height: 420px;
    overflow: hidden;
    border-radius: 15px;
}

.swiper-wrapper, .swiper-container {
    display: flex;
}

.swiper-slide.top {
    border-radius: 15px;
}

.swiper-container.about {
    overflow: hidden;
}

.slider, .swiper-container.about, .swiper-slide.about {
    border-radius: 15px;
    height: 460px;
}

.projects__seo {
    display: none;
}

.projects__slider {
    padding-top: 50px;
    padding-bottom: 40px;
}

.about__slide__img {
    background-repeat: 15px;   
}

.swiper-slide.about {
    border-radius: 15px;
    background: url(../img/block-3.webp);
    background-position: center center;
    background-size: cover;
}

.swiper-slide.about:nth-child(2) {
    background: url(../img/ico-ido-1.webp);
    background-position: center center;
    background-size: cover;
}

.swiper-slide.about:nth-child(3) {
    background: url(../img/daps-2.webp);
    background-position: center center;
    background-size: cover;
}

.swiper-slide.about:nth-child(4) {
    background: url(../img/nft-2.webp);
    background-position: center center;
    background-size: cover;
}

.swiper-slide.about:nth-child(5) {
    background: url(../img/wallets-2.webp);
    background-position: center center;
    background-size: cover;
}

.slide__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    font-weight: 600;
    line-height: 200%;
    text-decoration: none;
    padding: 40px 30px;
    padding-top: 405px;
    transition: .3s;
    color: #FFFFFF;
}

.slide__link:hover {
    opacity: 1;
}

.swiper-paginatio {
    width: 100px;
}

.project__about__text-more {
    display: none;
}

.swiper-slide.about:nth-child(2) {
    background-size: cover;
    background-position: center center;
}

.modal__inner__left.project {
    width: 100%;
}

/* Contacts */

.menu.contacts {
    margin-bottom: 50px;
}

.main__map {
    width: 100%;
    margin-bottom: 120px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
}

.main__map__inner {
    display: flex;
    align-items: center;
    padding-top: 90px;
}

.main__map__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.main__map__inner__left {
    padding-bottom: 50px;
}

.main__map__address {
    margin-top: 25px;
    margin-bottom: 15px;
}

.main__map__inner__right {
    margin-left: 80px;
    margin-top: -70px;
}

.main__map__rec {
    height: 1px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #FFFFFF -0.29%, rgba(255, 255, 255, 0) 90.59%);
    border-radius: 4px;
}

/* Google map */

.google__map__inner {
    height: 480px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
    border-radius: 0px 15px 15px 0px;
}

.google__map__inner {
    overflow: hidden;
    border-radius: 15px;
}

.google__map__text {
    padding-left: 70px;
    padding-right: 110px;
}

.google__map__text__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.google__map__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.google__map__text__mail {
    margin-bottom: 20px;
}

.google__map__text__link {
    line-height: 200%;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.google__map__text__title.make {
    margin-bottom: 35px;
}

.google__map__text__btn {
    padding: 10px 55px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    border: 2px solid #ffffff;
    border-radius: 25px;
    transition: .3s;
}

.google__map__text__btn:hover  {
    color:#0E324C;
    background: #FFFFFF;
}

/* Preloader */

.preloader {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00022E;
}

.nav__adaptive {
    display: none;
}

.footer__item__title__up {
    margin-bottom: 36px;
}

.header__adaptive {
    display: none;
}

.project__inner__img__wrap {
    width: 700px;
    height: 247px;
}

.project__slider {
    display: none;
}

.swiper-container.project {
    overflow: hidden;
}

.swiper-container.project, .swiper-wrapper.project {
    max-width: 960px;

}

.project__about__inner__second {
    display: none;
}

.cube__item__img__adaptive {
    display: none;
}

.about__block__inner__adaptive {
    margin-top: 250px;
}

.about__rec {
    display: none;
    width: 100%;
    height: 1px;
    background: radial-gradient(50% 499999.98% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.slider, .swiper-container.team, .swiper-slide.team {
    border-radius: 15px;
    height: 460px;
}

.team__slider {
    display: none;
}

.modal__inner__adaptive {
    display: none;
}

.header__inner {
    padding-top: 70px;
}

.swiper-button-prev__img {
    transform: rotate(180deg);
    margin-right: 50px;
}

.navigation {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.project__about__btn__more__more.adaptive {
    display: none;
}

.link__arrow {
    margin-left: 10px;
}

.footer__item__link.btn {
    margin-top: 35px;
}

.phone, .phone.value {
    display: none;
}

.main__map__phone {
    text-decoration: none;
    color: #FFFFFF;
}

.partners__item {
    max-width: 10%;
}

.partners__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.5;
    font-size: 14px;
}

.lang__item {
    margin-right: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

.workspace.contacts {
    margin-top: 120px;
    background: none;
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(220px);
}

.footer__logo {
    max-width: 280px;
}

.scope__img {
    max-width: 220px;
    max-height: 200px;
}

.footer {
    z-index: 200;
}

.project__dopinfo__item {
    opacity: 0.5;
}

.project__about__btn p {
    font-size: 14px;
}

.project__about__btn__more {
    font-size: 14px;
}

.project__about__btn__more__more {
    font-size: 14px;
}

@media (max-width: 1250px) {

    .project__inner__img.hover1 {
        display: none;
    }

    .container, .modal__inner {
        max-width: 960px;
    }

    .header__inner {
        padding-top: 50px;
    }

    .scope {
        margin-top: 0;
        margin-bottom: 110px;
    }

    .scope__img {
        width: 135px;
        height: 165px;
    }

    .scope__item__inner {
        padding: 25px;
    }

    .scope__item__title {
        margin-bottom: 10px;
    }

    .scope__item__text {
        width: 93%;
    }

    .slider, .swiper-container.about, .swiper-slide.about {
        height: 415px;
    }

    .about__blocks__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about__inner {
        display: block;
    }

    .workspace__text {
        width: 450px;
        margin-right: 45px;
    }

    .workspace__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer.main {
        margin-top: 160px;
        padding-bottom: 0;
    }

    .footer__inner {
        padding-bottom: 20px;   
    }

    .nav__item.more:first-child {
        margin-left: 0;
    }

    .nav__item.more, .nav__item.logo {
        margin-left: 91px;
    }

    .project__item__text__text {
        width: 300px;
    }

    .footer {
        margin-top: 70px;
        margin-bottom: 35px;
    }

    .project__item__text__subtitle {
        width: auto;   
    }

    .project__inner__img__wrap {
        width: 730px;
        overflow: hidden;
    }

    .project__image {
        margin-bottom: 45px;
    }

    .project__roadmap {
        display: none;
    }

    .project__slider {
        display: block;
    }
    
    .project__image__wrap {
        width: 560px;
        height: 390px;
        overflow: hidden;
    }

    .project__about__inner__slider__item {
        height: 390px;
    }

    .project__image__wrap {
        display: none;
    }

    .project__about__inner__second {
        margin-right: 20px;
        width: 45%; 
    }

    .project__about__inner__text {
        width: 45%;
    }
    
    .project__about__btn {
        display: none;
    }

    .project__about {
        height: auto;
    }

    .project__image__inner {
        margin-bottom: 80px;
    }

    .project__dop {
        margin-top: 70px;
    }

    .project__about__inner__second {
        display: block;
    }

    .footer__inner {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    .project__about__inner__text {
        transition: 0;
    }

    .project__about__title {
        font-size: 20px;
    }

    .project__image__inner__img {
        height: 360px;
        object-fit: cover;
    }

    .cube__item__img__adaptive {
        display: block;
    }

    .cube__item {
        display: none;
    }

    .about__title {
        font-size: 20px;
    }

    .about__blocks {
        margin-top: 50px;
    }

    .about__advantage {
        margin-top: 35px;
    }

    .about__text {
        font-size: 15px;
    }

    .about__title.our {
        display: none;
    }

    .about__block:nth-child(2) {
        margin-top: -250px;
    }

    .about__block:nth-child(3) {
        margin-top: 0px;
    }

    .about__block__inner__adaptive {
        margin-top: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about__advantages {
        display: block;
    }

    .about__block:nth-child(2) {
        margin-top: 0;
    }

    .about__block:first-child {
        margin-bottom: 0;
    }

    .about__block__inner__adaptive {
        margin-top: 80px;
    }

    .cube__inner {
        display: none;
        height: 0;
    }

    .projects__slider {
        margin-top: 120px;
    }

    .cube__item__img__adaptive {
        max-width: 450px;
    }

    .about__block__inner__adaptive {
        margin-top: 80px;
    }

    .swiper-slide.about {
        height: 350px;
    }

    .slider, .swiper-container.about, .swiper-slide.about {
        height: 350px;
    }

    .about__block__inner__adaptive {
        margin-top: 90px;
    }

    .slide__link__left {
        font-size: 14px;
    }

    .slide__link__right {
        font-size: 14px;
    }

    .team__item {
        width: 31.9%;
    }

    .team__item__job {
        font-size: 15px;
    }

    .contact__board {
        width: 48%;
    }

    .contact {
        margin-top: 100px;
    }

    .modal__inner__left, .modal__inner__right {
        width: 100%;
        margin-left: 0;
    }

    .modal__inner__inner {
        display: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal__inner__inner.project {
        display: block;
    }

    .modal__inner__adaptive {
        display: block;
    }

    .modal__inner__adaptive__inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal__inner__text {
        width: 80%;
    }

    .close {
        position: absolute;
        right: 0;
        padding-right: 30px;
    }

    .main__map__inner__left  {
        max-width: 650px;
    }

    .google__map__text {
        width: 490px;
    }

    .main__map__rec {
        margin-bottom: 30px;
        margin-top: 30px;
    }


    .google__map__text {
        padding-right: 50px;
    }

    .google__map__inner {
        height: 390px;
    }

    .project__link:hover .project__inner__img.prev1 {
        opacity: 1;
    }

    .project__about__inner {
        display: block;
    }

    .project__about__inner__second, .project__about__inner__text {
        width: 100%;
    }

    .project__image__inner__img {
        height: auto;
    }

    .project__about__text {
        margin-bottom: 30px;
    }

}

@media (max-width: 1000px) {

    .container, .modal__inner {
        max-width: 728px;
    }

    .video__media__adaptive {
        position: fixed;
        height: auto;
        height: 100vh;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
    }

    .video__media__adaptive {
        z-index: -200;
    }

    .about__text {
        width: 330px;
    }

    .nav__item {
        margin-left: 90px;
        text-align-last: left;
        font-size: 15px;
    }

    .intro__subtitle {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .intro__rec  {
        margin-bottom: 45px;
    }
    
    .intro__inner {
        padding-top: 60px;
    }

    .intro__bk {
        margin-top: 200px;
        height: 340px;
        border-radius: 45px;
    }

    .header.main {
        margin-bottom: 0;
    }

    .intro__inner {
        height: auto;
    }
    
    .intro {
        height: 550px;
    }

    .scope__text {
        order: 2;
    }

    .scope__img {
        order: 1;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .scope__text {
        text-align: center;
        justify-content: center;
    }

    .scope__item__text {
        margin-right: 0;
        width: 100%;
        font-size: 15px;
    }

    .scope__item__inner {
        flex-wrap: wrap;
    }
    
    .scope {
        margin-bottom: 90px;
    }

    .slider {
        display: none;
    }

    .workspace__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 15px;
    }

    .workspace__uptitle {
        font-size: 15px;
    }

    .workspace__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .workspace__inner {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .scope {
        margin-top: 250px;
    }

    .footer.main {
        margin-top: 100px;
    }

    .footer__item:last-child {
        display: none;
        font-size: 15px;
    }

    .header__adaptive__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__adaptive {
        display: block;
        margin-top: 40px;
    }

    .nav__adaptive__item {
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
    }

    .nav__adaptive__item {
        margin-right: 90px;
    }

    .nav__adaptive__item:last-child {
        margin-right: 0;
    }

    .backmenu__item {
        font-size: 15px;
    }

    .blockchain, .bigdata {
        font-size: 15px;
    }

    .project__dopinfo {
        display: none;
    }

    .project__item__text__text {
        width: 100%;
    }

    .project__inner__img__wrap {
        max-height: 220px;
        border-radius: 15px;
    }

    .portfolio__rec {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .portfolio {
        margin-top: 60px;
    }

    .portfolio__nav {
        margin-top: 60px;
    }

    .nav.more, .burger {
        display: none;
    }

    .filter__inner.title {
        font-size: 15px;
    }

    .project__about__inner {
        display: block;
    }

    .project__about__inner__second, .project__about__inner__text {
        width: 100%;
    }

    .project__about__inner__text {
        margin-bottom: 30px;
    }

    .project__about__text {
        font-size: 14px;
    }

    .project__about__title {
        margin-bottom: 10px;
    }

    .header__adaptive {
        margin-top: 0;
    }

    .project__dop__inner__item, .project__dop__inner__item:last-child {
        background: none;
    }

    .project__dop__link {
        background: none;
        backdrop-filter: none;
        padding: 0;
    }

    .project__dop {
        margin-top: 90px;
    }

    .project__about__item__l, .project__about__item__r {
        font-size: 14px;
    }

    .project__dop__inner__item {
        padding-top: 0;
    }

    .project__dop__inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .project__dop {
        background: none;
        backdrop-filter: none;
    }

    .project__dop__inner {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(43px);
        border-radius: 50px;
    }

    .project__dop__link.prev {
        padding-left: 50px;
    }

    .project__dop__link.next {
        padding-right: 50px;
    }

    .cube__item__img__adaptive {
        max-width: 370px;
    }

    .about__advantage__text {
        margin-left: 20px;

        font-size: 15px;
    }

    .about__advantage__img {
        max-width: 30px;
        max-height: 25px;
    }

    .about__block__inner__adaptive {
        margin-top: 80px;
    }

    .slide__link {
        padding-top: 300px;
        opacity: 1;
    }

    .team__item {
        display: none;
    }

    .team__item.adaptive {
        display: flex;
        flex-wrap: nowrap;
    }

    .team__slider {
        display: block;
    }

    .team__item {
        width: 100%;
    }

    .team__item.adaptive {
        width: auto;
        height: auto;
        height: 400px;
        border-radius: 25px;
    }

    .team__item__text {
        padding-top: 20px;
    }

    .team__item {
        background: #0E244A;
    }

    .swiper-container.team {
        width: 100%;
    }

    .contact__title {
        font-size: 25px;
    }

    .contact__boards {
        display: block;
    }

    .contact__board {
        width: 100%;
    }
    
    .contact__board:first-child {
        margin-bottom: 60px;
    }

    .contact__inputs__inner__1 {
        width: 330px;
    }

    .contact__inputs__inner__1.message {
        width: 100%;
    }
    
    .contact__board__shadow {
        display: none;
    }

    .main__map__inner {
        display: block;
    }

    .main__map__inner__right  {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-left: 30px;
    }

    .main__map__title {
        text-align: center;
    }

    .main__map__address {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main__map__phone {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .main__map__rec {
        display: none;
    }

    .main__map__inner__left  {
        max-width: 100%;
    }

    .main__map__inner__right__item {
        display: block;
    }

    .main__map__inner {
        padding-top: 60px;
    }

    .main__map {
        margin-bottom: 100px;
    }

    .main__map__inner__right {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .google__map__text__title.make {
        padding-top: 40px;
    }

    .google__map__text {
        padding-right: 40px;
        padding-left: 60px;
        width: 530px;
    }
    
    .google__map__text__btn {
        font-size: 15px;
    }

    .team__slider__inner {
        overflow: hidden;
        max-width: 100%;
    }

    .intro__inner {
        padding-top: 180px;
    }

    .about__advantage__img {
        max-width: 80px;
        max-height: 35px;
    }

    .preloader {
        display: none;
    }
    

}

@media (max-width: 770px) {

    body {
        background-color: #011335;
    }

    .preloader {
        display: none;
    }

    .footer {
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .preloader__video {
        max-width: 320px;
        max-height: 320px;
    }

    .partners__item {
        max-width: 25%;
    }

    .lang {
        display: none;
    }

    .slider__text {
        font-size: 15px;
    }

    .container {
        max-width: 440px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .intro__logo {
        margin-top: -20px;
        max-width: 340px;
    }

    .scope__main__title {
        padding-top: 30px;
    }

    .scope__main__text {
        padding-bottom: 30px;
    }

    .scope__main__title {
        font-size: 16px;
    }

    .scope__main__text {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav {
        display: none;
    }

    .video__media__adaptive {
        display: block;
    }

    .video__media {
        display: none;
    }

    .intro {
        margin-top: -275px;
        height: 630px;
        max-width: 770px;
        width: 100%;
        background-size: auto 100%;
        background-position: center center;
    }
    

    .nav__adaptive {
        display: block;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    
    .intro__inner {
        padding: 0;
        padding-top: 245px;
        justify-content: center;
    }

    .intro__arrows__con {
        height: 50px;
        width: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .intro__rec {
        width: auto;
    }

    .scope__inner {
        display: block;
    }

    .scope__item:last-child {
        margin-left: 0;
    }

    .scope__item {
        width: 100%;
    }

    .scope__item__inner {
        flex-wrap: nowrap;
        text-align: left;
    }
    
    .scope__img {
        display: block;
    }

    .scope__item__title {
        font-size: 16px;
    }

    .scope__item__text {
        width: 90%;
    }

    .scope__text {
        order: 1;
        text-align: left;
    }

    .scope__item__text {
        font-size: 14px;
    }

    .burger {
        display: block;
    }

    .scope__item:first-child {
        margin-bottom: 30px;
    }

    .scope__img {
        order: 2;
        margin-bottom: 0;
    }

    .workspace__uptitle {
        font-size: 14px;
    }

    .workspace__rec {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .workspace__title {
        font-size: 16px;
    }

    .workspace__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .workspace__link {
        font-size: 14px;
    }

    .footer__item {
        font-size: 14px;
    }

    .footer__item:nth-child(2) {
        display: none;
    }
    
    .footer__logo {
        width: 210px;
        margin-bottom: 25px;
    }

    .footer__item__title {
        margin-bottom: 27px;
    }

    .scope {
        margin-top: -30px;
    }

    .intro__bk {
        width: 90%;
    }

    .nav__adaptive__item {
        display: none;
    }

    .backmenu {
        display: none;
    }

    .blockchain, .bigdata {
        font-size: 14px;
    }

    .menu__inner {
        margin-top: 70px;
    }

    .project__inner__img {
        position: absolute;
    }
    
    .project__inner__img, .project__inner__img__wrap {
        display: none;
    }

    .project__item__text {
        margin-left: 0;
    }

    .project__item__text {
        border-radius: 15px;

        background: url(../img/block-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text__text {
        padding: 20px;

        background: linear-gradient(90deg, rgba(22, 22, 22, 0.83) 0%, rgba(1, 33, 55, 0) 100%);
        border-radius: 10px 0px 0px 10px;
    }

    .project__item__text__subtitle {
        line-height: 180%;
    }

    .slider__text {
        font-size: 14px;
    }

    .project__item__text__title {
        font-size: 20px;
    }

    .project__item__text__subtitle, .project__item__text__link {
        font-size: 14px;
    }

    .project__item__text__subtitle {
        width: 300px;
        margin-top: 10px;
    }

    .project__item__text.one {
        background: url(../img/block-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.two {
        background: url(../img/ico-ido-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.three {
        background: url(../img/daps-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.four {
        background: url(../img/nft-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.five{
        background: url(../img/wallets-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.six{
        background: url(../img/cryptography-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.seven{
        background: url(../img/gaming-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project__item__text.eight{
        background: url(../img/sm-1-min.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .portfolio__nav__item {
        font-size:  14px;
    }

    .portfolio {
        margin-top: 40px;
    }

    .portfolio__rec {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .portfolio__nav {
        margin-top: 40px;
    }
    
    .phone, .phone.value {
        font-size: 14px;
    }
    
    .footer__item__link {
        font-size: 14px;
    }

    .project__image__inner {
        margin-bottom: 20px;
    }

    .project__about__title {
        font-size: 18px;
    }
    
    .project__about__item {
        margin-top: 20px;
    }

    .project__about__text {
        margin-bottom: 15px;
    }

    .project__image__inner__img {
        height: 260px;
    }

    .project__dop__text {
        font-size: 14px;
    }

    .project__dop  {
        margin-top: 60px;
    }
    
    .project__dop__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer__inner {
        padding-bottom: 0px;
    }

    .cube__item__img__adaptive {
        order: 1;
    }

    .about__blocks__wrapper__wrapper {
        order: 2;
    }

    .about__blocks__wrapper {
        flex-wrap: wrap;
    }


    .about__block__inner__adaptive__main {
        text-align: center;
    }

    .about__block__inner__adaptive {
        flex-wrap: wrap;
    }
    
    .cube__item__img__adaptive {
        max-width: 100%;
    }

    .about__inner {
        margin-top: 0;
    }

    .about {
        margin-top: -50px;
    }

    .about__title, .about__text {
        text-align: center;
    }

    .about__advantage, .about__advantages, .about__link__text {
        text-align: center;
        justify-content: center;
    }

    .about__link__text {
        margin-left: auto;
        margin-right: auto;
    }

    .about__block  {
        width: 100%;
        max-width: 100%;
    }

    .about__text {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

        font-size: 14px;
    }

    .about__advantage__text {
        font-size: 14px;
    }

    .about__block:last-child {
        margin-top: 60px;
    }
    
    .about__rec {
        display: block;
        margin-top: 70px;
    }

    .about__blocks__wrapper__wrapper {
        margin-top: 20px;
    }

    .slide__link {
        padding-top: 200px;
        border-radius: 0 0 15px 15px;
    }

    .about {
        margin-top: 0;
    }

    .swiper-slide {
        overflow: hidden;
    }

    .slider, .swiper-container.about, .swiper-slide.about {
        width: 100%;
        height: 250px;
    }

    .projects__slider {
        margin-top: 80px;
    }

    .projects__slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about__blocks {
        margin-top: -30px;
    }

    .about__link__text {
        font-size: 14px;
    }

    .swiper-slide.team {
        height: 485px;
    }

    .team__item.adaptive {
        height: 445px;
    }

    .filters {
        display: none;
    }

    .team__item:nth-child(1), .team__item:nth-child(2), .team__item:nth-child(3) {
        margin-top: 0px;
    }
    
    .swiper-container.team, .swiper-slide.team {
        height: 495px;
    }

    .team__item__name, .team__item__job {
        font-size: 14px;
    }

    .team__item__inner {
        padding: 20px;
    }

    .team__item__inner  {
        justify-content: center;
        width: 100%;
    }

    .team__item__img {
        width: 100%;
    }

    .team__item__text {
        padding-top: 15px;
    }

    .contact {
        margin-top: 80px;
    }

    .contact__title {
        font-size: 20px;
    }
    
    .contact__subtitle, .contact__active__text {
        font-size: 14px;
    }

    .circle.top {
        margin-left: 30px;
    }

    .contact__board__inner {
        padding: 30px;
    }

    .contact__board__active__name, .contact__board__active__btn {
        font-size: 14px;
    }

    .contact__board__disabled {
        margin-bottom: 20px;
    }

    .contact__boards {
        margin-top: 30px;
    }

    .contact__rec {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .modal__inner__text {
        font-size: 14px;
    }

    .modal__inner__title {
        font-size: 25px;
    }

    .contact__inputs__1 {
        display: block;
    }

    .contact__inputs__inner__1:nth-child(2) {
        margin-left: 0;
        margin-top: 40px;
    }

    .contact__inputs__1 {
        margin-bottom: 40px;
    }

    .contact__inputs__inner__1 {
        width: 100%;
    }

    .contact__name__label {
        font-size: 14px;
    }

    .contact__btn {
        font-size: 14px;
    }

    .swiper-container.team, .swiper-slide.team {
        height: 410px;
    }

    .swiper-container.team, .swiper-slide.team, .team__item.adaptive {
        height: auto;
    }

    .menu.contacts {
        margin-bottom: 0;
        display: none;
    }

    .main__map {
        margin-top: 70px;
    }

    .main__map__inner__right {
        margin-left: 0;
    }

    .main__map__inner__right__item {
        padding-right: 0;
    }
    
    .main__map__title {
        font-size: 18px;
    }

    .main__map__address {
        font-size: 15px;
    }
    
    .google__map__inner {
        display: block;
        overflow: visible;
    }

    .google__map__text {
        width: auto;
    }

    .main__map__address {
        margin-top: 15px;
    }

    .google__map__inner__wrapper {
        overflow: hidden;
        border-radius: 15px;
        height: 300px;
        margin-bottom: 30px;
    }

    .google__map__inner {
        background: none;
        height: auto;
    }

    .google__map__text__mail, .google__map__text__link {
        font-size: 15px;
    }

    .google__map__text {
        padding: 0;
    }

    .google__map__text__title.make {
        padding-top: 0;
    }

    .google__map__text {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .main__map__phone {
        font-size: 14px;
    }

    .main__map__address {
        font-size: 14px;
    }

    .main__map {
        margin-bottom: 70px;
    }

    .google__map__text__item__2 {
        margin-top: 30px;
    }

    .intro__rec {
        margin-bottom: 30px;
    }

    .intro__subtitle  {
        margin-bottom: 20px;
    }

    .header__inner {
        padding-top: 30px;
    }

    .intro {
        margin-top: -100px;

    }

    .intro__logo {
        position: static;
    }

    .intro__logo__wrapper {
        margin-bottom: 20px;
    }

    .project__image {
        margin-top: 0;
    }

    .intro {
        background-size: auto 100%;
    }

    .about__title.partners {
        margin-top: 60px;
    }

    .slider__text {
        padding-top: 30px;
    }

    .footer {
        border-top: solid 1px #2c3964  ;
    }

   .footer__item__link {
        margin-bottom: 31px;
   }

   .footer__item__link:last-child {
        margin-bottom: 0;
   }

   .footer__item__title__up {
        margin-bottom: 0;
   }

   .footer__inner  {
        padding-top: 70px;
        padding-bottom: 70px;
   }

}

@media (max-width: 460px) {
    
    .intro {
        height: 510px;

        background-position: center center;
    }

    .google__map__text__item__1 {
        margin-bottom: 40px;
    }
    
    .intro__inner {
        padding-top: 195px;
    }

    .scope__item__title {
        margin-bottom: 5px;
    }

    .intro__logo {
        width: 80%;
    }

    .about__block__inner__adaptive, .about__rec {
        margin-top: 50px;
    }

    .intro__logo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav__adaptive {
        padding-top: 0px;
    }

    .google__map__text {
        margin-top: 50px;
        display: block;
    }

    .main__map {
        margin-top: 50px;
    }
    
    .intro {
        background-size: auto 100%;
    } 

    .intro__logo {
        padding-left: 0;
        padding-right: 0;
    }

    .intro__logo {
        width: 90%;
    }

}

@media (max-width: 418px) {

    .scope__img {
        order: 1;
    }

    .scope__item__inner {
        display: flex;
        flex-wrap: wrap;
    }

    .scope__img {
        margin-bottom: 20px;
    }

    .scope__item__title {
        text-align: center;
    }

    .scope__item__text {
        text-align: center;
    }

    .scope__item__text {
        line-height: 190%;
    }

    .scope__text {
        order: 2;
    }

    .footer__item.social {
        padding-top: 50px;
        border-top: 1px solid #2c3964;
    }

    .footer__item:first-child {
        margin-bottom: 40px;
    }

    .scope__item__text {
        margin-right: 0;
        width: 100%;
    }

    .header__inner {
        padding-top: 35px;
    }

    .workspace__rec {
        width: 80%;
    }

    .scope {
        margin-bottom: 80px;
    }

    .workspace__text {
        margin-bottom: 25px;
    }

    .intro__arrows__con {
        height: 35px;
        width: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__inner {
        display: block;
    }

    .footer__item:nth-child(3) {
        padding-top: 40px;
    }

    .footer__item__title__up {
        margin-bottom: 40px;
    }
    
    .footer__item__title__down {
        display: flex;
    }

    .footer__item__link.social {
        margin-bottom: 40px;
    }

    .footer__item__link {
        margin-bottom: 0;
    }

    .footer__inner {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    
    .project__dop__arrow {
        display: none;
    }

    .project__dop__link.prev {
        padding-left: 35px;
    }

    .project__dop__link.next {
        padding-right: 35px;
    }

    .circle.top, .contact__active__text {
        display: none;
    }

}


@media (max-width: 390px) {

    .header__inner {
        padding-top: 35px;
    }

    .project__item__text__subtitle {
        width: 230px;
    }

    .contact__board__active__btn {
        display: none;
    }

    .portfolio__nav__arrow__r {
        display: none;
    }

    .portfolio__nav__arrow__l {
        display: none;
    }

    .portfolio__nav__item {
        text-align: center;
    }

    .portfolio__nav {
        width: auto;
        justify-content: center;
    }

    .choise__item:first-child {
        margin-right: 20px;
    }

    body {
        line-height: 180%;
    }
    
}

@media (max-width: 380px) {
    
    .intro__logo {
        width: 90%;
    }

}


@media (max-width: 270px) {

    .intro__subtitle {
        font-size: 14px;
    }

    .intro__logo {
        width: 100%;
    }

}