
*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    --index: calc(1vw + 1vh);
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}

body {
    min-height: 100vh;
}

button {
    border: none;
    outline: none;
}

input,
button,
textarea,
select {
    font: inherit;
}


html,
body {
    scroll-behavior: smooth;
}


body {
    position: relative;
	font-family: 'Comfortaa'; 
    font-weight: normal; 
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
    background: #161616;
    min-width: 375px;
    overflow-x: hidden;
}


/* wp bar */


#wpadminbar {
    backdrop-filter: blur(22px);
    background: rgba(108, 18, 255, 0.30);
    box-shadow: 0px 3px 15px 0px #00000040;
    /* width: calc(100% - 80px); */
    /* right: 0; */
    /* left: auto; */
}

#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label {
    background: #48326b;
    color: #fff;
}

#wpadminbar li:hover .ab-item:before,
#wpadminbar li:hover .ab-icon:before {
    color: #fff;
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
    background: #48326b;
}

#wpadminbar .quicklinks .menupop ul li a {
    color: #fff;
}

#wpadminbar .quicklinks .menupop ul li a:hover {
    color: #fff !important;
}

/*  */

.hidden {
    display: none;
}


button {
    outline: none;
    border: none;
}

.main-wrapper {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

[class*="__container"] {
    max-width: 1490px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

textarea {
    resize: none;
}

button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

button:hover {
    cursor: pointer;
}

.fixed body {
    overflow: hidden;
}


section {
    padding-left: 80px;
}

/* section:not(.tech.tech-box) {
    z-index: 1;
    position: relative;
} */


/*  */

header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 80px;
    width: 100%;
    z-index: 1001;
    height: 100vh;
    backdrop-filter: blur(22px);
    background: rgba(108, 18, 255, 0.43);
    animation: fadeInLeft;
    animation-duration: 1s;
    transition: all .12s linear;
}

.header__inner {
    padding: 60px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.burger {
    position: relative;
    display: block;
    padding: 0;
    width: 35px;
    height: 27px;
    outline: none;
    background: transparent;
    margin: auto 0;
}

.burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all .12s ease;
    border-radius: 7px;
}

.burger::after,
.burger::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    border-radius: 7px;
    transition: all .12s ease;
}


.burger::before {
    top: 0;
}

.burger::after {
    bottom: 0;
}

.burger.open::before{
    top: auto;
    transform: translate(-0,-50%) rotate(-45deg);
    transition: all .12s ease;
}

.burger.open::after {
    bottom: auto;
    transform: translate(0 ,-50%) rotate(45deg);
    transition: all .12s ease;
}

.burger.open span {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all .12s ease;
}


.header-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.soc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1;
}


.sitelogo {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
}

.site-title {
    font-weight: 300;
    font-size: 100px;
    line-height: 112px;
    color: #FFFFFF;
    hyphens: auto;
    animation: fadeInLeft;
    animation-duration: 1.3s;

}


/* menu */

/* html.safari .main-menubox.opened {
    backdrop-filter: blur(0);
    background: rgb(0 0 0 / 90%);
} */

.main-menubox {
    position: fixed;
    /* left: 80px; */
    left: -100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: calc(100vw - 80px);
    background: rgba(22, 22, 22, 0.30);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    height: 100vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .6s cubic-bezier(0.14, 0.01, 0, 0.98);
}

.main-menubox.opened {
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: all .2s cubic-bezier(0.14, 0.01, 0, 0.98);
}

/* .main-menubox::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise2.png) no-repeat;
    z-index: -1;
    opacity: .04;
    backdrop-filter: blur(40px);
} */

.main-menubox::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(165, 239, 255, 0.20) 0%, rgba(110, 191, 244, 0.04) 77.08%, rgba(70, 144, 212, 0.00) 100%);
    opacity: .2;
    z-index: -1;
}

nav.main-menu ul {
    list-style: none;
    padding: 0;
    columns: 2;
    column-gap: 120px;
    column-rule-style: solid;
    column-rule-color: rgba(255, 255, 255, 0.0);
    column-rule-width: 2px;
}

nav.main-menu ul li:hover a {
    color: #ffffff;
    transition: color .12s linear;
}

nav.main-menu ul li.current-menu-item a:not([href*="#"]) {
    color: #FE5BB5;
}

nav.main-menu ul li.current-menu-item.active-anchor a[href*="#"] {
    color: #FE5BB5;
}

/* nav.main-menu ul li:not(:last-child) {
    margin-bottom: 60px;
} */

