/*
Theme Name: space_theme
Theme URI:
Author: Kubik
Author URI:
Description: Clean minimalistic theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: space_theme
Tags:
*/

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'), url('fonts/Inter/Inter-Regular.woff2') format('woff2'), url('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('fonts/Inter/Inter-Bold.woff2') format('woff2'), url('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('fonts/Manrope/Manrope-Regular.woff2') format('woff2'), url('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('fonts/Manrope/Manrope-Medium.woff2') format('woff2'), url('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('fonts/Manrope/Manrope-Bold.woff2') format('woff2'), url('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('fonts/Manrope/Manrope-ExtraBold.woff2') format('woff2'), url('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: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    outline: 0 !important;
}

body {
    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;
}

body.single {
    background: #fff;

}

:root {
    --orange: #1365FF;
    --light-orange: #FFB956;
}

em,
ol li,
ul li,
p {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

ol li::marker {
    font-size: 30px;
}

ol.ol-small li::marker {
    font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -.01em;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 32px;
    line-height: 1.17;
    letter-spacing: -.01em;
    font-weight: 400;
}

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

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

.tabs-meta>span,
h5 {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0
}

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

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

.card-title {
    font-size: 20px;
}

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

.category-title+h6 {
    text-align: center;
    margin-bottom: 56px;
}

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

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

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

iframe {
    display: block;
}

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

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

.purple {
    color: #1365FF !important;
}

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

.box {
    width: 100%;
    max-width: 1248px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.header .box {
    position: relative;
    max-width: 1840px;
}

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

.header .box .navigation-list {
    position: absolute;
    right: 245px;
    margin-top: 4px
}

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

.btn {
    position: relative;
    width: 214px;
    height: 56px;
    font-size: 16px;
    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-blue-new {
    background: #1365ff;
    font-family: Manrope;
    font-weight: 700;
}

.btn-blue-new:hover {
    background: #0056f4
}

.btn-blue-new:focus {
    background: #0047cc
}

.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;
}

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

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

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

.white {
    color: #fff !important;
}

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

a:not(.share-button) {
    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;
}


/*grid*/
.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;
}

@media only screen and (min-width: 625px) {
    .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 only screen and (min-width: 768px) {
    .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;
    }

    .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 only screen and (min-width: 1024px) {
    .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;
    }
}

@media only screen and (min-width: 1366px) {
    .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;
    }
}

.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: 640px;
}

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

.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: 238px;
    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 !important;
    -o-transition: none !important;
    transition: none !important;
}

.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;
}

#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-services>li,
#menu-mega-menu-solutions>li {
    -ms-flex-preferred-size: 21.2%;
    flex-basis: 21.2%;
    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: 30%;
    flex-basis: 30%;
    margin-bottom: 32px;
    margin-right: 5%;
}

#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 {
    content: "";
    position: absolute;
    margin-left: -48px;
    margin-top: 2px;
    width: 1px;
    height: 192px;
    background: #C4C6CC
}

#menu-mega-menu-services>li:before {
    height: 320px !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
}

.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-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;
}

.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-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-nav-list>ul>li>a:hover svg .no-fill {
    fill: none;
}

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

[title="Business automation"]: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;
}

.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);
}

/*mega menu end*/

.mobile-nav {
    display: none;
}

.thanks-block {
    position: fixed;
    top: 15%;
    left: 50%;
    width: 1170px;
    background: #fff url(images/thank-you.svg) no-repeat right bottom;
    height: auto;
    margin-left: -585px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 150px 60px 140px 60px;
    min-height: auto;
    -webkit-box-shadow: 10px 10px 30px rgba(23, 32, 103, 0.2);
    box-shadow: 10px 10px 30px rgba(23, 32, 103, 0.2);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.thanks-block h2 {
    color: #1365FF;
}

.thanks-block h3 {
    color: #1365FF;
    margin-top: 40px;
}

.thanks-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000000
}

.who-needs-training {
    padding-top: 0;
}

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

.thanks-content {
    position: relative;
    text-align: center;
}

.thanks-content h4 {
    text-align: center;
    margin-bottom: 30px;
}

.thanks-content p {
    font-size: 18px;
    color: #000;
    max-width: 480px;
    text-align: center;
    margin: 0 auto;
}

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

.sidenav li>a.mPS2id-highlight {
    color: #1365FF;
}

.sidenav li>a.mPS2id-highlight>span {
    color: #1365FF;
}

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

section {
    position: relative;
}

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

#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
}

.breadcrumbs span:nth-last-child(1) {
    color: #5B6471
}

.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;
}

.h-title {
    color: #fff;
    font-size: 54px;
    margin-top: 35px;
    margin-bottom: 60px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

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

.p-announce {
    font-size: 20px;
    font-weight: 600;
}

.h-title:before {
    content: "";
    position: absolute;
    margin: -35px 0 0 0;
    width: 97px;
    height: 15px;
    background-image: url(images/lines-above-the-header-blue.svg);
    background-size: contain;
}

.h-title.white-lines:before {
    background-image: url(images/lines-above-the-header-white.svg);
}

.h-title-clean:before {
    display: none;
}

.no-event {
    pointer-events: none
}

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

.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:visited+label,
.input-txt:focus+label {
    /*opacity: 0;*/
}

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

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

footer#colophon {
    position: relative;
    min-height: 70px;
    background: #131313;
}

.copyright {
    font-family: Inter, sans-serif;
    color: #5b6471;
    padding: 2px 0 0;
    font-size: 12px;
    line-height: 133%;
}

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

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

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

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

.top-menu>.menu-item-has-children>a {
    position: relative;
}

.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 ellipse,
.parent-link .sub-menu li a svg path,
.parent-link .sub-menu li a svg circle {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.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 .no-fill-part {
    fill: #fff;
}

.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>.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-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #131313;
    padding: 13px 0 13px 40px;
    white-space: break-spaces;
    height: 48px;
    position: relative;
    text-transform: none;
    line-height: 1.5;
}

.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);
}

a[title="Blockchain consulting"]+ul .current-menu-item>a+svg path {
    fill: #1365FF
}

.current-menu-item>a[title="Blockchain training"]+ul li a {
    color: #1365FF !important
}

.current-menu-item>a[title="Blockchain training"]+ul li a:hover {
    color: #1365FF !important;
}

.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;
}

.parent-link-active {
    color: #1365ff !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: #1365FF
}

.link-icon {
    position: absolute;
    right: 10px;
}

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

.services-slider-wrap {
    position: relative
}

.services-nav {
    position: absolute;
    right: 0;
    margin: 20px 0 0 0;
}

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

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

.services-nav a:hover svg path {
    fill: #fff
}

.breadcrumbs {
    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;
    margin: 0px auto 12px;
    text-align: center;
}

.breadcrumbs * {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

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

.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%);
}

.main-reg {
    font-size: 16px;
    line-height: 150%;
}

.row-wide {
    margin-left: -15px;
    margin-right: -15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-wide .col {
    padding: 0 15px;
}

.link {
    color: #1365FF;
    display: inline-block;
    position: relative;
}

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

.next-link-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px !important;
}

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

.second-parent-link a:hover .next-link-icon svg path {
    fill: #1365FF;
}

.second-parent-link .second-parent-link-active span svg path {
    fill: #1365FF;
}

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

.breadcrumbs-xs-wrap,
.breadcrumbs-xs {
    display: none;
}

[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: '';
    left: 0;
    position: absolute;
    z-index: 1;
}

[type="checkbox"].fill-in+span::after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #1365FF;
    top: 0px;
    z-index: 1;
    border-radius: 0
}

[type="checkbox"].fill-in:checked+span::before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1365FF;
    border-bottom: 2px solid #1365FF;
    top: 1px;
    left: 0;
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}

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

.m-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, .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 {
    position: fixed;
    top: 0;
    left: 0;
    height: 72px;
    width: 100%;
    z-index: 100;
    -webkit-transition: background 0s, -webkit-box-shadow .2s ease-in-out;
    transition: background 0s, -webkit-box-shadow .2s ease-in-out;
    -o-transition: background 0s, box-shadow .2s ease-in-out;
    transition: background 0s, box-shadow .2s ease-in-out;
    transition: background 0s, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    padding: 15px 0;
    background: 0 0;
}

