*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: unset;
}

/* ios */
input,
input:before,
input:after,
textarea {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    color: unset;
    text-decoration: none;
}

img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

a {
    cursor: pointer;
}


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

@font-face {
    font-family: "Inter";
    src: local("Inter-SemiBold"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: local("Inter-Medium"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "DINPro";
    src: local("dinpro_medium"), url("../fonts/dinpro_medium.woff2") format("woff2"), url("../fonts/dinpro_medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    --color-first: red;
    --color-second: #3EA2FF;
    --color-accent: #3EA2FF;
    --color-footer-title: #9AACD0;
    --color-dark: #2A2D38;
    --color-gray: #4C5563;
    --color-chat: #131E33;
    --color-black: #131E33;
    --gradient-text: linear-gradient(90deg, #b93af4, #7badfa, #69dbff);
    --anim4: 0.4s ease-in-out;
    --anim2: 0.2s ease-in-out;
    --anim1: 0.1s ease;
    --footer-offset: 220px;
}

html {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--color-dark);
    cursor: default;
}

h1,
.h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

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

    h1,
    .h1 {
        font-size: 43px;
    }
}

h2,
.h2 {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 20px;
}

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

    h2,
    .h2 {
        font-size: 30px;
    }
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 20px;
}

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

    h3,
    .h3 {
        font-size: 22px;
    }
}

h4,
.h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 20px;
}

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

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

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

    h5,
    .h5 {
        font-size: 18px;
    }
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
}

h2.type-2 {
    font-weight: 500;
}

p {
    font-size: 1rem;
    line-height: 1.8;
}

p a {
    color: #6c72f1;
}

p a:hover {
    opacity: 0.7;
}

p~p {
    margin-top: 20px;
}

b {
    font-weight: 600;
}

i {
    font-style: italic;
}

.section {
    padding: 50px 0;
}

/*@media only screen and (max-width: 993px) {*/
/*    .section {*/
/*        padding: 60px 0;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1440px) {*/
/*    .section {*/
/*        padding: 80px 0;*/
/*    }*/
/*}*/

.section:first-of-type {
    padding-top: 0;
}

@media only screen and (min-width: 1240px) {
    .section--spacing-lg {
        padding: 130px 0;
    }
}

@media only screen and (min-width: 1650px) {
    .section--spacing-lg {
        padding: 180px 0;
    }
}

/*@media only screen and (min-width: 1800px) {*/
/*    .section--spacing-lg {*/
/*        padding: 230px 0;*/
/*    }*/
/*}*/

.section__title {
    margin-bottom: 110px;
}

@media only screen and (max-width: 1650px) {
    .section__title {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 1240px) {
    .section__title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .section__title {
        margin-bottom: 40px;
    }
}

.m-0 {
    margin: 0 !important;
}

section.content {
    padding: 80px 0;
}

.content-block {
    font-weight: 400;
}

.content-block>*:first-child {
    margin-top: 0 !important;
}

.content-block>*:not(:first-child) {
    margin-top: 35px;
    margin-bottom: 0;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
    margin-top: min(80px, 15vw) !important;
    margin-bottom: 20px !important;
}

/*.content-block h2 {*/
/*    font-size: 22px;*/
/*}*/

.content-block form {
    margin: 80px 0;
}

.content-block a {
    word-break: break-all;
}

.content-block p~p {
    margin-top: 20px;
}

.content-block li {
    line-height: 1.8;
}

.content-block ul,
.content-block ol {
    margin-top: 0 !important;
    padding-left: 1rem;
}

.content-block ul li:not(:last-of-type),
.content-block ol li:not(:last-of-type) {
    margin-bottom: 12px;
}

.content-block ul li {
    list-style-type: disc;
}

.content-block ol li {
    list-style-type: decimal;
}

.content-block ul li ul,
.content-block ul li ol,
.content-block ol li ul,
.content-block ol li ol {
    margin-top: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.content-block ul li ul li,
.content-block ol li ul li {
    list-style-type: circle;
}

.content-block p,
.content-block li {
    hyphens: auto;
    text-align: justify;
}

.content-block p {
    font-weight: 400;
}

.content-block img,
.content-block iframe,
.content-block video {
    display: flex;
    width: auto;
    max-width: 100%;
    margin: 80px auto;
}

.content-block p:first-of-type img,
.content-block p:first-of-type iframe,
.content-block p:first-of-type video {
    margin-top: 0;
}

.content-block p:last-of-type img,
.content-block p:last-of-type iframe,
.content-block p:last-of-type video {
    margin-bottom: 0;
}

.content-block strong {
    font-weight: bold;
}


/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 5px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background: #CECECE;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background: #303030;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background: #272727;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background: #272727;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.btn--burger {
    --line-offset: 2px;
    --color: #000;
    --color-active: var(--color-second);
    position: relative;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.btn--burger span {
    position: absolute;
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 2px;
    background: var(--color);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
}

.btn--burger span:nth-child(1) {
    top: 0;
}

.btn--burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn--burger span:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn--burger.js-active span {
    top: 50%;
    /*background: var(--color-active);*/
    /*background: linear-gradient(336.94deg, #78CCFF -129.36%, #D79CFF 288.85%);*/
    background: linear-gradient(327.84deg, #78CCFF -0.46%, #D79CFF 67.85%);
    background-clip: padding-box, border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn--burger.js-active span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.btn--burger.js-active span:nth-child(2) {
    opacity: 0;
}

.btn--burger.js-active span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.container {
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1480px;
    width: 77.08%;
}

@media only screen and (max-width: 1650px) {
    .container {
        width: 80%;
    }
}

@media only screen and (max-width: 1240px) {
    .container {
        width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 100px 0 0 0;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.site-wrap {
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 551px);
}

.btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 40px;
    padding: 28px 35px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
    cursor: pointer;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(-30.89%, #bf45f8), color-stop(33.57%, #967dfb), color-stop(82.1%, #75abfe), color-stop(132.55%, #75ddfe));
    background: -o-linear-gradient(left, #bf45f8 -30.89%, #967dfb 33.57%, #75abfe 82.1%, #75ddfe 132.55%);
    background: linear-gradient(90deg, #bf45f8 -30.89%, #967dfb 33.57%, #75abfe 82.1%, #75ddfe 132.55%);
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.btn img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

.btn:hover {
    -webkit-box-shadow: 0 5px 20px -10px #8e8dff;
    box-shadow: 0 5px 20px -10px #8e8dff;
}

.btn:hover::before {
    -webkit-transform: translate(-50%) scale(2);
    -ms-transform: translate(-50%) scale(2);
    transform: translate(-50%) scale(2);
}

.btn--link {
    margin: 0 auto;
    border: 1px solid var(--color-second);
    padding: 10px 26px;
    font-size: 18px;
    color: var(--color-second);
    background: unset;
}

.btn--link img {
    margin-left: 11px;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background: var(--color-accent);
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background: #6c72f1;
    opacity: 1;
}

.title {
    text-align: center;
}

.title__accent {
    margin: 0 auto 18px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.21;
}

.title-top {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #9aacd0;
}

.subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.chat__wrap {
    position: relative;
    /*bottom: calc(var(--footer-offset) * -1 + 0px);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto;
    /*margin-top: calc(var(--footer-offset) * -1 + 0px);*/
    border-radius: 19px;
    padding: 60px 0;
    max-width: 450px;
    /*text-align: center;*/
    color: #fff;
    background: var(--color-chat);
}

.chat__wrap::before {
    content: "";
    position: absolute;
    left: -100px;
    right: 0;
    top: 0;
    bottom: 0;
    background: center/cover no-repeat url("../img/chat-bg.svg");
}

.chat__wrap h2 {
    text-align: center;
    /*margin-bottom: 40px;*/
}

.chat__title {
    /*margin-bottom: 40px;*/
    padding: 0 20px;
}

.chat__img {
    display: none;
}

.chat__img img {
    margin-bottom: -70px;
    -o-object-position: right;
    object-position: right;
}

.chat__text {
    flex: 0 0 43%;
    padding-right: min(80px, 6vw);
    padding-left: 20px;
}

.chat__text ul {
    list-style: disc;
}

.chat__text ol {
    list-style: decimal;
}

.chat__text ul,
.chat__text ol {
    padding-left: 16px;
    margin-top: 15px !important;
}

.chat__text li {
    line-height: 1.8125;
}

.chat__text li:not(:last-of-type) {
    margin-bottom: 10px;
}

.chat__text strong {
    font-weight: bold;
}

.chat__title,
.chat__img {
    position: relative;
    z-index: 5;
}

.chat__wrap .btn {
    margin: 0 auto;
    text-wrap: nowrap;
}

.advantages {
    --bg: #131e33;
    --brs: 23px;
    margin: 0 auto;
    border-radius: 15px;
    max-width: 500px;
    color: #fff;
    background: var(--bg);
}

.advantages__item {
    margin: 0 40px;
    padding: 50px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.advantages__item:not(:last-child) {
    border-bottom: 1px solid #30446a;
}

.advantages__title {
    margin-bottom: 28px;
    font-size: 75px;
}

.advantages__tag {
    position: relative;
    z-index: 5;
    margin: 0 auto 40px;
    border-radius: var(--brs);
    padding: 8px 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 600;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#b93af4), color-stop(#7badfa), to(#69dbff));
    background: -o-linear-gradient(left, #b93af4, #7badfa, #69dbff);
    background: linear-gradient(90deg, #b93af4, #7badfa, #69dbff);
}

.advantages__tag::before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: -1;
    display: block;
    border-radius: var(--brs);
    background: var(--bg);
}

.advantages__text {
    font-size: 16px;
    line-height: 150%;
    color: #dae1ef;
    margin-bottom: auto;
}

.advantages__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 130px;
    height: auto;
    margin: 12px auto 0;
}

.advantages__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages--light {
    --bg: #f4f9ff;
    border: 1px solid #949ded;
    color: var(--color-black);
}

.advantages--light .advantages__text {
    margin: 0 auto auto;
    /*max-width: 150px;*/
    color: var(--color-black);
}

.advantages--light .advantages__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 65px;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
}

.advantages--light .advantages__tag {
    margin-bottom: 25px;
}

.advantages--light .advantages__item:not(:last-child) {
    border-bottom: 1px solid #949ded;
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-30.89%, #bf45f8), color-stop(33.57%, #967dfb), color-stop(82.1%, #75abfe), color-stop(132.55%, #75ddfe));
    background: -o-linear-gradient(left, #bf45f8 -30.89%, #967dfb 33.57%, #75abfe 82.1%, #75ddfe 132.55%);
    background: linear-gradient(90deg, #bf45f8 -30.89%, #967dfb 33.57%, #75abfe 82.1%, #75ddfe 132.55%);
    cursor: pointer;
}

.service_page::before,
.post_page::before,
.blog_page::before,
.author_page::before,
.our-team::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 70vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#fff));
    background: -o-linear-gradient(top, #eff6ff 0%, #fff 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

h1.contact__title span {
    color: black !important;
    -webkit-text-fill-color: black;
}

.accordion-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
    cursor: pointer;
}

.accordion-wrap {
    margin: 0 auto;
    /* padding-bottom: 140px; */
    width: 100%;
    max-width: 1040px;
}

.accordion-item {
    border: 1px solid #949ded;
    border-radius: 15px;
    padding: min(20px, 5vw) min(40px, 8vw);
    color: #27273e;
    background: #fff;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.accordion-item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
    text-align: left;
}

.accordion-item.open {
    border: 1px solid #444ce7;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 8px 16px 0 #dde7f4;
    box-shadow: 0 8px 16px 0 #dde7f4;
}

.accordion-item.open .accordion-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-item.open .accordion-btn svg path {
    fill: #444ce7;
}

.accordion-content {
    display: none;
}

.accordion-content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 29px;
}

.accordion-btn {
    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;
    width: 14px;
    height: 14px;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.wp-block-image .size-full {
    width: 100%;
}

/*.page-id-18034 .post_page,*/
/*.page-id-18037 .post_page {*/
/*    padding: 120px 0 0;*/
/*}*/

.post_page {
    /*padding: calc(120px - 40px - 25px) 0 0;*/
    padding: 100px 0 0;
}

.post_page .container {
    max-width: 850px;
}

.post_page .chat {
    margin: 80px 0;
}

@media (min-width: 1024px) and (max-width: 1500px) {
    .post_page .chat .chat__img {
        display: none;
    }
}

.post_page .chat .container {
    width: 100%;
    padding: 0;
}

.post_page .back-to-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #9aacd0;
}

.post_page .back-to-blog img {
    width: 25px;
    height: 25px;
}

/*.post_page h1 {*/
/*    margin-bottom: 30px;*/
/*}*/

.post_page .author {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-areas: "image name""image date";
    grid-template-columns: 50px 1fr;
    font-weight: 500;
    gap: 10px;
}

.post_page .author__name {
    grid-area: name;
}

.post_page .author__date {
    grid-area: date;
}

.post_page .author .dot {
    display: none;
    grid-area: dot;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #797fef;
}

.post_page .author__img {
    grid-area: image;
    margin-right: 10px;
    border: 3px solid #797fef;
    border-radius: 100%;
    width: 38px;
    height: 38px;
}

.post_page .author__img img {
    border-radius: 50%;
}

.post_page .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.post_page .author-wrap .author {
    padding: 0;
    display: flex;
    align-items: center;
}

.post_page .time-read {
    font-weight: 500;
}

.post_page .time-read b {
    font-weight: 600;
}

.post_page .content {
    width: 100%;
    max-width: 850px;
}

/*.post_page .post .content {*/
/*    width: 100%;*/
/*}*/

.post_page .about-author {
    display: grid;
    grid-template-areas: "img title""text text";
    grid-template-columns: 90px 1fr;
    width: 100%;
    margin-bottom: 100px;
    padding-top: 55px;
    gap: 20px 30px;
}

.post_page .about-author__img {
    grid-area: img;
    border: 3px solid #797fef;
    border-radius: 100%;
    width: 90px;
    height: 90px;
}

.post_page .about-author__img img {
    border-radius: 50%;
}

.post_page .about-author__title {
    align-self: center;
    grid-area: title;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.post_page .about-author__text {
    grid-area: text;
    max-width: 620px;
    line-height: 25px;
}

.post_page+.footer {
    padding-top: unset;
}

.post_page .content-wrap {
    padding-bottom: 80px;
}

.post {
    padding-bottom: 80px;
}

.post img {
    border-radius: 20px;
    width: 100%;
    max-height: 616px;
    object-fit: cover;
}

.post>img:first-of-type {
    margin-bottom: 60px;

}

.post figure {
    margin-top: 40px;
}

.post iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
}

.post p,
.post li {
    font-size: 18px;
    line-height: 1.85;
}

.post ul {
    list-style: disc;
    padding: 35px 0 0 25px;
}

.post ul ul,
.post ul ol,
.post ol ol,
.post ol ul {
    padding-bottom: 30px;
}

.wp-block-table~p {
    margin-top: 0;
}

.post blockquote,
.wp-block-table td,
.wp-block-table th {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 20px min(40px, 5.5vw);
    margin: 15px 0;
    border: 1px solid #dce5f4;
    border-radius: 3px;
    background: #f5f9ff;
}

.aside__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 0;
    max-width: 850px;
}

.aside__title {
    font-weight: 600;
    font-size: 16px;
}

.aside__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.aside__socials img {
    width: 30px;
    height: 30px;
}

.aside__items {
    position: relative;
    display: block;
    font-size: 18px;
    color: #aab1b7;
}

.aside__items::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #aab1b7;
}

.aside__items::after {
    --offset: 0;
    --offset-height: 40px;
    content: "";
    position: absolute;
    top: var(--offset);
    width: 5px;
    height: var(--offset-height);
    background: #797fef;
    -webkit-transition: var(--anim4);
    -o-transition: var(--anim4);
    transition: var(--anim4);
}

.aside__items-wrap {
    display: none;
}

.aside__items li {
    padding-right: clamp(10px, calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))), 20px);
    ;
    padding-left: min(35px, 2vw);
    line-height: clamp(12px, calc(12px + (27 - 12) * ((100vw - 1024px) / (1920 - 1024))), 27px);
}

.aside__items li a {
    -webkit-transition: color var(--anim2);
    -o-transition: color var(--anim2);
    transition: color var(--anim2);
    font-size: clamp(12px, calc(12px + (18 - 12) * ((100vw - 1024px) / (1920 - 1024))), 18px);
}

.aside__items li a.active {
    font-weight: 600;
    color: #2a2d38;
}

.aside__items li:not(:last-child) {
    margin-bottom: clamp(10px, calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))), 20px);
    ;
}

.subscribe {
    position: relative;
    border: 1px solid #6c72f1;
    border-radius: 19px;
    padding: 45px 20px;
}

.subscribe::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 300px;
    height: 300px;
    background: right/contain no-repeat url("../img/subscribe-bg.svg");
}

