/*
Theme Name: space_theme
Theme URI:Author: Kubik
Author URI: Description: Clean minimalistic 
themeVersion: 1.0.0
License: GNU General Public License v2 or laterLicense 
URI: http://www.gnu.org/licenses/gpl-2.0.htmlText 
Domain: space_theme
Tags:
*/

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Bold'), local('Helvetica-Neue-Bold'), url('new-design/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff2') format('woff2'), url('new-design/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff') format('woff'), url('new-design/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'), url('new-design/fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'), url('new-design/fonts/Inter/Inter-Regular.woff2') format('woff2'), url('new-design/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'), url('new-design/fonts/Inter/Inter-Bold.woff2') format('woff2'), url('new-design/fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Regular'), local('Manrope-Regular'), url('new-design/fonts/Manrope/Manrope-Regular.woff2') format('woff2'), url('new-design/fonts/Manrope/Manrope-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Medium'), local('Manrope-Medium'), url('new-design/fonts/Manrope/Manrope-Medium.woff2') format('woff2'), url('new-design/fonts/Manrope/Manrope-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Bold'), local('Manrope-Bold'), url('new-design/fonts/Manrope/Manrope-Bold.woff2') format('woff2'), url('new-design/fonts/Manrope/Manrope-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'), url('new-design/fonts/Manrope/Manrope-ExtraBold.woff2') format('woff2'), url('new-design/fonts/Manrope/Manrope-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: #131313;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    outline: 0 !important;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
}

.p-small {
    font-size: 14px;
    line-height: 1.5;
}

.p-medium {
    font-weight: 600;
}

.p-bold,
.p-main {
    font-weight: 700;
}

.bg-violet {
    background-color: #4A58BD;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.relative {
    position: relative;
}

.responsive {
    display: block;
    width: 100%;
    height: auto;
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6,
.tabs-meta>span {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 800;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -0.01em;
}

.h3,
h3 {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
    letter-spacing: 0;
}

h4 {
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0;
}

.tabs-meta>span,
h5 {
    font-size: 20px;
    letter-spacing: 0;
}

.h5-medium {
    font-weight: 500;
}

h3.light,
h5.light {
    font-weight: 400
}

h6 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.h6-reg {
    font-weight: 400;
}

.h6-medium {
    font-weight: 500;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.mt-60 {
    margin-top: 60px;
}

p {
    font-family: 'Inter', sans-serif;
    line-height: 150%;
}

iframe {
    display: block;
    overflow: hidden;
    border: 0;
}

i {
    color: inherit;
    font-size: inherit;
}

strong {
    font-size: inherit;
    font-family: inherit;
}

section {
    position: relative;
    padding-top: 96px;
    padding-bottom: 104px;
}

section.pb-96 {
    padding-bottom: 96px;
}

.banner-desc h6 {
    font-weight: 500;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 20px;
    color: #4A58BD
}

.banner-desc h6.h6-reg {
    font-weight: 500;
}

.white {
    color: #fff !important;
}

.black {
    color: #292E50 !important;
}

.dark {
    color: #292E50 !important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-sidenav-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:active,
textarea:focus,
button,
button:hover,
button:focus,
button:active {
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: 0;
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #1365FF;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #1365FF;
    text-shadow: none;
    color: #fff;
}

.row {
    margin-left: -16px;
    margin-right: -16px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s20 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

/*mega menu*/
.mega-menu {
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 7000;
    width: 100%;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    border-radius: 0 0 24px 24px;
}

.mega-menu.opened {
    -webkit-box-shadow: 0px 20px 64px rgba(19, 19, 19, 0.25);
    box-shadow: 0px 20px 64px rgba(19, 19, 19, 0.25);
    opacity: 1;
    z-index: 10 !important;
    visibility: visible !important;
}

.m-menu-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.m-menu-nav-list {
    width: 100%;
}

.m-menu-nav-list-wrap {
    width: auto;
}

.m-menu-left {
    background: #1365FF;
    width: 424px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 72px;
    z-index: 1;
}

.m-menu-right {
    width: 100%;
    position: relative;
    padding: 120px 56px 56px 480px;
    padding-top: 120px;
}

.mega-menu,
.m-menu-left,
.m-menu-right {
    height: 100%;
}

.mega-menu[data-height="1"],
.mega-menu[data-height="4"] {
    height: 368px;
}

.mega-menu[data-height="2"] {
    height: 480px;
}

.mega-menu[data-height="3"] {
    height: 460px;
}

.mega-menu[data-height="6"] {
    height: 408px;
}

.m-menu-left .contacts-social-list {
    width: 100%;
    border-top: none
}

.m-menu-left .contacts-social-list li a {
    width: 40px;
    height: 40px;
    border: none;
    border-right: 0;
}

.m-menu-left .contacts-social {
    padding: 8px 32px;
    bottom: auto;
    left: auto;
    right: 0;
    border-top: 0;
    background: #0056F4;
    border-radius: 30px;
    width: 312px;
    display: none;
    height: 56px;
    top: 266px;
    left: 56px;
}

.mega-menu.opened .m-menu-left .contacts-social {
    display: block;
}

.m-menu-left .contacts-social-list li a:hover svg path {
    fill-opacity: 1;
}

.m-menu-box {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

.m-menu-logo {
    width: 424px;
}

.m-menu-nav-title {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.m-menu-logo-icon {
    position: absolute;
    padding: 48px 56px;
    visibility: hidden;
    z-index: -1;
}

.m-menu-logo-title img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 10px 0 0 8px;
}

.m-menu-logo-icon.paint {
    visibility: visible;
    z-index: 0;
}

.m-menu-nav-list>ul>li {
    position: relative;
}

.m-menu-nav-list #menu-mega-menu-services>li:last-child {
    border-bottom: 0
}

.m-menu-nav-list>ul>li>a {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131313;
}

.m-menu-nav-list>ul>li>a svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

#menu-mega-menu-company-insights>li>a svg,
#menu-mega-menu-company.m-menu-list>li>a svg {
    top: 1px;
}

.m-menu-nav-list>ul>li>a svg path {
    stroke-width: 0.8;
}

.m-menu-company .m-menu-nav-list>ul {
    display: block;
    width: 100%;
}

.m-menu-company .m-menu-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.mega-menu-pic {
    position: absolute;
    top: -48px;
    right: -56px;
    height: 100%;
    width: 732px;
}

.mega-menu-right-position .mega-menu-pic {
    width: 69.8%;
    height: 409px;
}

.mega-menu-right-position .mega-menu-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#menu-mega-menu-company-insights>li>a,
#menu-mega-menu-company.m-menu-list>li>a {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
}

#menu-mega-menu-company-insights>li>a {
    margin-bottom: 20px;
}

.m-menu-company .m-menu-nav-list>ul li {
    margin-left: 0 !important;
}

.m-menu-technologies .m-menu-nav-list>ul>li a {
    position: relative;
}

.m-menu-nav-list>ul>li>.sub-menu {
    margin-top: 24px;
}

.m-menu-nav-list>ul>li>a,
.m-menu-nav-list>ul>li>.sub-menu li a {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #131313;
}

.m-menu-nav-list>ul>li>.sub-menu li {
    margin-bottom: 24px;
    padding-left: 40px;
    position: relative;
}

.m-menu-nav-list>ul>li>.sub-menu li:last-child {
    margin-bottom: 0;
}

#menu-mega-menu-solutions>li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 15px;
    margin-right: 5%;
}

#menu-mega-menu-solutions>li {
    margin-bottom: 32px;
}

.m-menu-technologies li,
#menu-mega-menu-products>li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 32px;
    margin-right: 0;
}

#menu-mega-menu-products>li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

/*#menu-mega-menu-solutions>li:nth-child(2):before,
#menu-mega-menu-solutions>li:nth-child(3):before,
#menu-mega-menu-solutions>li:nth-child(4):before,
#menu-mega-menu-technologies>li:nth-child(2):before,
#menu-mega-menu-technologies>li:nth-child(3):before,*/
#menu-mega-menu-services>li:nth-child(2):before,
#menu-mega-menu-company-insights>li:nth-child(1):before {
    content: "";
    position: absolute;
    margin-left: -48px;
    margin-top: 2px;
    width: 1px;
    height: 192px;
    background: #C4C6CC
}

#menu-mega-menu-services>li:nth-child(2):before {
    margin-left: -48px !important;
    height: 267px !important;
}

.mega-menu-right-position li.menu-item:before {
    display: none;
}

#menu-mega-menu-services>li:before {
    height: 464px !important;
}

#menu-mega-menu-solutions>li:before {
    height: 250px !important;
}

#menu-mega-menu-company>li {
    margin-bottom: 20px;
}

.m-menu-nav-list>ul#menu-mega-menu-solutions>li {
    border-bottom: none !important
}

#menu-mega-menu-technologies>li:nth-child(3n),
#menu-mega-menu-products>li:nth-child(3n),
#menu-mega-menu-services>li:nth-child(4),
#menu-mega-menu-solutions>li:nth-child(4),
#menu-mega-menu-solutions>li:nth-child(8),
#menu-mega-menu-solutions>li:nth-child(12),
#menu-mega-menu-solutions>li:nth-child(16),
#menu-mega-menu-solutions>li:nth-child(20),
#menu-mega-menu-solutions>li:nth-child(24),
#menu-mega-menu-solutions>li:nth-child(28),
#menu-mega-menu-solutions>li:nth-child(32) {
    margin-right: 0;
}

#menu-mega-menu-services>li {
    border-bottom: 0;
    margin-bottom: 0;
}

.m-menu-services-primary {
    margin-left: -20px;
}

#menu-mega-menu-services>li>a {
    padding: 14px 0 14px 60px;
}

#menu-mega-menu-services {
    margin-top: -20px;

}

.m-menu-nav-list>ul>li>.sub-menu li svg {
    position: absolute;
    left: 52px;
    top: 8px;
}

.m-menu-nav-list>ul>li>a svg *,
.m-menu-nav-list>ul>li>.sub-menu li a+svg * {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.m-menu-list .current-menu-item>a,
.m-menu-nav-title:hover,
.m-menu-nav-list>ul>li>.sub-menu li a:hover,
.m-menu-nav-list a:hover {
    color: #1365FF;
}

.m-menu-nav-list>ul>li>.sub-menu li a:hover+svg path {
    fill: #1365FF;
    stroke: #1365FF;
}

.m-menu-list .current-menu-item>a>svg>path,
.second-parent-link-xl.active>a>svg>path,
.m-menu-nav-list>ul>li>a:hover svg path,
.m-menu-nav-list>ul>li>a:hover svg .rect-part,
.m-menu-nav-list>ul>li>a:hover svg .ellipse-part,
.m-menu-nav-list>ul>li>a:hover svg .circle-part {
    fill: #1365FF;
}

.m-menu-list .current-menu-item>a>svg rect.stroke-part,
.m-menu-list .current-menu-item>a>svg path.stroke-part,
.m-menu-nav-list>ul>li>a:hover svg rect.stroke-part,
.m-menu-nav-list>ul>li>a:hover svg path.stroke-part {
    stroke: #1365FF;
}

.m-menu-list .current-menu-item>a>svg>.no-fill,
.m-menu-nav-list>ul>li>a:hover svg .no-fill {
    fill: none;
}

.m-menu-list .current-menu-item>a>svg .no-fill-part,
.m-menu-nav-list>ul>li>a:hover svg .no-fill-part {
    fill: #ffffff;
}

[title="Künstliche Intelligenz"]:hover>svg circle {
    fill: #1365FF;
}

.m-menu-nav {
    position: relative;
    width: 100%;
}

.m-menu-info {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    width: 100%;
}

.m-menu-info.visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-menu-btn-ghost-wrap,
.m-menu-portfolio-desc,
.m-menu-nav-title-wrap,
.m-menu-info ul li {
    visibility: hidden;
    opacity: 0;
}

.m-menu-portfolio-desc {
    max-width: 400px;
    margin-bottom: 30px;
    color: #131313;
    font-family: 'Open Sans', sans-serif;
}

.m-menu-info.visible .m-menu-btn-ghost-wrap,
.m-menu-info.visible .m-menu-portfolio-desc,
.m-menu-info.visible .m-menu-nav-title-wrap,
.m-menu-info.visible li {
    visibility: visible;
    opacity: 1;
}

/*mega menu end*/
.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    background: #778BF5;
    cursor: pointer;
}

.ny-overlay {
    background: rgba(41, 46, 80, 0.7);
}

.md-show {
    opacity: 1;
    visibility: visible;
}

.logo {
    display: block;
    margin: 0 auto 60px auto;
    width: 168px;
}

#menu-icon {
    width: 25px;
    height: 25px;
    position: relative;
    padding-top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#menu-icon .bar {
    width: 18px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

#menu-icon .bar:nth-child(2) {
    width: 12px;
}

#menu-icon .bar:first-child {
    margin-top: 0;
}

.sidenav-trigger:hover #menu-icon .bar,
.sidenav-trigger:focus #menu-icon .bar {
    width: 18px;
}

.blockchain-dev {
    padding-top: 130px;
    padding-bottom: 0;
    background: -o-radial-gradient(28.26% 0%, 47.36% 100%, #FFFFFF 30.73%, #F2F4FA 100%);
    background: radial-gradient(47.36% 100% at 28.26% 0%, #FFFFFF 30.73%, #F2F4FA 100%);
}

.blockchain-dev {
    padding-top: ;
}

.home .blockchain-dev {
    background: -o-linear-gradient(299.1deg, #FFFFFF 40.51%, #F2F4FA 90.86%);
    background: linear-gradient(150.9deg, #FFFFFF 40.51%, #F2F4FA 90.86%);
}

.bg-dev-white .blockchain-dev {
    background: #fff
}

.services-content .banner-desc * {
    color: #4A58BD
}

.breadcrumbs span:nth-last-child(1) {
    color: #4A58BD
}

.banner-title {
    font-size: 72px;
    line-height: 0.98;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
}

.banner .row .col:first-child,
.banner-content {
    max-width: 670px;
}

.products-main-page .banner .row .col:first-child,
.products-main-page .banner-content,
.products-main-page .banner-desc {
    max-width: 100%;
}

.products-main-page .blockchain-dev {
    background: #fff
}

.banner-desc {
    max-width: 670px;
    margin-bottom: 40px;
}

.banner-desc p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.61;
}

.banner-desc h3 {
    margin-bottom: 30px;
}

/*buttons*/

.btn-174 {
    max-width: 174px;
}

.btn-blue {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    height: 60px;
    width: 240px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #553DF2;
    border-radius: 100px
}

.btn-blue-light {
    background: #1365FF
}

.btn-blue-light:hover {
    background: #286ff4
}

.btn-ghost-white {
    padding: 18px;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    width: 240px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    background: transparent;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(rgba(255, 255, 255, 1)), color-stop(rgba(34, 34, 34, 0)), to(rgba(34, 34, 34, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background-size: 300% 300%;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.similar-project .btn-ghost-white {
    color: #FA8B1D;
    background-position: 99% 50%;
    border: 1px solid rgba(255, 255, 255, 0);
}

.btn-ghost-white-new:hover {
    color: #fff;
    background-position: 0% 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}

.btn-ghost-grey {
    background: -o-linear-gradient(right, rgba(41, 46, 80, 1), rgba(41, 46, 80, .8), rgba(41, 46, 80, 0), rgba(41, 46, 80, 0));
    background: -webkit-gradient(linear, right top, left top, from(rgba(41, 46, 80, 1)), color-stop(rgba(41, 46, 80, .8)), color-stop(rgba(41, 46, 80, 0)), to(rgba(41, 46, 80, 0)));
    background: linear-gradient(270deg, rgba(41, 46, 80, 1), rgba(41, 46, 80, .8), rgba(41, 46, 80, 0), rgba(41, 46, 80, 0));
    border: 1px solid #292E50;
    background-size: 300% 300%;
    color: #292E50
}

.btn-ghost-grey:hover {
    color: #fff !important;
    border: 1px solid rgba(74, 88, 189, 0);
    background-position: 99% 50%;
}

.btn-orange {
    background: #ff5c29;
    color: #fff !important;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.btn-orange:hover {
    background: #ff430a;
}

/*buttons end*/
.aside-title {
    margin: 125px 0 30px 0;
}

.p-intro {
    font-size: 18px;
    line-height: 1.5;
}

.no-event {
    pointer-events: none
}

.anchor {
    position: absolute;
    margin: -70px 0 0 0
}

.tabs-content {
    padding: 60px 0 80px 60px;
    -webkit-box-shadow: -10px -10px 40px rgba(23, 32, 103, 0.2);
    box-shadow: -10px -10px 40px rgba(23, 32, 103, 0.2);
    background: #4A58BD;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    min-height: 750px;
    position: relative;
    overflow: hidden;
}

.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.why-choose-us {
    background: #fff
}

.industries-block {
    background: #292E50;
}

.contacts {
    background: -o-linear-gradient(left, #293279 0%, #4A58BD 100%);
    background: -webkit-gradient(linear, left top, right top, from(#293279), to(#4A58BD));
    background: linear-gradient(90deg, #293279 0%, #4A58BD 100%);
    padding-bottom: 0;
}

.contacts-block {
    position: relative;
    z-index: 1;
}

.home .contacts-form {
    background: transparent;
}

.contacts-social {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 0;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.contacts-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-social-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 53px;
}

.contacts-social-list li a svg path,
.contacts-social-list li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.m-menu-logo-icon.paint .contacts-social-list li a svg path {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contacts-form-title {
    text-align: center;
    margin-bottom: 30px;
}

.input-wrap {
    position: relative;
}

.collapsible-arrow {
    min-height: 69px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.collapsible li .collapsible-header {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-left: 2px solid transparent;
    border-bottom: none;
}

.collapsible li.active .collapsible-header>.collapsible-arrow svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.collapsible li.active .collapsible-header>.collapsible-arrow {
    background: #4A58BD;
    -webkit-box-shadow: inset 10px 0px 30px rgba(23, 32, 103, 0.2);
    box-shadow: inset 10px 0px 30px rgba(23, 32, 103, 0.2);
}

.collapsible li.active .collapsible-header>.collapsible-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsible li.active .collapsible-header>.collapsible-arrow svg path {
    fill: #202971
}

.collapsible li.active .collapsible-header {
    background: rgba(74, 88, 189, 1);
    -webkit-box-shadow: inset 10px 0px 30px rgba(23, 32, 103, 0.2);
    box-shadow: inset 10px 0px 30px rgba(23, 32, 103, 0.2);
    border-left: 2px solid #FA8B1D;
}

.collapsible-tech li.active .collapsible-header {
    background: transparent
}

.input-txt+label {
    color: #000;
    position: absolute;
    margin: 0;
    left: 20px;
    top: 16px;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.input-txt+label span {
    color: #FA8B1D;
}

.contacts-form .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-form .row .input-field {
    -ms-flex-preferred-size: 345px;
    flex-basis: 345px;
    margin-bottom: 26px;
}

.contacts-form .row .input-field-textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.textarea-txt {
    max-width: 100%;
    min-height: 120px;
    padding: 15px 20px;
}

.contacts-form .row .input-field:nth-child(2),
.contacts-form .row .input-field:nth-child(4) {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0);
}

.btn-ghost-send {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}

.firstHeading,
#bodyContent p {
    color: #000;
}

footer {
    background: #292E50;
}

.footer-top {
    padding: 40px 0 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-medium {
    padding: 40px 0;
    position: relative;
}

.f-nav-contacts-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.f-nav-contacts-item:nth-child(1) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.f-nav-list li a {
    line-height: 143%;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

.f-nav-list li a:hover {
    color: rgba(255, 255, 255, 1);
}

.f-nav .f-h5 {
    font-family: 'Manrope', sans-serif;
    display: block;
    line-height: 1.2;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-terms {
    width: 40%;
    padding-top: 23px;
}

.footer-terms li {
    margin: 0 10px;
}

.footer-terms ul li:first-child:after {
    content: "";
    position: absolute;
    margin: 3px 0 0 10px;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-terms li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-terms li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.tabs li.tab:first-child a:after {
    background: transparent;
}

.tabs li.tab-last:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 2px;
    background: rgba(74, 88, 189, .4);
    bottom: 0;
    left: 29px;
    right: 30px;
}

.tab.tab-last.tab-active:before {
    background: transparent;
}

.tab.tab-last:hover::before {
    background: transparent;
}

.input-field .helper {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    color: #FA8B1D;
    float: left;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.input-txt.validate.invalid {
    border: 1px solid #FA8B1D
}

.input-txt.validate.invalid+.input-label+.helper {
    opacity: 1;
    visibility: visible;
}

.g-recaptcha {
    width: 100%;
    max-width: 302px;
    height: 76px;
    border-radius: 3px;
    background-size: contain;
}

.g-error {
    -webkit-box-shadow: 0 0 1px 1px rgb(250, 139, 29);
    box-shadow: 0 0 1px 1px rgb(250, 139, 29);
}

.g-recaptcha-error {
    position: absolute;
    font-size: 10px;
    color: rgb(250, 139, 29);
    float: left;
    margin-top: -15px;
}

.sidenav.sidenav-fixed {
    overflow: visible;
}

.top-menu>.menu-item-has-children>a {
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#menu-home-mobile>li>a:after {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 1px;
    background-color: #70A2FF;
    left: 32px;
    right: 32px;
    bottom: 0;
}

#menu-home-mobile>li>a.first-parent-link-active:after {
    background-color: transparent;
}

.top-menu>.menu-item-has-children>a+.sub-menu {
    position: absolute;
    width: 360px;
    padding: 0;
    background: #fff;
    left: 340px;
    top: 0;
    z-index: 1;
    display: block;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.parent-link .sub-menu li a svg {
    position: absolute;
    left: 20px;
    top: 12px;
}

.parent-link .sub-menu li a svg rect,
.parent-link .sub-menu li a svg ellipse,
.parent-link .sub-menu li a svg circle,
.parent-link .sub-menu li a svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-menu-list .current-menu-item>a>svg .rect-part,
.m-menu-list .current-menu-item>a>svg .circle-part,
.m-menu-list .current-menu-item>a>svg .ellipse-part,
.top-menu ul>li>a:hover svg path,
.top-menu ul>li>a:hover svg .rect-part,
.top-menu ul>li>a:hover svg .ellipse-part,
.top-menu ul>li>a:hover svg .circle-part {
    fill: #1365FF;
}

.top-menu ul>li>a:hover svg rect.stroke-part,
.top-menu ul>li>a:hover svg path.stroke-part {
    stroke: #1365FF;
}

.top-menu ul>li>a:hover svg .no-fill {
    fill: none;
}

.top-menu ul>li>a:hover svg .no-fill-part {
    fill: #ffffff;
}

path.no-stroke {
    stroke: none !important;
}

.parent-link .sub-menu li a:hover svg path.no-stroke {
    stroke: none !important;
    fill: #1365FF;
}

.top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu {
    display: none;
    padding-left: 60px;
    border-bottom: 1px solid #fff;
}

.top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu li a {
    font-size: 16px;
    line-height: 120%;
    padding: 15px 0;
}

.top-menu>.menu-item-has-children>a+.sub-menu li a {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    height: auto;
    padding: 16px 50px 16px 60px;
    position: relative;
    text-transform: none;
}

footer .current-menu-item>a {
    color: #fff !important;
}

.page-link.current-menu-item>a {
    color: #1365FF !important;
    background: transparent !important;
}

.sidenav li.page-link.current-menu-item>a>span {
    color: #1365FF;
}

.parent-link-active+.sub-menu {
    background: rgba(124, 135, 239, 0.5);
}

.top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu li a:hover {
    background: transparent;
}

.top-menu>.menu-item-has-children.parent-link-solutions>a+.sub-menu>li:nth-last-child(2)>a,
.top-menu>.menu-item-has-children>a+.sub-menu>li:nth-last-child(1)>a {
    border-bottom: none
}

.parent-link-solutions .sub-menu li:nth-child(odd) a {
    border-right: 1px solid #fff
}

.parent-link-solutions .sub-menu li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.top-menu>.menu-item-has-children>a+.sub-menu li a:hover {
    color: #1365FF;
}

.top-menu>.menu-item-has-children>a+.sub-menu>li:nth-last-child(1)>a+.sub-menu {
    border-bottom: none !important;
}

.parent-link-active {
    color: #1365FF !important;
    border-bottom: 0.5px solid rgba(119, 139, 245, 0.5) !important
}

.second-level-icon {
    position: absolute;
    padding: 27px 22px !important;
    top: 0px;
    right: 0;
    font-size: 16px !important;
    line-height: 1;
}

.second-level-icon svg {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.second-level-icon.show svg {
    -webkit-transform: rotateX(180deg) translateY(2px);
    transform: rotateX(180deg) translateY(2px);
}

.second-level-icon.show svg path {
    fill: #FA8B1D
}

.link-icon svg {
    position: relative;
    z-index: 10;
    width: 24px;
    height: 24px;
    display: block;
}

.next-link-icon,
.link-icon {
    position: absolute;
    right: 22px;
    top: 13px;
    width: 40px;
    height: 40px;
    z-index: 1;
    padding: 0 !important;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.next-link-icon svg {
    position: relative;
    left: auto !important;
    top: auto !important;
}

.services-slider-wrap {
    position: relative
}

.service-next {
    margin-left: 20px;
}

.dev-process-arrows-nav a svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.breadcrumbs {
    margin-bottom: 80px;
}

.breadcrumbs * {
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs a+span,
.breadcrumbs a {
    color: #FA8B1D;
}

.thanks-page-text .btn-ghost,
.banner-content .btn-ghost {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.tile-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.power-point {
    margin-top: 60px;
}

.power-point-title {
    margin: 20px 0;
}

.power-point-desc p>a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #FA8B1D;
}

.power-point-desc p>a:hover {
    color: #FFB956;
}

.projects a {
    text-transform: none;
    white-space: normal;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
}

.projects-tile {
    padding: 48px 0 0 152px;
    min-height: 520px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    overflow: hidden;
}

.thank-you-block {
    min-height: 93vh;
    padding-top: 140px;
}

.thanks-page-text p {
    margin: 20px 0 72px 0
}

.cf7md-admin-customize-message {
    display: none !important;
}

.wpcf7-response-output {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
}

div.wpcf7-response-output.wpcf7-spam-blocked {
    color: #000 !important;
    margin-top: 10px !important;
    z-index: 1;
    visibility: visible;
}

.grecaptcha-badge {
    visibility: hidden !important;
    z-index: -1 !important
}

#cf7md-form .ajax-loader {
    display: none !important;
}

.projects-tile {
    position: relative;
}

.projects-tile-icon,
.projects-tile-image,
.projects-tile-icon-hover,
.projects-tile-image-hover {
    position: absolute;
    left: 32px;
    top: 40px;
}

.projects-link {
    display: block;
    background: rgba(119, 139, 245, 0.1);
    height: 100%;
}

.projects-tile-title {
    margin-bottom: 8px;
    padding-right: 40px;
}

.projects-tile-title svg {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 3px 0 0 10px;
    position: absolute;
    width: 25px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.projects-tile-desc p,
.projects-tile-title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.projects-tile-image-hover img {
    opacity: 0;
}

.projects-tile-image-hover img,
.projects-tile-image img {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.projects-link:hover .projects-tile-image img {
    opacity: 0
}

.projects-link:hover .projects-tile-image-hover img {
    opacity: 1
}

.projects-tile-icon {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.projects-tile-icon-hover {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.projects-link:hover .projects-tile-icon {
    opacity: 0;
}

.projects-link:hover .projects-tile-icon-hover {
    opacity: 1;
}

.projects-tile-image-hover img {
    width: 171px;
    height: 220px;
}

.solution-projects {
    padding-bottom: 170px;
}

.projects-info {
    position: relative;
}

.projects-info-bg {
    background: #4A58BD;
    position: absolute;
    left: 0;
    top: 260px;
    right: 0;
    bottom: 0;
}

.projects-info-bg-blue {
    background: #4A58BD;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    height: 210px;
}

.main-slider-wrap {
    display: block;
    padding: 0 100px;
    position: relative;
}

.main-slider {
    max-width: 970px;
    height: 545px;
    margin-bottom: -7px !important;
    -webkit-box-shadow: 10px 10px 30px rgba(23, 32, 103, 0.2);
    box-shadow: 10px 10px 30px rgba(23, 32, 103, 0.2);
}

.center-slider {
    max-width: 970px;
    margin-bottom: -7px !important;
    -webkit-box-shadow: 0px 0px 20px rgba(41, 46, 80, 0.15);
    box-shadow: 0px 0px 20px rgba(41, 46, 80, 0.15);
}

.center-slider .slick-slide,
.center-slider .slick-slide img {
    height: 382px;
}

.center-slider .slick-current.slick-active.slick-center {
    width: 510px !important;
    height: 382px;
}

.wrap-60 {
    margin: 60px 0
}

.main-slider-nav {
    background: rgba(119, 139, 245, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 1
}

.main-slider-nav a svg {
    display: block;
}

.main-slider-nav:hover {
    background: rgba(119, 139, 245, 0.4);
}

.main-slider-nav a svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-slider-nav:hover a svg path {
    fill: rgba(255, 255, 255, .6);
}

.main-slider-nav:hover a svg circle {
    stroke: rgba(255, 255, 255, .6);
}

.main-slider-nav svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.center-slider .slick-dots,
.main-slider .slick-dots {
    bottom: -45px;
}

.main-slider .slick-slide {
    margin-bottom: -7px;
}

.main-slider-nav-prev {
    width: 100px;
    position: absolute;
    left: 0;
    height: auto;
    top: 90px;
    bottom: 0;
}

.main-slider-nav-next {
    width: 100px;
    position: absolute;
    right: 0;
    height: auto;
    top: 100px;
    bottom: 0;
}

.main-slider-prev {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.main-slider-next {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.center-slider-wrap {
    margin-top: 60px;
}

.center-slider-wrap .main-slider-nav-prev,
.center-slider-wrap .main-slider-nav-next {
    top: 0
}

.center-slider .slick-slide:not(.slick-center) {
    opacity: 0.6;
}

.project-desc {
    margin-bottom: 60px;
    margin-top: 105px;
    position: relative;
}

.btn-tab-sidenav:hover {
    color: #4A58BD;
    background-position: 99% 50%;
    border: 1px solid rgba(255, 255, 255, 0);
}

.lb-outerContainer {
    border-radius: 0
}

.light-box-link {
    display: block;
    cursor: pointer;
}

.lightbox .lb-image {
    border-radius: 0;
    border: 0;
}

.main-slider .slick-prev.slick-arrow,
.main-slider .slick-next.slick-arrow {
    display: none !important;
}

.olway-play-hover,
.olway-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.olway-play-hover {
    opacity: 0;
}

.btn-play {
    display: block;
    position: relative;
    cursor: pointer;
}

.btn-play:hover .olway-play-hover {
    opacity: 1;
}

.btn-play:hover .olway-play {
    opacity: 0;
}

.closer:after {
    content: "";
    position: absolute;
    margin: 15px 0 0 -15px;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/solutions/close.svg);
}

.closer:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #EDC86D 0%, #FF7F00 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(#EDC86D), to(#FF7F00)) !important;
    background: linear-gradient(90deg, #EDC86D 0%, #FF7F00 100%) !important;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer;
}

.closer:hover::before {
    opacity: 1
}

.olway {
    background-image: url(images/icons/solutions/olway-bg.svg);
    background-repeat: no-repeat;
    background-position: right 90px top 0px;
}

.next-project svg * {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a.next-project:hover svg path,
a.next-project:hover svg path {
    fill: #FA8B1D
}

a.next-project:hover svg circle,
a.next-project:hover svg circle {
    stroke: #FA8B1D
}

.olway-slide .box {
    position: relative;
    padding-bottom: 30px;
}

.video-olway-xs img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.lightboxOverlay {
    overflow-x: hidden;
    width: 100% !important
}

.tabz {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs-wrap {
    background: #4A58BD;
    padding: 30px 0;
}

.tab_content {
    background: -o-linear-gradient(bottom, #778BF5 26.04%, #4A58BD 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26.04%, #778BF5), to(#4A58BD));
    background: linear-gradient(360deg, #778BF5 26.04%, #4A58BD 100%);
    overflow: hidden;
    -webkit-box-shadow: inset 0px 10px 40px rgba(23, 32, 103, 0.3);
    box-shadow: inset 0px 10px 40px rgba(23, 32, 103, 0.3);
}

.tabz li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
}

.tabz a {
    display: block;
    outline: none;
    padding: 15px 10px 15px 81px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.tabs_item {
    display: none;
    position: relative;
}

.tabs_item-content {
    padding: 60px 40px;
    min-height: 250px;
}

.tabs_item h3 {
    margin-bottom: 30px;
}

.tabs_item p {
    max-width: 80%;
}

.tabs_item img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tabs_item_active .tabs_item-content img {
    opacity: 1;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #FFB956;
}

.tabz li a svg * {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tabz li a img,
.tabz li a svg {
    position: absolute;
    left: 40px;
    top: 11px;
}

.tabz li:hover a {
    color: #FFB956;
}

.tabz li:hover a svg circle.circle-stroke,
.tabz li:hover a svg line,
.tabz li:hover a svg rect,
.tabz li:hover a svg path {
    stroke: #FFB956;
}

.tabz li.current a svg circle.circle-stroke,
.tabz li.current a svg line,
.tabz li.current a svg rect,
.tabz li.current a svg path {
    stroke: #FFB956;
}

.link {
    color: #FA8B1D;
    display: inline-block;
    position: relative;
    font-size: inherit;
}

.link:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #FA8B1D;
    left: 0;
    bottom: 4px;
}

.hyperledger-tabs {
    background: #4A58BD;
    padding-bottom: 0;
}

.hyper-tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #FA8B1D;
    will-change: left, right;
}

.hyper-tabs .indicator {
    background-color: #FFB956;
    height: 5px;
}

.hyper-tab-content a.link {
    color: #FFB956;
}

.hyperledger-tab a svg,
.hyperledger-tab a img {
    display: block;
    margin: 0 auto 10px auto;
    width: 70px;
    height: auto;
}

.hyperledger-tab a {
    min-height: 133px;
    display: block;
    text-align: center;
}

.translate {
    -webkit-transform: translateY(-155px);
    -ms-transform: translateY(-155px);
    transform: translateY(-155px);
}

.hyperledger-tab a h6 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    line-height: 140%;
}

.hyperledger-tab a:hover h6,
.hyperledger-tab a.active h6 {
    color: #FFB956;
}

.hyperledger-tab a.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hyperledger-tab a svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hyperledger-tab a:hover svg path,
.hyperledger-tab a.active svg path {
    fill: #FFB956
}

.hyper-tab-content a.link:after {
    bottom: 0;
    background: #FFB956
}

.hyper-tab-content {
    background: #778BF5;
    -webkit-box-shadow: -5px -5px 40px rgba(0, 0, 0, 0.1);
    box-shadow: -5px -5px 40px rgba(0, 0, 0, 0.1);
    padding: 60px;
    min-height: 410px;
}

.hyper-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}

.hyper-tab-content-text h3 {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    padding-right: 55px
}

.hyper-tab-content-text .hyper-tab-content-text-inside {
    -ms-flex-preferred-size: 710px;
    flex-basis: 710px;
}

.dd .ddChild li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hyper-tab-content-text-inside p {
    margin-bottom: 40px;
}

.hyper-tab-content-text-inside p:last-child {
    margin-bottom: 0;
}

.hyper-tab-content-text-inside ul li {
    padding-left: 19px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.hyper-tab-content-text-inside ul li strong {
    font-size: inherit;
}

.hyper-tab-content-text-inside ul li:last-child {
    margin-bottom: 0;
}

.hyper-tab-content-text-inside ul li:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 4px;
    height: 4px;
    left: 0;
    top: 11px;
    background-image: url(images/icons/white-circle.svg);
}

.hyperledger-tabs #tab1_ .hyper-tab-content {
    background-image: url(images/hyperledger-tabs/img-fabric.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 10px;
}

.hyperledger-tabs #tab2_ .hyper-tab-content {
    background-image: url(images/hyperledger-tabs/img-sawtooth.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 10px;
}

.hyperledger-tabs #tab3_ .hyper-tab-content {
    background-image: url(images/hyperledger-tabs/img-iroha.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 10px;
}

.hyperledger-tabs #tab4_ .hyper-tab-content {
    background-image: url(images/hyperledger-tabs/img-indy.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 10px;
}

.hyperledger-tabs #tab5_ .hyper-tab-content {
    background-image: url(images/hyperledger-tabs/img-besu.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 10px;
}

._msddli_.selected .ddlabel {
    color: #fff !important;
}

li._msddli_.selected img {
    opacity: 1 !important;
}

.ddcommon .ddChild::-webkit-scrollbar {
    width: 7px;
}

.ddcommon .ddChild::-webkit-scrollbar-track {
    background: #000;
}

.ddcommon .ddChild::-webkit-scrollbar-thumb {
    background: #131313;
}

.four-tiles,
.six-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
    box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
}

.tile {
    position: relative;
    padding: 60px 40px;
    background: #fff;
}

.tile h3 {
    margin-bottom: 30px;
    color: #4A58BD;
    position: relative;
    z-index: 1;
    max-width: 75%
}

.six-tiles .tile {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    border-right: 1px solid rgba(119, 139, 245, 0.5);
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
}

.nine-tiles .tile:nth-child(9),
.six-tiles .tile:nth-child(3),
.six-tiles .tile:nth-child(6) {
    border-right: 0;
}

.six-tiles .tile:nth-child(4),
.six-tiles .tile:nth-child(5),
.six-tiles .tile:nth-child(6) {
    border-bottom: 0;
}

.nine-tiles .tile:nth-child(4),
.nine-tiles .tile:nth-child(5),
.nine-tiles .tile:nth-child(6) {
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
}

.four-tiles .tile {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: 1px solid rgba(119, 139, 245, 0.5);
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
}

.four-tiles .tile:nth-child(2),
.four-tiles .tile:nth-child(4) {
    border-right: 0;
}

.four-tiles .tile:nth-child(3),
.four-tiles .tile:nth-child(4) {
    border-bottom: 0;
}

.blue {
    background: #4A58BD;
}

.light-blue {
    background: #778BF5;
}

.dark-blue {
    background: #202971;
}

.dark-grey-bg {
    background: #292E50;
}

.light-orange-text {
    color: #FA8B1D;
}

.white-text {
    color: #fff;
}

.tile p {
    position: relative;
    z-index: 1;
    color: #4A58BD;
}

.industry-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.industry-point {
    position: relative;
    padding: 24px 12px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    pointer-events: none;
}

.tech-stack-point {
    padding: 20px;
}

.industry-four-points .industry-point {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.industry-point:nth-child(6),
.industry-point:nth-child(7),
.industry-point:nth-child(8),
.industry-point:nth-child(9),
.industry-point:nth-child(10) {
    border-bottom: none;
}

.industry-point:nth-child(5),
.industry-point:nth-child(10) {
    border-right: none;
}

.industry-four-points .industry-point:nth-child(4),
.industry-four-points .industry-point:nth-child(8) {
    border-right: none;
}

.industry-four-points .industry-point:nth-child(5) {
    border-right: 1px solid rgba(119, 139, 245, 0.5);
    border-bottom: none;
}

.industry-point img {
    display: block;
    margin: 0 auto 10px auto;
}

.tech-stack-point img {
    margin-bottom: 20px;
}

.industry-point p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.dev-process {
    background: #292E50;
}

.dev-process .p-intro {
    margin-bottom: 60px;
}

.s_portfolio-inside {
    background: #fff;
}

.s_portfolio {
    background: #F1F3FE;
    padding-bottom: 0;
    overflow: hidden;
}

.s_portfolio .s_portfolio-inside .box {
    max-width: 1400px;
}

.s_portfolio-slide-img {
    position: relative;
    -ms-flex-preferred-size: 670px;
    flex-basis: 670px;
}

.s_portfolio-slide-img a>img,
.s_portfolio-slide-img>img {
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    display: block;
}

.s_portfolio-slide-info {
    -ms-flex-preferred-size: 608px;
    flex-basis: 608px;
    padding-left: 50px;
    position: relative;
}

.s_portfolio-slide-info a.btn-ghost {
    position: relative;
    bottom: 0;
}

.s_portfolio-slide-content {
    padding: 60px 0 60px 100px;
}

.s_portfolio-slide,
.s_portfolio-slider {
    margin-left: -50px;
}

.s_portfolio-slide-info h3 {
    margin: 40px 0 30px 0
}

.s_portfolio-slide-info h3 strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 500;
}

.s_portfolio-slide-info p {
    color: #000;
    line-height: 150%;
}


.btn-small-caps {
    padding-top: 18px;
}

.s_portfolio-slider>.slick-list>.slick-track>.slick-slide .s_portfolio-slide-img>img,
.s_portfolio-slider>.slick-list>.slick-track>.slick-slide {
    opacity: 0.000000001 !important;
}

.s_portfolio-slider>.slick-list>.slick-track>.slick-slide.slick-current .s_portfolio-slide-img>img,
.s_portfolio-slider>.slick-list>.slick-track>.slick-slide.slick-current {
    opacity: 1 !important;
}

.s_portfolio-slide-nav a svg * {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.s_portfolio-slide-nav a:hover svg path {
    fill: #FA8B1D
}

.s_portfolio-slide-nav a:hover svg circle {
    stroke: #FA8B1D
}

.s_portfolio-slide-nav-item svg,
.s_portfolio-slide-nav-item {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.s_portfolio-slide-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 120px;
    right: 115px;
    top: 60px;
}

.courses-point {
    margin-bottom: 96px;
}

.courses-point:last-child {
    margin-bottom: 0;
}

.courses-point-title {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 64px;
    background: rgba(36, 40, 45, 0.6);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px 32px 0px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 161px;
}

.courses-point-desc {
    padding: 56px 64px 64px;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.courses-point-desc h5 {
    margin: 32px 0 24px;
}

.courses-point-blue .courses-point-title {
    background: #4A58BD;
}

.courses-point-blue .courses-point-desc {
    background-color: rgba(74, 88, 189, 0.8);
}

.courses-point-light-blue .courses-point-title {
    background: #778BF5;
    -webkit-box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
    box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
}

.courses-point-light-blue .courses-point-desc {
    background-color: rgba(119, 139, 245, 0.9);
}

.courses-point-desc {
    position: relative;
}

.courses-point-desc-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.6;
}

.courses-point-title h3 {
    margin: 0;
}

.courses-point-desc-bg img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.courses-point-desc-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 212px;
    height: 212px;
}

.s_portfolio-slide .btn-ghost {
    display: block;
}

.second-parent-link .second-parent-link-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.second-parent-link .sub-menu {
    padding-left: 0 !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"]+span {
    position: relative;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxes-wrap .wpcf7-form-control-wrap.input-field {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}

.checkboxes-wrap .wpcf7-list-item-label {
    color: transparent;
    width: 35px;
    height: 22px;
    display: block;
    white-space: nowrap;
}

[type="checkbox"].fill-in+span::before,
[type="checkbox"].fill-in+span::after {
    content: '';
    position: absolute;
    z-index: 1;
}

[type="checkbox"].fill-in+span::after {
    background-color: transparent;
    border: 2px solid #99BDFF;
    left: 0;
    top: 4px;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

[type="checkbox"].fill-in:checked+span::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 8px;
    height: 8px;
    background-color: #99BDFF;
    top: 9px;
    left: 5px;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.anchor {
    margin: -90px 0 0 0
}

.anchor#info {
    margin-top: -120px;
}

.breadcrumbs,
.box,
.banner {
    max-width: 1248px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.8);
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
}

.m-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s cubic-bezier(.86, 0, .07, 1), visibility .2s cubic-bezier(.86, 0, .07, 1);
    -o-transition: opacity .2s cubic-bezier(.86, 0, .07, 1), visibility .2s cubic-bezier(.86, 0, .07, 1);
    transition: opacity .2s cubic-bezier(.86, 0, .07, 1), visibility .2s cubic-bezier(.86, 0, .07, 1);
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 72px;
    width: 100%;
    z-index: 100;
    -webkit-transition: background 0s, -webkit-transform .3s, -webkit-box-shadow .2s ease-in-out;
    transition: background 0s, -webkit-transform .3s, -webkit-box-shadow .2s ease-in-out;
    -o-transition: background 0s, transform .3s, box-shadow .2s ease-in-out;
    transition: background 0s, transform .3s, box-shadow .2s ease-in-out;
    transition: background 0s, transform .3s, box-shadow .2s ease-in-out, -webkit-transform .3s, -webkit-box-shadow .2s ease-in-out;
    padding: 15px 0;
    background: transparent;
}

.header.scroll {
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-box-shadow: 0px 4px 8px rgba(119, 139, 245, 0.1);
    box-shadow: 0px 4px 8px rgba(119, 139, 245, 0.1);
}

.header.freeze {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.header.show {
    z-index: 8000;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.m-logo-wrap {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    padding: 0;
}

.navigation-list {
    -ms-flex-preferred-size: 660px;
    flex-basis: 660px;
    padding: 7px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.navigation-list li {
    padding: 0 16px;
}

.navigation-list li.m-link-parent {
    padding-right: 40px;
}

.navigation-item-head a {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.white-banner .m-link.m-logo svg.logo-word path {
    fill: #131313;
}

.white-banner .mobile-nav .mobile-logo svg path.m-logo-A,
.white-banner .m-link.m-logo svg.logo-word path.logo-A {
    fill: #1365FF;
}

.white-banner .mobile-logo svg path {
    fill: #000;
}

.white-banner .mobile-nav:not(.scroll) #menu-icon .bar {
    background: #131313;
}

.white-banner .header .navigation-item-head a {
    color: #5B6471
}

.white-banner .header .navigation-item-head a svg path {
    fill: #C4C6CC;
}

body:not(.m-opened).white-banner .header .contacts-link,
.white-banner .header .contacts-link {
    background: #1365FF;
    color: #fff;
    border-color: #1365FF;
}

.navigation-item-contacts {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
}

.navigation-item-head {
    position: relative;
}

.contacts-link {
    background: #1365FF;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #131313;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 144px;
    height: 40px;
    float: right;
    border-radius: 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-mobile-contacts-wrap .contacts-link {
    background: #fff;
    border: none;
    border-radius: 28px;
    height: 56px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1365FF;
}

.header.scroll .navigation-item-head a {
    color: #131313;
}

.header.show {
    z-index: 8000;
    background: transparent !important;
}

.header.show .navigation-item-head a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.header.show .navigation-item-head a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.header.show .navigation-item-head a:focus+span svg path,
.header.show .navigation-item-head a:hover+span svg path {
    fill: #1365FF !important
}

.navigation-item-head a:focus,
.navigation-item-head a:hover {
    color: #1365FF;
}

.m-menu-transition-item.motion {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-menu-transition-item.motion.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.select-wrapper input.select-dropdown {
    border-bottom: 0;
}

.m-link-arrow {
    position: absolute;
    right: -27px;
    top: -2px;
    padding-left: 9px;
}

.m-link.m-logo svg.logo-word path {
    fill: #fff;
}

.header.scroll .m-link.m-logo svg.logo-word path {
    fill: #131313;
}

.header.scroll .m-link.m-logo svg.logo-word path.logo-A {
    fill: #1365FF;
}

.m-opened .m-link.m-logo svg.logo-word path {
    fill: #4A58BD;
}

.header.show .m-link.m-logo svg.logo-word path.logo-A,
.header.show .m-opened .m-link.m-logo svg.logo-word path,
.header.show .m-link.m-logo svg.logo-word path {
    fill: #fff;
}

.m-link-arrow svg path {
    fill: #fff;
}

.header.scroll .m-link-arrow svg path {
    fill: #131313;
    fill-opacity: 1;
}

.m-opened .header .m-link-arrow svg path {
    fill: rgba(255, 255, 255, 0.7)
}

.navigation-item-head a:focus span svg path,
.navigation-item-head a:hover span svg path {
    fill: #fff !important;
    opacity: 1 !important;
    fill-opacity: 1 !important;
}

.header .contacts-link {
    color: #131313;
    background: #FFFFFF;
    border-color: #fff;
}

.m-opened .header .contacts-link,
.header.scroll .contacts-link {
    color: #131313;
    background: #fff;
    border-color: #fff;
}

.m-opened .header {
    background: #1365FF !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.mobile-nav:not(.scroll) #menu-icon .bar {
    background: #fff;
}

.mobile-nav.scroll .mobile-logo svg path {
    fill: #000000;
}

.mobile-nav.scroll .mobile-logo svg path.m-logo-A {
    fill: #1365FF;
}

/*header end*/

.home-solutions-content {
    position: relative;
    min-height: 627px;
    padding-right: 400px;
}

.home-solutions-info {
    padding-top: 90px;
}

.home-solutions-nav {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.home-solutions-nav-content {
    height: 100%;
    position: relative;
}

.home-solutions-nav-bg {
    padding: 30px 30px 40px 30px;
    height: 100%;
}

.slick-slider.slider-thumbs {
    height: 100%;
    position: relative;
    width: 100%;
}

.slick-slider.slider-thumbs .slick-slide {
    padding-right: 28px;
}

.slider-thumbs-wrap {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.slider-thumbs-wrap::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px;
}

.slider-thumbs-wrap::-webkit-scrollbar-track {
    background: rgba(119, 139, 245, 0.1);
    border-radius: 20px;
}

.slider-thumbs-wrap::-webkit-scrollbar-thumb {
    background: #778BF5;
    border-radius: 20px;
}

.slider-thumb-item {
    font-weight: 500;
    line-height: 1.2;
    color: #4A58BD;
    cursor: pointer;
    height: 60px;
    padding: 17px 0 16px 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    border-bottom: 1px solid rgba(74, 88, 189, 0.2);
    white-space: nowrap;
}

.slider-thumb {
    position: relative;
}

.slider-thumb-arrow {
    position: absolute;
    left: 0;
    top: 17px;
    width: 7px;
    height: 12px;
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.slick-current .slider-thumb-arrow {
    opacity: 1
}

.slick-current .slider-thumb-item {
    padding-left: 22px;
    color: #FA8B1D;
    border-bottom: 1px solid #FA8B1D;
}

.slider-thumbs .slick-list {
    padding: 0 !important;
}

.home-solutions {
    padding-top: 0;
    padding-bottom: 0;
    background: #778BF5;
    overflow: hidden;
}

.home-solutions:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 3000px;
    height: 100%;
    background: #4A58BD;
    right: 50%;
    margin-left: -1500px;
}

.slick-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-banner-xs {
    display: none
}

.navigation-item-head a:focus,
.navigation-item-head a:hover {
    color: #1365FF;
}

.banner-content {
    margin-bottom: 90px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.banner-desc *,
.banner-title {
    color: #4A58BD
}

.banner-desc p {
    font-size: 16px;
    line-height: 1.5;
}

.power-point {
    margin-top: 30px;
}

.contacts-block {
    display: block;
}

.footer-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.olway {
    background-color: rgba(119, 139, 245, 0.15);
    padding: 90px 0 60px 0;
    background-image: url(images/olway-bg-new.svg);
    background-repeat: no-repeat;
}

.olway:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 42.5%;
}

.next-project span {
    color: #4A58BD;
    font-weight: 400
}

.next-project svg path {
    fill: #4A58BD
}

.discover-block,
.blockchain-solutions-for {
    background: #F1F3FE;
}

.discover-block {
    padding: 0;
}

.discover-block-wrap {
    margin-top: -52px;
}

.discover-block-content {
    background: #1365FF;
    padding: 52px 40px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.discover-block-content h3 {
    margin-bottom: 35px;
    color: #F7F7F7;
}

.discover-block-content p {
    margin-bottom: 20px;
    color: #F7F7F7;
    position: relative;
}

.discover-block-content p:nth-child(2) {
    margin-bottom: 47px;
}

.discover-block-content .row img {
    position: relative;
    z-index: 1;
}

.video-olway-xl img {
    width: 100%;
    display: block;
}

.dev-process-arrows-nav a:hover svg path {
    fill: #FA8B1D;
}

.dev-process-arrows-nav a:hover svg circle {
    stroke: #FA8B1D;
}

.dev-process-arrows-nav a:hover svg path {
    fill: #FFB956;
}

.dev-process-arrows-nav a:hover svg circle {
    stroke: #FFB956;
}

.contacts {
    background: #fff;
    padding-bottom: 90px;
    overflow: hidden;
}

.home .contacts {
    background: #F1F3FE;
}

.contacts-form {
    padding: 56px 80px 0 0;
}

.content-report .contacts-form {
    padding: 48px 0 0 0;
    margin-bottom: 16px;
}

.cv-block .contacts-form {
    padding: 0;
}

#attach-item {
    opacity: 0;
}

.attach {
    height: 56px;
    border: 1px solid rgba(119, 139, 245, 0.5);
}

.attach:hover {
    border: 1px solid rgba(119, 139, 245, 1);
}

.no-scrollable {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.btn-play,
.video-olway-xl {
    -webkit-box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
    box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
}

.input-txt+label {
    white-space: nowrap;
}

.contacts-form .row .input-field,
.contacts-form .row {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.contacts-form .row .input-field {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 32px;
    padding: 0;
    display: block;
}

.set-up-team .row .input-field {
    display: block;
}

.contacts-form .recaptcha-wrap .input-field {
    margin-bottom: 25px;
}

.contacts-form .row .col:nth-child(1),
.contacts-form .row .col:nth-child(3) {
    padding-right: 15px;
}

.textarea.col.s12 {
    padding-right: 0 !important;
}

.cv-block .contacts-form .row .col:nth-child(5) {
    padding-right: 15px;
}

.contacts-form .row .col:nth-child(2),
.contacts-form .row .col:nth-child(4) {
    padding-left: 15px;
}

.cv-block .contacts-form .row .col:nth-child(6) {
    padding-left: 15px;
}

.input-txt {
    border-radius: 0;
    height: 56px;
    position: relative;
    width: 100%;
    max-width: 100%;
    border: 1px solid #5B6471;
    display: block;
    padding: 5px 16px;
    color: #131313;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 16px;
    background-color: transparent;
    background-image: url(images/icons/star-transparent.svg);
    background-position: right top;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.set-up-team span.input-txt,
.set-up-team span.input-txt:hover {
    border: 0;
}

.home .input-txt {
    border: 1px solid rgba(119, 139, 245, 0.7);
}

input[name="phone"],
.input-field {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-txt+label {
    color: #A0A2A8;
    font-size: 14px;
    line-height: 21px;
    left: 11px;
    padding: 0 5px;
    background: #fff
}

.home .input-txt+label {
    color: #778BF5;
}

.home .input-txt+label {
    background: transparent;
}

.input-field>input[type]:-webkit-autofill:not(.browser-default)+label,
.input-field>label:not(.label-icon).active {
    font-size: 12px;
    line-height: 18px;
    color: #1365FF;
    -webkit-transform: translateY(-23px) scale(1);
    transform: translateY(-23px) scale(1);
}

.input-txt:focus,
.input-txt:hover {
    border: 1px solid #1365FF;
}

.input-txt:hover+label {
    color: #778BF5;
}

textarea.materialize-textarea {
    padding: 16px;
}

.required-star {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
    pointer-events: none;
    width: 7px;
    max-width: 7px;
    height: 7px;
}

.attach-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1;
    pointer-events: none
}

.attach-not-valid,
.input-txt-required.wpcf7-not-valid {
    border-color: #FA8B1D;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    white-space: nowrap;
    margin: 2px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #FFA185;
    left: 0;
}

.codedropz-upload-wrapper+span.wpcf7-not-valid-tip {
    margin-top: -28px
}

.input-txt-required.wpcf7-not-valid+label.active,
.input-txt-required.wpcf7-not-valid+label {
    color: #FA8B1D;
}

.input-field textarea {
    min-height: 140px;
}

.btn-send-new {
    display: block;
    width: 100%;
    padding: 0 35px;
}

.footer-social-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 217px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    position: relative;
}

.footer-content-right:after,
.footer-social-list:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    top: -1px;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    height: 64px;
}

.footer-social-list li,
.footer-social-list li a {
    display: block;
    width: 40px;
    height: 40px;
}

.copyright {
    padding: 2px 0 0 0;
    font-size: 12px;
    line-height: 133%;
    color: rgba(255, 255, 255, 0.4);
}

.footer-content-right img {
    display: block;
    margin-right: 10px;
}

.footer-content-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    position: relative;
    width: 40%;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #778BF5;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 0;
}

.g-recaptcha {
    -webkit-transform: scale(0.82);
    -ms-transform: scale(0.82);
    transform: scale(0.82);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
}

.checkbox-link-wrap {
    font-family: Inter;
    font-size: 12px;
    line-height: 150%;
    color: #292E50;
}

.checkbox-link-wrap a {
    font-family: Inter;
    font-size: 12px;
    line-height: 18px;
    color: #FA8B1D
}

.set-up-info .checkbox-link-wrap a {
    color: #1365FF;
}

.set-up-info .checkbox-link-wrap a:hover {
    color: #1365FF
}

.border-list-inside {
    padding: 20px 0 0 19px;
}

.checkboxes-wrap {
    line-height: 16px;
    padding-left: 50px;
    position: relative;
}

.checkboxes-wrap label {
    cursor: pointer;
}

.recaptha-col {
    position: relative;
    margin-top: 5px;
}

.checkboxes-wrap span.wpcf7-not-valid-tip {
    margin-top: 31px;
}

.checkboxes-wrap-calc span.wpcf7-not-valid-tip {
    margin: 15px 0 0 40px;
}

.btn-send-new {
    text-transform: uppercase;
    font-weight: 400;
    background: transparent;
}

.btn-send-wrap {
    border-radius: 100px;
    width: auto;
    min-width: 240px;
    display: inline-block;
    height: 56px;
    position: relative;
    z-index: 0;
}

.btn-send-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    display: block;
    z-index: -1;
    background-image: -o-linear-gradient(left, #FA8B1D, #FA8B1D, #FA8B1D, #FA8B1D);
    background-image: -webkit-gradient(linear, left top, right top, from(#FA8B1D), color-stop(#FA8B1D), color-stop(#FA8B1D), to(#FA8B1D));
    background-image: linear-gradient(90deg, #FA8B1D, #FA8B1D, #FA8B1D, #FA8B1D);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    width: 100%;
    border-radius: 100px;
}

.btn-send-wrap:hover::before {
    opacity: 1;
}

.footer-social-list li a svg * {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-social-list li a:focus svg path,
.footer-social-list li a:hover svg path {
    fill: #778BF5
}

.btn-ghost {
    font-weight: 400
}

.thanks-page-text .btn-ghost,
.banner-content .btn-ghost {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.btn-ghost-white {
    font-weight: 400;
    letter-spacing: normal;
}

.banner-desc-xs {
    display: none
}

.banner-desc p {
    margin-bottom: 20px;
}

.banner .row .col.l6:last-child {
    margin-bottom: 90px;
}

.portfolio-content-single .banner .row .col.l6:last-child {
    margin-bottom: 60px;
}

.six-tiles-wrap {
    padding-bottom: 0;
}

.blue-bg {
    background: #F1F3FE
}

.blue-bg15 {
    background: rgba(119, 139, 245, 0.15);
}

.six-tiles-slider {
    display: none
}

#toTop {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    background: rgba(119, 139, 245, 0.3);
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#toTop.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

#toTop:focus,
#toTop:hover {
    background: #778BF5
}

#toTop svg {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: 20px;
}

.slider-thumb:hover .slider-thumb-item {
    color: #FA8B1D
}

.m-logo {
    display: block;
}

.header.show .m-logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(32deg) brightness(103%) contrast(106%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(32deg) brightness(103%) contrast(106%);
}

.tabs_item_link_mobile,
.tabs_item_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tabs_item_link:hover {
    background: rgba(74, 88, 189, .15);
}

.collapsible-header .tabs_item_link_mobile {
    right: 40px;
}

.collapsible-body .tabs_item_link_mobile {
    top: 50px;
}

.contacts-us-form {
    position: relative;
    -ms-flex-preferred-size: 770px;
    flex-basis: 770px;
}

.contacts-us-text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
    padding: 0 0 0 56px;
}

.policy,
.contact-us-wrap {
    padding-top: 0;
}

.contacts-us-info-desc {
    margin-top: 20px;
}

.contacts-us-text-logo {
    margin-bottom: 40px;
}

.contacts-us-text .contacts-us-text-logo:last-child {
    margin-bottom: 0
}

.contacts-us-text-logo img {
    display: block;
}

.contacts-us-text-logo h4 {
    margin: 24px 0 16px;
}

.modal-form .checkboxes-wrap span.wpcf7-not-valid-tip,
.contact-us-content .checkboxes-wrap span.wpcf7-not-valid-tip {
    margin: -40px 0px 0 37px;
}

.policy-text {
    padding: 0 300px 0 0;
}

.policy h1 {
    color: #131313;
    margin: 0;
    padding-bottom: 56px;
    word-break: break-all;
}

.policy-nav {
    position: fixed;
    max-width: 238px;
}

.policy-nav * {
    color: #5B6471;
}

.border-list * {
    font-size: 16px;
    line-height: 1.5;
    color: #5B6471;
}

.border-list {
    border: 1px solid #DADCE0;
    padding: 24px 32px 24px 24px;
    margin: 24px 0;
}

.border-list ul li {
    margin-bottom: 16px;
    padding-left: 34px;
}

.border-list ul li b {
    color: #131313;
}

.border-list ul li:before {
    content: "";
    position: absolute;
    margin: 10px 0 0 -20px;
    width: 4px;
    height: 4px;
    background: #131313
}

.border-list ul li:last-child {
    margin-bottom: 0;
}

.vacancy-single-info hr,
.policy-text hr {
    border: 0;
    height: 1px;
    background: #DADCE0;
    margin: 40px 0
}

.vacancy-single-info hr {
    background: #C4C6CC;
    margin: 40px 0 32px;
}

.policy-anchor {
    position: absolute;
    margin-top: -80px;
}

.policy-cookie-anchor {
    margin-top: -100px;
}

.policy-text h6 {
    padding-bottom: 20px;
}

.policy-text p {
    color: #5B6471;
    margin-bottom: 20px;
}

.policy-text a {
    color: #1365FF;
    font-size: inherit;
    line-height: inherit;
}

.policy-text b {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.vacancy-single-info h2,
.vacancy-single-info h3,
.vacancy-single-info h4,
.vacancy-single-info h5,
.vacancy-single-info h6,
.vacancy-single-info b,
.vacancy-single-info strong,
.vacancy-single-info i {
    color: #131313;
}

.policy-text h4 {
    padding: 20px 0 24px
}

.policy-text h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.policy-inner {
    position: relative;
}

.policy-nav-wrap {
    padding-left: 30px;
    width: 270px;
    position: absolute;
    right: 0;
    top: 0;
    max-height: calc(100vh - 110px);
}

.single-vacancies .policy-nav-wrap {
    border-left: none;
    padding: 0;
    position: relative;
    height: auto;
}

.dots-title a,
.dots-title {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    color: #131313;
    position: relative;
}

.dots-list {
    padding-bottom: 10px;
}

.dots-list li a {
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.5;
    color: #5B6471;
}

.article-widget .dots-list li a {
    font-size: 14px;
}

.article-widget .dots-list li {
    margin-bottom: 10px;
}

.dots-list li a.dropdown-link-general {
    font-size: 20px;
    font-weight: 700;
    color: #131313;
}

.dots-list li a:hover {
    color: #1365FF;
}

.article-widget .dots-list li a.mPS2id-highlight,
.article-widget .dots-list li a:hover {
    color: #131313;
}

.dots-list li a.mPS2id-highlight-first {
    color: #1365FF
}

.dots-list li {
    margin-bottom: 16px;
}

.dots-list li:last-child {
    margin-bottom: 0;
}

.policy {
    min-height: 500px;
}

.wrapper-dropdown-links {
    position: relative;
    width: 100%;
    margin: 0 0 32px 0;
    padding: 16px 15px;
    background: #fff;
    cursor: pointer;
    outline: none;
    border: 1px solid #1365FF;
    font-size: 14px;
    line-height: 1.5;
    font-family: Inter;
    color: #4A58BD;
    border-radius: 4px;
    height: 56px;
    color: #A0A2A8;
    display: none;
}

.wrapper-dropdown-links:after {
    top: 15px;
    right: 15px;
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/select-arrows-new.svg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.wrapper-dropdown-links.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrapper-dropdown-links .dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 12px;
    background: #fff;
    border-radius: 0;
    border-radius: 0 0 4px 4px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 0;
    overflow: hidden;
}

.dropdown-bg {
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    right: -1px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    border-top: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 0;
    overflow: hidden;
    border: 1px solid #DADCE0;
    border-top: 0;
    z-index: -1;
    visibility: hidden;
}

.wrapper-dropdown-links.active .dropdown-bg {
    height: 404px;
    z-index: 0;
    visibility: visible;
}

.wrapper-dropdown-links .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5B6471;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 20px 0 32px;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.page-template-privacy-policy .wrapper-dropdown-links .dropdown li a {
    padding-left: 48px;
}

.wrapper-dropdown-links .dropdown li a.dropdown-link-general {
    font-weight: 700;
    color: #131313;
}

.wrapper-dropdown-links .dropdown li.highlight-link {
    padding-right: 10px;
}

.wrapper-dropdown-links .dropdown li.highlight-link a {
    padding: 0 0 0 32px;
    font-weight: 700;
    color: #131313;
}

.wrapper-dropdown-links .dropdown li {
    color: #4A58BD;
    font-size: 14px;
    line-height: 1.5;
}

.wrapper-dropdown-links .dropdown li a:hover {
    color: #1365FF;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.wrapper-dropdown-links.active .dropdown {
    height: 376px;
    overflow-y: auto;
    z-index: 1;
}

.wrapper-dropdown-links .dropdown::-webkit-scrollbar-track {
    border-radius: 20px;
    background: #DADCE0;
}

.wrapper-dropdown-links .dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.wrapper-dropdown-links .dropdown::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #5B6471;
}

.industry-info {
    padding-left: 185px;
    position: relative;
}

.industry-img {
    position: absolute;
    left: 0;
    top: 25px;
}

.industry-img img {
    display: block;
    width: 100%;
    height: auto;
}

.industry-icons {
    position: relative;
    border: 1px solid #778BF5;
    border-left: 0;
    padding: 40px 40px 40px 285px;
}

.industry-list {
    position: relative;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.industry-list+.industry-list {
    padding-left: 60px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    border-left: 1px solid rgba(119, 139, 245, 0.5);
}

.industry-list ul li:last-child {
    margin-bottom: 0;
}

.industry-list ul li a svg {
    position: absolute;
    left: 0;
    top: 4px
}

.industry-list ul li a svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.industries-block .industry-list ul li a svg path {
    stroke: #778BF5;
}

.industry-list ul li a:hover svg path {
    stroke: #FFB956
}

.industry-list ul li a h6,
.industry-list ul li a h5 {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: 500;
}

.industry-list ul li a:hover h6,
.industry-list ul li a:hover h5 {
    color: #FFB956;
}

.industries-block.blue-bg .industry-list ul li a:hover svg path {
    stroke: #FA8B1D
}

.industries-block.blue-bg .industry-list ul li a:hover h5 {
    color: #FA8B1D;
}

.industry-icons:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 60px;
    background: #778BF5;
    bottom: 0;
    left: 0;
}

.simple-list {
    margin-top: 10px;
}

.simple-list li {
    color: #292E50;
    margin-bottom: 5px;
    padding-left: 19px;
}

.simple-list li:last-child {
    margin-bottom: 0;
}

.simple-list li:before {
    content: "";
    position: absolute;
    margin: 11px 0 0 -17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4A58BD;
}

.blue-text * {
    color: #4A58BD;
}

.our-dev-process-slider {
    max-height: 260px;
    overflow: hidden;
}

.our-dev-process-slide-text p {
    margin-top: 30px;
    padding-right: 30px;
}

.our-dev-process-slide-text a {
    margin-top: 32px;
}

.our-dev-process-slide-text p a {
    color: #FF5C29
}

.new-techs-template .our-dev-services .our-dev-process-slide-text h3 {
    margin-bottom: 16px;
    font-size: 24px
}

.our-dev-process-slide-inside {
    padding-right: 370px;
    position: relative;
}

.our-dev-process-slide-img {
    position: absolute;
    top: 0;
    right: 0;
}

.our-dev-process-img-1024,
.our-dev-process-img-768 {
    display: none !important;
}

.our-dev-process-thumb {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 13px;
    cursor: pointer;
    color: rgba(74, 88, 189, 0.5);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.our-team-thumbs .slick-list {
    overflow: visible !important;
}

.slick-current .our-dev-process-thumb {
    color: rgba(74, 88, 189, 1);
}

.our-dev-process-thumbs .slick-track .slick-slide:last-child div .our-dev-process-thumb {
    margin-bottom: 0;
}

.our-dev-process-thumbs {
    padding-top: 13px;
}

.dev-process-top-block {
    height: 50px;
    margin: 35px 0 15px;
}

.dev-process-arrows-nav {
    position: absolute;
    top: -65px;
    width: 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dev-process-arrows-nav a {
    width: 50px;
    height: 50px;
    display: block;
}

.our-dev-process-nav {
    position: relative;
}

.our-dev-process-slider-wrap {
    position: relative;
}

.our-dev-process {
    margin-top: -1px;
}

.page-template-new-design-company-how-we-work .our-dev-process {
    padding-top: 0;
}

.skyrocket-list li:not(:last-child) {
    margin-bottom: 10px;
}

.skyrocket-list li {
    height: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.skyrocket-list li span {
    cursor: pointer;
}

.skyrocket-list li span.active {
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
}

.power-point-cursor {
    position: absolute;
    left: 16px;
    top: 13px;
}

.our-dev-process-thumb:before,
.power-point-cursor:before,
.skyrocket-list li span:before {
    content: "";
    position: absolute;
    left: -33px;
    top: 5px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-drop-right.svg);
}

.new-techs-dev-content .our-dev-process-thumb:before {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(5%) saturate(1411%) hue-rotate(176deg) brightness(97%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(5%) saturate(1411%) hue-rotate(176deg) brightness(97%) contrast(87%);
    top: -2px;
}

.our-dev-process-thumb:after,
.power-point-cursor:after,
.skyrocket-list li span:after {
    content: "";
    position: absolute;
    left: -33.5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/romb-15-grey.svg);
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.new-techs-dev-content .our-dev-process-thumb:after {
    display: none;
}

.power-point-cursor:before,
.power-point-cursor:after {
    left: 0;
}

.our-dev-process-thumb:before,
.our-dev-process-thumb:after {
    top: 0;
}

.power-point-cursor:before {
    opacity: 0.6;
}

.slick-current .our-dev-process-thumb:after,
.active .power-point-cursor:before,
.active .power-point-cursor:after,
.skyrocket-list li span.active:after {
    opacity: 1;
}

.our-dev-process-thumb:hover {
    opacity: 1;
}

.expertise-tabs-wrap {
    position: relative;
    padding-left: 30px;
    margin: 65px 0 0 15px;
}

.low-text {
    padding: 15px 0;
}

.expertise-tabs-item-text {
    padding-right: 304px;
}

.expertise-tabs-item-img {
    position: absolute;
    width: 304px;
    height: 304px;
    right: 0;
    top: 0;
}

.expertise-tabs-item-icon {
    width: 130px;
    height: 130px;
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.expertise-tabs-item-img svg {
    z-index: 1;
    right: 0;
    position: absolute;
}

.expertise-tabs-item-text p {
    padding: 0 110px 0 0
}

.expertise-tabs-item-text a {
    margin-top: 32px;
}

.expertise-tabs-item {
    position: relative;
}

.path-item {
    cursor: pointer;
    z-index: 1;
    -webkit-transition: fill-opacity .3s;
    -o-transition: fill-opacity .3s;
    transition: fill-opacity .3s;
}

.path-item:hover {
    fill-opacity: 0.4;
}

.expertise-tabs-info {
    height: 335px;
    overflow: hidden;
}

svg path[data-slide] {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

svg path[data-slide]:hover {
    stroke-opacity: 1;
}

.our-dev-process-slider .slick-slide {
    min-height: 230px;
}

.our-dev-process-slider .slick-slide a.btn-ghost-white {
    visibility: hidden;
}

.our-dev-process-slider .slick-slide.slick-current a.btn-ghost-white {
    visibility: visible;
}

.case-tabs-item,
.expertise-tabs-info .expertise-tabs-item {
    display: none;
}

.expertise-content .col.l9 .expertise-tabs-info .expertise-tabs-item:first-child {
    display: block;
}

.footer-links {
    padding: 23px 0 0 40px;
}

.footer-links a:focus,
.footer-links a:hover {
    color: #778BF5
}

.footer-links a {
    margin: 0 30px;
}

.our-tech-stack {
    background: #292E50;
}

.our-tech-stack .industry-point {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.our-team-slider-wrap {
    padding-right: 170px;
}

.our-team {
    padding-bottom: 0;
    overflow: hidden;
}

.our-team-info {
    position: relative;
    padding-right: 270px;
    height: 560px;
    overflow: hidden;
    z-index: 1;
}

.our-team-icon {
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 1
}

.our-team-slide .p-intro {
    margin-bottom: 20px;
}

.our-team-slide>.p-small {
    margin-bottom: 50px;
}

.our-team-face-info .p-small {
    margin-top: 5px;
    margin-bottom: 25px;
}

.icon-path {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

path.icon-path:hover {
    fill-opacity: .8;
}

.our-team-face {
    padding-left: 100px;
    position: relative;
}

.our-team-face-photo {
    position: absolute;
    left: 0;
    top: 0;
}

.our-team-thumbs-wrap {
    position: relative;
    margin: 110px 0 0 0;
}

.our-team-thumb {
    color: #4A58BD;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 27px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 35px;
}

.slick-current .our-team-thumb .target-dot {
    z-index: -1
}

.slick-current .our-team-thumb_2 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #0047CC;
    box-shadow: 0 0 0 110em #0047CC;
}

.slick-current .our-team-thumb_3 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #0056F4;
    box-shadow: 0 0 0 110em #0056F4;
}

.slick-current .our-team-thumb_4 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #1365FF;
    box-shadow: 0 0 0 110em #1365FF;
}

.slick-current .our-team-thumb_5 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #4788FF;
    box-shadow: 0 0 0 110em #4788FF;
}

.slick-current .our-team-thumb_6 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #70A2FF;
    box-shadow: 0 0 0 110em #70A2FF;
}

.slick-current .our-team-thumb_7 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #99BDFF;
    box-shadow: 0 0 0 110em #99BDFF;
}

.slick-current .our-team-thumb_8 .target-dot {
    -webkit-box-shadow: 0 0 0 110em #C2D7FF;
    box-shadow: 0 0 0 110em #C2D7FF;
}

.our-team-face-photo img {
    width: 70px;
    height: 70px;
}

.our-team-bg.active .our-team-icon svg path {
    fill: #fff;
    fill-opacity: 0.5;
    opacity: 1;
}

.our-team-bg.active .our-team-icon svg path:hover {
    fill-opacity: 0.85;
}

.our-team-bg.active .our-team-icon svg path.path-active {
    fill: #fff;
    fill-opacity: 1;
    opacity: 1;
}

.our-team-bg.active .our-team-thumb {
    color: rgba(255, 255, 255, 0.6);
}

.slick-current .our-team-thumb {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.our-team-bg.active .our-team-thumb:hover,
.our-team-bg.active .slick-current .our-team-thumb {
    color: rgba(255, 255, 255, 1);
}

.our-team-face-info {
    padding-top: 10px;
}

.vacancies {
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px 32px 0px 0px;
    padding: 56px 0 48px;
}

.vacancies h3 {
    padding-left: 56px;
}

.bg-dark .vacancies * {
    color: #131313;
}

.vacancy {
    display: block;
    position: relative;
    padding: 32px 56px;
}

.vacancy:last-child {
    margin-bottom: 0;
}

.vacancy .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancy-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hot {
    position: absolute;
    top: 16.5px;
    left: 56px;
}

.vacancy-content {
    min-height: 90vh
}

.vacancy-single {
    padding-top: 56px;
    padding-bottom: 0;
    margin-bottom: 120px;
}

.vacancy-single-info p,
.vacancy-single * {
    color: #5B6471;
}

.vacancy-single-info h3 {
    margin: 32px 0;
    padding-bottom: 0;
}

.vacancy-single-info h3:first-child {
    margin-top: 0;
}

.vacancy-single-info h3 strong {
    font-size: inherit;
    color: inherit;
    font-weight: 600
}

.vacancy-single-info ul li {
    margin-bottom: 16px;
    padding-left: 32px;
}

.vacancy-single-info ul li:last-child {
    margin-bottom: 0;
}

.vacancy-single-info ul li:before {
    content: "";
    position: absolute;
    margin: 7.5px 0 0 -21px;
    width: 4px;
    height: 4px;
    background: #5B6471;
}

.vacancy-sidebar {
    position: relative;
}

.vacancy-sidebar .btn-ghost {
    line-height: 1.3;
    display: block;
    margin: 20px 0 30px;
}

.vacancy-sidebar-apply {
    margin: 20px 0
}

.vacancy-sidebar-title {
    margin: 56px 0 16px;
}

.vacancy-sidebar-desc {
    font-family: 'Inter';
    margin-bottom: 32px;
}

.vacancy-sidebar-desc span {
    font-family: inherit;
    font-size: inherit;
}

.hot-single {
    position: absolute;
    top: 0;
    right: 0
}

.vacancy-icon {
    display: block;
}

[data-icon="Administration"] .vacancy-icon_1 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="Sales & marketing"] .vacancy-icon_2 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="Development"] .vacancy-icon_3 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="Legal"] .vacancy-icon_4 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="IT"] .vacancy-icon_5 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="R&D"] .vacancy-icon_6 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

[data-icon="BD"] .vacancy-icon_7 {
    fill: #4A58BD;
    fill-opacity: 1;
    opacity: 1;
}

.stack-line-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stack-line-six {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
}

.stack-line {
    height: 60px;
    margin-top: 20px;
    padding-left: 20px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stack-line-six .stack-line {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%
}

.stack-line-five .stack-line {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.stack-line-five.stack-line-only-logo .stack-line:not(:first-child) {
    padding-left: 55px;
}

.stack-line-four .stack-line {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    height: 70px
}

.stack-line span {
    display: block;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.have-a-project-idea {
    position: relative;
    padding: 60px 280px 90px 40px;
    margin-top: 0;
}

.have-a-project-idea .btn-white {
    position: absolute;
    right: 0;
    bottom: 90px;
}

.have-a-project-idea h4 {
    margin-bottom: 30px;
}

.technology-industries {
    background: #292E50
}

#menu-mega-menu-company-insights a[title="Insights"] {
    pointer-events: none;
}

#menu-mega-menu-services .menu-item-has-children>a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

#menu-mega-menu-services.m-menu-list li>.sub-menu li {
    padding-left: 0;
}

#menu-mega-menu-services .menu-item-has-children a svg {
    top: 5px;
}

.m-link-arrow svg path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.vacancy-sidebar-social li a:hover svg path {
    fill: #1365FF;
}

.btn-exit {
    display: block;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.col-attach {
    position: relative;
}

.attach-name {
    color: #292E50;
    position: absolute;
    top: 16px;
    left: 31px;
    pointer-events: none;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

.modal-form {
    position: relative;
    top: 0;
    width: 1005px;
    background: #fff;
    height: auto;
    border-radius: 48px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 !important;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.modal-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 3000;
}

.modal-content {
    padding: 80px 64px;
}

.modal-content .box {
    position: static;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(119, 139, 245, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.md-show {
    opacity: 1;
    visibility: visible;
}

.cv-block {
    padding: 0 25px;
}

.cv-block h3 {
    text-align: center;
    margin-bottom: 40px;
}

.current-job-openings {
    padding-top: 0;
    padding-bottom: 60px;
}

.vacancy-single-info p {
    font-size: 16px;
    line-height: 1.5;
}

.tooltipped {
    position: relative;
    display: block;
}

.hire-team {
    overflow: hidden;
}

.hire-team-desc .p-small {
    color: #292E50;
}

.team-cloud {
    position: relative;
    min-height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-clouds {
    overflow: hidden;
    border-radius: 8px;
}

.team-cloud-violet-wrap-right {
    -ms-flex-preferred-size: 516px;
    flex-basis: 516px;
    padding: 24px 16px;
}

.team-clouds .team-cloud:nth-child(1) {
    background: rgba(255, 92, 41, 0.25);
}

.team-clouds .team-cloud:nth-child(2) {
    background: rgba(255, 92, 41, 0.4);
}

.team-clouds .team-cloud:nth-child(3) {
    background: rgba(255, 92, 41, 0.55);
}

.team-clouds .team-cloud:nth-child(4) {
    background: rgba(255, 92, 41, 0.7);
}

.team-cloud-violet-wrap {
    -ms-flex-preferred-size: 174px;
    flex-basis: 174px;
    margin-right: 4px;
    position: relative;
}

.team-cloud:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 4px;
    top: -1px;
    bottom: -5px;
    left: 176px;
    background: #fff;
}

.team-cloud-violet {
    width: 176px;
    padding: 24px 16px;
    position: relative;
}

.team-cloud:not(:last-child) {
    margin-bottom: 4px;
}

.team-cloud-plus {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -17.5px;
    left: 16px;
    z-index: 1;
}

.set-up-team {
    margin-top: 80px
}

.set-up-team-title {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.icon-link {
    display: block;
    padding-left: 44px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 13px;
    font-size: 14px;
}

.icon-link:last-child {
    margin-bottom: 0;
}

.icon-link svg {
    position: absolute;
    display: block;
    left: 0;
}

.icon-link svg * {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icon-link:hover {
    color: #FFB956;
}

.icon-link:hover svg path {
    fill: #FFB956;
    fill-opacity: 1;
}

.icon-link:hover svg circle {
    stroke: #FFB956;
    stroke-opacity: 1;
}

.set-up-item {
    padding-left: 270px;
    position: relative;
}

.set-up-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    padding: 40px 32px;
}

.set-up-info {
    padding: 40px;
    min-height: 144px;
    background: #fff;
    border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}

.wpcf7-radio .wpcf7-list-item {
    width: 25%;
    margin: 0 0 20px 0;
    display: inline-block;
}

.wpcf7-radio .wpcf7-list-item:nth-last-child(1),
.wpcf7-radio .wpcf7-list-item:nth-last-child(2),
.wpcf7-radio .wpcf7-list-item:nth-last-child(3),
.wpcf7-radio .wpcf7-list-item:nth-last-child(4) {
    margin-bottom: 0;
}

.set-up-wrap .set-up-item:nth-child(3) .set-up-info {
    border-bottom: 0
}

.recaptha-col-calc {
    margin: 30px 0 25px 0
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"]+span:after {
    width: 16px;
    height: 16px;
    margin: 4px;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:before,
[type="radio"]:checked+span:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
    border: 3px solid #5B6471;
}

[type="radio"]:not(:checked)+span:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+span:before {
    border: 3px solid #5B6471;
}

[type="radio"]:checked+span:after {
    background-color: #1365FF;
}

[type="radio"]:checked+span:after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.set-up-info .checkbox-link-wrap {
    color: #292E50
}

.set-up-wrap {
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 90px;
}

.set-up-wrap .set-up-item:nth-child(1) .input-field {
    margin-bottom: 0;
}

.tooltipped:before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(19, 19, 19, 0.05), 8px 8px 16px rgba(19, 19, 19, 0.1);
    box-shadow: 0px 0px 8px rgba(19, 19, 19, 0.05), 8px 8px 16px rgba(19, 19, 19, 0.1);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    font-family: 'Inter';
    z-index: 1;
    width: 156px;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: bottom .3s, opacity .3s;
    -o-transition: bottom .3s, opacity .3s;
    transition: bottom .3s, opacity .3s;
}

.tooltipped:hover:before {
    bottom: 20px;
    opacity: 1;
}

.set-up-wrap .set-up-item:nth-child(1) {
    background: #40464F;
}

.set-up-wrap .set-up-item:nth-child(2) {
    background: #24282D;
}

.set-up-wrap .set-up-item:nth-child(3) {
    background: #131313;
}

.set-up-wrap .set-up-item .set-up-sidebar {
    padding: 40px 32px;
}

.set-up-wrap .set-up-item.set-up-info {
    padding: 40px
}

.set-up-wrap .set-up-item:nth-child(3) .set-up-info {
    padding: 40px 40px 64px;
}

.q-answer {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 16px;
    height: 16px;
    background-image: url(images/icons/hint.svg);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.set-up-sidebar h5 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
}

.set-up-sidebar p {
    color: #fff;
}

.tooltip-title {
    position: relative;
    display: inline-block;
    margin: 0 15px 16px 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.tooltip-title:before {
    content: "";
    position: absolute;
    margin: 2px 0 0 0;
    width: 7px;
    height: 7px;
    background-image: url(images/icons/star-blue.svg);
    right: -10px;
}

.add-zone {
    padding: 24px;
    background: #F7F7F7;
    border-radius: 16px;
    margin-top: -6px;
}

.add-btn {
    position: absolute;
    right: 50px;
    height: 27px;
    display: block;
    width: 200px;
    white-space: nowrap;
    cursor: pointer;
}

.add-btn span {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.add-btn span svg {
    margin-left: 5px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.add-btn span svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.add-btn:hover span {
    color: #1365FF;
}

.add-btn:hover span svg path {
    fill: #1365FF;
}

.added-team {
    position: relative;
    margin: 65px 0 0 0;
}

.added-team:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    top: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
}

.added-team .fs18 {
    font-size: 18px;
    margin-bottom: 20px;
}

.team-member {
    position: relative;
    margin-bottom: 10px;
}

.team-member span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.team-member .member-point-title {
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
}

.member-role {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.member-level {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
}

.member-quantity {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.member-del {
    position: absolute;
    right: 0;
}

.member-del span {
    color: #FA8B1D
}

.del-btn {
    width: 20px;
    padding: 0;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.del-btn svg {
    display: inline-block;
    margin: 0 0 0 10px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.del-btn svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.del-btn:hover svg path {
    fill: #1365FF;
}

.select-txt {
    font-size: 14px;
    color: rgba(74, 88, 189, .5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
}

.portfolio-content-single h1 {
    word-break: break-word;
}

span.select-level:after,
span.select-role:after {
    top: 17px;
    right: 12px;
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/select-arrows-navy.svg);
    pointer-events: none;
}

.select-txt.sel-active>.select-selected {
    color: #131313;
    font-family: Inter;
    line-height: 20px;
}

.number-txt {
    font-size: 14px;
}

.number-txt::-webkit-input-placeholder {
    font-size: 14px;
    color: #A0A2A8
}

.number-txt::-moz-placeholder {
    font-size: 14px;
    color: #A0A2A8
}

.number-txt:-ms-input-placeholder {
    font-size: 14px;
    color: #A0A2A8
}

.number-txt:-o-placeholder {
    font-size: 14px;
    color: #A0A2A8
}

.select-txt::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(74, 88, 189, 0.5)
}

.select-txt::-moz-placeholder {
    font-size: 14px;
    color: rgba(74, 88, 189, 0.5)
}

.select-txt:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(74, 88, 189, 0.5)
}

.select-txt:-o-placeholder {
    font-size: 14px;
    color: rgba(74, 88, 189, 0.5)
}

.not-valid {
    border-color: #FA8B1D;
}

select.not-valid {
    color: #FA8B1D
}

.select-txt option {
    font-size: 14px;
    line-height: 1.5;
    color: #4A58BD;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 35px;
    margin-top: 15px;
    background: transparent;
}

.select-txt option:hover {
    color: #FA8B1D;
    background: transparent;
}

.number-wrap {
    position: relative;
}

.added-title {
    position: absolute;
}

.plus-minus {
    position: absolute;
    right: 12px;
    top: 16px;
    width: 57px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plus-minus span {
    display: block;
    width: 24px;
    height: 24px;
    background: #F7F7F7;
    border-radius: 28px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: transparent;
}

.plus-minus span.minus {
    background-image: url(images/icons/minus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.plus-minus span.plus {
    background-image: url(images/icons/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.number-txt::-webkit-outer-spin-button,
.number-txt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-txt {
    -moz-appearance: textfield;
}

.number-txt:hover,
.number-txt:focus {
    -moz-appearance: number-input;
}

.create-team .team-member:first-child {
    visibility: hidden;
    display: none;
}

.create-team .team-member:last-child {
    margin-bottom: 0;
}

.h-logo-calculation {
    pointer-events: none;
}

.header-calculation .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.h-logo-calculation:after {
    content: "";
    position: absolute;
    margin: 3px 0 0 20px;
    width: 38px;
    height: 23px;
    background-image: url(images/icons/get-calculation.svg);
}

.home-featured-clients {
    background: #292E50;
    padding-bottom: 0;
}

.custom-select {
    position: relative;
}

.select-items div,
.select-selected {
    color: #131313;
    padding: 16px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-family: Inter;
}

.select-selected {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    color: #A0A2A8;
    border: 1px solid #5B6471;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    border-radius: 4px;
}

.select-selected:hover {
    border-color: #1365FF;
}

.select-item-active {
    border-color: #1365FF !important;
    color: #1365FF !important;
    border-bottom: 0;
}

.select-items div {
    padding: 7px 15px;
}

.not-valid .select-selected {
    color: #FFA185;
    border-color: #FFA185;
}

.number-wrap .input-field.not-valid input {
    border-color: #FFA185;
}

.set-up-info .row {
    position: relative;
}

.not-valid-tip-role {
    position: absolute;
    white-space: nowrap;
    margin: 0 0 0 16px;
    font-family: Inter;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #FFA185;
    opacity: 1;
    left: 0;
    bottom: 15px;
    display: none;
}

.not-valid-tip-role.tip-role-show {
    display: block;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid rgba(119, 139, 245, .5);
    border-top: 0;
    padding: 5px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select-item-active+.select-items {
    border: 1px solid #1365FF;
    border-radius: 4px;
}

.select-items div:hover,
.same-as-selected {
    color: #1365FF;
}

.share-the-vacancy {
    border-bottom: 1px solid #A0A2A8;
    padding-bottom: 16px;
    margin: 56px 0 16px;
}

.case-preface {
    padding: 40px 60px;
}

.case-preface h3 {
    color: #FFB956;
}

.case-preface h3 span {
    color: #fff;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

.case-tabs-info {
    background: #4A58BD;
}

.case-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.case-tabs-img {
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
    padding-right: 60px;
    position: relative;
}

.case-tabs-text {
    position: relative;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
}

.case-tabs li {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    position: relative;
    text-align: center;
    display: block;
}

.case-tabs li:nth-child(2),
.case-tabs li:nth-child(3) {
    margin-left: 2px;
}

.case-tabs li p {
    text-align: center;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(74, 88, 189, .4);
    padding: 0 10px;
    cursor: pointer;
}

.case-tabs li p span {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    display: block;
    color: #778BF5;
    pointer-events: none;
}

.case-tabs li p.active {
    background: #4A58BD;
    -webkit-box-shadow: none;
    box-shadow: none
}

.case-tabs li p.active span {
    color: #fff;
}

.btn-case {
    position: absolute;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(left, #FFB956 0%, #FA8B1D 57.81%);
    background: -webkit-gradient(linear, left top, right top, from(#FFB956), color-stop(57.81%, #FA8B1D));
    background: linear-gradient(90deg, #FFB956 0%, #FA8B1D 57.81%);
    border-radius: 70px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    height: 120px;
    padding: 22px 30px 20px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.btn-case:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 71px;
    height: 82px;
    top: 20px;
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/icons/case-plus.svg);
}

.btn-case.active:before {
    background-image: url(images/icons/case-minus.svg);
}

.case-icon {
    position: absolute;
    top: 20px;
    left: 30px;
}

.btn-case.active .case-plus,
.case-minus {
    display: none;
}

.btn-case.active .case-minus {
    display: block;
}

.btn-case.active {
    background: -o-linear-gradient(bottom, #4A58BD 30.73%, #778BF5 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30.73%, #4A58BD), to(#778BF5));
    background: linear-gradient(360deg, #4A58BD 30.73%, #778BF5 100%);
}

.case-tabs-text h3 {
    margin-bottom: 24px;
}

.case-tabs-scheme-sample {
    display: block;
    z-index: -1;
    visibility: hidden;
}

.case-tabs-scheme {
    position: absolute;
    left: 0;
    top: 0;
    right: 60px;
    display: none;
    -webkit-animation: Fade 0.8s;
    animation: Fade 0.8s;
}

@-webkit-keyframes Fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes Fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.solution-slider-nav-mobile,
.case-tabs-img-mobile,
.case-tabs-wrap.active .case-tabs-text-passive,
.case-tabs-wrap.active .case-tabs-scheme-passive,
.case-tabs-text-active {
    display: none;
}

.case-tabs-wrap.active .case-tabs-text-passive,
.case-tabs-wrap.active .case-tabs-scheme-passive {
    display: none !important;
}

.case-block,
.case-tabs-wrap.active .case-tabs-text-active,
.case-tabs-wrap.active .case-tabs-scheme-active,
.case-tabs-item.case-block .case-tabs-scheme-passive {
    display: block;
}

.case-tabs-text p {
    font-size: 18px;
}

.tiles-desc {
    margin-bottom: 60px;
}

.portfolio-single-slide-link {
    line-height: 1.3;
    margin-top: 40px
}

.portfolio-single-content {
    background: #fff
}

.portfolio-single-content {
    padding-top: 40px;
    padding-right: 300px;
}

.portfolio-single-content .home-solutions-info {
    padding-top: 20px;
}

.portfolio-single-nav {
    width: 270px;
}

.portfolio-single-nav .slider-thumb-item {
    height: 50px;
    font-weight: 400;
    padding: 15px 0;
    font-size: 16px;
}

.portfolio-single-nav .home-solutions-nav-bg {
    padding: 40px 30px 40px 0px;
}

.portfolio-single-nav .slick-slider.slider-thumbs .slick-slide {
    padding-right: 15px;
}

.portfolio-single-nav .slider-thumb-arrow {
    top: 19px;
    border: 6px solid transparent;
    border-left: 7px solid #FA8B1D;
}

.portfolio-single-nav .slick-current .slider-thumb-item {
    padding-left: 20px;
}

.portfolio-single-nav .slider-thumbs-wrap {
    height: 397px
}

.s_portfolio_single {
    background: #f1f3fe
}

.portfolio-single-content {
    min-height: 480px;
    -webkit-box-shadow: 0px -3px 15px rgba(119, 139, 245, 0.15);
    box-shadow: 0px -3px 15px rgba(119, 139, 245, 0.15);
}

.portfolio-single-slide h3 {
    margin: 30px 0 20px;
    font-size: 26px;
    white-space: nowrap;
}

.portfolio-single-slide p {
    color: #292E50;
    font-size: 14px;
    line-height: 150%;
}

.portfolio-slide-single-image-wrap {
    position: absolute;
    left: 0;
    max-width: 490px;
    top: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(23, 32, 103, 0.3);
    box-shadow: 0px 0px 10px rgba(23, 32, 103, 0.3);
}

.portfolio-single-content .portfolio-single-slide {
    padding-left: 530px;
    position: relative;
    min-height: 420px;
}

#portfolio-single-slider .slick-slide {
    min-height: auto;
    padding-top: 30px;
    padding-left: 15px;
    overflow: hidden;
}

#portfolio-single-slider .slick-list {
    margin-left: -85px;
    margin-top: -30px;
    padding-left: 40px;
}

.projects-tile img {
    width: 103px;
    height: auto;
}

.projects-tile-screen-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.projects-tile .projects-tile-screen {
    width: 493px;
    height: 252px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    -webkit-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
}

.projects-tile-desc {
    margin-top: 24px;
    padding-bottom: 20px;
    padding-right: 40px;
}

.projects-tile-desc p {
    font-size: 14px;
    line-height: 150%;
}

.projects-tile-tags {
    padding-right: 40px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    opacity: 0.6;
    text-transform: uppercase;
}

.projects-preface {
    position: relative;
}

.projects-preface-filter {
    position: absolute;
    right: 0;
    top: -10px;
}

.projects-tiles .col {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
}

.podcat-line {
    position: relative;
    padding-right: 22px;
}

.podcat-line-fake {
    padding-right: 0;
}

.select-only {
    display: none;
}

.select-only.show {
    display: block;
}

.fake-select {
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
    width: 100%;
    height: 56px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.fake-select span {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.fake-select:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 11px;
    height: 19px;
    right: 15px;
    top: 15px;
    background-image: url(images/icons/select.svg);
}

.tag-item {
    position: relative;
    height: 50px;
    padding: 12px 22px 14px 30px;
    border-bottom: 0.5px solid rgba(119, 139, 245, 0.3);
    width: 100%;
    cursor: pointer;
    color: #4A58BD;
}

.tag-item.active:before {
    border-color: #fa8b1d;
}

.tag-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4a58bd;
    left: 0;
    top: 15px;
}

.tag-item.active:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 14px;
    height: 10px;
    left: 3px;
    top: 20.5px;
    background-image: url(images/icons/check.svg);
}

.cat-lines-wrap .podcat-lines:last-child .tag-item {
    border-bottom: 0;
}

.tag-item.active {
    color: #FA8B1D;
}

.tag-item-fake {
    font-size: 14px;
    color: rgba(119, 139, 245, 0.5);
    pointer-events: none;
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
    padding-left: 0;
    padding-top: 15px;
}

.select-cat {
    position: relative;
    width: 320px;
}

.fake-scroll {
    position: absolute;
    top: 71px;
    right: 20px;
    width: 8px;
    height: 315px;
    bottom: 15px;
    background: rgba(119, 139, 245, 0.1);
}

.page-template-products .fake-scroll {
    height: 264px;
}

.fake-scroll:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 8px;
    height: 21px;
    background-image: url(images/icons/scroll-bar-part.svg);
    bottom: 0;
    background-size: contain;
}

.cat-lines-wrap {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(23, 32, 103, 0.2);
    box-shadow: 5px 5px 20px rgba(23, 32, 103, 0.2);
    height: 249px;
    overflow-y: auto;
}

.cat-lines-wrap.show {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.fake-select.active {
    pointer-events: none;
}

.select-all {
    color: #4A58BD;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.item-hide {
    display: none;
}

.item-show {
    display: block !important
}

.white-cards .products-page-slide {
    margin-bottom: 30px;
}

.product-slider-wrap {
    padding-bottom: 0;
}

.product-slide-desc {
    background: rgba(119, 139, 245, 0.15);
    height: 176px;
    padding: 40px 200px 40px 40px;
}

.portfolio-content-single-slider-center .product-slide-desc {
    height: 231px;
}

[data-project="NFT Marketplace for creators"] .product-slide-desc {
    height: 176px;
}

.portfolio-content-single-slider-center .product-slide-desc h5 {
    margin-bottom: 10px;
}

.portfolio-content-single-slider-center .product-slide-desc p {
    font-size: 20px;
}

[data-product="Gaming NFT Marketplace"] .product-slide-desc {
    height: 204px;
}

.product-slider-nav {
    position: absolute;
    right: 30px;
    bottom: 85px;
    width: 165px;
    padding-left: 20px;
}

.product-slider-nav a {
    display: block;
    height: 50px;
}

.product-slider-next {
    margin-left: 20px;
}

.product-slider-nav a svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-slider-nav a:hover svg path {
    fill: #FA8B1D;
}

.product-slider-nav a:hover svg circle {
    stroke: #FA8B1D;
}

.product-slider .slick-dots {
    bottom: 35px;
    left: 36px;
    width: auto;
}

.product-slider .slick-dots li.slick-active button:before {
    background: rgba(250, 139, 29, .5);
}

.product-slide-text h6 {
    line-height: 1.4
}

.product-slide-text h6 span {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.product-project-slider-wrap {
    background: rgba(119, 139, 245, 0.1);
}

.product-slider.product-slider {
    margin-bottom: 0;
}

.state-of-art {
    background: #4A58BD
}

.why-work-with-us-products {
    background: #4A58BD;
}

#products-page-slider .slick-slide {
    margin: 0 15px;
}

.products-page-slide-link {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.products-page-slide {
    background: #fff;
    min-height: 499px;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px rgba(119, 139, 245, 0.3);
    box-shadow: 0px 5px 15px rgba(119, 139, 245, 0.3);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.white-cards .col:nth-last-child(1) .products-page-slide,
.white-cards .col:nth-last-child(2) .products-page-slide,
.white-cards .col:nth-last-child(3) .products-page-slide {
    margin-bottom: 0;
}

.products-page-slide:hover {
    -webkit-box-shadow: 0px 5px 5px rgba(74, 88, 189, 0.26), 0px 4px 30px rgba(74, 88, 189, 0.4);
    box-shadow: 0px 5px 5px rgba(74, 88, 189, 0.26), 0px 4px 30px rgba(74, 88, 189, 0.4);
}

.slick-active .products-page-slide {
    -webkit-box-shadow: 0px 5px 15px rgba(119, 139, 245, 0.3);
    box-shadow: 0px 5px 15px rgba(119, 139, 245, 0.3);
}

.slick-active .products-page-slide:hover {
    -webkit-box-shadow: 0px 5px 5px rgba(74, 88, 189, 0.26), 0px 4px 30px rgba(74, 88, 189, 0.4);
    box-shadow: 0px 5px 5px rgba(74, 88, 189, 0.26), 0px 4px 30px rgba(74, 88, 189, 0.4);
}

.products-page-slide h4 {
    margin: 20px 0;
    color: #778BF5;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 1;
}

.products-page-slide p {
    color: #778BF5;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 1;
}

.products-page-slide-link:hover h4,
.products-page-slide-link:hover p {
    color: #4A58BD;
}

#products-page-slider .slick-list {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 15px;
}

#products-page-slider .slick-track {
    padding: 30px 0;
}

#products-page-slider .slick-dots {
    bottom: -20px
}

#products-page-slider {
    margin-bottom: 10px;
    margin-top: -30px;
}

.btn-more-products {
    text-transform: uppercase !important;
    display: block;
    margin: 30px 0 10px 0;
}

.loadMore-hide {
    display: none !important;
}

.industry-point img.industry-point-ico-animate {
    width: 50px;
    height: auto;
    position: absolute;
    display: none;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.industry-point-ico {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.industry-point.link-show img.industry-point-ico-animate {
    display: block !important;
}

.industry-point-consult p {
    color: #4A58BD;
}

.industry-point:hover img.industry-point-ico-animate {
    opacity: 1;
}

.industry-point:hover img.industry-point-ico {
    opacity: 0;
}

.industry-point:hover p {
    color: #FFB956;
}

.industry-point.industry-point-consult:hover p {
    color: #FA8B1D;
}

.dnd-upload-details .name span,
.dnd-upload-details .name em {
    font-family: Inter;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 150%;
    color: #5B6471 !important;
}

.codedropz-upload-container {
    min-height: 140px;
    border-radius: 4px;
    background: rgba(247, 247, 247, 1);
    padding: 32px 55px;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.upload-cloud {
    display: block;
    margin: 0 auto;
}

.codedropz-upload-handler {
    border: none;
    border-radius: 4px;
    margin-bottom: 32px;
}

.cd-upload-btn {
    font-family: 'Manrope';
    color: #5B6471;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 76px;
}

.codedropz-upload-wrapper.active .codedropz-upload-handler {
    margin-bottom: 22px;
}

.dnd-upload-status:last-child {
    margin: 0;
}

.codedropz-upload-container:hover {
    background: rgba(247, 247, 247, 0.6);
}

.dnd-upload-status .dnd-upload-details span.has-error {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 0.8;
    color: #ffa185;
    margin: 0;
    position: absolute;
    top: -4px;
    opacity: 0.8;
}

.dnd-icon-remove.deleting {
    color: transparent;
}

.has-error-msg {
    color: transparent !important;
}

.dnd-upload-status .dnd-upload-image {
    width: 26px;
    height: 26px;
    border: none;
    text-align: center;
    border-radius: 0;
    position: relative;
    background-image: url(images/icons/upload-doc.svg);
    background-size: contain;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    top: 9px;
}

.dnd-upload-counter span,
.dnd-upload-counter {
    display: none !important;
}

.dnd-upload-counter span,
.dnd-upload-counter {
    color: #000
}

.about-us-content .our-tech-stack .industry-four-points .tech-stack-point:hover p {
    color: #fff;
}

.introduce-logo {
    display: block;
}

.product-slider-desc {
    margin-bottom: 60px;
}

.case-tabs-item.case-tabs-item-block {
    display: block;
    max-height: 0;
    overflow: hidden;
}

.case-tabs-item.case-tabs-item-block.case-block {
    max-height: 100%
}

.product-slider-wrap-with-tabs .case-tabs-info {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-slider-wrap-with-tabs .product-slide-desc {
    height: 200px;
}

.introduce-img.popup-video img {
    display: block;
}

.state-of-art h5 {
    font-weight: 400;
    margin-bottom: 10px;
}

.state-of-art .p-intro {
    max-width: 75%
}

.portfolio-content-single-slider-center .state-of-art .p-intro {
    max-width: 100%
}

.portfolio-content-single-slider-center .state-of-art .p-intro+p {
    margin-top: 20px;
}

[data-product="NFT marketplace for creators"] .state-of-art .p-intro {
    max-width: 100%
}

.portfolio-content .btn-ghost {
    display: inline-block;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.attention-block {
    margin-top: 40px;
    padding: 24px 0 0 56px;
    position: relative;
}

.attention-block:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 32px;
    height: 32px;
    left: 0;
    top: 23px;
    background-image: url(images/icons/attention.svg);
}

.attention-block:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: -o-linear-gradient(right, rgba(91, 100, 113, 0) -5.02%, rgba(91, 100, 113, 0.17) 73.48%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-5.02%, rgba(91, 100, 113, 0)), color-stop(73.48%, rgba(91, 100, 113, 0.17)));
    background: linear-gradient(270deg, rgba(91, 100, 113, 0) -5.02%, rgba(91, 100, 113, 0.17) 73.48%);
}

.attention-block p:last-child {
    color: #5B6471 !important;
}

.attention-block p:first-child {
    margin-bottom: 8px;
}

.grey-bg {
    background: #FAFAFB
}

.btn-simple {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.discuss-look-ai .btn,
[data-product="Look.ai"] .hero-content .btn {
    background: #553DF2;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.discuss-look-ai .btn:hover,
[data-product="Look.ai"] .hero-content .btn:hover {
    background: #6953f9
}

[data-product="RPA Image Scanner"] .hero-content .btn {
    background: #2F50FF;
}

[data-product="RPA Image Scanner"] .hero-content .btn:hover {
    background: #4662f9
}

[data-product="Tonsillitis Detection App"] .hero-content .btn {
    background: #0532F6;
}

[data-product="Tonsillitis Detection App"] .hero-content .btn:hover {
    background: #2048f6
}

[data-product="Digital Health Passport"] .hero-content .btn {
    background: #12CF9D;
}

[data-product="Digital Health Passport"] .hero-content .btn:hover {
    background: #17e2ac
}

[data-product="Fall Detection App"] .hero-content .btn {
    background: #F13026;
}

[data-product="Fall Detection App"] .hero-content .btn:hover {
    background: #f4483f
}

.discuss-real-estate .btn,
[data-product="NFT Marketplace for real estate"] .hero-content .btn {
    background: #EE2FC4;
}

.discuss-real-estate .btn:hover,
[data-product="NFT Marketplace for real estate"] .hero-content .btn:hover {
    background: #f03fc9
}

[data-product="RTLS"] .hero-content .btn,
[data-product="RTLS"] .hero-content .btn:hover,
[data-product="OLWay"] .hero-content .btn,
[data-product="OLWay"] .hero-content .btn:hover {
    background: -o-linear-gradient(left, #00C6FB 0%, #005BEA 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00C6FB), to(#005BEA));
    background: linear-gradient(90deg, #00C6FB 0%, #005BEA 100%);
}

[data-product="NFT marketplace for creators"] .hero-content .btn {
    background: #FF455A;
}

[data-product="NFT marketplace for creators"] .hero-content .btn:hover {
    background: #f66272
}

[data-product="NFT Marketplace<br> for art galleries"] .hero-text .btn-icon {
    background: #12CF9D;
}

[data-product="NFT Marketplace<br> for art galleries"] .hero-text .btn-icon:hover {
    background: #25d7a8
}

.discuss-sports .btn-icon,
[data-product="NFT Marketplace<br> for sports"] .hero-text .btn-icon {
    background: #74E6FF;
    color: #280731 !important;
}

.discuss-sports .btn-icon:hover,
[data-product="NFT Marketplace<br> for sports"] .hero-text .btn-icon:hover {
    background: #80e7fd
}

.discuss-loyalty .btn,
[data-product="NFT Loyalty Program"] .hero-text .btn-icon {
    background: -o-linear-gradient(left, #9795F0 0%, #FBC8D4 84.47%);
    background: -webkit-gradient(linear, left top, right top, from(#9795F0), color-stop(84.47%, #FBC8D4));
    background: linear-gradient(90deg, #9795F0 0%, #FBC8D4 84.47%);
}

.discuss-nft-sto .btn,
[data-product="White-label STO Platform"] .hero-text .btn-icon {
    background: -o-linear-gradient(left, #FECD7C 0%, #F9F08F 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FECD7C), to(#F9F08F));
    background: linear-gradient(90deg, #FECD7C 0%, #F9F08F 100%);
}

.discuss-nft-crowdfunding .btn,
[data-product="Individuelle Crowdfunding-Plattform"] .hero-text .btn-icon,
[data-product="White-label Crowdfunding Platform"] .hero-text .btn-icon {
    background: #EE4444;
}

.btn.btn-try-it-now span {
    color: #121213;
}

.btn-try-it-now span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1657%) hue-rotate(202deg) brightness(89%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1657%) hue-rotate(202deg) brightness(89%) contrast(97%);
}

.blue-labels {
    margin-top: 60px;
}

.blue-label {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.blue-label-title {
    background: #778BF5;
    padding: 18px 0 0 90px;
    position: relative;
    min-height: 60px;
}

.blue-label-title:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 0.5px;
    height: 10px;
    bottom: 0;
    left: 45px;
    background: #fff;
}

.blue-label-title img {
    position: absolute;
    left: 22px;
    top: 7px;
}

.blue-label-title h6 {
    font-weight: 500
}

.blue-labels .blue-label:first-child {
    border-right: 2px solid #fff
}

.blue-label-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    border-top: 2px solid #fff;
    color: #4A58BD;
    padding: 5px 15px 5px 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(119, 139, 245, 0.1);
    position: relative;
}

.blue-label-list ul li:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 0.5px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 45px;
    background: #778BF5;
}

.blue-label-list ul li:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    top: 16px;
    left: 33px;
    background-image: url(images/icons/check-blue.svg);
}

.white-cards.row .col.m4 {
    margin-left: 0;
}

.product-slide-single-image-wrap {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
}

.product-single-nav {
    width: 300px;
    bottom: 0;
}

.product-single-nav .home-solutions-nav-bg {
    padding: 40px 30px 40px 30px;
    background: -o-linear-gradient(bottom, #778BF5 0%, #4A58BD 64.79%);
    background: -webkit-gradient(linear, left bottom, left top, from(#778BF5), color-stop(64.79%, #4A58BD));
    background: linear-gradient(0deg, #778BF5 0%, #4A58BD 64.79%);
}

.product-single-nav .slider-thumbs-wrap {
    height: 358px;
}

.product-single-nav .slider-thumbs-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}

.product-single-nav .slider-thumbs-wrap::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 20px;
}

.product-single-nav .slider-thumb:hover .slider-thumb-item {
    color: #FFB956;
}

.product-single-nav .slider-thumb-item {
    height: 60px;
    font-weight: 400;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
    white-space: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-single-nav .slick-current .slider-thumb-item {
    padding-left: 22px;
    color: #FFB956;
    border-bottom: 1px solid #FFB956;
}

.product-single-nav .slider-thumb-arrow {
    top: 23px;
}

.product-single-nav .slider-thumb-arrow {
    border-left: 7px solid #FFB956;
}

.product-single-content {
    padding-top: 0;
    min-height: 440px;
    -webkit-box-shadow: 10px 10px 15px rgba(74, 88, 189, 0.1);
    box-shadow: 10px 10px 15px rgba(74, 88, 189, 0.1)
}

.product-single-content .home-solutions-info {
    padding: 60px 40px;
}

.product-single-content .home-solutions-info-slide .slick-slide {
    height: 295px;
    overflow: hidden;
}

.product-single-slide-image-wrap {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
}

.product-single-slide-info {
    -ms-flex-preferred-size: 433.8px;
    flex-basis: 433.8px;
    padding-left: 27px;
}

.product-single-slide h4 {
    margin: 20px 0;
    font-weight: 300;
}

.product-single-slide p {
    color: #292E50;
    font-size: 14px;
    line-height: 150%;
}

.btn-shopify {
    display: inline-block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.btn-shopify:hover {
    opacity: .95;
}

.btn-shopify img {
    display: block;
}

body.sidenav-active .sidenav-overlay {
    opacity: 1;
    z-index: 997;
}

body.sidenav-active {
    overflow: hidden;
}

.sidenav {
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

body.sidenav-active .sidenav {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

.lazyload,
.lazyloading,
.lozad {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.tabs-box {
    display: block;
    overflow: hidden;
    height: 0;
}

.tabs-box.active {
    height: auto
}

.s_all-projects.active {
    display: block;
}

.tabs-box-list {
    position: relative;
}

.f-nav-contacts a,
.f-nav-contacts p {
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
}

.f-nav-contacts a:hover,
.f-nav-contacts a:focus {
    color: rgba(255, 255, 255, 1);
}

.solution-discovery .box,
.hero .box,
.product-slider-wrap .box,
.single-slider-wrap .box .technologies .box {
    position: relative;
}

.technologies .box .s_portfolio-slide-nav {
    right: 15px;
    top: -125px;
}

.cta-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.cta-bg img {
    position: absolute;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-fill-white {
    background: #fff;
    color: #292E50;
}

.discuss-rpa .btn {
    background: #2F50FF;
    width: 202px;
}

.discuss-rpa .btn:hover {
    background: #4662f9;
}

.discuss-olway .btn {
    background: #00C6FB;
    width: 185px;
}

.discuss-olway .btn:hover {
    background: #29ccf8;
}

.discuss-tda .btn {
    background: #0062F7;
}

.discuss-tda .btn:hover {
    background: #1870f6;
}

.discuss-fda .btn {
    background: #F13026;
}

.discuss-fda .btn:hover {
    background: #f24138;
}

.line-title:before {
    content: "";
    position: absolute;
    margin: -35px 0 0 0;
    width: 97px;
    height: 15px;
    background-image: url(images/lines-above-the-title.svg);
    background-size: contain;
}

.our-tech {
    background-color: #292E50
}

.our-tech-item {
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 16px 0 0
}

.our-tech-item-title {
    position: relative;
    -ms-flex-preferred-size: 328px;
    flex-basis: 328px;
    padding: 20px 16px 20px 0;
}

.our-tech-item-title:after {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    right: 0;
    bottom: -1px;
}

.our-tech-item-title img {
    display: none;
}

.our-tech-item-title h6 {
    padding-top: 1px;
}

.our-tech-item-desc {
    -ms-flex-preferred-size: 776px;
    flex-basis: 776px;
}

.our-tech-item-desc p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.our-tech-item-desc p span {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.our-dev-services {
    background-color: #F1F3FE;
}

.our-dev-services .our-dev-process-slide {
    padding-top: 16px;
}

.our-dev-services .our-dev-process-thumbs {
    padding-top: 15px;
    max-height: 290px;
    overflow: hidden;
}

.our-dev-services .our-dev-process-slider {
    max-height: 100%
}

.our-dev-services .our-dev-process-slide-img {
    left: 0;
    right: auto;
}

.our-dev-services .our-dev-process-slide-text p {
    padding-right: 0;
}

.our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
    background: rgba(119, 139, 245, 0.1);
    padding: 0 40px 0 328px;
    height: 270px;
    border-radius: 50px 0 0 50px;
}

.our-dev-services .our-dev-process-thumb {
    font-size: 16px;
    color: #778BF5;
    margin-bottom: 24px;
}

.our-dev-services .slick-current .our-dev-process-thumb {
    color: #FF5C29;
    font-weight: 400;
}

.our-dev-services .dev-process-top-block {
    margin-top: 15px;
}

.our-dev-services .our-dev-process-slide-text h3 {
    padding-top: 30px;
}

.explore-slide-icon-product {
    position: relative;
    display: block;
}

.products-page-slide .explore-slide-icon-product img {
    width: 145px;
    height: auto;
}

.explore-slide-icon-blue,
.explore-slide-icon-white {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.explore-slide-icon-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.products-page-slide-link:hover .explore-slide-icon-blue {
    opacity: 0;
}

.products-page-slide-link:hover .explore-slide-icon-white {
    opacity: 1;
}

.tech-icon {
    position: relative;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: 140px;
    background-color: rgba(119, 139, 245, 0.2);
    border: 1px solid #F1F3FE;
    padding: 55px 70px 55px 125px;
    overflow: hidden;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.tech-icon img {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.tech-icon h5 {
    font-weight: 400
}

.tech-icon:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/icon-play.svg);
    opacity: 0.3;
    top: 50%;
    margin-top: -10px;
    right: 30px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.tech-icon:hover::after {
    opacity: 1;
}

.tech-icon:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(119, 139, 245, 0.3);
    box-shadow: 0px 3px 20px rgba(119, 139, 245, 0.3);
}

.tech-icon:hover img {
    -webkit-transform: translateY(-50%) scale(2);
    -ms-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
    opacity: 0.5
}

span.tech-icon {
    pointer-events: none;
    background-color: #E5E9FD;
}

.tech-links-block {
    padding-bottom: 0;
}

.tech-icon.tech-icon-graphene {
    padding: 42px 70px 40px 125px
}

.tron-start-content {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.tron-start-column {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
}

.tron-start-item {
    position: relative;
    background: rgba(119, 139, 245, 0.15);
    padding: 30px 30px 30px 100px;
    margin-bottom: 5px;
}

.tron-start-item h6 {
    font-weight: 400;
    margin-bottom: 10px;
}

.tron-start-item img {
    position: absolute;
    top: 30px;
    left: 25px;
}

.tron-img {
    margin: 0 -7.5px;
}

.line {
    height: 1px;
    left: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 1;
}

.line-light-violet {
    border-top: 1px solid rgba(119, 139, 245, 0.2);
}

.box-line {
    position: relative;
}

.grey-bg {
    background-color: #FAFAFB;
}

.six-tiles-slider-transformer .slick-track,
.six-tiles .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.six-tiles .slick-list {
    margin-left: -16px;
    margin-right: -16px;
}

.nine-tiles-slider-transformer .slick-slide,
.six-tiles-slider-transformer .slick-slide {
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
}

.two-tiles-slider-transformer .slick-slide,
.four-tiles-slider-transformer .slick-slide {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.six-tiles-slider-transformer .slick-slide div,
.six-tiles .slick-slide div {
    display: block !important;
    height: 100%
}

.six-tiles-slider-transformer .slick-slide,
.six-tiles .slick-slide {
    height: auto;
}

.artwork-cards {
    margin: 80px 0 30px;
}

.artwork-card {
    background: rgba(119, 139, 245, 0.1);
    padding: 0 15px 30px 30px;
    position: relative;
}

.artwork-card:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 30px;
    height: auto;
    background: #fff;
    top: -1px;
    right: -1px;
    bottom: -1px;
}

.artwork-card h5 {
    font-weight: 400;
}

.artwork-card img {
    -webkit-box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
    box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.many-more {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #4A58BD;
    background: -o-linear-gradient(359.98deg, rgba(123, 144, 253, 0.1) -39.95%, rgba(229, 233, 253, 0) 118.83%);
    background: linear-gradient(90.02deg, rgba(123, 144, 253, 0.1) -39.95%, rgba(229, 233, 253, 0) 118.83%);
    border-radius: 26.6px 0 0 26.6px;
    padding: 12.4px 25px;
}

.product-slider .slick-slide {
    opacity: 0.0000001 !important;
}

.product-slider .slick-slide.slick-current {
    opacity: 1 !important;
}

[data-page="Ethereum application development"] .tron-start-column .tron-start-item:nth-child(1) {
    min-height: 250px;
}

[data-page="Binance Smart Chain development"] .tron-start-column .tron-start-item:nth-child(2) {
    min-height: 240px;
}

.btn-app-store {
    display: inline-block;
    width: 198px;
    height: 56px;
    padding: 13px 40px;
    background: #064141;
    border-radius: 40px;
    text-align: center;
}

.btn-app-store:hover {
    background: #0a5a5a;
}

.btn-app-store img {
    display: inherit
}

.partner-tiles {
    background: rgba(0, 86, 244, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    overflow: hidden;
}

.partner-tiles-icons-top {
    border-radius: 48px;
}

.partner-tiles-blue {
    background: #1365FF;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bg-ff .partner-tiles {
    background: #EBF2FF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.partner-tile {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 56px 120px 56px 40px;
    position: relative;
}

.partner-tiles-icons-top .partner-tile {
    padding-left: 56px;
    padding-right: 56px;
}

.partner-tiles-icons-top .partner-tile img {
    position: relative;
    right: auto !important;
    margin-bottom: 32px;
    display: block;
}

.partner-tile:first-child::after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: auto;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    top: 32px;
    bottom: 32px;
    right: -0.5px;
}

.partner-tile ul {
    margin-top: 24px;
}

.partner-tile ul li {
    color: #131313;
    margin-bottom: 8px;
}

.partner-tile ul li:before {
    border-radius: 0;
    background: #131313;
    margin-top: 6px;
}

ul.simple-white-list li {
    color: #fff;
    margin-bottom: 10px;
}

ul.simple-white-list li:before {
    background: #fff
}

.bg-ff .partner-tile:first-child::after {
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
}

.partner-tile img {
    position: absolute;
    top: 0;
    right: 0;
}

.partner-tile:first-child img {
    right: -53px;
}

.bg-ff .partner-tile:first-child img {
    right: 0;
}

.partner-tile p {
    color: rgba(255, 255, 255, 0.7);
}

.s_portfolio-slide-info a {
    margin-top: 40px;
}

.page-template-privacy-policy .blockchain-dev {
    background: #fff;
}

.dots-title-opener {
    cursor: pointer;
    width: 238px;
}

#nav-mobile .logo {
    margin: -24px 0 48px 32px !important;
    text-align: left;
}

.sidenav li>a {
    color: #131313;
}


.s_portfolio-slider.auto .s_portfolio-slide .s_portfolio-slide-content,
.s_portfolio-slider.auto .s_portfolio-slide .s_portfolio-slide {
    display: none !important;
}

.s_portfolio-slider.auto .s_portfolio-slide:first-child .s_portfolio-slide-content,
.s_portfolio-slider.auto .slick-slide.slick-current .s_portfolio-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.s_portfolio-inside-new {
    overflow: hidden;
}

.techs-slider-wrap {
    height: 256px;
    overflow: hidden;
}

.new-design {
    overflow: hidden;
}

.box {
    position: relative;
    width: 100%;
}

.header .box {
    position: relative;
    max-width: 1840px;
}

.thank-you-block .box {
    position: static;
}

.header .box .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .box .navigation-list {
    position: absolute;
    right: 200px;
    margin-top: 4px;
}

.bg-ff {
    background: #fff;
}

.bg-e5 {
    background: #E5E7EA;
}

.bg-f1 {
    background: #F1F2F3
}

.bg-f7 {
    background: #F7F7F7
}

.bg-f9 {
    background: #F9F9FA;
}

.bg-24 {
    background: #24282D;
}

.bg-dark {
    background: #131313;
}

.bg-dark-only {
    background: #131313;
}

.bg-navy {
    background: #090A0B;
}

.bg-grey {
    background: #24282D;
}

.bg-green {
    background: #0BDB90;
}

.bg-green-dark {
    background: #0AC27E;
}

.bg-blue+.bg-green-dark,
.blue-bottom+.bg-green-dark {
    background: #1365FF;
}

.bg-navy *,
.bg-green *,
.bg-24 *,
.bg-grey *,
.bg-dark * {
    color: #fff;
}

.bg-blue {
    background: #1365FF;
}

.green {
    color: #0BDB90;
}

.blue {
    color: #1365FF;
    background: none
}

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

.inherit {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-56 {
    margin-top: 56px;
}

.portfolio-benefits .heading.mb-56,
.mb-56 {
    margin-bottom: 56px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-32 {
    margin-top: 32px;
}

.pb-152.white-card,
.pb-152 {
    padding-bottom: 152px;
}

.br {
    border-radius: 48px;
    z-index: 1;
}

.br-top {
    border-radius: 48px 48px 0 0;
    z-index: 1;
}

.br-bottom {
    border-radius: 0 0 48px 48px;
    z-index: 1;
}

.ov-hd {
    overflow: hidden;
}

.fs14 {
    font-size: 14px;
    line-height: 1.43;
}

/*sidenav*/
.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    background: #1365FF;
    padding: 60px 0 60px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidenav li {
    position: relative;
    float: none;
    line-height: 1.2;
}

.sidenav li>a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    height: 68px;
    padding: 23px 32px;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
}

.sidenav .collapsible-body {
    padding: 0;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background: rgba(19, 19, 19, 0.64);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: -10;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

/*sidenav end*/
/*slick slider*/
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 43px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:before,
.slick-prev:before {
    line-height: 1;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-prev:before {
    content: "";
    position: absolute;
    margin: -12px 0 0 -11px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-left-line.svg);
}

.slick-next:before {
    content: "";
    position: absolute;
    margin: -12px 0 0 -11px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-right-line.svg);
}

.mini-arrows .slick-prev:before,
.mini-arrows .slick-next:before {
    -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(110%) hue-rotate(187deg) brightness(94%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(110%) hue-rotate(187deg) brightness(94%) contrast(94%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.mini-arrows .slick-prev,
.mini-arrows .slick-next {
    width: 40px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 32px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.mini-arrows:hover .slick-prev,
.mini-arrows:hover .slick-next {
    opacity: 1;
    z-index: 1;
}

.mini-arrows .slick-prev {
    left: 16px;
}

.mini-arrows .slick-next {
    right: 16px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.rooms-slider .slick-dots {
    bottom: 28px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    background: 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    text-align: center;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 8px;
    height: 8px;
    background: #40464F;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active {
    width: 24px;
}

.slick-dots li.slick-active button:before {
    background: #0BDB90;
    width: 24px;
    border-radius: 8px;
}

.tile-blue-bg .slick-dots li.slick-active button:before {
    background: #1365FF;
}

.blue-dots .slick-dots li button:before {
    background: #C4C6CC;
}

.metaverse-benefits .blue-dots .slick-dots li button:before {
    background: #40464F;
}

.blue-dots .slick-dots li.slick-active button:before {
    background: #1365FF;
}

.green-dots .slick-dots li button:before {
    background: #40464F;
}

.green-dots .slick-dots li.slick-active button:before {
    background: #0BDB90 !important;
}

.dev-processes-techs .slick-dots li button:before {
    background: #C4C6CC;
}

.dev-processes-techs .slick-dots li.slick-active button:before {
    background: #FF5C29;
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}

.orange-dots .slick-dots li button:before {
    background: #C4C6CC
}

.orange-dots .slick-dots li.slick-active button:before {
    background: #FF5C29 !important
}

[class*="page-template-new-design"] #colophon {
    position: relative;
    background: #131313;
}

[class*="page-template-new-design"] .footer-social-list li a:focus svg path,
[class*="page-template-new-design"] .footer-social-list li a:hover svg path {
    fill: #1365FF;
}

[class*="page-template-new-design"] .f-nav .f-h5 {
    color: #fff;
    font-weight: 700;
}

[class*="page-template-new-design"] #toTop {
    background: rgba(19, 101, 255, .5);
}

[class*="page-template-new-design"] #toTop:hover,
[class*="page-template-new-design"] #toTop:focus {
    background: rgba(19, 101, 255, 1);
}

.breadcrumbs span,
.breadcrumbs a {
    font-family: Manrope;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #0BDB90;
}

[class*="page-template-new-design"] .breadcrumbs a:hover {
    color: #0BDB90;
}

.new-company-content .breadcrumbs a,
.new-company-content .breadcrumbs a:hover {
    color: #4788FF;
}

[class*="page-template-new-design"] .article-banner .breadcrumbs a:hover,
[class*="page-template-new-design"] .breadcrumbs span:nth-last-child(1) {
    color: #fff;
}

[class*="page-template-new-design"] .breadcrumbs {
    padding: 0;
    max-width: none;
    color: #fff;
    margin-bottom: 8px;
}

[class*="page-template-new-design"] .breadcrumbs .separator {
    margin: 0 4px;
    width: 16px;
    height: 16px;
    background-image: url(new-design/img/icons/arrow-breadcrumbs.svg);
    display: inline-block;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.breadcrumbs-orange a,
.breadcrumbs-orange a:hover {
    color: #FF5C29 !important;
}

h1 span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent !important;
    font-family: 'Helvetica Neue';
}

.hero {
    padding-top: 144px;
    padding-bottom: 200px;
    min-height: 100vh;
}

.home .hero {
    padding-top: 168px;
    min-height: 1080px;
}

.product-content-single .hero {
    height: 100%;
    min-height: 720px;
}

.new-company-content .hero {
    min-height: auto;
    height: 100%;
    min-height: 1080px;
}

.solutions-content-single .hero {
    padding-bottom: 263px;
    background-image: url(new-design/img/parts/blue-bg-solutions-xl.png);
    background-position: calc(50% - 70px) bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-desc {
    margin: 32px 0 40px;
    max-width: 654px;
}

.hero-desc p {
    margin-bottom: 20px;
}

.solutions-content-single .hero-desc p {
    margin-bottom: 16px;
}

.hero-desc p:last-child {
    margin-bottom: 0;
}

.pic-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.hero-white.blue-bottom .pic-bg {
    z-index: -1;
}

.techs-slide-pic img,
.pic-bg img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-video-bg-t-xl {
    top: 0;
    bottom: 0;
}

.new-company-content .pic-bg img {
    z-index: 1;
}

.our-dev-process .pic-bg img {
    height: 454px;
    bottom: 0;
}

.hero .pic-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: -o-linear-gradient(8.56deg, #131313 46.58%, rgba(19, 19, 19, 0) 75%);
    background: linear-gradient(81.44deg, #131313 46.58%, rgba(19, 19, 19, 0) 75%);
    width: 49%;
    height: 100%;
}

.hero-white .pic-bg:before {
    background: -o-linear-gradient(right, rgba(218, 220, 224, 0.00) 0%, #DADCE0 80.43%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(218, 220, 224, 0.00)), color-stop(80.43%, #DADCE0));
    background: linear-gradient(270deg, rgba(218, 220, 224, 0.00) 0%, #DADCE0 80.43%);
}

.hero .box {
    max-width: 1560px
}

/*btns*/
.btn {
    position: relative;
    width: 214px;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 28px;
    white-space: nowrap;
}

.btn span {
    font-family: Manrope;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: -24px;
    text-align: center;
}

.btn-icon {
    width: auto;
    padding: 16px 60px;
}

.btn-icon span:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-btn.svg);
    top: 50%;
    margin: -12px 0 0 0;
    right: 30px;
    -webkit-transition: right .2s, transform .2s;
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: right .2s, transform .2s;
    transition: right .2s, transform .2s;
    transition: right .2s, transform .2s, -webkit-transform .2s;
}

.btn-white-new.btn-icon-blue span:after {
    background-image: url(new-design/img/icons/arrow-btn-blue.svg);
}

.btn-icon:hover span:after,
.btn-icon:focus span:after {
    right: 24px;
}

.btn-green {
    background: #0BDB90;
}

.btn-green:hover {
    background: #07CC84;
}

.btn-green:focus {
    background: #0AC27E;
}

.btn-blue-new {
    background: #1365FF;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.btn-blue-new:hover {
    background: #0056F4;
}

.btn-blue-new:focus {
    background: #0047CC;
}

.btn-white-new.btn-icon-blue {
    background: #FFFFFF;
}

.btn-white-new.btn-icon-blue span {
    color: #1365FF;
}

.btn-center {
    margin: 0 auto;
}

.btn-more {
    font-family: Manrope, sans-serif;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.bg-f7 .btn-more,
.bg-ff .btn-more {
    border: 1px solid #131313;
}

.portfolio-content-single .portfolio-benefits .btn-more {
    color: #5B6471;
    border: 1px solid #5B6471;
}

.btn-ghost-new {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
}

.btn-ghost-new:hover {
    border-color: #fff;
}

.tabs_item .btn-ghost-new.btn-icon:focus span:after,
.tabs_item .btn-ghost-new.btn-icon:hover span:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.btn-ghost-new:focus {
    background: rgba(255, 255, 255, 0.15);
}

.btn-neon {
    border: 1px solid #0BDB90;
    color: #0BDB90;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    width: 240px;
}

.btn-neon span {
    color: inherit;
}

.btn-neon span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(54%) saturate(1809%) hue-rotate(109deg) brightness(100%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(64%) sepia(54%) saturate(1809%) hue-rotate(109deg) brightness(100%) contrast(91%);
}

.btn-163 {
    width: 163px;
}

.btn-173 {
    width: 173px;
    font-size: 14px;
}

.btn-187 {
    width: 187px;
}

.btn-free {
    width: auto;
    letter-spacing: 0.04em;
    padding: 20px 40px;
}

.btn-240 {
    width: 240px;
}

.heading {
    text-align: center;
    margin-bottom: 56px;
}

.heading-center {
    margin-left: auto;
    margin-right: auto;
}

input[type="submit"] {
    border: none;
}

.heading span {
    position: relative;
    font-family: Manrope;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    z-index: 0;
}

.orange-dot:before,
.dark-dot:before,
.blue-dot:before,
.green-dot:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(new-design/img/parts/green-dot.svg);
    background-size: contain;
    left: -18px;
    top: -8.5px;
    z-index: -1;
}

.blue-dot:before {
    background-image: url(new-design/img/parts/blue-dot.svg);
}

.dark-dot:before {
    background-image: url(new-design/img/parts/dark-dot.svg);
}

.orange-dot:before {
    background-image: url(new-design/img/parts/orange-dot.svg);
}

.why-meta {
    margin-top: -1px;
}

.why-meta-content .row .col:nth-child(1),
.why-meta-content .row .col:nth-child(3) {
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.why-meta-content .row .col:nth-child(3) {
    text-align: left;
}

#tabs {
    position: relative;
}

#tabs ul li a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#tabs ul li {
    display: block;
    position: relative;
}

#tabs div article {
    overflow: hidden;
    max-height: 0;
    background: #131313;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#tabs div.tabs-window article {
    position: relative;
    width: auto;
    height: auto;
}

#tabs div article.active {
    max-height: 100%;
}

.tabs-list {
    -ms-flex-preferred-size: 384px;
    flex-basis: 384px;
}

.tabs-info {
    -ms-flex-preferred-size: 832px;
    flex-basis: 832px;
    height: 384px;
    overflow: hidden;
    position: relative;
}

.tabs-list li span {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5B6471;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 24px 20px 56px;
    background: #F4F5F6;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.bg-dark .meta-services .tabs-list li span,
.meta-services-blue .tabs-list li span {
    background: #24282D;
    color: #C4C6CC;
}

.tabs-list li span:hover {
    background: #E5E7EA
}

.bg-dark .meta-services .tabs-list li span:hover,
.meta-services-blue .tabs-list li span:hover {
    background: #40464F;
}

.bg-dark .meta-services .tabs-list li span:hover::after,
.meta-services-blue .tabs-list li span:hover::after,
.tabs-list li span:hover::after {
    background: transparent;
}

.tabs-list li span:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-tab.svg);
    left: 24px;
    top: 50%;
    margin-top: -12px;
    opacity: 0.5;
}

.tabs-list li span:after {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 0.5px;
    background: #DADCE0;
    left: 56px;
    right: 0;
    bottom: 0;
}

.bg-dark .meta-services .tabs-list li span:after,
.meta-services-blue .tabs-list li span:after {
    background: #131313;
}

.tabs-list li span.selected:before {
    opacity: 1;
}

.meta-services-blue .tabs-list li span:before,
.bg-dark .meta-services .tabs-list li span:before {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2%) hue-rotate(190deg) brightness(112%) contrast(100%) !important;
    filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2%) hue-rotate(190deg) brightness(112%) contrast(100%) !important;
}

.bg-dark .meta-services .tabs-list li span.selected:before {
    -webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(9%) saturate(579%) hue-rotate(316deg) brightness(96%) contrast(98%) !important;
    filter: brightness(0) saturate(100%) invert(7%) sepia(9%) saturate(579%) hue-rotate(316deg) brightness(96%) contrast(98%) !important;
}

.bg-dark .meta-services-blue .tabs-list li span.selected:before {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2%) hue-rotate(190deg) brightness(112%) contrast(100%) !important;
    filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2%) hue-rotate(190deg) brightness(112%) contrast(100%) !important;
}

.bg-dark .meta-services .tabs-list li span.selected:after,
.tabs-list li span.selected:after {
    background: transparent;
}

.tabs-list li span.selected {
    background: #0BDB90;
    color: #131313;
}

.bg-dark .meta-services .tabs-list li span.selected {
    background: #0BDB90;
    color: #131313;
}

.page-template-new-design-product-wl-nft .bg-dark .meta-services .tabs-list li span.selected {
    background: #0AD281;
}

.page-template-new-design-product-nft-gamers .bg-dark .meta-services .tabs-list li span.selected {
    background: #BCE251;
}

.page-template-new-design-product-nft-sports .bg-dark .meta-services .tabs-list li span.selected {
    background: #00F0FF;
}

.page-template-new-design-product-nft-art .bg-dark .meta-services .tabs-list li span.selected {
    background: #12CF9D;
}

.meta-services-blue .tabs-list li span.selected {
    background: #1365FF !important;
    color: #fff !important;
}

.tabs-meta {
    position: relative;
    top: 0;
    max-width: 560px;
    padding: 48px 0 40px 40px;
}

.tabs-meta h3,
.tabs-meta p {
    color: #fff;
}

.tabs-meta>span {
    color: #0BDB90;
}

.page-template-new-design-product-wl-nft .tabs-meta>span {
    color: #0AD281;
}

.page-template-new-design-product-nft-gamers .tabs-meta>span {
    color: #BCE251;
}

.page-template-new-design-product-nft-sports .tabs-meta>span {
    color: #00F0FF;
}

.page-template-new-design-product-nft-art .tabs-meta>span {
    color: #12CF9D;
}

.meta-services-blue .tabs-meta>span {
    color: #4788FF;
}

.tabs-meta h3 {
    margin: 8px 0 24px;
}

.discuss-info {
    position: relative;
    padding: 68px 100px 104px;
    border-radius: 0px 0px 32px 32px;
    height: 408px;
    background-color: #fff;
    overflow: hidden;
}

.discuss-info-440 {
    height: 440px;
    padding: 50px 120px 56px;
}

.discuss-text {
    position: relative;
}

.discuss-text h3,
.discuss-text p {
    color: #131313;
}

.discuss-text p {
    max-width: 400px;
    margin: 32px 0 40px;
}

.discuss-info-440 .discuss-text p {
    max-width: 500px;
}

.discuss {
    padding: 0;
}

.meta-couple {
    position: relative;
    margin-top: -2px;
}

.meta-couple:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 98px;
    background: #fff;
    top: -2px;
    left: 0;
    right: 0;
}

.next-f1 .meta-couple:before {
    background: #f1f2f3;
    top: auto;
    bottom: -2px;
}

.br-top-e5 {
    position: relative;
    z-index: 0;
}

.br-top-e5:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 200px;
    left: 0;
    right: 0;
    top: -200px;
    background: #E5E7EA;
    z-index: -1;
}

.meta-couple.meta-couple-no-use-cases:before {
    background: #fff;
}

.next-24 .meta-couple:before {
    background: #24282D;
    top: auto;
    bottom: -2px;
}

.bg-dark+.meta-couple:before {
    background: #131313;
}

.bg-navy+.meta-couple:before {
    background: #090A0B;
}

.bg-grey+.meta-couple:before {
    background: #24282D;
}

.bg-f7+.meta-couple:before {
    background: #f7f7f7;
}

.bg-ff+.meta-couple:before {
    background: #ffffff;
}

.br-bottom-before+.meta-couple:before {
    border-radius: 0 0 48px 48px;
}

.bg-dark+.bg-before-24:before {
    background: #24282D
}

.meta-cases-wrap {
    margin-left: -30px;
    margin-right: -30px;
}

.meta-case {
    position: relative;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 40px;
}

.meta-case img {
    height: 72px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.meta-case h5 {
    margin: 16px auto;
}

.meta-case p {
    font-size: 14px;
    line-height: 143%;
    color: #A0A2A8;
}

.dark-green-icons .meta-case p {
    color: #5B6471;
}

.meta-cases-four-one-row .meta-case:nth-child(3):after,
.meta-cases-eight .meta-case:nth-child(3):after,
.meta-case:nth-child(1):after,
.meta-case:nth-child(2):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 684px;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    right: -1px;
    top: 0;
}

.bg-ff .meta-case:after {
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%)
}

.meta-cases-six .meta-case:nth-child(1):after,
.meta-cases-six .meta-case:nth-child(2):after {
    height: 450px;
}

.meta-cases-six.icon-left .meta-case:nth-child(1):after,
.meta-cases-six.icon-left .meta-case:nth-child(2):after {
    height: 260px;
    right: 30px;
}

.meta-case:nth-last-child(1),
.meta-case:nth-last-child(2),
.meta-case:nth-last-child(3) {
    margin-bottom: 0;
}

.portfolio-content-single .bg-dark .line,
.bg-dark .line,
.line {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    width: auto;
    max-width: 100%;
    height: 1px;
}

.dark-line {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) -0.39%, rgba(64, 70, 79, 0) -0.39%, rgba(64, 70, 79, 0.3) 49.22%, rgba(64, 70, 79, 0) 99.99%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.39%, rgba(255, 255, 255, 0.05)), color-stop(-0.39%, rgba(64, 70, 79, 0)), color-stop(49.22%, rgba(64, 70, 79, 0.3)), color-stop(99.99%, rgba(64, 70, 79, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) -0.39%, rgba(64, 70, 79, 0) -0.39%, rgba(64, 70, 79, 0.3) 49.22%, rgba(64, 70, 79, 0) 99.99%);
}

.grey-line {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
}

.page-template-new-design-company-how-we-work .line {
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 3.69%, rgba(255, 255, 255, 0.3) 75.68%);
    background: -webkit-gradient(linear, right top, left top, color-stop(3.69%, rgba(255, 255, 255, 0)), color-stop(75.68%, rgba(255, 255, 255, 0.3)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 3.69%, rgba(255, 255, 255, 0.3) 75.68%);
}

.m-0 {
    margin: 0;
}

.line-p-40 {
    padding: 40px 0;
}

.chain-icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.green-bottom {
    background-image: url(new-design/img/parts/green_bottom_xl.png);
    background-position: bottom -1.5px center;
    background-repeat: no-repeat;
}

.green-top {
    background-image: url(new-design/img/parts/green_top_xl.png);
    background-position: top -1.5px center;
    background-repeat: no-repeat;
    background-size: contain;
}

.green-top-consulting {
    background-image: url(new-design/img/parts/green_top_consulting_xl.png);
}

.blue-bottom {
    background-image: url(new-design/img/parts/blue_bottom_xl.png);
    background-position: bottom -1.5px center;
    background-repeat: no-repeat;
    background-size: 1440px 176px;
}

.black-bottom {
    background-image: url(new-design/img/parts/black_bottom_xl.png);
    background-position: bottom -3px center;
    background-repeat: no-repeat;
    background-size: 1440px 176px;
}

.blue-bg-solution {
    background-image: url(new-design/img/parts/blue-bg-solution-xl.png);
    background-position: bottom -1.5px center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages {
    margin-left: -17px;
    margin-right: -17px;
}

.advantage {
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 17px;
}

.advantage:nth-child(1),
.advantage:nth-child(2) {
    margin-bottom: 56px;
}

.advantage-info {
    padding-left: 160px;
    position: relative;
}

.advantage-info img {
    position: absolute;
    left: 0;
    top: 0;
}

.advantage-info h4 {
    margin-bottom: 16px;
}

.services-common {
    padding-bottom: 0;
}

.service-slide {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
}

.service-slide-info {
    position: relative;
    padding: 48px 40px 0;
    min-height: 416px;
}

.services-slider-transformer-new .service-slide-info {
    min-height: 370px;
    padding: 48px 40px;
}

.service-slide-item {
    position: relative;
    padding: 24px 32px 32px;
    background: rgba(19, 19, 19, 0.78);
    border-radius: 30px 30px 0 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    max-width: 300px;
    min-height: 368px;
}

.service-slide-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 64px;
    height: 64px;
    background-image: url(new-design/img/parts/service-line.svg);
    left: -8px;
    top: -8px;
}

.services-slider-transformer-new .service-slide-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 75px;
    height: 4px;
    background-image: url(new-design/img/parts/service-line-new.svg);
    left: 40px;
    top: -4px;
}

.services-slider-transformer-new .service-slide-item {
    border-radius: 32px;
    height: auto !important;
    min-height: 274px;
    max-width: 660px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(9, 10, 11, 0.50);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.30) inset;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.30) inset;
}

.services-slider-transformer-new .service-slide-item h3:after {
    content: "";
    position: absolute;
    margin: 4px 0 0 8px;
    width: 32px;
    height: 32px;
    background-image: url(new-design/img/icons/arrow-right-green.svg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.no-event .service-slide-item h3:after {
    display: none;
}

.services-slider-transformer-new .service-slide h3 {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.services-slider-transformer-new .service-slide:hover h3 {
    color: #0BDB90 !important;
}

.services-slider-transformer-new .service-slide:hover h3:after {
    opacity: 1;
}

.service-slide-item p {
    font-family: Manrope, sans-serif;
}

.service-slide-item h4 {
    margin-bottom: 24px;
}

.service-slide-item h4 a {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.service-slide-item h4 a:hover,
.service-slide-item h4 a:focus {
    color: #16F3A2;
}

.service-slide-item .global-list li span,
.global-list li a {
    color: #C4C6CC;
    position: relative;
    font-family: Inter;
}

.global-list li {
    padding-left: 32px;
    margin-bottom: 16px;
    line-height: 150%;
}

.global-list li:last-child {
    margin-bottom: 0;
}

.service-slide-item .global-list li span:before,
.global-list li a:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-list-green.svg);
    left: -32px;
    -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(31%) hue-rotate(187deg) brightness(96%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(31%) hue-rotate(187deg) brightness(96%) contrast(92%);
}

.global-list li a:hover,
.global-list li a:focus {
    color: #16F3A2;
}

.global-list li a:hover::before,
.global-list li a:focus::before {
    -webkit-filter: none;
    filter: none;
}

.footer-form-block {
    padding-bottom: 120px;
}

.page-template-new-design-products .footer-form-block {
    padding-top: 0;
}

.footer-form {
    background: #1365FF;
    border-radius: 48px;
    padding: 72px 64px 80px 64px;
}

.footer-form h3 {
    text-align: center;
    margin-bottom: 16px;
}

.footer-form p {
    text-align: center;
}

.footer-form form {
    margin-top: 40px;
}

.input-field {
    display: block;
    margin-bottom: 32px;
}

.input-txt {
    border-radius: 4px;
}

.footer-form .input-txt {
    border: 1px solid #99BDFF;
    border-radius: 4px;
    color: #fff;
}

.footer-form .input-txt:hover {
    border-color: #fff;
}

.footer-form .input-txt+label {
    background: #1365FF;
    color: #99BDFF;
}

.footer-form .input-field .required-star {
    -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(55%) saturate(389%) hue-rotate(188deg) brightness(100%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(65%) sepia(55%) saturate(389%) hue-rotate(188deg) brightness(100%) contrast(103%);
}

.footer-form .input-field:hover .required-star,
.footer-form .input-field:focus .required-star {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(97deg) brightness(105%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(97deg) brightness(105%) contrast(100%);
}

.set-up-team .input-field .required-star {
    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(100%) saturate(6758%) hue-rotate(218deg) brightness(106%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(54%) sepia(100%) saturate(6758%) hue-rotate(218deg) brightness(106%) contrast(102%);
}

.footer-form .input-field>label.active {
    color: #fff;
}

.attach-not-valid,
.input-txt-required.wpcf7-not-valid {
    border-color: #FFA185 !important;
    color: #FFA185 !important;
}

.input-txt-required.wpcf7-not-valid+label.active,
.input-txt-required.wpcf7-not-valid+label {
    color: #FFA185;
}

.input-field textarea {
    min-height: 144px;
}

.recaptha-col {
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkbox-link-wrap {
    color: #C2D7FF;
    display: block;
}

.checkbox-link-wrap a,
.checkbox-link-wrap a:hover {
    color: #fff;
}

.recaptcha-wrap .input-field {
    width: 232px;
    height: 62px;
}

.recaptcha-wrap {
    padding-left: 32px;
}

.set-up-info .recaptcha-wrap {
    padding-left: 0;
    margin-right: 40px;
}

.wpcf7-submit {
    font-family: Manrope;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
    padding: 0 62px 0 40px;
    background-image: url(new-design/img/icons/arrow-right-black.svg);
    background-position: calc(100% - 32px) center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .2s;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
    background-position: calc(100% - 24px) center;
}

.checkboxes-wrap {
    padding-left: 40px;
}

span.wpcf7-list-item {
    margin: 0;
}

.ghost-text {
    visibility: hidden;
    opacity: 0;
}

.pic-bg-left {
    right: auto;
    width: 592px;
    height: 100%;
}

.pic-bg-right {
    left: auto;
    right: -1px;
    width: 251px;
    height: 100%;
}

.page-template-new-design-product-single .pic-bg-right {
    width: 176px;
}

.tabs-info img {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.tabs-info .active img {
    opacity: 1;
}

.tabs-meta * {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.active .tabs-meta * {
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.active .tabs-meta h5 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.active .tabs-meta h3 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.active .tabs-meta p {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.active .tabs-meta a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.chain-icon {
    opacity: 0.7;
    pointer-events: none;
}

.page-template-new-design-services-ecommerce .chain-icon {
    opacity: 0.6;
}

.chain-icon:hover,
.chain-icon:focus {
    opacity: 1;
}

.chain-icons-not-links .chain-icon:hover,
.chain-icons-not-links .chain-icon:focus {
    opacity: .7;
}

.lottie-block {
    position: relative;
    width: 100%;
    max-width: 256px;
    height: auto;
    margin: 0 10px;
}

.lottie-img {
    position: relative;
    padding: 16px;
    opacity: 0;
    width: 100%;
    height: auto;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: opacity .5s, -webkit-filter 1s;
    transition: opacity .5s, -webkit-filter 1s;
    -o-transition: filter 1s, opacity .5s;
    transition: filter 1s, opacity .5s;
    transition: filter 1s, opacity .5s, -webkit-filter 1s;
}

.lottie-img.move {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.lottie-block-1 .lottie-img.move,
.lottie-block-3 .lottie-img.move {
    -webkit-animation: MoveUpDown 5s ease-in-out infinite;
    animation: MoveUpDown 5s ease-in-out infinite;
}

.lottie-block-2 .lottie-img {
    position: absolute;
    top: 105%;
}

.lottie-block-2 .lottie-img.move {
    -webkit-animation: MoveDownUp 6.5s ease-in-out infinite;
    animation: MoveDownUp 6.5s ease-in-out infinite;
}

.lottie-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.lottie-block-2,
.lottie-block-3 {
    visibility: hidden
}

.lottie-block.show {
    visibility: visible;
}

.home h1 {
    position: relative;
    z-index: 1;
    word-break: break-all;
}

.home h1:before,
.home h1:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 143px;
    height: 143px;
    background-image: url(new-design/img/parts/home-h1-part.svg);
    background-size: contain;
    z-index: -1;
    left: -50px;
    top: -41px;
}

.home h1:after {
    left: 375px;
    top: 125px;
}

@-webkit-keyframes MoveUpDown {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 35px;
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 35px;
    }
}

@-webkit-keyframes MoveDownUp {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
}

@keyframes MoveDownUp {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
}

.lottie-bg,
.lottie-pic {
    position: absolute;
    width: 100%;
    height: auto;
}

.cta-black {
    padding: 0;
    background-color: #131313;
}

.cta-black-text {
    padding: 88px 88px 104px 0;
}

.cta-black-text h3 {
    color: #fff;
}

.cta-black-text p {
    color: #A0A2A8;
    margin: 32px 0 40px;
}

.cta-black-pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.cta-black-pic img {
    height: auto;
}

.couple-block {
    padding-top: 0;
    padding-bottom: 0;
}

.heading-left {
    text-align: left;
}

.our-team-slider .slick-list {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.our-team-info {
    overflow: visible;
}

.solutions-grid {
    margin: 0 -2px;
}

.solutions-wrap {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 1px;
}

.solutions-wrap.hidden {
    visibility: hidden;
    z-index: -1;
}

.solutions-item {
    position: relative;
    display: block;
    padding: 24px 24px 23px;
    background: #131313;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
}

.solutions-item h6 {
    word-break: break-all;
}

.solutions-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    background: -o-radial-gradient(50% 100%, 40.5% 37.34%, #003292 0%, #131313 100%);
    background: radial-gradient(40.5% 37.34% at 50% 100%, #003292 0%, #131313 100%);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.solutions-item img {
    display: block;
    margin: 0 auto 15px;
    height: 72px;
    width: 72px;
    -o-object-fit: contain;
    object-fit: contain;
}

.solutions-item h6 {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.solutions-item:hover h6,
.solutions-item:focus h6 {
    color: #1365FF;
}

.solutions-item:hover,
.solutions-item:focus {
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
}

.solutions-item:hover::before,
.solutions-item:focus::before {
    opacity: 1;
}

.solution-global {
    padding-top: 96px;
    padding-bottom: 0;
}

.solutions-wrap:nth-child(4)>a,
.solutions-wrap:nth-child(8)>a {
    border-radius: 16px 0 0 0;
}

.solutions-wrap:nth-child(5)>a {
    border-radius: 0 16px 0 0;
}

.solutions-wrap:nth-child(11)>a {
    border-radius: 16px 0 0 16px;
}

.solutions-wrap:nth-child(15)>a {
    border-radius: 0 0 16px 0;
}

.solution-global .heading {
    position: absolute;
    padding-left: 63px;
}

.solution-global .heading:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 78px;
    height: 193px;
    background-image: url(new-design/img/parts/rhomb-xl.png);
    background-size: contain;
    left: 0;
    top: 0;
}

.solution-global-metaverse .heading:before {
    background-image: url(new-design/img/parts/rhomb-metaverse-xl.png);
    height: 237px;
}

.clients-global .heading p {
    text-align: center;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.7);
    margin: 16px auto 0;
    font-size: 14px;
}

.chain-icons-clients .chain-icon,
.chain-icons-clients .chain-icon:hover {
    opacity: 1;
}

.dev-processes+.bg-dark:before {
    content: "";
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: -98px;
    width: auto;
    height: 100px;
    background: #131313;
    z-index: -1;
}

.techs-global {
    position: relative;
    background: #24282D;
    border-radius: 48px 48px 0px 0px;
    padding-bottom: 0;
}

.techs-global:before {
    content: "";
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: -2px;
    width: auto;
    height: 100px;
    background: #1365FF;
    z-index: -1;
}

.techs-global-dark {
    border-radius: 0;
    background: #131313;
}

.bg-dark+.techs-global:before {
    background: #131313;
}

.page-template-new-design-home .techs-global:before {
    background: #1365FF;
}

.new-design-techs .techs-global:before {
    background: #131313;
}

.techs-global * {
    color: #fff;
}

.who-choose-info img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.who-choose-info h4 {
    margin: 40px auto 24px;
    line-height: 133%;
    text-align: center;
}

.awards-content {
    background: #F7F7F7;
    border-radius: 48px;
    padding: 0 48px;
    height: 271px;
}

.awards {
    padding: 0;
}

.award {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
}

.award:nth-child(1):after,
.award:nth-child(2):after,
.award:nth-child(3):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 199px;
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    right: 0;
    top: 24px;
}

.award-pic {
    position: relative;
    padding: 10px 0 0 20px;
}

.award-pic:before {
    content: "";
    position: absolute;
    margin: -10px 0 0 10px;
    width: 88px;
    height: 8px;
    background: #C4C6CC;
    border-radius: 0 0 20px 20px;
}

.award-pic img {
    display: block;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.award-text {
    padding: 0 15px 0 30px;
    max-width: 240px;
}

.award h4 {
    position: relative;
    margin-top: 160px;
    line-height: 133%;
}

.award-text h6 {
    font-family: Inter;
}

.award h4:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 56px;
    height: 56px;
    background-image: url(new-design/img/home/stars.svg);
    left: 0;
    top: -76px;
}

.s_portfolio-slide-info .btn-ghost {
    padding: 16px 40px;
    width: auto;
    background: #1365FF;
    color: #fff;
    border-radius: 28px;
    height: 56px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Manrope;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s_portfolio-slide-info .btn-ghost:hover {
    background: #0056F4;
}

.s_portfolio-slide-info .btn-ghost:focus {
    background: #0047CC;
}

.s_portfolio-slide-info h3 {
    color: #131313 !important;
}

.s_portfolio-slide-info p {
    color: #131313;
}

.techs-slide {
    display: block !important;
    position: relative;
    min-height: 256px;
    padding: 40px 24px;
}

.techs-slide h5 {
    position: relative;
    text-align: center;
    z-index: 1;
}

.techs-slide-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.techs-slide-pic img {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.techs-slide-pic img:last-child {
    opacity: 0;
}

.techs-slide-icon {
    position: relative;
    display: block;
    margin: 0 auto 32px;
    -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(94%) saturate(1145%) hue-rotate(193deg) brightness(96%) contrast(111%);
    filter: brightness(0) saturate(100%) invert(57%) sepia(94%) saturate(1145%) hue-rotate(193deg) brightness(96%) contrast(111%);
    opacity: 0.8;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.green-slider .techs-slide-pic img:last-child {
    opacity: 1;
}

.green-slider .techs-slide-icon {
    opacity: 1;
    z-index: 1;
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(93%) saturate(892%) hue-rotate(114deg) brightness(104%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(53%) sepia(93%) saturate(892%) hue-rotate(114deg) brightness(104%) contrast(91%);
}

.bg-blue .green-slider .techs-slide-icon {
    filter: brightness(0) saturate(100%) invert(62%) sepia(71%) saturate(2153%) hue-rotate(193deg) brightness(100%) contrast(102%);
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(71%) saturate(2153%) hue-rotate(193deg) brightness(100%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(71%) saturate(2153%) hue-rotate(193deg) brightness(100%) contrast(102%);
}

.techs-slide-border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: #1365FF;
    border-radius: 8px 8px 0px 0px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.techs-slide-border-orange {
    background: #FF5C29;
}

.techs-slide-border-green {
    background: #0BDB90;
}

.techs-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(bottom, #24282D 0%, rgba(36, 40, 45, 0) 77.18%);
    background: -webkit-gradient(linear, left bottom, left top, from(#24282D), color-stop(77.18%, rgba(36, 40, 45, 0)));
    background: linear-gradient(0deg, #24282D 0%, rgba(36, 40, 45, 0) 77.18%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.techs-slide:hover .techs-slide-overlay {
    opacity: 0
}

.techs-slide:hover .techs-slide-icon {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.techs-slide:hover .techs-slide-border,
.techs-slide:hover .techs-slide-pic img:last-child {
    opacity: 1;
}

.techs-slider .slick-list {
    padding-right: 4%;
}

.s_portfolio-slide {
    background: #fff;
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
}

.s_portfolio-slide-content {
    padding: 40px 40px 64px 0;
}

.tabs-box-list li {
    width: auto;
    min-width: 296px;
}

.tabs-box-list li span {
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 140%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.02em;
    background: rgba(119, 139, 245, 0.1);
    color: rgba(119, 139, 245, 0.5);
    background: none;
    border-bottom: 2px solid transparent;
    color: #A0A2A8;
    font-family: Manrope;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 30px;
}

.tabs-box-list li span.active {
    background: #fff;
    color: #4A58BD;
}

.tabs-box-list li span:hover {
    color: #131313;
}

.tabs-box-list li span.active {
    background: none;
    border-bottom: 2px solid #1365FF;
    color: #131313;
}

.s_portfolio-slide-nav {
    width: 112px;
    top: 40px;
    right: 130px;
}

.s_portfolio-slide-nav .s_portfolio-slide-nav-item {
    position: relative;
    background: #F7F7F7;
    width: 56px;
    height: 56px;
}

.s_portfolio-slide-nav .s_portfolio-slide-nav-item:first-child {
    border-radius: 30px 0px 0px 30px;
}

.white-nav-prev:before,
.white-nav-next:before,
.s_portfolio-slide-nav .s_portfolio-slide-nav-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-left-line.svg);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    opacity: 0.5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.white-nav-next:before,
.s_portfolio-slide-nav .s_portfolio-slide-nav-item:last-child::before {
    background-image: url(new-design/img/icons/arrow-right-line.svg);
}

.s_portfolio-slide-nav .s_portfolio-slide-nav-item:last-child {
    border-radius: 0 30px 30px 0;
}

.s_portfolio-slide-nav-item:hover,
.s_portfolio-slide-nav-item:focus {
    background: #F1F2F3;
}

.white-nav-prev:hover::before,
.white-nav-next:hover::before,
.white-nav-prev:focus::before,
.white-nav-next:focus::before,
.s_portfolio-slide-nav-item:hover::before,
.s_portfolio-slide-nav-item:focus::before {
    opacity: 1;
}

.s_all-projects {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 16px;
    height: 24px;
    padding: 4px 0 0 36px;
    white-space: nowrap;
    border: none;
    font-family: Manrope;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #131313;
    width: 134px;
}

.s_all-projects:before,
.s_all-projects:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url(new-design/img/icons/square.svg);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.s_all-projects:after {
    background-image: url(new-design/img/icons/square-hover.svg);
    opacity: 0;
}

.s_all-projects:hover {
    color: #1365FF
}

.s_all-projects:hover::after {
    opacity: 1;
}

.s_portfolio-slide-info h3 {
    margin: 28px 0 24px;
}

.s_portfolio-slide,
.s_portfolio-slider {
    margin-left: 0;
}

.s_portfolio-slide-img img {
    height: auto;
    display: block;
}

.s_portfolio-slider .slick-list {
    overflow: visible;
}

.s_portfolio-slider .slick-track {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
}

.s_portfolio-slide-info {
    padding-left: 31px;
}

.tabs-box {
    max-width: 1388px;
    padding: 0 86px;
}

.s_portfolio-slider {
    padding: 20px 70px 105px 40px;
    margin: -20px -70px 0 -40px;
}

.s_portfolio-slide-img {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    margin-top: 16px;
}

.s_portfolio-slide-img>img {
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
}

.link-to-next {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.contact-us-content {
    padding-top: 144px;
}

.breadcrumbs-blue.breadcrumbs .separator {
    background-image: url(new-design/img/icons/arrow-breadcrumbs-grey.svg);
}

.breadcrumbs-blue.breadcrumbs span:nth-last-child(1) {
    color: #5B6471;
}

.new-careers-single .breadcrumbs-blue.breadcrumbs span:nth-last-child(1) {
    color: #131313;
}

.breadcrumbs-blue.breadcrumbs a,
.breadcrumbs-blue.breadcrumbs a:hover {
    color: #1365FF;
}

.contacts-us-form h1 {
    margin-bottom: 48px;
}

.contacts-us-form:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
}

.textarea.col.s12 {
    padding-right: 16px !important;
}

.contacts-us-form p {
    max-width: 592px
}

.modal-form .input-txt+label,
.contact-us-content .input-txt+label {
    color: #A0A2A8;
}

.modal-form .input-txt,
.contact-us-content .input-txt {
    border-color: #5B6471;
    color: #292E50;
}

.modal-form .input-txt:hover,
.contact-us-content .input-txt:hover {
    border-color: #131313;
}

.modal-form .input-txt:focus,
.contact-us-content .input-txt:focus {
    border-color: #1365FF;
}

.modal-form .input-field>label:not(.label-icon).active,
.contact-us-content .input-field>label:not(.label-icon).active {
    color: #1365FF;
}

.modal-form .required-star,
.contact-us-content .required-star {
    -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(57%) saturate(5482%) hue-rotate(215deg) brightness(101%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(31%) sepia(57%) saturate(5482%) hue-rotate(215deg) brightness(101%) contrast(102%);
}

.codedropz-upload-inner h4 {
    color: #5B6471
}

.codedropz-upload-inner h4 span {
    color: #1365FF;
    font-family: inherit;
    font-size: inherit;
}

.modal-form .wpcf7-submit {
    background-color: #1365FF;
    background-image: none;
    color: #fff;
    padding-right: 0;
    width: 236px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.modal-form .btn-send-wrap {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-us-content .wpcf7-submit {
    background-color: #1365FF;
    color: #fff;
    height: 56px;
    background-image: url(new-design/img/icons/arrow-right-white.svg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    display: inline;
    width: auto;
}

.modal-form .wpcf7-submit:hover,
.contact-us-content .wpcf7-submit:hover {
    background-color: #0056F4;
}

.modal-form .wpcf7-submit:focus,
.contact-us-content .wpcf7-submit:focus {
    background-color: #0047CC;
}

.modal-form .checkbox-link-wrap,
.contact-us-content .checkbox-link-wrap {
    color: #131313;
}

.modal-form .checkbox-link-wrap a,
.contact-us-content .checkbox-link-wrap a {
    color: #1365FF
}

.modal-form [type="checkbox"].fill-in+span::after,
.contact-us-content [type="checkbox"].fill-in+span::after {
    border-color: #5B6471;
}

.modal-form [type="checkbox"].fill-in:checked+span::before,
.contact-us-content [type="checkbox"].fill-in:checked+span::before {
    background-color: #1365FF;
}

.modal-form .checkboxes-wrap,
.contact-us-content .checkboxes-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.modal-form .recaptcha-wrap,
.contact-us-content .recaptcha-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.modal-form .input-field textarea {
    min-height: 408px;
}

.contact-us-content .recaptcha-wrap .input-field {
    margin-bottom: 0;
}

.contact-us-content .recaptha-col {
    margin-bottom: 40px;
}

.contact-us-content .g-recaptcha {
    -webkit-transform: scale(0.76);
    -ms-transform: scale(0.76);
    transform: scale(0.76);
}

.contact-us-footer-content {
    background: #1365FF;
    border-radius: 48px;
    padding: 96px 64px 64px;
}

.contact-us-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -16px;
}

.contact-us-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 16px;
    background: #0056F4;
    border-radius: 32px;
    padding: 40px 56px 56px 120px;
}

.contact-us-item h5 {
    font-weight: 400;
    color: #C2D7FF;
    font-size: 20px;
    margin-top: 16px;
}

.contact-us-item h4:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 64px;
    height: 64px;
    background-image: url(new-design/img/icons/location-marker.svg);
    margin: 0 0 0 -80px;
}

.hero-two-rows {
    margin-top: 56px;
}

.hero-two-rows .hero-desc {
    margin: 0;
}

.revolutionize-point-img img {
    display: block;
    margin: 0 auto;
}

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

.revolutionize-point h4 {
    margin: 40px auto 24px;
}

.revolutionize-point a {
    font-family: inherit;
    text-decoration: none;
    color: #1365FF;
}

.revolutionize-point a:hover {
    color: #5d92f5
}

.portfolio-item-blur {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.projects-link:hover .portfolio-item-blur {
    opacity: 1;
}

.projects-tile:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 180px;
    height: 240px;
    bottom: 0;
    left: 0;
    background-image: url(new-design/img/parts/portfolio_item_blur_bottom.png);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.projects-tile:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 180px;
    height: 240px;
    bottom: 0;
    left: 0;
    background-image: url(new-design/img/parts/portfolio_item_blur_bottom_hover.png);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.projects-products-tiles .projects-tile:before,
.projects-products-tiles .projects-tile:after {
    display: none !important;
}

.projects-link:hover .projects-tile:before {
    opacity: 0;
}

.projects-link:hover .projects-tile:after {
    opacity: 1;
}

img.projects-tile-bg-img {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 500px;
    height: 243px;
}

.projects-tile-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
    height: 96px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 1;
}

.projects-tile-link:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-portfolio-link.svg);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects-tile-link:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 72px;
    height: 72px;
    background-image: url(new-design/img/parts/projects-tile-link-bg.png);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(16px);
    filter: blur(16px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.projects-link:hover .projects-tile-link:before {
    opacity: 1;
}

.select-cat {
    width: 280px;
}

.projects-preface-filter {
    top: 44px;
}

.fake-select {
    height: 40px;
    padding: 12px;
    border-bottom: none;
}

.fake-select span {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    right: 40px;
}

.fake-select:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    right: 0;
    top: 8px;
    background-image: url(new-design/img/icons/arrow-down-white.svg);
}

.tag-item {
    border-bottom: 0.5px solid #DADCE0;
    color: #5B6471 !important;
}

.tag-item.active {
    color: #1365FF !important;
}

.podcat-line {
    padding-right: 0;
}

.tag-item {
    height: 48px;
    font-family: Inter, sans-serif;
    line-height: 150%;
}

.tag-item:before {
    width: 18px;
    height: 18px;
    border: 2px solid #5B6471;
    left: 0;
    top: 15px;
    border-radius: 3px;
}

.tag-item.active:before {
    border-color: #5B6471;
}

.tag-item.active:after {
    background-image: none;
    background: #1365FF;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 20px;
}

.cat-lines-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 25px;
    height: 287px;
    overflow: hidden;
    overflow-y: auto;
}

.page-template-new-design-products .cat-lines-wrap {
    height: 195px;
}

.cat-lines-wrap::-webkit-scrollbar {
    display: block;
    width: 4px;
    background: #C4C6CC;
    border-radius: 20px;
}

.cat-lines-wrap::-webkit-scrollbar-thumb {
    display: block;
    background: #5B6471;
    border-radius: 20px;
}

.cat-lines-wrap::-webkit-scrollbar-track {
    display: block;
    border-radius: 20px;
}

.portfolio-content .hero {
    min-height: 900px;
    height: 900px;
}

.products-content .hero {
    min-height: 1080px;
    height: 1080px;
}

.tiles {
    --tiles-height: 612px;
    height: var(--tiles-height);
    overflow: hidden;
    position: absolute;
    width: 100%;
    max-width: 3200px;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tiles__wrap {
    width: 150%;
    --tileswrap-height: var(--tiles-height);
    height: var(--tileswrap-height);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    --tileswrap-height: calc(var(--tiles-height) * 1.8);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.tiles__line-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 20px 15px;
    width: 596px;
    height: 335px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-shadow: 0px 8px 8px rgba(19, 19, 19, 0.1);
    box-shadow: 0px 8px 8px rgba(19, 19, 19, 0.1);
}

.tiles__line[data-scroll-target="1"] {
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
}

.tiles__line[data-scroll-target="2"] {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.tiles__line[data-scroll-target="3"] {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.tiles__line[data-scroll-target="4"] {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
}

.tiles__wrap.active .tiles__line[data-scroll-target="1"] {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

.tiles__wrap.active .tiles__line[data-scroll-target="2"] {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

.tiles__wrap.active .tiles__line[data-scroll-target="3"] {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

.tiles__wrap.active .tiles__line[data-scroll-target="4"] {
    -webkit-transform: translateX(700px);
    -ms-transform: translateX(700px);
    transform: translateX(700px);
}

.portfolio-slide-single-ico {
    height: 50px;
    width: auto;
}

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

.hero-pic {
    position: absolute;
    bottom: 0;
    width: 912px;
    height: auto;
    left: 50%;
}

.portfolio-content-single .hero {
    min-height: 631px;
}

.portfolio-benefits-desc+.line {
    position: relative;
    height: 1px;
    width: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) -0.39%, rgba(64, 70, 79, 0) -0.39%, rgba(64, 70, 79, 0.3) 49.22%, rgba(64, 70, 79, 0) 99.99%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.39%, rgba(255, 255, 255, 0.05)), color-stop(-0.39%, rgba(64, 70, 79, 0)), color-stop(49.22%, rgba(64, 70, 79, 0.3)), color-stop(99.99%, rgba(64, 70, 79, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) -0.39%, rgba(64, 70, 79, 0) -0.39%, rgba(64, 70, 79, 0.3) 49.22%, rgba(64, 70, 79, 0) 99.99%);
    margin: 56px 0;
    left: 0;
    right: 0;
}

.portfolio-benefits {
    margin-top: -48px;
}

.portfolio-benefits .heading {
    margin-bottom: 40px;
    position: relative;
}

.portfolio-benefits .box {
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1216px;
}

.portfolio-benefits .box:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 168px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 48px 48px 0px 0px;
    left: 0;
    right: 0;
    top: -96px
}

.p-point-ico {
    position: absolute;
    left: 0;
    top: 0;
}

.p-point {
    position: relative;
    padding-left: 104px;
}

.p-points-no-desc .p-point {
    min-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-point p {
    font-size: 14px;
    color: #5B6471;
    line-height: 1.42;
    margin-top: 16px;
}

.p-point p span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.new-tron .p-point p {
    color: rgba(255, 255, 255, 0.7);
}

.p-points .row .col {
    margin-bottom: 32px;
}

.p-points .row .col:nth-last-child(1),
.p-points .row .col:nth-last-child(2) {
    margin-bottom: 0;
}

.slider-arrows-aside--wrap {
    display: block;
    padding: 0 64px;
    position: relative;
}

.product-slider-with-arrows .product-slide-img {
    padding: 0 64px;
}

.product-slider-with-arrows .product-slide-img img {
    height: auto;
}

.product-slider-with-arrows .product-slide-img:before {
    content: "";
    position: absolute;
    margin: 0;
    top: 56px;
    bottom: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 32px 32px 0px 0px;
    left: 0;
    right: 0;
    z-index: -1;
}

.solution-action-slider-no-desc .product-slider-with-arrows .product-slide-img:before {
    bottom: 70px;
}

.product-slider-with-arrows .slick-prev {
    width: 56px;
    height: 56px;
    background: #F7F7F7;
    -webkit-box-shadow: -2px 0px 2px rgba(19, 19, 19, 0.1), -8px 0px 8px rgba(19, 19, 19, 0.1);
    box-shadow: -2px 0px 2px rgba(19, 19, 19, 0.1), -8px 0px 8px rgba(19, 19, 19, 0.1);
    border-radius: 30px 0px 0px 30px;
    left: 8px;
    top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}

.product-slider-with-arrows .slick-next {
    width: 56px;
    height: 56px;
    background: #F7F7F7;
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1), 8px 0px 8px rgba(19, 19, 19, 0.1);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1), 8px 0px 8px rgba(19, 19, 19, 0.1);
    border-radius: 0 30px 30px 0;
    left: auto;
    right: 8px;
    top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.product-slider-with-arrows .slick-prev:before,
.product-slider-with-arrows .slick-next:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-left-grey.svg);
    margin: 0;
    top: 16px;
    left: 16px;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.product-slider-with-arrows .slick-next:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-right-grey.svg);
    margin: 0;
    top: 16px;
    left: 16px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(1%) sepia(11%) saturate(66%) hue-rotate(314deg) brightness(97%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(1%) sepia(11%) saturate(66%) hue-rotate(314deg) brightness(97%) contrast(87%);
}

.p-slide-desc {
    background: rgba(119, 139, 245, 0.15);
    height: 192px;
    padding: 32px 48px 72px 48px;
    background: #131313;
    border-radius: 0px 0px 32px 32px;
}

.bg-grey .p-slide-desc {
    background: #24282D;
}

.page-template-new-design-solution-metaverse-single .bg-grey .p-slide-desc {
    background: #131313;
}

.only-title .p-slide-desc {
    text-align: center;
    height: 152px;
}

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

.solution-action-slider-no-desc .p-slide-desc {
    text-align: center;
    height: 72px;
    padding: 30px;
}

.p-slide-desc h5 {
    margin-bottom: 16px;
}

.product-slider .slick-dots li.slick-active button:before {
    background: #1365FF;
    opacity: 1;
}

.product-slider .slick-dots {
    bottom: 32px;
    left: 0;
    width: 100%;
}

.solution-action-slider-no-desc .slick-dots {
    bottom: 40px;
}

.grey-desc .p-slide-desc {
    background: #24282D;
}

.solution-action:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 200px;
    background: #fff;
    bottom: -8px;
    left: 0;
    right: 0;
}

.solution-action-slider-no-desc:before {
    height: 84px;
}

.solution-action-bg-grey:before {
    background: #24282D;
}

.solution-action-bg-dark:before {
    background: #131313;
}

.new-services-content .solution-action-bg-dark:before {
    height: 160px;
}

.portfolio-content-single .s_portfolio_single,
.portfolio-content-single .footer-form-block {
    background-color: #E5E7EA;
}

.portfolio-content-single .s_portfolio_single {
    border-radius: 48px 48px 0 0;
}

.portfolio-content-single .footer-form-block {
    padding-top: 0;
}

.product-content-single .s_portfolio_single .s_all-projects,
.portfolio-content-single .s_portfolio_single .s_all-projects {
    bottom: -30px;
}

.product-single-slide h4,
.portfolio-single-slide h4 {
    margin: 32px 0 24px;
    font-weight: 700;
}

.portfolio-single-slide-link {
    color: #fff;
    font-family: Manrope;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    height: 48px;
    margin-top: 32px;
}

.portfolio-slide-single-image-wrap {
    -webkit-box-shadow: 0px 8px 16px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 16px rgba(19, 19, 19, 0.15);
    max-width: 408px;
}

.portfolio-single-content .portfolio-single-slide {
    padding-left: 440px;
    padding-right: 60px;
}

.portfolio-slide-single-image-wrap img {
    height: auto;
}

.portfolio-single-content {
    padding-right: 420px;
}

.portfolio-slide-single-image-wrap:after {
    content: "";
    position: absolute;
    margin: 0;
    background: -o-linear-gradient(right, #EDF0F2 0%, rgba(244, 245, 246, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, from(#EDF0F2), to(rgba(244, 245, 246, 0)));
    background: linear-gradient(270deg, #EDF0F2 0%, rgba(244, 245, 246, 0) 100%);
    top: 0;
    right: 40px;
    bottom: -40px;
    left: 64px;
    z-index: -1;
}

.portfolio-slide-single-image-wrap:before {
    content: "";
    position: absolute;
    margin: 0;
    background: -o-linear-gradient(right, #F7F7F7 -11.51%, rgba(247, 247, 247, 0) 35.53%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-11.51%, #F7F7F7), color-stop(35.53%, rgba(247, 247, 247, 0)));
    background: linear-gradient(270deg, #F7F7F7 -11.51%, rgba(247, 247, 247, 0) 35.53%);
    top: 0;
    right: 80px;
    bottom: -80px;
    left: 24px;
    z-index: -1;
}

.product-single-slide p,
.portfolio-single-slide p {
    color: #131313;
    font-size: 16px;
}

.s-thumb {
    height: 64px;
    position: relative;
    background: #F4F5F6;
    padding: 5px 24px 5px 56px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-thumb:after {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 56px;
    background: #DADCE0;
}

.s-thumb h6 {
    color: #5B6471;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.s-thumb h6:before {
    content: "";
    position: absolute;
    margin: 0 0 0 -32px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-right-drop.svg);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.s-thumb:hover {
    background: #E5E7EA;
}

.slick-current .s-thumb {
    background: #1365FF;
}

.slick-current .s-thumb h6 {
    color: #fff;
}

.slick-current .s-thumb h6:before {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(24%) hue-rotate(270deg) brightness(104%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(24%) hue-rotate(270deg) brightness(104%) contrast(100%);
}

.p-single-nav {
    width: 363px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.p-solutions-nav-bg {
    height: 100%;
}

.slick-slider.slider-thumbs .slick-slide {
    padding-right: 0;
}

.slider-thumbs-wrap::-webkit-scrollbar {
    width: 4px;
    background: #C4C6CC;
    border-radius: 20px;
}

.slider-thumbs-wrap::-webkit-scrollbar-thumb {
    background: #5B6471;
    border-radius: 20px;
}

.slider-thumbs-wrap::-webkit-scrollbar-track {
    border-radius: 20px;
}

.slider-thumbs-wrap {
    height: 448px;
}

.home-solutions-content {
    height: 448px;
    min-height: 448px;
}

.p-single-nav {
    background: #F7F7F7
}

.p-slide-text strong {
    font-size: inherit;
    font-family: inherit;
}

.portfolio-single-content {
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
}

.checkbox-link-wrap,
.f-nav-contacts a,
.f-nav-contacts p {
    font-family: Inter, sans-serif;
}

.checkbox-link-wrap a {
    font-family: inherit;
}

.f-nav-contacts a {
    display: inline-block;
}

.f-nav-list li a {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #A0A2A8;
}

.footer-terms li a {
    font-family: 'Inter';
    color: #5B6471;
}

.footer-top .row {
    margin: 0;
}

.footer-top .col {
    padding-left: 0;
}

.footer-terms {
    padding-left: 5px;
}

.page-template-new-design-services-chatgpt-dev .footer-form-block.blue-bottom,
.page-template-new-design-services-dapp .footer-form-block.blue-bottom,
.page-template-new-design-services-metaverse .footer-form-block.blue-bottom,
.page-template-new-design-services-blockchain-dev .footer-form-block.blue-bottom {
    background-image: none;
    padding-bottom: 0;
}

.s_all-projects-single {
    bottom: -39px;
}

.mw-700 {
    max-width: 696px;
}

.mw-770 {
    max-width: 775px;
}

.mw-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mw-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mw-1080 {
    max-width: 1080px;
}

.four-tiles,
.six-tiles {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new-tile {
    position: relative;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    background-image: url(new-design/img/parts/green_effect.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 56px 40px 40px 40px;
    overflow: hidden;
}

.metaverse-benefits .new-tile {
    background: rgba(36, 40, 45, 0.6);
    padding: 32px 24px;
    text-align: center;
}

.metaverse-benefits .new-tile .tile-pic {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.tile-blue-bg .new-tile {
    background-image: url(new-design/img/parts/blue_effect.png);
}

.new-tile h4 {
    max-width: 190px;
    margin-bottom: 24px;
}

.tile-desc-200 .new-tile h4 {
    max-width: 200px;
}

.page-template-new-design-services-fintech .new-tile h4 {
    max-width: 280px;
}

.new-tile p {
    color: #A0A2A8;
}

.orange-tiles .new-tile p {
    color: #5B6471;
}

.metaverse-benefits .six-tiles .slick-list {
    margin-left: -4px;
    margin-right: -4px;
}

.six-tiles .slick-slide {
    padding: 0 16px 32px 16px;
}

.metaverse-benefits .six-tiles .slick-slide {
    padding: 0 4px 8px 4px;
}

.metaverse-benefits .new-tile h5 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.six-tiles img {
    z-index: -1;
    width: 136px;
}

.six-tiles-wrap {
    padding-bottom: 72px;
}

.industry-point img,
.industry-point img.industry-point-ico-animate {
    width: 40px;
    height: 40px;
    top: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.industry-points {
    margin-top: 32px;
}

.industry-point img {
    margin-bottom: 16px;
}

.industry-point h6 {
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    word-break: break-all;
}

a.industry-point .industry-point-ico-animate {
    -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(96%) saturate(373%) hue-rotate(107deg) brightness(88%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(57%) sepia(96%) saturate(373%) hue-rotate(107deg) brightness(88%) contrast(107%);
}

a.industry-point:hover h6 {
    color: #07CC84;
}

.preface-desc {
    margin-top: -24px;
}

.industry-point:nth-child(1):after,
.industry-point:nth-child(2):after,
.industry-point:nth-child(3):after,
.industry-point:nth-child(4):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 256px;
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    right: 0;
    top: 0;
}

.industry-points {
    position: relative;
}

.industry-points:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    right: 0;
    top: 50%;
    margin-top: -0.5px;
}

.process-slide {
    padding: 40px 24px;
}

.process-slide p {
    margin: 24px 0;
    min-height: 168px;
}

.process-slider {
    background: rgba(36, 40, 45, 0.4);
    border-radius: 32px;
}

.process-slide span {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0BDB90;
    margin-top: 24px;
}

.dev-processes-techs .process-slide span {
    color: #FF5C29
}

.dev-processes-techs .process-slide {
    padding-top: 0;
    padding-bottom: 0;
}

.dev-processes-techs .process-slider {
    background: none;
    border-radius: 0
}

.process-slider .slick-slide {
    position: relative;
    height: auto;
}

.process-slider .slick-slide>div {
    height: 100%;
}

.process-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.dev-processes-techs-five .slick-slide:nth-child(4):after,
.process-slider .slick-slide:nth-child(1):after,
.process-slider .slick-slide:nth-child(2):after,
.process-slider .slick-slide:nth-child(3):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 100%;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    right: 0.2px;
    top: 0;
}

.dev-processes-techs .process-slider .slick-slide::after {
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
}

.dev-processes-techs h4 {
    min-height: 64px;
}

.dev-processes-techs p {
    color: #5B6471;
    min-height: auto;
}

.process-slider.process-five .slick-slide:nth-child(4):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 100%;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    right: 0.2px;
    top: 0;
}

.process-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stack-techs {
    border: 1px solid #40464F;
    border-radius: 32px 32px 0px 0px;
    padding: 36px 50px 56px 50px;
}


.stack-techs-br-bottom {
    border-radius: 0px 0px 32px 32px;
}

.stack-techs span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.faq-list li i:before,
.faq-list li i:after {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.faq-list li {
    -webkit-animation: flipdown 0.5s ease both;
    animation: flipdown 0.5s ease both;
}

.faq-list {
    -webkit-perspective: 900;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.faq-list li {
    position: relative;
    overflow: hidden;
}

.faq-list li:first-child {
    border-top: none
}

.faq-list li h5 {
    position: relative;
    min-height: 64px;
    padding: 24px 40px 24px 0;
    cursor: pointer;
    -webkit-transition: border .3s, color .3s;
    -o-transition: border .3s, color .3s;
    transition: border .3s, color .3s;
    border-bottom: 1px solid #A0A2A8;
}

.faq-list li.active h5 {
    border-color: #1365FF;
    color: #1365FF;
}

.faq-list-item img {
    display: block;
    margin: 20px auto;
}

.faq-list li i {
    position: absolute;
    right: 0;
    top: 20px;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.faq-list li.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-list li i:before,
.faq-list li i:after {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.faq-list li i:after {
    content: "";
    position: absolute;
    background-image: url(new-design/img/icons/arrow-down-grey.svg);
    width: 24px;
    height: 24px;
}

.faq-list div.faq-list-item-answer {
    position: relative;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    overflow: hidden;
    padding: 0;
    -webkit-transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
    -o-transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
    transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
}

.faq-list li.active div.faq-list-item-answer {
    max-height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
    padding: 16px 0;
}

.asked-questions {
    padding-bottom: 120px;
}

.industry-point:hover img.industry-point-ico {
    opacity: 1;
}

.new-about-content .awards {
    margin: 0;
}

.home .footer-form-block,
.page-template-new-design-company-about-us .footer-form-block {
    padding-top: 0;
}

.facts-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facts-slider .slick-slide {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.facts-slider .slick-slide:nth-child(odd) .facts-slide {
    text-align: right;
    padding-right: 48px;
}

.facts-slider .slick-slide:nth-child(even) .facts-slide {
    padding-left: 48px;
}

.facts-slide {
    position: relative;
    min-height: 256px;
}

.facts-slide img {
    position: absolute;
}

.facts-slider .slick-slide:nth-child(1) .facts-slide {
    background: rgba(64, 70, 79, 0.2);
    border-radius: 176px 0px 0px 0px;
    padding-top: 64px;
}

.facts-slider .slick-slide:nth-child(2) .facts-slide {
    background: rgba(255, 92, 41, 0.2);
    border-radius: 0 176px 0 0;
    padding-top: 64px;
}

.facts-slider .slick-slide:nth-child(3) .facts-slide {
    background: rgba(11, 219, 144, 0.2);
    border-radius: 0 0 0 176px;
    padding-top: 24px;
}

.facts-slider .slick-slide:nth-child(4) .facts-slide {
    background: rgba(19, 101, 255, 0.2);
    border-radius: 0 0 176px 0;
    padding-top: 24px;
}

.facts-slider .slick-slide:nth-child(1) .facts-slide:before {
    content: "";
    position: absolute;
    background: #40464F;
    border-radius: 152px 0px 0px 0px;
    left: 24px;
    right: 0;
    bottom: 0;
    top: 24px;
    z-index: -1;
}

.facts-slider .slick-slide:nth-child(2) .facts-slide:before {
    content: "";
    position: absolute;
    background: #FF5C29;
    border-radius: 0px 152px 0px 0px;
    left: 0;
    right: 24px;
    bottom: 0;
    top: 24px;
    z-index: -1;
}

.facts-slider .slick-slide:nth-child(3) .facts-slide:before {
    content: "";
    position: absolute;
    background: #0BDB90;
    border-radius: 0px 0px 0px 152px;
    left: 24px;
    right: 0;
    bottom: 24px;
    top: 0;
    z-index: -1;
}

.facts-slider .slick-slide:nth-child(4) .facts-slide:before {
    content: "";
    position: absolute;
    background: #1365FF;
    border-radius: 0px 0px 152px 0px;
    left: 0;
    right: 24px;
    bottom: 24px;
    top: 0;
    z-index: -1;
}

.facts-slider .slick-slide:nth-child(1) .facts-slide img {
    left: 0;
    top: 0;
}

.facts-slider .slick-slide:nth-child(2) .facts-slide img {
    right: 0;
    top: 0;
}

.facts-slider .slick-slide:nth-child(3) .facts-slide img {
    left: 0;
    bottom: 0;
}

.facts-slider .slick-slide:nth-child(4) .facts-slide img {
    right: 0;
    bottom: 0;
}

.facts-figures-desc h6 {
    margin-bottom: 24px;
}

.facts-slide-info {
    position: relative;
}

.facts-slide-info h3 {
    margin-bottom: 16px;
}

.our-mission {
    position: relative;
}

.bg-bottom img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-position {
    max-width: 176px;
    padding-top: 16px;
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.work-position p {
    font-size: 14px;
    margin-top: 8px;
}

.mission-text {
    position: relative;
    max-width: 447px;
}

.mission-text p {
    line-height: 143%;
}

.mission-text p:first-child {
    margin-bottom: 24px;
}

.mission-text:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 8px;
    height: 100%;
    left: -40px;
    background: #1365FF;
    border-radius: 0px 8px 8px 0px;
}

.mission-info {
    padding-left: 40px;
}

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

.only-t-m,
img.only-m,
.only-m {
    display: none
}

.no-hover .industry-point:hover h6 {
    color: inherit;
}

.industry-points-six .industry-point {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
}

.industry-points-six .industry-point:nth-child(5):after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 256px;
    right: 0;
    top: 0;
}

.bg-dark .industry-point:after {
    background: -o-linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
}

.bg-dark .industry-points::after {
    background: -o-linear-gradient(86deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(4deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
}

.our-tech-stack {
    position: relative;
    border-radius: 0px 0px 48px 48px;
}

.our-tech-stack:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
}

.our-tech-stack .industry-points {
    margin-top: 56px;
}

.our-team-slide h6 {
    margin-bottom: 16px;
}

.our-team-thumb {
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 24px;
    color: #5B6471;
    height: 24px;
    margin-bottom: 24px;
}

.our-team-face {
    margin-top: 40px;
}

.target-dot {
    position: absolute;
    left: 2px;
    top: 10px;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow .6s;
    transition: -webkit-box-shadow .6s;
    -o-transition: box-shadow .6s;
    transition: box-shadow .6s;
    transition: box-shadow .6s, -webkit-box-shadow .6s;
}

.policy-nav .target-dot {
    left: -34px;
    margin-top: 6px;
}

.target-dot:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-right-drop.svg);
}

.dots-title.dots-title-link.active .target-dot:before,
.dots-title-opener.active .target-dot:before {
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(3615%) hue-rotate(219deg) brightness(105%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(3615%) hue-rotate(219deg) brightness(105%) contrast(102%);
}

.dots-title-opener.active .target-dot:after {
    content: "";
    position: absolute;
    left: 1.5px;
    top: -9px;
    width: 20px;
    height: 24px;
    background-image: url(new-design/img/icons/romb.svg);
    z-index: -1;
}

.dots-title-opener:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-down-grey.svg);
    right: 0;
    margin-top: 7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.dots-title-opener.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.our-team-thumb:hover {
    color: #1365FF;
}

.slick-current .our-team-thumb_1 .target-dot:before,
.our-team-thumb:hover .target-dot:before {
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(3615%) hue-rotate(219deg) brightness(105%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(3615%) hue-rotate(219deg) brightness(105%) contrast(102%);
}

.our-team-bg.active .target-dot:before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(104%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(104%) contrast(101%);
}

.our-team-thumb_1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #131313 !important;
    margin-bottom: 32px;
}

.our-team-bg.active .our-team-thumb.our-team-thumb_1 {
    color: #fff !important;
}

.slick-current .our-team-thumb_1 .target-dot:after {
    content: "";
    position: absolute;
    left: 1.5px;
    top: -9px;
    width: 20px;
    height: 24px;
    background-image: url(new-design/img/icons/romb.svg);
    z-index: -1;
}

.slick-current .our-team-thumb_2 .target-dot:after,
.slick-current .our-team-thumb_3 .target-dot:after,
.slick-current .our-team-thumb_4 .target-dot:after,
.slick-current .our-team-thumb_5 .target-dot:after,
.slick-current .our-team-thumb_6 .target-dot:after {
    content: "";
    position: absolute;
    left: 1.5px;
    top: -10px;
    width: 20px;
    height: 24px;
    background-image: url(new-design/img/icons/romb-15.svg);
    z-index: -1;
}

.slick-current .our-team-thumb_7 .target-dot:after,
.slick-current .our-team-thumb_8 .target-dot:after {
    content: "";
    position: absolute;
    left: 1.5px;
    top: -10px;
    width: 20px;
    height: 24px;
    background-image: url(new-design/img/icons/romb-10.svg);
    z-index: -1;
}

.white-text * {
    color: #fff;
}

.our-team-bg.active.color_6 .our-team-thumb,
.our-team-bg.active.color_7 .our-team-thumb {
    color: #5B6471;
}

.our-team-bg.active.active.color_6 .slick-current .our-team-thumb,
.our-team-bg.active.active.color_7 .slick-current .our-team-thumb {
    color: #131313;
}

.our-team-bg.active.active.color_6 .our-team-thumb:hover,
.our-team-bg.active.active.color_7 .our-team-thumb:hover {
    color: #1365FF;
}

.our-team-bg.active.active.color_6 .target-dot:before,
.our-team-bg.active.active.color_7 .target-dot:before {
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(607%) hue-rotate(176deg) brightness(93%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(607%) hue-rotate(176deg) brightness(93%) contrast(89%);
}

.banner-pic img {
    height: auto;
}

.discuss-eventcms .btn,
[data-product="EventCMS"] .hero-content .btn {
    background: #AA29B4;
}

.discuss-eventcms .btn:hover,
[data-product="EventCMS"] .hero-content .btn:hover {
    background: #c837d3
}

.couple .s_portfolio_single {
    background: inherit;
}

.couple .footer-form-block {
    padding-top: 0;
}

.s_products_single .portfolio-single-content {
    padding: 28px 416px 0 48px;
    overflow: hidden;
}

.s_products_single .product-single-slide {
    min-height: 420px;
}

.white-card-content {
    position: relative;
    background: #FFFFFF;
    padding: 56px 40px 64px 64px;
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 36px 36px 64px rgba(19, 19, 19, 0.1);
}

.introducing-text {
    padding-left: 40px;
}

.introducing-text h3 {
    font-weight: 400;
    margin: 18px 0 24px;
}

.btn-ghost-new.grey {
    color: #5B6471;
    border: 1px solid #5B6471;
}

.btn-ghost-new.grey:focus,
.btn-ghost-new.grey:hover {
    color: #131313;
    border-color: #131313;
}

.btn-ghost-new.grey:focus {
    background: #F7F7F7;
}

.introducing-text .btn {
    width: 173px;
    margin-top: 40px;
}

.introducing-logo {
    -o-object-fit: contain;
    object-fit: contain;
}

.introducing_desc p:not(:last-child) {
    margin-bottom: 20px;
}

.white-nav {
    position: absolute;
    width: 112px;
    top: 58px;
    right: 40px;
    z-index: 1;
}

.white-nav span {
    position: relative;
    background: #F7F7F7;
    width: 56px;
    height: 56px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.white-nav span:hover {
    background: #F1F2F3;
}

.white-nav-prev {
    border-radius: 30px 0px 0px 30px;
}

.white-nav-next {
    border-radius: 0 30px 30px 0;
}

.slick-slider.auto .slick-list {
    height: auto !important;
}

.portfolio-single-content .portfolio-single-slide {
    min-height: 380px;
}

.recaptcha-wrap span.wpcf7-not-valid-tip {
    margin-top: -10px !important;
}

.copyright {
    font-family: Inter, sans-serif;
    color: #5B6471;
}

.g-recaptcha {
    -webkit-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
}

.clients-global .heading {
    margin-bottom: 48px;
}

.btn-198 {
    width: 198px;
}

.btn-gamers {
    background: #BCE251;
}

.discuss-gamers .btn-gamers {
    background: #CAF451;
}

.btn-gamers:hover {
    background: #B5DB4B
}

.discuss-sports .btn-icon span,
[data-product="NFT Marketplace<br> for sports"] .hero-text .btn-icon span,
.btn-gamers span {
    color: #131313;
}

.discuss-sports .btn-icon span:after,
[data-product="NFT Marketplace<br> for sports"] .hero-text .btn-icon span:after,
.btn-gamers span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(1323%) hue-rotate(341deg) brightness(89%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(1323%) hue-rotate(341deg) brightness(89%) contrast(85%);
}

.many-more {
    font-family: 'Manrope', sans-serif;
    line-height: 150%;
    color: #131313;
    background: -o-linear-gradient(358.07deg, #CAF451 0%, rgba(202, 244, 81, 0) 96.74%);
    background: linear-gradient(91.93deg, #CAF451 0%, rgba(202, 244, 81, 0) 96.74%);
}

[data-product="NFT Marketplace<br> for sports"] .many-more {
    color: #fff;
    background: -o-linear-gradient(358.07deg, rgba(0, 240, 255, 0.8) 0%, rgba(0, 240, 255, 0) 96.74%);
    background: linear-gradient(91.93deg, rgba(0, 240, 255, 0.8) 0%, rgba(0, 240, 255, 0) 96.74%);
}

[data-product="NFT Marketplace<br> for art galleries"] .many-more {
    color: #fff;
    background: -o-linear-gradient(358.07deg, #5B6471 0%, rgba(91, 100, 113, 0) 96.74%);
    background: linear-gradient(91.93deg, #5B6471 0%, rgba(91, 100, 113, 0) 96.74%);
}

.artwork-cards {
    margin-bottom: 50px;
}

.artwork-card {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 32px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    z-index: 1;
}

.artwork-card img {
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    border-radius: 32px;
    height: auto;
}

.artwork-card:before {
    background: #131313;
}

.artwork-card:after {
    content: '';
    position: absolute;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    z-index: -1;
}

.introducing-img img {
    height: auto;
}

.discuss-art .btn-icon {
    background: #14C99A;
}

.discuss-art .btn-icon:hover {
    background: #24cda1;
}

.discuss-dhp .btn-icon {
    background: #38D39B;
}

.discuss-dhp .btn-icon:hover {
    background: #23e39e;
}

.new-company-content .hero-text .btn-icon {
    background: #1365FF;
}

.new-company-content .hero-text .btn-icon:hover {
    background: #0056F4;
}

.new-company-content .hero-text .btn-icon:focus {
    background: #0047CC;
}

.our-team-face-info p.p-bold {
    font-family: Manrope, sans-serif;
}

.input-txt.active+label {
    font-size: 12px;
    line-height: 18px;
    -webkit-transform: translateY(-23px) scale(1);
    -ms-transform: translateY(-23px) scale(1);
    transform: translateY(-23px) scale(1);
}

.set-up-team .input-txt.active+label {
    color: #1365FF;
}

.tron-slide p a,
.meta-case a,
.new-tile .tile-desc a,
.dark-green-icons .meta-case a {
    font-size: inherit;
    font-family: inherit;
}

.meta-case h5>a {
    color: #fff;
}

.meta-case h5>a:after {
    content: "";
    position: absolute;
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/arrow-right-blue.svg);
    -webkit-transition: margin-left .2s;
    -o-transition: margin-left .2s;
    transition: margin-left .2s;
}

.meta-case h5>a:hover::after {
    margin-left: 16px;
}

.meta-case h5>a:hover,
.meta-case a {
    color: #4788FF;
}

.meta-case h5>a:focus,
.meta-case h5>a:hover {
    border-bottom: 0;
}

.dark-green-icons .meta-case a {
    color: #07CC84;
}

.new-tile .tile-desc a {
    color: #0BDB90;
}

.new-techs-content .tron-slide p a {
    color: #FF5C29;
}

.new-techs-content .tron-slide p a:hover,
.new-techs-content .tron-slide p a:focus,
.meta-case a:hover,
.meta-case a:focus,
.new-tile .tile-desc a:hover,
.new-tile .tile-desc a:focus,
.dark-green-icons .meta-case a:hover,
.dark-green-icons .meta-case a:focus {
    border-bottom: 1px solid;
}

.ul li {
    position: relative;
    font-family: Inter, sans-serif;
    padding-left: 32px;
    display: block;
    line-height: 150%;
    margin-bottom: 8px;
}

.ul li:last-child {
    margin-bottom: 0;
}

.ul li:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    top: 10px;
    left: 10px;
}

.dark-green-icons.meta-cases-eight .meta-case:nth-child(3):after,
.dark-green-icons .meta-case:after {
    background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
}

.bg-grey .meta-cases-four-one-row .meta-case:nth-child(3):after {
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
}

.tabz li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 16px 10px 16px 65px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
}

.tabz li.current a,
.tabz li:hover a {
    color: #0BDB90;
}

.applications-orange .tabz li.current a,
.applications-orange .tabz li:hover a {
    color: #FF5C29;
}

.applications-blue .tabz li.current a,
.applications-blue .tabz li:hover a {
    color: #1365FF;
}

.tabz li:hover a img,
.tabz li.current a img {
    -webkit-filter: brightness(0) saturate(100%) invert(84%) sepia(36%) saturate(5268%) hue-rotate(104deg) brightness(93%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(84%) sepia(36%) saturate(5268%) hue-rotate(104deg) brightness(93%) contrast(91%);
}

.applications-orange .tabz li:hover a img,
.applications-orange .tabz li.current a img {
    -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(73%) saturate(2731%) hue-rotate(342deg) brightness(101%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(47%) sepia(73%) saturate(2731%) hue-rotate(342deg) brightness(101%) contrast(107%);
}

.applications-blue .tabz li:hover a img,
.applications-blue .tabz li.current a img {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(89%) saturate(3485%) hue-rotate(214deg) brightness(99%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(30%) sepia(89%) saturate(3485%) hue-rotate(214deg) brightness(99%) contrast(103%);
}

.tabs-wrap {
    padding: 40px 64px 40px 39px;
    background: rgba(36, 40, 45, 0.6);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px 32px 0px 0px;
}

.applications-blue .tabs-wrap {
    background: #E5E7EA;
    -webkit-box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tabz li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.tabz li a img {
    top: 15px;
    left: 25px;
}

.tab-sidenav .tabz li a img {
    top: 23px;
    left: 0;
}

.tab-sidenav .tabs-wrap {
    border-radius: 32px 0 0 0;
}

.tab-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    margin-top: 56px;
    background: none;
}

.tab_content {
    background: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
}

.applications-blue .tab_content {
    background: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.tabs_item_link:hover {
    background: none
}

.tabs_item-content {
    position: relative;
    min-height: auto;
    padding: 56px 64px;
    background-image: url(new-design/img/parts/tabz_bg_xl.png);
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

.applications-blue .tabs_item-content {
    background: #F1F2F3
}

.applications-orange .tabs_item-content {
    background-image: url(new-design/img/parts/tabz_bg_orange_xl.png);
}

.tabs_item-content,
.tab_content {
    height: 264px;
}

.tabs_item-content:before {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 40, 45, 0.4);
    z-index: 0;
}

.applications-blue .tabs_item-content:before {
    display: none;
}

.tabs_item img {
    z-index: 1;
}

.h3-arrow,
.tabs_item p,
.tabs_item h3 {
    position: relative;
}

.h3-arrow {
    padding-left: 46px;
    z-index: 1;
}

.h3-arrow:before {
    content: "";
    position: absolute;
    margin: -8px 0 0 0;
    width: 54px;
    height: 54px;
    left: 0;
    background: #0BDB90;
    opacity: 0.9;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1;
}

.applications-orange .h3-arrow:before {
    background: #FF5C29;
}

.applications-blue .h3-arrow:before {
    background: #99BDFF;
}

.h3-arrow:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
    background-image: url(new-design/img/icons/arrow-right-tabs.svg);
}

.applications-orange .h3-arrow:after {
    -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(73%) saturate(2731%) hue-rotate(342deg) brightness(101%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(47%) sepia(73%) saturate(2731%) hue-rotate(342deg) brightness(101%) contrast(107%);
}

.applications-blue .h3-arrow:after {
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(59%) saturate(3407%) hue-rotate(214deg) brightness(99%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(28%) sepia(59%) saturate(3407%) hue-rotate(214deg) brightness(99%) contrast(105%);
}

.icon-left .meta-case {
    text-align: left;
    padding-left: 104px;
    padding-right: 59px;
    margin-bottom: 20px;
}

.icon-left .meta-case img {
    position: absolute;
    left: 0;
}

.icon-left .meta-case h5 {
    margin-top: 0;
}

.icon-left.meta-cases-wrap {
    margin-left: 0;
}

.s_portfolio-inside-new-no-logo .s_portfolio-slide-info h3 {
    margin-top: 0;
}

.process-slide-text h5 {
    margin-bottom: 32px;
}

.meta-cases-four .meta-case {
    min-height: 72px;
}

.courses-point-desc p,
.uls {
    padding-right: 200px;
}

.tabz-three-rows li {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.portfolio-content-single .hero-pic img {
    height: auto;
    display: block;
}

.mb-40 {
    margin-bottom: 40px;
}

.applications-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.applications-bg-bottom {
    top: auto;
    bottom: 0;
}

.slider-full-height .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-full-height .slick-slide {
    height: auto;
}

.slider-full-height .slick-slide div {
    height: 100%;
}

.workflow-slider-three .slick-track {
    padding-bottom: 15px
}

.workflow-slide-text p {
    margin: 24px 0 16px;
}

.workflow-slider-two-points .slick-track {
    margin: 0 auto;
}

.grey-2 {
    color: #A0A2A8;
}

.ul.ul-grey li:before {
    background: #A0A2A8;
}

.new-tron-content {
    padding: 56px 64px;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px;
}

.tron-slider-transformer {
    width: 100%;
}

.tron-slider-transformer .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tron-slider-six .slick-slide {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
    margin-bottom: 40px;
}

.tron-slider-six .slick-slide:nth-last-child(1),
.tron-slider-six .slick-slide:nth-last-child(2) {
    margin-bottom: 0;
}

.tron-slider-six .slick-slide:nth-child(odd) {
    padding-right: 187px;
}

.tron-slider-six .slick-slide:nth-child(even) {
    padding-left: 187px;
}

/*.bg-e5 .slider-thumbs-wrap:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 8px;
    height: 100%;
    background: #E5E7EA;
    top: 0;
    right: 4px;
}*/

.portfolio-content-single .s_portfolio_single .slider-thumbs-wrap:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 8px;
    height: 100%;
    background: #F1F2F3;
    top: 0;
    right: 4px;
    -webkit-box-shadow: inset 8px 8px 24px rgba(19, 19, 19, 0.05), inset 36px 36px 64px rgba(19, 19, 19, 0.03);
    box-shadow: inset 8px 8px 24px rgba(19, 19, 19, 0.05), inset 36px 36px 64px rgba(19, 19, 19, 0.03);
}

.preface-desc a {
    color: #1365FF;
    border-bottom: 1px solid transparent;
}

.preface-desc a:hover,
.preface-desc a:focus {
    border-bottom: 1px solid #1365FF;
}

.meta-cases-six-no-desc h5,
.meta-cases-three-no-desc h5 {
    margin-bottom: 0;
}

.meta-cases-three .meta-case:nth-child(1):after,
.meta-cases-three .meta-case:nth-child(2):after,
.meta-cases-three-no-desc .meta-case:nth-child(1):after,
.meta-cases-three-no-desc .meta-case:nth-child(2):after {
    height: 136px;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
}

.meta-cases-three .meta-case:nth-child(1):after,
.meta-cases-three .meta-case:nth-child(2):after {
    height: 188px;
}

.meta-cases-three-no-desc .meta-case:nth-child(1):after,
.meta-cases-three-no-desc .meta-case:nth-child(2):after {
    height: 136px;
}

.meta-cases-six-no-desc .meta-case:nth-child(1):after,
.meta-cases-six-no-desc .meta-case:nth-child(2):after {
    height: 313px;
}

.tabs-nav li span {
    position: relative;
    display: block;
    height: 148px;
    text-align: center;
    cursor: pointer;
}

.tabs-nav li span img,
.tabs-nav li span>strong {
    pointer-events: none;
}

.tabs-nav li span img {
    display: block;
    margin: 0 auto 8px;
}

/*.tabs-nav-four.tabs-nav li span {
    height: 124px;
}
*/
.tabs-nav li span>strong {
    color: rgba(255, 255, 255, 0.7);
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
}

.tabs-nav-four.tabs-nav li span>strong {
    max-width: 100%;
}

.tabs-nav li span:hover strong,
.tabs-nav li span.selected strong {
    color: rgba(255, 255, 255, 1);
}

.tabs-nav li span:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 4px 4px 0px 0px;
    left: 0;
    bottom: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.tabs-nav li span.selected:after {
    background: #FF5C29;
}

.tabs-tech-green-lines .tabs-nav li span.selected:after {
    background: #0BDB90;
}

.tabs-tech-light a img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*.tabs-tech-light a:hover img,*/
.tabs-tech-light a.selected img {
    -webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(16%) saturate(4810%) hue-rotate(110deg) brightness(93%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(66%) sepia(16%) saturate(4810%) hue-rotate(110deg) brightness(93%) contrast(95%);
}

.tabs-nav-four li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.tabs-nav-six li {
    -ms-flex-preferred-size: 16.6666667%;
    flex-basis: 16.6666667%;
}

.hyper-tab-window {
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 48px 48px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}

.tabs-tech-light .hyper-tab-window {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-f7 #tabs div article {
    background: #F7F7F7;
}

.tabs-tech-light .tabs-nav li span>strong {
    color: #131313;
}

.hyper-tab-window img {
    position: absolute;
    left: 0;
    top: 57px;
    z-index: -1;
}

.hyper-tab-window-text h3 {
    -ms-flex-preferred-size: 456px;
    flex-basis: 456px;
}

.hyper-tab-window-text-inside p {
    margin-bottom: 32px;
}

.hyper-tab-window-text-inside {
    -ms-flex-preferred-size: 632px;
    flex-basis: 632px;
}

.solutions-content-single .hero-text h1 {
    color: #A0A2A8;
}

.solutions-content-single .hero-text h1 span {
    color: #131313 !important;
    -webkit-text-stroke-width: inherit;
    -webkit-text-stroke-color: inherit;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}

.case-tabs li {
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
    margin: 0 !important;
}

.case-tabs-two-rows li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.case-tabs li p {
    height: 56px;
    background: #F1F2F3;
    border-bottom: 2px solid transparent;
}

.bg-dark .case-tabs li p {
    background: transparent;
    color: #fff;
}

.case-tabs li p span {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.bg-dark .case-tabs li p span {
    color: rgba(255, 255, 255, 0.5);
}

.case-tabs li p.active {
    background: #F1F2F3;
    border-color: #1365FF;
}

.bg-dark .case-tabs li p.active {
    background: transparent;
}

.case-tabs li p.active span {
    color: #131313;
}

.bg-dark .case-tabs li p.active span {
    color: rgba(255, 255, 255, 1);
}

.case-tabs li p span {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #A0A2A8;
}

.case-tabs-info {
    background-color: #F7F7F7;
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
}

.case-tabs-wrap {
    background-color: #fff;
    padding: 48px 56px;
}

.case-tabs-wrap.active {
    background-color: #131313;
}

.case-tabs-wrap.active .case-tabs-text * {
    color: #fff;
}

.case-preface h3 {
    margin: 0;
    color: #1365FF;
}

.case-preface h3 span {
    color: #131313;
}

.case-tabs-text p {
    font-size: 16px;
}

.case-preface.active {
    background: #24282D;
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
}

.case-preface.active h3 span {
    color: #fff;
}

.case-tabs-img {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    padding-right: 58px;
}

.case-tabs-text {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
}

.case-preface {
    padding: 40px 56px;
}

.btn-case {
    background: #1365FF;
    border-radius: 70px;
    height: 64px;
    width: 100%;
    max-width: 464px;
    padding: 19px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: none;
    padding-right: 140px;
    display: block;
    text-align: right;
    border: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
}

.btn-case:before {
    background-image: url(new-design/img/icons/add-blockchain.svg);
    width: 32px;
    height: 32px;
    left: auto;
    right: 88px;
    top: 15px;
}

.btn-case-metaverse:before {
    background-image: url(new-design/img/icons/add-metaverse.svg);
}

.btn-case.active {
    background: #131313;
    border-color: #fff;
    padding-right: 165px;
}

.btn-case.active:before {
    background-image: url(new-design/img/icons/blockchain-back.svg);
    right: 111px;
    width: 34px;
    height: 34px;
}

.discovery-slide {
    background: rgba(26, 27, 29, 1);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 32px 32px 0px 0px;
    padding: 56px 0 104px 56px;
    background-image: url(new-design/img/parts/discovery-slide-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.discovery-pic {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    margin-top: 112px;
}

.discovery-no-btns .discovery-pic {
    margin-bottom: 0;
}

.discovery-info img,
.discovery-pic img {
    display: block;
    height: auto;
}

.discovery-text {
    margin: 32px 0 40px;
}

.discovery-text h3 {
    font-weight: 400;
}

.btn-arrows {
    top: 56px;
    right: 72px;
}

.btn-arrows .s_portfolio-slide-nav-item {
    background: #24282D;
}

.btn-arrows .s_portfolio-slide-nav-item:hover,
.btn-arrows .s_portfolio-slide-nav-item:focus {
    background: #40464F
}

.btn-arrows.s_portfolio-slide-nav .s_portfolio-slide-nav-item:before {
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(583%) hue-rotate(177deg) brightness(97%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(583%) hue-rotate(177deg) brightness(97%) contrast(94%);
}

.btn-arrows.s_portfolio-slide-nav .s_portfolio-slide-nav-item:hover::before,
.btn-arrows.s_portfolio-slide-nav .s_portfolio-slide-nav-item:focus::before {
    -webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(531%) hue-rotate(295deg) brightness(79%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(531%) hue-rotate(295deg) brightness(79%) contrast(90%);
}

.btn-play,
.video-olway-xl,
.video-olway-xs {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.btn-play:hover .olway-play {
    opacity: 1;
}

.closer {
    width: 40px !important;
    height: 40px !important;
    background: #131313 !important;
    top: -44.5px !important;
    border-radius: 100%;
}

.closer:after {
    content: "";
    position: absolute;
    margin: 8px 0 0 -18px;
    width: 24px;
    height: 24px;
    background-image: url(new-design/img/icons/popup-close.svg);
    opacity: 0.6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.closer:hover::after {
    opacity: 1;
}

.discovery-info .btn {
    text-transform: uppercase;
    font-size: 14px;
}

.courses-point-desc-bg {
    z-index: 0
}

.new-techs-content .portfolio-benefits .preface-desc {
    max-width: 1008px;
}

.blog-time h3 {
    margin-bottom: 32px;
}

.blog-card {
    background: #FFFFFF;
    border-radius: 8px 8px 16px 16px;
    overflow: hidden;
    display: block;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.blog-card:hover {
    -webkit-box-shadow: 4px 4px 8px rgba(19, 19, 19, 0.06), 16px 16px 32px rgba(19, 19, 19, 0.1);
    box-shadow: 4px 4px 8px rgba(19, 19, 19, 0.06), 16px 16px 32px rgba(19, 19, 19, 0.1);
}

.blog-card-pic img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card-info {
    padding: 32px;
}

.blog-card-info h5 {
    margin: 4px 0 32px;
}

.blog-card-read,
.blog-card-date,
.blog-card-tag {
    display: block;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.7;
    text-transform: uppercase;
}

.blog-card-date {
    color: #5B6471;
}

.blog-card-read {
    text-transform: none;
    color: #A0A2A8;
    margin-left: 16px;
}

.blog-card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 245px;
}

.blog-slider .slick-list {
    margin: 0 -16px;
    overflow: visible;
}

.blog-slider .slick-slide {
    padding: 0 16px;
}

.industries-block h2 {
    position: relative;
    z-index: 1;
    display: block
}

.industries-block h2:after {
    content: "";
    position: absolute;
    margin: 0;
    width: calc(100% + 30px);
    height: 45px;
    background: #F7F7F7;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.industry-icons {
    border-radius: 0 40px 0 0;
    border-color: #A0A2A8;
    margin-top: -80px;
    padding: 64px 56px 64px 330px;
    z-index: 0;
}

.industry-list {
    -ms-flex-preferred-size: 312px;
    flex-basis: 312px;
}

.industry-list ul li a img {
    position: absolute;
    left: 0;
    top: -2px;
}

.industry-list ul li {
    padding-left: 52px;
    min-height: auto;
    margin-bottom: 48px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry-list-ico-hover {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.industry-list ul li a {
    pointer-events: none;
}

.industry-list ul li a h4 {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    word-break: break-word;
}

.industry-list ul li a:hover .industry-list-ico-hover {
    opacity: 1;
}

.industry-list ul li a:hover h4 {
    color: #1365FF;
}

.industry-list+.industry-list {
    border: none;
    padding-left: 40px;
}

.industry-img img {
    margin-top: 40px;
}

.industry-info {
    padding-left: 176px;
}

.industry-icons:after {
    height: 80px;
    background: #A0A2A8;
}

.path-item-fill-100 {
    fill-opacity: 1 !important;
}

.our-dev-process-thumb,
.skyrocket-list li span {
    font-family: 'Manrope';
    font-size: 20px;
    opacity: 0.6;
}

.our-dev-process-thumb {
    margin-bottom: 24px;
    line-height: 1.2;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slick-current .our-dev-process-thumb {
    color: #fff;
    opacity: 1;
    font-weight: 700;
}

.our-dev-process-thumbs {
    padding-top: 0;
}

.skyrocket-list li span:hover {
    opacity: 1;
}

.our-dev-process-slider .slick-slide,
.our-dev-process-slide-inside {
    height: 320px;
}

svg path[data-slide]:hover {
    stroke-opacity: 0.4;
}

svg path[data-slide][stroke-opacity="1"]:hover {
    stroke-opacity: 1;
}

.our-dev-process-slide-text p {
    margin-top: 0;
}

.our-dev-process-slider-5-points .our-dev-process-slide-text p {
    padding-right: 0;
}

.our-dev-process-slide-img {
    right: 75px;
}

.our-dev-process-slide-text {
    max-width: 525px;
}

.our-dev-process-thumbs .slick-list {
    padding-left: 32px;
}

.our-vacancies .pic-bg img,
.partner-today .pic-bg img {
    height: 416px;
    bottom: 0;
    -o-object-fit: initial;
    object-fit: initial;
}

.our-vacancies .pic-bg img {
    height: 560px;
}

.filters-wrapper {
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-item {
    display: block;
    margin: 0 8px 8px 0;
}

.filter-item:last-child {
    margin-right: 0;
}

.filter-tag {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #24282D;
    border-radius: 4px;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.filter-tag:hover {
    background: #40464F;
}

.filter-tag.active {
    background: #1365FF;
    color: rgba(255, 255, 255, 1);
}

.projects-products-tiles .projects-tile {
    padding: 112px 0 0 32px;
}

.projects-products-tiles .projects-tile-title,
.projects-products-tiles .projects-tile-desc {
    padding-right: 32px;
}

.projects-products-tiles .projects-tile-link {
    width: 80px;
    height: 80px;
}

.projects-products-tiles .projects-tile {
    min-height: 526px;
}

.projects-products-tiles .projects-tile .projects-tile-screen {
    width: 100%;
    height: auto;
}

.projects-products-tiles .projects-tile img {
    width: 96px;
}

.hero-text h3 {
    margin-top: 40px;
}

.page-template-new-design-products .hero-desc {
    margin-top: 24px;
    max-width: 640px;
}

.pic-bg-bottom img {
    height: auto;
    bottom: -1px;
}

.page-template-new-design-company-careers .hero-desc h6 {
    margin: 40px 0 24px;
}

.vacancy-right .btn {
    color: #5B6471;
    border-color: #5B6471;
    width: 240px;
    padding: 20px 40px;
}

.vacancy-right .btn span {
    color: #5B6471;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.vacancy-right .btn span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(15%) saturate(411%) hue-rotate(176deg) brightness(89%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(41%) sepia(15%) saturate(411%) hue-rotate(176deg) brightness(89%) contrast(91%);
}

.vacancy:hover .btn span:after {
    right: 24px;
    -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(233%) hue-rotate(315deg) brightness(93%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(233%) hue-rotate(315deg) brightness(93%) contrast(93%);
}

.vacancy:hover .btn {
    border-color: #131313;
}

.vacancy:hover .btn span {
    color: #131313;
}

.department {
    color: #5B6471 !important;
    font-weight: 400;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.vacancy:hover .department {
    color: #131313 !important;
}

.vacancy:after {
    content: "";
    position: absolute;
    margin: 0;
    height: 1px;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

.vacancy:last-child::after {
    display: none;
}

.discuss-find-position .discuss-info {
    background: #131313;
}

.discuss-find-position .discuss-text p,
.discuss-find-position .discuss-text h3 {
    color: #fff;
}

.no-vacancies-text {
    text-align: center;
    padding: 64px 104px 72px;
    border-radius: 32px 32px 0 0;
    background: #fff;
}

.no-vacancies-text h3,
.no-vacancies-text h5 {
    color: #131313;
}

.no-vacancies-text h5 {
    max-width: 600px;
    margin: 0 auto;
}

.no-vacancies-tumbler .active-vacancies {
    display: none;
}

.no-vacancies-tumbler .no-vacancies {
    display: block
}

.vacancy-single-text {
    padding: 55px 0 0 0;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
}

.vacancy-single-text p,
.vacancy-single-text span,
.vacancy-single-text li {
    font-family: Inter;
}

.vacancy-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-careers-single,
.single-vacancies {
    overflow: visible;
}

.new-careers-single .breadcrumbs {
    margin-bottom: 0;
}

.vacancy-sidebar .btn {
    width: 159px;
    color: #fff;
}

.vacancy-nav * {
    color: #131313;
}

.vacancy-nav {
    max-width: 280px;
    position: sticky;
    top: 120px;
    padding-bottom: 40px;
}

.vacancy-single-title {
    font-size: 48px;
}

.md-overlay {
    background: rgba(19, 19, 19, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.popup-container {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000000000;
    padding-top: 60px;
    padding-bottom: 60px;
}

.no-scrollable .popup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-container .popup-mask {
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 50;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    color: transparent;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    border-radius: 5px;
    overflow: hidden;
    background: #F7F7F7;
    height: 5px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #1365FF;
}

.dnd-icon-remove {
    position: absolute;
    top: -5px;
    right: 0;
}

.dnd-icon-remove:after {
    content: '';
    width: 24px !important;
    height: 24px !important;
    background-image: url(images/icons/upload-del.svg) !important;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.dnd-upload-status {
    margin-bottom: 16px;
    padding-bottom: 22px;
    background: #fff;
    z-index: 1;
}

.dnd-upload-status .dnd-upload-details {
    padding-left: 12px;
    width: 100%;
}

.dnd-upload-details .name em {
    font-size: 12px;
    color: #A0A2A8 !important;
    position: absolute;
    bottom: -2px;
}

.thanks-block,
.thanks-modal {
    position: fixed;
    top: 12%;
    left: 50%;
    width: 1005px;
    background: #fff;
    border-radius: 48px;
    height: auto;
    margin-left: -502.5px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.thanks-block.thanks-active,
.thanks-modal.modal-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000000
}

.thanks-block-vacancy-content {
    padding: 96px 206px 104px;
    text-align: center;
    position: relative;
}

.thanks-block-vacancy-content h2 {
    margin: 56px auto 40px;
}

.thanks-block-vacancy-content img {
    display: block;
    margin: 0 auto;
}

.thanks-modal-bg {
    background: #EBF2FF;
    -webkit-filter: blur(160px);
    filter: blur(160px);
    border-radius: 48px;
    position: absolute;
    inset: 96px 96px 72px;
}

.thanks-modal-close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
}

.codedropz-upload-wrapper span.has-error-msg {
    color: #FFA185 !important;
    font-family: Inter;
    font-style: normal;
    font-size: 12px;
}

.codedropz-upload-inner h6 {
    position: absolute;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #A0A2A8;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.next-btn-view-more+.btn {
    font-size: 14px;
    width: 163px !important;
    margin-top: 8px;
    margin-bottom: 32px;
}

.btn-more-projects {
    text-transform: uppercase !important;
    margin: 22px auto 0;
    border: 1px solid #A0A2A8;
    color: #A0A2A8;
    width: 163px;
    font-size: 14px;
    background: none;
    border-radius: 32px !important;
    font-family: Manrope;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-more-projects:hover,
.btn-more-projects:focus {
    color: #fff;
    border-color: #fff;
}

.modal-content input:-webkit-autofill,
.modal-content input:-webkit-autofill:focus,
.contacts-us-form input:-webkit-autofill,
.contacts-us-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.footer-form input:-webkit-autofill,
.footer-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1365FF inset !important;
    -webkit-text-fill-color: #fff !important;
}

.footer-form input:-webkit-autofill+label,
.footer-form input:-webkit-autofill:focus+label {
    color: #99BDFF !important;
}

.new-services-content .breadcrumbs span.no-event,
.new-services-content+.breadcrumbs-xs-wrap .breadcrumbs span.no-event {
    color: rgba(255, 255, 255, 0.5);
}

.hyper-tab-window-text-inside P:last-child {
    margin-bottom: 0;
}

.arrows-right-side {
    top: 16px;
    right: 16px;
}

.grey-arrows span {
    background: #40464F !important;
}

.grey-arrows span:hover {
    background: #5B6471 !important;
}

.grey-arrows span:hover {
    background: #5B6471 !important;
}

.grey-arrows span:before {
    opacity: 1 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(1%) saturate(2672%) hue-rotate(214deg) brightness(86%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(75%) sepia(1%) saturate(2672%) hue-rotate(214deg) brightness(86%) contrast(96%);
}

.grey-arrows span:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(85%) hue-rotate(182deg) brightness(97%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(85%) hue-rotate(182deg) brightness(97%) contrast(89%);
}


.slide-nav-grey-arrows span {
    background: #40464F !important
}

.slide-nav-grey-arrows span:hover {
    background: #5B6471 !important
}

.slide-nav-grey-arrows span:before {
    opacity: 1 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(1%) saturate(2672%) hue-rotate(214deg) brightness(86%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(75%) sepia(1%) saturate(2672%) hue-rotate(214deg) brightness(86%) contrast(96%)
}

.slide-nav-grey-arrows span:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(85%) hue-rotate(182deg) brightness(97%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(85%) hue-rotate(182deg) brightness(97%) contrast(89%)
}

.grey-arrows .slick-arrow {
    width: 56px;
    height: 56px;
    background: #F7F7F7;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.grey-arrows .slick-arrow:before {
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.grey-arrows .slick-arrow:hover {
    background: #F1F2F3
}

.grey-arrows .slick-arrow:hover:before {
    opacity: 1
}

.grey-arrows .slick-prev {
    border-radius: 30px 0 0 30px
}

.grey-arrows .slick-next {
    border-radius: 0 30px 30px 0
}

.grey-arrows-top-left .slick-arrow {
    top: 68px;
    left: 56px
}

.grey-arrows-top-left .slick-next {
    left: 112px
}

.nutsell-point {
    position: relative;
    text-align: center;
}

.nutsell-ico {
    display: block;
    margin: 0 auto -16px;
    opacity: 1 !important;
}

.nutsell-number {
    background: #16F3A2;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.nutshell-no-slider-blue .nutsell-number,
.nutshell-blue .nutsell-number {
    background: #1365FF;
}

.nutsell-number p {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #131313;
    position: relative;
}

.nutshell-no-slider-blue .nutsell-number p,
.nutshell-blue .nutsell-number p {
    color: #fff;
}

.nutsell-number:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: 1px;
    background: #0BDB90;
    left: 0;
    right: 0;
    z-index: -1;
}

.nutshell-no-slider-blue .nutsell-number:before,
.nutshell-blue .nutsell-number:before {
    background: #1365FF;
}

.nutsell-number:after {
    content: "";
    position: absolute;
    margin: -48px 0 0 0;
    width: 120px;
    height: 48px;
    background-size: contain;
    background-image: url(new-design/img/pages-services/nft-launchpad/launchpad/timeline_blur.png);
    z-index: -1;
}

.nutshell-no-slider-blue .nutsell-number:after,
.nutshell-blue .nutsell-number:after {
    background-image: url(new-design/img/parts/timeline_blur_blue.png);
}

.nutsell-desc {
    padding: 0 16px;
}

.nutsell-desc h5 {
    padding: 24px 0 16px;
}

.nutsell-desc h6 {
    padding-top: 24px;
}

.nutsell-desc p {
    color: #C4C6CC;
}

.nutsell-slider-wrap {
    position: relative;
    padding-right: 70px;
}

.nutshell-slider-inside .nutsell-slider-wrap {
    padding-right: 0;
}

.nutsell-slider-thumbs-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.nutshell-slider-inside .nutsell-slider-thumbs-wrap {
    top: 40px;
    right: 24px;
}

.nutshell-slider-inside .nutsell-slider-thumb {
    height: 31px;
}

.nutsell-slider-thumb {
    height: 29px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.nutsell-slider-thumb span {
    display: block;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    padding: 4px 0 0 8px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.nutsell-slider-thumb:hover,
.slick-current .nutsell-slider-thumb {
    border-left: 1px solid rgba(255, 255, 255, 1);
}

.nutsell-slider-thumb span:hover,
.slick-current .nutsell-slider-thumb span {
    color: rgba(255, 255, 255, 1);
}

.nutsell-slider-thumbs .slick-list,
.nutsell-slider-thumbs .slick-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.page-template-new-design-services-nft-defi-staking .pb-0.bg-green {
    margin-top: -1px;
}

.portfolio-benefits-desc {
    position: relative;
}

.banner-h4 {
    margin-top: 24px;
}

.wide-pic-item img {
    display: block;
    margin: 0 auto;
    height: auto;
}

.rooms-slider-wrap {
    position: relative;
    overflow: hidden;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.rooms-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.rooms-slider .slick-track {
    padding: 0 !important;
    margin: 0 !important;
}

.article-btn h3,
.article-btn .tabs-meta {
    max-width: 648px;
}

.article-btn-full h3,
.article-btn-full .tabs-meta {
    max-width: 720px;
}

.article-btn .btn {
    margin-top: 40px;
}

.article-btn .btn span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tabs_item-content .btn {
    margin-top: 40px;
}

.case-tabs-two-rows {
    padding: 0 64px;
}

.our-dev-services {
    background-color: transparent;
}

.our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
    height: 288px;
    background: #F7F7F7;
    border-radius: 32px;
}

.our-dev-services .s_portfolio-slide-nav {
    top: -100px;
    right: 0;
}

.our-dev-services .our-dev-process-thumb {
    color: #5B6471;
    font-family: 'Inter';
}

.our-dev-services .our-dev-process-nav {
    padding-top: 14px;
}

.our-dev-services .slick-current .our-dev-process-thumb:before {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(1032%) hue-rotate(342deg) brightness(102%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(1032%) hue-rotate(342deg) brightness(102%) contrast(102%);
}

.our-dev-process-items-mobile-light .power-point-cursor:before {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(2%) saturate(4046%) hue-rotate(177deg) brightness(88%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(42%) sepia(2%) saturate(4046%) hue-rotate(177deg) brightness(88%) contrast(88%);
}

.new-techs-dev-content .advantages-block .preface-desc {
    margin-left: auto;
    margin-right: auto;
}

.new-techs-dev-content .advantages-block+.footer-form-block {
    padding-top: 0;
}

.workflow-slide {
    position: relative;
    background: rgba(36, 40, 45, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 32px;
    background-image: url(new-design/img/parts/orange_effect.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 120px 24px 24px 24px;
    overflow: hidden;
    min-height: 328px;
}

.workflow-slide img {
    position: absolute;
    top: 8px;
    left: 24px;
}

.workflow-number {
    position: absolute;
    top: 24px;
    right: 24px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF5C29;
}

.workflow-slider .slick-slide {
    margin: 0 4px;
}

.workflow-slide-text .ul {
    margin-top: 24px;
}

.workflow-slide-text .ul li:before {
    top: 8px;
}

.workflow-slide-text ul li {
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 12px;
}

.workflow-slider .slick-list {
    margin-left: -4px;
    margin-right: -4px;
}

.our-tech {
    background-color: transparent
}

.our-tech-content {
    background: rgba(9, 10, 11, 0.5);
    border-radius: 32px 32px 0px 0px;
    padding: 56px 56px 64px;
}

.page-template-new-design-services-metaverse-new-template .meta-cases .heading,
.our-tech-content .heading {
    margin-bottom: 32px;
}

.our-tech-item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-tech-item-desc p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #A0A2A8;
    white-space: break-spaces;
    padding: 20px 0;
}

.bg-grey.dev-processes-techs p {
    color: #A0A2A8;
}

.dev-processes-techs-five.dev-processes-techs h4 {
    min-height: auto;
}

.bg-grey.dev-processes-techs .process-slider .slick-slide::after {
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
}

.hire-team-desc {
    position: relative;
}

.hire-team-desc .p-bold {
    margin: 30px 0 10px;
}

.hire-team-desc p {
    max-width: 320px;
}

.hire-team-desc .heading {
    position: absolute;
    padding-left: 63px;
}

.hire-team-desc .heading:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 78px;
    height: 348px;
    background-image: url(new-design/img/pages-techs/front-end/parts/rhomb-xl.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.set-up-info [type="checkbox"].fill-in+span::after {
    border-color: #5B6471;
    border-width: 1px;
    border-radius: 0;
    width: 18px;
    height: 18px;
}

.set-up-info [type="checkbox"].fill-in:checked+span::before {
    background: #1365FF;
}

.btn-send-calc {
    background: #1365FF;
    background-image: none;
    width: 166px;
    height: 56px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 28px;
    padding: 0;
    margin: 30px 0 0 0;
}

.set-up-info .recaptha-col-calc {
    margin-bottom: 10px;
}

.hire-team {
    z-index: 2;
}

.hire-team+.single-slider-wrap {
    z-index: 1;
    margin-top: -90px;
}

.set-up-team-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #f7f7f7;
    height: 419px;
}

[data-product="Java development"] .workflow-slide {
    min-height: 392px;
}

.di-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.set-up-info .wpcf7-radio .wpcf7-list-item-label {
    font-family: Inter;
}

.nft-text {
    padding-top: 45px;
}

.nft-text p:not(:last-child) {
    margin-bottom: 20px;
}

.nft-pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pyramid-text {
    min-height: 136px;
    margin-bottom: 32px;
}

.pyramid-text:last-child {
    margin-bottom: 0;
}

.pyramid-text h5 {
    margin-bottom: 16px;
}

.pyramid-text p {
    color: rgba(255, 255, 255, 0.7);
}

.new-techs-dev-content .discuss {
    position: relative;
    z-index: 2;
}

.new-techs-dev-content .dev-processes-techs {
    margin-top: -1.5px;
}

.tabs-meta>span {
    display: block;
}

.bg-bottom {
    position: absolute;
    left: -160px;
    bottom: 0;
    width: 100%;
    max-width: 1216px;
    height: auto;
}

.our-mission .bg-bottom {
    left: 0;
    max-width: 100%;
}

.bg-404 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
}

.additional-page-thank-you .bg-404 {
    max-width: 1014px;
}

.thank-you-block .box .xl5 {
    position: relative;
}

.thanks-page-text {
    max-width: 384px;
}

.additional-page-thank-you .thanks-page-text {
    max-width: 488px;
}

.additional-page-thank-you .btn {
    color: #fff;
    width: auto;
    padding: 0 30px;
}

.thanks-page-text h1 {
    margin-bottom: 40px;
}

.additional-page-thank-you .thanks-page-text h1 {
    white-space: nowrap;
}

.faq-list-item a {
    color: #1365FF;
    font-size: inherit;
}

.policy-content {
    padding-top: 144px;
}

.policy {
    padding-bottom: 155px;
}

.solution-tiles.projects-tiles .row .col {
    margin-bottom: 32px;
}

.process-slide-pic img {
    height: auto;
}

.tabs-meta p>a {
    color: #0BDB90;
    font-size: inherit;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.leaders {
    padding: 64px 0 72px;
}

.tv-slide-pic {
    position: relative;
    padding: 24px 24px 0;
    z-index: 1;
}

.tv-slide-pic img {
    display: block;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    width: 100%;
    height: auto;
}

.tv-slide-pic:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #E5E7EA;
    border-radius: 20px 20px 0px 0px;
    right: 0;
    left: 0;
    margin: 0;
    top: 48px;
    bottom: 0;
    -webkit-box-shadow: 4px 4px 8px rgba(19, 19, 19, 0.06), 16px 16px 26px rgba(19, 19, 19, 0.1);
    box-shadow: 4px 4px 8px rgba(19, 19, 19, 0.06), 16px 16px 26px rgba(19, 19, 19, 0.1);
}

.tv-slide-bottom {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    padding: 5px 32px;
    height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tv-slide-bottom h5 {
    z-index: 1;
    padding-right: 100px;
}

.tv-slide-bottom img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tv-slider-wrap .s_portfolio-slide-nav {
    z-index: 1;
    bottom: 24px;
    right: 24px;
    top: auto;
}

.tv-slider-wrap .btn-arrows.s_portfolio-slide-nav .s_portfolio-slide-nav-item:before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(79%) hue-rotate(99deg) brightness(115%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(79%) hue-rotate(99deg) brightness(115%) contrast(94%);
}

.tv-slider .slick-list {
    padding: 0 36px;
    margin: 0 -36px;
}

[data-project="Metaverse<br> Rooms Sports"] .portfolio-benefits+.portfolio-benefits {
    margin: 0;
    padding-top: 0;
}

.page-template-new-design-portfolio-scada .solution-action::before,
[data-project="Metaverse<br> Rooms Sports"] .solution-action::before {
    background: #24282D;
}

.meta-cases-box {
    background: rgba(19, 19, 19, 0.2);
    -webkit-box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 48px 48px 0px 0px;
    padding: 96px 56px 104px;
}

.meta-cases-wrap-pics .meta-case img {
    height: 160px;
}

.leaders-bg-white .chain-icon {
    opacity: 0.6;
}

.leaders-bg-white img {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(784%) hue-rotate(173deg) brightness(91%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(784%) hue-rotate(173deg) brightness(91%) contrast(90%);
}

.nutsell-no-slider .nutsell-slide {
    position: relative;
    z-index: 1;
}

.nutsell-items-4 .nutsell-slide {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.solution-cloud {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.solution-cloud-1088 {
    max-width: 1088px;
}

.solution-cloud-text {
    padding: 40px;
    border-radius: 32px 32px 0px 0px;
}

.solution-cloud-text .btn {
    margin-top: 40px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.solution-cloud-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.solution-cloud-bg {
    position: absolute;
    background: #F1F2F3;
    border-radius: 32px 32px 0px 0px;
    top: 33px;
    right: -104px;
    bottom: 0;
    left: -104px;
    z-index: -1;
}

.solution-cloud-wrap-dark .solution-cloud-bg {
    background: rgba(36, 40, 45, 0.60);
    right: -208px;
    left: -208px;
}

.solution-cloud-1088 .solution-cloud-bg {
    top: 56px;
    left: -64px;
    right: -64px;
}

.solution-cloud-1088 .solution-cloud-bg {
    background: #40464F;
}

.solution-cloud-pic {
    -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
}

.bg-grey .solution-cloud-pic {
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
}

.dark-card .white-card-content {
    background: #24282D;
    border-radius: 30px;
}

.wc-dots {
    margin-bottom: 12px;
    z-index: 1;
}

.wc-dots-slide-content {
    width: 100%;
    height: 144px;
    padding: 100px 9px 20px 9px;
    text-align: center;
}

.wc-dots-h-168 .wc-dots-slider,
.wc-dots-h-168 .wc-dots-slide-content {
    height: 168px;
}

.wc-dots-slide-pic {
    top: 20px;
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 1;
    left: 50%;
    margin-left: -36px;
}

.wc-dots-slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(88.58deg, rgba(19, 19, 19, 0) -3.56%, rgba(26, 28, 30, 0.416667) 21.42%, #24282D 129.64%);
    background: linear-gradient(1.42deg, rgba(19, 19, 19, 0) -3.56%, rgba(26, 28, 30, 0.416667) 21.42%, #24282D 129.64%);
    -webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    z-index: -1;
}

.wc-dots-slide-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #24282D;
    -webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: -1;
    opacity: 0;
}

.wc-dots-slide {
    cursor: pointer;
}

.slick-current .wc-dots-slide-bg:before,
.wc-dots-slide:hover .wc-dots-slide-bg:before {
    opacity: 1;
}

.wc-dots-slider .slick-list {
    margin: 0 -3px;
}

.wc-dots-slider .slick-slide {
    padding: 0 3px;
}

.wc-dots-slide-content h6 {
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.nutshell-in-wrap {
    background: #24282D;
    border-radius: 0px 0px 32px 32px;
    padding: 56px 0;
}

.nutshell-in-wrap.pt-0.pb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bg-f1 .nutshell-in-wrap {
    background: #F1F2F3;
}

.nutshell-slider-inside .nutshell-in-wrap {
    padding: 17px 188px 45px 0;
    height: 274px;
    overflow: hidden;
}

.nutshell-slider-inside .arrows-right-side {
    z-index: 1;
    top: 112px;
    right: 76px;
}

.nutshell-slider-inside .nutshell-in-wrap .nutsell-desc h5 {
    max-width: 176px;
    margin: 0 auto;
}

.nutshell-slider-inside .nutsell-ico {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.nutshell-in-wrap .nutsell-desc h5 {
    padding-bottom: 0;
}

.wc-dots-slider {
    height: 144px;
    overflow: hidden;
}

.content-report {
    padding: 0 !important;
}

.content-report .heading {
    margin-bottom: 48px;
}

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

.five-icon img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 8px;
}

.five-icon p {
    font-size: 14px;
    line-height: 20px;
    color: #5B6471;
}

.content-report .line-box {
    margin-top: 32px;
}

.btn-send-wrap-report {
    display: block;
    min-width: auto;
    width: 226px;
    margin: 0 auto;
}

.btn-send-wrap-report input {
    width: 226px;
    background-image: url(new-design/img/download-the-report/download-icon.svg) !important;
    background-position: calc(100% - 24px) center;
}

.report-form .checkboxes-wrap .wpcf7-list-item-label {
    position: absolute;
    top: -4px;
    left: -35px;
}

.report-form .checkboxes-wrap label:first-child {
    display: block;
    margin-bottom: 8px;
}

.report-form .checkboxes-wrap .checkbox-link-wrap a {
    position: relative;
    z-index: 1;
}

.report-form .checkboxes-wrap span.wpcf7-not-valid-tip {
    margin-left: 0;
    margin-top: -17px;
}

.report-form .checkboxes-wrap label {
    display: block;
}

.report-form .checkboxes-wrap .checkbox-link-wrap {
    position: relative;
}

.grey-tiles {
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grey-tile {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #fff;
    margin: 0 8px 16px;
    -ms-flex-preferred-size: 189px;
    flex-basis: 189px;
    height: 72px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.tab-point-more a {
    color: #5B6471;
    padding-left: 25px !important;
}

.solution-cloud-wrap-dark-bg {
    position: absolute;
    background: #24282D;
    left: 0;
    right: 0;
    bottom: 0;
    height: 104px;
    z-index: 1;
}

.solution-cloud-wrap-dark {
    background-image: url(new-design/img/parts/grey_wave_xl.png);
    background-repeat: no-repeat;
    background-position: bottom 103px center;
    background-size: contain;
}

.bg-f1 .nutsell-slider-thumb span {
    color: #C4C6CC;
}

.bg-f1 .nutsell-slider-thumb span:hover,
.bg-f1 .slick-current .nutsell-slider-thumb span {
    color: #131313;
}

.bg-f1 .nutsell-slider-thumb {
    border-left: 1px solid #C4C6CC;
}

.bg-f1 .nutsell-slider-thumb:hover,
.bg-f1 .slick-current .nutsell-slider-thumb {
    border-left: 1px solid #131313;
}

.bg-f1 .nutsell-slider-wrap .s_portfolio-slide-nav .s_portfolio-slide-nav-item {
    background: #E5E7EA
}

.bg-f1 .nutsell-slider-wrap .s_portfolio-slide-nav .s_portfolio-slide-nav-item:hover {
    background: #fff
}

.infographics-dark .case-preface {
    background: #24282d;
    padding: 48px 56px;
}

.infographics-dark .case-preface p {
    margin-top: 24px;
    max-width: 840px;
}

.infographics-dark .case-tabs-wrap {
    background-color: #131313;
}

.infographics-dark .case-tabs-wrap h4 {
    text-align: center;
    margin-bottom: 20px;
}

.case-tabs-icon {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

.case-tabs-icons-5-line .case-tabs-icon {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.case-tabs-icon h5 {
    margin-top: -30px;
}

.case-tabs-icon:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 1px;
    height: 151px;
    top: 30px;
    right: -1px;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
}

.case-tabs-icon:last-child:after {
    display: none;
}

.case-tabs-icon img {
    width: 100%;
    max-width: 202px;
    height: auto;
}

.second-parent-link-xl.active>a {
    position: relative;
    z-index: 2;
    color: #1365FF;
}

.second-parent-link-xl>.sub-menu {
    position: absolute;
    left: -16px;
    right: -16px;
    padding: 40px 0 0 0;
    top: -22px;
    overflow: hidden;
    border-radius: 8px;
    display: none !important;
    margin-top: 14px !important;
}

.second-parent-link-xl.active>.sub-menu {
    display: block !important;
    z-index: 1;
}

.second-parent-link-xl>.sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    font-size: 16px !important;
    font-family: Inter, sans-serif !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #131313 !important;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.second-parent-link-xl>.sub-menu li a:hover {
    background-color: #F7F7F7;
}

.second-parent-link-xl>.sub-menu li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.second-parent-link-xl>.sub-menu:before {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 16px 16px 32px 0px rgba(19, 19, 19, 0.10), 4px 4px 8px 0px rgba(19, 19, 19, 0.06);
    box-shadow: 16px 16px 32px 0px rgba(19, 19, 19, 0.10), 4px 4px 8px 0px rgba(19, 19, 19, 0.06);
}

.second-parent-link-xl>.sub-menu:after {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #FBFBFB;
    border-radius: 8px 8px 0 0;
    height: 40px;
}

.second-parent-link-xl>a>svg:first-child {
    left: auto !important;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.second-parent-link-xl.active>a>svg:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-explore-the-product span {
    color: #131313 !important;
}

.btn-explore-the-product span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(174%) hue-rotate(314deg) brightness(89%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(174%) hue-rotate(314deg) brightness(89%) contrast(90%);
}

.discuss-nft-crowdfunding .btn span,
[data-product="Individuelle Crowdfunding-Plattform"] .btn-explore-the-product span,
[data-product="White-label Crowdfunding Platform"] .btn-explore-the-product span {
    color: #fff !important;
}

.discuss-nft-crowdfunding .btn span:after,
[data-product="Individuelle Crowdfunding-Plattform"] .btn-explore-the-product span:after,
[data-product="White-label Crowdfunding Platform"] .btn-explore-the-product span:after {
    -webkit-filter: none;
    filter: none;
}

.mw-1000.text-left,
.text-left {
    text-align: left;
    margin-left: 0;
}

.types-point {
    position: relative;
    min-height: 160px;
    margin-bottom: 80px;
}

.types-points .row .col:nth-last-child(1) .types-point,
.types-points .row .col:nth-last-child(2) .types-point {
    margin-bottom: 0;
}

.types-points .row .col:nth-child(odd) .types-point {
    padding-right: 32px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.types-points .row .col:nth-child(even) .types-point {
    padding-left: 32px;
}

.types-points .row .col:nth-child(odd) .types-point .types-point-text {
    padding-right: 40px;
}

.types-points .row .col:nth-child(even) .types-point .types-point-text {
    padding-left: 40px;
}

.types-point-pic {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
}

.types-point-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.types-point-text {
    -ms-flex-preferred-size: 382px;
    flex-basis: 382px;
}

.types-point-text h5 {
    margin-bottom: 16px;
}

.types-point-text p {
    color: #5B6471;
}

.p-normal {
    padding-top: 96px !important;
    padding-bottom: 104px !important;
}

.discovery-slider-grey .discovery-slide {
    background: rgba(19, 19, 19, 0.20);
    -webkit-box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.meet-text a {
    margin-top: 40px;
}

.micro-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    height: 90px;
    margin: 2px;
}

.micro-point img {
    display: block;
    margin-right: 16px;
}

.micro-point {
    -ms-flex-preferred-size: 273px;
    flex-basis: 273px;
    padding: 0 32px;
}

.micro-point-green {
    -ms-flex-preferred-size: 384px;
    flex-basis: 384px;
    background: #0BDB90;
}

.micro-point-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.micro-point:not(.micro-point-green) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.micro-point:not(.micro-point-green) .micro-point-inside {
    width: 140px;
}

.micro-points-line {
    margin: 0 2px;
}

.micro-points-line .micro-point:first-child {
    border-radius: 24px 0px 0px 24px;
}

.micro-points-line .micro-point:last-child {
    border-radius: 0 24px 24px 0;
}

.fully-content {
    border-radius: 32px;
    background: rgba(19, 19, 19, 0.20);
    -webkit-box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.3499999940395355px 0.3499999940395355px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.fully-slide {
    padding-top: 45px;
    text-align: center;
    max-height: 498px;
    overflow: hidden;
}

.fully-slide-text {
    margin-bottom: 40px;
}

.fully-slide-text h3 {
    margin-bottom: 16px;
}

.fully-slide-text p {
    color: rgba(255, 255, 255, 0.7)
}

.fully-dots-slide-content {
    height: 136px;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
    background: -o-linear-gradient(89deg, rgba(19, 19, 19, 0.80) 0%, rgba(19, 19, 19, 0.00) 74.53%);
    background: linear-gradient(1deg, rgba(19, 19, 19, 0.80) 0%, rgba(19, 19, 19, 0.00) 74.53%);
}

.fully-dots {
    margin-top: -4px;
}

.fully-dots-slide-pic img {
    position: relative;
    display: block;
    margin: 0 auto 8px;
}

.fully-dots-slide-content h6 {
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.fully-dots-slide-content:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 2px;
    height: 130px;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(89deg, rgba(255, 255, 255, 0.05) 0%, rgba(19, 19, 19, 0.00) 74.53%);
    background: linear-gradient(1deg, rgba(255, 255, 255, 0.05) 0%, rgba(19, 19, 19, 0.00) 74.53%);
}

.fully-dots-slider .slick-slide:nth-last-child(1) .fully-dots-slide-content:after {
    display: none;
}

.slick-current .fully-dots-slide-content h6,
.fully-dots-slide-content:hover h6 {
    color: #fff;
}

.slick-current .fully-dots-slide-pic img,
.fully-dots-slide-content:hover .fully-dots-slide-pic img {
    -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(3598%) hue-rotate(106deg) brightness(96%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(3598%) hue-rotate(106deg) brightness(96%) contrast(91%);
}

.fully-dots-slide-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.slick-current .fully-dots-slide-bg,
.fully-dots-slide-content:hover .fully-dots-slide-bg {
    opacity: 1;
}

.fully-dots-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fully-dots-slider .slick-list {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fully-dots-slider {
    height: 136px;
    overflow: hidden;
}

.hero-video {
    overflow: hidden;
}

.hero-video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    min-height: 1080px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero-video-container .hero-video-filter {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(36, 40, 45, 0.60);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.30) inset;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.30) inset;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.banner-video-pic-t-xl,
.hero-video-item-bg,
.hero-video-item {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-video-pic-t-xl {
    height: 100% !important;
}

.hero-blurred {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-video-inside {
    height: 667px;
}

.banner-video-pic-t-xl,
.banner-video-inside .hero-video-item {
    border-radius: 32px;
}

.banner-video-label {
    position: absolute;
    top: 0;
    right: 0;
}

.video-inside-corner {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
}

.video-inside-corner-1 {
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
    border-radius: 32px 0 0 0;
}

.video-inside-corner-3 {
    border-left: 0;
    border-top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 32px 0;
}

.video-inside-corner-4 {
    border-right: 0;
    border-top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 32px;
}

.page-template-new-design-solution-metaverse-single .solution-action:before {
    background: #F1F2F3;
}

.dark-card-with-list .introducing-text h3 {
    margin-top: 0;
    padding-left: 32px;
}

.services-slider-transformer-new .service-slide {
    position: relative;
}

.services-slider-transformer-new .service-slide-item p {
    font-family: Inter, sans-serif;
    color: #DADCE0;
}

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

.why-meta-text a {
    color: #16F3A2;
}

.menu-item>a[title="Blockchain"]:hover>svg path:nth-child(1),
.menu-item>a[title="Blockchain"]:hover>svg path:nth-child(3) {
    stroke: #1365FF;
    fill: none;
}

.menu-item>a[title="Blockchain"]:hover>svg circle {
    fill: #1365FF;
}

.mega-menu-right-position .menu-item-has-children {
    position: static;
}

.mega-menu-right-position .menu-item-has-children .sub-menu {
    position: absolute;
    width: 70%;
    height: 409px;
    right: -57px;
    top: -48px;
    z-index: -1;
    opacity: 0;
    padding: 48px;
    margin: 0;
    background: #F3F2F2;
}

.mega-menu-right-position .menu-item.menu-item-has-children a svg {
    top: auto !important;
    margin-left: 16px;
}

.mega-menu-right-position .menu-item-has-children .sub-menu li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.mega-menu-right-position li.menu-item-has-children:hover {
    background: #F1F2F2;
}

.mega-menu-right-position li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 1;
}

.btn-gratis {
    padding: 0 50px;
    width: auto;
}

.btn-gratis span {
    width: 240px;
}

.btn-expertise {
    width: auto;
    display: inline-block;
    padding: 19px 30px;
}

.industries-block h2 {
    position: relative;
    display: table;
}

.header .box .navigation-list {
    right: 260px;
}

#menu-home-mobile>li:last-child>a:after {
    display: none;
}

.lang-box {
    position: absolute;
}

.lang-box-header {
    right: 193px;
    margin-top: 6.5px;
}

.lang-box-footer {
    right: 0;
    top: 40px;
}

.lang-box-sidebar {
    left: 30px;
    margin-top: 10px;
}

.lang-box-sidebar .lang-dropdown {
    left: 0;
    right: auto;
}

.lang-box-sidebar .lang-choise {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 16px;
    text-transform: none;
}

.lang-box-sidebar .lang-choise:not(.check) {
    color: #131313;
}

.lang-default {
    position: relative;
    width: 51px;
    height: 28px;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 6.5px 28px 6px 8px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    color: #131313;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
}

.lang-default:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 10px;
    height: 6px;
    top: 11px;
    right: 8px;
    background-image: url(images/icons/lang-chevron.svg);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
}

.lang-box-header .lang-default:after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(221%) hue-rotate(322deg) brightness(94%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(221%) hue-rotate(322deg) brightness(94%) contrast(86%);
}

.white-banner .lang-box-header .lang-default:after {
    -webkit-filter: none;
    filter: none;
}

.white-banner .lang-box-header .lang-default {
    background-color: #1365FF;
    cursor: pointer;
    color: #fff;
}

.lang-default.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: -8px;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(19, 19, 19, 0.06), 16px 16px 32px 0px rgba(19, 19, 19, 0.10);
    box-shadow: 4px 4px 8px 0px rgba(19, 19, 19, 0.06), 16px 16px 32px 0px rgba(19, 19, 19, 0.10);
    margin: 5px 0 0;
    width: 200px;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    overflow: hidden;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
}

.lang-default.active+.lang-dropdown {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.lang-dropdown li:first-child a {
    pointer-events: none;
}

.lang-choise {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 16px;
}

.lang-choise span {
    display: block;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgba(91, 100, 113, 1);
    margin-right: 20px;
}

.lang-choise.check {
    background-color: #1365FF;
    color: #fff;
}

.lang-choise.check span {
    color: #fff;
}

.lang-choise.check:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 16px;
    top: 13px;
    right: 12px;
    background-image: url(images/icons/lang-check.svg);
}

.lang-box-light .lang-default {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.15);
}


.lang-box-light .lang-default:after {
    opacity: 0.7;
}

.m-opened .lang-box-header .lang-default {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.m-opened .lang-box-header .lang-default:after {
    opacity: 0.7 !important;
    -webkit-filter: none !important;
    filter: none !important;
}

body.search,
body.archive.category {
    margin: 0 auto;
    overflow-x: hidden;
    background: url(images/parts/bg_waves.svg) #F7F7F7;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: contain !important;
}

/*Blog markup*/
.grid {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid--3 .grid-item,
.grid--1-2 .grid-item-1,
.grid--3 .card {
    -ms-flex-preferred-size: 31.33%;
    flex-basis: 31.33%;
    margin-right: 3%;

}

.home-banner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.home-banner-img svg,
.home-banner-img img {
    display: block;
    max-width: 100%;
}

.grid--2-1 {
    position: relative;
}

.archive-first-grid {
    position: relative;
}

.home-banner-img {
    margin-top: -40px;
}

.home-banner-img,
.grid--2-1 .grid-item-banner,
.archive-first-grid .grid-item-banner {
    -ms-flex-preferred-size: 31.33%;
    flex-basis: 31.33%;
}

.grid--3 .grid-item:nth-child(3n),
.grid--3 .card:nth-child(3n) {
    margin-right: 0;
}

.grid--1-2 .grid-item-2 {
    -ms-flex-preferred-size: 65.6666%;
    flex-basis: 65.6666%;
}

.home-banner-title,
.grid--2-1 .grid-item-2 {
    -ms-flex-preferred-size: 65.6666%;
    flex-basis: 65.6666%;
    margin-right: 3%;
}

.grid--2-1 .grid-item-2 .card {
    position: relative;
}

.grid--2-1 .grid-item-2 .card:before {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 200px;
    height: 261px;
    background-image: url(images/blend.svg);
    z-index: 1;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.card {
    position: relative;
    height: 466px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.card-link,
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card img {
    display: block;
    width: 100%;
    height: 236px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-tags {
    display: inline-block;
    position: relative;
}

.card-tags a[rel="tag"] {
    color: #131313;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
}

.card-info {
    padding: 32px;
    height: 230px;
}

.card-tags a[rel="tag"]+a {
    margin-left: 5px;
}

.card-tags a[rel="tag"]:hover {
    color: #1365FF;
}

.card-bg {
    background: -o-linear-gradient(bottom, rgba(74, 88, 189, 0.56) 0%, rgba(74, 88, 189, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 88, 189, 0.56)), to(rgba(74, 88, 189, 0)));
    background: linear-gradient(360deg, rgba(74, 88, 189, 0.56) 0%, rgba(74, 88, 189, 0) 100%);
}

.card-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 88, 189, .40);
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.card-info span {
    color: #5B6471;
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 14px;
}

.card-info span.card-tag-title {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
}

.card-title {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
    margin-top: 4px;
    overflow: hidden;
    height: 98px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.full-cards .card {
    height: 440px;
}

.full-cards .card-tags a[rel="tag"],
.full-cards .card .card-info .card-tag-title,
.full-cards .card .card-info .card-title {
    color: #fff !important;
}

.full-cards .card .card-info .card-title {
    height: auto;
    font-size: 32px;
    line-height: 133%;
    margin-top: 8px;
    margin-bottom: 16px;
}

.full-cards .card .card-date {
    color: #DADCE0;
    position: relative;
    bottom: auto;
    left: 0;
}

.card:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 236px;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.card:hover:before {
    opacity: 0.9;
}

.full-cards .card:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(359.3deg, #131313 0.98%, rgba(64, 70, 79, 0) 97.57%);
    background: linear-gradient(90.7deg, #131313 0.98%, rgba(64, 70, 79, 0) 97.57%);
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.full-cards .card:hover:before {
    opacity: 0.9;
}

.full-cards .card img {
    height: 100%;
}

.full-cards .card .card-info {
    padding: 40px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.full-cards .card .card-tags {
    z-index: 2;
    color: #fff;
}

.full-cards .card-link {
    z-index: 1;
}

.share-item {
    width: 40px;
    height: 40px;
}

.share-button {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
}

.share-button:hover svg path {
    fill: #1365FF;
}

.article-preface {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.share {
    margin-left: 40px;
    width: 100%;
    max-width: 240px;
}

.share-items {
    width: 100%;
    max-width: 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share-button svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.share-button:hover svg path {
    fill-opacity: 1;
}

.share-toggle-button i {
    margin-left: -4px;
}

.share-item {
    display: block
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form-mobile {
    position: absolute;
    top: 10px;
    right: 56px;
    height: 40px;
    width: 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: none;
}

.search-mobile-active .search-form-mobile {
    right: 86px;
    width: 100%;
    max-width: 479px;
}

.search-field {
    width: 100%;
    height: 56px;
    display: block;
    border: 1px solid #A0A2A8;
    padding: 15px;
    padding-left: 52px;
    border-radius: 4px;
    line-height: 16px;
    color: #131313;
    font-weight: 700;
    background: transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.search-field-mobile {
    border: 0;
    height: 40px;
    width: 40px;
    background: #F1F3FE;
    border-radius: 20px;
    display: block;
    padding: 0;
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.search-mobile-active .search-field-mobile {
    width: 100%;
    padding: 15px;
    padding-left: 56px;
    visibility: visible;
}

.search-submit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    color: transparent;
    background: transparent;
    border: 0;
    background-image: url(images/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.white-banner .mobile-nav:not(.scroll) .search-submit-mobile,
.search-submit-mobile {
    width: 40px;
    height: 40px;
    background-image: url(images/icons/search-icon-mobile.svg);
}

.mobile-nav:not(.scroll) .search-submit-mobile {
    background-image: url(images/icons/search-icon-mobile-white.svg);
}

.search-mobile-active .search-submit-mobile {
    background-image: url(images/icons/search-icon-mobile.svg) !important;
    right: 10px;
}

.btn-form-active {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
}

.search-mobile-active .btn-form-active {
    z-index: -1;
}

.white-header .mobile-nav:not(.scroll) .search-submit-mobile {
    background-image: url(images/icons/search-icon-mobile-white.svg);
}

.white-header .mobile-nav.search-mobile-active:not(.scroll) .search-submit-mobile {
    background-image: url(images/icons/search-icon-mobile.svg);
}

.search-field:focus {
    border-color: #1365FF;
    background: #fff;
}

.search-field::-webkit-input-placeholder {
    color: #A0A2A8;
    font-weight: 400;
}

.search-field::-moz-placeholder {
    color: #A0A2A8;
    font-weight: 400;
}

.search-field:-ms-input-placeholder {
    color: #A0A2A8;
    font-weight: 400;
}

.search-field:-o-placeholder {
    color: #A0A2A8;
    font-weight: 400;
}

.search-field-single::-webkit-input-placeholder {
    color: #131313;
}

.search-field-single::-moz-placeholder {
    color: #131313;
}

.search-field-single:-ms-input-placeholder {
    color: #131313;
}

.search-field-single:-o-placeholder {
    color: #131313;
}

.grid-posts {
    margin-top: 30px;
}

.grid-posts-no-found {
    margin-top: 40px;
}

.home .grid-posts {
    margin-top: 0;
}

.tagged-posts.active,
.category .grid-posts {
    margin-top: 56px;
}

.search-header .box {
    padding-top: 170px;
    padding-bottom: 30px;
}

body.search .content {
    padding-top: 0;
}

body.search .search-form-mobile {
    display: none !important;
}

.no-results.not-found {
    padding-top: 90px;
}

.no-results.not-found p {
    font-size: 18px;
    line-height: 150%;
    color: #292E50;
}

.no-results.not-found p br {
    display: none;
}

.single-search .search-submit {
    visibility: hidden;
}

.search-field-single {
    background: transparent;
    font-size: 54px;
    line-height: 120%;
    color: #131313;
    border: none;
    border-bottom: 1px solid #131313;
    height: auto;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1;
    border-radius: 0;
    padding-left: 0;
}

.search-field-single:focus {
    background: transparent;
}

.btn-clear {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url(images/icons/close_X.svg) center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.related-banner {
    display: none;
}

.article-content ul li a {
    color: #1365FF
}

.article-content-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 48px 48px 0 0;
    z-index: 1;
    position: relative;
    padding: 64px;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

.article-content-wrapper .blur-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
    border-radius: 48px 48px 0 0;
}

.glass-layer {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 400px;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    border-radius: 48px 48px 0 0;
}

.article-content {
    -ms-flex-preferred-size: 870px;
    flex-basis: 870px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.article-widget-area {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 70px 0 0 30px
}

.article-widget {
    position: sticky;
    top: 100px;
    right: 0;
    width: 261px;
}

.article-widget-image .banner-widget {
    height: auto;
    padding: 24px;
    min-height: 202px;
}

.article-widget-image .banner-widget a.btn-learn-more {
    left: 24px;
    right: auto;
    width: auto;
    height: 56px;
    padding-top: 18px;
    max-width: none;
    padding-left: 20px;
    padding-right: 44px;
}

.article-widget-image .banner-widget a.btn-learn-more span {
    font-size: 14px;
    width: auto;
}

a.btn-learn-more.btn-white {
    background: #fff;
    color: #131313;
    white-space: nowrap;
}

a.btn-learn-more {
    background: #0BDB90;
    border-radius: 28px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 16px 32px 16px 40px;
    margin: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 56px;
    bottom: 40px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

a.btn-learn-more:hover {
    background: #07cc84;
}

a.btn-learn-more.btn-white:hover {
    background: #fff;
}

a.btn-learn-more span {
    color: #fff;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: 120px;
    display: block;
    text-align: left;
    white-space: nowrap;
}

a.btn-learn-more span:after {
    content: "";
    position: absolute;
    margin: -5px 0 0 5px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/widget-arrow.svg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

a.btn-learn-more:hover span:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

a.btn-learn-more span {
    color: inherit;
    position: relative;
}

.banner-widget {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    margin-bottom: 32px;
    padding: 40px;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.banner-widget:after {
    content: "";
    position: absolute;
    margin: 0;
    height: 135px;
    background: -o-linear-gradient(top, #131313 46.58%, rgba(19, 19, 19, 0) 87.45%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46.58%, #131313), color-stop(87.45%, rgba(19, 19, 19, 0)));
    background: linear-gradient(180deg, #131313 46.58%, rgba(19, 19, 19, 0) 87.45%);
    top: 0;
    left: 0;
    right: 0;
}

.banner-widget h3 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.single-post .banner-widget h3 {
    font-size: 28px;
}

.banner-widget img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subheadings-under {
    font-family: 'Manrope';
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-author {
    background-color: #E5E7EA;
    border-radius: 0px 0px 32px 32px;
    padding: 52px 72px 52px 64px;
    position: relative;
    overflow: hidden;
    background-image: url(images/parts/author_bg_xl.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.article-author-pic {
    -webkit-box-shadow: -8px 8px 16px 0px rgba(19, 101, 255, 0.8);
    box-shadow: -8px 8px 16px 0px rgba(19, 101, 255, 0.8);
    border-radius: 16px;
    min-width: 168px;
    height: 168px;
    overflow: hidden;
}

.article-author-info {
    -ms-flex-preferred-size: 84%;
    flex-basis: 84%;
    padding-left: 64px;
    padding-top: 10px;
}

.article-author img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.after-article-content {
    padding-bottom: 90px;
    background: #F1F2F3;
    border-radius: 0px 0px 48px 48px;
    overflow: hidden;
}

.article-author h3 {
    margin-bottom: 36px;
}

.article-author p.main-reg {
    color: #292E50;
}

.author-name {
    font-size: 20px;
    margin: 8px 0 24px;
}

.article-related-title {
    font-size: 20px;
    margin-top: 96px;
    margin-bottom: 40px;
}

.load-more-posts .card:nth-child(1)+.lmb-container,
.load-more-posts .card:nth-child(2)+.lmb-container,
.load-more-posts .card:nth-child(3)+.lmb-container,
.load-more-posts .card:nth-child(4)+.lmb-container,
.load-more-posts .card:nth-child(5)+.lmb-container,
.load-more-posts .card:nth-child(6)+.lmb-container,
.load-more-posts .card:nth-child(7)+.lmb-container,
.load-more-posts .card:nth-child(8)+.lmb-container,
.load-more-posts .card:nth-child(9)+.lmb-container,
.load-more-posts .card:nth-child(10)+.lmb-container,
.load-more-posts .card:nth-child(11)+.lmb-container {
    display: none !important;
}

.logged-in .comment-form-comment {
    display: block;
    position: relative;
    right: 0;
    width: auto;
    margin-top: 20px;
    left: 0;
}

.comment-content p {
    word-break: break-word;
}

.comment-reply-title>a {
    display: none;
}

.comment-reply-title #cancel-comment-reply-link {
    display: block;
}

.category .podcat-line {
    position: relative;
}

.category .select-only {
    display: none;
}

.category .select-only.show {
    display: block;
}

.category .fake-select {
    border: 1px solid #A0A2A8;
    border-radius: 4px;
    width: 100%;
    height: 56px;
    padding: 17px 16px;
    position: relative;
    cursor: pointer;
}

.category .fake-select span {
    line-height: 1.7;
    color: #A0A2A8;
    right: auto;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.category .fake-select:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    background-image: url(images/icons/arrow_down.svg);
}

.category .fake-select.active:after {
    background-image: url(images/icons/tag-close.svg);
    cursor: pointer;
}

.category .tag-item {
    position: relative;
    height: 48px;
    padding: 14px 15px 15px 48px;
    width: 100%;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    color: #131313 !important;
}

.category .tag-item.active {
    color: #1365FF !important;
}

.category .tag-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #C4C6CC;
    left: 15px;
    top: 15px;
    border-radius: 4px;
}

.category .tag-item.active:before {
    border-color: #1365FF;
    background-color: #1365FF;
}

.category .tag-item.active:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 13px;
    height: 11px;
    left: 17.5px;
    top: 18px;
    background-image: url(images/icons/check-white.svg);
}

.category .tag-item-fake {
    font-size: 14px;
    color: rgba(119, 139, 245, 0.5);
    pointer-events: none;
    border-bottom: 1px solid rgba(119, 139, 245, 0.5);
    padding-left: 0;
}

.category .tag-item-fake:after,
.category .tag-item-fake:before {
    display: none !important;
}

.category .tag-item.active {
    pointer-events: none;
}

.category .cancel {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: initial;
    z-index: -1;
}

.category .tag-item.active+.cancel {
    z-index: 1;
}

.category .select-cat {
    position: relative;
}

.category .fake-scroll {
    position: absolute;
    top: 71px;
    right: 20px;
    width: 8px;
    height: 100%;
    bottom: 10px;
    background: rgba(119, 139, 245, 0.1);
}

.category .cat-lines-wrap {
    padding: 12px 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fff;
    overflow-y: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    box-shadow: 0px 8px 24px rgba(19, 19, 19, 0.15);
    border-radius: 0 0 4px 4px;
    height: auto !important;
}

.category .cat-lines-wrap::-webkit-scrollbar {
    width: 0;
}

.category .cat-lines-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category .fake-select.active {
    pointer-events: none;
    border-color: #1365FF;
    background: #fff;
}

.category .cat-lines-wrap.show {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category .grid-posts-archive.hide {
    display: none;
}

.category .archive-content {
    min-height: 500px;
}

.category .podcat-lines {
    position: relative;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.category .tag-cloud {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
}

.category .tag-cloud.active {
    display: block;
}

.category .tag-cloud-item {
    margin: 0 4px 0 0;
    background-color: rgba(19, 19, 19, 0.1);
    border-radius: 4px;
    height: 40px;
    padding: 10px 36px 10px 12px;
    position: relative;
    -webkit-transition: background-color 0.5s ease 0.01ms;
    -o-transition: background-color 0.5s ease 0.01ms;
    transition: background-color 0.5s ease 0.01ms;
    color: #5B6471;
    line-height: 143%;
    font-size: 14px;
    display: none;
}

.category .tag-cloud-item.visible {
    display: inline-block;
}

.category .tag-cancel {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/tag-close.svg);
    cursor: pointer;
}

.category .tag-cancel:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(29%) saturate(215%) hue-rotate(176deg) brightness(91%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(39%) sepia(29%) saturate(215%) hue-rotate(176deg) brightness(91%) contrast(89%);
}

.category .hide {
    display: none !important;
}

.article-content img.aligncenter {
    display: block;
    margin: 0 auto;
}

.article-content a {
    color: #1365FF;
    font-size: inherit;
    line-height: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search .content {
    padding-bottom: 60px;
}

.no-results.not-found {
    padding-top: 90px;
}

.no-results.not-found p {
    font-size: 18px;
    line-height: 150%;
    color: #292E50;
}

.no-results.not-found p br {
    display: none;
}

.content-blog {
    padding-top: 104px;
    padding-bottom: 72px;
    min-height: 95vh;
}

.category main .breadcrumbs {
    margin: 0px auto 12px;
    text-align: center;
}

.category-title {
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -.01em;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.light {
    font-weight: 400;
}

.category-title+h6 {
    text-align: center;
    margin-bottom: 56px;
}

.row-forms .select-cat {
    width: 100%;
}

body.search .content-blog {
    padding-top: 0;
}

.search-header .box {
    padding-top: 170px;
    padding-bottom: 30px;
}

.after-no-posts-title {
    font-size: 20px;
    margin-top: 48px;
}

.no-results.not-found p {
    font-size: 18px;
    line-height: 150%;
    color: #292E50;
}

.single .content {
    padding-top: 0;
}

.article-banner {
    padding: 168px 0 186px;
    position: relative;
}

.article-banner-bg {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: -o-linear-gradient(top, rgba(19, 19, 19, 0.3) -48.98%, rgba(19, 19, 19, 0.7) 88.55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-48.98%, rgba(19, 19, 19, 0.3)), color-stop(88.55%, rgba(19, 19, 19, 0.7)));
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.3) -48.98%, rgba(19, 19, 19, 0.7) 88.55%);
    z-index: 1;
}

.article-bredcrumbs {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article-banner .box {
    position: relative;
    z-index: 1;
}

.article-bredcrumbs span,
.article-bredcrumbs a {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.article-bredcrumbs span {
    display: inline-block;
    margin: 0 5px
}

.share-items li:before {
    display: none;
}

.article-title {
    position: relative;
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
    max-width: 1008px;
    font-size: 48px;
    line-height: 1.17;
}

.article-tag-title {
    display: none;
}

.article-banner img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.article-desc * {
    position: relative;
}

.article-desc {
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article-desc-tag {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.article-desc-tag a+a {
    margin-left: 5px;
}

.article-desc-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5B6471;
}

.dots-before {
    position: relative;
    padding-left: 24px;
}

.dots-before:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 10px;
    background: #5B6471;
}

.article-desc-divider {
    background: var(--light-orange);
    height: 0.5px;
    width: 207px;
    margin: 10px 5px 0;
    display: block;
}

.article-banner .breadcrumbs {
    margin: 0px auto 12px;
    text-align: center;
}

.article-banner .breadcrumbs a+span,
.article-banner .breadcrumbs a {
    color: #fff;
}

.article-banner .breadcrumbs a.no-event {
    opacity: 0.35;
}

.article-banner .breadcrumbs .separator {
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(174%) hue-rotate(187deg) brightness(86%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(174%) hue-rotate(187deg) brightness(86%) contrast(88%);
}


.article-content img {
    height: auto;
    margin-top: 30px;
}

.article-content picture {
    display: block;
    margin: 20px 0;
}

.article-content picture img {
    margin-top: 0;
}

.article-content ol,
.article-content p {
    margin-bottom: 20px;
}

.article-content h2 {
    font-weight: 400;
    font-size: 32px;
    margin: 64px 0 40px;
}

.article-content h4 {
    margin: 20px 0
}

.article-content h3 {
    font-size: 20px;
    margin: 40px 0 28px;
}

.article-content h5 {
    margin: 40px 0 28px;
    font-weight: 700
}

.article-content iframe {
    margin: 40px 0
}

.article-content strong {
    font-size: 16px;
}

h2 strong,
h3 strong,
h4 strong {
    font-family: inherit;
    font-size: inherit !important;
}

.article-content ul {
    display: block;
    margin: 40px 0;
    padding: 0 0 0 25px;
}

.article-content ul li {
    margin-bottom: 5px;
    color: #131313;
    line-height: 1.5;
}

.article-content ul li:last-child {
    margin-bottom: 0;
}

.article-content ul li:before {
    content: "";
    position: absolute;
    margin: 10px 0 0 -22px;
    width: 4px;
    height: 4px;
    background: #131313;
    border-radius: 100%;
}

.article-content ul.simple-list {
    padding: 0;
    margin: 16px 0 28px 0;
    border: 0;
}

.article-content ul.simple-list li {
    margin-bottom: 2px;
    line-height: 1.5;
}

.article-content ul.simple-list li:before {
    margin-left: -14px;
}


.banner-wrapper {
    margin-top: 40px;
}

.banner-wrapper img,
.banner-link {
    position: absolute;
    inset: 0;
    margin: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.banner-link {
    z-index: 2;
}

.banner-wrapper {
    border-radius: 24px;
    overflow: hidden;
}

.banner-wrapper img {
    border-radius: 24px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.banner-wrapper:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #1365FF;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.banner-wrapper:hover::before {
    opacity: 1;
}

.banner-wrapper:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 120px;
    height: 120px;
    background-image: url(images/parts/article_bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 60px;
    top: 50%;
    margin-top: -60px;
    z-index: 2;
    pointer-events: none;
}

.banner-link-content {
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.banner-link-content h3 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 20px 0;
}

.banner-link-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.banner-wrapper {
    position: relative;
    padding: 40px 300px 40px 40px;
}

.nft_icons {
    border-radius: 20px;
    background: #F7F7F7;
    padding: 40px 40px 8px 40px;
    margin: 64px 0;
    overflow: hidden;
}

.nft_icon {
    position: relative;
    margin-bottom: 32px;
}

.nft_icon img {
    position: absolute;
    top: -7px;
    left: 0;
    width: 72px;
    height: 72px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
}

.nft_icon h3 {
    margin: 12px 0 20px 96px;
    min-height: 64px;
}

.nft_icon p {
    color: #5B6471;
    font-size: 14px;
    margin: 0;
}

.nft_icon_header {
    position: relative;
}

.nft_icon_header p {
    margin: 0;
}

.table-wrapper tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table-wrapper table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-wrapper table tr,
.table-wrapper table td {
    font-size: 14px;
    line-height: 1.6;
}

.first-bold tbody tr td:first-child {
    font-weight: 700;
    vertical-align: top;
    padding-left: 0;
}

.first-bold thead tr td:first-child {
    padding-left: 0;
}

.first-bold thead tr td {
    text-transform: uppercase;
}

.table-wrapper {
    margin-bottom: 30px;
}

.table-wrapper td {
    vertical-align: top;
    padding: 15px 12px;
}

.table-scroll {
    width: 100%;
    max-width: 797px;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
}

.article-content a span {
    color: #1365ff;
}

.article-content li span,
.article-content p span {
    font-size: inherit !important;
}

.article-content b {
    font-size: 16px !important;
}

.comment-metadata a {
    color: #6f8590;
}

.comments-area {
    margin: 96px 0 57px;
    position: relative;
    padding: 72px 64px 165px;
    background: #1365FF;
    border-radius: 48px;
}

.comment-reply-title {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

.comments-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
}

.comments-title span,
.comment-content *,
.comment-metadata *,
.fn {
    color: #fff;
}

.comments-title span {
    font-size: 20px;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
    background: transparent;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5px;
    position: relative;
    padding: 15px 16px;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s;
    border: 1px solid #99BDFF;
    border-radius: 4px;
}

#commentform input {
    height: 56px;
}

#commentform input:focus,
#commentform textarea:focus {
    border: 1px solid #fff;
}

#commentform input[type=submit]:focus {
    border: none;
}

#commentform label {
    position: absolute;
    left: 15px;
    top: 17px;
    background: #1365FF;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
    color: #99BDFF;
    padding: 0 5px;
}

.comment-form-cookies-consent {
    display: none;
}

#commentform label.active {
    top: -8px;
    left: 12px;
    color: #fff;
    font-size: 12px;
}

.comments-area .g-recaptcha {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    width: 247px;
    height: 76.4px;
    display: block;
    margin: 30px auto 0;
}

.required-star {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
    pointer-events: none;
    width: 7px;
    max-width: 7px;
    height: 7px;
}

.blue-bottom {
    background-image: url(images/parts/blue_bottom_xl.png);
    background-position: bottom -1.5px center;
    background-repeat: no-repeat;
    background-size: 1440px 176px;
}

.comment-list {
    list-style: none;
    margin-top: 15px;
}

#commentform textarea {
    height: 232px;
    padding-top: 20px;
    line-height: initial;
}

.comment-author.vcard a {
    pointer-events: none;
}

#commentform .form-submit {
    margin: 30px auto 0;
    text-align: center;
    width: auto;
    height: 56px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-submit input[type="submit"] {
    position: relative;
    width: auto;
}

input[type=submit].btn-white {
    border: none;
    outline: 0;
    width: 100%;
    padding: 0 70px 0 50px;
    background: #fff;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #131313;
}

input[type=submit].btn-white:hover {
    color: #131313 !important;
}

#commentform .form-submit:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/submit-arrow.svg);
    top: 16px;
    right: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

#commentform .form-submit:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.form-submit input[type="submit"] {
    position: relative;
    width: auto;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
    max-width: 300px;
}

.comment-notes,
.comment-notes span {
    font-size: 16px;
    color: #fff;
}

.comment-notes {
    text-align: center;
    margin: 16px auto 40px;
}

.comment-form-comment {
    display: block;
    position: absolute;
    right: 64px;
    width: 756px;
}

#commentform div.error {
    color: #FFA185 !important;
    position: absolute;
    font-size: 12px;
    margin: 4px 0 0 15px;
    line-height: 1;
}

#commentform div.error[for="hidden_recaptcha_comment"] {
    bottom: 164px;
    width: 500px;
    text-align: center;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#commentform div.error[for="comment"] {
    margin-top: -1px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #FFA185 !important;
    color: #FFA185 !important;
}

.comment-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4rem;
}

.comment-list .comment-respond {
    margin-bottom: 1.6rem;
}

.comment>.children {
    padding-left: 1.6rem;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-author {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 20px;
}

.comment-author .avatar {
    border-radius: 100%;
    margin-right: 8px;
    float: left;
    margin-top: -2px;
}

.says {
    display: none;
}

.comment-metadata {
    font-size: 14px;
    margin-left: 48px;
}

.comment-metadata a {
    color: #6f8590;
}

.comment-metadata .edit-link {
    margin-left: 20px;
}

.reply {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}

.reply a {
    color: #1365FF;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.screen-reader-text {
    display: none;
}

label .required {
    display: none;
}

.comment-form input[required] {
    color: #1365FF;
}

.no-comments {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #6f8590;
}

.pagination {
    padding: 50px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

a.page-numbers {
    background: #e2e6e9;
    padding: .75rem 1rem;
    border-radius: 2px;
    color: inherit;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0 2px;
}

a.page-numbers:hover {
    text-decoration: none;
    background: #6f8590;
    color: #fff;
}

a.page-numbers.current {
    background: none;
    color: inherit;
    background: #fff;
    line-height: 1;
    padding: .75rem 1rem;
    border-radius: 2px;
    border: 1px solid #e2e6e9;
}

.post-navigation {
    margin-top: 1.5rem;
}

.blue-bottom {
    background-image: url(images/parts/blue_bottom_xl.png);
    background-position: bottom -1.5px center;
    background-repeat: no-repeat;
    background-size: 1440px 176px;
}

.single .content-blog {
    padding-top: 0;
}

.required-field-message span,
.logged-in-as {
    color: #fff;
}

.logged-in-as {
    margin: 20px 0 30px;
    font-size: 14px;
}

.logged-in-as a {
    font-size: inherit;
}

.required-field-message {
    color: #FFA185;
    font-size: 14px;
}

.comment-form textarea.active+div+label,
.comment-form input.active+div+label,
.comment-form textarea.active+label,
.comment-form input.active+label {
    font-size: 12px;
    line-height: 18px;
    -webkit-transform: translateY(-23px) scale(1);
    -ms-transform: translateY(-23px) scale(1);
    transform: translateY(-23px) scale(1);
}

.comment-form label:not(.spec-label) {
    display: none;
}

.comment-meta {
    background: transparent;
}

.comment-metadata {
    margin: 10px 0;
}

.comment-awaiting-moderation,
.comments-title span,
.comment-content,
.comment-content *,
.comment-metadata *,
.fn {
    color: #fff;
}

[data-project="Internet-of-<br>Crops-Plattform"] .p-point-desc h5 {
    word-break: break-word;
}

.pic-full {
    width: 100%;
    height: auto;
}

.full-pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


.round-wrapper {
    border-radius: 32px;
    background: rgba(36, 40, 45, 0.40);
    -webkit-box-shadow: 0px 0.35px 0.35px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.35px 0.35px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.round-wrapper .check-items {
    padding: 50px 64px 56px 64px;
}

.round-wrapper .check-items p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.42;
}

.check-items-light .round-wrapper {
    background: #F1F2F3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.check-item {
    position: relative;
    padding-left: 48px;
}

.check-items .col {
    margin-bottom: 32px;
}

.check-items-light .round-wrapper .check-items p {
    color: #5B6471;
}

.check-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background-image: url(new-design/img/icons/check.svg);
}

.check-items-blue-icons .check-item:before {
    background-image: url(new-design/img/icons/check-blue.svg);
}

.check-items h5 {
    margin-bottom: 16px;
}

.check-items h5 {
    margin-bottom: 16px;
}

.ul.ul-grey li {
    color: #A0A2A8;
}

.br-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.check-items-light+.meta-couple::before {
    top: 0;
}

.check-items .col:nth-last-child(1),
.check-items .col:nth-last-child(2),
.check-items .col:nth-last-child(3) {
    margin-bottom: 0;
}

.only-desc-152 .p-slide-desc {
    height: 152px;
}

.only-desc-152.solution-action:before {
    height: 160px;
}

.break-word {
    word-break: break-word;
}

.industry-points-desc .industry-point p {
    color: #5B6471 !important;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px auto 0;
    max-width: 320px;
}

.industry-points-six-2-rows .industry-point {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.industry-points-six-2-rows .industry-point:nth-child(1):after,
.industry-points-six-2-rows .industry-point:nth-child(2):after {
    height: 352px;
}

.m-menu-logo-text p {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
}

.f-nav-contacts-item-germany-address {
    margin-top: 5px;
}

.mb-32 {
    margin-bottom: 32px;
}

.check-items-cta {
    border-radius: 16px;
    background: rgb(255 255 255 / .15);
    padding: 24px 48px;
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.round-wrapper .check-items-cta p,
.check-items-cta p {
    font-size: 16px;
    line-height: 1.5
}

.check-items-cta .btn {
    min-width: 211px;
    margin-left: 55px
}

.grey-card .wc-dots-slider,
.grey-card .wc-dots-slide-content {
    height: 168px
}

.grey-card .wc-dots-slide-content {
    width: 100%
}

.grey-card .wc-dots-slider {
    overflow: visible
}

.grey-card .white-card-content,
.grey-card .wc-dots-slide-bg {
    background: #F1F2F3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.grey-card .wc-dots-slide-bg:before {
    background: #e8eaeb
}

.grey-card .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 30px 0 0 30px;
    opacity: .5;
    background: #F7F7F7;
    left: -65px
}

.grey-card .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 0 30px 30px 0;
    opacity: .5;
    background: #F7F7F7;
    right: -65px
}

.grey-card .slick-arrow:before {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.grey-card .slick-arrow:hover:before {
    opacity: 1
}

.mega-menu-right-position .menu-item-has-children a[title="FinTech"]+.sub-menu li {
    margin-bottom: 20px;
}

.solution-action-desc-284 .p-slide-desc {
    height: 284px
}

.solution-action-desc-284.solution-action-with-desc:before {
    height: 292px !important
}

.pos-point p {
    color: #5B6471;
    margin-top: 16px
}

.pos-point:not(:last-child) {
    margin-bottom: 32px
}

.tabs-custom {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tabs-custom+.tab_content {
    border-radius: 0 0 32px 32px
}

.tabs-custom-title {
    position: relative;
    border-radius: 32px 32px 0 0;
    background: rgb(11 219 144 / .25);
    padding: 36px 64px
}

.tabs-custom-title:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 208px;
    height: 208px;
    background-image: url(new-design/img/icons/plus-tabs-xl.svg);
    right: 0;
    bottom: -104px;
    z-index: 1;
    pointer-events: none
}

.tabs-custom-title h3 {
    margin-bottom: 0
}

.tab-block-wrap .tabs_item-content p>a,
.collapsible-tech .collapsible-body p>a {
    font-family: inherit;
    font-size: inherit;
    color: #0BDB90;
}

.wpcf7-form.spam .wpcf7-response-output {
    display: block !important;
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    color: #FFA185;
}

.article-content blockquote {
    margin: 40px 0;
    padding: 24px 28px;
    border: 0;
    border-radius: 20px;
    background: #EBF2FF;
}

.article-content blockquote p,
.article-content blockquote strong {
    font-size: 14px;
}

.article-content blockquote strong {
    display: block;
    margin-bottom: 16px;
}

.article-content .banner-wrapper picture {
    margin: 0;
}

.single-post .banner-widget h3 span {
    display: block;
    color: #fff;
    margin-top: 16px;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.wrapper-dropdown-links-single .dropdown {
    padding: 20px 15px 20px 40px;
    margin: 20px 0;
    border: 1px solid #131313;
}

.wrapper-dropdown-links-single .dropdown li:before {
    border-radius: 0;
}

.wrapper-dropdown-links-single .dropdown li {
    margin-bottom: 15px;
}

.wrapper-dropdown-links-single .dropdown li:last-child {
    margin-bottom: 0;
}

ol li {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

ol.marker-16 li {
    margin-left: 20px;
}

ol.marker-16 li::marker {
    font-size: inherit;
    font-weight: 600;
}

ol>li>ul.no-border-list,
ol>li>ul {
    padding: 0 !important;
    margin: 5px 0 !important;
}

.fs-20 {
    font-size: 20px !important;
}

a.btn-learn-more.btn-white span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(14%) saturate(64%) hue-rotate(335deg) brightness(108%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(0%) sepia(14%) saturate(64%) hue-rotate(335deg) brightness(108%) contrast(85%);
}

.banner-widget a.btn-learn-more span:after {
    margin: -4.7px 0 0 0;
    right: -30px;
}

.blue-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
}

.blue-card {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 20px 61px 20px 20px;
    border-radius: 20px;
    background: #EBF2FF;
    color: #1365FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.blue-card:hover {
    background: #e1ecff;
}

.blue-card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url("images/icons/blue-card-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-item.current-menu-item>a[title="Blockchain"] svg path[d="M2.17644 16.6667H18.8431"],
.menu-item.current-menu-item>a[title="Blockchain"] svg path[d="M10.5098 15.8335L10.5098 13.3335"] {
    stroke: #1365FF;
}

.menu-item.current-menu-item>a[title="Blockchain"] svg circle {
    fill: #1365FF;
}

.btn-blue-new span {
    position: relative;
    color: #fff !important;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-left: -21px;
}

.btn-blue-new span:after {
    content: "";
    position: absolute;
    margin: -4.5px 0 0 5px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/widget-arrow.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(25%) saturate(0%) hue-rotate(301deg) brightness(118%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(98%) sepia(25%) saturate(0%) hue-rotate(301deg) brightness(118%) contrast(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.btn-blue-new:hover span:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.cta-block {
    padding: 24px 32px;
    border-radius: 24px;
    background: #EBF2FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-block strong {
    color: #1365FF;
    font-family: Manrope, sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 24px;
    padding-right: 15%;
}

.cta-block .btn {
    min-width: 235px;
}

.cover {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100% !important;
}

.btn-white {
    background: #fff;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #131313;
}

.btn-download {
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 32px;
    background: #FFF;
    padding: 20px 64px 20px 40px;
    width: auto;
    margin: 0 !important;
}

.btn-download span {
    font: inherit;
    color: #131313 !important;
    position: relative;
}

.btn-download span:after {
    content: "";
    position: absolute;
    margin: 0 0 0 8px;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/download.svg);
}

.vendor-block {
    border-radius: 24px;
    overflow: hidden;
    background-color: #E5E7EA;
}

.vendor-pic {
    border-radius: 24px;
}

.vendor-pic-content {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.vendor-pic-content h2 {
    margin: 0 !important;
    font-weight: 700;
}

.vendor-pic-content picture {
    margin: 0;
}

.vendor-pic-content p {
    text-transform: uppercase;
    margin: 12px 0 32px;
    font-family: Manrope, sans-serif;
}

.vendor-desc {
    padding: 20px 40px;
}

.vendor-desc p {
    margin: 0;
    font-size: 14px;
    color: #5B6471;
    font-size: 14px;
    line-height: 20px;
}

.vendor-block-not-p .btn {
    margin-top: 32px !important;
}

.vendor-block .btn-white {
    width: auto;
    padding: 20px 40px;
}

.vendor-block .btn-white span {
    color: #131313 !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin: 0;
}

.portfolio-benefits-clients .chain-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(4%) saturate(3107%) hue-rotate(174deg) brightness(96%) contrast(82%);
    filter: brightness(0) saturate(100%) invert(8%) sepia(4%) saturate(3107%) hue-rotate(174deg) brightness(96%) contrast(82%);
    opacity: 1;
    pointer-events: none;
    text-align: center;
}

.chain-icons {
    gap: 20px;
}


.expertise-slide {
    border-radius: 48px;
    overflow: hidden
}

.expertise-slide-top {
    background: #fff;
    height: 456px;
    position: relative
}

.expertise-slider-h-360 .expertise-slide-top {
    height: 360px
}

.expertise-slide-bottom {
    background: #F7F7F7;
    height: 104px
}

.expertise-slide-text {
    padding: 120px 0 0 56px;
    max-width: 488px
}

.expertise-tags {
    border-radius: 8px;
    background: rgb(255 255 255 / .5);
    -webkit-box-shadow: 0 1px 1px 0 rgb(255 255 255 / .3) inset;
    box-shadow: 0 1px 1px 0 rgb(255 255 255 / .3) inset;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 8px 0 8px;
    position: absolute;
    bottom: -28px;
    left: 56px;
    z-index: 1
}

.expertise-tags span {
    display: block;
    height: 40px;
    border-radius: 4px;
    background: #F1F2F3 !important;
    margin: 0 8px 8px 0;
    color: #5B6471;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    pointer-events: none;
}

.expertise-tags span.active {
    background: rgb(255 92 41 / .25) !important;
    color: #F53900 !important
}

.expertise-tags span:last-child {
    margin-right: 0
}

.expertise-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.expertise-slider .slick-dots {
    bottom: 50px
}

.expertise-wrapper:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 108px;
    background: #fff
}

.orange-tiles .new-tile {
    background-image: url(new-design/img/parts/orange_effect_right.png);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.article-content h2 span,
.article-content h3 span,
.article-content h4 span {
    font: inherit !important;
}

.article-content p>img {
    margin-top: 0;
}

.hidden-fields-container,
.industry-points-six-2-rows .industry-point:nth-child(3):after,
.industry-points-six-2-rows .industry-point:nth-child(4):after,
.only-624,
.content-report .contacts-us-form:after,
[data-project="Metaverse<br> Rooms Sports"] .portfolio-benefits+.portfolio-benefits .box:before,
.show-1023,
.g-recaptcha-error,
.wpcf7 .wpcf7-spinner,
.contacts-form-title br,
.btn-sidenav-close,
.power-point-arrow,
.mobile-nav,
.btn-sidenav-close-xs,
.main-slider-nav-tablet,
.video-olway-xs,
.btn-olway-xs,
.collapsible-tech,
.tiles-desc-xs,
.hyper-tab-content-xs,
.hyper-select,
.six-tiles-slider-wrap,
.show-480,
.courses-point-desc-xs,
.breadcrumbs-xs-wrap,
.breadcrumbs-xs,
.breadcrumbs * br,
.our-dev-process-items-mobile,
.expertise-content-mobile,
.our-team-mobile,
.btn-stack-view-more,
.vacancy-single-title-xs,
.team-clouds .team-cloud:nth-child(4) .team-cloud-violet .team-cloud-plus,
.set-up-arrow,
.q-answer-xs,
.vacancy-single-xs-btn,
.custom-select select,
.select-hide,
.case-accordion-title,
.portfolio-slide-single-info-mobile,
.tag-item.tag-item-fake:before,
.tag-item.tag-item-fake:after,
.cat-lines-wrap::-webkit-scrollbar,
.cat-lines-wrap::-webkit-scrollbar-track,
.cat-lines-wrap::-webkit-scrollbar-thumb,
.h3-title-dhp-mobile,
.introduce_desc-dhp-mobile,
.products-slider-wrap,
.codedropz-upload-inner>span,
.dnd-icon-remove.deleting:before,
.dnd-icon-remove.deleting:after,
.dnd-icon-blank-file:before,
.dnd-icon-remove::before,
.s_all-projects-1,
.s_all-projects-2,
.f-nav-title img,
.visible-xs,
span.tech-icon:after,
.our-dev-process-items-mobile-light .power-point-cursor:after,
.thanks-block-vacancy-content h5 br,
.dnd-upload-status .dnd-upload-image span.file,
.no-vacancies,
.projects-preface-filter-new,
.closer:before,
.discovery-banner .btn,
.only-tablet,
.hero-desc-m,
.home .hero .pic-bg:before,
.btn-more,
.tabs-list li:last-child a:after,
.s_portfolio-inside,
.btn-send-wrap:before,
.portfolio-content .hero .pic-bg:before,
.revolutionize-point a.link:after,
.slick-current .s-thumb:after,
.industry-points-four .industry-point:nth-child(4):after,
.file-size-tablet {
    display: none;
}

.the-post-hidden,
.banner-video-pic-m,
.banner-video-bg-m {
    display: none !important;
}

@media only screen and (max-width: 1919px) {
    .s_portfolio-slide-info a.btn-ghost {
        bottom: 0;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu {
        left: 310px;
    }

    .tabs-content {
        -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    }

    .sidenav {
        width: 417px;
    }

    .s_portfolio {
        padding-right: 0;
    }

    .tabs .tab a:hover {
        border-right: 0
    }

    .tabs .tab a:hover::after {
        display: none;
    }

    .contacts-form .row .input-field {
        padding-right: 20px;
    }

    .contacts-form .row .input-field {
        padding-right: 0;
    }

    .tabs-nav {
        -ms-flex-preferred-size: 305px;
        flex-basis: 305px;
    }

    .contacts-social {
        padding: 40px 0 25px 0;
        bottom: 46px;
        left: 30px;
        right: 30px;
    }

    .olway .olway-slide {
        padding: 0 60px
    }

    .olway {
        background-position: right -50px top 0px;
        background-size: 760px;
    }
}

@media only screen and (min-width: 1601px) {

    .header .box {
        max-width: 1920px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .lang-box-header {
        right: 210px;
    }

    .cc_div .cloud #c-inr {
        max-width: 1500px;
    }

    .cc_div .cloud #c-inr-i {
        padding-right: 580px;
    }

    .stars {
        top: 12px;
        height: 527px
    }

    .service-slide-item {
        min-height: 368px;
    }

    .vacancy-single-hero {
        padding-top: 104px
    }

    .solutions-content-single .breadcrumbs {
        margin-bottom: 20px
    }

    .solutions-content-single .banner-pic {
        margin-top: -40px
    }

    .product-content-single .hero-content .row .col:first-child {
        padding-right: 6px
    }

    .solutions-content-single .hero {
        height: 1080px;
    }

    .solutions-content-single .hero .hero-content .row .col:last-child {
        padding-right: 0
    }

    .tiles__wrap {
        left: 70%;
    }

    .tiles {
        --tiles-height: 100%;
    }

    .tiles__line[data-scroll-target="3"] {
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        -o-transition: transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }

    .home .hero .box .col:first-child {
        width: 44%;
    }

    .home .hero .box .col:last-child {
        width: 56%;
    }

    .lottie-block {
        max-width: 288px;
    }

    .lottie-block-2 .lottie-img {
        top: 108%;
    }

    .solutions-content-single .hero-desc,
    .new-techs-content .hero-desc {
        max-width: 654px;
    }

    .product-content-single .hero-desc {
        max-width: 760px;
    }
}

@media only screen and (max-width: 1600px) {
    .services-slider-transformer-new .service-slide-item {
        max-width: 450px;
    }

    .banner-video-inside {
        height: 557px;
    }

    section.pb-96 {
        padding-bottom: 54px;
    }

    .mega-menu[data-height="1"],
    .mega-menu[data-height="4"] {
        height: 384px;
    }

    .mega-menu[data-height="6"] {
        height: 464px;
    }

    .mega-menu-pic {
        width: 614px;
    }

    .m-menu-left .contacts-social {
        width: 280px;
        left: 40px;
        top: 285px;
    }

    #menu-mega-menu-company-insights>li:nth-child(1):before {
        display: none;
    }

    .m-menu-nav-list>ul>li:before {
        margin-left: -24px !important;
    }

    .m-menu-company .m-menu-nav-list {
        display: block;
    }

    .hero .box {
        max-width: 1300px
    }

    .m-menu-left,
    .m-menu-logo {
        width: 410px;
    }

    .m-menu-logo-icon {
        padding: 48px 40px;
    }

    .m-menu-right {
        padding: 120px 40px 56px 470px;
    }

    .m-menu-logo-text br {
        display: none;
    }

    .page-template-new-design-solution .hero .box {
        max-width: 1344px;
    }

    .hero {
        padding-top: 96px;
        padding-bottom: 60px;
    }

    .home .hero {
        padding-top: 120px;
        min-height: 950px;
    }

    .mega-menu {
        border-radius: 0 0 32px 32px;
    }

    .solutions-content-single .hero {
        padding-bottom: 236px;
        background-image: url(new-design/img/parts/blue-bg-solutions-l.png);
        background-position: calc(50% - 70px) bottom;
    }

    .solutions-content-single .banner-pic img {
        width: 100%;
    }

    .blue-bg-solution {
        background-image: url(new-design/img/parts/blue-bg-solution-l.png);
    }

    .contact-us-content {
        padding-top: 122px;
    }

    .hero-pic {
        left: auto;
        right: 0;
    }

    .portfolio-content-single .hero-desc {
        max-width: 536px;
    }

    .new-services-content .hero-desc {
        max-width: 576px;
    }

    .green-top {
        background-image: url(new-design/img/parts/green_top_l.png);
    }

    .green-top-consulting {
        background-image: url(new-design/img/parts/green_top_consulting_l.png);
    }
}

@media only screen and (max-width: 1365px) {
    .our-dev-services.our-dev-process h2 {
        max-width: 800px;
    }

    .comments-area {
        padding-top: 80px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        max-width: 27%;
    }

    .comment-form-comment {
        width: 62%;
    }

    .mega-menu-right-position .menu-item-has-children .sub-menu {
        height: 420px;
        padding-left: 32px;
    }

    .mega-menu-right-position .menu-item-has-children a[title="Metaverse"]+.sub-menu li:nth-child(odd) {
        padding-right: 30px;
    }

    .mega-menu-right-position .menu-item-has-children a[title="Metaverse"]+.sub-menu li:nth-child(even) {
        padding-left: 30px;
    }

    .mega-menu-right-position .menu-item-has-children a[title="Metaverse"]+.sub-menu li:nth-child(2) a:before {
        margin-left: -30px;
    }

    .m-menu-portfolio-desc {
        max-width: 328px;
    }

    .f-nav-contacts-item,
    .footer-top .col {
        padding-right: 16px;
    }

    .case-tabs-img img {
        padding-right: 40px;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .tron-start-item {
        padding-right: 20px;
    }

    .tron-start-item h6 {
        font-weight: 500
    }

    .mt-60 {
        margin-top: 40px;
    }

    .tech-icon {
        height: 120px;
        padding: 46px 70px 46px 125px;
    }

    .tech-icon.tech-icon-graphene {
        padding: 33px 70px 33px 125px;
    }

    .tech-links-block h2 {
        margin-bottom: 50px;
    }

    .our-dev-services .our-dev-process-slide-text h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
    }

    .our-dev-services .our-dev-process-slide-text p {
        margin-top: 20px;
    }

    .our-dev-process-slide-img img {
        max-width: 244px;
    }

    .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        height: 244px;
        padding: 0 40px 0 284px;
    }

    .our-dev-services .our-dev-process-thumb {
        margin-bottom: 23px;
    }

    .our-dev-services .our-dev-process-thumbs {
        max-height: 265px;
    }

    .s_portfolio-inside {
        max-height: 505px;
        overflow: hidden;
    }

    .our-tech-item {
        min-height: 65px;
    }

    .our-tech-item-title {
        -ms-flex-preferred-size: 308px;
        flex-basis: 308px;
    }

    .our-tech-item:after {
        width: 308px;
    }

    .our-tech-item-desc {
        -ms-flex-preferred-size: 656px;
        flex-basis: 656px;
    }

    .btn-more-products {
        margin: 20px 0 0 0
    }

    .technologies .box .s_portfolio-slide-nav {
        right: 30px;
        top: -100px;
    }

    .footer-social-list {
        width: 190px;
    }

    .copyright {
        white-space: nowrap;
    }

    .projects-tile .projects-tile-screen {
        width: 100%;
        height: 210px;
    }

    .product-slide-img a img {
        height: auto;
        width: 100%
    }

    .blue-labels {
        margin-top: 40px;
    }

    .product-slider-nav {
        right: 45px;
    }

    .product-slider-desc {
        margin-bottom: 40px;
    }

    .hyperledger-tab a h6 {
        font-size: 18px;
        line-height: 124%;
        max-width: 115px;
        text-align: center;
        white-space: initial;
        margin: 0 auto;
    }

    .hyper-tab-content-text h3 {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }

    .btn-more-projects {
        margin-top: 40px;
    }

    .products-page-slide-link {
        padding: 30px 20px
    }

    .products-page-slide {
        min-height: 458px;
    }

    #products-page-slider .slick-slide {
        margin: 0 10px;
    }

    #products-page-slider .slick-list {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 10px;
    }

    .select-cat {
        width: 308px;
    }

    .projects-tile-screen-wrap {
        bottom: -26px;
    }

    .projects-tile {
        min-height: 398px;
    }

    .portfolio-single-nav .slider-thumbs-wrap {
        height: 318px;
    }

    .tiles-desc {
        margin-bottom: 40px;
    }

    .attach-name {
        left: 26px;
    }

    .case-tabs li p {
        height: 60px;
    }

    .case-tabs li p span {
        font-size: 22px;
    }

    .case-preface {
        padding: 40px 40px 30px 40px;
    }

    .case-tabs-wrap {
        padding: 40px 40px 50px 40px;
    }

    .case-tabs-img {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-right: 40px;
    }

    .case-tabs-scheme {
        right: 40px;
    }

    .case-tabs-text {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .case-icon {
        top: 15px;
        left: 25px;
        width: 60px;
        height: auto;
    }

    .set-up-sidebar {
        width: 226px;
    }

    .set-up-item {
        padding-left: 226px;
    }

    .checkboxes-wrap-calc span.wpcf7-not-valid-tip {
        margin: -35px 0 0 50px;
    }

    .current-job-openings {
        padding-bottom: 40px;
    }

    .vacancy-single {
        margin-bottom: 80px;
    }

    .btn-exit {
        top: 40px;
    }

    .cv-block {
        padding: 0 10px;
    }

    .cv-block .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: 0;
        top: -20px;
        left: 50px;
    }

    .product-single-content .home-solutions-info {
        padding: 40px 30px;
    }

    .vacancy-sidebar-title {
        margin-top: 48px
    }

    .hot-single {
        width: 70px;
        height: auto;
    }

    .vacancy-icon {
        width: 144px;
        height: auto;
    }

    .vacancy-single-info {
        padding-right: 40px
    }

    .share-the-vacancy {
        margin-top: 40px
    }

    .vacancy-single-info h3 {
        margin: 30px 0;
    }

    .have-a-project-idea .btn-white {
        bottom: 80px;
    }

    .have-a-project-idea h4 {
        margin-bottom: 20px;
    }

    .have-a-project-idea {
        padding: 40px 280px 80px 30px;
    }

    .stack-line {
        margin-top: 20px;
    }

    .main-slider,
    .center-slider {
        margin-bottom: 0 !important;
    }

    .stack-line-six.stack-line-only-logo .stack-line:not(:first-child) {
        padding-left: 35px;
    }

    .stack-line-six.stack-line-only-logo.stack-line-six_padding_16 .stack-line:not(:first-child) {
        padding-left: 16px;
    }

    .stack-line-five.stack-line-only-logo .stack-line:not(:first-child) {
        padding-left: 40px;
    }

    .stack-line-four.stack-line-only-logo .stack-line:not(:first-child) {
        padding-left: 20px;
    }

    .projects-info-bg-blue {
        height: 190px;
    }

    .our-team-slide>.p-small {
        margin-bottom: 30px;
    }

    .our-team-info {
        height: 600px;
        padding-right: 350px;
    }

    .our-team-slider-wrap {
        padding-right: 60px;
    }

    .our-team-thumbs-wrap {
        padding-left: 10px;
    }

    .footer-links {
        padding-left: 30px;
    }

    .expertise-tabs-info {
        height: 305px;
    }

    .expertise-tabs-item-text {
        padding-right: 305px;
    }

    .expertise-tabs-wrap {
        margin: 40px 0 0 10px;
    }

    .expertise-content {
        margin-top: 40px;
    }

    .row .col.col-1024-12 {
        width: 100%
    }

    .our-dev-process-slider {
        max-height: 270px;
    }

    .our-dev-process-slide-inside {
        padding-right: 308px;
    }

    .our-dev-process-slide-text p {
        padding-right: 20px;
    }

    .our-dev-process-img-1170 {
        display: none !important;
    }

    .our-dev-process-img-1024 {
        display: block !important;
    }

    .industry-list {
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    }

    .industry-list+.industry-list {
        padding-left: 40px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }

    .industry-img {
        width: 308px;
        height: 308px;
        top: 56px;
    }

    .industry-info {
        padding-left: 154px;
    }

    .industry-icons:after {
        height: 65px;
    }

    .policy-anchor {
        margin-top: -65px;
    }

    .policy-text {
        padding-right: 250px;
    }

    .page-template-templatesprivacy-policy-php .policy-text {
        padding-right: 280px;
    }

    .policy-nav {
        max-width: 220px;
    }

    .dots-title-opener {
        width: 225px;
    }

    .policy-nav-wrap {
        max-width: 241px;
    }

    .vacancy-sidebar-wrap {
        max-width: 280px;
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    }

    .vacancy-sidebar-wrap {
        padding-left: 20px;
    }

    .vacancy-sidebar-wrap .animate-dot {
        left: -24px;
    }

    .vacancy-sidebar-wrap .active .animate-dot {
        left: -24px;
    }

    .contacts-us-info-desc {
        margin-top: 10px;
    }

    .thanks-page-text {
        padding-top: 40px;
    }

    .thanks-page-text p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .dev-services .p-intro br {
        display: none;
    }

    .power-points {
        margin-top: 10px;
    }

    .s_portfolio .s_portfolio-inside .box {
        max-width: 1170px;
    }

    .s_portfolio-slide-info a {
        margin-top: 40px;
    }

    .s_all-projects {
        margin-right: 15px;
    }

    .hyperledger-tab a svg {
        margin: 0 auto 10px auto;
    }

    .home-solutions-content {
        min-height: 620px;
        padding-right: 310px;
    }

    .banner .row .col.l6:last-child {
        margin-bottom: 80px;
    }

    .s_portfolio-slide-nav {
        right: 0
    }

    .courses-point-title {
        padding: 45px 40px;
    }

    .courses-point-title h3 {
        padding-right: 45px;
    }

    .courses-point-desc {
        padding-left: 40px;
        padding-right: 40px
    }

    .courses-point {
        margin-bottom: 60px;
    }

    .industry-points {
        margin-top: 40px;
    }

    .tile h3 {
        margin-bottom: 20px;
        max-width: 80%
    }

    .hyperledger-tabs .hyper-tab-content {
        background-size: 225px;
    }

    .tabz a {
        font-size: 18px;
        line-height: 21px;
        padding: 14.5px 10px 14.5px 81px;
    }

    .poptrox-popup,
    .poptrox-popup iframe {
        width: 100% !important;
        max-width: 1204px !important;
    }

    .main-slider-wrap {
        padding: 0
    }

    .main-slider-nav-tablet {
        display: block;
        background: rgba(119, 139, 245, 0.3);
        height: 100px;
    }

    .center-slider .slick-dots,
    .main-slider .slick-dots {
        bottom: -59px;
    }

    .main-slider {
        max-width: 100%;
    }

    .main-slider-next {
        right: 30px;
        bottom: 18px;
        position: absolute;
    }

    .main-slider-prev {
        position: absolute;
        left: 30px;
        bottom: 18px;
    }

    .portfolio-content .banner {
        min-height: auto
    }

    .project-desc {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .main-slider-wrap {
        display: block;
        margin-top: 0;
        position: relative;
    }

    .center-slider-wrap {
        margin-top: 60px;
    }

    .main-slider-nav {
        display: none !important;
    }

    h3 {
        font-size: 32px;
    }

    .sidenav {
        padding-top: 40px;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.82);
        -ms-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .logo {
        margin: 0 auto 50px auto;
        width: 144px;
        height: auto
    }

    .tab-block {
        margin-top: 40px;
    }

    .banner-desc p {
        margin-bottom: 20px;
    }

    .blockchain-dev {
        padding-top: 80px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .blockchain-dev-services {
        padding-bottom: 80px;
        padding-top: 30px;
    }

    .banner-desc {
        margin-bottom: 30px;
    }

    .s_portfolio-slide,
    .s_portfolio-slider {
        margin-left: 10px;
    }

    .home-solutions-nav-bg {
        padding: 30px 30px 40px 30px;
    }

    .s_portfolio {
        padding-bottom: 0;
    }

    .slider-thumb-item {
        font-size: 18px;
        height: 50px;
        padding: 14px 0 12px 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .slider-thumb-arrow {
        top: 13px
    }

    .slider-thumbs-wrap {
        height: 550px;
    }

    .banner-title {
        font-size: 60px;
    }

    .banner-desc {
        margin-bottom: 40px;
    }

    .navigation-list li {
        padding: 0 8px;
    }

    .banner-content {
        margin-bottom: 80px;
    }

    .tile-icon {
        width: 120px;
        height: auto
    }

    .s_portfolio-slide-info h3 {
        margin: 30px 0 20px 0;
    }

    h2 {
        font-size: 46px;
    }

    .aside-title {
        margin: 115px 0 30px 0;
    }

    .olway {
        padding-bottom: 50px;
    }

    h3 {
        font-size: 32px;
    }

    .cv-block .contacts-form .row .col:nth-child(5) {
        padding-right: 10px;
    }

    .cv-block .contacts-form .row .col:nth-child(6) {
        padding-left: 10px;
    }

    .recaptcha-wrap {
        width: 263px;
    }

    .home .contacts,
    .contacts {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lb-nav:after {
        content: "";
        position: absolute;
        margin: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 33px;
        background: #1365FF;
        z-index: -1
    }

    .lb-next {
        background: url(images/lightbox/next-xs.svg) right -5px bottom -8px no-repeat !important;
        background-size: 50px !important;
        opacity: 1 !important
    }

    .lb-prev {
        background: url(images/lightbox/prev-xs.svg) left -5px bottom -8px no-repeat !important;
        background-size: 50px !important;
        opacity: 1 !important
    }

    .lb-nav {
        margin-top: 33px !important;
    }

    .m-menu-left:before {
        margin: -75px 0 0 0;
    }

    .m-menu-left .contacts-social {
        width: 226px;
        top: 280px;
    }

    .home-solutions-info {
        padding-top: 80px;
    }

    .home-solutions-nav {
        width: 310px;
    }

    .policy-text h6 {
        font-size: 20px
    }

    .portfolio-single-nav .slider-thumb-item {
        font-size: 14px;
        line-height: 120%;
        height: 40px;
        padding: 10px 0;
    }

    .portfolio-single-nav {
        width: 226px;
    }

    .portfolio-single-nav .slider-thumb-arrow {
        top: 11px;
    }

    .portfolio-single-content {
        padding-right: 246px;
        min-height: 390px;
    }

    .portfolio-single-content .portfolio-single-slide {
        min-height: 350px;
    }

    .portfolio-slide-single-ico {
        width: 140px;
        height: auto
    }

    .portfolio-single-slide h3 {
        margin: 20px 0;
        font-size: 24px;
        line-height: 120%;
    }

    .portfolio-slide-single-image-wrap {
        max-width: 362px;
    }

    #portfolio-single-slider .slick-list {
        margin-left: -105px;
        padding-left: 45px;
        margin-top: -50px;
    }

    .portfolio-single-content .portfolio-single-slide {
        padding-left: 392px;
    }

    .portfolio-single-nav .home-solutions-nav-bg {
        padding-top: 30px;
        padding-right: 20px;
    }

    .product-single-nav .slider-thumb-item {
        font-size: 16px;
        line-height: 120%;
        height: 60px;
        padding: 5px 0;
    }

    .product-single-nav {
        width: 246px;
    }

    .product-single-nav .slider-thumb-arrow {
        top: 23px;
    }

    .product-single-content {
        padding-right: 246px;
        min-height: 430px;
    }

    .product-single-content .portfolio-single-slide {
        min-height: 320px;
    }

    .product-single-nav .slider-thumbs-wrap {
        height: 358px;
    }

    .header .box .navigation-list {
        right: 252px;
    }

    .mega-menu-pic {
        width: 480px;
        height: 393px;
    }

    .mega-menu-pic img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .m-menu-nav-list>ul>li>.sub-menu {
        margin-top: 18px;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        height: 244px;
        padding: 0 25px 0 280px;
        overflow: hidden;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-thumb {
        margin-bottom: 15px;
    }

    .new-techs-dev-content .our-dev-process-slider .slick-slide {
        height: 265px;
    }

    .new-techs-dev-content .our-dev-process-thumbs .slick-list {
        height: 270px !important;
    }

    .vacancy-nav {
        max-width: 240px
    }

    .s_portfolio-inside {
        max-height: none;
    }

    .s_portfolio-slider {
        padding: 20px 16px 90px 16px;
        margin: -20px 0 0 0;
    }

    .s_portfolio-slider .slick-track {
        padding: 0;
        margin: 0;
    }

    .tabs-box {
        max-width: 1248px;
    }

    .home .s_portfolio-slide,
    .home .s_portfolio-slider {
        margin-left: 0 !important
    }

    .s_portfolio-slide-nav {
        right: 56px;
    }

    .arrows-right-side {
        right: 16px;
    }

    .tabs-box {
        padding: 0;
    }

    .projects-tile .projects-tile-screen {
        width: 493px;
        height: 252px;
    }

    .projects-tile-screen-wrap {
        bottom: 0;
    }

    .projects-tile {
        min-height: 520px;
    }

    #portfolio-single-slider .slick-list {
        margin-left: -76px
    }

    .portfolio-slide-single-ico {
        width: 160px;
    }

    .portfolio-single-content .portfolio-single-slide {
        padding-right: 0
    }
}

@media screen and (min-width: 625px) {
    .banner .row .col.l6:first-child {
        padding-right: 15px;
    }

    .banner .row .col.l6:last-child {
        padding-left: 15px;
    }

    .four-tiles-slider-transformer>div>div .slick-slide:nth-child(2)>div>.tile,
    .four-tiles-slider-transformer>div>div .slick-slide:nth-child(4)>div>.tile {
        border-right: 0;
    }

    .industry-points-four .industry-point {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m20 {
        width: 20%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media screen and (min-width:768px) {

    .category .cat-lines-wrap {
        max-height: 120px;
    }

    .meta-cases-four.icon-left .meta-case {
        margin-bottom: 40px;
    }

    .nft_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nft_icon {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .nft_icon:nth-child(odd) {
        padding-right: 20px;
    }

    .nft_icon:nth-child(even) {
        padding-left: 20px;
    }

    .portfolio-content-single h1 {
        max-width: 760px;
    }

    [data-project="Blockchain für Datenherkunft- & Erfassung"].portfolio-content-single h1 {
        max-width: 650px;
    }

    [data-project="Car eService Book"].portfolio-content-single h1 {
        max-width: 560px;
    }

    .error404 .btn {
        width: auto;
        padding: 0 30px;
    }

    .hero-text-mw-750 {
        max-width: 750px;
    }

    .services-slider-transformer-new .slick-track .slick-slide:nth-child(1) {
        padding: 0 4px 4px 0;
    }

    .services-slider-transformer-new .slick-track .slick-slide:nth-child(2) {
        padding: 0 0 4px 4px;
    }

    .services-slider-transformer-new .slick-track .slick-slide:nth-child(3) {
        padding: 4px 4px 0 0;
    }

    .services-slider-transformer-new .slick-track .slick-slide:nth-child(4) {
        padding: 4px 0 0 4px;
    }

    .solutions-grid-seven .solutions-wrap {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(4)>a {
        border-radius: 16px 16px 0 0;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(7)>a {
        border-radius: 16px 0 0 0;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(8)>a,
    .solutions-grid-seven .solutions-wrap:nth-child(11)>a {
        border-radius: 0;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(9)>a {
        border-radius: 16px 0 0 16px;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(12)>a {
        border-radius: 0 0 16px 0;
    }

    .solutions-grid-eight .solutions-wrap {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(3)>a {
        border-radius: 16px 0 0 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(4)>a {
        border-radius: 0 16px 0 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(8)>a,
    .solutions-grid-eight .solutions-wrap:nth-child(11)>a {
        border-radius: 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(9)>a {
        border-radius: 16px 0 0 16px;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(12)>a {
        border-radius: 0 0 16px 0;
    }

    .types-points:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 1px;
        height: 100%;
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        top: 0;
        left: 50%;
        margin-left: -0.5px;
    }

    .types-points .row .col:nth-child(odd) .types-point:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 770px;
        height: 1px;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        bottom: -32px;
        right: 0;
        margin-right: -385px;
    }

    .types-points .row .col:nth-last-child(2) .types-point:before {
        display: none;
    }

    .chain-icons-9 .chain-icon:nth-last-child(1),
    .chain-icons-9 .chain-icon:nth-last-child(2),
    .chain-icons-9 .chain-icon:nth-last-child(3) {
        margin-bottom: 0;
    }

    [data-solution="Blockchain development for real estate"] .infographics.pb-96 {
        padding-bottom: 96px;
    }

    .footer-top .row .col.xl2 {
        width: 20%;
    }

    .case-tabs-wrap.active .case-tabs-scheme-passive,
    .case-tabs-wrap.active .scheme-passive-first.show {
        opacity: 0
    }

    .scheme-passive-first.show.scheme-visible {
        opacity: 1;
    }

    .policy-nav-wrap {
        -webkit-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s;
    }

    .policy-nav-wrap.scroll {
        top: -70px;
    }

    .chain-icons-8 {
        margin: 0 -50px;
    }

    .chain-icons-8 .chain-icon {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .chain-icons-9 .chain-icon {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin-bottom: 20px;
        text-align: center;
    }

    .chain-icons-8 .chain-icon:nth-child(1),
    .chain-icons-8 .chain-icon:nth-child(2),
    .chain-icons-8 .chain-icon:nth-child(3),
    .chain-icons-8 .chain-icon:nth-child(4) {
        margin-bottom: 20px;
    }

    .chain-icons-8 .chain-icon img {
        display: block;
        margin: 0 auto;
    }

    .pyramid-block .row .col:nth-child(1) {
        text-align: right;
    }

    .pyramid-block .row .col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pyramid-logo {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .solution-action-bg-dark.solution-action-with-desc:before {
        height: 200px;
    }

    .meta-cases-two.icon-left .meta-case:nth-child(1):after {
        display: block;
        height: 120px;
    }

    .tabs-block .tabs-list::-webkit-scrollbar {
        width: 4px;
        background: #C4C6CC;
        border-radius: 20px;
    }

    .tabs-block .tabs-list::-webkit-scrollbar-thumb {
        background: #5B6471;
        border-radius: 20px;
    }

    .tabs-block .tabs-list::-webkit-scrollbar-track {
        border-radius: 20px;
    }

    .bg-dark .tabs-block .tabs-list::-webkit-scrollbar {
        background: #5B6471;
    }

    .bg-dark .tabs-block .tabs-list::-webkit-scrollbar-thumb {
        background: #C4C6CC;
    }

    .tabs-block-more .tabs-list:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 8px;
        height: 100%;
        background: #fff;
        left: 4px;
        z-index: 1;
    }

    @-moz-document url-prefix() {
        .tabs-block-more .tabs-list:before {
            width: 12px;
            left: 0;
        }
    }

    .bg-dark .tabs-block-more .tabs-list:before {
        background: #131313;
    }

    .tabs-block-more .tabs-list {
        height: 384px;
        overflow: hidden;
        overflow-y: auto;
        direction: rtl;
        text-align: left
    }

    .tabs-block-more .tabs-list>li {
        direction: ltr;
    }

    .btn-240.btn-learn.btn-icon span:after {
        right: 50px;
    }

    .btn-240.btn-learn.btn-icon:hover span:after {
        right: 40px;
    }

    .expertise-tabs-item-text .btn span {
        width: 100px;
    }

    .expertise-tabs-item-text .btn-icon span:after {
        right: 49px;
    }

    .expertise-tabs-item-text .btn-icon:hover span:after,
    .expertise-tabs-item-text .btn-icon:focus span:after {
        right: 40px;
    }

    .meta-cases-three .meta-case {
        margin-bottom: 0;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .meta-cases-three.icon-left .meta-case:nth-child(1):after,
    .meta-cases-three.icon-left .meta-case:nth-child(2):after {
        height: 80px;
    }

    .tron-slider-transformer .slick-track {
        width: 100% !important;
    }

    .five-icons .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .five-icons .row .col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l20 {
        width: 20%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1023.98px) and (max-height:1024px) {
    .solutions-content-single .banner-pic img {
        max-width: 370px
    }
}

@media screen and (min-width:768px) and (max-width:1366px) {
    #colophon {
        position: relative;
    }

    .policy-nav .dots-list {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        padding-right: 10px;
    }

    .policy-nav-wrap {
        right: 10px;
    }

    .policy-nav .dots-list::-webkit-scrollbar-track {
        border-radius: 20px;
        background: rgba(119, 139, 245, 0.1);
    }

    .policy-nav .dots-list::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }

    .policy-nav .dots-list::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #1365FF;
    }
}

@media screen and (min-width:1024px) {
    .article-widget .dots-list {
        max-height: 360px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .single-post .banner-widget h3 {
        font-size: 20px;
    }

    .article-widget-image .banner-widget {
        padding-bottom: 90px;
    }

    .article-widget-image .banner-widget a.btn-learn-more {
        width: auto;
        right: 16px;
        bottom: 28px;
    }

    .wrapper-dropdown-links-single {
        display: none;
    }

    .footer-form .btn-send-wrapper {
        margin-top: 30px;
    }

    .why-meta-content .row .col:nth-child(1) .why-meta-text:first-child,
    .why-meta-content .row .col:nth-child(3) .why-meta-text:first-child {
        padding-bottom: 32px;
    }

    .wc-dots-slider:not(.wc-dots-slider-grey) .slick-list,
    .wc-dots-slider:not(.wc-dots-slider-grey) .slick-track {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .service-slide-bg {
        content: "";
        position: absolute;
        margin: 0;
        width: 100%;
        height: 100%;
        background: rgba(19, 19, 19, 0.5);
        z-index: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    /*    .our-dev-process-content .xl9 {
        width: 70% !important;
    }

    .our-dev-process-content .xl3 {
        width: 30% !important;
    }*/

    .services-slider-transformer-new .service-slide:hover .service-slide-bg {
        opacity: 0;
    }

    .services-slider-transformer-new .service-slide-item {
        position: relative;
        z-index: 2;
    }

    .metaverse-benefits .six-tiles .slick-slide .new-tile {
        max-height: 316.48px;
    }

    .metaverse-benefits .six-tiles .slick-slide:nth-last-child(1),
    .metaverse-benefits .six-tiles .slick-slide:nth-last-child(2),
    .metaverse-benefits .six-tiles .slick-slide:nth-last-child(3) {
        padding-bottom: 0;
    }

    .chain-icons-7 .chain-icon {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    }

    .page-template-new-design-solution-metaverse-single .p-slide-desc {
        height: 152px;
    }

    .page-template-new-design-solution-metaverse-single .solution-action:before {
        height: 160px
    }

    .page-template-new-design-solution-metaverse-onboarding .discuss-info,
    .page-template-new-design-solution-metaverse-single .discuss-info {
        height: 408px;
    }

    .types-points .row .col:nth-child(odd) .types-point:before {
        width: 990px;
        bottom: -40px;
        margin-right: -495px;
    }

    .case-tabs-icons-7-grid-xl,
    .case-tabs-icons-5-grid-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .case-tabs-icons-5-grid-xl .case-tabs-icon {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    }

    .case-tabs-icons-7-grid-xl .case-tabs-icon {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .nutshell-slider-5-no-dots-xl .nutshell-in-wrap {
        padding-right: 0;
    }

    .page-template-new-design-solutions-new-nft .nutshell-slider-5-no-dots-xl .nutshell-in-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .case-tabs-icons-7-grid-xl .case-tabs-icon:nth-child(4):after,
    .case-tabs-icons-5-grid-xl .case-tabs-icon:nth-child(3):after,
    .nutshell-slider-5-no-dots-xl .nutsell-slider-thumbs-wrap,
    .nutshell-slider-5-no-dots-xl .arrows-right-side {
        display: none;
    }

    .dark-card .white-card-content {
        padding: 40px 64px 40px 40px;
    }

    .dark-card-with-list .white-card-content {
        padding: 40px 40px 48px 40px;
    }

    .dark-card .white-card-slide .introducing-text {
        padding: 42px 56px 0 0;
    }

    .dark-card-with-list .white-card-slide .introducing-text {
        padding: 0 40px 0 0;
    }

    .meta-cases-nine.meta-cases-wrap-pics .meta-case:nth-child(1):after,
    .meta-cases-nine.meta-cases-wrap-pics .meta-case:nth-child(2):after {
        height: 1000px
    }

    .tv-text {
        max-width: 480px;
    }

    .tv-block .heading {
        margin-bottom: 32px;
    }

    .tv-text .btn {
        margin-top: 40px;
    }

    .our-dev-process-thumbs .slick-track {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .our-team-thumbs .slick-track {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .solutions-content .banner-content .btn-ghost,
    .services-content .banner-content .btn-ghost {
        width: 260px;
        white-space: nowrap;
    }

    #portfolio-single-slider .slick-list {
        width: 816px;
    }

    [data-page="Ethereum application development"] .tron-img,
    [data-page="Binance Smart Chain development"] .tron-img {
        margin: 0;
    }

    .meta-cases-six-two-rows .meta-case:nth-child(1):after {
        height: 450px !important;
    }

    .row .col.xl20 {
        width: 20%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }


    .solutions-content-single .discuss-info,
    .solutions-content-single .discuss {
        height: 408px;
    }

    .solutions-content-single .discuss-text p {
        max-width: 381px
    }

    .portfolio-benefits h5 br {
        display: none;
    }

    .thank-you-block .xl7 img {
        position: absolute;
        right: 0;
        max-width: 840px;
        height: auto
    }

    .services-slider-transformer .slick-slide>div,
    .services-slider-transformer .service-slide,
    .services-slider-transformer .service-slide-info,
    .services-slider-transformer .service-slide-item {
        height: 100%;
    }

    .services-slider-transformer .slick-slide {
        height: auto;
        min-height: auto;
    }

    .services-slider-transformer-new .slick-track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .services-slider-transformer-new .slick-track .slick-slide {
        width: 50% !important;
    }

    .services-slider-transformer .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    [data-product="EventCMS"] .portfolio-benefits .preface-desc.mw-1000 {
        max-width: 1088px;
    }

    .p-points-no-desc-six .row .col:nth-last-child(3) {
        margin-bottom: 0
    }

    .product-content-single .p-slide-desc {
        height: 170px;
        padding-bottom: 32px;
    }

    .product-content-single .solution-action:before {
        height: 178px;
    }

    .solution-action-full-desc .p-slide-desc {
        height: 192px
    }

    .solution-action-full-desc.solution-action:before {
        height: 200px;
    }

    .meta-cases-ten .meta-case {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .meta-cases-ten-logo-left {
        margin-left: 0;
        margin-right: 0
    }

    .meta-cases-ten-logo-left .meta-case h5 {
        margin-top: 0
    }

    .meta-cases-ten-logo-left .meta-case:nth-child(1):after {
        height: 660px;
    }

    .meta-cases-ten-logo-left .meta-case:nth-child(2):after {
        display: none
    }

    .meta-cases-ten-logo-left .meta-case img {
        position: absolute;
        left: 0;
    }

    .meta-cases-ten-logo-left .meta-case {
        min-height: 72px;
        padding: 0 32px 0 104px;
        text-align: left
    }

    .meta-cases-ten-logo-left .meta-case:nth-last-child(3) {
        margin-bottom: 40px
    }

    .meta-cases-ten-logo-left .meta-case:nth-child(even) {
        padding-left: 136px
    }

    .meta-cases-ten-logo-left .meta-case:nth-child(even) img {
        left: 32px;
    }

    .tab-sidenav .tabs_item-content p {
        max-width: 644px
    }

    .tab-sidenav {
        min-height: 387px;
        padding-left: 280px;
    }

    .tab-sidenav .tabs-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        padding: 20px 30px;
        padding-top: 45px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        z-index: 1
    }

    .tab-sidenav .tabz {
        display: block;
    }

    .tab-sidenav .tabz .tab-point {
        width: 100%;
        height: 60px;
        padding: 0;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-sidenav .tabz .tab-point a {
        padding: 25px 10px 25px 41px
    }

    .tab-sidenav .tabz li a svg {
        top: 21px;
        left: 0;
    }

    .tab-sidenav .tab_content {
        background: rgba(36, 40, 45, 0.4);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: 0px 32px 0px 0px;
        min-height: 387px;
    }

    .tab-sidenav .tabs_item-content {
        position: relative;
        min-height: 387px;
        padding: 60px 100px 60px 40px
    }

    .tab-sidenav .tabs_item .tabs_item-content img {
        bottom: 0;
    }

    .btn-tab-sidenav {
        margin-top: 40px;
    }

    .tab-sidenav .tabs_item:before {
        content: "";
        position: absolute;
        background: -o-linear-gradient(right, #778BF5 26.04%, #4A58BD 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(26.04%, #778BF5), to(#4A58BD));
        background: linear-gradient(270deg, #778BF5 26.04%, #4A58BD 100%);
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .page-template-new-design-services-ecommerce .new-tile h4 {
        max-width: 100%;
    }

    .our-dev-process-slider {
        max-height: 320px;
    }

    .page-template-new-design-services-rpa .our-dev-process-content,
    .our-dev-process-slider-5-points {
        max-height: 230px;
    }

    .our-dev-process-slider-5-points .slick-slide,
    .our-dev-process-slider-5-points .our-dev-process-slide-inside {
        height: 230px;
    }

    .meta-cases-four-one-row .meta-case {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .meta-cases-six.meta-cases-four-one-row .meta-case {
        margin-bottom: 0
    }

    .meta-cases-six.meta-cases-four-one-row .meta-case:after {
        display: block;
        height: 136px;
    }

    .meta-cases-six.meta-cases-four-one-row-with-desc .meta-case:after {
        height: 228px;
    }

    .meta-cases-four-one-row .meta-case:last-child::after {
        display: none
    }

    .bg-ff.meta-cases-six.meta-cases-four-one-row .meta-case:after {
        background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    }

    .meta-cases-15 .meta-case:nth-child(1):after,
    .meta-cases-15 .meta-case:nth-child(2):after {
        height: 1220px
    }

    .portfolio-content-single .discuss-text p {
        max-width: 370px;
        margin-bottom: 32px;
    }

    .page-template-new-design-services-nft-launchpad .new-tile h4 {
        max-width: 220px;
    }

    .tabz li a {
        padding-right: 0;
    }

    .hyper-tab-window-text h3 {
        margin-bottom: 0;
    }

    .no-vacancies {
        margin-top: -100px;
    }

    .page-template-new-design-company-how-we-work .meta-couple.br-bottom+.single-slider-wrap:before {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 100px;
        background: #F7F7F7;
        right: 0;
        left: 0;
        top: -98px;
    }

    .new-company-content .hero-desc {
        margin-top: 40px
    }

    .our-vacancies .preface-desc {
        max-width: 800px;
    }

    .projects-portfolio-tiles .projects-link:hover .projects-tile .projects-tile-screen {
        width: 522px;
        height: 270px;
    }

    .solutions-content-single .breadcrumbs {
        margin-bottom: 16px
    }

    .solutions-content-single .banner-pic {
        margin-top: -36px
    }

    .page-template-new-design-company-about-us .awards-wrap {
        padding-top: 88px
    }

    .discovery-text {
        max-width: 536px;
    }

    .discovery-slider .slick-list {
        padding-right: 24px;
        margin-right: -24px
    }

    .four-rows-xl .meta-case {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding: 0 22.5px;
    }

    .meta-cases-wrap.four-rows-xl {
        margin-left: -16px;
        margin-right: -16px;
    }

    .four-rows-xl .meta-case:nth-last-child(1),
    .four-rows-xl .meta-case:nth-last-child(2),
    .four-rows-xl .meta-case:nth-last-child(3),
    .four-rows-xl .meta-case:nth-last-child(4) {
        margin-bottom: 0
    }

    .solution-discovery,
    .solutions-content-single .meta-cases {
        padding-bottom: 96px
    }

    .portfolio-content-single .hero {
        padding-bottom: 160px
    }

    .meta-cases-eight.meta-cases-wrap .meta-case:after {
        height: 550px
    }

    .meta-cases-twelve.meta-cases-wrap .meta-case:after {
        height: 950px
    }

    .page-template-new-design-services-nft-defi-staking .meta-cases-eight.meta-cases-wrap .meta-case:after,
    .page-template-new-design-services-nft-launchpad .meta-cases-eight.meta-cases-wrap .meta-case:after,
    .page-template-new-design-services-fintech .meta-cases-eight.meta-cases-wrap .meta-case:after {
        height: 500px
    }

    .white-card-slide .row {
        margin: 0;
    }

    .white-card-slide .row .col {
        padding: 0;
    }

    .white-card-slide .row .col:first-child {
        width: 51%;
    }

    .white-card-slide .row .col:last-child {
        width: 49%;
    }

    .white-card-slide .introducing-text {
        padding-left: 51px;
    }

    .page-template-new-design-services-nft .new-tile h4 {
        font-size: 32px;
        line-height: 125%;
    }

    .portfolio-benefits .heading+.preface-desc {
        margin-top: -8px
    }

    .tron-pic {
        position: absolute;
        left: 50%;
        width: 326px;
        margin-left: -163px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .new-tron-content {
        position: relative
    }

    .page-template-new-design-services-defi .meta-blockchain {
        padding-top: 72px
    }

    .new-techs-content .hero {
        min-height: auto;
        height: 900px;
    }

    .new-techs-content .hero-desc {
        margin-top: 32px;
        max-width: 576px;
    }

    .meta-cases-four .meta-case {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .meta-cases-four.meta-cases-no-desc .meta-case:nth-child(1):after {
        height: 184px;
        right: 31px;
    }

    .meta-cases-four.meta-cases-four-two-rows .meta-case:nth-child(1):after {
        height: 240px;
    }

    .meta-cases-four.meta-cases-no-desc .meta-case {
        margin-bottom: 40px
    }

    .meta-cases-four.meta-cases-no-desc .meta-case:nth-child(3),
    .meta-cases-four.meta-cases-no-desc .meta-case:nth-child(4) {
        margin-bottom: 0
    }

    .meta-cases-four .meta-case:nth-child(2):after {
        display: none
    }

    .white-card+.bg-f7.pt-0,
    .white-card {
        padding-bottom: 96px
    }

    .white-card.pb-0 {
        padding-bottom: 0;
    }

    .artwork-cards .col.xl3 {
        padding-right: 3px
    }

    .artwork-cards .row {
        max-width: 1230px;
    }

    .meta-cases-six.icon-left .meta-case:nth-last-child(1),
    .meta-cases-six.icon-left .meta-case:nth-last-child(2),
    .meta-cases-six.icon-left .meta-case:nth-last-child(3) {
        margin-bottom: 0
    }

    .product-content-single .hero {
        padding-bottom: 120px;
    }

    .revolutionize+.footer-form-block {
        padding-top: 104px;
    }

    .portfolio-content .hero-text {
        padding-right: 40px
    }

    .products-content .hero-text {
        padding-right: 0
    }

    .products-content .hero .row .col {
        padding-right: 0
    }

    .product-content-single .portfolio-benefits .heading {
        margin-bottom: 40px
    }

    .revolutionize-points .row .col:nth-child(1) {
        padding-right: 48px;
        position: relative
    }

    .revolutionize-points .row .col:nth-child(2) {
        padding-left: 48px
    }

    .revolutionize-points .row .col:nth-child(1) .revolutionize-point:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 0.8px;
        height: 100%;
        top: 0;
        right: -0.5px;
        background-image: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        background-image: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        -webkit-transition: height 1s ease-in;
        -o-transition: height 1s ease-in;
        transition: height 1s ease-in;
    }

    .footer-form .col.xl4.l6 {
        width: 29.645%;
    }

    .footer-form .col.xl4.l12 {
        width: 40.71%;
    }

    .awards-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .award {
        -ms-flex-preferred-size: 27.88%;
        flex-basis: 27.88%;
    }

    .award:nth-child(1) {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    }

    .award:nth-child(4) {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .product-content-single h1 {
        max-width: 600px;
    }

    [data-product="Tonsillitis Detection App"] .portfolio-benefits .meta-case h5 {
        max-width: 240px;
    }

    [data-project="Blockchain<br> Loyalty Platform"] h1,
    [data-project="NFT Marketplace<br> for creators"] h1 {
        max-width: 500px;
    }

    .new-about-content .hero-desc {
        padding-right: 30px;
        max-width: 566px;
    }

    .product-content-single .hero-content .row .col:first-child {
        width: 48%;
    }

    .product-content-single .hero-content .row .col:last-child {
        width: 52%;
        padding: 0;
    }

    .product-content-single .hero-content .row .col:last-child img {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }
}

@media screen and (min-width:1024px) and (max-width:1365px) {
    [data-page="Binance Smart Chain development"] .tron-img img {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .discover-block-content .row .col:first-child {
        width: 58%;
    }

    .discover-block-content .row .col:last-child {
        width: 42%;
    }

    .banner .row .col.l6:first-child {
        padding-right: 10px !important;
    }

    .banner .row .col.l6:last-child {
        padding-left: 10px !important;
    }

    .home .s_portfolio-slide,
    .home .s_portfolio-slider {
        margin-left: -48px;
    }

    .line {
        left: 30px;
        right: 30px;
    }

    .blockchain-dev {
        padding-top: 110px;
    }

    .s_portfolio .s_portfolio-inside .box {
        max-width: 1024px;
        padding-left: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #portfolio-single-slider .slick-list {
        width: 100%;
    }

    .thank-you-block .xl7 img {
        max-width: 650px;
        right: -80px;
    }

    .thank-you-block {
        overflow: hidden;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {

    .navigation-item-head a {
        font-size: 10px;
    }

    .expertise-pic {
        right: -150px;
    }

    #menu-mega-menu-services>li:nth-child(2):before {
        margin-left: -26px !important;
    }

    .chain-icons-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .chain-icons-6 .chain-icon {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .service-slide-info {
        min-height: 412px;
        padding: 30px 20px 0;
    }

    .service-slide-item {
        min-height: 387px
    }

    .global-list li {
        line-height: 130%;
    }

    .global-list li a:before {
        margin: -2px 0 0 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .service-slide-item {
        padding: 24px 16px 32px 24px;
    }

    .mega-menu-right-position .menu-item-has-children a[title="Metaverse"]+.sub-menu li:nth-child(2) a:before {
        top: -16px;
        height: 270px !important;
    }
}

@media screen and (max-width: 1100px) {

    .micro-point-inside h4,
    .micro-point-inside h5 {
        font-size: 16px;
    }

    .micro-point-green img {
        width: 32px;
        height: 32px;
    }

    .micro-point {
        height: 72px;
        padding: 0 24px;
    }

    .micro-point img {
        margin-right: 12px;
    }

    .micro-point:not(.micro-point-green) .micro-point-inside {
        width: 120px;
    }
}

@media only screen and (max-width: 1280px) {
    .solutions-content .banner-title br {
        display: none;
    }

    .olway .olway-slide {
        padding: 0 15px
    }

    .olway {
        padding-right: 0 !important;
    }

    .video-olway-xl a img,
    .centaur-banner-xl img {
        width: 100%;
        height: auto;
    }

    .btn-sidenav-close {
        display: block;
    }

    footer,
    main {
        padding-left: 0;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 2;
        padding: 14px 0 0 0;
    }

    .page-template-new-design-techs-developers .mobile-nav {
        z-index: 3;
    }

    .mobile-logo img {
        width: 110px;
        height: auto;
    }

    .mobile-logo {
        width: 110px;
        height: 30px;
        display: block;
        margin: 0 auto;
    }

    .sidenav-trigger {
        position: absolute;
        left: 20px;
    }

    .tabs .tab a {
        padding: 21px 20px 21px 30px;
    }

    .link-icon.show {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
        z-index: 10;
    }

    .link-icon.show svg path,
    .next-link-icon svg path {
        fill: #131313 !important;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu {
        position: relative;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        max-height: 0px;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
        padding: 0 32px;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu.first-sub-menu-active {
        max-height: 100%;
        -webkit-transition: opacity .2s ease, max-height .2s ease-in;
        -o-transition: opacity .2s ease, max-height .2s ease-in;
        transition: opacity .2s ease, max-height .2s ease-in;
        opacity: 1;
        visibility: visible;
        padding-bottom: 20px;
        margin-top: -1px;
    }

    .second-level-icon {
        padding: 17px 19.5px !important;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu li a {
        padding: 13px 16px 13px 50px;
        white-space: break-spaces;
        height: 48px;
    }

    .top-menu>.menu-item-has-children.parent-link-solutions>a+.sub-menu li a {
        height: auto;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu li a {
        font-size: 14px;
        line-height: 15px;
        padding: 17px 0;
        padding-left: 40px !important;
        background: #fff !important;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu {
        padding-left: 90px;
    }

    .sidenav.sidenav-fixed {
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 120px;
    }

    .sidenav.sidenav-fixed::-webkit-scrollbar {
        display: none;
    }

    .parent-link-solutions .sub-menu {
        width: 100% !important
    }

    .parent-link .sub-menu li a svg {
        left: 16px;
        top: 13px;
        z-index: 1;
        width: 24px;
        height: 24px;
    }

    .next-link-icon {
        opacity: 1;
        top: 3px;
        right: -10px;
    }

    .top-menu {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1280px) {
    .chain-icons-8 {
        margin: 0 -100px !important;
    }

    .s_portfolio-slide-img img {
        max-width: 670px;
    }
}

@media only screen and (max-width: 1279px) {

    .portfolio-content-single .p-slide-desc {
        height: 215px;
    }

    .portfolio-content-single .solution-action:before {
        height: 223px;
    }

    .mega-menu-right-position .menu-item-has-children .sub-menu {
        width: 60%;
    }

    .mega-menu-right-position .mega-menu-pic {
        width: 59.6%;
    }

    .mega-menu-right-position .menu-item-has-children a[title="Metaverse"]+.sub-menu li:nth-child(2) a:before {
        margin-left: -20px;
    }

    .solution-cloud-wrap-dark .solution-cloud-bg {
        display: none;
    }

    .solution-cloud-wrap-dark:before {
        content: "";
        position: absolute;
        margin: 0;
        height: 521px;
        right: 16px;
        left: 16px;
        background: rgba(36, 40, 45, 0.60);
        bottom: 0;
        border-radius: 32px 32px 0 0;
    }

    .solution-cloud-1088 {
        padding: 0 56px;
    }

    .solution-cloud-1088 .solution-cloud-bg {
        top: 40px;
        left: -40px;
        right: -40px;
    }

    .portfolio-content .banner {
        min-height: auto
    }

    .first-parent-link-active {
        color: #131313 !important;
    }

    h1 {
        font-size: 72px
    }

    h2 {
        font-size: 48px;
    }

    .navigation-list li {
        padding: 0 8px;
    }

    .navigation-list li.m-link-parent {
        padding-right: 25px;
    }

    .m-menu-logo-icon {
        padding: 20px 24px;
    }

    .m-menu-logo-text p {
        font-size: 15px
    }

    .m-menu-nav-list>ul>li>a,
    .m-menu-nav-list>ul>li>.sub-menu li a {
        font-size: 15px;
        line-height: 1.2;
    }

    .m-menu-nav-list>ul>li>a {
        padding-left: 36px;
    }

    .m-menu-nav-list>ul>li>a svg {
        top: -2px;
    }

    .mega-menu-pic {
        top: -39px;
        width: 420px;
    }

    .m-menu-left,
    .m-menu-logo {
        width: 370px;
    }

    .m-menu-nav-title {
        font-size: 30px;
    }

    .m-menu-right {
        padding: 110px 20px 20px 410px;
    }

    #menu-mega-menu-services>li:nth-child(2):before,
    #menu-mega-menu-services>li:nth-child(3):before,
    #menu-mega-menu-services>li:nth-child(4):before,
    /*    #menu-mega-menu-solutions>li:nth-child(2):before,
    #menu-mega-menu-solutions>li:nth-child(3):before,
    #menu-mega-menu-solutions>li:nth-child(4):before,*/
    #menu-mega-menu-company-insights>li:nth-child(1):before,
    #menu-mega-menu-technologies>li:nth-child(2):before,
    #menu-mega-menu-technologies>li:nth-child(3):before,
    #menu-mega-menu-products>li:nth-child(2):before,
    #menu-mega-menu-products>li:nth-child(3):before {
        height: 174px;
        margin-top: 0;
    }

    #menu-mega-menu-solutions>li:before {
        height: 225px !important;
    }

    #menu-mega-menu-services>li:before {
        margin-top: 3px !important;
        height: 470px !important;
    }

    .m-menu-left .contacts-social {
        width: 225px;
        left: 20px;
        top: 230px;
    }

    .header .box .navigation-list {
        right: 265px;
    }

    .our-dev-process-slide-img {
        right: 0;
    }

    .courses-point-desc p {
        padding-right: 0
    }

    .discuss-info-440 {
        height: auto;
    }

    .introducing-text h3 br,
    .discuss-text br {
        display: none
    }

    .hero-pic {
        right: -14%;
        width: 80%;
        height: auto;
    }

    .case-tabs-wrap {
        display: block;
        padding: 40px 40px 64px;
    }

    .case-tabs-text {
        margin-top: 40px;
    }

    .btn-case {
        position: relative;
        margin-top: 40px
    }

    .case-tabs-img,
    .case-tabs-img img {
        padding-right: 0
    }

    .p-single-nav {
        width: 300px;
    }

    .portfolio-slide-single-image-wrap {
        display: block;
        width: 100%;
        max-width: 475px;
        position: relative;
        margin-bottom: 56px
    }

    .home-solutions-content {
        padding-right: 332px
    }

    .home-solutions-content {
        height: 700px;
        min-height: 700px;
    }

    .slider-thumbs-wrap {
        height: 700px;
    }

    .portfolio-single-slide h4 {
        margin: 24px 0 16px;
    }

    .portfolio-single-slide-link {
        margin-top: 24px
    }

    .portfolio-single-content .portfolio-single-slide {
        padding-left: 0;
        height: 590px;
    }

    #portfolio-single-slider .slick-list {
        margin-left: 0
    }

    .s-thumb h6 {
        font-size: 15px;
    }

    .portfolio-benefits .box:before {
        left: 16px;
        right: 16px;
    }

    .hero {
        padding-top: 80px
    }

    .pic-bg-left {
        width: 570px;
    }

    .pic-bg-right {
        width: 180px;
    }

    .home h1:after {
        left: 330px;
    }

    .cta-black-text {
        padding: 70px 88px 90px 0;
    }

    .projects-tile {
        min-height: 550px;
    }

    .process-slide {
        padding: 24px 16px;
    }
}

@media screen and (min-width:1025px) {
    .our-dev-services .our-dev-process-thumb {
        padding-bottom: 2px;
    }

    .mobile-nav,
    #nav-mobile {
        display: none;
    }

    #menu-mega-menu-services [title="Künstliche Intelligenz"] {
        line-height: 1.2 !important;
    }
}

@media only screen and (max-width: 1100px) {
    .workflow-slider {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 32px
    }
}

@media only screen and (max-width: 1024px) {
    #menu-item-358.page-link.current-menu-item>a {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .dropdown-content li a:hover {
        color: #fff !important
    }

    .custom-scroll_bar-y:before {
        content: "";
        position: absolute;
        margin: 0 0 0 -60px;
        width: 60px;
        height: 100%;
        background: transparent;
    }

    .mega-menu,
    .header {
        display: none;
    }

    .logo {
        margin: -24px 0 38px 15px !important;
    }

    .sidenav {
        padding-top: 40px !important;
    }

    .btn-sidenav-close {
        top: 10px !important;
        right: 24px !important;
        left: auto !important;
    }

    #menu-home-mobile>li:last-child>a {
        border-bottom: 0
    }

    #menu-home-mobile .sub-menu>li>a:hover,
    #menu-home-mobile .sub-menu>li.current-menu-item>a {
        background: #F7F7F7;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #menu-home-mobile .sub-menu>li>a:hover {
        background: #F7F7F7
    }

    .top-menu-link.first-parent-link-active:before {
        content: "";
        position: absolute;
        margin: 0;
        background: #fff;
        top: -0.5px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .contacts-social-list-menu-wrap {
        margin: 24px auto 0 auto;
        width: 353px;
        height: 59px;
    }

    .sidenav .contacts-social-list {
        background: #0056F4;
        border-radius: 30px;
        padding: 9px 43px;
        width: 100%;
    }

    .sidenav .contacts-social-list li a {
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
    }

    .btn-mobile-contacts-wrap {
        margin: 130px auto 0;
        width: 353px;
        height: 56px;
    }

    .btn-mobile-contacts {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 19px;
    }

    .contacts-social-list-menu-wrap .contacts-social-list li a svg path {
        -webkit-transition: fill-opacity .3s;
        -o-transition: fill-opacity .3s;
        transition: fill-opacity .3s;
    }

    .contacts-social-list-menu-wrap .contacts-social-list li a:hover svg path {
        fill-opacity: 1;
    }

    .mobile-nav {
        background: transparent;
    }

    .mobile-nav-odc {
        position: absolute;
    }

    .h-logo-calculation:after {
        margin: 1px 0 0 10px;
    }

    .sidenav-trigger {
        left: auto;
        right: -9px;
    }

    .mobile-logo {
        width: 112px;
        height: 25px;
        margin: 0 0 0 16px;
        display: block;
    }

    #menu-icon .bar {
        background: #131313;
    }

    .mobile-nav.scroll {
        background: #fff;
        -webkit-box-shadow: 0px 4px 8px rgba(119, 139, 245, 0.1);
        box-shadow: 0px 4px 8px rgba(119, 139, 245, 0.1);
    }
}

@media only screen and (max-width: 1023.98px) {
    .expertise-pic {
        width: 439px;
        height: 384px;
    }

    .grey-arrows-top-left .slick-arrow {
        top: 60px;
        left: 32px
    }

    .grey-arrows-top-left .slick-next {
        left: 88px
    }

    .expertise-slide {
        border-radius: 32px
    }

    .expertise-tags span {
        margin: 0 4px 4px 0
    }

    .expertise-tags {
        padding-bottom: 4px
    }

    .expertise-slide-top {
        height: 384px
    }

    .expertise-slide-text {
        padding: 112px 0 0 32px;
        max-width: 40%
    }

    .expertise-slide-text h3 {
        font-size: 24px;
        margin-bottom: 16px
    }

    .tabs-custom-title {
        padding: 29px 32px
    }

    .tabs-custom-title h3 {
        font-size: 24px
    }

    .tabs-custom-title:after {
        background-image: url(new-design/img/icons/plus-tabs-t.svg);
        width: 180px;
        height: 180px;
        bottom: -90px
    }

    .pos-points {
        margin-top: 32px;
    }

    .solution-action-desc-284 .p-slide-desc {
        height: 380px
    }

    .solution-action-desc-284.solution-action-with-desc:before {
        height: 388px !important
    }

    .check-items-cta {
        padding: 24px 40px
    }

    .check-items-cta .btn {
        margin-left: 40px
    }

    .check-items .col,
    .check-items .col:nth-last-child(3) {
        margin-bottom: 24px;
    }

    .round-wrapper .check-items {
        padding: 40px 40px 56px 40px;
    }

    .check-item {
        padding-left: 40px;
    }

    .banner-link-content br {
        display: none;
    }


    .article-content b {
        font-size: 15px !important;
    }

    .check-item:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 5px;
    }

    #commentform div.error[for="hidden_recaptcha_comment"] {
        bottom: 156px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        max-width: 100%;
    }

    .comment-form-comment {
        width: auto;
        right: 40px;
        left: 40px;
        margin-top: 260px;
    }

    .comments-area {
        padding-top: 40px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        max-width: 100%;
        margin-top: 30px;
    }

    #commentform textarea {
        height: 180px;
    }

    #commentform .form-submit {
        margin-top: 347px;
    }

    .comments-area .g-recaptcha {
        position: absolute;
        margin-top: 242px;
        left: 50%;
        margin-left: -121px;
    }

    .logged-in #commentform .form-submit {
        margin-top: 30px;
    }

    .comment-notes {
        bottom: 75px;
        left: 0;
    }

    .search-header .box {
        padding-top: 120px;
        padding-bottom: 60px;
        background-position: left 15px bottom;
        background-size: 424px auto;
    }

    .no-results.not-found p {
        font-size: 16px;
    }

    .no-results.not-found {
        padding-top: 50px;
    }

    .search-field-single {
        font-size: 32px;
    }

    .search .btn-clear {
        bottom: 13px;
    }

    .content-blog .grid--3 .item,
    .content-blog .grid--1-2 .grid-item-1,
    .content-blog .grid--3 .card {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 2%;
    }

    .content-blog .grid--3 .grid-item:nth-child(3n),
    .content-blog .grid--3 .card:nth-child(2n) {
        margin-right: 0;
    }

    .full-cards .card .card-info .card-title {
        font-size: 24px;
    }

    .category-title+h6 {
        font-size: 20px;
        max-width: 506px;
        margin: 0 auto 40px;
    }

    .category main .breadcrumbs {
        margin-bottom: 20px;
    }

    .industry-point h6 br {
        display: none;
    }

    .content-blog {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    body.archive.category {
        background: url(images/parts/bg_waves_t.svg) #F7F7F7;
    }

    .hero-blurred {
        bottom: auto;
        top: 0;
        width: 365px;
        height: auto;
    }

    .fully-dots-slider,
    .fully-dots-slide-content {
        height: 128px;
    }

    .fully-dots-slide-content h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .fully-slide {
        max-height: none;
        padding-top: 48px;
    }

    .grid-posts-no-found {
        margin-top: 15px;
    }

    .article-author {
        padding: 48px 56px 64px 40px;
        background-image: url(images/parts/author_bg_t.png);
    }

    .article-widget-area {
        display: none;
    }

    .article-content-wrapper {
        display: block;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        padding: 56px 40px;
        border-radius: 32px 32px 0px 0px;
    }

    .article-content-wrapper .blur-layer {
        border-radius: 32px 32px 0 0;
    }

    .glass-layer {
        border-radius: 32px 32px 0 0;
    }

    .article-title {
        max-width: 770px;
        margin-top: 16px;
        font-size: 40px;
    }

    .article-banner {
        padding: 160px 0 152px;
    }

    .article-content h5 {
        margin-bottom: 10px;
    }

    .article-content strong {
        font-size: 15px;
    }

    .article-content ul li:before {
        margin: 10px 0 0 -20px;
    }

    .comments-area {
        margin-top: 72px;
        border-radius: 32px;
        padding: 64px 40px 475px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        max-width: 100%;
    }

    .comment-form-comment {
        width: auto;
        right: 40px;
        left: 40px;
        margin-top: 260px;
    }

    .related-banner {
        display: block;
        margin-top: 40px;
    }

    .related-banner .banner-widget {
        height: 256px;
        margin-bottom: 0;
        padding: 40px;
    }

    .after-article-content {
        padding-bottom: 32px;
        border-radius: 0 0 40px 40px;
    }

    .banner-widget:after {
        height: 100%;
        width: 50%;
        background: -o-linear-gradient(8.56deg, #131313 46.58%, rgba(19, 19, 19, 0) 87.45%);
        background: linear-gradient(81.44deg, #131313 46.58%, rgba(19, 19, 19, 0) 87.45%);
    }

    .article-author-info {
        padding: 0 0 0 40px;
    }

    .banner-widget a {
        left: 40px;
        z-index: 1;
    }

    a.btn-learn-more {
        max-width: 190px;
    }

    .banner-widget a.btn-learn-more span {
        width: auto;
    }

    .banner-widget a.btn-learn-more {
        max-width: none;
        width: auto;
        padding-right: 44px;
        padding-left: 30px;
    }

    .article-related-title {
        margin-top: 72px;
    }

    .related-slider .slick-slide {
        margin-left: 15px;
    }

    .related-slider .slick-list {
        margin-left: -15px;
    }

    .micro-points-line .micro-point:first-child {
        border-radius: 16px 0px 0px 16px;
    }

    .micro-points-line .micro-point:last-child {
        border-radius: 0 16px 16px 0;
    }

    .types-point {
        min-height: 120px;
        margin-bottom: 64px;
    }

    .types-point-pic {
        -ms-flex-preferred-size: 136px;
        flex-basis: 136px;
    }

    .types-points .row .col:nth-child(odd) .types-point {
        padding-right: 8px;
    }

    .types-points .row .col:nth-child(even) .types-point {
        padding-left: 8px;
    }

    .types-points .row .col:nth-child(odd) .types-point .types-point-text {
        padding-right: 20px;
    }

    .types-points .row .col:nth-child(even) .types-point .types-point-text {
        padding-left: 20px;
    }

    .types-point-text p {
        font-size: 14px;
    }

    .only-xl,
    .case-tabs-icons-7-grid-xl .case-tabs-icon:nth-child(6):after {
        display: none;
    }

    .infographics-dark .case-preface {
        padding: 40px;
    }

    .infographics-dark .case-preface p {
        margin-top: 16px;
    }

    .nutshell-slider-5-no-dots-xl .nutsell-slider-thumb {
        height: 35px;
    }

    .nutshell-slider-5-no-dots-xl.nutshell-slider-inside .arrows-right-side {
        top: 96px;
    }

    .solution-cloud-wrap-dark {
        background-image: url(new-design/img/parts/grey_wave_t.png);
        background-position: bottom 71px center;
    }

    .solution-cloud-wrap-dark-bg {
        height: 72px;
    }

    .solution-cloud-wrap-dark:before {
        right: 32px;
        left: 32px;
        height: 411px;
    }

    .tab-point-more a {
        padding-left: 10px !important;
    }

    .grey-tile {
        height: 52px;
        -ms-flex-preferred-size: 121px;
        flex-basis: 121px;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Inter', sans-serif;
        margin: 0 4px 8px;
        padding: 5px 8px;
    }

    .grey-tiles {
        margin-left: -4px;
        margin-right: -4px;
    }

    .content-report h2 {
        font-size: 32px;
    }

    .content-report .heading {
        margin-bottom: 32px;
    }

    .content-report .contacts-form {
        padding-top: 40px;
    }

    .report-form.mw-800 {
        max-width: 100%;
    }

    .nutshell-in-wrap {
        padding: 40px 0;
    }

    .nutshell-slider-inside .nutshell-in-wrap {
        padding: 9px 175px 37px 0;
        height: 258px;
    }

    .nutshell-slider-inside .nutsell-slider-thumbs-wrap {
        top: 32px;
    }

    .nutshell-slider-inside .arrows-right-side {
        top: 104px;
    }

    .solution-cloud-1088 {
        max-width: 770px;
    }

    .wc-dots-slider {
        margin: 0 -32px;
        padding-left: 32px;
    }

    .wc-dots-slide-content {
        width: 100%;
    }

    .solution-cloud-bg {
        top: 0;
        left: -66px;
        right: -66px;
    }

    .solution-cloud-text {
        padding: 32px;
    }

    .meta-cases-box {
        padding: 72px 48px;
    }

    .tv-slide-bottom {
        padding: 5px 26px;
    }

    .tv-text {
        max-width: 638px;
        margin: 0 auto;
    }

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

    .tv-text p {
        margin-bottom: 16px;
    }

    .tv-block .btn {
        margin-top: 40px;
    }

    .hide-1023 {
        display: none
    }

    .show-1023 {
        display: block
    }

    .leaders {
        padding: 48px 0 56px;
    }

    .leaders .heading {
        margin-bottom: 32px;
    }

    .footer-top {
        padding: 44px 0 24px;
    }

    .footer-medium {
        padding: 40px 0 32px;
    }

    .courses-point-desc-icon,
    .courses-point-desc-icon img {
        width: 180px;
        height: 180px;
    }

    .partner-tile:first-child::after {
        top: 24px;
        bottom: 24px;
    }

    .partner-tile img {
        width: auto;
        height: 112px;
    }

    .partner-tiles-icons-top .partner-tile img {
        height: 150px;
    }

    .bg-ff .partner-tile img {
        height: 120px;
    }

    .partner-tile .simple-list li {
        font-size: 16px;
    }

    .partner-tile:first-child img {
        right: -37px;
    }

    .partner-today .heading {
        text-align: center
    }

    .partner-tile {
        padding: 40px 102px 40px 32px
    }

    .partner-tiles-icons-top .partner-tile {
        padding-left: 40px;
        padding-right: 40px;
    }

    .partner-tile h3 {
        font-size: 20px;
    }

    .partner-tile p {
        font-size: 14px;
    }

    .page-template-project-slider-center .product-slider-wrap-with-tabs .product-slide-desc {
        height: 150px;
    }

    .artwork-cards {
        margin: 50px 0 0;
    }

    .artwork-card {
        padding: 0 0 25px 30px;
        margin-bottom: 35px
    }

    .artwork-card img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    .artwork .many-more {
        margin-top: -10px
    }

    .artwork-card:before {
        width: 15px;
    }

    #products-page-slider .slick-slide {
        overflow: hidden
    }

    #products-page-slider .slick-slide.slick-active {
        overflow: visible
    }

    .portfolio-content-single-slider-center .product-slide-desc p {
        font-size: 18px;
    }

    .discover-block-content {
        padding: 40px 32px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .tron-start-item {
        padding: 20px 15px 20px 15px;
        margin-bottom: 10px;
    }

    .tron-start-item img {
        top: 15px;
        right: 15px;
        left: auto
    }

    .tron-start-item h6 {
        min-height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 60px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .tech-icon {
        height: 110px;
        padding: 42px 50px 42px 80px
    }

    .tech-icon.tech-icon-graphene {
        padding: 29px 50px 29px 80px;
    }

    .tech-icon:after {
        right: 20px;
    }

    .tech-links-block h2 {
        margin-bottom: 30px;
    }

    .tech-icon img {
        left: 20px;
        width: 50px;
        height: auto;
    }

    .our-dev-process-slide-img img {
        max-width: 236px;
    }

    .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        height: 236px;
        padding: 0 20px 0 256px;
    }

    .our-dev-services .our-dev-process-slide-text h3 {
        padding-top: 30px;
        font-size: 22px;
    }

    .our-dev-services .our-dev-process-slide-text p {
        margin-top: 10px;
        font-size: 14px;
    }

    .our-dev-services .our-dev-process-thumb {
        margin-bottom: 23px;
        font-size: 14px !important;
        font-weight: 400 !important
    }

    .s_portfolio-inside {
        max-height: 460px;
    }

    .our-tech-item {
        min-height: 54px;
    }

    .our-tech-item-desc p {
        font-size: 16px;
    }

    .our-tech-item-title {
        -ms-flex-preferred-size: 328px;
        flex-basis: 328px;
    }

    .our-tech-item:after {
        width: 236px;
    }

    .our-tech-item-title img {
        top: -3px;
    }

    .our-tech-item-desc {
        -ms-flex-preferred-size: 502px;
        flex-basis: 502px;
    }

    .btn-blue {
        width: 100%;
        max-width: 250px;
        height: 50px;
        font-size: 16px;
    }

    .line-title:before {
        width: 57px;
        height: 10px;
        margin-top: -20px;
    }

    .cta-1024 {
        display: none
    }

    .cta-768 {
        display: block;
    }

    .technologies .box .s_portfolio-slide-nav {
        right: 15px;
        top: -80px;
    }

    .main-slider {
        width: 100%;
        height: auto;
    }

    .light-box-link {
        display: block;
    }

    .projects-tile .projects-tile-screen {
        width: 100%;
        height: auto
    }

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

    .home-solutions-nav.product-single-nav {
        width: 251px;
    }

    .product-single-slide h4 {
        margin-top: 10px;
    }

    .product-single-slide p {
        font-size: 15px;
    }

    .blue-labels {
        margin-top: 30px;
    }

    .products-wrap {
        display: none;
    }

    .products-slider-wrap {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }

    #products-page-slider .slick-list {
        padding: 0;
        margin: 0;
    }

    .introduce-logo {
        width: 160px;
        height: auto;
    }

    .state-of-art .p-intro {
        max-width: 100%
    }

    .product-slider-wrap-with-tabs .product-slider {
        margin-left: 0;
        margin-right: 0
    }

    .product-slider-desc {
        margin-bottom: 30px;
    }

    .codedropz-upload-inner>span {
        display: block;
        margin: 0;
        text-align: left;
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #5B6471;
        display: block;
        width: 270px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .codedropz-upload-inner>span.file-size-tablet {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #5B6471;
        margin-top: 16px
    }

    .codedropz-upload-container {
        min-height: 132px;
        padding: 24px;
    }

    .cd-upload-btn {
        padding-top: 0;
        color: transparent;
    }

    .thank-you-block .row .col {
        width: 100%
    }

    .codedropz-upload-inner h3 {
        margin: 0;
        font-size: 14px;
        line-height: 150%;
    }

    .projects-tile-desc {
        margin-top: 15px;
    }

    .products-page-slide-link {
        padding: 20px;
    }

    .btn-more-projects {
        margin-top: 10px;
    }

    .products-page-slide h4 {
        margin-bottom: 10px;
    }

    #products-page-slider .slick-dots {
        bottom: -15px;
    }

    .product-slider-nav {
        display: none;
    }

    .cta-product p {
        max-width: 80%
    }

    .product-slide-desc {
        height: 144px;
        padding: 30px 15px 15px 15px;
    }

    [data-product="NFT Marketplace for game producers"] .product-slide-desc {
        height: 160px;
    }

    .product-slider .slick-dots {
        left: auto;
        width: 100%;
    }

    .product-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .blue-label-title {
        padding-top: 20px;
    }

    .projects-preface-filter {
        width: 49%;
        top: -20px;
    }

    .page-template-products .projects-preface-filter {
        display: none
    }

    .select-cat {
        width: 100%
    }

    .projects-preface {
        margin-bottom: 40px;
    }

    .tiles-desc {
        margin-bottom: 30px;
    }

    .top-menu .sub-menu li svg path {
        stroke-width: 1;
    }

    .case-tabs li p span {
        font-size: 18px;
    }

    .case-preface {
        padding: 30px 30px 20px 30px;
    }

    .case-tabs-wrap {
        padding: 40px 30px;
    }

    .infographics-dark .case-tabs-wrap {
        padding: 40px 40px 26px;
    }

    .case-tabs-icons-5-line .case-tabs-icon:nth-child(3):after {
        display: none;
    }

    .case-tabs-icons-5-line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .case-tabs-icons-5-line .case-tabs-icon {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .case-tabs-text p {
        font-size: 15px;
    }

    .case-tabs-img img,
    .case-tabs-img {
        padding-right: 30px;
    }

    .case-tabs-scheme {
        right: 30px;
    }

    .home-solutions-nav {
        width: 236px;
    }

    .home-solutions-content {
        padding-right: 236px;
    }

    .product-single-slide-image-wrap {
        display: none;
    }

    .product-single-content .home-solutions-info {
        padding: 30px !important;
    }

    .product-single-slide-info {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .product-single-slide .portfolio-slide-single-ico {
        width: 140px;
        height: 67px;
    }

    .product-single-content {
        padding-right: 251px;
    }

    .product-single-nav .slider-thumb-item {
        font-size: 14px;
        height: 50px;
    }

    .set-up-sidebar {
        position: relative;
        width: 100%;
        padding: 24px 32px !important;
    }

    .set-up-item {
        padding-left: 0;
    }

    .set-up-sidebar h5 {
        margin-bottom: 8px;
    }

    .tooltip-title,
    .set-up-sidebar p {
        font-size: 16px;
    }

    .set-up-info {
        border-bottom: 0;
        padding: 32px !important;
        min-height: auto
    }

    .set-up-wrap .set-up-item:nth-child(3) .set-up-info {
        padding-bottom: 64px !important
    }

    [type="radio"]:not(:checked)+span,
    [type="radio"]:checked+span {
        font-size: 15px;
    }

    .set-up-team {
        margin-top: 48px;
    }

    .set-up-team-title {
        padding-bottom: 32px;
    }

    .vacancy-single {
        margin-bottom: 112px;
        padding-top: 40px;
    }

    .vacancy-single-info h3 {
        margin: 32px 0 24px;
    }

    .have-a-project-idea {
        margin-top: 70px;
        padding: 20px 280px 50px 20px;
    }

    .have-a-project-idea .p-intro {
        font-size: 15px;
    }

    .have-a-project-idea .btn-white {
        bottom: 50px;
    }

    .stack-line {
        height: 50px;
        padding-left: 10px;
    }

    .stack-line-six .stack-line {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }

    .stack-line-six.stack-line-only-logo .stack-line {
        -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%
    }

    .stack-line-only-logo .stack-line:not(:first-child) {
        padding-left: 20px;
    }

    .stack-line-six.stack-line-only-logo.stack-line-six_padding_16 .stack-line:not(:first-child) {
        padding-left: 13px;
    }

    .stack-line-only-logo .stack-line img {
        width: 100%;
    }

    .stack-line-only-logo .stack-line {
        height: 32px;
    }

    .stack-line-five.stack-line-no-title .stack-line {
        margin-top: 10px;
        height: 50px;
    }

    .stack-line-five.stack-line-only-logo .stack-line:not(:first-child) {
        padding-left: 17px;
    }

    .stack-line-four.stack-line-only-logo .stack-line {
        height: 45px;
        padding-left: 5px;
    }

    .stack-line img {
        width: 30px;
        height: auto;
    }

    .stack-line span {
        margin-left: 10px;
        font-size: 16px;
        line-height: 1.4;
    }

    .career-opportunities-content .banner-title br {
        display: none;
    }

    .our-vacancies {
        padding-top: 30px;
    }

    .our-team-face-info {
        padding-top: 5px;
    }

    .our-team-thumbs-wrap {
        padding-left: 0;
        margin: 0
    }

    .our-team-icon {
        top: auto;
        bottom: -4px;
    }

    .our-team-icon svg {
        height: 351px;
        width: auto;
    }

    .our-team-slider .slick-slide {
        min-height: 500px;
    }

    .our-team-face-info .p-small {
        margin-bottom: 0;
    }

    .our-team-info {
        height: 520px;
        padding-right: 300px;
    }

    .our-team-thumb {
        border-top: 1px solid #c4c6cc;
    }

    .our-team-bg.active .our-team-thumb {
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .our-team-slider-wrap {
        padding-right: 34px;
    }

    .category-title {
        font-size: 40px;
        margin-bottom: 32px;
    }

    .target-dot {
        top: 11px;
        bottom: auto;
        width: 0;
        height: 0;
        margin-left: -4.5px;
        left: 0;
    }

    .our-team-thumbs .slick-list {
        margin-left: -15px;
    }

    .tech-stack-point img {
        margin-bottom: 10px;
        width: 50px;
        height: auto;
    }

    .expertise-tabs-wrap:before {
        height: 70px;
        top: 11px;
    }

    .expertise-content .row .col.l9 {
        width: 100%;
    }

    .expertise-content .row .col.l3 {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 64px -16px 0;
    }

    .expertise-content .row .col.l3:before {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 1px;
        background: rgba(255, 255, 255, 0.35);
        top: 0;
        left: 0;
        right: -32px;
    }

    .expertise-tabs-wrap li {
        margin-top: 15px
    }

    .expertise-tabs-wrap .skyrocket-list li span {
        margin-left: 64px;
        position: relative
    }

    .skyrocket-list li span:after,
    .skyrocket-list li span:before {
        top: 3px;
    }

    .expertise-areas {
        padding-bottom: 0
    }

    .expertise-tabs-wrap {
        padding: 0;
        margin: 0;
    }

    #tabs-swipe-nav {
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .expertise-content {
        margin-top: 32px;
    }

    .expertise-tabs-item-text a {
        margin-top: 32px;
    }

    .btn-ghost-white {
        height: 50px;
        font-size: 16px;
        padding: 15px;
        line-height: 1.1;
    }

    .our-dev-process-slide-text p {
        margin-top: 20px;
        padding-right: 15px;
    }

    .our-dev-process-thumbs {
        padding-top: 0;
    }

    .our-dev-process-slide {
        min-height: 260px;
    }

    .dev-process-arrows-nav {
        top: -60px;
    }

    .our-dev-process-slide-inside {
        padding-right: 236px;
    }

    .dev-process-top-block {
        height: 40px;
        margin: 15px 0 20px 0;
    }

    .dev-process-arrows-nav {
        width: 100px;
    }

    .dev-process-arrows-nav a svg,
    .dev-process-arrows-nav a {
        width: 40px;
        height: 40px;
    }

    .our-dev-process-img-1024 {
        display: none !important;
    }

    .our-dev-process-img-768 {
        display: block !important;
        width: 100%;
    }

    .simple-list {
        margin-top: 15px;
    }

    .simple-list li {
        font-size: 15px;
    }

    .industry-icons {
        padding: 30px 30px 30px 150px;
    }

    .industry-list {
        -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    }

    .industry-list+.industry-list {
        padding-left: 30px;
        -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    }

    .industry-img {
        width: 236px;
        height: 236px;
        top: 30px;
    }

    .industry-info {
        padding-left: 117px;
    }

    .industry-icons:after {
        height: 75px;
    }

    .industry-icons:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 1px;
        height: 20px;
        background: #778BF5;
        top: 0;
        left: 0;
    }

    .industry-lists {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .industry-list ul li {
        padding-left: 50px;
        min-height: auto;
        margin-bottom: 34px;
    }

    .industry-list ul li a svg {
        width: 40px;
        height: 40px;
        top: 5px;
    }

    .policy-cookie-anchor {
        margin-top: -90px;
    }

    .policy-nav-wrap {
        padding-left: 22px;
        right: 0;
    }

    .policy-nav-wrap.scroll {
        top: -40px !important;
    }

    .vacancy-sidebar-wrap {
        padding-left: 20px;
    }

    .dots-list {
        padding-bottom: 0;
    }

    .policy-text hr {
        margin: 24px 0;
    }

    #cookie-policy+h3 {
        padding-bottom: 30px
    }

    .policy-text h6 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .policy-text {
        padding-right: 265px;
    }

    .vacancy-single-text {
        padding-right: 251px;
    }

    .policy h1 {
        padding-bottom: 40px;
    }

    .policy-text h4 {
        padding: 12px 0 24px;
    }

    .vacancy-sidebar-wrap {
        max-width: 236px;
    }

    .vacancy-nav {
        max-width: 216px;
    }

    .contacts-us-info {
        display: block;
        overflow: hidden;
    }

    .contacts-us-text {
        padding: 72px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #toTop {
        right: 15px;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    #toTop svg {
        margin-left: -4.8px;
        margin-top: 10px;
        width: 9.6px;
        height: auto;
    }

    .power-points {
        margin-top: 0;
    }

    .services-slider-wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .s_all-projects {
        width: 160px;
        height: 50px;
        margin-right: 0;
        height: 56px;
        width: 56px;
        color: transparent !important;
        bottom: 0;
        right: 32px;
    }

    .portfolio-content-single .banner .row .col.l6:last-child {
        margin-bottom: 40px;
    }

    .home .contacts,
    .contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dev-process .p-intro {
        margin-bottom: 30px;
    }

    .courses-point-title {
        padding: 40px 32px;
    }

    .courses-point-title h3 {
        -ms-flex-preferred-size: 680px;
        flex-basis: 680px;
    }

    .courses-point-title-link {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    }

    .courses-point-desc {
        padding: 40px 32px
    }

    .courses-point-title h3 {
        padding-right: 20px;
    }

    .courses-point {
        margin-bottom: 72px
    }

    .s_portfolio-slide-info h3 {
        margin: 20px 0;
    }

    .s_portfolio-slide-nav {
        top: 40px;
        right: 25px;
        width: 100px;
    }

    .s_portfolio-slide-nav-item svg,
    .s_portfolio-slide-nav-item .s_portfolio-slide-info {
        width: 40px;
        height: 40px;
    }

    .s_portfolio-slide-info a {
        position: relative;
        margin-top: 40px;
    }

    .s_portfolio-slide-info img {
        width: auto;
        height: 40px;
    }

    .s_portfolio-slide-info {
        padding-left: 30px;
    }

    .btn-small-caps {
        padding-top: 13px;
    }

    .industry-point p {
        font-size: 16px;
        line-height: 1.2;
        padding: 0 10px;
    }

    .s_portfolio-slide-content {
        padding: 40px 0 40px 0px;
    }

    .s_portfolio-slide,
    .s_portfolio-slider {
        margin-left: 0;
    }

    .p-intro {
        font-size: 16px;
    }

    .industry-points {
        margin-top: 30px;
    }

    .hyperledger-tabs .hyper-tab-content {
        background-size: 173px;
    }

    .hyper-tab-content-text h3 {
        padding-right: 50px;
    }

    .hyperledger-tab a svg {
        margin: 0 auto 10px auto;
        width: 45px;
        height: auto;
    }

    .hyperledger-tab a h6 {
        font-size: 16px;
        margin-bottom: 20px;
        white-space: normal;
        line-height: 140%;
        max-width: 100px;
    }

    .hyper-tab-content {
        padding: 30px;
        min-height: auto
    }

    .hyper-tab-content-text-inside p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hyper-tab-content-text-inside ul li {
        font-size: 14px;
        line-height: 23px;
        padding-right: 10px;
    }

    .hyperledger-tab a {
        min-height: auto
    }

    .portfolio-content-next .banner-title br {
        display: none;
    }

    .poptrox-popup iframe {
        height: 500px !important;
    }

    .olway {
        background-size: 470px;
    }

    .power-point-title br {
        display: none;
    }

    .main-slider .slick-slide {
        margin-bottom: -7px;
    }

    .blockchain-training-from-aetsoft h4 {
        margin-bottom: 30px;
    }

    .project-desc {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .center-slider .slick-slide img,
    .center-slider .slick-slide {
        height: 303px;
    }

    .center-slider .slick-current.slick-active.slick-center {
        width: 404px !important;
        height: 303px;
    }

    .center-slider .slick-dots,
    .main-slider .slick-dots {
        bottom: -30px;
        height: 13px;
    }

    .center-slider-wrap {
        margin-top: 30px;
    }

    .simple-white-list li {
        margin-bottom: 5px;
    }

    .blockchain-dev-services.blockchain-dev-projects {
        padding-bottom: 40px;
    }

    .main-slider-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-slider-nav-tablet {
        display: none;
    }

    .thanks-page-text h4 br {
        display: none;
    }

    .g-recaptcha-error {
        -webkit-transform: translate(-66%, 0);
        -ms-transform: translate(-66%, 0);
        transform: translate(-66%, 0);
        left: 50%;
        text-align: center;
    }

    .input-field-lasts {
        width: 50% !important;
        text-align: center;
        padding: 0
    }

    .row .col.input-field-lasts {
        padding-right: 20px;
    }

    .btn-ghost-send {
        margin-top: 0
    }

    .tabs .tab:hover::after {
        display: none;
    }

    .btn-close {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }

    .btn-close svg {
        width: 16px;
        height: 16px;
    }

    .blockchain-dev {
        padding-top: 100px;
    }

    .banner-title {
        font-size: 40px;
        margin: 0 0 30px 0;
    }

    .home .banner-title {
        margin-bottom: 20px;
    }

    .portfolio-content-single .banner-title {
        margin-bottom: 30px;
    }

    .banner-desc p {
        font-size: 14px;
    }

    .banner-desc h6 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .btn-ghost {
        padding: 13px;
        font-size: 16px;
        height: 50px;
        line-height: 1.5;
    }

    .tabz a {
        font-size: 16px;
        line-height: 1.2;
        padding-left: 61px;
        min-height: 50px;
        padding-top: 16px;
    }

    .tabs_item-content {
        padding: 30px 20px;
        min-height: 190px;
    }

    .tabs_item h3 {
        margin-bottom: 20px
    }

    .tabs_item img {
        width: 165px;
        height: auto;
    }

    .tabz li a img,
    .tabz li a svg {
        left: 20px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tabs .tab a span {
        font-size: 18px;
    }

    .tabs .tab a {
        padding: 15px;
        min-height: 70px;
    }

    .tabs-content {
        padding: 30px 0 40px 20px;
    }

    .tabs-content {
        min-height: 540px;
    }

    h6 {
        font-size: 16px;
    }

    .contacts-social-list li a {
        width: 30px;
        height: 30px;
    }

    .vacancy-sidebar-social li a {
        width: 40px;
        height: 40px;
    }

    .vacancy-sidebar {
        width: 240px;
    }

    .vacancy-sidebar-apply {
        margin: 15px 0 20px 0;
    }

    .vacancy-sidebar-desc {
        margin-bottom: 20px
    }

    .input-txt+label {
        font-size: 14px;
    }

    .contacts-form {
        padding: 30px 20px;
    }

    .contacts-form .row {
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }

    .industries-block .box {
        padding-right: 32px;
    }

    .who-we-are-desc {
        margin-bottom: 30px;
    }

    .home-solutions-info {
        padding-top: 50px;
    }

    .breadcrumbs {
        margin-bottom: 30px;
    }

    .banner-desc {
        margin-bottom: 20px;
    }

    .tile h3 {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .tile h3 br {
        display: none;
    }

    .tile {
        padding: 30px 20px;
    }

    .six-tiles .slick-slide,
    .six-tiles-slider-transformer .slick-slide,
    .six-tiles .tile {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .nine-tiles .tile:nth-child(9),
    .six-tiles .tile:nth-child(3) {
        border-right: 1px solid rgba(119, 139, 245, 0.5);
    }

    .six-tiles .tile:nth-child(4) {
        border-bottom: 1px solid rgba(119, 139, 245, 0.5);
    }

    .nine-tiles .tile:nth-child(8),
    .six-tiles .tile:nth-child(2),
    .six-tiles .tile:nth-child(4),
    .six-tiles .tile:nth-child(6) {
        border-right: 0;
    }

    .tile .tile-icon {
        width: 87px;
        height: auto;
    }

    .link:after {
        bottom: 4px;
    }

    .power-points {
        margin-top: 0;
    }

    .power-point-title {
        margin: 15px 0;
    }

    #portfolio-single-slider.home-solutions-slider .slick-slide {
        height: 280px;
    }

    .home-solutions-nav-bg {
        padding: 20px;
    }

    /*    .slick-slider.slider-thumbs .slick-slide {
        padding-right: 23px;
    }
*/
    .home-solutions-content {
        min-height: 400px;
    }

    .slick-current .slider-thumb-item {
        padding-left: 17px;
    }

    .slider-thumb-item {
        font-size: 16px;
        padding: 15px 0 8px 0;
    }

    .slider-thumb-arrow {
        width: 7px;
        height: 12px;
        top: 12px;
    }

    .slider-thumb-arrow svg {
        width: 7px;
        height: 12px;
    }

    .recaptcha-wrap .wpcf7-form-control-wrap.input-field span.wpcf7-not-valid-tip {
        margin: -7px 0 0 16px;
    }

    .breadcrumbs {
        margin-bottom: 10px;
    }

    .banner-desc {
        margin-bottom: 30px;
    }

    .banner-content {
        margin-bottom: 50px;
    }

    .banner .row .col.l6:last-child {
        margin-bottom: 50px;
    }

    .thanks-page-text .btn-ghost,
    .banner-content .btn-ghost {
        font-size: 16px;
        line-height: 1.5;
    }

    .current-job-openings {
        padding-bottom: 30px;
    }

    section,
    .olway {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .olway {
        padding-bottom: 20px;
    }

    .aside-title {
        margin: 70px 0 20px 0;
    }

    .power-point-title {
        margin: 20px 0 10px 0;
        font-weight: 500;
    }

    p {
        font-size: 15px;
        line-height: 1.5;
    }

    .olway-slide .box {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-dots {
        bottom: -45px;
        z-index: 1;
    }

    .explore-products {
        padding-bottom: 50px;
    }

    .contacts-form {
        padding: 40px 0 0 0;
    }

    .cv-block .contacts-form .row .col:nth-child(5) {
        padding-right: 7.5px;
    }

    .cv-block .contacts-form .row .col:nth-child(6) {
        padding-left: 7.5px;
    }

    .cv-block {
        padding: 0;
    }

    .btn-exit {
        top: 15px;
        right: 15px;
    }

    .btn-send-wrap {
        height: 50px;
    }

    .contacts {
        padding-bottom: 50px;
    }

    .footer-social-list {
        width: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    }

    .copyright {
        font-size: 10px;
    }

    .f-nav-contacts a,
    .f-nav-contacts p,
    .f-nav-list li a {
        font-size: 14px;
    }

    .footer-links a {
        margin: 0 0 0 20px;
        font-size: 14px;
    }

    .footer-links {
        padding: 23px 0 0 0px;
    }

    .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -48px 0px 0 50px;
    }

    .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -38px 0px 0 40px;
    }

    #portfolio-single-slider .slick-list {
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;
    }

    #portfolio-single-slider .slick-slide {
        padding-top: 0;
    }

    .portfolio-slide-single-image-wrap {
        display: none;
    }

    .portfolio-single-content .portfolio-single-slide {
        padding-left: 0;
        padding-right: 100px;
    }

    .portfolio-single-content .home-solutions-info {
        padding-top: 0;
    }

    .portfolio-slide-single-ico {
        width: 160px;
    }

    .portfolio-single-slide h3 {
        font-size: 22px;
        line-height: 124%;
    }

    .portfolio-single-slide p {
        font-size: 15px;
    }

    .portfolio-single-nav .slider-thumb-item {
        height: 50px;
        padding: 14px 0;
    }

    .portfolio-single-nav .slider-thumbs-wrap {
        height: 347px;
    }

    .portfolio-single-content {
        min-height: 390px;
    }

    .portfolio-single-nav .slider-thumb-arrow {
        top: 16px;
    }

    .portfolio-single-nav .home-solutions-nav-bg {
        padding: 20px 20px 20px 0px;
    }

    .portfolio-single-content .portfolio-single-slide {
        min-height: 350px;
    }

    .portfolio-single-slide-link {
        margin-top: 30px;
    }

    .product-single-nav .slider-thumbs-wrap {
        height: 295px;
    }

    .product-single-content {
        min-height: 280px;
    }

    .product-single-nav .slider-thumb-arrow {
        top: 18px;
    }

    .product-single-nav .home-solutions-nav-bg {
        padding: 20px 30px;
    }

    .product-single-content .home-solutions-info-slide .slick-slide {
        height: 280px
    }

    .product-single-content .portfolio-single-slide {
        height: 280px;
    }


    h1 {
        font-size: 64px
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 1.2
    }

    section {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .p-normal {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    section.pb-96 {
        padding-bottom: 48px;
    }

    .pb-152.white-card,
    .pb-152 {
        padding-bottom: 115px;
    }

    [data-solution="Blockchain development for voting systems"] .meta-cases .heading h2 br {
        display: none;
    }

    [data-product="NFT Marketplace for real estate"] h1 {
        max-width: 550px;
    }

    .sidenav-trigger {
        margin-top: 3px;
    }

    .policy-nav .target-dot {
        left: -43px;
        margin-top: -14px;
    }

    .border-list {
        padding: 16px 24px 16px 16px;
    }

    .policy-content {
        padding-top: 80px;
    }

    .policy {
        padding-bottom: 140px;
    }

    .thanks-page-text {
        margin-left: 64px;
        max-width: 375px;
        padding-top: 32px;
    }

    .thank-you-block .col img {
        float: right;
    }

    .thanks-page-text h3 {
        margin-bottom: 0;
    }

    .thanks-page-text p {
        margin: 16px 0 56px;
    }

    .thank-you-block .box .xl7 {
        position: relative;
    }

    .thank-you-block .row,
    .banner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thank-you-block .row .col:nth-child(1),
    .banner .row .col:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .thank-you-block .row .col:nth-child(2),
    .banner .row .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .new-services-content .heading br {
        display: none;
    }

    .pyramid-text {
        margin-bottom: 24px;
    }

    .nft-text {
        padding: 0 66px 24px;
    }

    .nft-pic img {
        margin: 0 auto;
    }

    .new-techs-dev-content .single-slider-wrap .heading {
        margin-bottom: 56px
    }

    .new-techs-dev-content .single-slider-wrap .s_all-projects-single {
        bottom: -56px;
    }

    .p-point-desc p br {
        display: none
    }

    .member-role {
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    }

    .member-level {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }

    .hire-team+.single-slider-wrap {
        margin-top: -90px;
    }

    .set-up-team-bg {
        height: 404px;
    }

    .team-member {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .set-up-wrap {
        border-radius: 24px;
    }

    .hire-team-desc .heading:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 78px;
        height: 159px;
        background-image: url(new-design/img/pages-techs/front-end/parts/rhomb-t.png);
        left: 0;
        top: 5px;
    }

    .hire-team-desc .heading {
        position: relative
    }

    .our-tech-content {
        padding: 40px 40px 48px;
    }

    .new-techs-dev-content .our-dev-process-thumbs .slick-list {
        height: 68px !important;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-nav,
    .new-techs-dev-content .our-dev-services .our-dev-process-thumbs {
        padding-top: 0
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-thumb {
        font-size: 16px !important;
    }

    .new-techs-dev-content .our-dev-process-thumb:before {
        top: 18px;
    }

    .new-techs-dev-content .our-dev-process-content .col.xl3 {
        border-top: 1px solid rgba(19, 19, 19, 0.2);
    }


    .case-tabs-two-rows {
        padding: 0 40px;
    }

    .attention-block {
        margin-top: 34px;
        padding: 16px 0 0 48px
    }

    .attention-block p {
        font-size: 14px;
    }

    .attention-block p:first-child {
        margin-bottom: 16px;
    }

    .attention-block:before {
        top: 16px;
    }

    .h3-arrow:after {
        top: 0;
    }

    .our-dev-process-slider-5-points .slick-slide,
    .our-dev-process-slider-5-points .our-dev-process-slide-inside {
        height: 250px
    }

    .our-dev-process-slider-5-points .our-dev-process-slide-text p {
        padding-right: 40px;
    }

    .our-dev-process-slider-5-points .our-dev-process-content {
        padding-top: 20px
    }

    .s_portfolio_single .heading,
    .s_products_single .heading {
        text-align: center;
        padding-right: 40px;
        padding-left: 40px;
    }

    .product-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .s_portfolio-slider .slick-list {
        overflow: hidden
    }

    .our-dev-services .s_portfolio-slide-nav,
    .page-template-new-design-services-rpa .our-dev-process .line-box,
    .advantages-block .heading h2 br {
        display: none
    }

    .no-padding-t-m {
        margin-left: -16px;
        margin-right: -16px
    }

    .wide-pic .preface-desc br {
        display: none
    }

    .nutsell-desc p {
        font-size: 14px;
    }

    .page-template-new-design-company-how-we-work .meta-couple.br-bottom {
        border-radius: 0;
    }

    .next-btn-view-more+.btn {
        margin-top: 16px;
        margin-bottom: 24px
    }

    .codedropz-upload-inner h6 {
        display: none
    }

    .thanks-block,
    .thanks-modal,
    .modal-form {
        border-radius: 0;
    }

    .modal-content {
        padding: 72px 0;
    }

    .thanks-block,
    .thanks-modal {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .thanks-modal-close {
        top: 16px;
        right: 20px;
    }

    .thanks-modal-bg {
        inset: 96px;
    }

    .thanks-block-vacancy-content {
        padding: 98px;
    }

    .thanks-block-vacancy-content img {
        width: 228px;
        height: auto;
    }

    .thanks-block-vacancy-content h2 {
        font-size: 40px;
        margin-bottom: 32px;
        max-width: 550px;
    }

    .thanks-block-vacancy-content h5 br {
        display: block
    }

    .codedropz-upload-inner h4 {
        display: none
    }

    .codedropz-upload-inner>span:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 52px;
        height: 52px;
        background-image: url(new-design/img/icons/add.svg);
        right: 24px;
        top: 24px;
    }

    .codedropz-upload-inner>span.file-size-tablet:after {
        display: none
    }

    .popup-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .vacancy-single-hero {
        padding-top: 80px
    }

    .vacancy-single-title {
        font-size: 40px;
    }

    .no-vacancies-text {
        padding: 48px 64px 56px;
    }

    .no-vacancies-text h3 {
        margin-left: auto;
        margin-right: auto;
        max-width: 505px
    }

    .no-vacancies-text h5 {
        max-width: 505px
    }

    .vacancies {
        padding: 48px 0 16px;
    }

    .vacancies h3 {
        padding: 0 32px;
        margin-bottom: 16px
    }

    .vacancy {
        padding: 32px;
    }

    .vacancy:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background-image: url(new-design/img/icons/arrow-right-part.svg);
        right: 33px;
        top: 50%;
        margin-top: -12px
    }

    .vacancy:hover::before {
        -webkit-filter: brightness(0) saturate(100%) invert(3%) sepia(1%) saturate(17%) hue-rotate(314deg) brightness(98%) contrast(90%);
        filter: brightness(0) saturate(100%) invert(3%) sepia(1%) saturate(17%) hue-rotate(314deg) brightness(98%) contrast(90%);
    }

    .vacancy-right .btn {
        display: none
    }

    .hot {
        top: 8px;
        left: 32px;
    }

    .filter-item {
        margin: 0 16px 16px 0;
    }

    .filters-wrapper {
        margin-bottom: 24px
    }

    .mw-700 {
        max-width: 638px;
    }

    .partner-today .pic-bg img {
        height: 448px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .our-dev-process .pic-bg img {
        height: 420px;
    }

    .our-dev-process-slider-wrap {
        margin-top: 32px
    }

    .our-dev-process-img {
        width: 308px;
        height: 322px;
    }

    .our-dev-process-slider-5-points .our-dev-process-img {
        width: 290px;
        height: 215px;
    }

    .our-dev-process-slide-inside {
        padding-right: 396px;
    }

    .our-dev-process-slider-5-points .our-dev-process-slide-inside {
        padding-right: 330px;
    }

    .industry-list {
        -ms-flex-preferred-size: 203px;
        flex-basis: 203px;
    }

    .industry-list ul li a h4 {
        font-size: 20px;
        line-height: 1.2
    }

    .industry-list ul li a img {
        top: -1.5px;
        width: 28px;
        height: auto;
    }

    .industry-icons {
        border-radius: 0 32px 0 0;
        margin-top: -60px;
        padding: 56px 32px 56px 175px;
    }

    .page-template-new-design-company-how-we-work .line-p-40,
    .industry-icons:before {
        display: none
    }

    .industry-info {
        padding-left: 133.5px;
    }

    .industry-icons:after {
        height: 55px;
    }

    .industry-list+.industry-list {
        padding-left: 32px
    }

    .industry-img img {
        margin-top: 20px;
        width: 267px;
        max-width: 267px;
    }

    .not-t-m,
    .meta-case h5 br {
        display: none
    }

    .only-t-m,
    .page-template-new-design-techs-eos .meta-case h5 br {
        display: block
    }

    .only-t-m.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .blog-time h3 {
        margin-bottom: 24px;
    }

    .blog-time {
        padding-bottom: 120px
    }

    .blog-slider .slick-list {
        margin: 0 -12px;
    }

    .blog-slider .slick-slide {
        padding: 0 12px;
    }

    .tabs-nav li span img {
        width: auto;
        height: 48px;
    }

    .tabs-nav li span {
        height: 112px;
    }

    .tabs-nav li span>strong {
        font-family: 'Inter';
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .tabz li a img {
        top: 9px;
        left: 10px;
    }

    .tab-sidenav .tabz li a img {
        top: 9px;
        left: 5px;
    }

    .courses-point-title h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .courses-point-desc h5 {
        font-family: 'Inter';
        font-size: 16px;
        line-height: 24px;
    }

    .infographics .heading {
        text-align: center
    }

    .case-tabs-img,
    .case-tabs-img img {
        width: 100%;
        height: auto;
    }

    .discovery-banner .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 14px;
        max-width: 375px;
    }

    .discovery-info .btn {
        display: none
    }

    .discovery-slide {
        padding: 40px 0 72px;
        background-image: none;
    }

    .discovery-info {
        padding: 0 40px;
    }

    .discovery-text {
        margin-bottom: 0;
    }

    .discovery-pic {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 56px;
        margin-bottom: 40px
    }

    .discovery-pic img {
        width: 100%;
    }

    .case-preface {
        padding: 40px;
    }

    .btn-case {
        max-width: 344px;
        padding-right: 80px
    }

    .btn-case:before {
        right: 28px;
    }

    .btn-case.active {
        padding-right: 105px
    }

    .btn-case.active:before {
        right: 51px;
    }

    .portfolio-content-single .p-slide-desc {
        height: 250px;
    }

    .portfolio-content-single .solution-action:before {
        height: 258px;
    }

    .only-desc-152 .p-slide-desc {
        height: 152px;
    }

    .only-desc-152.solution-action:before {
        height: 160px;
    }

    .portfolio-content-single .hero-pic img {
        margin: 24px auto 0
    }

    .new-tile h4,
    .process-slide-text h4 {
        font-size: 20px;
        line-height: 1.2
    }

    .process-slide-text h4 {
        min-height: 48px
    }

    .new-tile h4 {
        max-width: 167px;
    }

    .btn-ghost {
        height: 56px;
    }

    .applications .heading.mw-800,
    .mw-1000 {
        max-width: 638px;
    }

    .solution-cloud-wrap .mw-1000 {
        max-width: 702px;
    }

    .new-techs-dev-content .applications .mw-1000 {
        max-width: 772px;
    }

    .hyper-tab-window {
        padding: 40px 32px;
        border-radius: 0 0 32px 32px;
    }

    .hyper-tab-window-text {
        display: block
    }

    .hyper-tab-window-text h3 {
        margin-bottom: 32px
    }

    .hyper-tab-window-text h3 br {
        display: none
    }

    .tabs-nav-four.tabs-nav li span>strong {
        max-width: 124px;
    }

    .tabs-nav-four.tabs-nav li span {
        height: 112px;
    }

    .tron-pic {
        display: block;
        text-align: center;
        margin-top: 40px;
    }

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

    .new-tron-content {
        display: block;
        padding: 40px 32px;
    }

    .tron-slider-six .slick-slide:nth-child(odd) {
        padding-right: 12px;
    }

    .tron-slider-six .slick-slide:nth-child(even) {
        padding-left: 12px;
    }

    .p-point {
        padding-left: 96px
    }

    .single-slider-wrap .heading {
        text-align: center
    }

    .advantages-block .heading {
        text-align: center;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto
    }

    .uls {
        padding-right: 140px;
    }

    .meta-cases-four .meta-case:nth-child(1):after,
    .process-slide-text h5 br {
        display: none
    }

    .process-slide-text h5 {
        margin-bottom: 24px;
    }

    .s_products_single .heading.heading-left {
        text-align: center;
        margin-bottom: 56px
    }

    .product-content-single .s_portfolio_single .s_all-projects {
        bottom: -50px;
    }

    .tabs-wrap {
        padding: 28px 32px 28px 22px;
    }

    .tabs_item-content {
        padding: 40px 32px;
        background-image: url(new-design/img/parts/tabz_bg_t.png);
    }

    .applications-orange .tabs_item-content {
        background-image: url(new-design/img/parts/tabz_bg_orange_t.png);
    }

    .tabs_item-content,
    .tab_content {
        height: 225px;
    }

    .tabs_item img {
        width: 180px;
    }

    .tabs_item h3 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .mt-48,
    .mt-56 {
        margin-top: 40px;
    }

    .portfolio-benefits .heading.mb-56,
    .mb-56 {
        margin-bottom: 40px;
    }

    .mt-40 {
        margin-top: 32px;
    }

    .artwork-cards {
        margin-bottom: 30px;
    }

    .white-card-content {
        -webkit-box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
        box-shadow: 8px 8px 24px rgba(19, 19, 19, 0.05), 40px 40px 64px rgba(19, 19, 19, 0.1);
    }

    .awards-wrap {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .home .awards-wrap {
        padding-top: 0;
        margin-top: -8px
    }

    .techs-global {
        border-radius: 40px 40px 0px 0px;
    }

    .f-nav-contacts a {
        margin-top: 0
    }

    .f-nav .f-h5 {
        font-size: 16px;
        line-height: 150%
    }

    .f-nav-contacts p {
        font-size: 14px;
        line-height: 143%
    }

    .white-nav {
        width: 96px;
        top: 40px;
        right: 40px;
    }

    .white-nav span {
        width: 48px;
        height: 48px
    }

    .white-card-content {
        padding: 122px 40px 64px;
    }

    .dark-card .white-card-content {
        padding: 40px 40px 64px;
        border-radius: 20px;
    }

    .dark-card .white-card-content .white-card-slide .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dark-card .white-card-content .white-card-slide .row .col:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .dark-card .white-card-content .white-card-slide .row .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }


    .introducing-logo {
        position: absolute;
        top: 40px;
        left: 40px;
        width: auto;
    }

    .white-card-slider .introducing-img {
        padding-top: 70px;
    }

    .white-card-content .white-card-slider {
        margin-top: -80px
    }

    .white-card-slider .introducing-logo {
        height: 48px;
        width: auto;
        top: 0;
        left: 0;
    }

    .introducing-img img {
        width: 100%;
        display: block
    }

    .introducing-text h3 {
        margin-top: 40px
    }

    .dark-card .white-card-content .introducing-text h3 {
        margin-top: 48px
    }

    .dark-card-with-list .white-card-content .introducing-text h3 {
        margin-top: 40px
    }

    .introducing-text {
        padding-left: 0
    }

    .product-single-slide h4 {
        margin: 16px 0 24px;
    }

    .br {
        border-radius: 32px;
    }

    .br-top {
        border-radius: 32px 32px 0 0;
    }

    .br-bottom-before+.meta-couple:before,
    .br-bottom {
        border-radius: 0 0 32px 32px;
    }

    .mission-pic img {
        position: relative;
        left: -32px;
    }

    .our-team-slide .heading {
        margin-bottom: 32px
    }

    .our-team-slide h6 {
        margin-bottom: 24px
    }

    .our-team-face {
        margin-top: 24px
    }

    .mission-info .heading {
        margin-bottom: 24px
    }

    .mission-info {
        padding-left: 20px;
    }

    .mission-text:before {
        left: -30px;
    }

    .facts-figures-desc,
    .facts-figures .heading.heading-left {
        text-align: center
    }

    .facts-slider {
        margin-top: 40px
    }

    .banner-top .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-top .row .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .banner-top .row .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .target-dot:before,
    .target-dot:after {
        top: 10px !important;
        left: 15px !important;
    }

    .target-dot:after {
        left: 16px !important;
    }

    .our-team-thumb_1 {
        font-size: 20px;
        line-height: 24px;
        font-weight: inherit;
        margin-bottom: 24px
    }

    .our-dev-process-thumb,
    .our-team-thumb {
        height: 68px;
        margin-bottom: 0;
        text-align: center;
        padding-left: 0;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding: 20px 16px 0 48px;
        line-height: 1.3;
    }

    .our-dev-process-thumb:before,
    .our-dev-process-thumb:after {
        left: 15px;
        top: 20px;
    }

    .our-dev-process-content .row {
        margin: 0 -30px
    }

    .our-dev-process-content .col.xl9 {
        margin-bottom: 32px;
        padding: 0 30px;
    }

    .our-dev-process-content .col.xl3 {
        padding: 0;
        border-top: 1px solid rgba(124, 135, 155, 1);
    }

    .page-template-new-design-services-rpa .our-dev-process-content .col.xl3 {
        border-bottom: 1px solid rgba(124, 135, 155, 1);
    }

    .our-dev-process {
        padding-bottom: 0
    }

    .page-template-new-design-services-rpa .our-dev-process {
        padding-bottom: 72px
    }

    .stack-techs {
        padding: 18px 10px 30px 20px;
    }

    .stack-line {
        margin-top: 12px
    }

    .stack-line span {
        font-size: 14px;
    }

    .preface-desc {
        margin-top: -16px;
        font-size: 14px;
    }

    .expertise-areas .preface-desc {
        font-size: 16px;
    }

    .process-slide p {
        font-size: 14px;
        margin: 24px 0
    }

    .our-tech-stack .industry-points,
    .industry-points {
        margin-top: 40px;
    }

    .industry-points-six .industry-point {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .industry-points-six .industry-point:nth-child(1):before,
    .industry-points-six .industry-point:nth-child(5):before {
        content: "";
        position: absolute;
        margin: 0;
        width: 400%;
        height: 1px;
        background: -o-linear-gradient(86deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(4deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .industry-points-six .industry-point:nth-child(4):after,
    .bg-dark .industry-points::after {
        display: none
    }

    .industry-points-six .industry-point:nth-child(6):after,
    .industry-points-six .industry-point:nth-child(7):after {
        content: "";
        position: absolute;
        margin: 0;
        width: 1px;
        height: 256px;
        right: 0;
        top: 0;
    }

    .our-tech-stack {
        border-radius: 0px 0px 40px 40px;
    }

    .industry-point {
        padding: 24px 5px;
    }

    .six-tiles-wrap {
        padding-bottom: 48px;
    }

    .six-tiles .slick-slide {
        padding: 0 12px 24px 12px;
    }

    .metaverse-benefits .new-tile {
        padding: 24px 24px 32px 24px;
    }

    .metaverse-benefits .six-tiles .slick-slide:nth-last-child(1),
    .metaverse-benefits .six-tiles .slick-slide:nth-last-child(2) {
        padding-bottom: 0;
    }

    .nine-tiles-slider-transformer .slick-list,
    .four-tiles-slider-transformer .slick-list,
    .six-tiles-slider-transformer .slick-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .new-tile {
        padding: 32px 24px;
    }

    .new-tile p {
        font-size: 14px;
    }

    .mw-800 {
        max-width: 560px;
    }

    .new-tron .mw-800 {
        max-width: 638px;
    }

    .six-tiles img {
        width: 112px;
        height: auto;
    }

    .footer-form form {
        margin-top: 44px;
    }

    .portfolio-content-single .s_portfolio_single {
        border-radius: 40px 40px 0 0;
    }

    .product-slider-with-arrows .slick-prev {
        width: 40px;
        height: 40px;
        left: 0;
        top: 24px;
    }

    .product-slider-with-arrows .slick-next {
        width: 40px;
        height: 40px;
        right: 0;
        top: 24px;
    }

    .product-slider-with-arrows .slick-prev:before,
    .product-slider-with-arrows .slick-next:before {
        left: 8px;
        top: 8px;
    }

    .product-slider-with-arrows .product-slide-img {
        padding: 0 40px;
    }

    .hero-pic {
        right: auto;
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
    }

    .portfolio-benefits .box:before {
        height: 136px;
        top: -64px;
        border-radius: 40px 40px 0px 0px;
    }

    .portfolio-content-single .hero {
        min-height: auto;
        padding-bottom: 0
    }

    .portfolio-benefits-desc+.line {
        margin: 40px 0;
    }

    .portfolio-content .hero {
        min-height: 1168px;
        height: 1168px;
    }

    .products-content .hero {
        min-height: 1194px;
        height: 1194px;
    }

    .tiles {
        --tiles-height: 83%;
        bottom: -250px;
    }

    .tiles__line-img {
        width: 483px;
        height: 272px;
    }

    .tiles__line[data-scroll-target="4"] {
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        transform: translateX(500px);
    }

    .tiles__wrap.active .tiles__line[data-scroll-target="4"] {
        -webkit-transform: translateX(650px);
        -ms-transform: translateX(650px);
        transform: translateX(650px);
    }

    .projects-tile-desc {
        margin-top: 16px
    }

    .techs-slider .slick-list {
        padding-right: 13%;
    }

    .tabs-meta {
        padding: 40px 30px 40px 40px;
    }

    .hero {
        padding-top: 0
    }

    .green-bottom {
        background-image: url(new-design/img/parts/green_bottom_t.png);
    }

    .blue-bg-solution {
        background-image: url(new-design/img/parts/blue-bg-solution-t.png);
    }

    .hero-text {
        padding: 100px 30px 0 64px;
    }

    .page-template-new-design-techs-solana .hero-text br:first-child,
    .page-template-new-design-services-smart-contracts .hero-text br:first-child {
        display: none
    }

    .new-techs-content .hero .breadcrumbs,
    .new-services-content .hero .breadcrumbs {
        position: absolute;
        top: 80px;
        left: 32px;
        z-index: 2;
    }

    .page-template-new-design-solution .hero .breadcrumbs {
        top: -20px;
    }

    .new-techs-content .hero .box,
    .new-services-content .hero .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: calc(100vh - 96px);
    }

    .hero .pic-bg:before {
        background: -o-linear-gradient(58.22deg, #131313 26.89%, rgba(19, 19, 19, 0) 48.41%);
        background: linear-gradient(31.78deg, #131313 26.89%, rgba(19, 19, 19, 0) 48.41%);
        width: 100%;
    }

    .hero-white .pic-bg:before {
        display: none;
    }


    .hero-desc {
        max-width: 100%;
        margin: 40px 0;
    }

    .portfolio-content-single .hero-desc {
        max-width: 100%
    }

    .solutions-content-single .hero-desc {
        margin-top: 24px
    }

    .hero-desc p {
        font-size: 14px;
    }

    .why-meta-text h3 {
        font-size: 24px;
        margin-bottom: 16px
    }

    .why-meta-content .row .col:nth-child(1),
    .why-meta-content .row .col:nth-child(3) {
        padding-top: 0
    }

    .why-meta-content .row .col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .why-meta-text {
        padding-bottom: 32px
    }

    .why-meta-content .row .col .why-meta-text:last-child {
        padding-bottom: 0
    }

    .tabs-list {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .tabs-info {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }

    .meta-couple:before {
        height: 90px;
    }

    .next-24 .meta-couple:before,
    .next-f1 .meta-couple:before {
        height: auto;
        top: 85px;
    }

    .discuss-info {
        padding: 48px 90px 64px 0;
        min-height: 336px;
        height: auto;
    }

    .discuss-info-440 {
        padding: 48px 67px;
        height: auto;
    }

    .discuss-text p {
        max-width: 306px;
        margin: 24px 0 32px;
    }

    .meta-cases-six.icon-left .meta-case:nth-child(1):after,
    .meta-cases-six.icon-left .meta-case:nth-child(2):after,
    .meta-case:nth-child(2):after,
    .discuss-text p br {
        display: none
    }

    .meta-case {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 32px;
    }

    .meta-cases-six-no-desc .meta-case {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .meta-case:nth-last-child(2),
    .meta-case:nth-last-child(3) {
        margin-bottom: 32px
    }

    .meta-case:nth-child(1):after {
        height: 1150px;
    }

    .meta-cases-nine.meta-cases-wrap-pics .meta-case:nth-child(1):after {
        height: 1470px;
    }

    .meta-cases-eight.four-rows-xl .meta-case:nth-child(1):after {
        height: 920px;
    }

    .meta-cases-twelve.four-rows-xl .meta-case:nth-child(1):after {
        height: 1548px;
    }

    .meta-cases-six .meta-case:nth-child(1):after {
        height: 668px;
    }

    .meta-cases-six-no-desc .meta-case:nth-child(1):after,
    .meta-cases-six-no-desc .meta-case:nth-child(2):after {
        display: block;
        height: 330px;
    }

    .chain-icon img {
        height: 56px;
    }

    p {
        font-size: 16px;
    }

    .advantage-info img {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .advantage-info {
        padding: 0;
    }

    .advantage-info h4 {
        text-align: center;
        margin: 32px auto 24px;
    }

    .heading {
        margin-bottom: 40px
    }

    .page-template-new-design-services-metaverse-new-template .meta-cases .heading,
    .our-tech-content .heading {
        margin-bottom: 24px;
    }

    .dev-processes-techs .heading {
        max-width: 638px;
        margin-left: auto;
        margin-right: auto
    }

    .advantage:nth-child(1),
    .advantage:nth-child(2) {
        margin-bottom: 32px
    }

    .footer-form-block {
        padding-bottom: 112px;
    }

    .footer-form {
        padding: 64px 40px 72px;
        border-radius: 32px;
    }

    .recaptcha-wrap {
        padding-left: 24px;
    }

    .contacts-form .row .col,
    .footer-form .row .col {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .contacts-form .row,
    .footer-form .row {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77);
    }

    .btn-send-wrapper {
        margin-top: 20px
    }

    .pic-bg-left {
        width: 368px;
    }

    .pic-bg-right {
        width: 147px;
    }

    .home .hero-content .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home .hero-content .row .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .home .hero-content .row .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .home .hero-text {
        padding-top: 32px
    }

    .hero .box {
        display: block;
        height: 100%;
    }

    .lottie-bg {
        position: relative
    }

    .lottie-img {
        position: absolute
    }

    .lottie-block-2 .lottie-img {
        top: auto;
        bottom: 2px;
    }

    .hero-animation {
        padding: 0 64px;
    }

    .home h1 {
        max-width: 580px;
    }

    .home .hero {
        padding-bottom: 210px
    }

    .cta-black-text {
        padding: 64px 40px 72px 0;
    }

    .solution-global {
        padding-top: 72px;
        padding-bottom: 0
    }

    .solution-global .heading {
        position: relative;
    }

    .solution-global .heading:before {
        width: 78px;
        height: 160px;
        background-image: url(new-design/img/parts/rhomb-t.png);
        top: 1px;
    }

    .solution-global-metaverse .heading:before {
        background-image: url(new-design/img/parts/rhomb-metaverse-t.png);
        height: 206px;
    }

    .home h1:after,
    .solutions-wrap.hidden {
        display: none
    }

    .solutions-wrap>a {
        border-radius: 0;
    }

    .solutions-wrap:nth-child(5)>a,
    .solutions-wrap:nth-child(8)>a {
        border-radius: 0;
    }

    .solutions-wrap:nth-child(10)>a {
        border-radius: 0 16px 0 0;
    }

    .solutions-wrap:nth-child(11)>a {
        border-radius: 0 0 0 16px;
    }

    .clients-global .heading p {
        margin-top: 24px
    }

    .clients-global .heading {
        margin-bottom: 32px
    }

    .chain-icons-clients .chain-icon img {
        height: 64px;
    }

    .chain-icons-clients .chain-icon {
        margin-bottom: 24px
    }

    .chain-icons-clients .chain-icon:last-child {
        margin-bottom: 0
    }

    .solutions-item {
        height: 100%;
        padding: 24px 16px;
    }

    .double-slider-wrap .heading-left {
        text-align: center
    }

    .tabs-box-list li {
        width: 50%;
        min-width: auto;
    }

    .tabs-box-list li span {
        width: 100%;
        height: 54px;
        font-size: 18px;
        padding: 0 16px;
    }

    .s_all-projects-single {
        bottom: -39px;
    }

    .s_all-projects:before,
    .s_all-projects:after {
        margin: 16px;
    }

    .s_portfolio-slide-content {
        padding: 120px 40px 64px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .s_portfolio-slide-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-top: 120px;
        margin-top: 0;
    }

    .s_portfolio-slide-info {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-left: 0;
        position: initial;
    }

    .s_portfolio-slider {
        padding: 0 0 72px 0;
        margin: 0;
    }

    .s_portfolio-slide-nav {
        right: 70px;
        top: 30px;
    }

    .arrows-right-side {
        top: 5px;
        right: 30px;
    }

    .s_portfolio-slide-img img {
        width: 100%;
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-img {
        padding-top: 40px
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-info h3,
    .s_portfolio-slide-info h3 {
        margin-top: 40px
    }

    .s_portfolio-slide-info img {
        height: 48px;
        position: absolute;
        top: 40px;
    }

    .who-choose-info h4 {
        margin-top: 32px;
    }

    .who-choose-home .row .col:not(:last-child) {
        margin-bottom: 32px
    }

    .awards-content {
        border-radius: 40px;
        height: auto;
        padding: 135px 40px 56px
    }

    .award-text {
        padding: 0 0 0 40px;
        max-width: 205px;
    }

    .award:nth-child(1):after {
        display: none
    }

    .award {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    }

    .award:nth-child(1) {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .award-pic {
        padding: 10px 0 0 30px;
    }

    .award:nth-child(2) .award-text,
    .award:nth-child(2) .award-pic {
        padding-left: 0
    }

    .award:nth-child(2) .award-pic {
        margin-left: -10px
    }

    .award:nth-child(2) .award-text {
        max-width: 170px;
    }

    .award:nth-child(2):after,
    .award:nth-child(3):after {
        height: 202px;
    }

    .award h4 {
        margin-top: 88px
    }

    .award-pic:before,
    .award h4 br {
        display: none
    }

    .award h4:before {
        width: 40px;
        height: 40px;
        background-size: contain;
        top: -48px;
        left: 50%;
        margin-left: -20px;
    }

    .contact-us-content {
        padding-top: 80px;
    }

    [class*="page-template-new-design"] .breadcrumbs,
    .breadcrumbs {
        margin-bottom: 24px;
    }

    .single-vacancies .breadcrumbs {
        margin-bottom: 0
    }

    .vacancy-single-text {
        padding-top: 40px
    }

    .contacts-us-form p {
        max-width: 100%;
    }

    .contacts-us-form h1 {
        margin-bottom: 40px
    }

    .contacts-us-form {
        padding-bottom: 72px
    }

    .content-report .contacts-us-form {
        padding-bottom: 48px;
    }

    .contacts-us-form:after {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 1px;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
    }

    .contacts-us-form .btn-send-wrap {
        display: block;
        margin: 0 auto;
    }

    .contacts-us-text-logo h4 {
        margin-bottom: 24px;
        text-align: center
    }

    .contacts-us-text-logo img {
        margin: 0 auto;
    }

    .contacts-us-text-logo {
        margin-bottom: 0;
        padding: 0 12px;
    }

    .contacts-us-text {
        margin-left: -12px;
        margin-right: -12px
    }

    .contact-us-footer-content {
        padding: 72px 40px;
        border-radius: 32px;
    }

    .contact-us-item {
        padding: 104px 40px 32px;
        margin: 0 12px;
    }

    .contact-us-item h4:before {
        margin: -73px 0 0 -12px;
    }

    .contact-us-footer {
        padding-bottom: 112px
    }

    .contact-us-items {
        margin: 0 -12px;
    }

    .hero.hero-text-top {
        padding-top: 80px
    }

    .solutions-content-single .hero {
        padding-bottom: 124px;
        background-image: url(new-design/img/parts/blue-bg-solutions-t.png);
        background-position: right bottom;
    }

    .banner-video {
        margin-top: 16px;
    }

    .banner-video-inside {
        height: 498px;
    }

    .banner-video-pic-t-xl,
    .banner-video-inside .hero-video-item {
        border-radius: 24px;
    }

    .banner-video-label {
        width: 154px;
        height: 276px;
    }

    .video-inside-corner {
        width: 60px;
        height: 60px;
    }

    .video-inside-corner-1 {
        border-radius: 24px 0 0 0;
    }

    .video-inside-corner-3 {
        border-radius: 0 0 24px 0;
    }

    .video-inside-corner-4 {
        border-radius: 0 0 0 24px;
    }

    .hero-video.banner-top .box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
    }

    .hero-video.banner-top .breadcrumbs,
    .hero-text-top .breadcrumbs {
        position: relative;
        top: 0;
        left: 0;
    }

    .hero-video.banner-top .breadcrumbs {
        margin-left: 0;
    }

    .hero-video-container {
        height: 100%;
    }

    .banner-video {
        padding-left: 64px;
        padding-right: 64px;
    }

    .hero-video.banner-top {
        height: 100%;
        min-height: 720px;
        padding-top: 80px;
    }

    .hero-two-rows {
        margin-top: 32px
    }

    .hero-text-top .hero-text {
        padding: 0
    }

    .hero-text-top .hero-text h3 {
        margin-bottom: 48px
    }

    .products-content .hero-text-top .hero-text h3 {
        margin: 32px 0 24px;
    }

    .page-template-new-design-products .hero-desc {
        max-width: 100%;
    }

    .hero.hero-text-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .banner-top .hero-text {
        padding-top: 40px;
    }

    .banner-top .banner-pic img {
        display: block
    }

    .solutions-content-single .banner-pic img {
        max-width: 558px;
    }

    .banner-top .breadcrumbs {
        margin-bottom: 24px
    }

    .banner-top .banner-wrap {
        padding-top: 120px
    }

    .new-company-content .hero {
        min-height: 100vh
    }

    .banner-top {
        padding-bottom: 88px
    }

    .page-template-new-design-company-about-us .facts-figures {
        padding-top: 0
    }

    .portfolio-benefits .box {
        padding-left: 72px;
        padding-right: 72px;
    }

    .revolutionize-point h4 {
        margin-top: 32px
    }

    .revolutionize-point p {
        text-align: left
    }

    .projects-preface-filter {
        top: 37px;
        width: 280px;
    }

    .projects-tile-icon-hover img,
    .projects-tile-icon img {
        width: 80px;
    }

    img.projects-tile-bg-img {
        left: auto;
        width: 405px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        right: 0;
    }

    .projects-tile {
        min-height: 296px;
        padding: 96px 396px 68px 32px;
    }

    .projects-tile .projects-tile-screen {
        width: 460px;
        height: 237px;
        right: -110px;
    }

    .projects-link:hover .projects-tile .projects-tile-screen {
        width: 460px;
        height: 237px;
    }

    .projects-tile-desc,
    .projects-tile-tags,
    .projects-tile-title {
        padding-right: 0
    }

    .projects-tile-icon,
    .projects-tile-image,
    .projects-tile-icon-hover,
    .projects-tile-image-hover {
        position: absolute;
        left: 32px;
        top: 32px;
    }

    .projects-tile-link {
        width: 80px;
        height: 80px;
        border-radius: 24px;
        bottom: 0;
    }

    .projects-tile:before,
    .projects-tile:after,
    .portfolio-item-blur {
        display: none
    }

    .green-top {
        background-image: url(new-design/img/parts/green_top_t.png);
    }

    .green-top-consulting {
        background-image: url(new-design/img/parts/green_top_consulting_t.png);
    }

}

@media only screen and (max-width:991px) {
    .similar-project .btn-ghost-white {
        margin-left: 0;
    }
}

@media screen and (min-width:375px) and (max-width:392px) {
    .line-scroll-bar {
        bottom: 12px;
    }
}

@media screen and (min-width:396px) and (max-width:448px) {
    .line-scroll-bar:after {
        background: #fff;
    }
}

@media only screen and (min-width: 625px) and (max-width: 840px) {
    .new-techs-dev-content .our-dev-services .our-dev-process-slide-text p {
        font-size: 14px;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        padding-top: 25px
    }
}

@media screen and (min-width:625px) and (max-width:767px) {
    .expertise-pic {
        right: -100px;
    }

    .job-position.input-field {
        top: 101px !important;
    }

    .home-solutions-nav {
        width: 200px;
    }

    .portfolio-single-nav {
        width: 216px;
    }

    .home-solutions-content {
        padding-right: 200px;
    }

    .portfolio-single-content {
        padding-right: 226px;
    }

    .portfolio-single-content .portfolio-single-slide {
        min-height: 390px;
    }

    .nutshell-slider-inside .nutshell-in-wrap .nutsell-desc h5 {
        font-size: 18px;
    }

    .nutshell-slider-inside .nutshell-in-wrap {
        padding-right: 155px;
    }

    .nutshell-slider-inside .arrows-right-side {
        top: 112px;
    }

    .nutshell-slider-5-no-dots-xl.nutshell-slider-inside .arrows-right-side {
        top: 104px;
    }
}

@media screen and (min-width:625px) and (max-width:1023.98px) {
    .expertise-slider-h-360 .expertise-slide-top {
        height: 294px
    }

    .expertise-slider-h-360 .expertise-pic {
        width: auto;
        height: 294px
    }

    .new-techs-dev-content .our-dev-process-slide-img img {
        max-width: 288px !important;
    }

    .new-techs-template .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside h3 {
        font-size: 20px !important;
    }

    .new-company-content .hero .breadcrumbs {
        position: absolute;
        top: 80px;
        left: 32px;
        z-index: 2;
    }

    .job-position.input-field {
        position: absolute;
        right: 15px;
        top: 91px;
        left: 51%;
        z-index: 1;
    }

    .thanks-letter {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .thanks-page-text {
        padding-top: 0;
    }

    .breadcrumbs * {
        font-size: 15px;
    }

    .banner .row .col.l6:first-child,
    .banner .row .col.l6:last-child {
        width: 50% !important;
    }

    .banner .row .col.l6:first-child {
        padding-right: 7.5px;
    }

    .banner .row .col.l6:last-child {
        padding-left: 7.5px;
    }

    .stack-line-five .stack-line {
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
    }

    .set-up-info .row {
        margin-left: -4px;
        margin-right: -4px;
    }

    .set-up-info .row .col {
        padding-left: 4px;
        padding-right: 4px
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-thumb {
        margin-bottom: 0;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside,
    .new-techs-dev-content .our-dev-process-thumbs .slick-list,
    .new-techs-dev-content .our-dev-process-slider .slick-slide {
        height: 288px;
    }

    .new-techs-dev-content .our-dev-process-slide-img img {
        max-width: 288px;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        padding: 40px 32px 32px 320px;
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside h3 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 16px;
        padding-top: 0
    }

    .new-techs-dev-content .our-dev-services .our-dev-process-slide-text p {
        font-size: 16px;
        margin-top: 0;
        max-height: 160px;
        overflow: hidden;
        overflow-y: auto;
    }

    .new-techs-dev-content .our-dev-process-slider .slick-slide {
        min-height: 320px;
    }

    .new-techs-dev-content .our-dev-process-content .row {
        margin: 0 -75px;
    }

    .new-techs-dev-content .our-dev-process-content .col.xl9 {
        padding: 0 72px;
        margin-bottom: 39px
    }

    .new-techs-dev-content .our-dev-services.our-dev-process .heading {
        margin-bottom: 0
    }

    .industry-points-six-2-rows .industry-point {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .industry-points-six-2-rows .industry-point:nth-child(1):after,
    .industry-points-six-2-rows .industry-point:nth-child(2):after {
        height: 392px;
    }
}

@media screen and (min-width:768px) and (max-width:1023.98px) {

    .portfolio-content-single .s_portfolio_single .slider-thumbs-wrap:after {
        display: none;
    }

    .micro-point-inside h4,
    .micro-point-inside h5 {
        word-break: break-all;
    }

    .solution-global-metaverse .heading {
        position: absolute;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(10)>a,
    .solutions-grid-seven .solutions-wrap:nth-child(10)>a {
        border-radius: 0;
    }

    .solutions-grid-eight .solutions-wrap.hidden,
    .solutions-grid-seven .solutions-wrap.hidden {
        display: block;
    }

    .meta-cases-four .meta-case:nth-child(1):after {
        display: block;
        height: 528px;
    }

    .chain-icons-5 .chain-icon {
        margin-bottom: 24px;
        padding: 0 12px;
    }

    .chain-icons-5 .chain-icon:nth-last-child(1),
    .chain-icons-5 .chain-icon:nth-last-child(2) {
        margin-bottom: 0;
    }

    .chain-icons-5 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -12px;
        margin-right: -12px;
    }

    .chain-icons-clients.chain-icons-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 750px;
        margin: 0 auto;
    }

    .chain-icons-clients.chain-icons-5 .chain-icon {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        text-align: center;
    }

    .chain-icons-clients.chain-icons-5 .chain-icon:nth-last-child(1),
    .chain-icons-clients.chain-icons-5 .chain-icon:nth-last-child(1) {
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    }

    .our-dev-process-slider {
        max-height: 325px;
    }

    [data-page="Solana blockchain development services"] .tron-start-item {
        min-height: 250px;
    }

    .meta-cases-ten .meta-case:nth-last-child(2) {
        margin-bottom: 0;
    }

    .product-content-single .pic-bg-left {
        width: 336px;
    }

    .pyramid-block .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .pyramid-block .row .col {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pyramid-text {
        min-height: 180px;
    }

    .chain-icons-8 .chain-icon img {
        max-width: 144px;
        height: auto;
    }

    .new-techs-dev-content .discuss-info {
        padding: 48px;
    }

    .new-techs-dev-content .discuss-info .row .col:first-child {
        width: 40%;
    }

    .new-techs-dev-content .discuss-info .row .col:last-child {
        width: 60%;
    }

    .new-techs-dev-content .discuss-info .discuss-text p {
        max-width: 100%;
    }

    [data-product="Tonsillitis Detection App"] .portfolio-benefits h2 {
        max-width: 660px;
        margin: 0 auto;
    }

    .revolutionize h2 {
        max-width: 610px;
        margin: 0 auto;
    }

    [data-product="EventCMS"] .solution-action .mw-1000 {
        max-width: 770px;
        font-size: 16px;
    }

    .product-content-single .p-slide-desc {
        height: 205px;
    }

    [data-product="EventCMS"].product-content-single .p-slide-desc {
        height: 176px;
    }

    [data-product="EventCMS"].product-content-single .solution-action:before {
        height: 185px;
    }

    .product-content-single .solution-action:before {
        height: 213px;
    }

    .solution-action-full-desc .p-slide-desc {
        height: 216px
    }

    .solution-action-full-desc.solution-action:before {
        height: 224px;
    }

    [data-product="Fall Detection App"].product-content-single .p-slide-desc,
    [data-product="RPA Image Scanner"].product-content-single .p-slide-desc,
    [data-product="RTLS"].product-content-single .p-slide-desc {
        height: 176px;
    }

    [data-product="Fall Detection App"].product-content-single .solution-action:before,
    [data-product="RPA Image Scanner"].product-content-single .solution-action:before,
    [data-product="RTLS"].product-content-single .solution-action:before {
        height: 184px;
    }

    .discuss-olway .discuss-text h3 {
        max-width: 212px;
    }

    [data-product="RPA Image Scanner"] .meta-cases.bg-grey .preface-desc {
        max-width: 560px;
    }

    .product-content-single .discuss-info-440 {
        min-height: 440px;
    }

    .product-content-single .hero-desc p {
        font-size: 16px;
    }

    .hire-team-heading-desc {
        position: absolute;
        top: 0;
        right: 0;
    }

    .workflow-slider {
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px
    }

    .page-template-new-design-services-big-data .hero .pic-bg:before {
        background: -o-linear-gradient(18deg, #131313 25%, rgba(19, 19, 19, 0) 48.41%);
        background: linear-gradient(72deg, #131313 25%, rgba(19, 19, 19, 0) 48.41%);
    }

    .page-template-new-design-services-rpa .meta-cases .heading,
    .page-template-new-design-services-rpa .meta-cases .preface-desc {
        max-width: 690px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .meta-cases-two.icon-left .meta-case:nth-child(1) {
        padding-right: 60px
    }

    .meta-cases-two.icon-left .meta-case:nth-child(1):after {
        right: 10px;
    }

    .meta-cases-two.icon-left .meta-case:nth-child(2) {
        padding-left: 120px
    }

    .meta-cases-two.icon-left .meta-case:nth-child(2) img {
        left: 26px;
    }

    .meta-cases-three .meta-case:nth-child(1):after,
    .meta-cases-three .meta-case:nth-child(2):after {
        display: block;
        height: 188px;
    }

    .meta-cases-three-no-desc .meta-case:nth-child(1):after,
    .meta-cases-three-no-desc .meta-case:nth-child(2):after {
        display: block;
        height: 160px;
    }

    .tab-sidenav .tabs-wrap {
        border-radius: 32px 32px 0 0;
        padding-left: 30px
    }

    .tab-sidenav .tabz li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .tab-sidenav .tabs_item p {
        font-size: 14px;
    }

    .tab-sidenav .tabs_item-content,
    .tab-sidenav .tab_content {
        height: 304px;
    }

    .tabs_item-content .btn {
        margin-top: 32px;
    }

    .meta-cases-four-one-row .meta-case:nth-child(1):after {
        height: 264px;
    }

    .meta-cases-four-one-row-with-desc .meta-case:nth-child(1):after {
        height: 448px;
    }

    .bg-ff.meta-cases-four-one-row .meta-case:nth-child(1):after {
        background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
    }

    .meta-cases-four-one-row .meta-case:nth-child(3):after,
    [data-project="Blockchain<br> Loyalty Platform"] h1 br,
    [data-project="Metaverse<br> Rooms"] h1 br {
        display: none
    }

    [data-project="Blockchain<br> Loyalty Platform"] h1 {
        max-width: 600px;
    }

    .meta-cases-tablet-8 .meta-case:nth-child(1):after {
        height: 900px
    }

    .meta-cases-15 .meta-case:nth-child(1):after {
        height: 1700px
    }

    .article-btn .btn {
        margin-top: 24px;
    }

    .rooms-slider {
        top: 120px;
    }

    .rooms-slider-wrap {
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .nutshell {
        padding-bottom: 64px
    }

    .page-template-new-design-services-dao .nutshell {
        padding-bottom: 0;
    }

    .four-rows-xl .meta-case:nth-last-child(1),
    .four-rows-xl .meta-case:nth-last-child(2) {
        margin-bottom: 0
    }

    .services-common+.footer-form-block {
        padding-top: 48px
    }

    .advantages {
        margin-left: -12px;
        margin-right: -12px;
    }

    .advantage {
        padding: 0 12px;
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-info a {
        margin-top: 40px
    }

    .page-template-new-design-services-fintech .tabz {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page-template-new-design-services-fintech .tabz li {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }

    .chain-icons-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .chain-icons-6 .chain-icon {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .chain-icons-6-tablet-two-rows .chain-icon {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        text-align: center
    }

    .chain-icons-6-tablet-one-row .chain-icon {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
    }

    .chain-icons-7 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .chain-icons-7 {
        margin-top: -20px;
    }

    .chain-icons-6-tablet-one-row.chain-icons-6 .chain-icon:nth-last-child(1),
    .chain-icons-6-tablet-one-row.chain-icons-6 .chain-icon:nth-last-child(2) {
        margin-top: 0
    }

    .vacancy-icon-wrap {
        padding-top: 20px
    }

    .hot-single {
        margin-top: 20px
    }

    .vacancy-nav {
        top: 70px;
        padding-bottom: 112px
    }

    .projects-products-tiles .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .projects-products-tiles .row .col {
        padding-left: 12px;
        padding-right: 12px
    }

    .projects-products-tiles .projects-tile-desc {
        margin-top: 24px
    }

    .projects-products-tiles .projects-tile {
        min-height: 518px;
    }

    .projects-products-tiles .projects-tile .projects-tile-screen {
        right: 0;
        width: 100%;
        height: auto;
    }

    .projects-products-tiles .projects-tile-screen-wrap {
        width: 100%;
    }

    .projects-link:hover .projects-tile .projects-tile-screen {
        width: 100%;
        height: auto;
    }

    [class*="page-template-new-design"] .projects-preface {
        margin-bottom: 0
    }

    .btn-arrows {
        top: 40px;
        right: 70px;
    }

    .new-techs-content .hero {
        padding-bottom: 96px
    }

    .new-company-content .banner-top .hero-text {
        padding-top: 24px;
        padding-right: 64px
    }

    .new-techs-content .hero-text,
    .new-services-content .hero-text {
        padding-right: 64px
    }

    .page-template-new-design-services-consulting .process-slide-text h5 {
        font-size: 16px;
        line-height: 1.5
    }

    .facts-figures-desc {
        padding-left: 66px;
        padding-right: 66px
    }

    .discovery-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .discovery-text h3,
    .discovery-text p {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0;
    }

    .discovery-text h3 {
        padding-right: 12px;
    }

    .discovery-text p {
        padding-left: 12px
    }

    .solutions-content-single .hero-content {
        padding: 0 64px;
    }

    .meta-cases-three-no-desc .meta-case:nth-child(2):after {
        display: block
    }

    .not-tablet {
        display: none
    }

    .only-tablet {
        display: block !important;
    }

    .box {
        padding-left: 32px;
        padding-right: 32px
    }

    .meta-cases-four .meta-case:nth-last-child(1),
    .meta-cases-four .meta-case:nth-last-child(2) {
        margin-bottom: 0
    }

    .tabz li a {
        word-break: break-word;
        padding: 12px 10px 12px 50px;
        min-height: 24px
    }

    .artwork-cards .col:nth-child(1),
    .artwork-cards .col:nth-child(2) {
        margin-bottom: 16px
    }

    .who-choose-info p {
        max-width: 638px;
        margin: 0 auto;
    }

    .discuss-info-440 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .discuss-info-440 .row .col:first-child {
        width: 40%;
    }

    .discuss-info-440 .row .col:last-child {
        width: 60%;
    }

    .s_products_single .product-single-slide-image-wrap {
        display: block;
        width: 100%;
        max-width: 475px;
        position: relative;
        margin-bottom: 24px
    }

    .s_products_single .product-single-slide-content {
        display: block
    }

    .s_products_single .product-single-slide {
        min-height: 600px;
        padding: 15px 0;
        overflow: hidden
    }

    .s_products_single #product-single-slider .slick-slide {
        height: 630px;
    }

    .s_products_single .portfolio-single-content {
        padding: 25px 327px 0 40px;
    }

    .mobile-logo {
        margin-left: 32px
    }

    .meta-case {
        padding: 0 24px 0 32px;
    }

    .meta-cases-six-no-desc .meta-case:nth-last-child(3),
    .meta-cases-six .meta-case:nth-last-child(1),
    .meta-cases-six .meta-case:nth-last-child(2) {
        margin-bottom: 0
    }

    .meta-case:nth-child(even) {
        padding: 0 32px 0 24px;
    }

    .icon-left .meta-case {
        padding-left: 96px;
        padding-right: 24px
    }

    .meta-cases-wrap {
        margin-left: -32px;
        margin-right: -32px
    }

    .sidenav-trigger {
        right: 0;
    }

    .services-slider-transformer .slick-track {
        display: block;
        width: 100% !important;
    }

    .services-slider-transformer .slick-track .slick-slide {
        width: 50% !important;
    }

    .services-slider-transformer .slick-track .slick-slide {
        height: 440px;
    }

    .services-slider-transformer-new .slick-track .slick-slide {
        height: auto;
    }

    .services-slider-transformer-new .service-slide-info {
        min-height: auto;
        padding: 48px 80px 48px 32px;
    }

    .services-slider-transformer-new .service-slide-item {
        padding: 32px 24px;
        min-height: 312px;
    }

    .services-slider-transformer-new .slick-track .slick-slide:nth-child(3),
    .services-slider-transformer-new .slick-track .slick-slide:nth-child(4) {
        padding-top: 0;
    }

    .service-slide-info {
        min-height: 440px;
        padding: 48px 0 0 32px;
        overflow: hidden
    }

    .service-slide-item {
        max-width: 313px;
        min-height: 393px;
    }

    .projects-tile:after {
        content: "";
        position: absolute;
        margin: 0x;
        width: 240px;
        height: 180px;
        background-image: url(new-design/img/parts/portfolio_item_blur_top_tablet.png);
        top: 0;
        right: 0;
        display: block;
        opacity: 1;
        left: auto;
    }

    .portfolio-benefits .box:before {
        left: 32px;
        right: 32px;
    }

    #portfolio-single-slider.home-solutions-slider .slick-slide {
        height: 600px;
        padding-left: 40px
    }

    .three-rows-tablet .meta-case {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .three-rows-tablet .meta-case:nth-child(1):after,
    .three-rows-tablet .meta-case:nth-child(2):after {
        height: 808px;
        display: block
    }

    .three-rows-tablet.meta-cases-six .meta-case:nth-child(1):after,
    .three-rows-tablet.meta-cases-six .meta-case:nth-child(2):after {
        height: 580px;
    }

}

@media only screen and (max-width: 768px) {

    .projects-tile-screen-wrap {
        bottom: -30px;
        padding-left: 30px
    }

    .projects-tile {
        min-height: 377px;
    }

    .portfolio-single-content {
        padding-top: 30px;
    }

    .product-single-content {
        padding-top: 0;
    }

    .modal-form {
        top: 0;
    }

    .projects-link:hover {
        -webkit-box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
        box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
    }

    .olway {
        background-size: 430px;
        background-position: right -40% top 100px;
    }

    .video-olway-xl {
        display: none;
    }

    .video-olway-xs {
        display: block;
    }

    .video-olway-xs iframe {
        width: 100%;
        height: 410px;
    }

    .olway .row .col.m12 {
        width: 100%
    }

    .btn-play img {
        width: 100%;
        display: block;
    }

    .olway {
        background-position: right -200px top 0px;
    }

    .btn-olway-xl {
        display: none !important;
    }

    .btn-olway-xs {
        display: block;
        margin: 40px auto 0 auto
    }

    .tabs li.tab-last:before,
    .tabs li.tab a:after {
        right: 20px;
        left: 0
    }

    .row .col.input-field-lasts:last-child {
        margin-top: 5px;
    }

    .who-we-are-desc .col:nth-child(2) p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }

    .thanks-letter {
        display: block;
        margin: 0 auto;
    }

    .thanks-letter {
        padding: 0;
    }

    .projects-tile-title svg,
    .projects-tile-image,
    .projects-tile-image-hover,
    .projects-tile-icon,
    .projects-tile-icon-hover {
        display: none !important;
    }

    .projects-tile {
        padding: 30px 30px;
    }

    .projects-tile-title {
        margin-bottom: 15px;
        font-size: 22px;
        position: relative;
        z-index: 1;
    }

    .projects-tile-title,
    .projects-tile-tags,
    .projects-tile-desc {
        padding-right: 0;
    }

    .olway:before {
        width: auto;
        height: auto;
        bottom: 38%;
        right: 0;
    }

    p {
        font-size: 14px;
        line-height: 1.5;
    }

    .olway {
        background-image: url(../images/olway-bg-new-xs.svg);
        background-repeat: no-repeat;
        background-position: bottom 0 left 30px;
        background-size: contain;
        padding-top: 0;
    }

    .btn-olway-xs {
        margin: 30px auto 0 auto;
    }

    .video-olway-xs {
        -webkit-box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
        box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
        border-bottom: 1px solid rgba(119, 139, 245, 0.5);
    }

    .projects-link:hover {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    }

    .projects-tile-icon,
    .projects-tile-icon-hover {
        display: block !important;
    }

    .projects-tile-screen-wrap {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .vendor-block-not-p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .vendor-pic-content {
        padding: 28px 20px 28px 16px;
    }

    .vendor-pic-content h2 {
        font-size: 28px;
    }

    .vendor-block .btn-white {
        padding: 20px;
    }

    .vendor-pic-content h2 br {
        display: none;
    }

    .article-content ul {
        margin: 28px 0;
    }

    .cta-block {
        display: block;
    }

    .cta-block strong {
        display: block;
        padding-right: 0;
        margin-bottom: 32px;
    }

    .cta-block .btn {
        max-width: 235px;
    }

    .blue-card-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blue-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .blue-card br {
        display: none;
    }

    .collapsible-custom .collapsible {
        margin-top: 0;
    }

    .collapsible-custom .collapsible li:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tabs-custom-title {
        padding: 20px 24px;
        border-radius: 24px 24px 0 0
    }

    .tabs-custom-title h3 {
        font-size: 20px
    }

    .tabs-custom-title:after {
        background-image: url(new-design/img/icons/plus-tabs-m.svg);
        width: 64px;
        height: 65px;
        bottom: 0
    }

    .round-wrapper {
        border-radius: 24px;
    }

    .round-wrapper .check-items {
        padding: 32px 24px 40px 16px;
    }

    .check-items-cta {
        display: block;
        padding: 24px 36px;
        margin-top: 0
    }

    .check-items-cta .btn {
        margin: 24px 0 0 0;
        min-width: auto
    }

    .check-items h5 {
        margin-bottom: 8px;
    }

    .check-items .col:nth-last-child(2) {
        margin-bottom: 24px;
    }

    .related-banner .banner-widget {
        height: 320px;
        padding: 32px 24px;
    }

    .banner-widget h3 {
        max-width: 100%;
    }

    .banner-widget a {
        left: 24px;
        bottom: 40px;
    }

    .news-posts .card:nth-child(6) .card-info,
    .news-posts .card:nth-child(5) .card-info,
    .news-posts .card:nth-child(9) .card-info,
    .news-posts .card:nth-child(10) .card-info {
        padding: 28px 24px;
    }

    .news-posts .card:nth-child(6),
    .news-posts .card:nth-child(5),
    .news-posts .card:nth-child(9),
    .news-posts .card:nth-child(10) {
        min-height: 372px;
    }

    .banner-widget img {
        height: 308px;
    }

    .related-banner .banner-widget img {
        height: 100%;
    }

    .category-title+h6 {
        margin-bottom: 48px;
    }

    .category-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .content-blog {
        padding-bottom: 40px;
    }

    .row-forms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-forms .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .row-forms .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    .tagged-posts.active,
    .category .grid-posts {
        margin-top: 48px;
    }

    .category .podcat-lines,
    .podcat-lines {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .archive-first-grid .card:nth-child(1),
    .home .grid-posts .card:nth-child(1) {
        margin-bottom: 32px;
    }

    .archive-first-grid.grid-posts {
        margin-bottom: 16px;
    }

    .card {
        height: auto;
        margin-bottom: 24px;
    }

    .card:before,
    .card img {
        height: 192px;
    }

    .card-info {
        padding: 32px 24px;
    }

    .card-tags a[rel="tag"] {
        color: #5B6471;
    }

    .card-title {
        margin-top: 8px;
        height: auto;
        margin-bottom: 32px;
    }

    .card-info span {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .card-info {
        height: auto;
    }

    .content-blog .full-cards .card {
        height: 372px;
    }

    .content-blog .grid-item-2 .card {
        height: 280px;
    }

    .content-blog .grid--3 .grid-item,
    .content-blog .grid--1-2 .grid-item-1,
    .content-blog .grid--3 .card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

    .content-blog .grid--1-2 .grid-item:nth-child(3n),
    .content-blog .grid--3 .card:nth-child(3n) {
        margin-right: 0;
    }

    .similar-content {
        padding: 40px 24px 60px 24px;
        border-radius: 24px 24px 0 0;
    }

    .similar-pic {
        max-width: 100%;
        width: 100%;
        height: 200px;
        top: auto;
        bottom: 0;
    }

    .similar-pic-bg {
        background: -o-linear-gradient(top, #1364FF 0.42%, rgba(19, 100, 255, 0.00) 102.58%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.42%, #1364FF), color-stop(102.58%, rgba(19, 100, 255, 0.00)));
        background: linear-gradient(180deg, #1364FF 0.42%, rgba(19, 100, 255, 0.00) 102.58%);
    }

    .related-banner {
        margin-top: 48px;
    }

    .comments-area {
        margin-top: 48px;
        padding: 24px 24px 440px;
    }

    .comment-reply-title {
        font-size: 24px;
    }

    .comment-notes,
    .comment-notes span {
        font-size: 14px;
    }

    .comment-notes {
        margin: 8px auto 16px;
    }

    .comment-form-comment {
        right: 24px;
        left: 24px;
        margin-top: 270px;
    }

    #commentform div.error[for="hidden_recaptcha_comment"] {
        bottom: 122px;
    }

    .article-related-title {
        margin: 48px 0 24px;
        font-size: 20px
    }

    .article-author-pic {
        min-width: 140px;
        width: 140px;
        height: 140px
    }

    .after-article-content {
        border-radius: 0 0 24px 24px;
        padding-bottom: 24px;
    }

    .article-author {
        display: block;
        padding: 40px 34px 52px 24px;
        background-image: url(images/parts/author_bg_m.png);
        background-position: bottom center;
        background-size: contain;
        border-radius: 0 0 24px 24px;
    }

    .article-author-info {
        padding-left: 0;
        padding-top: 40px;
    }

    .article-content-wrapper {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        padding: 48px 0;
        border-radius: 24px 24px 0px 0px;
    }

    .article-content-wrapper .blur-layer {
        border-radius: 24px 24px 0 0;
    }

    .glass-layer {
        border-radius: 24px 24px 0 0;
    }

    .article-preface {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .share {
        margin: 24px 0 0 0;
    }

    .article-banner {
        padding: 200px 0 80px;
    }

    .article-bredcrumbs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .article-title {
        text-align: left;
        font-size: 32px;
    }

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

    .article-banner .breadcrumbs {
        display: none;
    }


    .info-title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .card-info {
        left: 15px;
        bottom: 20px;
        right: 15px;
    }

    .lang-box-footer {
        top: 32px;
    }

    .footer-bottom {
        height: auto;
    }

    .page-template-new-design-services-fintech .meta-blockchain {
        padding-top: 0;
    }

    .simple-slider {
        padding-bottom: 15px;
    }

    .simple-slider .slick-list {
        margin: 0 -16px;
    }

    .simple-slider .slick-dots {
        bottom: -8px;
    }

    .simple-slide {
        padding: 0 16px;
    }

    .projects-link:hover .projects-tile .projects-tile-screen,
    .projects-products-tiles .projects-tile .projects-tile-screen {
        width: auto;
        height: 228px;
    }

    .page-template-new-design-company-how-we-work .services-slider-transformer {
        padding-bottom: 60px;
    }

    .page-template-new-design-company-how-we-work .services-slider-transformer .slick-dots {
        bottom: 30px;
    }

    .solution-action-bg-dark.solution-action-with-desc:before {
        height: 232px;
    }

    .banner-video {
        padding: 0;
        margin-top: 0;
    }

    .banner-video-pic-m {
        border-radius: 16px;
        height: 280px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .banner-video-label {
        width: 92px;
        height: 178px;
    }

    .banner-video-inside {
        height: 280px;
        max-width: 320px;
    }

    .video-inside-corner {
        width: 40px;
        height: 40px;
    }

    .video-inside-corner-1 {
        border-radius: 16px 0 0 0;
    }

    .video-inside-corner-3 {
        border-radius: 0 0 16px 0;
    }

    .video-inside-corner-4 {
        border-radius: 0 0 0 16px;
    }

    .banner-video-inside .hero-video-item {
        border-radius: 16px;
    }

    .hero-blurred {
        width: 112px;
    }

    .fully-dots {
        display: none;
    }

    .fully-slide {
        overflow: visible;
    }

    .fully-slide {
        padding-top: 24px;
        padding-bottom: 58px;
    }

    .fully-slide-text h3 {
        margin-bottom: 8px;
    }

    .fully-slide-text p {
        padding: 0 16px;
    }

    .fully-slide-text {
        margin-bottom: 24px;
    }

    .fully-slider .slick-dots {
        bottom: 30px;
    }

    .fully-content {
        border-radius: 24px;
    }

    .micro-point-green {
        position: absolute;
    }

    .micro-point:not(.micro-point-green) {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    }

    .micro-points-line {
        padding-top: 60px;
        position: relative;
    }

    .micro-points-line .micro-point:first-child {
        border-radius: 16px 16px 0 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .micro-point {
        height: 72px;
        margin: 0 0 4px 0;
        padding: 0 5px;
    }

    .micro-point-green {
        height: 56px;
    }

    .micro-points-line .micro-point:nth-child(2) {
        border-radius: 0 0 0 16px;
        margin-right: 2px;
    }

    .micro-points-line .micro-point:nth-child(3) {
        margin: 0 2px 4px 2px;
    }

    .micro-points-line .micro-point:nth-child(4) {
        margin: 0 0 4px 2px;
    }

    .micro-points-line .micro-point:last-child {
        border-radius: 0 0 16px 0;
        margin-right: 0;
    }

    .micro-point:not(.micro-point-green) .micro-point-inside {
        width: auto;
    }

    .micro-point:not(.micro-point-green) .micro-point-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .micro-point:not(.micro-point-green) .micro-point-inside img {
        margin: 0 0 4px 0;
    }

    .solutions-grid-seven .solutions-wrap:nth-child(7)>a {
        border-radius: 0 16px 0 0;
    }

    .solutions-grid-seven .solutions-wrap:last-child>a {
        border-radius: 0 0 16px 16px;
    }

    .solutions-grid-seven .solutions-wrap:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(3)>a {
        border-radius: 16px 0 0 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-child(4)>a {
        border-radius: 0 16px 0 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-last-child(1)>a {
        border-radius: 0 0 16px 0;
    }

    .solutions-grid-eight .solutions-wrap:nth-last-child(2)>a {
        border-radius: 0 0 0 16px;
    }

    .p-normal {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .types-points .row .col:last-child .types-point:before,
    .pyramid-text h5 br,
    .solution-cloud-wrap-dark:before,
    .home .cta-black+.line-box {
        display: none;
    }

    .types-points .row .col .types-point:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 100%;
        height: 1px;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        bottom: -24px;
    }

    .types-point-text {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }

    .types-point-pic {
        -ms-flex-preferred-size: 132px;
        flex-basis: 132px;
    }

    .types-points .row .col:nth-last-child(2) .types-point,
    .types-point {
        min-height: 120px;
        margin-bottom: 48px;
    }

    .solution-cloud-wrap-dark {
        background-image: url(new-design/img/parts/grey_wave_m.png);
        background-position: bottom 47px center;
    }

    .solution-cloud-wrap-dark-bg {
        height: 48px
    }

    .solution-cloud-1088 {
        padding: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .solution-cloud-text .btn {
        margin-top: 32px;
    }

    .wc-dots-slider {
        margin: 0 -16px;
        padding-left: 16px;
    }

    .wc-dots-slider .slick-list {
        margin: 0 -2px;
    }

    .wc-dots-slider .slick-slide {
        padding: 0 2px;
    }

    .solution-cloud-bg {
        display: none;
    }

    .solution-cloud-text {
        padding: 24px 16px;
    }

    .meta-cases-box {
        padding: 48px 16px;
        border-radius: 24px;
        margin: 0 -16px;
    }

    .leaders {
        padding: 48px 0;
    }

    .leaders .heading {
        margin-bottom: 16px;
    }

    .chain-icons-clients {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pyramid-text {
        min-height: auto;
    }

    .solution-tiles.projects-tiles .row .col {
        margin-bottom: 24px;
    }

    .set-up-team {
        margin-top: 40px;
    }

    .set-up-team-title {
        padding-bottom: 24px;
        font-size: 20px;
    }

    .team-cloud-violet {
        width: 144px;
        padding: 16px;
    }

    .team-cloud-violet-wrap {
        -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
    }

    .team-cloud-violet-wrap-right {
        padding: 16px;
    }

    .team-cloud:after {
        left: 144px;
    }

    .footer-terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-top: 10px;
        padding-left: 0
    }

    .f-nav-title h5 {
        font-size: 16px;
        line-height: 140%;
    }

    .f-nav-title {
        position: relative;
        cursor: pointer;
        padding: 20px 0 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .error404 footer .row .col:first-child .f-nav-title {
        border-top: none;
    }

    .f-nav-title img {
        position: absolute;
        right: 10px;
        display: block;
        top: 8px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .f-nav-title.active img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .f-nav-title h5 {
        margin-bottom: 0;
    }

    .f-nav-title-switcher {
        height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .f-nav-title-switcher.show {
        height: auto;
        padding-top: 10px;
    }

    .footer-top .row .col.xl2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .f-nav-title.active {
        padding-bottom: 3px;
    }

    .f-nav-contacts {
        display: block;
        margin: 0;
        padding: 0
    }

    .f-nav-contacts-item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0 0 24px;
        padding: 0
    }

    .f-nav-contacts-item:last-child {
        margin-bottom: 0
    }

    .footer-medium {
        padding: 32px 0 24px;
    }

    .f-nav .f-h5 {
        font-size: 16px;
    }

    .f-nav-contacts-item .f-h5 {
        margin-bottom: 8px
    }

    .footer-content-right:after,
    .footer-content-right img {
        display: none;
    }

    .f-nav-title-switcher.show {
        padding-bottom: 15px;
    }

    .footer-content-left,
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer-content-right {
        min-height: auto;
    }

    .footer-links {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-social-list {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 10px 0 0 0;
        margin: 0;
        width: 200px;
    }

    .footer-top {
        padding: 0 0 5px 0
    }

    .f-nav-title img {
        top: 27px;
    }

    .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0 24px 0;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .industries-block .box {
        padding-right: 16px;
    }

    [data-page="Ethereum application development"] .tron-start-column .tron-start-item:nth-child(1),
    [data-page="Binance Smart Chain development"] .tron-start-column .tron-start-item:nth-child(2) {
        min-height: auto
    }

    .portfolio-content-single-slider-center .product-slide-desc p {
        font-size: 16px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .olway-slide .box {
        padding-bottom: 40px;
    }

    .collapse-item {
        cursor: pointer;
    }

    .collapse-item:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5.5px 0 5.5px;
        border-color: #778BF5 transparent transparent transparent;
        right: 15px;
        top: 37px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .collapse-item.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .collapse-target {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .3s, padding .3s;
        -o-transition: height .3s, padding .3s;
        transition: height .3s, padding .3s;
    }

    .collapse-item.active .collapse-target {
        height: auto;
        padding-top: 5px;
    }

    .tron-start-content {
        display: block;
    }

    .tron-start-item {
        margin-bottom: 5px;
    }

    .tron-start-item h6 {
        padding-right: 0;
        margin-bottom: 0;
    }

    .tron-img {
        margin: -9px auto -12px;
        display: block;
        text-align: center;
    }

    .tron-start-item h6 {
        min-height: 50px;
    }

    .tron-start-item {
        min-height: 80px;
        padding: 15px 36px 15px 77px
    }

    .tron-start-item img {
        width: 50px;
        right: auto;
        top: 15px;
        left: 15px;
    }

    .tech-icon {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 60px 10px 15px;
        text-align: center;
        height: auto;
        min-height: 100px;
    }

    .tech-icon.tech-icon-graphene {
        padding: 60px 10px 15px;
    }

    .tech-icon img {
        left: 50%;
        top: 15px;
        width: 40px;
        margin-left: -20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .tech-icon:hover img {
        top: 50px;
    }

    .tech-icon-xs-hide,
    .tech-icon h5 br {
        display: none;
    }

    .tech-icon:after {
        right: 10px;
        top: 10px;
        margin-top: 0;
    }

    .home-solutions:before {
        display: none;
    }

    .home-solutions {
        background: #4A58BD;
        background-image: url(../images/home_solution.svg);
        background-repeat: no-repeat;
        background-position: bottom right -15px;
        position: relative;
        background-size: contain;
        padding-bottom: 160px;
    }

    .industry-list ul li a h6 {
        font-size: 14px;
    }


    .our-dev-services .our-dev-process-slide-img {
        position: absolute;
    }

    .our-dev-services .our-dev-process-slide-img img {
        max-width: 200px;
    }

    .our-dev-services .our-dev-process-slider .our-dev-process-slide-inside {
        height: 250px;
        padding: 0 15px 0 220px;
    }

    .our-dev-services .our-dev-process-thumb {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .our-dev-services .our-dev-process-slide-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .s_portfolio-inside {
        max-height: 750px;
        overflow: visible;
    }

    .our-tech-item {
        min-height: auto;
        display: block;
        padding: 0
    }

    .our-tech-item-desc {
        padding: 16px 0 5px
    }

    .our-tech-item-desc p {
        font-size: 15px;
        line-height: 150%;
    }

    .our-tech-item-title {
        min-height: 54px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .our-tech-item {
        border-bottom: none
    }

    .our-tech-item:after {
        display: none;
    }

    .our-tech-item-title img {
        top: 13px;
    }

    .gift-btn {
        width: 71px;
        height: 133px;
        -webkit-box-shadow: 7.1px 7.1px 13.3125px #FA8B1D;
        box-shadow: 7.1px 7.1px 13.3125px #FA8B1D;
    }

    .gift-btn svg {
        width: 100%;
        height: auto;
    }

    .technologies .box .s_portfolio-slide-nav {
        display: none;
    }

    .tabs-box-list li {
        width: 50%;
    }

    .tabs-box-list li span {
        width: 100%;
        height: 54px;
        font-size: 14px;
        padding: 0;
    }

    .blue-labels {
        display: block;
    }

    .blue-labels .blue-label:first-child {
        border-right: 0;
        margin-bottom: 15px;
    }

    .codedropz-upload-container,
    .codedropz-upload-wrapper.active .codedropz-upload-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .projects-preface {
        margin-bottom: 30px;
    }

    .projects-preface-filter {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .btn-ghost-white_collapsible {
        margin-top: 16px;
    }

    .case-tabs-img-mobile {
        display: block;
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .case-tabs-scheme-passive {
        display: block;
    }

    .case-tabs-scheme-sample {
        width: 100%;
        max-width: 100%
    }

    .case-tabs-img {
        display: none;
    }

    .case-tabs-item.case-block,
    .case-tabs-item {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s ease, visibility .2s ease, opacity .2s ease;
        -o-transition: max-height .2s ease, visibility .2s ease, opacity .2s ease;
        transition: max-height .2s ease, visibility .2s ease, opacity .2s ease;
    }

    .product-slider-wrap-with-tabs .case-tabs-item.case-tabs-item-block {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .product-slider-wrap-with-tabs .case-tabs-item.case-tabs-item-block.case-block {
        display: block;
        max-height: 9999px;
        visibility: visible;
        opacity: 1;
        overflow: visible;
    }

    .case-tabs-img {
        padding-right: 0;
    }

    .case-tabs-wrap {
        padding: 30px 15px;
        display: block;
    }

    .case-tabs-scheme {
        right: 0;
        width: 100%;
    }

    .case-preface {
        padding: 10px 15px 20px 15px;
    }

    .case-accordion-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -0.02em;
        height: 60px;
        color: #778BF5;
        padding: 5px 60px 5px 15px;
        background: #363F7C;
        -webkit-box-shadow: 10px 0px 30px rgba(23, 32, 103, 0.3);
        box-shadow: 10px 0px 30px rgba(23, 32, 103, 0.3);
        margin-bottom: 1px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .case-accordion-title:after {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 1px;
        background: #292E50;
        top: -1px;
        left: 0;
        right: 0
    }

    .case-accordion-title svg {
        position: absolute;
        right: 27px;
        top: 26px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .case-accordion-title svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .case-accordion-title.active {
        color: #fff;
        background: #4A58BD;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .case-accordion-title.active svg path {
        fill: #fff;
    }

    .case-accordion-title.active svg {
        -webkit-transform: rotateX(180deg) translateY(3px);
        transform: rotateX(180deg) translateY(3px);
    }

    .case-tabs-info {
        margin-left: -15px;
        margin-right: -15px;
    }

    .case-tabs-text h3 {
        margin-top: 30px;
    }

    .btn-case {
        position: relative;
        margin: 20px auto 0 auto;
        right: auto;
        bottom: auto;
        max-width: 300px;
    }

    .case-tabs {
        display: none;
    }

    .case-tabs.case-tabs-two-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-slider-wrap-with-tabs {
        margin-left: -16px;
        margin-right: -16px
    }

    .member-point {
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        padding-right: 15px;
    }

    .member-del {
        padding-right: 0;
    }

    .our-team-slide .p-intro {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .modal-form {
        width: auto;
        margin-left: 0;
    }

    .our-team-slider-wrap {
        padding-right: 10px;
    }

    .our-dev-process-slide-inside {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .our-dev-process-thumbs .slick-list {
        height: 235px !important;
    }

    .our-dev-process-slide-img {
        position: relative;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .our-dev-process-slide-text {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .industry-info {
        padding-left: 0;
    }

    .industry-img {
        position: relative;
    }

    .industry-img:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 40px;
        height: 90px;
        background-image: url(../images/icons/industry-img-after.svg);
        bottom: -2px;
        right: -50px
    }

    .industry-img:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 40px;
        height: 90px;
        background-image: url(../images/icons/industry-img-before.svg);
        bottom: -2px;
        left: -50px
    }

    .industry-img {
        width: 236px;
        height: 236px;
        top: 0;
        margin: 0 0 20px 50px;
    }

    .industry-lists {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .industry-icons {
        padding: 0;
        border: 0;
    }

    .industry-icons:before,
    .industry-icons:after {
        display: none;
    }

    .industry-list+.industry-list {
        border-left: 0;
        padding-left: 0;
        margin-left: 10px;
    }

    .wrapper-dropdown-links {
        display: block;
    }

    .roll-up-trigger {
        position: relative;
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }

    .roll-up-trigger:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 24px;
        height: 24px;
        background-image: url(../new-design/img/icons/arrow-down-grey.svg);
        background-size: contain;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background-repeat: no-repeat;
        top: 5px;
        right: 0;
        z-index: -1;
    }

    .roll-up-trigger.active:after {
        -webkit-transform: rotateX(180deg) translateY(-1px);
        transform: rotateX(180deg) translateY(-1px);
    }

    .page-template-templatesprivacy-policy-php .policy-text,
    .policy-text {
        padding-right: 0;
    }

    .vacancy-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-single-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .policy-nav-wrap {
        display: none;
    }

    .vacancy-sidebar-wrap {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-left: 0;
        padding-left: 0;
    }

    .vacancy-nav,
    .vacancy-sidebar {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .hot-single {
        left: 186px;
        top: 0;
    }

    .vacancy-sidebar-title .animate-dot {
        display: none;
    }

    .contacts-social-list {
        margin: 0 auto;
    }

    .vacancy-sidebar-social {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .vacancy-sidebar-apply {
        margin: 20px auto;
        max-width: 290px;
        text-align: center;
        border-top: 1px solid rgba(74, 88, 189, 0.2);
        padding-top: 15px;
    }

    .vacancy-single-title {
        display: none;
    }

    .vacancy-single-title-xs {
        display: block;
    }

    .vacancy-icon {
        width: 158px;
    }

    .policy-text a {
        word-wrap: break-word;
    }

    .courses-point-title {
        display: block;
        padding: 32px 24px;
    }

    .courses-point-title h3 {
        margin-bottom: 40px
    }

    .courses-point-title {
        max-height: none;
        border-radius: 24px 24px 0 0;
    }

    .courses-point-desc {
        padding: 32px 24px
    }

    .courses-point-desc-icon {
        display: none
    }

    .courses-point-title h3 {
        padding-right: 0;
    }

    .s_portfolio {
        padding-right: 15px;
        padding-bottom: 110px;
    }

    .olway-play-hover,
    .olway-play {
        z-index: 1
    }

    .s_portfolio-slide-info a.btn-ghost {
        position: relative;
        bottom: 0;
    }

    .s_portfolio-slide-info p {
        min-height: 160px;
    }

    .s_portfolio-slide-info a {
        margin-top: 20px;
    }

    .s_portfolio-slide-info {
        padding: 30px 20px;
        background: #fff;
    }

    .s_portfolio-slide-info img {
        max-width: 160px;
    }

    .s_portfolio-slide,
    .s_portfolio-slider {
        margin-left: 0;
    }

    .s_portfolio-slide-content {
        padding: 20px 15px 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .s_all-projects {
        width: 50px;
        height: 50px;
        padding: 0;
        color: transparent;
    }

    .s_all-projects:before,
    .s_all-projects:after {
        margin: 12px;
    }

    .s_all-projects:focus,
    .s_all-projects:hover {
        color: transparent;
        border-color: #FA8B1D;
    }

    .s_portfolio-inside {
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
        background: transparent;
    }

    .s_portfolio-slide-nav {
        top: auto;
        bottom: -70px;
        left: 50%;
        width: 110px;
        margin-left: -55px;
    }

    .about-us-content .s_portfolio-slider,
    .home .s_portfolio-slider {
        padding-bottom: 70px;
    }

    .about-us-content .s_portfolio,
    .home .s_portfolio {
        padding-bottom: 40px;
    }

    .about-us-content .s_portfolio-slide-nav,
    .home .s_portfolio-slide-nav {
        bottom: 0
    }

    .s_portfolio-slide-img a>img,
    .s_portfolio-slide-img>img {
        -webkit-box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
        box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 1
    }

    .s_portfolio-slide-info,
    .s_portfolio-slide-img {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .industry-point p {
        font-size: 16px;
        line-height: 1.3
    }

    .collapsible-tech {
        display: block;
        margin-top: 30px;
        background: transparent;
        -webkit-box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
        box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
    }

    .collapsible-tech .collapsible-header {
        height: 50px;
        min-height: 50px;
        font-size: 14px;
        line-height: 17px;
        padding: 17px 50px 17px 56px;
        background: rgba(74, 88, 189, 0.8);
    }

    .collapsible-tech .collapsible-header>img,
    .collapsible-tech .collapsible-header>svg {
        position: absolute;
        left: 15px;
        top: 13px;
    }

    .collapsible-tech .collapsible-header>img {
        left: 24px;
    }

    .collapsible-tech-arrow {
        position: absolute;
        width: 11px;
        height: 6px;
        right: 15px;
        top: 22px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #778BF5;
    }

    .collapsible-tech .active .collapsible-tech-arrow {
        border-top: 5px solid #FA8B1D
    }

    .collapsible-tech .active .collapsible-tech-arrow {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .collapsible-tech li .collapsible-header {
        border-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .collapsible-tech li.active .collapsible-header {
        border-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #FFB956;
    }

    .collapsible-tech li.active .collapsible-header svg circle.circle-stroke,
    .collapsible-tech li.active .collapsible-header svg line,
    .collapsible-tech li.active .collapsible-header svg rect,
    .collapsible-tech li.active .collapsible-header svg path {
        stroke: #FFB956
    }

    .collapsible-tech li.active {
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
        box-shadow: 0px 10px 40px rgba(23, 32, 103, 0.3);
        background: -o-linear-gradient(bottom, #778BF5 26.04%, #4A58BD 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(26.04%, #778BF5), to(#4A58BD));
        background: linear-gradient(360deg, #778BF5 26.04%, #4A58BD 100%);
    }

    .collapsible-tech .collapsible-body {
        padding: 0 15px 20px 15px;
        background: rgba(74, 88, 189, 1);
    }

    .collapsible-tech li.active .collapsible-body {
        background: transparent
    }

    .collapsible-tech .collapsible-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .tab-block {
        display: none;
    }

    .input-field-lasts {
        width: 100% !important;
    }

    .sidenav {
        padding-top: 14px;
    }

    .logo {
        margin: 0 auto 50px auto;
        text-align: center;
    }

    .revolutionize,
    .why-choose-us,
    .industries-block,
    .blockchain-dev,
    .technologies {
        padding-right: 15px;
    }

    section {
        padding-left: 15px;
    }

    .blockchain-dev-services {
        padding-top: 75px;
    }

    .footer-links {
        padding: 10px 0;
        text-align: center;
    }

    .footer-links a {
        margin: 0 15px;
    }

    .recaptcha-wrap .wpcf7-form-control-wrap.input-field span.wpcf7-not-valid-tip {
        margin: -7px 0 0 16px;
    }


    h1 {
        font-size: 40px
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .h3,
    h3 {
        font-size: 28px;
        margin-bottom: 16px
    }

    .border-list {
        padding-left: 8px;
    }

    .bg-bottom {
        left: 0;
    }

    .policy-content {
        padding-top: 72px;
    }

    .policy {
        padding-bottom: 84px;
    }

    .thanks-page-text {
        margin-left: 0;
    }

    .thanks-page-text h1 {
        margin-bottom: 32px;
    }

    .thanks-page-text p {
        margin: 24px 0 40px;
    }

    .thank-you-block .col img {
        float: none;
    }

    .pyramid-logo {
        display: block;
        max-width: 200px;
        height: auto;
        margin: 24px auto;
    }

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

    .pyramid-block .row {
        display: block;
    }

    .nft-text {
        padding: 0 0 24px;
    }

    .p-points .row .col:nth-last-child(2) {
        margin-bottom: 32px
    }

    .discover-block-content {
        padding: 40px 16px 258px;
        border-radius: 24px;
    }

    .discover-block-content .row img {
        position: absolute;
        bottom: 40px;
        left: 16px;
    }

    .discover-block-wrap {
        margin: -40px -16px 0;
    }

    .discover-block-content p:nth-child(2) {
        margin-bottom: 0
    }

    .discover-block-content p {
        font-size: 16px;
    }

    [data-solution="Digital Identity solution"] .hero.hero-text-top {
        padding-bottom: 88px
    }

    .discover-block-content h3 {
        margin-bottom: 24px
    }

    .di-bg {
        width: 370px;
        height: auto;
    }

    .our-tech-item-desc p {
        padding: 0;
    }

    .hire-team-desc .heading:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 64px;
        height: 136px;
        background-image: url(new-design/img/pages-techs/front-end/parts/rhomb-m.png);
        left: 0;
        top: 5px;
    }

    .hire-team-desc .heading {
        padding-left: 56px
    }

    .hire-team-desc .heading h2 br {
        display: block
    }

    .hire-team-desc .p-bold {
        margin-top: 20px
    }

    .bg-grey.dev-processes-techs .slick-dots li:not(.slick-active) button:before {
        background: #40464F;
    }

    .bg-grey.dev-processes-techs .process-slider .slick-slide::after {
        display: none
    }

    .our-tech-content {
        border-radius: 24px 24px 0px 0px;
        padding: 32px 24px 40px;
    }

    .our-tech .heading {
        margin-bottom: 24px
    }

    .workflow-slider {
        padding-left: 16px;
    }

    .page-template-new-design-services-bi .meta-cases.bg-f7 {
        background: #fff;
        padding-top: 0
    }

    .case-tabs-two-rows {
        padding: 0;
    }

    .case-tabs-two-rows.case-tabs li p span {
        font-size: 14px;
        padding: 0 20px;
    }

    .attention-block {
        margin-top: 24px;
        padding: 16px 0 0 40px
    }

    .attention-block p:first-child {
        margin-bottom: 8px;
    }

    .collapsible-tech li.active .collapsible-header svg circle.circle-stroke,
    .collapsible-tech li.active .collapsible-header svg line,
    .collapsible-tech li.active .collapsible-header svg rect,
    .collapsible-tech li.active .collapsible-header svg path {
        stroke: #0BDB90;
    }

    .meta-cases-left-icon-mobile {
        margin-left: 0;
        margin-right: 0
    }

    .meta-cases-left-icon-mobile .meta-case {
        padding-left: 96px;
        min-height: 72px;
        text-align: left;
        padding-right: 0
    }

    .meta-cases-six-no-desc.meta-cases-left-icon-mobile .meta-case {
        padding-left: 96px;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .meta-cases-left-icon-mobile .meta-case br {
        display: block
    }

    [data-product="EventCMS"] .meta-cases-left-icon-mobile .meta-case br {
        display: none
    }

    .meta-cases-left-icon-mobile .meta-case img {
        position: absolute;
        left: 0;
    }

    .meta-cases-top-icon-mobile {
        margin-left: auto;
        margin-right: auto;
    }

    .meta-cases-top-icon-mobile .meta-case {
        padding-left: 0 !important;
        min-height: 72px;
        text-align: center;
        padding-right: 0
    }

    .meta-cases-top-icon-mobile .meta-case br {
        display: block
    }

    .meta-cases-top-icon-mobile .meta-case img {
        position: relative;
    }

    .product-slider {
        margin-left: -16px;
        margin-right: -16px;
    }

    .banner-h4 {
        font-size: 16px;
        margin-top: 16px;
    }

    .footer-terms {
        padding-left: 0
    }

    .f-nav-title img {
        top: 19px;
        right: 0;
    }

    .footer-top .row {
        margin-left: 0;
        margin-right: 0
    }

    .footer-top .row .col {
        padding-left: 0;
        padding-right: 0
    }

    [class*="page-template-new-design"] .f-nav .f-h5 {
        margin-top: 0;
    }

    .nutsell-slider-wrap {
        padding-right: 48px
    }

    .meta-cases-four-one-row .meta-case:nth-child(3):after,
    .page-template-new-design-services-fintech .line {
        display: none
    }

    .green-slider .slick-list {
        padding-right: 40%;
    }

    .thanks-modal-close {
        right: 16px;
    }

    .thanks-block-vacancy-content img {
        width: 152px;
    }

    .thanks-block-vacancy-content h2 {
        font-size: 32px;
        margin: 32px auto 24px
    }

    .thanks-modal-bg {
        inset: 85px 56px 65px;
    }

    .thanks-block-vacancy-content {
        padding: 16px;
    }

    .codedropz-upload-wrapper+span.wpcf7-not-valid-tip {
        margin-top: -22px;
    }

    .modal-form .recaptha-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .codedropz-upload-inner>span:after {
        width: 40px;
        height: 40px;
        background-size: contain;
        top: 16px;
        right: 16px;
    }

    .modal-content {
        padding: 48px 0;
    }

    .cv-block h3 {
        margin-bottom: 32px
    }

    .modal-form .input-field textarea {
        min-height: 176px
    }

    .codedropz-upload-container {
        min-height: 104px;
        padding: 16px;
    }

    .codedropz-upload-inner>span {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        max-width: 184px;
    }

    .codedropz-upload-inner>span.file-size-tablet {
        font-size: 12px;
        line-height: 16px;
    }

    .codedropz-upload-handler {
        margin-bottom: 24px
    }

    .vacancy-sidebar-desc {
        margin-bottom: 32px;
    }

    .share-the-vacancy {
        font-size: 16px;
    }

    .vacancy-single-title-xs {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .vacancy-icon-wrap {
        position: relative
    }

    .vacancy-single {
        padding-top: 0;
        margin-bottom: 96px
    }

    .vacancy-nav {
        max-width: 100%;
        position: static;
        padding-bottom: 0
    }

    .vacancy-single-text {
        padding-top: 48px
    }

    .vacancy-sidebar-title {
        margin-top: 40px
    }

    .vacancy-single-info {
        padding-right: 0
    }

    .vacancy-single-info ul li {
        padding-left: 28px
    }

    .vacancy-single-info ul li,
    .vacancy-single-info p,
    .vacancy-single-info span {
        font-size: 14px;
    }

    .vacancy-single-info ul li:before {
        margin: 5.5px 0 0 -18px;
    }

    .single-vacancies .vacancy-single-hero .breadcrumbs,
    .our-vacancies .pic-bg img {
        display: none
    }

    .page-template-new-design-company-careers .hero-desc h6 {
        margin: 24px 0 16px;
    }

    .next-24 .meta-couple:before,
    .next-f1 .meta-couple:before {
        top: 56px;
    }

    .page-template-new-design-solution .next-24 .solution-discovery+.meta-couple:after,
    .page-template-new-design-solution .next-f1 .solution-discovery+.meta-couple:after {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 200px;
        background: rgba(26, 27, 29, 1);
        top: -144px;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .page-template-new-design-solution .discovery-single-slide,
    .page-template-new-design-solution .discovery-slider {
        position: relative;
        z-index: 1
    }

    .page-template-new-design-solution .discovery-slide {
        -webkit-box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    }

    .page-template-new-design-solution .discovery-slider+.btn-arrows {
        z-index: 1;
    }

    .page-template-new-design-solution .next-24 .meta-couple .discuss,
    .page-template-new-design-solution .next-f1 .meta-couple .discuss {
        position: relative;
        z-index: 1
    }

    .filters-wrapper {
        display: none
    }

    .projects-preface-filter-new {
        display: block
    }

    .partner-tile h3 {
        margin-bottom: 24px
    }

    .our-dev-process-thumbs .slick-list {
        height: auto !important;
    }

    .our-dev-process-img {
        width: 240px;
        height: auto;
    }



    .our-dev-process-slider-5-points .our-dev-process-slide-inside,
    .our-dev-process-slide-inside {
        padding-right: 0
    }

    .our-dev-process-content .col.xl9 {
        margin-bottom: 0
    }

    .our-dev-process-slide-text {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    }

    .our-dev-process-slide-img {
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    }

    .mb-40 {
        margin-bottom: 32px
    }

    .btn-more {
        font-size: 14px;
    }

    .industry-icons {
        padding: 0;
        margin-top: 32px
    }

    .industry-list+.industry-list,
    .industry-list {
        -ms-flex-preferred-size: 156px;
        flex-basis: 156px;
    }

    .industry-list+.industry-list {
        margin-left: 16px;
        padding-left: 0
    }

    .industry-info {
        padding-left: 0
    }

    .industry-img {
        width: 100%;
        max-width: 326px;
        height: auto;
        margin: 0;
    }

    .industry-img img {
        width: 100%;
        max-width: 326px;
        margin-top: 0
    }

    .industry-list ul li a h4 {
        font-size: 14px;
    }

    .industry-list ul li {
        padding-left: 36px
    }

    .industry-list ul li a img {
        top: -3px;
        width: 24px;
    }

    .industries-block .heading {
        margin-bottom: 24px
    }

    .industries-block h2:after {
        display: none
    }

    .blog-time {
        padding-bottom: 80px;
    }

    .blog-card-info {
        min-height: auto;
        display: block
    }

    .case-tabs-item {
        display: block
    }

    .portfolio-content-single .solution-action:before {
        height: 317px;
    }

    .industry-img:before,
    .industry-img:after,
    .tron-start .preface-desc br {
        display: none
    }

    .discovery-slide {
        border-radius: 24px 24px 0 0;
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 0 48px;
    }

    .discovery-slide .row .col:last-child {
        padding: 0 32px;
    }

    .discovery-slider .discovery-slide {
        margin: 0
    }

    .solution-discovery-slides .box {
        padding: 0;
    }

    .solution-discovery {
        padding-bottom: 0;
        position: relative;
        z-index: 1
    }

    .discovery-info {
        padding: 0 16px;
    }

    .discovery-info img {
        width: 112px;
    }

    .discovery-text {
        margin-top: 20px
    }

    .discovery-text h3 {
        margin-bottom: 24px
    }

    .discovery-pic {
        margin: 24px -16px 32px;
    }

    .btn-case {
        max-width: 280px;
        height: 48px;
        font-size: 16px;
        padding: 13px 0;
        padding-right: 67.5px;
        margin-top: 32px
    }

    .btn-case:before {
        width: 24px;
        height: 24px;
        right: 23.5px;
        top: 11px;
    }

    .btn-case.active {
        padding-right: 80px
    }

    .btn-case.active:before {
        width: 24px;
        height: 24px;
        right: 43px;
        top: 11px;
    }

    .case-tabs-wrap {
        padding: 24px 24px 40px;
    }

    .case-tabs-text {
        margin-top: 24px
    }

    .case-tabs-text h3 {
        margin: 0 0 16px;
    }

    .case-tabs-img {
        display: block
    }

    .case-preface {
        padding: 24px;
        padding-top: 0;
        -webkit-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }

    .infographics-dark .case-preface {
        padding: 24px;
    }

    .case-accordion-title.active+.case-tabs-item .case-preface {
        padding-top: 24px
    }

    .infographics-dark .case-preface p {
        margin-top: 12px;
    }

    .case-tabs-icon h5 {
        font-size: 14px;
        margin: -30px auto 0;
    }

    .case-tabs-icon img {
        max-width: 140px;
    }

    .case-tabs-icon {
        margin-bottom: 20px;
    }

    .infographics-dark .case-tabs-wrap {
        padding: 24px 16px;
    }

    .case-tabs-icon:after {
        height: 95px;
        top: 15px;
    }

    .infographics-dark .case-tabs-wrap h4 {
        margin-bottom: 10px;
    }

    .case-accordion-title.active+.case-tabs-item {
        display: block;
        max-height: 9999px;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        padding-top: 0
    }

    .case-tabs-info,
    .case-accordion-title {
        margin: 0;
    }

    .case-tabs-info {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .case-accordion-title {
        background: #F1F2F3;
        font-family: 'Manrope';
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        color: #131313;
        height: 56px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px 60px 16px 16px;
    }

    .case-accordion-title.active {
        background: #F1F2F3;
        color: #131313;
    }

    .case-accordion-title:after {
        top: auto;
        bottom: 0;
        background: #DADCE0;
        height: 1px;
    }

    .case-accordion-title:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 24px;
        height: 25px;
        background-image: url(new-design/img/icons/arrow-drop-down.svg);
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .case-accordion-title.active:before {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .infographics .heading.heading-left {
        text-align: center
    }

    .portfolio-benefits .box {
        padding-left: 16px;
        padding-right: 16px
    }

    .portfolio-benefits .heading {
        text-align: center;
    }

    .portfolio-content-single .portfolio-benefits .heading {
        margin-bottom: 24px
    }

    .portfolio-benefits .box:before {
        height: 144px;
        top: -48px;
        border-radius: 24px 24px 0 0;
    }

    .portfolio-benefits .preface-desc {
        position: relative
    }

    .meta-cases-three-no-desc .meta-case:not(:last-child) {
        margin-bottom: 48px
    }

    .meta-cases-left-icon-mobile.meta-cases-three-no-desc .meta-case:not(:last-child) {
        margin-bottom: 24px
    }

    .meta-cases-six-no-desc .meta-case:nth-last-child(2) {
        margin-bottom: 0
    }

    .meta-cases-six-no-desc {
        margin: 0;
    }

    .meta-cases-six-no-desc .meta-case {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        padding: 0 8px;
    }

    .meta-cases-three-no-desc .meta-case h5 {
        margin-bottom: 0
    }

    .page-template-new-design-techs-hyperledger .meta-cases-three-no-desc .meta-case h5 {
        max-width: 227px;
    }

    .hyper-select-tab,
    .tabs-tech {
        display: none
    }

    .hyper-tab-content-xs,
    .hyper-select-tab.show,
    .hyper-select {
        display: block;
    }

    .hyper-tabs-content-xs {
        position: relative;
        overflow: hidden;
        padding: 40px 16px 32px;
        background: rgba(36, 40, 45, 0.4);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 0px 0px 24px 24px;
    }

    .tabs-tech-light+.hyper-select .hyper-tabs-content-xs {
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hyper-tab-content-text h3 {
        margin-bottom: 24px
    }

    .hyper-tab-content-text-inside p {
        margin-bottom: 16px;
        font-size: 14px;

    }

    .ms-dd .ms-dd-arrow {
        width: 24px;
        height: 24px;
        margin-top: -11px;
        background: url(new-design/img/icons/arrow-drop-down-tabs.svg) no-repeat;
    }

    .bg-f7 .ms-dd .ms-dd-arrow {
        -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(1121%) hue-rotate(316deg) brightness(94%) contrast(85%);
        filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(1121%) hue-rotate(316deg) brightness(94%) contrast(85%);
    }

    .bg-f7 .hyper-select-styles ul.ms-options {
        background: #f7f7f7;
        color: #131313;
    }

    .ddlabel {
        font-family: Inter;
        font-size: 14px;
        margin-left: 8px
    }

    .ddTitleText img {
        width: 24px;
        height: 24px;
        -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(3141%) hue-rotate(342deg) brightness(100%) contrast(104%);
        filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(3141%) hue-rotate(342deg) brightness(100%) contrast(104%);
        margin-top: -1px;
    }

    .tabs-tech-green-lines+.hyper-select .ms-dd-option-image,
    .tabs-tech-green-lines+.hyper-select .ddTitleText img {
        -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(6615%) hue-rotate(108deg) brightness(98%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(6615%) hue-rotate(108deg) brightness(98%) contrast(91%);
    }

    .hyper-select-styles .ddcommon ul,
    .ddcommon .ddTitle {
        background: #131313;
    }


    .bg-f7 .ddcommon .ddTitle {
        background: #f7f7f7;
        border: 1px solid #131313;
    }

    .bg-f7 .hyper-select-styles .ddcommon ul {
        background: #f7f7f7;
        color: #131313
    }

    .bg-f7 .dd.borderRadiusTp .ddChild {
        border-color: #131313
    }

    .ddcommon .ddTitle {
        border-radius: 5px;
    }

    .dd .ddChild li {
        padding: 10px 16px;
    }

    .dd .ddChild li img {
        width: 24px;
        height: 24px;
    }

    .dd .ddChild li.selected {
        background: rgba(255, 255, 255, 1)
    }

    .hyper-select-styles .ddlabel {
        color: #fff;
    }

    .bg-f7 .hyper-select-styles .ddlabel {
        color: #131313 !important
    }

    .bg-f7 .dd .ddArrow {
        -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(1121%) hue-rotate(316deg) brightness(94%) contrast(85%);
        filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(1121%) hue-rotate(316deg) brightness(94%) contrast(85%);
    }

    .bg-f7 .ddcommon .ddChild li img {
        -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(957%) hue-rotate(176deg) brightness(87%) contrast(87%);
        filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(957%) hue-rotate(176deg) brightness(87%) contrast(87%);
    }

    .bg-f7 .ms-options .ms-dd-option-image {
        -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(957%) hue-rotate(176deg) brightness(87%) contrast(87%) !important;
        filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(957%) hue-rotate(176deg) brightness(87%) contrast(87%) !important;
    }

    .bg-f7 .ddcommon .ddChild {
        overflow: hidden
    }

    .hyper-select-styles .dd {
        background: #131313;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .hyper-select-styles .dd.borderRadiusTp {
        border-radius: 5px 5px 0 0;
    }

    .hyper-tabs-content-xs img {
        position: absolute;
        left: 0;
        top: 40px;
        z-index: -1;
    }

    .meta-cases-six-no-desc .meta-case:nth-child(3):after,
    .meta-cases-six-no-desc .meta-case:nth-child(4):after,
    .meta-cases-three-no-desc .meta-case:nth-child(1):after,
    .meta-cases-three-no-desc .meta-case:nth-child(2):after {
        content: '';
        display: block;
        height: 1px;
        width: auto;
        position: absolute;
        left: 30px;
        right: 30px;
        top: auto;
        bottom: -24px;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0) 100%);
    }

    .meta-cases-six-no-desc .meta-case:nth-child(1):after,
    .meta-cases-six-no-desc .meta-case:nth-child(2):after,
    .meta-cases-six-no-desc .meta-case:nth-child(3):after,
    .meta-cases-six-no-desc .meta-case:nth-child(4):after {
        right: 0;
        left: 0;
    }

    .meta-cases-six-no-desc .meta-case:nth-child(1):after,
    .meta-cases-six-no-desc .meta-case:nth-child(3):after {
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0.3) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0.3)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0.3) 100%);
    }

    .meta-cases-six-no-desc .meta-case:nth-child(2):after,
    .meta-cases-six-no-desc .meta-case:nth-child(4):after {
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0.3) 100%);
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(64, 70, 79, 0)), color-stop(49.38%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0.3)));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(64, 70, 79, 0) 0%, rgba(64, 70, 79, 0.3) 49.38%, rgba(64, 70, 79, 0.3) 100%);
    }

    .discuss-info {
        border-radius: 0 0 24px 24px;
    }

    .meta-cases-left-icon-mobile .meta-case:after {
        display: none !important
    }

    .tron-pic {
        display: none
    }

    .tron-slider-six .slick-slide:nth-child(odd) {
        padding-right: 0;
    }

    .tron-slider-six .slick-slide:nth-child(even) {
        padding-left: 0;
    }

    .tron-slider-transformer.auto .tron-slide {
        display: none !important;
    }

    .tron-slider-transformer.auto .slick-slide.slick-current .tron-slide {
        display: block !important;
    }

    .tron-slider-transformer .slick-track {
        display: block;
    }

    .new-tron-content {
        border-radius: 24px;
        padding: 28px 24px 32px;
    }

    .tron-slider-transformer .slick-dots li.slick-active button:before {
        background: #FF5C29;
    }

    .dev-processes-techs h4 {
        min-height: auto
    }

    .tron-slide .only-m {
        margin: 24px auto 0
    }

    .tron-slide .p-point {
        padding-left: 0;
        text-align: center
    }

    .tron-slide .p-point-ico {
        position: relative;
        margin-bottom: 16px;
    }

    .tron-slide .p-point-ico img {
        display: block;
        margin: 0 auto;
    }

    .tron-slide .p-point h5 br {
        display: none
    }

    .tron-slider-six .slick-slide {
        margin-bottom: 0
    }

    .mt-48,
    .mt-56 {
        margin-top: 32px;
    }

    .portfolio-benefits .heading.mb-56,
    .mb-56 {
        margin-bottom: 32px;
    }

    .hyper-select-styles.mt-56 {
        margin-top: 24px;
    }

    .our-vacancies .mt-56 {
        margin-top: 40px;
    }

    .uls {
        padding-right: 0;
    }

    .ul li {
        font-size: 14px;
        padding-left: 28px
    }

    .ul li:before {
        top: 8px;
        left: 9px;
    }

    .uls .row .col:last-child {
        margin-top: 8px
    }

    .collapsible-tech .collapsible-header,
    .collapsible-header {
        position: relative;
        cursor: pointer;
        background: rgba(36, 40, 45, 0.6);
    }

    .applications-blue .collapsible-tech {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .applications-blue .collapsible-tech .collapsible-header {
        background: #F1F2F3;
    }

    .collapsible-tech .collapsible-body,
    .collapsible-tech li.active,
    .collapsible li.active .collapsible-header {
        background: transparent;
    }

    .collapsible-tech .collapsible-header {
        padding-left: 60px;
        font-family: Inter;
        font-weight: 600;
    }

    .collapsible-body {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        padding: 0 24px !important;
    }

    .collapsible .active .collapsible-body {
        height: auto;
        padding: 5px 24px 24px 24px !important;
        background: none !important;
    }

    .collapsible-tech .collapsible-body p {
        line-height: 143%
    }

    .collapsible-tech {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 24px
    }

    .new-techs-content .collapsible-tech {
        margin-top: 40px
    }

    .collapsible li {
        overflow: hidden
    }

    .collapsible li:last-child .collapsible-header {
        height: 60px;
    }

    .collapsible li.active:last-child .collapsible-header {
        height: 50px;
    }

    .collapsible li:first-child {
        border-radius: 24px 24px 0px 0px;
        -webkit-box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0px 0.35px 0.35px rgba(255, 255, 255, 0.25);
    }

    .collapsible li.active:first-child {
        padding-top: 20px
    }

    .collapsible-tech li.active .collapsible-header:before {
        content: "";
        position: absolute;
        margin: -5px 0 0 0;
        width: 32px;
        height: 32px;
        background: #0BDB90;
        opacity: 0.8;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        left: 20px;
    }

    .applications-blue .collapsible-tech li.active .collapsible-header:before {
        background: #99BDFF;
    }

    .applications-orange .collapsible-tech li.active .collapsible-header:before {
        background: #FF5C29;
    }

    .collapsible-header:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 25px;
        height: 24px;
        right: 16px;
        top: 14px;
        background-image: url(new-design/img/icons/arrow-down-collapsible.svg);
    }

    .collapsible-tech li.active .collapsible-header:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(402%) hue-rotate(107deg) brightness(101%) contrast(105%);
        filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(402%) hue-rotate(107deg) brightness(101%) contrast(105%);
    }

    .applications-orange .collapsible-tech li.active .collapsible-header:after {
        -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(43%) saturate(1823%) hue-rotate(340deg) brightness(101%) contrast(102%);
        filter: brightness(0) saturate(100%) invert(42%) sepia(43%) saturate(1823%) hue-rotate(340deg) brightness(101%) contrast(102%);
    }

    .applications-blue .collapsible-tech li .collapsible-header:after {
        -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(3%) saturate(3597%) hue-rotate(174deg) brightness(97%) contrast(83%);
        filter: brightness(0) saturate(100%) invert(9%) sepia(3%) saturate(3597%) hue-rotate(174deg) brightness(97%) contrast(83%);
        opacity: 0.4;
    }

    .applications-blue .collapsible-tech li.active .collapsible-header:after {
        opacity: 1;
        -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(3270%) hue-rotate(217deg) brightness(102%) contrast(102%);
        filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(3270%) hue-rotate(217deg) brightness(102%) contrast(102%);
    }

    .collapsible-tech li {
        word-break: break-all;
    }

    .collapsible-tech li.active {
        background-image: url(new-design/img/parts/tabz_bg_m.png);
        background-position: center bottom;
        background-size: cover;
    }

    .applications-blue .collapsible-tech li {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .applications-blue .collapsible-tech li.active {
        background: #E5E7EA;
    }

    .applications-orange .collapsible-tech li.active {
        background-image: url(new-design/img/parts/tabz_bg_orange_m.png);
    }

    .collapsible-tech li.active .collapsible-header {
        color: #0BDB90;
    }

    .applications-blue .collapsible-tech li.active .collapsible-header {
        color: #1365FF;
    }

    .applications-orange .collapsible-tech li.active .collapsible-header {
        color: #FF5C29;
    }

    .collapsible-tech li.active .collapsible-header img {
        -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(16%) saturate(3793%) hue-rotate(104deg) brightness(94%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(72%) sepia(16%) saturate(3793%) hue-rotate(104deg) brightness(94%) contrast(91%);
    }

    .applications-orange .collapsible-tech li.active .collapsible-header img {
        -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(43%) saturate(1823%) hue-rotate(340deg) brightness(101%) contrast(102%);
        filter: brightness(0) saturate(100%) invert(42%) sepia(43%) saturate(1823%) hue-rotate(340deg) brightness(101%) contrast(102%);
    }

    .applications-blue .collapsible-tech li.active .collapsible-header img {
        -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(3525%) hue-rotate(219deg) brightness(106%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(3525%) hue-rotate(219deg) brightness(106%) contrast(101%);
    }

    .lottie-wrap {
        display: none
    }

    .banner_home {
        display: block !important
    }

    .banner_home img {
        height: auto;
    }

    .awards-wrap {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home .awards-wrap {
        margin-top: 0
    }

    .solution-global {
        padding-top: 48px;
    }

    .techs-global {
        border-radius: 24px 24px 0px 0px;
    }

    .white-nav {
        width: 80px;
        top: 24px;
        right: 24px;
    }

    .white-nav span {
        width: 40px;
        height: 40px;
    }

    .br {
        border-radius: 24px;
    }

    .br-top {
        border-radius: 24px 24px 0 0;
    }

    .br-bottom-before+.meta-couple:before,
    .br-bottom {
        border-radius: 0 0 24px 24px;
    }

    .introducing-logo {
        height: 48px;
        width: auto;
        top: 24px;
        left: 24px;
    }

    .white-card-slider .introducing-logo {
        left: 0;
        top: 0;
    }

    .white-card-content .white-card-slider {
        margin-top: -70px;
    }

    .white-card-content {
        padding: 96px 24px 40px;
    }

    .dark-card .white-card-content {
        padding: 24px 24px 32px;
    }

    .dark-card-with-list .white-card-content {
        padding: 4px 16px 32px;
    }

    .introducing-text h3 {
        margin: 24px 0 16px;
    }

    .dark-card .white-card-content .introducing-text h3 {
        margin-top: 24px;
    }

    .introducing-text .btn {
        margin-top: 32px
    }

    .dark-card .white-card-content .introducing-text .btn {
        margin-top: 24px;
        margin-bottom: 2px;
    }

    .banner-top h3 {
        font-size: 20px;
        margin-bottom: 24px
    }

    .our-team-info {
        height: 550px;
    }

    .mission-info {
        padding-left: 27px
    }

    .mission-info .heading {
        display: none
    }

    .mission-pic {
        margin-right: -16px
    }

    .mission-pic img {
        margin-top: 8px;
        left: -16px;
    }

    .mission-text {
        margin-top: -10px
    }

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

    .mission-text:before {
        width: 5px;
        left: -27px;
    }

    img.only-m,
    .only-m {
        display: block
    }

    .not-m {
        display: none
    }

    p {
        font-size: 14px;
    }

    .policy-text p,
    .pyramid-text p,
    .p-slide-text p {
        font-size: 16px;
    }

    .p-slide-text p {
        word-break: break-all;
    }

    .case-tabs-text p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0em;

    }

    .policy-text h4 {
        padding: 4px 0 16px;
    }

    .banner-top .banner-wrap {
        padding-top: 72px;
    }

    .banner-top .hero-text {
        padding-top: 24px;
    }

    .new-company-content .banner-top .hero-text {
        padding-top: 16px;
        padding-right: 0
    }

    .process-slider {
        border-radius: 24px;
    }

    .process-slider .slick-track {
        display: block !important
    }

    .process-slide span {
        text-align: right
    }

    .process-slide {
        padding: 32px;
    }

    .dev-processes-techs .process-slide {
        padding: 0 24px
    }

    .dev-processes-techs h4 br {
        display: none
    }

    .process-slide-pic img {
        display: block;
        margin: 0 auto;
    }

    .process-slider.process-five .slick-slide:nth-child(4):after,
    .process-slider .slick-slide:nth-child(1):after,
    .process-slider .slick-slide:nth-child(2):after,
    .process-slider .slick-slide:nth-child(3):after {
        display: none
    }

    .process-slide p {
        min-height: auto;
        margin: 16px 0 24px;
    }

    .portfolio-content-single .s_portfolio_single {
        border-radius: 24px 24px 0 0;
    }

    .s-thumb:after {
        left: 48px;
    }

    .p-single-nav {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        height: 192px;
        overflow: hidden
    }

    .slider-thumbs-wrap {
        height: 192px;
    }

    .s_products_single .home-solutions-content,
    .home-solutions-content {
        height: 572px;
        min-height: 572px;
        padding: 0;
    }

    .slick-slider.slider-thumbs .slick-slide {
        width: 100% !important;
    }

    .portfolio-slide-single-image-wrap {
        display: none
    }

    #product-single-slider .slick-slide,
    #portfolio-single-slider .slick-slide {
        padding: 24px 24px 40px 24px;
    }

    #product-single-slider.home-solutions-slider .slick-slide,
    #portfolio-single-slider.home-solutions-slider .slick-slide {
        height: 380px !important;
    }

    .s_products_single .product-single-slide {
        min-height: auto;
        height: 380px;
    }

    .product-single-slide h4 {
        margin: 5px 0 16px;
    }

    .s-thumb {
        height: 48px;
        padding: 5px 16px 5px 48px;
    }

    .s-thumb h6 {
        font-size: 16px;
        line-height: 1.2;
    }

    .s-thumb h6:before {
        margin-top: -2.5px;
    }

    .product-content-single .s_portfolio_single .s_all-projects,
    .portfolio-content-single .s_portfolio_single .s_all-projects {
        bottom: -35px;
        right: 12px;
    }

    .s_products_single .heading.heading-left {
        margin-bottom: 40px
    }

    .product-content-single .s_portfolio_single .s_all-projects {
        bottom: -40px;
    }

    .product-single-slide p,
    .portfolio-single-slide p {
        font-size: 14px;
    }

    .product-slider-with-arrows .product-slide-img {
        padding: 0;
    }

    .product-slider-with-arrows .slick-next,
    .product-slider-with-arrows .slick-prev {
        display: none !important
    }

    .p-slide-desc {
        padding: 32px 16px 72px;
        border-radius: 0 0 24px 24px;
        height: 280px
    }

    .page-template-new-design-solution-metaverse-single .solution-action:before {
        height: 232px
    }

    [data-product="Skin.ai"].product-content-single .p-slide-desc,
    [data-product="Digital Health Passport"].product-content-single .p-slide-desc,
    [data-product="OLWay"].product-content-single .p-slide-desc {
        height: 200px;
    }

    [data-product="Tonsillitis Detection App"].product-content-single .p-slide-desc {
        height: 185px;
    }

    .only-title .p-slide-desc {
        height: 136px
    }

    .solution-action-slider-no-desc .p-slide-desc {
        height: 72px
    }

    .portfolio-content-single .p-slide-desc {
        height: 310px;
    }

    .only-desc-152 .p-slide-desc {
        height: 220px;
    }

    .only-desc-152.solution-action:before {
        height: 228px;
    }

    .portfolio-benefits-desc .row .col:first-child {
        margin-bottom: 20px
    }

    .portfolio-benefits {
        margin-top: -48px;
    }

    .tiles {
        bottom: -150px;
    }

    .portfolio-content .hero {
        min-height: 800px;
        height: 800px;
    }

    .projects-preface,
    .projects .heading {
        margin-bottom: 24px
    }

    .projects-preface-filter {
        top: 0;
        width: 280px;
        margin: 0 auto;
    }

    .fake-select span {
        right: auto;
        left: 50%;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .category .fake-select span {
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .full-cards .card .card-info {
        padding: 28px 24px;
    }

    .full-cards .card .card-info .card-title {
        margin: 8px 0 20px;
    }

    .full-cards .card .card-info .card-title {
        margin: 8px 0 20px;
    }

    .fake-select:after {
        right: 67px;
        top: 7px;
    }

    .revolutionize-point p {
        font-size: 16px;
    }

    section {
        padding-top: 48px;
        padding-bottom: 48px
    }

    section.pb-96 {
        padding-bottom: 48px;
    }

    .pb-152.white-card,
    .pb-152 {
        padding-bottom: 96px;
    }

    .page-template-new-design-company-about-us .advantages-block {
        padding-bottom: 48px
    }

    .blue-bg-solution {
        background-image: url(new-design/img/parts/blue-bg-solution-m.png);
    }

    .service-slide-item {
        padding: 24px 24px 32px;
    }

    .hero-text {
        padding: 60px 0 0 0;
    }

    .hero-desc {
        margin: 24px 0 32px;
    }

    .solutions-content-single .hero-desc {
        margin-top: 16px
    }

    .new-services-content .hero-desc {
        margin-top: 8px
    }

    .hero-desc-xl {
        display: none
    }

    .hero-desc-m {
        display: block
    }

    .discuss .pic-bg-right,
    .discuss .pic-bg-right img {
        display: none
    }

    .set-up-info .btn-send-wrap,
    .btn-app-store,
    .modal-form .wpcf7-submit,
    .vacancy-sidebar .btn,
    .page-template-new-design-company-how-we-work .discuss .btn-icon,
    .btn-expert,
    .page-template-new-design-solution .discuss .btn-icon,
    .page-template-new-design-services-smart-contracts .discuss .btn-icon,
    .page-template-new-design-services-dapp .discuss .btn-icon,
    .btn-send-wrap input,
    .discuss-text .btn,
    .introducing-text .btn,
    .product-content-single .hero-text .btn-icon,
    .page-template-new-design-services-blockchain-dev .discuss .btn-icon,
    .btn {
        width: 100%;
        max-width: 414px;
    }

    .btn-explore-the-product {
        width: 100% !important;
        max-width: 382px;
    }

    .contact-us-content .wpcf7-submit {
        max-width: none;
        background-image: none;
        padding: 0 20px;
    }

    .set-up-info .btn-send-wrap {
        border-radius: 0;
    }

    .btn-icon span:after {
        right: auto;
        margin-left: 10px;
        -webkit-transition: margin-left .2s;
        -o-transition: margin-left .2s;
        transition: margin-left .2s;
    }

    .btn-icon:hover span:after,
    .btn-icon:focus span:after {
        right: auto;
        margin-left: 22px
    }

    .portfolio-content-single .portfolio-benefits .btn-more,
    .meta-cases .btn-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 16px auto 0;
    }

    .hero {
        padding-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .new-company-content .hero {
        padding-bottom: 96px
    }

    .new-techs-content .hero {
        padding-bottom: 88px;
    }

    .new-company-content .hero {
        min-height: auto;
        height: auto;
    }

    .our-vacancies,
    .partner-today {
        padding-top: 0
    }

    .portfolio-benefits .heading,
    .heading {
        margin-bottom: 32px;
    }

    .tv-text .heading,
    .new-techs-dev-content .portfolio-benefits .heading {
        margin-bottom: 24px;
    }

    .partner-today .heading {
        margin-bottom: 40px
    }

    .facts-figures .heading.heading-left {
        margin-bottom: 16px
    }

    .tv-text p {
        margin-bottom: 0;
    }

    .facts-figures {
        padding-bottom: 78px
    }

    .tv-slide-pic img {
        border-radius: 8px 8px 0 0;
    }

    .tv-slide-pic:before {
        border-radius: 16px 16px 0px 0px;
        top: 32px;
    }

    .tv-slide-pic {
        padding: 16px 16px 0;
    }

    .tv-slide-bottom {
        height: 96px;
        padding: 5px 16px;
    }

    .tv-slider-wrap .s_portfolio-slide-nav {
        bottom: 28px;
        right: 16px;
    }

    .tv-block .btn {
        margin-top: 24px;
    }

    .why-meta-content .row {
        display: block;
        margin-top: 0
    }

    .why-meta-content .row .col {
        display: block !important;
        text-align: center !important
    }

    .why-meta-img {
        max-width: 140px;
        margin: 24px auto;
    }

    .tabs-block {
        display: block
    }

    .tabs-meta h3 {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .article-btn-full .tabs-meta h3 {
        font-size: 20px;
    }

    .meta-services .heading {
        margin-bottom: 24px
    }

    .tabs-list li span {
        height: 48px;
        padding: 12px 16px 12px 48px;
    }

    .tabs-list li span:before {
        left: 16px;
    }

    .tabs-list li span:after {
        left: 48px;
        height: 1px;
    }

    .tabs-list {
        height: 170px;
        overflow: hidden;
        overflow-y: scroll;
        padding-right: 8px
    }

    .tabs-list::-webkit-scrollbar {
        width: 4px;
        background: #DADCE0;
        border-radius: 20px;
    }

    .tabs-list::-webkit-scrollbar-thumb {
        background: #5B6471;
        border-radius: 20px;
    }

    .bg-dark .tabs-list::-webkit-scrollbar,
    .meta-services-blue .tabs-list::-webkit-scrollbar {
        background: #40464F;
    }

    .bg-dark .tabs-list::-webkit-scrollbar-thumb,
    .meta-services-blue .tabs-list::-webkit-scrollbar-thumb {
        background: #fff;
    }

    .tabs-list::-webkit-scrollbar-track {
        border-radius: 20px;
    }

    .tabs-list::-webkit-scrollbar:vertical {
        height: 13px;
    }

    .tabs-info {
        height: auto;
        min-height: 365px
    }

    .meta-services {
        padding-bottom: 48px
    }

    .meta-services+.meta-cases.bg-ff {
        padding-top: 0
    }

    .meta-couple:before {
        height: 64px;
    }

    .tabs-meta {
        padding: 24px;
    }

    .discuss-info {
        padding: 0;
        background: #fff;
        text-align: center
    }

    .page-template-new-design-services-rpa .discuss-info {
        width: 100%;
    }

    .discuss-text {
        padding: 0 24px 40px;
        margin-top: -60px
    }

    .discuss-info .ghost-text {
        display: none
    }

    .discuss-info .row {
        margin: 0 auto;
        padding: 0;
    }

    .discuss-info .row .col {
        padding: 0;
    }

    .discuss-info .pic-bg-left {
        height: 300px;
        top: 0;
        right: 0;
        width: 100%;
        position: relative
    }

    .discuss-info .pic-bg-left img {
        position: relative
    }

    .discuss-text p {
        margin: 16px auto 32px;
        font-size: 16px;
    }

    .icon-left.meta-cases-wrap {
        margin-right: 0
    }

    .icon-left .meta-case {
        min-height: 72px;
        padding-left: 96px;
        padding-right: 0
    }

    .icon-left .meta-case,
    .meta-case:nth-last-child(2),
    .meta-case:nth-last-child(3),
    .meta-case {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 24px;
    }

    .meta-case:last-child {
        margin-bottom: 0
    }

    .meta-case h5 {
        margin: 8px auto;
    }

    .meta-case:nth-child(1):after {
        display: none
    }

    .chain-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .chain-icons-9 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 550px;
        margin: 0 auto;
    }

    .chain-icons-9 .chain-icon {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: center;
        padding: 0 15px;
    }

    .chain-icons {
        gap: 24px;
    }

    .chain-icon img {
        height: 64px;
    }

    .chain-icons-9 .chain-icon img {
        height: 50px;
    }

    .advantage {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .advantage-info h4 {
        margin-bottom: 16px
    }

    .advantage:nth-child(3) {
        margin-bottom: 32px
    }

    .service-slide-item p {
        font-size: 16px;
    }

    .service-slide-item {
        max-width: 296px;
        min-height: 388px
    }

    .service-slide-info {
        padding: 32px 32px 0;
        min-height: 420px;
    }

    .services-slider-transformer-new .service-slide-info {
        padding: 48px 24px;
    }

    .services-slider-transformer-new .service-slide-item {
        padding: 32px 24px;
        min-height: 312px;
    }

    .services-slider-transformer-new .service-slide-item:before {
        left: 24px;
    }

    .services-slider-transformer-new .service-slide h3 {
        margin-bottom: 24px;
    }

    .services-slider-transformer-new .service-slide-item h3:after {
        margin-top: 1.5px;
    }

    .services-common {
        padding-bottom: 56px;
    }

    .new-tron {
        padding-bottom: 88px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .slick-dots {
        bottom: -28px;
    }

    .blog-slider .slick-dots {
        bottom: -24px;
    }

    .tron-slider-transformer .slick-dots {
        bottom: -60px;
    }

    .six-tiles .slick-dots {
        bottom: 0
    }

    .process-slider .slick-dots {
        bottom: 40px;
        left: 22px;
        text-align: left;
    }

    .dev-processes-techs .process-slider .slick-dots {
        bottom: 10px;
    }

    .services-common:before {
        content: "";
        position: absolute;
        margin: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: auto;
        height: 60px;
        background: #24282D;
    }

    .footer-form {
        padding: 24px 24px 40px;
        border-radius: 24px;
    }

    .footer-form h3 {
        font-size: 24px;
        margin-bottom: 8px
    }

    .footer-form form {
        margin-top: 30px;
    }

    .recaptha-col {
        margin-top: -8px;
    }

    .checkboxes-wrap .wpcf7-list-item-label {
        margin-top: 3px
    }

    .checkboxes-wrap {
        margin-bottom: 16px
    }

    .recaptcha-wrap .input-field {
        margin-bottom: 0;
        height: 60px
    }

    .btn-send-wrapper {
        margin: 32px -8px 0 -8px;
    }

    .footer-form-block {
        padding-bottom: 96px
    }

    .heading h2 br,
    [class*="page-template-new-design"] .hero .breadcrumbs {
        display: none
    }

    .page-template-new-design-home .heading h2 br.only-m,
    .page-template-new-design-services-defi .dev-services .heading h2 br {
        display: block
    }

    .recaptha-col {
        margin-top: 5px
    }

    .home .hero {
        padding-top: 80px;
        padding-bottom: 175px;
        min-height: 650px;
    }

    .hero-animation {
        padding: 0;
    }

    .home h1 {
        max-width: 460px;
    }

    .home h1:before {
        top: -85px;
        left: -55px;
    }

    .home .hero-text {
        padding-top: 20px;
    }

    .cta-black-text {
        padding: 0 0 56px;
        text-align: center
    }

    .cta-black-text p {
        margin-bottom: 24px
    }

    .solution-global .heading {
        max-width: 350px;
        padding-left: 56px;
        margin-bottom: 24px
    }

    .solution-global .heading:before {
        width: 64px;
        height: 136px;
        background-image: url(new-design/img/parts/rhomb-m.png);
        top: 3px;
    }

    .solution-global-metaverse .heading:before {
        height: 176px;
        background-image: url(new-design/img/parts/rhomb-metaverse-m.png);
    }

    .solutions-wrap {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .solutions-wrap:nth-child(8)>a,
    .solutions-wrap:nth-child(10)>a,
    .solutions-wrap:nth-child(11)>a {
        border-radius: 0;
    }

    .solutions-wrap:nth-child(5)>a {
        border-radius: 0 16px 0 0;
    }

    .solutions-wrap:nth-child(14)>a {
        border-radius: 0 0 0 16px;
    }

    .clients-global .heading p {
        margin-top: 16px
    }

    .clients-global .heading {
        margin-bottom: 24px;
    }

    .s_portfolio-slide-content {
        padding: 96px 24px 40px 24px;
    }

    .s_portfolio-slider,
    .home .s_portfolio-slider {
        padding-bottom: 48px
    }

    .tabs-box {
        padding: 0 16px;
    }

    .s_all-projects {
        right: 16px;
    }

    .s_all-projects-single {
        bottom: -32px;
    }

    .s_portfolio-slide-img {
        margin: 0;
        padding-top: 0
    }

    .s_portfolio-slide-info img {
        top: 24px;
    }

    .s_portfolio-slide-info {
        padding: 0;
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-info h3,
    .s_portfolio-slide-info h3 {
        margin: 24px 0 16px;
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-img {
        padding-top: 24px;
    }

    .s_portfolio-inside-new-no-logo .s_portfolio-slide-content {
        padding-top: 0
    }

    .s_portfolio-slide-info p {
        min-height: auto;
    }

    .s_portfolio-slide-info a {
        margin-top: 32px
    }

    .s_portfolio-slide-nav {
        width: 80px;
        height: 40px;
        bottom: 0;
        left: auto;
        right: 40px;
        top: 24px;
    }

    .arrows-right-side {
        top: auto;
        right: 0;
        bottom: 7px;
    }

    .btn-arrows {
        right: 24px
    }

    .s_portfolio-slide-nav .s_portfolio-slide-nav-item {
        width: 40px;
        height: 40px;
        border-radius: 30px 0px 0px 30px;
    }

    .s_portfolio-slide-nav .s_portfolio-slide-nav-item:last-child {
        border-radius: 0 30px 30px 0;
    }

    .who-choose-info h4 {
        margin-bottom: 16px
    }

    .nutshell .heading {
        position: relative
    }

    .nutshell h2 {
        padding-right: 80px
    }

    .awards-content {
        border-radius: 24px;
        padding: 90px 24px 32px;
        display: block
    }

    .award {
        min-height: 120px;
        padding-left: 120px;
        margin-top: 30px;
    }

    .award h4 {
        margin-top: 72px
    }

    .award-text {
        padding: 11px 0 0 0;
    }

    .award-text h6,
    .award-text p {
        font-size: 14px;
    }

    .award:nth-child(2) .award-text {
        max-width: 145px;
    }

    .award-pic {
        position: absolute;
        left: 0;
        padding: 0;
        margin-left: -10px
    }

    .award-pic img {
        width: 107px;
        height: auto;
    }

    .award:nth-child(1) {
        padding: 0;
        margin-top: 0
    }

    .award:nth-child(3):after,
    .award:nth-child(4):after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: -o-linear-gradient(left, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        background: -webkit-gradient(linear, left top, right top, color-stop(2.19%, rgba(19, 19, 19, 0.05)), color-stop(49.45%, rgba(19, 19, 19, 0.3)), color-stop(97.88%, rgba(19, 19, 19, 0.05)));
        background: linear-gradient(90deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        left: 0;
        top: -10px;
    }

    .award:nth-child(2):after {
        display: none
    }

    .hero.hero-text-top {
        padding-top: 76px;
    }

    .product-content-single .hero {
        min-height: auto;
        padding-bottom: 88px
    }

    .hero-two-rows {
        margin-top: 24px;
    }

    .hero-text-top .hero-text h3 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .products-content .hero-text-top .hero-text h3 {
        margin: 24px 0 16px;
    }

    .page-template-new-design-products .hero-desc {
        margin-top: 16px
    }

    .solutions-content-single .hero {
        min-height: 100%;
        height: 100%;
        padding-bottom: 48px;
        background-image: none;
    }

    .projects-tile {
        min-height: auto;
        padding: 80px 24px 0 24px;
    }

    .projects a {
        border-radius: 24px;
    }

    .projects-tile-screen-wrap {
        position: relative
    }

    .projects-tile .projects-tile-screen {
        margin: 0 auto;
        display: block;
        right: auto;
    }

    .projects-tile .projects-tile-screen {
        width: 100%;
        height: auto;
    }

    .projects-tile-icon-hover img,
    .projects-tile-icon img {
        width: 64px;
    }

    .projects-tile-icon,
    .projects-tile-image,
    .projects-tile-icon-hover,
    .projects-tile-image-hover {
        left: 24px;
        top: 24px;
    }

    .projects-tile-desc {
        padding-bottom: 33px
    }

    img.projects-tile-bg-img {
        display: none
    }

    .projects-tile-link {
        width: 64px;
        height: 64px;
        bottom: 0;
    }

    .projects-link:before {
        display: none
    }

    .projects-tile {
        background-image: url(new-design/img/parts/portfolio_item_blur_bottom_mobile.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 200px;
        border-radius: 24px;
    }

    .projects-products-tiles .projects-tile {
        padding: 104px 0 0 0;
        min-height: auto
    }

    .projects-products-tiles .projects-tile-title,
    .projects-products-tiles .projects-tile-desc {
        padding-left: 24px;
        padding-right: 24px
    }

    .projects-products-tiles .projects-tile-desc {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 624px) {
    .hire-team+.expertise-wrapper {
        padding-top: 48px !important;
    }

    .orange-tiles .new-tile {
        -webkit-box-shadow: 0 .35px .35px 0 rgb(255 255 255 / .25) inset, 0 4px 4px 0 rgb(0 0 0 / .25);
        box-shadow: 0 .35px .35px 0 rgb(255 255 255 / .25) inset, 0 4px 4px 0 rgb(0 0 0 / .25);
    }

    .expertise-slide {
        border-radius: 24px
    }

    .expertise-tags {
        position: relative;
        padding: 0;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        bottom: 0;
        left: 0;
        padding: 0 24px
    }

    .expertise-slide-text {
        padding: 24px;
        max-width: 100%
    }

    .expertise-slide-top {
        height: auto
    }

    .expertise-pic {
        position: relative;
        right: auto;
        margin: 0 auto;
        width: 100%;
        max-width: 328px;
        height: auto;
        margin-top: 16px
    }

    .expertise-slide-bottom {
        height: 56px
    }

    .expertise-wrapper:before {
        height: 60px
    }

    .expertise-slider .slick-dots {
        bottom: 34px
    }

    .page-template-new-design-services-fintech-software-dev h2 {
        word-break: break-word;
    }

    .page-template-new-design-techs-developers .our-dev-process-items-mobile,
    .new-techs-template .our-dev-process-items-mobile {
        margin-left: -16px;
        margin-right: -16px;
    }

    .banner-wrapper {
        padding: 32px 24px 140px 24px;
    }

    .banner-wrapper:after {
        top: auto;
        right: 40px;
        bottom: 24px;
    }

    h1 span {
        word-break: break-all;
    }

    body.search,
    body.archive.category {
        background: url(images/parts/bg_waves_m.svg) #F7F7F7;
    }

    .search-header .box {
        padding-top: 100px;
        background-size: 290px auto;
        padding-bottom: 40px;
    }

    .search-field-single {
        font-size: 28px;
        padding: 10px;
    }

    .lang-box-sidebar {
        left: 16px;
    }

    .power-point-desc .btn-icon span {
        font-size: 12px;
    }

    .power-point-desc .btn-icon span:after {
        margin-top: -13px;
    }

    .metaverse-benefits .new-tile {
        padding-top: 32px;
    }

    .banner-video-pic-t-xl,
    .banner-video-bg-t-xl,
    .hero-video-item {
        display: none !important;
    }

    .banner-video-pic-m,
    .banner-video-bg-m {
        display: block !important
    }

    .fully-slider {
        max-height: 450px;
        overflow: hidden;
    }

    .meet-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .meet-pic img {
        max-width: 450px;
        margin-bottom: 24px;
    }

    .meet-block .row .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .meet-block .row .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .meet-block .heading {
        margin-bottom: 24px;
    }

    .page-template-new-design-solutions-new-tokenization .nutshell-no-slider .heading {
        margin-bottom: 56px;
    }

    .only-624 {
        display: block;
    }

    .not-624 {
        display: none;
    }

    .grey-tile {
        -ms-flex-preferred-size: 104px;
        flex-basis: 104px;
        height: 72px;
    }

    .report-form .recaptcha-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-report .contacts-form {
        padding-top: 24px;
        margin-bottom: 32px;
    }

    .content-report .contact-us-wrap {
        margin-top: 24px;
        background-position: bottom -30px center;
    }

    .content-report .heading {
        margin-bottom: 24px;
    }

    .five-icon {
        position: relative;
        padding-left: 88px;
        min-height: 72px;
        text-align: left;
    }

    .five-icon img {
        position: absolute;
        left: 0;
    }

    .content-report .line-box {
        display: none;
    }

    .five-icons .row .col:not(:last-child) {
        margin-bottom: 16px;
    }

    .nutshell-in-wrap {
        border-radius: 0 0 24px 24px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 56px 16px 12px 16px;
    }

    .nutsell-items-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nutsell-items-4 .nutsell-slide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .nutsell-no-slider .nutsell-point {
        text-align: left;
    }

    .nutsell-no-slider .nutsell-ico {
        margin: 0 0 0 15px;
    }

    .nutsell-no-slider .nutsell-number {
        position: absolute;
        top: 20px;
    }

    .nutsell-no-slider .nutsell-number:before {
        width: 1px;
        height: 200px;
        top: -40px;
        bottom: 0;
        left: 16px;
    }

    .nutsell-no-slider .nutsell-slide:last-child .nutsell-number:before {
        height: 115px;
    }

    .nutsell-no-slider .nutsell-number:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: -5px 0 0 49px;
    }

    .nutsell-no-slider .nutsell-desc {
        padding: 0;
        position: absolute;
        top: 0;
        left: 131px;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nutsell-no-slider .nutsell-desc h5,
    .nutsell-no-slider .nutsell-desc h6 {
        padding: 0;
    }

    .nutsell-no-slider .nutsell-desc h6 {
        font-size: 14px;
    }

    .member-level,
    .member-role {
        display: block
    }

    .member-role .member-point-title,
    .member-level .member-point-title {
        margin-bottom: 4px
    }

    .member-level {
        position: absolute;
        left: 190px;
        top: 0;
    }

    .member-quantity {
        margin-top: 16px
    }

    .member-del {
        right: auto;
        left: 180px;
    }

    .courses-point-desc h5 {
        font-size: 16px;
        margin: 24px 0 16px;
    }

    .partner-tiles-icons-top .partner-tile,
    .partner-tile {
        padding: 32px 24px;
    }

    .partner-tiles {
        display: block;
        border-radius: 24px;
    }

    .partner-tile h3 {
        padding-right: 114px
    }

    .partner-tile h3 br {
        display: none
    }

    .partner-tile:first-child::after {
        height: 1px;
        width: auto;
        top: auto;
        bottom: -0.5px;
        right: 24px;
        left: 24px;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49.38%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    }

    .partner-tile ul {
        padding-right: 32px
    }

    .partner-tile img {
        width: 162px;
        height: 162px;
    }

    .bg-ff .partner-tile:last-child img,
    .bg-ff .partner-tile img {
        width: 96px;
        height: 96px;
        top: 0;
    }

    .partner-tile:first-child img {
        right: 0;
    }

    .partner-tile:last-child img {
        height: 218px;
        top: -56px;
    }

    .partner-tiles-icons-top .partner-tile img,
    .partner-tiles-icons-top .partner-tile:last-child img {
        height: 120px;
        top: auto;
        width: auto;
        margin: 0 auto 24px;
    }

    .partner-tiles-icons-top .partner-tile ul {
        margin-top: 16px;
    }

    .artwork .p-intro {
        font-size: 15px;
    }

    .artwork-card {
        padding: 0 0 30px 20px;
        margin-bottom: 45px
    }

    .artwork .many-more {
        margin-top: -20px
    }

    .six-tiles .slick-track,
    .six-tiles-slider-transformer .slick-track {
        display: block
    }

    .page-template-new-design-services-nft .four-tiles .new-tile {
        padding-top: 64px
    }

    .discover-block-content p {
        margin-bottom: 15px;
    }

    .discover-block-content {
        padding-top: 50px;
        padding-bottom: 250px;
    }

    .discover-block-content img {
        max-width: 290px
    }

    .our-tech-item-desc p span {
        font-size: 13px;
    }

    .f-block span:first-child {
        margin-top: 5px;
    }

    .visible-xl {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .anchor#info {
        margin-top: -100px;
    }

    .cta-bg img {
        width: 100%
    }

    .tabs-box-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tabs-box-list li span {
        height: 50px;
        font-size: 15px;
    }

    .blue-label-list ul li {
        font-size: 14px;
    }

    .introduce-logo {
        width: 120px
    }

    .state-of-art h5 {
        margin-bottom: 5px
    }

    .not-valid-tip-role {
        bottom: -13px;
    }

    .codedropz-upload-container,
    .codedropz-upload-wrapper.active .codedropz-upload-container {
        padding-left: 16px !important;
        padding-right: 33px !important;
    }

    .codedropz-upload-inner>span {
        width: auto
    }

    .codedropz-upload-inner>span:after {
        right: 5px;
    }

    .industry-point img.industry-point-ico-animate {
        top: 16px;
        width: 30px;
        height: 30px;
    }

    .h3-title-dhp-mobile,
    .introduce_desc-dhp-mobile {
        display: block;
    }

    .introduce_desc-dhp-desctop,
    .h3-title-dhp-desctop {
        display: none;
    }

    .introduce .row .col:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .introduce .row .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .introduce-img {
        padding-top: 20px;
    }

    .cta-product p {
        max-width: 100%
    }

    .projects-tile-screen-wrap {
        position: relative;
        padding-left: 0;
        margin-right: -20px;
        bottom: 0;
    }

    .projects-tile {
        min-height: auto;
    }

    .projects-tile-desc {
        padding-bottom: 15px;
    }

    .projects-link {
        position: relative;
    }

    .projects-link:before {
        content: "";
        position: absolute;
        margin: 0;
        width: 100%;
        height: 30px;
        bottom: 0px;
        background: #fff;
        z-index: 0
    }

    .portfolio-slide-single-info-mobile {
        display: block;
    }

    .portfolio-slide-single-info-desctop {
        display: none;
    }

    .stack-line-six.stack-line-only-logo.stack-line-six_padding_16 .stack-line {
        padding-left: 0;
        height: 45px;
    }

    .solution-projects .slick-dots {
        display: none !important;
    }

    .top-menu li a {
        white-space: normal;
    }

    .top-menu li a[title="Loyalty programs"],
    .top-menu li a[title="Voting systems"] {
        padding-right: 10px !important;
    }

    .attach-name {
        left: 17px;
    }

    .select-items {
        overflow-y: auto;
        max-height: 330px;
    }

    .set-up-arrow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 65px;
        cursor: pointer;
    }

    .set-up-arrow svg {
        position: absolute;
        right: 15px;
        top: 17px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .set-up-wrap .set-up-item:nth-child(2) .set-up-info .input-field {
        margin-bottom: 16px
    }

    .set-up-info .btn-send-wrap {
        margin-top: 0
    }

    .set-up-sidebar h5 {
        font-size: 20px;
    }

    .q-answer-xs {
        display: none
    }

    .set-up-sidebar {
        padding: 16px 24px !important;
    }

    .set-up-info {
        padding: 0 24px !important;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .set-up-item.active .set-up-info {
        padding: 24px !important;
        max-height: 100%;
    }

    .set-up-wrap .set-up-item:nth-child(3) .set-up-info {
        padding-bottom: 0 !important;
    }

    .set-up-wrap .set-up-item.active:nth-child(3) .set-up-info {
        padding-bottom: 48px !important;
    }

    .set-up-item.active .set-up-arrow svg path {
        fill-opacity: 1;
    }

    .set-up-item.active .set-up-arrow svg {
        -webkit-transform: rotateX(180deg) translateY(2px);
        transform: rotateX(180deg) translateY(2px);
    }

    .wpcf7-radio .wpcf7-list-item {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .wpcf7-radio .wpcf7-list-item:nth-last-child(3),
    .wpcf7-radio .wpcf7-list-item:nth-last-child(4) {
        margin-bottom: 20px;
    }

    .wpcf7-radio .wpcf7-list-item:nth-last-child(1),
    .wpcf7-radio .wpcf7-list-item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .select_developer,
    .select-role,
    .select-level {
        margin-bottom: 20px;
    }

    .add-btn {
        right: 9px;
        margin-top: -2px;
    }

    .add-btn span svg {
        margin-left: 10px;
    }

    .member-point {
        padding-right: 0;
        margin-bottom: 3px;
    }

    .member-del,
    .member-quantity {
        margin-bottom: 0;
    }

    .member-del {
        bottom: 4px;
    }

    .team-member {
        margin-bottom: 32px;
    }

    .create-team .team-member:last-child {
        margin-bottom: 16px
    }

    .member-point-title {
        white-space: nowrap
    }

    .team-member:before {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        top: -16px;
        left: 0;
        right: 0;
        height: 1px;
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, rgba(255, 255, 255, 0.05)), color-stop(0.01%, rgba(64, 70, 79, 0)), color-stop(49.39%, rgba(64, 70, 79, 0.3)), to(rgba(64, 70, 79, 0)));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0.01%, rgba(64, 70, 79, 0) 0.01%, rgba(64, 70, 79, 0.3) 49.39%, rgba(64, 70, 79, 0) 100%);
    }

    .set-up-info-last .recaptcha-wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .recaptha-col-calc {
        margin: 0
    }

    .add-zone {
        margin: 20px -24px 0 -24px;
        border-radius: 0;
    }

    .added-team {
        padding: 20px 0 0 0;
        margin-top: 35px
    }

    .set-up-info .recaptcha-wrap span.wpcf7-not-valid-tip {
        margin-top: -16px !important;
    }

    .added-team .fs18 {
        font-size: 16px;
    }

    .set-up-info .recaptha-col-calc {
        margin-bottom: 0;
    }

    .team-member {
        display: block;
    }

    .set-up-sidebar {
        display: block;
    }

    .set-up-sidebar h5+p {
        font-size: 14px;
    }

    .vacancy-single-info p {
        font-size: 14px;
    }

    .modal-form {
        padding-bottom: 40px;
    }

    .stack-line {
        margin-top: 10px;
        padding-left: 15px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .stack-line-five .stack-line,
    .stack-line-five.stack-line-only-logo .stack-line,
    .stack-line-four.stack-line-only-logo .stack-line,
    .stack-line-six.stack-line-only-logo .stack-line,
    .stack-line-six .stack-line {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .icon-link {
        margin-bottom: 10px;
    }

    .stack-line-only-logo .stack-line img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .stack-line-only-logo .stack-line:nth-child(even) {
        padding-left: 20px;
    }

    .stack-line-six.stack-line-only-logo .stack-line:nth-child(even) {
        padding-left: 20px;
    }

    .stack-line-six.stack-line-only-logo .stack-line:nth-child(odd) {
        padding-left: 0
    }

    .stack-line-only-logo .stack-line {
        margin-top: 25px;
    }

    .stack-line-only-logo .stack-line:nth-child(1),
    .stack-line-only-logo .stack-line:nth-child(2) {
        margin-top: 20px;
    }

    .stack-line-five.stack-line-no-title .stack-line {
        height: 32px;
        margin-top: 20px;
    }

    .stack-line-five.stack-line-no-title .stack-line:last-child {
        margin-bottom: 10px;
    }

    .stack-line-view-more {
        max-height: 485px;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .active .stack-line-view-more {
        max-height: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .btn-stack-view-more {
        display: block;
        position: absolute;
        bottom: 40px;
        width: 100px;
        left: 50%;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em;
        color: #FFB956;
    }

    .btn-stack-view-more:after {
        content: "";
        position: absolute;
        margin: 9px 0 0 13px;
        width: 11px;
        height: 6px;
        background-image: url(../images/icons/arrow-stack-view-more.svg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .active .btn-stack-view-more:after {
        -webkit-transform: rotateX(180deg) translateY(2px);
        transform: rotateX(180deg) translateY(2px);
    }

    .our-vacancies {
        padding-top: 30px;
    }

    .btn-vacancy {
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .vacancy {
        padding: 30px 15px;
    }

    .vacancy .h6-medium {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hot {
        left: 15px;
    }

    .our-team-face {
        position: relative;
        bottom: 0;
        height: 60px;
        margin: 30px 0 15px 0;
    }

    .team-power-points .power-point-title {
        color: #5B6471;
    }

    .team-power-points .active .power-point-title {
        color: #fff
    }

    .power-points-dots.team-power-points .p-intro {
        margin-bottom: 16px;
        font-weight: 700;
        font-family: Manrope
    }

    .team-power-points .power-point:nth-child(1).active {
        background: #0047CC
    }

    .team-power-points .power-point:nth-child(2).active {
        background: #0056F4;
    }

    .team-power-points .power-point:nth-child(3).active {
        background: #1365FF;
    }

    .team-power-points .power-point:nth-child(4).active {
        background: #4788FF;
    }

    .team-power-points .power-point:nth-child(5).active {
        background: #70A2FF;
    }

    .team-power-points .power-point:nth-child(6).active {
        background: #99BDFF;
    }

    .power-points-dots .power-point:nth-child(7) {
        margin-bottom: 30px;
    }

    .team-power-points .power-point:nth-child(7).active {
        background: #C2D7FF;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .team-power-points .power-point:nth-child(6).active *,
    .team-power-points .power-point:nth-child(7).active * {
        color: #131313
    }

    .team-power-points .power-point:nth-child(6).active .power-point-title:after,
    .team-power-points .power-point:nth-child(7).active .power-point-title:after {
        background: #5B6471;
    }

    .our-team-mobile .box .p-small {
        margin: 10px 0 20px 0
    }

    .our-team-mobile .power-points {
        margin-top: 0;
        margin-left: -16px;
        margin-right: -16px
    }

    .our-team-bg {
        display: none;
    }

    .our-team-mobile {
        display: block;
    }

    .expertise-content {
        display: none;
    }

    .expertise-content-mobile {
        display: block;
    }

    .power-points-lines .power-point-title {
        font-size: 16px;
        min-height: 40px;
        font-weight: 400;
    }

    .power-points-fe .power-point,
    .power-points-lines .power-point {
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        position: relative;
    }

    .power-points-dots .power-point-title {
        min-height: 60px;
        font-weight: 400;
    }

    .our-dev-process-items-mobile-light .power-points-dots .power-point-title {
        color: #5B6471;
        font-weight: 400
    }

    .our-dev-process-items-mobile-light .power-points-dots .active .power-point-title {
        font-weight: 400;
        color: #FF5C29;
    }

    .our-dev-process-items-mobile-light .power-points-dots .power-point.active .power-point-title:after,
    .our-dev-process-items-mobile-light .power-points-dots .power-point-title:before {
        background: #C4C6CC;
    }

    .our-dev-process-items-mobile-light .active .power-point-cursor:before {
        -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(85%) saturate(3026%) hue-rotate(340deg) brightness(97%) contrast(108%);
        filter: brightness(0) saturate(100%) invert(52%) sepia(85%) saturate(3026%) hue-rotate(340deg) brightness(97%) contrast(108%);
    }

    .our-dev-process-items-mobile .power-point-desc img {
        height: auto;
    }

    .our-dev-process-items-mobile-light .power-points-dots .power-point .power-point-desc p {
        color: #131313;
        margin-top: 24px;
    }

    .expertise-content-mobile .power-points-dots .power-point-arrow,
    .expertise-content-mobile .power-points-dots .power-point-title {
        opacity: 0.6
    }

    .expertise-content-mobile .power-points-dots .active .power-point-arrow {
        opacity: 1;
    }

    .power-points-dots .active .power-point-title {
        opacity: 1;
        font-weight: 700
    }

    .power-points-dots .power-point {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
    }

    .roadmap-lines .power-point:before {
        background: #4A58BD
    }

    .power-point-line {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        background: rgba(119, 139, 245, .3);
        height: 100%;
    }

    .roadmap-lines .power-point-line {
        background: rgba(255, 255, 255, .3);
    }

    .power-point-dot {
        position: absolute;
        left: 21px;
        top: 26px;
        width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .active .power-point-dot {
        width: 7px;
        height: 7px;
        left: 21px;
        top: 26px;
        background: #292E50;
        -webkit-box-shadow: 0 0 0 8px #fff;
        box-shadow: 0 0 0 8px #fff;
    }

    .power-points-dots .power-point {
        border-bottom: 0
    }

    .power-points-dots .power-point-title:before {
        content: "";
        position: absolute;
        margin: 0;
        left: 16px;
        right: 16px;
        width: auto;
        height: 1px;
        background: #9C9C9C;
        top: 0;
    }

    .power-points-dots .power-point:first-child .power-point-title:before {
        display: none;
    }

    .power-points-dots .power-point.active .power-point-title:after {
        content: "";
        position: absolute;
        margin: 0;
        left: 16px;
        right: 16px;
        width: auto;
        height: 1px;
        background: #9C9C9C;
        top: 60px;
    }

    .power-points-dots .power-point.active+.power-point .power-point-title:before {
        display: none;
    }

    .power-points-dots {
        position: relative;
    }

    .power-points-dots .power-point-arrow {
        right: 25px;
        top: 15px;
    }

    .active-line .power-point-line,
    .active .power-point-line {
        background: rgba(119, 139, 245, 1);
    }

    .roadmap-lines .active-line .power-point-line,
    .roadmap-lines .active .power-point-line {
        background: #FFB956;
    }

    .power-points-lines .power-point.active .power-point-desc {
        padding-top: 5px;
    }

    .power-points-lines .power-point .power-point-desc p {
        color: #292E50;
    }

    .roadmap-lines.power-points-lines .power-point .power-point-desc p {
        color: #fff;
    }

    .power-points-lines .power-point .power-point-desc a {
        display: block;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .power-points-dots .power-point.active .power-point-desc {
        padding-top: 20px;
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point.active .power-point-desc {
        padding-top: 24px;
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point {
        padding-left: 0
    }

    .power-points-dots .power-point .power-point-desc p {
        color: #fff;
        font-size: 16px;
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point.active {
        padding-bottom: 24px
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point-title:before,
    .our-dev-services.portfolio-benefits .power-points-dots .power-point.active .power-point-title:after {
        left: 0;
        right: 0;
    }

    .our-dev-services.portfolio-benefits .power-points-dots {
        min-height: 56px;
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point-cursor:before {
        left: -16px;
    }

    .our-dev-services.portfolio-benefits .power-points-dots .power-point-arrow {
        right: 23px;
    }

    .expertise-areas {
        padding-bottom: 16px;
    }

    .team-power-points .power-point {
        border-radius: 0px 0px 16px 16px;
    }

    .our-team-face-info .p-small {
        font-size: 14px !important;
        margin-top: 5px !important
    }

    .power-points-dots .power-point .power-point-desc a {
        margin-top: 32px;
    }

    .our-dev-process-items-mobile {
        display: block;
    }

    .our-dev-process-content {
        display: none;
    }

    .simple-list li {
        margin-bottom: 0;
    }

    .simple-white-list li {
        margin-bottom: 5px;
    }

    .center-slider .slick-slide:not(.slick-center) {
        opacity: 1;
        margin-bottom: -7px;
    }

    .center-slider .slick-slide img,
    .center-slider .slick-slide {
        height: auto;
        width: 100%;
    }

    .contact-us-items {
        display: block;
    }

    .contact-us-items .contact-us-item:last-child {
        margin-top: 16px;
    }

    .contact-us-items .contact-us-item:last-child p:last-child {
        margin-bottom: 0;
    }

    .contact-us-item {
        margin-right: 0px;
    }

    .contact-us-phone,
    .contact-us-address {
        font-size: 15px;
    }

    .contact-us-phone a {
        font-size: inherit;
    }

    .home .contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .thanks-page-text h4 {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
    }

    .hyper-select-styles .dd.borderRadiusTp:before,
    .hyper-select-styles .dd.borderRadiusTp:after {
        border-color: #131313;
    }

    .hyper-select-styles .dd.borderRadiusTp .divider {
        background: #131313;
        bottom: 1px;
    }

    .hyper-select-styles .dd.borderRadiusTp .ddChild {
        border-color: #fff
    }

    .power-points {
        margin-top: 20px;
    }

    .four-tiles.four-tiles-slider-transformer,
    .six-tiles.six-tiles-slider-transformer,
    .nine-tiles-slider-transformer {
        display: block
    }

    .four-tiles.four-tiles-slider-transformer .tile,
    .six-tiles.six-tiles-slider-transformer .tile {
        border: 0 !important;
    }

    .six-tiles-slider {
        display: block;
    }

    .six-tiles-wrap {
        padding-bottom: 50px;
    }

    .portfolio-content-single .banner .row .col.l6:last-child {
        margin-bottom: 0;
    }

    .portfolio-content-single .banner-title {
        margin-bottom: 15px;
    }

    .project-desc {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .projects-info-bg {
        top: 10px;
    }

    .blockchain-dev {
        background: #fff;
    }

    .projects-tile-switcher {
        display: none !important;
    }

    .banner-desc h6 {
        display: none;
    }

    .products-main-page .banner-desc h6 {
        display: block;
        margin-bottom: 15px;
    }

    .about-us-content .banner-desc h6,
    .portfolio-content .banner-desc h6 {
        display: block;
    }

    .banner .row .col.l6:last-child {
        margin-bottom: 0;
    }

    .sidenav {
        width: 100%;
        max-width: 400px;
    }

    .tiles-desc-xs,
    .hyper-tab-content-xs {
        display: block;
    }

    .tiles-desc-xl,
    .hyper-tab-content-xl {
        display: none;
    }

    .courses-point-title h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .process-item {
        margin-bottom: 30px;
        padding-right: 105px;
        position: relative;
    }

    .industry-point {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 16px 0;
    }

    .industry-four-points .industry-point {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .industry-point img {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .tile {
        min-height: 200px;
    }

    .six-tiles-slider-wrap {
        display: block;
        margin-bottom: 80px;
    }

    .hyper-tab-content-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hyper-tab-content-text h3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .hyper-tab-content-text .hyper-tab-content-text-inside {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .lb-outerContainer {
        margin-top: 42%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .centaur-banner-xs img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .video-olway-xs iframe {
        height: 351px;
    }

    .poptrox-popup iframe {
        height: 300px !important;
    }

    .collapsible-header a {
        font-size: 18px;
    }

    .banner-desc p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .olway {
        background-image: none
    }

    .btn-olway-xs {
        margin-top: 40px !important;
    }

    .courses-point {
        margin-bottom: 48px;
    }

    .portfolio-project-slider h4 {
        font-weight: 400;
    }

    .banner-desc h3 {
        margin-bottom: 20px;
    }

    #cf7md-form .mdc-text-field--outlined .mdc-text-field__input {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cf7md-form .mdc-text-field--outlined .mdc-floating-label {
        left: 4px;
    }

    div.wpcf7-response-output.wpcf7-spam-blocked {
        color: #000 !important;
        margin-top: 6px !important;
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    div.wpcf7 {
        width: 100%
    }

    .thanks-page-text p {
        font-size: 14px;
        line-height: 150%;
        margin: 5px 0 30px 0
    }

    .thank-you-block {
        padding-top: 75px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .blockchain-dev {
        padding-top: 75px;
    }

    .banner-desc {
        margin-bottom: 30px;
    }

    .contacts-form .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-form .row .input-field {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .contacts-form .row .col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contacts-form .row .col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .contacts-form .row .col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .contacts-form .row .col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .contacts-form .row .col:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-bottom: 20px;
    }

    .contacts-form .row .col:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-top: 0
    }

    .contacts-form .row .col:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        margin-top: 10px;
    }

    .cv-block .contacts-form .row .col:nth-child(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .cv-block .contacts-form .row .col:nth-child(9) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .cv-block .contacts-form .row .col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cv-block .contacts-form .row .col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .btn-exit {
        top: 10px;
        right: 10px;
    }

    .collapsible-header {
        padding-right: 50px;
    }

    .banner-content {
        margin-top: 20px;
    }

    .btn-ghost {
        margin: 20px auto 0 auto;
        display: block;
    }

    .btn-ghost.btn-send-new {
        margin: 0;
    }

    .btn-send-wrap {
        margin-top: 20px;
    }

    .portfolio-single-slide-link {
        margin-top: 30px
    }

    .btn-ghost-send {
        margin: 0 auto;
    }

    .g-recaptcha-error {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
    }

    .contacts-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .contacts-form {
        padding: 30px 15px 40px 15px;
    }

    .contacts-form .row .input-field {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .contacts-form .row {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .contacts-social-list {
        max-width: 200px;
        margin: 0 auto;
    }

    .vacancy-sidebar-social {
        max-width: 100%;
    }

    .row .col.input-field-lasts {
        padding-right: 0;
    }

    .contacts-social {
        margin: 45px 0 0 0;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 30px 0 20px 0;
    }

    .input-txt {
        max-width: 100%;
    }

    .collapsible-body ul li:nth-child(1) {
        border-top: none;
    }

    .projects-tiles .row .col:nth-last-child(2) {
        margin-bottom: 30px;
    }

    .product-slider .slick-dots {
        bottom: 30px;
    }

    .solution-action-slider-no-desc .slick-dots {
        bottom: 40px;
    }

    [data-product="NFT Marketplace for game producers"] .product-slide-desc,
    .product-slide-desc {
        height: 200px;
    }

    .have-a-project-idea {
        margin-top: 60px;
        padding: 20px 20px 40px 20px
    }

    .have-a-project-idea .btn-white {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        display: block;
    }

    .power-point-desc {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: padding-top .3s;
        -o-transition: padding-top .3s;
        transition: padding-top .3s;
    }

    .power-points {
        margin-top: 15px;
    }

    .power-point {
        margin-top: 15px;
        padding: 0 0 15px 60px;
        position: relative;
        border-bottom: 1px solid rgba(86, 110, 243, .2);
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .solution-point {
        padding-left: 60px;
    }

    .power-point-title {
        margin: 0;
        padding: 0 40px 0 32px;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .solution-point .power-point-title {
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px 0 0;
        font-weight: 500
    }

    .page-template-solution-new .solution-point .power-point-title {
        font-weight: 400
    }

    .power-point-arrow {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .power-point-arrow svg,
    .power-point-arrow svg path {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
    }

    .power-point.active .power-point-desc {
        padding: 10px 16px 0 0;
        max-height: 100%;
    }

    .power-point.active .power-point-arrow svg path {
        fill: #4A58BD
    }

    .why-invest.bg-violet .power-point.active .power-point-arrow svg path {
        fill: #FA8B1D
    }

    .roadmap-lines .power-point.active .power-point-arrow svg path {
        fill: #fff
    }

    .power-point.active .power-point-arrow.arrow-orange-xs svg path {
        fill: #FA8B1D
    }

    .roadmap-lines .power-point .power-point-title {
        color: rgba(255, 255, 255, 0.6);
    }

    .roadmap-lines .power-point.active .power-point-title {
        color: #FFB956;
    }

    .power-point.active .power-point-arrow svg {
        -webkit-transform: rotateX(180deg) translateY(2px);
        transform: rotateX(180deg) translateY(2px);
    }

    .contacts-form-title {
        font-size: 22px;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-xs-wrap,
    .breadcrumbs-xs {
        display: block;
    }

    .breadcrumbs-xs {
        margin-bottom: 0;
        position: relative;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 360px;
    }

    .breadcrumbs-xs * {
        font-size: 11px;
        line-height: 13px;
    }

    .breadcrumbs-xs-logo {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        display: inline-block;
    }

    .breadcrumbs-xs-logo img {
        display: inline-block;
    }

    .breadcrumbs-xs-wrap {
        background: #202971;
        padding: 5px 15px;
    }

    footer {
        margin-top: -1px;
    }

    .blockchain-dev {
        padding-top: 60px;
    }

    .home-banner-xl {
        display: none;
    }

    .home-banner-xs {
        display: block;
    }

    .banner-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .home-solutions-info {
        padding-top: 40px;
    }

    #portfolio-single-slider.home-solutions-slider .slick-slide {
        height: 280px;
    }

    #portfolio-single-slider.home-solutions-slider .slick-slide h3 {
        white-space: normal;
    }

    .contacts-social-list-menu-wrap .contacts-social-list {
        max-width: 100%
    }

    .breadcrumbs-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-thumb-item {
        font-size: 16px;
        height: 50px;
        padding: 14px 0 11px 0;
    }

    .home-solutions-content {
        padding-right: 0;
    }

    .home-solutions-nav {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }

    .slider-thumb-arrow {
        top: 12px;
    }

    .power-point {
        border-bottom: 1px solid rgba(119, 139, 245, 0.3);
    }

    .roadmap-lines .power-point {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .power-points.power-points-lines .power-point:last-child,
    .power-points .row .col:last-child .power-point {
        border-bottom: 0
    }

    .breadcrumbs span:nth-last-child(1) {
        color: #fff;
    }

    .breadcrumbs.breadcrumbs-xs-blue span:nth-last-child(1) {
        color: rgba(255, 255, 255, 1);
    }

    .banner-desc-xl {
        display: none;
    }

    .banner-desc-xs {
        display: block;
        margin-bottom: 30px;
    }

    .banner-content {
        margin-top: 15px;
        margin-bottom: 40px
    }

    .banner-title {
        font-size: 32px;
        padding-right: 0;
        max-width: 90%;
        margin-bottom: 20px;
    }

    .aside-title {
        margin: 60px 0 20px 0;
    }

    .power-point {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .power-point.active {
        padding-bottom: 32px;
    }

    .power-point-title {
        margin: 0
    }

    .solution-point.active .power-point-desc {
        padding-bottom: 5px;
    }

    .power-points {
        margin-top: 24px;
    }

    .expertise-areas .heading {
        margin-bottom: 24px
    }

    .olway {
        background-image: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .contacts-form {
        padding: 32px 0 0 0;
    }

    .contacts-form .row .input-field {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 32px;
    }

    .contacts-form .row .col:nth-child(1),
    .contacts-form .row .col:nth-child(3) {
        padding-right: 0;
    }

    .contacts-form .row .col:nth-child(2),
    .contacts-form .row .col:nth-child(4) {
        padding-left: 0;
    }

    .cv-block .contacts-form .row .col:nth-child(5) {
        padding-right: 0;
    }

    .cv-block .contacts-form .row .col:nth-child(6) {
        padding-left: 0;
    }

    .contacts-form .row .col:nth-child(5) {
        margin-bottom: 0
    }

    .recaptcha-wrap {
        width: 290px;
    }

    .recaptha-col {
        display: block;
        margin-top: 0;
    }

    .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -43px 0px 0 35px;
    }

    .checkboxes-wrap-calc span.wpcf7-not-valid-tip {
        margin: -39px 0px 0 35px;
    }

    .contact-us-content .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -40px 0px 0 35px;
    }

    .report-form .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -16px 0px 0 0;
    }

    .checkboxes-wrap .wpcf7-list-item.first.last {
        margin: 0;
        display: block;
    }

    .checkboxes-wrap {
        padding-left: 35px;
    }

    .contacts-form .row .col:nth-child(7) {
        margin-top: 0 !important;
    }

    .contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .recaptcha-wrap .wpcf7-form-control-wrap.input-field span.wpcf7-not-valid-tip {
        margin: 0;
    }

    .breadcrumbs-xs {
        margin: 0;
    }

    .breadcrumbs-xs-wrap {
        background: #292E50;
        padding: 10px 15px 15px 15px;
    }

    .explore-products {
        padding-bottom: 40px;
    }

    .products-page-slide {
        min-height: 450px;
    }

    #products-page-slider .slick-dots {
        bottom: -10px;
    }

    .solution-projects {
        padding-bottom: 70px;
    }

    .solution-slider-nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .portfolio-single-content {
        padding-top: 30px;
    }

    .portfolio-single-content .portfolio-single-slide {
        padding-left: 5px;
        padding-right: 20px;
        min-height: auto;
        height: auto;
        overflow: hidden;
    }

    .portfolio-single-nav .home-solutions-nav-bg {
        padding-left: 20px;
    }

    .portfolio-single-nav .slider-thumb-item {
        font-size: 16px;
        padding: 12px 0
    }

    .portfolio-single-nav .slider-thumbs-wrap {
        height: 150px
    }

    .product-single-content {
        padding-top: 0;
    }

    .product-single-content .home-solutions-info {
        padding: 20px 20px 30px 20px !important;
    }

    .home-solutions-nav.product-single-nav {
        width: 100%
    }

    .product-single-nav .home-solutions-nav-bg {
        padding: 20px;
    }

    .power-points-fe .power-point-title {
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        min-height: 40px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400
    }

    .power-points-fe .active .power-point-title {
        color: transparent;
    }

    .power-points-fe .power-point-desc h6 {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        margin: 20px 0 14px
    }

    .power-points-fe .power-point-desc img {
        display: block;
    }

    .power-points-fe .power-point.active .power-point-desc {
        padding-top: 0;
        max-height: 100%;
        margin-top: -35px;
    }

    .power-points-fe .power-point.active:first-child .power-point-desc {
        margin-top: -45px;
    }

    .power-points-fe .power-point-line:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 40px;
        height: 1.5px;
        left: 0;
        bottom: -1px;
        background-color: #F1F3FE;
    }

    .nft-pic img,
    .nft-block .row .col {
        width: 100%;
    }

    [data-product="NFT Marketplace for real estate"] .bg-f7.pb-96 .heading {
        margin-bottom: 24px;
    }

    .btn-sidenav-close {
        right: 13px !important;
    }

    .btn-mobile-contacts-wrap {
        width: 100%;
        padding: 0 16px;
        margin-top: 70px;
    }

    .contacts-social-list-menu-wrap {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .sidenav li>a {
        height: 64px;
        padding: 22px 16px;
    }

    #menu-home-mobile>li>a:after {
        left: 16px;
        right: 16px;
    }

    #nav-mobile .logo {
        margin: -24px 0 24px 16px !important;
    }

    .next-link-icon,
    .link-icon {
        right: 7px;
    }

    .next-link-icon {
        right: -9px;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu {
        padding: 0 16px;
    }

    [data-product="NFT Marketplace for real estate"] .p-slide-desc {
        height: 276px;
    }

    .our-dev-process-items-mobile-light .power-point-title {
        font-size: 16px;
        font-family: Inter
    }

    .team-member span {
        display: block
    }

    .added-title {
        font-size: 16px;
    }

    .added-team:before {
        display: none
    }

    .set-up-team-bg {
        height: 110px;
    }

    .hire-team+.single-slider-wrap {
        margin-top: -24px;
        padding-top: 72px
    }

    .set-up-wrap {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: -16px;
        margin-right: -16px
    }

    .next-btn-view-more+.btn {
        display: none !important
    }

    .no-vacancies-text {
        padding: 32px 24px 40px;
    }

    .no-vacancies-text h3 {
        margin-bottom: 24px
    }

    .no-vacancies-text h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .vacancies {
        border-radius: 24px 24px 0 0;
        padding-top: 32px
    }

    .vacancies h3 {
        padding: 0 24px;
        margin-bottom: 10px;
    }

    .vacancy h4 {
        font-size: 20px;
        padding-right: 60px
    }

    .hot {
        position: relative;
        width: 53px;
        height: auto;
        left: 0;
        top: 0;
        display: block;
        margin-bottom: 4px;
    }

    .vacancy:before {
        right: 24px;
    }

    .vacancy {
        padding: 16px 24px;
    }

    .department {
        font-size: 14px;
        margin-top: 8px
    }

    .power-points-dots .power-point:nth-child(7) {
        margin-bottom: 0;
    }


    .our-dev-process-items-mobile {
        padding-bottom: 16px;
        padding-bottom: 48px
    }

    .our-dev-services.portfolio-benefits .our-dev-process-items-mobile {
        padding-bottom: 8px
    }

    .page-template-new-design-services-rpa .our-dev-process {
        padding-bottom: 0
    }

    .page-template-new-design-services-rpa .power-points-dots .power-point:last-child .power-point-title:after {
        content: "";
        position: absolute;
        margin: 0;
        left: 16px;
        right: 16px;
        width: auto;
        height: 1px;
        background: #9C9C9C;
        bottom: 0;
    }

    .page-template-new-design-services-rpa .power-point:not(.active) .power-point-title {
        opacity: 0.6
    }

    .power-points-lines .power-point .power-point-desc a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .courses-point-title h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .new-tron .heading h2 {
        padding: 0 5px;
    }

    [data-product="NFT Marketplace for real estate"] .bg-f7.br-top h2,
    .portfolio-benefits h2 {
        padding-left: 24px;
        padding-right: 24px
    }

    .industry-point h6 {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500
    }

    .expertise-defi {
        padding-bottom: 56px
    }

    .artwork .many-more {
        margin-top: -40px;
    }

    .breadcrumbs-xs-blue a,
    .breadcrumbs-xs-blue a:hover {
        color: #4788FF !important;
    }

    .f-nav-contacts-item .f-h5 {
        margin-bottom: 8px
    }

    .our-team-mobile h6,
    .our-team-mobile .heading {
        margin-bottom: 24px
    }

    .our-team-mobile h4 {
        margin-top: 32px;
        margin-bottom: 24px
    }

    .facts-slider .slick-track {
        display: block
    }

    .power-points-lines .power-point-arrow:after,
    .power-points-dots .power-point-arrow:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 24px;
        height: 25px;
        background-image: url(new-design/img/icons/arrow-drop-down.svg);
        z-index: 1
    }

    .power-points-lines .active .power-point-arrow:after,
    .power-points-dots .active .power-point-arrow:after {
        opacity: 1
    }

    .active .power-point-arrow:after {
        -webkit-transform: rotateX(180deg) translateY(2px);
        transform: rotateX(180deg) translateY(2px);
    }

    .expertise-content-mobile .active .power-point-arrow:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .our-dev-process .line-box+.box {
        padding: 0
    }

    .power-points-dots .power-point-arrow {
        right: 43px;
        top: 18px;
    }

    .team-power-points .power-point:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 18px;
        width: 24px;
        height: 24px;
        background-image: url(new-design/img/icons/arrow-right-drop.svg);
    }

    .team-power-points .power-point.active:before {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(104%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(14deg) brightness(104%) contrast(101%);
    }

    .team-power-points .power-point.active:nth-child(6):before,
    .team-power-points .power-point.active:nth-child(7):before {
        -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(607%) hue-rotate(176deg) brightness(93%) contrast(89%);
        filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(607%) hue-rotate(176deg) brightness(93%) contrast(89%);
    }

    .team-power-points .power-point.active:after {
        content: "";
        position: absolute;
        left: 16px;
        top: 18px;
        width: 20px;
        height: 24px;
        background-image: url(new-design/img/icons/romb-15.svg);
        z-index: 0;
    }

    .team-power-points .power-point.active:nth-child(6):after,
    .team-power-points .power-point.active:nth-child(7):after {
        content: "";
        position: absolute;
        left: 16px;
        top: 18px;
        width: 20px;
        height: 24px;
        background-image: url(new-design/img/icons/romb-10.svg);
        z-index: 0;
    }

    .facts-slide img {
        position: relative;
        left: -48px !important;
    }

    .facts-slider .slick-slide:nth-child(odd) .facts-slide {
        text-align: left
    }

    .facts-slider .facts-slide {
        border-radius: 144px 0px 0px 0px !important;
        padding: 0 0 40px 48px !important;
        min-height: 328px;
        overflow: hidden
    }

    .facts-slider .facts-slide:before {
        border-radius: 128px 0px 0px 0px !important;
    }

    .facts-slider .facts-slide:before {
        left: 16px !important;
        top: 16px !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .facts-slider {
        margin: 40px -16px 0;
    }

    .facts-slider .slick-dots li.slick-active button:before {
        background: #1365FF;
    }

    .faq-list li h5 {
        padding: 16px 40px 16px 0;
    }

    .faq-list li i {
        top: 16px
    }

    .mw-800 {
        max-width: 450px;
    }

    .preface-desc {
        margin-top: -8px;
    }

    .portfolio-benefits .preface-desc {
        text-align: center
    }

    .industry-points {
        margin-top: 32px;
    }

    .industry-point {
        position: relative
    }

    .industry-points-six-2-rows .industry-point:nth-child(1):after,
    .industry-points-six-2-rows .industry-point:nth-child(3):after,
    .industry-point:nth-child(1n):after {
        content: "";
        position: absolute;
        margin: 0;
        display: block;
        width: 200%;
        height: 1px;
        background: -o-linear-gradient(87.42deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        background: linear-gradient(2.58deg, rgba(19, 19, 19, 0.05) 2.19%, rgba(19, 19, 19, 0.3) 49.45%, rgba(19, 19, 19, 0.05) 97.88%);
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .industry-points-six .industry-point:nth-child(5):after,
    .industry-points-four .industry-point:nth-last-child(2):after {
        display: none
    }

    .industry-points:after {
        width: 1px;
        height: 100%;
        left: 50%;
        top: auto;
        margin: 0 0 0 -0.5px;
    }

    .industry-point:nth-child(9):after,
    .industry-point:nth-child(2n):after {
        display: none
    }

    .technologies-block h3 {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto
    }

    .stack-techs {
        padding: 16px 24px 24px 9px;
        border-radius: 24px 24px 0 0;
    }

    .stack-techs-br-bottom {
        border-radius: 0px 0px 24px 24px;
    }

    .stack-line {
        margin-top: 8px
    }

    .six-tiles-wrap {
        padding-bottom: 66px;
    }

    .six-tiles {
        margin-left: -16px;
        margin-right: -16px
    }

    .metaverse-benefits .six-tiles .slick-list,
    .six-tiles .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .six-tiles .slick-slide {
        padding: 0 16px 30px !important;
    }

    .green-top {
        background-image: url(new-design/img/parts/green_top_m.png);
    }

    .green-top-consulting {
        background-image: url(new-design/img/parts/green_top_consulting_m.png);
    }

    .f-nav-contacts .f-nav-contacts-item:nth-child(2) {
        margin: 24px 0
    }

    .portfolio-benefits-desc+.line {
        margin: 32px 0;
    }

    .p-points .row .col:not(:last-child) {
        margin-bottom: 24px
    }

    .projects-tile-screen-wrap {
        margin-right: 0
    }

    .breadcrumbs-xs-wrap {
        position: relative;
        z-index: 1;
        background: #131313;
        height: 50px;
        padding: 7px 16px;
        margin-top: -1px
    }

    .breadcrumbs-xs-wrap:after {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
        left: 16px;
        right: 16px;
        bottom: 1px;
    }

    .breadcrumbs-xs-wrap+footer {
        margin-top: -16px;
    }

    .tabs-box-list {
        margin: 0;
    }

    .lottie-img {
        padding: 8px;
    }

    .contacts-us-text {
        padding: 48px 0 0 0;
        display: block;
    }

    .content-report .contacts-us-form,
    .contacts-us-form {
        padding-bottom: 0
    }

    .contacts-us-text-logo {
        margin-bottom: 32px
    }

    .contacts-us-text-logo h4 {
        margin-top: 32px
    }

    .contact-us-wrap {
        padding-bottom: 48px
    }

    .contact-us-content {
        padding-top: 72px;
    }

    .contacts-us-form h1 {
        margin-bottom: 24px;
    }

    .contact-us-content .checkboxes-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contact-us-content .recaptcha-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .contact-us-content .recaptha-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-us-content .recaptcha-wrap {
        padding-left: 0
    }

    .contact-us-content .recaptha-col {
        margin-bottom: 16px;
    }

    .contact-us-footer-content {
        border-radius: 24px;
        padding: 48px 24px;
    }

    .contact-us-footer-content .heading {
        margin-bottom: 24px
    }

    .contact-us-item {
        padding: 88px 24px 24px;
    }

    .contact-us-item h5 {
        font-size: 16px;
        margin-top: 8px;
    }

    .contact-us-item h4 {
        text-align: center
    }

    .contact-us-footer {
        padding-bottom: 96px
    }

    .contact-us-item h4:before {
        margin: -64px 0 0 -32px;
        left: 50%;
    }

    .revolutionize-points .row .col:nth-child(1) {
        margin-bottom: 32px
    }

    .industry-points-six .industry-point {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .bg-dark .industry-point:nth-child(odd):after {
        content: "";
        display: block;
        position: absolute;
        margin: 0;
        width: 200%;
        height: 1px;
        background: -o-linear-gradient(87.42deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(2.58deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .bg-dark .industry-points:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0;
        margin: 0 0 0 -0.5px;
        background: -o-linear-gradient(87.44deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(2.56deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.38%, rgba(255, 255, 255, 0) 100%);
    }

    .our-tech-stack {
        border-radius: 0px 0px 24px 24px;
    }

    .bg-dark .industry-point:nth-last-child(2):after,
    .industry-points-six .industry-point:nth-child(1):before,
    .industry-points-six .industry-point:nth-child(5):before,
    .contacts-us-form:after {
        display: none
    }

}

@media only screen and (max-width: 480px) {
    .add-btn {
        margin-bottom: 10px;
    }

    .added-title {
        margin-top: 27px;
    }

    .added-team {
        margin-top: 55px;
    }

    .table-wrapper {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .table-wrapper table {
        width: 480px;
    }

    .solution-action-desc-284 .p-slide-desc {
        height: 430px
    }

    .solution-action-desc-284.solution-action-with-desc:before {
        height: 442px !important
    }


    .discuss-info .btn span {
        font-size: 12px;
    }

    .discuss-info .btn-icon span:after {
        margin-top: -13px;
    }

    .discuss-text {
        padding-left: 16px;
        padding-right: 16px;
    }

    #portfolio-single-slider.home-solutions-slider .slick-slide {
        height: 270px;
    }

    .portfolio-content-single-slider-center .product-slide-desc p {
        font-size: 14px;
    }

    .product-slider-wrap-with-tabs .product-slide-desc {
        height: 230px;
    }

    .page-template-project-slider-center .product-slider-wrap-with-tabs .product-slide-desc {
        height: 180px;
    }

    .poptrox-popup iframe {
        height: 240px !important;
    }

    .industry-list ul li a h5 {
        font-size: 16px;
        padding-top: 3px;
    }

    .industry-list ul li a svg {
        width: 26px;
        height: 26px;
        top: 10px;
    }

    .industry-list ul li {
        padding-left: 36px;
    }

    .show-480 {
        display: block
    }

    .hidden-480 {
        display: none;
    }

    .hyper-tab-content {
        padding: 30px 15px;
    }

    .hyper-tab-content-text h3 {
        padding-right: 0;
    }

    .hyperledger-tabs .hyper-tab-content {
        background-size: 138px;
    }

    .hyper-select-tab {
        display: none;
    }

    .hyper-select-tab.show {
        display: block
    }

    .hyper-tabs-wrap {
        display: none;
    }

    .hyper-select {
        display: block;
    }

    .lb-outerContainer {
        margin-top: 42%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .video-olway-xs iframe {
        height: 250px;
    }

    .projects-tile-switcher {
        background: rgba(119, 139, 245, 0.1);
    }

    .cta-product[data-cta="Skin.ai"] {
        background-position: left top, right -400px center;
    }

    .cta-product[data-cta="Look.ai"] {
        background-position: left top, right -400px center;
    }

    .new-tile h4 {
        max-width: 157px;
    }

    .service-slide-item {
        max-width: 100%;
    }

    .industry-point h6 {
        max-width: 120px;
        margin: 0 auto;
    }

    .new-services-content .industry-point h6 {
        max-width: 180px;
    }

    .green-bottom {
        background-image: url(new-design/img/parts/green_bottom_m.png);
        background-position: bottom -1px center;
    }

    .blue-bottom {
        background-image: url(new-design/img/parts/blue_bottom_xs.png);
        background-size: contain;
    }

    .case-tabs-wrap.blue-bottom,
    .hero.blue-bottom {
        background-position: bottom -30px center;
    }

    .discuss-text {
        margin-top: -30px
    }

    .techs-slider .slick-list {
        padding-right: 40%;
    }

    .tiles {
        bottom: 0;
    }

    .tiles__line-img {
        width: 200px;
        height: 113px;
        margin: 10px 5px;
    }

    .tiles__wrap {
        width: 150%;
        --tileswrap-height: var(--tiles-height);
        height: var(--tileswrap-height);
        left: -130px;
        top: 150px;
        --tileswrap-height: calc(var(--tiles-height) * .8);
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    .tiles__line[data-scroll-target="1"] {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .tiles__wrap.active .tiles__line[data-scroll-target="1"] {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    .tiles__line[data-scroll-target="2"] {
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    .tiles__wrap.active .tiles__line[data-scroll-target="2"] {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .tiles__line[data-scroll-target="3"] {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .tiles__wrap.active .tiles__line[data-scroll-target="3"] {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    .tiles__line[data-scroll-target="4"] {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

    .tiles__wrap.active .tiles__line[data-scroll-target="4"] {
        -webkit-transform: translateX(90px);
        -ms-transform: translateX(90px);
        transform: translateX(90px);
    }
}

@media only screen and (min-width: 449px) {
    .s_portfolio-slide-info .btn-ghost.btn-173 {
        width: 173px;
    }
}

@media only screen and (max-width: 448px) {
    .s_portfolio-slide-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .wpcf7-submit {
        font-size: 13px;
        padding: 0 30px 0 20px;
        background-position: calc(100% - 16px) center;
    }

    .products-page-slide {
        min-height: 445px;
    }

    .video-olway-xs iframe {
        height: 251px;
    }

    .tile {
        min-height: 225px;
    }

    .s_portfolio-slide-info {
        min-height: 440px;
    }

    .home .s_portfolio-slide-info {
        min-height: auto
    }

    .home .s_portfolio-slide-info p {
        padding-bottom: 60px;
    }

    .s_portfolio-slide-info a.btn-ghost {
        position: absolute;
        bottom: 30px;
    }

    .wrapper-dropdown-links.active .dropdown {
        max-height: 530px;
    }

    .s_portfolio-slide-info,
    .single-slider-wrap .s_portfolio-slide-info {
        min-height: auto;
    }

    .s_portfolio-slide-info a.btn-ghost {
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
    }

    .home .s_portfolio-slide-info p {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 414.98px) {
    .portfolio-content-single .hero-content .btn span {
        font-size: 12px;
    }

    .btn-expertise {
        width: 100%;
        padding: 19px 10px;
    }

    .btn-more-projects {
        margin-left: 16px;
        margin-right: 16px;
    }

    .cc_div .cloud #c-bns {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .thanks-page-text br {
        display: none;
    }

    .revolutionize-point h4 {
        letter-spacing: -0.02em;
    }

    [data-project="Blockchain<br> Loyalty Platform"].portfolio-content-single .p-slide-desc,
    [data-project="Metaverse<br> Rooms"].portfolio-content-single .p-slide-desc {
        height: 315px;
    }

    .our-dev-process .pic-bg img {
        height: 300px;
    }

    .blog-card-pic img {
        height: 226px;
    }

    .blog-card-info h5 {
        margin-bottom: 8px
    }

    .btn-case.active,
    .btn-case {
        max-width: 100%;
        padding: 13px 50px 13px 0;
        text-align: center
    }

    .btn-case:before {
        right: 43px;
    }

    .hero .pic-bg:before {
        background: -o-linear-gradient(bottom, #131313 33.38%, rgba(19, 19, 19, 0) 62.91%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(33.38%, #131313), color-stop(62.91%, rgba(19, 19, 19, 0)));
        background: linear-gradient(360deg, #131313 33.38%, rgba(19, 19, 19, 0) 62.91%);
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .solutions-content-single .banner-pic img {
        max-width: 253px;
    }

    .tron-slide .only-m,
    .process-slide-pic img {
        width: 100%;
        height: auto;
    }

    .team-clouds .team-cloud:nth-child(3) .team-cloud-violet {
        padding: 45px 15px;
    }

    .main-slider {
        max-height: 233px;
    }
}

@media only screen and (max-width: 405px) {
    .s_portfolio-slide-img img {
        height: 180px;
    }

    .discuss-info .btn-icon span:after {
        margin-top: -13px;
    }
}

@media only screen and (max-width: 376px) {
    .main-slider {
        max-height: 210px;
    }
}

@media only screen and (max-width: 375px) {
    .video-olway-xs iframe {
        height: 200px;
    }

    .g-recaptcha {
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
    }

    .contacts-form .row .col:nth-child(7) {
        margin-top: 10px;
    }

    .video-olway-xs iframe {
        height: 211px;
    }

}

@media only screen and (min-width: 375px) and (max-width: 414px) {
    .four-tiles+.six-tiles-slider .tile {
        min-height: 245px;
    }
}

@media only screen and (max-width: 374px) {

    .products-page-slide {
        min-height: 420px;
    }

    .s_portfolio-slide-info {
        min-height: 510px;
    }

    .tile {
        min-height: 275px;
    }

    .courses-point-desc-xs a {
        width: 100% !important
    }

    .contacts-form-title br {
        display: block;
    }

    .recaptcha-wrap {
        overflow: hidden;
        max-width: 290px;
    }

    .set-up-info-last .recaptcha-wrap {
        overflow: visible;
    }

    .similar-project .btn-ghost-white {
        width: 100%;
    }

    .g-recaptcha {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
    }

    .contacts-form .row .recaptcha-wrap .input-field {
        margin-bottom: 10px;
    }

    .recaptcha-wrap .wpcf7-form-control-wrap.input-field span.wpcf7-not-valid-tip {
        margin: -9px 0 0 16px;
    }

    .page-template-new-design-services-fintech .new-tile h4 {
        max-width: 200px;
    }

    .case-tabs-two-rows.case-tabs li p span {
        padding: 0 10px;
    }

    [data-product="Look.ai"] .partner-tile ul {
        max-width: 252px;
    }
}

@media only screen and (max-width: 360px) {
    .top-label-xl {
        display: none !important;
    }

    .thanks-letter {
        width: 205px;
        margin: 0
    }

    .centaur-banner-xs img {
        height: 203px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .video-olway-xs iframe {
        height: 203px;
    }

    .btn-blue,
    .portfolio-content .btn-ghost,
    .btn-more-projects,
    .btn-ghost-white_collapsible,
    .have-a-project-idea .btn-white,
    .power-points-lines .power-point .power-point-desc a,
    .btn-ghost,
    .btn-send-wrap {
        width: 100%;
        max-width: 100%;
    }

    .btn-send-wrap-report {
        width: 226px;
        margin-top: 20px !important;
    }

    .btn-more-projects {
        margin-right: 7.5px;
    }

    .s_portfolio-slide-info a.btn-ghost {
        right: 15px;
        left: 15px;
        width: auto;
    }

    .btn-olway-xs {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-slider {
        max-height: 180px;
    }
}

@media only screen and (max-width: 359px) {
    .award {
        padding-left: 100px
    }

    .added-title {
        font-size: 14px;
    }

    .add-btn {
        right: 0;
    }
}

@media only screen and (max-width: 320px) {
    .portfolio-content-single-slider-center .product-slide-desc p {
        font-size: 13px;
    }

    .ddTitleText .ddlabel {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 200px;
        white-space: nowrap;
        display: inline-block;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    .projects-tile-switcher {
        display: block !important;
    }

    .projects-tile-switcher svg {
        width: 10px;
        height: 6px;
    }

    .solutions-content .banner-title br {
        display: block;
    }

    .projects-link.active .projects-tile-desc {
        height: auto;
    }

    .projects-link.active .projects-tile-switcher {
        background: rgba(119, 139, 245, 0.1);
    }

    .projects-link.active {
        background: #fff;
        -webkit-box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
        box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
    }

    .projects-link.active .projects-tile-switcher svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .centaur-banner-xs img {
        height: 177px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .video-olway-xs iframe {
        height: 177px;
    }

    .ddlabel {
        margin-left: 10px !important;
    }

    .dd .ddChild li {
        white-space: nowrap;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2) {

    .blue-bottom {
        background-image: url(new-design/img/parts/blue_bottom_xl@2x.png);
    }

    .black-bottom {
        background-image: url(new-design/img/parts/black_bottom_xl@2x.png);
    }

    .nutsell-number:after {
        background-image: url(new-design/img/pages-services/nft-launchpad/launchpad/timeline_blur@2x.png);
    }

    .tabs-list:before {
        display: none !important;
    }

    .tabs-list {
        padding-right: 0;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2) and (max-width:624px) {

    .checkboxes-wrap .wpcf7-form-control-wrap.input-field {
        position: absolute;
        margin: 0;
        left: 0;
        top: 0;
    }

    .modal-form {
        padding-bottom: 80px;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2) and (max-width:480px) {
    .blue-bottom {
        background-image: url(new-design/img/parts/blue_bottom_xs@2x.png);
    }
}

@media screen and (min-width:1366px) {

    #portfolio-single-slider .slick-list {
        width: 956px;
    }

    .six-tiles-slider-transformer>div>div .slick-slide:nth-child(3)>div>.tile,
    .six-tiles-slider-transformer>div>div .slick-slide:nth-child(6)>div>.tile {
        border-right: 0;
    }

    .four-tiles-slider-transformer>div>div .slick-slide:nth-child(3)>div>.tile {
        border-right: 1px solid rgba(119, 139, 245, 0.5);
    }

    .four-tiles-slider-transformer>div>div .slick-slide:nth-child(3)>div>.tile,
    .four-tiles-slider-transformer>div>div .slick-slide:nth-child(4)>div>.tile {
        border-bottom: 0;
    }

    .single-slider-wrap .s_portfolio-slide-nav {
        top: 70px;
        right: 70px;
    }

    .new-techs-content .pic-bg-right {
        width: 176px;
    }

    .new-techs-content .discuss-text p {
        max-width: 472px;
    }

    .row .col.xxl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xxl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-content-single .hero .box {
        max-width: 1440px;
        padding-left: 64px;
    }
}

@media screen and (min-width:1365px) {
    .s_portfolio-odc .s_portfolio-slide-content {
        padding-bottom: 90px;
    }

    [data-page="Solana blockchain development services"] .tron-start-item {
        min-height: 262px;
    }

    [data-page="Solana blockchain development services"] .tron-start-item:last-child {
        min-height: 230px
    }
}