.btn-sidenav-close-xl {
    display: none;
}

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

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

.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);
}

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

.header-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.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: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .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: .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
}

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

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

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

.header.show .navigation-item-head a:hover {
    color: #fff !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-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: #1365FF
}

.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, .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: #fff;
    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: #000
}

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


.smart-tech {
    background: #292E50;
    padding-bottom: 0;
    padding-top: 0;
}

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

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

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

.input-txt {
    border-radius: 0;
    height: 56px;
    position: relative;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(119, 139, 245, 0.5);
    display: block;
    padding: 5px 16px;
    color: #292E50;
    cursor: pointer;
    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;
}

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

.input-txt+label {
    color: rgba(74, 88, 189, 0.5);
    font-size: 14px;
    line-height: 21px;
    left: 11px;
    padding: 0 5px;
    background: #fff
}

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

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

.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;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    white-space: nowrap;
    margin: 2px 0 0 16px;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #1365FF;
    opacity: 0.5;
}

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

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

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

div.wpcf7 .ajax-loader {
    display: none;
}

[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;
}

.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: #1365ff
}

.breadcrumbs * br {
    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: #1365FF
}

.m-logo {
    display: inline-block;
}

.contacts-us-info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.contacts-us-text {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    padding: 60px 0 0 50px;
}

.contacts-us-text * {
    color: #1365FF;
}

#cookie_informer {
    background-color: rgba(86, 110, 243, 0.95);
    bottom: 0;
    color: #fff;
    display: none;
    height: auto;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 999999999999;
}

.cookie-content {
    padding: 30px 365px 30px 0;
    position: relative;
}

.cookie-content .p-main {
    margin-bottom: 15px;
}

.btn-cookie-accept {
    position: absolute;
    right: 65px;
    top: 30px;

    font-size: 18px;
    line-height: 1;
    display: block;
    text-align: center;
    letter-spacing: -0.02em;
    height: 60px;
    width: 100%;
    max-width: 240px;
    color: #fff;
    padding: 19px 0;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-weight: 400;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.btn-cookie-accept:hover {
    background: rgba(119, 139, 245, 0.3);
}

.btn-cookie-close {
    position: absolute;
    right: 0;
    top: 30px;
}

.cookie-content p a {
    font-size: inherit;
    color: #FFDA6D
}

.cookie-content-xs {
    display: none;
}

.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: #1365FF;
}

.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;
}

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

.path-item:hover {
    stroke-opacity: 1;
}

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

.footer-links * {
    font-size: 16px;
    color: #fff;
}

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

.btn-exit {
    display: block;
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 1;
    width: 26px;
    height: 26px;
}

.modal-form {
    position: fixed;
    top: 5%;
    left: 50%;
    width: 1170px;
    height: auto;
    margin-left: -585px;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    padding: 60px 0;
    min-height: 660px;
    background: #FFFFFF;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
    box-shadow: 0px 5px 20px rgba(119, 139, 245, 0.25);
}

.modal-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(19, 19, 19, .8);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 0.35px 0.35px rgba(255, 255, 255, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 0.35px 0.35px rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

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

.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: var(--light-orange);
}

.icon-link:hover svg path {
    fill: var(--light-orange);
    fill-opacity: 1;
}

.icon-link:hover svg circle {
    stroke: var(--light-orange);
    stroke-opacity: 1;
}


/*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%;
}

.home .grid--2-1 .grid-item-2 .card {
    position: relative;
}

.home .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;
}

.content {
    padding-top: 104px;
    padding-bottom: 72px;
    min-height: 95vh
}

.error404 .content {
    padding: 0;
}

.search.search-no-results .content {
    padding-bottom: 60px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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
}

.white-header .header:not(.scroll) .navigation-item-head a {
    color: #fff
}

.white-header .header.freeze .navigation-item-head a {
    color: #1365FF
}

.white-header .header:not(.scroll) .navigation-item-head a:hover {
    color: #1365FF
}

.white-header .header.freeze .navigation-item-head a:hover {
    color: #1365FF
}

.white-header .header:not(.scroll) .navigation-item-head .m-link .m-link-arrow svg path {
    fill: #fff;
    fill-opacity: .6;
}

.white-header .header:not(.scroll) .m-logo svg path {
    fill: #fff;
}

.white-header .header.freeze .m-logo svg path {
    fill: #1365FF;
}

.white-header .header:not(.scroll) .navigation-item-contacts .contacts-link {
    color: #fff;
    border-color: transparent;
}

.single-post.white-header .header:not(.scroll) .navigation-item-contacts .contacts-link {
    background: #fff;
    color: #131313;
}

.white-header .header.freeze .navigation-item-contacts .contacts-link {
    background: #fff;
    color: #131313;
}

/*--------------------------------------------------------------## Comments--------------------------------------------------------------*/
.comment-metadata a {
    color: #6f8590;
}

.comments-area {
    margin: 96px 0 57px;
    position: relative;
    padding: 72px 64px 80px;
    background: #1365FF;
    border-radius: 48px;
}

.comment-reply-title {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.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;
}

.g-recaptcha {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    width: 302px;
    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: 40px auto 0;
    text-align: center;
    width: 180px;
    height: 56px;
    position: relative;
}

.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;
}

input[type=submit].btn-white {
    border: none;
    outline: 0;
    width: 100%;
    padding: 0 70px 0 50px;
}

#commentform .form-submit:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/submit-arrow.svg);
    top: 15px;
    right: 40px;
    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);
}

.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: 163px;
    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;
}

.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;
}

.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;
}

.lmb-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: 240px;
}

.btn.loadMoreBtn,
a.btn-ghost {
    border: 1px solid #1365FF;
    color: #1365FF !important;
    background: -o-linear-gradient(right, rgba(74, 88, 189, 1), rgba(74, 88, 189, .8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background: -webkit-gradient(linear, right top, left top, from(rgba(74, 88, 189, 1)), color-stop(rgba(74, 88, 189, .8)), color-stop(rgba(34, 34, 34, 0)), to(rgba(34, 34, 34, 0)));
    background: linear-gradient(270deg, rgba(74, 88, 189, 1), rgba(74, 88, 189, .8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background-size: 300% 300%;
    width: 100%;
    max-width: 240px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 0;
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 50px;
    height: 60px;
    padding: 20px;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

#commentform input {
    height: 56px
}

.btn-orange:hover {
    background-position: 99% 50%;
    border: none;
}

.btn-orange:focus::before,
.btn-orange:hover::before {
    opacity: 1;
}

a.btn-learn-more {
    background: #0BDB90;
    border-radius: 28px;
    width: 100%;
    max-width: 197px;
    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 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: -4.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;
}

.banner-widget a.btn-learn-more span:after {
    margin: -4.7px 0 0 0;
    right: -30px;
}

a.btn-learn-more:hover span:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

a.btn-learn-more.btn-white {
    background: #fff;
    color: #131313;
    white-space: nowrap;
}

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%);
}

a.btn-learn-more.btn-white span {
    color: inherit;
    left: -15px;
    position: relative;
}

.article-content img {
    height: auto;
    margin-top: 30px;
}

.article-content picture {
    display: block;
    margin: 30px 0;
}

.article-content picture img {
    margin-top: 0;
}

.article-content ol,
.article-content p {
    margin-bottom: 20px;
}

.article-content h2 {
    margin: 64px 0 40px;
}

.article-content h2 span,
.article-content h3 span,
.article-content h4 span {
    font: inherit !important;
}

.article-content h4 {
    margin: 20px 0
}

.article-content h3 {
    margin: 40px 0 28px;
    font-size: 20px;
}

.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 {
    padding: 0 0 0 25px;
    display: block;
    margin: 40px 0;
}

.wrapper-dropdown-links-single .dropdown li {
    margin-bottom: 15px;
}

.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;
}

.article-content ul li {
    margin-bottom: 5px;
    color: #131313;
}

.article-content .ol-small li {
    margin-bottom: 15px;
}

.article-content .no-border-list li {
    margin-bottom: 5px;
}

.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%;
}

.home-nav {
    margin-bottom: 30px;
}

.home-banner-title h1 {
    font-size: 72px;
    margin-bottom: 30px;
}