nav.main-menu ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.60);
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: color .12s linear;
    /* text-transform: capitalize; */
}


nav.main-menu ul.done {
    column-rule-color: rgba(255, 255, 255, 0.60);
    transition: all .5s ease-in;
}


nav.main-menu ul li {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    transition: all .5s cubic-bezier(0.14, 0.01, 0, 0.98) 
}


nav.main-menu ul li.show {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .5s cubic-bezier(0.14, 0.01, 0, 0.98)
}





/* home */

.home {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100vh;
    z-index: 0;
    padding-bottom: 134px;
}

.home__container {
    margin: 0 auto;
}

.home::after, 
.home::before {
    position: absolute;
    content: '';
    z-index: -1;
}

/* .home::after {
    background: url(../img/patterns/1922.png) no-repeat #161616;
    width: calc(100% + 80px);
    height: 100%;
    left: -80px;
    top: 0;
    background-size: cover;
} */

.home::before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.6;
    z-index: 0;
}


/* .home::after {
    background: url(../img/patterns/hp1.png) no-repeat;
    width: 1304px;
    height: 1424px;
    left: -743px;
    bottom: -408px;
}


.home::before {
    background: url(../img/patterns/hp2.png) no-repeat;
    width: 1172px;
    height: 1486px;
    right: 0;
    bottom: 0;
} */


.home__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    max-width: 1105px;
    width: 100%;
}

.site-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    max-width: 737px;
}

.site-desc ul,
.project-techused ul {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
}


.project-techused {
    display: flex;
    gap: 50px;
}

.project-techused ul:not(:first-child) {
    position: relative;
    padding-left: 50px;
}

.project-techused ul li:not(:last-child) {
    margin-bottom: 20px;
}

.project-techused ul:not(:first-child)::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.60);
}



.button {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    z-index: 0;
    padding-left: 30px;
    transition: padding .2s linear;

    padding-top: 28px;
    padding-bottom: 14px;
}

.button::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;

    background: #6C12FF;
    z-index: -1;
    transform-origin: 0 0%;
    transition: transform .2s linear;
}

.button-icon {
    display: flex;
    margin-left: 20px;
    transition: margin .2s linear;
}

.button:hover::before {
    transform: scale(1.5);
  
    transition: transform .2s linear;
}

.button:hover .button-icon {
    margin-left: 50px;
    transition: margin .2s linear;
}

.button:hover {
    padding-left: 25px;
    transition: padding .2s linear;
}


.button.btn-inv {
    display: inline-flex;
}

.button.btn-inv span {
    width: 100%;
    mix-blend-mode: color-dodge;
}

.button.btn-inv > span:nth-child(2) {
    position: absolute;
    width: 100%;
    color: #000;
    z-index: -1;
}

.button.btn-inv .button-icon svg path {
    stroke: #000;
}

/* but back */

.button.btn-back {
    padding-left: 0;
    padding-right: 30px;
    flex-direction: row-reverse;
}

.button.btn-back::before {
    right: 0;
    left: auto;
    transform-origin: 100% 0%;
}

.button.btn-back .button-icon {
    margin-left: 0;
    margin-right: 30px;
    transform: scale(-1, 1);
}

.button.btn-back:hover {
    padding-left: 0;
    padding-right: 25px;
}

.button.btn-back:hover .button-icon {
    margin-left: 0;
    margin-right: 50px;
    transition: margin .2s linear;
}


/*  */

.background-media {
    position: absolute;
    top: 0;
    z-index: -1;
    max-height: 100vh;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    left: 0;
}

video.bg-video {
    width: 100%;
    position: relative;
    z-index: -2;
    height: 100%;
    object-fit: cover;
}


/* .background-media {
    picture {
        display: none;
    }
} */




/* services */

.services {
    padding-top: 170px;
    padding-bottom: 170px;
}


.services .section-title {
    margin-bottom: 12px;
}

.section-title {
    font-weight: 300;
    font-size: 96px;
    line-height: 107px;
    color: #FFFFFF;
}

.section-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
}