.subscribe__title {
    margin-bottom: 20px;
    max-width: 500px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
}

.subscribe__title span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
}

.subscribe__subtitle {
    margin-bottom: 35px;
    max-width: 600px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.subscribe__input {
    border: 1px solid #6c72f1;
    border-radius: 30px;
    padding: 5px;
    max-width: 575px;
}

.subscribe__input .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: unset;
    padding: 16px 36px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    background: unset;
}

.subscribe__input input {
    border: unset;
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background: unset;
}

.subscribe__input input::-webkit-input-placeholder {
    color: #6c72f1;
}

.subscribe__input input::-moz-placeholder {
    color: #6c72f1;
}

.subscribe__input input:-ms-input-placeholder {
    color: #6c72f1;
}

.subscribe__input input::-ms-input-placeholder {
    color: #6c72f1;
}

.subscribe__input input::placeholder {
    color: #6c72f1;
}

.article {
    display: block;
    margin: 0 auto;
}

.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 20px;
}

.article__img {
    overflow: hidden;
    margin-bottom: 44px;
    border-radius: 10px;
}

.article__img img {
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.article__img img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.article__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}

.article__bottom {
    margin-top: auto;
    border-top: 1px solid #b8c0ce;
    padding-top: 20px;
    color: #384250;
}

.article:not(:last-child) {
    margin-bottom: 40px;
}

.article:hover .article__title {
    color: var(--color-accent);
}

.recommended {
    padding: 90px 0;
    background: #eff4fd;
}

.recommended__title {
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}

.blog:not(body) {
    padding: 120px 0;
    padding-top: 0;
}

.blog_page+footer {
    padding-top: unset;
}

.blog_page h1 {
    text-align: center;
}

.blog_page .subtitle {
    margin: 40px auto 80px;
    max-width: 800px;
    text-align: center;
}


.pagination__btn:not(.pagination__btn--current) {
    cursor: pointer;
}

.pagination__btn:hover {
    color: var(--color-accent);
}

.pagination__btn--prev,
.pagination__btn--next {
    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;
    width: 25px;
    height: 20px;
}

.pagination__btn--prev path,
.pagination__btn--next path {
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.pagination__btn--prev:hover path,
.pagination__btn--next:hover path {
    fill: #6c72f1;
}

.pagination__btn--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__btn--current {
    border-bottom: 1px solid #6c72f1;
    font-weight: 600;
    color: #6c72f1;
}

#_avoid_jump {
    width: 100%;
    background: transparent;
}

.header {
    /*position: relative;*/
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: white;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.header__wrapper>.btn {
    display: none;
}

.header__nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 100px calc((100% - 77.08%) / 2 + 20px) 20px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transition: var(--anim4);
    -o-transition: var(--anim4);
    transition: var(--anim4);
    padding: 100px 15px 20px;
}

.header__nav.js-open {
    transform: translateX(0);
}

.header .btn {
    padding: 20px 30px;
    font-size: 16px;
}

.menu {
    font-size: 20px;
    color: var(--color-gray);
    overflow-y: auto;
    height: 100%;
}

.menu>.menu__item {
    justify-content: center;
    text-align: center;
    padding: 13px 18px;
}

.burger-menu-footer {
    display: none;
}

@media screen and (max-width: 1280px) {
    .menu>.menu__item {
        padding: 16px 15px 16px 15px;
        box-shadow: 0px 8px 16px 0px rgba(221, 231, 244, 1);
        /*margin-bottom: 28px;*/
        border-radius: 14px;
        margin: 0 20px 28px 20px;
        font-size: 22px;
        font-weight: 600;
    }

    .header__nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        padding: 100px 15px 28px;
        min-height: calc(100vh - 28px);
        min-height: 100svh;
        /* min-height: calc(100vh - 28px); */
    }

    .side-panel-overlay {
        overflow: hidden;
    }


    .header__logo {
        position: relative;
        z-index: 10;
    }

    .menu {
        height: fit-content;
        flex-shrink: 0;
    }

    .submenu {
        padding-top: 28px !important;
    }

    .submenu__item .submenu__link {
        font-size: 18px;
        font-weight: 400;
    }

    .submenu__item .submenu__link--accent {
        font-weight: 700;
    }

    .submenu__column {
        margin-bottom: 28px;
    }

    .submenu__item:not(:last-child) {
        margin-bottom: 16px !important;
    }

    .menu__item.js-open span::after {
        transform: rotateX(180deg);
    }

    .burger-menu-footer {
        display: block;
    }

    .burger-btn {
        display: block;
        max-width: unset;
        margin: 0 20px;
        text-align: center;
    }

    .burger-socials {
        margin-top: 28px;
    }

    .burger-socials__title {
        text-align: center;
        color: rgba(154, 172, 208, 1);
        font-size: 16px;
        font-weight: 700;
        ;
    }

    .burger-socials__links {
        margin-top: 28px;
        display: flex;
        justify-content: center;
        column-gap: 24px;
    }

    .burger-socials__link {}

    .burger-socials__icon {
        width: 40px;
        height: 40px;
    }
}

.menu__item.active {
    font-weight: 700;
    color: var(--color-dark);
}

.menu>li:not(:last-child) {
    margin-bottom: 20px;
}

.menu__link {
    /*max-width: calc(100% - 20px);*/
}

.menu__link.bold {
    font-weight: 700;
    color: var(--color-dark);
}

.menu__link:hover {
    color: var(--color-accent);
}

.has-submenu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.has-submenu span {
    margin-left: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 2px 3px;
}

.has-submenu span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: center/contain no-repeat url("../img/icons/menu-icon.svg");
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.has-submenu span.js-open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.submenu__item:not(:last-child) {
    margin-bottom: 10px;
}

.submenu__link:hover {
    color: var(--color-accent);
}