a.btn-category {
    display: block;
    background-color: rgba(119, 139, 245, 0.1);
    height: 56px;
    padding: 16px 15px;

    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    background-image: url(images/icons/icon-arrow.svg);
    background-position: top 22px right 15px;
    background-repeat: no-repeat;
    -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;
}

a.btn-category:hover,
a.btn-category:focus {
    background-color: #FFFFFF;
    -webkit-box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
    box-shadow: 5px 5px 20px rgba(119, 139, 245, 0.25);
}

.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 {
    margin: 8px 0 24px;
}

.article-related-title {
    margin-top: 96px;
    margin-bottom: 40px;
}

.error404 {
    background: #1365FF;
}

.error-404-block * {
    color: #fff;
}

.p18 {
    font-size: 18px;
    line-height: 29px;
}

.error-404-text {
    padding-top: 80px;
}

.error-404-text h3 {
    margin: 40px 0 10px;
}

.error-404-text a {
    margin-top: 40px;
}

.additional-page {
    padding-top: 30px;
}

.copyright-1023 {
    display: none;
}

.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;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    z-index: 1;
    position: relative;
    padding: 64px;
    isolation: isolate;
}

.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;
}

.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;
}

.article-widget-image .banner-widget a.btn-learn-more span {
    font-size: 14px;
    width: auto;
}

.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;
}

#menu-mega-menu-company-insights a[title="Insights"],
#menu-mega-menu-services a[title="Web 3.0"],
#menu-mega-menu-services a[title=Blockchain],
#menu-mega-menu-services a[title=Metaverse] {
    pointer-events: none;
}

.podcat-line {
    position: relative;
}

.select-only {
    display: none;
}

.select-only.show {
    display: block;
}

.fake-select {
    border: 1px solid #A0A2A8;
    border-radius: 4px;
    width: 100%;
    height: 56px;
    padding: 17px 16px;
    position: relative;
    cursor: pointer;
}

.fake-select span {
    line-height: 16px;
    color: #A0A2A8;
}

.fake-select:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    background-image: url(images/icons/arrow_down.svg);
}

.fake-select.active:after {
    background-image: url(images/icons/tag-close.svg);
    cursor: pointer;
}

.tag-item {
    position: relative;
    height: 48px;
    padding: 14px 15px 15px 48px;
    width: 100%;
    cursor: pointer;
}

.tag-item.active {
    color: #1365FF;
}

.tag-item:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #C4C6CC;
    left: 15px;
    top: 16px;
    border-radius: 4px;
}

.tag-item.active:before {
    border-color: #1365FF;
    background-color: #1365FF;
}

.tag-item.active:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 13px;
    height: 11px;
    left: 17.5px;
    top: 19px;
    background-image: url(images/icons/check.svg);
}

.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;
}

.tag-item-fake:after,
.tag-item-fake:before {
    display: none !important;
}

.tag-item.active {
    pointer-events: none;
}

.cancel {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: initial;
    z-index: -1;
}

.tag-item.active+.cancel {
    z-index: 1;
}

.select-cat {
    position: relative;
}

.fake-scroll {
    position: absolute;
    top: 71px;
    right: 20px;
    width: 8px;
    height: 100%;
    bottom: 10px;
    background: rgba(119, 139, 245, 0.1);
}

.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;
    max-height: 360px;
    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;
}

.cat-lines-wrap::-webkit-scrollbar {
    width: 0;
}

.cat-lines-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.fake-select.active {
    pointer-events: none;
    border-color: #1365FF;
    background: #fff;
}

.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;
}

.grid-posts-archive.hide {
    display: none;
}

.archive-content {
    min-height: 500px;
}

.podcat-lines {
    position: relative;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.tag-cloud {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
}

.tag-cloud.active {
    display: block;
}

.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%;
    display: none;
}

.tag-cloud-item.visible {
    display: inline-block;
}

.tag-cancel {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(images/icons/tag-close.svg);
    cursor: pointer;
}

.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%);
}

.article-content img.aligncenter {
    display: block;
    margin: 0 auto;
}

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

.sign {
    font-size: 14px;
    color: #1365FF !important;
    font-weight: 400;

    letter-spacing: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2 !important;
    font-style: italic;
}

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

.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 {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #a0a2a8;
    line-height: 143%;
    padding: 10px 0;
    display: inline-block;
}

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

.f-nav h5 {
    margin-bottom: 16px;
    color: #fff;
}

.f-nav-contacts a,
.f-nav-contacts p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
}

.f-nav-title img {
    display: none;
}

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

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

.footer-content-left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.footer-terms {
    padding-left: 5px;
    width: 40%;
    padding-top: 21px;
}

.footer-terms ul {
    color: rgba(255, 255, 255, .4);
}

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

.footer-terms li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: inter;
    color: #5b6471;
}

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

.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: 15px;
    position: relative;
}

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

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

.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;
}

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

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

.bg-dark {
    background: #131313;
}

.bg-green *,
.bg-24 *,
.bg-grey *,
.bg-dark * {
    color: #fff;
}

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

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


.bg-bottom {
    position: absolute;
    left: -160px;
    bottom: 0;
    width: 100%;
    max-width: 1216px;
    height: auto
}

.bg-404 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: auto
}

.page-template-thank-you .bg-404 {
    max-width: 1014px
}

.thank-you-block .box .xl5 {
    position: relative
}

.thanks-page-text {
    max-width: 384px
}

.page-template-thank-you .thanks-page-text {
    max-width: 488px
}

.page-template-thank-you .btn {
    color: #fff
}

.thanks-page-text h1 {
    margin-bottom: 40px;
    font-size: 80px;
    text-align: left;
}

.page-template-thank-you .thanks-page-text h1 {
    white-space: nowrap
}

.separator {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(images/icons/separator.svg);
    background-repeat: no-repeat;
    margin: 0 8px;
}

ol li {
    margin-left: 35px
}

.after-no-posts-title {
    margin-top: 48px;
}

.required-field-message span,
.logged-in-as {
    color: #fff;
}

.logged-in-as {
    margin: 20px 0 30px;
}

.required-field-message {
    color: #FFA185
}

.banner-widget-home-wrap {
    position: relative;
}

.banner-widget-home {
    position: absolute;
    height: 176px;
    top: 1013px;
    border-radius: 16px;
}

.banner-widget-home:after {
    display: none;
}

.home .archive-second-grid .card:nth-child(7),
.home .archive-second-grid .card:nth-child(8),
.home .archive-second-grid .card:nth-child(9) {
    margin-top: 249px;
}

.banner-widget-home a.btn-learn-more {
    max-width: 240px;
    right: 52px;
    left: auto;
    top: 60px;
    z-index: 1;
}

.similar-link a {
    position: relative;
    bottom: 0;
    left: 0 !important;
    margin-top: 24px;
    height: 48px;
    max-width: 182px;
}

.similar-content {
    position: relative;
    padding: 48px 64px 56px 64px;
    border-radius: 32px 32px 0px 0px;
    background: #1365FF;
    overflow: hidden;
}

.similar-content h4 {
    margin: 8px 0 16px;
    font-size: 24px;
}

.similar-info {
    position: relative;
    max-width: 632px;
}

.similar-pic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 577px;
}

.similar-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.similar-pic-bg {
    position: absolute;
    background: -o-linear-gradient(left, #1364FF 0.42%, rgba(19, 100, 255, 0.00) 102.58%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0.42%, #1364FF), color-stop(102.58%, rgba(19, 100, 255, 0.00)));
    background: linear-gradient(90deg, #1364FF 0.42%, rgba(19, 100, 255, 0.00) 102.58%);
    width: 100%;
    height: 100%;
    top: 0;
}

#menu-mega-menu-services .menu-item-has-children>a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 10px;
}

#menu-mega-menu-services.m-menu-list li>.sub-menu li {
    padding-left: 10px
}

#menu-mega-menu-services .menu-item-has-children a svg {
    top: 5px
}

.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);
}

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

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

.article-content ul.simple-list {
    padding: 0;
    margin: 16px 0 28px 0;
    border: 0;
}

.article-content ul.simple-list li {
    margin-bottom: 2px;
}

.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;
}

.no-border-list {
    padding: 0 0 0 25px !important;
    border: 0 !important;
}