.services-list {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-card {
    position: relative;
    padding: 30px 0 74px 0;
    width: 100%;
    cursor: pointer;
}

.service-card * {
    text-decoration: none;  
}

.service-card:first-child {
    padding-top: 0;
}

.service-card:not(:last-child) {
    border-bottom: 1px solid #585858;
}

.service-card__base {
    display: flex;
    align-items: center;
}

.service-card__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card__mbopt {
    display: none;
}


.service-card__name {
    font-weight: 100;
    font-size: 72px;
    line-height: 160%;
    color: #FFFFFF;
    transition: color .12s linear;
}

.service-card__desc {

    position: relative;

    display: flex;
    align-items: center;
    gap: 24px;

    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    /* max-width: 710px; */
    width: 100%;

    padding-right: 0;
    margin-left: auto;

    max-width: 610px;
    transition: all .5s ease;

}


.single-more-btn {
    position: absolute;
    width: 80px;
    height: 70px;
    padding-right: 10px;
    flex-shrink: 0;
    right: 0;

    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;

    transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
}

.single-more-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border-radius: 50%;
    background: #6C12FF;

}

.single-more-btn::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 38px;
    height: 9px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDM4IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUgzNkwyMy43NSA4LjM3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=');    
}



/* .service-card__int {
    position: absolute;
    display: flex;
    left: 28%;
    top: 34%;
    width: 15%;
    max-width: 15%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
} */


/* .service-card__int-image {
    width: 28px;
    height: 28px;
    transform: rotate(18.9deg);
    transition: transform .2s linear;
  
}

.service-card__int-image img {
    border-radius: 1px;
    overflow: hidden;
} */

/* .service-card__int 
.button-round {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 50%;
    transition: transform .2s linear;
    transform-origin: 0 50%;
} */


.button-round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #6C12FF;
}

.button-round:hover {
    transform: translate(0, -50%) scale(1.222);
    transition: transform .2s linear;
}


/* .service-card:hover .service-card__int-image {
    transform: rotate(18.9deg) scale(10.7);
    transition: transform .2s linear;
} */

/* .service-card:hover .service-card__int {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all .2s linear;
} */



/* credentials */

.credentials {
    width: 100%;
    background: #fff;
    padding-top: 130px;
    padding-bottom: 250px;
}

.credentials__wrapper {
    padding-left: 185px;
    max-width: 1920px;
    margin: auto;
}

.credentials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    padding-right: 50px;
    margin-bottom: 100px;
}

.credential-opts {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}


.credentials .section-title {
    color: #161616;
}

.swiper.credentials-slider {
    overflow: visible;
}

.credentials-slider .swiper-wrapper {
    align-items: stretch;
}

.credentials-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.credentials-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(129.89deg, #FF0422 11.67%, #F71DFF 52.83%, #0B3DFC 81.79%);
    z-index: 0;
    padding-top: 11px;
    transition: background .2s linear;
    cursor: pointer;
}

.credentials-arrow::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    z-index: -1;
}

.credentials-arrow.swiper-button-disabled {
    background: #fff;
    transition: background .2s linear;
}

.swiper-slide.credentials-slide {
    max-width: 595px;
    padding: 1px;
    overflow: hidden;
    border-radius: 21px;
    height: auto;
    max-height: 477px;
}

.swiper-slide.credentials-slide:hover .refer-card__info {
    opacity: 1;
    visibility: visible;
    transition: all .12s ease-in;
}

.swiper-slide.credentials-slide::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.04deg, #6C12FF 0.63%, #9713FF 25.27%, #C213FF 50.96%, #EF13F3 76.65%, #FF13AF 101.29%);
    z-index: -1;
    border-radius: 21px;
    overflow: hidden;
}


.swiper-slide.credentials-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    
}


.swiper-slide.credentials-slide::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:  linear-gradient(90.04deg, #6C12FF 0.63%, #9713FF 25.27%, #C213FF 50.96%, #EF13F3 76.65%, #FF13AF 101.29%);
    z-index: -1;
    border-radius: 21px;
    overflow: hidden;
}

/*  */

.tech {
    padding-top: 130px;
    padding-bottom: 150px;
}

.inner-page .tech {
    /* padding: 200px 0; */
    padding-top: 200px;
    padding-bottom: 200px;
}


.tech-tabs {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.tabs__nav {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 59px;
    overflow: hidden;
    z-index: 0;
    background: linear-gradient(89.97deg, #F21010 1.75%, #F71DFF 34.17%, #A129FF 66.58%, #0038FF 98.99%);
    margin-bottom: 20px;
}

.tabs__nav::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);;
    background: #161616;
    border-radius: 59px;
    overflow: hidden;
    z-index: -2;
}