.submenu__link--accent {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(327.84deg, #78CCFF -0.46%, #D79CFF 67.85%);
    -webkit-background-clip: text;
    background-clip: text;
}

.footer {
    padding-top: 80px;
    /*padding-top: var(--footer-offset);*/
    font-size: 14px;
    background: #f6f9fe;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    padding: 80px 0;
}

.footer__logo {
    margin: 0 auto 20px;
    max-width: 170px;
}

.footer__title {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: var(--color-footer-title);
}

.footer__col {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    /*padding-bottom: 20px;*/
}

.footer__col li {
    text-align: center;
}

.footer__col li:not(:last-child) {
    margin-bottom: 15px;
}

.footer__bottom {
    background: #131e33;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.footer__bottom ul:not(.footer__social) {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.footer .sublogo {
    margin: 20px 0;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}

.rights {
    text-align: center;
}

.footer__social {
    padding-top: 20px;
}

.footer__social li {
    font-size: 0;
    background: #1F3155;
    border-radius: 100%;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.footer__social li a {
    width: 33px;
    height: 33px;
    padding: 10px;
    display: block;
}

.footer__social li:not(:last-child) {
    margin-right: 15px;
}

.footer__social li:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.footer__social img {
    height: 100%;
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.footer a:hover {
    color: var(--color-accent);
}

.banner {
    padding: 40px 0;
    padding-top: 0;
}

.banner-wrap {
    position: relative;
}

.banner .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 80px 0;
    gap: 40px 20px;
}

.banner .logos img {
    max-width: 160px;
    max-height: 40px;
}

.banner .logos li {
    width: calc(50% - 20px);
    text-align: center;
}

.banner .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 15px 20px;
    max-height: 72px;
}

.banner h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner .image {
    position: relative;
    /*right: 0;*/
    margin-top: 60px;
}

.banner.banner--case .col.image {
    margin-top: 40px;
}

.visibility {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#eff6ff), to(#eaf1fb));
    background: -o-linear-gradient(left, #eff6ff, #eaf1fb);
    background: linear-gradient(90deg, #eff6ff, #eaf1fb);
}

.visibility::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -100px;
    z-index: 0;
    background: right/contain no-repeat url("../img/visibility-bg.svg");
}

.visibility__list {
    --offset: 1px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.visibility__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 min(340px, 90vw);
    flex: 0 0 min(340px, 90vw);
}

.visibility__list li img {
    margin-right: calc(var(--offset) * -1);
    margin-left: calc(var(--offset) * -1);
    width: calc(100% + var(--offset) * 2);
}

.visibility .title {
    margin-bottom: 40px;
}

.visibility .title__accent {
    margin-bottom: 10px;
}

.dominate {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #131e33), color-stop(100%, #fff), to(#fff));
    background: -o-linear-gradient(#131e33 100%, #fff 100%, #fff 100%);
    background: linear-gradient(#131e33 100%, #fff 100%, #fff 100%);
}

.dominate .title {
    margin: 0 auto 80px;
    max-width: 450px;
    font-weight: 700;
    color: #fff;
}

.dominate__item {
    margin: 0 auto;
    border-radius: 15px;
    padding: 40px min(70px, 10vw);
    max-width: 500px;
    text-align: center;
    /*background: center/contain no-repeat url("../img/dominate/dominate-bg.svg");*/
    border: 1px solid #DDEBF7;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 60.94%, #EFF6FF 92.59%);
}

/*.dominate__item h3 {*/
/*    margin-bottom: 42px;*/
/*}*/

.dominate__item p {
    font-size: 16px;
    line-height: 22px;
    color: #4C5563;
}

.dominate__item img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 70px;
    margin-bottom: 30px;
}

.dominate__item:not(:last-child) {
    margin-bottom: 40px;
}

/*.home_page .reviews {*/
/*    padding-top: min(180px, 25vw);*/
/*}*/

.page-template-new-reviews .reviews {
    padding-top: 0;
}

.reviews {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EAF1FB));
    background: -o-linear-gradient(top, #FFF 0%, #EAF1FB 100%);
    background: linear-gradient(180deg, #FFF 0%, #EAF1FB 100%);
    position: relative;
}

.reviews .btn {
    margin-top: 15px;
}

.reviews__bg {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 1220px;
    position: absolute;
    background: left/contain no-repeat url("../img/reviews/reviews-bg.svg");
}

.reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
}

/*@media only screen and (min-width: 768px) {*/
/*    .reviews__list {*/
/*        margin-top: 90px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1240px) {*/
/*    .reviews__list {*/
/*        margin-top: 110px;*/
/*    }*/
/*}*/

@media only screen and (min-width: 1650px) {
    .reviews__list {
        /*margin-top: 140px;*/
        max-width: calc((420px * 3) + 60px);
    }
}

.reviews__list.display-xl {
    display: none;
}

.reviews__list.display-lg {
    display: flex;
}

.reviews__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.reviews__item {
    position: relative;
    min-height: 400px;
    max-width: 420px;
    /*max-width: 340px;*/
    width: 100%
}

.reviews__item.item-1,
.reviews__item.item-2,
.reviews__item.item-3,
.reviews__item.item-4,
.reviews__item.item-5,
.reviews__item.item-6,
.reviews__item.item-7 {
    margin-left: 0;
    margin-right: 0;
}

.reviews__item:not(.bg) .reviews__border:after {
    -webkit-mask: url("../img/reviews/reviews-1-border.svg") bottom center / 100% no-repeat;
}

.reviews__item:not(.bg) .reviews__border:before {
    -webkit-mask: url("../img/reviews/reviews-1-border.svg") top center / 100% no-repeat;
}

.reviews__item:not(.bg) .reviews__border:after,
.reviews__item:not(.bg) .reviews__border:before {
    background: #DEB2FA;
}

.reviews__item.bg-1 .reviews__border:after {
    background: bottom / cover no-repeat url("../img/reviews/reviews-1-bg.svg");
}

.reviews__item.bg-2 .reviews__border:after {
    background: bottom / cover no-repeat url("../img/reviews/reviews-2-bg.svg");
}

.reviews__item.bg-3 .reviews__border:after {
    background: bottom / cover no-repeat url("../img/reviews/reviews-3-bg.svg");
}

.reviews__item.bg-1 .reviews__border:before {
    background: top / cover no-repeat url("../img/reviews/reviews-1-bg.svg");
}

.reviews__item.bg-2 .reviews__border:before {
    background: top / cover no-repeat url("../img/reviews/reviews-2-bg.svg");
}

.reviews__item.bg-3 .reviews__border:before {
    background: top / cover no-repeat url("../img/reviews/reviews-3-bg.svg");
}

.reviews__item.bg-1 .reviews__border:after,
.reviews__item.bg-2 .reviews__border:after,
.reviews__item.bg-3 .reviews__border:after,
.reviews__item.bg-1 .reviews__border:before,
.reviews__item.bg-2 .reviews__border:before,
.reviews__item.bg-3 .reviews__border:before {
    height: 50%;
}

.reviews__item:not(.bg)::before {
    --offset-x: 11.75px;
    --offset-y: 15.58px;
    content: "";
    position: absolute;
    left: var(--offset-x);
    right: var(--offset-x);
    top: 50%;
    bottom: var(--offset-y);
    z-index: 0;
    pointer-events: none;
    background: bottom/100% no-repeat url("../img/reviews/reviews-2-border.svg");
}

.reviews__item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    /*display: block;*/
    display: none;
    height: 100%;
    background: bottom / contain no-repeat url("../img/reviews/reviews-3-border.svg");
}

.reviews__item span.top {
    top: -20px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: bottom / contain no-repeat url("../img/reviews/reviews-3-border.svg");
}

.reviews__item span.center {
    top: -15px;
    bottom: 0;
    -webkit-transform: translateX(calc(-50% - 15px));
    -ms-transform: translateX(calc(-50% - 15px));
    transform: translateX(calc(-50% - 15px));
    background: top / contain no-repeat url("../img/reviews/reviews-3-border.svg");
}

.reviews__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 80px 40px;
    text-align: center;
    z-index: 1;
}

.reviews__border {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.reviews__border:after,
.reviews__border:before {
    content: '';
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
}

.reviews__border:after {
    bottom: 0;
}

.reviews__border:not(.bg):before {
    top: 0;
}

/*.reviews__item.bg-1 {*/
/*    background: center/contain no-repeat url("../img/reviews/reviews-1-bg.svg");*/
/*}*/

/*.reviews__item.bg-2 {*/
/*    background: center/contain no-repeat url("../img/reviews/reviews-2-bg.svg");*/
/*}*/

/*.reviews__item.bg-3 {*/
/*    background: center/contain no-repeat url("../img/reviews/reviews-3-bg.svg");*/
/*}*/

.reviews__img {
    display: none;
}

.reviews__img img {
    width: 67px;
}

.reviews__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    margin-top: 16px;
}

.reviews__subtitle {
    font-size: 15px;
    line-height: 1.4;
    color: var(--color-dark);
    margin-top: 6px;
}

.reviews__text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-gray);
    margin-top: 15px;
}

.reviews__text p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-gray);
}

.banner--case-wrap {
    position: relative;
}

.banner.banner--case .image {
    position: relative;
    /*     margin-top: 40px; */
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.banner.banner--case .subtitle {
    margin-bottom: 50px;
    max-width: 600px;
}

.banner.banner--case .subtitle p {
    font-size: 17px;
}

.background {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background: #131e33;
}

.background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21.61%;
    height: 100%;
    max-height: 508px;
    background: center/cover no-repeat url("../img/background-bg.svg");
}

.background h2 {
    position: relative;
    z-index: 5;
    /*margin-bottom: 52px;*/
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

.background .image {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 1;
    -ms-flex: 1 3 620px;
    flex: 1 3 620px;
    margin-bottom: 40px;
}

.background .text {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 2 620px;
    flex: 0 2 620px;
}

.background .text>*:not(:first-child) {
    margin-top: 35px;
}

.background .text ul {
    list-style: disc;
}

.background .text ol {
    list-style: decimal;
}

.background .text ul,
.background .text ol {
    padding-left: 16px;
    margin-top: 15px !important;
}

.background .text li {
    line-height: 1.8125;
}

.background .text li:not(:last-of-type) {
    margin-bottom: 10px;
}

.background .row {
    margin: 0 auto;
    max-width: 500px;
}

.background .row:not(:last-child) {
    margin-bottom: 40px;
}

.background .row:last-child .image {
    margin-top: 20px;
}

.started {
    --bg: #1b2944;
    padding: 50px 0;
    text-align: center;
    color: #f0f6ff;
    background: var(--bg);
}

.started h2 {
    /*margin-bottom: 40px;*/
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
}

.started .subtitle {
    margin: 0 auto 123px;
    max-width: 680px;
    font-size: 17px;
    font-weight: 500;
}

.started__number {
    position: relative;
    z-index: 5;
    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;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf45f8), color-stop(#967dfb), color-stop(#75abfe), to(#75ddfe));
    background: -o-linear-gradient(#bf45f8, #967dfb, #75abfe, #75ddfe);
    background: linear-gradient(#bf45f8, #967dfb, #75abfe, #75ddfe);
}

.started__number::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
    border-radius: 100%;
    background: var(--bg);
}

.started__text {
    margin: 0 auto;
    max-width: 300px;
    font-weight: 600;
    line-height: 25px;
    padding-top: 7px;
}

.started__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: calc(100% / 3);
    margin: 0 auto;
}

.started__item:not(:last-child) {
    margin-bottom: 50px;
}

.strategy {
    position: relative;
    z-index: 0;
    /*padding: 144px 0 114px;*/
    /*   background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#fff));
  background: -o-linear-gradient(top, #eff6ff 0%, #fff 100%);
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); */
}

.strategy h2 {
    /*margin-bottom: 40px;*/
    text-align: center;
}

.strategy__content {
    margin: 0 auto 50px;
    border-bottom: 1px solid #c8d6ec;
    padding-bottom: 50px;
    max-width: 500px;
}

.strategy__content .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 650px;
    flex: 0 1 650px;
}

.strategy__content .col>*:not(:first-child) {
    margin-top: 35px;
}

.strategy__content .col ul {
    list-style: disc;
}

.strategy__content .col ol {
    list-style: decimal;
}

.strategy__content .col ul,
.strategy__content .col ol {
    padding-left: 16px;
    margin-top: 15px !important;
}

.strategy__content .col li {
    line-height: 1.8125;
}

.strategy__content .col li:not(:last-of-type) {
    margin-bottom: 10;
}

.strategy .quote {
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #c8d6ec;
    border-radius: 34.32px;
    padding: 30px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.55%, #e8f1ff), to(#f5f9ff));
    background: -o-linear-gradient(top, #e8f1ff -14.55%, #f5f9ff 100%);
    background: linear-gradient(180deg, #e8f1ff -14.55%, #f5f9ff 100%);
}

.strategy .quote::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: center/cover no-repeat url("../img/quote_bg.svg");
}

.strategy .quote__img {
    margin: 0 auto 20px;
    width: 70px;
    height: 70px;
}

.strategy .quote__text {
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
}

.strategy .accent {
    position: relative;
    padding-left: 10px;
    font-weight: 700;
}

.strategy .accent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6c72f1;
}

.strategy .result {
    text-align: center;
}

.strategy .result .subtitle {
    margin: 0 auto 100px;
    max-width: 545px;
    font-weight: 500;
    font-size: 17px;
}

.strategy__text {
    position: relative;
    max-width: 500px;
    margin: 101px auto 0;
    z-index: 5;
}

.strategy__text b,
.strategy__text strong {
    font-weight: bold;
}

.strategy__text .btn {
    margin: 47px auto 0;
}

.strategy__text .col:not(:last-child) {
    margin-bottom: 40px;
}

.strategy__text .col>*:not(:first-child) {
    margin-top: 35px;
}

.strategy__text .col ul {
    list-style: disc;
}

.strategy__text .col ol {
    list-style: decimal;
}