ul.no-border-list li:before {
    border-radius: 100%;
}

.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;
}

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

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

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

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

.wrapper-dropdown-links {
    margin-bottom: 30px;
}

.f-nav-contacts-item-germany-address {
    margin-top: 5px;
}

.lang-box {
    position: absolute;
}

.lang-box-header {
    right: 176px;
    margin-top: 6.5px;
}

.lang-box-footer {
    right: 16px;
    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;
}

.no-lang-options+.header .navigation-list {
    right: 190px;
}

footer .box {
    position: relative;
}

.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;
}

.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;
}

.fs-20 {
    font-size: 20px !important;
}

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;
}

.article-content .banner-wrapper picture {
    margin: 0;
}

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

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

.category-news .article-author {
    display: none;
}

.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;
}

.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: 10%;
}

.cta-block .btn {
    min-width: 198px;
}

.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;
}

.relative {
    position: relative;
}

.cover {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100% !important;
}

.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);
}

.only-m {
    display: none;
}

.vendor-block-not-p .btn {
    margin-top: 32px !important;
}

.vendor-block .btn-white {
    width: auto;
    max-width: none;
    padding: 20px 40px;
    height: auto;
    white-space: normal;
    padding: 17px 40px;
}

.vendor-block .btn-white span {
    color: #131313 !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.article-content p>img {
    margin-top: 0;
}

.cta-block p {
    margin-bottom: 0;
    padding-right: 20px;
}

@media only screen and (max-width: 1919px) {
    .contacts-social {
        padding: 40px 0 25px 0;
        bottom: 46px;
        left: 30px;
        right: 30px;
    }
}

@media only screen and (min-width: 1601px) {
    .no-lang-options+.header .navigation-list {
        right: 200px;
    }
}

@media only screen and (max-width: 1600px) {

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

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

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

    .mega-menu-pic {
        width: 614px;
    }

    .m-menu-left .contacts-social {
        width: 280px;
        left: 40px;
        top: 262px;
    }

    #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;
    }

    .m-menu-left,
    .m-menu-logo {
        width: 360px;
    }

    .m-menu-logo-icon {
        padding: 48px 40px;
    }

    .m-menu-right {
        padding: 120px 40px 56px 400px;
    }

    .m-menu-logo-text br {
        display: none;
    }

    .mega-menu {
        border-radius: 0 0 32px 32px;
    }

}

@media screen and (min-width:1024px) and (max-width: 1365px) {

    .news-posts .card:nth-child(4),
    .news-posts .card:nth-child(5),
    .news-posts .card:nth-child(9),
    .news-posts .card:nth-child(10) {
        height: 440px;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 1365px) {
    .mega-menu-pic {
        width: 480px;
        height: 393px;
        top: -39px;
    }

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

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

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

    .m-menu-right {
        padding: 110px 40px 56px 400px;
    }

    .f-nav-contacts-item {
        padding-right: 16px;
    }

    .footer-social-list {
        width: 190px;
    }

    .copyright {
        white-space: nowrap;
        padding-right: 20px;
    }

    .grid-posts-no-found {
        margin-top: 25px;
    }

    .tag-cloud-item.visible {
        margin-bottom: 10px;
    }

    .fake-select span {
        font-size: 18px;
        line-height: 124%;
    }

    .article-content ul {
        margin: 30px 0;
    }

    .article-content iframe {
        margin: 30px 0;
    }

    .article-content h3+h5 {
        margin-top: 0;
    }

    .article-content h5 {
        margin: 0 0 20px 0
    }

    .article-desc * {
        font-size: 13px;
    }

    .comments-area {
        padding-top: 80px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        max-width: 27%;
    }

    .comment-form-comment {
        width: 62%;
    }

    .search-field-single {
        font-size: 46px;
    }

    .search-header .box {
        padding-bottom: 60px;
        background-position: left 30px bottom;
        background-size: 472px auto
    }

    .no-results.not-found {
        padding-top: 80px;
    }

    a.btn-learn-more {
        left: 20px;
    }

    .banner-widget-home a.btn-learn-more {
        right: 32px;
    }

    .home .grid--2-1 .grid-item-2 .card:before {
        width: 165px;
        height: 213px;
    }

    .p18 {
        font-size: 16px;
        line-height: 1.5;
    }

    .error-404-text h3 {
        margin: 30px 0 10px;
    }

    .error-404-text a {
        margin-top: 30px;
    }

    .additional-page {
        padding-top: 0;
    }

    .error-404-text {
        padding-top: 40px;
    }

    .home-nav {
        margin-bottom: 20px;
    }

    .home-banner-title,
    .grid--2-1 .grid-item-2 {
        margin-right: 2%;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    }

    .grid--3 .grid-item,
    .grid--1-2 .grid-item-1,
    .grid--3 .card {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-right: 2%;
    }

    .grid--2-1 .grid-item-banner,
    .archive-first-grid .grid-item-banner {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }

    .banner-widget {
        padding: 40px 20px;
    }

    .footer-links * {
        font-size: 14px;
    }

    .modal-form {
        width: 964px;
        margin-left: -482px;
        padding: 60px 0;
    }

    .btn-exit {
        top: 40px;
    }

    .row .col.col-1024-12 {
        width: 100%
    }

    .cookie-content .p-main br {
        display: none;
    }

    .row-wide {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-wide .col {
        padding: 0 10px;
    }

    .thanks-page-text {
        padding-top: 40px;
    }

    .thanks-page-text p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .banner-widget h3 {
        font-size: 30px;
    }

    .single-post .banner-widget h3 {
        font-size: 30px;
    }

    .sidenav {
        padding-top: 40px;
    }

    .logo {
        margin: 0 auto 50px auto;
        width: 144px;
        height: auto
    }

    .slider-thumb-item {
        font-size: 18px;
        height: 50px;
        padding: 14px 0 12px 0;
    }

    .slider-thumb-arrow {
        top: 13px
    }

    .slider-thumbs-wrap {
        height: 550px;
    }

}

@media screen and (min-width:1366px) {
    .additional-page+footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 1280px) {

    footer,
    main {
        padding-left: 0;
    }

    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
    }

    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 11;
        padding: 14px 0 0 0;
    }

    .mobile-logo img {
        width: 110px;
        height: auto;
    }

    .mobile-logo {
        width: 110px;
        height: 30px;
        display: block;
        margin: 0 auto;
    }

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

    .link-icon.show {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
        z-index: 10;
    }

    .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;
        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;
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu.first-sub-menu-active:after {
        content: '';
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid rgba(74, 88, 189, 0.2);
    }

    .second-level-icon {
        padding: 17px 19.5px !important;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu li a {
        font-size: 14px;
        line-height: 15px;
        padding: 15px 0;
        padding-left: 40px !important;
        background: #fff !important;
    }

    .next-link-icon {
        padding: 24px !important;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu li .sub-menu {
        padding-left: 0;
    }

    .sidenav.sidenav-fixed {
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 120px;
    }

    .parent-link-solutions .sub-menu {
        width: 100% !important
    }

    .parent-link .sub-menu li a svg {
        width: 20px;
        left: 10px;
        top: 13px;
        height: auto;
    }

}

@media only screen and (max-width: 1279px) {

    #menu-mega-menu-services .sub-menu>li {
        line-height: 1.2;
    }

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

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

    .header .box .navigation-list {
        right: 265px;
    }

    .no-lang-options+.header .navigation-list {
        right: 190px;
    }

    .m-menu-logo-icon {
        padding: 20px 24px;
    }

    .m-menu-logo-text h6 {
        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: -29px;
        width: 460px;
    }

    .m-menu-left,
    .m-menu-logo {
        width: 270px;
    }

    .m-menu-nav-title {
        font-size: 30px;
    }

    .m-menu-right {
        padding: 100px 20px 20px 300px;
    }

    #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: 230px !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;
    }

    .link-icon {
        position: absolute;
        right: 0;
        padding: 0 24.5px !important;
    }

    .link-icon.show svg path {
        fill: #131313 !important;
    }

}

@media screen and (min-width:1025px) {

    .mobile-nav,
    #nav-mobile {
        display: none;
    }

    #menu-mega-menu-services [title="Business automation"] {
        line-height: 1.2 !important;
    }

}