.tabs-point {
    position: absolute;
    left: 0;
    min-width: 99px;
    background: linear-gradient(90.39deg, #FF0431 1.32%, #F71DFF 34.66%, #9002FF 68%, #0B3DFC 101.34%);
    border-radius: 58px;
    height: 100%;
    z-index: -1;

    transition: all .2s ease-in-out;
}

.tabs-nav__item {
    padding: 15px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.tabs__content {
}

.tech-box {
    position: relative;
    border: 1px solid #6C12FF;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    padding: 60px 60px 140px 60px;
}


.tech-single {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    margin-top: 60px;

    
    .tab-head {
        margin-bottom: 50px;
    }
    .tab-desc {
        max-width: 550px;
        line-height: 1.3;
    }
    .tech-list .tech-list__col {
        max-width: initial;
    }
    .tech-item__logo img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        max-height: 134px;
    }
    
    
}

/* .tech-single {
    padding: 60px 60px 100px 60px;
    margin-top: 100px;
} */

.tech-single .tab-head {
    margin-bottom: 100px;
}

.tech-box::after {
    position: absolute;
    content: '';
    right: -339px;
    top: -248px;
    /* background: url(../img/patterns/tp1.png) no-repeat; */
    background: url(../img/patterns/tp1.webp) no-repeat;
    width: 937px;
    height: 725px;
    z-index: -1;
}




.tech-box--single {
    padding-top: 130px;
    padding-bottom: 450px;
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 0;


    &::after {
        position: absolute;
        content: '';
        right: -620px;
        top: -320px;
        background: url(../img/patterns/gradient_pattern.png) no-repeat;
        width: 1504px;
        height: 1316px;
        z-index: -1;
    }
}


section:not(.tech-box--single) {
    z-index: 1;
    position: relative;
}




/* .tech-box::after,
.tech-single::after {
    position: absolute;
    content: '';
    right: -339px;
    top: -248px;
    background: url(../img/patterns/tp1.png) no-repeat;
    width: 937px;
    height: 725px;
    z-index: -1;
} */


.tech.tech-box {
    padding-top: 130px;
    padding-bottom: 450px;
    position: relative;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;

    overflow: visible;

    &::after {
        position: absolute;
        content: '';
        right: -620px;
        top: -320px;
        background: url(../img/patterns/gradient_pattern.png) no-repeat;
        /* width: 1570px;
        height: 1576px; */
        width: 1504px;
        height: 1316px;
        z-index: -1;
    }
}


.tab {
    display: none;
    animation: displayAnim .7s ease;
}
.tab.is-active {
    display: block;
    animation: displayAnim .7s ease;
}

.tab-head {
    margin-bottom: 40px;
}

.tab-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}


.tab-desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}


.tech-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    max-width: 1110px;
    justify-content: space-between;
}

.tech-list .tech-list__col {
    /* margin-right: 200px; */
    max-width: 442px;
    width: 100%;
    flex: 1 320px;
}

.tech-list__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.tech-list__name {
    font-weight: 300;
    font-size: 28px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 40px;
}


/* .tech-list_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
} */

/* .tech-list_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
    gap: 20px;
    width: 100%;
} */

/* .tech-list_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 20px;
    width: 100%;
} */

/* .tech-list_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 20px;
    width: 100%;
} */

.tech-list_row {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tech-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    max-width: 134px;
    flex: 0 1 30.88%;
    padding: 0;
    /* overflow: hidden; */
    text-decoration: none;
    gap: 10px;
}

.tech-item__logo {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}

.tech-item__logo span {
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 17px;
    display: block;
}

/* .tech-item__logo img {
    width: 100%;
    object-fit: scale-down;
    max-height: 93px;
} */


.tech-item__logo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.tech-name {
	width: 100%;
	text-align: center;
	word-break: break-word;
}

/* uberuns */

.uberuns {
    position: relative;
    /* padding: 50px 0 200px 0; */
    padding-top: 50px;
    padding-bottom: 200px;
    z-index: 0;
}

.uberuns::after {
    position: absolute;
    content: '';
    left: 0;
    top: -150px;
    /* background: url(../img/patterns/up-bg.png) no-repeat; */
    background: url(../img/patterns/up-bg.webp) no-repeat;
    width: 100%;
    height: calc(100% + 150px);
    z-index: -1;
}


.uberuns__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}


/* .uberuns-left {
    max-width: 595px;
    width: 100%;
} */

/*.uberuns-left {
     max-width: 595px;
    width: 100%;
    flex: 0 1 65.53%;
} */