.strategy__text .col ul,
.strategy__text .col ol {
    padding-left: 16px;
    margin-top: 15px !important;
}

.strategy__text .col li {
    line-height: 1.8125;
}

.strategy__text .col li:not(:last-of-type) {
    margin-bottom: 10px;
}

.banner--service {
    position: relative;
    z-index: 5;
}

.banner--service .image {
    position: relative;
    margin-top: 40px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.banner--service .subtitle {
    margin-bottom: 50px;
    max-width: 600px;
}

.banner--service .subtitle p {
    font-size: 17px;
}

.banner--service .btn {
    z-index: 5;
}

.companies {
    position: relative;
    padding: 75px 0;
    background: #f4f9ff;
}

.companies__title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.companies__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 68px;
}

.companies .swiper-button-prev,
.companies .swiper-button-next {
    top: unset;
    right: unset;
    bottom: 0;
    left: unset;
}

.companies .swiper-button-prev {
    left: 0;
}

.companies .swiper-button-next {
    right: 0;
}

.building {
    position: relative;
    text-align: center;
    color: #fff;
    background: #131e33;
    overflow: hidden;
}

.building::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1%;
    display: block;
    max-width: 400px;
    width: 100%;
    height: 1000px;
    background: left/contain no-repeat url("../img/building-accent-2.svg");
}

/*.building h2 {*/
/*    margin-bottom: 40px;*/
/*}*/

.building .subtitle {
    margin: 0 auto;
    max-width: 580px;
    font-size: 17px;
}

.building__text {
    margin: 0 auto;
    max-width: 840px;
    margin-top: 30px;
}

.building__benefits {
    position: relative;
    overflow: hidden;
    margin: 40px auto 0;
    border-radius: 29px;
    padding: 70px 20px 40px;
    max-width: 550px;
    border: 1px solid #2b384e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.building__benefits::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    background: rgba(26, 37, 57, 0.8);
    opacity: 0.8;
}

.building__benefits::after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 5;
    width: 500px;
    height: 400px;
    background: center/contain no-repeat url("../img/building-accent.svg");
}

.building__benefits-img {
    margin-top: 60px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: auto;
    max-width: 400px;
}

.building__benefits-col {
    position: relative;
    z-index: 10;
}

.building__benefits-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.building__benefits-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
}

.building__benefits-list li span {
    text-align: left;
}

.building__benefits-list li:not(:last-child) {
    margin-bottom: min(42px, 4vw);
    border-bottom: 2px solid #29395a;
    padding-bottom: min(42px, 4vw);
}

.building__benefits-list li img {
    margin-top: 5px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.form-callback .btn input {
    color: white;
}

.domain {
    position: relative;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#fff));
    background: -o-linear-gradient(top, #eff6ff 0%, #fff 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.service_page .domain .domain__items {
    gap: 20px;
}

.service_page .domain .domain__item {
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 60.94%, #EFF6FF 92.59%);
    border: 1px solid rgba(0, 0, 0, .1);
}

.domain h2 {
    margin: 0 auto 20px;
    max-width: 600px;
}

.domain__content {
    margin: 0 auto 20px;
    padding-bottom: 110px;
    max-width: 500px;
}

.domain__content .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 740px;
    flex: 0 1 740px;
}

.domain .quote {
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 23px;
    padding: 80px 30px;
    text-align: center;
    background: #131e33;
}

.domain .quote::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 200px;
    height: 140px;
    background: center/contain no-repeat url("../img/domain-quote-accent.svg");
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.domain .quote__text {
    margin: 0 auto;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
}

.domain .accent {
    position: relative;
    padding-left: 10px;
    font-weight: 700;
}

.domain .accent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6c72f1;
}

.domain__title {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
}

.domain__item {
    border-radius: 15px;
    padding: 40px min(70px, 10vw);
    max-width: 500px;
    text-align: center;
    background: #F6FAFF;
}

/*.domain__item h3 {*/
/*    margin-bottom: 42px;*/
/*}*/

.domain__item p {
    font-size: 16px;
    line-height: 26px;
    color: #4c5563;
}

.domain__item img {
    margin-bottom: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 70px;
    width: 100px;
}