@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;
    }

    .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 {
        display: none;
    }

    #menu-mega-menu-services .menu-item-has-children>a {
        padding-left: 34px;
    }

    .thank-you-block .xl7 img {
        position: absolute;
        right: 0;
        max-width: 840px;
        height: auto
    }

    .news-posts .card:nth-child(4),
    .news-posts .card:nth-child(5),
    .news-posts .card:nth-child(9),
    .news-posts .card:nth-child(10) {
        height: 440px;
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    }

    .category-news .grid--3.news-posts .card:nth-child(8),
    .category-news .grid--3.news-posts .card:nth-child(10),
    .category-news .grid--3.news-posts .card:nth-child(13),
    .category-news .grid--3.news-posts .card:nth-child(16),
    .category-news .grid--3.news-posts .card:nth-child(19),
    .category-news .grid--3.news-posts .card:nth-child(22),
    .category-news .grid--3.news-posts .card:nth-child(25),
    .category-news .grid--3.news-posts .card:nth-child(28),
    .category-news .grid--3.news-posts .card:nth-child(31),
    .news-posts .card:nth-child(5),
    .news-posts .card:nth-child(10) {
        margin-right: 0;
    }

    .category-news .grid--3.news-posts .card:nth-child(6),
    .category-news .grid--3.news-posts .card:nth-child(9),
    .category-news .grid--3.news-posts .card:nth-child(11),
    .category-news .grid--3.news-posts .card:nth-child(12),
    .category-news .grid--3.news-posts .card:nth-child(14),
    .category-news .grid--3.news-posts .card:nth-child(15),
    .category-news .grid--3.news-posts .card:nth-child(17),
    .category-news .grid--3.news-posts .card:nth-child(18),
    .category-news .grid--3.news-posts .card:nth-child(20),
    .category-news .grid--3.news-posts .card:nth-child(21),
    .category-news .grid--3.news-posts .card:nth-child(23),
    .category-news .grid--3.news-posts .card:nth-child(24),
    .category-news .grid--3.news-posts .card:nth-child(26),
    .category-news .grid--3.news-posts .card:nth-child(27),
    .category-news .grid--3.news-posts .card:nth-child(29),
    .category-news .grid--3.news-posts .card:nth-child(30) {
        margin-right: 2%;
    }

    .news-posts .card:nth-child(4) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(4) .card-info .card-tag-title,
    .news-posts .card:nth-child(4) .card-info .card-title,
    .news-posts .card:nth-child(5) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(5) .card-info .card-tag-title,
    .news-posts .card:nth-child(5) .card-info .card-title,
    .news-posts .card:nth-child(9) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(9) .card-info .card-tag-title,
    .news-posts .card:nth-child(9) .card-info .card-title,
    .news-posts .card:nth-child(10) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(10) .card-info .card-tag-title,
    .news-posts .card:nth-child(10) .card-info .card-title {
        color: #fff !important;
    }

    .news-posts .card:nth-child(4) .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: 40px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-posts .card:nth-child(4) .card-info .card-title,
    .news-posts .card:nth-child(5) .card-info .card-title,
    .news-posts .card:nth-child(9) .card-info .card-title,
    .news-posts .card:nth-child(10) .card-info .card-title {
        height: auto;
        font-size: 32px;
        line-height: 133%;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .news-posts .card:nth-child(4) .card-date,
    .news-posts .card:nth-child(5) .card-date,
    .news-posts .card:nth-child(9) .card-date,
    .news-posts .card:nth-child(10) .card-date {
        color: #DADCE0;
        position: relative;
        bottom: auto;
        left: 0;
    }

    .news-posts .card:nth-child(4):before,
    .news-posts .card:nth-child(5):before,
    .news-posts .card:nth-child(9):before,
    .news-posts .card:nth-child(10):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;
    }

    .news-posts .card:nth-child(4):hover:before,
    .news-posts .card:nth-child(5):hover:before,
    .news-posts .card:nth-child(9):hover:before,
    .news-posts .card:nth-child(10):hover:before {
        opacity: 0.9;
    }

    .news-posts .card:nth-child(4):before,
    .news-posts .card:nth-child(5):before,
    .news-posts .card:nth-child(9):before,
    .news-posts .card:nth-child(10):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;
    }

    .news-posts .card:nth-child(4):hover:before,
    .news-posts .card:nth-child(5):hover:before,
    .news-posts .card:nth-child(9):hover:before,
    .news-posts .card:nth-child(10):hover:before {
        opacity: 0.9;
    }

    .news-posts .card:nth-child(4) img,
    .news-posts .card:nth-child(5) img,
    .news-posts .card:nth-child(9) img,
    .news-posts .card:nth-child(10) img {
        height: 100%;
    }

    .news-posts .card:nth-child(4) .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: 40px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-posts .card:nth-child(4) .card-tags,
    .news-posts .card:nth-child(5) .card-tags,
    .news-posts .card:nth-child(9) .card-tags,
    .news-posts .card:nth-child(10) .card-tags {
        z-index: 2;
    }

    .news-posts .card:nth-child(4) .card-link,
    .news-posts .card:nth-child(5) .card-link,
    .news-posts .card:nth-child(9) .card-link,
    .news-posts .card:nth-child(10) .card-link {
        z-index: 1;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .lang-box-header {
        right: 175px;
    }

    .header .box .navigation-list {
        right: 237px !important;
    }

    .no-lang-options+.header .navigation-list {
        right: 190px !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .thank-you-block .xl7 img {
        max-width: 650px;
        right: -80px;
    }

    .nft_icon h3 {
        word-break: break-all;
    }
}

@media only screen and (max-width: 1024px) {
    .lang-box-footer {
        right: 32px;
    }

    .link-icon.show svg path,
    .next-link-icon svg path {
        fill: #131313 !important;
    }

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

    .parent-link .sub-menu li a svg {
        left: 0;
        top: 13px;
        z-index: 1;
        width: 24px;
        height: 24px;
    }

    .top-menu .sub-menu li svg path {
        stroke-width: 1;
    }

    #menu-mobile-menu .sub-menu>li>a:hover {
        background: #f7f7f7;
    }

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

    #menu-mobile-menu>li:last-child>a:after {
        display: none;
    }

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

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

    .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;
    }

    .next-link-icon,
    .link-icon {
        position: absolute;
        right: 22px;
        top: 13px;
        width: 40px;
        height: 40px;
        z-index: 1;
        padding: 0 !important;
        opacity: .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 {
        opacity: 1;
        top: 3px;
        right: -10px;
    }

    .sidenav li>a {
        color: rgba(255, 255, 255, .7);
        display: block;
        font-size: 16px;
        font-weight: 400;
        height: 68px;
        padding: 23px 32px;
        font-family: inter, sans-serif;
        white-space: nowrap;
        text-transform: uppercase
    }

    .sidenav .collapsible-body {
        padding: 0
    }

    .current-menu-item>a[title="Graphene and BitShares"]>svg path {
        stroke: transparent;
        fill: #1365FF;
    }

    .mega-menu,
    .header {
        display: none;
    }

    .logo {
        width: 112px;
        height: 25px;
        margin: -24px 0 53px 32px !important;
    }

    .sidenav {
        padding-top: 40px !important;
    }

    .btn-sidenav-close {
        top: 10px !important;
        right: 24px !important;
        left: auto !important;
    }

    .btn-mobile-contacts {
        width: 240px;
        height: 50px;
        font-size: 16px;
        line-height: 19px;
    }

    .mobile-nav {
        background: transparent;
    }

    .mobile-nav-odc {
        position: absolute;
    }

    .h-logo-calculation:after {
        margin: 1px 0 0 10px;
    }

    .sidenav-trigger {
        position: absolute;
        right: 15px;
    }

    .mobile-logo {
        width: 94px;
        height: 26px;
        margin: 2px 0 0 15px;
        display: block;
    }

    .white-header .mobile-nav:not(.scroll) .mobile-logo svg path {
        fill: #ffffff;
    }

    #menu-icon .bar {
        background: #131313;
    }

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

    .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);
    }

    .btn-mobile-contacts {
        background: #1365FF;
        border-color: #1365FF;
        color: #fff;
    }

    .btn-mobile-contacts-wrap {
        margin: 130px auto 0;
        width: 353px;
        height: 56px;
    }

    .btn-mobile-contacts-wrap .contacts-link {
        background: #fff;
        border: none;
        border-radius: 28px;
        height: 56px !important;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 16px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #1365ff;
        width: 100%;
        padding: 20px 10px !important;
    }

    .contacts-social-list-menu-wrap {
        margin: 24px auto 0;
        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;
    }

    .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;
    }

    .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;
    }

    .first-parent-link-active {
        color: #131313 !important;
    }
}