.uberuns-left {
    max-width: 595px;
    /* width: 100%; */
    /* flex: 1 65.53%; */
    flex: 1 320px;
}

.uberuns-left p {
    margin: 65px 0 40px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
}

.uberuns-right {
    max-width: 775px;
    width: 100%;
    flex-shrink: 0;
}

.uberuns-photobox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.uberuns-photobox img {
    border-radius: 20px;
    overflow: hidden;
}

.uberuns-photo_front {
    position: absolute;
    max-width: 416px;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(30px);
}
.uberuns-photo_back {
    max-width: 590px;
    width: 100%;
}

.uberuns-photo_backmobile {
    display: none;
}


/* faq */


.faq {
    background: #fff;
    /* padding: 130px 0 165px 0; */
    padding-top: 130px;
    padding-bottom: 165px;
}

.faq .section-title {
    color: #161616;
}


.faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    align-items: flex-start;
    gap: 30px;
}

.faq-list__col {
    /* max-width: 625px; */
    /* width: 100%; */
    flex: 0 1 42.518%;
}

.faq-item {
    position: relative;
    padding-bottom: 30px;
}

.faq-item:not(:last-child) {
    margin-bottom: 40px;
}

.faq-item::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #161616; 

    transition: all .12s linear;
}

.active {
}

.faq-item.spoiler-item.active::after {
    transition: all .12s linear;
    height: 2px;
    background: linear-gradient(90.39deg, #FF0422 1.32%, #F71DFF 34.66%, #BB0FFF 68%, #0B3DFC 101.34%); 
}    

.faq-item.spoiler-item.active .faq-item__title::before {
    transform: rotate(90deg);
    transition: transform .12s linear;
}

.faq-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #161616;
    padding-left: 74px;
    cursor: pointer;
}

.faq-item__title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 42px;
    height: 11px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCA0MiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUg0MUwyNC41NTU2IDkuNjI3NDUiIHN0cm9rZT0iIzE2MTYxNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    transition: transform .12s linear;
}

.faq-item__content {
    padding-left: 74px;
    padding-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #161616;
}


.spoiler-content {
    display: none;
}

/* callback */



.callback {
    position: relative;
    /* padding: 309px 0 200px 0; */
    padding-top: 309px;
    padding-bottom: 200px;
    z-index: 0;
}


.callback::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(92deg, #FF0422 0%, #F71DFF 33.33%, #BB0FFF 66.67%, #0B3DFC 100%);
    background-size: 200% 200%;
    animation: gradientLight 10s ease infinite;
}

@keyframes gradientLight {
    0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.callback::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/patterns/cb-bg.png) no-repeat; */
    background: url(../img/patterns/cb-bg.webp) no-repeat;
    z-index: -1;
    background-position: right;
}


.callback__container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}



.callback-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}


.callback-info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 660px;
}

.callback-vars {
    display: flex;
    align-items: center;
    max-width: 606px;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}


.callitem {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
}

.callitem span {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.callitem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90.04deg, #6C12FF 0.63%, #9713FF 25.27%, #C213FF 50.96%, #EF13F3 76.65%, #FF13AF 101.29%);
}

.callitem-icon  i.icon-tel {
    font-size: 20px;
}

.callback-formbox {
    position: relative;
    /* max-width: 624px;
    width: 100%; */
    flex: 0 1 42.45%;
    flex-shrink: 0;
    padding: 90px 60px 72px 60px;
    background: #fff;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.callback-formbox::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/patterns/cb-noise.png) no-repeat; */
    background: url(../img/patterns/cb-noise.webp) no-repeat;
    opacity: .04;
    z-index: -1;
}

.callback-form {
    display: flex;
    flex-direction: column;
    transition: all .1s linear;    
}

/* .callback-form__inner {
    display: flex;
    flex-direction: column;
    transition: all .1s linear;  

    margin-bottom: 45px;
} */


.form-input {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 0;
}

.form-input:not(:last-child) {
    margin-bottom: 45px;
}


.form-input > span {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);

    transition: all .12s linear;
}

.form-input input:focus ~ span,
.form-input textarea:focus ~ span {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -15px);
    transition: all .12s linear;
}

.form-input.valid > span {
    opacity: 0;
    visibility: hidden;
}


.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"],
.form-input textarea {
    border: none;
    outline: none;
    background: transparent;
    z-index: 0;
    padding-bottom: 25px;
    width: 100%;
}


.form-input::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.04deg, #FF133D 0.63%, #EF13F3 34.18%, #BD00FF 67.74%, #0038FF 101.29%);
    border-radius: 3px;
} 