.domain__items {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.domain__item:not(:last-child) {
    margin-bottom: 40px;
}

.domain__bottom {
    max-width: 900px;
    margin: 80px auto 70px;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}

.link {
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#fff));
    background: -o-linear-gradient(top, #eff6ff 0%, #fff 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    position: relative;
}

.link .container {
    position: relative;
    z-index: 5;
}

.link__title {
    text-align: center;
}

.link b {
    font-weight: 500;
}

.link br {
    display: none;
}

.link .row:not(:last-child) {
    margin-bottom: 40px;
}

.link .image {
    margin-top: 40px;
    text-align: center;
}

.link .image img {
    max-width: 400px;
}

.want-build {
    position: relative;
    text-align: center;
    color: #fff;
    background: #131e33;
}

.want-build::before {
    content: "";
    position: absolute;
    left: 51%;
    top: 0;
    width: 200px;
    height: 200px;
    background: center/contain no-repeat url("../img/want-build-accent.svg");
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.want-build br {
    display: none;
}

.want-build .subtitle {
    margin: 0 auto 140px;
    max-width: 650px;
    font-weight: 500;
    color: #e9eef8;
}

.want-build h2 {
    /*margin-bottom: 60px;*/
    font-weight: 500;
}

.want-build__list {
    counter-reset: slide-list;
    list-style: none;
    margin: unset;
    margin: 0 auto;
    padding-left: unset;
    max-width: 500px;
    margin-top: 148px;
}

.want-build__list-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 22px;
}

.want-build__list li {
    counter-increment: slide-list;
    position: relative;
    border-left: 2px solid #444ce7;
    padding: 0 0 20px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #eceffd;
}

.want-build__list li::before {
    content: counter(slide-list, decimal-leading-zero);
    position: absolute;
    top: -35px;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4f596b;
}

.want-build__list li:not(:last-child) {
    margin-bottom: 80px;
}

/*.seo {*/
/*    padding: 100px 0 min(250px, 25vw);*/
/*}*/

/*@media only screen and (max-width: 1440px) {*/
/*    .seo {*/
/*        padding: 80px 0 min(210px, 25vw);*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 993px) {*/
/*    .seo {*/
/*        padding: 60px 0 min(170px, 25vw);*/
/*    }*/
/*}*/

.seo h2 {
    margin: 0 auto 20px;
    max-width: 800px;
    text-align: center;
    letter-spacing: -0.43px;
}

.seo .subtitle {
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
}

.seo .subtitle p {
    font-weight: 500;
    font-size: 17px;
}

.seo__list {
    counter-reset: slide-list;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

.seo__line {
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 114, 241, 0)), color-stop(25%, #6c72f1), color-stop(50%, #6c72f1), color-stop(75%, #6c72f1), to(rgba(108, 114, 241, 0)));
    background: -o-linear-gradient(rgba(108, 114, 241, 0) 0%, #6c72f1 25%, #6c72f1 50%, #6c72f1 75%, rgba(108, 114, 241, 0) 100%);
    background: linear-gradient(rgba(108, 114, 241, 0) 0%, #6c72f1 25%, #6c72f1 50%, #6c72f1 75%, rgba(108, 114, 241, 0) 100%);
}

.seo__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}

.seo__title::before {
    content: counter(slide-list, decimal-leading-zero);
    margin-right: min(20px, 3vw);
    color: #6c72f1;
}

.seo__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #949ded;
    border-radius: 19px;
    padding: 15px;
    line-height: 1.4;
    background: #f9fbff;
}

.seo__item {
    counter-increment: slide-list;
    position: relative;
    padding-top: 90px;
    padding-left: 20px;
}

.seo__item::before {
    content: "";
    position: absolute;
    left: -8px;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    background: #444ce7;
}

.seo__item .line {
    -ms-flex-item-align: center;
    align-self: center;
    width: 120px;
    height: 3px;
    background: center/ 80px no-repeat url("../img/seo-line.svg");
}

.seo__item .bracket {
    display: none;
    width: 100px;
    height: auto;
    background: center/contain no-repeat url("../img/seo-bracket.svg");
}

.faq {
    /* padding-top: 130px; */
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#fff));
    background: -o-linear-gradient(top, #eff6ff 0%, #fff 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.faq h2 {
    text-align: center;
}

.wpcf7-not-valid-tip {
    display: none;
}

form.wpcf7-form.invalid .subscribe__input {
    border-color: red;
}

.subscribe__input.error {
    border-color: red;
}

.subscribe__input.success {
    border-color: green !important;
}

._form-thank-you {
    margin-top: 10px;
    font-size: 12px;
}

.privacy_page {
    padding: 60px 0;
}

.privacy_page+.footer {
    padding-top: unset;
}

.privacy_page p {
    margin-top: unset;
    font-size: 14px;
}

.privacy_page p+p {
    margin-top: 20px;
}

/*.privacy_page h2 {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.privacy_page h2:not(:first-child) {*/
/*    margin-top: 40px;*/
/*}*/

/*.author_page + .footer {*/
/*    padding-top: unset;*/
/*}*/

section.author {
    padding: 60px 0;
}

.author .author__top {
    display: grid;
    grid-template-columns: 200px;
    justify-content: center;
    text-align: center;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author .quote {
    position: relative;
    z-index: 5;
    flex: 1;
    max-width: 600px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #c8d6ec;
    border-radius: 34.32px;
    padding: 30px;
    text-align: center;
    background: linear-gradient(180deg, #e8f1ff -14.55%, #f5f9ff 100%);
}

.author .quote::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: center/cover no-repeat url(../img/quote_bg.svg);
}

.author .quote__img {
    margin: 0 auto 20px;
    width: 70px;
    height: 70px;
}

.author .quote__text {
    font-size: 20px;
    line-height: 1.5;
}

.author .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .author .author__name {
    font-size: 28px;
    margin-bottom: unset;
} */

.author .author__name,
.author .author__text {
    max-width: 600px;
    text-align: center;
}

.author .author__text {
    font-size: 18px;
    line-height: 1.4;
    margin: 40px 0;
}

.author .author__featured-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 40px;
}

.author .author__article a {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.author .author__article a:hover .author__link-text {
    opacity: 0.7;
}

li.author__article {
    width: calc(50% - 10px);
}

ul.author__articles {
    display: flex;
    flex-wrap: wrap;
}

.author .author__article a img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
}

.our-team {
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.team.section {
    position: relative;
}

.team.section:after {
    background: top / contain no-repeat url("../img/icons/team-right-top-bg-pattern.svg");
    position: absolute;
    height: 793px;
    width: 297px;
    top: -107px;
    right: 0;
    content: '';
}

.team.section:before {
    background: top / contain no-repeat url("../img/icons/team-left-top-bg-pattern.svg-cropped.svg");
    position: absolute;
    height: 505px;
    width: 297px;
    top: 474px;
    left: 0;
    content: '';
}


.team.section .extra-background-1 {
    @media screen and (min-width: 992px) {
        background: top / contain no-repeat url("../img/icons/team-left-bottom-bg-pattern.svg");
        position: absolute;
        height: 854px;
        width: 529px;
        bottom: 1147px;
        left: -40px;
        content: '';
    }
}

.team.section .extra-background-2 {
    @media screen and (min-width: 992px) {
        background: top / contain no-repeat url("../img/icons/team-right-bottom-bg-pattern.svg");
        position: absolute;
        height: 969px;
        width: 231px;
        bottom: 947px;
        right: 0;
        content: '';
    }
}

.our-team .team__group-title {
    text-align: center;
    margin-bottom: 40px;
}

.our-team__title {
    margin-bottom: 35px;
    font-size: 43px;
    font-weight: 700;
    line-height: 52.89px;
    letter-spacing: -0.01em;
    text-align: center;
}

.our-team__title p {
    font-size: inherit;
    font-weight: inherit;
}

.our-team__title em {
    background: linear-gradient(#7BADFA 55.36%, #69DBFF 106.02%);
    background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
}

.our-team__description {
    max-width: 743.62px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    margin: 0 auto;
}

.our-team__description p {
    font-size: inherit;
    font-weight: inherit;
}

.our-team .container {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    /*width: 100%;*/
    padding: 0;
    margin: 0 auto;

    @media screen and (max-width: 1425px) {
        padding: 0 20px;
    }
}

.our-team .team__group-wrap:not(:last-child) {
    margin-bottom: 60px;
}

.our-team .team__text {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.our-team .team__img {
    text-align: center;
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
}

.our-team .team__group-wrap {
    padding: 65px 0 100px;
}

@media screen and (max-width: 992px) {
    .our-team .team__group-wrap {
        padding: 60px 0 80px;
    }
}

.our-team .team__group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
}

.our-team .team__col {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.center-vector-card {
    @media screen and (min-width: 1425px) {
        background: top / contain no-repeat url("../img/icons/card-vector-center-top.svg");
        position: absolute;
        height: 100%;
        width: 390px;
        top: 0;
        right: -33%;
        pointer-events: none;
    }
}

.center-vector-card--three {
    @media screen and (min-width: 1425px) {
        right: -50%;
    }
}

.our-team .team__col--mt {
    margin-top: -80px;
}

.our-team .team__item {
    padding: 103px 65px;
    text-align: center;
    width: 420px;
    height: 505px;
    position: relative;
    margin: unset;
    cursor: pointer;
}

.our-team .team__title {
    text-align: center;
    margin-bottom: 20px;
}

.team__speciality {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
}

.team__description {
    opacity: 0;
    overflow: hidden;
}

@media screen and (max-width: 1650px) {
    .our-team .team__item {
        width: 390px;
        height: 470px;
        padding: 82px 65px;
    }

    .our-team .team__img {
        width: 185px;
        height: 185px;
    }

    .center-vector-card {
        width: 333px;
        right: -185px
    }

    .our-team .team__col--mt {
        margin-top: -60px;
    }

    .our-team .team__title {
        margin-bottom: 10px;
        font-size: 25px;
    }
}

@media screen and (max-width: 1550px) {
    .our-team .team__item {
        width: 374px;
        height: 450px;
        padding: 75px 65px;
    }

    .center-vector-card {
        width: 333px;
        /*top: -5px;*/
        right: -181px;
    }

    .our-team .team__img {
        width: 175px;
        height: 175px;
    }
}

@media screen and (max-width: 1425px) {
    .our-team .team__item--end {
        justify-content: flex-start !important;
    }

    .our-team .team__item--start {
        justify-content: flex-end !important;
    }

    .our-team .team__col--mt {
        margin-top: 30px;
    }
}

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

    .our-team .team__item--end,
    .our-team .team__item--start {
        justify-content: center !important;
    }

    .our-team .team__col:not(:first-child) {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 460px) {
    .our-team .team__item {
        width: calc(100vw - 40px) !important;
    }

    .team__item--transparent {
        margin-top: 0 !important;
    }
}

.our-team .team__col--left {
    justify-content: flex-start;
}

.our-team .team__col--right {
    justify-content: flex-end;
}

@media screen and (max-width: 440px) {
    .our-team .team__item {
        height: 485px;
    }
}



.our-team .team__item:before,
.our-team .team__item:after {
    left: 0;
    top: 0;
}

.our-team .team__item--blue:before {
    background: top / cover no-repeat url(../img/icons/team-card-blue.svg);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.our-team .team__item--peach:before {
    background: top / cover no-repeat url(../img/icons/team-card-peach.svg);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.our-team .team__item--pink:before {
    background: top / cover no-repeat url(../img/icons/team-card-pink.svg);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.our-team .team__item--transparent:before {
    -webkit-mask: url(../img/icons/team-member-transparent-top.svg) bottom center / 100% no-repeat;
    content: '';
    position: absolute;
    height: 98%;
    width: 90%;
    z-index: -1;
    bottom: 25px;
    top: unset;
    background: linear-gradient(358.49deg, #B752F7 17.16%, #63C1F5 46.69%, rgba(60, 195, 238, 0) 77.02%);
    left: 50%;
    transform: translateX(-50%);
}

.our-team .team__item--transparent:after {
    -webkit-mask: url(../img/icons/team-member-transparent-bottom.svg) bottom center / 100% no-repeat;
    content: '';
    position: absolute;
    height: 99%;
    width: 100%;
    z-index: -1;
    background-color: rgba(222, 178, 250, 1);
}

@media screen and (max-width: 550px) {
    .our-team .team__item--transparent:after {
        /*height: 90%;*/
    }
}

.our-team .team__col {
    display: grid;
    grid-column: span 6;

    @media screen and (max-width: 1425px) {
        grid-column: span 6 !important;
    }

    @media screen and (max-width: 992px) {
        grid-column: span 12 !important;
    }
}

.our-team .team__col:nth-child(5n+3),
.our-team .team__col:nth-child(5n+4),
.our-team .team__col:nth-child(5n+5) {
    grid-column: span 4;
}


.team__img img {
    position: absolute;
    border-radius: 50%;
    /*transition: transform 1s ease, opacity 1s ease;*/
    transform-origin: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    background-color: grey;
}

@media screen and (max-width: 440px) {
    .our-team .team__img {
        width: 170px;
        height: 170px;
    }

    .our-team .team__item {
        /*height: 445px;*/
    }

    .our-team .team__item--transparent {
        padding: 123px 65px 83px;
        ;
    }

    .our-team .team__title {
        margin-bottom: 8px !important;
    }

    .team__speciality {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
}

@media screen and (max-width: 400px) {
    .our-team .team__img {
        width: 150px;
        height: 150px;
    }

    .our-team .team__item--transparent {
        padding: 103px 65px 103px;
    }

    .our-team .team__item {
        height: 430px;
    }
}

@media screen and (max-width: 370px) {
    .our-team .team__item {
        height: 400px;
    }
}

.our-team .team__bottom .col.text {
    margin: 0 auto;
    border: 1px solid #949ded;
    border-radius: 10px;
    padding: 30px;
    max-width: 996px;
    line-height: 24px;
    background: #fff;
}

.our-team .team__bottom h2 {
    text-align: center;
    /*margin-bottom: 40px;*/
}

.our-team .team__bottom img {
    max-width: 400px;
}

.our-team .team__bottom .col.img {
    text-align: center;
    margin-bottom: 20px;
}

.contact-page+.footer {
    padding-top: unset;
}

.contact-page {
    padding: 120px 0 0 0;
}

.contact .container {
    max-width: 720px;
}

.contact .contact__title {
    text-align: center;
}

.contact .contact__subtitle {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.contact .contact__calendar {
    margin-bottom: 40px;
    padding: 0 20px;
}

.form-callback-wrap {
    position: relative;
    z-index: 5;
}

.form-callback {
    background: #f5f9ff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 #f4f8fc;
}

.form-callback input,
.form-callback textarea {
    font-weight: 600;
    width: 100%;
    font-family: 'Inter', sans-serif;
    padding: 10px;
    background: #fff;
    color: black;
    border: 1px solid #949ded;
    border-radius: 5px;
}

.form-callback textarea {
    resize: none;
}

.form-callback input {
    -webkit-appearance: auto;
}

.form-callback p {
    line-height: 1.2;
    margin-bottom: 20px;
}

.form-callback label {
    line-height: 1.2;
}

.form_input_wrap {
    display: flex;
    row-gap: 5px;
    flex-direction: column-reverse;
    margin-bottom: 15px;
}

.form_row.row .wpcf7-list-item label {
    display: flex;
    column-gap: 10px;
}

.form_row.row .wpcf7-list-item label input {
    flex: 1;
}

.wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.wpcf7-list-item {
    margin: unset;
}

.form-callback .form_row.textarea {
    margin-top: 20px;
}

.form-callback .btn {
    max-width: 100%;
}

.form-callback .btn::before {
    z-index: 1;
}

.form-callback .btn input {
    position: relative;
    z-index: 5;
    padding: unset;
    border: unset;
    font-size: 17px;
    width: 100%;
    background: transparent;
}

.form-callback form.submitting .btn input {
    opacity: 0;
    transition: .2s;
}

.form-callback .btn .wpcf7-spinner {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: unset;
    transform: translate(-50%, -50%);
    transition: .2s;
    opacity: 0;
}

form.submitting .btn .wpcf7-spinner {
    visibility: visible;
    opacity: 1;
}

.wpcf7-response-output {
    text-align: center;
}

.contact.contact-wrap {
    background: linear-gradient(180deg, white, #f5f9ff);
    padding-bottom: 120px;
}

.contact-wrap {
    position: relative;
}

.frs-contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -100px;
    z-index: 0;
    background: right/contain no-repeat url(../img/visibility-bg.svg);
}

/* seo service */
.testimonial {
    background: linear-gradient(0deg, white, #eaf1fb);
}

.seo-agency .banner--service {
    padding: unset;
    /*padding-top: 40px;*/
    display: flex;
    flex-wrap: wrap;
}

.seo-agency .banner--service-wrap h1,
.seo-agency .title-subtitle {
    text-align: center;
    position: relative;
    z-index: 5;
}

.seo-agency .banner--service-wrap h1 {
    text-align: left;
}

.seo-agency .banner--service-wrap .btn {
    margin: unset;
    z-index: 5;
}

.seo-agency .banner__top .title {
    text-align: center;
}

.seo-agency .banner__top .subtitle {
    text-align: center;
}

.seo-agency .content {
    margin-bottom: 50px;
    text-align: center;

}

/*.seo-agency .content h2 {*/
/*    margin-bottom: 35px;*/
/*}*/

.seo-agency .content p {
    font-size: 17px;
    line-height: 1.6;
}

.seo-agency .banner__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.seo-agency .banner--service-wrap .companies {
    margin-top: 100px;
}

.seo-agency .want-build .container {
    max-width: 1030px;
}

.seo-agency .domain h2,
.seo-agency .domain__title {
    margin: 0 auto 20px;
}

.seo-agency .domain__item {
    padding: 40px min(70px, 8vw);
}

/*.seo-agency .domain__item h3,*/
/*.seo-agency .domain__item h4 {*/
/*    margin-bottom: 20px;*/
/*}*/

.seo-agency .domain__item p {
    font-size: 14px;
}

.testimonial {
    background: #eaf1fb;
}

.testimonial__item {
    margin: 0 auto;
    border: 1px solid #949ded;
    border-radius: 10px;
    padding: 30px;
    max-width: 996px;
    line-height: 24px;
    text-align: center;
    background: #fff;
}

.testimonial__title {
    font-weight: 700;
    text-align: left;
    margin-top: 40px;
}

.testimonial__item:not(:last-child) {
    margin-bottom: 20px;
}

.seo-agency .dominate {
    background: linear-gradient(0deg, white, #eaf1fb);
}

.seo-agency .dominate .title {
    margin-bottom: 60px;
    max-width: 600px;
    color: black;
}

/*.seo-agency .dominate h3 {*/
/*    margin-bottom: 20px;*/
/*}*/

.seo-agency .strategy {
    padding: 80px 0;
}

.seo-agency .strategy .chat__wrap {
    margin-top: unset;
    bottom: unset;
}


.seo-agency .faq ul {
    list-style-type: disc;
    padding-left: 10px;
    line-height: 1.2;
}

.seo-agency .faq ul li:not(:last-child) {
    margin-bottom: 10px;
}

.seo-agency .chat__wrap {
    margin-top: 0;
}

.seo-agency .chat__wrap h2 {
    max-width: 650px;
}

.swiper.slides-seo-logos .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
}

.swiper.slides-seo-logos .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper.slides-seo-logos .swiper-slide__wrap {
    max-width: 120px;
}

/* seo service end */

.row.reverse {
    flex-direction: row-reverse;
}

.swiper-button-prev,
.swiper-button-next {
    color: #bf45f8;
    background: #fff;
    box-shadow: 0 0 10px 0 #cccccc85;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 14px;
    font-weight: 700;
}

.swiper-button-next:after {
    margin-left: 3px;
}

.btn.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.chat {
    background: linear-gradient(to top, #f6f9fe 0, #f6f9fe 180px, #fff 180px, #fff 100%);
}

.home .chat {
    background: linear-gradient(to top, #f6f9fe 0, #f6f9fe 180px, #EAF1FB 180px, #EAF1FB 100%);
}

.chat.without-bg-img .chat__wrap::before {
    display: none !important;
}

.case_studies_page .banner.banner--case h1,
.case_studies_page .banner.banner--case .subtitle {
    margin-left: 0;
    margin-right: 0;
}

.strategy .result h2 {
    text-align: center;
}

.home_page .banner .subtitle,
.home_page .banner h1 {
    margin-left: unset;
    margin-right: unset;
}

.content-image {
    padding-top: 40px;
}

.content-image__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

.content-image__col {
    width: 100%;
}

.content-image__col.col--heading {
    order: 1;
}

.content-image__col.col--image {
    order: 2;
}

.content-image__col.col--text {
    order: 3;
    margin-top: 30px;
}

.content-image__title,
.content-image__subtitle {
    margin-bottom: 20px;
}

.content-image__subtitle p {
    font-size: 18px;
    color: #7A7A7A;
}

.content-image__subtitle p~p {
    margin: 0;
}

.content-image__subtitle p:not(:last-of-type) {
    margin-bottom: 20px;
}

.content-image__title h1 {
    margin-bottom: 0;
}

.logo-slider {
    padding: 20px 0;
}

.logo-slider .swiper-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*start mobile*/

@media screen and (min-width: 425px) {
    .subscribe__input .btn {
        padding: 16px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .subscribe__input input {
        padding-right: 10px;
        padding-left: 20px;
        text-align: left;
    }

    .subscribe__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 45px;
    }

    .banner .logos li {
        width: calc(33.3% - 13.3333333333px);
    }

    .banner .btn {
        margin: 0 auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .building__benefits-col:nth-child(1) {
        padding: 40px;
    }
}

@media screen and (min-width: 500px) {
    .reviews-pg__item-content.reviews-pg__video iframe {
        height: 300px;
    }

    .author .author__img {
        grid-area: 1 / 1 / 4 / 1;
    }

    /*   .author .author__name {
    padding-top: 10px;
  } */
    .author .author__top {
        display: grid;
        column-gap: 20px;
        row-gap: 15px;
        text-align: left;
        grid-template-columns: 130px 1fr;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (min-width: 576px) {
    .companies .swiper-button-prev {
        left: unset;
        right: 60px;
    }

    .companies .swiper-button-next {
        right: 0;
    }

    /*.companies .swiper {*/
    /*    padding-bottom: 50px;*/
    /*}*/

    .header__nav {
        max-width: 400px;
        /*padding: 100px calc((100% - 77.08%) / 2 + 20px) 20px 40px;*/
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px);
    }

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

    .footer__logo {
        margin: 0 0 20px;
    }

    .footer .sublogo {
        max-width: 255px;
        text-align: start;
    }

    .rights {
        text-align: start;
    }

    .footer__title {
        text-align: start;
    }

    .footer__col li {
        text-align: start;
    }
}

@media screen and (min-width: 768px) {
    .header__wrapper>.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }

    .btn--burger {
        margin-left: 30px;
    }

    .reviews-pg__item-content.reviews-pg__video iframe {
        height: 400px;
    }

    .title-top {
        text-align: left;
    }

    .chat__wrap::before {
        left: 18%;
        background-size: contain;
    }

    .chat__wrap h2 {
        max-width: 650px;
    }

    .chat__title {
        margin-bottom: unset;
        padding-left: min(80px, 6vw);
        text-align: left;
    }

    .chat__img {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
        flex: 1 0 400px;
        padding-top: 30px;
    }

    .chat__img img {
        max-height: 590px;
    }

    .chat__wrap .btn {
        margin: unset;
    }

    .chat__wrap {
        /*padding: 10px 0;*/
        max-width: 100%;
    }

    .post_page .author .dot {
        display: block;
    }

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

    .post_page .author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-areas: "image name dot date";
    }

    .post_page .about-author {
        grid-template-areas: "img title""img text";
        grid-template-rows: auto 1fr;
        gap: 0 50px;
    }

    .aside__title {
        height: 38px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .subscribe__input .btn {
        padding: 16px 36px;
    }

    .subscribe {
        padding: 45px;
    }

    .articles {
        gap: 60px 40px;
    }

    .article:not(:last-child) {
        margin-bottom: unset;
    }

    .article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: unset;
        width: calc(50% - 20px);
    }

    .recommended__title {
        font-size: 36px;
        text-align: left;
    }

    .footer {
        /*padding-top: var(--footer-offset);*/
        font-size: 16px;
    }

    .footer__bottom .container {
        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;
        /*width: 100%;*/
    }

    .footer__social {
        padding-top: unset;
        margin-right: 7%;
    }

    .banner .logos li {
        width: calc(25% - 15px);
    }

    .banner .logos {
        padding-top: 120px;
        padding-bottom: unset;
    }

    .banner .btn {
        margin: unset;
    }

    .banner h1 {
        /*margin-bottom: 40px;*/
        max-width: 743px;
        text-align: unset;
    }

    .banner .subtitle {
        margin-bottom: 20px;
        max-width: 540px;
        font-size: 20px;
        text-align: unset;
    }

    .seo-agency .banner__top {
        margin-bottom: 30px;
    }

    .seo-agency .content {
        margin-bottom: 20px;
        text-align: start;
    }

    /*.seo-agency .content h2 {*/
    /*    margin-bottom: 20px;*/
    /*}*/
    .visibility__list {
        --offset: 20px;
        gap: 0 20px;
    }

    .dominate {
        background: linear-gradient(#131e33 59%, #fff 59%, #fff 100%);
    }

    .dominate__item {
        width: calc(50% - 15px);
        padding: 40px min(70px, 4.5vw);
    }

    .dominate__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner.banner--case::before {
        content: "";
        position: absolute;
        right: 0;
        top: -83px;
        width: 20.41%;
        height: 100%;
        max-height: 841px;
        display: block;
        z-index: -1;
        background: center/cover no-repeat url("../img/case-banner-bg.svg");
    }

    .banner.banner--case h1 {
        /*margin-bottom: 50px;*/
        max-width: 470px;
        /*font-size: 43px;*/
    }

    .strategy .quote__img {
        margin: 0 auto 45px;
    }

    .strategy .quote__text {
        margin: 0 auto 45px;
    }

    .banner--service-wrap::before {
        content: "";
        position: absolute;
        right: 0;
        top: 8vw;
        z-index: 5;
        display: block;
        width: 100%;
        height: 100%;
        max-height: 800px;
        background: right/contain no-repeat url("../img/services-banner-bg.svg");
    }

    /*.banner--service {*/
    /*    padding: 170px 0 0;*/
    /*}*/
    .building__benefits-img {
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        max-width: 700px;
    }

    .building__benefits-title {
        text-align: left;
        margin-bottom: 75px;
    }

    .building__benefits {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 90px 0 70px;
        padding-left: min(117px, 7vw);
        max-width: unset;
    }

    .service_page .domain .domain__item {
        width: calc((100% / 2) - (15px / 2));
    }

    .domain__item {
        padding: 40px min(66px, 4.5vw);
        width: calc(50% - 15px);
    }

    .domain__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .want-build br {
        display: block;
    }

    .want-build .subtitle p {
        font-size: 17px;
        line-height: 1.5;
    }

    .want-build .subtitle {
        margin-bottom: 175px;
    }

    .chat__wrap h2 {
        text-align: left;
    }

    .has-video.reverse {
        flex-direction: row-reverse;
    }

    .privacy_page {
        padding: 120px 0;
    }

    .privacy_page p {
        font-size: 16px;
    }

    section.author {
        padding: 120px 0;
    }

    .our-team .team__group {
        /*gap: 40px 20px;*/
        /*max-width: 900px;*/
        /*margin: 0 auto;*/
    }

    .our-team .team__group:not(:last-child) {
        margin-bottom: 80px;
    }

    .our-team .team__bottom .row {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }

    .our-team .team__bottom .col {
        width: 50%;
    }

    .our-team .team__bottom img {
        max-width: 600px;
    }

    .our-team .team__bottom .col.img {
        margin-bottom: unset;
    }

    .form-callback {
        padding: 40px;
    }

    .form-callback .form_row {
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
    }

    .form-callback .form_row.row {
        flex-direction: column;
    }

    .form-callback .form_input_wrap {
        width: calc(50% - 10px);
    }

    .form-callback .form_row.textarea .form_input_wrap {
        width: 100%;
    }

    /* seo service */
    .seo-agency .banner--service-wrap::before {
        max-height: 500px;
    }

    .seo-agency .banner__buttons {
        justify-content: start;
    }

    .seo-agency .want-build {
        padding: 180px 0;
    }

    .seo-agency .want-build__list li {
        font-size: 18px;
    }

    /*.seo-agency .dominate .title {*/
    /*    margin-bottom: 100px;*/
    /*}*/
    .seo-agency .domain__title {
        max-width: 700px;
    }

    .seo-agency .domain__item {
        padding: 40px min(50px, 5vw);
        width: calc(100% / 3 - 10px);
        margin: unset;
    }

    .seo-agency .domain__items {
        justify-content: center;
    }

    .seo-agency .chat__wrap {
        /* padding: 60px 0; */
        align-items: center;
    }

    .seo-agency .chat__wrap p {
        font-size: 18px;
    }

    .testimonial .row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px
    }

    .testimonial__item {
        width: calc(30% - 20px);
    }

    .testimonial__item:not(:last-child) {
        margin-bottom: unset;
    }

    /* seo service end */

    .reviews__content {
        padding: 55px 52px 100px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .reviews__img {
        display: block;
    }

    .reviews__text {
        font-size: 15px;
    }

    .reviews__text p {
        font-size: 15px;
    }

    /* end reviews-2 */
    /*.post_page .aside {*/
    /*    margin: 0 0 0 auto;*/
    /*}*/
}

@media (max-width: 768px) {

    .case_studies_page .banner.banner--case h1,
    .case_studies_page .banner.banner--case .subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .background .text {
        margin: 50px 0;
    }

    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        padding: 100px 0;
        padding-top: 0;
    }

    .banner.banner--case {
        justify-content: space-between;
        gap: 0 40px;
        /*padding: 150px 0 180px;*/
    }

    .banner .col {
        width: 50%;
    }

    .banner.banner--case .col {
        width: 100%;
        max-width: 605px;
    }

    .banner.banner--case .col.image {
        margin-top: 0;
        max-width: 694px;
    }

    .advantages__item {
        margin: 50px 0;
        padding: 0 30px;
    }

    .advantages__item:not(:last-child) {
        border-right: 1px solid #30446a;
        border-bottom: unset;
    }

    .advantages--light .advantages__item:not(:last-child) {
        border-right: 1px solid #c5cbd3;
        border-bottom: unset;
    }

    .advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 102px;
        max-width: 100%;
    }

    .advantages.row-3 .advantages__item,
    .advantages.row-5 .advantages__item {
        width: calc(100% / 3);
    }

    .advantages.row-4 .advantages__item {
        width: calc(100% / 2);
    }

    .post_page .container {
        max-width: 1400px;
    }

    .post_page .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post_page .content {
        width: calc(100% - 20vw - 20px);
    }

    .aside__items-wrap {
        display: block;
        overflow: auto;
        margin-top: 40px;
        max-height: calc(100vh - 40px - 20px - 38px) !important;
    }

    .aside__wrap {
        /*position: sticky;*/
        display: block;
        margin-top: unset;
        width: 100%;
        height: fit-content;
        /*max-width: 305px;*/
    }

    .banner .btn {
        padding: 28px 35px;
    }

    .banner .image {
        /*right: -40px;*/
        margin-top: 0;
    }

    .visibility .title,
    .visibility h2 {
        text-align: left;
    }

    .visibility .title__accent {
        margin: unset;
        margin-bottom: 18px;
    }

    .dominate__item:not(:last-child) {
        margin-bottom: unset;
    }

    .dominate__item {
        width: calc(33.3% - 30px);
        padding: 90px min(70px, 4.5vw) 70px;
    }

    .dominate__items {
        gap: 45px;
    }

    .reviews__item {
        min-height: 505px;
        width: calc((100% / 2) - (30px / 2));
    }

    .reviews__item.bg-1 .reviews__border:after,
    .reviews__item.bg-2 .reviews__border:after,
    .reviews__item.bg-3 .reviews__border:after,
    .reviews__item.bg-1 .reviews__border:before,
    .reviews__item.bg-2 .reviews__border:before,
    .reviews__item.bg-3 .reviews__border:before {
        height: 70%;
    }

    .reviews__item:not(.bg)::before {
        --offset-y: 15.58px;
        top: var(--offset-y);
    }

    .reviews__content {
        padding: 55px 30px;
    }

    /*.reviews__item {*/
    /*    --offset: 85px;*/
    /*    width: 50%;*/
    /*}*/
    /*.reviews__item:nth-child(1), .reviews__item:nth-child(2), .reviews__item:nth-child(5), .reviews__item:nth-child(6) {*/
    /*    left: calc(var(--offset) * -1);*/
    /*}*/
    /*.reviews__item:nth-child(3), .reviews__item:nth-child(4) {*/
    /*    left: var(--offset);*/
    /*}*/
    /*     .reviews__item:nth-child(n+3) {
            margin-top: -80px;
        } */
    /*.reviews__item:nth-child(2n+2) {*/
    /*    margin-right: 12%;*/
    /*}*/
    /*.reviews__item:nth-child(1), .reviews__item:nth-child(3), .reviews__item:nth-child(5) {*/
    /*    margin-left: 12%;*/
    /*}*/
    /*.reviews__item:last-child {*/
    /*    left: calc(var(--offset) * -1);*/
    /*    margin-left: unset;*/
    /*}*/
    .background h2 {
        /*margin-bottom: 30px;*/
        text-align: left;
    }

    .background .image {
        margin-right: min(130px, 10vw);
        margin-bottom: -51px;
    }

    .background .row:not(:last-child) {
        margin-bottom: 123px;
    }

    .background .row:last-child .image {
        margin-bottom: -30px;
    }

    .background .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 90px;
        max-width: unset;
    }

    .background .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        /*         margin-bottom: 130px; */
        padding-right: unset;
        gap: 40px;
    }

    .background .row:nth-child(even) .image {
        margin-right: min(90px, 5vw);
        margin-left: min(65px, 4vw);
    }

    .background .row:last-child {
        margin-bottom: 0;
    }

    .started .subtitle {
        max-width: 670px;
    }

    .started__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .started__number {
        margin: 0 auto 51px;
    }

    .started__text {
        max-width: 300px;
    }

    .started__item:not(:last-child) {
        margin-bottom: unset;
    }

    .started__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 100%;
        top: 24%;
        width: 150px;
        height: 10px;
        background: center/contain no-repeat url("../img/started-dots.svg");
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .started__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: calc(130px + 51px);
        bottom: 0;
        display: block;
        width: 1px;
        background: #b5c4e2;
    }

    .started__item:nth-child(3n)::before,
    .started__item:nth-child(3n)::after {
        display: none !important;
    }

    .started {
        position: relative;
        z-index: 0;
    }

    .started::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 350px;
        height: 350px;
        background: right top/contain no-repeat url("../img/started-bg.svg");
    }

    .strategy h2 {
        text-align: left;
    }

    .strategy__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }

    .strategy .quote {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 570px;
        flex: 0 1 570px;
        margin-top: unset;
        margin-right: min(55px, 3vw);
        padding: 50px 60px 80px;
    }

    /*.strategy .result h2 {*/
    /*    margin-bottom: 25px;*/
    /*}*/
    .strategy__text .btn {
        margin: unset;
        margin-top: 47px;
    }

    .strategy__text .col {
        flex: 1;
    }

    .strategy__text .col:nth-child(1) {
        padding-right: min(30px, 3vw);
    }

    .strategy__text .col:nth-child(2) {
        border-left: 2px solid #6c72f1;
        padding-left: min(30px, 3vw);
    }

    .strategy__text .col:last-child {
        padding-right: 0;
    }

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

    .service_page .domain .domain__items {
        gap: 20px;
    }

    .service_page .domain .domain__item {
        width: calc((100% / 3) - (40px / 3));
    }

    .domain h2 {
        margin-left: unset;
    }

    .domain__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }

    .domain .quote {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 610px;
        flex: 0 1 610px;
        margin-top: unset;
        padding: min(150px, 8vw) min(95px, 7vw) min(110px, 7vw);
    }

    .domain__item:not(:last-child) {
        margin-bottom: unset;
    }

    .domain__item {
        padding: 80px min(66px, 4.5vw) 70px;
        width: calc(33.3% - 30px);
    }

    .domain__items {
        gap: 45px;
    }

    .link br {
        display: block;
    }

    .link .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .link .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .link .row .col {
        width: 55%;
    }

    .link .row .col:not(.image) {
        width: 45%;
    }

    .link .image img {
        max-width: 550px;
    }

    .want-build__list li:not(:last-child) {
        margin-bottom: unset;
    }

    .want-build__list li {
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 26px;
        width: calc(50% - 40px);
    }

    .want-build__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        gap: 115px 40px;
    }

    .author .row {
        justify-content: center;
        column-gap: 20px;
        align-items: center;
        flex-direction: row;
    }

    .seo-agency .domain__item {
        padding: 40px min(50px, 5vw);
        width: calc(100% / 3 - 15px);
    }

    .seo-agency .domain__items {
        gap: 20px;
    }

    .seo-agency .background .image {
        margin-bottom: unset;
    }

    /* seo service end */
    .footer__wrapper {
        padding-top: unset;
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 120px;
        flex: 1 1 120px;
    }

    .content-image {
        padding-top: 80px;
    }

    .content-image__wrap {
        gap: 0 30px;
    }

    .content-image__col.col--text,
    .content-image__col.col--image {
        width: calc((100% / 2) - (30px / 2))
    }

    .content-image__col.col--heading {
        order: 1;
    }

    .content-image__col.col--image {
        order: 3;
    }

    .content-image__col.col--text {
        order: 2;
        margin-top: 0;
    }

    .logo-slider .swiper-slide {
        height: 120px;
    }
}

@media screen and (min-width: 1281px) {
    .title__accent {
        font-size: 20px;
    }

    .chat__wrap h2 {
        font-size: 50px;
    }

    .chat__wrap .btn {
        font-size: 18px;
    }

    .article {
        width: calc(33.3% - 27px);
    }

    .header {
        padding-top: 25px;
    }

    .header .container {
        width: 100%;
    }

    .footer .container {
        width: 100%;
    }

    .header .btn {
        padding: 13px 15px;
        font-size: 12px;
    }

    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
        overflow: unset;
        height: unset;
    }

    .menu>.menu__item {
        justify-content: flex-start;
        text-align: start;
    }

    .menu>li:not(:last-child) {
        margin-bottom: unset;
    }

    .menu__item {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .menu__item:hover span::after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .submenu {
        position: absolute;
        top: 100%;
        display: flex;
        column-gap: 108px;
        border-radius: 20px;
        padding: 32px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        /*-webkit-box-shadow: 0 10px 20px rgba(204, 204, 204, 0.3137254902);*/
        /*box-shadow: 0 10px 20px rgba(204, 204, 204, 0.3137254902);*/
        box-shadow: 0px 8px 16px 0px rgba(221, 231, 244, 1);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--anim1);
        -o-transition: var(--anim1);
        transition: var(--anim1);
        text-align: start;
    }

    .submenu__column {
        position: relative;
    }

    .submenu__column:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(357.7deg, #78CCFF 46.32%, #D79CFF 59.21%);
        right: -58px;
        top: 0;
    }

    .submenu__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .submenu__item--accent:not(:last-child) {
        margin-bottom: 28px;
    }

    .menu__item:hover .submenu {
        opacity: 1;
        visibility: visible;
        z-index: 20;
    }

    .header__nav {
        position: unset;
        bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-left: auto;
        padding: unset;
        background: transparent;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        max-width: unset;
        min-height: unset;
        overflow-y: unset;
        transform: translateX(0);
    }

    .btn--burger {
        display: none;
    }

    .footer__logo {
        margin: 0 0 50px;
    }

    .footer__col li:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer .sublogo {
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner .logos {
        padding-top: 190px;
    }

    .banner .image {
        max-width: 918px;
    }

    .visibility__list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 min(465px, 90vw);
        flex: 0 0 min(465px, 90vw);
    }

    .visibility .title {
        max-width: 450px;
        margin-bottom: 65px;
    }

    .dominate .title {
        max-width: 500px;
        /*margin-bottom: 155px;*/
    }

    /*.dominate__item h3 {*/
    /*    margin-bottom: 50px;*/
    /*}*/
    .dominate__item img {
        height: 120px;
        margin-bottom: 75px;
    }

    /*.home_page .reviews {*/
    /*    padding-top: min(395px, 25vw);*/
    /*}*/
    .strategy .accent::before {
        left: max(-28px, -1.5vw);
    }

    .strategy .accent {
        padding-left: 0;
    }

    .domain .accent::before {
        left: max(-28px, -1.5vw);
    }

    .domain .accent {
        padding-left: 0;
    }

    /*.domain__item h3 {*/
    /*    margin-bottom: 35px;*/
    /*}*/
    .domain__item img {
        height: 120px;
        margin-bottom: 40px;
    }

    /* seo service */
    /* seo service end */
    .reviews__item.bg-1 .reviews__border:after,
    .reviews__item.bg-2 .reviews__border:after,
    .reviews__item.bg-3 .reviews__border:after,
    .reviews__item.bg-1 .reviews__border:before,
    .reviews__item.bg-2 .reviews__border:before,
    .reviews__item.bg-3 .reviews__border:before {
        height: 50%;
    }

    .seo__list {
        max-width: unset;
        /*padding-top: /80px;*/
    }

    .seo__line {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .seo__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-bottom: unset;
        width: 38%;
    }

    .seo__text {
        font-size: 14px;
        padding: 25px;
        max-width: 570px;
        line-height: 23px;
    }

    .seo__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }

    .seo__item::before {
        left: 50%;
        top: calc(50% + 9.5px);
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .seo__item .bracket {
        display: block;
        margin-left: 35px;
    }

    .seo__item:nth-child(2n+2) {
        padding-left: 35px;
    }

    .seo__item:nth-child(2n+1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-right: 35px;
    }

    .seo__item:nth-child(2n+1) .bracket {
        margin-right: 35px;
        margin-left: unset;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .seo__item:nth-child(2n+1) .seo__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media screen and (min-width: 1360px) {
    .reviews__item span {
        display: block;
    }

    .reviews__img {
        margin-bottom: 20px;
    }

    .banner--service .image {
        margin-top: unset;
        width: 45%;
    }

    .banner--service .subtitle {
        max-width: unset;
    }

    .banner--service h1 {
        max-width: unset;
    }

    .banner--service .col:not(.image) {
        width: 50%;
    }
}

@media screen and (min-width: 1440px) {
    .aside__title {
        margin: 0 0 25px;
    }

    .aside__items-wrap {
        max-height: calc(100vh - 40px - 20px - 38px - 25px - 30px) !important;
    }
}

@media screen and (min-width: 1500px) {
    .post_page .back-to-blog {
        margin-bottom: 58px;
    }

    .post_page .author-wrap {
        margin-bottom: 60px;
    }

    /*.page-id-18034 .post_page,*/
    /*.page-id-18037 .post_page {*/
    /*    padding: 120px 0 0;*/
    /*}*/
    /*.post_page {*/
    /*    padding: calc(120px - 58px - 25px) 0 0;*/
    /*}*/
    .header .btn {
        padding: 15px;
        font-size: 14px;
    }

    .reviews__list.display-xl {
        display: flex;
    }

    .reviews__list.display-lg {
        display: none;
    }

    .reviews__row.row-2,
    .reviews__row.row-3 {
        margin-top: -1vw;
    }

    .reviews__row.row-2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .reviews__item {
        width: calc((100% / 3) - (60px / 3));
    }

    .reviews__item.item-1,
    .reviews__item.item-6 {
        --offset-x: calc((100% / 3) / 2 + 5px);
        margin-left: var(--offset-x);
    }

    .reviews__item.item-2,
    .reviews__item.item-7 {
        --offset-x: calc((100% / 3) / 2 + 5px);
        margin-right: var(--offset-x);
    }

    .reviews__item.bg-1 .reviews__border:after,
    .reviews__item.bg-2 .reviews__border:after,
    .reviews__item.bg-3 .reviews__border:after,
    .reviews__item.bg-1 .reviews__border:before,
    .reviews__item.bg-2 .reviews__border:before,
    .reviews__item.bg-3 .reviews__border:before {
        height: 70%;
    }

    .reviews__item.item-1:last-of-type {
        margin-left: 0;
    }

    .seo__item .bracket {
        display: block;
        margin-left: 70px;
    }

    .seo__item:nth-child(2n+1) .bracket {
        margin-right: 70px;
        margin-left: unset;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .seo__text {
        font-size: 16px;
        padding: 25px;
    }
}

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

    .reviews__row.row-2,
    .reviews__row.row-3 {
        margin-top: -4.0625vw;
    }

    .reviews__content {
        padding: 55px 52px;
    }

    /*.seo__list {*/
    /*    padding-top: 130px;*/
    /*}*/
}

@media screen and (min-width: 1800px) {
    .header .btn {
        padding: 20px 30px;
        font-size: 16px;
    }
}

.center {
    text-align: center;
}

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

    /*.reviews__item:nth-child(1) {*/
    /*    margin-left: 18%;*/
    /*}*/
    /*.reviews__item:nth-child(2) {*/
    /*    margin-right: 18%;*/
    /*}*/
    .reviews__row.row-2,
    .reviews__row.row-3 {
        margin-top: -78px;
    }
}

.center {
    text-align: center;
}


/* 404 */

.section.error-page .error-page__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 375px;
}

.section.error-page .error-page__title {
    margin-bottom: 20px;
}

.section.error-page .error-page__title h1 {
    font-size: 10rem;
    line-height: 0.9 !important;
}

.section.error-page .error-page__subtitle {
    margin-bottom: 40px;
    text-align: center;
}

.heateor_sss_sharing_ul {
    display: flex;
    gap: 18px;
}

.heateor_sss_sharing_ul a {
    margin: 0 !important;
}

/* START LINKFLOW SECTION */

.linkflow {
    position: relative;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#eaf1fb));
    background: -o-linear-gradient(top, #eff6ff 0%, #eaf1fb 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #eaf1fb 100%);
}

.linkflow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    display: block;
    width: 220px;
    height: 220px;
    background: top/contain no-repeat url("../img/linkflow-decor.svg");
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.linkflow__wrap {
    position: relative;
}

.linkflow__title {
    margin-bottom: 65px;
}

.linkflow__title .title,
.linkflow__title .subtitle {
    text-align: center;
}

.linkflow__title .subtitle {
    font-weight: 400;
}

.linkflow__bottom {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}

@media screen and (min-width: 1280px) {
    .linkflow__bottom {
        gap: 100px 0;
    }
}

.linkflow__list.advantages {
    max-width: 500px;
    color: #fff;
    background: #131e33;
    margin: 0 auto;
    border-radius: 23px;
}

@media screen and (min-width: 1024px) {
    .linkflow__list.advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin: 0;
    }

    .linkflow__list.advantages.row-3 .card--advantages,
    .linkflow__list.advantages.row-5 .card--advantages {
        width: calc(100% / 3);
    }

    .linkflow__list.advantages.row-4 .card--advantages {
        width: calc(100% / 2);
    }
}

.linkflow__img {
    margin-top: 80px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .linkflow__img {
        width: 70%;
        margin: 100px auto 0;
    }
}

.card--linkflow {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 996px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #949ded;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 30px;
}

.card--linkflow:not(:last-of-type) {
    margin-bottom: 20px;
}

.card--linkflow .card--title {
    font-size: 17px;
    font-weight: 600;
}

.card--linkflow .card--text {
    font-size: 16px;
    color: var(--color-gray);
    margin-top: 13px;
}

@media screen and (min-width: 1280px) {
    .card--linkflow .card--text {
        max-width: 740px;
        margin: 13px auto 0;
    }
}

.card--advantages {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-align: center;
    margin: 0 40px;
    padding: 50px 0;
}

.card--advantages:not(:last-child) {
    border-bottom: 1px solid #30446a;
}

@media screen and (min-width: 1024px) {
    .card--advantages {
        margin: 50px 0;
        padding: 0 30px;
    }

    .card--advantages:not(:last-child) {
        border-right: 1px solid #30446a;
        border-bottom: unset;
    }
}


.card--advantages .card--title {
    font-size: 75px;
}

.card--advantages .card--tag {
    position: relative;
    z-index: 5;
    max-width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    margin: 28px auto 40px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#b93af4), color-stop(#7badfa), to(#69dbff));
    background: -o-linear-gradient(left, #b93af4, #7badfa, #69dbff);
    background: linear-gradient(90deg, #b93af4, #7badfa, #69dbff);
}

.card--advantages .card--tag:before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    display: block;
    border-radius: 15px;
    background: #131e33;
}

.card--advantages .card--tag a {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
}

.card--advantages .card--text {
    font-size: 16px;
    line-height: 150%;
    color: #dae1ef;
}

/* END LINKFLOW SECTION */

.service_page .linkflow {
    background: #fff;
}

/* START VIDEO SECTION */

.video-block {
    background: -webkit-gradient(linear, left top, left bottom, from(#EAF1FB), to(#FFF));
    background: -o-linear-gradient(top, #EAF1FB 0%, #FFF 100%);
    background: linear-gradient(180deg, #EAF1FB 0%, #FFF 100%);
    position: relative;
}

.video-block .container {
    width: 100%;
}

.video-block__wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.video-block__item,
.video-block__item.reverse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.video-block__video,
.video-block__text {
    width: 100%;
    text-align: center;
}

.video-block__video iframe {
    width: 100%;
}

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

    .video-block__video,
    .video-block__text {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .video-block__video {
        order: 1;
    }

    .video-block__text {
        order: 2;
    }

    .video-block__item {
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }

    .video-block__item.reverse {
        flex-direction: row-reverse;
    }
}

/* END VIDEO SECTION */


/* START GROWTH SECTION */

.growth {
    position: relative;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eff6ff), to(#eaf1fb));
    background: -o-linear-gradient(top, #eff6ff 0%, #eaf1fb 100%);
    background: linear-gradient(180deg, #eff6ff 0%, #eaf1fb 100%);
}

.growth::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    display: block;
    width: 220px;
    height: 220px;
    background: top/contain no-repeat url("../img/linkflow-decor.svg");
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.growth__list {
    margin-top: 65px;
}

.growth__item {
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #949ded;
    border-radius: 10px;
    padding: 30px;
    max-width: 996px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    flex-direction: column;
    margin-bottom: 20px;
}

.growth__item:last-of-type {
    margin-bottom: 0;
}

.growth__title {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 17px;
}

.growth__text {
    font-size: 16px;
    color: var(--color-gray);
}

.growth__img {
    --offset: min(280px, 30vw);
    position: relative;
    top: var(--offset);
    margin: calc(var(--offset) * -1) auto 0;
    max-width: 970px;
}


@media screen and (min-width: 1280px) {
    .growth__img {
        --offset: min(350px, 30vw);
        max-width: 1100px;
    }
}

/* END GROWTH SECTION */


/* START PAGINATION */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 100px 0 0;
    gap: 20px;
}

.pagination .page-numbers {
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.pagination .page-numbers:not(.current) {
    cursor: pointer;
}

.pagination .page-numbers:hover {
    color: var(--color-accent);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    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;
    width: 24px;
    height: 24px;
}

.pagination .page-numbers.next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .page-numbers.current {
    border-bottom: 1px solid #6c72f1;
    font-weight: 600;
    color: #6c72f1;
}

.pagination .page-numbers.prev path,
.pagination .page-numbers.next path {
    -webkit-transition: var(--anim2);
    -o-transition: var(--anim2);
    transition: var(--anim2);
}

.pagination .page-numbers.prev:hover path,
.pagination .page-numbers.next:hover path {
    fill: #6c72f1;
}

/* END PAGINATION */



@media screen and (min-width: 1024px) {
    .aside {
        width: 20vw;
        max-width: 305px;
    }

    .aside.fixed--sidebar .aside__wrap {
        position: fixed;
        top: 120px;
        right: calc((100% - (85% - 40px)) / 2);
        max-height: calc(100vh - 20px);
        width: 20vw;
        max-width: 305px;
    }

    .aside.unfixed--sidebar {
        display: flex;
        align-items: flex-end;
    }

    .aside.unfixed--sidebar .aside__wrap {
        position: unset;
    }
}

@media screen and (min-width: 1240px) {
    .aside.fixed--sidebar .aside__wrap {
        position: fixed;
        right: calc((100% - (80% - 40px)) / 2);
    }
}

@media screen and (min-width: 1575px) {
    .aside.fixed--sidebar .aside__wrap {
        width: calc(1400px * 0.25);
    }
}

@media screen and (min-width: 1650px) {
    .aside.fixed--sidebar .aside__wrap {
        right: calc((100% - (77.08% - 40px)) / 2);
        top: 130px;
    }
}

@media screen and (min-width: 1817px) {
    .aside.fixed--sidebar .aside__wrap {
        right: calc((100% - (1400px - 40px)) / 2);
    }
}

/* Start Sassy Social Share */

.heateor_sss_horizontal_sharing .heateor_sss_svg {
    width: 30px !important;
    height: 30px !important;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .heateor_sss_horizontal_sharing .heateor_sss_svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/* End Sassy Social Share */

/*Team pop-up*/
body.no-scroll {
    overflow: hidden;
}

.team-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.team-popup__content {
    background: white;
    border-radius: 30px;
    max-width: 1108px;
    display: flex;
    position: relative;
    margin: 20px;
    /*height: fit-content;*/
    /*max-height: 90vh;*/
    height: 600px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .team-popup__content {
        flex-direction: column;
    }
}

.team-popup__body {
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1500px) {
    .team-popup__body {
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.team-popup__body::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 992px) {
    .team-popup__body {
        padding: 0 20px 20px 20px;
    }
}

.team-popup__body h3 {
    font-size: 43px;
    font-weight: 700;
    line-height: 52.04px;
    text-align: left;
    background: linear-gradient(90.14deg, #B93AF4 -3.89%, #7BADFA 55.36%, #69DBFF 106.02%);
    background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 992px) {
    .team-popup__body h3 {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .team-popup__body h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
}

.team-popup__speciality {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
    color: rgba(42, 45, 56, 1);
    /* flex-grow: 1; */
    margin-bottom: 20px;
    height: max-content;
    display: block;
}

@media screen and (max-width: 992px) {
    .team-popup__speciality {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .team-popup__speciality {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.team-popup__description {
    font-size: 17px;
    font-weight: 500;
    line-height: 31.45px;
    color: rgba(42, 45, 56, 1);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.team-popup__description::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 560px) {
    .team-popup__description {
        font-size: 16px;
    }
}

.team-popup__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 41%;
}

@media screen and (max-width: 992px) {
    .team-popup__image {
        padding-top: 64px;
        margin-bottom: 20px;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .team-popup__image {
        padding-top: 32px;
    }
}

.team-popup__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .team-popup__image img {
        width: 20%;
        min-width: 150px;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

.team-popup__close-popup {
    position: absolute;
    right: 64px;
    top: 64px;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

@media screen and (max-width: 560px) {
    .team-popup__close-popup {
        right: 34px;
        top: 34px;
        width: 32px;
        height: 32px;
    }
}

.team__gender {
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (hover: none) {
    .team__img--cover {
        display: block;
    }

    .team__img--person {
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
}

@media (hover: hover) {
    .team__img--cover {
        transition: opacity 0.3s ease;
    }

    .team__img--person {
        /* transform: scale(0); */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .team__item .team__img:hover .team__img--person {
        /* transform: scale(1); */
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .team__item .team__img:hover .team__img--cover {
        /* transform: scale(0); */
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}


/*
 * Additional css
 */
.header__logo {
	max-width: 150px;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6, 
.page-template-post-page h1,
.page-template-post-page h2,
.page-template-post-page h3,
.page-template-post-page h4,
.page-template-post-page h5,
.page-template-post-page h6 {
  color: var(--color-dark);
}

.single-post h1 *,
.single-post h2 *,
.single-post h3 *,
.single-post h4 *,
.single-post h5 *,
.single-post h6 *, 
.page-template-post-page h1 *,
.page-template-post-page h2 *,
.page-template-post-page h3 *,
.page-template-post-page h4 *,
.page-template-post-page h5 *,
.page-template-post-page h6 *
{
  all: inherit;
}