@media only screen and (max-width: 1023.98px) {
    .cta-block strong {
        padding-right: 70px;
    }

    .banner-widget a.btn-learn-more {
        max-width: none;
        width: auto;
        padding-right: 44px;
        padding-left: 30px;
    }

    .banner-link-content br {
        display: none;
    }

    .article-content b {
        font-size: 15px !important;
    }

    .similar-content {
        padding: 40px;
    }

    .similar-pic {
        max-width: 427px;
    }

    .similar-info {
        max-width: 509px;
    }

    .banner-widget-home {
        height: 200px;
        top: 1005px;
    }

    .banner-widget-home a.btn-learn-more {
        top: 72px;
    }

    .banner-widget-home h3 {
        margin-bottom: 0;
        margin-left: 16px;
        max-width: 440px;
    }

    .home .archive-second-grid .card:nth-child(7),
    .home .archive-second-grid .card:nth-child(8),
    .home .archive-second-grid .card:nth-child(9) {
        margin-top: 0;
    }

    .home .archive-second-grid .card:nth-child(5),
    .home .archive-second-grid .card:nth-child(6) {
        margin-top: 249px;
    }

    #commentform div.error[for="hidden_recaptcha_comment"] {
        bottom: 145px;
    }

    .news-posts .card:nth-child(1),
    .news-posts .card:nth-child(2) {
        margin-bottom: 336px;
    }

    .news-posts .card:nth-child(6) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(6) .card-info .card-tag-title,
    .news-posts .card:nth-child(6) .card-info .card-title,
    .news-posts .card:nth-child(5) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(5) .card-info .card-tag-title,
    .news-posts .card:nth-child(5) .card-info .card-title,
    .news-posts .card:nth-child(9) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(9) .card-info .card-tag-title,
    .news-posts .card:nth-child(9) .card-info .card-title,
    .news-posts .card:nth-child(10) .card-tags a[rel="tag"],
    .news-posts .card:nth-child(10) .card-info .card-tag-title,
    .news-posts .card:nth-child(10) .card-info .card-title {
        color: #fff !important;
    }

    .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: 40px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-posts .card:nth-child(6) .card-info .card-title,
    .news-posts .card:nth-child(5) .card-info .card-title,
    .news-posts .card:nth-child(9) .card-info .card-title,
    .news-posts .card:nth-child(10) .card-info .card-title {
        height: auto;
        font-size: 24px;
        line-height: 133%;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .news-posts .card:nth-child(6) .card-date,
    .news-posts .card:nth-child(5) .card-date,
    .news-posts .card:nth-child(9) .card-date,
    .news-posts .card:nth-child(10) .card-date {
        color: #DADCE0;
        position: relative;
        bottom: auto;
        left: 0;
    }

    .news-posts .card:nth-child(6):before,
    .news-posts .card:nth-child(5):before,
    .news-posts .card:nth-child(9):before,
    .news-posts .card:nth-child(10):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;
    }

    .news-posts .card:nth-child(6):hover:before,
    .news-posts .card:nth-child(5):hover:before,
    .news-posts .card:nth-child(9):hover:before,
    .news-posts .card:nth-child(10):hover:before {
        opacity: 0.9;
    }

    .news-posts .card:nth-child(6):before,
    .news-posts .card:nth-child(5):before,
    .news-posts .card:nth-child(9):before,
    .news-posts .card:nth-child(10):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;
    }

    .news-posts .card:nth-child(6):hover:before,
    .news-posts .card:nth-child(5):hover:before,
    .news-posts .card:nth-child(9):hover:before,
    .news-posts .card:nth-child(10):hover:before {
        opacity: 0.9;
    }

    .news-posts .card:nth-child(6) img,
    .news-posts .card:nth-child(5) img,
    .news-posts .card:nth-child(9) img,
    .news-posts .card:nth-child(10) img {
        height: 100%;
    }

    .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: 40px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-posts .card:nth-child(6) .card-tags,
    .news-posts .card:nth-child(5) .card-tags,
    .news-posts .card:nth-child(9) .card-tags,
    .news-posts .card:nth-child(10) .card-tags {
        z-index: 2;
    }

    .news-posts .card:nth-child(6) .card-link,
    .news-posts .card:nth-child(5) .card-link,
    .news-posts .card:nth-child(9) .card-link,
    .news-posts .card:nth-child(10) .card-link {
        z-index: 1;
    }

    .article-author-info {
        padding: 0 0 0 40px;
    }

    body {
        background: url(images/parts/bg_waves_t.svg) #F7F7F7;
    }

    .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: 335px;
    }

    .g-recaptcha {
        position: absolute;
        margin-top: 230px;
        left: 50%;
        margin-left: -151px;
    }

    .logged-in #commentform .form-submit {
        margin-top: 30px;
    }

    .comment-notes {
        bottom: 75px;
        left: 0;
    }

    .related-posts .row .col:last-child {
        display: none;
    }

    .full-cards .card .card-info .card-title {
        font-size: 24px;
    }

    .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
    }

    .footer-medium {
        padding: 32px 0;
    }

    .f-nav-contacts a,
    .f-nav-contacts p,
    .f-nav-list li a {
        font-size: 14px;
    }

    .footer-social-list {
        width: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    }

    .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;
    }

    .article-banner {
        padding: 160px 0 152px;
    }

    .article-content h5 {
        margin-bottom: 10px;
    }

    .article-content ul li:before {
        margin: 10px 0 0 -20px;
    }

    .comments-area {
        margin-top: 72px;
        border-radius: 32px;
        padding: 64px 40px 72px;
    }

    .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;
    }

    .related-banner .banner-widget a.btn-learn-more span {
        width: auto;
        left: 0;
    }

    .related-banner .banner-widget a.btn-learn-more {
        width: auto;
        max-width: none;
    }

    .after-article-content {
        padding-bottom: 32px;
        border-radius: 0 0 40px 40px;
    }

    .article-related-title {
        margin-top: 72px;
    }

    .related-slider .slick-slide {
        margin-left: 15px;
    }

    .related-slider .slick-list {
        margin-left: -15px;
    }

    .search-field-single {
        font-size: 32px;
    }

    .btn-clear {
        bottom: 13px;
    }

    .search-header .box {
        padding-top: 120px;
        background-position: left 15px bottom;
        background-size: 424px auto
    }

    .no-results.not-found {
        padding-top: 50px;
    }

    .no-results.not-found p {
        font-size: 16px;
    }

    .home .grid--2-1 .grid-item-2 .card:before {
        width: 155px;
        height: 201px;
    }

    a.btn-orange {
        padding: 18px 10px !important;
    }

    .copyright-1023 {
        display: block;
        padding: 5px 0 0 0;
        font-size: 12px;
        line-height: 21px;
        color: rgba(255, 255, 255, .5);
        text-align: right;
    }

    .copyright {
        font-size: 10px;
        padding-right: 35px
    }

    .error-404-block {
        padding: 0 65px;
    }

    .error-404-img {
        margin-top: -40px;
    }

    .p18 {
        font-size: 15px;
    }

    .error-404-text {
        padding-top: 60px;
    }

    .error-404-text h3 br {
        display: none;
    }

    .search-form-mobile {
        display: block;
    }

    .home-nav .grid-item:nth-child(1),
    .home-nav .grid-item:nth-child(2) {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 2%;
    }

    .home-nav .grid-item:nth-child(2) {
        margin-right: 0;
    }

    .home-nav .grid-item:nth-child(3) {
        display: none;
    }

    a.btn-category {
        height: 50px;
        padding: 15px;
        font-size: 16px;
        line-height: 1.4;
        background-position: top 20px right 15px;
    }

    .home-nav {
        margin-bottom: 15px;
    }

    h1 {
        font-size: 40px;
    }

    .tagged-posts.active,
    .category .grid-posts {
        margin-top: 40px;
    }

    .category-title {
        margin-bottom: 32px;
    }

    .category-title+h6 {
        font-size: 20px;
        max-width: 506px;
        margin: 0 auto 40px;
    }

    .grid--3 .item,
    .grid--1-2 .grid-item-1,
    .grid--3 .card {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 2%;
    }

    .grid--1-2 .grid-item-2 {
        display: none;
    }

    .grid--2-1 .grid-item-banner,
    .archive-first-grid .grid-item-banner {
        position: absolute;
        height: 146px;
        width: auto;
        right: 0;
        left: 0;
        top: 550px;
    }

    .archive-first-grid .grid-item-banner {
        top: 980px;
        height: 256px;
    }

    .grid--2-1 .grid-item-banner .banner-widget,
    .archive-first-grid .grid-item-banner .banner-widget {
        height: 256px;
        padding: 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%);
    }

    .banner-widget img {
        height: 256px;
    }

    .banner-widget a {
        left: 40px;
        z-index: 1;
    }

    .home .grid-posts .card:nth-child(1),
    .home .grid-posts .card:nth-child(2) {
        margin-bottom: 40px;
    }

    .grid--2-1 .grid-item-2 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

    .grid--3 .card:nth-child(3n) {
        margin-right: 2%;
    }

    .grid--3 .grid-item:nth-child(3n),
    .grid--3 .card:nth-child(2n) {
        margin-right: 0;
    }

    .btn.loadMoreBtn,
    a.btn-ghost {
        height: 50px;
        font-size: 16px;
        padding: 16px;
    }

    .content {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .btn-case {
        border-radius: 50px;
        font-size: 16px;
        height: 70px;
        padding: 15px 20px 15px 75px;
    }

    .btn-case:before {
        top: 12px;
        left: 20px;
        width: 40px;
        height: 51px;
    }

    [type="radio"]:not(:checked)+span,
    [type="radio"]:checked+span {
        font-size: 15px;
    }

    .btn-cookie-close {
        background: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        right: -15px;
        top: 0;
    }

    .btn-cookie-close svg {
        width: 16px;
        height: 16px;
    }

    .btn-cookie-close svg path {
        fill: #778BF5;
    }

    .cookie-content .p-main {
        margin-bottom: 10px;
        padding-right: 63px;
        font-size: 11px;
    }

    .cookie-content .p-main+p {
        padding-right: 390px;
        font-size: 11px;
    }

    .btn-cookie-accept {
        right: 120px;
        top: auto;
        bottom: 20px;
    }

    .cookie-content {
        padding: 20px 0 36px 0;
    }

    #cookie_informer {
        -webkit-box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
        box-shadow: 5px -5px 20px rgba(119, 139, 245, 0.2);
    }

    #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;
    }

    .contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-close {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }

    .btn-close svg {
        width: 16px;
        height: 16px;
    }

    .main-reg {
        font-size: 15px;
    }

    .btn-cookie-accept {
        padding: 13px;
        font-size: 16px;
        height: 50px;
        line-height: 1.5;
    }

    .btn-cookie-accept {
        height: 50px;
    }

    h3 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .breadcrumbs {
        margin-bottom: 30px;
    }

    .main-reg br {
        display: none;
    }

    .row-wide {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .row-wide .col {
        padding: 0 7.5px;
    }

    h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    .thanks-page-text h1 {
        font-size: 64px;
    }

    .f-nav h5 {
        font-size: 16px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 32px;
    }

    .slick-dots li.slick-active button:before {
        color: #1365FF;
    }

    .olway-slider .slick-dots li button:before {
        color: transparent;
    }

    .slick-dots {
        bottom: -45px;
        z-index: 1;
    }

    .modal-form {
        width: 738px;
        margin-left: -369px;
        padding: 30px 0 40px 0;
        overflow-x: hidden;
    }

    .btn-exit {
        top: 15px;
        right: 15px;
    }

    .footer-links a {
        margin: 0 0 0 20px;
        font-size: 14px;
    }

    .footer-links {
        padding: 15px 0 0 0px;
        margin: 0
    }

    .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -48px 0px 0 50px;
    }

    .checkboxes-wrap span.wpcf7-not-valid-tip {
        margin: -35px 0px 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.99px) {
    .box {
        padding-left: 32px;
        padding-right: 32px;
    }

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

    .row .col {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .banner-widget-home a.btn-learn-more {
        max-width: 200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .only-m {
        display: block;
    }

    .not-m {
        display: none !important;
    }

    .vendor-block {
        margin-left: -16px;
        margin-right: -16px;
    }

    .cta-block {
        display: block;
    }

    .cta-block strong {
        padding-right: 0;
        display: block;
        margin-bottom: 20px;
    }

    .cta-block p {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .vendor-pic-content {
        padding: 28px 20px 32px 16px;
    }

    .vendor-desc {
        padding: 16px 16px 20px 16px;
    }

    .article-content>strong {
        display: block;
        padding-right: 0;
        margin-bottom: 32px;
    }

    .cta-block .btn {
        max-width: 198px;
    }

    .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;
    }

    .lang-box-footer {
        top: 20px;
        right: 16px;
    }

    .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 40px;
    }

    .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: 115px;
    }

    .article-related-title {
        margin: 48px 0 24px;
    }

    .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;
    }

    .news-posts .card:nth-child(1) {
        margin-bottom: 24px;
    }

    .news-posts .card:nth-child(2) {
        margin-bottom: 385px;
    }

    .news-posts .card:nth-child(1),
    .news-posts .card:nth-child(2) {
        height: 430px;
    }

    .home .archive-second-grid .card {
        height: 430px;
    }

    .home .archive-second-grid .card:nth-child(5),
    .home .archive-second-grid .card:nth-child(6) {
        margin-top: 0;
    }

    .home .archive-second-grid .card:nth-child(4) {
        margin-top: 334px;
    }

    .banner-widget-home {
        height: 308px;
        top: 1364px;
    }

    .banner-widget-home {
        border-radius: 8px;
        padding: 32px 24px;
    }

    .banner-widget-home h3 {
        font-size: 28px;
        margin-left: 0;
    }

    .banner-widget-home a.btn-learn-more {
        top: auto;
        bottom: 40px;
        left: 24px;
    }

    .news-posts .card:nth-child(1) .card-info,
    .news-posts .card:nth-child(2) .card-info {
        height: 230px !important;
    }

    .news-posts .card:nth-child(1) .card-info span,
    .news-posts .card:nth-child(2) .card-info span {
        position: absolute;
        bottom: 28px;
        left: 24px;
    }

    .news-posts .card:nth-child(1) .card-info span.card-tag-title,
    .news-posts .card:nth-child(2) .card-info span.card-tag-title {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .news-posts .card:nth-child(1) .card-info .card-title {
        height: 98px;
    }

    .thanks-page-text {
        margin-left: 0;
        max-width: 375px;
    }

    .thank-you-block .col img {
        float: none;
    }

    .thanks-page-text h1 {
        margin-bottom: 32px;
        font-size: 40px;
    }

    .thanks-page-text h3 {
        margin-bottom: 0;
        font-size: 28px;
    }

    .thanks-page-text p {
        margin: 24px 0 40px;
        font-size: 14px;
    }

    .bg-bottom {
        left: 0;
    }

    .btn {
        width: 100%;
        max-width: 382px;
    }

    .archive-content {
        padding-bottom: 30px;
    }

    .f-nav-title img {
        position: absolute;
        display: block;
        top: 19px;
        right: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .f-nav h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .f-nav-title h5 {
        margin-bottom: 0;
    }

    footer {
        margin-top: -1px;
    }

    .f-nav-title {
        padding: 20px 0 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        position: relative;
        cursor: pointer
    }

    .f-nav-title-switcher {
        height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .f-nav-contacts {
        margin: 0;
        display: block;
    }

    .footer-medium {
        padding: 20px 0 24px;
    }

    .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-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-content,
    .footer-content-left {
        -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-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-content-right img,
    .footer-content-right:after {
        display: none;
    }

    .f-nav-title-switcher.show {
        height: auto;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .f-nav-title.active img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .f-nav-title.active {
        padding-bottom: 3px;
    }

    .footer-content-right {
        min-height: auto;
        width: 100%;
    }

    .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0 24px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .search.search-no-results .content {
        padding-bottom: 25px;
    }

    ol li::marker,
    h3 {
        font-size: 28px;
    }

    .article-content h3 {
        font-size: 20px;
    }

    .nft_icon h3 {
        font-size: 20px;
        max-width: 200px;
    }

    .nft_icons {
        margin: 40px auto;
        padding: 24px 24px 4px 24px;
    }

    .nft_icon {
        margin-bottom: 28px;
    }

    .tagged-posts.active {
        margin-top: 15px;
    }

    .fake-select span {
        font-size: 16px;
    }

    .comment-notes {
        bottom: 55px;
    }

    .archive-first-grid .card:nth-child(1),
    .home .grid-posts .card:nth-child(1) {
        margin-bottom: 15px;
    }

    .archive-first-grid .card:nth-child(2),
    .home .grid-posts .card:nth-child(2) {
        margin-bottom: 350px;
    }

    .grid--2-1 .grid-item-banner,
    .archive-first-grid .grid-item-banner {
        height: 320px;
        top: 745px;
    }

    .archive-first-grid .grid-item-banner {
        top: 1340px;
        height: 308px;
    }

    .grid--2-1 .grid-item-banner .banner-widget,
    .archive-first-grid .grid-item-banner .banner-widget {
        height: 308px;
        padding: 32px 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%;
    }

    .copyright-1023 {
        padding-top: 0;
        text-align: center;
    }

    .search-mobile-active .search-form-mobile {
        right: 15px;
        width: auto;
        max-width: none;
        left: 15px;
    }

    .search-mobile-active .mobile-logo,
    .search-mobile-active .sidenav-trigger {
        display: none;
    }

    .main-reg {
        font-size: 14px;
    }

    .home-banner-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

    .home-banner-img {
        display: none;
    }

    .category-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    h1 {
        font-size: 32px;
    }

    .category-title+h6 {
        margin-bottom: 48px;
    }

    .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;
    }

    .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;
    }

    .full-cards .card {
        height: 372px;
    }

    .home .grid-item-2 .card {
        height: 280px;
    }

    .grid--3 .grid-item,
    .grid--1-2 .grid-item-1,
    .grid--3 .card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

    .grid--1-2 .grid-item:nth-child(3n),
    .grid--3 .card:nth-child(3n) {
        margin-right: 0;
    }

    .card-info {
        left: 15px;
        bottom: 20px;
        right: 15px;
    }

    .content {
        padding-bottom: 40px;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-xs {
        display: block;
    }

    .modal-form {
        width: auto;
        margin-left: 0;
        padding: 40px 0;
        left: 15px;
        right: 15px;
    }

    .sidenav {
        padding-top: 14px;
    }

    .logo {
        margin: 0 auto 50px auto;
        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;
    }

    .full-cards .card .card-info {
        padding: 28px 24px;
    }

    .full-cards .card .card-info .card-title {
        margin: 8px 0 20px;
    }
}

@media only screen and (max-width: 624px) {

    .lang-box-sidebar {
        left: 16px;
    }

    .breadcrumbs-xs-wrap {
        position: relative;
        z-index: 1;
        background: #131313;
        height: 50px;
        padding: 5px 16px;
        margin-top: -1px;
    }

    .breadcrumbs-xs-wrap:after {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: 1px;
        background: rgba(255, 255, 255, .15);
        left: 16px;
        right: 16px;
        bottom: 1px;
    }

    .banner-wrapper {
        padding: 32px 24px 140px 24px;
    }

    .banner-wrapper:after {
        top: auto;
        right: 40px;
        bottom: 24px;
    }

    body {
        background: url(images/parts/bg_waves_m.svg) #F7F7F7;
    }

    #menu-mobile-menu>li>a:after {
        left: 16px;
        right: 16px;
    }

    .next-link-icon,
    .link-icon {
        right: 7px;
    }

    .next-link-icon {
        right: -9px;
    }

    .top-menu>.menu-item-has-children>a+.sub-menu {
        padding: 0 16px;
    }

    .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;
    }

    .contacts-social-list-menu-wrap .contacts-social-list {
        max-width: 100%;
    }

    .article-content h2 {
        margin: 40px 0 32px;
    }

    .comments-title,
    .comments-title span {
        font-size: 18px;
    }

    .article-content ul {
        margin: 28px 0;
    }

    .article-content ul li:before {
        margin: 10px 0 0 -15px;
    }

    .article-content iframe {
        margin: 20px 0;
    }

    .search-field-single {
        font-size: 28px;
        padding: 10px;
    }

    .search-header .box {
        padding-top: 100px;
        background-size: 290px auto;
        padding-bottom: 40px;
    }

    .no-results.not-found {
        padding-top: 40px;
    }

    .no-results.not-found p br {
        display: block;
    }

    .home .grid--2-1 .grid-item-2 .card:before {
        width: 130px;
        height: 174px;
    }


    .error-404-img {
        margin-top: -20px;
    }

    .error-404-block {
        padding: 0;
    }

    .error-404-text {
        padding-top: 30px;
    }

    .error-404-text h3 {
        margin: 20px 0 5px;
    }

    .top-menu li a {
        height: 64px;
        padding: 22px 16px;
    }

    .modal-form {
        padding-bottom: 40px;
    }

    #nav-mobile .logo {
        margin: -24px 0 29px 16px !important;
    }

    .btn-sidenav-close {
        right: 13px !important;
    }

    .cookie-content {
        padding: 20px 0;
    }

    .cookie-content .p-main+p {
        font-weight: 300;
    }

    .cookie-content .p-main {
        padding-right: 50px;
    }

    .cookie-content .p-main+p {
        padding-right: 152px;
    }

    .btn-cookie-accept {
        right: 0;
        width: 137px;
        bottom: 20px;
        top: auto;
    }

    .slick-dots {
        bottom: -40px;
    }

    .thanks-page-text h4 {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.4;

        font-weight: 400;
    }

    .sidenav {
        width: 100%;
        max-width: 400px;
    }

    .thank-you-block {
        padding-top: 75px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .blockchain-dev {
        padding-top: 75px;
    }

    .copyright {
        display: block;
    }

    .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%;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-xs-wrap,
    .breadcrumbs-xs {
        display: block;
        text-align: left;
    }

    .breadcrumbs-xs {
        margin: 0;
        position: relative;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: none;
        color: #fff;
    }

    .breadcrumbs-xs a {
        position: relative;
    }

    a.breadcrumbs-xs-logo {
        top: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }

    .archive .content {
        padding-bottom: 0;
        min-height: auto;
    }

    .archive.tag .content .grid {
        min-height: 50vh
    }

    .archive.tag .content {
        padding-bottom: 20px;
    }

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

    .breadcrumbs-xs .separator {
        background-image: url(images/icons/separator-xs.svg);
        margin: 0 4px;
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    .breadcrumbs-xs-logo {
        display: inline-block;
    }

    .breadcrumbs-xs-logo img {
        display: inline-block;
    }

    .breadcrumbs-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs span:nth-last-child(1) {
        position: relative;
        color: #fff;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 20px
    }

    .article-content h3 {
        margin-bottom: 24px;
    }

    .banner-link-content h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    iframe {
        width: 100%;
        height: 300px;
    }

}

@media only screen and (max-width: 480px) {
    .cookie-content-xl {
        display: none;
    }

    .cookie-content-xs {
        display: block;
    }

    .blue-bottom {
        background-image: url(images/parts/blue_bottom_xs.png);
        background-size: contain;
    }

    .table-wrapper {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .table-wrapper table {
        width: 480px;
    }
}

@media only screen and (max-width: 400px) {
    picture img {
        display: block;
        margin: 0 auto;
    }

    iframe {
        height: 190px;
    }
}


@media only screen and (max-width: 360px) {

    .btn.loadMoreBtn,
    #commentform input.btn-orange,
    a[class*="btn-"] {
        max-width: 100%;
    }

    .banner-widget a {
        right: 20px;
        left: 20px;
        width: auto;
    }

    .share {
        max-width: 250px;
    }
}

@media only screen and (max-width: 374px) {
    iframe {
        height: 160px;
    }
}