.form-opt {
    display: flex;
    width: 100%;
}


.button-smb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: linear-gradient(90.04deg, #FF1259 0.63%, #F313EA 34.18%, #B313FF 67.74%, #0038FF 101.29%);
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 30px;
    width: 100%;
    cursor: pointer;
    z-index: 0;
    overflow: hidden;
}

.button-smb::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c292ff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}



.button-smb:hover::after {
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
}


/* propose */


.propose {
    position: relative;
    /* padding: 100px 0 70px 0; */
    padding-top: 100px;
    padding-bottom: 70px;
}

.inner-page .propose::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.39deg, #FF0422 1.32%, #F71DFF 34.66%, #BB0FFF 68%, #0B3DFC 101.34%);
}

.propose__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 968px;
    width: 100%;
    margin: auto;
}

.soc-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.soc {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.propose-title {
    font-weight: 300;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}


/* advantages */


.advantages {
    /* padding: 200px 0 126px 0; */
    padding-top: 200px;
    padding-bottom: 126px;
}

.advantages-list {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantage-card {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    /* padding: 0 20px 40px 20px; */
    /* padding: 0 0 40px 0; */
    padding-bottom: 40px;
   
} 

i.advantage-card__iconmobile {
    display: none;
}

.advantage-card:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}


.advantage-card__icon {
    /* max-width: 118px; */
    max-width: 125px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.advantage-card__icon span {
    font-size: 96px;
    font-weight: bold;
    line-height: 0.8;
    color: #fff;
    background-color: #2AA5A0;
    background-image: linear-gradient(120deg, #F21010, #F71DFF, #A129FF, #0038FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.advantage-card p,
.advantage-card .advantage-card__title > span {
    /* font-weight: 500; */
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    /* max-width: 1022px; */
    max-width: 1040px;
    letter-spacing: 1px;
}

/* refer */


.refer {
    background: #fff;
    /* padding: 130px 0 60px 0; */
    padding-top: 130px;
    padding-bottom: 60px;
}

.refer .section-title {
    color: #161616;
}

/* .refer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    margin-top: 100px;
} */


.refer-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-flow: dense;
    gap: 20px;
    margin-top: 100px;
}


.refer-card {
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
    padding: 1px;
    z-index: 0;
    grid-row: span 1;
    min-height: 1px;
    min-width: 0;
    aspect-ratio: 4/3;
}

span.refer-card__noimage {
    color: #fff;
    text-decoration: none;
    font-size: 46px;
    line-height: 1.3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    font-size: calc(var(--index) * 1.6);
}


/* .refer-card {
    position: relative;
    max-height: 543px;
    border-radius: 20px;
    overflow: hidden;
    padding: 1px;
    z-index: 0;
    height: 100vh;
} */

.refer-card img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-height: 543px;
}


.refer-card::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.04deg, #6C12FF 0.63%, #9713FF 25.27%, #C213FF 50.96%, #EF13F3 76.65%, #FF13AF 101.29%);
    z-index: -1;
    border-radius: 21px;
    overflow: hidden;
}


.refer-card__info {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, 0.7);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    opacity: 0;
    visibility: hidden;
    transition: all .12s ease-in;
}

.refer-card__info::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /* background: url(../img/patterns/ref-h.png) no-repeat; */
    background: url(../img/patterns/ref-h.webp) no-repeat;
    width: 565px;
    height: 606px;
    z-index: -1;
  
}


.refer-card__infobutton {
    display: flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.refer-card:hover .refer-card__info {
    opacity: 1;
    visibility: visible;
    transition: all .12s ease-in;
}


.refer-opts {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


/* founder */


.founder {
    position: relative;
    /* padding: 200px 0 70px 0; */
    padding-top: 200px;
    padding-bottom: 70px;
}

.founder::after {
    position: absolute;
    content: '';
    left: -870px;
    top: 25%;
    background: url(../img/patterns/up1.png) no-repeat;
    width: 1550px;
    height: 1483px;
    mix-blend-mode: hard-light;
    z-index: -1;
}


.founder::before {
    position: absolute;
    content: '';
    right: -940px;
    top: -50px;
    background: url(../img/patterns/up1.png) no-repeat;
    width: 1550px;
    height: 1483px;
    mix-blend-mode: hard-light;
    z-index: -1;
}


.founder-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.founder-row:not(:last-child) {
    margin-bottom: 130px;
}

.founder-photobox {
    max-width: 636px;
 
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.founder-photo {
    width: 100%;
    height: 100%;
}

.founder-photo img {
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.founder-photo__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-align: right;
    color: #FFFFFF;
    margin-top: 8px;
}


.founder-photo__stat {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: right;
    color: #FA5CC9;
}

.founder-info {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
    max-width: 747px;
}
.founder-rowrev {
    flex-direction: row-reverse;
}


/* project */

.project {
    /* padding: 200px 0 74px 0; */
    padding-top: 200px;
    padding-bottom: 74px;
}


.project .section-desc {
    max-width: 812px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 90px;
}


/* referenzen */

.referenzen-box {
    padding-top: 200px;
    padding-bottom: 212px;
    background: #fff;
}

.referenzen-page .home {
    padding-bottom: 226px;
}

.tabs.referenzen-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.referenzen-tabs .tabs__nav {
    margin-bottom: 100px;
}

.referenzen-content .refer-list {
    margin-top: 0;
}

.referenzen-tabs  .tabs__nav::after {
    background: #fff;
    width: calc(100% - 3px);
    height: calc(100% - 2px);
}

.referenzen-tabs .tabs__content {
    width: 100%;
}


.referenzen-tabs .tabs-nav__item {
    color: #161616;
}

.referenzen-tabs .tabs-nav__item.onhover {
    color: #fff;
}




/* footer */

footer {
    position: relative;
    padding: 50px 0 255px 80px;
    border-top: 1px solid rgba(104, 107, 151, 0.5);
}

.footer-top {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 185px;
}

.footer-left {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-sitelogo {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

/* 
.langbox {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #FFF;
    display: flex;
    padding: 15px 20px;
    width: max-content;
    margin-top: 127px;
}


.langselect {
}

.lang-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.langlist {
    display: none;
} */

/* 
#menu-languages {
    border-radius: 5px;
    border: 1px solid #FFF;
    position: relative;
    padding: 0;
    list-style: none;
    margin-top: 127px;
    max-width: 205px;
    width: 100%;
} 

#menu-languages li a {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#menu-languages li.pll-parent-menu-item {
    position: relative;
}

#menu-languages li.pll-parent-menu-item::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 16px;
    right: 25px; 
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjY0NjQ1IDE1LjM1NTVDMy44NDE3MSAxNS41NTA4IDQuMTU4MjkgMTUuNTUwOCA0LjM1MzU1IDE1LjM1NTVMNy41MzU1MyAxMi4xNzM1QzcuNzMwOCAxMS45NzgzIDcuNzMwOCAxMS42NjE3IDcuNTM1NTMgMTEuNDY2NEM3LjM0MDI3IDExLjI3MTIgNy4wMjM2OSAxMS4yNzEyIDYuODI4NDMgMTEuNDY2NEw0IDE0LjI5NDhMMS4xNzE1NyAxMS40NjY0QzAuOTc2MzEgMTEuMjcxMiAwLjY1OTcyOCAxMS4yNzEyIDAuNDY0NDY2IDExLjQ2NjRDMC4yNjkyMDMgMTEuNjYxNyAwLjI2OTIwMyAxMS45NzgzIDAuNDY0NDY2IDEyLjE3MzVMMy42NDY0NSAxNS4zNTU1Wk0zLjUgMC4wMDE5NTMxTDMuNSAxNS4wMDJMNC41IDE1LjAwMkw0LjUgMC4wMDE5NTMxNUwzLjUgMC4wMDE5NTMxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    background-size: auto;
    transform: translate(0px, 2px);
    transition: transform .12s linear;
}


#menu-languages > li {
    padding: 15px 20px;
    cursor: pointer;
}

#menu-languages.opened li.pll-parent-menu-item > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: all .4s cubic-bezier(0, 0.56, 0, 1.5);
}

#menu-languages.opened li.pll-parent-menu-item::after {
    transform: translate(0px, 2px) scale(1, -1);
    transition: transform .12s linear;
}
#menu-languages .lang-item:hover a {
    color: #ad7aff;
}

#menu-languages > li > ul {
    position: absolute;
    list-style: none;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #FFF;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .8s cubic-bezier(0, 0.56, 0, 1.5);
    z-index: 10;
}

#menu-languages > li > ul > li {
    padding: 15px 20px;
}

#menu-languages > li > ul > li:not(:last-child) {
    margin: 0;
} */



.footer-middle {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 0;
}

.footer-middle .footer-block:first-child {
    margin-right: 158px;
}

.footer-middle .footer-block:nth-child(2) {
    margin-right: 132px;
}

.footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-block > span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 27px;
}


.foot-contactlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fcontact-item {
    display: flex;
    align-items: center;
    gap: 19px;
    text-decoration: none;
}

.fcontact-item:not(:last-child) {
    margin-bottom: 20px;
}

.fcontact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    color: #fff;
}

i.icon-mail.fcontact-icon {
    font-size: 16px;
}

i.icon-tel.fcontact-icon {
    font-size: 20px;
}

i.icon-loc.fcontact-icon {
    font-size: 24px;
}

i.icon-clock.fcontact-icon {
    font-size: 21px;
}

.fcontact-item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li:not(:last-child) {
    margin-bottom: 25px;
}

footer ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    transition: color .12s linear;
}

footer ul li:hover a {
    color: rgba(255, 255, 255, 1);
    transition: color .12s linear;
}

.footer-bottom__wrap {
    border-top: 1px solid rgba(104, 107, 151, 0.5);
}



.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 60px;
   
    gap: 102px;
}


.finfo {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
}


.moveup {
    position: absolute;
    outline: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
}

/* fastconnect */

.fastconnect {
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    right: 60px;
    background: rgba(193, 193, 196, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 93px;
    padding: 20px 10px;
}

.fastconnect__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.fastc-lnk {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
}

.fastc-lnk i {
    color: #2F254C;
    font-size: 23px;
}

.fastc-lnk i.icon-phone {
    
}
.icon-chat {
}


/* TXTCONTENT */

section.textcontent {
    padding: 80px 0 80px 80px;
}

section.textcontent {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

section.textcontent p {
    margin: 20px 0;
}

section.textcontent a {
    color: #fff;
    text-underline-offset: 3px;
    transition: all .12s linear;
}

section.textcontent a:hover {
    text-decoration-color: transparent;
    transition: all .12s linear;

}

/* callback message */

/* .callback-message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    transition: all .12s linear;
} */

.callback-message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    transition: all .12s linear;
    padding: 90px 60px 72px 60px;
    height: 100%;
    justify-content: space-between;
    gap: 140px;
}

.callback-message__base {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}

.callback-message.hide {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .12s linear;
}


.callback-message__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-position: center center;
    background-size: auto;
    overflow: hidden;
    margin-bottom: 28px;
    background-repeat: no-repeat;
}

.callback-message.status-done .callback-message__icon {
    background-image: url(../img/icons/success.svg);
}

.callback-message__title {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
    line-height: 1;
}


.callback-message__text {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.3;
    text-align: center;
}



/* .callback-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 475px;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px -20px rgb(58 58 58);
    z-index: 10000;

    animation: popupIn .12s linear
}

.callback-popup.hide {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .12s linear;
}

.popup-content {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

.popup-content > .popup-title {
    font-size: 26px;
}

@keyframes popupIn {
    from {
        transform: translate(-50%, -50%) scale(0.5);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
} */

/* @keyframes popupOut {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
} */

/* anim */
/* 
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

    transition: all .12s linear; 
  }

.loading span {
    font-size: 30px;
    color: #6e7bf2;
}


  .loading svg polyline {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .loading svg polyline#back {
    stroke: rgba(110,123,242,0.3);
  }
  .loading svg polyline#front {
    stroke: #6e7bf2;
    stroke-dasharray: 120, 360;
    stroke-dashoffset: 480;
    animation: dash 1s linear infinite;
  }
  @-moz-keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @-o-keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  } */


  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    transition: all .12s linear; 
  }

  .loading span {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
    line-height: 1;
}


  #loadingLogo {
    position: fixed;
    top: calc(50vh - 90px);
    left: calc(50vw - 90px);
    width: 180px;
    height: 180px;
}

#loadingSpinner {
    visibility: hidden;
    opacity: 0;
    position: static;
    height: 80px;
    width: 80px;
    left: calc(50vw - 40px);
    top: calc(50vh - 50px);
    transform-origin: 40px 40px 40px;
    transition: 0.5s;
    animation: spinnerAnimation 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
}

#MSLogo {
    position: fixed;
    bottom: 36px;
    left: calc(50vw - 45px);
}

@keyframes spinnerAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#spinnerCircle {
    stroke: #eee;
}

.dark #loadingScreen {
    background-color: #333;
}

.dark #spinnerCircle {
    stroke: #605e5c;
}